/* @font-face {
    font-family: 'kia_signature_otfregular';
    src: url('../fonts/designkm-webfont.woff2') format('woff2'),
         url('../fonts/designkm-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'kia_signature_otflight';
    src: url('../fonts/designkl-webfont.woff2') format('woff2'),
         url('../fonts/designkl-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'kia_signature_otfbold';
    src: url('../fonts/designkb-webfont.woff2') format('woff2'),
         url('../fonts/designkb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'kia_signature_otfbold';
    src: url('../fonts/kiasignatureotfbold-webfont.woff2') format('woff2'), url('../fonts/kiasignatureotfbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kia_signature_otflight';
    src: url('../fonts/kiasignatureotflight-webfont.woff2') format('woff2'), url('../fonts/kiasignatureotflight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kia_signature_otfregular';
    src: url('../fonts/kiasignatureotfregular-webfont.woff2') format('woff2'), url('../fonts/kiasignatureotfregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, input {
    font-family: 'kia_signature_otfregular';
    color: #1F1F1F
}

a:hover, a:focus {
    text-decoration: none;
    /* outline: none; */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

b, strong {
    font-family: 'kia_signature_otfbold';
    font-weight: normal;
}

::-webkit-input-placeholder { /* Edge */
    color: #333333;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333333;
}

::placeholder {
    color: #333333;
}

#main {
    /* min-height: 500px; */
    min-height: calc(100vh - 120px);
    margin-top: 78px;
}
/*==============Heading Style Start============ */
.heading-primary {
    font-size: 28px;
    letter-spacing: 0px;
    color: #1F1F1F;
    margin: 0px 0 22px;
}
/* ===============Heading Style End============== */


/* ==========Button CSS Start============== */
.btn, .btn-large, .btn-small, .btn-flat {
    text-transform: initial;
}

.btn-primary {
    background: #BB162B;
    border-radius: 5px;
    font-size: 16px;
    min-width: 132px;
    height: 45px;
    box-shadow: none;
    border: none;
    color: #fff !important;
}

.btn-primary-sm {
    background: #BB162B;
    border-radius: 5px;
    font-size: 16px;
    min-width: 132px;
    height: 45px;
    box-shadow: none;
    border: none;
    color: #fff !important;
}

.btn-secondary {
    height: 45px;
    min-width: 147px;
    border: 1px solid #BB162B;
    color: #BB162B !important;
    box-shadow: none;
    font-size: 16px;
    border-radius: 5px;
    line-height: 36px;
    background: transparent;
}

a.btn-primary {
    line-height: 36px;
}
/* .btn-primary:hover{
    background: #5892AF;
} */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #5892AF;
    opacity: 1;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
    /* -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black; */
}

.btn-primary-sm:hover, .btn-primary-sm:focus, .btn-primary-sm:active {
    background: #5892AF;
    opacity: 1;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    border: 1px solid #BB162B;
    background-color: transparent;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}

.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: transparent;
    border-color: #BB162B;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #5892AF;
    border-color: #5892AF;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #BB162B;
    border-color: #BB162B;
    opacity: 0.7;
}

.btn-default {
    height: 45px;
    min-width: 100px;
    border: 1px solid #707070;
    color: #666666 !important;
    box-shadow: none;
    font-size: 16px;
    border-radius: 5px;
    line-height: 36px;
    background: transparent;
}

    .btn-default .add-more {
        padding-left: 5px;
        padding-bottom: 5px;
    }
/* =================Button CSS END============= */

/*===================Input Button CSS START======== */
.inputBox {
    position: relative;
}

    .inputBox label {
        position: absolute;
        font-size: 14px;
        left: 20px;
        top: 16px;
        transition: all 0.3s;
        color: #666666;
        z-index: 1;
        pointer-events: none;
    }

    .inputBox .inputText {
        outline: none;
        height: 54px;
        width: 100%;
        border: none;
        padding: 20px 20px 0 20px;
        background: #E8E8E8;
        border-radius: 5px 5px 0 0;
        font-size: 16px;
        color: #333333;
        border-bottom: 1px solid #9e9e9e;
        box-sizing: border-box;
        /* font-weight: 600; */
    }

.sm-inputText {
    outline: none;
    height: 24px;
    width: 77px;
    border: none;
    padding: 15px 3px 10px 3px;
    background: #E8E8E8;
    border-radius: 0px 5px 0 0;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #9e9e9e;
    box-sizing: border-box;
    font-weight: 600;
}

input[type="text"]#refund-amt-1,
input[type="text"]#refund-amt-2 {
    -webkit-appearance: none !important;
    border: 1px solid gray;
    border-right: 0px;
    outline: none;
}

input[type="text"]#refund-amt,
input[type="text"]#refund-amt-2 {
    -webkit-appearance: none !important;
    color: #333333;
    text-align: right;
    width: 77px;
    border: 0px solid gray;
    border-left: 0px;
    margin: 0 0 0 -7px;
    background: #E8E8E8;
    border-radius: 5px 0px 0 0;
    border-bottom: 1px solid #9e9e9e;
    padding: 15px 3px 10px 10px;
    height: 20px;
}


.inputBox .select2-container.select2-container--focus, .inputBox .inputText:focus {
    border-bottom: 1px solid #5892AF;
    -webkit-box-shadow: 0 1px 0 0 #5892af;
    box-shadow: 0 1px 0 0 #5892af;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 240px;
}

.inputBox.activeInput label {
    top: 7px;
    font-size: 12px;
}

.inputText:placeholder-shown ~ label {
    top: 7px;
    font-size: 12px;
}
/* .inputBox.searchInputBox:after {
    position: absolute;
    right: 20px;
    top: 19px;
    width: 17px;
    height: 17px;
    pointer-events: none;
    content: "";
    background: url(../images/search-icon.svg) no-repeat;
} */
.inputBox.searchInputBox input {
    background-repeat: no-repeat;
    background-position: calc(100% - 21px);
    padding-right: 42px;
}

    .inputBox.searchInputBox input:focus {
        background-repeat: no-repeat;
        background-position: calc(100% - 21px);
    }

.inputBox.dateInputBox:after {
    position: absolute;
    right: 20px;
    top: 19px;
    width: 17px;
    height: 17px;
    pointer-events: none;
    content: "";
    background: url(../images/search-icon.svg) no-repeat;
}

.inputBox label sup {
    font-size: 24px;
    color: #E6001D;
    top: 4px;
    left: -1px;
}

.ui-widget.ui-widget-content {
    border: none;
    box-shadow: 0px 12px 24px #00000029;
}

    .ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper {
        font-size: 16px;
        padding: 14px 16px;
        color: #1f1f1f;
    }

        .ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
            background: rgba(0,0,0,0.08);
            border: none;
            margin: 0;
        }

.select2-dropdown {
    border: none;
    box-shadow: 0px 12px 24px #00000029;
}

    .select2-dropdown .select2-results__option {
        font-size: 16px;
        padding: 14px 16px;
        color: #1f1f1f;
    }

    .select2-dropdown .select2-container--default .select2-results__option--selected {
        background-color: rgba(0,0,0,0.08);
    }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(0,0,0,0.08);
    color: #1f1f1f;
}

.select2-container--default .select2-results__option--selected {
    background-color: #cddee7 !important;
}

.select2-results__options li:first-child {
    display: none;
}

.inputBox .select2-container {
    outline: none;
    height: 54px;
    width: 100%;
    border: none;
    padding: 0 20px;
    background: #E8E8E8;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    width: 100% !important;
    color: #333333;
    border-bottom: 1px solid #9e9e9e;
    box-sizing: border-box;
}

.inputBox .select2-container--default .select2-selection--single {
    background: none;
    border: none;
    outline: none;
    height: 54px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 9px 8px 0 8px;
    height: 0;
    left: 50%;
    margin-left: -20px;
    margin-top: 9px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #5892AF transparent;
    border-width: 0 8px 9px 8px;
}

.inputBox .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    padding-top: 22px;
    font-weight: normal;
}

.date-picker-wrapper {
    width: auto;
}

    .date-picker-wrapper.single-date {
        border: none;
        padding: 0;
        box-shadow: 0px 4px 16px #0000006b;
        margin-top: 10px;
        z-index: 9;
    }

    .date-picker-wrapper:after {
        bottom: 99%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 20px;
        margin-left: -20px;
    }

    .date-picker-wrapper .drp_top-bar {
        display: none;
    }

    .date-picker-wrapper .month-wrapper table {
        width: 300px;
    }

        .date-picker-wrapper .month-wrapper table tr {
            border: none;
        }

        .date-picker-wrapper .month-wrapper table thead {
            border-bottom: 1px solid #e9e9f0;
        }

            .date-picker-wrapper .month-wrapper table thead th {
                color: #43425D;
                font-size: 15px;
                height: 40px;
                font-weight: 300;
            }

            .date-picker-wrapper .month-wrapper table thead .week-name th {
                color: #A3A6B4;
            }

        .date-picker-wrapper .month-wrapper table td {
            padding: 3px;
        }

        .date-picker-wrapper .month-wrapper table .day {
            height: 36px;
            width: 36px;
            /* line-height: 36px; */
            line-height: 26px;
            font-size: 15px;
        }

            .date-picker-wrapper .month-wrapper table .day.real-today.toMonth.valid {
                background: #C90D31;
                color: #fff;
                border-radius: 50%;
            }

            .date-picker-wrapper .month-wrapper table .day.checked {
                border-radius: 50%;
            }

    .date-picker-wrapper .footer {
        padding-top: 0px;
    }

.select2-container--default.select2-container--disabled {
    background: #e8e8e8;
    border-bottom: 1px solid #9e9e9e !important;
    box-shadow: initial !important;
}

.error-msg {
    color: #FF0000;
    font-size: 12px;
}

.error input, .error input:focus {
    border-bottom: 1px solid #FF0000;
}

    .error input:focus {
        box-shadow: 0 1px 0 0 #FF0000;
    }

.error .toplabel {
    color: #FF0000;
}

.date-picker-wrapper table .caption .prev, .date-picker-wrapper table .caption .prev:hover {
    background: url(../images/prev-arrow.svg) no-repeat center #fff;
    text-indent: -9999px;
    color: transparent;
    white-space: nowrap;
}

.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .next:hover {
    background: url(../images/next-arrow.svg) no-repeat center #fff;
    text-indent: -9999px;
    color: transparent;
    white-space: nowrap;
}
/*===================Input Button CSS End============== */
/* Common CSS Start */
.row {
    margin-bottom: 0;
}

.no-margin {
    margin: 0 !important;
}

.primary-color-red-txt {
    color: #BB162B;
}

.secondary-color-gray-txt {
    color: #666666;
}

.primary-color-dark-txt {
    color: #1f1f1f;
}

.pad-0-r-col {
    padding-right: 0;
}

.pad-0-l-col {
    padding-left: 0;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}



/* Common CSS End*/

/*=====================BreadCrumb CSS Start===================*/
/* Style the list */
ul.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 15px 0;
    background-color: transparent;
}

    /* Display list items side by side */
    ul.breadcrumb li {
        display: inline;
        font-size: 12px;
        color: #666;
        letter-spacing: 0px;
    }

        /* Add a slash symbol (/) before/behind each list item */
        ul.breadcrumb li + li:before {
            background: url(../images/arrow-grt.svg) no-repeat;
            padding: 15px;
            color: black;
            content: "";
            background-position: center;
        }

        /* Add a color to all links inside the list */
        ul.breadcrumb li a {
            color: #666;
            text-decoration: none;
            letter-spacing: 0px;
        }

            ul.breadcrumb li a img {
                margin-right: 7px;
                vertical-align: initial;
            }
            /* Add a color on mouse-over */
            ul.breadcrumb li a:hover {
                color: #333;
                text-decoration: underline;
            }
/*======================BreadCrumb CSS End==================*/

/*=================Header CSS Start========================*/
header {
    height: 78px;
    background: #05141F;
    transition: 0.5s all;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
/*.logo-img{
    max-width: 80px;
}*/
.logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 78px;
}

.logo-wrapper-pp {
    align-items: center;
    justify-content: center;
    height: 78px;
    padding-left: 70px;
    padding-top: 20px;
}

.pr-pp {
    padding-right: 20px;
}

.fl-pp {
    float: left;
}

.logo-text {
    color: #fff;
    text-transform: uppercase;
    font-family: 'kia_signature_otflight';
    font-size: 16px;
    text-align: left;
    line-height: 19px;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid;
}

.fixedhead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
/* Header Search Start */
.vin-search-header {
    display: inline-block;
}

    .vin-search-header form {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 66px;
    }

input.formcontrol-box {
    background: #fff;
    height: 35px;
    width: 340px;
    margin-bottom: 0;
    padding-left: 10px;
}

.btn-white {
    background: #fff;
    color: #bb162b;
    margin-left: 10px;
}

.btn-transparent {
    background-color: transparent;
    margin-left: 10px;
}
/* Header Search End */
/*  humbergur Menu Start */
.humbergur-menu {
    float: right;
    padding-top: 15px;
}

.menu-icon {
    max-width: 30px;
}
/* humbergur Menu End */
/* Navigation CSS Start */
nav {
    background: transparent;
    height: auto;
    width: max-content;
    line-height: initial;
}

.submenu {
    position: fixed;
    background: #05141f;
    left: 0;
    width: 100%;
    display: none;
    padding: 20px;
}
/* Navigation CSS End */
/*=================Header CSS End=========================== */


/*===========Navigation Start Administrator==========*/
#navigation-admin {
    display: inline-block;
}

.menu-wrapper ul {
    /* display: flex; */
    margin: 0;
    align-items: center;
    padding: 0;
}

    .menu-wrapper ul li {
        display: inline-block;
        margin: 0 6px;
    }

        .menu-wrapper ul li a {
            color: #fff;
            display: block;
            height: 78px;
            line-height: 78px;
            font-size: 16px;
            text-transform: uppercase;
            padding: 0 9px;
            cursor: pointer;
            -webkit-transition: background-color .3s;
            transition: background-color .3s;
        }

nav ul a:hover {
    background-color: rgba(0,0,0,0.1);
}
/* .menu-wrapper ul li:hover div.submenu{
        display: block;
    } */
.menu-wrapper ul li a.active {
    border-bottom: 4px solid #fff;
    font-family: 'kia_signature_otfbold';
}

.menu-wrapper ul li a.defaultActive {
    border-bottom: 4px solid #fff;
    font-family: 'kia_signature_otfbold';
}

.submenu ul {
    max-width: 1300px;
    margin: auto;
}

#navigation .menu-wrapper ul li .submenu li {
    margin: 0 45px;
}

    #navigation .menu-wrapper ul li .submenu li a {
        background-color: transparent;
        display: block;
        padding: 8px 20px;
        line-height: initial;
        margin-bottom: 6px;
        border-radius: 5px;
        height: 36px;
        text-transform: capitalize;
        font-size: 16px;
    }

        #navigation .menu-wrapper ul li .submenu li a.activeSubmenu {
            background-color: #697279;
        }
/*============Navigation End Administrator==========*/



/* ==========Footer CSS Start here ==================*/
footer {
    background: #05141F;
    height: 57px;
}

.footer-wrapper .copright-text {
    color: #fff;
    display: flex;
    align-items: center;
    height: 57px;
    opacity: 0.6;
    font-size: 12px;
    /* padding: 0 10px; */
}

body.fixed-body-vin {
    overflow-y: hidden;
}

.fixed-body-vin #main {
    margin-top: 0;
    min-height: auto;
}

.fixed-body-vin footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
/* ===========Footer CSS End here =================*/


/* Search Screen Start */
.container-wrapper {
    min-height: 500px;
}

