﻿.disabledControl {
    pointer-events: none;
    opacity: 0.4;
}

.rightGroup {
    position: fixed;
    top: 55px;
    right: 10px;
    z-index: 10047;
}

.edit-overlay {
    background-color: #FFF;
    display: none;
    top: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 10047;
    overflow: scroll;
}

.full-overlay {
    background-color: #FFF;
    display: none;
    top: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 1050;
    overflow: scroll;
    padding-top: 50px;
}

body.sweet-alert {
    overflow: visible;
}

.p-panel-results {
    margin: 5px;
    border: 4px solid #f7f7fa;
    padding: 10px 0px;
    border-radius: 4px;
    min-height: 50px;
    width: 100%;
}

.p-input-icon-input {
    padding-left: 2.9rem;
    background-color: #f4f5f8;
    border-color: #f4f5f8;
    color: #575962;
    border-radius: 5px;
}

    .p-input-icon-input:focus {
        border-color: #73879C;
    }

.p-input-icon {
    left: 0;
    font-size: 16px;
    position: absolute;
    height: 100%;
    display: inline-block;
    text-align: center;
    top: 0;
    width: 2.9rem;
}

    .p-input-icon span {
        text-align: center;
    }

        .p-input-icon span i {
            vertical-align: middle;
            text-align: center;
            line-height: 0;
            padding-top: 8px;
            padding-left: 9px;
        }


/* RESULT BOX */

.p-result-item {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ebedf2;
    cursor: pointer;
    padding: 3px;
    padding-top: 5px;
    padding-left: 8px;
    box-shadow: 1px 1px 1px #888888;
    border-left: solid 2px #1ABB9C;
    margin-bottom: 3px;
}

    .p-result-item:hover, .tdEmployeeSummary:hover {
        background-color: #ebedf2;
        border-right: solid 3px #1ABB9C;
    }

.p-result-heading {
    line-height: 12px;
    font-weight: bold;
    font-size: 12px;
    height: 14px;
    font-weight: 600;
}

.p-result-description {
    line-height: 16px;
    font-weight: bold;
    padding-left: 15px;
    font-size: 1.2rem;
    font-weight: 300;
}

/* SELECT LIST */

.p-select-list-item {
    border-radius: 5px;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ebedf2;
    cursor: pointer;
    padding: 3px 10px;
    padding-top: 8px;
    box-shadow: 1px 1px 2px #888888;
    border-left: solid 3px #1ABB9C;
    margin-bottom: 5px;
    clear: both;
}

    .p-select-list-item:hover {
        background-color: #ebedf2;
        border-right: solid 3px #1ABB9C;
    }

.p-select-list-item-checkbox {
    float: left;
    width: 50px;
    padding-top: 5px;
}

.p-select-list-item-description {
    float: left;
    font-weight: bold;
    line-height: 33px;
}

/* INFO BLOCK */
.p-info-block-header {
    display: table;
    width: 100%;
}

.p-info-block-icon-container {
    padding-top: 10px;
    width: 36px;
    display: table-cell;
}

.p-info-block-icon {
    display: table-cell;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    text-align: center;
    vertical-align: middle;
}

    .p-info-block-icon i {
        font-size: 20px;
    }

.p-info-block-heading-container {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.p-info-block-heading {
    font-size: 14px;
    font-weight: 600;
    padding-left: 22px;
    padding-top: 5px;
    vertical-align: top;
    text-align: left;
}

.p-info-block-status {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    font-weight: 600;
}

.p-info-block-subtext {
    display: table-cell;
    text-align: left;
    padding-left: 30px;
    font-size: 11px;
    font-weight: 400;
}

.p-info-block-description {
    clear: both;
    border: 4px solid #f7f7fa;
    padding: 10px 10px;
    margin: 5px;
}

.p-info-success {
    color: #26B99A;
}

.p-info-danger {
    color: #d9534f;
}

.p-info-warning {
    color: #f0ad4e;
}

.p-info-primary {
    color: #1A82C3;
}


#divSumInfo {
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 10px !important;
    font-weight: bold;
    line-height: 50px;
    height: 55px;
    width: 90%;
    background-color: #364150;
    color: white;
    padding: 5px;
    border: solid 1px #95A5A6;
}

    #divSumInfo td {
        font-size: 1.8em !important;
    }

