﻿html {
    background-color: white;
    margin: 0;
    padding: 0;
}

/*body {    
    background-color: #232c55;
    border-top: solid 10px #000;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}*/

.container {
    min-width: 1100px !important;
    max-width: 1500px !important;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/

.logo {
    float: left;
    width: 60px;
    height: 60px;
    background: Url("../Images/department_of_veterans_affairs_logo01.png") no-repeat 0 0px;
}

.vert-line {
    float: left;
    margin-left: 5px;
    width: 1px;
    height: 49px;
    background-color: #ffffff;
    margin-top: 5px;
    margin-right: 13px;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: rgb(185, 196, 231);
    clear: both;
    position: relative;
    /*JGtop: 74px;*/
    padding: 12px 30px 62px 30px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    /*background: url("../Images/superheroAccent.png") no-repeat 412px 11px rgb(185, 196, 231);*/
}

.main-content {
    /*background: url("../Images/superheroAccent.png") no-repeat 409px 0;*/
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    /*background: url("../Images/heroAccent.png") no-repeat;*/
}

header {
    background-color: #232c55;
}


    /* header .content-wrapper {
        background: Url("../Images/logo.png") no-repeat 0 5px;
        padding-top: 20px;
        height: 7em;
    }*/

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: auto;
    position: fixed;
    bottom: 0;
    width: 100%;
}

#footerCopyright {
    font-size: .8em;
    margin-top: 15px;
    font-weight: bold;
}

.dclass {
    padding-left: 12px;
}

.duserclass {
    font-size: .7em;
    font-weight: bold;
    padding-left: 12px;
    /*float: left;*/
    text-align: left;
    font-size: 14px;
    white-space: nowrap;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #ffffff;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    padding-left: 108px;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin-left: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}


.versionInfo {
    font-size: 0.5em;
    color: rgb(185, 196, 231);
    /*font-weight: bold;*/
    -webkit-font-variant: small-caps;
    -moz-font-variant: small-caps;
    -ms-font-variant: small-caps;
    -o-font-variant: small-caps;
    font-variant: small-caps;
    -moz-min-width: 136px;
    -ms-min-width: 136px;
    -o-min-width: 136px;
    -webkit-min-width: 136px;
    float: left;
    width: inherit;
}


/* login page */
#loginForm {
    border-right: none !important;
    float: left;
    width: 100%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    width: 94px;
    float: right;
}

.checkbox {
    /*display: inline;*/
    float: left;
    /*width: 11em;*/
    font-size: 0.8em;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    /*margin: 5px 0 6px 0;*/
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: 30%;
    float: right;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/

.Display_Region table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
    border: 1px #333333 solid;
}

.Display_Region th {
    min-width: 100px;
    font-size: 1.0em;
    text-align: center;
    border: none 0;
    padding-left: 6px;
    padding-right: 6px;
    border-right: 1px rgb(106, 126, 183) solid;
}

.Display_Region th a {
    display: block;
    position: relative;
}

        .Display_Region th a:link, .Display_Region th a:visited, .Display_Region th a:active, .Display_Region th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        .Display_Region th a:hover {
            color: #000;
        }

    .Display_Region th.asc a, .Display_Region th.desc a {
        margin-right: .75em;
    }

        .Display_Region th.asc a:after, .Display_Region th.desc a:after {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            font-size: 0.75em;
        }

        .Display_Region th.asc a:after {
            content: '▲';
        }

        .Display_Region th.desc a:after {
            content: '▼';
        }

.Display_Region td {
    padding: 0.25em 1em;
    border-right: 1px solid #3e5667;
    border-bottom: 1px solid lightseagreen;
    /*font-size: .9em;*/
}

.Display_Region tr.pager td {
    padding: 0 0.25em 0 0;
}


/******************************************************
*******************************************************
*   Mobile Styles   *
*******************************************************
*******************************************************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    .logo {
        float: left;
        width: 41px;
        height: 41px;
        background: Url("../Images/department_of_veterans_affairs_logo.png") no-repeat 0 0px;
    }

    .vert-line {
        float: left;
        margin-left: 9px;
        width: 1px;
        height: 39px;
        background-color: #ffffff;
        margin-top: 5px;
        margin-right: 9px;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
        float: right;
        background: black;
        width: 51px;
    }


    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            /*margin: 0;*/
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    #body {
        background-color: rgb(185, 196, 231);
        clear: both;
        position: relative;
        /*JG top: 74px;*/
        padding:12px 30px 62px 30px;
        -ms-border-radius: 15px;
        border-radius: 15px;
        /*background: url("../Images/superheroAccent.png") no-repeat 212px 11px rgb(185, 196, 231);*/
    }
