/** Design Set for MocUp for dashboard **/

body {
    font-family: 'Montserrat_Regular', 'Montserrat_Light', 'Montserrat_BlackItalic', 'Montserra_MediumItalict', 'Montserrat_ExtraBoldItalic', 'CircularStd', 'Montserrat_Medium', 'Montserrat_Thin', 'Montserrat_Italic', 'Montserrat_ExtraLight', 'Montserrat_BoldItalic', 'Montserrat_Black', 'Montserra_ThinItalict', 'Montserrat_Bold', 'Montserrat_ExtraBold', 'Montserrat_Hairline', 'Montserrat_ExtraLightItalic', 'Montserrat_LightItalic', 'CircularStdItalic', 'CircularStd', 'Open Sans ExtraBoldItalic', 'Open Sans LightItalic', 'Open Sans Italic', 'Open Sans SemiBoldItalic', 'Open Sans Light', 'CircularStd', 'Open Sans ExtraBold', 'Open Sans SemiBold', 'CircularStdItalic';
}

body.scrollbar-dynamic.modal-open {
    margin-right: 0;
}

.no-pad-bottom {
    padding-bottom: 0 !important;
}

.required_sign {
    color: #f99671;
    font-family: 'Montserrat_Light';
}

.skin-blue .main-header .navbar .nav>li>a {
    font-family: 'Montserrat_Light';
}

.sidebar-collapse .main-header .logo {
    padding: 0 20px;
}

.sidebar-collapse .sidebar-menu>li>a {
    /*padding: 17px 25px;*/
}

.sidebar-collapse .treeview-menu>li>a {
    /*padding: 17px 25px;*/
}

.navbar-custom-menu>.navbar-nav>li {
    margin: 0;
}

.topLogoGrey {
    margin-top: 23px;
}

.newNotificitaion {
    margin-left: 9px;
    margin-top: -2px;
}

.leftText {
    float: left;
    display: inline-block;
    line-height: 21px;
    margin-left: 14px;
}

.withsubDtls {
    line-height: normal;
}

.leftText .subDtls {
    clear: both;
    font-size: 12px;
    color: #5e6267;
    width: 100%;
    display: block;
}


/*.sideBarIcon {
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #21252d;
    float: right;
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #788195;
    font-style: normal;
    line-height: 40px;
    font-family: 'CircularStd';
}*/

.sideBarIcon {
    width: 16px;
    height: 16px;
    text-align: center;
    background-color: transparent;
    float: left;
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #788195;
    font-style: normal;
    line-height: 16px;
    font-family: 'CircularStd';
}

.skin-blue .sidebar-menu>li:hover>a>.sideBarIcon>img,
.skin-blue .sidebar-menu>li.active>a>.sideBarIcon>img {
    /* padding: 2px;
    background: #ffffff;
    width: 13px;
    height: 13px;*/
}

.skin-blue .sidebar-menu>li.treeview:hover>a>.sideBarIcon>img,
.skin-blue .sidebar-menu>li.treeview.active>a>.sideBarIcon>img {
    padding: 0;
    background: transparent;
}

.skin-blue .sidebar-menu>li:hover>a>.dashboard-icn.sideBarIcon>img,
.skin-blue .sidebar-menu>li.active>a>.dashboard-icn.sideBarIcon>img {
    /* padding: 0;
    background: transparent;
    width: 17px;
    height: 13px;*/
}

.dashboard-icn {
    /*background-color: #0073de;*/
}

.sideBarIcon img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.treeview-menu {
    background-color: #141c2f;
}

.treeview-menu .sideBarIcon {
    width: 16px;
    height: 16px;
    text-align: center;
    /*background-color: #2b303b;*/
    background-color: transparent;
    float: left;
    display: inline-block;
    position: relative;
    /*font-size: 12px;*/
    /*color: #788195;*/
    font-style: normal;
    line-height: 21px;
    /*font-family: 'CircularStd';*/
    transition: 0.2s linear;
}

.sidebar-menu .treeview-menu>li.treeview.active {
    background: #141C2F;
}


/***  START DASHBOARD *************************************************************/

.dashboardContent {
    text-align: center;
}

.box.dashboardHome {
    max-width: 1266px;
    float: none;
    margin: 0 auto;
    display: inline-block;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    width: 100%;
    padding: 5px;
    /*max-width: 1266px;*/
    margin: auto;
    margin-bottom: 0;
    float: left;
}

.box-body {
    text-align: center;
    float: left;
    width: 100%;
}

.dashboard_elements {
    display: inline-block;
}

.lfai_section1 {
    float: left;
    width: 496px;
    /*height: 320px;*/
    height: 306px;
    background-color: #00315e;
    margin: 5px;
    background-image: url(../images/circle-stroke.png);
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    width: 39%;
}

.left_negative {
    position: absolute;
    left: -22px;
    width: 120px;
    text-align: right;
    top: 150px;
}

.left_negative .neg_point {
    float: left;
    width: 100%;
    color: #ed3228;
    font-size: 24px;
    font-family: 'CircularStd';
}

.left_negative .neg_text {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    line-height: 10px;
    font-family: 'CircularStd';
}

.right_positive {
    position: absolute;
    right: -22px;
    width: 120px;
    text-align: left;
    top: 150px;
}

.right_positive .posi_point {
    float: left;
    width: 100%;
    color: #0064c1;
    font-size: 24px;
    font-family: 'CircularStd';
}

.right_positive .posi_text {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    line-height: 10px;
    font-family: 'CircularStd';
}

.assets_section {
    float: left;
    width: 488px;
    height: 320px;
    background: #262c30;
    margin: 5px;
    text-align: left;
}

.lfaiSection1 {
    float: left;
    width: 488px;
    height: 320px;
    background: #262c30;
    margin: 5px;
    text-align: left;
}

.weatherReport_section {
    float: left;
    width: 248px;
    height: 320px;
    background: #3795c5;
    margin: 5px;
    overflow: hidden;
}

.wETDOCS_section {
    float: left;
    width: 238px;
    height: 306px;
    background: #a5e0fb;
    margin: 5px;
    overflow: hidden;
    width: 19%;
}

.iQADOCs_section {
    float: left;
    width: 248px;
    height: 306px;
    background: #416ba0;
    margin: 5px;
    width: 19%;
}

.hAZMAT_section {
    float: left;
    /*width: 482px;*/
    height: 320px;
    background: #ffffff;
    margin: 5px;
    width: 39%;
}

.airDocs_section {
    float: left;
    width: 248px;
    height: 306px;
    background: #277e60;
    margin: 5px;
}

.buttons-group {
    display: flex;
    align-items: center;
    margin-top: -65px;
    float: right;
    align-self: flex-end;
    margin-right: -15px;
}

.btn-clearFilters {
    background-color: transparent;
    border-radius: 3px;
    box-shadow: none;
    border-color: #E5EAF2;
    margin-top: -120px;
    margin-right: 0px;
    float: right;
    align-self: flex-end;
    font-weight: bold;
    width: 130px;
    height:38px;
}



/** high chart IN pie chART DESign **/

#lfai_section_pieChart .highcharts-title {
    color: #5a6b95 !important;
    fill: #5a6b95 !important;
    font-size: 24px !important;
    line-height: 10px;
    font-family: 'CircularStd';
}

#lfai_section_pieChart .highcharts-legend-item tspan {
    color: #ffffff !important;
    fill: #ffffff !important;
    font-size: 12px;
    line-height: 10px;
    font-family: 'Montserrat_Light';
}

#lfai_section_pieChart .highcharts-point {
    width: 10px;
    height: 4px;
    border-radius: 0;
    y: 9px;
    rx: auto;
    ry: auto;
}

#lfai_section_pieChart text.highcharts-credits,
#lfai_section_pieChart .highcharts-button.highcharts-contextbutton,
#lfai_section_pieChart .highcharts-button-symbol,
#lfai_section_pieChart path.highcharts-data-label-connector,
#lfai_section_pieChart .highcharts-text-outline {
    display: none;
}

#lfai_section_pieChart .dataLabels_design {
    color: #7a7e80 !important;
    fill: #7a7e80 !important;
    font-size: 12px;
    background: #ffffff !important;
    border-radius: 5px;
    padding: 6px 11px;
    font-family: 'CircularStd';
    background-image: url(../images/arw-data_label_icn.png);
    background-position: top center;
}

#lfai_section_pieChart .highcharts-label.highcharts-data-label text,
#lfai_section_pieChart .highcharts-label.highcharts-data-label {
    background: #ffffff !important;
    border-radius: 5px;
    padding: 6px 11px;
    fill: #ffffff !important;
    background-image: url(../images/arw-data_label_icn.png) !important;
    background-position: top center !important;
    background-size: 10px;
}

#lfai_section_speedometerChart {
    position: absolute;
    top: 89px;
    left: 57%;
    right: 50%;
    transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
}

