﻿body {
    font-family: 'lineto brown ', Arial;
    font-size: 14px;
    line-height: 1.428571429;
    color: #132e4e;
    background-color: #fff;
    font-weight: 400;
}

@font-face {
    font-family: 'lineto brown';
    font-weight: 700;
    font-style: normal;
    src: local("lineto brown bold") url('Font_Brown/LL_Brown_Bold_Web/LL Brown-Bold Web/css/fonts/lineto-brown-bold.woff') format("woff"), url('Font_Brown/LL_Brown_Bold_Web/LL Brown-Bold Web/css/fonts/lineto-brown-bold.woff2') format("woff2"), url('Font_Brown/LL_Brown_Bold_Web/LL Brown-Bold Web/css/fonts/lineto-brown-boldalt.woff') format("woff"), url('Font_Brown/LL_Brown_Bold_Web/LL Brown-Bold Web/css/fonts/lineto-brown-boldalt.woff2') format("woff2"),url('Font_Brown/LL_Brown_Bold_Web/LL Brown-Bold Web/css/fonts/lineto-brown-reclinbold.woff') format("woff"),url('Font_Brown/LL_Brown_Bold_Web/LL Brown-Bold Web/css/fonts/lineto-brown-reclinbold.woff2') format("woff2"),url('Font_Brown/LL_Brown_Bold_Web/LL Brown-Bold Web/css/fonts/lineto-brown-reclinboldalt.woff') format("woff"),url('Font_Brown/LL_Brown_Bold_Web/LL Brown-Bold Web/css/fonts/lineto-brown-reclinboldalt.woff2') format("woff2");
}

@font-face {
    font-family: 'lineto brown';
    font-weight: 400;
    font-style: normal;
    src: local("lineto brown reclinregular") url('Font_Brown/LL_Brown_Regular_Web/LL Brown-Regular Web/css/fonts/lineto-brown-reclinregular.woff') format("woff"), url('Font_Brown/LL_Brown_Regular_Web/LL Brown-Regular Web/css/fonts/lineto-brown-reclinregular.woff2') format("woff2"), url('Font_Brown/LL_Brown_Regular_Web/LL Brown-Regular Web/css/fonts/lineto-brown-reclinregularalt.woff') format("woff"),url('Font_Brown/LL_Brown_Regular_Web/LL Brown-Regular Web/css/fonts/lineto-brown-reclinregular.woff') format("woff"),url('Font_Brown/LL_Brown_Regular_Web/LL Brown-Regular Web/css/fonts/lineto-brown-reclinregular.woff2') format("woff2"),url('Font_Brown/LL_Brown_Regular_Web/LL Brown-Regular Web/css/fonts/lineto-brown-regular.woff') format("woff"), url('Font_Brown/LL_Brown_Regular_Web/LL Brown-Regular Web/css/fonts/lineto-brown-regular.woff2') format("woff2"), url('Font_Brown/LL_Brown_Regular_Web/LL Brown-Regular Web/css/fonts/lineto-brown-regularalt.woff') format("woff"),url('Font_Brown/LL_Brown_Regular_Web/LL Brown-Regular Web/css/fonts/lineto-brown-regularalt.woff2') format("woff2");
}

@font-face {
    font-family: 'lineto brown';
    font-weight: 300;
    font-style: normal;
    src: local("lineto brown light") url('Font_Brown/LL_Brown_Light_Web/LL Brown-Light Web/css/fonts/lineto-brown-light.woff') format("woff"),url('Font_Brown/LL_Brown_Light_Web/LL Brown-Light Web/css/fonts/lineto-brown-light.woff2') format("woff2"),url('Font_Brown/LL_Brown_Light_Web/LL Brown-Light Web/css/fonts/lineto-brown-reclinlight.woff') format("woff"),url('Font_Brown/LL_Brown_Light_Web/LL Brown-Light Web/css/fonts/lineto-brown-reclinlight.woff2') format("woff2");
}

@font-face {
    font-family: 'lineto brown';
    font-weight: normal;
    font-style: italic;
    src: local("lineto brown italic") url('Font_Brown/LL_Brown_Italic_Web/LL Brown-Italic Web/css/fonts/lineto-brown-italic.woff') format("woff"),url('Font_Brown/LL_Brown_Italic_Web/LL Brown-Italic Web/css/fonts/lineto-brown-italic.woff2') format("woff2"),url('Font_Brown/LL_Brown_Italic_Web/LL Brown-Italic Web/css/fonts/lineto-brown-Italicalt.woff') format("woff"),url('Font_Brown/LL_Brown_Italic_Web/LL Brown-Italic Web/css/fonts/lineto-brown-Italicalt.woff2') format("woff2");
}



.main_head {
    text-align: center;
    /*font-weight: bold;*/
}

/*a {
    font-family: Roboto, sans-serif !important;
}*/

