/*FONT SIZE Notes ---------------
    body: 14px (from bootstrap). To alter set font-size in 'body' in common.css.
        0.714em     10px    
        0.857em     12px
        0.929em     13px
        1em         14px
        1.142em     16px
        1.214em     17px
        1.285em     18px
        1.429em     20px
        1.786       25px
        2em         28px
        2.3em       32px
        2.5em       35px
        3em         42px
        3.43em      48px
        5em         70px
END FONT SIZE Notes ---------------*/

#changePassUserDialog.modal-dialog, #changePassEmpDialog.modal-dialog {
    margin: 150px auto;
    width: 650px;
}

.clear {
    clear: both;
    width: 100%;
    height: 0;
    /*line-height: 0;*/
    font-size: 0;
}

.loading {
    background: url("images/spinner.gif") center center no-repeat scroll transparent;
    min-height: 66px;
    min-width: 66px;
}


.aui-dropdown2-trigger {
    color: white;
    background: transparent;
    border: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    float: left;
    height: 40px;
    width: 36px;
}


/** Body Content **/
.tabContent > .tabBody {
    padding: 16px;
    background: transparent;
    z-index: 100;
    position: relative;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f3f3f4;
}


.tabContent {
    z-index: 80;
    position: absolute;
    top: 76px;
    bottom: 0;
    left: 0;
    right: 0;
}


    .tabContent div.loading {
        background: url("images/spinner.gif?v=2.130.0") no-repeat scroll center center transparent;
        background-color: #ffffff;
    }

.form-group {
    margin-bottom: 5px;
}

    .form-group .col-sm-10 {
        box-sizing: border-box;
    }

/** Dialog Boxes **/
.modal-title {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

a.btnListView {
    padding-left: 17px;
    line-height: 1.214;
    font-size: 1.214em;
    letter-spacing: -1px;
    background-image: url("images/bg-log-out.gif?v=2.130.0");
    background-position: left top;
    background-repeat: no-repeat;
    background-position: 0 3px;
    margin-right: 1em;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.sectionHeader a.btnListView {
    padding-top: 7px;
    background-position: 0 10px;
}

a.btnListView:hover {
    text-decoration: underline;
}

#rosterContent {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: left;
}


    /*
    ROSTER PAGE
*/

    #rosterContent > .empName {
        display: none;
    }


/*<editor-fold defaultstate="collapsed" desc="Roster Calendar Preview View Styles">*/

/* What a roster calendar preview view looks like */
body.rosterPrintPreview {
    background-image: none;
}

.rosterPrintPreview .view {
    height: auto !important;
}

.rosterPrintPreview #rosterContent > .empName {
    display: inherit;
}

.rosterPrintPreview #rosterContent > .view {
    position: relative;
    top: auto;
    bottom: auto;
    padding-top: 5px;
    width: 100%;
}

.rosterPrintPreview #rosterContent > .header {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
}

.rosterPrintPreview .navButtonBar {
    position: relative;
    padding-top: 7px;
}

.rosterPrintPreview .calendarDaysHeader h2.day {
    margin-left: 2px;
    padding: 2px 0;
    background-color: #868686;
    color: white;
    text-align: center;
    border: 1px solid #868686;
    cursor: default;
}

.rosterPrintPreview .calendarWeekContainer {
    page-break-inside: avoid;
}

.rosterPrintPreview .calendar .tagDetails {
    background: url("images/icon_tag_16.png?v=2.130.0") no-repeat scroll 0 center transparent;
    padding-left: 20px;
}

.rosterPrintPreview .calendar .calendarDay > .tags {
    margin: 2px;
    padding: 2px;
    font-weight: normal;
    border: 1px solid #c0c0c0;
}

/*</editor-fold>*/


/*Roster Day View*/
.rosterDayView {
    clear: both;
}

    .rosterDayView .rosterDayViewItems {
        float: left;
        width: 72%;
        overflow: hidden;
        text-align: left;
    }

        .rosterDayView .rosterDayViewItems .calendarShift:first-child {
            margin-top: 0;
        }


    .rosterDayView .rosterDayViewControls {
        float: right;
        width: 22%;
    }

        .rosterDayView .rosterDayViewControls .btn:first-child {
            margin-top: 0;
        }

.rosterDayViewItems .calendarShift {
    min-height: 100px;
    height: auto !important;
    height: 100px;
    border: 1px solid #4285F4;
    background-color: transparent;
    cursor: pointer;
    padding: 0px;
    border-radius: 5px;
    margin: 10px;
}

