
/** Design By MIHIR 
	Created CSS 13-04-2020
	Project Name: Docsies Project
**/


/*
 * Core: General Layout Style
 * -------------------------
 */
body{
	font-family: 'CircularStd';
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	overflow-y: auto;
}

html,
body {
    min-height: 100%;
}

html {
    scroll-behavior: smooth;
}

/* H1 - H6 font */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'CircularStd';
}
/* General Links */
@media (min-width: 1300px) {
    .container {
        max-width: 1248px;
        width: 100%;
    }
}

a {
    color: #333333;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #333333;
}
.bx-shw {
    /*-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);*/
    -webkit-box-shadow: 0px 3px 8px rgba(1, 1, 1, 0.07), 0px 2px 1px rgba(1, 1, 1, 0);
    -moz-box-shadow: 0px 3px 8px rgba(1, 1, 1, 0.07), 0px 2px 1px rgba(1, 1, 1, 0);
    -o-box-shadow: 0px 3px 8px rgba(1, 1, 1, 0.07), 0px 2px 1px rgba(1, 1, 1, 0);
    box-shadow: 0px 3px 8px rgba(1, 1, 1, 0.07), 0px 2px 1px rgba(1, 1, 1, 0);
    /*box-shadow: 0px 4px 16px rgba(1, 1, 1, 0.13);*/
}

.pdn20 {
    padding: 20px;
}

.no-pad-right {
    padding-right: 0;
}

.no-pad-lft {
    padding-left: 0 !important;
}

.pad-rgt-10 {
    padding-right: 10px;
}

.pad-lft-10 {
    padding-left: 10px;
}

.pad-rgt-30 {
    padding-right: 30px;
}

.pad-lft-30 {
    padding-left: 30px;
}

.pad-top-20 {
    padding-top: 20px !important;
}

.pad-btm-20 {
    padding-bottom: 20px !important;
}

.mgn-btm-20 {
    margin-bottom: 20px;
}

.mgn-rgt-20 {
    margin-right: 20px;
}

.mgn-top-20 {
    margin-top: 20px;
}

.mgn-top-100 {
    margin-top: 100px;
}

.mgn-top-15 {
    margin-top: 15px;
}

.mgn-top-10 {
    margin-top: 10px;
}

.mgn-top-14 {
    margin-top: 14px;
}

.padding-topBottom-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.no-mgn-left {
    margin-left: 0 !important;
}

.no-mgn-right {
    margin-right: 0 !important;
}

.noMgn {
    margin: 0 !important;
}

.width100 {
    width: 100% !important;
}

.borderNone {
    border: none !important;
}

.clerfix {
    float: left;
    width: 100%;
    clear: both;
}

.colorTransparent {
    color: transparent !important;
}

    .colorTransparent .requiredStart {
        color: transparent !important;
    }

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6D809B;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #6D809B;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #6D809B;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #6D809B;
}

/*****************************************************
************ HEADER DESIGN  ***********************
****************************************************/
header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
}

header {
    background-color: transparent;
}

.navbar-default {
    background-color: transparent;
    border: none;
    min-height: 78px;
    border-radius: 0;
    margin-bottom: 0;
}

header .navbar-collapse {
    padding: 0;
}

header .navbar-brand {
    float: left;
    padding: 25px 0;
    font-size: 18px;
    line-height: 20px;
    height: auto;
}

header .navbar-nav {
    margin: 20px 0 20px 80px;
    width: calc(100% - 185px);
}

    header .navbar-nav.nav > li > a {
        position: relative;
        display: block;
        padding: 0;
        border-radius: 0;
        transition: 0.4s linear;
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        align-items: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #344D73;
    }

    header .navbar-nav.nav > li.loginBtnLi {
        float: right;
    }

        header .navbar-nav.nav > li.loginBtnLi a {
            background-image: url(../images/loginIcn.svg);
            background-repeat: no-repeat;
            background-position: left top;
            padding-left: 20px;
            color: #0073DE;
        }

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #0073de;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus {
    font-weight: 600;
}
.navbar-nav>li {
    margin-right: 38px;
    margin-top: 9px;
    margin-bottom: 9px;
}
.navbar-nav>li.loginBtnLi {
    margin-right: 21px;
}
.navbar-nav>li.freeTrialBtn_header {
	float: right;
    margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

header .navbar-nav.nav > li.freeTrialBtn_header > a {
    color: #ffffff;
    background: #0073DE;
    border-radius: 3px;
    padding: 9px 22px;
    /*font-weight: 900;*/
}

.navbar-default .navbar-header .navbar-toggle .icon-bar {
    background-color: #0073DE;
}

.navbar-default .navbar-header .navbar-toggle {
    border-color: transparent;
}

.navbar-header .navbar-toggle {
    margin-top: 20px;
    margin-right: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #0073de;
}
/** Header design 2 **/
header.headerDesign2 {
    border-bottom: 1px solid rgba(178, 198, 217, 0.5);
    background: #ffffff;
}

.headerDesign2 .navbar-default {
    min-height: 72px;
}

    .headerDesign2 .navbar-default .navbar-header {
        width: 100%;
        text-align: center;
        position: relative;
    }

        .headerDesign2 .navbar-default .navbar-header .navbar-brand {
            float: none;
            display: inline-block;
            padding: 20px 0 15px;
            height: auto;
        }

        .headerDesign2 .navbar-default .navbar-header .backBtn {
            position: absolute;
            left: 0;
            top: 25px;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: #6D809B;
            padding-left: 24px;
            background-image: url(../images/back_icn.png);
            background-repeat: no-repeat;
            background-position: left center;
        }
/** Create new account PAGE **/
.content-wrapper {
    min-height: calc(100vh - 30px) !important;
    height: 100%;
}

section.content {
    min-height: calc(100vh - 377px);
    float: left;
    width: 100%;
    padding-top: 80px;
}

.content_btm {
    float: left;
    width: 100%;
}

.home_btm_content {
    float: left;
    width: 100%;
    /*padding: 95px 0 50px;*/
}

.pt0 {
    padding-top: 0 !important;
}

.home_btm_content.bgGradient {
    /*background: linear-gradient(180deg, #F4FAFF 0%, #F1F5FB 93.74%);*/
}

.newWays_list {
    float: left;
    width: 100%;
}

.homePage_list {
    float: left;
    width: 100%;
    padding: 90px 0 100px;
    /*margin-top: -40px;*/
}

.bgGradient {
    /*background: linear-gradient(180deg, #F4FAFF 0%, #F1F5FB 93.74%);*/
    background-size: cover;
    background-image: url(../images/gradientBG.svg);
    background-position: center center;
}

.newWays_list .homePage_list:first-child {
    margin-top: 0;
}

.list_img_box {
    float: left;
    width: 100%;
    padding: 20px 0;
    position: relative;
}

.list_content_box {
    float: left;
    width: 100%;
    /*padding: 0 15px;*/
}

.list_content_box_wrapper {
    float: left;
    width: 100%;
    padding: 120px 0 50px 0;
    /* padding: 70px 0 50px; */
}

    .list_content_box_wrapper h3 {
        margin: 0 0 26px;
        padding: 0;
        float: left;
        width: 100%;
        font-size: 30px;
        line-height: 38px;
        color: #344D73;
        position: relative;
        font-weight: bold;
    }

        .list_content_box_wrapper h3:after {
            width: 45px;
            position: absolute;
            content: "";
            height: 3px;
            background: #344D73;
            bottom: 5px;
            margin-left: 13px;
        }

    .list_content_box_wrapper p {
        font-weight: 300;
        margin: 0 0 25px;
        float: left;
        width: 100%;
        font-size: 18px;
        line-height: 167%;
        color: #6D809B;
    }


/** GET STRARTED SECTION **/

.getStarted_sec {
    float: left;
    width: 100%;
    padding: 70px 0 80px;
    text-align: center;
    background-repeat-y: no-repeat;
    background-size: cover;
    background-position: center center;
    /*background: url(../images/getStarted_bgLayer.svg), linear-gradient(180deg, #0081DE 0%, #0066DE 100%);  */
    /*background: url(../images/getStarted_bgLayer_full2.svg), linear-gradient(180deg, #0081DE 0%, #0066DE 100%);  */
    background-image: url(../images/getStarted_bgLayer_full.svg);
}

    .getStarted_sec h3 {
        float: left;
        width: 100%;
        font-size: 36px;
        line-height: 46px;
        text-align: center;
        margin: 0;
        color: #FFFFFF;
        text-align: center;
        font-weight: bold;
    }

    .getStarted_sec p {
        float: left;
        width: 100%;
        font-size: 20px;
        line-height: 32px;
        text-align: center;
        margin: 0;
        color: #FFFFFF;
        text-align: center;
    }

.getStarted_form {
    float: left;
    width: 100%;
    margin-top: 38px;
    text-align: center;
}

    .getStarted_form form {
        float: none;
        margin: 0 auto;
        width: 100%;
        max-width: 524px;
        position: relative;
        box-shadow: 0px 7px 20px rgba(4, 9, 29, 0.1);
    }

        .getStarted_form form input.form-control {
            background: #FFFFFF;
            border: 1px solid #D6DBE7;
            box-sizing: border-box;
            border-radius: 3px;
            font-size: 18px;
            line-height: 28px;
            color: #959BB3;
            padding: 3px 24px;
            height: 54px;
        }

    .getStarted_form .getstarted_submitBtn {
        position: absolute;
        float: left;
        right: 0;
        top: 0;
        background: #2F395E;
        border-radius: 3px;
        height: 54px;
        border: none;
        outline: none;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF;
        padding: 10px 24px;
        font-weight: bold;
    }

/** Home Page Banner Sec **/
section.content.homePage {
    padding: 0;
}

.home_banner_Sec.firstSec {
    padding-top: 80px;
}

.home_banner_Sec {
    float: left;
    width: 100%;
    position: relative;
}

    .home_banner_Sec:before {
        position: absolute;
        content: "";
        /* background: linear-gradient(180deg, #F4FAFF 0%, #F1F5FB 93.74%); */
        width: 61.5%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: url(../images/homeBannerBg.svg);
        background-size: cover;
        background-position: left center;
    }

    .home_banner_Sec .list_content_box_wrapper {
        padding: 60px 0 50px 0;
    }

    .home_banner_Sec .list_img_box {
        padding: 60px 0 50px 0;
    }

    .home_banner_Sec .list_content_box_wrapper h3 {
        font-size: 16px;
        line-height: 46px;
        letter-spacing: 0.11em;
        text-transform: uppercase;
        color: #7A8095;
        margin-bottom: 6px;
        font-weight: 500;
    }

        .home_banner_Sec .list_content_box_wrapper h3:after {
            width: 32px;
            position: absolute;
            content: "";
            height: 2px;
            background: #7A8095;
            bottom: 15px;
            margin-left: 7px;
        }

    .home_banner_Sec .list_content_box_wrapper h2 {
        font-size: 35px;
        line-height: 124%;
        color: #344D73;
        float: left;
        width: 100%;
        margin: 0 0 21px 0;
        font-weight: bold;
    }

    .home_banner_Sec .list_content_box_wrapper .getStarted_form {
        margin-top: 15px;
        margin-bottom: 28px;
    }

        .home_banner_Sec .list_content_box_wrapper .getStarted_form form {
            float: left;
        }

    .home_banner_Sec .getStarted_form form {
        box-shadow: 0px 4px 10px rgba(0, 115, 222, 0.17), 0px 1px 3px rgba(4, 4, 32, 0.06);
    }

    .home_banner_Sec .getStarted_form .getstarted_submitBtn {
        background: #0073DE;
        font-size: 18px;
        line-height: 23px;
        padding: 10px 40px;
    }

.watchVideo_btn {
    float: left;
    background-image: url(../images/playBtn_icn.png);
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-color: #E8ECF0;
    border-radius: 43px;
    /*width: 276px;*/
    height: 38px;
    font-size: 16px;
    line-height: 30px;
    color: #5F6783;
    padding: 4px 12px 4px 43px;
}

.mobileImg {
    display: none;
}

/** HOMEPAGE - OUR PRODUCT SECTION **/
.home_ourProducts_Sec {
    float: left;
    width: 100%;
    padding: 100px 0 20px;
    /*background: #E5E5E5;*/
}

.section_ttl {
    float: left;
    width: 100%;
    text-align: center;
}

.section_ttl_wrapper {
    max-width: 670px;
    margin: 0 auto;
}

.section_ttl h2 {
    font-size: 30px;
    line-height: 38px;
    /*text-align: center;*/
    color: #344D73;
    float: left;
    width: 100%;
    position: relative;
    padding-top: 21px;
    margin: 0 0 18px;
    font-weight: bold;
}

    .section_ttl h2:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        width: 45px;
        background: #344D73;
        margin: auto;
    }