#lfai_section_speedometerChart:before {
    /*content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 12px;
        background-image: url(../images/speedometer_upper_icn.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 90px;
        height: 41px;*/
}

#lfai_section_speedometerChart .highcharts-axis-labels.highcharts-yaxis-labels {
    display: none;
}

#lfai_section_speedometerChart text.highcharts-credits,
#lfai_section_speedometerChart .highcharts-button.highcharts-contextbutton,
#lfai_section_speedometerChart .highcharts-button-symbol,
#lfai_section_speedometerChart path.highcharts-data-label-connector,
#lfai_section_speedometerChart .highcharts-text-outline,
.highcharts-tick,
.highcharts-minor-tick {
    display: none;
}

#lfai_section_speedometerChart .highcharts-series-group {
    background: #B4C8E6 url(../images/speedometer_icn.png);
}

#lfai_section_speedometerChart .highcharts-dial {
    background: #B4C8E6 url(../images/speedometer_icn.png);
    fill: #B4C8E6;
}

#lfai_section_speedometerChart .highcharts-pivot {
    fill: #B4C8E6;
}

#lfai_section_speedometerChart .highcharts-label-box {
    stroke: none;
    color: #B4C8E6;
}


/*#lfai_section_speedometerChart .highcharts-data-labels, #lfai_section_speedometerChart .meterdataLabels_design {
        transform: translate(16px, 67px);
    }*/

#lfai_section_speedometerChart .meterdataLabels_design {
    font-size: 24px;
    color: #ffffff;
    fill: #ffffff;
    font-family: 'CircularStd';
    display: inline-block;
    width: 100%;
    x: 20 !important;
}

#lfai_section_speedometerChart .meterdataLabels_designText {
    font-size: 14px;
    color: #ffffff;
    fill: #ffffff;
    font-family: 'CircularStd';
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}

#lfai_section_speedometerChart .highcharts-data-label {
    transform: translate(0%, 55%);
    -moz-transform: translate(0%, 55%);
    -o-transform: translate(0%, 55%);
    -webkit-transform: translate(0%, 55%);
    text-align: center;
    margin: 0 auto;
}

#lfai_section_speedometerChart .highcharts-data-label text {
    text-align: center;
}


/** weatherReport_section  **/

.weatherReport_section {
    position: relative;
}

.weatherReport_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.weather-location {
    float: left;
    margin: 31px 0 25px;
    width: 100%;
    text-align: center;
}

.weather-location .locationName {
    font-size: 18px;
    color: #ffffff;
    line-height: 10px;
    font-family: 'Montserrat_Light';
    position: relative;
    z-index: 1;
    margin-left: 8px;
}

.weather-location img {
    margin-top: -8px;
    position: relative;
    z-index: 1;
}

.weather_icn {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.weather_icn img {
    display: inline-block;
    margin: 0 0 12px;
    position: relative;
    z-index: 1;
}

.weatherReport_section h3 {
    color: #ffffff;
    font-size: 36px;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    text-align: center;
    float: left;
    width: 100%;
    margin: 0;
    line-height: normal;
    font-family: 'Montserrat_Light';
}

.weatherReport_section h3 b {
    color: #ffffff;
    font-size: 26px;
    line-height: 10px;
    letter-spacing: 2px;
}

.weatherReport_section h3 sup {
    font-size: 20px;
    margin: 0 0px 0 10px;
    font-family: 'CircularStd';
}

.dayMonth_text {
    float: left;
    width: 100%;
    text-align: center;
    color: #ccefff;
    font-size: 14px;
    line-height: 10px;
    letter-spacing: 2px;
    font-family: 'Montserrat_Light';
    position: relative;
    margin-top: 30px;
}

.weather_time {
    float: left;
    width: 100%;
    text-align: center;
    color: #ccefff;
    font-size: 24px;
    line-height: 10px;
    letter-spacing: 4px;
    font-family: 'Montserrat_Light';
    position: relative;
}


/* Weather css*/

@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#weather {
    float: left;
    width: 100%;
    text-align: center;
}

#weather i {
    color: #fff;
    font-family: 'weather';
    font-size: 100px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.0;
    text-transform: none;
}

.icon-0:before {
    content: ":";
}

.icon-1:before {
    content: "p";
}

.icon-2:before {
    content: "S";
}

.icon-3:before {
    content: "Q";
}

.icon-4:before {
    content: "S";
}

.icon-5:before {
    content: "W";
}

.icon-6:before {
    content: "W";
}

.icon-7:before {
    content: "W";
}

.icon-8:before {
    content: "W";
}

.icon-9:before {
    content: "I";
}

.icon-10:before {
    content: "W";
}

.icon-11:before {
    content: "I";
}

.icon-12:before {
    content: "I";
}

.icon-13:before {
    content: "I";
}

.icon-14:before {
    content: "I";
}

.icon-15:before {
    content: "W";
}

.icon-16:before {
    content: "I";
}

.icon-17:before {
    content: "W";
}

.icon-18:before {
    content: "U";
}

.icon-19:before {
    content: "Z";
}

.icon-20:before {
    content: "Z";
}

.icon-21:before {
    content: "Z";
}

.icon-22:before {
    content: "Z";
}

.icon-23:before {
    content: "Z";
}

.icon-24:before {
    content: "E";
}

.icon-25:before {
    content: "E";
}

.icon-26:before {
    content: "3";
}

.icon-27:before {
    content: "a";
}

.icon-28:before {
    content: "A";
}

.icon-29:before {
    content: "a";
}

.icon-30:before {
    content: "A";
}

.icon-31:before {
    content: "6";
}

.icon-32:before {
    content: "1";
}

.icon-33:before {
    content: "6";
}

.icon-34:before {
    content: "1";
}

.icon-35:before {
    content: "W";
}

.icon-36:before {
    content: "1";
}

.icon-37:before {
    content: "S";
}

.icon-38:before {
    content: "S";
}

.icon-39:before {
    content: "S";
}

.icon-40:before {
    content: "M";
}

.icon-41:before {
    content: "W";
}

.icon-42:before {
    content: "I";
}

.icon-43:before {
    content: "W";
}

.icon-44:before {
    content: "a";
}

.icon-45:before {
    content: "S";
}

.icon-46:before {
    content: "U";
}

.icon-47:before {
    content: "S";
}

#weather h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 100px;
    font-weight: 300;
    text-align: center;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

#weather ul {
    margin: 0;
    padding: 0;
}

#weather li {
    background: #fff;
    background: rgba(255, 255, 255, 0.90);
    padding: 20px;
    display: inline-block;
    border-radius: 5px;
}

#weather .currently {
    margin: 0 20px;
}


/* Weather css completed*/


/** wETDOCS_section dashboard_elements  **/

.wETDOCS_section {
    position: relative;
}

.wetdoc_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.wetdoc-text {
    text-align: center;
}

.wetdoc-text .wETDOCSName {
    display: inline-block;
    margin: 29px auto 0;
    color: #ffffff;
    position: relative;
    font-size: 24px;
    text-align: center;
    width: 134px;
    height: 142px;
    padding: 22px;
    line-height: 26px;
    font-family: 'Montserrat_Hairline';
}

.wetdoc-text img {
    display: inline-block;
    margin-top: 29px;
    position: relative;
}


/** iQADOCs_section dashboard_elements  **/

.iQADOCs_section {
    position: relative;
}

.iQADOCs-text {
    text-align: center;
}

.iQADOCs-text .iQADOCsName {
    display: inline-block;
    margin: 80px auto 0;
    color: #a4d3f8;
    position: relative;
    font-size: 24px;
    text-align: center;
    width: 134px;
    padding: 0 22px;
    line-height: 26px;
    font-family: 'Montserrat_Hairline';
    text-transform: uppercase;
}

.iQADOCs-text img {
    display: inline-block;
    margin-top: 29px;
    position: relative;
}


/** airDocs_section dashboard_elements  **/

.airDocs_section {
    position: relative;
}

.airDocs-text {
    text-align: center;
}

.airDocs-text .airDocsName {
    display: inline-block;
    margin: 55px auto 0;
    color: #dbfffb;
    position: relative;
    font-size: 24px;
    text-align: center;
    width: 111px;
    line-height: 26px;
    font-family: 'Montserrat_ExtraLight';
    text-transform: uppercase;
}

.airDocs-text img {
    display: inline-block;
    margin-top: 29px;
    position: relative;
}


/** assets_section dashboard_elements  **/

.assets_section {
    position: relative;
}

.assets_section_wrapper {
    float: left;
    width: 100%;
    padding: 20px;
}

.assets-ttl {
    margin-top: 0;
    color: #f5f5f6;
    font-size: 24px;
    margin-bottom: 32px;
    font-family: 'Montserrat_Regular';
}

.assets-ttlno {
    color: #f5f5f6;
    font-size: 18px;
    background: #0073de;
    padding: 7px 25px;
    border-radius: 50px;
    font-family: 'CircularStd';
}