.calendarDayShift {
    border-radius: 5px;
    border: solid 1px #aaaab3;
    margin: 5px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .calendarDayShift .header {
        background-color: #444;
        color: white;
        font-size: 14px;
        float: left;
        width: 100%;
        border-radius: 4px 4px 0px 0px;
        margin-bottom: 10px;
    }

    .calendarDayShift.selected .header {
        background-color: #0d47a1;
        color: white;
        font-size: 14px;
    }

    .calendarDayShift .header.past {
        background-color: #636262;
        color: white;
    }

    .calendarDayShift.selected .header.past {
        checkboxLbl background-color: #636262;
        color: white;
        border-radius: 4px 4px 0px 0px;
    }

    .calendarDayShift .shiftTime {
        width: 100%;
        font-weight: bold;
        font-size: 15px;
        margin: 7px;
        height: 100%;
        display: inline;
        position: relative;
        top: 7px;
    }

    .calendarDayShift div.shiftDetails {
        width: 45%;
        font-size: 15px;
        margin: 10px;
        margin-left: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

        .calendarDayShift div.shiftDetails.noPartialLeave {
            width: 100%;
        }

    .calendarDayShift table.timeRangesTable {
        border: solid 0px #d0cbcb;
        border-radius: 5px;
        padding: 0px;
        font-size: 11px;
        padding: 20px;
        padding-top: 40px;
    }

    .calendarDayShift .timeRangesTable td {
        /*padding: 2px;
    margin: 5px;*/
        width: 70px;
        /*border: 1px solid #f6f5ff;*/
    }

    .calendarDayShift .timeRangesTable .timeRangeTime {
        width: 80px;
        text-align: center;
    }


    .calendarDayShift .timeRangesTable .workedBar {
        background: #fcd69f;
        border: solid 1px #f57900;
        padding: 1px;
        min-width: 70px;
        margin: 0px;
        height: 15px;
        text-align: center;
    }

        .calendarDayShift .timeRangesTable .workedBar.Large {
            width: 105px;
        }

        .calendarDayShift .timeRangesTable .workedBar.ExtraLarge {
            width: 225px;
        }

    .calendarDayShift .timeRangesTable .leaveBar {
        background: #aaaaff;
        border: solid 1px #0000b0;
        padding: 1px;
        width: 70px;
        margin: 0px;
        height: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

        .calendarDayShift .timeRangesTable .leaveBar.Large {
            width: 105px;
        }

        .calendarDayShift .timeRangesTable .leaveBar.ExtraLarge {
            width: 225px;
        }

    .calendarDayShift .timeRangesForShift {
        margin: 10px;
        margin-top: 45px;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

div.leaveDetails {
    width: 50%;
    height: 150px;
    font-weight: bold;
}

.shiftInformation {
    margin: 10px;
    padding: 10px;
}

.calendarDayShift .header .checkboxLbl {
    height: 23px;
    width: 23px;
    border-radius: 4px;
    background-color: white;
    padding: 0px;
    margin: 7px;
    font-weight: bold;
    text-align: center;
    float: left;
}

.checkboxLbl.checked {
    content: "\2713";
    color: #333333;
}

.msgCheckBoxContainer.checked .checkboxLbl:before {
    content: "\2713";
    color: #333333;
}

.rosterDayViewItems .calendarShift > table > tbody > tr > td.first {
    width: 33%;
    height: 1em;
    padding: 4px;
}

.rosterDayViewItems .calendarShift > .shiftheader {
    background-color: #0066B2;
    color: #FFFFFF;
}

.rosterDayViewItems .calendarShift th {
    width: 100%;
    background-color: #0066B2;
    height: 20px;
    color: #FFFFFF;
}

.rosterDayViewItems .calendarShift .noteIcon {
    display: inline-block;
    padding-left: 20px;
    background: url("images/notes_16.png") no-repeat scroll 0 center transparent;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    margin: 5px;
    margin-top: 0px;
    margin-left: 38px;
    width: 85%;
}

.rosterDayViewItems .calendarShift.centerCalendarShift .noteIcon {
    width: auto;
}

.rosterDayViewItems .calendarShift .tags {
    display: inline-block;
    /* hack for IE7 to make inline-block work correctly */
    *display: inline;
    *zoom: 1;
    /* end hack */
    padding-left: 20px;
    background: url("images/icon_tag_16.png?v=2.130.0") no-repeat scroll 0 center transparent;
}

.rosterDayViewItems .calendarShift .training {
    display: inline-block;
    /* hack for IE7 to make inline-block work correctly */
    *display: inline;
    *zoom: 1;
    /* end hack */
    padding-left: 20px;
    background: url("images/icon_training_16.png?v=2.130.0") no-repeat scroll 0 center transparent;
}

.rosterDayViewItems {
    width: 80%;
    max-height: 400px;
}

    .rosterDayViewItems .calendarShift.selected .checkboxLbl:before {
        content: "\2713";
        color: #333333;
    }

    .rosterDayViewItems .calendarShift .checkboxLbl.past {
        visibility: hidden;
    }

    .rosterDayViewItems .calendarShift.past {
        background-color: #DDDDDD;
        cursor: default;
        border: 1px solid #C0C0C0;
        background-image: none;
    }

        .rosterDayViewItems .calendarShift.past label.checkboxLbl {
            display: none;
        }

    .rosterDayViewItems .calendarShift.centerCalendarShift {
        text-align: center;
    }

.waitListMessage {
    padding: 6px 6px 6px 44px;
    position: relative;
    min-height: 44px;
    background: url("images/icon_list_32.png?v=2.130.0") no-repeat scroll 6px center transparent;
    border: 1px solid #4285F4;
    margin: 10px;
    border-radius: 4px;
}

    .waitListMessage.work.canUseWorkWaitList {
        cursor: pointer;
    }

    .waitListMessage > table {
        width: 100%;
        height: 100%;
        min-height: inherit;
    }

    .waitListMessage .message {
        text-align: left;
        color: #3a87ad;
    }

    .waitListMessage .buttonContainer {
        width: 40px;
        text-align: right;
    }

.leaveMessage {
    margin: 9px;
    min-height: 52px;
    padding: 6px 6px 6px 6px;
    position: relative;
    border: 1px solid #4285F4;
    border-radius: 4px;
}

    .leaveMessage > table {
        width: 100%;
        height: 100%;
        min-height: inherit;
    }

    .leaveMessage .message {
        text-align: center;
        color: #333;
        font-size: 1.142em;
    }

        .leaveMessage .message > .tags {
            display: inline-block;
            /* hack for IE7 to make inline-block work correctly */
            *display: inline;
            *zoom: 1;
            /* end hack */
            padding-left: 20px;
            background: url("images/icon_tag_16.png?v=2.130.0") no-repeat scroll 0 center transparent;
        }

.tagMessage {
    padding: 6px 6px 6px 6px;
    position: relative;
    min-height: 34px;
    border: 1px solid #c0c0c0;
}

    .tagMessage > table {
        width: 100%;
        height: 100%;
        min-height: inherit;
    }

    .tagMessage .message {
        text-align: center;
        color: #606060;
        font-size: 1.142em;
    }

        .tagMessage .message > .tags {
            display: inline-block;
            /* hack for IE7 to make inline-block work correctly */
            *display: inline;
            *zoom: 1;
            /* end hack */
            padding-left: 20px;
            background: url("images/icon_tag_16.png?v=2.130.0") no-repeat scroll 0 center transparent;
        }


/*
 * Messages tab styles
 */

.inbox {
    clear: both;
    padding-right: 34px;
    position: relative;
}

    .inbox > .slider {
        position: absolute;
        right: 0;
        top: 0;
    }

    .inbox > .controls {
        margin-right: -34px;
    }

        .inbox > .controls > .right {
            padding-left: 12px;
            float: right;
        }

            .inbox > .controls > .right > .text {
                padding-top: 9px;
                color: #808080;
            }

    .inbox > .messagesGroup {
        padding-bottom: 10px;
        float: left;
        position: relative;
    }

        /* Header */

        .inbox > .messagesGroup > .header {
            color: white;
        }

            .inbox > .messagesGroup > .header > .col {
                height: 16px;
                float: left;
                padding: 6px 6px 6px 6px;
                border-bottom: 1px solid #606060;
                border-top: 1px solid #dbdbde;
                text-align: left;
                font-weight: bold;
                background-color: #4285F4;
            }

                .inbox > .messagesGroup > .header > .col.icon {
                    border-left: 1px solid #dbdbde;
                }

                .inbox > .messagesGroup > .header > .col.right {
                    text-align: right;
                }

                .inbox > .messagesGroup > .header > .col.date {
                    border-right: 1px solid #dbdbde;
                }


        .inbox > .messagesGroup > .messagesWindow {
            clear: both;
            float: left;
            overflow: hidden;
            position: relative;
            width: 100%;
        }

        .inbox > .messagesGroup > .noMessages {
            position: relative;
        }


    /* Message row */

    .inbox .messageRow {
        cursor: pointer;
        line-height: normal;
    }

        .inbox .messageRow.new {
            font-weight: bold;
        }

        .inbox .messageRow .details .calendar.paddingTop {
            padding-top: 0;
        }

        .inbox .messageRow > .cell {
            height: 16px;
            float: left;
            padding: 6px 6px 6px 6px;
            border-bottom: 1px solid #d2d2d2;
            border-top: 1px solid #ffffff;
            text-align: left;
            background-color: white;
        }

        .inbox .messageRow.alt > .cell {
            background-color: #f9f9f9;
        }

        .inbox .messageRow > .cell.icon {
            border-left: 1px solid #d2d2d2;
        }

            .inbox .messageRow > .cell.icon.collapse {
                display: block;
                background-image: url("images/toggle-collapse.png?v=2.130.0");
                background-repeat: no-repeat;
                background-position: center center;
                background-attachment: scroll;
            }

            .inbox .messageRow > .cell.icon.expand {
                background-image: url("images/toggle-expand.png?v=2.130.0");
                background-repeat: no-repeat;
                background-position: center center;
                background-attachment: scroll;
            }

        .inbox .messageRow > .cell.right {
            text-align: right;
        }

        .inbox .messageRow > .cell.date {
            border-right: 1px solid #d2d2d2;
        }

        .inbox .messageRow > .cell > .subjectContainer {
            overflow: hidden;
            width: 300%;
        }

            .inbox .messageRow > .cell > .subjectContainer > .subjectContent {
                white-space: nowrap;
            }

                .inbox .messageRow > .cell > .subjectContainer > .subjectContent > .subject {
                    float: left;
                    color: #000000;
                }

                .inbox .messageRow > .cell > .subjectContainer > .subjectContent > .ext {
                    float: left;
                    color: #999999;
                }

        .inbox .messageRow.new > .cell > .subjectContainer > .subjectContent > .ext {
            color: #000000;
        }

        .inbox .messageRow > .cell.child {
            padding-left: 30px;
            background-image: url("images/child-join-collapsed.png?v=2.130.0");
            background-repeat: no-repeat;
            background-position: -4px center;
            background-attachment: scroll;
        }

            .inbox .messageRow > .cell.child.expanded {
                background-image: url("images/child-join-expanded.png?v=2.130.0");
            }

            .inbox .messageRow > .cell.child.last {
                background-image: url("images/child-end-collapsed.png?v=2.130.0");
            }

                .inbox .messageRow > .cell.child.last.expanded {
                    background-image: url("images/child-end-expanded.png?v=2.130.0");
                }


        .inbox .messageRow.details {
            background-color: #ffffff;
        }

        .inbox .messageRow.alt.details {
            background-color: #f9f9f9;
        }

        .inbox .messageRow.details > .cell {
            height: 16px;
            float: left;
            border-bottom: none;
            border-top: 1px solid #ffffff;
            background-color: #ffffff;
        }

        .inbox .messageRow.details.alt > .cell {
            background-color: #f9f9f9;
        }

        .inbox .messageRow.details > .content {
            border-bottom: 1px solid #d2d2d2;
            border-left: 1px solid #d2d2d2;
            border-right: 1px solid #d2d2d2;
            font-weight: normal;
        }

            .inbox .messageRow.details > .content > .indent {
                float: left;
                height: 10px;
            }

            .inbox .messageRow.details > .content > .details {
                float: left;
                text-align: left;
                padding-left: 6px;
                padding-bottom: 12px;
                padding-top: 12px;
            }

                .inbox .messageRow.details > .content > .details.child {
                    padding-left: 30px;
                    background-image: url("images/child-ext.png?v=2.130.0");
                    background-repeat: repeat-y;
                    background-position: -4px 0;
                    background-attachment: scroll;
                }

                    .inbox .messageRow.details > .content > .details.child.last {
                        background: none;
                    }

                .inbox .messageRow.details > .content > .details > .body {
                    padding-right: 12px;
                }

                    .inbox .messageRow.details > .content > .details > .body .calendar {
                        background: #f3f3f4;
                    }

        .inbox .messageRow.details.alt > .content > .details > .body .calendar {
            background: transparent;
        }

        .inbox .messageRow.details > .content > .details > .body .text {
            padding-bottom: 10px;
            color: #505050;
        }

        .inbox .messageRow.details > .content > .details > .body .ui-label {
            color: #505050;
        }

        .inbox .messageRow.details > .content > .details > .body .text.status {
            font-style: italic;
        }

        .inbox .messageRow.details > .content > .details > .controls {
            padding-right: 12px;
            text-align: right;
            margin-top: 10px;
        }

div.clearcell {
    background: transparent;
}


/*<editor-fold defaultstate="collapsed" desc="Leave Tab Styles">*/

/*
 * LEAVE TAB
 */

.leaveManager {
    position: relative;
}

    .leaveManager > .leaveRequests > .leaveRequestsGrid .GridCell {
        text-align: center;
    }

    .leaveManager > .leaveRequests > .leaveRequestsGrid td.GridCell.clickable {
        height: 28px;
    }

    .leaveManager > .leaveRequests > .leaveRequestsGrid th.GridCell.note {
        background-image: url("images/notes_16.png?v=2.130.0");
        background-attachment: scroll;
        background-position: center center;
        background-repeat: no-repeat;
        width: 16px;
    }

.leaveRequestsGrid td.GridCell.status {
    font-weight: bold;
}

    .leaveRequestsGrid td.GridCell.status.pending {
        color: #070707;
    }

    .leaveRequestsGrid td.GridCell.status.approved {
        color: #008000;
    }

    .leaveRequestsGrid td.GridCell.status.denied {
        color: #ff0000;
    }

    .leaveRequestsGrid td.GridCell.status.escalated {
        color: #0000ff;
    }

    .leaveRequestsGrid td.GridCell.status.cancelled {
        color: #999999;
    }

    .leaveRequestsGrid td.GridCell.status.reserved {
        color: #9900ff;
    }

.leaveRequestsGrid tr.past td.GridCell.status {
    color: #bbbbbb;
}

.leaveRequestsGrid div.Grid div.GridControls {
    margin-left: 0;
}

.leaveRequestsGrid div.Grid .GridControls .labelLegend {
    position: absolute;
    bottom: -25px;
    left: 0;
}

.leaveManager > .leaveRequests .Grid {
    margin-bottom: 0;
    position: relative;
}

.leaveManager > .leaveRequests > .leaveRequestsGrid tr.past {
    color: #bbbbbb;
}

.leaveManager > .leaveRequests > .leaveRequestsGrid tr.shownote > td.GridCell.note {
    background: url("images/notes_16.png?v=2.130.0") no-repeat scroll center center transparent;
}

/*Ensure the sectionHeader of leave balances displays above the balances.*/
.leaveManager > .leaveBalances {
    margin-top: 38px; /*sectionHeader height*/
    background: #ffffff;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
}

    .leaveManager > .leaveBalances > .sectionHeader {
        position: absolute;
        top: 0; /*top of .leaveManager > .leaveBalances*/
    }

    .leaveManager > .leaveBalances > .container {
        clear: both;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0;
        width: auto;
    }

        .leaveManager > .leaveBalances > .container > .left {
            width: 50%;
            float: left;
        }

        .leaveManager > .leaveBalances > .container > .right {
            width: 50%;
            float: right;
        }

        .leaveManager > .leaveBalances > .container .item {
            clear: both;
            padding-left: 10px;
        }

            .leaveManager > .leaveBalances > .container .item > .title {
                float: left;
                width: 70%;
                font-weight: bold;
                text-align: left;
            }

            .leaveManager > .leaveBalances > .container .item > .body {
                float: left;
                width: 29%;
                font-weight: normal;
                text-align: left;
            }

        .leaveManager > .leaveBalances > .container > .left .item > .body {
            border-right: 1px solid #0066b2;
        }

        .leaveManager > .leaveBalances > .container .item > .body.negative,
        .leaveRequestSummaryDialog .predictedBalances td.predicted.negative {
            color: #ec1c24;
            font-weight: bold;
        }

    .leaveManager > .leaveBalances > .footer {
        clear: both;
        font-style: italic;
        font-size: 0.857em;
        color: #666;
        text-align: left;
        padding: 0 15px 10px 15px;
    }


/*
 * LEAVE REQUEST DIALOG
 */

#leaveCalendar, .leaveTypeSelectorDialog {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.leaveRequestDialog {
    position: relative;
}

    .leaveRequestDialog > .mainContainer > .calendar {
        padding-top: 0px;
    }

    .leaveRequestDialog > .mainContainer > .top {
        padding-bottom: 0px;
    }

    .leaveRequestDialog .periodSummary {
        padding-bottom: 1px;
    }

.effective > .effectiveBalance {
    font-weight: bold;
}

.effective {
    padding-left: 10px;
    min-width: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .effective .status, .effective .period {
        text-align: left;
    }

.calendarContainer .items.calendarMask {
    opacity: 0.5;
}

.calendarContainer .calendarClickToView {
    position: absolute;
    top: 300px;
    font-size: 2em;
    width: 950px;
    text-align: center;
    display: inherit;
    z-index: 200;
}

    .calendarContainer .calendarClickToView.hideClickToView {
        display: none;
    }

.calendarTitle .monthYearTitle {
    font-size: 1.3em;
    padding-top: 0px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.calendarTitle.noExtraDataRow .monthYearTitle {
    padding-top: 10px;
}

.leaveTypeTitle {
    text-align: center;
    min-width: 200px;
}

.btn.monthYearSelectorButton {
    position: relative;
    width: 9px;
    height: 17px;
    min-width: 9px;
    min-height: 17px;
    padding: 5px 17px 11px 11px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .btn.monthYearSelectorButton .fa-calendar {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: -9px;
        margin-right: -5px;
        font-size: 18px;
    }

.leaveRequestDialog > .mainContainer > .top .periodSummary .label {
    padding-top: 0;
    padding-right: 0;
    text-align: right;
    clear: none;
    margin: 0;
}

.periodSummary .label {
    padding-top: 0;
    padding-right: 0;
    text-align: right;
    clear: none;
    margin: 0;
    float: left;
    padding-top: 8px;
}

.periodSummary {
    float: left;
    padding-top: 2px;
}

.date {
    padding-right: 10px;
    padding-top: 2px;
    float: left;
}

.partial {
    font-size: 0.857em;
    padding-top: 5px;
    float: left;
    clear: both;
}

.leaveRequestDialog + .buttons > label {
    float: left;
    font-weight: bold;
    max-width: 500px;
}


/*
 * LEAVE REQUEST DIALOG MONTH YEAR PICKER
 */

.monthYearPickerButton {
    width: 9px;
    height: 16px;
    min-width: 9px;
    padding: 8px 14px 9px 14px;
}

.monthYearPicker td {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .monthYearPicker td.month {
        padding: 10px;
        width: 75px;
        height: 60px;
        background-color: #dddddd;
    }

        .monthYearPicker td.month.clickable {
            background-color: inherit;
        }

            .monthYearPicker td.month.clickable:hover {
                background: #bfdfff;
                color: black;
            }

        .monthYearPicker td.month.selected {
            background: #53a0f7;
            color: white;
        }

.monthYearPicker .spacer {
    height: 15px;
}

.monthYearPicker .prevYearButton, .monthYearPicker .nextYearButton {
    min-width: 40px;
    min-height: 35px;
}

.monthYearPicker .nextYearButton {
    background: url("images/whiteArrowRight.png?v=2.130.0") no-repeat scroll center center #333;
    border-color: #333;
    cursor: pointer;
}

.monthYearPicker .prevYearButton {
    background: url("images/whiteArrowLeft.png?v=2.130.0") no-repeat scroll center center #333;
    border-color: #333;
    cursor: pointer;
}

.monthYearPicker .nextYearButton:hover {
    background: url("images/whiteArrowRight.png?v=2.130.0") no-repeat scroll center center #444;
    border-color: #444;
    cursor: pointer;
}

.monthYearPicker .prevYearButton:hover {
    background: url("images/whiteArrowLeft.png?v=2.130.0") no-repeat scroll center center #444;
    border-color: #444;
    cursor: pointer;
}

.monthYearPicker .months.clickable {
    margin-bottom: 20px;
    font-weight: normal;
    width: 100%;
}

.monthYearPicker .year {
    text-align: center;
}

    .monthYearPicker .year .header {
        margin-bottom: 20px;
        font-weight: bold;
    }

    .monthYearPicker .year table {
        width: 100%;
    }

.monthYear.btn {
    margin-left: 5px;
}


/*
 * LEAVE REQUEST DETAILS DIALOG
 */

.leaveRequestDetailsDialog {
    position: relative;
}

    .leaveRequestDetailsDialog > .mainContainer > .content.top {
        padding-bottom: 4px;
    }

        .leaveRequestDetailsDialog > .mainContainer > .content.top.left {
            float: left;
            width: 50%;
            text-align: left;
            font-weight: bold;
        }

        .leaveRequestDetailsDialog > .mainContainer > .content.top.right {
            float: right;
            width: 49%; /* should be 50%, but IE7 doesn't behave */
            text-align: right;
            font-weight: bold;
        }

    .leaveRequestDetailsDialog .mainContainer .status {
        font-weight: bold;
    }

    /* status pending */
    .leaveRequestDetailsDialog .mainContainer .status_1 {
        color: #070707;
    }

    /* status approved, conditionally approved, approved cancel requested */
    .leaveRequestDetailsDialog .mainContainer .status_3,
    .leaveRequestDetailsDialog .mainContainer .status_6,
    .leaveRequestDetailsDialog .mainContainer .status_11 {
        color: #008000;
    }

    /* status denied, conditionally denied */
    .leaveRequestDetailsDialog .mainContainer .status_2,
    .leaveRequestDetailsDialog .mainContainer .status_5 {
        color: #ff0000;
    }

    /* status escalated, conditionally escalated */
    .leaveRequestDetailsDialog .mainContainer .status_4,
    .leaveRequestDetailsDialog .mainContainer .status_7 {
        color: #0000ff;
    }

    /* status cancelled prior/after assessment */
    .leaveRequestDetailsDialog .mainContainer .status_8,
    .leaveRequestDetailsDialog .mainContainer .status_9 {
        color: #999999;
    }

    /* status reserved */
    .leaveRequestDetailsDialog .mainContainer .status_10 {
        color: #9900ff;
    }

    .leaveRequestDetailsDialog > .mainContainer > .calendar {
        clear: both;
    }

        .leaveRequestDetailsDialog > .mainContainer > .calendar #leaveCalendar {
            height: 495px;
        }

            .leaveRequestDetailsDialog > .mainContainer > .calendar #leaveCalendar > .calendar {
                height: 411px;
            }

                .leaveRequestDetailsDialog > .mainContainer > .calendar #leaveCalendar > .calendar > .calendarContainer > .items > .itemRow > .itemContainer {
                    width: 188px;
                    height: 129px;
                }

        .leaveRequestDetailsDialog > .mainContainer > .calendar h2.day {
            width: 109px !important;
        }

        .leaveRequestDetailsDialog > .mainContainer > .calendar .dayContainer {
            width: 109px !important;
            height: 60px !important;
        }


/*
 * PARTIAL DAY LEAVE SELECTOR DIALOG
 */

.partialDayLeaveSelectorDialog > .partialDayControls > .left {
    float: left;
    width: 381px;
    padding-right: 8px;
    border-right: 1px solid #0066b2;
}

.partialDayLeaveSelectorDialog > .partialDayControls > .right {
    float: left;
    width: 260px;
    padding-top: 40px;
}

.partialDayLeaveSelectorDialog > .partialDayControls div:first-child {
    margin-top: 0;
}

.partialDayLeaveSelectorDialog > .partialDayControls .checkBoxGroup {
    padding-top: 0;
    padding-bottom: 0;
}

.partialDayLeaveSelectorDialog .textField > input {
    width: 30px !important;
}

.partialDayLeaveSelectorDialog .partialDayDetails {
    padding-bottom: 10px;
    text-align: center;
}

    .partialDayLeaveSelectorDialog .partialDayDetails.multi {
        float: left;
        width: 50%;
    }


/*
 * NOTES DIALOG
 */

.notesDialog > .text {
    text-align: left;
    max-height: 400px;
    overflow: auto;
}


/*
 * CANCEL LEAVE REQUEST WARNING DIALOG
 */

.cancelLeaveRequestNotes > .existing {
    border: 1px solid #dddddd;
    padding: 10px;
    margin-bottom: 8px;
}

.cancelLeaveRequestNotes > .ui-selfLabelledTextField {
    margin-top: 0;
}


/*
 * LEAVE REQUEST SUMMARY DIALOG
 */

.leaveRequestSummaryDialog textarea {
    width: 490px;
    height: 50px;
}

.leaveRequestSummaryDialog .ui-selfLabelledTextField {
    margin: 0;
}

.leaveRequestSummaryDialog .predictedBalances td.current,
.leaveRequestSummaryDialog .predictedBalances td.predicted {
    text-align: right;
}

/* Leave Reminder formatting */

div.leaveReminderPre {
    padding-bottom: 4px;
}

div.leaveReminderPost {
    padding-top: 4px;
    padding-bottom: 4px;
}

ol.leaveReminderList {
    list-style-type: decimal;
    padding: 4px 0 4px 8px;
}

div.leaveReqSummaryTitle {
    clear: both;
    float: left;
    width: 40%;
    text-align: right;
    padding-right: 7px;
}

div.leaveReqSummaryValue {
    float: left;
    width: 55%;
}


/*
 * LEAVE CALENDAR
 */

#leaveCalendar {
    border: 1px solid #0066b2;
    padding: 8px;
    height: 550px;
    background: #f3f3f4;
}

    #leaveCalendar .controls {
        position: relative;
        text-align: center;
    }

        #leaveCalendar .controls .btn {
            margin-top: 7px;
            margin-left: 5px;
            height: 16px;
        }

            #leaveCalendar .controls .btn.arrowLeft,
            #leaveCalendar .controls .btn.arrowRight {
                position: relative;
                width: 9px;
                height: 16px;
                min-width: 9px;
                padding: 8px 14px 9px 14px;
                -moz-box-sizing: content-box;
                -webkit-box-sizing: content-box;
                box-sizing: content-box;
            }

        #leaveCalendar .controls .arrowLeft,
        #leaveCalendar .controls .arrowRight {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 33px;
            cursor: pointer;
        }

            #leaveCalendar .controls .arrowLeft.disabled > div,
            #leaveCalendar .controls .arrowRight.disabled > div {
                cursor: default;
            }

        #leaveCalendar .controls .arrowLeft {
            background: url("images/whiteArrowLeft.png?v=2.130.0") no-repeat scroll center center #444;
        }

        #leaveCalendar .controls .arrowRight {
            background: url("images/whiteArrowRight.png?v=2.130.0") no-repeat scroll center center #444;
        }

        #leaveCalendar .controls .spacer {
            visibility: none;
            height: 33px;
            width: 33px;
            margin-left: 5px;
        }

    #leaveCalendar > .calendar > .calendarContainer {
        height: 100%;
        text-align: center;
    }

        #leaveCalendar > .calendar > .calendarContainer > .items > .itemRow {
            padding-top: 3px;
            -moz-user-select: none;
            -webkit-user-select: none;
            user-select: none;
        }

            #leaveCalendar > .calendar > .calendarContainer > .items > .itemRow:first-child {
                padding-top: 0;
            }

            #leaveCalendar > .calendar > .calendarContainer > .items > .itemRow > .itemContainer {
                float: left;
                width: 228px;
                margin-left: 4px;
                height: 156px;
                padding: 0;
                border: 3px solid #80bfff;
            }

                #leaveCalendar > .calendar > .calendarContainer > .items > .itemRow > .itemContainer .item {
                    position: relative;
                    height: 100%;
                    font-size: 2em;
                    background: #444;
                    border: 1px #444 solid;
                    border-radius: 6px;
                    color: #eee;
                }

                #leaveCalendar > .calendar > .calendarContainer > .items > .itemRow > .itemContainer:first-child {
                    margin-left: 0;
                }

                #leaveCalendar > .calendar > .calendarContainer > .items > .itemRow > .itemContainer.clickable {
                    cursor: pointer;
                }

                    #leaveCalendar > .calendar > .calendarContainer > .items > .itemRow > .itemContainer.clickable.hover {
                        border-color: black;
                        background-color: black;
                        background: black;
                    }

                #leaveCalendar > .calendar > .calendarContainer > .items > .itemRow > .itemContainer.disabled,
                #leaveCalendar > .calendar > .calendarContainer > .items > .itemRow > .itemContainer.diff.disabled {
                    border-color: #c0c0c0;
                }

                #leaveCalendar > .calendar > .calendarContainer > .items > .itemRow > .itemContainer.diff {
                    border-color: #bfdfff;
                }

                #leaveCalendar > .calendar > .calendarContainer > .items > .itemRow > .itemContainer.today {
                    background: 337ab7;
                }

                #leaveCalendar > .calendar > .calendarContainer > .items > .itemRow > .itemContainer table {
                    width: 100%;
                    height: 100%;
                }

    #leaveCalendar .calendarWeek .dayContainer.disabled {
        border-color: #c0c0c0;
    }

        #leaveCalendar .calendarWeek .dayContainer.disabled .calendarDay {
            background-color: #dddddd;
        }

            #leaveCalendar .calendarWeek .dayContainer.disabled .calendarDay h3 {
                background-color: #c0c0c0;
                color: #070707;
            }

        #leaveCalendar .calendarWeek .dayContainer.disabled.today .calendarDay h3 {
            background-color: #868686;
            color: #ffffff;
        }


