@font-face {
    font-family: "Arial";
    src: url("../Fonts/Arial.eot");
    src: url("../Fonts/Arial.eot?#iefix") format("embedded-opentype"), url("../Fonts/Arial.woff2") format("woff2"), url("../Fonts/Arial.woff") format("woff"), url("../Fonts/Arial.ttf") format("truetype"), url("../Fonts/Arial.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}






body {
    font-family: "Arial" !important;
    padding-bottom: 84px;

}

* {
    box-sizing: border-box;
    margin:0px;
    padding:0px;
}

input[type="checkbox"],
input[type="radio"] {
    position: relative;
    top: 2px;
}

input[type="text"]:disabled {
    background-color: #cccccc;
}

.label input[type="checkbox"],
.label input[type="radio"] {
    margin-right:10px;
}


/* Top Navigatio Menu style 
-----------------------------------------------------*/
ul.slimmenu li a {
    padding: 15px 20px 15px 20px;
}
ul.slimmenu-inner {
    display: flex;
}
ul.slimmenu-inner li a {
    padding: 15px 20px 15px 20px;
}

.ezyapp-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ezyapp-menu .menuLevel  {
    padding: 15px 20px 15px 20px;
    display: inline-block;
}
/* Top Navigatio Menu style end
-----------------------------------------------------*/

.hidetd {
    display: none !important;
}

A:link,
A:visited {
    text-decoration: none;
    cursor: pointer;
}

.applicant-profile-form .pc20 {
    margin-bottom: 22px !important;
}

.applicant-profile-form .ar20 {
    margin-bottom: 0px !important;
}

.applicant-profile-form-cramped .pc20 {
    margin-bottom: 22px !important;
}

.applicant-profile-form-cramped .ar20 {
    margin-bottom: 0px !important;
}

.TableHeader,
.Tableheader {
    font-size: 14px;
    border: Solid rgb(0, 0, 0) 0px;
    padding: 10px 5px;
    text-align: left;
}



.table-head-fixed {
    position: fixed;
    width: 100%;
    left: 0px;
    /*top: 46px;*/
    top: 49px;
    margin-left: 40px;
    z-index: 10;
}

.table-header-fix {
    position: fixed;
    text-align: left;
    display: block;
    width: 100%;
    left: 0px;
    top: 47px; 
    display: none;
}


.table-header-fix-block {
    display: block;
}


.table-header-fix2 {
    position: fixed;
    text-align: left;
    display: block;
    width: 100%;
    left: 0px;
    display: none;
}

A.SortHead:link {    
    font-size: 14px !important;
    position: relative;
    display: block;
    padding-left: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

    A.SortHead:link .fa {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    A.SortHead:link .fa-sort-asc {
        position: absolute;
        left: 0px;
        top: 4px;
    }

    A.SortHead:link .fa-sort-desc {
        position: absolute;
        left: 0px;
        top: -3px;
    }

A.SortHead:visited {
    
}

.whitebg {
    border-radius: 3px;
    margin: 0px 20px;
    padding: 20px;
    margin-bottom: 90px;
    background: #ffffff;
    box-shadow: 0 2px 6px 0 #dddddd;
}

.pagetitle {
    font-size: 22px;
    margin: 10px 20px 15px 20px;
    padding: 0px 0px 10px 0px;
    /*color: #030000;*/
}



/*.TableRow2,
.TableRow1 {
    font-size: 14px;
    text-align: left;
    padding: 10px 5px;
    color: #000000;
    background-color: #ffffff;
    border-bottom: 1px solid #ebebeb;
}*/


.TableRow1 {
    font-size: 14px;
    text-align: left;
    padding: 10px 5px;
    color: #000000;
    background-color: #FFFFFF;
    border-bottom: 1px solid #ebebeb;
  }


/*.TableRow2 {
    font-size: 14px;
    text-align: left;
    padding: 10px 5px;
    color: #000000;
    background-color: #E7EAED;
    border-bottom: 1px solid #ebebeb;
}*/

.TableRow2 {
    font-size: 14px;
    text-align: left;
    padding: 10px 5px;
    color: #000000;
    background-color: #eeeeee;
    border-bottom: 1px solid #ebebeb;
}

.TableRow3 {
    font-size: 14px;
    text-align: left;
    padding: 10px 5px;
    color: #000000;
    background-color:#dedede;
    border-bottom: 1px solid #ebebeb;
}


#dgCustomReport .TableRow2,
#dgCustomReport .TableRow1 {
 vertical-align:top;
}
.table-text {
    text-align: center;
}

th.table-text i {
    font-size: 14px;
}

.table-text i {
    font-size: 16px;
}

.label {
    font-family: "Arial";
    font-size: 14px;
    font-weight: normal;
    /*color: #030000;*/
}

.PageHeader {
    font-family: Arial;
    font-size: 14px;
    background-color: Transparent;
    font-weight: normal;
    /*color: #030000;*/
}

span#lblDateTime br {
    display: none;
}

span#lblDateTime font {
    font-weight: bold;
}

.pagination {
    position: fixed;
    left: 0px;
    bottom: 32px;
    width: 100%;
}

    .pagination tr {
        display: block;
        text-align: right;
        overflow: hidden;
    }

    .pagination td {
        display: block;
        float: right;
        padding-right: 20px;
    }
        .pagination td.TableHeade-left {
            float:left;
            padding-left: 20px;
            padding-top: 5px;
        }
    .pagination .TableHeader {
        background-color: transparent !important;
        border-bottom: 0px solid transparent;
    }

    .pagination a.pagination-link {
        /*display: inline-block;
    padding: 6px 15px;
    border-radius: 3px;
    font-size: 12px;
    background-color: var(--theme-primaryaction);
    border: 1px solid var(--theme-primaryactionlink);
    color: var(--theme-primaryactiontext);*/
        cursor: pointer;
    }
        .pagination a.pagination-link i {
            line-height: 20px;
        }

.pagination_button_disable {
    /*display: inline-block;
    padding: 8px 15px 5px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    top: 1px;
    background-color: var(--theme-primaryaction);
    border: 1px solid var(--theme-primaryactionlink);
    color: var(--theme-primaryactiontext);*/
    pointer-events: none;
    opacity: 0.5;
}

a.pagination_button_disable:hover {
    cursor: not-allowed !important;
}

.pagination a.pagination-link-icon {
    /*display: inline-block;
    padding: 6px 15px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    top: 0px;
    background-color: var(--theme-primaryaction);
    border: 1px solid var(--theme-primaryactionlink);
    color: var(--theme-primaryactiontext);*/
}

    /*.pagination a.pagination-link:hover,
    .pagination a.pagination-link-icon:hover {
        background-color: var(--theme-primaryactionlink);
    }*/

/*header css*/

.header-hold {
    background: #ffffff;
}

    .header-hold .logo {
        float: left;
        padding: 5px;
    }

        .header-hold .logo img {
            width: 175px;
        }

/*navigation css start*/

.navbar-fixed {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 100;
    /*background: #2e9972;*/
}

.navbg {
    /*background: #60bd7e;*/
    width: 100%;
    /*background: #2e9972;*/
}

.navhold {
    padding: 0px;
}

    .navhold table,
    .navhold tr,
    .navhold td {
        display: block;
        float: left;
    }

    .navhold td {
        float: left;
        padding: 5px 20px;
    }

        .navhold td a {
            color: #ffffff;
            font-size: 16px;
        }

.menuLevel i {
    margin-right: 3px;
}

/*
.menuLevel1 {
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 #dddddd;
    background: #fff !important;
    border: 1px solid #dedede !important;
}

.menuLevel3 {
    background: #fff !important;
}

.menuLevel4 {
    background: #fff !important;
    border-bottom: 1px solid #dedede !important;
    color: #000 !important;
}

    .menuLevel4:hover {
        background: #1b9469 !important;
    }*/

.menuLevel1 {
    margin-top: -4px!important;
    margin-left: -18px!important;
}
.menuLevel2{
    width:auto!important;
}
.menuLevel4 {
    border-bottom: 1px solid #dedede;
    cursor:pointer;
}
.menuLevel4:hover {
    font-weight:normal;
}

/*footer CSS*/

.footer {
    overflow: hidden;
    font-size: 14px;
    padding: 10px 20px;
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

.supportmailId {
    float: left;
}    

.copyright {
    float: right;
}

.countyErrordiv {
    padding: 20px 15px 0px 40px !important;
}

.supportmailId td,
.supportmailId table {
    display: block;
    height: auto !important;
}

/*Order List Table td th width*/

.orderList .alert > i {
    /*color: red;
    font-size: 20px;*/
}

.order-detailed-list .alert > i {
    /*color: red;
    font-size: 25px;*/
}

.searchResult .alert > i {
    /*color: red;
    font-size: 20px;*/
}

.orderList td:nth-of-type(1) {
    width: 6%;
}

.orderList td:nth-of-type(2) {
    width: 22%;
}

.orderList td:nth-of-type(3) {
    width: 10%;
}

.orderList td:nth-of-type(4) {
    width: 10%;
}

.orderList td:nth-of-type(5) {
    width: 10%;
}

.orderList td:nth-of-type(6) {
    width: 10%;
}

.orderList td:nth-of-type(7) {
    width: 5%;
}

.orderList td:nth-of-type(8) {
    width: 5%;
}

.orderList td:nth-of-type(9) {
    width: 12%;
}

.orderList td:nth-of-type(10) {
    width: 5%;
}

.orderList td:nth-of-type(11) {
    width: 5%;
}

/*searchResult Page Table CSS*/

.searchResult td:nth-of-type(1) {
    width: 8%;
}

.searchResult td:nth-of-type(2) {
    width: 27%;
}

.searchResult td:nth-of-type(3) {
    width: 10%;
}

.searchResult td:nth-of-type(4) {
    width: 10%;
}

.searchResult td:nth-of-type(5) {
    width: 10%;
}

.searchResult td:nth-of-type(6) {
    width: 10%;
}

.searchResult td:nth-of-type(7) {
    width: 10%;
}

.searchResult td:nth-of-type(8) {
    width: 10%;
}

.searchResult td:nth-of-type(9) {
    width: 5%;
}

/*searchCompany Page Table CSS*/

.searchCompany td:nth-of-type(1) {
    width: 23%;
}

.searchCompany td:nth-of-type(2) {
    width: 27%;
}

.searchCompany td:nth-of-type(3) {
    width: 20%;
}

.searchCompany td:nth-of-type(4) {
    width: 10%;
}

.searchCompany td:nth-of-type(5) {
    width: 10%;
}

.searchCompany td:nth-of-type(6) {
    width: 10%;
}

.searchresult .alert i {
    font-size: 20px;
}

.table-head-fixed th {
    display: block;
    float: left;
}

.orderList th:nth-of-type(1) {
    width: 6%;
}

.orderList th:nth-of-type(2) {
    width: 22%;
}

.orderList th:nth-of-type(3) {
    width: 10%;
}

.orderList th:nth-of-type(4) {
    width: 10%;
}

.orderList th:nth-of-type(5) {
    width: 10%;
}

.orderList th:nth-of-type(6) {
    width: 10%;
}

.orderList th:nth-of-type(7) {
    width: 5%;
}

.orderList th:nth-of-type(8) {
    width: 5%;
}

.orderList th:nth-of-type(9) {
    width: 12%;
}

.orderList th:nth-of-type(10) {
    width: 5%;
}

.orderList th:nth-of-type(11) {
    width: 5%;
}
/*Order List Table td th End*/

/*reportsOrderList Table Start*/
.reportsOrderList th:nth-of-type(1) {
    width: 6%;
}

.reportsOrderList th:nth-of-type(2) {
    width: 22%;
}

.reportsOrderList th:nth-of-type(3) {
    width: 10%;
}

.reportsOrderList th:nth-of-type(4) {
    width: 10%;
}

.reportsOrderList th:nth-of-type(5) {
    width: 10%;
}

.reportsOrderList th:nth-of-type(6) {
    width: 7%;
}

.reportsOrderList th:nth-of-type(7) {
    width: 8%;
}

.reportsOrderList th:nth-of-type(8) {
    width: 5%;
}

.reportsOrderList th:nth-of-type(9) {
    width: 5%;
}

.reportsOrderList th:nth-of-type(10) {
    width: 12%;
}

.reportsOrderList th:nth-of-type(11) {
    width: 5%;
}
/*reportsOrderList Table td th End*/

.reportsOrderList td:nth-of-type(1) {
    width: 6%;
}

.reportsOrderList td:nth-of-type(2) {
    width: 22%;
}

.reportsOrderList td:nth-of-type(3) {
    width: 10%;
}

.reportsOrderList td:nth-of-type(4) {
    width: 10%;
}

.reportsOrderList td:nth-of-type(5) {
    width: 10%;
}

.reportsOrderList td:nth-of-type(6) {
    width: 7%;
}

.reportsOrderList td:nth-of-type(7) {
    width: 5%;
}

.reportsOrderList td:nth-of-type(8) {
    width: 8%;
}

.reportsOrderList td:nth-of-type(9) {
    width: 5%;
}

.reportsOrderList td:nth-of-type(10) {
    width: 12%;
}

.reportsOrderList td:nth-of-type(11) {
    width: 5%;
}
/*reportsOrderList Table End*/

/*searchResult Page Table CSS*/

.searchResult th:nth-of-type(1) {
    width: 8%;
}

.searchResult th:nth-of-type(2) {
    width: 27%;
}

.searchResult th:nth-of-type(3) {
    width: 10%;
}

.searchResult th:nth-of-type(4) {
    width: 10%;
}

.searchResult th:nth-of-type(5) {
    width: 10%;
}

.searchResult th:nth-of-type(6) {
    width: 10%;
}

.searchResult th:nth-of-type(7) {
    width: 10%;
}

.searchResult th:nth-of-type(8) {
    width: 10%;
}

.searchResult th:nth-of-type(9) {
    width: 5%;
}

/*searchCompany Page Table CSS*/

.searchCompany th:nth-of-type(1) {
    width: 23%;
}

.searchCompany th:nth-of-type(2) {
    width: 27%;
}

.searchCompany th:nth-of-type(3) {
    width: 20%;
}

.searchCompany th:nth-of-type(4) {
    width: 10%;
}

.searchCompany th:nth-of-type(5) {
    width: 10%;
}

.searchCompany th:nth-of-type(6) {
    width: 10%;
}

/* Draft Table CSS*/
.draftlist th:nth-of-type(1),
.draftlist td:nth-of-type(1) {
    width: 20%;
}

.draftlist th:nth-of-type(2),
.draftlist td:nth-of-type(2) {
    width: 19%;
}

.draftlist th:nth-of-type(3),
.draftlist td:nth-of-type(3) {
    width: 10%;
}

.draftlist th:nth-of-type(4),
.draftlist td:nth-of-type(5) {
    width: 10%;
}

.draftlist th:nth-of-type(5),
.draftlist td:nth-of-type(5) {
    width: 10%;
}

.draftlist th:nth-of-type(6),
.draftlist td:nth-of-type(6) {
    width: 10%;
}

.draftlist th:nth-of-type(7),
.draftlist td:nth-of-type(7) {
    width: 8%;
}

.draftlist th:nth-of-type(8),
.draftlist td:nth-of-type(8) {
    width: 8%;
}

.draftlist th:nth-of-type(9),
.draftlist td:nth-of-type(9) {
    width: 5%;
}

/*Repull  And Repull List table css*/
.repull .TableHeader td:nth-of-type(1),
.repull .TableRow1 td:nth-of-type(1),
.repull .TableRow2 td:nth-of-type(1) {
    width: 10%;
}

.repull .TableHeader td:nth-of-type(2),
.repull .TableRow1 td:nth-of-type(2),
.repull .TableRow2 td:nth-of-type(2) {
    width: 20%;
}

.repull .TableHeader td:nth-of-type(3),
.repull .TableRow1 td:nth-of-type(3),
.repull .TableRow2 td:nth-of-type(3) {
    width: 20%;
}

.repull .TableHeader td:nth-of-type(4),
.repull .TableRow1 td:nth-of-type(4),
.repull .TableRow2 td:nth-of-type(4) {
    width: 10%;
}

.repull .TableHeader td:nth-of-type(5),
.repull .TableRow1 .TableRow1 td:nth-of-type(5),
.repull .TableRow2 td:nth-of-type(5) {
    width: 10%;
}

.repull .TableHeader td:nth-of-type(6),
.repull .TableRow1 td:nth-of-type(6),
.repull .TableRow2 td:nth-of-type(6) {
    width: 10%;
}

.repull .TableHeader td:nth-of-type(7),
.repull .TableRow1 td:nth-of-type(7),
.repull .TableRow2 td:nth-of-type(7) {
    width: 10%;
}

.repull .TableHeader td:nth-of-type(8),
.repull .TableRow1 td:nth-of-type(8),
.repull .TableRow2 td:nth-of-type(8) {
    width: 5%;
}

.repull .TableHeader td:nth-of-type(9),
.repull .TableRow1 td:nth-of-type(9),
.repull .TableRow2 td:nth-of-type(9) {
    width: 5%;
}
/*.repull .TableRow1 td:nth-of-type(8), .repull .TableRow2 td:nth-of-type(8){
    text-align:center;
}*/
.repull .TableHeader.repull-table-head.table-head-fixed td {
    display: block;
    float: left;
}



/*medicalMonitoringTable Start */
.medicalMonitoringTable th:nth-of-type(1){
    width: 0;
    padding:0;
}
.medicalMonitoringTable th:nth-of-type(2){
    width: 5%;
}
.medicalMonitoringTable th:nth-of-type(3){
    width: 5%;
}
.medicalMonitoringTable th:nth-of-type(4){
    width: 5%;
}
.medicalMonitoringTable th:nth-of-type(5){
    width: 10%;
}
.medicalMonitoringTable th:nth-of-type(6){
    width: 5%;
}
.medicalMonitoringTable th:nth-of-type(7){
    width: 8%;
}
.medicalMonitoringTable th:nth-of-type(8){
    width: 8%;
}
.medicalMonitoringTable th:nth-of-type(9){
    width: 8%;
}
.medicalMonitoringTable th:nth-of-type(10){
    width: 10%;
}
.medicalMonitoringTable th:nth-of-type(11){
    width: 12%;
}
.medicalMonitoringTable th:nth-of-type(12){
    width: 12%;
}
.medicalMonitoringTable th:nth-of-type(13){
    width: 6%;
}
.medicalMonitoringTable th:nth-of-type(14) {
    width: 6%;
}

/*medicalMonitoringTable Table td th End*/

.medicalMonitoringTable td:nth-of-type(1){
    width: 0%;
    padding:0;
}
.medicalMonitoringTable td:nth-of-type(2){
    width: 5%;
}
.medicalMonitoringTable td:nth-of-type(3){
    width: 5%;
}
.medicalMonitoringTable td:nth-of-type(4){
    width: 5%;
}
.medicalMonitoringTable td:nth-of-type(5){
    width: 10%;
}
.medicalMonitoringTable td:nth-of-type(6){
    width: 5%;
}
.medicalMonitoringTable td:nth-of-type(7){
    width: 8%;
}
.medicalMonitoringTable td:nth-of-type(8){
    width: 8%;
}
.medicalMonitoringTable td:nth-of-type(9){
    width: 8%;
}
.medicalMonitoringTable td:nth-of-type(10){
    width: 10%;
} 
.medicalMonitoringTable td:nth-of-type(11){
    width: 12%;
}
.medicalMonitoringTable td:nth-of-type(12){
    width: 12%;
}
.medicalMonitoringTable td:nth-of-type(13){
    width: 6%;
}
.medicalMonitoringTable td:nth-of-type(14) {
    width: 6%;
}
/*medicalMonitoringTable End */

/****************************************************/

/*mnagementReportTable Start */
.mnagementReportTable th:nth-of-type(1),
.mnagementReportTable th:nth-of-type(2),
.mnagementReportTable th:nth-of-type(3), 
.mnagementReportTable th:nth-of-type(4){
    width: 25%;
}
/*mnagementReportTable Table td th End*/

.mnagementReportTable td:nth-of-type(1),
.mnagementReportTable td:nth-of-type(2),
.mnagementReportTable td:nth-of-type(3),
.mnagementReportTable td:nth-of-type(4){
    width: 25%;
}
/*mnagementReportTable End */


/*mnagementTimeServicetTable Start */
.mnagementTimeServicetTable th:nth-of-type(1){
    width: 90%;
}
.mnagementTimeServicetTable th:nth-of-type(2){
    width: 10%;
}
/*mnagementTimeServicetTable Table td th End*/

.mnagementTimeServicetTable td:nth-of-type(1){
    width: 90%;
}
.mnagementTimeServicetTable td:nth-of-type(2){
    width: 10%;
}
/*mnagementTimeServicetTable End */


/*medicalMonitoringResultsTbale Start*/
.medicalMonitoringResultsTbale {
    border: 0px solid transparent;
}
.medicalMonitoringResultsTbale td.TableHeader a {
    font-weight: 600 !important;  
}
/*medicalMonitoringResultsTbale End*/


/** Table Css End****************************************/

/*form CSS Start*/

/*form apdding input grid*/
.gridpadding tr.TableHeaderBold td,
    .repull-container .TableHeader td {
        font-size: 14px;
        padding: 10px 5px;
        text-align: left;
        border: 1px solid #eeeeee;
    }


  .gridpadding tr td,
.repull-container tr td {
    font-size: 12px;
    text-align: left;
    padding: 10px 5px;
    border: 1px solid #fff;
    border-bottom: 1px solid #ebebeb;
}
/**/




.applicant-profile-form td {
    padding-bottom: 15px;
    padding-right: 30px;
}

.applicant-profile-form-cramped td {
    padding-bottom: 15px;
    padding-right: 20px;
}

.boxfontcolor,
.boxFontColor,
.BoxFontColor,
.boxfontColor,label
.BoxFontcolor {
    font-family: "Arial";
    font-size: 12px;
    width: 100% !important;
    height: auto !important;
    padding: 8px;
    border-radius: 4px;
    margin-top: 3px;
    line-height: 18px;
    color: #030000;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-left: 3px solid #ff0000;
}

.boxfontrecommended,
.boxFontRecommended {
    font-family: "Arial";
    font-size: 12px;
    width: 100% !important;
    height: auto !important;
    padding: 8px;
    border-radius: 4px;
    margin-top: 3px;
    line-height: 18px;
    /*color: #030000;*/
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-left: 3px solid #e3aa0c;
}

.boxfont,
.boxFont,
.BoxFont {
    font-family: "Arial";
    font-size: 12px;
    width: 100% !important;
    height: auto !important;
    padding: 8px;
    border-radius: 4px;
    margin-top: 3px;
    line-height: 18px;
    /*color: #030000;*/
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

/*added form reziable multiline textbox*/
.boxfontResizable,
.boxFontResizable,
.BoxFontResizable {
    font-family: "Arial";
    font-size: 12px;
    width: 100% !important;
    /*height: auto !important;*/
    padding: 8px;
    border-radius: 4px;
    margin-top: 3px;
    line-height: 18px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}



td.label {
    font-size: 14px;
    font-family: "Arial";
    vertical-align: top;
}

.SSNlabel input {
    width: 25% !important;
    height: auto !important;
}

.SSNlabel span.label input[type="checkbox"] {
    width: auto !important;
    padding: 8px;
    width: 15px !important;
    height: 15px !important;
    margin-top: 5px;
    border: 1px solid #cccccc;
}

.requiredbar {
    display: inline-block;
    width: 3px;
    height: 9px;
    margin-right: 3px;
    background: #ff0000;
}

.recommendedbar {
    display: inline-block;
    width: 3px;
    height: 9px;
    background: #e3aa0c;
    margin-right: 3px;
    margin-left: 15px;
}

.spec-row {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 15px;
    border-top: 1px dashed #cccccc;
}

.section-title {
    font-size: 16px;
    font-weight: 600;
    /*color: #030000;*/
}

.required-legend {
    padding: 0px 20px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.title-hold {
    padding: 0px 20px;
    margin-bottom: 15px;
    margin-top: 10px;
}

    .title-hold .pagetitle {
        padding: 0px 20px 0px 0px;
        margin: 0px;
        box-sizing: border-box;
    }

.clientname,
.req-reco {
    float: right;
}

.profile-title-hold,
.check-business {
    float: left;
    margin-bottom: 6px;
}

    .check-business .label {
        font-size: 14px;
    }

.req-reco {
    font-size: 12px;
}

.clientname {
    font-size: 14px;
    /*color: #030000;*/
}

.lblError {
    /*padding-left: 10px;*/
    font-weight: normal;
    margin-bottom: 10px;
}

.lblError-Search-Company {
    margin: 10px 0px 10px 0px;
}

.lblError .Error {
    font-weight: normal;
}

.action-button-holder {
    position: fixed;
    left: 0px;
    bottom: 34px;
    width: 100%;
    padding: 5px 20px;
    /*text-align: right;*/
    text-align: left;
    display:block;
    align-items: center;
}
    .action-button-holder .action-holder-left {
        text-align: left;
        display:inline-block;
        float:left;
    }
    .action-button-holder .action-holder-right {
        text-align: right;
        display:inline-block;
        float:right;
    }
    .action-button-holder .action-holder-left a, 
    .action-button-holder .action-holder-right a  {
        /*margin-top: 4px;
        margin-bottom: 4px;*/
    }

    .action-button-holder button {
        /*padding: 8px 15px 5px;
        border-radius: 3px;
        cursor: pointer;
        background-color: var(--theme-primaryaction);
        border: 1px solid var(--theme-primaryactionlink);
        color: var(--theme-primaryactiontext);*/
    }

        /*.action-button-holder button:hover {
            background-color: var(--theme-primaryactionlink);
        }*/

/*Applicant Detailed Page CSS*/

.select-file {
    width: 200px;
}

.no-pad-left {
    padding-left: 0px !important;
}

.label-name {
    padding-bottom: 2px;
}

.applicant-detailed-holder .section-title {
    font-size: 16px;
    font-weight: 600;
    padding: 30px 0px 10px 0px;
}

.clr-both {
    clear: both;
}

.trRow {
    margin-left: -15px;
    margin-right: -15px;
}

.trRow-pad {
    padding: 15px;
}

.td-div {
    float: left;
    width: 33.3%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    /*color: #030000;*/
}

.td-div-full-row {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    /*color: #030000;*/
}

.td-div label {
    padding-left: 10px;
}

.separator-bg {
    padding: 0px 15px;
    background: #f5f5f5;
}

.separator-line {
    border-bottom: 1px dotted #cccccc;
}

.td-text {
    display: block;
    font-size: 16px;
    min-height: 12px;
    /*color: #030000;*/
}

.prime-button {
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid transparent;
}


.default-button {
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #3f82dc;
    color: #3f82dc;
}

.fileUpload-button,
.createnew-button {
    padding: 3px 15px;
    font-size: 12px;
}

a.create-doc-link {
    display: block;
    padding: 4px 15px;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    float: left;
    margin-top: 10px;
    /*background-color: var(--theme-primaryaction);
    border: 1px solid var(--theme-primaryactionlink);
    color: var(--theme-primaryactiontext);*/
}

    a.create-doc-link:hover {
        /*background-color: var(--theme-primaryactionlink);*/
    }

a.onupload {
    display: inline-block;
    padding: 4px 15px;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    margin-top: 10px;
    /*background-color: var(--theme-primaryaction);
    border: 1px solid var(--theme-primaryactionlink);
    color: var(--theme-primaryactiontext);*/
}

    a.onupload:hover {
        /*background-color: var(--theme-primaryactionlink);*/
    }

.apprelease-title {
    font-size: 20px;
    /*color: #030000;*/
    padding: 15px 0px 10px 0px;
}

.viewicon,
.eliminate {
    text-align: center;
    font-size: 20px;
}

    .eliminate a {
        text-align: center;
        font-size: 20px;
        /*color: #030000;*/
    }

.tdactions {
    text-align: center;
}

a.back-button {
    /*display: block;
    padding: 3px 25px;
    text-align: center;
    background: #030000;
    font-size: 14px;
    border: 1px solid #030000;
    color: #fff;
    border-radius: 4px;
    float: left;*/
}

.releaseforms .TableHeader td {
    padding: 10px;
    border: 0px;
    /*border-bottom: 2px solid var(--theme-primary);*/
}

.releaseforms tr.TableHeader {
    /*border-bottom: 2px solid var(--theme-primary);*/
}

.sub-menu-width a {
    padding: 6px 20px !important;
    font-size: 14px !important;
}

.releaseforms .TableRow1 td,
.releaseforms .TableRow2 td {
    font-size: 12px;
    text-align: left;
    padding: 10px 10px;
    border: 0px;
    /*color: #000000;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;*/
}

.releaseforms tr.TableHeader {
    /*border-bottom: 2px solid var(--theme-primary);*/
}

.releaseforms i {
    font-size: 20px;
    padding: 10px 10px;
}

.sub-menu-width a {
    padding: 5px 20px !important;
    font-size: 14px !important;
}

.create-document-holder .td-div-err,
.td-div-checkbox,
td-div-template {
    padding-left: 15px;
    padding-right: 15px;
}

.create-document-holder .td-div-template {
    padding: 10px 15px;
}

.action-button-holder a.back-button {
    /*display: block;
    padding: 5px 25px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    float: left;
    background: var(--theme-secondaryaction);
    border: 1px solid var(--theme-secondaryaction);
    color: var(--theme-secondaryactiontext);*/
}

    /*.action-button-holder a.back-button:hover {
        background: var(--theme-secondaryactionlink);
    }*/

.create-document-holder i {
    font-size: 30px;
    padding: 28px 0px 35px 10px;
}

.create-document-holder .td-div-emial-log {
    font-size: 14px;
    /*color: #030000;*/
    width: 100%;
}

.search-document-holder .td-div .boxfontcolor,
.create-document-holder .td-div .boxfontcolor {
    font-family: "Arial";
    font-size: 12px;
    color: #030000;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100% !important;
    height: auto !important;
    padding: 8px;
    border-radius: 4px;
    margin-top: 3px;
}

.search-document-holder .td-div-alert,
.search-document-holder .td-div-rush {
    text-align: left;
    padding: 30px 35px;
    float: left;
    width: 33.3%;
    font-size: 14px;
    color: #030000;
}

.search-document-holder .trRow {
    margin: 10px;
    margin-left: -15px;
    margin-right: -15px;
}

.search-document-holder a.pagination-link {
    /*display: inline-block;
    padding: 3px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    background-color: var(--theme-primaryaction);
    border: 1px solid var(--theme-primaryactionlink);
    color: var(--theme-primaryactiontext);*/
}

    /*.search-document-holder a.pagination-link:hover {
        background-color: var(--theme-primaryactionlink);
    }*/

.action-button-holder a.pagination-link {
    /*display: inline-block;
    padding: 8px 15px 5px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    background-color: var(--theme-primaryaction);
    border: 1px solid var(--theme-primaryactionlink);
    color: var(--theme-primaryactiontext);*/
}

    .action-button-holder a.pagination-link:hover {
       /* background-color: var(--theme-primaryactionlink);*/
    }

    .action-button-holder a.pagination-link i {
        margin-right: 5px;
    }

.search-document-holder .td-div-search {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    /*color: #030000;*/
}

/*Search Company CSS*/
.trRow-search {
    margin: 0px;
    padding: 0px;
}

    .trRow-search .td-div {
        padding-left: 0px;
        padding-right: 5px;
    }

.td-div-search {
    float: left;
    width: 33.3%;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
    /*color: #030000;*/
}

.search-box-hold {
    padding-bottom: 10px;
}

.td-div-search a.pagination-link {
    margin: 30px 16px 0px 5px;
    /*display: inline-block;
    padding: 8px 15px 5px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    background-color: var(--theme-primaryaction);
    border: 1px solid var(--theme-primaryactionlink);
    color: var(--theme-primaryactiontext);*/
}
.change-password-form-hold .search-box-hold .td-div-search a.pagination-link {
    margin-top: 20px;
}
    .td-div-search a.pagination-link:hover {
        background-color: var(--theme-primaryactionlink);
    }

    .td-div-search a.pagination-link i {
        margin-right: 5px;
    }

.search-box-hold-fixed {
    position: fixed;
    top: 63px;
    left: 0px;
    width: 100%;
    background: #fff;
    padding: 20px 41px;
}

.search-company .table-head-fixed {
    top: 163px;
}

.search-company .table-header-fix-block {
    top: 163px;
}
/*Order Detailed CSS*/
.lblErrorMessage {
    padding: 15px 15px 15px 39px;
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
    line-height: 18px;
    border: 1px solid transparent;
    border-color: #f8cfcf;
    background-color: #fadddd;
    color: Red;
}

    .lblErrorMessage i {
        font-size: 24px;
        left: 10px;
        top: 50%;
        margin-top: -12px;
        position: absolute;
    }

.info-message {
    padding: 15px 15px 15px 39px;
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
    line-height: 18px;
    border: 1px solid transparent;
    border-color: #c6e2ff;
    background-color: #d6ebff;
    color: #1b508f;
}

    .info-message i {
        font-size: 24px;
        left: 10px;
        top: 50%;
        margin-top: -12px;
        position: absolute;
        padding: 0px;
    }


.lblSuccessMessage {
    padding: 15px 15px 15px 45px;
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
    line-height: 18px;
    border: 1px solid transparent;
    border-color: #c4ebd1;
    background-color: #d5f1de;
    color: #18603a;
}

    .lblSuccessMessage i {
        font-size: 24px;
        left: 10px;
        top: 50%;
        margin-top: -12px;
        position: absolute;
    }
    .lblSuccessMessage .success-text {
        top: 0px;
        position: relative;
    }


.lbl-order {
    float: left;
    font-size: 20px;
}

.applicant-name {
    float: right;
    font-size: 17px;
}



.orderidandinfo {
    padding: 0px 0px 15px 0px;
}

.orders-icons {
    text-align: center;
}

    .orders-icons a {
        font-size: 25px;
        /*color: #707070;*/
        padding: 5px;
    }

        .orders-icons a:hover {
            /*color: var(--theme-primaryaction);*/
        }

.order-instructions {
    padding: 20px 0px;
}

    .order-instructions .CompHeader {
        font-family: "Arial";
        color: var(--theme-defaulttext);
        font-weight: bold;
        text-align: center;
        padding-bottom: 8px;
        font-size: 14px;
        display: inline-block;
    }

.ordersections {
    padding: 20px 0px 10px 0px;
}

    .ordersections .label {
        font-size: 16px;
        font-weight: 600;
    }

/*OIGGSAStateLevel Page CSS*/
.td-search .td-div-search {
    float: right;
}

/*Professional License Page CSS*/
.professinal-license-table {
    margin-bottom: 15px;
}

    .professinal-license-table td span.labelunder {
        /*color: #030000;*/
        text-decoration: none;
    }

    .professinal-license-table tr:nth-child(1) {
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
        padding-bottom: 8px;
    }

.motor-vehical-report.professinal-license-table td {
    padding: 0px;
}

.professinal-license-table.emp-verification-req-info td:nth-child(odd) {
    padding: 0px;
}

.professinal-license-table.emp-verification-req-info td:nth-child(even) {
    padding: 0px;
    padding-bottom: 20px;
}

.professinal-license-table.emp-verification-req-info {
    padding-left: 0px;
}

/*Pro Scan Database page css*/
.pro-scan-db-hold,
.pro-scan-db-hold tr,
.pro-scan-db-hold td,
.pro-scan-db-hold tbody {
    display: block;
    width: 100% !important;
}

    .pro-scan-db-hold a.pagination-link {
        display: inline-block;
        padding: 8px 15px 5px;
        border-radius: 3px;
        cursor: pointer;
        font-size: 14px;
    }

.pad-10 {
    padding: 10px;
    padding-left: 0px;
    font-size: 14px;
}

    .pad-10 span {
        margin: 0px;
        margin-top: 10px;
    }

.reqall span {
    margin: 0px;
}
/*Employment Verification Request css*/
.emp-verification-req-info,
.emp-verification-req-info tr,
.emp-verification-req-info td,
.emp-verification-req-info tbody {
    display: block;
    width: 100% !important;
    float: left;
}

.date-of-service tr:last-child {
    margin-bottom: 0px !important;
}

.emp-verification-req-info .date-of-service tr:nth-child(1) td:nth-child(1),
.emp-verification-req-info .date-of-service tr:nth-child(1) td:nth-child(2),
.emp-verification-req-info .date-of-service tr:nth-child(1) td:nth-child(3),
.emp-verification-req-info .date-of-service tr:nth-child(1) td:nth-child(4) {
    width: 100% !important;
}

.emp-verification-hg .emp-verification-req-info tr:nth-child(1),
.emp-verification-hg .emp-verification-req-info tr:nth-child(2) {
    width: 100% !important;
    float: left;
    font-size: 12px;
}

    .emp-verification-hg .emp-verification-req-info tr:nth-child(1) td:nth-child(1),
    .emp-verification-hg .emp-verification-req-info tr:nth-child(2) td:nth-child(1) {
        padding-top: 10px;
        padding-right: 15px;
    }

    .emp-verification-hg .emp-verification-req-info tr:nth-child(2) td:nth-child(1) {
        padding-top: 14px;
        padding-right: 5px;
        padding-bottom: 20px;
    }

    .emp-verification-hg .emp-verification-req-info tr:nth-child(1) input[type="checkbox"] {
        margin: 10px 0px;
    }

    .emp-verification-hg .emp-verification-req-info tr:nth-child(2) td:nth-child(2) {
        padding-top: 12px;
    }

    .emp-verification-hg .emp-verification-req-info tr:nth-child(1) td,
    .emp-verification-hg .emp-verification-req-info tr:nth-child(2) td {
        width: auto !important;
        float: left;
    }

.emp-verification-hg .emp-verification-req-info td:nth-child(odd) {
    padding: 0px;
    padding-top: 20px;
}

.emp-verification-hg .emp-verification-req-info td:nth-child(even) {
    padding: 0px;
}

/*Education Verification CSS*/
.education-ver-request-hg .emp-verification-req-info td:nth-child(odd) {
    padding: 0px;
    padding-top: 20px;
}

.education-ver-request-hg .emp-verification-req-info td:nth-child(even) {
    padding: 0px;
}

/*Employment Verification css*/
.emp-verification-main-table td table {
    margin-top: 5px;
}

.emp-verification-info,
.emp-verification-info tr,
.emp-verification-info td,
.emp-verification-info tbody {
    display: block;
    width: 100%;
}

    .emp-verification-info tr:nth-child(1),
    .emp-verification-info tr:nth-child(2) {
        display: inline-block;
        width: 100%;
    }

        .emp-verification-info tr:nth-child(1) td:nth-child(1) {
            width: 25% !important;
            padding: 5px;
        }

        .emp-verification-info tr:nth-child(2) td:nth-child(1) {
            padding: 5px;
            width: 25% !important;
        }

        .emp-verification-info tr:nth-child(1) td:nth-child(2) {
            width: 75% !important;
        }

        .emp-verification-info tr:nth-child(2) td:nth-child(2) {
            width: 75% !important;
        }

        .emp-verification-info tr:nth-child(1) td,
        .emp-verification-info tr:nth-child(2) td {
            display: block;
            float: left;
        }

.date-of-service {
    width: 100% !important;
}

    .date-of-service tr {
        display: block !important;
        width: 100% !important;
    }

        .date-of-service tr:nth-child(1) td:nth-child(1),
        .date-of-service tr:nth-child(1) td:nth-child(2),
        .date-of-service tr:nth-child(1) td:nth-child(3),
        .date-of-service tr:nth-child(1) td:nth-child(4) {
            display: block !important;
            width: 75% !important;
            /*float: none !important;*/
        }

.emp-verification-info td:nth-child(odd) {
    padding: 0px;
    padding-top: 20px;
}

.emp-verification-info td:nth-child(even) {
    padding: 0px;
}

.date-of-service tr:nth-child(1).StartDate {
    width: 50% !important;
    padding-right: 10px;
    float: left;
}

.date-of-service tr:nth-child(2).EndDate {
    width: 50% !important;
    padding-left: 10px;
    float: left;
}

tr.StartDate td,
tr.EndDate td {
    padding: 0px !important;
    /*width: 100% !important;*/
}

.emp-verification-hg .emp-verification-req-info tr.EndDate:nth-child(2) td {
    padding: 0px !important;
    width: 100% !important;
}

#lblMaidenName,
#lbl_ReportMaiden {
    font-size: 14px;
}

.marginbottom0 {
    margin-bottom: 0px;
}

/*Credit report Page css And Custom Reports Order page css*/
.credit-report-form {
    margin-top: 10px;
    margin-bottom: 10px;
}

.label.SSNlabel.credit-report-ssn input {
    width: 32.33% !important;
    height: auto !important;
}

.associated-orders i {
    font-size: 25px;
    color: #707070;
    float: left;
    display: block;
}

.custom-report-order a.pagination-link {
    display: inline-block;
    padding: 8px 15px 5px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}

.associated-orders.associated-orders-cust a.pagination-link {
    display: inline-block;
    padding: 8px 15px 5px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}


.associated-orders.associated-orders-template {
    width: 100%;
}

    .associated-orders.associated-orders-template div.chkbox {
        margin-top: 30px;
    }

    .associated-orders.associated-orders-cust tr td,
    .associated-orders.associated-orders-template tr td {
        border-bottom: none;
    }

.associated-orders.custom-report-table .associated-orders.associated-orders-template tr td:nth-child(1),
.associated-orders.custom-report-table .associated-orders.associated-orders-template tr td:nth-child(2),
.associated-orders.custom-report-table .associated-orders.associated-orders-template tr td:nth-child(3),
.associated-orders.custom-report-table .associated-orders.associated-orders-template tr td:nth-child(4) {
    width: 25% !important;
    padding: 5px 15px !important;
}

.none {
    display: none;
}

.associated-orders.custom-report-table tr td:nth-child(1) {
    width: 1%;
}

.associated-orders.custom-report-table tr td:nth-child(2) {
    width: 19%;
    top: 0px;
    /*color: #030000;*/
}

.associated-orders.custom-report-table tr td:nth-child(3) {
    width: 80%;
}

.associated-orders.associated-orders-cust .order-custom {
    float: left;
}

.custom-report-order tr td {
    width: 100%;
}

.associated-orders.license-table tr td:nth-child(even) {
    border-bottom: none;
    width: 23.33%;
}

.associated-orders.license-table tr td:nth-child(odd) {
    width: 10%;
    border-bottom: none;
}

/*.associated-orders.associated-orders-cust tr.TableHeaderBold td {
    font-size: 14px;
    padding: 10px 10px;
    text-align: left;
}*/

.associated-orders.associated-orders-cust tr.TableHeaderBold td {
    font-size: 14px;
    padding: 10px 10px;
    text-align: left;
    
}

.custom-report-order {
    margin-top: 10px;
}
/*Motor Vehical Report css*/
.motor-vehical-report td {
    padding: 10px 0px 10px 0px;
}

.motor-vehical-report-info,
.motor-vehical-report-info tr,
.motor-vehical-report-info td,
.motor-vehical-report-info tbody {
    display: block;
    width: 100%;
    float: left;
}

    .motor-vehical-report-info tr:last-child,
    .emp-verification-main-table tr:last-child {
        margin-bottom: 20px;
    }

.motor-vehical-report-info,
.emp-verification-info,
.emp-verification-req-info,
.professinal-license-table {
    display: block;
    width: 31.3% !important;
    float: left;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 2%;
    border-bottom: 1px dashed #ccc;
}

    .motor-vehical-report-info td:nth-child(1) {
        width: 100% !important;
    }

    .motor-vehical-report-info td:nth-child(2) {
        width: 100% !important;
    }

    .motor-vehical-report-info td:nth-child(odd) {
        padding: 0px;
        padding-top: 20px;
    }

    .motor-vehical-report-info td:nth-child(even) {
        padding: 0px;
    }

.tbl-note-hold p.zero-pad {
    /*color: #030000;*/
    padding: 0px;
    font-size: 11pt;
}

.tbl-note-hold .info-message i {
    font-size: 24px;
    left: 10px;
    top: 23px;
    margin-top: -12px;
    position: absolute;
    padding: 0px;
}

.tbl-note-hold .separator-line {
    border-top: 1px dotted #ccc;
}

.tbl-note-hold .trRow-pad {
    padding: 10px;
}

/*Eviction Notice css*/

.motor-vehical-report.eviction-notice td {
    padding: 0px;
}

.eviction-notice .emp-verification-req-info td:nth-child(odd) {
    padding: 0px;
}

.eviction-notice .emp-verification-req-info td:nth-child(even) {
    padding: 0px;
    padding-bottom: 20px;
}

.eviction-notice .emp-verification-req-info {
    padding-left: 0px;
}

/*Sex Offender Registry CSS*/

.pro-scan-db-hold .offender-maiden-td {
    float: left;
    width: 33.33% !important;
    padding-right: 10px;
    margin-bottom: 10px;
}

/*Business Reference CSS*/

.business-reference .emp-verification-req-info td:nth-child(odd) {
    padding: 0px;
}

.business-reference .emp-verification-req-info td:nth-child(even) {
    padding: 0px;
    padding-bottom: 20px;
}

.business-reference .emp-verification-req-info {
    padding-left: 0px;
}

/*Foreign Pages*/

.foreign-hg .emp-verification-req-info td:nth-child(odd) {
    padding: 0px;
    padding-top: 20px;
}

.foreign-hg .emp-verification-req-info td:nth-child(even) {
    padding: 0px;
}

/*Change Interface password css*/
.change-password-form-hold p,
.tbl-note-hold p {
    font-family: "Arial" !important;
    color: #222222;
    font-size: 12pt;
    text-align: justify;
    line-height: 28px;
    padding: 10px;
    margin-top: 10px;
}

.change-password-form-hold .search-box-hold i {
    font-size: 18px;
}

.change-password-form-hold .td-div-search {
    margin-left: 10px;
}

.change-password-form-hold .td-div input[type="text"] {
    margin-bottom: 8px;
}

/*Repull And Repull List Page CSS with some Order Details page classes combined */
a.manage-repull-list-button {
    display: block;
    float: right;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: -12px;
}

a.pagination-link.search-align-center {
    margin-top: 20px;
}

    a.pagination-link.search-align-center i {
        margin-right: 5px;
    }

.associated-orders .TableHeaderBold,
.repull-container .TableHeader {
    font-family: Arial;
    font-size: 14px;
    border: rgb(0, 0, 0) solid 0px;
    font-weight: bold;
    text-align: center;
}

    .associated-orders tr.TableHeaderBold td,
    .repull-container .TableHeader td {
        font-size: 14px;
        padding: 10px 5px;
        text-align: left;
        border: 1px solid #eeeeee;
    }

.repull-container .TableRow1 td a i,
.repull-container .TableRow2 td a i {
    font-size: 24px !important;
    margin-left: 13%;
}


.repull-container .table-header-fix {
    top: 186px !important;
}

.repull-container .table-head-fixed {
    top: 187px;
    padding: 0px;
}

.repull-holder .search-box-hold-fixed {
    position: fixed;
    top: 36px;
    display: block;
    background: #fff;
    width: 100%;
    z-index: 1;
    /*margin-left: 20px;
    margin-right: 15px;*/
}

.repull-holder .action-button-holder i {
    /*font-size: 18px;*/

}

.associated-orders tr td,
.repull-container tr td {
    font-size: 12px;
    text-align: left;
    padding: 10px 5px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom: 1px solid #ebebeb;
}

    .repull-container tr td input[type="text"] {
        font-family: "Arial";
        font-size: 12px;
        width: 100% !important;
        height: auto !important;
        padding: 8px;
        border-radius: 4px;
        margin-top: 3px;
        color: #030000;
        background-color: #fff;
        border: 1px solid #ccc;
    }

.associated-orders.forms-required tr td {
    padding: 10px 5px;
}

.associated-orders.forms-required tr.TableHeaderBold td {
    padding: 10px 5px;
}

.pagetitle-repull {
    font-size: 22px;
    /*color: #030000;*/
    margin: 0px 0px 10px 20px;
}

.ordersections.minus-margin {
    margin-bottom: -30px;
}

a.releaseemail {
    padding: 8px 0px;
    display: block;
    float: right;
    font-size: 14px;
}

input.order-agent-email {
    width: 100%;
    height: 33px;
    float: left;
    padding-right: 42px;
    padding-left: 5px;
    margin-right: 62px;
    border-radius: 4px;
    border: 1px solid #cccccc;
}

.agent-email-link {
    float: left;
    display: block;
    padding: 8px 5px;
    position: absolute;
    right: 2px;
    top: 3px;
    background: #ffffff;
}

.orderFileUpload {
    width: 180px;
    float: left;
}

.ibtnUpload {
    display: block;
    float: left;
    padding: 5px 8px;
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
    background: #ffffff;
    border: 1px solid #3f82dc;

}

a.ibtnRemove {
    font-size: 24px;
    float: right;
    color: #707070;
}

.resubmitbutton {
    display: block;
    padding: 3px 8px;
    border-radius: 4px;
    width: 90px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #3f82dc;
}

    .resubmitbutton i {
        display: block;
        float: left;
        font-size: 18px;
    }

    .resubmitbutton span {
        display: block;
        float: left;
        margin-top: 4px;
        margin-left: 3px;
    }

.order-actions {
    display: block;
    float: left;
}

    .order-actions svg {
        width: 20px;
        height: 20px;
        float: left;
        display: block;
        margin-top: 2px;
    }

    .order-actions span {
        float: left;
        display: block;
        padding-top: 5px;
        padding-left: 5px;
        font-size: 14px;
    }


svg.viewsummary-icon {
    width: 20px;
}

.emailreport-holder {
    position: relative;
    margin-top: 8px;
    margin-right: 15px;
}

.emailreport {
    position: absolute;
    left: -4px;
    top: -5px;
    opacity: 0;
}

.icon-margin-right {
    margin-right: 25px;
    margin-top: 5px;
}

.order-table-text-center {
    text-align: center;
}

.company-details-popup {
    position: absolute;
    top: 18px;
    right: 0px;
    padding: 10px 15px;
    z-index: 1001;
    border: 1px solid #ccc;
    background-color: #fff;
}

    .company-details-popup .details-td td {
        padding: 5px;
        border-bottom: 1px solid #ccc;
    }

.order-email-hold {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.order-file-upload {
    float: left;
    width: 100%;
    padding: 10px;
    background: #eaeaea;
}

.order-detailed-margin {
    margin-bottom: 120px;
}

/*Order detailed Popover CSS*/

.envelopeicon {
    font-size: 28px;
    margin-right: 5px;
}

.moreactions {
    font-size: 25px;
    color: #707070;
}

    .moreactions:hover {
        color: #3f82dc;
    }

.popr {
    cursor: pointer;
    text-align: center;
    width: 41px;
    margin: 0px auto;
}

    .popr a {
        /*color: #707070;*/
        text-decoration: none;
        border: 0;
        overflow: hidden;
        display: block;
    }

        .popr a:hover {
            /*color: #3f82dc !important;*/
        }

            .popr a:hover i {
                /*color: #3f82dc !important;*/
            }

.popr-box {
    display: none;
}

.popr_content {
    background-color: #fff;
    padding: 7px 0;
    margin: 0;
}

.popr-item {
    /*color: #707070;*/
    padding: 6px 29px 7px 29px;
}

    .popr-item:hover {
        background-color: #f1f1f1;
    }

.popr_container_bottom {
    display: none;
    position: absolute;
    margin-top: 10px;
    z-index: 1000;
    width: 200px;
    margin-left: -150px !important;
    box-shadow: 2px 2px 5px #f9f9f9;
}

.popr_container_top {
    display: none;
    position: absolute;
    z-index: 1000;
    box-shadow: 2px 2px 5px #f9f9f9;
}

.popr_point_top,
.popr_point_bottom {
    position: relative;
    background: #fff;
    border: 1px solid #dcdcdc;
}

    .popr_point_top:after,
    .popr_point_top:before {
        position: absolute;
        pointer-events: none;
        border: solid transparent;
        top: 100%;
        content: "";
        height: 0;
        width: 0;
    }

    .popr_point_top:after {
        border-top-color: #fff;
        border-width: 8px;
        left: 50%;
        margin-left: -8px;
    }

    .popr_point_top:before {
        border-top-color: #dcdcdc;
        border-width: 9px;
        left: 50%;
        margin-left: -9px;
    }

    .popr_point_bottom:after,
    .popr_point_bottom:before {
        position: absolute;
        pointer-events: none;
        border: solid transparent;
        bottom: 100%;
        content: "";
        height: 0;
        width: 0;
    }

    .popr_point_bottom:after {
        border-bottom-color: #fff;
        border-width: 8px;
        left: 86%;
        margin-left: -8px;
    }

    .popr_point_bottom:before {
        border-bottom-color: #dcdcdc;
        border-width: 9px;
        left: 86%;
        margin-left: -9px;
    }

.popr-item i {
    font-size: 25px;
    /*color: #707070;*/
    float: left;
    display: block;
}

.popr-item span {
    display: block;
    margin-top: 3px;
    margin-left: 5px;
    float: left;
}

.popr-item {
    font-size: 14px;
    /*color: #707070;*/
    line-height: 20px;
}

/*Darft page CSS*/

.lbl-records {
    padding: 0px 0px 8px 0px;
    font-size: 12px;
}
    .lbl-records .label label  {
        padding-left: 8px
    }

a.SortHead.removedraft {
    font-size: 20px !important;
    text-align: center;
    padding-left: 0px;
}

.EzyAppOrder {
    text-align: center;
}

a.SortHead.EzyApp {
    text-align: center;
    padding-left: 0px;
}

.draftlist .table-text {
    text-align: left;
}

.TableHeader.Draft-th-label {
    text-align: center;
}

/*Breadcrumb css*/
.dv-inhousetabs-breadcrumb {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 5px 20px;
    font-size: 12px;
}

/*DrugTest Page page CSS*/

.rdoi3Screen input {
    margin: 0px;
}

.dgi3ScreenPro tr td:nth-of-type(1) {
    width: 8%;
}

.dgi3ScreenPro tr td:nth-of-type(2) {
    width: 10%;
}

.dgi3ScreenPro tr td:nth-of-type(3) {
    width: 10%;
}

.dgi3ScreenPro tr td:nth-of-type(4) {
    width: 20%;
}

.tbl-panel-screen,
.tbl-panel-iscreen {
    display: block;
    width: 100% !important;
    float: left;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #ccc;
    /*padding-bottom: 20px;*/
}

    .tbl-panel-screen td:nth-child(odd),
    tbl-panel-iscreen td:nth-child(odd) {
        padding: 0px;
        padding-top: 10px;
    }

.tbl-panel-screen,
.tbl-panel-iscreen {
    width: 100%;
}

    .tbl-panel-screen tr,
    .tbl-panel-screen td,
    .tbl-panel-screen tbody {
        display: block;
        width: 70% !important;
        float: left;
    }

    .tbl-panel-iscreen tr,
    .tbl-panel-iscreen td,
    .tbl-panel-iscreen tbody {
        display: block;
        width: 70% !important;
        float: left;
    }

        .tbl-panel-iscreen td.label:nth-child(odd),
        .tbl-panel-screen td.label:nth-child(odd) {
            padding-top: 8px;
        }

        .tbl-panel-iscreen tr:last-child,
        .tbl-panel-screen tr:last-child {
            margin-bottom: 20px;
        }

    .tbl-panel-screen td,
    .tbl-panel-iscreen td {
        /*margin: 10px 0px;*/
    }

.panel-Screen-image-hold {
    padding: 20px 0px;
}

.tbl-Quest-holder tr td {
    padding: 10px 20px 0px 0px;
}

.quest-panel .trRow-pad {
    margin-bottom: 15px;
}

.quest-panel .trRow span {
    font-size: 15px;
    font-family: "Arial";
}

/*.dv-inhousetabs-breadcrumb a {
    color:#fff;
}*/
.inhousetabs-breadcrumb {
    display: block;
    margin: 0px;
    padding: 0px;
}

    .inhousetabs-breadcrumb li {
        display: inline-block;
        margin: 0px;
        padding: 0px;
    }

.breadcrumb-fixed {
    position: fixed;
    top: 32px;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid #b8b8b8;
    z-index: 99;
}



/** Custom CSS Start **/
.display-inlineblock {
    display: inline-block;
}
.display-none {
    display: none;
}
.display-flex {
    display: flex;
}
.display-block {
    display: block;
}
.mid-wrapper {
    margin: auto;
    padding: 20px;
}

.forms-page {
    display: flex;
    position: relative;
}
.forms-page .forms-databox {
    display: table;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    height: 100%;
}
.forms-page .forms-databox .image-box {    
    display: table-cell;
    width: 240px;
    height: auto;
    vertical-align: top;
}
.forms-page .forms-databox .image-box .forms-img {
    /*border: 2px solid #dddddd;*/
    border-radius: 6px;
    width: 95%;
    height: auto;
}

.forms-page .forms-databox .forms-datatable, .forms-page .forms-databox .forms-datatable tbody {
    /*display: table-cell;*/
    vertical-align: top;    
    width: 100%;
}
.forms-page .forms-databox .forms-datatable tr {
    font-size: 12px;
    width: 48%;
    display: inline-block;
    border-radius: 3px;
    margin: 0% 1% 1%;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
    background: #F7F7F7;
    border: 1px solid #ddd !important;
}

.forms-page .forms-databox .forms-datatable tr:nth-child(odd) {
    display:none;
}

.disclaimerBox {
    margin: 0px 0px;
    margin-bottom:20px;
    width: 100%;
    border-color: #ced2d8;
}
    .disclaimerBox .TableHeader {
        font-weight: bold;
        padding: 15px;
        display: block;
    }
    .disclaimerBox .TableHeader td {
        text-align: center;
        border: 0;
        width: 100%;
        display: block;
        font-size: 20px;
    }
    .disclaimerBox .TableRow1  {
        padding: 20px;
        display: inline-block;
        border: 0px solid transparent!important;
        font-size: 14px;
    }
    .disclaimerBox .TableRow2  {
        padding: 10px 20px 15px;
        display: inline-block;
        border: 0px solid transparent;
        font-size: 14px;
        background: #F5F5F5;
        border-top: 1px solid #E8E8E8;
    }
    
    .disclaimerBox .TableRow1 td,
    .disclaimerBox .TableRow2 td {
        border: 0px solid transparent;
    }
    

.threebox {
    display: flex;
    vertical-align: middle;
    line-height: 14.6px;
}

.table-head-fixed th,
.table-head-fixed th.TableHeader,
.table-head-fixed th.Tableheader,
.table-head-fixed th a,
table tbody tr. th.TableHeader {
    font-weight: 600 !important;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
}
table th.TableHeader A.SortHead:link .fa {
    font-size: 14px;
    line-height: 22px;
}

.TableHeader a.SortHead:link {
    width: 100%;
    overflow: hidden;
    padding-right: 15px;
    box-sizing: content-box;
    text-overflow: ellipsis;
}

.package-list .TableRowWithoutColor {
    
    font-size: 12px;
    width: 32%;
    display: inline-flex;
    border-radius: 3px;
    margin: 5px;
    padding: 10px;
    box-sizing:border-box;
    vertical-align: top;
    background: rgb(247, 247, 247);
    border: 1px solid #ddd !important;

}

    /*.package-list .TableRowWithoutColor td input[type="radio"] {
        top: 0px !important;
    }*/

    .package-list .TableRowWithoutColor td.TableRowWithoutColor-radio {
        width: 25px;
        padding-right: 5px;
        box-sizing:border-box;
        margin-top:3px;
    }

    .package-list .TableRowWithoutColor td.TableRowWithoutColor-text {
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top:3px;
    }

    .package-list .TableRowWithoutColor td.TableRowWithoutColor-button {
        width: 5%;
        text-align: center;
    }


/* reportsTable-f1 Table Start */
table.reportsTable-f1 tr  {
    width: 33.33%;
    display: inline-block;
    padding-bottom: 20px;
}
table.reportsTable-f1 tr td {
    width: 100%!important;
    display: block;
    margin: 0px;
    padding: 0px 25px 0px 0px;
}
    table.reportsTable-f1 tr td .date-of-service tr:nth-child(1) td:nth-child(1), 
    table.reportsTable-f1 tr td .date-of-service tr:nth-child(1) td:nth-child(2), 
    table.reportsTable-f1 tr td .date-of-service tr:nth-child(1) td:nth-child(3), 
    table.reportsTable-f1 tr td .date-of-service tr:nth-child(1) td:nth-child(4) {
        width: 100%!important;
   }
/* reportsTable-f1 Table End */


.cushycms {
    font-size: 14px;
    line-height: 20px;
}
.cushycms p {
    padding-bottom: 15px;
}
.cushycms ul {
    padding-bottom: 15px;
}

.applicant-date {
    font-size: 14px;
    text-align: center;
}

.changePassword .requirements {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}
.changePassword .requirements .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.changePassword .requirements p {
    font-size: 12px;
    padding-bottom: 10px;
}
  
.w-33 {
    width: 33%;
}


.m-b-25 {
    margin-bottom: 25px;
}
.float-right {
    float:right;
}
.float-left{
    float:left;
}
.clear-both {
    clear:both;
}
.padding-top-20 {
    padding-top:20px;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

table tr td i, table-text i, .alert > i, .fa, .la {
    font-size: 16px;
}
.alert > i {
    color: red;
}

.pagination .TableHeader {
    padding: 5px 15px;
}

.radio-labelspace {
    margin-right:15px;
}
.radio-labelspace label, 
.radio-labelspace label {
    padding-left: 10px;
}
.btn-sm {
    height: 22px;
    line-height: 19px;
}

.btn, button.btn, a.btn  {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  padding: 5px 15px 5px;
  font-size: 0.875rem;
  line-height: 20px;
  height: 30px;
  margin-top: 3px;
  margin-bottom: 5px;
  border-radius: 0.25rem;
  cursor: pointer;
}
a.btn  {
  line-height: 17px;
}
   .btn i, button.btn i, a.btn i {
        display: inline-block;
        color: inherit;
        text-align: center;
        fill: currentColor;
        font-size: 0.875rem;
    }

.btn.btn-lg {
  padding: 12px 15px;
  font-size: 1.1rem;
  height: auto;
}
    .btn.btn-lg i, button.btn.btn-lg i, a.btn.btn-lg i {
        font-size: 1.1rem;
    }

.btn, button.btn, a.btn  {
    border-width: 1px;
    border-style: solid;
}

.ml-5 {
    margin-right:5px;
}
.mr-5 {
    margin-right:5px;
}
.ml-10 {
    margin-right:10px;
}
.mr-10 {
    margin-right:10px;
}
.mt-10 {
    margin-top:10px;
}
.mt-15 {
    margin-top:15px!important;
}
.mt-20 {
    margin-top:20px;
}
.mt-25 {
    margin-top:25px;
}
.mb-10 {
    margin-bottom:10px;
}
.mb-15 {
    margin-bottom:15px;
}



.pl-5 {
    padding-right:5px;
}
.pr-5 {
    padding-right:5px;
}
.pt-5 {
    padding-top:5px!important;
}
.pt-10 {
    padding-top:10px;
}
.pt-15 {
    padding-top:15px!important;
}
.pb-10 {
    padding-bottom:10px;
}
.pb-15 {
    padding-bottom:15px;
}
.pb-20 {
    padding-bottom:20px;
}
.pl-10 {
    padding-left:10px;
}
.pl-15 {
    padding-left:15px;
}
.pr-10 {
    padding-right:10px;
}
.pr-15 {
    padding-right:15px;
}
.pr-0 {
    padding-right: 0!important;
}

.font-12 {
    font-size: 12px!important;
}
.font-14 {
    font-size: 14px!important;
}
.font-16 {
    font-size: 16px!important;
}
.font-18 {
    font-size: 18px!important;
}
.font-24 {
    font-size: 24px!important;
}

/*Desktop and Mobile View Start*/
.finalConfirm-total-mobile {
    display:none!important;
}
.title-hold .float-right,
.title-hold .clientname {
    font-size:14px;
    padding-top: 7px;
}
.action-button-holder, .pagination tr {
    min-height: 49px;
}

.applicant-profile-form td.offender-maiden-td:last-child {
    padding-right: 0px;
}

.applicant-profile-form-cramped td.offender-maiden-td:last-child {
    padding-right: 0px;
}

.loginmobile {
    display:none;
}
/*Desktop and Mobile View End*/


/** Custom CSS End **/



@media only screen and (max-width: 1024px) {
    .orderFileUpload {
        width: 150px;
    }
}

@media only screen and (max-width: 768px) {
    a.add-more-button {
        float: left;
        margin-top: 15px;
        margin-left: 10px;
    }
    .footer {
        padding: 7px 20px;
    }
}

@media only screen and (max-width: 1023px) {

    ul.slimmenu-inner {
        display:block;
    }

    .metro tr td {
        display: block;
        width: 100%;
    }
    
    .applicant-name {
        margin-top: 4px;
    }

    .search-box-hold {
        margin-bottom: 20px;
    }

    .breadcrumb-fixed,
    .dv-inhousetabs-breadcrumb {
        top: 42px;
        position: fixed;
        width: 100%;
    }

    .search-box-hold-fixed {
        top: 75px;
        padding: 20px 24px;
        z-index: 100;
    }

    .applicant-profile-form .pc20 {
        margin-bottom: 0px !important;
    }

      .applicant-profile-form-cramped .pc20 {
        margin-bottom: 0px !important;
    }

    .sub-menu-width a {
        padding: 9px 25px !important;
        font-size: 16px !important;
    }

    .navhold td {
        float: left;
        padding: 15px 20px;
        width: 100%;
        border-bottom: 1px solid #508b6a;
    }

    .navhold {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 100;
    }

    .pagetitle {
        margin-top: 54px;
    }

    .searchresult-pagetitle {
        margin-top: 20px;
    }

    .title-hold {
       margin-top: 57px;
    }

    /* Force table to not be like tables anymore */

    .orderList table,
    .orderList thead,
    .orderList tbody,
    .orderList th,
    .orderList td,
    .orderList tr,
    .order-detailed-list table,
    .order-detailed-list thead,
    .order-detailed-list tbody,
    .order-detailed-list th,
    .order-detailed-list td,
    .order-detailed-list tr {
        display: block;
    }

    .orderList .order-table-head {
        display: none;
    }

    /*searchResult Page Table CSS*/
    /* Force table to not be like tables anymore */
    .searchResult table,
    .searchResult thead,
    .searchResult tbody,
    .searchResult th,
    .searchResult td,
    .searchResult tr {
        display: block;
    }

    .searchResult .order-table-head {
        display: none;
    }

    /*searchCompany Page Table CSS*/
    /* Force table to not be like tables anymore */
    .searchCompany table,
    .searchCompany thead,
    .searchCompany tbody,
    .searchCompany th,
    .searchCompany td,
    .searchCompany tr {
        display: block;
    }

    .searchCompany .order-table-head {
        display: none;
    }

    .no-whitebg {
        background: none;
        border-radius: 3px;
        margin: 0px 20px;
        padding: 0px;
        box-shadow: none;
        margin-bottom: 50px;
    }

    /*order Details  CSS*/

    .orderList td,
    .order-detailed-list td {
        width: 100% !important;
    }

    .orderList th,
    .order-detailed-list th {
        display: none;
    }

    .orderList tr {
        margin: 0 0 1rem 0;
        padding: 10px;
        border-radius: 4px;
        background: #fff;
        box-shadow: 0 2px 6px 0 #dddddd;
    }

        .orderList tr:nth-child(odd) {
            background: #ffffff;
        }

    .orderList td,
    .order-detailed-list td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 42%;
        text-align: left;
        border-bottom: 1px solid #eeeeee;
    }

    .order-detailed-list td {
        padding-left: 25%;
    }

        .orderList td:before,
        .order-detailed-list td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            /*top: 0;*/
            left: 6px;
            width: 35%;
            padding-right: 10px;
            white-space: nowrap;
        }

        .order-detailed-list td:before {
            width: 20%;
        }

    .orderList .table-text,
    .order-detailed-list .table-text {
        text-align: left;
    }

    .order-detailed-list tr {
        margin: 0 0 1rem 0;
        padding: 10px;
        border-radius: 4px;
        background: #ffffff;
        box-shadow: 0 2px 6px 0 #dddddd;
    }

    .order-detailed-list .mobile-no-table-head {
        display: none;
    }

    /*searchResult Page Table CSS*/

    .searchResult td {
        width: 100% !important;
    }

    .searchResult th {
        display: none;
    }

    .searchResult tr {
        margin: 0 0 1rem 0;
        padding: 10px;
        border-radius: 4px;
        background: #ffffff;
        box-shadow: 0 2px 6px 0 #dddddd;
    }

        .searchResult tr:nth-child(odd) {
            background: #ffffff;
        }

    .searchResult td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 42%;
        border-bottom: 1px solid #eeeeee;
    }

        .searchResult td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            /*top: 0;*/
            left: 6px;
            width: 35%;
            padding-right: 10px;
            white-space: nowrap;
        }

    .searchResult .table-text {
        text-align: left;
    }

    /*searchCompany Page Table CSS*/

    .searchCompany td {
        width: 100% !important;
    }

    .searchCompany th {
        display: none;
    }

    .searchCompany tr {
        margin: 0 0 1rem 0;
        padding: 10px;
        border-radius: 4px;
        background: #ffffff;
        box-shadow: 0 2px 6px 0 #dddddd;
    }

        .searchCompany tr:nth-child(odd) {
            background: #ffffff;
        }

    .searchCompany td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 42%;
        border-bottom: 1px solid #eeeeee;
    }

        .searchCompany td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            /*top: 0;*/
            left: 6px;
            width: 35%;
            padding-right: 10px;
            white-space: nowrap;
        }

    .searchCompany .table-text {
        text-align: left;
    }

    /*
	Label the data
You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
	*/

    .orderList td:nth-of-type(1):before {
        content: "Order # ";
    }

    .orderList td:nth-of-type(2):before {
        content: "Name";
    }


      .orderList td:nth-of-type(3):before {
        content: "SSN";
    }


    .orderList td:nth-of-type(4):before {
        content: "DOB";
    }

    .orderList td:nth-of-type(5):before {
        content: "Order Date";
    }

    .orderList td:nth-of-type(6):before {
        content: "Last Update";
    }

    .orderList td:nth-of-type(7):before {
        content: "Status";
    }

    .orderList td:nth-of-type(8):before {
        content: "Rush";
    }

    .orderList td:nth-of-type(9):before {
        content: "Company Name";
    }

    .orderList td:nth-of-type(10):before {
        content: "Comment";
    }

    .orderList td:nth-of-type(11):before {
        content: "Alert";
    }

    /*Search Result Page CSS*/

    .searchResult td:nth-of-type(1):before {
        content: "Order # ";
    }

    .searchResult td:nth-of-type(2):before {
        content: "Name";
    }

    .searchResult td:nth-of-type(3):before {
        content: "SSN";
    }

    .searchResult td:nth-of-type(4):before {
        content: "DOB";
    }

    .searchResult td:nth-of-type(5):before {
        content: "Order Date";
    }

    .searchResult td:nth-of-type(6):before {
        content: "Last Update";
    }

    .searchResult td:nth-of-type(7):before {
        content: "Rush";
    }

    .searchResult td:nth-of-type(8):before {
        content: "Client Comment";
    }

    .searchResult td:nth-of-type(9):before {
        content: "Alert";
    }

    /*searchCompany Page Table CSS*/

    .searchCompany td:nth-of-type(1):before {
        content: "Client";
    }

    .searchCompany td:nth-of-type(2):before {
        content: "Contact";
    }

    .searchCompany td:nth-of-type(3):before {
        content: "Address";
    }

    .searchCompany td:nth-of-type(4):before {
        content: "Acct #";
    }

    .searchCompany td:nth-of-type(5):before {
        content: "City / State";
    }

    .searchCompany td:nth-of-type(6):before {
        content: "Type ";
    }

    /*Oder details Page Responsive table CSS*/
    .order-detailed-list td:nth-of-type(1):before {
        content: "Report Type";
    }

    .order-detailed-list td:nth-of-type(2):before {
        content: "is Maiden";
    }

    .order-detailed-list td:nth-of-type(3):before {
        content: "Maiden Name";
    }

    .order-detailed-list td:nth-of-type(4):before {
        content: "Order Date";
    }

    .order-detailed-list td:nth-of-type(5):before {
        content: "Status";
    }

    .order-detailed-list td:nth-of-type(6):before {
        content: "Rush";
    }

    .order-detailed-list td:nth-of-type(7):before {
        content: "Edit";
    }

    .order-detailed-list td:nth-of-type(8):before {
        content: "QA";
    }

    .order-detailed-list td:nth-of-type(9):before {
        content: "Link";
    }

    .order-detailed-list td:nth-of-type(10):before {
        content: "Client Comment";
    }

    .order-detailed-list td:nth-of-type(11):before {
        content: "Agent Comment";
    }

    .order-detailed-list td:nth-of-type(12):before {
        content: "Resubmit";
    }

    .order-detailed-list td:nth-of-type(13):before {
        content: "More Actions";
    }


    /*Invoice view Batch*/

          .invoiceBatchList .alert > i {
    /*color: red;
    font-size: 20px;*/
}

        .invoiceBatchList td:nth-of-type(1) {
    width: 6%;
}

