/**********************************
GLOBAL
**********************************/

.container > .row{
	padding-left:15px;
	padding-right:15px;
}

.error{
	color:red;
}


/**********************************
HOME FORM
**********************************/

.help-block a{
	font-size:14px;
	color:#fff;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#cta-home{padding-top:80px;padding-bottom:80px;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1140px) {}


/**********************************
Submit_quote_request_lookup_cc_alt

**********************************/
#page h1{font-size:1.4rem;}
.vehicle-details{margin-top:20px;    
	border-radius: 3px;
    background: #fff;
    padding: 10px 0;
    margin-left: 0px;
    margin-right: 0px;}
.details-row{margin-top:8px;}
.contact-details-label{margin-top:8px;}
.page-step-2{padding:20px 0 40px 0;background:#eee;}
@media (min-width: 768px) { .page-step-2{padding:40px 0;background:#eee;} }


#carreg_find{
    position: absolute;
    right: 0px;
    width: 50px;
    background: #fff url(/quote-forms/image/search-icon.png) no-repeat center center;
    z-index: 20;
    background-size: 30px 30px;
    height: 60px;
}
#carreg_find:hover{cursor:pointer;}

#postcode-label, #reg-label{margin-top:10px;}
.alloy-wheels{margin-top:30px;}
.alloy-wheels legend{font-size:1.4rem;}
.float-right{position:relative;}
.submit-btn{margin-top:34px;}
.required-star{color:red;}
@media (min-width: 992px) {
	.page-step-2{padding-top:80px;padding-bottom:80px;}
	#page h1{font-size:1.6rem;margin-bottom:20px;}
	#alloy-detail-section{
		padding-left:30px;
	}
	.alloy-wheels{margin-top:0px;}
} 


.custom-popup-container {
     display: none;
  position: absolute;
  background-color: #48453f;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 1000;
  color: #fff;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .custom-popup-container {
    left: 10px;
    right: 10px;
    top: 15px;
    border-radius: 10px;
    padding: 40px 20px;
  }
}
.custom-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 999;
  opacity: 0.6;
}

#silent_overlay_warn, #overlay_warn{
top:60px;
width:100%;
text-align:center;
color:#fff;
z-index:200;
position:fixed;
}

.overlay_msg_block_silent{
display:inline-block;
padding:20px;
background:rgba(172,0,0,0.8);
}

.overlay_msg_block{
display:inline-block;
padding: 10px;
background:rgba(172,0,0,0.8);
z-index:2;
position:relative;
}

#overlay_bg_warn{
  width:100%;
  height:100%;
  top:0px;
  bottom:0px;
  z-index:1;
  display:block;
  position:absolute;
}

#silent_overlay_bg_warn_close{
margin-left: 20px;
color: #fff;
opacity: 8;
}

.overlay_msg_block .close{
display:none;
}


#overlay_warn{
  width:100%;
  height:100%;
  display:block;
}

@media (min-width: 768px) {
  #postcode-label, #reg-label{
    margin-top:0px;
  }

  .overlay_msg_block{
    top:40px;
    position:relative; 
  }
}


/**********************************
Submit_quote_request_nolookup_cc
Occurs when registration lookup fails
**********************************/
#make-label, #model-label{
  margin-top:10px;
}



/**********************************
Submit_quote_request_lookup_cc_reg

**********************************/

#parsley-id-multiple-car_alloy_wheels li{
    position:absolute;
  z-index:20 !important;
  color:red;
  font-size:11px;
  text-align:right;
  top:0px;
  width:100%;
  right: 15px;
  padding-left: 90px;
}

.parsley-errors-list li{
  right:15px;
}



/**********************************
Submit_quote_request_lookup_cc
Occurs when registration lookup succeeds & no previous submissions
**********************************/


/**********************************
Submit_quote_request_cc
Occurs when visitor doesn't know reg or postcode
**********************************/
.no-unrecognised-reg-form-page{
  padding:40px 0;background:#eee;
}


/**********************************
Damage_selector_mobile
**********************************/
#scratches-popup-mobile{
padding:20px;
}

#scratches-popup-mobile .btn-group .btn{
  width:28%;
}

#scratches-popup-mobile .number-group{
  margin-bottom:16px;
  display:block;
}

#scratches-popup-mobile .number-group button{
  width:15%;
  float:left;
  box-sizing: border-box;
}

#scratches-popup-mobile .number-group input{
  width:70%;
  float:left;
  box-sizing:border-box;
}

#scratches-popup-mobile .item:after{
    content: "";
    display: table;
    clear: both;
    margin-bottom:8px;
}



/**********************************
Damage_selector_desktop

**********************************/
#continue, #custom-continue{
  padding:10px 20px;
  border-radius:3px;
  color:#fff;
  display:inline-block;
  text-align:center;
  background:#2caae2;
  margin-top:20px;
  margin-bottom:20px;
}

