@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');

@font-face {
    font-family: 'Graphik-Bold';
    src: url('../../Fonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'), url('../../Fonts/Graphik-Bold.otf') format('opentype'), url('../../Fonts/Graphik-Bold.woff') format('woff'), url('../../Fonts/Graphik-Bold.ttf') format('truetype'), url('../../Fonts/Graphik-Bold.svg#Graphik-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik-Light';
    src: url('../../Fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'), url('../../Fonts/Graphik-Light.woff') format('woff'), url('../../Fonts/Graphik-Light.ttf') format('truetype'), url('../../Fonts/Graphik-Light.svg#Graphik-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik-Medium';
    src: url('../../Fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'), url('../../Fonts/Graphik-Medium.otf') format('opentype'), url('../../Fonts/Graphik-Medium.woff') format('woff'), url('../../Fonts/Graphik-Medium.ttf') format('truetype'), url('../../Fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik-Regular';
    src: url('../../Fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'), url('../../Fonts/Graphik-Regular.otf') format('opentype'), url('../../Fonts/Graphik-Regular.woff') format('woff'), url('../../Fonts/Graphik-Regular.ttf') format('truetype'), url('../../Fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik-Semibold';
    src: url('../../Fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'), url('../../Fonts/Graphik-Semibold.otf') format('opentype'), url('../../Fonts/Graphik-Semibold.woff') format('woff'), url('../../Fonts/Graphik-Semibold.ttf') format('truetype'), url('../../Fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Graphik-Regular';
    font-weight: 400;
    font-size: 14px!important;
    color: #7f8899!important;
    line-height: 1.1!important;
    background-color: #a9c5fa30;
}

::-webkit-input-placeholder {
    /* Edge */
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 1;
}

::placeholder {
    opacity: 1;
}

.mt50 {
    margin-top: 50px;
}

.scrollHide {
    overflow: hidden;
    position: fixed;
    top: 0;
}

.header {
    width: 100%;
    height: 75px;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    border: solid 1px #e4e7ec;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 18px;
    background: #fff;
    z-index: 999;
}

    .header .logo {
        width: 110px;
    }

        .header .logo img {
            width: 100%;
        }

.notificationPanel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 294px;
}

    .notificationPanel .notificationInner {
        height: 75px;
        padding: 0 25px;
        display: flex;
        align-items: center;
        border-left: solid 1px #e4e7ec;
    }

        .notificationPanel .notificationInner a {
            transition: all .35s ease 0s;
            -moz-transition: all .35s ease 0s;
            -webkit-transition: all .35s ease 0s;
        }

            .notificationPanel .notificationInner a:hover {
                opacity: 0.7;
            }

    .notificationPanel .userPanel {
        height: 75px;
        display: flex;
        align-items: center;
        border-left: solid 1px #e4e7ec;
        padding: 0 86px 0 17px;
        position: relative;
        width: 221px;
    }

        .notificationPanel .userPanel a {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .notificationPanel .userPanel a .initial {
                transition: all .35s ease 0s;
                -moz-transition: all .35s ease 0s;
                -webkit-transition: all .35s ease 0s;
                width: 35px;
                height: 35px;
                line-height: 35px;
                background-color: #eef1f4;
                border-radius: 50%;
                margin: 0 5px 0 0;
            }

            .notificationPanel .userPanel a .userName {
                text-align: left;
            }

                .notificationPanel .userPanel a .userName h2 {
                    transition: all .35s ease 0s;
                    -moz-transition: all .35s ease 0s;
                    -webkit-transition: all .35s ease 0s;
                    font-family: 'Graphik-Medium';
                    color: #37435a;
                    font-size: 14px;
                    position: relative;
                    margin-bottom: 0;
                }

                    .notificationPanel .userPanel a .userName h2::after {
                        content: "";
                        width: 0;
                        height: 0;
                        border-left: 7px solid transparent;
                        border-right: 7px solid transparent;
                        border-top: 7px solid #000;
                        position: absolute;
                        left: 100%;
                        top: 2px;
                    }

                .notificationPanel .userPanel a .userName span {
                    color: #9eb0c2;
                }

        .notificationPanel .userPanel:hover a .initial {
            -webkit-box-shadow: 0px 0px 13px 0px rgba(191, 191, 191, 1);
            -moz-box-shadow: 0px 0px 13px 0px rgba(191, 191, 191, 1);
            box-shadow: 0px 0px 13px 0px rgba(191, 191, 191, 1);
        }

        .notificationPanel .userPanel:hover a .userName h2 {
            color: #2956f6;
        }

        .notificationPanel .userPanel .floatMenu {
            position: absolute;
            left: 0;
            top: 100%;
            border: solid 1px #e4e7ec;
            background-color: #ffffff;
            border-top: none;
            width: 100%;
            padding: 10px;
            display: none;
        }

            .notificationPanel .userPanel .floatMenu a {
                font-size: 16px;
                letter-spacing: 1px;
            }

    .notificationPanel .liNoNotification {
        font-size: 17px;
        color: #466295;
        margin-top: 1.5em;
    }

.cntWmenu {
    width: 100%;
    float: left;
    margin-top: 75px;
}

    .cntWmenu .content {
        width: calc(100% - 294px);
        min-height: calc(100vh - 75px);
        padding: 75px 100px;
        float: left;
        /*border-right: solid 1px #e4e7ec;*/
    }

    .cntWmenu .content2 {
        width: calc(100% - 294px);
        min-height: calc(100vh - 75px);
        padding: 75px 0;
        float: left;
        border-right: solid 1px #e4e7ec;
    }

    .cntWmenu .content3 {
        width: 100%;
        padding: 75px;
        float: left;
    }

.menuWrapper {
    width: 294px;
    float: left;
    height: calc(100vh - 75px);
    background-color: #ffffff;
    padding: 20px 24px;
    position: fixed;
    right: 0;
    top: 75px;
}

    .menuWrapper .headText {
        width: 100%;
        float: left;
        padding: 60px 0 40px 0;
        text-align: left;
    }

        .menuWrapper .headText h1 {
            font-family: 'Graphik-Regular';
            font-size: 23px !important;
            font-weight: 300;
            letter-spacing: 0.63px;
            color: #1d3274;
            ;
        }

    .menuWrapper ul {
        width: 100%;
        float: left;
        text-align: left;
    }

        .menuWrapper ul li {
            width: 100%;
            float: left;
            position: relative;
            margin-bottom: 28px;
        }

            .menuWrapper ul li label {
                font-size: 16px;
                letter-spacing: 0.3px;
                color: #437dda;
                font-family: 'Graphik-Medium';
            }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        line-height: 25px;
        display: inline-block;
        color: #7f8899;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 3px solid #7f8899;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 14px;
            height: 14px;
            background: #437dda;
            position: absolute;
            top: 5px;
            left: 5px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.menuWrapper ul li.active label {
    color: #64c879;
}

[type="radio"]:checked + label {
    color: #437dda;
}

.menuWrapper ul li [type="radio"]:checked + label:before {
    border: 3px solid #437dda
}

.menuWrapper ul li.active [type="radio"] + label:before {
    border-color: #64c879;
    background-color: #64c879;
    background-image: url(../../Images/ico-tick.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.menuWrapper a.continueBtn {
    width: 100%;
    float: left;
    border-radius: 3px;
    background-color: #70ce84;
    padding: 14px 20px;
    text-align: center;
    font-family: 'Graphik-Medium';
    font-size: 22px;
    color: #fff;
    border: none;
    cursor: pointer;
}

    .menuWrapper a.continueBtn.gen-qt-btn {
        font-size: 21px;
    }

.commonHead {
    width: 100%;
    float: left;
}

    .commonHead h2 {
        font-size: 20px;
        color: #437dda;
        font-family: 'Graphik-Medium';
        padding-bottom: 15px;
    }

/*Styles added on 10/23/2020 for Endorsement Pages*/


.businessStartDiv .bussinessDiv {
    padding: 40px 45px 40px 28px;
    border-radius: 10px;
    border: solid 1px #e4e7ec;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    background-color: #ffffff;
}

    .businessStartDiv .bussinessDiv ul {
        width: 100%;
        float: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-flow: row wrap;
    }

        .businessStartDiv .bussinessDiv ul li {
            width: calc(50% - 30px);
            display: inline-block;
            position: relative;
        }

            .businessStartDiv .bussinessDiv ul li label {
                font-size: 14px;
                letter-spacing: 1px;
                font-family: 'Graphik-Medium';
                color: #1d3274;
                opacity: 0.65;
                text-transform: uppercase;
            }

            .businessStartDiv .bussinessDiv ul li .text {
                width: 100%;
                -webkit-appearance: none;
                display: inline-block;
                padding: 12px;
                border-radius: 5px;
                border: solid 1px #cad0d6;
                margin-top: 15px;
                font-family: "Graphik-Regular";
                font-size: 13px;
            }

            .businessStartDiv .bussinessDiv ul li .calenderWrap {
                position: relative;
            }

            .businessStartDiv .bussinessDiv ul li .calender {
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translateY(-20%);
                background: url(../../images/ico-calendar.svg);
                width: 23px;
                height: 23px;
                background-size: cover;
            }

            .businessStartDiv .bussinessDiv ul li .text.inputCalender, .businessStartDiv .bussinessDiv ul li .text.yearpicker {
                position: relative;
                z-index: 2;
                background-color: transparent;
            }

.businessStartDiv.cancellationDiv .bussinessDiv ul li {
    margin-bottom: 30px;
}

    .businessStartDiv.cancellationDiv .bussinessDiv ul li.halfWidth {
        width: calc(33.3% - 30px);
    }

    .businessStartDiv.cancellationDiv .bussinessDiv ul li.full-width {
        width: 100%;
    }

    .businessStartDiv.cancellationDiv .bussinessDiv ul li .text {
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    .businessStartDiv.cancellationDiv .bussinessDiv ul li textarea.text {
        text-transform: lowercase;
        line-height: 1.5;
    }

    .businessStartDiv.cancellationDiv .bussinessDiv ul li .text.signature {
        font-family: 'Dancing Script', cursive;
        font-weight: 700;
        cursor: pointer;
    }

    .businessStartDiv.cancellationDiv .bussinessDiv ul li .selectDiv {
        width: 100%;
        float: left;
        position: relative;
    }

    .businessStartDiv.cancellationDiv .bussinessDiv ul li select {
        width: 100%;
        display: inline-block;
        padding: 11px;
        border-radius: 5px;
        border: solid 1px rgba(127, 136, 153, 0.38);
        margin-top: 15px;
        font-size: 16px;
        opacity: 0.45;
        font-family: 'Graphik-Regular';
        color: #1d3274;
        -webkit-appearance: none;
        appearance: none;
    }

    .businessStartDiv.cancellationDiv .bussinessDiv ul li .selectDD {
        opacity: 1;
    }

    .businessStartDiv.cancellationDiv .bussinessDiv ul li .selectDiv::after {
        content: '\f0d7';
        font: normal normal normal 24px/1 FontAwesome;
        color: #000;
        right: 18px;
        top: 50%;
        transform: translateY(-28%);
        font-weight: bold;
        position: absolute;
        pointer-events: none;
        cursor: pointer;
    }

    .businessStartDiv.cancellationDiv .bussinessDiv ul li .twoField {
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .businessStartDiv.cancellationDiv .bussinessDiv ul li .twoField .fieldBx {
            width: calc(50% - 15px);
        }

    .businessStartDiv.cancellationDiv .bussinessDiv ul li span {
        width: 100%;
        float: left;
        margin: 15px 0 0;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: #000;
    }

    .businessStartDiv.cancellationDiv .bussinessDiv ul li.mt50 {
        margin-top: 50px;
    }

.businessStartDiv.cancellationDiv .bussinessDiv .btnDiv {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
}

    .businessStartDiv.cancellationDiv .bussinessDiv .btnDiv .btnRel {
        width: 250px;
        display: inline-block;
        position: relative;
        padding: 17px 0 17px 82px;
        border-radius: 3px;
        border: solid 1px #437dda;
        color: #437dda;
        font-family: 'Graphik-Medium';
        font-size: 12px;
    }

        .businessStartDiv.cancellationDiv .bussinessDiv .btnDiv .btnRel button {
            cursor: pointer;
            position: absolute;
            left: 0;
            top: 0;
            padding: 0 0;
            height: 100%;
            margin: 0;
            border-radius: 3px;
            border: none;
            background-color: #437dda;
            font-family: 'Graphik-Medium';
            font-size: 18px;
            color: #fff;
            width: 42%;
        }

.businessStartDiv .newBusinessDiv ul li {
    margin: 0 0 60px;
}

    .businessStartDiv .newBusinessDiv ul li.fullwidth {
        width: 100%;
    }

    .businessStartDiv .newBusinessDiv ul li .radioGroup {
        width: 100%;
        float: left;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-flow: row wrap;
        margin: 15px 0 0;
    }

        .businessStartDiv .newBusinessDiv ul li .radioGroup .radioBx {
            width: calc(33.3% - 20px);
            margin: 15px 0;
        }

            .businessStartDiv .newBusinessDiv ul li .radioGroup .radioBx label {
                font-size: 16px;
                text-transform: none;
                font-family: "Graphik-Regular";
                letter-spacing: normal;
            }

            .businessStartDiv .newBusinessDiv ul li .radioGroup .radioBx [type="radio"]:checked + label:before, .businessStartDiv .newBusinessDiv ul li .radioGroup .radioBx [type="radio"]:not(:checked) + label:before {
                border-width: 1px;
            }

            .businessStartDiv .newBusinessDiv ul li .radioGroup .radioBx [type="radio"]:checked + label:after, .businessStartDiv .newBusinessDiv ul li .radioGroup .radioBx [type="radio"]:not(:checked) + label:after {
                width: 12px;
                height: 12px;
                left: 4px;
                top: 4px;
            }

            .businessStartDiv .newBusinessDiv ul li .radioGroup .radioBx [type="radio"]:checked + label {
                opacity: 1;
            }

                .businessStartDiv .newBusinessDiv ul li .radioGroup .radioBx [type="radio"]:checked + label:before {
                    border-color: #437dda;
                }

.businessStartDiv .bussinessDiv.empBusinessDiv ul li {
    width: calc(33.3% - 30px);
}

.businessStartDiv .bussinessDiv.covrageDiv ul li, .businessStartDiv .bussinessDiv ul li.radioLi {
    width: 100%;
    margin-bottom: 45px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

    .businessStartDiv .bussinessDiv.covrageDiv ul li:last-child {
        margin-bottom: 0;
    }

    .businessStartDiv .bussinessDiv.covrageDiv ul li h3, .businessStartDiv .bussinessDiv ul li.radioLi h3 {
        width: 80%;
        float: left;
        opacity: 0.66;
        font-family: "Graphik-Regular";
        font-size: 18px;
        color: #1d3274;
        margin-bottom: 10px;
    }

    .businessStartDiv .bussinessDiv.covrageDiv ul li .action, .businessStartDiv .bussinessDiv ul li.radioLi .action {
        width: calc(20% - 33px);
        display: inline-block;
        vertical-align: middle;
        text-align: right;
        margin: 0 0 0 30px;
    }

        .businessStartDiv .bussinessDiv.covrageDiv ul li .action a, .businessStartDiv .bussinessDiv ul li.radioLi .action a {
            width: 45px;
            height: 45px;
            transition: all .35s ease 0s;
            background-color: rgba(158,176,194,0.52);
            border-radius: 50%;
            display: inline-block;
            position: relative;
        }

            .businessStartDiv .bussinessDiv.covrageDiv ul li .action a.active, .businessStartDiv .bussinessDiv ul li.radioLi .action a.active {
                background-color: #64c879;
                background-image: url(../images/ico-tick.svg);
                background-repeat: no-repeat;
                background-size: 60%;
                background-position: center center;
            }

    .businessStartDiv .bussinessDiv.covrageDiv ul li label {
        opacity: 1;
    }

.hiddenField {
    width: calc(50% - 30px);
    margin: 20px 0 0;
    display: none;
}

.tableDiv {
    margin-top: 20px;
}

table {
    border-spacing: 0 10px;
}

    table thead tr th {
        font-family: 'Graphik-Medium';
        text-transform: uppercase;
        letter-spacing: 0.86px;
        color: #7f8899;
        font-size: 12px;
        padding-bottom: 10px;
    }

        table thead tr th img {
            margin-left: 15px;
        }

    table tr td {
        padding: 25px 0px;
    }

    table tr td {
        font-family: 'Graphik-Regular';
        font-size: 14px;
        color: #37435a;
    }

        table tr td .iconBox {
            display: inline-block;
            vertical-align: middle;
            margin-right: 15px;
            width: 65px;
        }

            table tr td .iconBox img {
                max-width: 100%;
            }

        table tr td .text {
            display: inline-block;
            vertical-align: middle;
            font-family: 'Graphik-Regular';
            font-size: 14px;
            color: #37435a;
        }

        table tr td form {
            padding-left: 15px;
        }

        table tr td .action a {
            font-family: 'Graphik-Regular';
            font-size: 14px;
            color: #437dda;
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 5px;
        }

            table tr td .action a i {
                color: #437dda;
                margin-right: 8px;
                font-size: 20px;
                vertical-align: middle;
            }

    table tr.border {
        border: solid 1px rgba(127, 136, 153, 0.4);
        border-radius: 3px;
        background-color: #ffffff;
    }

.reviewTable table tr.border {
    background-color: #fff;
}

table tr td span {
    opacity: 0.54;
    width: 100%;
    float: left;
    margin-top: 5px;
}

    table tr td span.label {
        opacity: 1;
    }

        table tr td span.label.sucess {
            color: #64c879;
        }

        table tr td span.label.warning {
            color: #ff9a4e;
        }

table tr td h3 {
    font-size: 14px;
    font-weight: normal;
}

table tbody tr:hover, .reviewTable table tbody tr:hover {
    background-color: #f5f9ff;
}

table tr td .addCov {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    color: #437dda;
}

    table tr td .addCov svg {
        width: 10px;
        height: 10px;
    }

        table tr td .addCov svg path {
            fill: #437dda;
        }



.psTabel table tr td {
    padding: 20px 10px;
    line-height: 1.5;
}

    .psTabel table tr td .action a i {
        font-size: 22px;
        margin: 0 10px;
    }

.psTabel table tr th {
    padding: 0 10px;
    line-height: 1.5;
}

.psTabel table tr td .action {
    text-align: center;
}


table tr td a.info {
    opacity: 1;
    width: auto;
    display: inline-block;
    padding: 7px 11px;
    border-radius: 5px;
    border: solid 1px #ee716c;
    background-color: rgba(238, 113, 108, 0.12);
    letter-spacing: 0.2px;
    color: #f37c74;
    font-size: 12px;
    font-family: "Graphik-Medium";
}

table tbody tr.border td {
    border-top: solid 1px rgba(127, 136, 153, 0.4);
    border-bottom: solid 1px rgba(127, 136, 153, 0.4);
}

    table tbody tr.border td:first-child {
        border-left: solid 1px rgba(127, 136, 153, 0.4);
    }

    table tbody tr.border td:last-child {
        border-right: solid 1px rgba(127, 136, 153, 0.4);
    }

table tbody tr.border:hover td {
    border-color: #437dda;
}

    table tbody tr.border:hover td.vin {
        color: #437dda;
    }

table tr td .initial {
    background-color: #a7c0da;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 24px;
    color: #fff;
    font-family: "Graphik-Semibold";
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 45px;
    margin: 0 15px 0 0;
}

.checkbox-button {
    cursor: pointer;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

input[type=checkbox] {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid #cccfd6;
    border-radius: 1;
    outline: 0;
    background-color: transparent;
}

.checkbox-button__input {
    opacity: 0;
    position: absolute;
}

.checkbox-button__control {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 25px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: inherit;
    color: #437dda;
    border: 1px solid #cccfd6;
    border-radius: 1px;
    opacity: 1;
}

.checkbox-button__input:checked + .checkbox-button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 15px;
    height: 15px;
    background-color: #437dda;
}

.checkbox-button__input:checked + .checkbox-button__control {
    border-color: #cccfd6;
}

.checkbox-button__control {
    transform: scale(0.75);
}


.locationInfoDiv {
    border-radius: 10px;
    border: solid 1px rgba(127, 136, 153, 0.4);
    padding: 25px 25px 40px 45px;
    margin-top: 20px;
    background-color: #ffffff;
}

    /*Styles added on 10/23/2020 for Endorsement Pages Ends here */

    .locationInfoDiv .headText {
        width: 100%;
        float: left;
        text-align: left;
        margin-bottom: 25px;
    }

        .locationInfoDiv .headText h2 {
            color: #9eb0c2;
            font-family: 'Graphik-Medium';
            font-size: 18px;
        }

    .locationInfoDiv .formDiv {
        width: 100%;
        float: left;
        text-align: left;
    }

        .locationInfoDiv .formDiv ul {
            width: 100%;
            float: left;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-flow: row wrap;
        }

            .locationInfoDiv .formDiv ul li {
                width: 100%;
                display: inline-block;
                margin-bottom: 15px;
            }

                .locationInfoDiv .formDiv ul li.zipcode input[type='text'] {
                    width: 52%;
                }

                .locationInfoDiv .formDiv ul li.checkTerm {
                    width: 40%;
                }

                    .locationInfoDiv .formDiv ul li.checkTerm .checkbox-button__label {
                        font-family: 'Graphik-Regular';
                    }

                    .locationInfoDiv .formDiv ul li.checkTerm .checkbox-button__control {
                        margin-right: 5px;
                    }

                .locationInfoDiv .formDiv ul li label {
                    font-size: 14px;
                    letter-spacing: 1px;
                    font-family: 'Graphik-Medium';
                    color: #1d3274;
                    opacity: 0.65;
                    width: 100%;
                    float: left;
                }

                .locationInfoDiv .formDiv ul li #isDotNumber label {
                    opacity: 1;
                }

                .locationInfoDiv .formDiv ul li .selectDiv {
                    width: 100%;
                    float: left;
                    position: relative;
                }

                    .locationInfoDiv .formDiv ul li .selectDiv::after {
                        content: '\f0d7';
                        font: normal normal normal 24px/1 FontAwesome;
                        color: #000;
                        right: 18px;
                        top: 50%;
                        transform: translateY(-28%);
                        font-weight: bold;
                        position: absolute;
                        pointer-events: none;
                        cursor: pointer;
                    }

                .locationInfoDiv .formDiv ul li .text {
                    width: 100%;
                    -webkit-appearance: none;
                    display: inline-block;
                    padding: 12px;
                    border-radius: 5px;
                    border: solid 1px rgba(127, 136, 153, 0.38);
                    font-size: 16px;
                    font-family: "Graphik-Regular";
                }

                .locationInfoDiv .formDiv ul li .cover {
                    width: 100%;
                    -webkit-appearance: none;
                    display: inline-block;
                    margin-top: 15px;
                }

                .locationInfoDiv .formDiv ul li .addressBx {
                    width: calc(100% - 24px);
                    display: inline-block;
                    padding: 12px;
                    border-radius: 5px;
                    border: solid 1px rgba(127, 136, 153, 0.38);
                    margin-top: 15px;
                }

                .locationInfoDiv .formDiv ul li select {
                    width: 100%;
                    display: inline-block;
                    padding: 11px;
                    border-radius: 5px;
                    border: solid 1px rgba(127, 136, 153, 0.38);
                    margin-top: 15px;
                    font-size: 16px;
                    opacity: 0.45;
                    font-family: 'Graphik-Regular';
                    color: #1d3274;
                    -webkit-appearance: none;
                    appearance: none;
                }

        .locationInfoDiv .formDiv .btnDiv {
            width: 100%;
            display: inline-block;
            text-align: center;
            /*margin-top: 20px;*/
        }

            .locationInfoDiv .formDiv .btnDiv .btnRel {
                width: 250px;
                display: inline-block;
                position: relative;
                padding: 17px 0 17px 82px;
                border-radius: 3px;
                border: solid 1px #437dda;
                color: #437dda;
                font-family: 'Graphik-Medium';
                font-size: 12px;
            }

                .locationInfoDiv .formDiv .btnDiv .btnRel button {
                    cursor: pointer;
                    position: absolute;
                    left: 0;
                    top: 0;
                    padding: 0 0;
                    height: 100%;
                    margin: 0;
                    border-radius: 3px;
                    border: none;
                    background-color: #437dda;
                    font-family: 'Graphik-Medium';
                    font-size: 18px;
                    color: #fff;
                    width: 42%;
                }

            .locationInfoDiv .formDiv .btnDiv .btnExit {
                width: 30%;
                display: inline-block;
                position: relative;
                padding: 17px 0 17px 82px;
                border-radius: 3px;
                border: solid 1px #abb3b9;
                color: #abb3b9;
                font-family: 'Graphik-Medium';
                font-size: 12px;
            }

                .locationInfoDiv .formDiv .btnDiv .btnExit button {
                    cursor: pointer;
                    position: absolute;
                    left: 0;
                    top: 0;
                    padding: 0 0;
                    height: 100%;
                    margin: 0;
                    border-radius: 3px;
                    border: none;
                    background-color: #abb3b9;
                    font-family: 'Graphik-Medium';
                    font-size: 18px;
                    color: #fff;
                    width: 42%;
                }

    .locationInfoDiv.driverAddWrap .formDiv ul li {
        width: calc(50% - 20px);
    }

        .locationInfoDiv.driverAddWrap .formDiv ul li label {
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .locationInfoDiv.driverAddWrap .formDiv ul li .calenderWrap {
            position: relative;
        }

        .locationInfoDiv.driverAddWrap .formDiv ul li .calender {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(12%);
            background: url(../../Images/ico-calendar.svg);
            width: 23px;
            height: 23px;
            background-size: cover;
        }

        .locationInfoDiv.driverAddWrap .formDiv ul li .text {
            border: solid 1px rgba(127, 136, 153, 1);
        }

            .locationInfoDiv.driverAddWrap .formDiv ul li .text.inputCalender {
                position: relative;
                z-index: 2;
                background-color: transparent;
            }

            .locationInfoDiv.driverAddWrap .formDiv ul li .text.inputCalenderDOB {
                position: relative;
                z-index: 2;
                background-color: transparent;
            }

        .locationInfoDiv.driverAddWrap .formDiv ul li .selectDD {
            border: solid 1px rgba(127, 136, 153, 1);
            opacity: 1;
        }

        .locationInfoDiv.driverAddWrap .formDiv ul li .twoField {
            width: 100%;
            float: left;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .locationInfoDiv.driverAddWrap .formDiv ul li .twoField .fieldBx {
                width: calc(50% - 15px);
            }

        .locationInfoDiv.driverAddWrap .formDiv ul li.questionField {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .locationInfoDiv.driverAddWrap .formDiv ul li.questionField h3 {
                width: 100%;
                float: left;
                opacity: 0.66;
                line-height: 1.5;
                font-family: "Graphik-Regular";
                font-size: 18px;
                color: #1d3274;
                margin-bottom: 15px;
            }

        .locationInfoDiv.driverAddWrap .formDiv ul li .action {
            width: calc(20% - 33px);
            display: inline-block;
            vertical-align: middle;
            text-align: right;
            margin: 0 0 0 30px;
        }

            .locationInfoDiv.driverAddWrap .formDiv ul li .action a {
                width: 45px;
                height: 45px;
                transition: all .35s ease 0s;
                background-color: rgba(158, 176, 194, 0.52);
                border-radius: 50%;
                display: inline-block;
                position: relative;
            }

                .locationInfoDiv.driverAddWrap .formDiv ul li .action a.active {
                    background-color: #64c879;
                    background-image: url(../../Images/ico-tick.svg);
                    background-repeat: no-repeat;
                    background-size: 60%;
                    background-position: center center;
                }

.continueBtn {
    float: right;
    text-align: right;
    margin-top: 15px;
}

    .continueBtn button {
        border-radius: 3px;
        background-color: #70ce84;
        padding: 14px 20px;
        text-align: center;
        font-family: 'Graphik-Medium';
        font-size: 22px;
        color: #fff;
        border: none;
        cursor: pointer;
        width: 375px;
    }

.vehicleListWrap2 .continueBtn {
    padding: 0 100px;
}

.uploadVehicle h1 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 32px;
    font-family: "Graphik-Medium";
    letter-spacing: 0.53px;
    color: #1d3274;
    margin-bottom: 40px;
}

.uploadVehicle ul {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .uploadVehicle ul li {
        position: relative;
        transition: all .35s ease 0s;
        border-radius: 10px;
        border: solid 1px rgba(158, 176, 194, 0.42);
        background-color: #ffffff;
        padding: 65px 50px 105px;
        text-align: center;
        width: calc(50% - 40px);
        height: 420px;
    }

        .uploadVehicle ul li .imgBx {
            width: 100%;
            max-width: 130px;
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 35px;
        }

            .uploadVehicle ul li .imgBx img {
                width: 100%;
            }

        .uploadVehicle ul li .bcContent {
            width: 100%;
            display: inline-block;
        }

            .uploadVehicle ul li .bcContent h2 {
                width: 100%;
                float: left;
                font-size: 24px;
                font-family: "Graphik-Medium";
                letter-spacing: 0.53px;
                color: #1d3274;
                margin-bottom: 10px;
            }

            .uploadVehicle ul li .bcContent p {
                width: 100%;
                float: left;
                font-size: 14px;
                letter-spacing: 0.23px;
                color: #1d3274;
                opacity: 0.61;
                line-height: 1.3;
            }

        .uploadVehicle ul li a.sampleCsv {
            position: absolute;
            left: 50%;
            bottom: 65px;
            transform: translateX(-50%);
            font-size: 14px;
            letter-spacing: 0.23px;
            color: #437dda;
            border-bottom: 1px solid #437dda;
        }

        .uploadVehicle ul li:hover {
            border: solid 1px #437dda;
            background-color: rgba(45, 117, 255, 0.04);
        }

.vehicleAddWrap {
    background: url(../../Images/vehicleBg.png) no-repeat left center;
    background-size: contain;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

    .vehicleAddWrap .vehicleTitle {
        width: calc(30% - 50px);
        margin: 0 0 0 45px;
        margin-top: 320px;
        text-align: left;
    }

        .vehicleAddWrap .vehicleTitle h1 {
            width: 100%;
            float: left;
            letter-spacing: 0.73px;
            color: #1d3274;
            font-size: 44px;
            margin-bottom: 10px;
            font-family: "Graphik-Medium";
        }

        .vehicleAddWrap .vehicleTitle span {
            width: 100%;
            float: left;
            opacity: 0.66;
            letter-spacing: 1.43px;
            color: #1d3274;
            font-size: 20px;
            text-transform: uppercase;
            font-family: "Graphik-Medium";
        }

    .vehicleAddWrap .contentWrap {
        width: calc(70% - 50px);
        padding-top: 0;
    }

        .vehicleAddWrap .contentWrap .step1 ul {
            width: calc(100% - 50px);
            max-width: 850px;
            margin: 0 0 0 50px;
            float: left;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-flow: row wrap;
        }

            .vehicleAddWrap .contentWrap .step1 ul li {
                width: calc(33.3% - 20px);
                cursor: pointer;
                transition: all .35s ease 0s;
                border-radius: 5px;
                border: solid 1px #9eb0c2;
                padding: 14px 45px;
                margin: 10px 0;
                background-color: #fff;
            }

                .vehicleAddWrap .contentWrap .step1 ul li .imgBx {
                    width: auto;
                    height: 100px;
                    /*float: left;*/
                    margin-bottom: 15px;
                }

                    .vehicleAddWrap .contentWrap .step1 ul li .imgBx img {
                        height: 100%;
                        width: auto;
                        filter: gray;
                        -webkit-filter: grayscale(1);
                        filter: grayscale(1);
                    }

                .vehicleAddWrap .contentWrap .step1 ul li h3 {
                    font-size: 18px;
                    color: #37435a;
                    width: 100%;
                    float: left;
                    height: 60px;
                    line-height: 1.5;
                }

                .vehicleAddWrap .contentWrap .step1 ul li.active {
                    border-color: #437dda;
                }

                    .vehicleAddWrap .contentWrap .step1 ul li.active .imgBx img {
                        -webkit-filter: grayscale(0);
                        filter: none;
                    }

        .vehicleAddWrap .contentWrap .actions {
            width: calc(100% - 50px);
            max-width: 850px;
            margin: 0 0 15px 50px;
            float: left;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .vehicleAddWrap .contentWrap .actions .exitBtn {
                width: 215px;
                color: #abb3b9;
                font-size: 18px;
                border: 1px solid #abb3b9;
                border-radius: 3px;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                margin: 0 15px 0 0;
            }

                .vehicleAddWrap .contentWrap .actions .exitBtn button {
                    width: 105px;
                    cursor: pointer;
                    padding: 14px 20px;
                    border-radius: 3px;
                    border: 1px solid #abb3b9;
                    background-color: #437dda;
                    font-family: 'Graphik-Medium';
                    font-size: 20px;
                    color: #fff;
                    letter-spacing: 0.75px;
                    background-color: #abb3b9;
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0 0 0 0;
                }

                .vehicleAddWrap .contentWrap .actions .exitBtn span {
                    display: inline-block;
                    vertical-align: middle;
                    width: calc(100% - 110px);
                    text-align: center;
                }

            .vehicleAddWrap .contentWrap .actions .nextBtn {
                width: 250px;
                text-transform: uppercase;
                color: #70ce84;
                font-size: 18px;
                border: 1px solid #70ce84;
                border-radius: 3px;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .vehicleAddWrap .contentWrap .actions .nextBtn button {
                    width: 105px;
                    text-transform: uppercase;
                    cursor: pointer;
                    padding: 14px 20px;
                    border-radius: 3px;
                    border: 1px solid #70ce84;
                    font-family: 'Graphik-Medium';
                    font-size: 20px;
                    color: #fff;
                    letter-spacing: 0.75px;
                    background-color: #70ce84;
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0 0 0 0;
                }

                .vehicleAddWrap .contentWrap .actions .nextBtn span {
                    display: inline-block;
                    vertical-align: middle;
                    width: calc(100% - 110px);
                }

.test {
    transform: translateY(-90%) scale(0.9);
    transform-origin: right top;
    opacity: 0.4;
}

.vehicleAddWrap .contentWrap .step2 ul {
    width: calc(100% - 50px);
    max-width: 850px;
    margin: 0 -10px 0 40px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
}

    .vehicleAddWrap .contentWrap .step2 ul li {
        width: calc(25% - 20px);
        cursor: pointer;
        transition: all .35s ease 0s;
        border-radius: 5px;
        border: solid 1px #9eb0c2;
        padding: 15px 0;
        margin: 15px 10px;
        text-align: center;
    }

        .vehicleAddWrap .contentWrap .step2 ul li .imgBx {
            width: 100%;
            height: 60px;
            float: left;
            margin-bottom: 10px;
        }

            .vehicleAddWrap .contentWrap .step2 ul li .imgBx img {
                height: 100%;
                filter: gray;
                -webkit-filter: grayscale(1);
                filter: grayscale(1);
            }

        .vehicleAddWrap .contentWrap .step2 ul li span {
            color: #1d3274;
            font-size: 18px;
            letter-spacing: 0.3px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
            float: left;
            padding: 0 10px;
        }

        .vehicleAddWrap .contentWrap .step2 ul li.active {
            border: solid 1px #437dda;
            background-color: rgba(45, 117, 255, 0.08);
        }

            .vehicleAddWrap .contentWrap .step2 ul li.active .imgBx img {
                -webkit-filter: grayscale(0);
                filter: none;
            }

.vehicleAddWrap .contentWrap .step3 ul,
.vehicleAddWrap .contentWrap .step4 ul {
    width: calc(100% - 50px);
    max-width: 850px;
    margin: 0 -10px 0 40px;
    float: left;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-flow: row wrap;
    border-radius: 10px;
    border: solid 1px #e4e7ec;
    background-color: #ffffff;
    padding: 38px 10px;
}

.vehicleAddWrap .contentWrap .step3.a8step ul {
    padding: 15px 10px;
    margin-bottom: 20px;
}

.vehicleAddWrap .contentWrap .step3.a8step .saveAndAnother a {
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #437dda;
    background-color: #fff;
}

    .vehicleAddWrap .contentWrap .step3.a8step .saveAndAnother a span {
        letter-spacing: 0.6px;
        line-height: 1.3;
        color: #437dda;
        font-size: 14px;
        font-weight: normal;
        font-family: "Graphik-Medium";
        text-align: left;
        margin: 0 30px 0 0;
    }

    .vehicleAddWrap .contentWrap .step3.a8step .saveAndAnother a img {
        max-width: 100%;
        margin: 0 0 0 30px;
    }

.vehicleAddWrap .contentWrap .step3.a8step .saveAndAnother {
    margin: 20px 0;
    float: left;
    width: 100%;
    max-width: 850px;
}

    .vehicleAddWrap .contentWrap .step3.a8step .saveAndAnother .saveAddInner {
        display: inline-block;
    }

.vehicleAddWrap .contentWrap .steps .formWrap ul li {
    width: calc(50% - 40px);
    margin: 20px;
    text-align: left;
}

    .vehicleAddWrap .contentWrap .steps .formWrap ul li label {
        opacity: 0.66;
        font-family: "Graphik-Medium";
        font-size: 14px;
        letter-spacing: 1px;
        color: #1d3274;
        width: 100%;
        float: left;
        margin-bottom: 10px;
        text-transform: uppercase;
        position: relative;
    }

        .vehicleAddWrap .contentWrap .steps .formWrap ul li label span {
            position: absolute;
            right: 0;
            font-size: 12px;
            text-transform: none;
            font-family: "Graphik-Regular";
        }

    .vehicleAddWrap .contentWrap .steps .formWrap ul li input.text {
        border-radius: 5px;
        opacity: 0.45;
        border: solid 1px #cad0d6;
        background-color: #ffffff;
        width: 100%;
        float: left;
        padding: 10px;
        font-size: 16px;
        font-family: "Graphik-Regular";
        color: #1d3274;
    }

    .vehicleAddWrap .contentWrap .steps .formWrap ul li .selectDiv {
        width: 100%;
        float: left;
        position: relative;
    }

        .vehicleAddWrap .contentWrap .steps .formWrap ul li .selectDiv::after {
            content: '\f0d7';
            font: normal normal normal 24px/1 FontAwesome;
            color: #000;
            right: 18px;
            top: 50%;
            transform: translateY(-50%);
            font-weight: bold;
            position: absolute;
            pointer-events: none;
            cursor: pointer;
        }

    .vehicleAddWrap .contentWrap .steps .formWrap ul li select.selectDD {
        width: 100%;
        display: inline-block;
        padding: 11px 35px 11px 11px;
        border-radius: 5px;
        border: solid 1px #cad0d6;
        margin-top: 0;
        font-size: 16px;
        font-family: 'Graphik-Regular';
        color: #1d3274;
        -webkit-appearance: none;
        appearance: none;
        opacity: 0.45;
    }

    .vehicleAddWrap .contentWrap .steps .formWrap ul li .radioGroup {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .vehicleAddWrap .contentWrap .steps .formWrap ul li .radioGroup .radioWrap {
            margin: 0 15px 0 0;
        }

            .vehicleAddWrap .contentWrap .steps .formWrap ul li .radioGroup .radioWrap [type="radio"]:not(:checked) + label:before {
                border-color: #1d3274;
            }

            .vehicleAddWrap .contentWrap .steps .formWrap ul li .radioGroup .radioWrap [type="radio"]:checked + label:before {
                border-color: #437dda;
            }

        .vehicleAddWrap .contentWrap .steps .formWrap ul li .radioGroup label {
            font-family: "Graphik-Regular";
            font-size: 17px;
            padding-left: 30px;
            opacity: 1;
            margin-bottom: 0;
            text-transform: none;
        }

        .vehicleAddWrap .contentWrap .steps .formWrap ul li .radioGroup .radioWrap [type="radio"]:checked + label {
            color: #437dda;
        }

.vehicleAddWrap .contentWrap .step5 ul {
    width: calc(100% - 50px);
    max-width: 500px;
    margin: 0 -10px 0 40px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
}

    .vehicleAddWrap .contentWrap .step5 ul li {
        width: calc(50% - 40px);
        cursor: pointer;
        transition: all .35s ease 0s;
        border-radius: 5px;
        border: solid 1px #cad0d6;
        background-color: #ffffff;
        padding: 28px 0;
        margin: 20px 20px;
        text-align: center;
    }

        .vehicleAddWrap .contentWrap .step5 ul li .imgBx {
            width: 45px;
            display: inline-block;
            margin-bottom: 15px;
        }

            .vehicleAddWrap .contentWrap .step5 ul li .imgBx img {
                max-width: 100%;
            }

        .vehicleAddWrap .contentWrap .step5 ul li h3 {
            width: 100%;
            float: left;
            letter-spacing: 0.3px;
            color: #1d3274;
            font-size: 18px;
            font-weight: normal;
            font-family: "Graphik-Regular";
        }

        .vehicleAddWrap .contentWrap .step5 ul li.active {
            border: solid 1px #437dda;
            background-color: rgba(45, 117, 255, 0.08);
        }

            .vehicleAddWrap .contentWrap .step5 ul li.active h3 {
                color: #437dda;
            }

.stepWrap {
    position: relative;
    height: 585px;
    overflow: hidden;
}

    .stepWrap .steps {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) scale(1);
        transform-origin: top right;
        transition: all 1s ease 0s;
    }

        .stepWrap .steps.inactiveSteps {
            top: 150%;
            opacity: 0;
            visibility: hidden;
        }

.vehicleAddWrap .contentWrap .actions.finalAction {
    justify-content: flex-end;
    margin: 0 25px 15px 50px;
    display: none;
    width: calc(100% - 185px);
}

    .vehicleAddWrap .contentWrap .actions.finalAction .saveAndAnother a {
        border-radius: 5px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: solid 1px #437dda;
        background-color: #fff;
    }

        .vehicleAddWrap .contentWrap .actions.finalAction .saveAndAnother a span {
            letter-spacing: 0.6px;
            line-height: 1.3;
            color: #437dda;
            font-size: 14px;
            font-weight: normal;
            font-family: "Graphik-Medium";
            text-align: left;
            margin: 0 30px 0 0;
        }

        .vehicleAddWrap .contentWrap .actions.finalAction .saveAndAnother a img {
            max-width: 100%;
            margin: 0 0 0 30px;
        }

    .vehicleAddWrap .contentWrap .actions.finalAction .saveAndAnother {
        margin: 0 25px 0 0;
    }

    .vehicleAddWrap .contentWrap .actions.finalAction .finishBtn a {
        border-radius: 3px;
        background-color: #70ce84;
        font-size: 22px;
        letter-spacing: 0.36px;
        color: #ffffff;
        width: 100%;
        float: left;
        padding: 17px 40px;
        font-family: "Graphik-Medium";
    }

.vehicleListWrap .vehicleListInner {
    text-align: center;
}

    .vehicleListWrap .vehicleListInner .tableDiv {
        text-align: left;
    }

.vehicleListWrap .vehicleHead {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.vehicleListWrap2 .vehicleHead {
    padding: 0 100px;
}

.vehicleTitle {
    width: 50%;
}

    .vehicleTitle h2 {
        width: 100%;
        float: left;
        letter-spacing: 0.53px;
        color: #437dda;
        font-family: "Graphik-Medium";
        font-size: 32px;
        margin-bottom: 10px;
    }

    .vehicleTitle span {
        font-size: 14px;
        color: #37435a;
        width: 100%;
        float: left;
        letter-spacing: 0.36px;
    }

.uploadBtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .uploadBtn a {
        border-radius: 3px;
        border: solid 1px #9eb0c2;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: "Graphik-Semibold";
        letter-spacing: 1px;
        color: #37435a;
        font-size: 14px;
        text-transform: uppercase;
        margin: 0 0 0 15px;
    }

        .uploadBtn a span {
            opacity: 0.57;
            margin: 0 0 0 10px;
        }

        .uploadBtn a abbr {
            padding: 5px;
            background-color: #64c879;
            border-radius: 5px;
        }

            .uploadBtn a abbr svg {
                width: 18px;
                height: 18px;
            }

                .uploadBtn a abbr svg path {
                    fill: #fff;
                }

.vehicleListInner .saveAndAnother a {
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #437dda;
    background-color: #fff;
}

    .vehicleListInner .saveAndAnother a span {
        letter-spacing: 0.6px;
        line-height: 1.3;
        color: #437dda;
        font-size: 14px;
        font-weight: normal;
        font-family: "Graphik-Medium";
        text-align: left;
        margin: 0 30px 0 0;
    }

    .vehicleListInner .saveAndAnother a img {
        max-width: 100%;
        margin: 0 0 0 30px;
    }

.vehicleListInner .saveAndAnother {
    margin: 20px 0;
    display: inline-block;
}

.coverageTitle {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

    .coverageTitle h1 {
        width: 100%;
        float: left;
        letter-spacing: 0.36px;
        color: #437dda;
        font-size: 22px;
        font-family: "Graphik-Medium";
        margin-bottom: 7px;
    }

    .coverageTitle span {
        width: 100%;
        float: left;
        color: #37435a;
        font-size: 14px;
        font-family: "Graphik-Regular";
        opacity: 0.92;
    }

.coverageWrap ul {
    width: 100%;
    float: left;
}

    .coverageWrap ul li {
        border-radius: 5px;
        border: solid 1px rgba(158, 176, 194, 0.15);
        background-color: #fff;
        width: 100%;
        float: left;
        padding: 12px 18px 18px;
        margin: 15px 0;
        transition: all .35s ease 0s;
    }

        .coverageWrap ul li .imgBx {
            width: 90px;
            display: inline-block;
            vertical-align: middle;
            margin: 0 30px 0 0;
        }

        .coverageWrap ul li .titleCnt {
            width: calc(80% - 185px);
            display: inline-block;
            vertical-align: middle;
            margin: 0 30px;
        }

            .coverageWrap ul li .titleCnt h1 {
                color: #184391;
                font-size: 21px;
                width: 100%;
                float: left;
                margin-bottom: 5px;
            }

            .coverageWrap ul li .titleCnt span {
                width: 100%;
                float: left;
                color: #37435a;
                font-size: 14px;
                font-family: "Graphik-Regular";
                opacity: 0.92;
            }

        .coverageWrap ul li .action {
            width: calc(20% - 33px);
            display: inline-block;
            vertical-align: middle;
            text-align: right;
            margin: 0 0 0 30px;
        }

            .coverageWrap ul li .action a {
                width: 45px;
                height: 45px;
                transition: all .35s ease 0s;
                background-color: rgba(158, 176, 194, 0.52);
                border-radius: 50%;
                display: inline-block;
                position: relative;
            }

        .coverageWrap ul li:hover {
            border: solid 1px #64c879;
            background-color: rgba(158, 176, 194, 0.15) !important;
        }

        .coverageWrap ul li.active {
            border: solid 1px #64c879;
            background-color: #fff;
        }

            .coverageWrap ul li.active .action a {
                background-color: #64c879;
                background-image: url(../../Images/ico-tick.svg);
                background-repeat: no-repeat;
                background-size: 60%;
                background-position: center center;
            }

        .coverageWrap ul li .formfields {
            display: none;
        }

            .coverageWrap ul li .formfields .formfldInner {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 20px 0 0;
            }

        .coverageWrap ul li .frmdv0 {
            width: calc(50% - 30px);
            display: inline-block;
            vertical-align: middle;
            margin: 0 0;
        }

            .coverageWrap ul li .frmdv0 span {
                width: 100%;
                float: left;
                margin-bottom: 5px;
                font-size: 14px;
                font-family: "Graphik-Medium";
                color: #7f8899;
            }

            .coverageWrap ul li .frmdv0 .selectDiv {
                width: 100%;
                float: left;
                position: relative;
            }

            .coverageWrap ul li .frmdv0 select {
                width: 100%;
                display: inline-block;
                padding: 11px;
                border-radius: 5px;
                border: solid 1px rgba(127, 136, 153, 0.38);
                margin-top: 0;
                font-size: 16px;
                opacity: 0.45;
                font-family: 'Graphik-Regular';
                color: #1d3274;
                -webkit-appearance: none;
                appearance: none;
            }

            .coverageWrap ul li .frmdv0 .selectDD {
                /*border: solid 1px #cad0d6;*/
                opacity: 1;
            }

            .coverageWrap ul li .frmdv0 .selectDiv::after {
                content: '\f0d7';
                font: normal normal normal 24px/1 FontAwesome;
                color: #000;
                right: 18px;
                top: 50%;
                transform: translateY(-50%);
                font-weight: bold;
                position: absolute;
                pointer-events: none;
                cursor: pointer;
            }

            .coverageWrap ul li .frmdv0 .selectDiv:hover select {
                border-color: #2956f6;
            }

            .coverageWrap ul li .frmdv0 .selectDiv:hover::after {
                color: #2956f6;
            }

        .coverageWrap ul li .radioGroup {
            width: 100%;
            float: left;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            flex-flow: row wrap;
            margin: 15px 0 0;
        }

            .coverageWrap ul li .radioGroup .radioBx {
                width: auto;
                margin: 15px 25px 0 0;
            }

                .coverageWrap ul li .radioGroup .radioBx label {
                    font-size: 16px;
                    text-transform: none;
                    font-family: "Graphik-Regular";
                    letter-spacing: normal;
                }

                .coverageWrap ul li .radioGroup .radioBx [type="radio"]:checked + label:before,
                .coverageWrap ul li .radioGroup .radioBx [type="radio"]:not(:checked) + label:before {
                    border-width: 1px;
                }

                .coverageWrap ul li .radioGroup .radioBx [type="radio"]:checked + label:after,
                .coverageWrap ul li .radioGroup .radioBx [type="radio"]:not(:checked) + label:after {
                    width: 12px;
                    height: 12px;
                    left: 4px;
                    top: 4px;
                }

                .coverageWrap ul li .radioGroup .radioBx [type="radio"]:checked + label {
                    opacity: 1;
                }

                    .coverageWrap ul li .radioGroup .radioBx [type="radio"]:checked + label:before {
                        border-color: #437dda;
                    }

        .coverageWrap ul li.mendatory .formfields {
            display: block;
        }

.quoteBtn {
    text-align: right;
    margin-top: 50px;
}

    .quoteBtn a {
        border-radius: 3px;
        background-color: #70ce84;
        padding: 15px 40px;
        letter-spacing: 0.36px;
        color: #ffffff;
        font-size: 22px;
    }

input[type=text]:focus,
input[type=text]:active,
textarea:focus {
    /*box-shadow: 0 0 5px rgba(81, 203, 238, 1);*/
    border-color: #437dda !important;
}

select:focus {
    border-color: #437dda !important;
    outline: none !important;
}

.popoverlay {
    position: fixed;
    height: 0;
    overflow: hidden;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 5;
}

.downArro {
    top: 0;
    width: 70px;
    height: 35px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -80%);
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popupCnt {
    height: 100%;
    overflow-y: hidden;
}

.vehicleForm {
    width: 900px;
    display: inline-block;
    padding: 50px 120px;
    background-color: #fff;
    text-align: left;
}

    .vehicleForm h1 {
        width: 100%;
        float: left;
        margin-bottom: 30px;
        line-height: 1.1;
        font-family: "Graphik-Light";
        font-size: 42px;
        letter-spacing: 0.7px;
        color: #37435a;
        font-weight: normal;
    }

    .vehicleForm ul {
        width: 100%;
        float: left;
        margin-bottom: 50px;
    }

        .vehicleForm ul li {
            width: 100%;
            float: left;
            margin-bottom: 50px;
        }

            .vehicleForm ul li label {
                width: 100%;
                float: left;
                letter-spacing: 0.36px;
                color: #37435a;
                font-size: 22px;
                margin-bottom: 10px;
                font-family: "Graphik-Medium";
            }

.uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
}

    .uploader label {
        float: left;
        clear: both;
        width: 100%;
        padding: 2rem 1.5rem;
        text-align: center;
        background: #fff;
        border-radius: 6px;
        background-color: rgba(55, 79, 127, 0.18);
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .uploader label:hover {
            border-color: #454cad;
        }

        .uploader label.hover {
            border: 3px solid #454cad;
            box-shadow: inset 0 0 0 6px #eee;
        }

            .uploader label.hover #start i.fa {
                -webkit-transform: scale(0.8);
                transform: scale(0.8);
                opacity: 0.3;
            }

    .uploader #start {
        float: left;
        clear: both;
        width: 100%;
        cursor: pointer;
    }

        .uploader #start.hidden {
            display: none;
        }

        .uploader #start i.fa {
            font-size: 50px;
            margin-bottom: 1rem;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            color: #37435a;
        }

    .uploader #response {
        float: left;
        clear: both;
        width: 100%;
    }

        .uploader #response.hidden {
            display: none;
        }

        .uploader #response #messages {
            margin-bottom: .5rem;
        }

    .uploader #file-image {
        display: inline;
        margin: 0 auto .5rem auto;
        width: auto;
        height: auto;
        max-width: 180px;
    }

        .uploader #file-image.hidden {
            display: none;
        }

    .uploader #notimage {
        display: block;
        float: left;
        clear: both;
        width: 100%;
    }

        .uploader #notimage.hidden {
            display: none;
        }

    .uploader progress,
    .uploader .progress {
        display: inline;
        clear: both;
        margin: 0 auto;
        width: 100%;
        max-width: 180px;
        height: 8px;
        border: 0;
        border-radius: 4px;
        background-color: #eee;
        overflow: hidden;
    }

        .uploader .progress[value]::-webkit-progress-bar {
            background: linear-gradient(to right, #437dda 0%, #437dda 50%);
            border-radius: 4px;
            background-color: #eee;
        }

        .uploader .progress[value]::-webkit-progress-value {
            background: -webkit-gradient(linear, left top, right top, from(#393f90), color-stop(50%, #437dda));
            background: linear-gradient(to right, #393f90 0%, #437dda 50%);
            border-radius: 4px;
        }

        .uploader .progress[value]::-moz-progress-bar {
            background: linear-gradient(to right, #393f90 0%, #437dda 50%);
            border-radius: 4px;
        }

    .uploader input[type="file"] {
        display: none;
    }

    .uploader div {
        margin: 0 0 .5rem 0;
        letter-spacing: 0.36px;
        color: #37435a;
    }

    .uploader .btn {
        display: inline-block;
        margin: .5rem .5rem 1rem .5rem;
        clear: both;
        font-family: inherit;
        font-weight: 700;
        font-size: 14px;
        text-decoration: none;
        text-transform: initial;
        border: none;
        border-radius: .2rem;
        outline: none;
        padding: 0 1rem;
        height: 36px;
        line-height: 36px;
        color: #fff;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        box-sizing: border-box;
        background: #454cad;
        border-color: #454cad;
        cursor: pointer;
    }

.radio {
    width: 90%;
    float: left;
    margin-bottom: 10px;
    border-radius: 3px;
    border: solid 1px #e4e7ec;
    background-color: rgba(228, 231, 236, 0.17);
    padding: 13px 7px;
}

.vehicleForm ul li .radio label {
    margin-bottom: 0;
    font-size: 18px;
    color: #1d3274;
    font-family: "Graphik-Regular";
}

.vehicleForm ul li .radio [type="radio"]:checked + label:before,
.vehicleForm ul li .radio [type="radio"]:not(:checked) + label:before {
    border-width: 1px;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.vehicleForm ul li .radio [type="radio"]:checked + label:after,
.vehicleForm ul li .radio [type="radio"]:not(:checked) + label:after {
    width: 9px;
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
}

.vehicleForm ul li .radio [type="radio"]:checked + label:before {
    border-color: #437dda;
}

.vehicleForm ul li .radio [type="radio"]:checked + label {
    color: #437dda;
}

.vehicleForm ul li .radio.active {
    border: solid 1px #437dda;
    background-color: rgba(45, 117, 255, 0.05);
}

.vehicleForm .frmButtons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .vehicleForm .frmButtons a.cancenBtn {
        padding: 15px 60px;
        letter-spacing: 0.36px;
        color: #9eb0c2;
        font-size: 22px;
        font-family: "Graphik-Medium";
        border-radius: 3px;
        border: solid 1px #9eb0c2;
    }

    .vehicleForm .frmButtons a.uploadBtn {
        padding: 15px 60px;
        letter-spacing: 0.36px;
        color: #fff;
        font-size: 22px;
        font-family: "Graphik-Medium";
        border-radius: 3px;
        border: solid 1px #70ce84;
        background-color: #70ce84;
    }

.reviewWrap {
    background-color: rgba(238, 241, 244, 0.37);
    border-top: solid 1px rgba(55, 67, 90, 0.21);
    border-bottom: solid 1px rgba(55, 67, 90, 0.21);
    padding: 18px 100px 30px;
    margin-bottom: 30px;
}

.reviewWrap2 {
    padding: 18px 100px 30px;
    margin-bottom: 30px;
}

    .reviewWrap h2,
    .reviewWrap2 h2 {
        width: 100%;
        float: left;
        text-align: left;
        letter-spacing: 0.36px;
        color: #37435a;
        font-size: 22px;
        margin-bottom: 20px;
        font-family: "Graphik-Medium";
    }

.reviewComplHead {
    width: 100%;
    float: left;
    text-align: left;
    letter-spacing: 0.36px;
    color: #37435a;
    font-size: 22px;
    font-family: "Graphik-Medium";
}

.backBtn a {
    padding: 16px 30px;
    margin: 0;
    border-radius: 3px;
    border: none;
    background-color: #abb3b9;
    font-family: 'Graphik-Medium';
    font-size: 20px;
    color: #fff;
    width: auto;
    display: none;
}

.backBtn2 a {
    padding: 16px 0;
    margin: 0;
    width: auto;
    display: block;
}

    .backBtn2 a svg {
        width: 25px;
        height: 25px;
    }

        .backBtn2 a svg path {
            fill: #37435a;
            opacity: 0.52;
        }

.backBtn2a a {
    padding: 16px 0;
    margin-top: 15px;
    width: auto;
    display: inline-grid;
}

    .backBtn2a a svg {
        width: 25px;
        height: 25px;
    }

        .backBtn2a a svg path {
            fill: #37435a;
            opacity: 0.52;
        }

.backBtn3 {
    margin-top: 30px;
}

    .backBtn3 a {
        width: auto;
        display: inline-grid;
    }

        .backBtn3 a svg {
            width: 25px;
            height: 25px;
        }

            .backBtn3 a svg path {
                fill: #37435a;
                opacity: 0.52;
            }

.vehicleAddWrap .contentWrap .actions.finalAction .backBtn2 {
    margin: 0 15px 0 0;
}

    .vehicleAddWrap .contentWrap .actions.finalAction .backBtn2 a {
        border-radius: 3px;
        background-color: #abb3b9;
        font-size: 22px;
        letter-spacing: 0.36px;
        color: #ffffff;
        width: 100%;
        float: left;
        padding: 17px 40px;
        font-family: "Graphik-Medium";
    }

.a12Btns {
    text-align: right;
    margin: 0 0 40px;
}

    .a12Btns a {
        border-radius: 3px;
        background-color: #fb675c;
        padding: 15px 0;
        width: 40%;
        font-size: 22px;
        letter-spacing: 0.36px;
        color: #ffffff;
        font-family: "Graphik-Medium";
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 20px;
        text-align: center;
    }

        .a12Btns a.submitBtn {
            background-color: #70ce84;
        }

        .a12Btns a.draftBtn {
            background-color: #f1de4b;
        }

        .a12Btns a.endorsBtn {
            background-color: #64c879;
        }

        .a12Btns a.prcdEndorsBtn {
            background-color: #64c879;
        }

    .a12Btns .buttonWrap {
        width: 50%;
        float: left;
        text-align: left;
    }

        .a12Btns .buttonWrap:last-child {
            text-align: right;
        }

.rejectBtn {
    border-radius: 3px;
    background-color: #fc756b;
    border-color: black;
    padding: 15px 0;
    /*width: 275px;*/
    font-size: 22px;
    letter-spacing: 0.36px;
    color: #ffffff;
    font-family: "Graphik-Medium";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
    text-align: center;
}

.a12Btns.cancelpBtn {
    text-align: center;
    margin: 30px 0 0;
}

    .a12Btns.cancelpBtn a {
        padding: 15px 0;
        font-size: 16px;
        width: 25%;
    }

        .a12Btns.cancelpBtn a.sub {
            width: 50%;
        }

        .a12Btns.cancelpBtn a.holdBtn {
            background-color: #f7e442;
        }

        .a12Btns.cancelpBtn a.formBtn {
            background-color: #437dda;
        }

.a12Btns .buttonWrap:first-child a {
    margin: 0 20px 0 0;
}

.a12Btns.cancelpBtn.newBtns a {
    border: solid 1px #437dda;
    color: #437dda;
    background-color: transparent;
    transition: all .35s ease 0s;
}

    .a12Btns.cancelpBtn.newBtns a:hover {
        background-color: #437dda;
        color: #fff;
    }

.statement {
    width: 100%;
    -webkit-appearance: none;
    display: inline-block;
    padding: 12px;
    border-radius: 5px;
    border: solid 1px #cad0d6;
    margin-top: 15px;
    font-family: "Graphik-Regular";
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.7;
    letter-spacing: 0.1px;
    color: #37435a;
}

    .statement p {
        width: 100%;
        float: left;
        margin-bottom: 60px;
    }

    .statement .sigWrap {
        width: 25%;
        float: right;
        cursor: pointer;
    }


.leftmenuWrapper {
    width: 100px;
    height: calc(100vh - 75px);
    position: fixed;
    left: 0;
    top: 75px;
    border-right: solid 1px #e4e7ec;
    background-color: #ffffff;
    padding: 0;
    z-index: 1;
    bottom: 0;
}

    .leftmenuWrapper ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .leftmenuWrapper ul li {
            position: relative;
        }

            .leftmenuWrapper ul li a {
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 30px 0;
                display: -webkit-box;
                -webkit-box-align: center;
                -webkit-box-pack: center;
            }

                .leftmenuWrapper ul li a svg,
                .leftmenuWrapper ul li a img {
                    width: 25px;
                    height: 25px;
                }

                    .leftmenuWrapper ul li a svg path {
                        fill: #9eb0c2;
                        transition: all .35s ease 0s;
                        -moz-transition: all .35s ease 0s;
                        -webkit-transition: all .35s ease 0s;
                    }

            .leftmenuWrapper ul li:hover a svg path {
                fill: #437dda;
            }

            .leftmenuWrapper ul li a.active {
                background: #a9c5fa30;
                border-left: 4px solid #437dda;
            }

                .leftmenuWrapper ul li a.active svg path {
                    fill: #437dda;
                }

            .leftmenuWrapper ul li .right {
                top: 50%;
                left: calc(100% + 6px);
                margin-left: 0;
                transform: translateY(-50%);
                padding: 10px 15px;
                text-transform: none;
                background-color: rgba(55, 67, 90, 0.8);
                font-weight: normal;
                border-radius: 0;
                position: absolute;
                z-index: 99999999;
                box-sizing: border-box;
                visibility: hidden;
                opacity: 0;
                transition: opacity 0.8s;
            }

            .leftmenuWrapper ul li .right h3 {
                font-family: "Graphik-Medium";
                font-size: 12px;
                margin: 0;
                color: #fff;
            }

            .leftmenuWrapper ul li:hover .right {
                visibility: visible;
                opacity: 1;
            }

            .leftmenuWrapper ul li .right i {
                position: absolute;
                top: 50%;
                right: 100%;
                margin-top: -11px;
                width: 8px;
                height: 24px;
                overflow: hidden;
            }

                .leftmenuWrapper ul li .right i::after {
                    content: '';
                    position: absolute;
                    width: 8px;
                    height: 8px;
                    left: 0;
                    top: 50%;
                    transform: translate(50%, -50%) rotate(-45deg);
                    background-color: rgba(55, 67, 90, 0.8);
                }

                .leftmenuWrapper  ul li:nth-child(1) .right {
                    min-width: 92px;
                }
    
                .leftmenuWrapper  ul li:nth-child(2) .right {
                    min-width: 106px;
                }
    
                .leftmenuWrapper  ul li:nth-child(3) .right {
                    min-width: 122px;
                }
    
                .leftmenuWrapper  ul li:nth-child(4) .right {
                    min-width: 78px;
                }

                .leftmenuWrapper  ul li:nth-child(5) .right {
                    min-width: 83px;
                }

            .leftmenuWrapper .leftMenuItems.active .svg,
            .leftmenuWrapper .leftMenuItems:hover .svg {
                filter: invert(38%) sepia(79%) saturate(478%) hue-rotate(177deg) brightness(107%) contrast(92%);
            }

            .leftmenuWrapper .leftMenuItems .svg {
                transition: 0.3s;
                filter: invert(77%) sepia(14%) saturate(371%) hue-rotate(169deg) brightness(88%) contrast(92%);
            }

.wrapper {
    width: calc(100% - 100px);
    float: left;
    margin: 0 0 0 100px;
    padding: 0;
}

.backexitBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination {
    margin: 25px 0 0;
}

    .pagination a.btn {
        background-color: #7f8899;
        padding: 0;
        margin: 0 5px;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        transition: all .35s ease 0s;
        -moz-transition: all .35s ease 0s;
        -webkit-transition: all .35s ease 0s;
    }

        .pagination a.btn:hover {
            background-color: rgba(45, 117, 255, 0.7);
            color: #fff;
        }

        .pagination a.btn.active:hover,
        .pagination a.btn.active {
            background-color: #437dda;
            color: #fff;
        }

        .pagination a.btn.disable {
            opacity: 0.5;
        }

            .pagination a.btn.disable:hover {
                background-color: #7f8899;
            }

    .pagination .pageno {
        float: left;
    }

        .pagination .pageno ul {
            width: 100%;
            float: left;
        }

            .pagination .pageno ul li {
                display: inline-block;
                vertical-align: middle;
                margin: 0 5px;
            }

                .pagination .pageno ul li a {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    float: left;
                    font-size: 12px;
                    color: #37435a;
                    width: 20px;
                    height: 20px;
                    transition: all .35s ease 0s;
                    -moz-transition: all .35s ease 0s;
                    -webkit-transition: all .35s ease 0s;
                    border-radius: 50%;
                }

                    .pagination .pageno ul li a:hover {
                        background-color: rgba(45, 117, 255, 0.7);
                        color: #fff;
                    }

                    .pagination .pageno ul li a.active,
                    .pagination .pageno ul li a.active:hover {
                        background-color: #437dda;
                        color: #fff;
                    }

    .pagination select {
        border-radius: 1px;
        border: solid 1px #7f8899;
        background: none;
        padding: 2px;
        font-family: "Graphik-Regular";
        margin: 0 5px;
        outline: none;
        float: left;
    }

    .pagination span {
        margin: 0 5px;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 20px;
        color: #37435a;
    }

.filterWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0 0;
    position: relative;
}

    .filterWrap .filterDD {
        width: 250px;
        float: left;
        position: relative;
    }

        .filterWrap .filterDD select {
            width: 100%;
        }

.advancePop {
    position: absolute;
    z-index: 1;
    left: -75px;
    top: 100%;
    border-radius: 0;
    width: calc(100% + 150px);
    padding: 50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.15);
    text-align: center;
    display: none;
}

    .advancePop ul {
        width: 100%;
        display: inline-block;
        text-align: left;
    }

        .advancePop ul li {
            width: calc(25% - 53px);
            display: inline-block;
            vertical-align: middle;
            text-align: left;
            margin: 0 25px 20px;
        }

            .advancePop ul li label {
                width: 100%;
                float: left;
                font-size: 18px;
                margin-bottom: 8px;
            }

            .advancePop ul li input.text {
                border-radius: 6px;
                border: solid 1px #7f8899;
                background-color: rgba(255, 255, 255, 0.69);
                width: 100%;
                float: left;
                padding: 9px;
                color: #7f8899;
                font-size: 14px;
                font-family: "Graphik-Regular";
                letter-spacing: 0.3px;
                line-height: 1.3;
                -webkit-appearance: none;
            }

            .advancePop ul li .reportrange2 {
                position: relative;
                width: 100%;
                float: left;
            }

                .advancePop ul li .reportrange2 i {
                    font-size: 20px;
                    position: absolute;
                    right: 10px;
                    top: 50%;
                    transform: translateY(-50%);
                }

            .advancePop ul li .selectDiv {
                width: 100%;
                float: left;
                position: relative;
            }

                .advancePop ul li .selectDiv::after {
                    content: '\f0d7';
                    font: normal normal normal 24px/1 FontAwesome;
                    color: #000;
                    right: 18px;
                    top: 50%;
                    transform: translateY(-50%);
                    font-weight: bold;
                    position: absolute;
                    pointer-events: none;
                    cursor: pointer;
                }

            .advancePop ul li select.selectDD {
                width: 100%;
                display: inline-block;
                padding: 11px;
                border-radius: 5px;
                border: solid 1px #7f8899;
                margin-top: 0;
                font-size: 16px;
                font-family: 'Graphik-Regular';
                color: #1d3274;
                -webkit-appearance: none;
                appearance: none;
                opacity: 1;
            }

            .advancePop ul li.fullwidth {
                width: calc(100% - 50px);
                margin-top: 25px;
            }

                .advancePop ul li.fullwidth .button {
                    transition: all .35s ease 0s;
                    border-radius: 3px;
                    border: solid 1px #437dda;
                    padding: 0;
                    height: 38px;
                    line-height: 38px;
                    width: 30%;
                    max-width: 130px;
                    float: left;
                    margin: 0 15px 0 0;
                    text-align: center;
                    color: #437dda;
                    font-size: 14px;
                    font-family: 'Graphik-Medium';
                    padding: 0 15px;
                    background-color: #fff;
                    cursor: pointer;
                }

                    .advancePop ul li.fullwidth .button:hover {
                        background-color: #437dda;
                        color: #fff;
                    }

.select2-results__option {
    text-align: left;
}

.select2-container--default .select2-selection--single {
    border: solid 1px #e4e7ec;
    background-color: #fff;
    transition: all .35s ease 0s;
}

.select2-dropdown {
    border-color: #e4e7ec;
}

.select2-container,
.select2-container * {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    color: #7f8899;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 7px 6px 0 6px;
    margin-left: -9px;
    margin-top: -3px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 7px 6px;
}

.select2-container--default .select2-selection--single:hover {
    box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.2);
}

.select2-container--default .select2-results__group {
    position: relative;
}

    .select2-container--default .select2-results__group:after {
        content: "";
        width: 75%;
        height: 1px;
        position: absolute;
        background-color: #000;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
    }

.filterWrap .filterDD .select2-container--default .select2-selection--single {
    height: 35px;
    margin: 0;
    padding: 0;
    line-height: 35px;
    border: solid 1px #7f8899;
}

    .filterWrap .filterDD .select2-container--default .select2-selection--single:hover {
        box-shadow: none;
    }

    .filterWrap .filterDD .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 37px;
        font-size: 14px;
        color: #37435a;
    }

    .filterWrap .filterDD .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 33px;
    }

.folderSearch {
    max-width: 850px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .folderSearch .textfield {
        width: calc(55% - 10px);
        margin: 0 20px 0 0;
        float: left;
        position: relative;
    }

        .folderSearch .textfield input {
            border-radius: 6px;
            border: solid 1px #7f8899;
            background-color: rgba(255, 255, 255, 0.69);
            width: 100%;
            float: left;
            padding: 9px;
            color: #7f8899;
            font-size: 14px;
            font-family: "Graphik-Regular";
            letter-spacing: 0.3px;
            line-height: 1.3;
        }

            .folderSearch .textfield input:focus {
                border-color: #437dda;
            }

        .folderSearch .textfield .button {
            width: 19px;
            height: 19px;
            padding: 0;
            margin: 0;
            background: none;
            border: none;
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
            outline: none;
            cursor: pointer;
        }

    .folderSearch a.addNewBtn {
        transition: all .35s ease 0s;
        border-radius: 3px;
        border: solid 1px #437dda;
        padding: 0;
        height: 38px;
        line-height: 38px;
        width: 30%;
        max-width: 180px;
        float: left;
        margin: 0;
        text-align: center;
        color: #437dda;
        font-size: 14px;
        font-family: 'Graphik-Medium';
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
    }

        .folderSearch a.addNewBtn svg {
            width: 23px;
            height: 23px;
        }

            .folderSearch a.addNewBtn svg path {
                fill: #2956f6;
            }

        .folderSearch a.addNewBtn:hover {
            color: #fff;
            background: #437dda;
        }

            .folderSearch a.addNewBtn:hover svg path {
                fill: #fff;
            }

.confirmpop {
    width: 650px;
    display: inline-block;
    padding: 80px 50px;
    background-color: #fff;
    text-align: left;
    border-radius: 9px;
    box-shadow: 0 12px 11px 0 rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
}

    .confirmpop h1 {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 45px;
        line-height: 1.03;
        font-family: "Graphik-Regular";
        font-size: 32px;
        letter-spacing: 0.7px;
        color: #37435a;
        font-weight: normal;
    }

    .confirmpop .popupBtns {
        text-align: center;
    }

        .confirmpop .popupBtns a.button {
            transition: all .35s ease 0s;
            border-radius: 5px;
            background-color: #ee716c;
            padding: 0px 50px;
            height: 65px;
            line-height: 65px;
            margin: 0 10px;
            text-align: center;
            color: #fff;
            letter-spacing: 0.36px;
            font-size: 22px;
            font-family: 'Graphik-Medium';
            display: inline-block;
            vertical-align: middle;
        }

            .confirmpop .popupBtns a.button.cancel {
                background-color: #fff;
                border: solid 1px #9eb0c2;
                color: #9eb0c2;
            }

.filterWrap .filterDD .select2-container--default .select2-selection--single:hover {
    border-color: #2956f6;
}

.a2scr table tr td .iconBox {
    width: 30px;
}

table.recentDoc.contactDoc {
    border-spacing: 0px;
    margin-top: 5px;
}

    table.recentDoc.contactDoc tr th {
        text-transform: uppercase;
        letter-spacing: 0.86px;
    }

    table.recentDoc.contactDoc tr td {
        background: none;
        border-top: none;
        border-bottom: none;
        padding: 6px 0;
    }

        table.recentDoc.contactDoc tr td:first-child {
            border-left: none;
        }

        table.recentDoc.contactDoc tr td:last-child {
            border-right: none
        }

        table.recentDoc.contactDoc tr td .tdBx {
            background: #fff;
            border-top: solid 1px #e4e7ec;
            border-bottom: solid 1px #e4e7ec;
            height: 90px;
            display: flex;
            align-items: center;
        }

        table.recentDoc.contactDoc tr td:first-child .tdBx {
            border-left: solid 1px #e4e7ec;
            justify-content: center;
        }

        table.recentDoc.contactDoc tr td:last-child .tdBx {
            border-right: solid 1px #e4e7ec;
        }

    table.recentDoc.contactDoc tr:hover td .tdBx {
        border-color: #437dda;
        background-color: #f5f9ff;
    }

    table.recentDoc.contactDoc tr.p td {
        background-color: #fff;
        padding: 35px 90px;
    }

        table.recentDoc.contactDoc tr.p td .tdCnt {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
        }

    table.recentDoc.contactDoc tr td {
        font-size: 13px;
    }

        table.recentDoc.contactDoc tr td .fileName h3 {
            font-size: 16px;
        }

.docTable table.recentDoc.contactDoc tr td .action a {
    display: inline-block;
    align-items: center;
    justify-content: center;
}

.rightCnt {
    width: 100%;
}

    .rightCnt .box {
        width: 50%;
        float: left;
        margin-bottom: 0;
    }

        .rightCnt .box span {
            color: #1d3274;
            opacity: 0.65;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.86px;
            font-family: 'Graphik-Medium';
            width: 50%;
            text-align: left;
            padding-left: 15px;
        }

        .rightCnt .box p {
            color: #37435a;
            font-size: 16px;
            font-family: 'Graphik-Regular';
            width: 50%;
            float: right;
        }

            .rightCnt .box p.green {
                color: #64c879;
            }

    .rightCnt .box2 {
        width: 100%;
        float: left;
        margin-bottom: 0;
    }

        .rightCnt .box2 span {
            color: #1d3274;
            opacity: 0.65;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.86px;
            font-family: 'Graphik-Medium';
            width: 75%;
            text-align: left;
            padding-left: 15px;
        }

        .rightCnt .box2 p {
            color: #37435a;
            font-size: 16px;
            font-family: 'Graphik-Regular';
            margin: 0 0 0 20px;
            word-break: break-all;
        }

    .rightCnt .boxInner {
        margin-bottom: 15px;
    }

table.recentDoc tr td .action {
    width: 100%;
    float: left;
    text-align: right;
    padding: 0 20px 0 0;
}

    table.recentDoc tr td .action a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
        width: 20px;
        transition: all .35s ease 0s;
        cursor: pointer;
    }

        table.recentDoc tr td .action a:hover {
            opacity: 0.5;
        }

        table.recentDoc tr td .action a svg path {
            fill: #7f8899;
        }

table.recentDoc.contactDoc tr.active td {
    padding-bottom: 0;
}

    table.recentDoc.contactDoc tr.active td .tdBx {
        background-color: rgba(158, 176, 194, 0.16);
        border-bottom: none;
        border-top: solid 1px #437dda;
    }

    table.recentDoc.contactDoc tr.active td:first-child .tdBx,
    table.recentDoc.contactDoc tr.active td:last-child .tdBx {
        border-color: #437dda;
    }

table.recentDoc.contactDoc tr.p td {
    border: solid 1px #437dda;
    border-top: none;
}

table.recentDoc.contactDoc tr.p {
    display: none;
}

table.recentDoc.contactDoc tr td .action img {
    width: auto;
}

table.recentDoc.contactDoc tr td .action {
    padding: 0 20px 0 0;
}

    table.recentDoc.contactDoc tr td .action a {
        margin: 0 10px;
    }

        table.recentDoc.contactDoc tr td .action a.editAction {
            width: auto !important;
        }

            table.recentDoc.contactDoc tr td .action a.editAction svg {
                display: inline-block;
                vertical-align: middle;
                width: 20px;
                height: 20px;
            }

            table.recentDoc.contactDoc tr td .action a.editAction span {
                width: 65px;
                display: inline-block;
                vertical-align: middle;
                float: none;
                margin: 0 0 0 5px;
            }

table.recentDoc.contactDoc tr td .initial {
    background-color: transparent;
}

table.recentDoc.contactDoc.newDocTable tr td .initial {
    background-color: #a7c0da;
}

table.recentDoc.contactDoc tr td .iconBx span {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    background: #b4d3b0;
    font-size: 20px;
    font-family: 'Graphik-Semibold';
    color: #fff;
}

    table.recentDoc.contactDoc tr td .iconBx span.blue {
        background-color: #b9dcdc;
    }

    table.recentDoc.contactDoc tr td .iconBx span.orange {
        background-color: #f6d8a4;
    }

    table.recentDoc.contactDoc tr td .iconBx span.red {
        background-color: #f5b298;
    }

    table.recentDoc.contactDoc tr td .iconBx span.pink {
        background-color: #f5acc8;
    }

table.recentDoc.contactDoc tr td .action a svg.edit path {
    fill: #437dda;
}

table.recentDoc.contactDoc tr td .action a.tropen svg {
    transition: all .35s ease 0s;
}

table.recentDoc.contactDoc tr.active td .action a.tropen svg {
    transform: rotate(180deg);
}

    table.recentDoc.contactDoc tr.active td .action a.tropen svg path {
        fill: #437dda;
    }

.vehicleListInner {
    text-align: center;
}

.popupOverBg {
    opacity: 0.58;
    background-color: #37435a;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.popoverlayNew {
    position: fixed;
    height: 85vh;
    bottom: 0;
    left: 0;
    background-color: #eff1f3;
    z-index: 1000;
}

    .popoverlayNew .downArro {
        background-color: #eff1f3;
    }

    .popoverlayNew .popupCnt {
        height: 100%;
        overflow-y: hidden;
    }

        .popoverlayNew .popupCnt .pop {
            width: 100%;
            padding: 0 50px;
        }

        .popoverlayNew .popupCnt .cntWmenu {
            margin-top: 40px;
        }

    .popoverlayNew .vehicleLogoTitle {
        width: 100%;
        float: left;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .popoverlayNew .vehicleLogoTitle .vt0 {
            margin: 0 0 0 15px;
        }

            .popoverlayNew .vehicleLogoTitle .vt0 h1 {
                letter-spacing: 0.53px;
                color: #437dda;
                font-size: 32px;
                font-family: "Graphik-Medium";
                display: block;
                margin-bottom: 5px;
            }

            .popoverlayNew .vehicleLogoTitle .vt0 h2 {
                opacity: 0.54;
                font-family: "Graphik-Regular";
                font-size: 20px;
                color: #37435a;
                display: block;
            }

    .popoverlayNew .v3_2cnt {
        width: 100%;
        float: left;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

        .popoverlayNew .v3_2cnt .rs0 {
            width: calc(30% - 15px);
            float: left;
        }

            .popoverlayNew .v3_2cnt .rs0 .rsbx {
                width: 100%;
                float: left;
                border-radius: 5px;
                background-color: #ffffff;
                padding: 15px;
                margin-bottom: 20px;
            }

                .popoverlayNew .v3_2cnt .rs0 .rsbx .rstl0 {
                    width: 100%;
                    float: left;
                    border-bottom: solid 1px #e4e7ec;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    padding-bottom: 10px;
                    margin-bottom: 5px;
                }

                    .popoverlayNew .v3_2cnt .rs0 .rsbx .rstl0.withoutTitle {
                        border-bottom: none;
                    }

                    .popoverlayNew .v3_2cnt .rs0 .rsbx .rstl0 h1 {
                        opacity: 0.66;
                        font-size: 18px;
                        letter-spacing: 1.29px;
                        color: #1d3274;
                        font-family: "Graphik-Medium";
                        text-transform: uppercase;
                    }

                    .popoverlayNew .v3_2cnt .rs0 .rsbx .rstl0 svg {
                        width: 16px;
                        height: 16px;
                        margin: 0 10px 0 0;
                    }

                .popoverlayNew .v3_2cnt .rs0 .rsbx ul {
                    width: 100%;
                    float: left;
                    display: flex;
                    align-items: flex-start;
                    justify-content: space-between;
                    flex-flow: row wrap;
                }

                    .popoverlayNew .v3_2cnt .rs0 .rsbx ul li {
                        width: calc(50% - 20px);
                        margin: 15px 0;
                    }

                        .popoverlayNew .v3_2cnt .rs0 .rsbx ul li label {
                            width: 100%;
                            float: left;
                            margin-bottom: 10px;
                            opacity: 0.54;
                            font-family: "Graphik-Medium";
                            font-size: 12px;
                            font-weight: 500;
                            letter-spacing: 1px;
                            color: #37435a;
                            text-transform: uppercase;
                        }

                        .popoverlayNew .v3_2cnt .rs0 .rsbx ul li span {
                            width: 100%;
                            float: left;
                            font-family: "Graphik-Medium";
                            font-family: "Graphik-Regular";
                            font-size: 16px;
                            color: #37435a;
                        }

                            .popoverlayNew .v3_2cnt .rs0 .rsbx ul li span.warning {
                                color: #ff9a4e;
                            }

                        .popoverlayNew .v3_2cnt .rs0 .rsbx ul li input.text {
                            width: 100%;
                            float: left;
                            padding: 7px;
                            border-radius: 3px;
                            border: solid 1px #cad0d6;
                            font-size: 13px;
                            font-family: "Graphik-Regular";
                            color: #1d3274;
                            display: none;
                        }

                        .popoverlayNew .v3_2cnt .rs0 .rsbx ul li select.selectDD {
                            width: 100%;
                            float: left;
                            padding: 7px;
                            border-radius: 3px;
                            border: solid 1px #cad0d6;
                            font-size: 13px;
                            font-family: "Graphik-Regular";
                            color: #1d3274;
                            display: none;
                        }

                    .popoverlayNew .v3_2cnt .rs0 .rsbx ul.secondryBx {
                        display: none;
                    }

                        .popoverlayNew .v3_2cnt .rs0 .rsbx ul.secondryBx li input.text {
                            display: none;
                        }

                .popoverlayNew .v3_2cnt .rs0 .rsbx .addBx {
                    width: 100%;
                    padding: 30px 0;
                    float: left;
                }

                    .popoverlayNew .v3_2cnt .rs0 .rsbx .addBx a {
                        width: 100%;
                        float: left;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                        .popoverlayNew .v3_2cnt .rs0 .rsbx .addBx a .svgCls {
                            background-image: linear-gradient(to bottom, #437dda, #29a0e2);
                            padding: 5px;
                            border-radius: 3px;
                        }

                            .popoverlayNew .v3_2cnt .rs0 .rsbx .addBx a .svgCls svg {
                                width: 20px;
                                height: 20px;
                            }

                                .popoverlayNew .v3_2cnt .rs0 .rsbx .addBx a .svgCls svg path {
                                    fill: #fff;
                                }

                        .popoverlayNew .v3_2cnt .rs0 .rsbx .addBx a span {
                            opacity: 0.58;
                            font-family: "Graphik-Semibold";
                            text-transform: uppercase;
                            font-size: 24px;
                            font-weight: 600;
                            letter-spacing: 1.71px;
                            color: #37435a;
                            display: inline-block;
                            margin: 0 0 0 10px;
                        }

                .popoverlayNew .v3_2cnt .rs0 .rsbx .restrinBx {
                    width: 100%;
                    float: left;
                }

                    .popoverlayNew .v3_2cnt .rs0 .rsbx .restrinBx .imgBx {
                        width: 100%;
                        float: left;
                        margin-bottom: 15px;
                    }

                        .popoverlayNew .v3_2cnt .rs0 .rsbx .restrinBx .imgBx img {
                            width: 36px;
                        }

                    .popoverlayNew .v3_2cnt .rs0 .rsbx .restrinBx h3 {
                        width: 100%;
                        float: left;
                        font-size: 14px;
                        letter-spacing: 0.23px;
                        color: #437dda;
                    }

                .popoverlayNew .v3_2cnt .rs0 .rsbx .restrinBxEdit {
                    width: 100%;
                    float: left;
                    display: none;
                    align-items: center;
                    justify-content: center;
                }

                    .popoverlayNew .v3_2cnt .rs0 .rsbx .restrinBxEdit .box {
                        width: calc(50% - 40px);
                        cursor: pointer;
                        transition: all .35s ease 0s;
                        border-radius: 5px;
                        border: solid 1px #cad0d6;
                        background-color: #ffffff;
                        padding: 15px 0;
                        margin: 0 10px;
                        text-align: center;
                    }

                        .popoverlayNew .v3_2cnt .rs0 .rsbx .restrinBxEdit .box .imgBx {
                            width: 45px;
                            display: inline-block;
                            margin-bottom: 15px;
                        }

                            .popoverlayNew .v3_2cnt .rs0 .rsbx .restrinBxEdit .box .imgBx img {
                                max-width: 100%;
                            }

                        .popoverlayNew .v3_2cnt .rs0 .rsbx .restrinBxEdit .box h3 {
                            width: 100%;
                            float: left;
                            letter-spacing: 0.3px;
                            color: #1d3274;
                            font-size: 16px;
                            font-weight: normal;
                            font-family: "Graphik-Regular";
                        }

                        .popoverlayNew .v3_2cnt .rs0 .rsbx .restrinBxEdit .box.active {
                            border: solid 1px #437dda;
                            background-color: rgba(45, 117, 255, 0.08);
                        }

                            .popoverlayNew .v3_2cnt .rs0 .rsbx .restrinBxEdit .box.active h3 {
                                color: #437dda;
                            }

        .popoverlayNew .v3_2cnt .ls0 {
            width: calc(70% - 15px);
            float: left;
        }

            .popoverlayNew .v3_2cnt .ls0 .lstl0 {
                width: 100%;
                float: left;
                margin: 0 0 10px;
                display: flex;
                align-items: flex-end;
                justify-content: space-between;
            }

                .popoverlayNew .v3_2cnt .ls0 .lstl0 .tl0 h1 {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 18px;
                    color: #37435a;
                    font-family: "Graphik-Medium";
                }

                .popoverlayNew .v3_2cnt .ls0 .lstl0 .tl0 a.editIco {
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0 0 0 10px;
                }

                    .popoverlayNew .v3_2cnt .ls0 .lstl0 .tl0 a.editIco svg {
                        width: 20px;
                        height: 20px;
                    }

                        .popoverlayNew .v3_2cnt .ls0 .lstl0 .tl0 a.editIco svg path {
                            fill: #437dda;
                        }

                .popoverlayNew .v3_2cnt .ls0 .lstl0 .tl0 .dropdownIcoWrap {
                    display: inline-block;
                    vertical-align: middle;
                    text-align: center;
                    margin: 0 0 0 15px;
                    position: relative;
                }

                .popoverlayNew .v3_2cnt .ls0 .lstl0 .tl0 a.dropdownIco {
                    width: 28px;
                    height: 28px;
                    border-radius: 50%;
                    background-color: transparent;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .popoverlayNew .v3_2cnt .ls0 .lstl0 .tl0 a.dropdownIco svg {
                        width: 18px;
                        height: 18px;
                        margin: 0 0 0 0;
                    }

                        .popoverlayNew .v3_2cnt .ls0 .lstl0 .tl0 a.dropdownIco svg path {
                            fill: #000;
                        }

                .popoverlayNew .v3_2cnt .ls0 .lstl0 .tla0 a {
                    width: 100%;
                    float: left;
                    font-size: 14px;
                    color: #64c879;
                    font-family: "Graphik-Regular";
                    font-weight: 400;
                }

                .popoverlayNew .v3_2cnt .ls0 .lstl0 .tl0 .dropdownIcoWrap .ddBx0 {
                    position: absolute;
                    right: -30px;
                    top: 100%;
                    width: 300px;
                    z-index: 5;
                    padding: 20px 0 0;
                    opacity: 0;
                    visibility: hidden;
                }

                    .popoverlayNew .v3_2cnt .ls0 .lstl0 .tl0 .dropdownIcoWrap .ddBx0 .ddBxInner {
                        border-radius: 2px;
                        box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.5);
                        background-color: #525c6e;
                        padding: 18px;
                        width: 100%;
                        float: left;
                        position: relative;
                    }

                        .popoverlayNew .v3_2cnt .ls0 .lstl0 .tl0 .dropdownIcoWrap .ddBx0 .ddBxInner:after,
                        .popoverlayNew .v3_2cnt .ls0 .lstl0 .tl0 .dropdownIcoWrap .ddBx0 .ddBxInner:before {
                            bottom: 100%;
                            right: 35px;
                            border: solid transparent;
                            content: " ";
                            height: 0;
                            width: 0;
                            position: absolute;
                            pointer-events: none;
                        }

            .popoverlayNew .v3_2cnt .ls0 .selectAll {
                width: 100%;
                float: left;
                margin-top: 20px;
            }

                .popoverlayNew .v3_2cnt .ls0 .selectAll a {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 14px;
                    font-family: "Graphik-Medium";
                    color: #64c879;
                    margin-left: 10px;
                }

                .popoverlayNew .v3_2cnt .ls0 .selectAll p {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 22px;
                    font-weight: bold;
                }

            .popoverlayNew .v3_2cnt .ls0 .lstl0 .tl0 .dropdownIcoWrap .ddBx0 .ddBxInner:after {
                border-color: rgba(136, 183, 213, 0);
                border-bottom-color: #525c6e;
                border-width: 10px;
                margin-left: -10px;
            }

            .popoverlayNew .v3_2cnt .ls0 .lstl0 .tl0 .dropdownIcoWrap:hover a.dropdownIco {
                background-color: rgba(55, 67, 90, 0.19);
            }

            .popoverlayNew .v3_2cnt .ls0 .lstl0 .tl0 .dropdownIcoWrap:hover .ddBx0 {
                opacity: 1;
                visibility: visible;
            }

            .popoverlayNew .v3_2cnt .ls0 .lstl0 .tl0 .dropdownIcoWrap .ddBx0 .ddBxInner .templateList {
                width: 100%;
                float: left;
            }

                .popoverlayNew .v3_2cnt .ls0 .lstl0 .tl0 .dropdownIcoWrap .ddBx0 .ddBxInner .templateList li {
                    width: 100%;
                    float: left;
                    text-align: left;
                    border-bottom: solid 1px rgba(238, 241, 244, 0.24);
                }

                    .popoverlayNew .v3_2cnt .ls0 .lstl0 .tl0 .dropdownIcoWrap .ddBx0 .ddBxInner .templateList li:last-child {
                        border-bottom: none;
                    }

                    .popoverlayNew .v3_2cnt .ls0 .lstl0 .tl0 .dropdownIcoWrap .ddBx0 .ddBxInner .templateList li a {
                        width: 100%;
                        float: left;
                        font-size: 18px;
                        letter-spacing: 0.33px;
                        color: #fff;
                        padding: 10px;
                        opacity: 0.58;
                    }

                        .popoverlayNew .v3_2cnt .ls0 .lstl0 .tl0 .dropdownIcoWrap .ddBx0 .ddBxInner .templateList li a:hover {
                            opacity: 1;
                        }

            .popoverlayNew .v3_2cnt .ls0 .lscnt {
                width: 100%;
                float: left;
            }

                .popoverlayNew .v3_2cnt .ls0 .lscnt .coverageList {
                    width: 100%;
                    float: left;
                    margin-top: 10px;
                }

                    .popoverlayNew .v3_2cnt .ls0 .lscnt .coverageList .coverageListItem {
                        width: 98%;
                        float: left;
                        margin: 10px 10px;
                        padding: 15px;
                        border-radius: 10px;
                        border: solid 1px #e4e7ec;
                        background-color: #ffffff;
                    }

                        .popoverlayNew .v3_2cnt .ls0 .lscnt .coverageList .coverageListItem .lbl0 {
                            width: calc(25% - 18px);
                            margin: 0 15px 0 0;
                            display: inline-block;
                            vertical-align: middle;
                        }

                            .popoverlayNew .v3_2cnt .ls0 .lscnt .coverageList .coverageListItem .lbl0 .checkbox-button {
                                display: inline-block;
                                vertical-align: middle;
                                margin: 0 10px 0 0;
                                width: 30px;
                            }

                            .popoverlayNew .v3_2cnt .ls0 .lscnt .coverageList .coverageListItem .lbl0 h3 {
                                width: calc(100% - 55px);
                                display: inline-block;
                                vertical-align: middle;
                                margin: 0 10px 0 0;
                                font-size: 14px;
                                color: #1d3274;
                                font-family: "Graphik-Regular";
                            }

                        .popoverlayNew .v3_2cnt .ls0 .lscnt .coverageList .coverageListItem .lbl1 {
                            width: calc(65% - 18px);
                            margin: 0 0 0 15px;
                            display: inline-block;
                            vertical-align: middle;
                        }

                            .popoverlayNew .v3_2cnt .ls0 .lscnt .coverageList .coverageListItem .lbl1 .frmdv0 {
                                width: calc(50% - 63px);
                                display: inline-block;
                                vertical-align: middle;
                                margin: 0 30px;
                            }

                                .popoverlayNew .v3_2cnt .ls0 .lscnt .coverageList .coverageListItem .lbl1 .frmdv0 span {
                                    width: 100%;
                                    float: left;
                                    margin-bottom: 5px;
                                    font-size: 14px;
                                    font-family: "Graphik-Medium";
                                    color: #7f8899;
                                }

                                .popoverlayNew .v3_2cnt .ls0 .lscnt .coverageList .coverageListItem .lbl1 .frmdv0 .selectDiv {
                                    width: 100%;
                                    float: left;
                                    position: relative;
                                }

                                .popoverlayNew .v3_2cnt .ls0 .lscnt .coverageList .coverageListItem .lbl1 .frmdv0 select {
                                    width: 100%;
                                    display: inline-block;
                                    padding: 11px;
                                    border-radius: 5px;
                                    border: solid 1px rgba(127, 136, 153, 0.38);
                                    margin-top: 0;
                                    font-size: 16px;
                                    opacity: 0.45;
                                    font-family: 'Graphik-Regular';
                                    color: #1d3274;
                                    -webkit-appearance: none;
                                    appearance: none;
                                }

                                .popoverlayNew .v3_2cnt .ls0 .lscnt .coverageList .coverageListItem .lbl1 .frmdv0 .selectDD {
                                    border: solid 1px #cad0d6;
                                    opacity: 1;
                                }

                                .popoverlayNew .v3_2cnt .ls0 .lscnt .coverageList .coverageListItem .lbl1 .frmdv0 .selectDiv::after {
                                    content: '\f0d7';
                                    font: normal normal normal 24px/1 FontAwesome;
                                    color: #000;
                                    right: 18px;
                                    top: 50%;
                                    transform: translateY(-50%);
                                    font-weight: bold;
                                    position: absolute;
                                    pointer-events: none;
                                    cursor: pointer;
                                }

                                .popoverlayNew .v3_2cnt .ls0 .lscnt .coverageList .coverageListItem .lbl1 .frmdv0 .selectDiv:hover select {
                                    border-color: #2956f6;
                                }

                                .popoverlayNew .v3_2cnt .ls0 .lscnt .coverageList .coverageListItem .lbl1 .frmdv0 .selectDiv:hover::after {
                                    color: #2956f6;
                                }

                            .popoverlayNew .v3_2cnt .ls0 .lscnt .coverageList .coverageListItem .lbl1 .frmdv1 {
                                width: calc(70% - 63px);
                                display: inline-block;
                                vertical-align: middle;
                                margin: 0 30px;
                            }

                                .popoverlayNew .v3_2cnt .ls0 .lscnt .coverageList .coverageListItem .lbl1 .frmdv1 .radioGroup {
                                    width: 100%;
                                    float: left;
                                    display: flex;
                                    align-items: flex-start;
                                    justify-content: flex-start;
                                    flex-flow: row wrap;
                                    margin: 15px 0 0;
                                }

                .popoverlayNew .v3_2cnt .ls0 .lscnt ul li .lbl1 .frmdv1 .radioGroup .radioBx {
                    width: calc(50% - 20px);
                    margin: 15px 0;
                }

                    .popoverlayNew .v3_2cnt .ls0 .lscnt ul li .lbl1 .frmdv1 .radioGroup .radioBx label {
                        font-size: 16px;
                        text-transform: none;
                        font-family: "Graphik-Regular";
                        letter-spacing: normal;
                    }

                    .popoverlayNew .v3_2cnt .ls0 .lscnt ul li .lbl1 .frmdv1 .radioGroup .radioBx [type="radio"]:checked + label:before,
                    .popoverlayNew .v3_2cnt .ls0 .lscnt ul li .lbl1 .frmdv1 .radioGroup .radioBx [type="radio"]:not(:checked) + label:before {
                        border-width: 1px;
                    }

                    .popoverlayNew .v3_2cnt .ls0 .lscnt ul li .lbl1 .frmdv1 .radioGroup .radioBx [type="radio"]:checked + label:after,
                    .popoverlayNew .v3_2cnt .ls0 .lscnt ul li .lbl1 .frmdv1 .radioGroup .radioBx [type="radio"]:not(:checked) + label:after {
                        width: 12px;
                        height: 12px;
                        left: 4px;
                        top: 4px;
                    }

                    .popoverlayNew .v3_2cnt .ls0 .lscnt ul li .lbl1 .frmdv1 .radioGroup .radioBx [type="radio"]:checked + label {
                        opacity: 1;
                    }

                        .popoverlayNew .v3_2cnt .ls0 .lscnt ul li .lbl1 .frmdv1 .radioGroup .radioBx [type="radio"]:checked + label:before {
                            border-color: #437dda;
                        }

            .popoverlayNew .v3_2cnt .ls0 .a12Btns {
                margin-top: 30px;
            }

                .popoverlayNew .v3_2cnt .ls0 .a12Btns a {
                    width: 200px;
                }

table.recentDoc.contactDoc.newDocTable .checkbox-button__control {
    margin: 0 10px;
}

.error {
    empty-cells: hide;
    border: 1px solid red !important;
    border-radius: 5px;
}

.modalLoader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4) none no-repeat scroll 50% 50%;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

body.loading {
    overflow: hidden;
}

    body.loading .modalLoader {
        display: block;
    }

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: -100%;
    right: -100%;
    left: -100%;
    bottom: -100%;
    margin: auto;
    z-index: 5000;
}

.loader-section {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.comPopup {
    width: 720px;
    display: inline-block;
    background-color: #fff;
    padding: 45px 60px;
    position: relative;
}

    .comPopup .popupInner {
        width: 100%;
        float: left;
    }

        .comPopup .popupInner h1.popupTitle {
            width: 100%;
            float: left;
            font-size: 24px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-family: "Graphik-Medium";
            color: #35445b;
            margin-bottom: 50px;
        }

        .comPopup .popupInner .signDiv {
            width: 100%;
            float: left;
            background-color: #f6fafd;
            border-radius: 5px;
            border: 1px solid #9fb0c2;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

            .comPopup .popupInner .signDiv .field {
                width: 70%;
                display: inline-block;
                position: relative;
            }

                .comPopup .popupInner .signDiv .field input {
                    width: 100%;
                    padding: 5px 35px 5px 10px;
                    border: none;
                    background: transparent;
                    font-family: 'Dancing Script', cursive;
                    font-weight: 700;
                    font-size: 25px;
                }

                .comPopup .popupInner .signDiv .field span {
                    position: absolute;
                    right: 10px;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 20px;
                    height: 20px;
                }

                    .comPopup .popupInner .signDiv .field span img {
                        width: 100%;
                    }

            .comPopup .popupInner .signDiv button.submit {
                width: 30%;
                font-size: 18px;
                padding: 11px;
                color: #fff;
                text-transform: uppercase;
                letter-spacing: 3px;
                background-color: #437dda;
                border: none;
                -webkit-appearance: none;
                cursor: pointer;
            }

        .comPopup .popupInner .note {
            width: 100%;
            float: left;
            font-size: 18px;
            letter-spacing: 1px;
            text-align: left;
            margin: 10px 0 30px;
            color: #384359;
        }

            .comPopup .popupInner .note span {
                color: #e54547;
                font-family: "Graphik-Medium";
            }

        .comPopup .popupInner .otpMsg {
            background-color: #e7f2f8;
            padding: 25px;
            margin-bottom: 30px;
            border-radius: 3px;
        }

            .comPopup .popupInner .otpMsg p {
                font-size: 16px;
                line-height: 1.6;
                text-align: left;
                letter-spacing: 0.5px;
                color: #525c6e;
                width: 100%;
                float: left;
            }

        .comPopup .popupInner .otpField {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }

            .comPopup .popupInner .otpField input {
                width: calc(70% - 10px);
                display: inline-block;
                border: 1px solid #9fb0c2;
                border-radius: 3px;
                padding: 10px;
                font-size: 16px;
                font-family: "Graphik-Regular";
                letter-spacing: 1px;
            }

            .comPopup .popupInner .otpField button.submit {
                width: calc(30% - 10px);
                font-size: 17px;
                padding: 10px;
                color: #fff;
                text-transform: uppercase;
                letter-spacing: 2px;
                background-color: #8ad36a;
                border: none;
                -webkit-appearance: none;
                border-radius: 3px;
                font-family: "Graphik-Medium";
                cursor: pointer;
            }

.mfp-close {
    font-size: 38px;
}

.holdPopup {
    width: 620px;
    display: inline-block;
    background-color: #fff;
    padding: 50px;
    position: relative;
    text-align: left;
}

    .holdPopup h2 {
        width: 100%;
        float: left;
        color: #3b425c;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Graphik-Medium";
        margin-bottom: 20px;
    }

    .holdPopup .field {
        width: 100%;
        float: left;
        margin-bottom: 25px;
    }

        .holdPopup .field textarea {
            width: 100%;
            float: left;
            border: 1px solid #7f8899;
            border-radius: 3px;
            padding: 10px;
            resize: none;
            font-family: "Graphik-Regular";
            font-size: 16px;
            color: #3b425c;
            letter-spacing: 0.5px;
        }

    .holdPopup .subBtn {
        width: 100%;
        float: left;
        text-align: center;
        display: inline-flex;
    }

        .holdPopup .subBtn button.submit {
            transition: all .35s ease 0s;
            display: inline-block;
            padding: 12px 30px;
            color: #fff;
            font-family: "Graphik-Medium";
            font-size: 16px;
            letter-spacing: 2px;
            border: 1px solid #437dda;
            border-radius: 3px;
            background-color: #437dda;
            cursor: pointer;
        }


.riskPopup {
    width: 920px;
    display: inline-block;
    background-color: #fff;
    padding: 20px 40px;
    position: relative;
}

    .riskPopup .popupInner {
        width: 100%;
        float: left;
    }

        .riskPopup .popupInner h1.popupTitle {
            width: 100%;
            float: left;
            font-size: 24px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-family: "Graphik-Medium";
            color: #35445b;
            margin-bottom: 30px;
        }

        .riskPopup .popupInner .riskQues ul {
            width: 100%;
            float: left;
        }

            .riskPopup .popupInner .riskQues ul li {
                width: 100%;
                margin-bottom: 25px;
                display: flex;
                flex-flow: row wrap;
                align-items: center;
                justify-content: space-between;
                text-align: left;
                border-radius: 5px;
                border: solid 1px rgba(158, 176, 194, 0.10);
                background-color: rgba(158, 176, 194, 0.10);
                padding: 20px;
            }

                .riskPopup .popupInner .riskQues ul li h3 {
                    width: 84%;
                    float: left;
                    opacity: 0.66;
                    font-family: "Graphik-Regular";
                    font-size: 17px;
                    color: #1d3274;
                    margin-bottom: 0;
                    line-height: 1.7;
                }

                .riskPopup .popupInner .riskQues ul li .actionCheck {
                    width: calc(20% - 88px);
                    display: inline-block;
                    vertical-align: middle;
                    text-align: right;
                    margin: 0 0 0 30px;
                }

input[type="checkbox"].toggle {
    opacity: 0;
    position: absolute;
    left: -99999px;
}

    input[type="checkbox"].toggle + label {
        height: 30px;
        line-height: 30px;
        background-color: rgba(158, 176, 194, 0.82);
        padding: 0px 13px;
        border-radius: 16px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        -moz-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        -webkit-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
        -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
    }

        input[type="checkbox"].toggle + label:before,
        input[type="checkbox"].toggle + label:hover:before {
            content: ' ';
            position: absolute;
            top: 2px;
            left: 2px;
            width: 36px;
            height: 26px;
            background: #fff;
            z-index: 2;
            -moz-transition: all 0.25s ease-in;
            -o-transition: all 0.25s ease-in;
            -webkit-transition: all 0.25s ease-in;
            transition: all 0.25s ease-in;
            -moz-border-radius: 14px;
            -webkit-border-radius: 14px;
            border-radius: 14px;
        }

        input[type="checkbox"].toggle + label .off,
        input[type="checkbox"].toggle + label .on {
            color: #fff;
        }

        input[type="checkbox"].toggle + label .off {
            margin-left: 36px;
            display: inline-block;
        }

        input[type="checkbox"].toggle + label .on {
            display: none;
        }

    input[type="checkbox"].toggle:checked + label .off {
        display: none;
    }

    input[type="checkbox"].toggle:checked + label .on {
        margin-right: 36px;
        display: inline-block;
    }

    input[type="checkbox"].toggle:checked + label,
    input[type="checkbox"].toggle:focus:checked + label {
        background-color: #437dda;
    }

        input[type="checkbox"].toggle:checked + label:before,
        input[type="checkbox"].toggle:checked + label:hover:before,
        input[type="checkbox"].toggle:focus:checked + label:before,
        input[type="checkbox"].toggle:focus:checked + label:hover:before {
            background-position: 0 0;
            top: 2px;
            left: 100%;
            margin-left: -38px;
        }

.reiskBtns {
    margin: 15px 0 0;
}

    .reiskBtns a {
        transition: all .35s ease 0s;
        display: inline-block;
        padding: 12px 30px;
        color: #fff;
        font-family: "Graphik-Medium";
        font-size: 16px;
        letter-spacing: 1px;
        border: 1px solid #437dda;
        border-radius: 3px;
        background-color: #437dda;
        cursor: pointer;
        width: 150px;
        margin: 0 10px;
    }

        .reiskBtns a.cancelBtn {
            background-color: transparent;
            border-color: #9fb0c2;
            color: #9fb0c2;
        }

        .reiskBtns a.listingBtn {
            background-color: transparent;
            border-color: #9fb0c2;
            color: #fff;
            width: 250px;
            background-color: #437dda;
        }

.riskButton a {
    transition: all .35s ease 0s;
    display: inline-block;
    padding: 12px 30px;
    color: #437dda;
    font-family: "Graphik-Medium";
    font-size: 16px;
    letter-spacing: 1px;
    border: 1px solid #437dda;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    margin: 0 10px;
}

.sectionCompare ul {
    width: 100%;
    float: left;
}

    .sectionCompare ul li {
        width: 100%;
        float: left;
        margin: 15px 0;
        background: #fff;
        border: 1px solid #ececec;
        border-radius: 3px;
        display: table;
        min-height: 185px;
    }

        .sectionCompare ul li .cLogo {
            width: 20%;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            background-color: #fff;
            padding: 15px;
        }

        .sectionCompare ul li .yearDet {
            background: #f5f5f57a;
            width: 25%;
            display: table-cell;
            vertical-align: middle;
            padding: 20px 15px;
            text-align: center;
            border-left: 1px solid #ececec;
            border-right: 1px solid #ececec;
            transition: all .35s ease 0s;
        }

            .sectionCompare ul li .yearDet .buttonsWrap {
                display: inline-block;
                background-color: #fff;
                border: 1px solid #2e72f7;
                border-radius: 20px;
                overflow: hidden;
                margin-bottom: 20px;
            }

                .sectionCompare ul li .yearDet .buttonsWrap a {
                    display: inline-block;
                    vertical-align: middle;
                    padding: 10px 20px;
                    font-size: 13px;
                    color: #2e72f7;
                }

                    .sectionCompare ul li .yearDet .buttonsWrap a.active {
                        background-color: #2e72f7;
                        color: #fff;
                    }

            .sectionCompare ul li .yearDet .rate {
                width: 100%;
                float: left;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 0 35px;
            }

                .sectionCompare ul li .yearDet .rate h2 {
                    font-size: 32px;
                    color: #364258;
                    letter-spacing: 1px;
                    font-family: 'Graphik-Light';
                }

                .sectionCompare ul li .yearDet .rate span {
                    background: url(../../Images/strip.png) no-repeat center center / cover;
                    padding: 6px 20px 6px 10px;
                    color: #fff;
                    font-size: 12px;
                    font-family: "Graphik-Medium";
                    margin: 0 0 0 20px;
                }

            .sectionCompare ul li .yearDet p {
                width: 100%;
                float: left;
                margin: 5px 0 0;
                font-size: 13px;
            }

        .sectionCompare ul li .covrageDet {
            width: 35%;
            display: table-cell;
            vertical-align: top;
            background: #f5f5f57a;
            transition: all .35s ease 0s;
            padding: 20px 10px 10px 10px;
            border-right: 1px solid #ececec;
        }

            .sectionCompare ul li .covrageDet .charges .nameDiv {
                width: 100%;
                display: inline-block;
                vertical-align: middle;
                margin-bottom: 10px;
                float: left;
            }

                .sectionCompare ul li .covrageDet .charges .nameDiv span {
                    font-family: 'Graphik-Regular';
                    font-size: 13px;
                    color: #364258;
                    vertical-align: middle;
                }

                    .sectionCompare ul li .covrageDet .charges .nameDiv span.amt {
                        /*margin-right: 12px;*/
                        width: 30%;
                        display: inline-block;
                        /*float: right;*/
                    }

                    .sectionCompare ul li .covrageDet .charges .nameDiv span.desc {
                        /*margin-left: 5px;*/
                        width: 45%;
                        display: inline-block;
                        float: left;
                    }

                .sectionCompare ul li .covrageDet .charges .nameDiv a.success::before {
                    content: ' ';
                    background: url(../../Images/amit/success.png) no-repeat center center;
                    width: 16px;
                    display: inline-block;
                    height: 15px;
                    margin-right: 10px;
                    float: left;
                }

                .sectionCompare ul li .covrageDet .charges .nameDiv a.fail::before {
                    content: ' ';
                    background: url(../../Images/amit/fail.png) no-repeat center center;
                    width: 16px;
                    display: inline-block;
                    height: 15px;
                    margin-right: 10px;
                    float: left;
                }

        .sectionCompare ul li .buyDiv {
            width: 20%;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

            .sectionCompare ul li .buyDiv .btnDiv {
                width: 100%;
                float: left;
                margin-bottom: 10px;
            }

                .sectionCompare ul li .buyDiv .btnDiv button {
                    width: 88%;
                    display: inline-block;
                    border-radius: 3px;
                    background: #2e72f7;
                    padding: 7px 10px;
                    font-family: 'Graphik-Medium';
                    font-size: 14px;
                    color: #fff;
                    border: none;
                    cursor: pointer;
                }

            .sectionCompare ul li .buyDiv .btnDivHalf {
                width: 100%;
                padding: 0 15px;
                float: left;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                .sectionCompare ul li .buyDiv .btnDivHalf .btn {
                    width: calc(50% - 10px);
                    display: inline-block;
                }

                    .sectionCompare ul li .buyDiv .btnDivHalf .btn button {
                        padding: 7px 10px;
                        width: 100%;
                        display: inline-block;
                        background: #2e72f757;
                        border-radius: 3px;
                        border: none;
                        font-family: 'Graphik-Regular';
                        font-size: 14px;
                        letter-spacing: 0.2px;
                        color: #374359;
                        vertical-align: middle;
                        cursor: pointer;
                    }

                    /*.sectionCompare ul li .buyDiv .btnDivHalf .btn div {
                        padding: 5px 10px;
                        width: 100%;
                        display: inline-block;
                        background: #2e72f757;
                        border-radius: 3px;
                        border: none;
                        font-family: 'Graphik-Regular';
                        font-size: 14px;
                        letter-spacing: 0.2px;
                        color: #374359;
                        vertical-align: middle;
                        cursor: pointer;
                    }*/

                    .sectionCompare ul li .buyDiv .btnDivHalf .btn span {
                        display: inline-block;
                        vertical-align: middle;
                        margin-right: 5px;
                    }

                        .sectionCompare ul li .buyDiv .btnDivHalf .btn span img {
                            width: 100%;
                        }

        .sectionCompare ul li:hover .yearDet,
        .sectionCompare ul li:hover .covrageDet {
            background-color: #fff;
        }


/*Script below has been added on 10/23/2020*/


.endorsSummeryWrap {
    margin-bottom: 50px;
}

    .endorsSummeryWrap .tableDiv {
        margin-bottom: 40px;
    }

    .endorsSummeryWrap .endoSubFrm {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 20px;
    }

        .endorsSummeryWrap .endoSubFrm span.lebel {
            color: #7f8899;
            font-family: 'Graphik-Medium';
            font-size: 16px;
            margin: 0 10px 0 0;
        }

        .endorsSummeryWrap .endoSubFrm .frmField {
            width: 250px;
            margin: 0 10px 0 0;
        }

            .endorsSummeryWrap .endoSubFrm .frmField .calenderWrap {
                position: relative;
            }

            .endorsSummeryWrap .endoSubFrm .frmField .calender {
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translateY(12%);
                background: url(../../Images/ico-calendar.svg);
                width: 23px;
                height: 23px;
                background-size: cover;
                transform: translateY(-50%);
            }

            .endorsSummeryWrap .endoSubFrm .frmField .text {
                width: 100%;
                -webkit-appearance: none;
                display: inline-block;
                padding: 12px;
                border-radius: 5px;
                border: solid 1px rgba(127, 136, 153, 0.38);
                margin-top: 0;
                font-size: 16px;
                font-family: "Graphik-Regular";
                background-color: #fff;
            }

            .endorsSummeryWrap .endoSubFrm .frmField .text {
                border: solid 1px rgba(127, 136, 153, 1);
            }

                .endorsSummeryWrap .endoSubFrm .frmField .text.inputCalender {
                    position: relative;
                    z-index: 2;
                    background-color: transparent;
                }

.endorsBtn {
    position: relative;
}

    .endorsBtn .endoSubmit {
        width: 100%;
        float: left;
        border-radius: 5px;
        background-color: #437dda;
        padding: 13px 20px 13px 40px;
        font-family: 'Graphik-Medium';
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
        border: none;
        -webkit-appearance: none;
    }

    .endorsBtn img {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

.endorsementInnerWrap {
    display: none;
}

    .endorsementInnerWrap #both-table-padd .first-table-para {
        margin-right: unset !important;
    }

    .endorsementInnerWrap #both-table-padd .first-table-para-1 {
        margin-right: unset;
        padding-right: 20px;
    }

    .endorsementInnerWrap #both-table-padd .first-table-para-2 {
        margin-left: unset !important;
        padding-left: 20px !important;
    }

    .endorsementInnerWrap #both-table-padd .tr-1 > th, .endorsementInnerWrap #both-table-padd .tr-1 > td {
        width: 25% !important;
    }

.cntWmenu .content2.endorsementWrap {
    padding: 75px 100px;
}

    .cntWmenu .content2.endorsementWrap .submitBtn {
        width: 250px;
        display: inline-block;
        cursor: pointer;
        padding: 15px 0;
        background-color: #437dda;
        color: #fff;
        border: none;
        font-size: 18px;
        font-family: 'Graphik-Medium';
        border-radius: 4px;
    }

.businessStartDiv.cancellationDiv .bussinessDiv ul li.full-width.detSecBtn {
    text-align: center;
    margin: 0;
}

.premiumOutWrap {
    margin: 50px 0 0;
}

.common2Head h2 {
    font-size: 19px;
    color: #9eb0c2;
}

.common2Head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .common2Head a {
        position: relative;
    }

        .common2Head a:after {
            /*content: '\f0d7';*/
            font: normal normal normal 24px/1 FontAwesome;
            color: #437dda;
            right: -25px;
            top: 50%;
            transform: translateY(-50%);
            font-weight: bold;
            position: absolute;
            pointer-events: none;
            cursor: pointer;
        }

    .common2Head span.status {
        font-size: 16px;
        color: #437dda;
    }

.premiumOutWrap .businessStartDiv.cancellationDiv .bussinessDiv ul li.halfWidth {
    margin-bottom: 0;
}

.bizEmpSec {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

    .bizEmpSec .bizSec {
        width: calc(50% - 50px);
    }

        .bizEmpSec .bizSec h3 {
            width: 100%;
            float: left;
            padding: 0 0 10px;
            margin: 0 0 15px;
            font-size: 18px;
            font-family: 'Graphik-Medium';
            letter-spacing: 0.5px;
            color: #747888;
            border-bottom: 1px solid #747888;
        }

.businessStartDiv.cancellationDiv .bussinessDiv .bizEmpSec .bizSec ul {
    width: 100%;
    float: left;
}

    .businessStartDiv.cancellationDiv .bussinessDiv .bizEmpSec .bizSec ul li {
        width: 100%;
        float: left;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .businessStartDiv.cancellationDiv .bussinessDiv .bizEmpSec .bizSec ul li:last-child {
            margin-bottom: 0;
        }

        .businessStartDiv.cancellationDiv .bussinessDiv .bizEmpSec .bizSec ul li span {
            width: 60%;
            margin: 0;
            font-size: 14px;
            color: #1d3274;
            text-transform: uppercase;
            opacity: 0.65;
        }

        .businessStartDiv.cancellationDiv .bussinessDiv .bizEmpSec .bizSec ul li p {
            width: 40%;
            text-align: left;
            font-size: 16px;
            color: #1d3274;
            padding: 5px;
        }

            .businessStartDiv.cancellationDiv .bussinessDiv .bizEmpSec .bizSec ul li p.active {
                background-color: #70ce84;
                border-radius: 3px;
            }


.covrageOutWrap .businessStartDiv .bussinessDiv ul li {
    width: 100%;
    padding: 0 0 0 25px;
    position: relative;
}

    .covrageOutWrap .businessStartDiv .bussinessDiv ul li:last-child {
        margin-bottom: 0;
    }

    .covrageOutWrap .businessStartDiv .bussinessDiv ul li:after {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #747888;
    }

    .covrageOutWrap .businessStartDiv .bussinessDiv ul li span {
        margin: 0;
        font-size: 16px;
        color: #1d3274;
        opacity: 0.65;
        margin-bottom: 10px;
        width: 100%;
        float: left;
    }

    .covrageOutWrap .businessStartDiv .bussinessDiv ul li p {
        text-transform: uppercase;
        font-size: 16px;
        width: 100%;
        float: left;
        font-family: 'Graphik-Medium';
    }

.bizLocWrap {
    margin-bottom: 50px;
}

    .bizLocWrap .vehicleListInner {
        text-align: left;
    }

        .bizLocWrap .vehicleListInner table tr td {
            padding: 20px;
        }

        .bizLocWrap .vehicleListInner table tr th {
            padding: 0 20px;
        }

        .bizLocWrap .vehicleListInner table tr td span.label {
            font-size: 15px;
        }

.veclCovWrap {
    margin-bottom: 50px;
}

    .veclCovWrap table.recentDoc.contactDoc tr td .action a.tropen svg {
        width: 20px;
    }

    .veclCovWrap table.recentDoc.contactDoc tr td:first-child .tdBx {
        justify-content: flex-start;
    }

    .veclCovWrap table.recentDoc.contactDoc tr.p td h3 {
        width: 100%;
        float: left;
        color: #60656b;
        font-size: 17px;
        margin-bottom: 30px;
    }

    .veclCovWrap .rightCnt .box {
        width: 100%;
        margin: 0 0 15px;
    }

        .veclCovWrap .rightCnt .box span {
            text-align: left;
        }

    .veclCovWrap .docTable table.recentDoc.contactDoc tr td .action a {
        display: block;
        width: auto;
    }

    .veclCovWrap table.recentDoc.contactDoc tr th, .veclCovWrap table.recentDoc.contactDoc tr td .tdBx {
        padding: 0 15px;
    }

    .veclCovWrap table.recentDoc.contactDoc tr.p td.covrageChange {
        padding: 0;
    }

.boxer {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

    .boxer .box-row {
        display: table-row;
    }

        .boxer .box-row:first-child {
            font-weight: bold;
        }

    .boxer .box {
        display: table-cell;
        vertical-align: top;
        border: 1px solid #cad0d6;
        padding: 15px;
        font-family: 'Graphik-Regular';
        font-size: 14px;
    }

.center {
    text-align: center;
}

.right {
    float: right;
}

.boxer .box-row.heading .box {
    background-color: #e7eaed;
    font-size: 15px;
    color: #56585a;
    font-family: 'Graphik-Medium';
    padding: 15px;
}

.endorseRecordsSummary {
    border: 10px solid #cccfd6;
    padding: 10px;
    border-radius: 15px;
    background-color: white;
    float: left;
}

.endorsSummeryWrap .accordion {
    background-color: rgb(255 255 255 / 0%);
    color: #444;
    cursor: pointer;
    padding: 5px 0 0 0;
    border: none;
    margin: 0;
    font-size: 25px;
    transition: 0.4s;
}

    .endorsSummeryWrap .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.endorsSummeryWrap .active:after {
    content: "\2212";
}

.endorsSummeryWrap .panel {
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.endorseRecordsSummary .veclCovWrap:last-child {
    margin-bottom: 0px;
}

.endorseRecordsSummary .bizLocWrap:last-child {
    margin-bottom: 0px;
}

.endorseRecordsSummary .premiumOutWrap, .endorseRecordsSummary .bizLocWrap {
    margin: 0;
}

.sectionCompare ul li .cLogo .btnCrr {
    width: 100%;
    /*float: left;*/
    margin-bottom: 10px;
}

    .sectionCompare ul li .cLogo .btnCrr button {
        width: 65%;
        display: inline-block;
        border-radius: 3px;
        background: #fff;
        padding: 8px 10px;
        font-family: 'Graphik-Medium';
        font-size: 14px;
        color: #2e72f7;
        border: 2px solid #2e72f7;
        cursor: pointer;
    }

        .sectionCompare ul li .cLogo .btnCrr button.active {
            background: #2e72f7;
            color: #fff;
        }

.sectionCompare ul li .cLogo .crrImg {
    /*float: left;*/
    height: 108px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

    .sectionCompare ul li .cLogo .crrImg img {
        width: 85%;
    }

.sectionCompare ul li .buyDiv a {
    background: #2e72f757;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
    color: #374359;
}

    .sectionCompare ul li .buyDiv button:disabled, .sectionCompare ul li .buyDiv a:disabled {
        background: #efefef !important;
        cursor: not-allowed !important;
    }

.sectionCompare ul li .buyDiv i {
    font-size: 20px;
}

.sectionYourQuotes .contentWrap .calculateDiv .amountDiv .imgDiv {
    /*min-height: 279px;*/
    padding: 30px 10px !important;
    background: #fff;
    margin: 50px 10px !important;
}

.coverageWrap .actionCheck {
    display: inline-block;
    float: right;
}

.sectionYourQuotes .contentWrap .calculateDiv .coverageDiv .policyDiv .headDiv {
    margin-top: 10px;
}

table tr td .editVeh span {
    opacity: 1 !important;
}

table.recentDoc.contactDoc tr td .action a.editVeh {
    text-align: left !important;
}

.mCSB_inside > .mCSB_container {
    margin: 0 !important;
}

.popoverlay table.recentDoc tr td .action {
    float: left;
    text-align: center;
    display: inline-block;
    padding: 0;
}

table tr td .editCoverage span {
    opacity: 1;
}

table.recentDoc.contactDoc tr td .action a.editAction span {
    width: auto !important;
    opacity: 1;
}

.vehicleListWrap table.recentDoc.contactDoc tr td .action a {
    text-align: left !important;
    width: auto;
    margin: 0;
    padding: 0;
}

    .vehicleListWrap table.recentDoc.contactDoc tr td .action a svg {
        vertical-align: middle;
        width: 20px;
        height: 20px;
    }

    .vehicleListWrap table.recentDoc.contactDoc tr td .action a span {
        width: 60px !important;
        display: inline-block;
        vertical-align: middle;
        float: none;
        opacity: 1;
    }

.popoverlay table.recentDoc.contactDoc tr td .action a {
    text-align: center !important;
    width: auto;
    margin: 0;
    padding: 0;
}

    .popoverlay table.recentDoc.contactDoc tr td .action a svg {
        vertical-align: middle;
        width: 20px;
        height: 20px;
    }

    .popoverlay table.recentDoc.contactDoc tr td .action a span {
        width: 60px !important;
        display: inline-block;
        vertical-align: middle;
        float: none;
        text-align: left;
    }

.viewCoverage {
    pointer-events: none;
    color: #37435a !important;
}

    .viewCoverage svg {
        display: none;
    }

.popup-downarrow {
    overflow: unset !important;
}

.endorse-businessInfo .editBusinessInfo, .quote-businessInfo .editBusinessInfo {
    font-size: 16px;
    line-height: 0;
    color: #3a7eff;
    margin-bottom: 10px;
    float: right !important;
}

::placeholder {
    opacity: 0.4;
}

.businessStartDiv .userInfoDiv {
    padding: 40px 45px 40px 28px;
    border-radius: 10px;
    border: solid 1px #e4e7ec;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    background-color: #ffffff;
}

    .businessStartDiv .userInfoDiv ul {
        width: 100%;
        float: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-flow: row wrap;
    }

        .businessStartDiv .userInfoDiv ul li {
            /*width: calc(50% - 30px);*/
            display: inline-block;
            position: relative;
        }

            .businessStartDiv .userInfoDiv ul li label {
                font-size: 14px;
                letter-spacing: 1px;
                font-family: 'Graphik-Medium';
                color: #1d3274;
                opacity: 0.65;
                text-transform: uppercase;
            }

.userInfoDiv li:nth-child(1) {
    width: calc(65% - 55px);
}

.userInfoDiv li:nth-child(2) {
    width: calc(40% - 35px);
}

select.ddList {
    width: 100%;
    display: inline-block;
    padding: 11px 35px 11px 11px;
    border-radius: 5px;
    border: solid 1px #cad0d6;
    /*margin-top: 15px;*/
    font-size: 16px;
    font-family: 'Graphik-Regular';
    color: #000000;
    -webkit-appearance: none;
    appearance: none;
    opacity: 1;
}

    select.ddList:disabled {
        cursor: not-allowed;
    }

.uploadVehicle-content {
    padding: 25px 50px 50px 50px !important;
}

    .uploadVehicle-content .backBtn3 {
        margin: 0 !important;
    }

.uploadDriver-content {
    padding: 25px 50px 50px 50px !important;
}

    .uploadDriver-content .backBtn3 {
        margin: 0 !important;
    }

.modal .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: rgb(0, 0, 0);
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    opacity: 0.2;
}

    .modal .close:hover, .close:focus {
        color: rgb(0, 0, 0);
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
    }

.modal button.close {
    -webkit-appearance: none;
    padding: 0px;
    cursor: pointer;
    background: transparent;
    border: 0px;
}

.modal {
    position: fixed;
    background-color: rgba(95, 124, 180, 0.52);
    inset: 0px;
    padding-right: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0px;
}

    .modal .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .modal .modal-dialog {
        width: auto;
        margin: 10px;
        position: absolute;
        top: 40%;
        left: 50%;
        min-width: 350px;
        transform: translate(-50%, -50%);
    }

    .modal .modal-content {
        position: relative;
        background-color: rgb(255, 255, 255);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 0px solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        outline: 0px;
        box-shadow: rgba(0, 0, 0, 0.498039) 0px 3px 9px;
    }

    .modal .modal-backdrop.fade {
        opacity: 0;
    }

    .modal .modal-backdrop.in {
        opacity: 0.5;
    }

    .modal .modal-header {
        min-height: 16.4286px;
        padding: 15px;
        border-bottom: 1px solid rgb(229, 229, 229);
    }

        .modal .modal-header .close {
            margin-top: -2px;
        }

    .modal .modal-title {
        margin: 0px;
        line-height: 1.42857;
    }

    .modal .modal-body {
        position: relative;
        padding: 15px;
    }

    .modal .modal-footer {
        padding: 15px;
        text-align: right;
        border-top: 1px solid rgb(229, 229, 229);
    }

        .modal .modal-footer .btn + .btn {
            margin-bottom: 0px;
            margin-left: 5px;
        }

        .modal .modal-footer .btn-group .btn + .btn {
            margin-left: -1px;
        }

        .modal .modal-footer .btn-block + .btn-block {
            margin-left: 0px;
        }

    .modal .btn {
        cursor: pointer;
    }

.dollar-icon {
    position: absolute;
    left: 11px;
    bottom: 14px;
}

#totalAmountClaims {
    position: relative;
}

.nomessage-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.driver .icon {
    display: flex !important;
    align-items: center;
}

.modal-window.modal-active {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

#open-modal-adjustpremium > div {
    width: 400px;
}

#riskPremium {
    width: 100px;
    text-align: right;
    padding-right: 10px;
}

#agentComm {
    width: 50px;
    text-align: right;
    padding-right: 0;
}

.dollar .icon {
    min-width: auto !important;
}

.coverageDiv .nBtn.padding0 {
    padding: 0 !important;
}

.coverageDiv .nBtn a.coverDiv {
    padding: 12px 30px;
    text-align: center;
    width: 100%;
}

#rating-2 .coverageHeader {
    border-top: 2px solid #437dda;
}

#vehicle-rating-table td.width25p {
    width: 25% !important;
}

#vehicle-rating-table .fontsz16 {
    font-size: 16px !important;
}

.rating-2nd-table-1st {
    width: 100% !important;
}

#formsPopup .view-forms-2, #divFormPopUp .view-forms-2 {
    width: 850px;
}

.rej-hold-close {
    color: #888888;
    font-size: 16px;
    padding: 12px 30px;
    border: 1px solid #437dda;
    width: 123px;
    cursor: pointer;
    letter-spacing: 2px;
    margin-left: 25%;
    margin-right: 10px;
    font-family: "Graphik-Medium";
}

.button-sec {
    width: 25% !important;
}

.font-size25 {
    font-size: 25px !important;
}

.font-size30 {
    font-size: 30px !important;
}

.font-size18 {
    font-size: 18px !important;
}

.headerstatus {
    font-size: 16px !important;
    margin-top: 10px !important;
    font-weight: bold;
}

.reviewDriverMissingInfo {
    padding: 4px;
    margin-right: auto;
    text-align: center;
    margin-left: auto;
    width: 250px !important;
    cursor: pointer;
}

#dvReviewDriver {
    margin-bottom: 15px;
}

.inputText:disabled {
    color: #8e8e8e !important;
    cursor: not-allowed !important;
}

.searchBar #clearPolicySearch {
    display: none;
    position: absolute;
    top: 7px;
    right: 30px;
}

table.qt-location-grid tr td span {
    opacity: 1;
}

.tbl-vehiclelist table th, .tbl-vehiclelist table td {
    padding: 10px 10px !important;
}

.tbl-vehiclelist .accordianContent .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tbl-vehiclelist tr td span {
    opacity: 1;
}

.premiumValue {
    font-size: 30px !important;
}

.summ-sec2-first {
    min-height: 150px;
}

.veh-cov-hdng {
    background-color: #eff4fe;
}

#driverList .tableContent table th, #driverList .tableContent table td {
    padding: 10px 10px !important;
}

a:disabled, button:disabled {
    cursor: not-allowed !important;
}

input[type=submit]:disabled, input[type=button]:disabled {
    cursor: not-allowed !important;
}

.disableElement {
    cursor: not-allowed !important;
}

.hiddenElement {
    display: none !important;
}

.disbld {
    color: #8e8e8e !important;
    cursor: not-allowed !important;
}

.veherror {
    border: 2px solid red;
}

    .veherror td {
        border-bottom: 2px solid red !important;
        border-top: 2px solid red !important;
    }

#open-modal-adjustpremium .select-dropdown {
    width: 60px;
}

.pointer-noevents {
    pointer-events: none;
}

.pointer-notallowed {
    cursor: not-allowed;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    width: 10ch !important;
}