.main-content {
    background: url("../Images/superheroAccent.png") no-repeat 196px 0;
    padding-left: 10px;
    padding-top: 30px;
}
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }



    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer > div > div > p {
            margin: 0;
            color: darkblue;
        }

    .controls {
        padding-top: 16px !important;
        background-color: white;
        -webkit-box-shadow: rgba(200,200,200,4) 2px 2px inset;
        -ms-box-shadow: rgba(200,200,200,4) 2px 2px inset;
        box-shadow: rgba(200,200,200,4) 2px 2px inset;
        /* padding: 0px!important; */
        margin: 12px auto !important;
        -ms-border-radius: 12px;
        border-radius: 12px;
        padding-bottom: 0px !important;
        padding-left: 28px !important;
    }

    /*#controls-left {
        float: none !important;
        margin-top: 22px;
        width: inherit !important;
    }

        #controls-left select {
            height:100px !important;
        }

    #controls-right {
        float: none !important;
        margin-bottom: 15px;
        text-align: center;
    }*/
}

.tenure-instructions {
    display:none;
    color:red;
    padding:4px;
    background-color:#eee;
    border:1px solid #ddd;
    font-size: .9em;
    border-radius:5px;
    }

/******************************************************
*******************************************************
*   Mobile Styles End   *
*******************************************************
*******************************************************/
.EmplIncompDetailTable {
    background-color: red;
    font-family: Arial;
    font-size: 2em;
    margin-top: -10px;
    margin-left: 20px;
}

.EmployeeDetailTable {
    font-family: Arial;
    font-size: 10px;
}

/*.TableHeader {
    font-family:Arial;
    font-size:14px!important;
    font-weight:bold;
    color:black;
    text-align:right!important;
    height:80px;
    background-color:rgb(200,200,200);
}*/
.OverallTableAltRow {
    background-color: rgb(220,220,239);
    text-align: center;
}

.OverallTableRow {
    background-color: rgb(239,239,239);
    text-align: center;
}

.OverallTableName {
    text-align: left !important;
    padding-left: 12px;
}

.TableAltRow {
    background-color: rgb(220,220,239);
}

.TableRow {
    background-color: rgb(239,239,239);
}

.EmpLabel {
    font-family: Arial;
    font-size: 1.3em;
    /*padding-left: 30px;
    line-height: 22px;*/
    font-weight: 600;
}

.HourLabel {
    color: rgb(85, 160, 116);
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding-left: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.EmpPanelHeadLabel {
    font-family: Arial;
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 30px;
    line-height: 22px;
    font-weight: 700;
}

/*div.EmpText_Chart {
    height: 365px;
    width: 600px;
    padding-left: 30px;
}*/

.EmpDetail {
    padding: 10px;
}

/*.EmpTable {
    padding-left: 30px;
}*/

.EmpIncompleteTable {
    padding: 0;
    /*padding-left: 30px;*/
}

.DataStrClass {
    padding-left: 22px!important;
}

.DataNumClass {
    text-align: center !important;
}

.controls {
    padding-top: 10px;
    background-color: white;
    -webkit-box-shadow: rgba(200,200,200,4) 2px 2px inset;
    -ms-box-shadow: rgba(200,200,200,4) 2px 2px inset;
    box-shadow: rgba(200,200,200,4) 2px 2px inset;
    padding-right: 20px;
    margin-bottom: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    margin: 0;
    padding-bottom: 10px;
}

.positionpicker {
    float: left;
    padding-left: 10px;
    padding-top: 8px;
}

.uploader {
    float: left;
    padding-left: 50px;
    height: 50px;
}

.dlcontrol {
    float: left;
    padding-left: 50px;
}


#controls-left {
    float: left;
    /*-moz-min-width: 500px;
    -ms-min-width: 500px;
    -o-min-width: 500px;
    -webkit-min-width: 500px;
    min-width: 500px;
    width: 690px;*/
    /*background: red;*/
    
    height: auto;
    margin-bottom: 0px;
    width: 60%;
}

#controls-right {
    float: right;
}

.filePicker {
    border: 1px solid black;
    padding-bottom: 7px;
    max-width: 250px;
    width: 50%;
}
/*----------------------------------*/
/*.chartlb {
    float: right;
    padding-left: 60px;
}*/

/*.submit_button {
    float: right;
    padding-left: 90px;
}*/

.submit_button {
    text-decoration: none !important;
    font-weight: bold !important;
    width: 120px;
}

.btnViewJobAid {
    text-decoration: none !important;
    font-weight: bold !important;
}

