﻿.formloader {
    position: absolute;
    padding: 5px;
    border-radius: 5px;
    top: 20px;
    left: 225px;
    display: none;
    width: 450px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px 1px #ccc;
}

.employeeplannertable_container {
    margin: 16px 0 16px 0;
    background-color: white;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 0px 0 0px;
    display: block;
    /*z-index: 9999999;*/
    overflow: auto;
}

.employeeplannertable {
    margin: 0;
    padding: 0;
    font-size: 11px;
}

    .employeeplannertable th {
        font-size: 10px;
        text-align: center;
        border: 1px solid #000;
        padding: 2px 0 0 0;
        background-color: #00508b;
        color: #fff;
        height: 19px;
        width: 21px;
        overflow: hidden;
    }

        .employeeplannertable th.hours, .employeeplannertable td.tdhours {
            background-color: #f5f5f5;
            font-weight: normal;
            color: #000;
        }

    .employeeplannertable td {
        text-align: center;
        padding: 2px 0 0 0;
        font-size: 10px;
        font-weight: normal;
        height: 28px;
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        overflow: hidden;
        background-color: #f5f5f5;
        background-color: #fff;
        border: 1px solid #000;
        cursor: default;
    }

        .employeeplannertable td.high {
            height: 43px;
        }

        .employeeplannertable td.editable {
            cursor: pointer;
            vertical-align: top;
        }

        .employeeplannertable td.tdrh {
            text-align: left;
            font-weight: normal;
            padding: 2px 10px 0 5px;
            white-space: nowrap;
            background-color: #fff;
            width: 200px !important;
            min-width: 200px !important;
            max-width: 200px !important;
            overflow: hidden !important;
        }

        .employeeplannertable td.tdrhfar {
            text-align: left;
            font-weight: normal;
            padding: 2px 10px 0 5px;
            white-space: nowrap;
            background-color: #fff;
            width: 282px !important;
            min-width: 282px !important;
            max-width: 282px !important;
            overflow: hidden !important;
        }

        .employeeplannertable td.tdhours {
            text-align: right;
            font-weight: normal;
            padding: 2px 2px 0 2px;
            white-space: nowrap;
            background-color: #fff;
            width: 40px !important;
            min-width: 40px !important;
            overflow: hidden !important;
        }

    .employeeplannertable th.pivot {
        text-align: left;
        padding: 4px 4px 4px 4px;
        height: 21px;
        background-color: #fff;
        border: none;
        white-space: nowrap !important;
        overflow: hidden !important;
    }

#page.flex {
    width: auto;
}

td.objection {
    background-color: rgba(255, 51, 0, 0.50);
}

td.noobjection {
    background-color: #fff;
}

td.norequirement {
    background-color: #ddd;
}

.shiftcheckboxdiv {
    margin: 0 0 2px 0;
    position: relative;
    clear: both;
    float: left;
}

.shiftcheckboxdesc {
    margin: 0 0 5px 5px;
    padding-top: 0;
    position: relative;
    float: left;
    height: 20px;
}

input[type='checkbox'] {
    margin: 0;
    font-size: 10px;
}

/*NEW tbv EmployeeRequestTable*/

.formloader.er {
    position: fixed !important;
    width: 450px !important;
    top: 25%;
    left: 50%;
    margin-left: -225px;
    z-index: 9999999 !important;
    display: block;
}

.divares {
    float: left;
    width: 100% !important;
    min-height: 4px !important;
    background-color: #f5f5f5;
    margin-top: 4px;
    padding-top: 3px;
}

.employeeplannertable_container.er .ui-resizable-s {
    bottom: 0;
}

.employeeplannertable_container.er .ui-resizable-e {
    top: 0;
    right: 0;
}

.subformtitledate.er {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: bold;
}

.subformtitleshift.er {
    position: relative;
    font-size: 11px;
    float: left;
    width: 210px;
    text-align: left;
}

.subformextitle.er {
    position: relative;
    font-size: 11px;
    float: left;
    width: 210px;
    text-align: left;
}

.shiftcheckboxdesc.er {
    font-size: 11px;
}

/*.hideform.er {
       position: relative; float: left; width: 210px; margin-top: 10px; text-align: right; font-size: 10px; cursor: pointer;
}*/

.hideform.er {
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-align: right;
    font-size: 10px;
    cursor: pointer;
}

.employeeplannertable_container.er .thstyledefault {
    background-color: #fff;
    border: none;
    color: #000;
    font-weight: normal;
    font-size: 10px;
}

.employeeplannertable_container.er .draghandle {
    cursor: move;
    margin: 0 0 0 -5px;
    width: 20px;
    height: 20px;
    color: #c0c0c0;
}


.shiftoptions {
    color: Red;
    text-align: center;
    font-size: 10px;
    width: 15px !important;
    height: 14px !important;
    border: 1px solid #c0c0c0;
}

.employeeplannertable_container.er .tdhr.d, .employeeplannertable_container.er .tdhours.d, .d {
    background-color: #f5f5f5;
    white-space: nowrap;
}

.thfootertable {
    text-align: left !important;
    font-weight: normal;
    padding: 2px 10px 0 5px !important;
    white-space: nowrap;
    background-color: #fff;
    overflow: hidden !important;
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
    height: 20px !important;
    font-size: 10px;
}

.tdfootertable {
    height: 20px !important;
    letter-spacing: -1px;
}