.assets_dtls {
    float: left;
    width: 100%;
    margin-top: 35px;
    text-align: center;
}

.assets_box {
    float: left;
    width: 143px;
    text-align: center;
    padding: 0 31px;
}

.assets_box:last-child .assets-icns {
    margin-top: 4px;
}

.assets_box:nth-child(1) {
    float: left;
    text-align: center;
    padding: 0 42px 0 25px;
    width: 142px;
}

.assets_box:nth-child(2) {
    float: left;
    width: 158px;
    padding: 0 44px;
    position: relative;
}

.assets_box:nth-child(3) {
    float: left;
    width: 140px;
    padding: 0 31px 0 50px;
}

.assets_box .assets-icns {
    display: inline-block;
    clear: both;
}

.assets_box .assets-text {
    display: inline-block;
    color: #ffffff;
    font-size: 12.4px;
    line-height: normal;
    font-family: 'Montserrat_Regular';
    clear: both;
    width: 100%;
}

.assets-no {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat_ExtraBold';
    display: inline-block;
    margin: 0;
}

.assets_section .green-text {
    color: #2f9672;
}

.assets_section .yellow-text {
    color: #e69e19;
}

.assets_section .red-text {
    color: #cc3129;
}

.assets_section .assets_box:nth-child(2):before {
    position: absolute;
    height: 60px;
    content: "";
    border-left: 1px solid #646b71;
    bottom: 0;
    left: 0;
}

.assets_section .assets_box:nth-child(2):after {
    position: absolute;
    height: 60px;
    content: "";
    bottom: 0;
    border-right: 1px solid #646b71;
    right: 0;
}

.assets_section .assets_dtls_progress {
    float: left;
    width: 100%;
    margin-top: 28px;
}

.assets_section .progress-bar {
    height: 4px;
    border-radius: 0;
}

.assets_section .progress-bar-success {
    background: #2f9672;
}

.assets_section .progress-bar-warning {
    background: #e69e19;
}

.assets_section .progress-bar-danger {
    background: #cc3129;
}

.assets_section .progress {
    width: 100%;
    max-width: 382px;
    margin: 0 auto;
    height: 4px;
    background-color: #3d464d;
}


/** assets_section dashboard_elements  **/

.hAZMAT_section {
    position: relative;
    text-align: left;
}

.hAZMAT_section_wrapper {
    float: left;
    width: 100%;
    padding: 12px 20px 20px 20px;
}

.hAZMAT-ttl {
    margin-top: 0;
    color: #e32217;
    font-size: 24px;
    margin-bottom: 13px;
    font-family: 'CircularStd';
    float: left;
    width: 100%;
}

.hAZMAT-ttlno {
    color: #f5f5f6;
    font-size: 18px;
    background: #2b303b;
    padding: 7px 25px;
    border-radius: 50px;
    letter-spacing: 0.6px;
    font-family: 'Montserrat_ExtraBold';
}

.hAZMAT_section .item {
    min-height: 195px;
}

.hAZMAT_section .hAZMAT-text {
    color: #2b303b;
    font-size: 14px;
    font-family: 'Montserrat_Medium';
    margin-left: 8px;
}