.invoiceBatchList td:nth-of-type(2) {
    width: 22%;
}

.invoiceBatchList td:nth-of-type(3) {
    width: 10%;
}

.invoiceBatchList td:nth-of-type(4) {
    width: 10%;
}

.invoiceBatchList td:nth-of-type(5) {
    width: 10%;
}

.invoiceBatchList td:nth-of-type(6) {
    width: 10%;
}

.invoiceBatchList td:nth-of-type(7) {
    width: 5%;
}

.invoiceBatchList td:nth-of-type(8) {
    width: 5%;
}

.invoiceBatchList td:nth-of-type(9) {
    width: 12%;
}

.invoiceBatchList td:nth-of-type(10) {
    width: 5%;
}

.invoiceBatchList td:nth-of-type(11) {
    width: 5%;
}


  .invoiceBatchList table,
    .invoiceBatchList thead,
    .invoiceBatchList tbody,
    .invoiceBatchList th,
    .invoiceBatchList td,
    .invoiceBatchList tr
  {
       display: block;
  }

    .invoiceBatchList .order-table-head {
        display: none;
    }

   .invoiceBatchList td,
    .order-detailed-list td {
        width: 100% !important;
    }

    .invoiceBatchList th,
    .order-detailed-list th {
        display: none;
    }

    .invoiceBatchList tr {
        margin: 0 0 1rem 0;
        padding: 10px;
        border-radius: 4px;
        background: #fff;
        box-shadow: 0 2px 6px 0 #dddddd;
    }

        .invoiceBatchList tr:nth-child(odd) {
            background: #ffffff;
        }

         .invoiceBatchList td,
    .order-detailed-list td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 42%;
        text-align: left;
        border-bottom: 1px solid #eeeeee;
    }

     .invoiceBatchList td:before,
        .order-detailed-list td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            /*top: 0;*/
            left: 6px;
            width: 35%;
            padding-right: 10px;
            white-space: nowrap;
        }

         .invoiceBatchList .table-text,
    .order-detailed-list .table-text {
        text-align: left;
    }



         .invoiceBatchList td:nth-of-type(1):before {
        content: "Batch # ";
    }

    .invoiceBatchList td:nth-of-type(2):before {
        content: "# of Clients";
    }

    .invoiceBatchList td:nth-of-type(3):before {
        content: "# of Applicants";
    }

    .invoiceBatchList td:nth-of-type(4):before {
        content: "Date Created";
    }

    .invoiceBatchList td:nth-of-type(5):before {
        content: "From";
    }

    .invoiceBatchList td:nth-of-type(6):before {
        content: "To";
    }

    .invoiceBatchList td:nth-of-type(7):before {
        content: "Details";
    }

    .invoiceBatchList td:nth-of-type(8):before {
        content: "";
    }

    .invoiceBatchList td:nth-of-type(9):before {
        content: "";
    }

    .invoiceBatchList td:nth-of-type(10):before {
        content: "";
    }

    .invoiceBatchList td:nth-of-type(11):before {
        content: "";
    }


    /*End Invoic view Batch*/


    .popr {
        margin: 0px;
    }

    .applicant-profile-form table,
    .applicant-profile-form table tbody,
    .applicant-profile-form tr,
    .applicant-profile-form td {
        display: block;
    }

    .applicant-profile-form tr,
    .applicant-profile-form td {
        display: block;
        width: 100% !important;
        float: left;
        padding-right: 0px;
    }

    .applicant-profile-form .pc20 {
        margin-bottom: 0px !important;
    }


      .applicant-profile-form-cramped table,
    .applicant-profile-form-cramped table tbody,
    .applicant-profile-form-cramped tr,
    .applicant-profile-form-cramped td {
        display: block;
    }

    .applicant-profile-form-cramped tr,
    .applicant-profile-form-cramped td {
        display: block;
        width: 100% !important;
        float: left;
        padding-right: 0px;
    }

    .applicant-profile-form-cramped .pc20 {
        margin-bottom: 0px !important;
    }


    td.td-hide-mobile {
        display: none;
    }

    .table-header-fix-block {
        display: none;
    }

    .header-hold {
        display: none;
    }

    .ibtnUpload {
        margin-left: 0px;
        margin-top: 10px;
    }

    .orderFileUpload {
        width: 180px;
    }

    a.ibtnRemove {
        margin-top: 11px;
    }

    .orderidandinfo {
        background: #eee;
        padding: 10px;
        margin-bottom: 10px;
    }

    a.add-more-button {
        float: left;
        margin-top: 15px;
        margin-left: 0px;
    }

    .order-detailed-margin {
        margin-bottom: 150px;
    }

    a.SortHead.removedraft {
        text-align: left;
    }

    .SortHead.EzyApp {
        text-align: left;
    }

    /*Draft Table css*/
    .draftlist table,
    .draftlist thead,
    .draftlist tbody,
    .draftlist th,
    .draftlist td,
    .draftlist tr {
        display: block;
    }

    .draftlist .order-table-head {
        display: none;
    }

    .draftlist td,
    .order-detailed-list td {
        width: 100% !important;
    }

    .draftlist th,
    .order-detailed-list th {
        display: none;
    }

    .draftlist tr {
        margin: 0 0 1rem 0;
        padding: 10px;
        border-radius: 4px;
        background: #ffffff;
        box-shadow: 0 2px 6px 0 #dddddd;
    }

        .draftlist tr:nth-child(odd) {
            background: #ffffff;
        }

    .draftlist td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 42%;
        text-align: left;
        border-bottom: 1px solid #eeeeee;
    }

        .draftlist td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            /*top: 0;*/
            left: 6px;
            width: 35%;
            padding-right: 10px;
            white-space: nowrap;
        }

        .draftlist td:nth-of-type(1):before {
            content: "Company Name";
        }

        .draftlist td:nth-of-type(2):before {
            content: "Applicant Name";
        }

        .draftlist td:nth-of-type(3):before {
            content: "Order #";
        }

        .draftlist td:nth-of-type(4):before {
            content: "SSN";
        }

        .draftlist td:nth-of-type(5):before {
            content: "DOB";
        }

        .draftlist td:nth-of-type(6):before {
            content: "Order Date";
        }

        .draftlist td:nth-of-type(7):before {
            content: "Last Update";
        }

        .draftlist td:nth-of-type(8):before {
            content: "EzyApp";
        }

        .draftlist td:nth-of-type(9):before {
            content: "Remove";
        }

    /*Repull Table Css*/

    .repull table,
    .repull thead,
    .repull tbody,
    .repull td,
    .repull tr {
        display: block;
    }

    .draftlist .order-table-head {
        display: none;
    }

    .repull {
        border: none;
        border-width: 0px;
    }

        .repull td {
            width: 100% !important;
        }

        .repull .TableHeader.repull-table-head.table-head-fixed,
        .repull .TableHeader.repull-table-head {
            display: none;
        }

    .repull-holder .search-document-holder {
        background: #ffffff;
    }

        .repull-holder .search-document-holder .trRow {
            margin: 10px 0;
            padding: 10px 0;
        }

    .repull-holder .search-box-hold-fixed {
        position: fixed;
        top: 36px;
        left: 0px;
        width: 100%;
        padding: 20px 9px;
        background: #ffffff;
    }

    .repull tr {
        margin: 0 0 1rem 0;
        padding: 10px;
        border-radius: 4px;
        background: #ffffff;
        box-shadow: 0 2px 6px 0 #dddddd;
    }

        .repull tr:nth-child(odd) {
            background: #ffffff;
        }

    .repull .TableRow1 td,
    .repull .TableRow2 td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 42%;
        text-align: left;
        border-bottom: 1px solid #eeeeee;
    }

        .repull .TableRow1 td:before,
        .repull .TableRow2 td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            /*top: 0;*/
            left: 6px;
            width: 35%;
            padding-right: 10px;
            white-space: nowrap;
        }

    .repull-container .TableRow1 td a i,
    .repull-container .TableRow2 td a i {
        font-size: 24px !important;
        margin-left: 0;
        color: #5C5B5B !important;
    }

    .repull .TableRow1 td:nth-of-type(1):before,
    .repull .TableRow2 td:nth-of-type(1):before {
        content: "Order #";
    }

    .repull .TableRow1 td:nth-of-type(2):before,
    .repull .TableRow2 td:nth-of-type(2):before {
        content: "Name";
    }

    .repull .TableRow1 td:nth-of-type(3):before,
    .repull .TableRow2 td:nth-of-type(3):before {
        content: "Report Name";
    }

    .repull .TableRow1 td:nth-of-type(4):before,
    .repull .TableRow2 td:nth-of-type(4):before {
        content: "SSN";
    }

    .repull .TableRow1 td:nth-of-type(5):before,
    .repull .TableRow2 td:nth-of-type(5):before {
        content: "DOB";
    }

    .repull .TableRow1 td:nth-of-type(6):before,
    .repull .TableRow2 td:nth-of-type(6):before {
        content: "Order Date";
    }

    .repull .TableRow1 td:nth-of-type(7):before,
    .repull .TableRow2 td:nth-of-type(7):before {
        content: "Repull Date";
        top: 40%;
    }

    .repull .TableRow1 td:nth-of-type(8):before,
    .repull .TableRow2 td:nth-of-type(8):before {
        content: "Update";
    }

    .repull .TableRow1 td:nth-of-type(9):before,
    .repull .TableRow2 td:nth-of-type(9):before {
        content: "Remove";
    }

    .motor-vehical-report-info,
    .emp-verification-info,
    .emp-verification-req-info {
        display: block;
        width: 100% !important;
        float: left;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 20px;
        margin-right: 0%;
        margin-bottom: 30px;
        border-bottom: 1px solid #cccccc;
    }

    .package-list .TableRowWithoutColor {
        width: 100%;
    }

    .forms-page .forms-databox .forms-datatable tr {
        width: 98%;
    }
        
    /** Data Label Table CSS Start **/
    table.rwd-table td::before {
        content: attr(data-label)!important;
        float: left;
        font-weight: bold;
    }
    table.simple-table td {
        width: 100%;
        display: block;
    }
    /** Data Label Table CSS End**/

    /*Hard Coded Value .medicalMonitoringResultsTbale rwd Start*/    
    .medicalMonitoringResultsTbale td:nth-of-type(1):before {
        content: "Monitor Order ID"!important;
    } 
    .medicalMonitoringResultsTbale td:nth-of-type(2):before {
        content: "Individual ID"!important;
    } 
    .medicalMonitoringResultsTbale td:nth-of-type(3):before {
        content: "Applicant Name"!important;
    } 
    .medicalMonitoringResultsTbale td:nth-of-type(4):before {
        content: "Maiden Name"!important;
    } 
    .medicalMonitoringResultsTbale td:nth-of-type(5):before {
        content: "Status"!important;
    } 
    .medicalMonitoringResultsTbale td:nth-of-type(6):before {
        content: "Unique Identifier"!important;
    } 
    .medicalMonitoringResultsTbale td:nth-of-type(7):before {
        content: "SSN"!important;
    } 
    .medicalMonitoringResultsTbale td:nth-of-type(8):before {
        content: "DOB"!important;
    } 
    .medicalMonitoringResultsTbale td:nth-of-type(9):before {
        content: "Location"!important;
    } 
    .medicalMonitoringResultsTbale td:nth-of-type(10):before {
        content: "Products"!important;
    } 
    .medicalMonitoringResultsTbale td:nth-of-type(11):before {
        content: "Date Created"!important;
    } 
    .medicalMonitoringResultsTbale td:nth-of-type(12):before {
        content: "Details"!important;
    }
    /*Hard Coded Value .medicalMonitoringResultsTbale rwd Start*/

    .medicalMonitoringTable td:nth-of-type(1) {
        display:none;
    }

    /*authCodesTable Start*/  
    .authCodesTable .TableHeaderBold {
        display: none;
    }  
    .authCodesTable tr td {
        border: none;
        position: relative;
        padding-left: 42%;
        text-align: left;
        border-bottom: 1px solid #eeeeee;
    }
    .authCodesTable td:nth-of-type(1):before {
        content: "Package Code"!important;
    }   
    .authCodesTable td:nth-of-type(2):before {
        content: "One Time Use"!important;
    }   
    .authCodesTable td:nth-of-type(3):before {
        content: "Active"!important;
    }   
    .authCodesTable td:nth-of-type(4):before {
        content: "Assign Packages"!important;
    }
    /*authCodesTable Start*/

    /*authCodesAssignTable Start*/  
    .authCodesAssignTable .TableHeaderBold {
        display: none;
    }  
    .authCodesAssignTable tr td {
        border: none;
        position: relative;
        padding-left: 42%;
        text-align: left;
        border-bottom: 1px solid #eeeeee;
    }
    .authCodesAssignTable td:nth-of-type(1):before {
        content: "Package Name"!important;
    }   
    .authCodesAssignTable td:nth-of-type(2):before {
        content: "Assigned"!important;
    }   
    .authCodesAssignTable td:nth-of-type(3):before {
        content: "Details"!important;
    }   
    .authCodesAssignTable td:nth-of-type(4):before {
        content: ""!important;
    }
    .authCodesAssignTable td:nth-of-type(5):before {
        content: ""!important;
    }
    /*authCodesAssignTable Start*/

    /*applicationReleaseTable Start*/  
    .applicationReleaseTable .TableHeaderBold {
        display: none;
    }  
    .applicationReleaseTable tr td {
        border: none;
        position: relative;
        padding-left: 42%;
        text-align: left;
        border-bottom: 1px solid #eeeeee;
    }
    .applicationReleaseTable td:nth-of-type(1):before {
        content: "Order ID"!important;
    }   
    .applicationReleaseTable td:nth-of-type(2):before {
        content: "Name"!important;
    }   
    .applicationReleaseTable td:nth-of-type(3):before {
        content: "Date Added"!important;
    }   
    .applicationReleaseTable td:nth-of-type(4):before {
        content: "Name of File"!important;
    }
    .applicationReleaseTable td:nth-of-type(5):before {
        content: "View"!important;
    }
    /*applicationReleaseTable Start*/

    
    /*authCodesViewPacageTable Start*/
    .authCodesViewPacageTable .TableHeaderBold {
        display: none;
    }  
    .authCodesViewPacageTable tr td {
        border: none;
        position: relative;
        padding-left: 42%;
        text-align: left;
        border-bottom: 1px solid #eeeeee;
    }
    .authCodesViewPacageTable td:nth-of-type(1):before {
        content: "Report Type"!important;
    }   
    .authCodesViewPacageTable td:nth-of-type(2):before {
        content: "Qty"!important;
    }    
    /*authCodesViewPacageTable Start*/

    /*EZyAppInvitesTable Start*/
    .EZyAppInvitesTable .TableHeaderBold {
        display: none;
    }  
    .EZyAppInvitesTable tr td {
        border: none;
        position: relative;
        padding-left: 42%;
        text-align: left;
        border-bottom: 1px solid #eeeeee;
    }
    .EZyAppInvitesTable td:nth-of-type(1):before {
        content: "Sent By User"!important;
    }   
    .EZyAppInvitesTable td:nth-of-type(2):before {
        content: "Date Sent"!important;
    }    
    .EZyAppInvitesTable td:nth-of-type(3):before {
        content: "Name"!important;
    }    
    .EZyAppInvitesTable td:nth-of-type(4):before {
        content: "EmailAddress"!important;
    }    
    .EZyAppInvitesTable td:nth-of-type(5):before {
        content: "EZyApp User ID"!important;
    }    
    .EZyAppInvitesTable td:nth-of-type(6):before {
        content: "Package Code"!important;
    }    
    .EZyAppInvitesTable td:nth-of-type(7):before {
        content: "Reminder Date"!important;
    }    
    /*EZyAppInvitesTable End*/

    
    /*InternalAndSubCodes Start*/  
    .InternalAndSubCodes .TableHeaderBold {
        display: none;
    }  
    .InternalAndSubCodes tr td {
        border: none;
        position: relative;
        padding-left: 42%;
        text-align: left;
        border-bottom: 1px solid #eeeeee;
    }
    .InternalAndSubCodes td:nth-of-type(1):before {
        content: "Internal Code"!important;
    }   
    .InternalAndSubCodes td:nth-of-type(2):before {
        content: "Email"!important;
    }   
    .InternalAndSubCodes td:nth-of-type(3):before {
        content: "Global"!important;
    }   
    .InternalAndSubCodes td:nth-of-type(4):before {
        content: ""!important;
    } 
    .InternalAndSubCodes td:nth-of-type(5):before {
        content: ""!important;
    } 
    .InternalAndSubCodes td:nth-of-type(6):before {
        content: ""!important;
    } 
    .InternalAndSubCodes td:nth-of-type(7):before {
        content: "Remove"!important;
    } 
    .InternalAndSubCodes td:nth-of-type(8):before {
        content: "Status"!important;
    }
    /*InternalAndSubCodes Start*/

    /*categoryFormsTableStart*/  
    .categoryFormsTable .TableHeaderBold {
        display: none;
    }  
    .categoryFormsTable tr td {
        border: none;
        position: relative;
        padding-left: 42%;
        text-align: left;
        border-bottom: 1px solid #eeeeee;
    }
    .categoryFormsTable td:nth-of-type(1):before {
        content: "Category"!important;
    }   
    .categoryFormsTable td:nth-of-type(2):before {
        content: "Document"!important;
    }   
     /*categoryFormsTable End*/  

    /*Desktop and Mobile View Start*/
    .finalConfirm-total {
        display:none!important;
    }
    .finalConfirm-total-mobile {
        display:block!important;
    }
    .finalConfirm-total-mobile td {
        border: 0px;
    }

    .menu-collapser {
        padding: 0px 20px;
        box-sizing: border-box;
    }
    .collapse-button {
        right: 20px;
    }
    .title-hold .pagetitle {
        padding-bottom:8px;
    }
    .title-hold .float-right,
    .title-hold .clientname  {
        padding-top:5px;
        padding-bottom:8px;
    }

    .search-document-holder .trRow .td-div,
    .applicant-detailed-holder .trRow .td-div {
        display:block;
        width:100%;
        margin: 8px 0px;
    }
    
    .tbl-panel-screen tr,
    .tbl-panel-screen td,
    .tbl-panel-screen tbody {
        display: block;
        width: 100% !important;
        float: left;
    }
    /*Desktop and Mobile View End*/

    
    .loginmobile {
        display:block;
    }
    .mobilelogo {
        height: 30px;
        margin-top: 9px;
    }

}