.vin-search-wrapper {
    background: url(../images/car-banner.jpg) no-repeat;
    height: 100%;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed-body-vin header {
    position: fixed;
    top: 0;
    width: 100%;
}

.search-btn-box {
    padding-left: 20px;
    padding-top: 12px;
}

input.vin-box {
    margin-bottom: 0;
    background: #fff;
    min-width: 579px;
    padding-left: 20px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    height: 55px;
    box-sizing: border-box;
    border: none !important;
}

    input.vin-box:focus {
        border: none !important;
        box-shadow: none !important;
    }

.vin-search-wrap form {
    display: flex;
    /* align-items: flex-end; */
}

.vin-search-wrap .input-field {
    margin: 0;
}

.vin-search-wrap input[type=text]:not(.browser-default) {
    margin-bottom: 0;
    /* width: 570px; */
}

.vin-search-wrap .btn-primary {
    height: 43px;
}
/* Search Screen End */

/*==========Sales Manages Page Start==========*/
.vehicle-info-wrapper {
    padding: 25px 35px;
    background: #E8E8E8;
}

    .vehicle-info-wrapper .heading-primary {
        color: #BB162B;
        border-bottom: 1px solid #999999;
        padding-bottom: 20px;
    }

.row-pp {
    margin-bottom: 0;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-4-pp {
    width: 33.333333%;
    max-width: 33.333333%;
}

.col-lg-3-pp {
    width: 25%;
    max-width: 25%;
}

.col-lg-9-pp {
    width: 75%;
    max-width: 75%;
}

    .col-lg-9-pp#navigation {
        display: none;
    }

.col-md-12-pp {
    width: 100%;
    max-width: 100%;
}

    .col-md-12-pp .breadcrumb-wrap {
        display: none;
    }

.vehicle-info-wrapper-pp {
    width: 100%;
    max-width: 100%;
}

.vehicle-vin-model {
    font-weight: bold;
}

.vehicle-detail-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 35px;
    font-family: 'kia_signature_otflight';
}

.vehicle-detail-wrap-pp {
    width: 100%;
    display: block;
    font-family: 'kia_signature_otflight';
}

    .vehicle-detail-wrap-pp ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .vehicle-detail-wrap-pp ul li {
            list-style: none;
            width: 25%;
            float: left;
            padding: 0 15px 20px 0px;
        }

            .vehicle-detail-wrap-pp ul li .label-text {
                display: block;
                margin-bottom: 0;
            }

            .vehicle-detail-wrap-pp ul li .vehicle-info {
                display: block;
                font-weight: 600;
            }

.details-list {
    width: 25%;
}

.vin-txt-bold {
    font-family: 'kia_signature_otfregular';
}

.details-list:nth-child(4n+0) {
    width: 15%;
}

.label-text {
    font-weight: normal;
    font-family: 'kia_signature_otflight';
    color: #666;
    opacity: 0.9;
    font-size: 14px;
}
/* Plan List Start */
.plan-list {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.plan-list-item {
    border: 2px solid #bb162b;
    width: 32%;
    margin-bottom: 30px;
    padding: 35px 20px 20px;
    position: relative;
    margin-right: 2%;
    min-height: 300px;
}

    .plan-list-item.hoverable {
        padding: 35px 20px 30px;
    }

    .plan-list-item:nth-child(3n+0) {
        margin-right: 0%;
    }

.plan-box-wrapper h2 {
    font-size: 22px;
}

.plan-year {
    text-transform: uppercase;
    color: #bb162b;
    font-weight: 500;
}

.add-on-plan-price {
    text-transform: uppercase;
    color: #bb162b;
    font-weight: bold;
    font-size: 36px;
}

.plan-price {
    text-transform: uppercase;
    color: #bb162b;
    font-weight: bold;
    font-size: 36px;
}

.existing-plan-price {
    font-size: 13px;
    text-decoration: line-through;
    color: #bb162b;
}

.plan-list-item:after {
    width: 0;
    height: 0;
    border-top: 54px solid #bb162b;
    border-left: 54px solid transparent;
    content: '';
    top: 0;
    position: absolute;
    right: 0;
}

.warning-label {
    color: #C90D31;
    padding: 15px 0;
}

    .warning-label a {
        color: #C90D31;
        text-decoration: underline;
    }

    .warning-label img {
        margin-right: 5px;
        vertical-align: baseline;
    }

.vehicle-info-wrapper .warning-label {
    margin-top: 20px;
    padding-bottom: 0;
}

.planlist-wrapper {
    padding-top: 20px;
}

.plan-list-container {
    padding-top: 20px;
}

    .plan-list-container .heading-primary {
        margin-bottom: 35px;
    }

.left-35 {
    left: 35px !important;
}

.mar-right-0 {
    margin-right: 0 !important;
}

.mar-right-15 {
    margin-right: 15px !important;
}

.mar-top-09 {
    margin-top: 9px;
}

.mar-top-40 {
    margin-top: 40px;
}

.mar-top-bot-30 {
    margin: 30px 0;
}

.pad-top-10 {
    padding-top: 10px !important
}

.pad-top-15 {
    padding-top: 15px;
}

.pad-top-20 {
    padding-top: 20px;
}

.pad-top-40 {
    padding-top: 40px !important;
}

.pad-left-0 {
    padding-left: 0;
}

.pad-bottom-05 {
    padding-bottom: 5px;
}

.pad-bottom-20 {
    padding-bottom: 20px;
}

.w50p {
    width: 48.5%;
}

.h-54 {
    height: 54px;
}

.add-on-plan-wrap {
    color: #bb162b;
    font-size: 20px;
    font-family: 'kia_signature_otfbold';
    text-transform: uppercase;
    line-height: normal;
}

.add-on-plan-list-name {
    display: block;
    font-size: 26px;
}

.add-on-plan-list-year {
    text-transform: lowercase;
}

.effective-dt-wrap {
    color: #bb162b;
    line-height: normal;
}

.effective-dt {
    width: 150px;
    display: block;
    float: left;
}

.effective-box-btn {
    float: right;
}

.effective-txt {
    font-size: 12px;
    font-weight: bold;
}

.effective-fulldt {
    font-size: 15px;
    font-weight: bold;
}

.plan-nw-wrap {
    color: #bb162b;
    font-size: 20px;
    font-family: 'kia_signature_otfbold';
    text-transform: uppercase;
    line-height: normal;
}

.plan-list-name {
    display: block;
    font-size: 26px;
}

.plan-list-name-pb {
    display: initial;
    font-size: 26px;
}

.plan-list-year {
    text-transform: lowercase;
}

.add-on-plan-price-box {
    padding-top: 12px;
    padding-bottom: 10px;
}

.add-on-plan-btn {
    text-align: center;
    padding: 50px 0 20px 0;
}

.plan-price-box {
    padding-top: 12px;
    padding-bottom: 10px;
}

.plan-list-service li {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: normal;
    position: relative;
    padding-left: 25px;
}
/* .plan-list-service li::after {
    content: '';
    width: 11px;
    height: 11px;
    background: #333333;
    position: absolute;
    left: 0;
    border-radius: 100%;
    top: 4px;
} */
.p-service-wrap {
    min-height: 210px;
}
/* Sample Select*/
.custom-dropdown .plan-box .btn-secondary {
    font-size: 16px;
}

.custom-dropdown .dropdown-content {
    top: 54px !important;
    max-height: 300px;
    box-shadow: 0px 12px 24px #00000029;
    border-top: 1px solid #5892af;
}

.select-dropdown.dropdown-content li.disabled {
    display: none;
}

.custom-dropdown.input-field label {
    z-index: 2;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    pointer-events: none;
}

.custom-dropdown.input-field.select-active label {
    transform: translateY(23px) scale(0.7);
}

.select-dropdown.dropdown-content li.selected, .select-dropdown.dropdown-content li.selected:focus {
    background-color: #cbdde6 !important;
}

.select-dropdown.dropdown-content li span {
    color: #1F1F1F;
}

.input-box {
    display: flex;
}

    .input-box .input-field {
        min-width: 290px;
        float: left;
        margin-right: 20px;
        margin-bottom: 40px;
    }

.vin-search-wrap input[type=text]:not(.browser-default) {
    margin-bottom: 0;
    /* width: auto; */
}

.vin-search-wrap .input-field {
    margin-right: 35px;
}

.select-wrapper .caret {
    z-index: 1;
    width: 30px;
    height: 30px;
    right: 3px;
    pointer-events: none;
}

.vin-search-wrap form {
    display: block;
}

.search-btn-box {
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
}

.select-dropdown:after {
    content: '';
    position: absolute;
}

ul[style^="display"] ~ svg {
    transform: rotate(180deg);
    fill: #5892AF !important;
}

ul[style^="left"] ~ svg {
    transform: rotate(180deg);
}
/* Sample Select*/

/* Plan List End*/
/* ===========Sales Manages Page End====== */




/* ==========================PPM ADMIN Start=================== */
/* Table CSS Start here */
.custom-table {
    font-size: 14px;
    border: 1px solid #E2E2E3;
}

    .custom-table thead {
        background: #E2E2E3;
    }

    .custom-table th, .custom-table td {
        /* padding: 15px 20px;*/
        padding: 10px;
        font-weight: normal;
        vertical-align: middle;
        table-layout: auto;
        width: auto !important;
    }

    .custom-table th {
        color: #000;
        border-left: 1px solid #fff;
    }

        .custom-table th:first-child {
            border-left: 0px solid #fff;
        }

    .custom-table td {
        color: #666666;
    }

.table-hover tbody tr:hover {
    background-color: rgba(242,242,242,0.5);
}

.custom-table.reports-table th, .custom-table.reports-table td {
    padding: 10px;
    cursor: pointer;
}

.custom-table.reports-table-details th, .custom-table.reports-table-details td {
    padding: 10px 20px 10px 30px;
}

/* Table CSS End here */
.plan-button {
    text-align: right;
}

.heading-dashboard .heading-primary {
    color: #BB162B;
}

    .heading-dashboard .heading-primary small {
        font-size: 16px;
    }

.plan-button .btn-primary img {
    padding-right: 10px;
}

.table-responsive {
    overflow-x: auto;
}

.draft-text {
    color: #EF410B;
}

.draft-dealer-text {
    color: #0b29ef;
}

.active-text {
    color: #00884D;
}

.pending-cancel-text {
    color: #EF410B;
}

.cancel-text {
    color: #F55E00;
}

.terminated-text {
    color: #F59000;
}

.pending-text {
    color: #F59000;
}

.approved-text {
    color: #005988;
}

.retired-text {
    color: #666666;
}

.edit-link {
    padding-right: 10px;
}

.reject-link, .upload-link {
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 15px;
}

.warning-link {
    margin-left: 0px;
    padding-left: 0px;
}

.delete-link {
    margin-left: 12px;
    padding-right: 10px;
}

.table-bottom-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
}

.table-list-item {
    font-size: 16px;
}

.pagination {
    margin-bottom: 0;
}

    .pagination li.active {
        background-color: #CCCCCC;
    }

    .pagination li {
        height: 25px;
    }

.page-item:first-child .page-link {
    margin-right: 8px;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0;
}

.pagination li a {
    font-size: 14px;
    width: 25px;
    height: 25px;
    padding: 0;
    line-height: 25px;
    border: none;
    text-align: center;
    color: #333333;
}

.page-link:hover {
    background-color: transparent;
    border-color: transparent;
    color: #333;
}

.page-item.active .page-link {
    background-color: #CCCCCC;
    border-color: #ccc;
    color: #fff;
}

.status-tab-box {
    margin: 0;
    display: flex;
    padding: 0;
    list-style: none;
}

    .status-tab-box li {
        border-right: 2px solid #fff;
    }

        .status-tab-box li a {
            color: #333;
            padding: 10px 10px;
            background: #E2E2E3;
            display: block;
            font-size: 14px;
            min-width: 80px;
            text-align: center;
            height: 34px;
            line-height: 14px;
        }

.nav-twoline {
    width: 70px !important;
    padding-top: 5px !important;
}

.contract-status-tab-box {
    margin: 0;
    display: flex;
    padding: 0;
    list-style: none;
}

    .contract-status-tab-box li {
        border-right: 2px solid #fff;
        height: 50px;        
    }

        .contract-status-tab-box li a {
            color: #333;
            padding: 4px 10px;
            background: #E2E2E3;
            display: block;
            font-size: 14px;
            min-width: 100px;
            text-align: center;
            height: 45px;
            line-height: 16px;
            width: 140px;
        }


.search-wrapper .inputBox {
    margin-top: 0;
    width: 33%;
    margin-left: 13px;
}

    .search-wrapper .inputBox:nth-child(2) {
        width: 38%;
    }

    .search-wrapper .inputBox:first-child {
        margin-left: 0px;
    }

.plan-status-filter {
    font-size: 14px;
    display: inline-block;
}

.contract-status-filter {
    font-size: 14px;
    display: inline-block;
}

.status-tab-box li .active-s {
    color: #00884D;
}

.status-tab-box li .approved-s {
    color: #005988;
}

.status-tab-box li .pending-s {
    color: #F59000;
}

.status-tab-box li .draft-s {
    color: #EF410B;
}

.status-tab-box li .retired-s {
    color: #666666;
}

.contract-status-tab-box li .active-s {
    color: #00884D;
}

.contract-status-tab-box li .pending-canc-s {
    color: #EF410B;
}

.contract-status-tab-box li .cancelled-s {
    color: #F55E00;
}

.contract-status-tab-box li .terminated-s {
    color: #F59000;
}

.contract-status-tab-box li .draft-s {
    color: #0b29ef;
}


.active-status {
    border-bottom: 2px solid #BB162B;
}

tr {
    border-bottom: 2px solid #E2E2E3;
}

.dashboard-table-wrapper .custom-table td:first-child {
    /* border-left: 7px solid #00884D; */
    position: relative;
}

    .dashboard-table-wrapper .custom-table td:first-child:after {
        content: '';
        content: '';
        width: 7px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.active-row td:first-child:after {
    background: #00884D;
}

.pending-row td:first-child:after {
    background: #F59000;
}

.draft-row td:first-child:after {
    background: #EF410B;
}

.retired-row td:first-child:after {
    background: #666666;
}

.approved-row td:first-child:after {
    background: #005988;
}

.search-wrapper {
    display: flex;
    justify-content: space-between;
}

.plan-button .btn-secondary {
    margin-right: 30px;
}

.reset-btn {
    min-width: 130px;
}

.approval-link {
    padding-right: 10px;
}

.view-link {
    padding-right: 6px;
    display: inline-block;
}

    .view-link img {
        position: relative;
    }

.status-btn-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.contract-status-btn-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    float: left;
}

/* ==========================PPM ADMIN End=================== */
/* Model CSS Start here */
/* top:0 !important;
    bottom: 0 !important;
    background: #fff; */

/* .modal-dialog{
max-width: 747px;
} */
.warning-model {
    max-height: 310px;
    border-top: 7px solid #C90D31;
    border-radius: 0;
}

    .warning-model .modal-header {
        padding: 0;
    }

    .warning-model .modal-body {
        padding-top: 40px;
        padding-bottom: 40px;
    }

.modal-header {
    border-bottom: none;
}

.close-icon {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 23px;
    height: 23px;
    opacity: 1;
    z-index: 9;
}

    .close-icon:hover {
        opacity: 1;
    }

    .close-icon:before, .close-icon:after {
        position: absolute;
        left: 10px;
        content: ' ';
        height: 23px;
        width: 2px;
        background-color: #333;
    }

    .close-icon:before {
        transform: rotate(45deg);
    }

    .close-icon:after {
        transform: rotate(-45deg);
    }

.modal .modal-content {
    padding: 20px;
}

.close-icon {
    position: absolute;
    right: 14px;
    top: 14px;
    display: inline-block;
}

.modal .modal-content h4 {
    font-size: 25px;
}

.modal .modal-content h3 {
    font-size: 18px;
}

.model-wrap {
    max-width: 500px;
    margin: auto;
    padding-top: 45px;
}

