/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 27, 2021, 12:21:30 PM
    Author     : TP-EWA
*/



.separator.separator-sched-primary {
    border-bottom: 1px solid #6993ff; 
}

.separator.separator-sched-secondary {
    border-bottom: 1px solid #888a8c; 
}

.separator.separator-sched-success {
    border-bottom: 1px solid #1bc5bd; 
}
.quote-text-success {
    color: #55bdca
}
.quote-text-orange {
    color: #fc4444
}

.quote-text-orange-75 {
    color: #fc8282
}

.quote-orange {
    border-color: #fc8282
}
.quote-blue-dark {
    border-color: #2c5f86
}
.quote-blue {
    border-color: #6993ff
}
.quote-blue-green {
    border-color: #55bdca
}
.quote-violet {
    border-color: #e966ee
}
.bg-blue-lt {
    background-color: #d0e2f5 !important;
    
}

.radio.radio-quote > span {
    border: 1px solid transparent;
}
.radio.radio-quote > input:focus ~ span {
    border: 1px solid transparent;
}
.radio.radio-quote > input:checked ~ span {
    background-color: #fc4445;
}
.radio.radio-quote > input:checked ~ span:after {
    background-color: #fff;
    border-color: #fff;
}


.radio.radio-outline.radio-quote > span {
    background-color: transparent;
    border-color: #d1d3e0;
}
.radio.radio-outline.radio-quote > input:focus ~ span {
    background-color: transparent;
    border-color: #d1d3e0;
}
.radio.radio-outline.radio-quote > input:checked ~ span {
    background-color: transparent;
    border-color: #fc4445;
}
.radio.radio-outline.radio-quote > input:checked ~ span:after {
    background-color: #fc4445;
    border-color: #fc4445;
}




.cal-header-right {
    display: flex;
    align-items: flex-end;
    
}


.cal-header-left {
    display: flex;
    align-items: flex-start;
}

.cal-header-center {
    display: flex;
    align-self: center;
    
}

.cal-header-margin {

    margin-top: 0;
    margin-bottom: 0.5rem;
}
 
.card-body  {
    
    padding: 1.25rem;
    
}
 
.vin-input {
    border: 1px solid #6993ff;
}
    
.vin-input-quote {
    border: 1px solid #1bc5bd;
}
    

.vehicle-input-warn {
    border: 1px solid #6993ff;
}

.vehicle-input-danger {
    border: 1px solid #f64e60;
}

.typeahead {
    
    border-left: #d8e2ed 2px solid;
    padding-left: 5px;
}
.typeahead .tt-menu { 
    border: #6993ff 1px solid;
    z-index: 2050;
}

.calContent > .calPane {
    display: none;
}

.calContent > .active {
    display: block;
}
.quoteContent > .quotePane {
    display: none;
}

.quoteContent > .active {
    display: block;
}

#verifyCodeCard {
    display: none;
}
#listApptCard {
    display: none;
}
#listQuoteCard {
    display: none;
}
.otp-input-primary {
    background-color: #f3f6f9;
    border-color: #6993ff;
    color: #3f4254;
}

.otp-input-success {
    background-color: #f3f6f9;
    border-color: #1bc5bd;
    color: #3f4254;
}

