﻿/*body {
    padding-bottom: 20px;
}
body {
    margin: 0;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}*/
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* The actual popup */
    .popup .popuptext {
        visibility: hidden;
        width: 400px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -70px;
    }

        /* Popup arrow */
        .popup .popuptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 17.7%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Toggle this class - hide and show the popup */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

@media(min-width:768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }

    .addressDiv {
        width: auto;
    }

    .billingPurpose {
        width: 40% !important;
        margin-left: 20px;
    }

    .countryDiv {
        width: auto;
    }

    .billingNoteDiv {
        width: auto;
    }
}

.container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
    width: 1170px !important;
}

    .container:before, .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

    .container:before, .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/*.row {
    margin-right: -15px;
    margin-left: -15px;
}*/

    .row:before, .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

    .row:before, .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

@media(min-width:992px) {
    .container {
        max-width: 970px;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
        float: left;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-5 {
        width: 45%; /*41.66666666666667%;*/
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .addressDiv {
        width: auto;
    }

    

    .countryDiv {
        width: auto;
    }

    .billingNoteDiv {
        width: auto;
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1170px !important;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
        float: left;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .addressDiv {
        width: auto;
    }


    .countryDiv {
        width: auto;
    }

    .billingNoteDiv {
        width: auto;
    }
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.text-center {
    text-align: center;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

.Companylistborder {
    border-bottom: 0.5px solid lightgrey;
}

.CompanyListFont {
    font-size: smaller;
    font-family: Calibri;
    color: #9D9C9B;
}

.EmployeeProfileFont {
    font-size: 15px;
    font-family: Calibri;
    color: #9D9C9B;
}

.EmployeeHeaderFont {
    font-size: 18px;
    font-family: Calibri;
    color: #5F5D5F;
}

.EmployeeHoursFont {
    font-size: 11px;
    font-family: Calibri;
    color: black;
}

.EmployeeHoursFontFirstGrid {
    font-size: 11px;
    font-family: Calibri;
    color: black;
    padding: 0px !important;
}

.EmployeeHoursFontRight {
    font-size: 11px;
    font-family: Calibri;
    color: black;
    padding: 0 !important;
    padding-right: 10px !important;
    text-align: right !important;
}

.MessagesNAlertsGrids {
    font-size: 12px;
    padding: 8px !important;
}
/*Index page*/
.PageHeaderColor {
    color: #004976;
}

.PageMainHeader {
    color: #004976;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
    padding-bottom: 20px;
}

.allcircles {
    float: left;
    font-size: 13px;
    font-family: Calibri;
    color: #5F5D5F;
}

.innercircle1 {
    float: left;
    width: 150px;
}

.innercircle2 {
    float: left;
    width: 230px;
}

.imagepadding1 {
    padding-top: 55px;
    padding-right: 60px;
}

.imagepadding2 {
}
/*End Index page*/

/***Employeedetails*/
.tableWrapper1 {
    border-radius: 3em;
    overflow: hidden;
    border: solid thin lightgray;
}

.tableWrapperInternal {
    border-radius: 0.5em;
    overflow: hidden;
    border: solid thin lightgray;
    height: 60px;
    width: 215px;
    float: right;
}

.iconstyle1 {
    font-size: 30px;
    color: black;
    margin-top: 18px;
    margin-bottom: 20px;
    margin-left: 5px;
    float: left;
}

.iconfontstyle1 {
    font-size: 18px;
    color: white;
    vertical-align: middle;
    margin-top: 18px;
    margin-bottom: 20px;
    margin-left: 10px;
    float: left;
}
/***End Employeedetails*/

/***Affordability Page********/
.GrayFontmidium {
    font-size: 24px;
    font-family: 'Calibri';
    color: gray;
    
}

.ReportingYearDropdown {
    font-size: 12px;
    color: black;
    font-style: italic;
    margin-right: 5px;
}
/***End Affordability********/

/***ACAReportingPage & MyHomePage********/
.GrayFontbig {
    font-size: 28px;
    font-family: 'Calibri';
    color: gray;
}

.editLink {
    font-size: 18px;
    font-family: 'Calibri';
    float: right;
}
/***End ACAReportingPage  & MyHomePage********/

.navbarleftdropdown {
    margin-top: -39px;
    margin-right: -61px;
    float: right !important;
} 
.SelectYearDropDown {
    height: 28px;
    /*font-size: 12px;*/
    margin-bottom: 0px;
    vertical-align: top;
    margin-top: -8px;
    width:100px;
}

/* 786 - Move embedded CSS into main CSS file for all EEOC  views. */
/* EEOC MyHomePage*/
.snapshot-box {
    border-radius: 25px;
    border: 2px solid #6CA6D9;
    padding: 20px;
    width: 260px;
    height: 145px;
    background-color: azure !important;
    margin: 0 auto;
    margin-bottom: 7px;
    margin-top: 10px;
}
.snapshot-box-div {
    width: 100%;
    margin-bottom: 20px;
}

.snapshot-box-divimg {
    width: 30% !important;
}

.snapshot-box-divlbl {
    font-size: 20px;
    margin-top: 10px;
}

.marginbottom70 {
    margin-bottom:70px !important;
}
.marginright10 {
    margin-right: 10px !important;
}
.marginright20 {
    margin-right: 20px !important;
}

.smalltext {
    margin-left: 30px;
    font-size: smaller;
    width: 40%;
    padding-bottom: 20px;
}
.width150 {
    width:150px;
}

.clsJobTitleToJobCategory {
    width: 1200px !important;
    left: 5% !important;
    top: 10px !important;
    border-radius: 25px !important;
    border: 2px solid #6CA6D9 !important;
    padding: 20px;
    height: auto;
    background-color: #DEEBF7 !important;
    margin: 0 auto;
    margin-left:0 !important;
    margin-bottom: 7px;
}

.bgblue {
    background-color: #DEEBF7 !important;
}

.clsfont13bold {
    font-size: 13px;
    font-weight : bold;
}

.clsfont11bold {
    font-size: 11px !important;
    font-weight: bold !important;
}

.jobtitletocategoyImport {
    width: 10%;
    display: inline-table;
    margin-right: 20px;
}
.jobtitletocategoyImportContent {
    width: 80%;
    display: inline-table;
}

.formTable .col1 {
    text-align: left !important;
    width: 100% !important;
}

.formTable .col2 {
    width: 100% !important;
    vertical-align:top !important;
}

.clsReportInfoModel {
    width: 800px !important;
    left:  40% !important;
    border-radius: 25px !important;
    border: 2px solid #6CA6D9 !important;
    padding: 20px;
    height: auto;
    background-color: #DEEBF7 !important;
    margin: 0 auto;
    margin-bottom: 7px;
}

.clsReportSelector {
    width: 7%;
    margin-right: 7px;
}

.btnEdit {
    float: initial;
    margin-left: 20px;
}

.btnEditEmployer {
    float: initial;
    
}

.redText {
color:red;
}

.whiteText {
color:#fff !important;
}

.blueText {
    color:blue;
}

.darkBlueText {
    color: darkblue !important;
}

.greenText {
    color: green;
}

.displayInline {
    display: inline !important;
}

.clsInlineLabel {
    display: inline-block;
    
}
.clsTableEstablishment {
    display: inline-table;
    margin-bottom: 20px;
    margin-top: 8px;
    width: 100%
}

.clsTableParentEstablishment {
    border: 1px solid #808080;
    width: 100%
}
.clsTableChildEstablishment {
    border: 1px solid #808080;
    width: 100%;
    margin-top: 15px
}
.clsChildEstablishmentModal {
    width: 750px !important;
    left: 45% !important;
    top: 5% !important;
    border-radius: 25px !important;
    border: 3px solid #203864 !important;
}
.clsChildEstablishmodalHeader {
    border-bottom: 1px solid darkgreen !important;
}
.clsEditEmployerModelBody {
    max-height: 450px !important;
}
.clsAddEstablishment {
    margin-top: 10px;
    margin-left: 170px;
    width: 200px;
}
.clsDeleteEstablishment {
    width: 750px !important;
    left: 45% !important;
    top: 15% !important;
    border-radius: 25px !important;
    border: 3px solid #203864 !important;
    z-index: 10000 !important;
}
.clsModalFooterEEOC {
    border-radius: 0 0 25px 25px !important;
}
.clsSeeEstablishment {
    width: 90% !important;
    left: 25% !important;
    top: 5% !important;
    border-radius: 25px !important;
    border: 3px solid #203864 !important;
}

.clsEditEstablishment {
    width: 60% !important;
    left: 40% !important;
    top: 5% !important;
    border-radius: 25px !important;
    border: 3px solid #203864 !important;
    z-index: 10003 !important;
}

.pageEstablishmentAssignment, .pageEmployeeSurvey {
    width: 98% !important;
    margin-left: 10px !important
}
.gridEstablishAssignment {
    width: 80% !important;
    margin-left: 150px !important
}
.gridHeaderEstablishment {
    background-color: #4472C4 !important;
    color: white !important;
}

.surveyEmployeeDetailModal {
    left: 25% !important;
    width: 1200px !important
}

.surveyEmailContentModal {
    left: 50% !important;
    width: 600px !important
}

.surveyEmailSettingModal {
    left: 35% !important;
    width: 800px !important
}

.width200 {
    width: 200px !important;
}

.width300 {
    width: 300px !important;
}

.width108 {
    width: 108px !important;
}
.width250 {
    width: 250px !important;
}
.width285 {
    width: 285px !important;
}

.width140 {
    width: 140px !important;
}

.width98perc {
    width: 98% !important;
    align-self: center !important;
}

.paddingtop2 {
    padding-top:2px !important;
}

.clsSurveyPageAlignment {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.tableheader {
    font-size: 20px !important;
    display: inline-block !important;
    margin-top: 6px !important;
}
.chckbox20 {
    width: 20px !important;
    height: 20px !important;
}
.clsEmaildrpdwn {
    width: 270px;
    height: 36px;
    margin-top: 10px;
}

.clsEmailNotificationcell1 {
    white-space: initial;
    display: block
}

.clsEmailNotificationCell2 {
    white-space: nowrap;
    display: inline-block
}

.clsEmcustomerStatusMessage {
    margin-left: 510px;
    margin-top: 25px
}

/*EmployeeDataInfoPage*/
.clsEmpDataInfobtn {
    padding: 0px 5px 5px 5px !important;
}

/*EmployeeEstablishmentInfo Page*/
.clsEmpEstablishInfo {
    width: 98% !important;
    margin-left: 10px !important
}

/* EEOC -EmployeeInfo*/
.clsMainDiv {
    font-size: 0;
    white-space: nowrap;
}
.clsCensusDetails {
    width:40%;
    display: inline-table;
    margin-right: 20px;
}
.btnOk {
    float: right;
    background-color: transparent;
}

.clsSubmissionHistory {
    width: 55%;
    display: inline-table;
}
.clsbreakWord {
    word-wrap: break-word;
    white-space: normal;
    max-width: 350px;
}
#Employee_IsIncludedInWFSnapshot {
    width: 280px !important;
}

/*GetEstablishmentDetails  Page*/
.clsMainDivGetEst {
    background-color: #4472C4 !important;
    color: white !important;
}
/* Common Styles*/
ul.clsEditEmployer {
    list-style: none !important;
}

.main-content {
    padding-top: 0px;
}

.text-right {
    text-align: right !important;
    padding-right: 10px !important;
    vertical-align: inherit !important;
}

.Pageloader {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
} 
.Pageloadercenter {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
} 
.Pageloadercenter img {
    height: 128px;
    width: 128px;
}


.loader {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.loadercenter {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .loadercenter img {
        height: 128px;
        width: 128px;
    }


.grid-ajax-pager a {
    padding: 11px 10px;
    width: 43%;
    text-decoration: none;
    text-align: center;
    /*border-top: 1px solid #DBDBDB;*/
    border-bottom: 3px solid #6CA6D9;
}



.grid-cell {
    word-wrap: break-word;
}

.EEOCmargin {
    margin-left: 25px;
}

.span6 {
    width: 360px !important;
}

.table thead th {
    vertical-align: top !important;
}

.empminwidth {
    min-width: 95px;
}

.mycustom-box {
    border-radius: 25px;
    border: 2px solid #6CA6D9;
    padding: 10px;
    /*width: 410px;*/ /*786 No need of define width*/
    height: auto;
    background-color: #DEEBF7 !important;
    margin: 0 auto;
    margin-left: 8px;
    margin-bottom: 7px;
}

/*Survey  Page Common*/
.verificationlable {
    display: inline !important;
    margin-right: 10px !important;
}

.verificationlableText {
    padding-left: 5px;
    text-indent: -15px;
}

.redBorder {
    border: 1px solid red !important;
}

/*Download Form*/

#formTable {
    background-color: #EDEDED;
}

.backgroundSeal {
    position: relative;
    background-color: #ffffff;
    padding-left: 10px;
}


.CS_LinkBar_Item {
    color: red !important;
}

.radio-inline, .eeocCheckbox-inline, .checkbox-inline {
    position: relative !important;
    display: inline-block !important;
    padding-left: 20px !important;
    margin-bottom: 0 !important;
    font-weight: normal !important;
    vertical-align: middle !important;
    cursor: pointer !important;
}

.left-panel, .left-panel td {
    text-align: center;
    width: 100%;
    height: 50px;
    background-color: #375A8C;
    color: #FFFFFF;
    border-bottom: solid #486B9D 3px;
}
.border-top {
    border-top: 1px solid #000000;
    padding-top: 10px;
}

.border-left {
    border-left: 1px solid #000000;
    padding-left: 10px;
}

.border-right {
    border-right: 1px solid #000000;
    padding-right: 10px;
}

.border-bottom {
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
}

.odd-row {
    background-color: #ececec;
    padding-top: 10px;
}

.even-row {
    background-color: #ffffff;
    padding-top: 10px;
}

.left-column {
    margin-right: 5px;
}

.mid-column {
    margin-left: 5px;
    margin-right: 5px;
}

.right-column {
    margin-left: 5px;
}

label {
    font-weight: normal !important;
}

.tab-left {
    padding-left: 20px;
}

.data-table td, .data-table th {
    border: 1px solid #000000;
    text-align: center;
    padding: 0px 3px;
    font-size: 85%;
    height: 30px;
}

.equal-width {
    width: 75px !important;
}

.data-table .form-control {
    text-align: right;
    height: 25px;
}

.left-align {
    text-align: left !important;
}

.eeoc-form-control {
    display: block !important;
    width: 85% !important;
    height: 22px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

.eeoc-small-control {
    display: block !important;
    margin-top: 5px;
    width: 53% !important;
    height: 15px !important;
    padding: 6px 12px !important;
    font-size: 10px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}/* Download Form Css End*/

 /*Form Repository Page*/
.border-box {
    border-radius: 25px;
    border: 2px solid #6CA6D9;
    padding: 20px;
    width: 400px;
    height: auto;
    background-color: #f2f2f2;
    margin: 0 auto;
}   
 /*786 - End*/

 /*Workforce Analytics Page*/
.analytics-dropdown {
    font-size:13px;
    color:black;
    width:320px;
    background-color:#005580;
    color:white;
}
.analytics-dropdown-text {
   font-size:12px;
   color:black;
}
   



/*********************************#ACAAudit*************************/
/*.grid-ajax-pager a {
        padding: 11px 10px;
        width: 43%;
        text-decoration: none;
        text-align: center;
      
        border-bottom: 3px solid #6CA6D9;
    }*/

    .table thead th {
        vertical-align: top !important;
    }

#employerForm .entityRow {
    margin-bottom: 15px !important;
}

    #employerForm .entityRow [class*="span"] {
        margin-left:0px !important;
    }
    #employerForm .main-content {
        padding-top: 0px;
    }

#dvDataReview .grid-table > thead > tr > th {
    white-space: nowrap !important;
}

#dvDataReview .grid-table > tbody > tr > td {
    white-space: nowrap !important;
}

#empsummary, #issuesummary, #libsummary .table-bordered tbody tr:nth-child(odd) {
    background-color: aliceblue !important;

}

#dvDataReview {
    width: 100%;
    height: auto;
    overflow: auto;
    /*scrollbar-base-color: #ffeaff;*/
}
/* Locks the left column */
    #dvDataReview, #dvSimilarIsuueTable td.locked, th.locked {
        font-size: 14px;
        text-align: center !important;
        /*background-color: navy;*/
        /*color: white;*/
        border-right: 1px solid silver;
        position: relative;
        cursor: default;
        /*IE5+ only*/
        left: expression(document.getElementById("dvMeasuredEmployeesData").scrollLeft-2);
    }