/*</editor-fold>*/


fieldset.partial {
    float: left;
    margin: 0;
    width: 100%;
    display: none;
}


div.noticeboard {
    height: 100%;
    width: 100%;
    text-align: left;
    vertical-align: top;
}

    div.noticeboard .posts-top {
        height: 168px;
        position: relative;
        margin-bottom: 10px;
        background: white;
        border: 1px solid #a7a7a7;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

        div.noticeboard .posts-top.disabled {
            background: transparent;
            border: none;
        }

.noticeboard .posts-top > .slider {
    position: absolute;
    right: 0;
    top: 0;
}

div.noticeboard .posts-bottom {
    height: 300px;
    position: relative;
    padding-right: 34px;
    background: white;
    border: 1px solid #a7a7a7;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    div.noticeboard .posts-bottom > .navButtonBar {
        right: -34px; /*The 'div.noticeboard .posts-bottom' padding-right amount.*/
    }

    div.noticeboard .posts-bottom.disabled {
        background: transparent;
        border: none;
    }

.noticeboard .posts-bottom > .slider {
    position: absolute;
    right: 0;
    top: 0;
}

div.noticeboard .posts-bottom .messageContainer {
    max-width: 600px;
}

div.noticeboard .posts {
    text-align: left;
    display: block;
    vertical-align: top;
}

.posts-group {
    position: relative;
    overflow: hidden;
    height: 100%;
    float: left;
}

.posts-scroll-group {
    float: left;
}

.posts-column {
    float: left;
    width: 33%;
}


/* What a global post looks like */
div.noticeboard .global-post {
    min-height: 63px;
    margin: 4px 4px 8px 4px;
    background: #FFFFFF;
    display: block;
    text-align: left;
    position: relative;
    border: 1px solid #afafaf;
    border-radius: 4px;
}

.global-post .post-full {
    height: 100%;
}

.global-post .post-title {
    min-height: 22px;
    font-weight: normal;
    color: #ffffff;
    background: #0d47a1;
    padding: 4px;
}

.global-post .post-body {
    clear: both;
    color: #000000;
    padding: 4px;
    min-height: 20px;
}

.global-post .post-footer {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    padding-left: 4px;
}

.global-post .post-date {
    font-size: 0.857em;
    color: #3a87ad;
    clear: both;
    position: absolute;
    bottom: 2px;
}

/* What a swap post looks like */
.post.swap {
    background-color: transparent;
    border: 1px solid #cccccc;
    clear: both;
    margin: 4px;
    margin-bottom: 8px;
    padding-left: 4px;
    display: block;
    text-align: left;
    zoom: 1;
}

    /* Make the border thicker for the expanded post */
    .post.swap.expanded {
        border: 2px solid #999999;
    }

    .post.swap .inner {
        zoom: 1; /* This is needed here so that IE thinks the element 'has layout' */
    }


    .post.swap .button-expand {
        background: url("images/toggle-expand.png?v=2.130.0") no-repeat scroll 0 0 transparent;
        width: 16px;
        height: 16px;
        margin: 2px;
        margin-bottom: 0;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
    }

        .post.swap .button-expand.expanded {
            background: url("images/toggle-collapse.png?v=2.130.0") no-repeat scroll 0 0 transparent;
        }

    .post.swap .title {
        display: inline-block;
        margin: 0;
        margin-top: 0;
        font-weight: bold;
        color: #3b8ccc;
        padding: 0;
        cursor: pointer;
    }

    .post.swap .body {
        display: inline;
        margin: 0;
        margin-left: 4px;
        color: #000000;
    }

        /* When the italics text is shown in the post body text, make it grey */
        .post.swap .body i {
            color: #808080;
        }

    .post.swap .footer {
        clear: left;
        margin: 0;
        color: #888888;
    }

    .post.swap .full {
        clear: both;
        padding-right: 4px;
        padding-bottom: 4px;
    }

        .post.swap .full .label {
            margin-left: 2px;
        }

    .post.swap .inner .btn-toolbar {
        margin-top: 2px;
        margin-right: 3px;
    }

.ie .post.swap .inner .btn-toolbar {
    margin-top: 8px;
}

    .ie .post.swap .inner .btn-toolbar .btn {
        display: inline;
    }

.post.swap.reply {
    background-color: #E0E0E0;
    border: 1px solid #BBBBBB;
    clear: both;
    margin: 4px;
    margin-left: 24px;
    padding: 4px;
    display: block;
    text-align: left;
}

.post.swap .textarea-container {
    position: relative;
    zoom: 1;
}

/***************************************/

div.posts-global-infomessage {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35%;
    margin-top: -23px; /* this should be -25%, but only Chrome renders it correctly */
    width: 70%;
    height: 50%;
}

    div.posts-global-infomessage .error {
        color: #EC1C24;
    }

.preferences {
    height: 100%;
}

    .preferences .wizard {
        position: relative;
    }

        /*Ensure the sectionHeader of a wizard pane displays above the pane.*/
        .preferences .wizard .panes > .pane {
            margin-top: 38px; /*sectionHeader height*/
        }

            .preferences .wizard .panes > .pane > .section > .sectionHeader {
                position: absolute;
                top: 0; /*top of .preferences .wizard*/
            }

            .preferences .wizard .panes > .pane .navButtonBar {
                margin-right: 15px;
            }

#subtab_pane_language .form-horizontal .form-group {
    margin-left: 0;
}