.hAZMAT_section .hAZMAT_dtls {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.hAZMAT_section .carousel-arw {
    position: absolute;
    top: -35px;
    right: 20px;
}

.hAZMAT_section .carousel-control {
    text-shadow: none;
    opacity: 1;
}

.hAZMAT_section .carousel-control .fa {
    color: #2b303b;
    font-size: 20px;
    font-weight: bold;
}

.hAZMAT_section .left.carousel-control {
    right: 15px;
    left: auto;
}

.hAZMAT_section .progress-group .progress-text {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Montserrat_Regular';
    margin-bottom: 5px;
    display: inline-block;
}

.hAZMAT_section .progress-group .progress-number {
    float: right;
    color: #2b303b;
    font-size: 14px;
    font-family: 'Montserrat_Medium';
}

.hAZMAT_section .progress-group .progress.sm,
.hAZMAT_section .progress-group .progress-sm {
    margin-bottom: 12px;
    height: 6px;
}

.hAZMAT_section .progress-group .progress {
    height: 6px;
    background-color: #e9e9e9;
}

.hAZMAT_section .progress-bar-red,
.hAZMAT_section .progress-bar-danger {
    background: #e34c44;
}

.hAZMAT_section .progress-bar-orange,
.hAZMAT_section .progress-bar-orange {
    background: #f2875c;
}

.hAZMAT_section .progress-bar-green,
.hAZMAT_section .progress-bar-green {
    background: #37b085;
}

.hAZMAT_section .progress-bar-aqua,
.hAZMAT_section .progress-bar-aqua {
    background: #339cff;
}

.hAZMAT_section .progress-bar-grey,
.hAZMAT_section .progress-bar-grey {
    background: #8f9193;
}

.hAZMAT_reports {
    float: left;
    width: 100%;
    margin-top: 27px;
}

.hazmat_reportsBox {
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
}

.hazmat_reportsBox:nth-child(1):after {
    position: absolute;
    content: "";
    height: 125px;
    right: 0;
    top: 7px;
    border-right: 1px solid #2b303b;
}

.hazmat_reportsBox .hazmat_reposrts_icn {
    display: inline-block;
}

.hazmat_reportsBox .hAZMAT_reports_statusNo {
    color: #2b303b;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat_Regular';
    display: inline-block;
    width: 100%;
    margin-bottom: 3px;
    margin-top: 20px;
}

.hazmat_reportsBox .hAZMAT_reports_status {
    font-size: 14px;
    font-family: 'Montserrat_Regular';
    display: inline-block;
    width: 100%;
    margin: 0;
}

.hazmat_reportsBox .hAZMAT_reports_status .inprocessText {
    color: #fb8686;
}

.hazmat_reportsBox .hAZMAT_reports_status .completedText {
    color: #7dc877;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}


/***  COMMON CONTENT SEC *************************************************************/

.commonContentSec {
    padding: 15px 15px 0;
}

.table>thead>tr>th {
    vertical-align: bottom;
}

.table>tbody>tr>td {
    max-width: 197px;
    /*text-overflow: ellipsis;*/
    overflow: hidden;
    /*white-space: nowrap;*/
    font-family: 'CircularStd';
    padding: 14px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.ListingDetailPage_Sec .table>tbody>tr>td {
    max-width: 197px;
    /*text-overflow: ellipsis;*/
    overflow: hidden;
    /*white-space: nowrap;*/
    font-family: 'CircularStd';
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content_body {
    float: left;
    width: inherit;
    padding: 15px 15px 5px;
    background: #ffffff;
    position: relative;
}

.search-form .input-group {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 10px;
}

select.form-control.select2 {
    border: 1px solid #e7e7e7;
}

.commonContentSec .form-control {
    height: 35px;
}

.addNew_btn.btn,
.update_btn.btn,
.save-btn.btn {
    padding: 8px 22px;
    background: #0073de;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Montserrat_Light';
    border-radius: 5px;
    border: 1px solid transparent;
    transition: 0.5s linear;
    cursor: pointer !important;
}

.download-doc-btn.btn {
    padding: 4px 9px;
    background: #0073de;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Montserrat_Light';
    border-radius: 5px;
    border: 1px solid transparent;
    transition: 0.5s linear;
    cursor: pointer !important;
}

a.downloadDoc,
.table>tbody>tr>td a.downloadDoc {
    padding: 4px 9px;
    background: #0073de;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Montserrat_Light';
    border-radius: 5px;
    border: 1px solid transparent;
    transition: 0.5s linear;
    cursor: pointer !important;
}

a.downloadDoc:hover,
.table>tbody>tr>td a.downloadDoc:hover {
    border: 1px solid #0073de;
    color: #0073de;
    background: transparent;
}

.download-doc-btn.btn {
    padding: 3px 13px !important;
}

.download-doc-btn.btn:hover {
    padding: 3px 13px !important;
}

.asbestos_searchDrodownBox {
    width: 210px;
}

.addNew_btn.btn:hover,
.update_btn.btn:hover,
.save-btn.btn:hover {
    padding: 8px 22px;
    border: 1px solid #0073de;
    color: #0073de;
    background: transparent;
}

.import_btn.btn,
.cancel_btn.btn {
    padding: 8px 22px;
    background: #2b303b;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Montserrat_Light';
    border-radius: 5px;
    border: 1px solid transparent;
    transition: 0.5s linear;
    cursor: pointer !important;
}


/*.HazDOCS-section .import_btn.btn, HazDOCS-section .cancel_btn.btn {background: #E22217;}
.HazDOCS-section .import_btn.btn:hover, .HazDOCS-section .cancel_btn.btn:hover {border: 1px solid #E22217;  color: #E22217;}
.HazDOCS-section .export-btn.btn {background: #E22217;}
.HazDOCS-section .export-btn.btn:hover {border: 1px solid #E22217;color: #E22217;}
.HazDOCS-section .breadcrumb>.active {color: #E22217;}*/

.import_btn.btn:hover,
.cancel_btn.btn:hover {
    padding: 8px 22px;
    border: 1px solid #2b303b;
    color: #2b303b;
    background: transparent;
}

.export-btn.btn {
    padding: 8px 22px;
    background: #2b303b;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Montserrat_Light';
    border-radius: 5px;
    border: 1px solid transparent;
    transition: 0.5s linear;
}

.export-btn.btn:hover {
    padding: 8px 22px;
    border: 1px solid #2b303b;
    color: #2b303b;
    background: transparent;
}

.riskIndicator {
    float: left;
    font-size: 11px;
    list-style: none;
    padding: 0;
    margin: 7px 0 0 85px;
    font-family: 'CircularStd';
    color: #7a7e80;
    text-align: left;
}

.riskIndicator li {
    display: inline-block;
    padding: 0 20px 0 15px;
    position: relative;
}

.addupdate_asbestosPage .riskIndicator li:first-child {
    padding-left: 0;
}

.addupdate_asbestosPage .riskIndicator li {
    padding: 0 13px 0 15px;
    float: left;
}

.riskIndicator li:before {
    position: absolute;
    height: 10px;
    width: 4px;
    border-radius: 0;
    content: "";
    left: 0;
    top: 2px;
}

.table>tbody>tr>td.riskList {
    color: transparent;
}

.content-header .assetIndicator {
    float: left;
    font-size: 11px;
    list-style: none;
    padding: 0;
    margin: 7px 0 0 85px;
    font-family: 'CircularStd';
    color: #7a7e80;
    text-align: left;
}

.assetIndicator li {
    display: inline-block;
    padding: 0 20px 0 15px;
    position: relative;
}

.assetIndicator li:before {
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    content: "";
    left: 0;
    top: 3px;
}

.assetIndicator,
.table>tbody>tr>td.assetIndicator {
    position: relative;
    overflow: visible;
    color: transparent;
}

.table>tbody>tr>td.assetIndicator {
    color: transparent;
}

.assetIndicator:before {
    position: absolute;
    height: 16px;
    width: 8px;
    border-radius: 0px;
    content: "";
    left: 0;
    top: 0;
    right: 50%;
    bottom: 0;
    margin: auto;
}


/*** statusIndicator CSS  **/

.statusIndicator {
    float: left;
    font-size: 11px;
    list-style: none;
    padding: 0;
    margin: 7px 0 0 85px;
    font-family: 'CircularStd';
    color: #7a7e80;
}

.statusIndicator li:first-child {
    min-width: 150px;
}

.statusIndicator li {
    display: inline-block;
    padding: 0 11px 0 15px;
    position: relative;
}

.statusIndicator li:after {
    position: absolute;
    content: "";
    left: -4px;
    top: 1px;
    height: 14px;
    width: 14px;
    background-repeat: no-repeat;
    background-size: 14px;
}

.Indicator,
.table>tbody>tr>td.Indicator {
    position: relative;
    overflow: visible;
}

.Indicator:before {
    position: absolute;
    height: 16px;
    width: 8px;
    border-radius: 0px;
    content: "";
    left: 15%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ListingDetailPage_Sec .Indicator:before {
    left: 18%;
}

.table>tbody>tr>td.asbDetailRisk {
    color: transparent;
}

.table>tbody>tr>td>label.LevelOrder {
    color: transparent;
    width: 0px;
}

.jobStatus,
.table>tbody>tr>td.jobStatus {
    position: relative;
    overflow: visible;
}

.jobStatus:after {
    position: absolute;
    height: 14px;
    width: 14px;
    border-radius: 10px;
    content: "";
    left: -31px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 14px;
}

.highIndicator:before {
    background: #ea6863;
}

.moderateIndicator:before {
    background: #f3a98d;
}

.lowIndicator:before {
    background: #a2c388;
}

.veryLowIndicator:before {
    background: #0073de;
}

.InProgressJob:after {
    /*background: #ff0000;*/
    background-image: url(../../Content/images/inProgress.png);
}

.IssuedJob:after {
    /*background: #00ff00;*/
    background-image: url(../../Content/images/issued.png);
}


/* Asset Status*/

.AvailableAsset:after {
    background: #00ff00;
    /*background-image: url(../../Content/images/inProgress.png);*/
}

.CheckedOutAsset:after {
    background: #ff0000;
    /*background-image: url(../../Content/images/issued.png);*/
}


/* Contractor Request Exceeded */

.RunningOut:after {
    background: #ff0000;
}

.contraRequest,
.table>tbody>tr>td.contraRequest {
    position: relative;
    overflow: visible;
}


/*.table > tbody > tr > td.contraRequest {
    color: transparent;
}*/

.contraRequest:after {
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 10px;
    content: "";
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 14px;
}


/*End*/

.availableStatusIndicator {
    float: left;
    font-size: 11px;
    list-style: none;
    padding: 0;
    margin: 7px 0 0 85px;
    font-family: 'CircularStd';
    color: #7a7e80;
}

.assetIndicator li:first-child,
.availableStatusIndicator li:first-child {
    min-width: 120px;
}

.availableStatusIndicator li {
    display: inline-block;
    padding: 0 11px 0 15px;
    position: relative;
}

.availableStatusIndicator li:after {
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    content: "";
    left: 0;
    top: 4px;
}

.availStatus,
.table>tbody>tr>td.availStatus {
    position: relative;
    overflow: visible;
}

.table>tbody>tr>td.availStatus {
    color: transparent;
}

.availStatus:after {
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 10px;
    content: "";
    left: 0;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 14px;
}


/*LFAI REPORT  STATUS*/

.InProgress:before {
    background: #ff0000;
}

.ReadyToDownload:before {
    background: #00ff21;
}


/* Asset Status Keys */

.OutOfService:before {
    background: #353A37;
}

.OutOfCalibration:before {
    background: #FF364D;
}

.LowStock:before {
    background: #FB8506;
}

.Downloaded:before {
    background: blue none repeat scroll 0 0;
}

.deletesec-table-header {
    margin-bottom: -15px;
    display: inline-block;
}

.deletesec-table-header img {
    opacity: 0.5;
    transition: 0.2s linear;
}

.deletesec-table-header img:hover {
    opacity: 1;
}

.content .icheckbox_flat-green,
.content .iradio_flat-green {
    background: url(../images/grey.png) no-repeat;
}

.table .icheckbox_flat-green {
    margin-left: 15px;
}

table.dataTable thead > tr:first-child .noShorting.sorting_asc:before,
table.dataTable thead > tr:first-child .noShorting.sorting_desc:before,
table.dataTable thead > tr:first-child .noShorting.sorting:before {
    display: none;
}

table.dataTable thead .sorting:before {
    background: url(../images/sorting_icn.png) no-repeat;
}

table.dataTable thead .sorting_asc:before {
    background: url(../images/sorting_asc_icn.png) no-repeat;
}

table.dataTable thead .sorting_desc:before {
    background: url(../images/sorting_desc_icn.png) no-repeat;
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: 1px solid #e2e3e7;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
    opacity: 1;
    content: "";
    width: 7px;
    height: 11px;
    background-size: contain;
    background-position: center;
    /*right: 30px;*/
    bottom: auto;
    /*top: 0;*/
    bottom: 20px;
    margin: auto;
}

.commonContentSec .selectedRow {
    background: #fef6dd !important;
}

.commonContentSec table tbody tr:hover {
    background-color: #dceffe;
}

.commonContentSec table tbody tr:last-child {
    border-bottom: 1px solid #e2e3e7;
}

.commonContentSec div.dataTables_info {
    padding: 26px 0 31px;
    white-space: nowrap;
    color: #7a7e80;
    text-align: left;
    font-size: 12px;
}


/***  LISTING DETAIL PAGE SEC *************************************************************/

.ListingDetailPage_Sec .content_body {
    background: transparent;
}

.ListingDetailPage_Sec .content-header {
    padding: 14px 22px;
    margin-bottom: 15px;
    background: #ffffff !important;
}

.ListingDetailPage_Sec .content-header .breadcrumb {
    margin: 0;
    padding: 0;
}

.ListingDetailPage_Sec .box {
    padding: 0;
    margin-bottom: 15px;
}

.ListingDetailPage_Sec .box .box-header {
    color: #f5f5f6;
    display: block;
    padding: 10px 22px;
    position: relative;
    background: #5e6267;
    font-family: 'CircularStd';
}

    .ListingDetailPage_Sec .box .box-body {
        padding: 7px 22px;
        background: #ffffff;
    }

.box-header>.box-tools .btn-box-tool {
    color: #fefefe;
    font-size: 17px;
}

.box-header>.box-tools .btn-box-tool .fa-plus:before {
    content: "\f106";
}

.ListingDetailPage_Sec .deletesec-table-header {
    /*margin-bottom: 10px;*/
    display: inline-block;
}

.ListingDetailPage_Sec .table>thead>tr>th {
    /*padding: 10px 0 0px 0;*/
}

.ListingDetailPage_Sec .table>thead>tr>th {
    vertical-align: bottom;
}

.ListingDetailPage_Sec table.dataTable thead .sorting:after,
.ListingDetailPage_Sec table.dataTable thead .sorting_asc:after,
.ListingDetailPage_Sec table.dataTable thead .sorting_desc:after {
    /*top: 12px;*/
}

.currentSiteDetails-form {
    text-align: left;
    padding-top: 20px;
}

.ListingDetailPage_Sec .currentSiteDetails-form .form-group {
    margin-bottom: 20px;
    width: 300px;
}

.ListingDetailPage_Sec .currentSiteDetails-form .middle_content_form .form-group {
    margin: 0 auto;
    margin-bottom: 20px;
}

.ListingDetailPage_Sec .currentSiteDetails-form label {
    display: inline-block;
    text-align: left;
    max-width: 100%;
    margin-bottom: 1px;
    color: #7a7e80;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-family: 'Montserrat_Light';
    width: 100%;
}


/*** Drag and Drop img input file ***/

.ListingDetailPage_Sec .currentSiteDetails-form .removePhoto_btn {
    display: inline-block;
    color: #2b303b;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-decoration: underline;
    cursor: pointer;
    font-family: 'Montserrat_Light';
}

.mainImgUploadWrapper .imageDiv {
    border: 1px #dcdcdc;
    border-style: dashed;
    padding: 10px 10px;
    background: #f7f7f7;
    float: left;
    width: 100%;
    height: 100%;
}

.buildingPhoto_box {
    position: relative;
    background: #ffffff;
    padding: 19px 3px 19px;
    overflow: hidden;
    box-sizing: border-box;
}

.currentSiteDetails_uploadBox .buildingPhoto_box {
    height: 118px;
    position: relative;
}

.currentSiteDetails_uploadBox .buildingPhoto_box .upload_icnImg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.currentSiteDetails_uploadBox .buildingPhoto_box span.MultiFile-label {
    height: 124px;
    width: 280px;
    display: inline-block;
}

.mainImgUploadWrapper {
    float: left;
    width: 100%;
    position: relative;
}

.imageDiv {
    float: left;
    width: 100%;
    position: relative;
}

.imageDiv .imgEexpand_btn img {
    cursor: pointer !important;
}

.imageDiv .imgEexpand_btn {
    position: absolute;
    top: 8px;
    right: 8px;
}

a#building-photo {
    background: #ffffff;
    width: 100%;
    float: left;
    text-align: center;
}

#building-photo #buildingImage {
    display: inline-block;
    pointer-events: none;
    height: 127px;
    width: auto;
}

.imageDiv .dz-preview.previewImageWidth.dz-image-preview {
    margin: 0;
    position: absolute;
    top: 193px;
    left: 12px;
    width: 278px;
    height: 118px;
}

.imageDiv .dz-preview.previewImageWidth.dz-image-preview .dz-image {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 10;
    background: #ffffff;
}

.imageDiv .dz-preview.previewImageWidth.dz-image-preview .dz-image img {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.imageDiv .dz-preview.previewImageWidth.dz-image-preview a.dz-remove {
    background: url(../images/closemodal.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-position: center center;
    color: transparent;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 99;
}

.imageDiv .dz-preview.previewImageWidth.dz-image-preview .dz-details,
.imageDiv .dz-preview:not(.dz-processing) .dz-progress {
    display: none;
}

.imageDiv .dz-preview.previewImageWidth.dz-image-preview:hover .dz-image img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-filter: blur(0);
    filter: blur(0);
}

#building-photo {
    /*   display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height:100%;
    width:100%;*/
    /*z-index: 99;*/
    /*pointer-events:none !important;*/
}

.upload-box .buildingPhoto_box .imgEexpand_btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
}

.upload-box .buildingPhoto_box .imgEexpand_btn * {
    cursor: pointer;
}

.upload-box .MultiFile-wrap,
input.multi.with-preview.MultiFile-applied {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.ListingDetailPage_Sec .currentSiteDetails-form textarea.form-control {
    height: 120px;
    resize: none;
}

.ListingDetailPage_Sec .currentSiteDetails-form .form-control,
.ListingDetailPage_Sec .currentSiteDetails-form .select2-container--default .select2-selection--single,
.ListingDetailPage_Sec .currentSiteDetails-form .select2-selection .select2-selection--single {
    font-size: 12px;
    font-family: 'Montserrat_Light';
    color: #2b303b;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    display: block;
    width: 100%;
    padding: 15px 10px 15px 0;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 1px solid #e7e7e7;
}

.ListingDetailPage_Sec .currentSiteDetails-form .form-control:focus,
.ListingDetailPage_Sec .currentSiteDetails-form .select2-container--default .select2-selection--single:focus,
.ListingDetailPage_Sec .currentSiteDetails-form .select2-selection .select2-selection--single:focus {
    border-color: #5e6267;
}

.ListingDetailPage_Sec .currentSiteDetails-form .select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: -9px;
}


/** imgModalPrivew **/

.fancybox-wrap .fancybox-skin {
    position: relative;
    background-color: #f7f7f7;
    border: 1px dashed #dcdcdc;
    text-align: center;
    border-radius: 0;
    padding: 10px;
}

.fancybox-wrap .fancybox-close {
    background: url(../images/closemodal.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-position: center center;
    position: absolute;
    background-color: #f7f7f7;
    outline: none;
    right: 10px;
    top: 10px;
    opacity: 1;
}

.fancybox-wrap .fancybox-image {
    width: auto !important;
    display: inline-block;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}

.modal-dialog {
    right: auto;
    left: auto;
    text-align: center;
    /*margin-top: 100px;*/
}

.modal-content {
    text-align: left;
}

.modal-content label {
    display: inline-block;
    text-align: left;
    max-width: 100%;
    margin-bottom: 1px;
    color: #7a7e80;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-family: 'Montserrat_Light';
}

#modalBodyImportData input[type="file"] {
    font-size: 12px;
    font-family: 'Montserrat_Light';
    color: #2b303b;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    display: block;
    width: 100%;
    padding: 15px 10px 15px 0;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #e7e7e7;
}


/** riskAssessmentDetails_sec **/

.riskAssessmentDetails_sec h4 {
    color: #2b303b;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'CircularStd';
    margin-bottom: 12px;
    margin-top: 8px;
}

.riskAssessmentDetails_sec .disc p {
    color: #2b303b;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'CircularStd';
    line-height: 20px;
    margin-bottom: 15px;
}

.readMore_riskAssessmentDetails {
    color: #2b303b;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'CircularStd';
    transition: 0.5s liear;
    margin-top: 14px;
    display: inline-block;
}


/** nataCertificatesDetails_sec **/

.cerficate_uploadBox {
    width: 300px;
    height: 144px;
    float: left;
}

/*.ListingDetailPage_Sec .box {
    padding: 35px 0 31px 3px;
}*/

.nataCertificatesDetails_sec_body {
    padding: 0px 0 0px 3px;
}

.nataCertificatesDetails_uploadBox .buildingPhoto_box span.MultiFile-label {
    height: 124px;
    width: 280px;
    display: inline-block;
}


/** SITE PLANSDetails_sec **/

.sitePlans_uploadBox {
    width: 166px;
    height: 122px;
    float: left;
}

.sitePlans_uploadBox .buildingPhoto_box {
    padding: 8px 3px;
}

.sitePlans_uploadBox .buildingPhoto_box .dropzone.imageDivPlan {
    padding: 0;
    min-height: 100%;
    border: none;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background: transparent;
}

.buildingPhoto_box span.MultiFile-label {
    height: 150px;
    width: 150px;
    display: inline-block;
}

.uploadedPhoto_box {
    float: left;
    position: relative;
    width: 100%;
}

.uploadedPhoto_box .sitePlans_imgs {
    float: left;
    width: 100%;
}

.delete_sitePlansImg {
    padding: 0;
    box-shadow: none;
    border: none;
    position: absolute;
    right: 0;
    outline: none;
}


/****************************** EDIT DETAIL POPUP VIEW SECTION *************************/

@media (min-width: 768px) {
    .editDetailPopupContent .modal-dialog {
        width: 920px;
        margin: 30px auto;
    }
}

.editDetailPopupContent .modal-dialog {
    padding: 0;
}

.editDetailPopupContent .modal-content {
    display: inherit;
}

.editDetailPopupContent_wrapper {
    max-width: 760px;
    margin: 0 auto;
}

.ListingDetailPage_Sec .editDetailPopupContent_wrapper .breadcrumb {
    margin-bottom: 33px;
}

.ListingDetailPage_Sec .editDetailPopupContent_wrapper .content-header {
    padding: 14px 0;
    margin-bottom: 6px;
}

.ListingDetailPage_Sec .editDetailPopupContent_wrapper .modal-header {
    border-bottom: 1px solid #e7e7e7 !important;
    padding: 0 !important;
}

.editDetailPopupContent #frmSiteDetail.dropzone {
    /*padding: 20px 0 0 0;*/
    padding: 0px !important;
}

.siteLocationPhoto_box {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.siteLocationPhoto_box .buildingPhoto_box {
    position: relative;
    background: #ffffff;
    /*padding: 105px 3px;*/
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 350px;
}

.siteLocationPhoto_box .buildingPhoto_box span.MultiFile-label {
    height: -webkit-fill-available;
    width: auto;
    display: inline-block;
}

.editDetailPopupContent .select2-container--default {
    width: 300px !important;
}

.editDetailPopupContent .box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 15px 0;
    background-color: #ffffff;
}

.editDetailPopupContent .imageSiteDetailModalDiv {
    border: 1px #dcdcdc;
    border-style: dashed;
    padding: 10px 10px;
    background: #f7f7f7;
    float: left;
    width: 100%;
    margin-top: 15px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.editDetailPopupContent .imageSiteDetailModalDiv .imgEexpand_btn {
    position: absolute;
    right: 8px;
    top: 10px;
}

.editDetailPopupContent .currentSiteDetails_uploadBox {
    margin-top: 15px;
}

.editDetailPopupContent .mainImgUploadWrapper {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}


/********* IN Table checkbox Design  **********************/

.table-check {
    float: left;
    width: auto;
    margin-left: 15px;
}

.table-check .checkbox input[type="checkbox"] {
    display: none;
}

.table-check .checkbox {
    display: inline-block;
    width: auto;
    padding: 0px;
    margin: 0 !important;
}

.table-check .checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 0;
    margin-right: 0;
    font-size: 12px;
    color: #fff !important;
    font-weight: 300;
    min-height: 14px;
    margin-top: 0px;
}

.table-check .checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/grey.png) no-repeat !important;
    width: 20px;
    height: 20px;
}

