﻿
/* optable */
.optable, .optable-alt-border {
    width: 100%;
    border: solid 1px #7f7f7f;
    border-collapse: collapse;
    background-color: #fff;
    margin-top: 10px;
}

/* For use with tables that use .cell-divider */
.optable-alt-border {
    border-top: none;
    border-bottom: none;
}

    .optable-alt-border tbody tr:last-of-type > td {
        border-bottom: solid 1px #7f7f7f;
    }

    .optable-alt-border tfoot td {
        border-bottom: 1px solid #7f7f7f;
    }

.optable > tbody > tr:hover td {
    background-color: #e1e1e1 !important;
}

.optable > tbody > .table-header-row:hover td {
    background-color: #7f7f7f !important;
}
    .optable > tbody > .table-header-row:hover .wf-today {
        background-color: #c3332a !important;
    }
    .optable > tbody > .table-footer-row:hover .wf-today {
    background-color: #c3332a !important;
}

.optable > tbody > .table-footer-row:hover .rostered-header {
    background-color: #c3332a !important;
}

.optable > tbody > .table-header-row:hover .rostered-header {
    background-color: #c3332a !important;
}

.optable > tbody > .table-footer-row:hover td {
    background-color: #bababa !important;
}

.optable > tbody > .table-headerleft-row:hover td {
    background-color: #7f7f7f !important;
}



.optable > tbody > tr.nohover:hover {
    background-color: inherit;
}


.optable .rowHeader {
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.optable .rowHeader {
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.optable td {
    font-size: 9pt;
    text-align: left;
    height: 20px;
}

    .optable td.leftText, .optable th.leftText {
        padding: 0px 3px;
        text-align: left;
    }

    .optable td.rightText {
        padding-right: 3px;
        text-align: right;
    }

    .optable td.centerText {
        text-align: center;
    }

    .optable td.leftTextNoWrap, .optable th.leftTextNoWrap {
        padding: 0px 3px;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
    }

.optable td.text-top {
    vertical-align: top;
    height: 15px !important;
    padding-top: 5px;
}

    .optable td.block-link {
        padding: 0px;
    }

        .optable td.block-link .edit-roster {
            border: 1px solid #045982 !important;
            height: 22px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            display: inline-block;
            color: #045982 !important;
            background-color: #cae3ef !important;
            text-align: center;
            font-size: 16px;
            width: 30px;
            padding-top: 4px !important;
        }



    .optable td.block-link a {
        display: block;
        text-decoration: none;
        padding: 3px;
    }

    .optable td.roster-link a {
        text-align: center;
        height: 26px;
        line-height: 26px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border: 1px solid gray;
        margin: 2px;
        background-color: white;
        color: black;
        padding: 0px !important;
    }
/* general table*/
.rowOdd {
    background-color: #e9e9e9;
    margin: 1px;
}

.rowEven {
    background-color: White;
    margin: 1px;
}

.table-headerleft-row,
.table-headerleft-row td {
    background-color: #7f7f7f;
    color: #fff;
    font-size: 8pt;
    height: 20px;
    font-weight: bold;
    text-align: left;
    padding-top: 2px;
}

    .table-headerleft-row a {
        color: #fff;
    }

.table-headerleft-row-hidden,
.table-headerleft-row-hidden td {
    padding: 0px;
    height: 0px;
}

.table-header-row, .table-header-row td.left-text {
    text-align: left !important;
}

.table-header-row,
.table-header-row td {
    background-color: #7f7f7f;
    color: #fff;
    font-size: 8pt;
    height: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
}


    .table-header-row,
    .table-header-row td.right-text {
        text-align: right;
    }
.table-header-row a {
        color: #fff;
    }

.table-header-row-hidden,
.table-header-row-hidden td {
    padding: 0px;
    height: 0px;
}

.table-footer-row,
.table-footer-row td {
    background-color: #bababa;
    color: #fff;
    font-size: 8pt;
    height: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
}

    .table-footer-row a {
        color: #fff;
    }
    .table-footer-row td:hover {
        background-color: #bababa !important;
    }
.cell-divider {
    background-color: white !important;
    width: 3px;
    border-bottom: none !important;
    border-left: 1px solid #7f7f7f;
}

.table-footer-row td.cell-divider {
    border-right: 1px solid #7f7f7f;
}

div.dataPager {
    background-color: #ECECEC;
    padding: 5px;
    margin-bottom: -10px;
}

.custom-data-pager {
    float: right;
    margin: 10px 0px 10px 0px;
}

/* module home page */
.module_home {
}

    .module_home .desc {
        font-size: 8pt;
        color: #333;
    }

    .module_home .title {
        padding: 2px 2px 2px 2px;
    }

    .module_home .sectionbox {
        background-color: #fff;
        border: 1px solid #efefef;
        padding: 4px;
        width: 95%;
    }

    .module_home .pagelist {
        padding-left: 15px;
    }

        .module_home .pagelist li {
            padding: 2px 0px 10px 5px;
            color: #666;
        }

            .module_home .pagelist li .pagedesc {
                font-size: 8pt;
            }

            .module_home .pagelist li:hover {
                padding: 2px 0px 10px 5px;
                background-color: #efefef;
                color: #000;
            }

    .module_home .pagedescBudget {
        padding: 2px 0px 10px 5px;
        color: #666;
        font-size: 8pt;
    }



/* tab */
DIV.ypPager {
    MARGIN: 0px;
    WIDTH: 100%;
    padding: 0px;
    font-size: 9pt;
    FLOAT: left;
}

UL.ypPager {
    LIST-STYLE-TYPE: none;
    WIDTH: 100%;
    FLOAT: left;
    margin: 0px;
    padding: 0px;
}

    UL.ypPager LI {
        MARGIN: 0px 2px 0px 0px;
        FLOAT: left;
        background-image: url(../../Image/bg-yppager-active.gif);
    }

    UL.ypPager A {
        PADDING-BOTTOM: 4px;
        PADDING-LEFT: 8px;
        PADDING-RIGHT: 8px;
        DISPLAY: block;
        BACKGROUND: #ffffff;
        FLOAT: left;
        COLOR: #814d25;
        BORDER: #ccc 1px solid;
        TEXT-DECORATION: none;
        PADDING-TOP: 4px;
    }

        UL.ypPager A.current {
            BORDER-BOTTOM: 0px;
            BORDER-LEFT: #ccc 1px solid;
            PADDING-BOTTOM: 4px;
            PADDING-LEFT: 8px;
            PADDING-RIGHT: 8px;
            DISPLAY: block;
            BACKGROUND: #eeeeee;
            FLOAT: left;
            COLOR: #000;
            BORDER-TOP: #ccc 1px solid;
            BORDER-RIGHT: #ccc 1px solid;
            TEXT-DECORATION: none;
            PADDING-TOP: 4px
        }

        UL.ypPager A:hover {
            BACKGROUND: #fff
        }

        UL.ypPager A.active {
            PADDING-BOTTOM: 5px;
            BACKGROUND: #fff;
            COLOR: #814d25;
            CURSOR: default
        }




/* Modal Popup for MessageWindow.ascx */
.mpBg {
    background-color: Gray;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.mp {
    background-color: white;
    border-width: 2px;
    border-style: solid;
    border-color: #968a8a;
}

.mpHd {
    background-color: #968a8a;
    border-color: White;
    border-width: 1px;
    color: White;
    font-weight: bold;
    width: 100%;
    height: 26px;
}

.mpClose {
    text-align: center;
    width: 100%;
}

.mpCloseButton {
    position: absolute;
    right: 4px;
    width: 17px;
    height: 18px;
}

#mpTopPanel {
    position: absolute;
    z-index: 500000;
    top: 0;
    left: 0;
    right: 0;
}

/* mainMenu SiteMenu.ascx */
#mainMenu {
    font-size: 100%;
    padding: 0px;
    margin: 0px;
}

    #mainMenu h1 {
        font-size: 100%;
        padding: 0px 0 0px 3px;
        color: White;
        margin: 0px;
    }

    #mainMenu ul {
        list-style: none;
        margin: 0px;
        padding-left: 0px;
        border: none;
    }

        #mainMenu ul li {
            margin: 0px;
            padding: 0px;
        }

            #mainMenu ul li a {
                font-size: 100%;
                display: block;
                padding: 5px 0px 2px 20px;
                text-decoration: none;
                color: White;
            }

                #mainMenu ul li a:hover,
                #mainMenu ul li a:focus {
                    color: #000000;
                    background-color: #eeeeee;
                }