.input_border {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #707070 !important;
    border-radius: 5px !important;
    opacity: 1;
}


    .input_border:focus {
        box-shadow: 0 0px 0 0 #142f4e !important;
    }

.form_bg {
    background-color: #f4f4f4;
    padding-left: 38px;
    padding-right: 55px;
    border-radius: 3px;
    margin-bottom: 69px;
    padding-top: 39px;
}

.img-logo {
    width: 66px;
    height: 100px;
}

.login_container {
    /*margin-left: 160px;*/
    /*width: 540px;*/
    float: right;
    margin-right: -15px;
    max-width: 510px;
}

.heading_bold {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
}
/*contradic with new menuitem guidelines    font Font = Brown Bold Size = 16px Colour = #132E4E Text transform = Uppercase*/

.label_font {
    /*font-weight: normal !important;*/
    font-size: 14px !important;
    margin-bottom: 6px;
    /*font-weight: 400;*/
    font-style: normal;
    line-height: 17px;
    margin-top: 21px;
    text-transform: uppercase;
}

.label_short {
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    margin-top: 13px;
    text-transform: uppercase;
}

.w-95 {
    width: 95% !important;
}

.w-7 {
    width: 70% !important;
    margin-bottom: 0px !important;
}

.import-agn-pos {
    position: absolute;
}

.w-94 {
    max-width: 94% !important;
}

.w-98 {
    max-width: 98% !important;
}

.ml-10 {
    margin-left: -10px !important;
}

.btn-border {
    border: 7px solid white;
}

.btn-background-white {
    margin-top: 15px;
    margin-bottom: 24px;
}

.pl_0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-0 {
    margin-top: 0 !important;
}

.col_video_h {
    /*height: 290px !important; */
}

.alert-error {
    padding: 10px !important;
    border: 1px solid #ebccd1;
    margin-top: 2%;
    text-align: justify;
}

.form_bg .validation-summary-errors ul {
    padding: 10px !important;
    border: 1px solid #ebccd1;
    margin-top: 2%;
    text-align: justify;
    background-color: #f2dede;
    color: #a94442
}

.validation-summary-errors {
    padding-bottom: 10px;
}
/*navigation bar css starts*/

.navbar-default .navbar-nav > .show > a, .navbar-default .navbar-nav > .show > a:hover, .navbar-default .navbar-nav > .show > a:focus {
    background-color: #e7e7e7 !important;
    color: #555 !important;
}

.navbar-default .navbar-nav > .active > a {
    background-color: #e7e7e7 !important;
    color: #555 !important;
}
/*////////////Added form admin boxes///////////////////////*/
.admin-navbar .navbar-nav > .active > a {
    background-color: #e7e7e7 !important;
    color: #555 !important;
    height: 70px;
}
.admin-navbar .navbar-nav > li > a:hover, .admin-navbar .navbar-nav > li > a:focus {
    color: #333 !important;
    background-color: #eeeeee !important;
    height: 70px;
}
.admin-navbar ul.navbar-nav > li {
    vertical-align: text-top;
}

#account-navbar-menu{
    padding-top:15px !important;
}
    #account-navbar-menu > .active > a {
        background-color: #e7e7e7 !important;
        color: #555 !important;
        height:auto !important;
        /*display: table-cell;
    vertical-align: middle;*/
    }

    #account-navbar-menu > li > a:hover, #account-navbar-menu > li > a:focus {
        color: #333 !important;
        background-color: #eeeeee !important;
        height: auto !important;
        /*display: table-cell;
    vertical-align: middle;*/
    }
   
/*//////////////////////////////////////////////////*/
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #e7e7e7 !important;
    color: #555 !important;
}

.nav .show > a, .nav .show > a:hover, .nav .show > a:focus {
    background-color: #eeeeee !important;
    border-color: #FFD507 !important;
}

