﻿@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/HelveticaNeue.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body {
    padding-top: 10px;
    padding-bottom: 20px;
    font: normal 16px/1.42857143 "HelveticaNeue";
    color: #535252;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 15px;
    font-family: HelveticaNeue;
    padding-bottom: 350px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

div .button-list-label:hover {
    color: #ffffff;
    font-weight: bold;
}

div .horizontal-list-label:hover {
    color: #ffffff;
    font-weight: bold;
}

#progressText {
    font-family: HelveticaNeue;
    font-style: italic;
    font-weight: 300;
    font-size: 18pt;
}

.driver-input {
    /*font-size: 1.3125rem;*/
    font-size: 18pt !important;
    color: black;
    height: 50px;
    width: 400px !important;
    max-width: 400px !important;
}

.address-input {
    font-size: 18pt !important;
    height: 50px;
    width: 500px !important;
    max-width: 500px !important;
}

.calendar-input {
    /*font-size: 1.3125rem;*/
    font-size: 18pt !important;
    height: 50px;
}

.violation-input {
    font-size: 18pt !important;
    height: 50px;
    width: 500px !important;
    max-width: 500px !important;
}

.violation-list {
    font-size: 18pt;
    height: auto;
    width: 700px;
    max-width: 700px;
    text-align: left;
    border-style: inset;
    background-color: aliceblue;
    white-space: nowrap;
}

.violation-list-480 {
    font-size: 13pt;
    height: auto;
    width: 400px;
    max-width: 400px;
    text-align: left;
    white-space: nowrap;
}

.dob-label {
    width: 100%;
    white-space: nowrap;
    padding-bottom: 15px;
}

.violation-label {
    font-size: 18pt !important;
    height: 50px;
    width: 500px !important;
    max-width: 500px !important;
}

.violation-button {
    font-size: 18pt !important;
    height: 50px;
}

.group-label {
    white-space: nowrap;
}

#PersonalInformation, #LicenseInformation, #DriverInformation,
#InsuredInformation, #QuoteInformation, #pnl-Usage, #pnl-VehicleCoverage,
#pnl-Ownership {
    padding-left: 10px;
}

#pnl-CompColl {
    padding-left: 5px;
}

#fldPhone {
    color: black;
}

#lstCoverage li {
    display: block;
    font-size: 18pt !important;
    color: #6d6d6d;
    height: 9.7rem;
    vertical-align: middle !important;
}

.progress-image {
    height: 45px;
}

.horizontal-list li:hover {
    background-color: #0177D7;
    color: #ffffff;
    font-weight: bold;
}

.horizontal-coverage-list li:hover {
    background-color: #0177D7;
    color: #ffffff;
    font-weight: bold;
}

.button-list li:hover {
    background-color: #0177D7;
    color: #ffffff;
    font-weight: bold;
}

.image-button {
    border: 0;
    width: 60px;
    height: 60px;
    margin-top: 15px;
    margin-bottom: 8px;
}

.image-label {
    font-size: 13pt;
    text-align: center;
}

.limits-item {
    text-align: left;
    width: 600px;
}

.limits-label {
    font-size: 1.4875rem;
    font-weight: 300;
    list-style-type: none;
    padding: 5px 10px 10px 5px;
    width: 650px;
}

.limits-font {
    color: lightgray;
}

.list-item-limits {
    margin-bottom: 3px;
    width: 600px;
    text-align: left;
}

.list-item-limits a {
    display: inline-block;
    font-size: 20pt !important;
    color: #6d6d6d;
    border-style: inset;
    border-width: 1px;
    border-color: lightblue;
    padding-left: 5px;
}

.list-item {
    margin-bottom: 3px;
    width: 600px;
    text-align: left;
    height: 50px;
}

.list-item a {
    display: block;
    font-size: 20pt !important;
    color: #6d6d6d;
    line-height: 45px;
    border-style: inset;
    border-width: 1px;
    border-color: lightblue;
    padding-left: 5px;
    padding-right: 5px;
}