h2.redLine:before {
    background: #CD3628;
}

.airDocsSec .section_ttl h2:before {
    background: #127E6A;
}

.airDocsClearance .section_ttl h2:before {
    background: #3D7886;
}

.section_ttl p {
    font-size: 18px;
    line-height: 30px;
    /*text-align: center;*/
    color: #6D809B;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.fancybox-wrap body {
    background: #ffffff;
}

body:-webkit-full-page-media {
    background: #ffffff;
}

.fancybox-wrap video {
    max-height: 400px;
}

.fancybox-type-iframe .fancybox-inner {
    width: 100% !important;
    max-height: 447px !important;
    margin: 0 auto;
}

.fancybox-type-iframe .fancybox-inner {
    width: 100% !important;
    max-height: 447px !important;
    margin: 0 auto;
    min-height: 447px !important;
}

/** HOME PAGE - OUR PRODUCTS SEC DESIGN **/
.fade.active {
    opacity: 1;
}

.ourProducts_content {
    float: left;
    width: 100%;
    margin: 10px 0;
}

    .ourProducts_content .nav-tabs {
        border: none;
        margin-top: 150px;
        max-width: 400px;
        float: right;
    }

        .ourProducts_content .nav-tabs .nav-item {
            float: left;
            width: 100%;
            margin: 0;
            border-bottom: 1px solid #C4CDDA;
        }

        .ourProducts_content .nav-tabs .nav-item {
            font-size: 20px;
            line-height: 25px;
            color: #7B8B9E;
            /*border: none;*/
            border-radius: 0;
            margin: 0;
            padding: 19px 18px;
        }

            .ourProducts_content .nav-tabs .nav-item:last-child {
                border: none;
            }

            .ourProducts_content .nav-tabs .nav-item.active {
                padding-bottom: 35px;
            }

                .ourProducts_content .nav-tabs .nav-item.active .ourProduct_tab_name {
                    color: #2F395E;
                    font-weight: normal;
                    position: relative;
                    float: left;
                }

            .ourProducts_content .nav-tabs .nav-item a.nav-link {
                font-size: 20px;
                line-height: 25px;
                color: #7B8B9E;
                border: none;
                border-radius: 0;
                margin: 0;
                padding: 0;
                background: transparent;
                border: none;
            }

.ourProduct_tab_name_belowContent {
    float: left;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.ourProducts_content .nav-tabs .nav-item.active .ourProduct_tab_name_belowContent {
    height: auto;
    padding: 10px 0 0;
    max-width: 326px;
}

.ourProduct_tab_name_belowContent p {
    font-size: 16px;
    line-height: 26px;
    color: #5F6783;
    float: left;
    width: 100%;
    margin: 0 0 7px;
}

.productDownloadLink {
    font-size: 16px;
    line-height: 26px;
    color: #157587;
    float: left;
}

.greenText.productDownloadLink {
    color: #116B50;
}

.redText.productDownloadLink {
    color: #C83527;
}

.productImgBox {
    float: left;
    width: 100%;
    text-align: center;
}

.mobileViewShow {
    display: none;
}

.ourProducts_content .nav-tabs .nav-item.active .ourProduct_tab_name:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 2px;
    background: #167788;
    left: -16px;
}

.ourProducts_content .nav-tabs .nav-item.active .ourProduct_tab_name.greenicn:before {
    background: #116B50;
}

.ourProducts_content .nav-tabs .nav-item.active .ourProduct_tab_name.redIcn:before {
    background: #C83527;
}