.dropdown-menu.show {
    display: block !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333 !important;
    background-color: #eeeeee !important;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.dropdown-menu > li > a:hover, .typeahead .twitter-typeahead .tt-menu > li > a:hover, .dropdown-menu > li > a:focus, .typeahead .twitter-typeahead .tt-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
/*navigation bar css ends*/


/*****************************Support section CSS starts from here*************************************************************************/
.supportBtnBox {
    max-width: fit-content !important;
}

.btn-box {
    border-radius: 7px;
    /*top: 487px;
    left: 291px;*/
    width: 200px;
    height: 66px;
    opacity: 1;
    background-color: white;
    border: 3px solid #132E4E;
    padding: 15px 0px 0px 0px;
    margin-right: -10px;
}

    .btn-box:focus {
        background-color: #fff;
    }

.input-container {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.icon {
    padding: 10px;
    min-width: 50px;
    height: 3.14rem;
    margin-left: 0px;
    border: 1px solid grey;
    text-align: center;
    border-radius: 0px 5px 5px 0px;
    border-left: 0 !important;
    border: 1px 1px 1px 1px solid grey;
}

.input-bl {
    border-radius: 3px 0px 0px 3px !important;
    border: 1px solid #132e4e !important;
    border-right: 0 !important;
}

.form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
    border-bottom: 1px solid grey !important;
}


.mt-3 {
    margin-top: 3%;
}

.mt-4 {
    margin-top: 4%;
}

.mt-1 {
    margin-left: 1%;
}

.mt-15 {
    margin-left: 15px;
}

.mt-2 {
    margin-top: 2%;
}

.mr-15 {
    margin-right: 15px !important;
}

.ml-15 {
    margin-left: 15px;
}

.mr-0 {
    margin-right: 0;
}

.mt-6 {
    margin-top: 64px;
}

.mt-50 {
    margin-top: 50px;
}

.support-mt-50 {
    margin-top: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.block-margin {
    margin: 15px !important;
}

.link-text {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 24px;
}

.support-contact {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}

.footer-margin {
    margin-top: 83px;
    margin-bottom: 37px;
}

.support-block-margin {
    margin-top: 35px;
    margin-right: 2px;
}

.mtb-topic {
    margin-top: 35px;
    margin-bottom: 50px;
}

.footer-link {
    margin-top: 43px;
    margin-bottom: 77px;
}
/************************************modal css starts from here***************************************/
.modal-backdrop {
    background-color: transparent !important;
}

.modal-footer {
    padding: 5px;
}

.modal-content {
    border-radius: 2px;
    display: table;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,.2);
    padding: 3;
    min-width: 300px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    margin: auto;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background: #fff;
}

.dialog-header-content {
    font-size: 20px !important;
}

.mt-5 {
    margin-top: -5px;
}

.contact-1 {
    position: absolute;
    top: 13px;
    margin-right: 30px;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    right: 10px;
}

.contact-2 {
    position: absolute;
    right: 40px;
    font-size: 16px;
    top: 40px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
}

.contact-3 {
    position: absolute;
    right: 65px;
    font-size: 16px;
    top: 75px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
}

.contact-4 {
    position: absolute;
    right: 20px;
    font-size: 16px;
    top: 100px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
}
/******************************Invite company css starts*************************************/
/*.inactive-container {
    opacity: 1;
}*/
.h-32 {
    height: 32px !important;
}

#rolesAgency-section em {
    position: absolute;
    margin-left: 735px !important;
    font-size: 16px;
    font-weight: bold;
    z-index: -1;
}

.trade-role-list em {
    position: absolute;
    margin-left: 448px !important;
    font-size: 16px;
    margin-top: 25px;
    font-weight: bold;
    z-index: -1;
}

#tradeDropdown-section em {
    position: absolute;
    margin-left: 645px !important;
    font-size: 16px;
    font-weight: bold;
    margin-top: inherit !important;
    z-index: -1;
}

.down-icon {
    padding: 10px;
    min-width: 40px;
}

.autocomplete-active, .autocomplete-active:hover, .autocomplete-active:focus {
    background-color: #009FDA !important;
    color: #fff !important;
}

#tradeDropdownautocomplete-list .autocomplete-active:hover, #trades-listautocomplete-list .autocomplete-active:hover, #rolesAgencyautocomplete-list .autocomplete-active:hover {
    background-color: #009FDA !important;
    color: #fff !important;
}

#tradeDropdownautocomplete-list, #rolesAgencyautocomplete-list, #trades-listautocomplete-list {
    font-size: normal;
    display: block;
    padding: 5px 5px 5px 10px;
    border: 1px solid #132e4e;
    width: 101.7%;
    margin-top: -16px;
}

.tradeDropdownautocomplete:hover, .rolesAgencyautocomplete:hover {
    background-color: blue;
    color: #fff;
    padding: 2px 0px 2px 0px;
}

.invite-block {
    margin-right: 2px;
}

.w-5 {
    width: 104%;
}

.invite-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555 !important;
    background-color: #fff;
    background-image: none;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

    .invite-form-control:focus {
        border-color: #132e4e !important;
        outline: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #132e4e !important;
    }

.invite-sub-label {
    font-size: 14px !important;
    color: #132E4E;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 13px;
}

    .mt-30 {
        margin-top: 30px;
    }