div.shiftBidsManagerContainer {
    height: 96%;
    position: relative;
    overflow: hidden;
    padding: 12px;
}

.shiftBidsManagerContainer div.btn-toolbar {
    margin-top: 20px
}

div.shiftBidsManager {
    height: 90%;
    position: relative;
    overflow: hidden;
    padding: 8px;
}

    div.shiftBidsManager > .shiftBidsGroups {
        padding-right: 34px;
    }

    div.shiftBidsManager > .slider {
        position: absolute;
        right: 0;
        top: 0;
    }

.shiftBidsGroup {
    border: 1px solid #afafaf;
    border-radius: 4px;
    margin-bottom: 3px;
}

    .shiftBidsGroup > .header {
        height: 40px;
        cursor: pointer;
        background-color: #0d47a1;
        padding-left: 4px;
        padding-right: 8px;
    }

    .shiftBidsGroup.selected > .header:hover {
        border-left: 0;
        padding-left: 4px;
        padding-right: 8px;
    }

    .shiftBidsGroup > .header:hover {
        border-left: 4px solid #CC0000;
        padding-left: 0;
    }

    .shiftBidsGroup > .header > .name {
        color: #FFFFFF;
        padding-top: 10px;
        padding-left: 8px;
        text-align: left;
        float: left;
    }

    .shiftBidsGroup.selected > .header {
        background-color: #4285F4;
        padding-right: 8px;
    }

    .shiftBidsGroup .chevron-container {
        color: #FFFFFF;
        margin-left: -4px;
    }

    .shiftBidsGroup > .header > .btn-toolbar {
        margin-top: 3px;
    }

    .shiftBidsGroup .header > .title {
        font-size: 1.285em;
        padding: 0 4px;
    }

    .shiftBidsGroup > .content {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .shiftBidsGroup > .loading {
        width: 100%;
        height: 70px;
    }

    .shiftBidsGroup .loadingExtra {
        width: 100%;
        height: 70px;
        text-align: center;
    }

        .shiftBidsGroup .loadingExtra > .loadingCounter {
            color: DarkGray;
            display: inline-block;
            cursor: pointer;
        }

    .shiftBidsGroup > .content > .left {
        padding: 4px;
        display: table-cell;
        vertical-align: top;
    }

    .shiftBidsGroup > .content > .middle {
        width: 2px;
        background-color: #000000;
        display: table-cell;
    }

    .shiftBidsGroup > .content > .right {
        padding: 4px;
        display: table-cell;
        vertical-align: top;
    }

        .shiftBidsGroup > .content > .right > .instructions {
            padding: 4px 4px 0 4px;
            text-align: left;
        }

div.shiftBidsList {
    width: 100%;
    height: 100%;
}

    div.shiftBidsList > .calendar.bid {
        position: relative;
        padding: 8px 0 8px 0;
        border-bottom: 1px solid #000000;
        cursor: pointer;
        position: relative;
    }

        div.shiftBidsList > .calendar.bid .calendarDaysHeader {
            margin-bottom: 5px;
        }

.calendar.bid.smaller.minimizeHeight .calendarWeekContainer {
    margin-bottom: 5px;
}

.calendar.bid.selected {
    background-color: #76c6f6;
    zoom: 1;
}

.calendar.bid > .rank {
    padding-left: 4px;
    text-align: left;
    font-weight: bold;
    font-size: 1.142em;
    min-height: 30px;
}

.calendar.bid.selected > .rank {
    color: #000000;
}

.myBids .calendar.bid > .controls {
    padding-top: 4px;
    position: absolute;
    top: 0;
    right: 0;
}

.calendar.bid > .controls > .left {
    padding: 0 4px 0 4px;
    float: left;
}

.calendar.bid > .controls > .right {
    padding: 0 4px 0 4px;
    float: right;
}

.seniorityPanel > .loading {
    width: 100%;
    height: 70px;
}

    .seniorityPanel > .loading.message {
        background: none;
    }

.seniorityPanel > .seniorityContainer {
    width: 550px;
    max-height: 300px;
    float: left;
    overflow: hidden;
}

    .seniorityPanel > .seniorityContainer > .seniorityList > table {
        width: 549px;
        text-align: left;
        border-collapse: collapse;
    }

        .seniorityPanel > .seniorityContainer > .seniorityList > table > tbody > tr > th {
            padding: 3px 2px 3px 4px;
            border: 1px solid #c0c0c0;
            color: #ffffff;
            background: #4285F4;
            font-weight: normal;
        }

            .seniorityPanel > .seniorityContainer > .seniorityList > table > tbody > tr > th.rank {
                padding-right: 8px;
                text-align: right;
            }

        .seniorityPanel > .seniorityContainer > .seniorityList > table > tbody > tr > td {
            padding: 3px 2px 3px 4px;
            border: 1px solid #c0c0c0;
        }

            .seniorityPanel > .seniorityContainer > .seniorityList > table > tbody > tr > td.rank {
                padding-right: 8px;
                text-align: right;
            }

        .seniorityPanel > .seniorityContainer > .seniorityList > table > tbody > tr.selected > td {
            background-color: #76c6f6;
        }


/*Shift Preference Editor*/
#shiftPreferenceEditor {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 500px;
}

    #shiftPreferenceEditor .calendar.paddingTop {
        padding-top: 0;
    }

    #shiftPreferenceEditor .navButtonBar {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