.modal-content {
    text-align: center;
}

.btn-list {
    padding-top: 50px;
}

.flat-link-btn {
    height: 45px;
    line-height: 45px;
    min-width: 100px;
    color: #bb162b;
    display: inline-block;
    background: transparent;
    cursor: pointer;
    border: none;
    text-align: center;
}

    .flat-link-btn:hover, .flat-link-btn:focus {
        color: #bb162b !important;
        border: none;
        outline: none;
    }
/* Model CSS End here */
.backarrow-icon {
    display: none;
}

.hambuger-menu {
    display: none;
}

.autocomplete {
    background: url(../images/search-icon.svg) no-repeat;
    background-position: calc(100% - 10px) center;
}

    .autocomplete:focus {
        background: url(../images/search-icon.svg) no-repeat;
        background-position: calc(100% - 10px) center;
    }

/* Create Plan Screen UI */
.plan-filter-search-box .input-field {
    min-width: 310px;
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
}

.plan-type-wrap {
    margin-top: 20px;
}

.clearfix {
    clear: both;
}

.mar-top-40 {
    margin-top: 40px;
}
/* Create Plan Screen UI */
/*============ Create New Plan Start============ */
.heading-sm {
    color: #333333;
    font-size: 20px;
}

.plan-type-wrap .heading-sm {
    margin-bottom: 20px;
}
/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.plan-type-list-sm [type=radio] + span.plan-box-sm {
    cursor: pointer;
}

/* CHECKED STYLES */
/* .plan-type-list-sm [type=radio]:checked + div.plan-box-sm {
outline: 2px solid #bb162b;
} */
.plan-type-list-sm [type=radio]:checked + span.plan-box-sm:before {
    background: url(../images/tick.svg) no-repeat 0 0;
    content: '';
    position: absolute;
    right: 2px;
    top: 2px;
    width: 15px;
    height: 13px;
    z-index: 9;
}