/*.export_button {
    float: right;
    padding-left: 4px;
}*/

/*.reset_button {
    float: right;
    padding-left: 4px;
}*/

/*.view_stats {
    float: right;
    padding-left: 4px;
}*/

/*.view_jobaid {
    float: right;
    padding-left: 4px;
}*/

/*-----------------------------------*/
.textcontrols {
    font-size: 12px !important;
}

.ddlPos {
    float: left;
    margin-right: 12px;
    margin-top: 0px;
    height:38px;
}

.filePicker {
    width: 50%;
}

.Display_Region {
    /*width: 1000px;*/
    margin-left: auto;
    margin-right: auto;
    /*background-color: rgb(220,220,220);*/
    padding-top: 12px;
}

.ddlStyle {
    background-color: white;
    margin-top: 9px;
}

.ChartPanel {
    width: auto;
    margin:0 auto;
}

.EmpTableHeader, .EmpIncompTableHeader, .EmpETATableHeader {
    color: white;
    background-color: #232C55;
    text-align: center !important;
    font-size: 8pt !important;
}

    .EmpIncompTableHeader {
        background-color: #871f00 !important;
    }

.EmpChart {
    padding-top: 23px;
    /*background: rgb(224, 253, 239);*/
    background: #31708f;
    padding-bottom: 26px;
    margin-bottom: 0;
}
/* END: Mobile Styles */

.classLocation {
    width: 130px;
    max-width: 130px;    
}

.classSupervisor {
    font-weight: bold !important;
    font-size: .8em !important;
    color: #232c55 !important;
}

.highcharts-container {
    overflow: visible !important;
    margin: 0 auto !important;
}

#EmpHeader {
    /*padding: 0;*/
    color: #CAEEFF;
    background-color: #232c55;
    border-color: #31708f;
    margin: 0;
}

.control {
    height: 450px;
}

.note {
    color: darkblue;
    margin-bottom: 20px;
    line-height:normal;
}

.noteImg {
    float: right;
    margin: 16px 5px 5px;
    /*background-image: url("/Images/vignette01.gif");
    width: 65px;
    height: 199px;*/
}

.e-dialog.e-widget-content {
    background: #FFFFFF;
    color: #aaa;
    font-size: 14px;
}

#dialogService {
    width: inherit !important;
}
/*#dialogService h2 {
            margin-bottom: 22px;
            color: rgb(60, 122, 176);
        }*/
.dialogStyle h2 {
    margin-bottom: 22px;
    color: rgb(60, 122, 176);
}

/*#btnService {
    margin-top: 50px;
    margin-right: 30px;
    float: right;
}*/

.btnService {
    margin-top: 50px;
    margin-right: 30px;
    float: right;
}

.btnDialog {
    margin-top: 20px;
    margin-right: 30px;
    float: right;
}

.customLabel {
    font-size: 8px;
    color: rgb(127, 127, 238);
    float: right;
    /*padding-left: 3.5px;
            margin-top: 8px;
            margin-right: -29px !important;*/
}

.infoNoticeStyle {
    width: 105%;
    margin-top: 12px;
    padding-bottom: 50px;
    height: 6px;
    padding-top: 8px;
    background-color: lightblue;
    font-weight: 800;
}

.target_WaitingPopup {
    top: 140px !important;
}

.cellMhhc {
    cursor: pointer;
}

.call-outs {
    font-family: "Lato", sans-serif;
    font-size: 16pt;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.co {
    background-color: white;
    color: #034E7B;
}

.co-icon {
    /*color: #2784a3;*/
    margin-right: 16px;
    font-size: 28px !important;
}

.co-num {
    font-family: "Cabin", sans-serif;
    font-size: 22pt;
    font-weight: 900;
    margin-right: 4px;
}

.co-text {
    font-family: "Lato", sans-serif;
    font-size: 18pt;
    font-weight: 300;
    margin-right: 4px;
}

.panel-heading a {
    text-decoration: none;
    color: inherit;
    padding: 0;
}

    .panel-heading a:hover {
        text-decoration: none;
        background: transparent;
        /*color: #0868AC;
    border: 0;*/
        /*border-bottom: 1px dotted;*/
        cursor: pointer;
    }

.panel-heading > a:before {
    font-family: 'Glyphicons Halflings';
    /*content: "\e082";*/
    float: right;
    margin-right: -9px;
    margin-left: 10px;
    color: #ff815a;
    padding-left: 7px;
    height: 38px;
}

.panel-heading a.collapsed:before {
    /*content: "\e081";*/
}

/*.chartEmpDetailsSfStyle {
}*/

* {
    -ms-opacity: 1;
    opacity: 1;
}

#loaderImage {
    z-index: 100000;
    display: block;
    -ms-opacity: 1;
    opacity: 1;
    width: 245px;
    height: 23px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
}