.prefEditDay.both {
    width: 860px;
}

@media (max-width: 892px) {
    #shiftPreferenceEditor {
        min-height: 738px;
    }

    .prefEditDay.both {
        width: 420px;
    }
}

.prefEditDay {
    width: 420px;
    margin: 0 auto;
}

    .prefEditDay > .sections > .section {
        float: left;
        width: 418px;
        border: 1px solid #ff9506;
        background: #ffffff;
    }

    .prefEditDay > .sections > .divider {
        float: left;
        width: 20px;
        height: 10px;
    }

    .prefEditDay > .sections > .section.bottom {
        padding: 10px 16px 16px 16px;
    }

    .prefEditDay > .sections > .section > h3 {
        padding: 3px 3px 3px 16px;
        background-color: #ff9506;
        color: #ffffff;
        text-align: left;
        font-size: 1.285em;
    }

    .prefEditDay > .sections > .section > .inner {
        padding: 16px 16px 10px 16px;
    }

    .prefEditDay > .sections > .section > .bottom {
        padding: 0 16px 16px 16px;
        text-align: center;
    }

    .prefEditDay > .sections > .message {
        font-weight: bold;
        text-align: center;
    }


.checkboxlist > .checkbox {
    position: relative;
    margin-top: 4px;
    padding: 6px 3px 6px 38px;
    background-color: transparent;
    text-align: left;
    min-height: 20px;
}

    .checkboxlist > .checkbox, .checkboxlist > .checkbox * {
        cursor: pointer;
    }

        .checkboxlist > .checkbox:first-child {
            margin-top: 0;
        }

        .checkboxlist > .checkbox.checked {
            font-weight: bold;
        }

        .checkboxlist > .checkbox.ordered {
            padding-left: 55px;
        }

            .checkboxlist > .checkbox.ordered > .order {
                position: absolute;
                left: 0;
                top: 6px;
                width: 32px;
                height: 32px;
            }


