#quote {
    padding-top: 10px; 
    padding-right:10px
}

#quote label{
    font-size: 0.8em;
    line-height: 1.2em;
}

#quote .form-group small.text-error{
    color: #d81212;
    display:block;
    clear: both;
}

#quote .form-group.form-md-line-input{
    margin-bottom: 0;
}

#quote .nav-tabs.nav-justified>li {
    display: table-cell;
    /* width: 1%; */
}


#quote .step-anchor>li.active>div {
    /* color: #d81212 !important; */
}
#quote .nav-tabs {
    margin: 0px;
    display: table;
    width: 100%;
    padding-inline-start: 0px;
    margin-bottom: 20px;
}

#quote .step-content > div > fieldset {
    padding-inline-start: 30px; 
    margin: 0px;
    box-sizing: unset;
    border: 0px none;
}

#quote .nav-tabs>li.active>div.vertical-line {
    background-color: #d81212;
}
#quote .nav-tabs>li.active>div.vertical-line-grey {
    background-color: #555;
}
#quote .nav-tabs>li.active>div {
    background-color: none;
    cursor: default;    
    border: 1px solid #ddd;
    border-bottom: 0;
    border-bottom-color: transparent;
}
#quote .nav-tabs>li.active .tab-switch.current-tab {
    font-weight: bold;
    width: 100%;
    border:0;
}
#quote .tab-switch {
    border: 1px solid #ddd;
    line-height: 20px;
    padding: 7px;
    font-size: 15px;
    letter-spacing: 1px;
}
#quote .nav-tabs>li>div {    
    margin-right: 2px;
    line-height: 1.42857143;
    border:0;
    border-bottom-color: transparent;
    border-radius: 4px 4px 0 0;
    text-align: center;
}

#quote .repeat_block, #quote .remove_block {
    font-size: 12px;
}
#quote .form-group .md-radio-inline .mt-radio.mt-radio-outline input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    border-radius: 50% !important;
    border: 2px solid #666;
    background: 0 0;
    display: block;

} 
#quote .pull-left {
    float: left!important;
}   
#quote .pull-right {
    float: right!important;
} 
#quote .findAddress{
    font-size: 14px;
    width: 100%;
    /*margin: 0 10px;*/
    padding: 12px 0;
    float: inherit !important;
}

#quote .col-md-3 {
    width: 24.5%;
    float: left;
}
#quote .col-md-5 {
    width: 41.66666667%;
    float: left;
}
#quote .col-md-4 {
    width: 33.33333333%;
    float: left;
}
#quote .col-md-2 {
    width: 16.66666667%;
    float: left;
}
#quote .col-md-6 {
    width: 50%;
    float:left;
}

#quote label {
    color: #333;
    display: block;
    font-weight: normal;
    margin-bottom: 0.5em;
}
#quote .form-group .md-radio-inline .mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
}
#quote .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
#quote .row {
    width: 100%;
    display: inline-block;    
}

#quote .dateselector-bootstrap .col-md-6,
#quote .dateselector-bootstrap .col-md-3,
#quote .dateselector-bootstrap .col-md-4,
#quote .dateselector-bootstrap .col-md-5
{
    float:left;
}

#quote .custom-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

#quote .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

#quote .fade {
    transition: opacity .15s linear;
}

#quote .fade.in {
    opacity: 1;
}

#quote .modal-dialog {
    position: relative;
    width: 600px;
    margin: 30px auto;
}

#quote .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    border-radius: 0px !important;
}
#quote .modal-body {
    position: relative;
    padding: 15px;
}
#quote .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
#quote .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.bionic-container {
    max-width: 100%;
}

#quote select,
#quote input[type=text]{
    width: 100%;
    border: 1px solid #c1c1c1;
}

#quote input[type=text]{
    padding: 10px 0 10px 10px;
    width: 100%;
}

#quote button, #quote input[type="button"], #quote input[type="submit"]{
    padding: 12px 17px;
    font-size: 12px;
    margin-right: 0;width: 100%;
}

#quote .col-xs-6{
    width:50% !important;
    float: left;
}

/*#quote .col-xs-12{
    width:100% !important;
    float: left;
}*/

#quote .checkbox-danger{
    float: right;
}

#your_quotes {
    padding: 10px;
    margin-left: 15%;
}

#your_quotes p{
    color: #000 !important;
}
button[name=back]{
    background:-webkit-linear-gradient(top, #3277d4, #003679);
}

.quote_loader img{
    margin: 0 auto;
    display: block;
    float: none;
    width: 250px;
}

.quote_loader{
    text-align: center;
}

#get_quote {
    font-size: 20px!important; background: #62c52b;
        background-color:#073f86;
        border-radius: 30px;
/*    background: -webkit-linear-gradient(top, #ecb492, #9a430e);
    background: -moz-linear-gradient(top, #ecb492, #9a430e);
    background: -ms-linear-gradient(top, #ecb492, #9a430e);
    background: -o-linear-gradient(top, #ecb492, #9a430e);
    background: linear-gradient(top, #ecb492, #9a430e);
    text-shadow: 2px 2px 2px #000;*/
}

.findAddress{
    background-color:#073f86;
}

.control-label{
    text-align: justify;
}

@media only screen
and (max-width : 320px) {
    #quote button {
        padding: 12px 14px;
    }
    #quote .findAddress {
        font-size: 11px;
    }

}