.w100 {
    width: 100%;
}

.table th.color {
    background-color: #F0F8FF;
}

.table th.color2 {
    background-color: #E5F3FF;
}

.table th.color3 {
    background-color: #DBEEFF;
}

.table th {
    text-align: center;
}

.tc {
    text-align: center !important;
}

.tcv {
    vertical-align: middle !important;
}

.tr {
    text-align: right !important;
}

.tl {
    text-align: left !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mt-3 {
    margin-top: 1.0rem !important;
}

.mb-3 {
    margin-bottom: 1.0rem !important;
}

.mr-3 {
    margin-right: 1.0rem !important;
}

.ml-3 {
    margin-left: 1.0rem !important;
}
.mt-4 {
    margin-top: 1.25rem !important;
}

.mb-4 {
    margin-bottom: 1.25rem !important;
}

.mr-4 {
    margin-right: 1.25rem !important;
}

.ml-4 {
    margin-left: 1.25rem !important;
}

.mt-5 {
    margin-top: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 1.5rem !important;
}

.mr-5 {
    margin-right: 1.5rem !important;
}

.ml-5 {
    margin-left: 1.5rem !important;
}

.events-list .label {
    background-color: #d9534f;
    display: inline;
    padding: .3em .4em .3em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .0em .90em .0em .0em;
}

/* xs_XS */
@media (max-width:767px){
    .cal-month-day {
        height: 50px !important;
    }

    .cal-month-box [class*="cal-cell"] {
        min-height: 50px !important;
    }
    .cal-month-box .cal-day-today a[data-cal-date] {
        font-size: 1.2em !important;
    }
    .events-list {
        max-height: 47px;
        padding-left: 0px;
    }
}

/* sm_SM */
@media (min-width:768px) and (max-width:991px){
    .hidden-sm{
        display:none!important
    }
}

/* md_MD */
@media (min-width:992px) and (max-width:1199px){
    .hidden-md{
        display:none!important
    }
}

/* lg_LG */
@media (min-width:1200px){
    .hidden-lg{
        display:none!important
    }
}