.mb-9 {
    margin-bottom: 9px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

/*input[type='radio']:after {
    background-color: #d1d3d1 !important;
    content: '';
    visibility: visible;
}

input[type='radio']:checked:after {
    background-color: #ffa500 !important;
    content: '';
    visibility: visible;
}*/

/*****************Splash welcome page css starts***********************/
ul.bullet-list > li {
    margin-left: 15px !important;
}

.splash-btn {
    margin-left: 50px;
    margin-top: 30px;
    margin-top: 70px;
}

.splash-text-block {
    margin-left: 20px;
    margin-right: 20px;
}

.progress__col--status {
    text-align: center;
}

.fs-14 {
    font-size: 14px;
}

.glyphicon-ok {
    color: green;
}

.sub-heading-text {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 25px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.text-li {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    font-style: normal;
}

.progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 14px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #132e4e;
}

    .progressbar li:before {
        width: 190px;
        height: 60px;
        content: " ";
        /*counter-increment: step;*/
        line-height: 30px;
        border: 3px solid #79f2b1;
        display: block;
        text-align: center;
        /*margin: 0 auto 10px auto;*/
        margin: 0 auto -40px auto !important;
        border-radius: 10px;
        background-color: white;
    }

    .progressbar li:after {
        width: 100%;
        height: 2px;
        content: '';
        position: absolute;
        background-color: #79f2b1;
        top: 28px;
        left: -50%;
        z-index: -1;
    }

    .progressbar li:first-child:after {
        content: none;
    }

    .progressbar li.active {
        color: #132e4e;
    }

        .progressbar li.active:before {
            border-color: #79f2b1;
        }

        .progressbar li.active + li:after {
            background-color: #79f2b1;
        }

.progressBar_point {
    width: 60px;
    height: 60px;
    background-color: #79f2b1;
    margin-left: 75px;
    border-radius: 50%;
}

.svg-line {
    margin-left: -75px;
    margin-top: -11px;
    border-top: 1.6px solid #79f2b1;
}


/**************************create role css starts from here**********************************/
.w-2 {
    width: 102%
}

input[type="radio"]:focus {
    outline: 0;
}

.ml_15 {
    margin-left: -15px;
}


.pt-0 {
    padding-top: 0px;
}

.mt-50 {
    margin-top: -50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-40 {
    margin-top: 40px;
}

.w-full {
    width: -webkit-fill-available;
}

.w-8 {
    width: 108%;
}

.form-control-static {
    padding-top: 0px;
    padding-bottom: 14px;
    margin-bottom: 0;
    min-height: 34px;
}

#AdminAccountDetails_wrapper {
    margin-bottom: 100px;
}

/************Assessment questionair css starts*******************************/
.btn-sm-border {
    float: right;
    background-color: transparent !important;
    box-shadow: none !important;
    border: 1px;
    border: 2px solid #132e4e;
    color: #132e4e !important;
}

.popover .arrow {
    margin: 0rem;
}

.mtb-54 {
    margin-top: 50px;
    margin-bottom: 40px;
}

.mb-28 {
    margin-bottom: 28px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.info-icon {
    /*margin-left: -60px;*/
    margin-top: 10px;
}

.Question_m {
    margin-left: 10px;
    margin-top: 20px;
}

.loader {
    border: 8px solid #fff;
    border-top: 8px solid #79f2b1;
    border-left: 8px solid #79f2b1;
    border-bottom: 8px solid #79f2b1;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    z-index: 8001;
    display: none;
}


.mt-9 {
    margin-top: -9px;
}

.color_selected {
    height: 20px;
    width: 20px;
    margin-left: -30px;
    margin-top: -15px;
}

.hmrc-close {
    margin-top: -25px;
    text-decoration: none;
}

.assess-top {
    margin-top: -30px;
}

.assessment-link {
    float: right;
    margin-right: 10%;
    text-transform: uppercase;
}

.progress-bar-align {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

/*contractor home css starts from here*/

#OutstandingAssessments tr {
    border-bottom: 1px solid #132e4e;
}

#OutstandingAssessments table.dataTable {
    border-collapse: collapse;
}

table.dataTable {
    border-collapse: collapse !important;
}

    table.dataTable tbody td {
        font-weight: 300;
        font-style: normal;
        font-size: 14px;
    }

    table.dataTable thead th {
        font-weight: 300 !important;
    }

.mt-52 {
    margin-top: 50px;
    margin-bottom: 20px;
}

.qdsprogressbar {
    /*margin-top: 10px;*/
    position: absolute;
    z-index: 1;
}

    .qdsprogressbar li {
        display: inline-block;
        border: 1.5px solid #79f2b1;
        padding: 4px;
        font-size: 10.9px;
        border-radius: 10px;
        margin-left: 10px;
        font-weight: bold;
        line-height: 16px;
        text-align: center;
        background-color: #fff;
    }

        .qdsprogressbar li.active {
            background-color: #79f2b1;
            height: 27px;
            font-size: 10.9px;
            line-height: 16px;
            padding: 3px;
            text-align: center;
        }

.svg-line-qdsprogressbar {
    margin-left: 81px;
    border-top: 1.6px solid #79f2b1;
    z-index: -1;
}

.p-10 {
    padding: 10px 10px 10px 0px !important;
}

table.dataTable tbody td {
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 14px !important;
}



.m-content {
    margin-top: 127.5px;
    margin-bottom: 127.5px;
}

.mt-10 {
    margin-top: 10px;
}

.b-display {
    display: none;
}

.display_out {
    display: none !important;
}

.reassessment-h {
    height: 2.9rem;
}

.text-center {
    text-align: center;
}

.pt-2 {
    padding-top: 0.2rem;
}

.bg-white {
    background-color: #fff !important;
}

.readOnly-setup {
    height: 280px;
    overflow-y: auto;
}

.h-2-26 {
    height: 2.26rem !important;
}

.h-21 {
    height: 2.1rem !important;
}

.agency-img {
    max-width: 80%;
    height: auto;
}

.m-content-60 {
    margin-top: 60px;
    margin-bottom: 60px
}

.dispute-popup {
    width: 779px;
    margin-left: -30px;
}

.dispute-reason {
    padding-left: 15px;
    padding-right: 15px
}

.declartion_change {
    margin-left: 1.5em;
    display: inline-block;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.position_abs {
    position: absolute;
}

.marketing_span {
    margin-left: 1.5em;
    display: inline-block;
}

.diaplay_inline {
    display: inline-block;
}

.mt-1_5 {
    margin-top: 1.5%;
}

.mt-0_2 {
    margin-top: 0.2%;
}

.bg-grey {
    background-color: #f6f6f6 !important;
}

.dispute_dash_select {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.border_paddding_5 {
    border: 1px solid #132e4e;
    padding: 5px;
}

.overflow_auto {
    overflow: auto;
}

.padding_25 {
    padding-left: 25px;
    padding-right: 25px;
}

.mg-dash {
    width: 150px;
    display: inline-block;
    margin: 0 auto;
}

.account_link {
    height: 32px;
    line-height: 20px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 8px;
}

.mb_0 {
    margin-bottom: 0px;
}

.text_dec_none {
    text-decoration: none;
}

.filter_span {
    color: white;
    float: right;
    font-size: 15px;
}

.ml_10 {
    margin-left: 10px;
}

.ml-32 {
    margin-left: 32px;
}

.ml-36 {
    margin-left: 36px;
}

.add_task {
    height: 32px;
    line-height: 20px;
    margin-left: 5px;
    margin-top: 8px;
}

.qdos_dash {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.btn-qdos_dash {
    height: 32px;
    line-height: 20px;
}

.m-20 {
    margin: 20px;
}

.user_display {
    display: block !important;
}

.qdos_view {
    float: right;
    margin-top: -20px;
}

.ml_0 {
    margin-left: 0px;
}

.b_btm_black {
    border-bottom: 1px solid #132e4e;
    margin-bottom: 20px;
}

.pl-35 {
    padding-left: 35px;
}

.w-102 {
    width: 102%;
}

.billing_detail {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 10px;
}

.previous_ans {
    position: absolute;
    top: -25px;
    margin-bottom: -25px;
}

.arrow_left {
    left: 17.096%;
}

.bg-assessment {
    background-color: #f5f524;
}

.payment-text {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 10px;
}

.right_navbar {
    position: absolute;
    right: 10px;
    margin: 0px;
}

.contact-qdos {
    position: absolute;
    right: 30px;
    top: 100px;
    font-weight: bold;
}

.user_dash_mar {
    margin-top: -90px;
    max-width: 90%
}

.mar-48 {
    margin-left: -48px;
}

.w-m-content {
    width: max-content;
}

.user-heading {
    margin-left: -70px;
    margin-top: 21px;
}

.mt-col-5 {
    margin-top: 5px;
}

.mt-20 {
    margin-top: -20px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-1 {
    margin-left: -1px !important;
}

.w-58 {
    width: 105.8% !important;
}

.w-task {
    width: 102.5% !important;
}

table.dataTable thead th {
    text-transform: uppercase;
}

.btn-contractor {
    height: 30px;
    line-height: 30px;
    margin-top: 5px !important;
}

.btn-contractor-wtBorder, .btn-contractor-wtBorder:hover, .btn-contractor-wtBorder:focus {
    color: #152F4E !important;
    background: #fff !important;
    border: 2px solid #152F4E;
    border-radius: 3px;
    font-size: 12px;
    line-height: 25px;
    height: 30px;
    line-height: 28px;
    margin-top: 5px !important;
}


.progress__col--status h5 {
    padding: 12px;
    background-color: #ffd507;
    background-color: #ecf2fa;
    font-weight: 300;
}

/*************invite page radio button css****************/
/* The container */
.label-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300 !important;
    font-size: 14px;
    padding-top: 3px;
}

    /* Hide the browser's default radio button */
    .label-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 27px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.label-container:hover input ~ .checkmark, .label-container input ~ .checkmark {
    background-color: #fff;
    border: 1px solid #132e4e;
}

/* When the radio button is checked, add a blue background */
.label-container input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #132e4e;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.label-container input:checked ~ .checkmark:after {
    display: block;
}
/* Show the indicator (dot/circle) when disabled */
.label-container input:disabled ~ .checkmark:after {
    /*display: block;*/
    background-color: lightgrey;
}

/* Style the indicator (dot/circle) */
.label-container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 21px;
    height: 19px;
    border-radius: 50%;
    background: #132e4e;
}



.Question_role-assess {
    margin-top: 15px;
}

.w-5-8 {
    width: 58% !important;
}

.mt-25 {
    margin-top: -25px !important;
}

.mt-25-import {
    margin-top: 25px;
}

.ml-3 {
    margin-left: -3px !important;
}

.agency-client-cal {
    margin-top: 9px !important;
    margin-right: -4px !important;
    width: 55% !important;
}

.agency-cal-out-div {
    display: inherit;
}

.dropdown-menu.show1 {
    display: block !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-50 {
    /*margin-bottom:50px;*/
}

#send-to-client {
    height: 15px;
    width: 15px;
}

.table.dataTable thead .sorting {
    background-image: none !important;
}

.agency-details-group .form-group {
    margin-bottom: .5em !important;
}

.agency-details-group .agency-details-radio {
    margin-bottom: 1em !important;
}

.agency-details-group .agency-details-link {
    margin-bottom: 1.3em !important;
}
.decline-text-space {
    margin-left: 10px
}
#rolesAgencyautocomplete-list div:hover, #tradeDropdownautocomplete-list div:hover, #trades-listautocomplete-list div:hover {
    cursor: pointer;
    pointer-events: auto;
    background-color: #efefef;
}

/*body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
    position: fixed;
}*/
/*media query started from here*/
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .login_container {
        width: 400px;
    }

    .user--uncertain {
        width: 100% !important;
    }

    .support-block-margin {
        margin-top: 0px;
        margin-right: 0px;
    }

    .cal-icon {
        /*margin-top: -5px !important;*/
    }

    .calender-input {
        border: 1px solid #132e4e !important;
        margin: 1px !important;
        border-radius: 5px 0px 0px 5px;
    }

    .svg-line {
        margin-left: -30px !important;
        margin-top: -5px !important;
    }

    .progressbar li:before {
        width: 170px !important;
        height: 60px;
    }

    .progressBar_point {
        width: 50px !important;
        height: 50px !important;
        margin-left: 65px !important;
        margin-top: 5px !important;
    }

    .pl-35 {
        padding-left: 25px !important;
    }

    .ml-36 {
        margin-left: 34px;
    }
    /*.send-assessment-invite .cal-icon {
        height: 3.29rem;
    }*/

}
/*-------------------ipad----------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .admin-navbar .navbar-nav > .active > a {
        height: 130px;
    }

    .admin-navbar .navbar-nav > li > a:hover, .admin-navbar .navbar-nav > li > a:focus {
        height: 130px;
    }
    iframe {
        width: 350px;
    }

    .user--uncertain {
        width: 138%;
    }

    .support-block-margin {
        margin-top: 0px;
        margin-right: 0px;
    }

    .cal-icon {
        /*margin-top: -5px !important;*/
    }

    .calender-input {
        border: 1px solid #132e4e !important;
        margin: 1px !important;
        border-radius: 5px 0px 0px 5px;
    }

    .qdsprogressbar li {
        font-size: 10px !important;
        margin-left: 17.5px;
    }

        .qdsprogressbar li:active {
            font-size: 10px !important;
        }


    .progressBar_point {
        width: 35px;
        height: 35px;
        margin-left: 35px;
        margin-top: 12px;
    }

    .progressbar li {
        list-style-type: none;
        width: 25%;
        float: left;
        font-size: 13px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #132e4e;
    }

        .progressbar li:before {
            width: 120px;
            height: 55px;
        }

        .progressbar li:after {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #ffd507;
            top: 28px;
            left: -50%;
            z-index: -1;
        }

        .progressbar li:first-child:after {
            content: none;
        }

        .progressbar li.active {
            color: #132e4e;
        }

            .progressbar li.active:before {
                border-color: #ffd507;
            }

            .progressbar li.active + li:after {
                background-color: #ffd507;
            }

    .progressBar_point {
        width: 35px;
        height: 35px;
    }

    .svg-line {
        margin-left: 57px;
        margin-top: -26px;
    }

    .pl-35 {
        padding-left: 15px;
    }

    .ml-36 {
        margin-left: 34px;
    }
    .outstanding-assessment-width {
        Width: 12% !important;
    }
}