@media only screen and (max-width: 980px) {
}

@media only screen and (max-width: 768px) {
    .forms-page .forms-databox .forms-datatable tr {
        width: 98%;
    }
    .forms-page .forms-databox .image-box {
        display: block;
        margin: 0px auto 20px;
    }
    .search-box-hold .td-div {
        display: block;
        width: 100%;
    }
    .search-box-hold .td-div-search {
        display: block;
        width: 100%;
    }
    .search-box-hold .td-div-search a.pagination-link {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 568px) {
    .supportmailId {
        float: inherit;
        text-align: center;
    }

    .copyright {
        float: inherit;
        text-align: center;
    }

    .pagination {
        bottom: 39px;
    }

    .whitebg {
        margin-bottom: 75px;
    }
    .mid-wrapper {
        padding-bottom: 100px;
    }
    .disclaimerBox {
        margin: 0px;
        margin-bottom:10px;
    }
    .action-button-holder {
        bottom: 39px;
        min-height:49px;
    }

    .clientname {
        float: right;
        margin-top: 0px;
    }
    #PnlSuperUser .btn.btn-lg {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    .action-button-holder .action-big-btn {
            text-align: center;
            width: 100%;
            margin: 0px auto;
    }
    .title-hold .float-right,
    .title-hold .clientname  {
        float: left;
    }
}