.ourProducts_content .nav-tabs .nav-item.active .ourProduct_tab_name:after {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    background-image: url(../images/tab_arw_active.png);
    right: -25px;
    top: 7px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.ourProducts_content .nav-tabs .nav-item .ourProduct_tab_name {
    float: left;
    position: relative;
}

    .ourProducts_content .nav-tabs .nav-item .ourProduct_tab_name:after {
        position: absolute;
        content: "";
        height: 11px;
        width: 11px;
        background-image: url(../images/tab_arw.png);
        right: -25px;
        top: 7px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
/**-------------------------------------------------------
-------------- ABOUT US PAGE DESIGN START -------------**/
.content.aboutUsPage {
    padding: 0;
}

.aboutUsPage .aboutUs_top_Sec {
    padding-top: 140px;
}

.aboutUs_top_Sec {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: linear-gradient(180deg, #F4FAFF 0%, #F1F5FB 93.74%);
}

.aboutUs_btm_content {
    float: left;
    width: 100%;
}

.aboutUsPage .section_ttl p {
    max-width: 520px;
    float: none;
    display: inline-block;
}

.aboutUs_list {
    float: left;
    width: 100%;
    padding: 70px 0;
}

    .aboutUs_list.ourmissionSec {
        background: linear-gradient(180deg, #F4FAFF 0%, #F1F4FB 94.99%);
        /*padding: 100px 0;*/
    }

    .aboutUs_list .list_content_box_wrapper {
        padding-top: 50px;
    }

    .aboutUs_list.ourHistorySec .list_content_box_wrapper {
        padding-top: 100px;
    }

/**-------------------------------------------------------
-------------- FOOTER SECTION DESIGN START -------------**/
footer.footer {
    float: left;
    width: 100%;
    background: #ffffff;
}

.footer_main {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 55px 0;
}

.footer_col {
    float: left;
    width: 100%;
}

.footerLogo {
    float: left;
    width: 100%;
}

.footer_col.ftr_col1 p {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #6D809B;
    margin-top: 20px;
}

h3.ftr_col_ttl {
    float: left;
    width: 100%;
    margin: 24px 0 0;
    font-size: 18px;
    line-height: 30px;
    margin-top: 0;
    font-weight: bold;
    color: #344D73;
}

.ftr_col_dtl_social img {
    max-width: 100%;
}

.ftr_col_dtl {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .ftr_col_dtl ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .ftr_col_dtl.ftr_col_dtl_companyMenu ul li {
        width: 100%;
        float: left;
        margin-bottom: 14px;
    }

        .ftr_col_dtl.ftr_col_dtl_companyMenu ul li a {
            font-size: 18px;
            line-height: 30px;
            color: #6D809B;
            font-weight: 300;
            text-decoration: none;
        }

    .ftr_col_dtl.ftr_col_dtl_contact li {
        font-size: 18px;
        line-height: 30px;
        color: #6D809B;
        font-weight: 300;
        padding-left: 30px;
        margin-bottom: 22px;
        float: left;
        width: 100%;
        background-repeat: no-repeat;
        background-position: left top 7px;
    }

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

li.tel_icn {
    background-image: url(../images/call_icn.png);
}

li.location_icn {
    background-image: url(../images/location_icn.png);
}

li.mail_icn {
    background-image: url(../images/mail_icn.png);
}

.footer_bottom_contents p {
    font-size: 18px;
    line-height: 30px;
    /*text-align: center;*/
    color: #6D809B;
    margin: 0;
    float: left;
    width: 100%;
}

.footer_bottom {
    float: left;
    width: 100%;
}

.footer_bottom_contents {
    float: left;
    width: 100%;
    border-top: 1px solid #E9EBEE;
    padding: 10px 0;
}

.footerDesign2 .footer_bottom_contents {
    border: none;
}

.footerDesign2 .footer_bottom {
    border-top: 1px solid rgba(178, 198, 217, 0.5);
}

.footer_bottom_contents p a {
    color: #0073DE;
}

.footer_bottom_contents p {
    color: #6D809B;
}



/**---------------------------------------------
--------------- CONTACT US PAGE ----------------**/
.contactUsPage .section_ttl {
    text-align: left;
    margin-top: 70px;
}

.content.contactUsPage {
    border-bottom: 2px solid rgba(221, 235, 245, 0.4);
}

.contactUsPage .section_ttl_wrapper {
    max-width: 1106px;
    margin: 0 auto;
}

.contactUsPage .section_ttl h2:before {
    opacity: 0;
}

.contactUs_top_Sec {
    float: left;
    width: 100%;
}

.contactBtm_sec {
    float: left;
    width: 100%;
    padding-top: 45px;
    padding-bottom: 165px;
    text-align: center;
}

.contactBtm_wrapper {
    max-width: 1106px;
    margin: 0 auto;
    float: none;
    position: relative;
    display: inline-block;
    text-align: left;
    width: 100%;
    box-shadow: 0px 4px 12px rgba(12, 63, 194, 0.11);
    border-radius: 4px;
    /*overflow: hidden;*/
}

    .contactBtm_wrapper:before {
        content: "";
        position: absolute;
        width: 384.38px;
        height: 384.38px;
        left: 50%;
        top: -91px;
        background: #EFF6FE;
        border-radius: 100%;
        z-index: -1;
    }

.contactUsPage .contactBtm_wrapper {
    background: #ffffff;
}

.contactForm_leftSec {
    float: left;
    width: 67%;
    background: #FFFFFF;
    padding: 43px 46px 50px;
    box-sizing: border-box;
    position: relative;
}

    .contactForm_leftSec:before {
        content: "";
        position: absolute;
        width: 202px;
        height: 202px;
        left: -77px;
        bottom: -62px;
        background: #EFF6FE;
        border-radius: 100%;
        z-index: -1;
    }

.ContactUsForm .form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.ContactUsForm .control-label {
    font-size: 18px;
    line-height: 27px;
    color: #344D73;
    font-weight: 500;
    float: left;
    width: 100%;
    margin-bottom: 16px;
}

.ContactUsForm .form-control {
    background: #FFFFFF;
    border: 1px solid rgba(157, 175, 202, 0.4);
    box-sizing: border-box;
    border-radius: 1.98854px;
    float: left;
    width: 100%;
    outline: none;
    box-shadow: none;
    font-size: 18px;
    line-height: 27px;
    color: #6D809B;
    height: 42px;
}

#ContactUsForm select.form-control.select2 {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

.contactForm_leftSec .control-label {
    font-size: 16px;
    line-height: 30px;
    font-family: CircularStd;
    font-style: normal;
    color: #344D73;
    font-weight: 500;
}
/* For IE10 */
#ContactUsForm select.form-control.select2::-ms-expand {
    display: none;
}

#ContactUsForm select.form-control.select2 {
    background-image: url(../images/select_downIcn.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

textarea.form-control {
    height: auto !important;
}

.resizeNone {
    resize: none;
}

.submit_btn {
    background: #0073DE;
    border-radius: 3px;
    border: 2px solid #0073DE;
    outline: none;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding: 9px;
    margin-top: 2px;
    transition: 0.3s linear;
    box-shadow: 0px 2px 15px rgba(57, 151, 237, 0.25), 0px 1px 3px rgba(12, 40, 94, 0.28);
    display: inline-block;
    font-weight: bold;
}

    .submit_btn:hover {
        color: #0073DE;
        background: transparent;
    }

.contactForm_leftSec .submit_btn {
    margin-top: 30px;
}

.contactDetails_rightSec {
    float: left;
    width: 33%;
    background: #344D73;
    color: #ffffff;
    padding: 158px 82px 155px 84px;
    position: relative;
}

    .contactDetails_rightSec:before {
        content: "";
        position: absolute;
        width: 86.55px;
        height: 86.55px;
        right: -40px;
        bottom: -51px;
        background: #EFF6FE;
        border-radius: 100%;
        z-index: -1;
    }

    .contactDetails_rightSec h3 {
        font-size: 28px;
        line-height: 164%;
        margin: 0 0 30px;
        float: left;
        width: 100%;
    }

ul.contact_dtl_list {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.contact_dtl_list li {
        float: left;
        width: 100%;
        padding-top: 39px;
        margin-bottom: 61px;
        background-position: left top;
        background-size: 32px;
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 167%;
    }

.contact_dtl_list .call_li {
    background-image: url(../images/call_li.png);
}

.contact_dtl_list .addreess_li {
    background-image: url(../images/addreess_li.png);
}

.contact_dtl_list .mail_li {
    background-image: url(../images/mail_li.png);
}

ul.contact_dtl_list li:last-child {
    margin-bottom: 0;
}

ul.contact_dtl_list li .info_wrapper img {
    display: none;
}
/**-------------  PRODUCTS PAGE START ---------------------------------------**/
section.content.productsPage {
    padding: 0;
}

.products_top_Sec:before {
    position: absolute;
    content: "";
    /*background: linear-gradient(180deg, #F4FAFF 0%, #F1F5FB 93.74%);*/
    width: 65%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../images/productBannerBg.svg);
    background-size: cover;
    background-position: left center;
}

.products_top_Sec {
    float: left;
    width: 100%;
    padding: 160px 0 80px;
    position: relative;
}

    .products_top_Sec .list_content_box_wrapper h3 {
        font-size: 37px;
        line-height: 124%;
        margin-bottom: 17px;
    }

    .products_top_Sec .list_content_box_wrapper p {
        margin-bottom: 40px;
    }

    .products_top_Sec .list_content_box_wrapper h3:after {
        display: none;
    }

.blueBtn {
    display: inline-block;
    background: #0073DE;
    border-radius: 3px;
    border: 2px solid #0073DE;
    outline: none;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    padding: 14px 14px;
    margin-top: 2px;
    transition: 0.3s linear;
    min-width: 211px;
    font-weight: bold;
    box-shadow: 0px 4px 10px rgba(0, 115, 222, 0.17), 0px 1px 3px rgba(4, 4, 32, 0.06);
}

    .blueBtn:hover {
        color: #0073DE;
        background: transparent;
    }

.products_btm_content {
    float: left;
    width: 100%;
}

.products_list {
    float: left;
    width: 100%;
    padding: 85px 0;
}

    .products_list .section_ttl {
        margin-bottom: 43px;
    }

.clearfix {
    float: left;
    width: 100%;
    clear: both;
}

.products_list .list_content_box_wrapper {
    padding: 114px 0 50px;
}

.webportal .list_content_box_wrapper {
    padding: 74px 0;
}

.list_content_box_wrapper h4 {
    font-size: 24px;
    line-height: 192%;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #5E6C7F;
    float: left;
    width: 100%;
    margin: 0 0 26px;
}

.featured_list {
    float: left;
    width: 100%;
}

    .featured_list ul {
        float: left;
        width: 50%;
        padding: 0;
        margin: 0;
        list-style: none;
    }

.with100 {
    width: 100% !important;
}

.featured_list ul li {
    font-size: 18px;
    line-height: 128%;
    color: #6D809B;
    float: left;
    width: 100%;
    margin-bottom: 17px;
    position: relative;
    padding-left: 20px;
    padding-right: 15px;
}

    .featured_list ul li:before {
        content: "";
        position: absolute;
        background: #344D73;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        top: 6px;
        left: 0;
    }

.products_list .list_img_box {
    text-align: center;
}

    .products_list .list_img_box img.img-responsive {
        display: inline-block;
    }

.labdocsSec .featured_list ul li:before {
    background: #eebd29;
}

.airDocsSec .featured_list ul li:before {
    background: #218167;
}

.airDocsClearance .featured_list ul li:before {
    background: #3D7886;
}

.hazdocsSec .featured_list ul li:before {
    background: #CD3628;
}

/** ----------- FEATURE ROAD MAP SECTION -----------------**/

.featureRoadMap_Sec {
    float: left;
    width: 100%;
    padding: 120px 0;
}

    .featureRoadMap_Sec .getStarted_form .getstarted_submitBtn {
        background: #0073DE;
        font-size: 18px;
        line-height: 23px;
        padding: 10px 40px;
        font-weight: bold;
    }

.supNum {
    min-width: 22px;
    min-height: 22px;
    background: #007EDE;
    box-shadow: 0px 4px 4px rgba(109, 128, 155, 0.18);
    display: inline-block;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    font-weight: normal;
    border-radius: 22px;
}

/** ------------------- FREE TRIAL _ SIGN UP PAGE ---------------------**/
section.content.signUpPage {
    padding-top: 140px;
}

.signUpPage {
    background: #F4FAFF;
    padding: 60px 0 55px;
}

    .signUpPage .section_ttl h2:before {
        background: #0073DE;
    }

.freeTrialBtm_sec {
    float: left;
    width: 100%;
    padding-top: 45px;
    text-align: center;
}

.freeTrialBtm_wrapper {
    max-width: 1112px;
    margin: 0 auto;
    float: none;
    position: relative;
    display: inline-block;
    text-align: left;
    width: 100%;
    /*background: #FFFFFF;*/
    box-shadow: 0px 8px 34px rgba(46, 91, 206, 0.18);
    border-radius: 8px;
    overflow: hidden;
}

.signUpForm_leftSec {
    float: left;
    width: 56%;
    padding: 51px 48px 15px 51px;
    box-sizing: border-box;
    position: relative;
    background: #FFFFFF;
}

.signUpForm .form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.signUpForm .control-label {
    font-size: 16px;
    line-height: 27px;
    color: #344D73;
    font-weight: 500;
    float: left;
    width: 100%;
    /*margin-bottom: 15px;*/
}

.signUpForm .form-control {
    float: left;
    width: 100%;
    outline: none;
    font-size: 16px;
    line-height: 27px;
    padding: 4px 17px;
    color: #6D809B;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DEE4F2;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(31, 72, 134, 0.12);
    border-radius: 2px;
}

.signUpPage_rightSec {
    float: left;
    width: 44%;
    color: #ffffff;
    padding: 256px 35px;
    position: relative;
    background: linear-gradient(180deg, #8097BA 0%, #53627E 100%);
}

.termsDiv input[type="checkbox"] {
    float: left;
    margin-top: 6px;
}

.termsDiv p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #6D809B;
    float: left;
    margin-left: 7px;
    margin-bottom: 0;
    width: 80%;
}

.termsDiv a,
.alreadyHaveAnAccountDiv a {
    color: #0073DE;
    margin-left: 5px;
}

.signUpForm .alreadyHaveAnAccountDiv {
    margin-top: 35px;
    padding-top: 13px;
    border-top: 1px solid rgba(178, 198, 217, 0.5);
    text-align: center;
    margin-bottom: 0;
}

.signUpForm_leftSec .submit_btn {
    padding: 12px;
}

.alreadyHaveAnAccountDiv p {
    font-size: 16px;
    line-height: 27px;
    color: #6D809B;
    margin: 0;
}

.input-div {
    float: left;
    width: 100%;
    position: relative;
}

.viewPasswordBtn {
    width: 20px;
    height: 12.46px;
    position: absolute;
    background-image: url(../images/eyeIcn.png);
    right: 20px;
    top: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-block;
    cursor: pointer;
}

.hidePasswordBtn {
    width: 20px;
    height: 12.46px;
    position: absolute;
    background-image: url(../images/icon_hide_password.png);
    right: 20px;
    top: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-block;
    cursor: pointer;
}

.signUpForm_leftSec div#divPasswordStrangth {
    position: relative;
}

.signUpForm_leftSec #divPasswordStrangth .field-validation-error {
    top: 10px;
}

    .signUpForm_leftSec #divPasswordStrangth .field-validation-error span {
        float: left;
        width: 100%;
        font-weight: normal;
    }

.signUpForm_leftSec div#divCurrentPassword {
    float: left;
    width: 100%;
    position: relative;
}

.signUpForm_leftSec #divPasswordStrangth label,
.signUpForm_leftSec #divPasswordStrangth,
#divPasswordStrangth #passwordDescription {
    font-weight: 500;
    font-family: 'CircularStd';
}