.plan-type-list-sm {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .plan-type-list-sm li {
        display: inline-block;
        margin-right: 30px;
    }

.plan-box-sm {
    width: 160px;
    border: 2px solid #BD0D2F;
    position: relative;
    height: 98px;
    padding: 10px 15px 10px;
    font-size: 16px;
    line-height: normal;
    display: block;
    min-width: 230px;
    min-height: 104px;
}

    .plan-box-sm:hover {
        box-shadow: 0 1px 6px rgba(32,33,36,.5);
    }

.ex-plan-retire-box-sm {
    width: auto;
    border: 2px solid #BD0D2F;
    position: relative;
    height: auto;
    padding: 10px 15px 10px;
    font-size: 16px;
    line-height: normal;
    display: block;
    min-width: 230px;
    min-height: 104px;
}

    .ex-plan-retire-box-sm:hover {
        box-shadow: 0 1px 6px rgba(32,33,36,.5);
    }

    .ex-plan-retire-box-sm:before {
        background: url(../images/retire.svg) no-repeat 0 0;
        content: '';
        position: absolute;
        right: -2px;
        top: 2px;
        width: 15px;
        height: 13px;
        z-index: 9;
    }

    .ex-plan-retire-box-sm:after {
        width: 0;
        height: 0;
        border-top: 30px solid #bb162b;
        border-left: 30px solid transparent;
        content: '';
        top: 0;
        position: absolute;
        right: 0;
    }

.ex-plan-pendingretire-box-sm {
    width: auto;
    border: 2px solid #BD0D2F;
    position: relative;
    height: auto;
    padding: 10px 15px 10px;
    font-size: 16px;
    line-height: normal;
    display: block;
    min-width: 230px;
    min-height: 104px;
}

    .ex-plan-pendingretire-box-sm:hover {
        box-shadow: 0 1px 6px rgba(32,33,36,.5);
    }

    .ex-plan-pendingretire-box-sm:before {
        background: url(../images/pending-retire-char.svg) no-repeat 0 0;
        content: '';
        position: absolute;
        right: 2px;
        top: 2px;
        width: 15px;
        height: 13px;
        z-index: 9;
    }

    .ex-plan-pendingretire-box-sm:after {
        width: 0;
        height: 0;
        border-top: 30px solid #bb162b;
        border-left: 30px solid transparent;
        content: '';
        top: 0;
        position: absolute;
        right: 0;
    }

.ex-plan-approval-box-sm {
    width: auto;
    border: 2px solid #BD0D2F;
    position: relative;
    height: auto;
    padding: 10px 15px 10px;
    font-size: 16px;
    line-height: normal;
    display: block;
    min-width: 230px;
    min-height: 104px;
}

    .ex-plan-approval-box-sm:hover {
        box-shadow: 0 1px 6px rgba(32,33,36,.5);
    }

    .ex-plan-approval-box-sm:before {
        background: url(../images/approval-char.svg) no-repeat 0 0;
        content: '';
        position: absolute;
        right: 2px;
        top: 2px;
        width: 15px;
        height: 13px;
        z-index: 9;
    }

    .ex-plan-approval-box-sm:after {
        width: 0;
        height: 0;
        border-top: 30px solid #bb162b;
        border-left: 30px solid transparent;
        content: '';
        top: 0;
        position: absolute;
        right: 0;
    }

.ex-plan-active-box-sm {
    width: auto;
    border: 2px solid #BD0D2F;
    position: relative;
    height: auto;
    padding: 10px 15px 10px;
    font-size: 16px;
    line-height: normal;
    display: block;
    /*min-width: 150px;*/
    min-width: 230px;
    min-height: 104px;
}

    .ex-plan-active-box-sm:hover {
        box-shadow: 0 1px 6px rgba(32,33,36,.5);
    }

    .ex-plan-active-box-sm:before {
        background: url(../images/active.svg) no-repeat 0 0;
        content: '';
        position: absolute;
        right: -2px;
        top: 2px;
        width: 15px;
        height: 13px;
        z-index: 9;
    }

    .ex-plan-active-box-sm:after {
        width: 0;
        height: 0;
        border-top: 30px solid #bb162b;
        border-left: 30px solid transparent;
        content: '';
        top: 0;
        position: absolute;
        right: 0;
    }

.ex-plan-draft-box-sm {
    width: auto;
    border: 2px solid #BD0D2F;
    position: relative;
    height: auto;
    padding: 10px 15px 10px;
    font-size: 16px;
    line-height: normal;
    display: block;
    /*min-width: 150px;*/
    /* min-width: 220px;
    min-height: 127px;*/
    min-width: 230px;
    min-height: 104px;
}

    .ex-plan-draft-box-sm:hover {
        box-shadow: 0 1px 6px rgba(32,33,36,.5);
    }

    .ex-plan-draft-box-sm:before {
        background: url(../images/draft.svg) no-repeat 0 0;
        content: '';
        position: absolute;
        right: -2px;
        top: 2px;
        width: 15px;
        height: 13px;
        z-index: 9;
    }

    .ex-plan-draft-box-sm:after {
        width: 0;
        height: 0;
        border-top: 30px solid #bb162b;
        border-left: 30px solid transparent;
        content: '';
        top: 0;
        position: absolute;
        right: 0;
    }

.ex-plan-pending-box-sm {
    width: auto;
    border: 2px solid #BD0D2F;
    position: relative;
    height: auto;
    padding: 10px 15px 10px;
    font-size: 16px;
    line-height: normal;
    display: block;
    min-width: 230px;
    min-height: 104px;
}

    .ex-plan-pending-box-sm:hover {
        box-shadow: 0 1px 6px rgba(32,33,36,.5);
    }

    .ex-plan-pending-box-sm:before {
        background: url(../images/pending.svg) no-repeat 0 0;
        content: '';
        position: absolute;
        right: -2px;
        top: 2px;
        width: 15px;
        height: 13px;
        z-index: 9;
    }

    .ex-plan-pending-box-sm:after {
        width: 0;
        height: 0;
        border-top: 30px solid #bb162b;
        border-left: 30px solid transparent;
        content: '';
        top: 0;
        position: absolute;
        right: 0;
    }

.ex-plan-box-sm {
    width: auto;
    border: 2px solid #BD0D2F;
    position: relative;
    height: auto;
    padding: 10px 15px 10px;
    font-size: 16px;
    line-height: normal;
    display: block;
    min-width: 230px;
    min-height: 104px;
}

    .ex-plan-box-sm:hover {
        box-shadow: 0 1px 6px rgba(32,33,36,.5);
    }

    .ex-plan-box-sm:before {
        background: none;
        content: '';
        position: absolute;
        right: -2px;
        top: 2px;
        width: 15px;
        height: 13px;
        z-index: 9;
    }

    .ex-plan-box-sm:after {
        width: 0;
        height: 0;
        border-top: 30px solid #bb162b;
        border-left: 30px solid transparent;
        content: '';
        top: 0;
        position: absolute;
        right: 0;
    }

.plan-box-sm:after {
    width: 0;
    height: 0;
    border-top: 30px solid #bb162b;
    border-left: 30px solid transparent;
    content: '';
    top: 0;
    position: absolute;
    right: 0;
}

.plan-name-sm {
    font-size: 18px;
    padding-bottom: 8px;
    display: block;
    color: #BA0E2F;
    font-family: 'kia_signature_otfbold';
}

.total-miles, .total-year {
    color: #707070;
    display: block;
}

.inner-addon {
    position: relative;
}

    .inner-addon .glyphicon {
        position: absolute;
        height: 55px;
        pointer-events: none;
        padding: 10px;
        line-height: 35px;
    }

.sm-input-holder {
    margin: 0 0 0 10px;
    display: inline-block;
}

.canc-text .sm-glyphicon {
    height: 55px;
    pointer-events: none;
    padding: 10px;
    line-height: 35px;
}

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

.left-addon input {
    padding-left: 20px;
}

.right-addon input {
    padding-right: 30px;
}

.plan-other-info-box {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.plan-info-panel {
    max-width: 170px;
    float: left;
    margin-right: 40px;
}

    .plan-info-panel:last-child {
        margin-right: 0;
        max-width: 100%;
    }

        .plan-info-panel:last-child .inner-addon {
            max-width: 170px;
        }

.disp-cost {
    position: absolute;
    line-height: 55px;
    left: 21px;
}

#add-new-price {
    display: none;
}

.form-group label {
    margin-bottom: 0;
}

.form-control {
    height: 54px;
    width: 100%;
    border: none;
    padding: 1px 20px 0 20px;
    background: #E8E8E8;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #9e9e9e;
}

    .form-control:focus {
        background: #E8E8E8;
        border-bottom: 1px solid #5892AF;
        -webkit-box-shadow: 0 1px 0 0 #5892af;
        box-shadow: 0 1px 0 0 #5892af;
    }

.effective-date-container .inputText, .date-container .inputText.no-calendar {
    background-image: none;
}

.effective-date-container .inputText, .date-container .inputText {
    background-image: url(../images/Datepad.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 21px);
    padding-right: 42px;
}

.toplabel {
    font-size: 14px;
    color: #666;
}

    .toplabel sup {
        font-size: 18px;
        top: 2px;
        color: #E6001D;
    }

.helptext {
    font-size: 12px;
    color: #666666;
}

.form-group .helptext {
    margin-top: 15px;
    display: block;
}

.input-form-2 .form-control:disabled, .form-control[readonly] {
    background-color: transparent;
    border: none;
}

.selected-service-label {
    font-size: 20px;
    color: #C30E30;
    margin-top: 10px;
    margin-bottom: 25px;
}

.services-detail-box {
    /* display: flex; */
    flex-wrap: wrap;
}

.services-details-item {
    border: 2px solid #bb162b;
    margin-bottom: 30px;
    padding: 20px 20px 7px;
    position: relative;
    margin-right: 2%;
    min-height: 200px;
    /* width: 33%; */
    width: 25%;
    float: left;
    max-width: 310px;
}

    .services-details-item:after {
        width: 0;
        height: 0;
        border-top: 65px solid #bb162b;
        border-left: 65px solid transparent;
        content: '';
        top: 0;
        position: absolute;
        right: 0;
    }

.services-details-item-mini {
    border: 2px solid #bb162b;
    margin-bottom: 30px;
    padding: 20px 20px 7px;
    position: relative;
    margin-right: 1%;
    min-height: 150px;
    /* width: 33%; */
    width: 25%;
    float: left;
    max-width: 310px;
}

    .services-details-item-mini:after {
        width: 0;
        height: 0;
        border-top: 65px solid #bb162b;
        border-left: 65px solid transparent;
        content: '';
        top: 0;
        position: absolute;
        right: 0;
    }

.add-on-plan-box {
    /* display: flex; */
    float: left;
    margin-right: 1.9%;
}

.sales-message-wrapper {
    padding-top: 40px;
}

.sales-message {
    color: #BB162B;
    font-weight: normal;
    font-family: 'kia_signature_otflight';
    font-size: 14px;
}

    .sales-message a {
        color: #BB162B;
        text-decoration: underline;
    }

.sales-heading {
    padding-top: 40px;
}

.icons-with-text {
    vertical-align: text-bottom;
}

.add-on-plan-box-big {
    width: 413px;
    border: 2px solid #bb162b;
    margin-bottom: 30px;
    padding: 20px 20px 7px;
    position: relative;
    margin-right: 2%;
    min-height: 200px;
    /*width: 32%;*/
    float: left;
    display: block;
}

    .add-on-plan-box-big:after {
        width: 0;
        height: 0;
        border-top: 55px solid #bb162b;
        border-left: 55px solid transparent;
        content: '';
        top: 0;
        position: absolute;
        right: 0;
    }

.miles-month {
    font-size: 20px;
}

.services-details-item .input-form-2 {
    max-width: 170px;
    margin-top: 20px;
}

    .services-details-item .input-form-2 .form-control {
        font-size: 20px;
    }

.count-service {
    position: absolute;
    right: 12px;
    z-index: 9;
    color: #fff;
    font-size: 20px;
    top: 8px;
}
/* .moretext{
    float: right;
} */
.maintenance-service-list {
    /* padding-left: 0;
    list-style-type: none; */
    width: 200%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; /* when right content goes in two lines */
    /*height: 250px;*/ /* when right content goes in two lines */
    padding-top: 30px;
}

    .maintenance-service-list li {
        /* padding-bottom: 15px;
    font-size: 16px;
    line-height: normal;
    position: relative;
    padding-left: 25px; */
        width: 50%;
        padding-right: 20px;
        list-style-type: disc;
    }
    /* .maintenance-service-list li::after {
    content: '';
    width: 11px;
    height: 11px;
    background: #333333;
    position: absolute;
    left: 0;
    border-radius: 100%;
    top: 4px;
} */
    .maintenance-service-list sup {
        font-size: 18px;
        top: 2px;
        color: #E6001D;
    }

.maintenance-service-checkbox-list {
    padding-left: 0;
    list-style-type: none;
    padding-top: 30px;
}

    .maintenance-service-checkbox-list li {
        padding-bottom: 15px;
        font-size: 16px;
        line-height: normal;
        padding-left: 5px;
        min-width: 200px;
        width: 250px;
    }


/* .maintenance-service-collapsable{
    display: none;
} */
[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
    display: none;
}

.moretext {
    color: #4D4D4D;
    font-size: 12px;
    position: relative;
}

    .moretext:hover {
        color: #4D4D4D;
    }

.arrow {
    border: solid #4D4D4D;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    /* margin-top: 12px; */
    position: relative;
    top: -2px;
    margin-left: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 1px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.service-items-wrapper {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

    .service-items-wrapper .services-details-item:last-child {
        margin-right: 0;
    }

.plan-action-btn-list {
    margin-bottom: 40px;
    text-align: right;
}

    .plan-action-btn-list .btn-primary {
        min-width: 250px;
    }

    .plan-action-btn-list .btn-primary-sm {
        min-width: 130px;
    }

    .plan-action-btn-list button {
        margin-left: 20px;
    }

.success-message-wrap {
    background-color: #5892AF;
    box-shadow: 1px 3px 3px #00000059;
}

.success-message-wrap {
    color: #fff;
}

.success-msg-box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
}

    .success-msg-box .btn-secondary {
        border-color: #fff !important;
        color: #fff !important;
        margin-left: 20px;
    }

    .success-msg-box .btn-primary {
        background-color: #fff !important;
        color: #5892AF !important;
        min-width: 230px;
        margin-left: 20px;
    }

.success-msg {
    font-size: 14px;
    display: flex;
    align-items: center;
}

/* Error Message that shows below top navigation */
.error-message-wrap {
    background-color: #8D8D8D;
    box-shadow: 1px 3px 3px #00000059;
}

.error-message-wrap {
    color: #fff;
}

.error-msg-box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
}

    .error-msg-box .btn-secondary {
        border-color: #fff !important;
        color: #fff !important;
        margin-left: 20px;
    }

    .error-msg-box .btn-primary {
        background-color: #fff !important;
        color: #5892AF !important;
        min-width: 230px;
        margin-left: 20px;
    }

.error-msg-wrp {
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .error-msg-wrp span {
        color: #fff;
        padding-left: 10px;
    }

.added-plan-type-wrap {
    margin-bottom: 20px;
}

.notification-msg-2 {
    align-self: flex-start;
    padding-left: 10px;
}

    .notification-msg-2 span {
        display: block;
    }


/* side Navigation starts */
.bell-icon-holder {
    padding: 30px 0 0 0;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.notification-badge:after {
    position: absolute;
    right: 0%;
    top: 40%;
    content: attr(data-count);
    font-size: 70%;
    padding: .5em;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: .5em;
    color: #fff;
    background: #BB162B;
    text-align: center;
    min-width: 1em;
    font-weight: normal;
}

.bodyContainer {
    max-width: 100%;
    margin: 0 auto;
    background: #FFF;
}

.bodyContainerWrapper {
    position: relative;
    left: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.sideOpen .bodyContainerWrapper {
    left: 0px;
}

.sideTrigger {
    float: none;
    padding: 0px;
}
/* .closeTrigger {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 30px;
	display: inline-block;
	margin-top: -15px;
	margin-bottom: 5px;
} */
.sideMenu {
    position: fixed;
    z-index: 2;
    border-right: 3px solid #ccc;
    right: -365px;
    height: 100%;
    width: 354px;
    background: #FFF;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: -5px 0px 10px 1px #aaaaaa;
}

    .sideMenu::after {
        content: '';
        position: absolute;
        left: 72%;
        top: -1%;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 20px solid #05141F;
        clear: both;
    }

.sideOpen .sideMenu {
    right: 0;
}

.notifications-container::-webkit-scrollbar {
    width: 2px;
}

.notifications-container::-webkit-scrollbar-track {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #707070;
    border-right: none;
    border-left: none;
    outline: none;
}

.notifications-container::-webkit-scrollbar-thumb {
    background-color: #ccc;
    outline: none;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 2;
    cursor: default;
}


.pill {
    background-color: #E6001D;
    border: none;
    color: #fff;
    padding: 0px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: default;
    border-radius: 16px;
    font-size: 11px;
    font-weight: normal;
}

    .pill.show {
        visibility: visible;
    }

    .pill.hide {
        visibility: hidden;
    }


.notifications-container {
    padding: 16px 16px 24px 16px;
    overflow-x: hidden;
    max-height: 700px;
    width: auto;
    overflow-y: auto;
    height: auto;
}

.notif-header {
    font-size: 14px;
    color: #1F1F1F;
}

.notifications {
    border-bottom: 1px solid #ddd;
    overflow: auto;
    padding-bottom: 5px;
}

.pill-container {
    padding: 5px 0;
    text-align: right;
}

.doc-container {
    padding-bottom: 10px;
}

.doc-icon {
    float: left;
    padding-right: 16px;
    padding-bottom: 20px;
}

.plan-details {
    display: inline;
    color: #5892AF;
}

.plan-name {
    font-size: 12px;
    line-height: 15px;
}

.plan-status {
    display: block;
}

.plan-date-containter {
    font-size: 12px;
    color: #666666;
}

.plan-date-status {
    float: left;
}

.notif-date {
    float: right;
}


/* side Navigation ends */

/* Create New Plan End */
/* Plan View Screen Start*/
.label-heading {
    font-family: 'kia_signature_otflight';
    font-size: 14px;
    color: #666666;
}

.label-info {
    font-size: 16px;
    color: #333333;
}

.plan-status-active .label-info {
    /* font-family: 'kia_signature_otfbold'; */
    color: #00884D;
    font-weight: 600;
}

.margin-t-15 {
    margin-top: 15px;
}

.margin-b-40 {
    margin-bottom: 40px;
}

.margin-b-20 {
    margin-bottom: 20px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.margin-l-20 {
    margin-left: 20px;
}

.margin-l-250 {
    margin-left: -250px;
}

.view-plan-info-box .plan-info-panel {
    min-width: 170px;
}

.view-plan-info-box .label-heading {
    margin-bottom: 33px;
}

.view-plan-info-box .date-wrapper .toplabel {
    margin-bottom: 15px;
}

.view-plan-info-box .date-wrapper .label-heading {
    margin-bottom: 0px;
    font-size: 12px;
}

.view-maintenance-wrap .input-form-2 .label-info {
    font-size: 20px;
    text-align: left;
}

.view-maintenance-wrap .input-form-2 {
    max-width: 100%;
}

.view-maintenance-wrap .margin-b-40 {
    margin-bottom: 20px;
}

.cost-note {
    font-family: 'kia_signature_otflight';
    font-size: 12px;
    color: #666666;
}

.plan-info-panel .cost-note {
    margin-top: 15px;
}

.pdf-btn {
    min-width: 200px;
    margin-left: 30px;
}

    .pdf-btn img {
        margin-right: 3px;
        margin-top: -5px;
    }

.plan-status-draft .label-info {
    /* font-family: 'kia_signature_otfbold'; */
    color: #EF410B;
    font-weight: 600;
}

.plan-status-pending .label-info {
    color: #F59000;
}

.plan-action-btn-list .sm-btn {
    min-width: 180px;
}
/* Plan View Screen End */
.ellipsis-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.center {
    text-align: center;
}

.plan-status-active, .plan-status-draft {
    margin-bottom: 25px;
}
/* Approval Screen Start */
.approve-link {
    margin-right: 10px;
}

    .approve-link img {
        max-width: 15px;
        height: 15px;
    }
/* Approval Screen End */
/* Dealer Dashboard Start */
.dealer-dashboard .plan-button .btn-secondary {
    margin-right: 0;
}

.dealer-dashboard .status-btn-wrap {
    justify-content: flex-start;
}

.dealer-dashboard .custom-table th, .dealer-dashboard .custom-table td {
    /*padding: 15px 20px;*/
    padding: 10px;
}

.maintenance-items-wrapper .heading-sm {
    margin-bottom: 25px;
}

.maintenance-items-wrapper .maintenance-service-list {
    /* display: inline-block;
    width: 700px; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; /* when right content goes in two lines */
    /* height: 435px;  when right content goes in two lines */
    max-height: 400px;
    height: auto;
}

    .maintenance-items-wrapper .maintenance-service-list li {
        /* width: 350px;
    float: left; */
        width: 23%;
        padding-right: 20px;
    }

.plan-status-retired .label-info {
    color: #666666;
}
/* Dealer Dashboard End */
/* Sales Dashboard or Query Page Start */
.sales-query-wrapper .plan-button .btn-secondary {
    margin-right: 20px;
}

.sales-query-wrapper .plan-button .btn {
    margin-right: 0px;
}

.search-wrapper .inputBox.contract-year {
    width: 33%;
}

.search-wrapper .inputBox.contract-vin {
    width: 40%;
}

.contract-search-btn {
    margin-left: 5px;
    margin-top: 0px;
}

.sales-query-wrapper .search-wrapper {
    margin: 20px 0;
}

.sales-query-wrapper .custom-table th, .sales-query-wrapper .custom-table td {
    padding: 10px 10px;
    vertical-align: middle;
}

.datebox, .datebox1 {
    position: relative;
}

.sales-query-wrapper .table-hover tbody tr:hover {
    cursor: pointer;
}
/* Sales Dashboard or Query Page End */
/* Services page */

.services-page-wrapper .plan-button .flat-link-btn {
    margin-right: 30px;
}

.services-page-wrapper .plan-button .print-button {
    position: relative;
    min-width: 1px;
    padding: 6px 20px 6px 45px;
}

    .services-page-wrapper .plan-button .print-button img {
        position: absolute;
        left: 20px;
        top: 12px;
    }

.services-page-wrapper .services-container {
    display: block;
    margin: 0 15px 0px 0;
    position: absolute;
    left: 0;
    width: 100%;
}

    .services-page-wrapper .services-container .slide-box-button {
        position: fixed;
        bottom: 85px;
        right: 15px;
        z-index: 99;
    }

        .services-page-wrapper .services-container .slide-box-button a {
            display: inline-block;
            width: 69px;
            height: 45px;
            border-radius: 5px;
            min-width: 1px;
            position: relative;
            background: #fff;
        }

            .services-page-wrapper .services-container .slide-box-button a:after {
                border-color: transparent transparent transparent #bb162b;
                border-style: solid;
                border-width: 8px 0px 8px 9px;
                height: 0;
                left: 50%;
                margin-left: -5px;
                margin-top: -7px;
                position: absolute;
                top: 50%;
                width: 0;
                content: "";
            }

            .services-page-wrapper .services-container .slide-box-button a.prev:after {
                border-color: transparent #bb162b transparent transparent;
                border-width: 8px 9px 8px 0px;
                margin-left: -5px;
                margin-top: -7px;
                content: "";
            }

            .services-page-wrapper .services-container .slide-box-button a.disabled {
                background: #fff;
                border-color: #bb162b;
            }

.services-page-wrapper .services-list {
    display: flex;
    overflow: auto;
}

    .services-page-wrapper .services-list .services-box {
        margin-left: 15px;
        border: 1px solid #707070;
        border-bottom: none;
        /* overflow-y: hidden; */
    }

    .services-page-wrapper .services-list .service-header {
        border-bottom: 1px solid #707070;
        width: 100%;
        padding: 0 33px;
    }

        .services-page-wrapper .services-list .service-header h2 {
            margin: 0;
            font-size: 22px;
            float: left;
            color: #333;
            line-height: 60px;
            font-family: 'kia_signature_otfbold';
            text-transform: uppercase;
        }

        .services-page-wrapper .services-list .service-header h3 {
            margin: 0 0 0 50px;
            float: left;
            font-size: 19px;
            color: #333;
            line-height: 60px;
            font-family: 'kia_signature_otfbold';
        }

    .services-page-wrapper .services-list .service-content {
        display: flex;
        flex-wrap: nowrap;
        /* height: 100%; */
    }

        .services-page-wrapper .services-list .service-content h4 {
            margin: 0;
            font-size: 19px;
            font-weight: bold;
        }

        .services-page-wrapper .services-list .service-content ul {
            margin: 15px 0 0 0;
            padding: 0;
            padding-bottom: 10px;
        }

            .services-page-wrapper .services-list .service-content ul li {
                list-style: none;
                line-height: 35px;
            }

        .services-page-wrapper .services-list .service-content .left-bar {
            border-right: 1px solid #707070;
            padding: 28px 33px;
            width: 33%;
            /* height: 100vh; */
        }

        .services-page-wrapper .services-list .service-content .right-bar {
            padding: 28px 33px;
            width: 67%;
        }

    .services-page-wrapper .services-list::-webkit-scrollbar {
        width: 10px;
    }

    .services-page-wrapper .services-list::-webkit-scrollbar-track {
        box-shadow: none;
        -webkit-box-shadow: none;
        border: 1px solid #707070;
        border-right: none;
        border-left: none;
        outline: none;
    }

    .services-page-wrapper .services-list::-webkit-scrollbar-thumb {
        background-color: #333;
        outline: none;
    }


/* Buyer page */

.services-page-wrapper .breadcrumb-wrap {
    position: relative;
}

.services-page-wrapper .back-button {
    /* position: fixed; */
    color: #BB162B;
    right: 17px;
    top: 90px;
    font-size: 16px;
    z-index: 99;
    background: #fff;
    margin-top: 12px;
    display: inline-block;
}

.services-page-wrapper .buyer-information-container {
    width: 100%;
    display: block;
    padding: 30px 0;
}

    .services-page-wrapper .buyer-information-container .plan-list-item {
        width: 430px;
        margin-right: 0;
        min-height: 1px;
        float: left;
        overflow: hidden;
        min-height: 300px;
    }

    /* .services-page-wrapper .buyer-information-container .discounted-price {
	display: none;
}

.services-page-wrapper .buyer-information-container .show-discount-price .discounted-price {
	display: inline-block;
} */

    .services-page-wrapper .buyer-information-container .show-discount-price .discounted-price .texes-title {
        display: block;
        font-size: 14px;
    }

    .services-page-wrapper .buyer-information-container .show-discount-price .discounted-price .plan-price {
        position: relative;
    }

        .services-page-wrapper .buyer-information-container .show-discount-price .discounted-price .plan-price:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 4px;
            background: #bb162b;
            left: 0px;
            bottom: 24px;
            transform: rotate(-19deg);
        }

#divOriginalPlanPrice label {
    margin-bottom: 0;
}

.services-page-wrapper .buyer-information-container .show-discount-price .plan-price-box {
    display: inline-block;
    /* width: 50%; */
    vertical-align: top;
}

.services-page-wrapper .buyer-information-container .buyer-information {
    float: left;
    width: calc(100% - 430px);
    padding: 0 0 0 20px;
}

    .services-page-wrapper .buyer-information-container .buyer-information h4 {
        text-transform: uppercase;
        font-size: 16px;
        margin-bottom: 30px;
        position: relative;
    }

        .services-page-wrapper .buyer-information-container .buyer-information h4 a#discount_accord {
            border-color: transparent transparent #888 transparent;
            border-style: solid;
            border-width: 0 8px 9px 8px;
            height: 0;
            right: 0;
            position: absolute;
            top: 6px;
            width: 0;
        }

.discount_accord_heading {
    cursor: pointer;
}

.services-page-wrapper .buyer-information-container .buyer-information h4.active a#discount_accord {
    border-color: #888 transparent transparent transparent;
    border-width: 9px 8px 0 8px;
}

.flex-price {
    display: flex;
    justify-content: space-between;
}

#divDiscountedPrice {
    text-align: right;
    display: block;
}

#divOriginalPlanPrice .texes-title {
    text-align: right;
}

.flex-price .texes-title {
    display: block;
}

#divDiscountedPrice #lblPurchasePrice {
    margin-bottom: 0;
}

.services-page-wrapper .buyer-information-container .seprator {
    width: 100%;
    margin: 25px 0;
    display: block;
    height: 1px;
    background: #666;
}

.services-page-wrapper .buyer-information-container .buyer-information .column-box {
    width: 100%;
    margin-bottom: 25px;
    float: left;
    padding: 0 15px;
}

.services-page-wrapper .buyer-information-container .buyer-information .column-box-three,
.services-page-wrapper .buyer-information-container .buyer-information .column-box-two,
.services-page-wrapper .buyer-information-container .buyer-information .column-box-one {
    margin: 0 -15px;
}

    .services-page-wrapper .buyer-information-container .buyer-information .column-box-three .column-box {
        width: 33.33%;
    }

    .services-page-wrapper .buyer-information-container .buyer-information .column-box-two .column-box {
        width: 50%;
    }

.services-page-wrapper .buyer-information-container .buyer-information .radio + .input-field {
    float: left;
    margin-top: -15px;
}