.table-check .checkbox input[type=checkbox]:checked+label:before,
.table-check .checkbox.checked label:before,
.table-check .checkbox input[type=checkbox]:checked+input+label:before,
.table-check .checkbox.checked label:before {
    content: "";
    background-position: -22px 0 !important;
    width: 20px;
    height: 20px;
}

.minWidth_AddBtn {
    min-width: 210px;
}

#frmSiteDetail input:-webkit-autofill {
    -webkit-text-fill-color: #2b303b;
}

.generetQrdiv {
    display: inline-block;
    float: left;
    position: relative;
}

.generetQrdiv .field-validation-error {
    position: absolute;
    top: 100%;
    padding-top: 5px;
    width: 100%;
}

.generetQrdiv .field-validation-error span {
    color: #0073de;
    z-index: 999;
    position: absolute;
    float: left;
    width: 100%;
}


/*** IN MODAL FORM CONTROL DESIGN */

#documentModalCalibration .form-control {
    /*font-size: 12px;
    font-family: 'Montserrat_Light';
    color: #2b303b;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    display: block;
    width: 100%;
    padding: 15px 10px 15px 0;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 1px solid #e7e7e7;*/
}

#documentModalCalibration .calibration_input_text {
    /*font-size: 12px;
    font-family: 'Montserrat_Light';
    color: #2b303b;
    border-radius: 0;
    box-shadow: none;
    height: 40px;*/
    display: inline-block;
    width: 48%;
    /*padding: 15px 10px 15px 0;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #e7e7e7;*/
}