.signUpForm_leftSec .companyExistSpan {
    position: inherit;
    line-height: normal;
    float: left;
    width: 100%;
    margin-top: 7px;
}

.signUpForm_leftSec .tooltip-box span.field-validation-error {
    position: inherit;
}

.signUpForm_leftSec .tooltip-box {
    float: left;
    width: 100%;
}

.testimonial_slider {
    float: left;
    width: 100%;
    text-align: center;
}

    .testimonial_slider .swiper-container {
        width: 100%;
    }

    .testimonial_slider .swiper-slide {
        min-height: 20vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

.testmonial_disc {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    max-width: 316px;
    display: inline-block;
    margin: 0 auto 10px;
}

.testmonial_info {
    float: left;
    width: 100%;
}

    .testmonial_info img.testmonial_info_img {
        width: 56px;
        height: 56px;
        background: #C4C4C4;
        display: inline-block;
        border-radius: 56px;
        box-shadow: 0px 2px 16px rgba(10, 14, 53, 0.33);
        margin-bottom: 7px;
        margin-top: 10px;
    }

    .testmonial_info h4 {
        font-style: normal;
        font-weight: 900;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        color: #FFFFFF;
        float: left;
        width: 100%;
        margin: 0;
    }

    .testmonial_info h5 {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        color: #FFFFFF;
        float: left;
        width: 100%;
        margin: 0;
    }

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 6px;
    height: 11px;
    background-size: contain;
    background-position: center;
}

.swiper-button-next {
    background-image: url(../images/testi_sliderNext.png);
}

.swiper-button-prev {
    background-image: url(../images/testi_sliderNext.png);
    transform: rotateY(180deg);
}




/** CHECKOUT PAGE **/
.content.checkoutPage {
    padding-top: 140px;
}

.checkoutPage .section_ttl h2:before {
    background: #0073DE;
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.checkoutPage {
    background: #F4FAFF;
    padding: 60px 0 55px;
}

    .checkoutPage .freeTrialBtm_wrapper {
        max-width: 1011px;
        background: #F2F6FA;
    }

    .checkoutPage .signUpForm_leftSec {
        padding: 35px 52px 39px 52px;
    }

.checkoutPage_rightSec {
    float: left;
    width: 44%;
    color: #6D809B;
    padding: 32px 50px;
    position: relative;
    background: #F2F6FA;
}

.signUpForm .form-control.cardIcn {
    background-image: url(../images/cardIcn.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px;
}

.form-group.billingInfoDiv {
    margin-top: 14px;
    padding-top: 30px;
    border-top: 1px solid #D0D4DE;
}

    .form-group.billingInfoDiv p {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 21px;
        color: #939EAE;
        padding-left: 45px;
        margin-bottom: 15px;
        background-image: url(../images/info_icn.png);
        background-repeat: no-repeat;
        background-position: left top;
    }

.selectPaymetMethod {
    float: left;
    width: 100%;
}

    .selectPaymetMethod .radioBtnDesign {
        float: left;
        margin-right: 20px;
    }

.radioBtnDesign label {
    background-color: #FFFFFF;
    border: 0.99px solid rgba(157, 175, 202, 0.4);
    box-sizing: border-box;
    border-radius: 1.98854px;
    float: left;
    width: 84.1px;
    height: 50px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    margin-bottom: 5px;
    cursor: pointer
}

label.method1Label {
    background-image: url(../images/visa_icn.png);
}

label.method2Label {
    background-image: url(../images/method2_icn.png);
}

label.method3Label {
    background-image: url(../images/method3_icn.png);
}

.selectPaymetMethod .radioBtnDesign input[type="radio"] {
    display: none;
}

    .selectPaymetMethod .radioBtnDesign input[type="radio"]:checked + label {
        border: 1.2px solid #0073DE;
        box-shadow: 0px 4px 10px #DBEDFE;
    }

.checkoutPage_rightSec h2 {
    font-size: 24px;
    line-height: 27px;
    float: left;
    width: 100%;
    margin: 0 0 27px;
    color: #344D73;
}

.orderSummaryList {
    float: left;
    width: 100%;
}

.ordersummary_btmSec {
    float: left;
    width: 100%;
    margin-top: 52px;
    border-top: 1px solid rgba(178, 198, 217, 0.5);
    padding-top: 44px;
}

.ordersmry_row {
    float: left;
    width: 100%;
    margin-bottom: 27px;
}

.orderTotal_row {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-top: 34px;
    border-top: 1px solid rgba(178, 198, 217, 0.5);
    margin-bottom: 23px;
}

    .orderTotal_row .leftTtl h4 {
        font-size: 22px;
        line-height: 27px;
        color: #344D73;
        margin: 0;
        font-weight: 600;
        float: left;
        width: 100%;
    }

    .orderTotal_row .rightAmount {
        font-size: 26px;
        line-height: 27px;
        color: #344D73;
        font-weight: 600;
    }

.rightAmount {
    float: left;
    width: 50%;
    text-align: right;
    font-size: 18px;
    line-height: 27px;
    color: #6D809B;
}

.leftTtl {
    float: left;
    width: 50%;
}

    .leftTtl h5 {
        font-size: 18px;
        line-height: 27px;
        display: flex;
        align-items: center;
        color: #344D73;
        float: left;
        width: 100%;
        margin: 0;
        font-weight: bold;
    }

    .leftTtl p {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 27px;
        color: #6D809B;
        float: left;
        width: 100%;
        margin-top: 14px;
        margin-bottom: 0;
    }

.orderSummaryList .submit_btn {
    float: left;
    width: 100%;
    padding: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
}

.ordersummary_btmSec .smry_profileIcn {
    width: 84.81px;
    height: 84.81px;
    background: #C4C4C4;
    border-radius: 100%;
    margin-right: 20px;
    float: left;
    margin-bottom: 65px;
}

.ordersummary_btmSec h5 {
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: normal;
    color: #344D73;
    margin-bottom: 9px;
    margin-top: 0;
}

.ordersummary_btmSec h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #6D809B;
    margin-bottom: 12px;
    margin-top: 0;
}

.ordersummary_btmSec p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #6D809B;
}