.spTimeTotal {
    color: #ed6b75;
}

.sbUserButton:hover {
    background-color: #e5e5e5 !important;
    color: #21282e !important;
}

.page-title span {
    padding-left: 5px;
}

#PDFViewer {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #FFF;
    z-index: 9999999;
}

#PDFViewerController {
    width: 100%;
    position: fixed;
    padding: 5px;
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
    border: solid 1px gray;
    background-color: #6F86A3;
    z-index: 9999999;
    text-align: center;
}

#PDFViewerContent {
    width: 100%;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #DFE8F2;
    z-index: 9999998;
}

#PDFViewerLoading {
    width: 100%;
    position: absolute;
    margin-top: 65px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #DFE8F2;
    z-index: 9999999;
}

#iPDF {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #FFF;
    z-index: 9999999;
}

.value-label {
    padding-top: 9px;
    font-weight: 800;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}


.repRed {
    background-color: #FFEDED;
}

.repGreen {
    background-color: #EDFFF3;
}

/*.col-lg-4:nth-child(4n) {
    clear: left;
}

.col-md-4:nth-child(4n) {
    clear: left;
}*/

/* BUSY */
.page-busy {
    clear: both;
    margin: 20px auto 10px auto;
    width: 100%;
    max-width: 350px;
}

    .page-busy .page-logo {
        text-align: center;
        margin-bottom: 15px;
    }

    .page-busy .page-body {
        width: 100%;
        background-color: #3a4554;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
        border-width: 3px;
        border-style: solid;
        border-image: linear-gradient( to bottom, #36c6d3, rgba(0, 0, 0, 0) ) 1 100%;
    }

.busy-head {
    display: bbusy;
    background-color: #323d4b;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
    font-weight: 400;
    color: #4db3a5;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -ms-border-radius: 7px 7px 0 0;
    -o-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

.busy-body {
    display: bbusy;
    margin: 2px;
    overflow: hidden;
    padding-left: 5px;
}

.busy-avatar {
    margin-top: 2px;
    height: 48px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.busy-form {
    left: 15px;
    position: relative;
    margin-right: 25px;
}

    .busy-form h4 {
        margin-top: 2px;
        color: #dbe2ea;
        font-size: 12px;
        font-weight: 400;
    }

    .busy-form .form-group {
        margin-top: 5px;
    }

        .busy-form .form-group .form-control {
            background-color: #303a48;
            border: none;
            color: #697687;
        }

            .busy-form .form-group .form-control::-moz-placeholder {
                color: #556376;
                opacity: 1;
            }

            .busy-form .form-group .form-control:-ms-input-placeholder {
                color: #556376;
            }

            .busy-form .form-group .form-control::-webkit-input-placeholder {
                color: #556376;
            }

            .busy-form .form-group .form-control:focus {
                background-color: #2b3542;
            }

    .busy-form .form-actions {
        margin-top: 2px;
    }

        .busy-form .form-actions .btn {
            width: 100%;
            font-weight: 600;
            padding: 2px;
        }

.busy-bottom {
    display: bbusy;
    background-color: #323d4b;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

    .busy-bottom a {
        font-size: 12px;
        font-weight: 400;
        color: #638cac;
    }

        .busy-bottom a:hover {
            color: #7ba2c0;
        }

.page-footer-custom {
    text-align: center;
    padding-top: 5px;
    color: #5f6e83;
}

@media (max-width: 768px) {
    .page-busy {
        margin: 30px auto;
        width: 200px;
    }

    .busy-body {
        margin: 0px;
        margin-right: 10px;
    }

    .page-busy .page-body {
        margin-top: 30px;
    }

    .busy-avatar {
        margin-top: 20px;
    }

    .busy-avatar-bbusy {
        display: bbusy;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .busy-form {
        padding-left: 5px;
        padding-right: 5px;
    }

        .busy-form h4 {
            font-size: 14px;
            text-align: center;
        }

        .busy-form .form-group .form-control {
            padding: 10px 10px;
        }

        .busy-form .form-actions .btn {
            width: 100%;
            margin-bottom: 20px;
        }
}

#divScannerBox {
    border: solid 1px gray;
    padding: 5px;
    width: 94px;
}

.txtInputFile {
    cursor: pointer;
}

.bodyDark {
    background-color: #2b3643;
}

.bodyLight {
    background-color: #F7F7F7;
}

.tdTESmall {
    padding: 2px !important;
    font-size: 12px !important;
    line-height: 20px !important;
    vertical-align: central;
}

.tdHTESmall {
    padding: 2px !important;
    padding-left: 15px !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

.hScannerHeading {
    font-size: 16px !important;
    width: 100% !important;
    line-height: 33px;
}

.divScanDSStat {
    margin-bottom: 5px !important;
}

.floating-menu {
    font-family: sans-serif;
    background: #3598dc;
    padding: 5px;
    width: 130px;
    z-index: 100;
    right: 0;
    top: 200px;
    position: fixed;
}

    .floating-menu a,
    .floating-menu h3 {
        font-size: 0.9em;
        display: block;
        margin: 0 0.5em;
        color: white;
    }

.table-header-rotated {
    border-collapse: collapse;
}

.csstransforms .table-header-rotated td {
    width: 30px;
}

.no-csstransforms .table-header-rotated th {
    padding: 5px 10px;
}

.table-header-rotated td {
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #ccc;
}

.csstransforms .table-header-rotated th.rotate {
    height: 140px;
    white-space: nowrap;
}

    .csstransforms .table-header-rotated th.rotate > div {
        -webkit-transform: translate(25px, 51px) rotate(315deg);
        transform: translate(25px, 51px) rotate(315deg);
        width: 30px;
    }

        .csstransforms .table-header-rotated th.rotate > div > span {
            border-bottom: 1px solid #ccc;
            padding: 5px 10px;
        }

.table-header-rotated th.row-header {
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
}

.tdMatrix {
    border: 1px solid #ccc;
    min-width: 50px;
}

.tdWellness {
    line-height: 32px !important;
}

.calculator {
    position: fixed;
    right: 100px;
    bottom: 0;
    margin: 1em auto;
    padding: 3px;
    display: block-inline;
    width: 220px;
    background-color: #364150;
    border-radius: 25px;
    box-shadow: 3px 3px 5px 1px #111;
    font-family: 'Oxygen';
}

.calc-row {
    text-align: center;
}

.clockcalculator .calc-row {
    text-align: center;
    color: #eee;
}

    .clockcalculator .calc-row input {
        color: #444;
        border: 0px;
        box-shadow: none;
        text-align: center;
    }

.calc-row div.calcformula {
    font-family: Droid Sans Mono;
    display: table;
    width: 85%;
    text-align: center;
    font-size: 1em;
    min-height: 2.2em;
    margin-left: 0.9em;
    padding-right: 0.5em;
    border: 1px solid #888;
    color: #333;
}

.calc-row div.calcscreen {
    font-family: Droid Sans Mono;
    display: table;
    width: 85%;
    background-color: #aaa;
    text-align: right;
    font-size: 2em;
    min-height: 1.9em;
    margin-left: 0.5em;
    padding-right: 0.5em;
    border: 1px solid #888;
    color: #333;
}

.calc-row div {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #555;
    background-color: #eee;
    padding: 5px 0;
    margin: 3px 2px;
    border-radius: 5px;
    box-shadow: 2px 2px 1px 1px #222;
    width: 30px;
}

.calc-row .calcnone {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border: 0px !important;
    background-color: #364150 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    padding: 5px 0;
    margin: 3px 2px;
    width: 30px;
}


.calc-row div.zero {
    width: 65px;
}

.calc-row div.zero {
    margin-right: 5px;
}


.clockcalculator {
    position: fixed;
    right: 100px;
    bottom: 0;
    margin: 1em auto;
    padding: 3px;
    display: block-inline;
    width: 220px;
    background-color: #364150;
    border-radius: 25px;
    box-shadow: 3px 3px 5px 1px #111;
    font-family: 'Oxygen';
}

.clockwaiting {
    background-color: #777 !important;
    color: #eee !important;
}

.clockactive {
    background-color: #eee !important;
    color: #777 !important;
}


.divSCCommand {
    height: 40px;
    margin-bottom: 5px;
}

.iScanIcon {
    float: left;
    right: 40px;
    top: 25px;
    padding: 5px;
    padding-top: 13px;
}

.spScanNumber {
    width: 100% !important;
}

.spHeadingBlock {
    padding: 5px !important;
    font-size: 14px;
    height: 38px;
    line-height: 30px;
}

.divScanner_Icon {
    float: left;
}

.scHeading {
    float: left;
    height: 36px;
}

.iScanIcon i {
    font-size: 24px;
    color: white;
}

.scStatus {
    float: left;
}

.divSCButton {
    float: right;
}

.inweekend {
    background-color: #FFFAE6;
}

.outweekend {
    background-color: #EDFDFF;
}

.faDept {
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
}

.faExpand {
    margin-top: 3px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
}

.faDeptCb {
    width: 16px;
    height: 16px;
    display: block;
}

.clickable {
    cursor: pointer;
}

.slList {
    width: 3000px;
    border: solid 1px gray;
    margin: 5px;
    background-color: #eef1f5;
}

.slItem {
    float: left;
    min-height: 40px;
}

.lsName {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    float: left;
    width: 300px;
    border: solid 1px #E3E3E3;
    font-size: 11px;
    min-height: 40px;
    background-color: #eef1f5;
}

.lsItems {
    min-height: 40px;
    width: 3000px;
    left: 330px;
    margin-left: 330px;
}

.lsItem {
    float: left;
    border: solid 1px #E3E3E3;
    padding: 3px;
    min-height: 40px;
    min-width: 25px;
    text-align: center;
}

.lsHeading {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0px;
    background-color: #eef1f5;
}

.lsHeadingDays {
    width: 175px;
    text-align: center;
    font-weight: bold;
}

.lsHItem {
    text-align: center;
    font-weight: bold;
}

.lsDate {
    width: 140px;
}

.lsTime {
    width: 110px;
}

.lsDoubleTimeHeading {
    width: 220px;
}

.lsDropDown {
    width: 150px;
}

.lsIShort {
    width: 50px;
}

.lsIDouble {
    width: 100px;
}

.ls250 {
    width: 250px;
}

.ls270 {
    width: 270px;
}

.ls300 {
    width: 300px;
}


.bg-yellow-gold-light {
    background: #FFE1BF !important;
}

.bg-yellow-gold-dark {
    background: #FFC88A !important; 
}

.lightblue {
    background-color: #EDEEFF;
}


.topsticky {
    padding-top: 5px;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    background-color: white;
}

.leftsticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    left: 0;
    background-color: white;
}

.ulShield {
    cursor: pointer;
    border-left: solid 1px gray;
    border-right: solid 1px gray;
    padding-right: 10px;
    background-color: #67809F;
}

    .ulShield:hover {
        background-color: #2b3643;
    }

.imgTopShield {
    max-width: 35px;
    padding-top: 7px;
}

.spShieldText {
    color: white;
    line-height: 50px;
    font-size: 11px;
}

.jstree-clicked {
    background-color: #F7F7F7 !important;
}

.topstickyclean {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 1400;
}

.topstickycontent {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0px;
    z-index: 1401;
    background-color: #eef1f5;
}

.leftstickyClean {
    position: -webkit-sticky !important; /* Safari */
    position: sticky !important;
    left: 0 !important;
    float: left;
}

.leftstickyBG {
    position: -webkit-sticky !important; /* Safari */
    position: sticky !important;
    left: 0 !important;
    float: left;
    background-color: #eef1f5 !important;
}

.tdCompareShiftHeading {
    padding: 10px;
    font-size: 18px !important;
    font-weight: bold !important;
    text-align: center;
}

.tdCompareHeading {
    padding: 5px;
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: center;
}

.page-wrapper2 {
    background-color: #eef1f5;
}


/* Adv Shift Edit */

.tdAdvShH1 {
    font-size: 20px !important;
    font-weight: none !important;
    text-align: center;
}

.tdAdvShH2 {
    font-size: 15px !important;
    font-weight: bold !important;
    text-align: center;
}

.tdAdvShGroup {
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 10px !important;
    text-align: left;
}

.tdAdvShBorder {
    border: 1px solid #555555 !important;
}

.tdCompareField {
    text-align: center;
    line-height: 33px !important;
}

.tdAdvShFieldTitle {
    height: 43px !important;
    padding: 4px;
    min-width: 200px !important;
    z-index: 10000;
}

.faAdvShCollapse {
    cursor: pointer;
}

.divBulkActions {
    margin-left: 10px;
    position: fixed;
    right: 0;
    top: 50%;
    display: none;
    background-color: #eef1f5;
    border: 1px groove lightgray;
    padding: 5px;
    border-radius: 4px;
    z-index: 90000;
}

.borderless td, .borderless th {
    border: none !important;
}

.divRosterItem {
    padding: 5px;
    border: solid 1px lightgray;
    border-radius: 15px !important;
    margin-bottom: 5px;
    min-width: 100px;
    text-align: center;
}

.divMonitorBox {
    float: left;
    width: 50%;
    border: solid 2px;
    padding: 10px;
}

.BoxIn {
}

.BoxOut {
}

.sPage {
    cursor: pointer;
    padding: 3px;
    border: solid 1px gray;
    color: gray;
}

.sPageSelected {
    border: solid 1px red;
    color: red;
}


.grEditPanelForm .form-group {
    margin-bottom: 9px !important;
}

    .grEditPanelForm .form-group .control-label {
        font-size: 12px;
    }


#divHelpContainer {
    position: fixed;
    width: 100%;
    border: groove 1px gray;
    z-index: 9999999;
    background-color: #ffffff;
    top: 0px;
    left: 0px;
    display: none;
    overflow: scroll;
}

.divHelpHeading, #divArticleButtonTop {
    text-align: center;
}

#divArticleContent {
    padding: 15px;
}

#liHelpToggler .dropdown-toggle li i:before {
    content: "empty" !important;
}

.yellow-edit-timeentries {
    background-color: #E1DDAE;
    color: #262626;
}

.blue-edit-timeentries {
    background-color: #B3DBFC;
    color: #262626;
}

.yellow-locked-timeentries {
    background-color: #E0D87E;
    color: #262626;
}

.blue-locked-timeentries {
    background-color: #89C9FE;
    color: #262626;
}

.trExcludeCSVExport th {
    font-size: 12px !important;
    font-weight: bold !important;
}

#divTimeData td {
    border-color: #C7C7C7 !important;
}

.aShiftLinkTimes {
    color: #00338C;
}

.tdRedBackground {
    background-color: #FEDCDC !important;
}

.tdBlueBackground {
    background-color: #A4CEF3 !important;
}

.fntRoundingTimeEntry {
    color: #2C726E;
}

#divTempMapObject {
    width: 100%;
    height: 600px;
    border: solid 3px #364150;
    overflow: hidden;
    background-color: white !important;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999999;
}

.noscroll {
    overflow: hidden;
}

.divConvertToLink {
    color: #00338C;
}

.tCenter{
    text-align: center;
}
.reportDisplay{
    background-color: white !important;
    padding: 5px;
    border: groove 1px gray;
}
