@font-face {
    font-family: 'AmericanaBT';
    src: url('../fonts/americanabt.eot');
    src: url('../fonts/americanabt.eot?#iefix') format('embedded-opentype'), url('../fonts/americanabt.woff2') format('woff2'), url('../fonts/americanabt.woff') format('woff'), url('../fonts/americanabt.ttf') format('truetype'), url('../fonts/americanabt.svg#americana_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmericanaBold';
    src: url('../fonts/americanaextraboldbt.eot');
    src: url('../fonts/americanaextraboldbt.eot?#iefix') format('embedded-opentype'), url('../fonts/americanaextraboldbt.woff2') format('woff2'), url('../fonts/americanaextraboldbt.woff') format('woff'), url('../fonts/americanaextraboldbt.ttf') format('truetype'), url('../fonts/americanaextraboldbt.svg#americana_xbd_btextra_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SanFranciscoDisplay-Regular';
    src: url('../fonts/sanfranciscodisplay-regular.eot');
    src: url('../fonts/sanfranciscodisplay-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/sanfranciscodisplay-regular.woff2') format('woff2'), url('../fonts/sanfranciscodisplay-regular.woff') format('woff'), url('../fonts/sanfranciscodisplay-regular.ttf') format('truetype'), url('../fonts/sanfranciscodisplay-regular.svg#san_francisco_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Global Css Start */

body {
    margin: 0;
    padding: 0;
    font-family: 'SanFranciscoDisplay-Regular';
    background: var(--off-white);
}

.section {
    padding: 15px;
}

a,
button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    a:hover,
    a:focus {
        outline: none;
        text-decoration: none;
    }

    button:hover,
    button:focus,
    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus,
    :focus {
        outline: none;
    }

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

.form-control {
    height: calc(2em + .75rem + 2px) !important;
}


/* Global Css End */

header {
    background: #095596;
    color: #fff;
    padding: 30px 0;
}

    header .navbar-brand {
        color: #fff;
        font-family: 'AmericanaBold';
        margin: 0;
        padding: 0;
    }

        header .navbar-brand h1 {
            margin: 0;
            display: inline-block;
            vertical-align: sub;
            font-size: 80px;
            font-weight: 900;
            letter-spacing: 1px;
            line-height: 54px;
        }

        header .navbar-brand sub {
            font-size: 26px;
            letter-spacing: 1.1px;
            left: 5px;
            font-family: 'AmericanaBT';
        }

.header_tel {
    background: #ee1f23;
    color: #fff;
    border-radius: 40px;
    display: inline-block;
    vertical-align: middle;
    padding: 9px 55px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

    .header_tel:hover,
    .header_tel:focus {
        color: #fff;
    }

.hero {
    background: url("../images/banner-home.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 3rem 0;
    position: relative;
}

    .hero:before {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 0;
    }

.btn-red {
    background: #ee1f23;
    color: #fff;
    border-radius: 40px;
    padding: 13px 34px;
    font-weight: bold;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 1px;
}

    .btn-red:hover,
    .btn-red:focus,
    .btn-blue:hover,
    .btn-blue:focus {
        color: #fff;
        box-shadow: 0 0 8px #777;
    }

.btn-blue {
    background: #095596;
    color: #fff;
    border-radius: 40px;
    padding: 10px 22px;
    font-weight: bold;
    font-size: 17px;
    line-height: 18px;
    ;
}

.login-box {
    background: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 7px;
    color: #095598;
    max-width: 450px;
    width: 100%;
    padding: 2rem 2.5rem;
}

    .login-box h4 {
        font-weight: 600;
        font-size: 1.8rem;
        margin: 0 0 1.4rem;
    }

    .login-box .form-control {
        border: 2px solid #9e9e9e;
        padding: 12px 15px;
        font-size: 18px;
        border-radius: 9px;
    }

    .login-box h5 {
        color: #000;
        font-weight: 600;
        letter-spacing: -0.3px;
        margin: 0 0 15px;
    }

    .login-box hr {
        background: #9e9e9e;
        height: 1px;
        border: none;
        margin: 1.5rem 0;
    }

.hero-caption h1 {
    color: #fff;
    font-size: 10rem;
    font-weight: 700;
    position: relative;
    padding: 0 10px;
}

    .hero-caption h1 sub {
        display: block;
        font-size: 2rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
        bottom: 0;
    }

    .hero-caption h1 + h1:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 5px;
        height: 100%;
        background: #fff;
        transform: rotate(18deg);
    }

    .hero-caption h1:first-child sub {
        text-align: right;
        padding-right: 8rem;
    }

footer {
    background: #095596;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    padding: 1.3rem 15px;
}

.site-content {
    background: #e6e8e7;
}

.form-control {
    border: 2px solid #9e9e9e;
    padding: 12px 15px;
    font-size: 18px;
    border-radius: 9px;
    color: #999899;
}

    .form-control:focus {
        box-shadow: none;
    }

select.custom_select:not([size]):not([multiple]) {
    height: auto;
    position: relative;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
}

.title {
    color: #0068b3;
    font-weight: 700;
    font-size: 2rem;
}

.subtitle {
    font-size: 1.5rem;
    color: #666766;
}

.steps {
    background: #fff;
    border: 2px solid #999899;
    padding: 0rem 5rem 1rem;
}

    .steps h5 {
        color: #666766;
        font-weight: 600;
        font-size: 1.6rem;
        margin: 35px 0 20px;
    }

    .steps.active h5 {
        color: #075596;
    }

.step-one {
    border-radius: 20px 0 0 20px;
    border-right: 0;
}

.step-two {
    border-radius: 0 20px 20px 0;
}

.arrow-down {
    position: absolute;
    right: 13px;
    color: #9e9e9e;
    font-size: 34px;
    top: 9px;
}

.steps.disable:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    border-radius: 0 17px 17px 0;
}

.steps.disable .btn {
    background: #999899;
}

.steps.disable h5 {
    color: #999899;
}

.bottom-tel {
    color: #0068b3;
    font-weight: 600;
    font-size: 25px;
}

.btn-gray {
    color: #fff;
    border-radius: 40px;
    padding: 13px 34px;
    font-weight: bold;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 1px;
    background: #999899;
}

    .btn-gray:hover,
    .btn-gray:focus {
        color: #fff;
    }

::-webkit-input-placeholder {
    color: #999899 !important;
}

::-moz-placeholder {
    color: #999899 !important;
}

:-ms-input-placeholder {
    color: #999899 !important;
}

:-moz-placeholder {
    color: #999899 !important;
}

.isa_error {
    color: #D8000C;
    background-color: #FFD2D2;
}

.policy_number {
    font-size: 1.2rem;
    font-weight: 600;
}

.date_picker .form-control {
    position: relative;
    z-index: 1;
    background: transparent;
}

.date_picker i {
    position: absolute;
    right: 12px;
    top: 17px;
    font-size: 20px;
    color: #9e9e9e;
    z-index: 0;
}


/* Select2 Css */

.policy-dropdown .select2-container--default .select2-selection--single {
    border: 2px solid #9e9e9e;
    height: 55px;
    border-radius: 9px;
}

    .policy-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 51px;
        padding: 0 15px;
        font-size: 18px;
        color: #999899;
        text-align: left;
    }

    .policy-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 55px;
        width: 35px;
    }

        .policy-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #9e9e9e transparent transparent transparent;
            border-width: 11px 11px 0 11px;
            left: 7px;
            margin-left: 0;
            margin-top: -7px;
            top: 50%;
            border-radius: 3px;
        }

.policy-dropdown .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #9e9e9e transparent;
    border-width: 0 11px 11px 11px;
}


