.form-group {
    /*display: none;*/
}

.form-section-title {
    border-bottom: 1px solid #e2e2e2;
    margin-left: -90px;
    margin-right: -90px;
    margin-bottom: 20px;
    padding: 0px 90px;
    padding-bottom: 5px;
}

/*.form-section-title:not(:first-child) {
    border-top: 1px solid #e2e2e2;
}*/

.form-section-title h2 {
    margin: 10px 0;
    font-size: 18px;
    color: #525252;
}

.quotation-estimate {
    border-top: 1px solid #e2e2e2;
    margin-left: -90px;
    margin-right: -90px;
    margin-bottom: -25px;
    padding: 20px 90px;
    padding-bottom: 5px;
}

.quotation-estimate .estimate {
    display: inline-block;
    /*width: 220px;*/
    width: 50%;
    border-right: 3px solid #d5d5d5;
    margin-right: 60px;
}

.quotation-estimate .estimate .subtitle {
    font-size: 12px;
    font-weight: 700;
    color: #8e8e8e;
}

.quotation-estimate .estimate .premium {
    font-size: 30px;
    font-weight: 700;
}

.quotation-estimate .disclaimer {
    background-color: #efefef;
    margin-left: -90px;
    margin-right: -90px;
    margin-bottom: -21px;
    margin-top: 10px;
    padding: 20px 90px;
    color: #8e8e8e;
}

.quotation-estimate .disclaimer p {
    margin: 0;
}

input[type="radio"] {
    width: auto;
    height: auto;
    margin-right: 10px;
}

.coverage-type-select {
    margin-bottom: 20px;
}

.to-full-quote-btn {
    position: relative;
    top: -18px;
    height: 40px;
    font-size: 16px;
}

.to-full-quote-btn:active {
    top: -16px;
}

.next-button {
    text-shadow: none;
}

.form-format .delete-button {
    top: 30px;
}

.form-format .form-actions input {
    margin-bottom: 5px;
}

.recalculate-premium {
    border-top: 1px solid #e2e2e2;
    margin-left: -90px;
    margin-right: -90px;
    margin-bottom: -22px;
    padding: 20px 90px;
    padding-bottom: 5px;
}

.customize-cover-spinner {
    top: 8px;
    left: 3px;
}

.logout-message {
    width: auto;
    padding: 20px;
}

.logout-reason {
    font-size: 17px;
}

#div-continue-message {
    margin-bottom: 15px;
}

div#div_id_vehicle_type {
    margin-bottom: 0px;
    vertical-align: top;

}

div#div_id_vehicle_type .selectize-input {
    width: 300px;
    height: 35px;
}

div#div_id_vehicle_type .selectize-item,  div#div_id_vehicle_type .selectize-item.dropdown-active {
    vertical-align: top;
}

div#div_id_vehicle_type .selectize-input input {
    margin-top: -7px !important;
}

div#div_id_vehicle_type .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    padding: 5px 15px;
}