/*-------------------iphone X----------------------------------*/
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    iframe {
        width: 315px !important;
    }

    .user--uncertain {
        width: 105%;
    }

    .support-block-margin {
        margin-top: 0px;
        margin-right: 0px;
    }

    .cal-icon {
        height: 3.16rem;
        /*margin-top: -5px !important;*/
    }

    .calender-input {
        border: 1px solid #132e4e !important;
        margin: 1px !important;
        border-radius: 5px 0px 0px 5px;
        height: 43px;
    }

    .modal-content {
        width: 390px;
        margin: 0;
        margin-top: 255px !important;
    }

    .navbar-toggle {
        margin: 10px 24px 0 0;
    }

    .contact-1 {
        margin-top: 35px;
    }

    .contact-2 {
        margin-top: 30px;
    }

    .contact-3 {
        margin-top: 18px;
    }

    .contact-4 {
        margin-top: 10px;
    }

    .ml-32 {
        margin-left: 10px;
    }

    .export .btn-default {
        font-size: 11.5px;
        padding: 2px;
        margin-left: -16px;
    }

    .ml-1, .ml-3 {
        margin-left: -15px !important;
    }

    .ml-36 {
        margin-left: 10px;
    }

    .w-agency-radio {
        width: 15%;
    }

    .assessment-dropdown {
        position: relative;
        float: left;
    }
}
/* ----------- iPhone 6, 6S, 7 and 8 plus ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
    iframe {
        width: 335px !important;
    }

    .user--uncertain {
        width: 100%;
    }

    .login_container {
        width: 370px;
        float: none;
    }

    .support-block-margin {
        margin-top: 0px;
        margin-right: 0px;
    }

    .cal-icon {
        height: 3.16rem;
        /*margin-top: -5px !important;*/
    }

    .calender-input {
        border: 1px solid #132e4e !important;
        margin: 1px !important;
        border-radius: 5px 0px 0px 5px;
        height: 43px;
    }

    .modal-content {
        width: 395px !important;
        margin: 0;
        margin-top: 255px !important;
    }

    .navbar-toggle {
        margin: 10px 24px 0 0;
    }

    .contact-1 {
        margin-top: 35px;
    }

    .contact-2 {
        margin-top: 30px;
    }

    .contact-3 {
        margin-top: 18px;
    }

    .contact-4 {
        margin-top: 10px;
    }

    .ml-32 {
        margin-left: 10px;
    }

    .export .btn-default {
        font-size: 11.5px;
        padding: 2px;
        margin-left: -16px;
    }

    .ml-1, .ml-3 {
        margin-left: -15px !important;
    }

    .progressbar li {
        font-size: 9px;
        margin-right: 25px;
    }

        .progressbar li:before {
            width: 70px;
        }

    .pl-35 {
        padding-left: 70px !important;
    }

    .ml-36 {
        margin-left: 10px;
    }

    .w-agency-radio {
        width: 15%;
    }

    .assessment-dropdown {
        position: relative;
        float: left;
    }
}
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    iframe {
        width: 350px;
    }

    .user--uncertain {
        width: 104% !important;
    }

    .login_container {
        width: 350px;
    }

    .support-block-margin {
        margin-top: 0px;
        margin-right: 0px;
    }

    .modal-content {
        width: 355px !important;
        margin: 0;
        margin-top: 210.5px !important;
    }

    .navbar-toggle {
        margin: 10px 24px 0 0;
    }

    .contact-1 {
        margin-top: 35px;
    }

    .contact-2 {
        margin-top: 30px;
    }

    .contact-3 {
        margin-top: 18px;
    }

    .contact-4 {
        margin-top: 10px;
    }

    .ml-32 {
        margin-left: 10px;
    }

    .export .btn-default {
        font-size: 11.5px;
        padding: 2px;
        margin-left: -16px;
    }

    .ml-1, .ml-3 {
        margin-left: -15px !important;
    }

    .ml-36 {
        margin-left: 10px;
    }

    .user--uncertain {
        width: 100%;
    }

    .w-agency-radio {
        width: 15%;
    }

    .assessment-dropdown {
        position: relative;
        float: left;
    }
}
/* ----------- iPhone 5/SE----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    /*iframe {
        width: 260px;
    }*/
    .admin-navbar .navbar-nav > .active > a {
        height: 40px;
    }

    .admin-navbar .navbar-nav > li > a:hover, .admin-navbar .navbar-nav > li > a:focus {
        height: 40px;
    }
    .modal-content {
        width: 340px;
        margin: 0;
        margin-top: 130px !important;
    }

    .navbar-toggle {
        margin: 10px 24px 0 0;
    }

    .contact-1 {
        margin-top: 35px;
    }

    .contact-2 {
        margin-top: 30px;
    }

    .contact-3 {
        margin-top: 18px;
    }

    .contact-4 {
        margin-top: 10px;
    }

    .ml-32 {
        margin-left: 10px;
    }

    .export .btn-default {
        font-size: 11.5px;
        padding: 2px;
        margin-left: -16px;
    }

    .ml-1, .ml-3 {
        margin-left: -15px !important;
    }
    .qdsprogressbar li {
        font-size: 10px !important;
        margin-left: 17.5px;
    }

        .qdsprogressbar li:active {
            font-size: 10px !important;
        }

    .progressBar_point {
        width: 20px;
        height: 20px;
        background-color: #ffd507;
        margin-left: 0px;
        border-radius: 50%;
        /* display: none; */
    }

    .progressbar li:before {
        width: 57px;
        height: 50px;
        content: " ";
        /* counter-increment: step; */
        line-height: -12px;
        border: 2px solid #ffd507;
        display: block;
        text-align: center;
        /* margin: 0 auto 10px auto; */
        margin: 0px auto -40px -2px !important;
        border-radius: 10px;
        background-color: white;
        /* padding-top: 21px !important; */
        /* top: -6px !important; */
    }

    .progressbar li {
        list-style-type: none;
        width: 17%;
        float: left;
        font-size: 8px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #132e4e;
        margin-right: 21px;
        margin-bottom: 20px;
        margin-top: -35px;
    }

    .svg-line {
        margin-left: 15px;
        margin-top: -30px;
        width: 275px !important;
    }

    .progressbar li:after {
        width: 100%;
        height: 0px;
        content: '';
        background-color: #ffd507;
        left: -50%;
        z-index: -1;
        margin-top: 13px;
    }

    .progressbar {
        margin-top: -9px;
        margin-left: 30px;
        width: 330px !important;
    }

    .splash-text-block {
        margin-left: 2px;
        margin-right: 2px;
    }

    .intite-radio-w {
        width: 50% !important
    }

    .pl-35 {
        padding-left: 50px;
    }

    .invite-radio-m {
        margin-left: auto;
        margin-top: -58px;
    }

    .ml-36 {
        margin-left: 10px;
    }

    .w-agency-radio {
        width: 15%;
    }

    .assessment-dropdown {
        position: relative;
        float: left;
    }
}
/* ----------- Galaxy 5S and Moto G4----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
    .admin-navbar .navbar-nav > .active > a {
        height: 40px;
    }

    .admin-navbar .navbar-nav > li > a:hover, .admin-navbar .navbar-nav > li > a:focus {
        height: 40px;
    }
    .assessment-dropdown {
        position: relative;
        float: left;
    }

    iframe {
        width: 295px;
    }

    .ml-36 {
        margin-left: 10px;
    }

    .support-block-margin {
        margin-top: 0px;
        margin-right: 0px;
    }

    .modal-content {
        width: 340px;
        margin: 0;
    }

    .qdsprogressbar li {
        font-size: 10px !important;
        margin-left: 17.5px;
    }

        .qdsprogressbar li:active {
            font-size: 10px !important;
        }

    .modal-open .wrapper {
        overflow: hidden;
        position: relative;
    }

    .splash-text-block {
        margin-left: 2px;
        /* margin-right: 80px; */
    }

    .progressBar_point {
        width: 20px;
        height: 20px;
        background-color: #ffd507;
        margin-left: 0px;
        border-radius: 50%;
        /* display: none; */
    }

    .progressbar li:before {
        width: 57px;
        height: 50px;
        content: " ";
        /* counter-increment: step; */
        line-height: -12px;
        border: 2px solid #ffd507;
        display: block;
        text-align: center;
        /* margin: 0 auto 10px auto; */
        margin: 0px auto -40px -2px !important;
        border-radius: 10px;
        background-color: white;
        /* padding-top: 21px !important; */
        /* top: -6px !important; */
    }

    .progressbar li {
        list-style-type: none;
        width: 17%;
        float: left;
        font-size: 8px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #132e4e;
        margin-right: 21px;
        margin-bottom: 20px;
        margin-top: -35px;
    }

    .svg-line {
        margin-left: 15px;
        margin-top: -30px;
        width: 275px !important;
    }

    .progressbar li:after {
        width: 100%;
        height: 0px;
        content: '';
        background-color: #ffd507;
        left: -50%;
        z-index: -1;
        margin-top: 13px;
    }

    .progressbar {
        margin-top: -9px;
        margin-left: 30px;
        width: 330px !important;
    }

    .intite-radio-w {
        width: 50% !important
    }

    .pl-35 {
        padding-left: 60px;
    }

    .invite-radio-m {
        margin-left: auto;
        margin-top: -58px;
    }

    .user--uncertain {
        width: 107% !important;
    }

    .editDetails .input_field_pound {
        border-radius: 0px 5px 5px 0px !important;
        width: 96% !important;
    }

    .mt-25-import {
        margin-top: 45px;
    }

    .navbar-nav .show .dropdown-menu, .navbar-nav .show .typeahead .twitter-typeahead .tt-menu, .typeahead .twitter-typeahead .navbar-nav .show .tt-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .w-agency-radio {
        width: 15%;
    }

    .assessment-dropdown {
        position: relative;
        float: left;
    }
}

::-ms-clear {
    display: none;
}

.outstanding-assessment-width {
    Width: 9% !important;
    overflow-wrap: break-word;
}
.header-dashboard-heading {
    width: 500px;
    margin-top: 92px;
}
.policycheck-h {
    height: 23px;
}
.agency-details-group .agency-details-check {
    margin-bottom: 1em !important;
}
.policy-type-check {
    text-align: center;
    vertical-align: middle;
    /*margin-top: 13px;*/
}
.policy-type-label {
    margin-left: 5px;
}
.errorClass {
    color: #a94442 !important;
}
.standardClauseResponseSelected {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
    height: auto;
}