/*
 * TIMESHEET VIEW
 */

.timesheetView {
    position: relative;
}

    .timesheetView > .tableContainer {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 34px;
    }

    .timesheetView > .slider {
        float: none;
        position: absolute;
        height: 100%;
        right: 0;
    }

    .timesheetView > .tableContainer > .tableHeader {
        color: white;
        padding: 6px;
        border: 1px solid #dbdbde;
        border-bottom: 1px solid #606060;
        background-color: #4285F4;
        padding-bottom: 2px;
    }

        .timesheetView > .tableContainer > .tableHeader .col {
            height: 16px;
            padding: 2px 8px;
        }

    .timesheetView > .tableContainer > .tableBody {
        position: absolute;
        top: 34px;
        bottom: 0;
        width: 100%;
    }

        .timesheetView > .tableContainer > .tableBody > .rowGroup {
            position: absolute;
            height: 100%;
            left: 0;
            width: 100%;
            overflow: hidden;
        }

            .timesheetView > .tableContainer > .tableBody > .rowGroup > .rows {
                height: 1000px;
                position: relative;
            }

    .timesheetView .rows .row {
        margin-right: 0;
        margin-left: 0;
    }

        .timesheetView .rows .row > .main {
            padding-left: 32px;
        }

            .timesheetView .rows .row > .main > div {
                padding: 6px 6px 6px 0;
                cursor: default;
            }

        .timesheetView .rows .row.collapsable > .main {
            background-image: url("images/toggle-expand.png?v=2.130.0");
            background-repeat: no-repeat;
            background-position: 8px center;
            background-attachment: scroll;
            cursor: pointer;
        }

        .timesheetView .rows .row.collapsable.expanded > .main {
            background-image: url("images/toggle-collapse.png?v=2.130.0");
        }

        .timesheetView .rows .row.collapsable > .content,
        .timesheetView .rows .row.collapsable > .totals {
            display: none;
        }

        .timesheetView .rows .row.collapsable.expanded > .content,
        .timesheetView .rows .row.collapsable.expanded > .totals {
            display: block;
        }

        .timesheetView .rows .row .totals {
            padding-left: 32px;
        }

            .timesheetView .rows .row .totals > div {
                padding: 6px 6px 6px 0;
                cursor: default;
            }

        .timesheetView .rows .row .cell {
            height: 16px;
            padding-left: 8px;
            padding-right: 8px;
            vertical-align: top;
        }

        .timesheetView .rows .row tr > td:first-child {
            padding-left: 0;
        }

        .timesheetView .rows .row table,
        .timesheetView > .tableContainer > .tableHeader table {
            width: 100%;
        }

        .timesheetView .rows .row .cell.icon,
        .timesheetView > .tableContainer > .tableHeader .col.icon {
            width: 16px;
            padding-left: 0;
            padding-right: 0;
        }

        .timesheetView .rows .row > .main > div > table .cell.icon.warning {
            background-image: url("images/icon_warning_16.png?v=2.130.0");
            background-repeat: no-repeat;
            background-position: 0 center;
            background-attachment: scroll;
        }

        .timesheetView .rows .row .cell.scheduled,
        .timesheetView > .tableContainer > .tableHeader .col.scheduled {
            text-align: right;
        }

        .timesheetView .rows .row .cell.scheduledHours,
        .timesheetView > .tableContainer > .tableHeader .col.scheduledHours {
            width: 54px;
            text-align: right;
        }

        /* Hide the scheduled and worked hours for level1 and level2 rows when they are expanded */
        .timesheetView .rows .row.level1.collapsable.expanded > .main > div > table .cell.scheduledHours,
        .timesheetView .rows .row.level2.collapsable.expanded > .main > div > table .cell.scheduledHours,
        .timesheetView .rows .row.level1.collapsable.expanded > .main > div > table .cell.workedHours,
        .timesheetView .rows .row.level2.collapsable.expanded > .main > div > table .cell.workedHours {
            visibility: hidden;
        }

        .timesheetView .rows .row .cell.worked,
        .timesheetView > .tableContainer > .tableHeader .col.worked {
            width: 256px;
            text-align: right;
        }

        .timesheetView .rows .row .cell.workedHours,
        .timesheetView > .tableContainer > .tableHeader .col.workedHours {
            width: 54px;
            text-align: right;
        }

        .timesheetView .rows .row.level1 {
            font-weight: bold;
            background-color: #e6e6e6;
            border-bottom: 1px solid #d9d9d9;
            border-top: 1px solid #f2f2f2;
            border-left: 1px solid #d9d9d9;
            border-right: 1px solid #d9d9d9;
        }

        .timesheetView .rows .row.level2 {
            font-weight: bold;
            background-color: #ffffff;
            border-bottom: 1px solid #d2d2d2;
            border-top: 1px solid #ffffff;
            border-left: 1px solid #d9d9d9;
        }

        .timesheetView .rows .row.level3 {
            position: relative;
            font-weight: normal;
            background-color: #ffffff;
            border-bottom: 1px solid #e6e6e6;
            border-top: 1px solid #ffffff;
        }

        .timesheetView .rows .row.level1.collapsable.expanded > .main > div,
        .timesheetView .rows .row.level2.collapsable.expanded > .main > div {
            border-bottom: 1px solid #e6e6e6;
        }

        .timesheetView .rows .row.level1.collapsable.expanded > .totals > div,
        .timesheetView .rows .row.level2.collapsable.expanded > .totals > div {
            border-top: 1px solid #f2f2f2;
        }

        .timesheetView .rows .row .content,
        .timesheetView .rows .row .summary {
            padding-left: 32px;
        }

        .timesheetView .rows .row table tr.pref .cell.scheduled,
        .timesheetView .rows .row table tr.pref .cell.worked {
            color: #808080;
        }


        .timesheetView .rows .row.level3.collapsable > .main {
            background-image: none;
        }

        .timesheetView .rows .row.level3.collapsable > .icon {
            position: absolute;
            left: 0;
            top: 0;
            width: 32px;
            height: 32px;
            background-image: url("images/toggle-expand.png?v=2.130.0");
            background-repeat: no-repeat;
            background-position: 8px center;
            background-attachment: scroll;
            cursor: pointer;
        }

        .timesheetView .rows .row.level3.collapsable.expanded > .icon {
            background-image: url("images/toggle-collapse.png?v=2.130.0");
        }

        .timesheetView .rows .row.level3.collapsable > .main > .shift > .content {
            display: none;
        }

        .timesheetView .rows .row.level3.collapsable.expanded > .main > .shift > .content {
            display: block;
            padding: 4px;
            margin-top: -1px;
        }

        .timesheetView .rows .row > .main > .shift.expanded .cell.worked,
        .timesheetView .rows .row > .main > .shift.expanded .cell.workedHours,
        .timesheetView .rows .row > .main > .shift.expanded .cell.icon,
        .timesheetView .rows .row > .main > .shift.expanded > .summary .summaryRight,
        .timesheetView .rows .row > .main > .shift.expanded > .content {
            background-color: #ededed;
        }

        .timesheetView .rows .row > .main > .shift.expanded > .content {
            border: 1px solid #dddddd;
        }

        .timesheetView .rows .row > .main > .shift.expanded > .summary .summaryRight {
            border-left: 1px solid #dddddd;
            border-right: 1px solid #dddddd;
            width: 240px;
            padding-right: 79px;
            position: relative;
        }

        .timesheetView .rows .row > .main > .shift.expanded .cell.worked {
            border-left: 1px solid #dddddd;
            border-top: 1px solid #dddddd;
            padding-left: 7px;
        }

        .timesheetView .rows .row > .main > .shift.expanded .cell.workedHours {
            border-top: 1px solid #dddddd;
        }

        .timesheetView .rows .row > .main > .shift.expanded .cell.icon {
            border-top: 1px solid #dddddd;
            border-right: 1px solid #dddddd;
            width: 15px;
        }

        .timesheetView .rows .row.level3 .summary > .summaryContainer {
            float: right;
            width: 700px;
        }

        .timesheetView .rows .row.level3 .summary .summaryLeft {
            float: left;
            width: 300px;
            padding-right: 8px;
            padding-left: 8px;
        }

        .timesheetView .rows .row.level3 .summary .summaryRight {
            float: right;
            width: 240px;
            padding-left: 5px;
            padding-right: 79px;
        }

        .timesheetView .rows .row.level3.expanded .summary > .summaryContainer .summaryLeft,
        .timesheetView .rows .row.level3.expanded .summary > .summaryContainer .summaryRight {
            min-height: 2px;
            padding-bottom: 2px;
        }

        .timesheetView .rows .row.level3.expanded .summary > .summaryContainer.haveContent .summaryLeft,
        .timesheetView .rows .row.level3.expanded .summary > .summaryContainer.haveContent .summaryRight {
            min-height: 18px;
        }

        .timesheetView .rows .row.level3 .tags {
            float: right;
            min-height: 16px;
            max-width: 236px;
            padding: 1px 0 1px 20px;
            background: url("images/icon_tag_16.png?v=2.130.0") no-repeat scroll 0 center transparent;
        }

        .timesheetView .rows .row.level3 .summary .locs {
            float: right;
            min-height: 16px;
            max-width: 236px;
            padding: 1px 0 1px 20px;
            background: url("images/icon_location_16.png?v=2.130.0") no-repeat scroll 0 center transparent;
        }

        .timesheetView .rows .row.level3 .summary .roles {
            float: right;
            min-height: 16px;
            padding: 1px 0 1px 20px;
            background: url("images/icon_role_16.png?v=2.130.0") no-repeat scroll 0 center transparent;
        }

        .timesheetView .rows .row.level3 .main > div,
        .timesheetView .rows .row.level3 .summary {
            cursor: pointer;
        }

        .timesheetView .rows .row.level3.collapsable.expanded > .content {
            padding-bottom: 8px;
            padding-right: 8px;
        }