.coveraage-list-item {
    margin-bottom: 3px;
    width: 600px;
    text-align: left;
    height: 100px;
}

    .coveraage-list-item a {
        display: block;
        font-size: 20pt !important;
        color: #6d6d6d;
        line-height: 95px;
        border-style: inset;
        border-width: 1px;
        border-color: lightblue;
        padding-left: 5px;
        padding-right: 5px;
    }

.list-group li:hover {
    background-color: #0177D7;
    color: #ffffff !important;
    font-weight: bold;
}

.list-group li a:hover {
    background-color: #0177D7;
    color: #ffffff !important;
    font-weight: bold;
}

ul {
    border-radius: 15px 15px 15px 15px;
}

.input-label {
    font-size: smaller;
}

.input-control {
    text-align: center;
    font-size: smaller;
    border-radius: 15px 15px 15px 15px;
}

.button-control {
    text-align: center;
}

.header-label {
    text-align: center;
    font-size: 16pt;
    background-color: #ffffff;
    border: thin;
    border-radius: 20px 20px 10px 10px;
    padding: 10px 100px 10px 100px;
}

.group-section {
    text-align: center;
}

.continue-button {
    height: 60px;
    width: 400px;
    font-size: 18pt;
    padding-top: 13px;
    border-radius: 15px 15px 15px 15px;
}

.vehicle-button {
    height: 60px;
    width: 200px;
    font-size: 18pt;
    padding-top: 13px;
}

.innerpage-banner {
    float: left;
    width: 100%;
    background: #0177D7;
    height: 175px;
    max-height: 175px;
}

.large-button {
    height: 130px;
    width: 130px;
    vertical-align: middle;
    text-align: center;
    margin-left: 10px !important;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 1.4375rem;
    font-weight: 300;
    display: block;
    border-radius: 15px 15px 15px 15px !important;
}

.coveragePanel {
    padding-bottom: 20px;
}

.driver-label {
    font-size: 1.4375rem;
    font-weight: 300;
}

.home-ownership-label {
    font-size: 18pt;
    font-weight: bold;
}

.vehicle-label {
    font-size: 1.4875rem;
    font-weight: 300;
}

.vehicle-list {
    font-size: 1.4875rem;
    font-weight: 300;
    border-style: inset;
    background-color: aliceblue;
    white-space: nowrap;
}

.driver-list {
    font-size: 1.4875rem;
    font-weight: 300;
    border-style: inset;
    background-color: aliceblue;
    white-space: nowrap;
    width: 350px;
}


.rate-not-found-img {
    width: 200px;
}

.wide-btn-group {
    width: 900px;
}

.button-label-xl {
    margin-top: 70px;
    font-size: 5.0rem;
    font-weight: bold;
}

.btn-group {
    text-align: center;
}

    .btn-group .fa {
        font-family: FontAwesome,HelveticaNeue;
        margin-top: 5px;
    }

.button-span {
    padding-top: 20px;
    padding-bottom: 10px;
}