#documentModalCalibration .calibration_input_text1 {
    /*font-size: 12px;
    font-family: 'Montserrat_Light';
    color: #2b303b;
    border-radius: 0;
    box-shadow: none;*/
    /*height: 40px;*/
    display: inline-block;
    width: 207px;
    /*padding: 15px 10px 15px 0;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #e7e7e7;*/
    margin: 0 25px;
}

#documentModalCalibration .calibration_input_text:focus,
#documentModalCalibration .calibration_input_text1:focus {
    outline: none;
}

#documentModalCalibration label {
    display: inline-block;
    text-align: left;
    max-width: 100%;
    margin-bottom: 1px;
    color: #7a7e80;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-family: 'Montserrat_Light';
}

button.cancel_btn.fa.fa-minus,
button.addNew_btn.fa.fa-plus {
    font: normal normal normal 14px/1 FontAwesome;
    padding: 8px 10px 6px;
    font-size: 10px;
}

button.addNew_btn.fa.fa-plus {
    margin: 0 0 0 30px;
}

.mgn-top22 {
    margin-top: 22px;
}

.mgn-top30 {
    margin-top: 30px;
}

.margin-l-10 {
    margin-left: 10px !important;
}

button.cancel_btn.fa.fa-minus {
    margin-left: 40px;
}

#documentModalCalibration .select2-container {
    margin-left: 20px;
}

#documentModalCalibration .modal-header {
    float: left;
    width: 100%;
}

#documentModalCalibration .modal-body {
    float: left;
    width: 100%;
}

#field_div .select2-container--default {
    width: 100px;
    display: inline-block;
    margin: 0 5px 0 25px;
    padding: 2px 0;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #f0f0f0;
    height: 35px;
    color: #797d8f !important;
    font-size: 12px;
}

#field_div p:last-child {
    margin-bottom: 15px;
}

#documentModalCalibration .select2-container--default .select2-selection--single,
#documentModalCalibration .select2-selection .select2-selection--single {
    /*border-radius: 3px;
    box-shadow: none;
    border-color: #f0f0f0;
    height: 35px;
    padding: 6px 20px;
    color: #797d8f !important;
    font-size: 12px;*/
}


/** IN MODAL POPUP DETIL DESIGN*/

.modal-dialog .modal-header {
    padding: 25px;
    border-bottom: 1px solid #e5e5e5 !important;
}

.modal-header h5 {
    color: #f99671;
    font-size: 18px;
    margin: 5px 0;
}

.documentsListTable_design.table>thead>tr>td,
.documentsListTable_design.table>tbody>tr>td,
.documentsListTable_design.table>tfoot>tr>td {
    color: #5e6267;
    font-size: 12px;
    padding: 5px 0px;
    text-align: left;
}

.documentsListTable_design .documentPDF {
    width: 22px;
}

.documentsListTable_design .documentDelete {
    width: 13px;
}

.documentsListTable_design.table>tbody>tr:first-child td {
    padding-top: 12px;
}

.documentsListTable_design.table>tbody>tr>td {
    padding-right: 20px;
}

.documentsListTable_design.table>thead>tr>th {
    border-bottom: 1px solid #e7e7e7;
    font-size: 11px;
    color: #5e6267;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    font-family: 'Montserrat_Bold';
    outline: none;
    cursor: pointer;
}

.documentsListDropzone_design .dropzone {
    min-height: 100px;
    border-bottom: none;
    background: white;
    padding: 20px 20px !important;
    font-size: 14px;
    color: #2b303b;
    font-family: 'Montserrat_Light';
}

#ConfirmReportDownload .modal-dialog,
#Confirmationpopup .modal-dialog,
#modalBodyImportData,
#model-confirmation .modal-dialog,
#lfai-header-modal .modal-dialog,
#PdfPopup .modal-dialog,
#confirmationMdoel .modal-dialog {
    right: auto;
    /*width: max-content;*/
    padding-top: 50px;
    padding-bottom: 50px;
}

.modal-content {
    min-width: 350px;
}

#documentModal .cancel-right {
    float: left;
}


/*dev chnage*/

.upload-documents-Table_design.table>thead>tr>td,
.upload-documents-Table_design.table>tbody>tr>td,
.upload-documents-Table_design.table>tfoot>tr>td {
    color: #5e6267;
    font-size: 12px;
    padding: 5px 0px;
    text-align: left;
}

.upload-documents-Table_design .documentPDF {
    width: 22px;
}

.upload-documents-Table_design .documentDelete {
    width: 13px;
}

.upload-documents-Table_design.table>tbody>tr:first-child td {
    padding-top: 12px;
}

.upload-documents-Table_design.table>tbody>tr>td {
    padding-right: 20px;
}

.upload-documents-Table_design.table>thead>tr>th {
    border-bottom: 1px solid #e7e7e7;
    font-size: 11px;
    color: #5e6267;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    font-family: 'Montserrat_Bold';
    outline: none;
    cursor: pointer;
}

#historyRecordsModel .modal-footer #historyDetailsCancel {
    float: left;
}

#lfai-header-modal .select2-container {
    width: 100% !important;
}

#lfai-header-modal .select2-selection .select2-selection--single {
    /*font-size: 12px;
    font-family: 'Montserrat_Light';
    color: #2b303b;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    display: block;
    width: 100%;
    padding: 15px 10px 15px 0;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 1px solid #e7e7e7;*/
}