.services-page-wrapper #show_reset {
    display: none;
    position: absolute;
    right: 9px;
    bottom: 15px;
    /* color: #e8e8e8;
	background: #1f1f1f;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border-radius: 50%;
	font-size: 10px; */
}

.services-page-wrapper .buyer-information-container .buyer-information .radio-group {
    margin-bottom: 53px;
    display: block;
}

    .services-page-wrapper .buyer-information-container .buyer-information .radio-group h5,
    .services-page-wrapper .buyer-information-container .buyer-information .inputs-group h5 {
        font-size: 16px;
        color: #1F1F1F;
        font-weight: 700;
        margin-bottom: 22px;
        text-transform: uppercase;
        display: block;
        width: 100%;
    }


/* Edit Contract page */

.services-page-wrapper .edit-contact-button {
    /* position: fixed;
	right: 15px;
	top: 87px;
	z-index: 9999;
	background: #fff; */
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 9999;
    background: #fff;
}

.services-page-wrapper .buyer-information-container .buyer-information-list-view {
    width: 100%;
    display: block;
}

    .services-page-wrapper .buyer-information-container .buyer-information-list-view ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .services-page-wrapper .buyer-information-container .buyer-information-list-view ul li {
            list-style: none;
            width: 33.33%;
            float: left;
            padding: 0 15px 20px 15px;
        }

            .services-page-wrapper .buyer-information-container .buyer-information-list-view ul li .key {
                font-size: 12px;
                color: #666666;
                display: block;
                margin-bottom: 0px;
            }

                .services-page-wrapper .buyer-information-container .buyer-information-list-view ul li .key sup {
                    font-size: 18px;
                    top: 2px;
                    color: #E6001D;
                }

            .services-page-wrapper .buyer-information-container .buyer-information-list-view ul li .value {
                font-size: 16px;
                color: #1F1F1F;
                display: block;
                font-weight: 600;
            }

.services-page-wrapper .buyer-information-container .service-list {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
}

    .services-page-wrapper .buyer-information-container .service-list .service-col-box {
        width: calc(33.33% - 16px);
        margin: 0 8px 16px 8px;
        border: 1px solid #707070;
    }

        .services-page-wrapper .buyer-information-container .service-list .service-col-box h4 {
            margin: 0;
            color: #333333;
            font-size: 18px;
            line-height: 57px;
            padding: 0 32px;
        }

            .services-page-wrapper .buyer-information-container .service-list .service-col-box h4 small {
                margin-left: 10px;
            }

        .services-page-wrapper .buyer-information-container .service-list .service-col-box .box {
            border-top: 1px solid #707070;
            padding: 37px 32px;
        }

            .services-page-wrapper .buyer-information-container .service-list .service-col-box .box h5 {
                font-size: 19px;
                color: #333333;
                font-weight: 700;
            }

            .services-page-wrapper .buyer-information-container .service-list .service-col-box .box ul {
                margin: 20px 0 0 0;
                padding: 0;
            }

                .services-page-wrapper .buyer-information-container .service-list .service-col-box .box ul li {
                    list-style: none;
                    line-height: 44px;
                }

.services-page-wrapper .buyer-information-container .electronic-sign-box {
    width: 100%;
    display: block;
    padding: 0 40px;
}

    .services-page-wrapper .buyer-information-container .electronic-sign-box h2 {
        color: #1F1F1F;
        font-size: 36px;
        text-transform: uppercase;
        font-weight: 300;
    }

    .services-page-wrapper .buyer-information-container .electronic-sign-box .inputBox {
        display: inline-block;
        width: 100%;
        margin-right: 40px;
    }

        .services-page-wrapper .buyer-information-container .electronic-sign-box .inputBox.dateInputBox {
            width: 324px;
        }

    .services-page-wrapper .buyer-information-container .electronic-sign-box .checkbox {
        float: none;
        width: 100%;
        margin-top: 15px;
    }

.electronic-sign-box h2 {
    margin-bottom: 50px;
}

.electronic-sign-box hr {
    border-top: 1px solid #666;
    margin: 0 20px;
}

.electronic-sign-box span.sign,
.electronic-sign-box span.dt {
    font-size: 12px;
    display: block;
    text-align: center;
    padding-top: 5px;
    color: #666;
    margin-bottom: 50px;
}

.electronic-sign-box .services-details-item {
    width: 100%;
    margin-right: 2%;
    max-width: 100%;
    min-height: 150px;
}

.services-details-item.checkbox-list-item .miles-month {
    font-size: 20px;
    color: #C30E30;
    margin-bottom: 15px;
}

.electronic-sign-box .services-details-item:after {
    border-top: 55px solid #bb162b;
    border-left: 55px solid transparent;
}

.electronic-sign-box .services-details-item span.count-service {
    position: absolute;
    right: 12px;
    z-index: 9;
    color: #fff;
    font-size: 20px;
    top: 8px;
}

.electronic-sign-box .services-details-item .plan-nw-wrap {
    color: #bb162b;
    font-size: 20px;
    font-family: 'kia_signature_otfbold';
    text-transform: uppercase;
    line-height: normal;
}

    .electronic-sign-box .services-details-item .plan-nw-wrap span.plan-list-name {
        display: block;
        font-size: 23px;
    }

    .electronic-sign-box .services-details-item .plan-nw-wrap span.plan-list-year {
        text-transform: uppercase;
    }

.electronic-sign-box .services-details-item .plan-price-box {
    color: #bb162b;
}

    .electronic-sign-box .services-details-item .plan-price-box .plan-price {
        width: 220px;
        float: left;
    }

    .electronic-sign-box .services-details-item .plan-price-box .refund-block {
        float: right;
        padding-right: 30px;
    }

        .electronic-sign-box .services-details-item .plan-price-box .refund-block span {
            font-size: 13px;
            color: #666;
            display: block;
        }

            .electronic-sign-box .services-details-item .plan-price-box .refund-block span.refund-amount {
                color: #bb162b;
                font-size: 16px;
                font-weight: 600;
            }

.services-page-wrapper .buyer-information-container .signature-dealer-detail-box {
    width: 100%;
    display: block;
    margin-top: 30px;
}

    .services-page-wrapper .buyer-information-container .signature-dealer-detail-box h2 {
        color: #1F1F1F;
        font-size: 36px;
        text-transform: uppercase;
        font-weight: 300;
    }

    .services-page-wrapper .buyer-information-container .signature-dealer-detail-box .box ul {
        margin: 0;
        padding: 0;
    }

        .services-page-wrapper .buyer-information-container .signature-dealer-detail-box .box ul li {
            margin: 0 50px 0 0;
            padding: 0;
            list-style: none;
            display: inline-block;
        }

            .services-page-wrapper .buyer-information-container .signature-dealer-detail-box .box ul li .key {
                margin: 0;
                font-size: 12px;
                color: #666666;
                display: block;
            }

            .services-page-wrapper .buyer-information-container .signature-dealer-detail-box .box ul li .value {
                color: #1F1F1F;
                font-size: 16px;
                display: block;
                font-weight: 600;
            }

.services-page-wrapper .buyer-information-container .dealer-detail-box {
    width: 100%;
    display: block;
    padding: 0 40px;
}

    .services-page-wrapper .buyer-information-container .dealer-detail-box h2 {
        color: #1F1F1F;
        font-size: 36px;
        text-transform: uppercase;
        font-weight: 300;
    }

    .services-page-wrapper .buyer-information-container .dealer-detail-box .box {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        padding-right: 90px;
        margin-top: 40px;
    }

        .services-page-wrapper .buyer-information-container .dealer-detail-box .box h6 {
            font-size: 16px;
            font-weight: 700;
            color: #1F1F1F;
            text-transform: uppercase;
            margin-bottom: 22px;
        }

        .services-page-wrapper .buyer-information-container .dealer-detail-box .box p {
            margin: 0;
            font-size: 16px;
            color: #1F1F1F;
        }

        .services-page-wrapper .buyer-information-container .dealer-detail-box .box ul {
            margin: 0;
            padding: 0;
        }

            .services-page-wrapper .buyer-information-container .dealer-detail-box .box ul li {
                margin: 0 50px 0 0;
                padding: 0;
                list-style: none;
                display: inline-block;
            }

                .services-page-wrapper .buyer-information-container .dealer-detail-box .box ul li .key {
                    margin: 0;
                    font-size: 12px;
                    color: #666666;
                    display: block;
                }

                .services-page-wrapper .buyer-information-container .dealer-detail-box .box ul li .value {
                    color: #1F1F1F;
                    font-size: 16px;
                    display: block;
                }


/*Radio button style*/

.radio {
    margin: 0 30px 15px 0;
    font-size: 16px;
    color: #1F1F1F;
    position: relative;
    padding: 0 0 0 30px;
    float: left;
}

    .radio input {
        width: 22px;
        height: 22px;
        left: 0;
        top: 1px;
    }

        .radio input + span {
            width: 22px;
            height: 22px;
            border: 1px solid #1F1F1F;
            display: inline-block;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: -1px;
            pointer-events: none;
        }

        .radio input:checked + span {
            border: 1px solid #5892AF;
            background: #fff;
        }

            .radio input:checked + span:after {
                content: "";
                position: absolute;
                width: 14px;
                height: 14px;
                background: #5892AF;
                border-radius: 50%;
                left: 3px;
                top: 3px;
            }


/*Checkbox style*/



.checkbox {
    margin: 0 30px 15px 0;
    font-size: 14px;
    color: #1F1F1F;
    position: relative;
    padding: 0 0 0 38px;
    float: left;
    line-height: 25px;
}

    .checkbox input {
        left: -38px;
        top: -4px;
        opacity: 1;
        position: absolute;
    }

        .checkbox input + span {
            width: 25px;
            height: 25px;
            border: 1px solid #707070;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0px;
            pointer-events: none;
        }

        .checkbox input:checked + span {
            border: 1px solid #666666;
            background: #666666;
        }

            .checkbox input:checked + span:after {
                content: "";
                position: absolute;
                width: 9px;
                height: 15px;
                /* background: #5892AF; */
                /* border-radius: 50%; */
                left: 7px;
                top: 2px;
                border: solid #ffffff;
                border-width: 0 3px 3px 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }
/* Checkbox Style End */




/*-----Start For Global Adjuster Pagination Style--------*/
.pagination li a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
}

.pagination li.active {
    background-color: #CCCCCC;
    height: 30px;
    width: 30px;
}

/*-----End For Global Adjuster Pagination Style--------*/

.contract-id-label {
    font-weight: normal;
    font-family: 'kia_signature_otflight';
    color: #666;
    opacity: 0.5;
    font-size: 14px;
}

.contract-id-value {
    font-family: 'kia_signature_otfregular'
}

.contract-wrap .heading-primary {
    color: #BB162B;
    margin-bottom: 10px;
}

.contract-id-wrap {
    padding-bottom: 10px;
}

.fixed-on-top {
    position: fixed;
    background: #fff;
    z-index: 99;
    width: 100%;
}

.link-btn {
    color: #BB162B;
    position: absolute;
    right: 15px;
    top: 12px;
}

    .link-btn:hover {
        color: #BB162B;
    }

.contract-page-wrapper .vehicle-info-wrapper {
    background: #E8E8E8;
}

.services-page-wrapper.contract-page-wrapper
.buyer-information-container .buyer-information-list-view ul li {
    padding-bottom: 15px;
}

.list-item-with-hiphen li {
    position: relative;
    padding-left: 15px;
}

    .list-item-with-hiphen li:after {
        content: '-';
        position: absolute;
        left: 0;
        top: 0;
    }

.services-page-wrapper .buyer-information-container .service-list .service-col-box .box ul li {
    line-height: 28px;
    margin-bottom: 10px;
}

.terms-condition-wrapper {
    padding: 20px 40px;
    font-size: 14px;
}

    .terms-condition-wrapper .heading-primary {
        font-size: 36px;
        text-transform: uppercase;
    }

    .terms-condition-wrapper .heading-secondary {
        font-size: 26px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .terms-condition-wrapper ol {
        padding-left: 20px;
    }

.terms-list-main li {
    margin-bottom: 0px;
}

.terms-list-main > li {
    margin-bottom: 15px;
}

.text-left {
    text-align: left;
    margin: 25px 0 25px 0;
}

.sign-details {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

    .sign-details li {
        min-width: 300px;
        display: inline-block;
    }

        .sign-details li span.value {
            color: #1F1F1F;
            font-size: 16px;
            display: block;
        }

        .sign-details li label.key {
            margin: 0;
            font-size: 12px;
            color: #666666;
            display: block;
        }

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #e5e5e5;
}

.tooltip-inner {
    background-color: #ccc;
}

.tooltip .arrow {
    top: initial;
    border: none;
}

.tooltip-inner {
    max-width: 236px !important;
    height: auto;
    font-size: 12px;
    padding: 5px 10px;
    background: #FFFFFF;
    color: #bb162b;
    border: 1px solid #e5e5e5;
    text-align: left;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #ccc;
    border-color: #ccc;
    color: #fff !important;
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    opacity: 0.5;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: #ccc;
        border-color: #ccc;
        color: #fff !important;
    }

.error-label label {
    color: #E6001D;
}

.error-label {
    color: #E6001D;
}

    .error-label .error-message {
        position: absolute;
        padding-top: 5px;
    }

.left-addon.error-label input.form-control {
    border-bottom: 2px solid #E6001D !important;
    box-shadow: none !important;
}

input.form-control.error {
    border-bottom: 2px solid #E6001D !important;
    box-shadow: none !important;
}

.error-message {
    padding-left: 20px;
    font-size: 14px;
}

.text-danger {
    color: #E6001D !important;
}

.vin-search-wrapper .error-label .text-danger {
    color: #fff !important;
}

.input-field.error-label .inputText {
    border-bottom: 2px solid #E6001D;
}

.inputBox.error-label .select2-container, .inputBox.error-label .inputText {
    border-bottom: 2px solid #E6001D !important;
}
/* .select2-container--default.select2-container--disabled:after{
    position: absolute;
    content: '';
    background: #e8e8e8;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 1;

} */
.select2-container--default.select2-container--disabled
.select2-selection--single .select2-selection__arrow b {
    opacity: 0.5;
}

.inputBox.disabledInput label {
    opacity: 0.5;
}

.service-btn-wrap {
    margin-bottom: 20px;
}

.service-list-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; /* when right content goes in two lines */
    height: 435px; /* when right content goes in two lines */
    overflow-y: auto;
}

    .service-list-items li {
        width: 50%;
        padding-right: 20px;
    }

#sm-device-services {
    display: none;
}

.fixed-breadcrum-contract {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #fff;
    padding: 8px 0;
}

.preview-page-wrapper .vehicle-info-wrapper {
    margin-top: 70px;
}

.preview-page-wrapper-pp {
    margin-top: 80px;
}

.preview-page-wrapper .vehicle-info-wrapper-pp {
    margin-top: 0px;
}

.col-md-12-pp .edit-contact-button {
    display: none;
}

.form-consent-wrap {
    padding: 40px 40px 0;
}

    .form-consent-wrap .heading-primary {
        font-size: 36px;
    }

    .form-consent-wrap ol {
        padding-left: 15px;
    }

        .form-consent-wrap ol li {
            padding-bottom: 20px;
        }

.consent-checkbox {
    margin-top: 30px;
    margin-bottom: 20px;
}

.prev-btn-wrap .btn:last-child {
    margin-left: 20px;
}

.thankyou-wrapper .vehicle-info-wrapper p {
    font-size: 25px;
    margin-bottom: 0;
    line-height: normal;
}

.email-wrapper .email-info-wrapper p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: normal;
    padding: 20px 35px;
}

.email-info-wrapper {
    padding: 20px 35px;
}

.email-address-row {
    background: #E8E8E8;
}

.email-subject {
    border: 1px solid #9e9e9e;
    margin-top: 50px;
    padding: 15px 35px !important;
}