/** ------------------------ COMPANY DETAIL PAGE -------------------**/
.companyDetailPage {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

.companyDetail_wrapper {
    max-width: 543px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}

.companyDetail_box {
    background: #FFFFFF;
    border: 1px solid #E2E7F5;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px rgba(83, 119, 214, 0.18);
    border-radius: 4px;
    float: left;
    width: 100%;
    padding: 22px 40px;
    margin-bottom: 24px;
    text-align: left;
}

.companyDetail_box_title {
    float: left;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #42618F;
    padding-bottom: 20px;
    border-bottom: 1px solid #E6EBF4;
    margin-bottom: 25px;
}

.cmpnyDetail_disc {
    float: left;
    width: 100%;
}

.cmpnyLogoSec {
    float: left;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #D8DDE7;
    margin-bottom: 23px;
}

.uploadLogosec {
    float: left;
    width: 47%;
}

.uploadLogosecRight {
    float: left;
    width: 53%;
    padding: 16px 0 0;
    padding-left: 22px;
}

.uploadLogoBox {
    background: #F9FAFB;
    border: 1px solid #D6E2F2;
    box-sizing: border-box;
    border-radius: 5px;
    float: left;
    height: 113px;
    width: 100%;
    margin-bottom: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .uploadLogoBox .uploadLogoBox_img {
        max-width: 100%;
        max-height: 100%;
    }

.uploadLogosecRight h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #344D73;
    margin: 0 0 4px;
    float: left;
    width: 100%;
}

.uploadLogosecRight p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #6D809B;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.uploadNewPic_btn {
    float: left;
    width: 100%;
    background: #FFFFFF;
    /* Primary Colors/ CTA */
    border: 1px solid #0073DE;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    /* or 187% */
    text-align: center;
    /* Primary Colors/ CTA */
    color: #0073DE;
    padding: 8px;
    position: relative;
    cursor: pointer;
}

.uploadLogosec .uploadCmpnyLogo_input {
    opacity: 0;
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    cursor: pointer;
}

.removeLogoCmpny {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #A6B2C2;
    float: left;
    margin-top: 50px;
    cursor: pointer;
    margin-bottom: 0;
}

.companyDetail_form .form-group {
    float: left;
    width: 100%;
    margin-bottom: 18px;
}

.companyDetail_form .control-label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #6D809B;
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.companyDetail_form .form-control {
    float: left;
    width: 100%;
    outline: none;
    font-size: 16px;
    line-height: 30px;
    padding: 4px 17px;
    color: #6D809B;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DEE4F2;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(31, 72, 134, 0.12);
    border-radius: 2px;
}

.companyDetail_form .submit_btn {
    padding: 12px;
    max-width: 195px;
    float: left;
}

/** ------------------- PRICING PAGE DESIGN -------------------------**/
.content.pricingPage {
    padding: 0;
}

.pricingPage .pricing_top_Sec {
    padding-top: 140px;
}