#LFAIDetails_length,
#LFAIDetails_filter {
    display: none !important;
}

#LFAIReportIndexPage .margin-l-10 {
    margin-left: 10px !important;
}


/*LFAI Report Status indicator*/

.circleBase {
    border-radius: 50%;
}

.type1 {
    /*old style*/
    position: absolute;
    height: 6px;
    width: 6px;
    margin: auto;
    background: #ff0000;
    /*new style*/
    /*height: 35px;
    width: 1px;
    border-radius: 10px;
    content: "";
    left: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ff0000;*/
}

.type2 {
    /*position: absolute;*/
    height: 6px;
    width: 6px;
    margin: auto;
    background: #00ff21;
    /*new style*/
    /*height: 35px;
    width: 1px;
    border-radius: 10px;
    content: "";
    left: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #00ff21;*/
}

.type3 {
    /*position: absolute;*/
    height: 6px;
    width: 6px;
    margin: auto;
    background: blue none repeat scroll 0 0;
    /*new style*/
    /*height: 35px;
    width: 1px;
    border-radius: 10px;
    content: "";
    left: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: blue none repeat scroll 0 0;*/
}

.currentSiteDetails_sec input:-webkit-autofill,
#editDetailPopup input:-webkit-autofill {
    -webkit-text-fill-color: #2b303b;
}

.currentSiteDetails_sec input:-webkit-autofill:focus,
#editDetailPopup input:-webkit-autofill {
    -webkit-text-fill-color: #2b303b;
}

#LfAIPopupBatchDDL .select2-selection {
    /* font-size: 12px; */
    /* font-family: 'Montserrat_Light'; */
    /* color: #2b303b; */
    /* border-radius: 0; */
    /* box-shadow: none; */
    height: 32px;
    /* display: block; */
    /* width: 100%; */
    padding: 6px 10px 15px 0;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: none;
    /*border: 1px solid #e7e7e7;*/
}


/*end*/

.form-group .form_checkBoxDesign {
    text-align: left;
    width: 15px;
    margin: 19px 0 21px !important;
    outline: none !important;
}

.form-group .form_checkBoxDesignForConsultantModal {
    text-align: left;
    width: 15px;
    margin: 2px 0 0px !important;
    outline: none !important;
}

#frmLfaic .form-group .required:after {
    content: "*";
    color: #f99671;
    font-family: 'Montserrat_Light';
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em;
    left: 0.3em;
}

#frmLfaic .field-validation-error,
.ListingDetailPage_Sec .field-validation-error {
    text-align: left;
    font-size: 10px;
    color: #0073de !important;
    right: 0;
    position: inherit;
}

.asbestos_DoucmentUploadDrozone {
    position: relative;
}

#asb-documentupload-dropzone .dz-message span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    bottom: 0;
}

.custom-validation span.validation-msg-label {
    text-align: left;
    font-size: 10px;
    color: #0073de !important;
    right: 0;
    position: inherit;
}

#lfai-header-modal .modal-content {
    right: auto;
    left: 0%;
    width: 375px;
}

.navbar.navbar-static-top .dropdown-menu {
    width: 215px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px rgba(10, 27, 86, 0.25);
    border-radius: 4px;
}

.inheritWidth {
    width: inherit !important;
}

#SendEmailModal>.modal-dialog {
    width: max-content !important;
}

.hgt70 {
    height: 70px !important;
}

.editRegisterRequestPopupContent_wrapper,
.editDownloadDocModel_wrapper {
    padding-left: 30px;
    padding-right: 30px;
    width: initial;
}

#appendix-b-datatable .actionCodes {
    cursor: pointer;
}

#appendix-b-datatable .actionCodes:hover {
    text-underline-position: initial;
    color: #f99671 !important;
    text-decoration-line: underline !important;
}

#frmSiteDetail .imageDiv-line-item .buildingDropZone.dz-message {
    float: left;
    position: absolute;
    top: 0px;
    right: 0;
    height: 120px;
    width: 92%;
    left: 10px;
    background: transparent !important;
    z-index: 999;
}

#frmSiteDetail .imageDiv-line-item .dz-preview.previewImageWidth.dz-image-preview {
    display: contents;
}

#frmSiteDetail .imageDiv-line-item .dz-image {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 10;
    background: #ffffff;
}

#frmSiteDetail .imageDiv-line-item .dz-image img {
    padding-right: 0;
    margin-top: 0px;
}


/*** LINE ITEM DROPZONE PREVIEW **/

#SiteLocationImage.buildingPhoto_box {
    padding: 0;
}

.mainImgUploadWrapper .imageDiv-line-item {
    border: 1px #dcdcdc;
    border-style: dashed;
    padding: 10px 10px;
    background: #f7f7f7;
    float: left;
    width: 100%;
    height: 100%;
}

.imageDiv-line-item {
    float: left;
    width: 100%;
    position: relative;
}

.imageDiv-line-item .imgEexpand_btn img {
    cursor: pointer !important;
}

.imageDiv-line-item .imgEexpand_btn {
    position: absolute;
    top: 8px;
    right: 8px;
}

.imageDiv-line-item .dz-preview.previewImageWidth.dz-image-preview {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imageDiv-line-item .dz-preview.previewImageWidth.dz-image-preview .dz-image {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 10;
    background: #ffffff;
}

.imageDiv-line-item .dz-preview.previewImageWidth.dz-image-preview .dz-image img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.imageDiv-line-item .dz-preview.previewImageWidth.dz-image-preview a.dz-remove {
    background: url(../images/closemodal.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-position: center center;
    color: transparent;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 99;
}

.imageDiv-line-item .dz-preview.previewImageWidth.dz-image-preview .dz-details,
.imageDiv-line-item .dz-preview:not(.dz-processing) .dz-progress {
    display: none;
}

.imageDiv-line-item .dz-preview.previewImageWidth.dz-image-preview:hover .dz-image img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-filter: blur(0);
    filter: blur(0);
}

#frmSiteDetail .imageDiv-line-item {
    border: none;
    background: transparent;
}

.sendMailIsCondensedCheckbox {
    float: right;
    padding-right: 18px;
    padding-top: 3px;
}

.approveRequestCheckbox {
    float: right;
    padding-right: 140px;
    padding-top: 3px;
}

#modalBodyImportData {
    width: 450px;
}

.tablePdn8 .table>thead>tr>th {
    padding: 8px;
}

.table-list.manage_user_index .table>thead>tr>th,
.table-list.document_list_Index .table>thead>tr>th {
    padding: 10px 30px 18px 0;
}

.asset-documentmodel-content {
    width: inherit !important;
}

.breadcrumb-siteDetailHeader {
    text-align: left;
    vertical-align: bottom;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    width: 100px;
}

.setWidth_breadcrumb {
    width: 140px !important;
}

.siteDetailHeader-SampleReference {
    text-align: left;
    vertical-align: bottom;
    width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}

#SkippedMessageModal .modal-dialog,
.doc_download_alert,
.doc_dowload_edit,
#lfai-header-modal .modal-dialog {
    width: fit-content;
}

.form_labelForPurchaseReqReport {
    float: left;
    width: 47.33% !important;
}

#frmCompany .txtAreaPrivacyStatement,
#frmCompany .txtAreaLimitations {
    height: 168px;
    resize: none;
}

#frmCompany .upload-box {
    margin-top: 27px;
}

#frmCompany .imageDiv .imgEexpand_btn img {
    width: 28px;
}

.validation-div-selectAtLeastOne {
    left: 15px;
    width: auto;
    z-index: 9;
}

.checkboxWithLabelInline label {
    width: auto !important;
    margin-left: 13px;
}


/** modalBodyCalibration Modal Design **/

.email-btn-table {
    margin-bottom: -15px;
    display: inline-block;
}

.email-btn-table img {
    border: 1px solid #ccc;
    padding: 6px 10px;
    margin-left: 5px;
    border-radius: 4px;
}

.modalBodyCalibration-emailError {
    left: 20px;
    top: -16px;
}


/***  division_form_sec ***/

.division_form_sec {
    border: 1px solid #0073de;
    margin: 0 0 15px -15px;
    width: 315px;
    min-height: 518px;
}

.division_form_sec .form-group {
    padding: 0 15px;
}

.division_form_sec .form-group:nth-child(2) {
    margin: 15px 0 20px 0;
}

.ListingDetailPage_Sec .currentSiteDetails-form .middle_content_form .division_form_sec .form-group:nth-child(2) {
    margin: 15px auto 20px auto;
}

.division_form_sec_title {
    background: #0073de;
    color: #ffffff;
    padding: 2px 5px;
    font-size: 12px;
}

.middle_content_form .division_form_sec {
    margin: 0 auto 15px 37px;
    width: 300px;
}

.right_content_form .division_form_sec {
    margin: 15px 0;
    width: 300px;
}

