.top-pad {
    margin-top: 8em;
}

.red {
    color: red;
}


.muted-red {
    color: #9d3f3f;
}

.blue {
    color: #1d68a7;
}
.muted-blue {
    color: #5da3de;
}
.dark-blue {
    color: #0e3454;
}
.gray, .grey {
    color: #d4d3d3;
}
.stronger{
    font-weight: 600;
}

.green {
    color: #32a71d;
}

.muted-green {
    color: #559d48;
}

.big {
    font-size: 1.8em;
}

.bigger {
    font-size: 2.0em;
}

.audit_passed {
    background-color: #dffdff;
}
.has_tip {
    font-weight: bold;
}

.audit_failed {
    background-color: #fff1eb;
}

.green-bg {
    background-color: #1d643b;
    color: white;
}

.dz-default {
    /*border: 3px dashed #6e6c1e;*/ /*for troubleshooting location of div */
    padding: 10px;
    text-align: center;
    width: 300px;
    height: 300px;
    /*display:none;*/
    position: absolute;
    top: 0px;

}

.dz-default > span {
    display: none;
}

.dz-available {
    border: 3px dashed #2a286e;
}

.grey-bg {
    background-color: #ececec;
}

#search {
    border: 1px solid #cecece;
    border-radius: 3px;
}
.activeDateClass{
    background: #F00;
}

#search_result {
    z-index: 5;
    border: 2px solid #9c9c9c;
    border-radius: 3px;
    position: absolute;
    background-color: white;
    width: 260px;
    padding-left: 10px;
    display: none;
}

.audit-input {
    width: 40px;
    border: 1px solid #cecece;
}

.variance_form {
    z-index: 6;
    border: 1px solid #9c9c9c;
    border-radius: 3px;
    position: relative;
    background-color: white;
    width: 150px;
    right: -35px;
    top: -20px;
    display: none;
}

.red-border {
    border: 2px solid red !important;
}


.fixed-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10em; /* Set the fixed height of the footer here */

    background-color: #f5f5f5;
}


.x-small {
    font-size: 0.7em;
}

.crew-input {
    font-size: 0.7em;
    width: 100%;
    max-width: 60px;
    border: 1px solid #cecece;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .face {
        max-width:90px;
        position:fixed;
        top: 0px;
        right:0px;
    }
    .top-pad{
        margin-top: 1em;
    }
    .job_name{
        font-size: 0.7em;
    }
}
@media (max-width: 576px) {
    .face {
        max-width:75px;
        position:fixed;
        top: 0px;
        right:0px;
    }
    .top-pad{
        margin-top: 1em;
    }
    .job_name{
        font-size: 0.7em;
    }
}