.pricing_top_Sec {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: linear-gradient(180deg, #F4FAFF 0%, #F1F5FB 93.74%);
}

.pricingSec_btm_content {
    float: left;
    width: 100%;
    padding: 68px 0;
}

.pricingTable {
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.pricingTable_wrapper {
    background: #FFFFFF;
    border: 1px solid rgba(225, 228, 237, 0.8);
    box-sizing: border-box;
    box-shadow: 0px 9.61989px 22.8472px rgba(17, 73, 139, 0.08), 0px 2.40497px 11.4236px rgba(10, 19, 96, 0.08);
    border-radius: 4.80995px;
    display: inline-block;
    margin: 0 auto;
    max-width: 1200px;
    float: none;
    width: 100%;
    overflow: hidden;
}

.pricingTable .table {
    margin-bottom: 0;
}

    .pricingTable .table thead tr th {
        background: #F2F6FC;
        font-size: 13.5px;
        line-height: 17px;
        text-align: center;
        color: #6D809B;
        font-weight: 500;
        padding: 33px 14px !important;
        border-right: 1.3px solid rgba(225, 228, 237, 0.5);
        border-bottom: 1px solid rgba(225, 228, 237, 0.5);
        vertical-align: middle;
    }

        .pricingTable .table thead tr th:first-child {
            background: transparent;
            color: #344D73;
            border-right: 1.3px solid rgba(225, 228, 237, 0.5);
            border-bottom: 1px solid rgba(225, 228, 237, 0.5);
        }

        .pricingTable .table thead tr th:last-child {
            border-right: none;
        }

.pricingTable .table tbody tr td,
.pricingTable .table tbody tr th {
    vertical-align: middle;
    font-size: 13.5px;
    line-height: 17px;
    text-align: center;
    color: #4C5B71;
    padding: 17px;
    border-top: 1px solid rgba(225, 228, 237, 0.5);
        border-right: 1.3px solid rgba(225, 228, 237, 0.5);
    }

        .pricingTable .table tbody tr td:last-child {
            border-right: none;
        }

    .pricingTable .table tbody tr th {
        font-weight: 600;
        position: relative;
    }

        .pricingTable .table tbody tr th:before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 2px;
            height: 100%;
        }

        .pricingTable .table tbody tr th.airdocs_th {
            background: #ECFAF5;
            color: #127E6A;
        }

            .pricingTable .table tbody tr th.airdocs_th:before {
                background: #127E6A;
            }

        .pricingTable .table tbody tr th.clearance_th {
            background: #E7F7FA;
            color: #006F85;
        }

            .pricingTable .table tbody tr th.clearance_th:before {
                background: #006F85;
            }

        .pricingTable .table tbody tr th.hazdocs_th {
            background: #FEF4F3;
            color: #CC1F1F;
        }

            .pricingTable .table tbody tr th.hazdocs_th:before {
                background: #CC1F1F;
            }

        .pricingTable .table tbody tr th.labdocs_th {
            background: #FFF9E9;
            color: #FFC530;
        }

            .pricingTable .table tbody tr th.labdocs_th:before {
                background: #FFC530;
            }

        .pricingTable .table tbody tr th.assets_th {
            background: #E9EFFF;
            color: #3880EC;
        }

            .pricingTable .table tbody tr th.assets_th:before {
                background: #3880EC;
            }


/*-- 11-05-2020*/
table.dataTable {
    margin: 0px !important;
}

.table thead:first-child tr:first-child th {
    border: none !important;
}

.table thead:first-child tr:first-child th {
    background: #5F7195;
    padding: 10px 15px;
    vertical-align: middle;
    text-transform: none;
    color: #fff;
}

.box.table-list {
    padding: 0px;
}

.DTFC_RightHeadBlocker {
    background: #5F7195;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
    width: 8px;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.HazDOCS-section,
.skin-blue .content-header,
.content_body {
    /*background: #f4f6fb;*/
    background: transparent;
}

.table.table-fixed.dataTable.DTFC_Cloned td,
.table.table-fixed.dataTable.DTFC_Cloned th {
    padding-left: 10px;
    padding-right: 10px;
}

.DTFC_RightWrapper .table.table-fixed.dataTable.DTFC_Cloned th,
.DTFC_RightWrapper .table.table-fixed.dataTable.DTFC_Cloned td {
    padding-left: 26px;
    padding-right: 3px;
}

.DTFC_RightBodyWrapper,
.DTFC_RightHeadWrapper {
    box-shadow: -3px 0px 12px rgba(135, 145, 171, 0.19);
    border-left: 1px solid #E2E7F5;
}

.table > thead > tr > th,
.table > tbody > tr > td {
    font-family: 'CircularStd';
    font-size: 15px;
}

.table > tbody > tr > td {
    color: #344D73;
    border-color: #D4DDEE
}

.addNew_btn.btn,
.update_btn.btn,
.save-btn.btn {
    font-family: 'CircularStd';
    font-weight: 700;
    padding: 0 20px !important;
    border: none !important;
    border-radius: 2px;
    min-width: 130px;
    line-height: 47px;
    font-size: 16px;
    background: #0073DE
}

.addNew_btn.btn:hover,
.update_btn.btn:hover,
.save-btn.btn:hover {
    color: #fff;
    background: #0062BD;
}

.import_btn.btn,
.cancel_btn.btn {
    font-family: 'CircularStd';
    font-weight: 700;
    background: #ffffff;
    color: #0073DE;
    border-color: #ffffff;
    border-radius: 2px;
    padding: 0 20px !important;
    line-height: 47px;
    font-size: 16px;
    min-width: 130px;
}

.import_btn.btn:hover,
.cancel_btn.bt:hover {
    border-color: #0062BD;
    color: #0062BD;
}

.export-btn.btn {
    font-family: 'CircularStd';
    position: relative;
    font-weight: 700;
    padding: 0 20px !important;
    min-width: 130px;
    border: none !important;
    border-radius: 0 2px 2px 0;
    line-height: 48px;
    font-size: 16px;
    background: #0073DE
}

    .export-btn.btn:hover {
        color: #fff;
        background: #0062BD;
    }

    .export-btn.btn:before {
        content: '';
        margin: -4px 6px 0 0;
        display: inline-block;
        vertical-align: middle;
        background: url('../images/exp-icon.png');
        width: 18px;
        height: 18px;
    }

.DTFC_ScrollWrapper {
    border-radius: 4px;
    overflow: hidden;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 16px;
    height: 9px;
}

.dataTables_filter .select2-container--default .select2-selection--single,
.dataTables_filter .select2-selection .select2-selection--single,
.modal-body .select2-container--default .select2-selection--single {
    height: 50px;
    padding-left: 18px;
    padding-top: 9px;
    border-color: #E5EAF2;
    padding-right: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #274066;
    line-height: 30px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'CircularStd';
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 9px;
    right: 10px;
    width: 20px;
}

.drpExportOpt_sec .select2-container {
    max-width: 262px;
}

.form-control {
    height: 48px;
    border-radius: 3px;
    border: 1px solid #DEE4F2;
    font-size: 16px;
    line-height: 30px;
    padding: 9px 18px;
    font-weight: normal;
    box-shadow: 0px 2px 4px rgba(31, 72, 134, 0.12)
}

    .form-control::-webkit-input-placeholder {
        font-size: 16px;
        font-weight: normal;
        color: #6D809B;
    }

    .form-control:-ms-input-placeholder {
        font-size: 16px;
        font-weight: normal;
        color: #6D809B;
    }

    .form-control::placeholder {
        font-size: 16px;
        font-weight: normal;
        color: #6D809B;
    }

    .form-control:focus {
        border: 1px solid #6D809B;
    }

.commonContentSec .form-control {
    height: 48px;
}

.commonContentSec .search-form {
    max-width: 390px;
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.search-form .form-control,
.dataTables_filter .search-form input[type="text"] {
    background: url('../images/search-icon.png') 16px center no-repeat #fff;
    padding-left: 45px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.box.table-list {
    box-shadow: 0px 2px 4px rgba(31, 72, 134, 0.12)
}

/** Admin View Design 13052020**/
section.content.commonContentSec {
    padding: 15px 15px;
    /*background: #f4f6fb;*/
    background: #E5E5E5;
}

body.skin-blue {
    background: #E5E5E5;
}

.content-wrapper,
.skin-blue .wrapper {
    background-color: #E5E5E5;
}

.table tbody tr td:first-child,
.table thead tr th:first-child {
    padding-left: 10px !important;
}

.fixed .main-header .nav.navbar-nav {
    margin: 0;
    width: auto;
}

.main-header .navbar-custom-menu li.dropdown.user.user-menu a.dropdown-toggle {
    padding-right: 25px !important;
}

.main-header .navbar-custom-menu li.dropdown.user.user-menu a span.pull-right-container .fa {
    background-image: url(../images/dropdown-arrow.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-position: center;
    color: transparent;
}

.skin-blue .main-header .navbar .nav > li > a {
    font-family: CircularStd;
    text-transform: none;
}

.ListingDetailPage_Sec .currentSiteDetails-form label {
    font-family: CircularStd;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #344D73;
    margin-bottom: 10px;
}

.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 {
    background-color: #FFFFFF;
    border: 1px solid #DEE4F2;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(31, 72, 134, 0.12);
    border-radius: 2px;
    padding: 7px 18px;
    height: 48px;
    font-family: CircularStd;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #6D809B;
}

.ListingDetailPage_Sec .currentSiteDetails-form .select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 0;
}

.input-group.date {
    width: 100%;
    background-image: url(../images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

    .input-group.date .form-control {
        background-color: white;
        background-image: url(../images/ic-calendarNew.svg);
        background-repeat: no-repeat;
        background-position: left 15px center;
        padding-left: 40px;
    }

        .input-group.date .form-control:focus {
            background-color: white;
            background-image: url(../images/ic-calendarNewFocus.svg);
            background-repeat: no-repeat;
            background-position: left 15px center;
            padding-left: 40px;
            border: 1px solid #0073DE;
            color: #0073DE;
        }

th .deletesec-table-header {
    margin-left: 19px;
    /*margin-top: -8px;*/
}

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
    padding: 4px 5px;
    font-size: 14px;
    line-height: 22px;
    color: #6D809B;
    height: 40px;
    width: 40px;
    text-align: center;
    border: none;
    border-radius: 2px;
}

.datepicker .table > thead > tr > th.dow {
    font-size: 14px;
    color: #344D73;
    text-transform: none;
    font-weight: 500;
    line-height: 22px;
    vertical-align: middle;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #CBDBEA;
}

.datepicker .table > thead > tr:first-child > th {
    border-bottom: 1px solid #E6E8F2 !important;
    background: transparent;
    font-size: 18px;
    color: #3E4044;
    line-height: 30px;
}

    .datepicker .table > thead > tr:first-child > th.prev {
        background-image: url(../images/prev_icn_datepicker.svg);
        background-position: center center;
        background-repeat: no-repeat;
        color: transparent;
        transform: none;
    }

    .datepicker .table > thead > tr:first-child > th.next {
        background-image: url(../images/next_icn_datepicker.svg);
        background-position: center center;
        background-repeat: no-repeat;
        color: transparent;
        transform: none;
    }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background: #268DEC;
}

.upload-box {
    background: #F4F6FB;
    border: 1px solid #E3E6ED;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px rgba(83, 119, 214, 0.1);
    border-radius: 4px;
}

.dropzone.dz-clickable h3,
.dropzone.dz-clickable p,
.upload-box h3,
.upload-box p {
    margin-bottom: 0;
    font-family: CircularStd;
    font-weight: 400;
    color: #6D809B;
    font-size: 14px;
    line-height: 19px;
}

        .upload-box p a {
            font-family: CircularStd;
            font-weight: 400;
            color: #0073DE !important;
            text-decoration: none;
            font-size: 14px;
            line-height: 19px;
        }

.cerficate_uploadBox {
    /*height: 170px;*/
    width: 250px;
    height: 220px;
    float: left;
}

.sitePlans_uploadBox {
    width: 200px;
    height: 150px;
    float: left;
}

.DTFC_RightWrapper .table.table-fixed.dataTable.DTFC_Cloned td {
    overflow: visible;
}

.mobileAction {
    /* float: left;
    width: 100%;*/
    position: relative;
    /*overflow: auto;*/
}

span.action_btnIcn {
    display: inline-block;
    background-image: url(../images/greyIcnAction.svg);
    width: 4px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.mobileAction_dropdown {
    display: none;
}

.mobileAction_dropdown {
    position: absolute;
    /*right: 10px;*/
    left: -14px;
    background: #FFFFFF;
    box-shadow: 0px 3px 14px rgba(17, 41, 129, 0.16);
    border-radius: 4px;
    padding: 14px 11px 14px 13px;
    top: 30px;
    min-width: 182px;
    z-index: 9;
    float: left;
    /*display: inline-block;*/
}

    .mobileAction_dropdown a {
        float: left;
        width: 100%;
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
        color: #566780;
        margin-bottom: 6px;
        font-family: CircularStd;
    }

        .mobileAction_dropdown a img {
            float: left;
            margin-right: 8px;
        }

        .mobileAction_dropdown a span {
            float: left;
            line-height: 19px;
        }

.input-validation-error {
    border: 1px solid #EB5757 !important;
    color: #EB5757;
}

#frmLfaic .field-validation-error,
.ListingDetailPage_Sec .field-validation-error {
    font-size: 12px;
    color: #EB5757 !important;
    line-height: 24px;
}

/** SideBAr Design **/
.leftText .subDtls {
    color: #71809C;
    font-size: 15px;
}

/* Hidden becuase of Doc-908 */
/* Red Dot beside Module Name */
/*li.newUpdateIcn a:after {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background: #FF3E3E;
    border-radius: 100%;
    top: 46%;
    right: 23px;
}*/

.sidebar-collapse .sidebar-menu > li > a:after {
    top: 35%;
    right: 26px;
}

.sidebar-collapse .sidebar-menu > li.settingsLi {
    display: none;
}

li.settingsLi {
    position: relative;
    margin-top: 18px;
    padding-top: 27px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 5px;
    color: #FFFFFF;
}

    li.settingsLi:before {
        height: 1px;
        background: rgba(71, 80, 105, 0.5);
        content: "";
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        position: absolute;
        width: 180px;
    }

.sidebar-collapse .sidebar-menu li.treeview .fa-angle-left {
    display: none;
}

.icnBG.sideBarIcon {
    /*background-size: contain;*/
    background-position: center center;
    background-repeat: no-repeat;
}

.dashboard-icn.sideBarIcon {
    background-image: url(../images/dashboardIcn.svg);
}

li.active .dashboard-icn.sideBarIcon,
li:hover .dashboard-icn.sideBarIcon {
    background-image: url(../images/dashboardIcn_wht.svg);
}

.manageAssets_icn.sideBarIcon {
    background-image: url(../images/ManageAssets_icn.svg);
}

li.active>a .manageAssets_icn.sideBarIcon,
li>a:hover .manageAssets_icn.sideBarIcon {
    background-image: url(../images/ManageAssetsIcn_wht.svg);
}

.documents_icn.sideBarIcon {
    background-image: url(../images/Documents_icn.svg);
}

li.active>a .documents_icn.sideBarIcon,
li>a:hover .documents_icn.sideBarIcon {
    background-image: url(../images/DocumentsIcn_wht.svg);
}

.userSetting_icn.sideBarIcon {
    background-image: url(../images/UserSetting_icn.svg);
}

li.active>a .userSetting_icn.sideBarIcon,
li>a:hover .userSetting_icn.sideBarIcon {
    background-image: url(../images/UserSettingIcn_wht.svg);
}


/** DASHBOARD DESIGN NEW UI **/
section.content.dashboardContent {
    padding: 27px 47px;
    font-family: CircularStd;
    background: #E5E5E5;
}

.hAZMAT_section .progress-group .progress.sm {
    margin-bottom: 0;
    height: 10px;
    border-radius: 30px;
    float: left;
    width: 85%;
    background-color: #E7EAF4;
    background-image: none;
}

.dashboard_elements {
    margin: 0px 0 25px 0 !important;
    width: 100% !important;
    border: none !important;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(83, 119, 214, 0.18);
    border-radius: 4px;
    padding: 10px 40px;
    float: left;
}

.hAZMAT_section {
    /*height: 435px;*/
    height: 465px;
}

.progress-group {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.hAZMAT_section_wrapper {
    padding: 0;
}

.hAZMAT_section .progress-group .progress-text {
    font-weight: 500;
    font-size: 16px;
    text-transform: inherit;
    font-family: 'CircularStd';
    margin-bottom: 7px;
    float: left;
    width: 100%;
    display: inline-block;
    color: #344D73;
    line-height: 25px;
}

.hAZMAT_section .progress-group .progress-number {
    float: right;
    color: #344D73;
    font-size: 18px;
    font-family: 'CircularStd';
    margin-top: -9px;
}

.hAZMAT_section .progress-bar-green {
    background: #2ED179;
}

.hAZMAT_section .progress-bar-orange {
    background: #FFA51E;
}

.hAZMAT_section .progress-bar-red {
    background: #FF3232;
}

.dashboardBox_ttl {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 18px;
    border-bottom: 1px solid #E6EBF4;
}

    .dashboardBox_ttl h3 {
        color: #42618F;
        font-size: 18px;
        font-weight: 500;
        margin: 5px 0 5px;
        float: left;
    }

    .dashboardBox_ttl .headerSection h3 {
        display: block;
        float: none;
    }

span.ttlno_badge {
    background: #344D73;
    border-radius: 41px;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    padding: 0.5px 10px;
}

.dashboardbox_dtl {
    float: left;
    width: 100%;
}

.statusLabelSec {
    float: left;
    width: 100%;
    padding: 16px 0 10px;
}

span.inProcess_label {
    background: #FFEBEB;
    /*border: 1px solid #FFBABA;*/
    box-sizing: border-box;
    padding: 6px 15px 3px 39px;
    border-radius: 30px;
    color: #D11616;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-right: 14px;
    background-image: url(../images/process_icn.svg);
    background-position: left 15px center;
    background-repeat: no-repeat;
    float: left;
}

span.completed_label {
    float: left;
    background: #EEFFEB;
    /*border: 1px solid #A0DFAA;*/
    box-sizing: border-box;
    padding: 6px 15px 3px 39px;
    border-radius: 30px;
    color: #40AF6D;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-right: 0;
    background-image: url(../images/completed_icn.svg);
    background-position: left 15px center;
    background-repeat: no-repeat;
}

.selectedTile {
    border: 3px solid #0021f3;
}

.inProcess_label,
.completed_label {
    cursor: pointer;
}

.ttlRightdiv {
    float: right;
}

input.dashInput {
    background: #FFFFFF;
    border: 1px solid #E5EAF2;
    box-sizing: border-box;
    border-radius: 3px;
    color: #274066;
    font-size: 14px;
    line-height: 30px;
    padding: 1px 23px 1px 31px;
    float: left;
    max-width: 157px;
    background-image: url(../images/dropdown-arrow.png), url(../images/ic-calendarNew.svg);
    background-repeat: no-repeat;
    background-position: right 9px center, left 11px center;
    background-size: 9px, 12px;
    width: 100%;
}

.assets_section {
    height: 435px;
    padding: 2px;
}

.assets_section_wrapper {
    padding: 0;
}

.ttlRightdiv label {
    color: #6D809B;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

.assets_box .assets-text {
    display: inline-block;
    color: #344D73;
    font-size: 18px;
    line-height: 120%;
    font-family: CircularStd;
    clear: both;
    width: 100%;
    margin: 22px 0 10px;
}

.assets_dtls {
    margin-top: 54px;
}

.assets_box:nth-child(1),
.assets_box:nth-child(2),
.assets_box:nth-child(3) {
    padding: 0;
}

.assets_section .assets_box:nth-child(2):after,
.assets_section .assets_box:nth-child(2):before {
    display: none;
}

.assets-no {
    font-size: 26px;
    line-height: 110%;
    text-transform: uppercase;
    font-family: CircularStd;
    display: inline-block;
    margin: 10px 0 0 0;
    font-weight: 600;
}

.assets_section .green-text {
    color: #3AC88C;
}

.assets_section .progress-bar-success {
    background: #3AC88C;
}

.assets_section .yellow-text {
    color: #FFC327;
}

.assets_section .progress-bar-warning {
    background: #FFC327;
}

.assets_section .red-text {
    color: #FF2C2C;
}

.assets_section .progress-bar-danger {
    background: #FF2C2C;
}

.assets_section .assets_dtls_progress {
    margin-top: 50px;
}

.assets_section .progress {
    max-width: 100% !important;
    height: 14px;
    background-image: none;
    background-color: #E7EAF4;
    border-radius: 30px;
    overflow: hidden;
}

.assets_section .progress-bar {
    height: 14px;
}

.ttlRightdiv span.select2.select2-container {
    min-width: 77px !important;
    width: 100% !important;
}

.statusLabelSec .select2Design.ttlRightdiv {
    width: 150px;
    margin-top: 2px;
    position: relative;
    padding-right: 30px;
}

    .statusLabelSec .select2Design.ttlRightdiv #getHazDocsValues {
        position: absolute;
        right: 0;
        top: 0;
        padding: 5px 2px;
    }

.dashboardBox_ttl .select2-container--default .select2-selection--single,
.select2Design .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;
}

    .dashboardBox_ttl .select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2Design .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 30px;
        font-size: 14px;
    }

    .dashboardBox_ttl .select2-container--default .select2-selection--single .select2-selection__arrow,
    .select2Design .select2-container--default .select2-selection--single .select2-selection__arrow {
        display: none;
    }

div#laboratorySampleSec {
    /*height: 461px;*/
    height: 495px;
}

.laboratoryDtlBox table {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .laboratoryDtlBox table td {
        color: #6D809B;
        font-size: 15px;
        line-height: 33px;
        font-weight: 300;
        border: none;
        border-bottom: 1px solid #E6EBF4;
        text-align: right;
        padding: 3.5px 0;
    }

    .laboratoryDtlBox table tr:last-child td {
        border-bottom: none;
    }

    .laboratoryDtlBox table td:first-child {
        text-align: left;
    }

    .laboratoryDtlBox table td:last-child {
        font-size: 18px;
    }

    .laboratoryDtlBox table td b {
        color: #344D73;
        font-size: 18px;
        font-weight: 500;
    }

    .laboratoryDtlBox table .compeltedTd td {
        color: #3AC88C;
        font-weight: bold;
    }

    .laboratoryDtlBox table .overDueTd td {
        color: #FF3232;
        font-weight: bold;
    }

    .laboratoryDtlBox table .dueTodayTd td {
        color: #FFA51E;
        font-weight: bold;
    }

    .laboratoryDtlBox table .dueTmrwTd td {
        color: #0758a3;
        font-weight: bold;
    }

    .laboratoryDtlBox table .totalNumberTd td {
        color: #344D73;
        font-weight: bold;
    }

        .laboratoryDtlBox table .totalNumberTd td span {
            color: #344D73;
            font-weight: bold;
        }

/** Air Monitoring and Clearance Reports Chart Box **/
.lfai_section {
    /* height: 461px;*/
    height: 495px;
}

#lfai_section_pieChart .highcharts-point {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    y: 3;
    rx: 100%;
    ry: 100%;
}

#lfai_section_pieChart .highcharts-legend-item tspan {
    color: #798CA9 !important;
    fill: #798CA9 !important;
    font-size: 18px;
    line-height: normal;
    font-family: 'CircularStd';
    font-weight: 400;
}

.right_positive .posi_text,
.left_negative .neg_text {
    color: #798CA9;
    font-size: 14px;
    line-height: 18px;
    font-family: 'CircularStd';
}

.right_positive .posi_point {
    color: #0587FF;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    font-family: 'CircularStd';
}

.left_negative .neg_point {
    color: #FF4949;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    font-family: 'CircularStd';
}

.lfai_section figure.highcharts-figure {
    float: left;
    width: 100%;
    margin: 0;
}

    .lfai_section figure.highcharts-figure #container {
        height: 380px;
    }

#lfai_section_speedometerChart .highcharts-container {
    width: 100% !important;
    height: 100% !important;
}

