﻿.topbar-apply-label {

    font-size:100%;
    line-height:24px;
    text-align: left;
    
    letter-spacing: 0px;
    color: #4A4A4A;
    opacity: 1;
}

.topbar-apply-label-on {
}

.topbar {
    height:auto;
}

.applySubTitle {
    text-align: left;
    letter-spacing: 0px;
    font-size: 1.35rem;
    line-height: 1.5em;
    color: var(--web_color2);
    margin-bottom: 2rem;
    color: var(--web_color2);
}
.applySubTitle2 {
    margin-bottom: 1rem;
}

.applyLabel {
    /* UI Properties */
    text-align: left;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: bold;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

.vttComfirmation-text,
.applyLabelMessage {
    text-align: left;
    font-size: .88rem;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #4A4A4A;
}

.applySectionWrap {
    margin-bottom: 1rem;
}
.applySubSectionWrap {
    margin-bottom: 1rem;
}

.termsTitle {
    margin-bottom:1rem;
}


.btn-submit-verify-vehicle-owner a > div,
.btn-tmp-action-next a > div,
.actions ul li a > div {
    min-width: 120px;
    font-weight: bold;
    min-height: 56px;
    background: var(--web_color2) 0% 0% no-repeat padding-box;
    border-radius: 28px;
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 24px;
    border: 0;
    -ms-flex-align: center !important;
    align-items: center !important;
    text-align:center;
}

    .btn-submit-verify-vehicle-owner div:hover,
    .btn-tmp-action-next div:hover,
    .actions ul li a div:hover,
    .actions ul li a div:focus-within {
        background: #1788AD 0% 0% no-repeat padding-box;
        color: #FFFFFF;
    }

        .btn-tmp-action-pervious-verification a div i,
        .btn-tmp-action-pervious a div i,
        .actions ul li a div i {
            margin-left: 5px;
            margin-right: 10px;
            vertical-align: middle;
        }

.btn-tmp-action-pervious-verification a > div,
.btn-tmp-action-pervious a > div,
.actions ul li:first-child a > div {
    min-width: 120px;
    background: transparent;
    font-weight: bold;
    padding: 15px 0;
    text-align: left;
    color: #c7c7c7;
    border: 0 !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

    .actions ul li:first-child a div:hover,
    .actions ul li:first-child a div:focus-within {
        background: transparent;
        color: #767676;
    }


.actions ul li a.disabled div {
    background: #767676 0% 0% no-repeat padding-box;
    border: 1px solid #767676;
    cursor:not-allowed;
}

    .actions ul li a.disabled div:hover {
        background: #767676 0% 0% no-repeat padding-box;
        border: 1px solid #767676;
        cursor: not-allowed;
    }


    .btn-submit-verify-vehicle-owner a:hover,
    .btn-tmp-action-pervious-verification a:hover,
    .btn-tmp-action-next a:hover,
    .btn-tmp-action-pervious a:hover,
    .actions li a:hover {
        text-decoration: none !important;
    }

.actionBarWrap {
    margin-bottom:1rem;
}

    .radio input:checked ~ .checkmark::after {
        display: block;
    }


.p-m-csc {
    margin:0;
}


.vttComfirmation-items {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-top: 10px;
}
    .vttComfirmation-items:first-child {
        margin-top: 0;
    }
    .vttComfirmation-items .vttComfirmation-items-name {
        text-align: left;
        font-size: 88%;
        line-height: 27px;
        letter-spacing: 0px;
        color: #4A4A4A;

        margin-right:10px;
    }

    .vttComfirmation-items .vttComfirmation-items-val {
        /* UI Properties */
        text-align: left;
        font-size: 88%;
        line-height: 27px;
        font-weight: bold;
        letter-spacing: 0px;
        color: #4A4A4A;
    }

.alert-reminder {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 6px #0000004D;
    border-radius: 15px;
    text-align: left;
    /*color: #C8710E;*/
    color: #4a4a4a;
    padding: 25px;
    margin-bottom:25px;
}

    .alert-reminder svg {
        margin-bottom: 4px;
    }

    .alert-reminder div.alert-reminder-text {
        /*margin-left: 10px;*/
        border-bottom: 1px var(--web_color3) solid;
    }

    .alert-reminder div.alert-reminder-msg {
        margin-top: 15px;
    }

@media only screen and (max-width: 759px) {
    .dot-bg-gray, .dot-bg {
        border-radius: 15px;
        height: 30px;
        width: 30px;
        line-height: 23px;
        font-size: 90%;
    }

    .modal {
        padding: 0 !important;
    }

        .modal .modal-dialog {
            width: 100%;
            max-width: none;
            height: 100%;
            margin: 0;
            padding: 5px;
        }

        .modal form {
            height: 100%;
        }

        .modal .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal .modal-body {
            overflow-y: auto;
        }

    .topbar {
        height: auto !important;
    }
}


@media only screen and (max-width: 376px) {
    .topbar {
        height: auto !important;
    }
    .topbar .topbar-text-label {
        width: 250px;
    }

}