.confirmModalForm input[type="checkbox"] {
    float: left;
    margin-right: 10px;
}

.confirmModalForm {
    margin-bottom: 30px;
}

.confirmModalForm input {
    display: inline-block;
    vertical-align: top;
}

.checkBoxList .checkboxWithLabelInline label {
    font-weight: 600;
    font-size: 11px;
    margin-left: 2px;
    width: 90% !important;
    float: left;
    max-width: none;
    margin-top: 4px;
}

#divCheckList .checkBoxList {
    margin-top: 3px;
}

.historyReportModalWidth {
    width: 1200px !important;
}

#editUserGroupPopup .modal-dialog {
    max-width: 750px;
}

.grouplist select#lstUsers {
    min-height: 160px;
}

#editUserGroupPopup .modal-dialog .editDetailPopupContent_wrapper {
    max-width: 100%;
    padding: 0 20px;
}

.historyReportModalWidth .modal-footer {
    float: left;
    width: 98.5%;
}

.historyReportModalWidth .modal-content {
    width: 100%;
}

#editModelAccessGroupPopup .modal-dialog {
    max-width: 350px;
}

#editModelAccessGroupPopup .modal-dialog .editDetailPopupContent_wrapper {
    max-width: 100%;
    padding: 0 20px;
}

.NATACheckBox input {
    float: left;
    width: 17px;
}

.NATACheckBox label {
    width: 80% !important;
    margin-top: 4px;
    margin-left: 10px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 100%;
    margin: 1em auto;
}

#container {
    height: 400px;
    overflow: inherit !important;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

#ActivityChart {
    max-width: 400px;
    margin: 0 auto;
}

.highcharts-activity-figure,
.highcharts-data-table table {
    min-width: 380px;
    max-width: 600px;
    margin: 0 auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

#company-id-table tr td {
    padding: 15px !important;
}

.historyReportModalWidth {
    max-width: 100% !important
}


/*rect.highcharts-background {
    height: 425px;
    min-height: 425px;
}
svg.highcharts-root {
    height: 425px;
}*/

.highcharts-activity-figure {
    float: left;
    width: 100%;
    min-width: 100%
}


/*.highcharts-activity-figure svg.highcharts-root {height: 100% !important;}*/

.userRoleGroupTable {
    border-left: 1px solid #D4DDEE;
    border-right: 1px solid #D4DDEE;
}

.userRoleGroupTable td:first-child {
    text-align: left !important;
}

.userRoleGroupTable td,
.userRoleGroupTable th {
    vertical-align: middle !important;
    text-align: center !important;
}

.userRoleGroupTable td .checkbox label {
    text-indent: -9999px !important;
    margin: 0px
}

.userRoleGroupTable td .table-check .checkbox label:before {
    margin-right: 0;
}

.userRoleGroupTable .checkboxWithLabelInline {
    display: inline-block
}

.hd-left {
    float: left;
    width: auto;
}

.hd-left-top {
    width: 250px;
    float: left;
    margin-bottom: 18px;
}

.dataTables_filter .hd-left-top .select2-container {
    max-width: 384px;
}

.hd-right {
    float: right;
    max-width: 390px;
}

.new-head {
    float: left;
    width: 100%;
    position: relative;
}

.hd-left-btn {
    float: left;
    width: auto;
}

.ass-key-main {
    position: absolute;
    left: 48%;
    top: 0;
    width: auto;
    margin: auto;
    transform: translateX(-50%);
}

.ass-key-main .statusIndicator {
    margin: 15px 0 0 0;
}

.ass-key-main .statusIndicator li:first-child {
    padding-left: 0px;
    min-width: 135px;
}

.d-none {
    display: none !important;
}

.dashboardBox_ttal {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 18px;
    border-bottom: 1px solid #E6EBF4;
}

    .dashboardBox_ttal h3 {
        color: #42618F;
        font-size: 18px;
        font-weight: 500;
        margin: 5px 0 5px;
        float: left;
    }

    .dashboardBox_ttal .headerSection h3 {
        display: block;
        float: none;
    }

    .clientDdl {
        position: absolute;
        z-index: 9;
        right: 59px;
        width: 167px;
        top: 18px;
    }

    .clientDdl .select2-container {
        width: 100% !important;
    }
.selectClientDdl {
    position: absolute;
    z-index: 9;
    right: 59px;
    width: 167px;
    top: 18px;
}

    .selectClientDdl .select2-container {
        width: 100% !important;
    }

body .clientDdl .select2-container--default .select2-selection--single {
    padding: 2px 10px;
    border: 1px solid #E5EAF2;
    border-radius: 3px;
    min-width: 77px;
    background-image: url(../images/dropdown-arrow.png);
    background-position: right 9px center;
    background-repeat: no-repeat;
    background-size: 10px;
    height: 33px;
    float: left;
    width: 100%;
    padding-right: 30px;
}

body .clientDdl .select2-selection__rendered {
    line-height: 30px !important;
    font-size: 14px !important;
}

.clientDdl .select2-selection__arrow {
    display: none !important;
}

body .selectClientDdl .select2-container--default .select2-selection--single {
    padding: 2px 10px;
    border: 1px solid #E5EAF2;
    border-radius: 3px;
    min-width: 77px;
    background-image: url(../images/dropdown-arrow.png);
    background-position: right 9px center;
    background-repeat: no-repeat;
    background-size: 10px;
    height: 33px;
    float: left;
    width: 100%;
    padding-right: 30px;
}

body .selectClientDdl .select2-selection__rendered {
    line-height: 30px !important;
    font-size: 14px !important;
}

selectClientDdl .select2-selection__arrow {
    display: none !important;
}

.select2Designnn {
    float: inherit;
    width: 167px;
    margin-right: 500px;
    position: absolute;
    z-index: 9;
    left: 380px;
    top: 18px;
}

#timeframe {
    width: 160px;
}
@media (max-width: 1100px) {
    .hd-left {
        width: 500px;
    }
    .ass-key-main {
        left: inherit;
        transform: translateX(0);
        right: 0;
    }
    .hd-right {
        margin-top: 76px;
    }
}

@media (max-width: 980px) {
    .hd-left {
        width: 100%;
    }
    .hd-right {
        max-width: 100%;
        margin-top: 0px;
    }
    .hd-right .drpExportOpt_sec .select2-container {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .ass-key-main {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .hd-left-btn a {
        height: 45px !important;
    }
    .hd-left-btn #btnArchive {
        margin-right: 0px !important;
        float: right !important;
        width: 47%;
    }
    .hd-left-btn .generetQrdiv {
        float: left !important;
    }
    .generetQrdiv #GenerateQRLink {
        width: 100% !important;
    }
    .assets_section.dashboard_elements .dashboardBox_ttl {
        padding-bottom: 58px;
    }

    .lfai_section dashboard_elements .dashboardBox_ttl {
        padding-bottom: 88px;
    }


    .clientDdl {
        position: absolute;
        z-index: 9;
        left: 53px;
        width: 67%;
        top: 60px;
        right: inherit;
    }
    .selectClientDdl {
        position: relative;
        z-index: 9;
        left: 15px;
        width: 67%;
        top: -4px;
        right: inherit;
    }

    .select2Designnn {
        position: relative;
        z-index: 9;
        left: -62px;
        width: 67%;
        top: -10px;
        right: inherit;
    }

    .dashboardBox_ttal {
        float: left;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 8px;
        border-bottom: 0px solid;
    }

    .dashboardBox_ttal h3 {
        color: #42618F;
        font-size: 18px;
        font-weight: 500;
        margin: 5px 0 5px;
        float: left;
    }

    .dashboardBox_ttal .headerSection h3 {
        display: block;
        float: none;
    }

    .buttons-group {
        display: flex;
        align-items: center;
        margin-top: -245px;
        margin-left:100px;
        float:left;
    }

    .btn-clearFilters {
        background-color: transparent;
        border-radius: 3px;
        box-shadow: none;
        border-color: #E5EAF2;
        margin-top: -210px;
        float: right;
        font-weight: bold;
    }
}

table tr .table-check {
    margin-left: 0px;
}

.headerSection {
    float: left;
    width: 50%;
}

.headerSection .select2-container {
    width: 167px !important;
    margin-top: 2px;
}

.headerSection #getHazDocsValues {
    float: right;
}

#laboratorySampleSec h3 {
    display: block;
    float: none !important;
    text-align: left;
}


/*.DTFC_RightWrapper {
    width: 170px !important;
}*/

.jobStatus span {
    float: left;
    width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#AsbestosRegisterDetails_wrapper .table tr th:nth-child(3) {
    width: 150px !important;
}

#AsbestosRegisterDetails_wrapper .table tr th:nth-child(6) {
    width: 100px !important;
}

#AsbestosRegisterDetails_wrapper .table tr th:nth-child(13) {
    width: 140px !important;
}