.reportsChart_wrapper_box {
    position: relative;
    margin: 30px auto 0;
    max-width: 500px;
    text-align: center;
}

    .reportsChart_wrapper_box:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -13px;
        background-image: url(../images/reportsChart_circle.svg);
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        height: 50%;
    }

div#lfai_section_pieChart {
    overflow: visible !important;
}

    div#lfai_section_pieChart .highcharts-container {
        margin-left: 70px;
        overflow: visible !important;
    }


label#lblModule {
    color: #344D73;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    padding: 16px 0 16px 20px;
    margin-bottom: 0;
}

.select2-results__option {
    font-family: 'CircularStd';
    font-size: 15px;
}

.field-validation-error,
.field-validation-error .report-selection,
.generetQrdiv .field-validation-error span {
    color: #EB5757 !important;
}

.validation-div-selectAtLeastOne + .box.table-list {
    /*margin-top: 30px;*/
}

.ListingDetailPage_Sec .table>thead>tr>th,
.table-list .table>thead>tr>th {
    font-weight: 400;
}

.ListingDetailPage_Sec .table>thead>tr>th:first-child,
.ListingDetailPage_Sec .table>tbody>tr>td:first-child,
.table-list .table>thead>tr>th:first-child,
.table-list .table>tbody>tr>td:first-child {
    padding-left: 15px !important;
}
.table > tbody > tr > td a {
    font-family: 'CircularStd';
    font-size: 15px;
    color: #344D73;
}

.modal-content label {
    font-family: 'CircularStd';
}

.DTFC_RightBodyLiner,
.DTFC_LeftBodyWrapper {
    background: #ffffff;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../images/dropdown-arrow.svg);
}

.input-group.date {
    background-image: url(../images/dropdown-arrow.svg);
}

.mainImgUploadWrapper .imageDiv {
    background: #F4F6FB;
    border: 1px solid #E3E6ED;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px rgba(83, 119, 214, 0.1);
    border-radius: 4px;
}

.currentSiteDetails_uploadBox .buildingPhoto_box {
    height: 138px;
}

.ListingDetailPage_Sec .currentSiteDetails-form .removePhoto_btn {
    font-family: 'CircularStd';
}

.datepicker.dropdown-menu {
    max-width: 280px;
    width: 100%;
}

.sitePlans_uploadBox .buildingPhoto_box {
    padding: 14px 3px;
}

.modal-dialog .modal-header .content-header {
    background: transparent;
}

.modal-dialog .modal-body {
    padding-top: 25px;
}

.content-header .breadcrumb {
    font-family: 'CircularStd';
}

.currentSiteDetails-form {
    padding-top: 0;
}

div#datetimepicker1 span.input-group-addon,
div#datetimepicker2 span.input-group-addon {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
}

.plusBtnSample.addNew_btn {
    margin: -40px 10px 0 0 !important;
    min-width: auto !important;
    line-height: 25px !important;
    padding: 3px 10px !important;
    height: 30px;
    width: 30px;
    text-align: center;
    float: right !important;
}

.mt0.addNew_btn.plusBtnSample {
    margin-top: 0 !important;
}