.check-label {
    font-family: HelveticaNeue;
    font-size: 1.4375rem;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.check-label-center {
    font-family: HelveticaNeue;
    font-size: 13pt;
    display: block;
    margin-top: 40px;
    margin-bottom: 50px;
}

.button-label {
    font-family: HelveticaNeue;
    font-size: 12pt;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.yesno-label {
    font-family: HelveticaNeue;
    font-size: 18pt;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.yesno-span {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14pt;
    border-radius 15px 15px 15px 15px;
}

.yesno-button {
    font-family: HelveticaNeue;
    font-size: 18pt;
    font-weight: 300;
    display: block;
    margin-top: 10px;
    height: 125px;
    width: 125px;
    vertical-align: middle;
    text-align: center;
    margin-right: 5px;
    border-radius 15px 15px 15px 15px;
}

.small-button {
    height: 60px;
    width: 60px;
    padding-left: 20px;
    border-radius 15px 15px 15px 15px;
}

.small-label {
    font-size: 15pt;
    font-family: HelveticaNeue;
    display: block;
    margin-top: 45px;
    margin-bottom: 20px;
    vertical-align: middle;
}

.medium-button {
    height: 60px;
    width: 100px;
    padding-left: 40px;
    border-radius 15px 15px 15px 15px;
}

.medium-label {
    font-size: 13pt;
    font-family: HelveticaNeue;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.select-menu {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
}

.image-div {
    text-align: center;
    width: 140px;
    height: 140px;
    padding-top: 10px;
}

.button-list {
    height: auto;
    /*min-width: 696px;*/
    list-style: none;
    padding-top: 20px;
    padding-left: 1px;
    width: 820px;
}

.button-list-li {
    display: inline;
    list-style-type: none;
    font-size: 1.375rem;
    font-weight: 300;
    /*line-height: 2.5rem;*/
    color: #6d6d6d;
    padding-right: 0px;
    white-space: nowrap;
    float: left;
}

    .button-list-li:hover {
        background-color: #0177D7;
        color: #ffffff;
        font-weight: bold;
        margin:
    }

.button-list-li-make {
    display: inline;
    list-style-type: none;
    font-size: 1.375rem;
    font-weight: 300;
    /*line-height: 2.5rem;*/
    color: #6d6d6d;
    white-space: nowrap;
    float: left;
    border: thin;
    border-color: lightgray;
    box-shadow: 3px 3px 3px grey;
    margin: 5px 15px 15px 5px;
}

    .button-list-li-make li:hover {
        background-color: #ffffff;
        border: thin;
    }

#ddMake.button-list-li-make-li:hover {
    border: thin;
}
/*----------------------------------------------------*/


.horizontal-coverage-list {
    height: auto;
    /*min-width: 696px;*/
    list-style: none;
    padding-top: 20px;
    padding-left: 1px;
    width: 820px;
}

.horizontal-coverage-list-li {
    display: inline;
    list-style-type: none;
    font-size: 1.375rem;
    font-weight: 300;
    /*line-height: 2.5rem;*/
    color: #6d6d6d;
    padding-right: 0px;
    white-space: nowrap;
    float: left;
}

    .horizontal-coverage-list-li:hover {
        background-color: #0177D7;
        color: #ffffff;
        font-weight: bold;
        margin:
    }

.horizontal-list {
    height: auto;
    /*min-width: 696px;*/
    list-style: none;
    padding-top: 20px;
    padding-left: 1px;
    width: 820px;
}

.horizontal-list-li {
    display: inline;
    list-style-type: none;
    font-size: 1.375rem;
    font-weight: 300;
    /*line-height: 2.5rem;*/
    color: #6d6d6d;
    padding-right: 0px;
    white-space: nowrap;
    float: left;
}

    .horizontal-list-li:hover {
        background-color: #0177D7;
        color: #ffffff;
        font-weight: bold;
        margin:
    }

.horizontal-list-li-make {
    display: inline;
    list-style-type: none;
    font-size: 1.375rem;
    font-weight: 300;
    /*line-height: 2.5rem;*/
    color: #6d6d6d;
    white-space: nowrap;
    float: left;
    border: thin;
    border-color: lightgray;
    box-shadow: 3px 3px 3px grey;
    margin: 5px 15px 15px 5px;
}

    .horizontal-list-li-make li:hover {
        background-color: #ffffff;
        border: thin;
    }

#ddMake.horizontal-list-li-make-li:hover {
    border: thin;
}

.horizontal-list-label {
    font-size: 1.375rem;
    font-weight: 300;
    font-family: HelveticaNeue;
    text-align: center;
}

.horizontal-list-label-make {
    font-size: 1.375rem;
    font-weight: 300;
    font-family: HelveticaNeue;
    text-align: center;
}

.horizontal-list-li-current-insurance li:hover {
    background-color: #ffffff;
    border: thin;
}

#ddCurrentInsurance.horizontal-list-li-current-insurance-li:hover {
    border: thin;
}

.horizontal-list-li-current-insurance {
    display: inline;
    list-style-type: none;
    font-size: 1.375rem;
    font-weight: 300;
    /*line-height: 2.5rem;*/
    color: #6d6d6d;
    white-space: nowrap;
    float: left;
    border: thin;
    border-color: lightgray;
    box-shadow: 3px 3px 3px grey;
    margin: 5px 15px 15px 5px;
}

.horizontal-list-label-current-insurance {
    font-size: 1.375rem;
    font-weight: 300;
    font-family: HelveticaNeue;
    text-align: center;
}

.q-innerpage-banner {
    text-align: center;
    color: #f8f8f8;
    background-position: center center;
    background-size: cover;
    padding: 40px 0;
    height: 300px;
}

.innerpage-banner-label {
    margin: 0;
    color: #fff;
    font-size: 2.375rem;
    background-position: center center;
}

.shadow {
    width: 80%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
}

.shadow-container {
    text-align: center;
    padding: 10px 20px;
}

.button-color {
    background-color: #0177D7;
    color: #ffffff;
}

.coverage-font {
    font-size: 18pt;
    font-weight: 200;
    vertical-align: middle;
    color: #000000;
    padding-top: 10px;
}

.quote-table {
    background-color: #ffffff;
    border: thin;
    border-radius: 20px 20px 20px 20px;
    width: 85%;
    padding-left: 10px;
    padding-right: 10px;
    height: 500px;
    overflow-x: hidden;
}

.quote-row {
    border-bottom: thin;
    vertical-align: middle;
}

.quote-col {
    vertical-align: middle;
}

.quote-message {
    padding-bottom: 15px;
    font-size: 18pt;
    font-weight: 300;
}

.quote-sidebar {
}

.ui-datepicker-calendar td.zero a:before {
    content: "0";
}

.speech-bubble {
    position: relative;
    background: #ffffff;
    border-radius: .4em;
    margin-left: -30px;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: -35px;
    width: 350px;
    border-radius: 205px 205px 205px 205px;
}

    .speech-bubble:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 27px solid transparent;
        border-top-color: #ffffff;
        border-bottom: 0;
        margin-left: -27px;
        margin-bottom: -27px;
    }