.email-salutation {
    margin: 50px 0 30px 0;
    padding-bottom: 50px !important;
}

.thankyou-wrapper .heading-primary {
    color: #BB162B;
    margin-top: 30px;
}

.thankyou-wrapper h5 {
    color: #959595;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 20px;
}

.thankyou-wrapper h4 {
    font-size: 22px;
    font-weight: 600;
    color: #BB162B;
    margin-top: 15px;
    margin-bottom: 20px;
}

.view-pdf {
    margin: 30px;
}

    .view-pdf a {
        color: #3f3f3f;
        font-size: 13px;
    }

.pdf-icon {
    vertical-align: baseline;
}

/* Added Plan CSS Start*/
.added-plan-type-wrap .plan-type-list-sm {
    display: flex;
    flex-wrap: wrap;
}

.added-plan-type-wrap .plan-box-sm {
    min-height: 100%;
    height: auto;
    min-width: 160px;
    width: auto;
}

.added-plan-code {
    word-break: break-all;
    color: #707070;
}

.added-plan-type-wrap .plan-type-list-sm li {
    margin-bottom: 15px;
}
/* Added Plan CSS End */
table.dataTable td.dataTables_empty {
    text-align: center;
}

.services-page-wrapper .buyer-information-container .buyer-info-preview ul li {
    width: 25%;
    padding-left: 0;
    padding-right: 10px;
}

.preview-wrapper {
    padding: 20px 40px;
}

    .preview-wrapper h2.heading-primary {
        font-size: 36px;
        text-transform: uppercase;
    }

        .preview-wrapper h2.heading-primary span {
            font-size: 12px;
            color: #666666;
            text-transform: capitalize;
        }

    .preview-wrapper h2.heading-primary-preview {
        font-size: 32px;
        color: #BB162B;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

.buyer-info-preview ul {
    display: flex;
    flex-wrap: wrap;
}

.services-page-wrapper .buyer-information-container .buyer-info-preview ul.vehicle-info-bottom li {
    width: 30%;
}
/*.services-page-wrapper .buyer-information-container .buyer-info-preview ul.vehicle-info-bottom li:nth-child(4n+0) {
    width: 10%;
}*/
.dealer-info-bottom-1 li:nth-child(1n+0) {
    width: 40% !important;
}

.dealer-info-bottom-1 li:nth-child(2n+0) {
    width: 20% !important;
}

.dealer-info-bottom-1 li:nth-child(3n+0) {
    width: 20% !important;
}

.dealer-info-bottom-1 li input#emailid.form-control {
    width: 90%;
    padding: 0 10px;
}

.dealer-info-bottom li:first-child {
    width: 40% !important;
}

.dealer-info-bottom li {
    width: 20% !important;
}


.reason-info-bottom-1 li:nth-child(1n+0) {
    width: 40% !important;
}

.reason-info-bottom-1 label.checkbox {
    text-transform: uppercase;
}


.electronic-sign-box .inputBox {
    margin-bottom: 30px;
}

.electronic-sign-box h6 {
    font-family: 'kia_signature_otfbold';
}
/* IE Related CSS ONLY */
input::-ms-clear {
    display: none;
}
/* Page Loader */
#loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: rgba(128, 128, 128, 0.5);
    background-image: url("../images/KMP_loading01.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px 60px;
}

#loading-1 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: rgba(128, 128, 128, 0.5);
    background-image: url("../images/KMP_loading-icon.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 234px 55px;
}

.plan-other-info-box.add-on-pg-sec .form-group .form-control {
    text-align: right;
}
/*#add-on-pg .form-group .form-control {
    text-align: right;
}*/
.services-details-item.checkbox-list-item .miles-month {
    margin-top: 10px;
}

.services-details-item.checkbox-list-item .form-group .flat-link-btn.add-rep-item {
    color: #bb162b;
    font-size: 13px;
    font-weight: 600;
}

.services-details-item-mini .miles-month {
    margin-top: 15px;
}

.services-details-item-mini.checkbox-list-item .form-group .flat-link-btn.add-rep-item {
    color: #bb162b;
    font-size: 13px;
    font-weight: 600;
    margin-top: 18px;
}

.services-details-item-mini.checkbox-list-item .form-group .reim-amt-fld {
    width: 65%;
    text-align: right;
}

.services-details-item-mini.checkbox-list-item .form-group.add-btn {
    text-align: center;
    margin-top: 30px;
}

.services-details-item.checkbox-list-item .form-group .reim-amt-fld {
    width: 65%;
    text-align: right;
}

.services-details-item.checkbox-list-item .form-group.add-btn {
    text-align: center;
    margin-top: 30px;
}

.services-details-item.checkbox-list-item .form-group .dealer-cost {
    margin-top: 10px;
}

.services-details-item-mini.checkbox-list-item .form-group .dealer-cost {
    margin-top: 10px;
}

.maintenance-service-checkbox-list .checkbox input {
    width: 25px;
    height: 25px;
    opacity: 0;
}

/* Drop box */
.drop-box {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    height: 200px;
}

.progress {
    height: 4px;
}

    .progress .progress-bar {
        background-color: #00884D;
    }

.files {
    position: relative;
    /* white-space: pre-wrap; */
}

    .files p {
        color: #666666;
        text-align: center;
        font-size: 13px;
        padding-top: 10px;
    }

        .files p .help-text {
            font-size: 11px;
            color: #a7a7a7;
            position: absolute;
            top: 90%;
            left: 33%;
        }

.help-text {
    font-size: 11px;
    color: #a7a7a7;
    position: absolute;
    top: 20%;
    left: 33%;
}
/*.files:before {
        position: absolute;
        bottom: 10px;
        left: 0;
        pointer-events: none;
        width: 100%;
        right: 0;
        top: 20%;
        height: 120px;
        content: " Drag And Drop File Here to Upload \A Or";
        display: block;
        margin: 0 auto;
        color: #666666;
        text-transform: capitalize;
        text-align: center;
    }*/

.files input {
    padding: 200px 0px 0px 10px;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}

.warning-model .modal-body {
    position: relative;
}

.progress-wrapper.pb-pos {
    position: absolute;
    width: 60%;
    top: 65%;
    left: 15%;
    line-height: 25%;
}

.pb-bar-terminate {
    position: absolute;
    right: -35px;
    top: -13px;
}

.upload-container {
    width: 135px;
    position: absolute;
    top: 115%;
    left: 40%;
    margin: -25px 0 0 -25px;
}

    .upload-container a {
        color: #bb162b;
        font-size: 13px;
    }

.img-text-align {
    vertical-align: bottom;
    margin-right: 10px;
}

.file-upload {
    color: #1F1F1F;
    font-size: 13px;
}

#input-file-now {
    opacity: 0;
}

.drop-box h6 {
    position: absolute;
    top: 72%;
    left: 15%;
    font-size: 12px;
}

#output {
    font-size: 12px;
    padding-top: 5px;
}
/* Drop box */

/* Global Admiminstration */
.active-dn-options span {
    font-size: 14px;
    color: #fff;
}

.submenu .seprator {
    width: 85%;
    margin: 10px 0;
    display: block;
    height: 3px;
    background: #697279;
}

.global-admin .search-wrapper {
    margin-bottom: 15px;
    justify-content: normal;
}

.global-admin input {
    height: 25px;
    width: 100px;
    /* text-align: center; */
    padding-top: 8px;
}

.global-admin .checkbox input {
    left: -38px;
    top: 0px;
    opacity: 1;
    position: absolute;
}


.global-admin input.global-setup {
    height: 54px;
    width: 90%;
}

.padding-top-34 {
    padding-top: 34px;
}

.global-admin .plan-other-info-box {
    margin-top: 0px;
}


.global-admin .effective-date-container .inputText, .date-container .inputText {
    background-image: url(../images/Datepad.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 21px);
    padding-right: 42px;
    width: 160px;
    height: 35px;
    padding-bottom: 10px;
}

.global-admin .custom-table .btn-primary {
    height: 35px;
    padding-top: 2px;
    text-transform: uppercase;
    width: 100px;
}

.global-admin .custom-table a.disabled {
    pointer-events: none;
    cursor: default;
    background: #E4A2AA;
}

.global-admin .custom-table th {
    padding: 15px 50px;
    text-transform: uppercase;
    font-weight: 600;
    color: #5F5F5F;
}

.global-admin .custom-table td {
    padding: 10px 50px;
}

    .global-admin .custom-table td:nth-child(5),
    .global-admin .custom-table th:nth-child(5) {
        text-align: center;
    }

.global-admin .custom-table tr.selected-row {
    background-color: #C9C9C9;
}


.global-admin .rep-box-wrapper {
    margin-bottom: 60px;
}

.global-admin .maintenance-service-checkbox-list-new .checkbox {
    margin: 0 30px 15px 0;
    font-size: 14px;
    color: #1F1F1F;
    /* position: relative; */
    padding: 0 0 0 50px;
    /* float: left; */
    line-height: 25px;
    width: 100%;
}

    .global-admin .maintenance-service-checkbox-list-new.checkbox input + span {
        width: 25px;
        height: 25px;
        border: 1px solid #707070;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0px;
        pointer-events: none;
    }

.global-admin .checkbox input:checked + span {
    border: 1px solid #666666;
    background: #666666;
}

.global-admin .maintenance-service-checkbox-list-new {
    padding-left: 0;
    list-style-type: none;
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 0;
}

    .global-admin .maintenance-service-checkbox-list-new li {
        padding-bottom: 15px;
        font-size: 16px;
        line-height: normal;
        padding-left: 5px;
        padding: 20px;
        border-bottom: 1px solid #e2e2e3;
        height: 70px;
    }

        .global-admin .maintenance-service-checkbox-list-new li:hover {
            background-color: #f2f2f2;
        }

        .global-admin .maintenance-service-checkbox-list-new li:last-child {
            border: none;
        }

.global-admin .box-container {
    border: 1px solid #ccc;
}

    .global-admin .box-container .type-header {
        background-color: #e2e2e3;
        padding: 20px 70px;
        display: block;
        font-weight: 600;
    }

.global-admin .add-btn {
    margin-top: 320px;
}

/* Reports */
.reports-filer {
    display: flex;
}

    .reports-filer .inputBox,
    .reports-filer .ex-date-from-box {
        margin-top: 0;
        /* width: 20%; */
        margin-left: 13px;
        position: relative;
    }

        .reports-filer .inputBox:first-child {
            margin-left: 0px;
        }

        .reports-filer .inputBox.contract-vin {
            width: 25%;
        }

        .reports-filer .inputBox.dealer-code {
            width: 20%;
        }

        .reports-filer .inputBox.ex-date-from {
            width: 20%;
        }

        .reports-filer .inputBox.ex-date-to {
            width: 20%;
        }

    .reports-filer .ex-date-from-panel {
        max-width: 170px;
        float: left;
        /* margin-right: 40px; */
    }

    .reports-filer .ex-date-from-box {
        margin-bottom: 1rem;
    }

.reports-details .label-heading {
    text-transform: uppercase;
}

.close-button {
    color: #BB162B;
}

.reports-query-wrapper .search-wrapper {
    margin: 20px 0;
}


.expire-date-from-container .inputText, .expire-date-to-container .inputText {
    background-image: url(../images/Datepad.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 21px);
    padding-right: 42px;
}


@media all and (-ms-high-contrast:none) {
    .btn, .btn-large, .btn-small, .btn-flat {
        text-transform: none;
    }

    #navigation .menu-wrapper ul li .submenu li a {
        line-height: normal;
    }
}
/*=================== Responsive CSS Start here================ */
@media only screen and (min-width: 1366px) {
    .container {
        width: 1324px;
        max-width: 1324px;
        padding: 0 5px;
    }

    .service-items-wrapper {
        display: inline-block;
    }

    .services-details-item {
        width: 23.5%;
        margin-right: 2%;
        max-width: 100%;
    }

    .services-details-item-mini {
        width: 23.5%;
        margin-right: 2%;
        max-width: 100%;
    }

    .services-plan-item {
        width: 23.5%;
        margin-right: 4%;
        max-width: 100%;
    }

    .add-on-plan-wrapper {
        display: inline-block;
    }

    .add-on-plan-box-big {
        /*width: 30.5%;*/
        margin-right: 2%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    /* .contract-page-wrapper .vehicle-info-wrapper{
        margin-top: 160px;
    } */
    .plan-button {
        margin-bottom: 15px;
        text-align: left;
    }

        .plan-button .btn-secondary {
            margin-right: 15px !important;
        }

        .plan-button.reports .btn-secondary {
            margin-right: 0px !important;
        }

    .maintenance-service-checkbox-list li label {
        width: 100%;
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width: 100%;
    }

    .modal-lg {
        max-width: 750px;
    }

    .exp-exl-button {
        padding-top: 15px;
        text-align: right;
    }

    .plan-button {
        margin-bottom: 15px;
    }

        .plan-button .btn-secondary {
            margin-right: 10px !important;
        }

        .plan-button .btn-primary {
            margin-right: 10px !important;
        }

            .plan-button .btn-primary.two {
                margin-right: 0px !important;
            }

        .plan-button.reports .btn-secondary {
            margin-right: 0px !important;
        }
}

@media only screen and (max-width: 1300px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .services-details-item {
        margin-right: 1%;
    }

    .miles-month {
        padding-right: 20px;
    }

    .services-details-item {
        min-height: 235px;
    }

    .plan-type-list-sm li {
        margin-right: 20px;
    }
}

@media all and (max-width: 1365px) and (min-width: 1300px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media all and (max-width: 1365px) and (min-width: 1024px) {
    .status-tab-box li a {
        min-width: 70px;
    }

    .custom-table th, .custom-table td {
        padding: 10px;
        font-weight: normal;
    }

    .services-details-item {
        margin-right: 15px;
        width: calc(25% - 5px);
    }

    .search-wrapper .inputBox:nth-child(2) {
        width: 35%;
    }
}

@media all and (max-width: 1200px) and (min-width: 768px) {
    .sales-query-wrapper .search-wrapper {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

        .sales-query-wrapper .search-wrapper .inputBox.contract-year,
        .sales-query-wrapper .search-wrapper .inputBox {
            width: 20%;
            margin-bottom: 20px;
        }

        .sales-query-wrapper .search-wrapper .date-from {
            margin-left: 0;
        }

    .service-list-items li {
        line-height: 30px;
    }
}

@media only screen and (min-width: 1201px) {
    #lg-device-services {
        display: flex;
        flex-wrap: nowrap;
    }

        #lg-device-services .service-items-wrapper {
            width: 100%;
            display: block;
            margin-right: 20px;
        }

            #lg-device-services .service-items-wrapper:last-child {
                margin-right: 0px;
            }

        #lg-device-services .services-details-item {
            width: 100%;
            float: none;
        }
}

@media only screen and (max-width: 1200px) {
    .status-btn-wrap {
        margin-bottom: 20px;
    }

    .contract-status-btn-wrap {
        margin-bottom: 20px;
    }

    .custom-table th, .custom-table td {
        padding: 15px 15px;
        font-weight: normal;
    }

    .search-wrapper {
        margin-top: 20px;
    }

    .pad-0-r-col {
        padding-right: 15px;
    }

    .services-page-wrapper .buyer-information-container .buyer-information .column-box-three .column-box {
        width: 50%;
    }

    #sm-device-services {
        display: block;
    }

    #lg-device-services {
        display: none;
    }

    .search-wrapper {
        margin-top: 0px;
    }

    .reports-filer .contract-vin,
    .reports-filer .dealer-code {
        width: 50%;
    }

    .reports-filer .ex-date-from-box,
    .reports-filer .ex-date-from-box {
        max-width: 50%;
    }
}

@media screen and (max-width:1100px) {
    .services-page-wrapper .plan-button .print-button,
    .services-page-wrapper .plan-button .flat-link-btn {
        margin-right: 10px;
    }

    .services-page-wrapper .buyer-information-container .service-list .service-col-box {
        width: calc(50% - 16px);
    }
}

