﻿header .is-flex {
    display: flex;
    align-items: center;
}

.dealer-info h1 {
    font-size: 36px;
    margin-top: 0;
}

.dealer-info h2 {
    color: #999999;
    font-size: 24px;
    margin: 0;
}

.contact-info {
    font-size: 18px;
    font-weight: bold;
}

    .contact-info .phone {
        padding-top: 6px;
    }

.tab-pane {
    position: relative;
    padding: 10px;
}

@media (min-width: 768px) {
    header .is-flex > div {
        width: 50%;
    }

    .contact-info {
        text-align: right;
    }
}

@media (max-width: 767px) {
    header .is-flex {
        flex-direction: column;
        text-align: center;
    }

    .dealer-info h1 {
        font-size: 30px;
    }

    .dealer-info h2 {
        border-bottom: solid 1px #e0e0e0;
        font-size: 22px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .contact-info {
        font-size: 16px;
        font-weight: normal;
    }
}

.k-loading-mask, .k-loading-image, .k-loading-text, .k-loading-text2 {
    position: absolute;
    z-index: 99999;
}

.k-loading, .k-loading-image {
    background-position: 50% 50%;
}

.vs-loading-text, .vs-loading-text2 {
    top: 50%;
    left: 50%;
    color: #fff;
    text-shadow: 1px 1px 4px #222;
}

.vs-loading-text {
    font-size: 20px;
    font-weight: bold;
}

.vs-loading-text2 {
    font-size: 12px;
}

.vs-loading-color {
    background-color: #000;
}

.well {
    margin-top: 15px;
}

.control-label, .control-label label {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 14px;
    color: #000;
    cursor: default;
}

.controls {
    margin-left: 6px;
}

.field-validation-error {
    display: block;
    margin: 0 6px;
    font-weight: bold;
    color: #eb1313;
}

.input-table {
    width: 100%;
}

    .input-table td {
        vertical-align: top;
    }

.disclaimer {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 0 20px;
    padding: 5px;
    font-size: .85em;
    color:#000;
}

.label-inline label {
    display: inline-block;
}

.navbar .nav > .disabled > a {
    color: #999;
}

    .navbar .nav > .disabled > a:hover {
        color: #999;
    }

#complete-confirmation {
    text-align: center;
}

    #complete-confirmation h2 {
        color: #008a1c;
        margin-top: 0;
    }

    #complete-confirmation h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #complete-confirmation img {
        float: left;
        margin-right: 15px;
    }

    #complete-confirmation .redirecting {
        border-top: solid 1px #efefef;
        font-style: italic;
        padding-top: 12px;
    }

    #complete-confirmation .redirect-seconds {
        color: red;
    }

#rootwizard .field-validation-error {
    font-size: 12px;
}

#rootwizard .nav > li > a {
    display: inline-block;
}

#rootwizard-ul {
    margin-bottom: 10px;
}

    #rootwizard-ul li:last-child:after {
        content: "";
    }

    #rootwizard-ul.nav-pills > li.disabled > a, #rootwizard-ul.nav-pills > li.disabled > a:focus, #rootwizard-ul.nav-pills > li.disabled > a:hover {
        background: #f7f7f7;
        color: #aaa;
    }

#rootwizard .input-group-addon {
    padding-left: 10px;
    padding-right: 10px;
}

#rootwizard .form-inline label {
    margin-right: 10px;
    width: 120px;
}

#rootwizard .form-inline .form-group {
    margin-bottom: 5px;
}

#rootwizard .optional {
    font-size: 10px;
    margin-left: 10px;
    text-transform: uppercase;
}

#rootwizard form > h2:first-of-type, #rootwizard form > h3:first-of-type {
    margin-top: 0;
}

#rootwizard .address .k-widget.k-dropdown.k-header {
    width: 100%;
}

@media (min-width: 768px) {
    #rootwizard .address input, #rootwizard .address .k-widget.k-dropdown.k-header {
        width: 300px;
    }
}

@media (max-width: 767px) {
    #rootwizard .nav > li > a {
        display: block;
    }

    #rootwizard .nav-pills > li {
        float: none;
        margin-bottom: 4px;
        text-align: center;
    }
}

.validation-summary-errors {
    line-height: 16px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    border: solid 1px #b94a48;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #f2dede;
    color: #b94a48;
}

    .validation-summary-errors ul {
        margin: 0 0 0 12px;
    }

    .validation-summary-errors li {
        line-height: 16px;
        margin-bottom: 8px;
    }

        .validation-summary-errors li:last-child {
            margin-bottom: 0;
        }

.required {
    color: red;
    font-weight: bold;
    margin-left: 3px;
}

#BasicInfo_SalesPersonId {
    width: 300px;
}

.hideClosest .closestSection, .hideEducation .education, .hideSecondaryId .secondaryId,
.hideEmployeementType .employeementType, .hideEmployeementDate .employeementDate, .hideFinancials .financials {
    display: none;
}