#continue:hover, #custom-continue:hover{
  text-decoration:none;
  background:#198abc;
}


/**********************************
Damage_guidance_texts

**********************************/


/**********************************
Zero_offer_scrap
**********************************/
#zero-offer-scrap{
padding:40px 0;background:#eee;
}

#zero-offer-scrap .submit-btn{
  text-indent:0px;
}

#zero-offer-scrap .submit-btn:after{
  display:none;
}



#zero-offer-scrap .submit-btn:hover{
  color:#fff;
  text-decoration: none;
}



/**********************************
Top_offers_scrap

**********************************/
#top-offers-scrap{
padding:40px 0;background:#eee;
}

#top-offers-scrap .price-box{
  background:#fff;
  padding:40px;
  margin-right:20px;
  border-radius:3px;
}

#top-offers-scrap .car-image{
      display: table-cell;
    height: 260px;
    margin: 0;
    vertical-align: middle;
}

#top-offers-scrap .price{
  font-size:2rem;
  text-align:center;
}

.details{
  text-align:center;
}

.more{display:block:width:300p}

.more div div{display:inline-block;}

.more .key{width:50%;text-align:right;padding-right:5px;font-weight:bold;}
.more .value{width:50%;text-align:left;padding-left:5px;}
.make-model{margin:10px 0;font-weight:bold;font-size:1.1rem;}

#top-offers-scrap .submit-btn{
  font-size:1rem;
  margin-top:20px;
  text-indent:0px;
  text-align:center;
}

#top-offers-scrap .submit-btn:hover{
  text-decoration:none;
  color:#fff;
}

#top-offers-scrap .submit-btn::after{
  content:'';
  display:none;
}
.price-box .quote-form{text-align:center;}

.price-box .quote-form .input-group{
  margin:0 auto;
  text-align:left;
  width:100%;
  max-width:300px;
}

#top-offers-scrap .featured-box ul{
  list-style:none;
  margin:40px 0 0 0 0;
  padding:0;
  text-align:left;
  font-size:16px;
}

#top-offers-scrap .featured-box li{
    margin-top:20px;
}

#top-offers-scrap .featured-box ul li img{
  margin-right:14px;
  vertical-align: middle;
}

#top-offers-scrap .price-box h2{
  font-size:1.8rem;
}



/**********************************
Top_offers_salvage
**********************************/
#top-offers-salvage{
  padding:15px 0 20px 0;background:#eee;
}

#top-offers-salvage .box{
  background:#fff;
  padding:10px;
  text-align:center;
}



@media (min-width: 768px) {
  #top-offers-salvage .box{padding:20px;}
  #top-offers-salvage{padding:60px 0;}
}

#top-offers-salvage .highest-price.box{
  padding-bottom:40px;
}

#top-offers-salvage .highest-price.box .value{
  font-size:1.4rem;
}

#top-offers-salvage .car-image{
  position:relative;
}
/*
#top-offers-salvage .get-price .text{
  position:absolute;
  text-align:center;
  color:#fff;
  display:block;
  width:100%;
  padding:10px;
  bottom:0;
  background: rgba(0,0,0,0.5);
}
*/

#top-offers-salvage .get-price .car-image img{
  max-height:148px;
}
.or{
  text-align:center;
  z-index:100;
}

.or span{
  border-radius:100%;
  width:70px;
  height:70px;
  line-height:70px;
  display:inline-block;
  color:#fff;
  text-align:center;
  background:#2caae2;
  text-transform:uppercase;
  font-size:1.2rem;
  font-weight:bold;
  margin:-20px 0;
}

#top-offers-salvage .submit-btn{
  font-size:1rem;
  margin-top:20px;
  text-indent:0px;
  text-align:center;
}

#top-offers-salvage .submit-btn:hover{
  text-decoration:none;
  color:#fff;
}

#top-offers-salvage .submit-btn::after{
  content:'';
  display:none;
}



#top-offers-salvage .get-price.box{
  padding-top:40px;
}

#top-offers-salvage .get-price .value{
  font-size:1.4rem;
}

#top-offers-salvage .get-price.box .description{
  margin-top:10px;
}


@media (min-width: 768px) {
  #top-offers-salvage .highest-price.box{
    padding-bottom:20px;
  }

  #top-offers-salvage .get-price.box{
    padding-top:20px;
  }

  .or{
    margin-top:150px;
  }
}

#top-offers-salvage .box-title{
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 10px;
}

#top-offers-salvage .icon-n-text{
  height:30px;
  line-height:30px;
}

/**********************************
Accept_quote
**********************************/
#accept-quote{
padding:40px 0;background:#eee;
}