.carrierlogo {
    border: 0;
    padding-left: 5px;
    padding-top: 15px;
    width: 200px;
}

.makelogo {
    border: 0;
    padding-left: 0px;
    height: 75px;
}

.CurrentInsurancelogo {
    border: 0;
    padding-left: 0px;
    height: 95px;
    width: 95px;
}

#hiddenAddressFields .column,
#hiddenAddressFields .columns {
    display: none
}

.hidden-label {
    display: none
}


/* Progress Bar Code   */
.progress-indicator {
    font-size: 13pt;
}

    .progress-indicator.custom-complex {
        background-color: #f1f1f1;
        padding: 10px 5px;
        border: 1px solid #ddd;
        border-radius: 10px;
    }

        .progress-indicator.custom-complex > li .bubble {
            height: 22px;
            width: 99%;
            border-radius: 2px;
            box-shadow: inset -5px 0 12px rgba(0, 0, 0, 0.2);
        }

            .progress-indicator.custom-complex > li .bubble:before,
            .progress-indicator.custom-complex > li .bubble:after {
                display: none;
            }

.progress-label {
    font-size: 13pt;
}

@media handheld, screen and (max-width: 400px) {
    .container {
        margin: 0;
        width: 100%;
    }

    .progress-indicator.stacked {
        display: block;
        width: 100%;
    }

        .progress-indicator.stacked > li {
            height: 80px;
        }

    .btn-group {
        text-align: center;
        margin-left: 10px;
    }

        .btn-group .fa {
            font-family: FontAwesome,HelveticaNeue;
            margin-top: 5px;
        }

    h2 {
        font-size: 20px;
    }

    .list-item {
        margin-bottom: 3px;
        width: 330px;
        text-align: left;
        height: 50px;
    }

    .coverage-list-item {
        margin-bottom: 3px;
        width: 330px;
        text-align: left;
        height: 100px;
    }

    .driver-list {
        font-size: 1.4875rem;
        font-weight: 300;
        border-style: inset;
        background-color: aliceblue;
        white-space: nowrap;
        width: 320px;
    }
}

/*  Date Picker */
input.date_picker {
    text-align: center;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 18px;
    width: 78px;
}

/* Google Maps */

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */

#map-container {
}

#map {
    width: 500px !important;
    height: 300px !important;
}

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    /*display: none;*/
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
    z-index: 10001 !important;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

    .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

