/*Main Style Overrides*/
[data-toggle=buttons] > .btn > input[type=radio],
[data-toggle=buttons] > .btn > input[type=checkbox] {
    position: absolute;
    left: -9999px;
    display: inline;
}

.col-xs-12, .col-sm-12 {
    padding-left: 5px;
    padding-right: 0;
}

.panel-group .panel {
    overflow: inherit;
}

.modal-backdrop {
    z-index: 0;
}

body {
    font-family: "Lato","Helvetica Neue","Helvetica","sans-serif";
    padding-top: 0;
    padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Lato","Helvetica Neue","Helvetica","sans-serif";
}

label {
    font-weight: normal;
}

span {
    font-size: 10px;
}

#typed {
    font-size: 40px;
    color: #C24C2E;
}
/*Scroll X typing*/

.spn-admin-text {
    font-size: 14px;
    font-weight: bold; 
}
#payFreq {
   /* font-weight: bold; 
    font-size: 18px;*/
}
#payFreq.stick {
    color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 767px) {

#dvTotalPrem .text-right {
    text-align: left!important;
}
}

.typed-cursor {
    font-size: 20px;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*End scroll x typing*/

.noSpanStyle {
    font-size: 12px;
}

.push-right {
    float: right;
}

.push-left {
    float: left;
}

@media screen and (min-width: 768px) {
    .jumbotron h1 {
        font-size: 63px;
        margin-top: 0;
    }
}

.btn-lg {
    background: #f2f2f2;
}

h1, h2, h3 {
    margin-top: 10px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.jumbotron {
    font-weight: normal;
}
/*End Overrides*/

/*Custom CSS*/
.integer-mask {
    text-align: left !important;
}

.glyphicon-attention {
    font-size: 100px;
    color: #182959;
}

.totalVehAmt {
    font-weight: bold;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

input[readonly] {
    cursor: pointer !important;
    background-color: #fff !important;
}

.detail-heading {
    font-size: 16px;
    font-weight: bold;
}

.hidden-Item {
    opacity: .5;
}

.btn-group-vehType {
    width: initial !important;
}

.quoteNumber {
    font-weight: bold;
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    /* show it on small screens */
    .breadcrumb-list-mobile {
        display: block;
    }

    .breadcrumb-list {
        display: none;
    }
}

@media screen and (min-width: 401px) {
    /* show it on bigger screens */
    .breadcrumb-list-mobile {
        display: none;
    }

    .breadcrumb-list {
        display: block;
    }
}

.breadcrumb-list {
    margin-top: 20px;
    color: #000;
    padding-left: 0;
}

.breadcrumb-list-mobile {
    margin-top: 20px;
    color: #000;
    padding-left: 50px;
}

.breadcrumb-list > span {
    font-size: 18px;
}

.breadcrumb-li {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    margin: 0 1em;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    margin-left: 30px;
}

.breadcrumb-list > li::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -30px;
    width: 30px;
    height: 1px;
    background: #000;
    z-index: 0;
}

.breadcrumb-list > li:first-child::before {
    display: none;
}

.active-breadcrumb {
    background: transparent;
    border: 1px solid #C24C2E;
    color: #C24C2E;
    font-weight: bold;
}

.active-breadcrumb-text {
    color: #C24C2E;
    font-weight: bold;
}

    .active-breadcrumb-text > label {
        display: inline-block;
        font-size: inherit;
        font-weight: inherit;
    }

.active-breadcrumb ~ li::before {
    background: black;
}

.uppercase {
    display: inline-block;
    font-size: inherit;
}

span > .uppercase {
    font-weight: normal;
}

.uppercase:first-letter {
    text-transform: uppercase;
}

.tick {
    background: url("/Images/tick.png") no-repeat left top;
    /*height: 20px;*/
    padding-left: 32px;
    text-align: left;
    list-style-type: none;
}

.font-18 {
    font-size: 18px;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

#typed > span {
    font-size: inherit;
}

.quote-h4 > span {
    font-size: inherit;
}

h3 > span {
    font-size: inherit;
}

h3 > label {
    font-size: inherit;
    font-weight: inherit;
}

h4 > span {
    font-size: inherit;
}

.underline {
    text-decoration: underline;
}

.pop-validation {
    color: #FF1919;
}

.input-box > h3 {
    padding-left: 15px;
}

.sidebar_header > h3 {
    margin-left: 15px;
}

.claimHeading {
    margin-top: -20px;
}

#dvTotalPrem.stick {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
    background-color: #182959;
    color: #fff;
}

label > .popover {
    font-weight: normal !important;
}

label > span {
    font-size: inherit;
}

.spn-prem-amt {
    color: #333;
    font-size: 22px;
    font-weight: bold;
}

.spn-prem-amt-sticky {
    color: #333;
    font-size: 22px;
    font-weight: bold;
}

.sticky-amt {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.btn-quote-box {
    float: left;
    margin-top: 20px;
}

.ui-slider .ui-slider-handle {
    width: 20px;
    height: 30px;
    background: url(../Images/scrub_big.png) no-repeat;
    overflow: hidden;
    position: absolute;
    top: -10px;
    border-style: none;
}

.slider-val-box {
    border: 1px solid black;
    margin-top: -5px;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.quoteBox {
    border: 1px solid black;
}

.quote-h4 {
    color: #182959;
    font-size: 18px;
    font-weight: bold;
}

.quote-sub-head {
    font-size: 14px;
    font-weight: bold;
    color: #646464;
}

.input-box {
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.ui-autocomplete {
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000 !important;
    text-align: left;
}

.ui-autocomplete-loading {
    background: url('../images/progress_circle.gif') no-repeat right center;
}

.btn-toolbar > .panel-heading {
    padding-left: 0;
}

.btn-primary-checkbox {
    color: #000;
    background-color: #fff;
    margin-bottom: 5px;
    font-size: 13px;
}

.modal-header {
    color: #fff;
    background-color: #5ba2ff;
    font-weight: bold;
    border-radius: 6px 6px 0px 0px;
}

.input-error {
    border: 1px solid red;
    border-radius: 6px;
}

.input-success {
    border: 1px solid #5ba2ff !important;
    border-radius: 6px !important;
}

.jumbotron {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    background: #f2f2f2;
    color: #C24C2E;
    min-height: 70px;
}

    .jumbotron p {
        font-size: 22px;
        font-weight: bold;
    }

.panel {
    border: none;
}

.panel-default > .panel-heading {
    background-color: transparent;
}

.panel-title > h3 {
    font-size: 16px;
    font-weight: bold;
}

.btn-group {
    width: initial;
    margin-top: 6px;
}

.btn-info {
    color: #5a5a5a;
    border-color: #c4c4c4;
    background-color: white;
    width: inherit;
}

.control-label {
    text-align: left;
}

.tooltip-push {
    margin-bottom: 6px !important;
}

.form-control {
    margin-top: 10px;
    width: 50%;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.input-uppercase {
    text-transform: capitalize;
}

.panel-body, .panel-heading {
    padding-top: 0;
}

.popover-dismiss {
    border: 0px;
    background-color: transparent;
}

    .popover-dismiss:focus {
        outline: none;
    }

.popover {
    z-index: 9999 !important;
    /*position: fixed !important;*/
}

.sidebar_header {
    border: 1px solid #f2f2f2;
    border-radius: 4px 4px 0 0;
    background-color: #f2f2f2;
}

.thumbnail {
    border-radius: 0 0 4px 4px;
}

.show-glyphicon {
    color: green;
}

.show-glyphicon-red {
    color: red;
}
/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
        margin: 0px 35% !important;
    }


/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    margin-top: 0px !important;
    padding-top: 18px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.ui-datepicker {
    z-index: 9999 !important;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

/*Anything smaller than 480*/
@media (max-width: 480px) {
    .btn-info {
        width: 50%;
    }

    .btn-info-start {
        width: 100%;
    }

    .form-control {
        width: 100%;
    }

    .btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group {
        margin-left: 0;
    }

    .inner-addon .glyphicon {
        margin: 0px 65% !important;
    }
}
/*Anything smaller than 768*/
@media (max-width: 768px) {
    .btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group {
        margin-left: 0;
    }
}

.PartnerBranding {
    height: 70px;
    width: 340px;
    display: inline-block;
    float: right;
    margin-top: 20px;
    text-align: right;
}

    .PartnerBranding > h3 {
        margin-bottom: 10px !important;
    }

@media (max-width:767px) {
    .PartnerBranding {
        height: 90px;
        width: 255px;
        display: inline-block;
        float: left;
        margin-top: 0px;
        text-align: left;
    }

        .PartnerBranding > h3 {
            color: black !important;
            margin-bottom: 10px !important;
        }

    .btn-reg-sm {
        font-size: 11px !important;
        white-space: normal !important;
    }
}

.popover-wide {
    width: 300px;
}
/*End Custom CSS*/


/*Validation pickup*/
.numbersOnlyV2, .numbersOnly {
}
/*END validation pickup*/