.rosterDayViewItems .timesheetView .rows .row.level3 {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

    .rosterDayViewItems .timesheetView .rows .row.level3 .main,
    .rosterDayViewItems .timesheetView .rows .row.level3 .main > div,
    .rosterDayViewItems .timesheetView .rows .row.level3 .summary {
        cursor: default;
    }


/*
 * CREATE MULTI DAY SWAP DIALOG
 */

.numpadinput {
    background: white;
    color: #000000;
}

.ui-keyboard-preview-wrapper .numpadinput {
    width: 75% !important;
}

.ui-keyboard-accept {
    background: #3EBA48 url("images/btn-bg-green.gif?v=2.130.0") 50% 50% repeat-x !important;
    border-color: #3EBA48 !important;
}

.specificTimeContainer {
    line-height: 2.1em;
}

    .specificTimeContainer td {
        vertical-align: middle;
        display: block;
        float: left;
    }

    .specificTimeContainer .timeField {
        width: 50%;
        float: left;
        margin: 0;
        clear: none;
    }

        .specificTimeContainer .timeField label {
            font-weight: bold;
            color: #070707;
            text-align: right;
            padding-right: 0.5em;
            padding-top: 7px;
            display: inline;
            width: 16%;
            padding-top: 0;
            box-sizing: content-box;
        }

    .specificTimeContainer div.timeField input {
        height: auto;
    }

.frontBackCheckBoxContainer {
    width: 100%;
    border-spacing: 0;
}

.frontBackCheckBoxHeader th {
    text-align: center;
}

td.shiftText {
    text-align: center;
}

.frontBackCheckboxHeaderCell {
    width: 34%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.frontBackcheckBoxGroup {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 4px;
}

.frontBackCheckBoxContainer td {
    border-top: 1px solid #ccc;
}

.list-group-item {
    border: 0;
}

    .list-group-item div {
        position: relative;
    }

.col-sm-10 {
    width: 76.33%;
}

#subtab_pane_user_password .control-label.di_layoutH.col-sm-2 {
    width: 20.66%;
}

#subtab_pane_emp_password .control-label.di_layoutH.col-sm-2 {
    width: 20.66%;
}

