﻿label {
    display: block;
}

.validationMessage {
    display: none;
}

.error-message-div {
    color: #AF000D;
    padding-bottom: 5px;
	font-weight: 600;
    font-size: 14px;
}

.btnCoverage {
    display: inline-block;
    text-align: left;
    line-height: 1em;
}

.text-error {
    color: #ff6104;
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 14px;
}

.customMessage {
    color: #f98e26;
}

.dobMM {
    display: inline-block;
    width: 33%;
    float: left;
}

.dobDD {
    display: inline-block;
    width: 31.333333%;
}

.dobYYYY {
    display: inline-block;
    width: 33% !important;
    float: right;
}

@media (max-width : 600px) {
    div.second {
        width: 100%;
        margin: 0px;
        right: 0;
    }

    .row-fluid {
        width: 100%;
        margin: 0px;
        position: relative;
    }

    .mobile {
        display: none;
    }

    div.second p {
        font-size: 16px;
    }

    p + span {
        font-size: 18px;
        color: #f98e26;
    }
}

.dnnFormMessage.dnnFormValidationSummary {
    display: none;
}

.second > div {
    padding-bottom: 10px;
}

.second select {
    padding: 3px;
    border: 2px solid #BCBEC0;
    border-radius: 5px;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 1em;
    width: 100%;
}

.quotePanelDiv {
    padding: 0 75px;
    text-align: center;
}

.second .dob.row-fluid .span8 div:last-child {
    width: 46%;
}

.second .span4 {
    text-align: right;
}

.quotepanelHeading {
    padding-bottom: 10px;
    text-align: center;
}

    .quotepanelHeading h2 {
        font-size: 2em;
        font-weight: 800;
    }

.quoteModuleContainer {
    border: white 5px solid;
    border-radius: 14px;
}

.second label {
    display: block;
    line-height: 25px;
    font-weight: 600;
    font-size: 20px;
}

div.dob span4 {
    text-align: right;
}

.submitContainer {
    background-image: none;
    text-shadow: none;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 25px;
    line-height: 32px;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 0;
    background-color: #1B4955;
    text-decoration: none;
    width: 100%;
    margin-right: -75px;
    margin-bottom: 10px;
}

.red_button:hover, .red_button:focus {
    color: #fff;
}

.red_button {
    color: #fff;
    width: 100%;
}

.dnnmedia_wrapper {
    text-align: center;
}

.red_button em {
    font-size: 2.3em;
    padding-right: 3px;
}

.sectionInnerBackgorund {
    height: 100%;
    background: #75D9EA; /* Old Browsers */
}

@media (max-width:767px) {
    .quotePanelDiv {
        padding: 0 10px;
    }
}

@media (max-width:465px) {
    .stateId .span4, .dob .span4 {
        width: 100%;
        display: initial;
        padding-right: 0;
        text-align: left;
    }

    .stateId .span8, .dob .span8 {
        display: initial;
    }
}

.alert_container {
    text-align: left;
}

.required-data-control.invalid-data-control {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

/*# sourceMappingURL=MyQuoteLatestView.css.map */

.info-asterisk {
    text-align: left;
    color: #FF7729;
    padding: 3px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 300;
}