.sampleTestPage .sampleTestDetails_form label,
.sampleTestPage .sampleTestDetails_form .form-control,
.sampleTestPage .sampleTestDetails_form .select2-container--default .select2-selection--single,
.sampleTestPage .sampleTestDetails_form .select2-selection .select2-selection--single,
.cutomDesignCAndR input[type=radio]+label.btn,
.cutomDesignCAndR input[type=checkbox]+label.btn {
    font-family: 'CircularStd' !important;
}

.plmFiberExaminationSec .currentSiteDetails-form .form-group>label,
.plmFiberExaminationSec .currentSiteDetails-form .form-group label,
.ListingDetailPage_Sec .currentSiteDetails-form#divReportRequire label.mgn-top10 {
    font-size: 12px;
    margin-bottom: 1px;
    margin-top: 1px;
}

.ListingDetailPage_Sec .concentrationSec .currentSiteDetails-form label {
    font-size: 14px;
    line-height: 20px;
}

.email-btn-table img {
    border: none;
}

.documentsListTable_design.table>thead>tr>th,
.mainImgUploadWrapper .dz-message {
    font-family: 'CircularStd';
    font-weight: 400;
}

.asset-documentmodel-content .modal-body {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    .asset-documentmodel-content .modal-body div#content {
        float: left;
        width: 96%;
    }

#documentModalCalibration label {
    font-family: 'CircularStd';
}

.input-group.date .ui-button.form-control,
.input-group.date .ui-state-hover.form-control,
.input-group.date .ui-state-default.form-control,
.input-group.date .form-control.ui-button:hover,
.input-group.date .form-control.ui-button:focus {
    border: 1px solid #DEE4F2;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(31, 72, 134, 0.12);
    border-radius: 2px;
    padding: 7px 18px;
    height: 48px;
    font-family: CircularStd;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #6D809B;
    padding-left: 45px;
    min-width: 100%;
}

span.ui-button-icon-secondary.ui-icon.ui-icon-triangle-1-s {
    display: none;
}

.comiseo-daterangepicker.ui-widget {
    font-family: CircularStd;
}

.manageUserInput.drpExportOpt_sec .select2-container {
    max-width: 236px;
}

.drpExportOpt_sec.width100 .select2-container {
    max-width: 100%;
}

#editDetailPopup .ListingDetailPage_Sec .currentSiteDetails-form .form-group {
    margin-bottom: 20px;
    width: 100%;
}

.mgnTop-70 {
    margin-top: 70px;
}
/*.table-check .checkbox input[type="checkbox"]{
    z-index: 1;
    opacity: 0;
    display: inline-block;
}
.table-check .checkbox label{margin-left: -16px;}*/
div#field_div p {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#documentModalCalibration .calibration_input_text1,
#documentModalCalibration .calibration_input_text {
    float: left;
}

.cancel_btnFaIcn.btn {
    min-width: auto !important;
    line-height: 25px !important;
    padding: 3px 10px !important;
    height: 30px;
    width: 30px;
    text-align: center;
    float: left;
    margin-left: 4px !important;
    margin-top: 7px;
}

.addNew_btnFaIcn.plusBtnSample.addNew_btn {
    float: left !important;
}

.editDetailPopupContent .input100 .select2-container--default {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 1px 5px 2px;
    color: #fff;
    background: #0062BD;
    font-family: 'CircularStd';
    border-radius: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #FFFFFF;
    border: 1px solid #DEE4F2;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(31, 72, 134, 0.12);
    border-radius: 2px;
    padding: 7px 18px;
    min-height: 48px;
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 400;
    color: #6D809B;
}

.checkboxWithLabelInline .table-check {
    margin-left: 0;
}

.labelcheckedHiddenTExt label,
.checkBoxList .checkboxWithLabelInline .labelcheckedHiddenTExt label {
    width: 35px !important;
    overflow: hidden;
    float: left;
    color: transparent;
    height: 25px;
    margin: 0;
}

.form-group .table-check .checkbox label:before {
    width: 22px;
    height: 22px;
    background: url(../images/checkbox_bg.svg) no-repeat !important;
    background-size: 22px !important;
}

.form-group .table-check .checkbox input[type=checkbox]:checked+label:before,
.form-group .table-check .checkbox.checked label:before,
.form-group .table-check .checkbox input[type=checkbox]:checked+input+label:before,
.form-group .table-check .checkbox.checked label:before {
    width: 22px;
    height: 22px;
    background: url(../images/Activecheckbox_bg.svg) no-repeat !important;
    background-size: 22px !important;
}

.riskIndicator {
    margin-left: 0 !important;
}

.riskIndicator li:first-child,
.assetIndicator li:first-child,
.availableStatusIndicator li:first-child {
    padding-left: 0;
}

.dataTables_filter .drpExportOpt_sec.dateRangeGroup {
    max-width: 388px;
    float: right;
    width: 100%;
}

.no-pad-left {
    padding-left: 0;
}

.main-footer {
    font-family: 'CircularStd';
    float: left;
    width: calc(100% - 70px);
}
/** 19052020 **/
.mt35 {
    margin-top: 35px !important;
}

.ListingDetailPage_Sec .modal-content .currentSiteDetails-form .form-group {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    position: relative;
}

    .ListingDetailPage_Sec .modal-content .currentSiteDetails-form .form-group span.field-validation-error {
        top: 100%;
        left: 0;
    }

div.dataTables_wrapper div.dataTables_info {
    font-family: 'CircularStd' !important;
}

.inputAddonBtn {
    position: relative;
}

.videoImgBox .list_img_box_wrapper {
    position: relative;
}

.videoWrapperBox {
    position: absolute;
    top: 45px;
    right: 33px;
    max-height: 343px;
    max-width: 470px;
    width: 100%;
    height: 100%;
}

    .videoWrapperBox #myVideo {
        width: 100%;
        height: 100%;
        background: #ffffff;
    }

span#playvideo {
    position: absolute;
    top: 37%;
    right: 45%;
}

.modal-backdrop.in {
    opacity: 0;
    display: none;
}

.NATACheckBox .table-check .checkbox {
    margin-top: 3px !important;
}

.assetsSec .addNew_btn.btn,
.assetsSec .import_btn.btn {
    padding: 0 15px !important;
    line-height: 46px;
    min-width: 100px;
}

.dateRangeGroup .input-group-btn .addNew_btn {
    margin-top: 31px;
}

.reportprogressBar .progress {
    height: 12px;
    border-radius: 30px !important;
    background: #E7EAF4;
}

.reportprogressBar .progress-bar-danger {
    background: #FF4949;
}

.reportprogressBar .progress-bar-primary {
    background: #0587FF;
}

.checkbox.mt5 {
    margin-top: 5px !important;
}

li.treeview.active {
    padding-bottom: 10px;
    background: #141C2F;
}

.hAZMAT_section_wrapper .ttlRightdiv .dateRangeGroup {
    padding-right: 40px;
    position: relative;
    display: block;
}

    .hAZMAT_section_wrapper .ttlRightdiv .dateRangeGroup a#FetchHazDocsData {
        position: absolute;
        right: 0;
        top: 6px;
        padding: 5px;
        display: inline-block;
        width: auto;
    }

.lfai_section .ttlRightdiv .dateRangeGroup {
    padding-right: 40px;
    position: relative;
    display: block;
}

    .lfai_section .ttlRightdiv .dateRangeGroup a#FetchData {
        position: absolute;
        right: 0;
        top: 6px;
        padding: 5px;
        display: inline-block;
        width: auto;
    }

.overlayMap {
    position: absolute;
    z-index: 99999;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
}

    .overlayMap img {
        max-width: 100px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }

.assets_section.dashboard_elements.mapBox_dashboard .ttlRightdi .select2-container .select2-selection--single {
    height: 40px padding-right: 30px;
}

.assets_section.dashboard_elements.mapBox_dashboard .select2-container .select2-selection--single {
    height: 40px;
    padding-right: 30px;
}

.assets_section.dashboard_elements.mapBox_dashboard .ttlRightdiv {
    position: absolute;
    right: 80px;
    z-index: 9;
    top: 15px;
}

.assets_section.dashboard_elements.mapBox_dashboard {
    position: relative;
}

.statusLabelSec a.action-btn {
    margin: 8px !important;
    float: right;
}

.dashboardBox_ttl a.action-btn {
    margin: 8px !important;
    float: right;
}

.surveySection {
    width: 246px;
}

.LabDocs-drop {
    float: left;
    width: auto;
    margin-top: 5px;
}

    .LabDocs-drop .select2-container--default {
        width: 167px !important;
        float: left;
    }


/*span:hover {
        text-decoration: none;
        text-shadow: 1px 1px 1px #555;
    }*/

.InProgressJob.jobStatus {
    position: relative;
    padding-left: 20px;
}

.IssuedJob.jobStatus {
    position: relative;
    padding-left: 20px;
}

.jobStatus:after {
    left: 0;
}

.validation-div-selectAtLeastOne {
    top: 0;
}

@media (max-width: 1300px) {
    .surveySection {
        margin-bottom: 10px;
    }
}

#lblContent img {
    max-width: 100%;
    height: auto;
}

.hAZMAT_section_wrapper .ttlRightdiv .dateRangeGroup a#FetchHazDocsData {
    top: 0;
}

.hAZMAT_section_wrapper .drpExportOpt_sec .comiseo-daterangepicker-triggerbutton.form-control {
    color: #274066 !important;
    font-size: 14px !important;
    box-shadow: none !important;
    border-radius: 2px !important;
    padding: 2px 18px !important;
    padding-left: 45px !important;
    height: 33px !important;
}

.hAZMAT_section_wrapper .ttlRightdiv {
    margin-top: 31px;
}

@media (max-width: 425px) {
    .hAZMAT_section .ttlRightdiv {
        margin-top: 0;
    }
}
