﻿.M4_OT_errors .validation-summary-errors{
    color: red;
}
.M4_OT_errors {
    margin-top: 10px;
    margin-bottom: 10px;
}


#M4_OT_form .overtimeRows {
    width: 100%;
}

#M4_OT_form .overtimeRows input{
    border: 0;
}

#M4_OT_form .overtimeRows .heading{
    background-color: rgb(109, 108, 110);
    color: white;
    font-size: 11px;
}

#M4_OT_form .overtimeRows .heading th{
    padding: 4px 6px;
}

    #M4_OT_form .overtimeRows .heading th.heading-date {
        width: 260px;
        font-size: 1.2rem;
        height: 35px;
        text-align:center;
        border-left: 1px solid #ced5d5 !important;
        border-bottom: 1px solid #ced5d5 !important;
        background: #00517E !important;
    }
    #M4_OT_form .overtimeRows .heading th.heading-hours {
        width: 50px;
        font-size: 1.2rem;
        height: 35px;
        text-align: center;
        border-left: 1px solid #ced5d5 !important;
        border-bottom: 1px solid #ced5d5 !important;
        background: #00517E !important;
    }
    #M4_OT_form .overtimeRows .heading th.heading-reason {
        font-size: 1.2rem;
        height: 35px;
        border-left: 1px solid #ced5d5 !important;
        border-bottom: 1px solid #ced5d5 !important;
        background: #00517E !important;
    }

    #M4_OT_form .overtimeRows .heading th.heading-approved {
        width: 30px;
        background-color: rgb(0, 81, 126);
        color: white;
        text-align: center;
        border-left: 1px solid white; /* oppure border-right */
    }    


#M4_OT_form .overtimeRows .OLReason {
    width: 100%;
}


#M4_OT_form .overtimeRows td{
    border: 1px solid #d2d2d2;
    padding: 4px 6px;
}

#M4_OT_form .overtimeRows td.holidayOrWE{
    background-color:lightgray;
}

#M4_OT_form .OLHours{
    width: 50px;

}
    

#M4_OT_form .submitBtns{
    padding-top: 20px;
    padding-bottom: 20px;
}


#M4_OT_form .legendText{
    font-size: 12px;
    margin-top: 10px;
}

#M4_OT_form .legendText .cell{
    display: inline-block;
    width: 10px;
    height: 10px; 
    background-color: white;
    border:  1px solid #d2d2d2;
    margin-right: 5px;
}

#M4_OT_form .legendText .cell.holidayOrWE {
    background-color: #d2d2d2;
}