/* 25/02/2019 changes */

.steps address {
    font-size: 20px;
}

.policy-details p {
    font-size: 17px;
    margin-bottom: 7px;
    text-shadow: 0 0 0 #333;
}


/*21-03-2019 chnages*/

.endorsement-list-table tbody tr {
    cursor: pointer;
}

.endorsement-list-table thead th,
.endorsement-list-table tbody td {
    vertical-align: middle;
}

.endorsement-list-table .custom_radio input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.endorsement-list-table .custom_radio span {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #095596;
    border-radius: 3px;
}

.endorsement-list-table .custom_radio input:checked + span:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #095596;
    border-right: 2px solid #095596;
    height: 18px;
    width: 8px;
    transform: rotate(38deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 2px;
    transition: all 0.3s ease;
}

footer p a {
    color: #ffbe00;
}

    footer p a:hover {
        color: white;
    }

.hide {
    display: none;
}

.upper-text {
    text-transform: uppercase !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

@media(max-width: 1199px) {
    .hero-caption h1 {
        font-size: 7rem;
    }

        .hero-caption h1 sub {
            font-size: 1.5rem;
        }

        .hero-caption h1:first-child sub {
            padding-right: 5rem;
        }

    .header_tel {
        padding: 9px 19px;
    }
}

@media(max-width: 991px) {
    .hero-caption h1 {
        font-size: 5rem;
    }

        .hero-caption h1 sub {
            font-size: 1rem;
        }

        .hero-caption h1:first-child sub {
            padding-right: 4rem;
        }

    .header_tel,
    header .navbar-brand sub {
        font-size: 18px;
    }

    header .navbar-brand h1 {
        font-size: 45px;
    }

    .login-box {
        max-width: 390px;
    }

    .steps {
        padding: 0rem 2rem 1rem;
    }
}

@media(max-width: 767px) {
    .hero-caption h1 {
        font-size: 3rem;
        width: 100%;
        text-align: center;
    }

        .hero-caption h1 sub {
            margin-top: 1rem;
        }

        .hero-caption h1:first-child sub {
            padding-right: 0;
            text-align: center;
        }

    header .navbar {
        padding: 0 1rem;
    }

    header .navbar-brand {
        display: block;
        width: 100%;
    }

        header .navbar-brand h1 {
            font-size: 35px;
            display: block;
        }

        header .navbar-brand sub {
            font-size: 15px;
            letter-spacing: 0;
            bottom: 0;
            margin: 15px 0 20px;
            display: block;
        }

    .header_tel {
        position: absolute;
        right: 1rem;
        top: 10px;
        font-size: 16px;
    }

    .login-box {
        max-width: 300px;
        margin: 0 auto;
        padding: 2rem 1rem;
    }

        .login-box h4 {
            font-size: 1.1rem;
        }

        .login-box .form-control {
            padding: 6px 15px;
            font-size: 16px;
        }

    .hero-caption h1 + h1:before {
        background: transparent;
        content: '&';
        transform: none;
        text-align: center;
        width: 100%;
        height: auto;
        position: relative;
        display: block;
        line-height: 39px;
        margin-top: 1rem;
    }

    .step-outer {
        margin-right: 0;
        margin-left: 0;
    }

    .steps {
        padding: 0rem 1rem 1rem;
        border: 2px solid #999899;
    }

    .step-one {
        border-radius: 20px 20px 0 0;
        border-bottom: 0;
    }

    .step-two {
        border-radius: 0 0 20px 20px;
    }

    .steps.disable:before {
        border-radius: 0 0 17px 17px;
    }

    .steps h5 {
        font-size: 1.4rem;
    }

    .title {
        font-size: 1.5rem;
    }

    .subtitle {
        font-size: 1.2rem;
    }

    .bottom-tel {
        font-size: 20px;
    }

    header {
        padding: 0;
    }

    .hero {
        padding: 1rem 0;
    }

    .login-box hr {
        margin: 0.5rem 0;
    }
}

@media (max-width: 768px) {
    footer {
        font-size: 1rem;
        padding: 1.3rem 15px;
    }

        footer p a {
            white-space: nowrap;
        }
}


/********* New Policy Holder CSS ********/


/*********  Update 06/24/2020 ********/

.tab-container {
}

    .tab-container .nav-tabs .nav-link {
        border-color: #095596;
        color: #095596;
        font-weight: bold;
    }

    .tab-container .tab-content {
        padding: 20px 20px;
        border: 1px solid #095596;
        border-radius: 0 0 5px 5px;
    }

    .tab-container .form-group select,
    .tab-container .form-group .form-control {
        border-color: rgba(9, 85, 150, 0.3);
        border-radius: 5px;
        border-width: 1px;
        font-size: 18px;
        color: #000000;
    }

        .tab-container .form-group select:hover,
        .tab-container .form-group .form-control:hover {
            border-color: rgba(9, 85, 150, 0.8);
        }

    .tab-container .btn.btn-primary {
        min-width: 150px;
        background: #095596;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .tab-container .messages {
        padding: 10px 10px;
        text-align: center;
        margin: 20px 0 20px;
    }

        .tab-container .messages.error {
            color: #721c24;
            background-color: #f8d7da;
            border-color: #f5c6cb;
        }

    .tab-container .btn {
        transition: all 0.3s;
    }

    .tab-container.caa .btn.btn-primary {
        background-color: #ee1f23;
        color: #fff;
        border-radius: 40px;
        border-color: transparent;
        padding: 13px 34px;
        font-weight: bold;
        font-size: 17px;
        line-height: 18px;
        letter-spacing: 1px;
    }

        .tab-container.caa .btn.btn-primary.auto {
            background-color: #ee1f23;
            color: #fff;
            border-radius: 30px;
            border-color: transparent;
            padding: 8px 14px;
            font-weight: bold;
            font-size: 12px;
            line-height: 12px;
            letter-spacing: 1px;
            min-width: 115px;
        }

    .tab-container .btn:hover {
        background-color: #095596 !important;
    }

h4.title {
    color: #095596;
}

.agent-information {
    background-color: rgba(156, 198, 233, 0.2);
    width: 340px;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    margin: 0 0 0 auto;
    text-align: right;
    margin-bottom: 20px;
}

    .agent-information p {
        margin: 0px;
    }

.policy-owner-information-container {
    width: 380px;
    display: block;
    border-radius: 5px;
    position: relative;
    margin: 0 auto 20px 0;
    border: 1px solid #095596;
    padding: 0 0 5px 0;
}

.policy-info .policy-number {
    background-color: #095596;
    color: #fff;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 5px;
}

.policy-info .status {
    display: block;
    padding: 0 10px;
}

    .policy-info .status.issue {
        color: #721c24;
    }

.policy-owner-info {
    padding: 0 10px;
}

.content-holder .title {
    font-size: 16px;
    font-weight: bold;
    color: #095596;
    /*background-color: rgba(156, 198, 233, 0.2);*/
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 10px;
    line-height: 35px;
    text-transform: uppercase;
}

    .content-holder .title [class*="col-"] {
        padding: 0;
    }

.content-holder,
.dates {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 0 0 0px;
}

.tab-container .btn.btn-secondary {
    background-color: #095596;
}

.content-holder .content {
    padding: 10px;
}

.row .row {
    margin: 0;
}

.dates .dates-inner h4 {
    font-size: 16px;
    font-weight: bold;
    color: #095596;
    text-transform: uppercase;
    /*background-color: rgba(156, 198, 233, 0.2);*/
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 10px;
    line-height: 35px;
}

.dates .dates-inner p {
    padding: 10px;
}

.no-padding {
    padding: 0;
}

.content-holder .table-heading {
    background-color: #f4f4f4;
    font-weight: 600;
}

.content-holder .table .row {
    padding: 5px;
    transition: all 0.3s;
}

    .content-holder .table .row:not(:first-child):hover {
        background-color: #f4f4f4;
    }

    .content-holder .table .row:not(:last-child) {
        border-bottom: 1px solid #f4f4f4;
    }

.tab-container p {
    margin: 0;
}

.policy-owner-info {
    margin: 0 0 30px;
}

.responsive-table {
    width: 100%;
    overflow-y: auto;
}

    .responsive-table table {
        width: 100%;
    }

    .responsive-table tbody {
        /*height: 400px;*/
        overflow-y: auto;
    }

    .responsive-table tr th,
    .responsive-table tr td {
        padding: 5px 20px;
        height: 35px;
    }

    .responsive-table tr th {
        background-color: #f4f4f4;
        font-weight: 600;
    }

    .responsive-table tr:not(:last-child) td {
        border-bottom: 1px solid #f4f4f4;
    }

    .responsive-table tr {
        transition: all 0.3s;
    }

        .responsive-table tr:hover {
            background-color: #f4f4f4;
        }

    .responsive-table .policy-docs tr td {
        width: 50%;
    }

.policy-name,
.policy-date {
    color: #095596;
    font-weight: 600;
}

.content-holder .title .btn {
    /*width: 195px;*/
}

    .content-holder .title .btn.lg-btn {
        width: auto;
    }


/* Auto Policy */


/*
.drivers .driver-info h4 {
    font-size: 16px;
    font-weight: 600;
}

.drivers .col-md-4:not(last-child):after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 100%;
    border-left: 1px dashed #d0d0d0;
    border-image-slice: 2;
}
*/

.rejected {
    color: #721c24;
}

.notice {
    padding: 10px;
    margin: 10px 0;
}

    .notice.offer {
        color: rgb(21, 87, 36);
        background-color: rgb(212, 237, 218);
        border-color: rgb(195, 230, 203);
        border-radius: 5px;
        font-weight: normal;
    }

.button-set {
    text-align: right;
    padding: 5px 0;
}

.notice-text {
    font-size: 16px;
}


/* Review Link Section */

.row.review {
    border-width: 1px;
    border-style: solid;
    border-color: #095596;
    margin: 15px 10px !important;
    border-radius: 5px;
    padding: 10px 20px 10px 10px;
    background-color: rgba(156, 198, 233, 0.2);
}

    .row.review.review-50 {
        width: 50%;
        position: relative;
        margin: 15px 0 15px auto !important;
        padding: 5px 30px 5px 5px;
        background-color: rgba(197, 194, 135, 0.2);
    }

.review .review-links {
    margin: 0px;
}

    .review .review-links a {
        text-decoration: underline;
        font-weight: 600;
    }

.review i {
    font-size: 20px;
    line-height: 45px;
    font-weight: normal;
    color: #095596;
}

.review .close-icon {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    position: absolute;
    right: 30px;
    top: 15px;
}

.review.review-50 .close-icon {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    position: absolute;
    right: -20px;
    top: 0;
}

.review .close-icon a i {
    color: #000;
    line-height: normal;
}


/* End Review Link Section */

@media (max-width: 768px) {
    .policy-owner-information-container {
        width: 100%;
    }

    .agent-information {
        width: 100%;
        margin: 0 auto 20px 0;
    }

    .tab-container .tab-content {
        padding: 20px 0px;
    }

    .new-policy {
        padding: 0 20px;
    }

    .content-holder .title {
        font-size: 14px;
    }

    .dates .dates-inner h4 {
        font-size: 14px;
    }

    .notice.offer .btn {
        width: 48%;
    }

        .notice.offer .btn:first-child {
            margin-right: 1%;
        }

    .button-set {
        text-align: center;
    }

    .review .close-icon {
        top: 15px;
    }

    .row.review.review-50 {
        width: 100%;
    }

    .content-holder .content {
        padding: 0px;
    }
}

@media (max-width:480px) {
    .btn.btn-primary {
        width: 100%;
    }

    .content-holder .title .btn {
        margin-bottom: 10px;
    }

    .content-holder .title .text-left,
    .content-holder .title .text-right {
        text-align: center !important;
    }

    .content-holder .title .ml-3 {
        margin-left: 0 !important;
    }

    .responsive-table {
        width: 100%;
        overflow: auto;
    }

    .notice.offer .btn {
        width: 100%;
    }

    .row.review.review-50 {
        width: 100%;
    }

    .row.review .text-left,
    .row.review .text-right {
        text-align: left !important;
    }

    .review .close-icon {
        top: 15px;
    }

    .content-holder .content {
        padding: 0px;
    }
}

@media (min-width:769px) and (max-width: 1023px) {
    .policy-owner-information-container {
        width: 100%;
    }

    .agent-information {
        width: 100%;
        margin: 0 auto 20px 0;
    }

    .review .close-icon {
        top: 15px;
    }

    .row.review.review-50 {
        width: 100%;
    }

    .row.review .text-left,
    .row.review .text-right {
        text-align: left !important;
    }

    .content-holder .content {
        padding: 0px;
    }
}


.row.drivers > .col-md-12 {
    padding: 0;
}

.row.vehicles > .col-md-12 {
    padding: 0;
}

.row.lein > .col-md-12 {
    padding: 0;
}

.info-row .col-md-12 {
    padding: 0;
}



.info-row {
    margin: 20px 0 !important;
}

    .info-row .info {
        display: block;
    }

.info-right {
    text-align: right;
}

.info-row.new-row {
    background-color: #ebf6ff;
    padding: 10px;
    border-radius: 5px;
}

.custom-modal {
}

    .custom-modal .close {
        font-size: 1.8rem;
        font-weight: 700;
        color: #ee1f23;
    }

    .custom-modal .modal-title {
        font-weight: 600;
        color: #095596;
    }

    .custom-modal .form-control {
        border: 1px solid #d5d5d5;
        padding: 12px 15px;
        font-size: 18px;
        border-radius: 5px;
        color: #999899;
    }

    .custom-modal .form-label {
        font-weight: 600;
    }


    .custom-modal .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 50px;
        border: 1px solid #d5d5d5;
        padding: 10px 15px;
        font-size: 18px;
        border-radius: 5px;
        color: #999899;
    }

    .custom-modal .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 12px;
    }