/* Locks the left column */
#dvDataReview, #dvSimilarIsuueTable td.mainheading, th.mainheading {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    position: relative;
    cursor: default;
    /*IE5+ only*/
    left: expression(document.getElementById("dvMeasuredEmployeesData").scrollLeft-2);
}

/* Locks table header */
#dvDataReview th {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    /*background-color: navy;*/
    /*color: white;*/
    /*border-right: 1px solid silver;*/
    position: relative;
    cursor: default;
    /*IE5+ only*/
    top: expression(document.getElementById("dvMeasuredEmployeesData").scrollTop-2);
    /*z-index: 10;*/
}

    /* Keeps the header as the top most item. Important for top left item*/
    #dvDataReview th.locked {
        z-index: 99;
    }

#responseModal {
    left: 4% !important;
   top :5% !important;
    width: -webkit-fill-available;
    margin-left: 0px;
    /*display: block;*/
    margin-right: 9% !important;
}

#responseModalHeaderText{
    font-size:28px !important;
}

#dvEmployeeInfoPage .grid-header-title a {
    padding-left: 0px !important;
    padding-right: 2px !important;
}

#employerForm .table thead th {
    vertical-align: top !important;
}

#employerForm  div.show-image {
    position: relative;
    float: left;
    margin: 5px;
}

 #employerForm div.show-image:hover img {
        opacity: 0.5;
    }

 #employerForm div.show-image a:hover {
        background-color: inherit !important;
    }

 #employerForm div.show-image:hover button {
        display: block;
    }

 #employerForm div.show-image button {
        position: absolute;
        display: none;
    }

 #employerForm div.show-image button.delete {
            top: -100%;
            left: 0;
        }

 #employerForm div.show-image button.delete img :hover {
                opacity: 0.9;
            }

/******************************#end******************************************/

/*Download Form - 2*/
.lblSectionA {
    color: rgb(54, 84, 130);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
}

.margintopbottom10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.paddingbottom20 {
    padding-bottom: 20px;
}
.lblSectionB {
    color: rgb(54, 84, 130);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.clsNote {
    color: rgb(54, 84, 130) !important;
    font-size: 14px !important;
    font-weight: bold !important;
}
.clssmallNote {
    font-size: 14px !important;
    font-weight: normal !important;
}
.btnSubmit {
    position: relative !important;
    top: 50% !important;
}

.magintop20 {
    margin-top: 20px !important;
}
.clsNoEmptext {
    color: rgb(159, 0, 28);
    font-weight: bold;
}
.clsSectionDHeading {
    float: right;
    margin-right: 20px;
}
/*Download Form END*/