@media only screen and (max-width: 991px) {
    .plan-list-item {
        width: 48%;
    }

        .plan-list-item:nth-child(3n+0) {
            margin-right: auto;
        }

    .plan-button {
        text-align: left;
        padding-bottom: 10px;
    }

        .plan-button .btn-secondary {
            margin-left: 0;
        }

    .search-wrapper .input-field {
        width: 100%;
    }

        .search-wrapper .input-field:nth-child(1) {
            width: 100%;
        }

        .search-wrapper .input-field:nth-child(2) {
            width: 100%;
        }
    /* Responsive Menu Start here */
    .hambuger-menu {
        position: absolute;
        top: 26px;
        color: #fff;
        cursor: pointer;
        left: 20px;
    }

    #navigation {
        background: #05141F;
        position: fixed;
        top: 0;
        margin: 0;
        bottom: 0;
        width: 100%;
        /* opacity: 0; */
        transition: 0.5s all;
        left: -100%;
        text-align: left;
    }

        #navigation.show-menu {
            /* opacity: 1; */
            left: 0;
        }

        #navigation .menu-wrapper {
            box-shadow: none;
        }

            #navigation .menu-wrapper ul li {
                display: block;
                margin: 0 15px;
                float: none;
                padding-left: 30px;
            }

    .arrow-icon {
        color: #fff;
    }

    .menu-wrapper ul li a {
        height: 60px;
        display: inline-block;
        padding: 0;
    }

    #navigation-admin {
        display: block;
    }

    .backarrow-icon {
        display: inline-block;
        padding: 20px;
    }

    .hambuger-menu {
        display: block;
    }

    .submenu {
        position: relative;
        /* display: block; */
        margin-top: 10px;
        padding: 0;
    }

    header div div.col-sm-12 {
        text-align: center;
    }

        header div div.col-sm-12 > a {
            display: inline-block;
        }

    #navigation .menu-wrapper ul li .submenu li {
        padding-left: 20px;
        margin: 0;
    }

        #navigation .menu-wrapper ul li .submenu li a {
            display: inline-block;
            line-height: initial;
            margin-bottom: 15px;
            border-radius: 5px;
        }

    #navigation .menu-wrapper > ul > li > a:focus {
        border-bottom: 4px solid #fff;
        background-color: transparent;
    }

    .table-bottom-wrap {
        margin-top: 20px;
    }
    /* Responsive Menu end here */
    .plan-filter-search-box .input-field {
        min-width: 100%;
        margin-bottom: 15px;
    }

    .plan-other-info-box .input-field .inputText {
        height: 56px;
    }

    .plan-info-panel {
        margin-right: 15px;
    }

        .plan-info-panel:last-child {
            max-width: 170px;
        }

    .service-items-wrapper {
        display: inline-block;
        width: 100%;
    }

    #sm-device-services .service-items-wrapper {
        display: inline-block;
        width: 100%;
    }

    .service-items-wrapper .services-details-item {
        width: calc(50% - 10px);
        margin-right: 20px;
        float: left;
    }

    .service-items-wrapper .services-details-item-mini {
        width: calc(50% - 10px);
        margin-right: 20px;
        float: left;
    }

    .service-items-wrapper .services-details-item:nth-child(even) {
        margin-right: 0;
    }

    .service-items-wrapper .services-details-item-mini:nth-child(even) {
        margin-right: 0;
    }

    .input-box {
        display: block;
    }

        .input-box .input-field {
            min-width: 100%;
        }

    .maintenance-items-wrapper .maintenance-service-list {
        display: inline-block;
        width: 100%;
    }

        .maintenance-items-wrapper .maintenance-service-list li {
            width: 50%;
            float: left;
        }

    .sales-query-wrapper .search-wrapper .inputBox.contract-year,
    .sales-query-wrapper .search-wrapper .inputBox {
        width: 23%;
    }

    .services-page-wrapper .plan-button {
        margin-bottom: 15px;
    }

    .services-page-wrapper .services-list .service-content {
        flex-wrap: wrap;
    }

        .services-page-wrapper .services-list .service-content .left-bar {
            border-right: none;
            border-bottom: 1px solid #707070;
            width: 100%;
        }

        .services-page-wrapper .services-list .service-content .right-bar {
            width: 100%;
        }

    .services-page-wrapper .buyer-information-container .plan-list-item {
        width: 100%;
    }

    .services-page-wrapper .buyer-information-container .buyer-information {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .form-consent-wrap {
        padding: 20px 30px;
    }

    .terms-condition-wrapper {
        padding: 20px 30px;
    }

    .services-page-wrapper .buyer-information-container .electronic-sign-box {
        padding: 0 30px;
    }

        .services-page-wrapper .buyer-information-container .electronic-sign-box h2 {
            font-size: 30px;
        }

        .services-page-wrapper .buyer-information-container .electronic-sign-box .inputBox {
            /* width: 100px; */
            margin-right: 20px;
        }

            .services-page-wrapper .buyer-information-container .electronic-sign-box .inputBox.dateInputBox {
                width: 234px;
            }

    .services-page-wrapper .buyer-information-container .dealer-detail-box {
        padding: 0 30px;
    }

        .services-page-wrapper .buyer-information-container .dealer-detail-box h2 {
            font-size: 30px;
        }

    .maintenance-wrapper {
        display: inline-block;
        width: 100%;
    }

    .services-details-item {
        max-width: 100%;
    }

    .services-details-item {
        min-height: auto;
    }

    .services-details-item-mini {
        max-width: 100%;
    }

    .services-details-item-mini {
        min-height: auto;
    }

    .add-on-plan-box {
        width: 100%;
    }

    .cont-information {
        width: 100% !important;
    }

    .cont-details-list-view ul li {
        width: 100%;
    }

    .bell-icon-holder-1 {
        position: relative;
        float: left;
        top: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .vin-search-wrap {
        width: 90%;
    }

        .vin-search-wrap form {
            display: block;
        }

    .search-btn-box {
        padding-left: 0;
    }

    .vin-search-wrap input[type=text]:not(.browser-default) {
        width: 100%;
    }

    .plan-list-item {
        width: 100%;
        margin-right: 0;
    }

    .details-list, .details-list:nth-child(4n+0) {
        width: 100%;
        display: flex;
        margin-bottom: 10px;
    }

    .vehicle-detail-wrap {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .label-text {
        width: 115px;
    }

    .vehicle-info {
        width: 100%;
    }

    .vehicle-info-wrapper {
        padding: 25px 20px;
    }

    .status-btn-wrap {
        display: block;
    }

    .contract-status-btn-wrap {
        display: block;
    }

    .plan-status-filter {
        display: block;
    }

    .contract-status-filter {
        display: block;
    }

    .reset-btn {
        margin-left: 0;
        margin-top: 20px;
    }

    .status-tab-box li {
        margin-bottom: 5px;
    }

    .status-tab-box {
        flex-wrap: wrap;
    }

    .contract-status-tab-box li {
        margin-bottom: 5px;
    }

    .contract-status-tab-box {
        flex-wrap: wrap;
    }

    .search-wrapper {
        display: block;
    }

        .search-wrapper .input-field {
            margin-left: 0;
            margin-bottom: 15px;
        }

            .search-wrapper .input-field #search {
                margin-bottom: 0;
            }

    .plan-type-list-sm li {
        margin-right: 10px;
        width: calc(50% - 10px);
    }

    .plan-type-list-sm {
        display: block;
    }

        .plan-type-list-sm li:nth-child(even) {
            margin-right: 0px;
        }

        .plan-type-list-sm label {
            display: block;
        }

    .plan-info-panel {
        max-width: 100%;
        margin-right: 0;
        float: none;
    }

    .plan-box-sm {
        width: 100%;
    }

    .effective-datebox-box {
        margin-bottom: 1rem;
    }

    .plan-info-panel:last-child {
        max-width: 100%;
    }

        .plan-info-panel:last-child .inner-addon {
            max-width: 100%;
        }

    .plan-action-btn-list a, .plan-action-btn-list button {
        display: block;
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin-bottom: 10px;
    }

    .service-items-wrapper .services-details-item {
        width: 100%;
        float: none;
        max-width: 100%;
    }

    .services-details-item {
        min-height: initial;
    }

    .services-details-item {
        min-height: auto;
    }

    .service-items-wrapper .services-details-item-mini {
        width: 100%;
        float: none;
        max-width: 100%;
    }

    .services-details-item-mini {
        min-height: initial;
    }

    .services-details-item-mini {
        min-height: auto;
    }

    .success-msg-box {
        padding: 15px;
        display: block;
        text-align: center;
    }

    .success-msg {
        align-items: center;
        justify-content: center;
    }

    .success-msg-box .btn {
        margin-top: 10px;
    }

    .margin-b-40 {
        margin-bottom: 20px;
    }

    .plan-status-draft {
        margin-bottom: 20px;
    }

    .sales-query-wrapper .reset-btn {
        margin-top: 0;
        margin-left: 20px;
    }

    .sales-query-wrapper .search-wrapper .inputBox.contract-vin {
        width: 100%;
    }

    .contract-search-btn {
        width: 100%;
        margin-left: 0;
    }

    .sales-query-wrapper .search-wrapper .inputBox.contract-year,
    .sales-query-wrapper .search-wrapper .inputBox {
        width: 100%;
    }

    .services-page-wrapper .buyer-information-container .buyer-information-list-view ul li {
        width: 50%;
    }

    .services-page-wrapper .buyer-information-container .service-list {
        margin: 0;
    }

        .services-page-wrapper .buyer-information-container .service-list .service-col-box {
            width: 100%;
            margin: 0 0 16px 0;
        }

    .services-page-wrapper .buyer-information-container .electronic-sign-box {
        padding: 0 20px;
    }

        .services-page-wrapper .buyer-information-container .electronic-sign-box h2 {
            font-size: 24px;
        }

        .services-page-wrapper .buyer-information-container .electronic-sign-box .inputBox {
            width: 250px;
            margin-right: 20px;
        }

            .services-page-wrapper .buyer-information-container .electronic-sign-box .inputBox.dateInputBox {
                width: 200px;
            }

    .services-page-wrapper .buyer-information-container .dealer-detail-box {
        padding: 0 20px;
    }

        .services-page-wrapper .buyer-information-container .dealer-detail-box h2 {
            font-size: 24px;
        }

    .terms-condition-wrapper {
        padding: 20px 0px;
    }

    .service-list-items li {
        width: 100%;
    }

    .services-page-wrapper .edit-contact-button {
        position: static;
    }

    .preview-page-wrapper .vehicle-info-wrapper {
        margin-top: 135px;
    }

    .form-consent-wrap ol {
        padding-left: 20px;
    }

    .cosent-permission-box .radio-group {
        float: none !important;
        display: flex;
    }

    .services-page-wrapper .buyer-information-container .buyer-info-preview ul.vehicle-info-bottom li {
        width: 50%;
    }

    .dealer-info-bottom-1 li:nth-child(1n+0) {
        width: 50% !important;
    }

    .dealer-info-bottom li:first-child {
        width: 50% !important;
    }

    .dealer-info-bottom li {
        width: 50% !important;
    }

    .add-on-plan-box-big {
        width: 100%;
    }

    .plan-button .btn-secondary, .plan-button .btn-primary {
        width: 100%;
        margin-bottom: 5px;
    }

    .services-details-item.checkbox-list-item .form-group .reim-amt-fld {
        width: 45%;
        text-align: right;
    }

    .services-details-item-mini.checkbox-list-item .form-group .reim-amt-fld {
        width: 45%;
        text-align: right;
    }

    .error-msg-wrp {
        margin-left: 10px;
    }

        .error-msg-wrp span {
            padding-right: 10px;
        }
}

@media only screen and (max-width: 600px) {

    .bell-icon-holder {
        position: absolute;
        right: 10px;
        top: -82px;
    }
}

@media screen and (max-width:580px) {
    .services-page-wrapper .heading-primary {
        font-size: 24px;
    }

        .services-page-wrapper .heading-primary small {
            display: block;
        }

    .services-page-wrapper .plan-button .print-button,
    .services-page-wrapper .plan-button .flat-link-btn {
        margin-bottom: 10px;
    }

    .services-page-wrapper .services-list .service-header {
        padding: 0 15px;
    }

        .services-page-wrapper .services-list .service-header h2 {
            line-height: 44px;
            font-size: 16px;
        }

        .services-page-wrapper .services-list .service-header h3 {
            margin-left: 0;
            line-height: 44px;
            font-size: 16px;
        }

    .services-page-wrapper .services-list .service-content .left-bar {
        padding: 10px 15px;
    }

    .services-page-wrapper .services-list .service-content h4 {
        font-size: 16px;
    }

    .services-page-wrapper .services-list .service-content .right-bar {
        padding: 10px 15px;
    }

    .services-page-wrapper .buyer-information-container .buyer-information .column-box-three .column-box {
        width: 100%;
    }

    .services-page-wrapper .radio {
        width: 100%;
    }

    .services-page-wrapper .buyer-information-container .buyer-information .radio + .input-field {
        margin-top: 0;
        width: 100%;
    }

    .services-page-wrapper .buyer-information-container .buyer-information .column-box-two .column-box {
        width: 100%;
    }

    .services-page-wrapper .buyer-information-container .buyer-information-list-view ul li {
        width: 100%;
    }

    .services-page-wrapper .buyer-information-container .service-list .service-col-box h4 {
        padding: 0 15px;
    }

    .services-page-wrapper .buyer-information-container .service-list .service-col-box .box {
        padding: 27px 15px;
    }

    .services-page-wrapper .buyer-information-container .electronic-sign-box,
    .services-page-wrapper .buyer-information-container .dealer-detail-box {
        padding: 0 15px;
    }

        .services-page-wrapper .buyer-information-container .electronic-sign-box h2,
        .services-page-wrapper .buyer-information-container .dealer-detail-box h2 {
            font-size: 20px;
            line-height: 31px;
        }

        .services-page-wrapper .buyer-information-container .electronic-sign-box .inputBox {
            width: 100%;
            margin: 0 0 20px 0;
        }

            .services-page-wrapper .buyer-information-container .electronic-sign-box .inputBox.dateInputBox {
                width: 100%;
            }

    .services-page-wrapper .services-list .service-header {
        padding: 0 10px;
    }

    .services-page-wrapper .services-list .service-content .left-bar {
        padding: 10px 10px;
    }

    .services-page-wrapper .services-list .service-content .right-bar {
        padding: 10px 10px;
    }

    .services-page-wrapper .buyer-information-container .dealer-detail-box .box {
        display: block;
        padding-right: 0;
    }

        .services-page-wrapper .buyer-information-container .dealer-detail-box .box ul li {
            display: block;
            margin-right: 0;
            margin-bottom: 10px;
        }

    .preview-wrapper {
        padding: 10px 15px;
    }

    .form-consent-wrap {
        padding: 10px 15px;
    }

    .services-page-wrapper .buyer-information-container .buyer-info-preview ul.vehicle-info-bottom li {
        width: 100%;
    }

    .dealer-info-bottom-1 li:nth-child(1n+0) {
        width: 100% !important;
    }

    .dealer-info-bottom li:first-child {
        width: 100% !important;
    }

    .dealer-info-bottom li {
        width: 100% !important;
    }

    .preview-wrapper h2.heading-primary {
        font-size: 26px;
        text-transform: uppercase;
    }

    .logo-wrapper img {
        max-width: 75%;
        height: auto;
    }
}

@media only screen and (max-width: 480px) {
    .plan-button .btn-secondary {
        margin-right: 10px;
    }

    .search-wrapper {
        display: block;
    }

        .search-wrapper .input-field {
            margin-left: 0;
        }

            .search-wrapper .input-field #search {
                margin-bottom: 0;
            }

    .modal .modal-content h4 {
        font-size: 20px;
    }

    .modal .modal-content h3 {
        font-size: 18px;
    }

    .warning-model {
        max-height: 300px;
    }

    .btn-list {
        padding-top: 26px;
    }

    .table-list-item {
        font-size: 14px;
    }

    .maintenance-items-wrapper .maintenance-service-list li {
        width: 100%;
        float: left;
    }
}