.message.inline > span.glyphicon {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -7px;
}

.timePickerContentContainer {
    margin: 10px;
}

.chevron-container .chevron {
    margin-top: 12px;
    margin-left: 12px;
}

.fa.fa-times {
    color: red;
    font-size: 1.429em;
}

.g-recaptcha {
    display: block;
    margin-bottom: 10px;
    margin-top: -20px;
    padding-left: 30px;
}

    .g-recaptcha.hide {
        display: none;
    }

#cmdLogin {
    display: none;
}

    #cmdLogin.show {
        display: block;
    }

#cmdSubmit.hide {
    display: none;
}

.langImg {
    width: 30px;
}

.selectLanguageBtnContainer {
    display: none;
}

.item-management a {
    z-index: -1;
}

.wrapper {
    z-index: 10;
}

.item-language {
    padding-left: 15px;
}

.navbar-right .dropdown-menu {
    min-width: 250px;
}

.global-post {
    min-height: 50px;
    margin: 4px 4px 15px 4px;
    background: #ffffff;
    text-align: left;
    position: relative;
    border: 1px solid #afafaf;
    border-radius: 4px;
}

.msgCheckBoxContainer {
    width: 5%;
    cursor: pointer;
}

.headerContents {
    overflow: hidden;
}

.msgCheckBoxContainer .checkboxLbl {
    position: absolute;
    height: 23px;
    width: 23px;
    border: 1px solid #777777;
    border-radius: 4px;
    background-color: white;
    padding: 0px;
    margin: 0;
    font-weight: bold;
    display: block;
    float: none;
    text-align: center;
}

.msgCheckBoxContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #afafaf;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .msgCheckBoxContainer-ie {
        width: 5%;
        cursor: pointer;
        display: flex;
        border-left: 1px solid #afafaf;
    }

        .msgCheckBoxContainer-ie .checkboxLbl {
            height: 23px;
            width: 23px;
            border: 1px solid #777777;
            border-radius: 4px;
            background-color: white;
            padding: 0;
            margin: auto;
            font-weight: bold;
            display: block;
            float: none;
            text-align: center;
        }

            .msgCheckBoxContainer-ie .checkboxLbl:hover {
                box-shadow: 0 0 3px 0 #1984c8;
                border-color: #1a87cd;
            }

        .msgCheckBoxContainer-ie.checked .checkboxLbl:before {
            content: "\2713";
            color: #333333;
        }
}

.msgCheckBoxContainer .checkboxLbl:hover {
    box-shadow: 0 0 3px 0 #1984c8;
    border-color: #1a87cd;
}

.msgCheckBoxContainer.checked .checkboxLbl:before {
    content: "\2713";
    color: #333333;
}

.global-post .post-date {
    font-size: 0.857em;
    color: #3a87ad;
    position: relative;
    min-height: 1em;
}

.global-post-message-container {
    height: 550px;
    overflow: auto;
}

.msgContainer {
    display: flex;
}

.detailsContainer {
    width: 95%;
}

.system-message-container {
    margin-bottom: 10px;
}


table.paypointTimeSheet td, table.paypointTimeSheet th {
    border-collapse: collapse;
    border: 1px solid #d2d2d2;
    height: 30px;
    width: 100px;
    padding: 4px;
}


table.paypointTimeSheet {
    width: 100%;
    border-collapse: collapse;
    background: #FFFFFF;
}

    table.paypointTimeSheet .actualsMismatch {
        color: #ff0000;
    }

    table.paypointTimeSheet th {
        padding: 6px;
        background-color: #4285F4;
        color: white;
        text-align: center;
    }

    table.paypointTimeSheet td {
        padding-right: 12px;
        text-align: center;
    }

        table.paypointTimeSheet td.hideBorder {
            border-right: 1px solid #f5f5f5;
        }

    table.paypointTimeSheet th.hideBorder {
        border-right: 1px solid #4285F4;
    }

    table.paypointTimeSheet td.datePaypoint, table.paypointTimeSheet td.hours {
        text-align: right;
    }

    table.paypointTimeSheet th.datePaypoint, table.paypointTimeSheet th.hours {
        text-align: right;
    }

.questionTimesheetAcceptReject {
    padding-top: 10px;
    font-weight: bold;
    width: 100%;
    text-align: right;
}