#loaderLabel {
    color: red;
    font-weight: bold;
    font-family: sans-serif;
    display: none;
    margin: 0 auto;
}

.nav > li > a {
    color: white !important;
    text-decoration: none !important;
}

    .nav > li > a:hover {
        color: rgb(136, 197, 254) !important;
    }

.navbar-nav {
    margin-top: 7px !important;
}

.navbar-brand > a {
    color: white !important;
    text-decoration: none;
    margin-left: -3px;
    float: left;
}

    .navbar-brand > a:hover {
        color: rgb(136, 197, 254) !important;
        text-decoration: none;
        background: none;
    }

.navbar-brand {
    float: left;
    padding: 10px 27px 11px 25px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-inverse {
    background-color: #232c55 !important;
    border: none !important;
}

#displayMessage {
    background: #232c55;
    padding: 6px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    clear: both;
    font-size: .8em;
    color: rgb(10, 255, 0);
    border: none;
    margin-bottom: 12px;
    /*-webkit-box-shadow: darkgray 2px 2px inset;
    -ms-box-shadow: darkgray 2px 2px inset;*/
    /*box-shadow: darkgray 2px 2px inset;*/
    padding-left: 17px;
}

/*#ServiceTitle {
    margin-left: -3px;
}*/

#btnDownloadEmployeeDetails {
    width: 44px;
    height: 45px;
    color: red;
    background: white;
    padding-top: 6px;
}

.e-btn.e-select:hover {
    color: #232c55;
}

.e-ddl-popup .e-hover{
    color: #232c55;
}


/* */
.modal-header {
    width: 410px;
    height: 50px;
    padding-top: 13px !important;
    background: black !important;
    font: normal 13pt arial;
    color: lightgrey !important;
    border-bottom: 4px solid lightskyblue !important;
}

.modal-body-combo {
    width:2.5in;
}

.e-overlay {
    background-color: gray;
    opacity: 0.5;
    filter: alpha(opacity= 50);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.loader {
    display: none;
    border-radius: 8%;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 70px;
    height: 60px;
    transform: translate(-50%, -50%);
    background-color: #222c55;
    opacity: 0.8;
}

.spinner {
    position: absolute;
    top: 11px;
    left: 11px;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    color: #fff;
}

    .spinner > div {
        color: #fff;
        background-color: #ffffff;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

.lockbox {
    border:1px solid silver;
    background-color: darkred;
    color: white;
    font-size: 1em;
    padding: 1px 2px;
    margin-top: 15px;
    font-weight: 500;
}

.clock {
    position: absolute;
    bottom: 45px;
    right: 10px;
    font-size: 8pt;
    color: black;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}


.panel-body {
    padding: 15px
}

    .panel-body:before, .panel-body:after {
        display: table;
        content: " "
    }

    .panel-body:after {
        clear: both
    }

    .panel-body:before, .panel-body:after {
        display: table;
        content: " "
    }

    .panel-body:after {
        clear: both
    }

.panel > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0
    }

        .panel > .list-group .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0
        }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .table {
    margin-bottom: 0
}

.panel > .panel-body + .table {
    border-top: 1px solid #ddd
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

    .panel-title > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px
}

    .panel-group .panel + .panel {
        margin-top: 5px
    }

.panel-group .panel-heading {
    border-bottom: 0
}

    .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 1px solid #ddd
    }

.panel-group .panel-footer {
    border-top: 0
}

    .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd
    }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ddd
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #428bca
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #468847;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-warning {
    border-color: #fbeed5
}

    .panel-warning > .panel-heading {
        color: #c09853;
        background-color: #fcf8e3;
        border-color: #fbeed5
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #fbeed5
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #fbeed5
    }

.panel-danger {
    border-color: #eed3d7
}

    .panel-danger > .panel-heading {
        color: #b94a48;
        background-color: #f2dede;
        border-color: #eed3d7
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #eed3d7
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #eed3d7
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #3a87ad;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1
    }


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.EmpPanelHeadLabel {
    font-family: Arial;
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 30px;
    line-height: 22px;
    font-weight: 700;
}

#empCollapseButton, #EmpIncompHead {
    color: #d85a33;
}

#EmpIncompHead {
    background-color: #f2dede;
    border-color: #eed3d7
}

    #EmpIncompHead a {
        color: #b94a48;
    }

#MainContent_tenureInstructions {
    color: #db0000;
}

.btn {
    background-color: #3d9eff;
}