@media only screen and (max-width: 360px) {
    .plan-button .btn-secondary {
        margin-right: 2px;
        min-width: 140px;
    }

    .plan-type-list-sm li {
        margin-right: 0px;
        width: 100%;
    }
}


@media print {

    header {
        position: initial;
    }

    body {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    #main-pp {
        margin-top: -110px;
    }

    .bottom-button-pp {
        display: none;
    }

    .date-container .inputText#purchaseDate {
        background-image: none;
    }

    .inputBox label {
        position: initial;
    }

    /* Removed Images, Svg, 'Navigation, Breadcrumb, Buttons & Footer' from print pages */

    img, svg {
        display: none !important;
    }

    .breadcrumb-wrap, #navigation, #contract-upload, #output, .bottom-button, .footer-wrapper,
    .service-btn-wrap, .logo-wrapper, .plan-action-btn-list, .text-right {
        display: none !important;
    }

    input[type="radio"]:checked + span:after {
        background: #000;
    }
}
/*=================== Responsive CSS End here================ */



.maintenance-items-wrapper .maintenance-service-list.list--updated {
    /* width: 50%; */
    overflow: auto;
}

.defaulttext {
    font-size: 12px;
    color: #666666;
    display: block;
}

.plan-info-panel--width-big {
    max-width: 215px;
}

.arrow-container {
    position: relative;
    left: 900px;
    z-index: 1;
    width: 50px;
    top: 30px;
}

#toggleArrow {
    position: absolute;
}

#togglePlan {
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.arrow-up {
    display: none;
}

/*spacing starts */
.mt-8 {
    margin-top: 8px;
}

.mt-12 {
    margin-top: 12px;
}

.ml-50 {
    margin-left: 50px;
}
/*spacing ends */

/*=================== new CSS 11 August 2021 ================ */
.badge-danger {
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #dc3545;
    color: #dc3545;
    font-weight: normal;
}

.notes-container h4 {
    color: #333333;
    font-size: 18px;
}

.notes-container table {
    width: 90%;
}

.star-notes-info {
    font-size: 13px;
}

.table-borderless tr {
    border: none;
}

.table-borderless tr, .table-borderless td {
    border: none;
    padding: 5px;
}

.popover {
    max-width: 30%;
    margin-left: 15px;
    /* top: 40px !important; */
    left: 5px !important;
}

    .popover .arrow {
        display: none;
    }

.badge a.btn {
    padding: 0;
    font-size: inherit;
    color: #dc3545;
    line-height: 1;
}

    .badge a.btn.focus, .badge a.btn:focus {
        outline: 0;
        box-shadow: none;
    }


.mb-20 {
    margin-bottom: 20px !important;
}

.datebox thead {
    background: #fff;
}

.datebox .date-picker-wrapper .month-wrapper table thead th {
    border-bottom: none !important;
    border-top: none !important;
}



.capitalize {
    text-transform: capitalize;
}


.maintenance-plan-checkbox-list {
    padding-left: 0;
    list-style-type: none;
    padding-top: 10px;
    padding-left: 10px;
    /* position: relative; */
}

    .maintenance-plan-checkbox-list li {
        padding-bottom: 15px;
        font-size: 16px;
        line-height: normal;
        padding-left: 5px;
        /* position: relative; */
        min-width: 250px;
        width: 260px;
    }

    .maintenance-plan-checkbox-list .checkbox {
        margin: 0 12px 15px 0;
        font-size: 14px;
        color: #1F1F1F;
        position: relative;
        padding: 0 0 0 38px;
        float: left;
        line-height: 25px;
    }


.plan-heading {
    color: #333333;
    font-size: 20px;
}

.selected-plan-label {
    font-size: 20px;
    color: #C30E30;
    margin-top: 10px;
    margin-bottom: 25px;
}

.services-plan-box {
    display: flex;
    flex-wrap: wrap;
}

.service-plan-wrapper {
    width: 100%;
}

.services-plan-item {
    border: 1px solid #bb162b;
    margin-bottom: 30px;
    padding: 20px 20px 7px;
    position: relative;
    margin-right: 4%;
    min-height: 200px;
    float: left;
    /* max-width: 300px; */
    width: 48%;
}

.txt-selectall {
    font-size: 12px;
    color: #333333;
}

.select-all-wrapper {
    padding-top: 20px;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.pl-30 {
    padding-left: 30px;
}

.notes-pos-adj {
    position: absolute;
    top: -3px;
}

.notes-pos-adj-1 {
    position: absolute;
    top: -13px;
}

.plan-heading sup {
    font-size: 24px;
    color: #E6001D;
    top: 3px;
    left: -5px;
}

.notes {
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #dc3545;
    color: #dc3545;
    font-weight: normal;
    height: 22px;
    line-height: 10px;
    width: 62px;
}

.maintenance-plan-checkbox-list a:hover {
    color: #dc3545;
}

.maintenance-plan-checkbox-list a:active,
.maintenance-plan-checkbox-list a:focus {
    outline: none;
}


/* Contract Cancellation Aug 23 2021 */
.only-nav-item {
    text-align: center;
    padding: 35px 0;
}

.mt-9 {
    margin-top: 9px;
}

.status-tab-box li .approved-new-s {
    color: #00884D;
}

.status-tab-box li .rejected-s {
    color: #EF410B;
}

.status-wrap {
    line-height: 14px !important;
    max-width: 90px;
    padding-top: 4px !important;
}

.default-width {
    min-width: 80px;
}

.sm-width {
    min-width: 100px;
}

.mid-width {
    min-width: 150px;
}

.big-width {
    min-width: 200px;
}

.vbig-width {
    min-width: 250px;
}

.table thead th {
    text-transform: uppercase;
    vertical-align: middle;
}

.rejected-text {
    color: #EF410B;
}

.h-150 {
    min-height: 150px;
}

.h-200 {
    min-height: 200px;
}

.price-info-head {
    display: block;
    font-size: 13px;
}

.plan-price-sm {
    text-transform: uppercase;
    color: #bb162b;
    font-weight: bold;
    font-size: 20px;
}

.price-main {
    width: 60%;
    float: left;
}

.price-sub {
    width: 40%;
    float: left;
}

.w-430 {
    width: 430px;
}

.w-400 {
    width: 400px;
}

.plan-list-year-up {
    text-transform: uppercase;
}

.evidence-container {
    margin-top: 25px;
}

    .evidence-container h2 {
        text-transform: uppercase;
        font-size: 24px;
    }

.cont-information {
    float: left;
    width: calc(100% - 430px);
}

.cont-details-list-view {
    width: 100%;
    display: block;
    margin-left: 20px;
}

    .cont-details-list-view ul {
        padding: 0;
        margin: 0 0 40px 0;
    }

        .cont-details-list-view ul li {
            list-style: none;
            width: 19.33%;
            float: left;
            padding: 0 15px 20px 15px;
        }

            .cont-details-list-view ul li:first-child {
                width: 40.33%;
            }

            .cont-details-list-view ul li .key {
                font-size: 12px;
                color: #666666;
                display: block;
                margin-bottom: 0px;
            }

            .cont-details-list-view ul li .value {
                font-size: 16px;
                color: #1F1F1F;
                display: block;
                font-weight: 600;
            }

.cont-details.plan-list-item {
    margin-right: 0% !important;
}

.evidence-doc {
    display: flex;
    flex-direction: row;
    padding-left: 30px;
    margin-bottom: 50px;
}

.evidence-doc-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 20%;
}

.evidence-doc-pdf {
    margin: 10px 10px 10px 0;
}

    .evidence-doc-pdf a,
    .evidence-doc-png a {
        color: #3f3f3f;
        font-size: 13px;
    }

.mb-60 {
    margin-bottom: 60px !important;
}


/*---------------------------------------------------Start Notes Related CSS-----------------------------------*/

.maintenance-items-wrapper .maintenance-service-list.list--updated {
    /* width: 50%;*/
    width: 100%;
}

.defaulttext {
    font-size: 12px;
    color: #666666;
    display: block;
}

.plan-info-panel--width-big {
    max-width: 215px;
}

.arrow-container {
    position: relative;
    left: 900px;
    z-index: 1;
    width: 50px;
    top: 30px;
}

#toggleArrow {
    position: absolute;
}

#togglePlan {
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.arrow-up {
    display: none;
}

/*spacing starts */
.mt-8 {
    margin-top: 8px;
}

.mt-12 {
    margin-top: 12px;
}

.ml-50 {
    margin-left: 50px;
}
/*spacing ends */

/*=================== new CSS 11 August 2021 ================ */
.badge-danger {
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #dc3545;
    color: #dc3545;
    font-weight: normal;
}

.notes-container h4 {
    color: #333333;
    font-size: 18px;
}

.notes-container table {
    width: 90%;
}

.star-notes-info {
    font-size: 13px;
}

.table-borderless tr {
    border: none;
}

.table-borderless tr, .table-borderless td {
    border: none;
    padding: 5px;
}

.popover {
    max-width: 30%;
    margin-left: 15px;
    /* top: 40px !important; */
    left: 5px !important;
}

    .popover .arrow {
        display: none;
    }

.badge a.btn {
    padding: 0;
    font-size: inherit;
    color: #dc3545;
    line-height: 1;
}

    .badge a.btn.focus, .badge a.btn:focus {
        outline: 0;
        box-shadow: none;
    }


.mb-20 {
    margin-bottom: 20px !important;
}

.datebox thead {
    background: #fff;
}

.datebox .date-picker-wrapper .month-wrapper table thead th {
    border-bottom: none !important;
    border-top: none !important;
}

.capitalize {
    text-transform: capitalize;
}
/*---------------------------------------------------End Notes Related CSS-----------------------------------*/
#uploadedFile {
    opacity: 0;
}

#CheckuploadedFile {
    opacity: 0;
}

.btn-wrapper {
    position: absolute;
    top: 135px;
    left: 200px;
}



.consent-checkbox .checkbox input {
    left: -150px;
    top: 1px;
    opacity: 1;
    position: absolute;
}

    .consent-checkbox .checkbox input:checked + span:after {
        content: "";
        position: absolute;
        width: 9px;
        height: 15px;
        /* background: #5892AF; */
        /* border-radius: 50%; */
        left: 7px;
        top: 2px;
        border: solid #ffffff;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate( 45deg);
        -ms-transform: rotate(45deg);
        transform: rotate( 45deg);
    }

/*----glyphicon support class----*/
.t3 {
    top: 3px;
}

.w210 {
    min-width: 210px;
}

.w230 {
    width: 230px;
}

.pl0 {
    padding-left: 0px !important;
}

.conf-warning {
    margin-right: 5px;
    vertical-align: text-bottom;
}

.w100p {
    width: 100%;
}

.war-msg-align {
    padding-bottom: 20px;
    padding-top: 10px;
}

.sales-contract-checkbox {
    margin: 0 10px 15px 0;
    font-size: 14px;
    color: #1F1F1F;
    position: relative;
    padding: 0 0 0 38px;
    float: left;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border: 1px solid #707070;
}

input.sales-contract-checkbox:checked + span {
    background: #666 !important;
}

.service-list-items-rep {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 435px;
    overflow-y: auto;
}

    .service-list-items-rep li {
        width: 100%;
        padding-right: 20px;
    }


#processloading {
    /*    display: block;*/
    position: fixed;
    top: 0;
    left: 0;
    /* z-index: 100;*/
    z-index: 9999;
    height: 100%;
    width: 100%;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url('../images/KMP_loading01.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.btn-wrapperConfirm {
    position: absolute;
    top: 153px;
    left: 222px;
}

.preview-wrapper h2.heading-primary sup {
    font-size: 18px;
    top: -20px;
    color: #E6001D;
}




.pending-s {
    color: #F59000;
}

.draft-s {
    color: #EF410B;
}

.retired-s {
    color: #666666;
}

.active-s {
    color: #00884D;
}

.pending-canc-s {
    color: #EF410B;
}

.cancelled-s {
    color: #F55E00;
}

.terminated-s {
    color: #F59000;
}

.pt18 {
    padding-top: 18px;
}

.btn-primary .add-more {
    padding-right: 10px;
}

.label-mb-15 {
    margin-bottom: 15px !important;
}

.retail-padding {
    padding: 6px 10px 10px 10px !important;
}

.req-field {
    font-size: 26px;
    color: #E6001D;
}

.tar {
    text-align: right;
}



/*---new changes-----------*/
.dashboard-table-wrapper .table.custom-table-no-link {
    font-size: 14px;
    border: 1px solid #E2E2E3;
    font-weight: normal;
    color: #666666;
}

    .dashboard-table-wrapper .table.custom-table-no-link th {
        padding: 10px !important;
        background-color: #e2e2e3;
        font-size: 14px;
        color: #000;
        font-family: 'kia_signature_otfregular';
        font-weight: normal;
    }

    .dashboard-table-wrapper .table.custom-table-no-link td {
        padding: 10px !important;
        vertical-align: middle;
        table-layout: auto;
        width: auto !important;
        cursor: default;
        font-size: 14px;
        color: #666;
    }

.nowrap {
    white-space: nowrap;
}

.cur-pointer {
    cursor: pointer;
}

.div-disable {
    z-index: -999999;
}


.drag-txt {
    top: 5%;
    left: 25%;
    position: absolute;
}

.lienholder-info-bottom-1 li:nth-child(1n+0) {
    width: 25% !important;
}


.plan-head {
    padding-bottom: 10px;
    font-size: 20px;
    color: #1F1F1F;
    display: block;
    font-weight: 600;
    /* text-transform: uppercase; */
}


.logout-icon-holder {
    padding: 30px 0 0 0;
    margin: 0 0 0 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.pr-0 {
    padding-right: 0 !important;
}

.tblfontsize {
    width: 1300px !important;
    font-size: 10px !important;
}


/*-----new class add 16022022------*/
.reducemargin {
    margin-top: -22px !important;
}

.retailstatus {
    color: #00884D !important;
}

.servicederivestatus {
    color: #EF410B !important;
    min-width: 130px !important;
}
.goodwillerivestatus {
    color: purple !important;
    min-width: 130px !important;
}
.progress-wrapper.pb-pos1 {
    position: absolute;
    width: 60%;
    top: 40%;
    left: 15%;
    line-height: 25%;
}

.progress-wrapper.pb-pos2 {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 15%;
    line-height: 25%;
}

.progress-wrapper.pb-pos3 {
    position: absolute;
    width: 60%;
    top: 60%;
    left: 15%;
    line-height: 25%;
}

.removemargin {
    margin: 0 0 !important;
}



.pending-active-text {
    color: #ff00ff;
}

.contract-status-tab-box li .pending-active-text {
    color: #ff00ff;
}

.draftnewsstatus {
    color: #EF410B !important;
}

.deletednewsstatus {
    color: #ff0000 !important;
}

.retirednewsstatus {
    color: #8B008B !important;
}

.publishednewsstatus {
    color: #00884D !important;
}

.bell-icon-holder-1 {
    position: relative;
    top: -50px;
    margin-left: 158px;
    z-index: -1;
}
.goodwell-row td:first-child:after {
    background:purple;
}

#processloadingContracts {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url('../images/KMP_loading01.gif');
    background-repeat: no-repeat;
    background-position: center;
}

#processloadingContractsPara {
    margin-top: 300px;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 28px;
    letter-spacing: 0px;
    color: #BB162B;
}
.boldandunderline {
    text-decoration: underline;
    font-weight: bold;
}