/* Minification failed. Returning unminified contents.
(97,12): run-time error CSS1035: Expected colon, found '{'
 */

span.help-button, span.help-button:hover {
    border: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    font-size: 0;
}

.asterixSOR {
    font-size: 25px;
}
.SORcheck {
    width: 26px !important;
}
.panel-heading span.help-button, .panel-heading span.help-button:hover {
    top: 4px;
    position: relative;
}


span.help-button::before {
    color: #65bcda;
    content: "\f059";
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 900;
    transition: all 0.5s;
}

span.help-button-small::before {
    color: #65bcda;
    content: "\f059";
    font-family: "Font Awesome 5 Free";
    font-size: 19.2px;
    font-weight: 900;
    transition: all 0.5s;
}
.panel-heading span.help-button:before {
    font-size: 25px;
}

span.help-button:hover:before {
    color: #2C6AA0;
}

td.center {
    text-align:center;
}

/*.filter-placeholder {
   color: #595959 !important; 
   background-color:#FFFFFF !important;
}*/
::placeholder {
    color: #595959 !important;
    background-color: #FFFFFF !important;
    /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #595959 !important;
    background-color: #FFFFFF !important;
}


.banner-contrast {
    color: #626262 !important;
    background-color: #CBE6C0 !important;
    background-image: none !important;
}

.cancelbtn-contrast {
    color: #F5F6FF !important;
    background-color: #943030 !important;
}

.savebtn-contrast {
    color: #FFFDF7 !important;
    background-color: #00660F !important;
}

.off-contrast {
    color: #A02926 !important;
    background-color: #F9F9F9 !important;
}

.panel-contrast {
    color: #2348B0 !important;
    background-color: #F0F0F0 !important;
}

.traininglegend {
    width: 350px;

    .class {
        width: 16px;
        height: 16px;
        float: left;
        margin-right: 10px;
        margin-top: 2px;
        border: 1px solid grey;
    }

        .class.more-than-two-weeks {
            background-color: #FFF;
        }

        .class.within-two-weeks {
            background-color: #fcf8e3;
        }

        .class.within-session {
            background-color: #f2dede;
        }
}