.btn.btn-white-blue {
  background-color: #fff;
  border: 2px solid #66c7f2;
  color: #424242;
  font-size: 12px;
  border-radius: 8px;
  padding: 6px 14px;
}

.btn.btn-white-blue:active, .btn.btn-white-blue:focus{
  outline:none !important;
}


@media (min-width: 768px) {
  .btn.btn-white-blue {
    padding: 11px 14px;
  }
}
.btn.btn-white-blue.active {
  box-shadow: none;
  outline:none !important;
  background-color: #66c7f2;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.btn.btn-white-blue.active:after {
  position: absolute;
  left: -3px;
  width: 2px;
  top: 0;
  bottom: 0;
  background-color: white;
  content: ' ';
}
.btn.btn-white-blue.active:first-of-type:after {
  display: none;
}

.btn-group > label.btn.right-opt {
  -webkit-border-top-right-radius: 8px !important;
  -webkit-border-bottom-right-radius: 8px !important;
  -moz-border-radius-topright: 8px !important;
  -moz-border-radius-bottomright: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}


.float-right {
  float: right;
}

.with-prepend{
  position:relative;
}

.addon.prepend a{
  position:absolute;
  right:10px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #66c7f2;
  width: 30px;
  padding: 10px 8px;
  box-sizing: border-box;
  border-radius: 0px 3px 3px 0px;
  line-height: 100%;
}

#accept-quote .submit-btn{
  text-align:center;
}

#accept-quote .submit-btn:after{
  content:'';
}

.quote-forms .submit-btn:hover{
  text-decoration:none;
  color:#fff;
}
/**********************************
Accept_offer_complete

**********************************/
.final-landing-page{
padding:40px 0;background:#eee;
}

/**********************************
Accept_offer

**********************************/


/**********************************
Too_good_to_scrap_complete

**********************************/


/**********************************
Too_good_to_scrap_accept_offer
**********************************/

.scrap-confirmation-page{
  padding:40px 0;background:#eee;
}

.big-icons .icon-text{
  line-height:40px;
}

.big-icons .icon-text img{
  height:30px;
  width:auto;
  vertical-align: middle;
  padding-bottom:4px;
  margin:10px 0;
}

.scrap-confirmation-page .form-group{
  margin-bottom:10px;
}

@media (max-width: 576px) {
  label{display:block;}
  .btn-group{float:left;display:block;}
  .tt-address{margin-top:10px;}
}

/**********************************
Too_good_to_scrap

**********************************/
.extra-questions-page{
  padding:40px 0;background:#eee;
}

.extra-questions-page .mileage input{
  width:50px;
}
.extra-questions-page .mileage span{
  float:left;
  width:50px;
}

.extra-questions-page .btn-group{
  display:block;
  width:100%;
}

.extra-questions-page #engine-condition label{
  width:50%;
}

.extra-questions-page .btn-group label{
  padding:6px 2px;
  min-width:50px;
}
.extra-questions-page #warning-lights-list .col-xs-3{
  text-align:center;
}
.extra-questions-page #warning-lights-list label{
  width:25%;
}
.extra-questions-page .note{
  display:block;
}

#whatsup-popup-trigger{
    background: #525252;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    margin-top: 10px;
  }

#cboxWrapper #cboxClose{
      position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(../image/colorbox/controls.png) no-repeat top center;
    width: 10px;
    height: 23px;
    background-position: -27px -23px;
    border: 0;
    text-indent: -9999px;
}
/**********************************
Error Pages
**********************************/

