/* 
    Created on : 15-Feb-2019, 15:39:04
    Author     : brian
*/
.gapCustomerDetails, .gapVehicleDetails {
    
}

.gapSelectedVehicle {
    background-color: #ffffff;
    border: 1px solid #adadad;
    padding: 10px 25px;
}

.gapSelectedVehicle img {
    margin: 0 auto;
}


.vrmInput {
    font-family: "UKNumberPlate";
    border: 1px solid #000000;
    background-color: #FEDE3E;
    color: #000000 !important;
    padding: 0px 12px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    font-size: 32pt !important;
    border-radius: 5px;
    height: auto;
    max-width: 300px;
}

#gapVehicleStep2 .formContent {
    background-color: #ffffff;
    padding: 20px;
}

#gapVehicleStep2 .row {
    padding-right: 15px;
}

#quoteSearching {
    text-align: center;
}

#quoteSearching .searching {
    display: inline-block;
    text-align: center;
    min-width: 300px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 25px 50px;
}

#quoteContainer .quote {
    background: #ffffff;
    margin-bottom: 10px;
    padding: 20px 15px;
    display: flex;
    width: 100%;
    cursor: pointer;
}

#quoteContainer .quote .product {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.4em;
}

#quoteContainer .content {
    flex: 1;
}

#quoteContainer .prices {
    flex: 0 0 200px;
    padding: 20px;
    background: #0E934B;
    color: #ffffff;
    margin-right: 25px;
    text-align: center;
}

#quoteContainer .quote .features {
    margin-left: 25px;
}

#quoteContainer .quote .features span {
    font-weight: bold;
}

#quoteContainer .quote .premiumContainer {
    font-size: 2em;
}

#quoteContainer .quote .premiumMonthlyContainer {
    font-size: 1.5em;
}

#quoteContainer .quote.selected {
    border: 2px solid #00cc33;
    background: #ccffcc;
}

.page-gap-landing {
    font-size: 15pt;
}

.page-gap-landing .title {
    font-family: "HouschkaLight";
    font-size: 24pt;
    color: #0E934B;
    margin: 25px 0 20px;
}

.page-gap-landing.content-forms {
    padding-top: 0;
}

.info-cell .title, .info-cell-plain .title {
    font-family: "HouschkaLight";
    font-size: 14pt;
    color: #0E934B;
}