/* button */
.tb-small {
    width: 25px;
    border: 1px solid #a39da1; /* Theme */
    padding-left: 2px;
}

.tb-regular {
    width: 50px;
    border: 1px solid #a39da1; /* Theme */
    padding-left: 2px;
}

.tb-search {
    width: 300px;
    border: 1px solid #a39da1; /* Theme */
    padding-left: 2px;
}

.grade-code-timeline-contaainer {
    float: left;
    padding-right: 10px;
}

    .grade-code-timeline-contaainer span {
        float: right;
        padding-left: 4px;
    }

.timeline-item {
    float: left;
    border: 1px solid gray;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

    .timeline-item.item-1 {
        background-color: lightblue;
    }

    .timeline-item.item-2 {
        background-color: lightgreen;
    }

    .timeline-item.item-3 {
        background-color: lightyellow;
    }

    .timeline-item.item-4 {
        background-color: lightgray;
    }

    .timeline-item.item-5 {
        background-color: lightcoral;
    }

    .timeline-item.item-6 {
        background-color: lightpink;
    }

    .timeline-item.item-7 {
        background-color: lightsalmon;
    }

    .timeline-item.item-8 {
        background-color: lightseagreen;
    }

    .timeline-item.item-9 {
        background-color: lightskyblue;
    }

    .timeline-item.item-10 {
        background-color: lightsteelblue;
    }

    .timeline-item.item-no-rate {
        background-color: red;
        opacity: 0.2;
    }

.rate-selected {
    background-color: lemonchiffon;
}

.timeline-item.rate-pointer {
    cursor: pointer;
}

.timeline-item.item-overlap {
    background-color: darkorange;
}

.header-grade-award {
    float: left;
    width: 105px;
}

.header-from-date {
    text-align: left;
    width: 575px;
    float: left;
}

.header-to-date {
    float: left;
    width: 70px;
    text-align: right;
}

.time-line-item-info {
    float: left;
    min-width: 20px;
}

.time-line-item-info-image {
    width: 16px;
    height: 16px;
    padding-left: 4px;
}

.break-holder {
    width: 190px;
    border: 1px gray solid;
    background-color: white;
    padding: 2px;
    z-index: 100001;
}

.break-label {
    display: inline-block;
    width: 100px;
    overflow-x: hidden;
}

.expired-allowance {
    font-style: italic;
}

.timeEntry-control {
    background-size: cover !important;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 1px;
}


.rowEven .td-center-align {
    text-align: center;
}

.rowOdd .td-center-align {
    text-align: center;
}

.td-center-align {
    text-align: center !important;
}

.specials-form textarea {
    width: 300px;
}