article,
section,
.bordered {
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
    padding: 24px;
    margin-bottom: 24px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #ccc;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    color: #777;
}

main {
    margin-left: 15px;
    margin-right: 15px;
}

a {
    color: #777;
}

.center {
    margin: auto;
    width: 120px;
    padding: 10px;
}

.border-bottom.border-red {
    border-bottom-color: #EE3d42 !important;
    box-shadow: 0 .125rem .25rem rgba(238, 61, 66, 0.452) !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.dashboard-title {
    margin-bottom: 10px;
}

#dashboard-title h1 {
    margin-bottom: 0;
}

#dashboard-updated {
    margin-bottom: 4px;
    font-size: .8em;
}

.dashboard-boardinfo {
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1253px){
    #side-category-menu-collapse > li > a > .list-group-text {
        display: none;
    }
    #side-category-menu-collapse > li {
        font-size: 2em;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {

    #side-category-menu-collapse > li > a > .list-group-text {
        display: none;
    }
    /* #side-category-menu-collapse > li {
        font-size: initial;
        text-align: initial;
    } */

    h1, .h1 {
        font-size:1.5em;
    }
    .btn-left-sidebar {
        display: initial;
    }
}

.left-navigation a:link, .left-navigation a:visited {
    color: #EE3d42;
}

.left-navigation a:hover {
    color: #40464a;
}

 @media screen and (min-width: 768px) {

    .left-navigation .collapse {
        display: block;
    }
    .btn-left-sidebar {
        display: none;
    }
} 

@media all and (min-width:992px) {
    .list-group {
        line-height: 3px
    }
    
    .btn-left-sidebar {
        display: none;
    }

    .left-navigation {
        width: 100%
    }

    .collapse {
        display: block
    }
}

.profile-background {
    background-image: url('../img/profile-background.png');
    background-size: cover;
    height: 200px;
    text-align: center;
}

.profile .img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.profile .img img {
    width: 100%;
    height: 100%;
}

.profile h2 {
    font-size: 20px;
    color: #262626;
    margin: 20px auto;
}

.profile h2 span {
    font-size: 14px;
    background: #e91e63;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 15px;
}
.profile ul {
    list-style-type: none;
    text-align: left;
}

.calendar .event-day {
    background-color: #e9e9e9;
}

.calendar-day-active {
    background-color: #f9f9f9;
}

.calendar { border: 1px solid lighten(#dee2e6, 65%); width: 100%; height:430px;margin-top: 72px }
.calendar-navigation, .calendar-header { line-height: 48; text-align: center; background-color: #ffffcc; }
.calendar-navigation a { text-decoration: none; text-transform: uppercase; }
.calendar-header { font-weight: bold; font-size: 16px; }
.calendar-square { border: 1px solid #dee2e6; text-align: center; width: 14.28571428571429%; height:120px; background-color: #fff; }
.calendar-day { line-height: 48; background-color: #f9f9f9; font-weight: bold; height: 48; }
.calendar-day-square { padding: 0 5px; border-right: 1px solid #dee2e6; text-align: center; max-width: 25px; }
.calendar-day-square a { color: #212529; text-decoration: none; }
.calendar-day-null { background-color: lighten(#dee2e6, 65%); }
.calendar-today { background-color: #f2f4f7; }
.calendar-event { margin: 5px 10px; }
.calendar-event a { border: none; text-decoration: none; }
.calendar-event a:hover { text-decoration: underline; }
.event-date { color: #787878; }
.top { vertical-align: top; }
.calendar .stroked { line-height: 18px; padding: 12px; background-color: #fff; }
.calendar .event { background-color: #cccccc; }

.calendar td {
	border-right: 1px solid lighten(#000, 65%);;
	border-bottom: 1px solid lighten(#000, 65%);;
	 width: 13.2%;
	 padding: 3px 0 0 3px;
}

/* Dashboard */
.dashboard-event-title { color: #6610f2}

time.icon
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 4em;
  height: 6em;
  background-color: #fff;
  margin: 2em auto;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 1px 0 #bdbdbd, 0 1px 0 #fff, 0 0px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.2em 0;
  color: #fff;
  background-color: #EE3d42;
  box-shadow: 0 2px 0 #EE3d42;
}

time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #EE3d42;
}

time.icon span
{
  width: 100%;
  font-size: 2.0em;
  /* letter-spacing: -0.05em; */
  padding-top: 0.9em;
  color: #2f2f2f;
}


.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

.poll-bar { height: 24px; background-color: #EE3d42; }

.poll-section { margin-bottom: 24px; padding: 24px; }

div.poll-votes { list-style: none; margin-left: 0; }

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px;
    /* Vertically center the text there */
    background-color: #181818;
    color: #fff;
}

footer ul {
    list-style-type: none;

}

footer a {
    color: #fff;
}