.new-info-right {
    text-align: right;
}

.info-row .end-update-buttons {
    background-color: #095596;
    width: 130px;
}

.new-info-left.rejected {
    color: #721c24;
    /*text-decoration: line-through;*/
    font-weight: normal !important;
}

    .new-info-left.rejected strong {
        font-weight: normal !important;
    }

.original-info {
    position: relative;
}

    .original-info.updated .info {
        text-decoration: line-through;
    }


        .original-info.updated .info.no-strike-through {
            text-decoration: none;
        }



    .original-info.updated:after {
        content: "\f178";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #a8a8a8;
        font-size: 40px;
        padding-right: 0.5em;
        position: absolute;
        top: 10px;
        left: auto;
        right: 0;
    }

    .original-info.removed .info {
        text-decoration: line-through;
    }


.new-info .row:nth-child(odd) {
    color: #095596;
}


.new-info .row:nth-child(even) {
    color: #7e7e7e;
}

.end-add-buttons {
    width: 105px;
}

    .end-add-buttons i {
        font-size: 14px;
        margin-left: 5px;
    }

.new-info .row {
    margin-bottom: 20px;
}

.info-container {
    display: flex;
    flex-direction: row;
}

.new-info, .new-info-right {
    padding-right: 0;
}

.info-container .new-info-right {
    width: 100%;
}

.info-container .new-info-left {
    width: 100%;
}


@media (max-width: 768px) {
    .info-container {
        flex-direction: column;
    }
}


.info-row .row:nth-child(odd) {
    background-color: #ebf6ff;
    padding: 10px 10px;
    margin-bottom: 0;
    transition: all 0.3s;
}

.info-row .row:nth-child(even) {
    background-color: #f4f4f4;
    padding: 10px 10px;
    margin-bottom: 0;
    transition: all 0.3s;
}

.info-row .row:hover {
    background-color: #dae9f5;
}

.info-row .row:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.info-row .row:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.info-row .end-update-buttons {
    width: 130px;
    padding: 8px 10px;
}

    .info-row .end-update-buttons:hover {
        background-color: #0e3b60 !important;
    }

@media (min-width:1200px) and (max-width:1320px) {
    .info-container .new-info-left {
        width: 80%;
    }
}

#tblQuestions tr:nth-child(2n) {
    background-color: #f4f4f4;
}

#tblQuestions tr:nth-child(2n+1) {
    background-color: #ebf6ff;
}

#tblQuestions tr:hover {
    background-color: #dae9f5;
}