.error-page{padding:40px 0;background:#eee;}



/**********************************
Other
**********************************/

.scratches-popup .row .col-md-6 {
  box-sizing:border-box;
}

.popup-container {
  display: none;
}
.scratches-popup #cboxLoadedContent {
  border: none;
  border-radius: 10px;
  background: #424242;
  color: #fff;
}
.scratches-popup #cboxClose {
  display: none !important;
  top: 0;
  right: 20px;
}
.scratches-popup #scratches-popup {
  padding: 25px 50px 10px;
}
.scratches-popup h2 {
  margin: 0 0 8px;
  font-size: 16px;
}
.scratches-popup .btn-group {
  width: 100%;
}
.scratches-popup .btn.btn-white-blue {
  width: 33%;
  padding: 7px;
}
.scratches-popup .right-panel .btn-group {
  width: 100%;
  max-width: 300px;
}
.scratches-popup .right-panel .btn.btn-white-blue {
  width: 30%;
}
.scratches-popup p {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
.scratches-popup select {
  color: #000;
  font-size: 13px;
  width: 100%;
  margin-bottom: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-style: italic;
}
.scratches-popup .selector {
  background: #daeef3;
  border-radius: 10px;
  padding: 10px;
  color: #48453f;
  margin-bottom: 15px;
  height: 308px;
  overflow-y: auto;
}
.scratches-popup h3 {
  font-size: 24px;
  margin: 0 0 10px;
}
.scratches-popup .left-panel {
  float: left;
  width: 410px;
}
.scratches-popup .right-panel {
  margin-left: 430px;
}
.scratches-popup .selected-container {
  background: #fff;
  border-radius: 10px;
  height: 180px;
  padding: 0;
  overflow: hidden;
}
.scratches-popup .selected {
  color: #48453f;
  font-size: 11px;
  height: 180px;
  line-height: 14px;
  overflow-y: scroll;
  padding: 10px;
}
.scratches-popup .selected .item {
  cursor: pointer;
  cursor: hand;
  margin-bottom: 6px;
  position: relative;
  padding-right: 20px;
}
.scratches-popup .selected .item:hover {
  color: #2c2a26;
}
.scratches-popup .selected .item:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 13px;
  height: 13px;
  background-image: url(image/icons/trash.gif);
}
.scratches-popup .places {
  position: relative;
}
.scratches-popup .selector .section {
  display: none;
}
.scratches-popup .hover-area {
  position: absolute;
  cursor: pointer;
  cursor: hand;
}
.scratches-popup .selector .item {
  font-size: 15px;
  color: #48453f;
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  cursor: hand;
}
.scratches-popup .selector .item:hover {
  color: #22211e;
}
.scratches-popup .selector .item:hover:before {
  background: #46ac34;
}
@media (max-width: 1023px) {
  .scratches-popup .selector .item {
    padding-left: 40px;
    line-height: 16px;
    padding-top: 2px;
    font-size: 13px;
  }
  .scratches-popup .selector .item span {
    display: block;
    font-size: 12px;
  }
}
.scratches-popup .selector .item:before {
  content: "+";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  color: #fff;
  background: #51c83d;
  border-radius: 4px;
  text-align: center;
  line-height: 16px;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .scratches-popup .selector .item:before {
    height: 30px;
    width: 30px;
    line-height: 27px;
    font-size: 28px;
  }
}
.scratches-popup .form-footer {
  text-align: right;
  margin-top: 10px;
}
.scratches-popup .btn-green {
  font-size: 16px;
  text-transform: none;
  width: 200px;
  height: 35px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .scratches-popup p {
    font-size: 12px;
    line-height: 15px;
  }
  .scratches-popup h2 {
    font-size: 12px;
  }
  .scratches-popup h3 {
    font-size: 16px;
  }
  .scratches-popup #scratches-popup {
    padding: 15px;
  }
  .scratches-popup .btn.btn-white-blue {
    font-size: 12px;
    padding: 3px;
    border-radius: 4px;
  }
  .scratches-popup .btn-group {
    width: 100%;
  }
  .scratches-popup .left-panel {
    float: none;
    width: 100%;
  }
  .scratches-popup .right-panel {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .scratches-popup .selector {
    margin-bottom: 10px;
    height: auto;
    min-height: 150px;
  }
  .scratches-popup .selected-container {
    height: 100px;
  }
  .scratches-popup .selected {
    height: 100px;
  }
}
@media (max-width: 1023px) {
  .scratches-popup #cboxLoadedContent {
    margin-left: 5px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .scratches-popup p {
    font-size: 14px;
    line-height: 18px;
  }
  .scratches-popup h2 {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .handshake {
    margin-bottom: 20px;
  }
}
#whatsup-popup {
  text-align: center;
  padding: 20px 40px 10px;
}
#whatsup-popup .phone-number {
  font-size: 30px;
  font-weight: 700;
}
.whatsup-popup #cboxLoadedContent {
  border: 5px solid #000;
}
.extra-questions-page .width-2-3 .btn-group .btn {
  width: 40%;
}
.extra-questions-page .width-2-3 .btn-group .btn:first-of-type {
  width: 30%;
}
.extra-questions-page .width-2-3 .btn-group .btn:last-of-type {
  width: 30%;
}

#overlay_warn{
  top:0px;
}

.overlay_msg_block{
  max-width:100%;
  background:#fff;
  color:#333;
}

#overlay_table{
  height:100%;
  overflow:auto;
}

#overlay_table td, #overlay_table th{
 padding:5px;
 text-align:Center;
 font-size:14px;
 vertical-align:middle;
}

#overlay_table td a{
background:#2caae2;
color:#fff;
margin:3px;
padding:6px;
}

#top-offers-salvage .car-details{
  display:table;
  width:100%;
  margin-bottom:10px;
  padding-top:10px;
}

#top-offers-salvage .car-image{
  display:table-cell;
  width:54%;
  margin-right:2%;
  vertical-align:middle;
}

#top-offers-salvage .price{
    display: table-cell;
    width: 54%;
    margin-right: 2%;
    vertical-align: middle;
}