/* Main CSS - SRP Repeater */


.srp-page{
    margin-bottom: 30px;
}

.car-fax {
    display: inline-block;
    float: left;
    width: 60px;
}
.srp-breadcrumbs{
	margin-left: -30px;
    margin-top: 15px;
} 
.srp-title-header{
	color: #000 ;
    font-weight: bold;
  	margin-bottom: 25px;
  	margin-top: -15px;
}
.mvdp-disclaimer {
    font-size: 12px;
  	margin-bottom: 15px;
}
.badge{
	/*background-color: #ccc !important;
  	color: #000 !important;*/
}

.srp-repeater {
	  font-size: 14px;
  }
  .srp-vTitle h2 {
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 3px;
    margin-top: 0;
  }

  .srp-vLink a {
    font-weight: bold;
    text-decoration: none;
	color: #c62227 !important;
  }

  .srp-repeater-header {
    border-bottom: 1px solid #DDD;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
	.banner-img-overlay {
    height: auto;
    
}
	.w-vdpPriceBox-priceList .w-vdpPriceBox-priceLabel {
		width: 52%;
	}

  .srp-repeater {
    background-color: #f5f5f5;
    padding: 10px 10px;
    border: 2px solid #adadad;
    margin-bottom: 15px;
  }
	.banner-img-srp {
    background-image: url(/WebSites/1700/Images/banner-srp.jpg);
	}
 
.srp-vImg-lg img, .srp-vImg-xs img {
    border: 3px solid #cbcbcb;
}

  .srp-results-footer {
    margin-top: 15px;
  }

  .srp-pagination .pagination>li>a{
	font-size:14px;
  }

.btn-srp{
	background-color: #ccc;
  	color: #000;
}
.srp-repeater .w-vdpformBtns-btn {
    padding: 10px 0 5px;
}

.srp-pagination .pagination>li>a:hover{background-color: #1aa6e2;}
.btn-srp:hover{background-color: #1aa6e2;}

  .srp-pagination .pagination>li>a:focus,
  .srp-pagination .pagination>li>a:hover,
  .srp-pagination .pagination>li>span:focus,
  .srp-pagination .pagination>li>span:hover{
    color: #FFF;
    background-color: #a91016;
    border-color: #a91016;
  }


  .srp-sortby-wrap select, .srp-sortby-wrap label {
    display: inline;
    text-align: center;
	font-size: 14px;
  }

  .srp-sortby-wrap .form-control {
    /*max-width: 145px;
	max-width: 130px;*/
    font-size: 14px;
    font-weight: bold;
    width: 100%;
  }

  .srp-pagination .pagination {
    margin: 0 0;
  }

  .srp-sortby-wrap label {
    font-weight: normal;
  }

  .srp-vFound {
    margin-top: 6px;
	    font-size: 14px;
  }

  .srp-vFound span {
    color: #0c58ab;
    font-weight: bold;
  }

  .srp-header h1 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .srp-vImg-lg img, .srp-vImg-xs img {
    border: 3px solid #cbcbcb;
  }

  .srp-priceWidget .w-vdpPriceBox {
    background-color: #eeeeee;
    padding: 5px;
  }

  .srp-estPay .vdp_payment_box {
    margin-top: 0;
    margin-bottom: 0;
  }

  .srp-vDetails-comma{
    display:none;
  }

  @media (min-width:541px) and (max-width:767px){
    .srp-priceWidget .w-vdpPriceBox {
      background-color: transparent;
      padding: 0;
      margin-bottom: 10px;
    }
    
    .srp-vDetails strong {
      display: none;
    }
    .srp-vDetails-comma{
      display:inline-block;
    }
    .srp-vLink {
      text-align:right;
    }
  }
  @media (max-width:540px){
    .srp-vTitle h2{
      text-overflow: initial;
      white-space: initial;
      overflow: initial;
    }
    .srp-priceWidget .w-vdpPriceBox {
      margin-bottom: 5px;
    }
    .srp-ctcall,
    .srp-vCta-2 {
      margin-bottom: 10px;
    }
  }

.spr-sendMobile .w-vdpformBtnsList a:before {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 5px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e145";
  }

  /*.spr-sendMobile div {
    display: inline-block;
  }*/
	.spr-sendMobile {
	  float: right;
	  background-color: #ededed;
	  padding: 0 0 0 3px;
 	 }
  .spr-sendMobile .w-vdpformBtnsList a {
    display: inline-block;
    color: #337ab7;
    background-color: transparent;
    border: none;
    font-size: 14px;
	padding: 0px 5px;
  }
  .spr-sendMobile .w-vdpformBtnsList a:hover,
  .spr-sendMobile .w-vdpformBtnsList a:focus {
    color: #337ab7;
    background-color: transparent;
  }

  /* SRP - Grid XXS */

  .visible-xxs { display: none; }

  @media (max-width:540px){
    
    .col-xxs-1 { width: 8.333333333333332%; }
    .col-xxs-2 { width: 16.666666666666664%; }
    .col-xxs-3 { width: 25%; }
    .col-xxs-4 { width: 33.33333333333333%; }
    .col-xxs-5 { width: 41.66666666666667%; }
    .col-xxs-6 { width: 50%; }
    .col-xxs-7 { width: 58.333333333333336%; }
    .col-xxs-8 { width: 66.66666666666666%; }
    .col-xxs-9 { width: 75%; }
    .col-xxs-10 { width: 83.33333333333334%; }
    .col-xxs-11 { width: 91.66666666666666%; }
    .col-xxs-12 { width: 100%; }

    .visible-xxs{ display: block !important; }
    .hidden-xxs{ display: none; }
    
  }

  /* SRP - Grid XXS */

	

  /* Pricing Table */

  .w-vdpPriceBox-priceWrap {
    font-weight: 700;
    overflow: hidden;
    border-bottom:dotted 1px;
    width: 100%;
  }
  .w-vdpPriceBox-figure {
    float: right;
  }
  .w-vdpPriceBox-original .w-vdpPriceBox-figure {
    float: right;
    font-size: 20px;
    line-height:24px;
  }
  .w-vdpPriceBox-discount {
    font-weight: 400;
    font-size: 14px;
  }
  .w-vdpPriceBox-discount .w-vdpPriceBox-priceLabel, 
  .w-vdpPriceBox-discount .w-vdpPriceBox-figure {
    line-height:20px;
  }
  .w-vdpPriceBox-priceLabel {
    float: left;
  }
  .w-vdpPriceBox-priceLabel[data-toggle="popover"] {
    text-decoration: underline;
  }
  .w-vdpPriceBox-yesPrice:after {
    content: "*";
    display: inline;
    font-size: 0.5em;
    vertical-align: text-top;
    line-height: 1em;
  }
  .w-vdpformBtns-disclaimer {
    font-size: 12px;
    padding-top: 15px;
    line-height: 1.4em;
  }
	.w-vdpformBtns .btn-danger {
		color: #fff;
		background-color: #d1261c ;
		border-color: #d1261c ;
	}
	.w-vdpformBtns .btn-danger:hover {
    	background-color: #1aa6e2;
	  border-color: #1aa6e2 ;
	}
.pagination>li>a, .pagination>li>span {
    color: #000;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    
}
  /* Pricing Table */


  .vdp_payment_label{font-weight:bold;text-transform:uppercase}
  .vdp_payment,.vdp_payment_disclaimer{font-size:11px;line-height:1.1em;display:inline-block}
  .vdp_payment{font-weight:bolder}
  .vdp_payment_figure{font-size:28px;line-height:1.1em;color:#d1261c}
  @media screen and (max-width:991px){.vdp_payment_box{margin:20px 0 25px;}}

.dynamic-logo{
	padding: 0px 40px;
}
.srp-vCta-3{
	margin-top: 5px;
}
.btn-danger{
	background-color: #1c9957 !important;
    border-color: #1c9957 !important;
}
.srp-sf-searchBox>form>.form-group>div:nth-child(3){
	margin-top: 15px;
}
.get-todays-price a{
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.3333333 !important;
    border-radius: 6px !important;
}
.modal-dialog .customform{
    width: 600px !important;
}
.modal-header{background: #1c9957;
    text-align: center;
    color: #fff;
    font-weight: bold;}
@media(max-width: 481px){
    .modal-dialog .customform{
    width: 380px !important;
}
}

/*SRP Grid VIEW CSS */

.srp-togg-btns .buttons{text-align: center;margin-right: -30px;}
.srp-togg-btns .buttons button{border: 0;background-color: #dddddd;border-radius: 5px;}
.srp-togg-btns span.glyphicon {font-size: 1.8em;color: #242d65;}
.srp-grid>div {
    display: grid;
    grid-auto-columns: 33.33%;
    grid-template-areas: "1 1 1";
    grid-gap: 20px;
}

.srp-vTitle-grid h2{
    text-align: left;
    font-weight: 700;
    font-size: 22px;
    color: #000;
    font-family: inherit;
    /*padding-bottom: 5px;*/
    padding-top: 5px;
    margin-top: 0;
    margin-bottom: 5px;
    min-height: 50px;
}
.srp-repeater-grid{
    padding: 7px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #6c6c6c;
    color: #000000;
    background-color: #eeeeee;
    margin-bottom: 20px;
}
.srp-repeater-grid .pricebox{
    font-size: 28px;
    font-weight: 700;
    line-height: 110%;
    padding: 2px 0 5px;
    color: #242d65;
    border-bottom: 2px dotted #222222;
}
.srp-repeater-grid .info-veh{
    min-height: 68px;
}
.dynamic-logo-grid{padding: 0 50px;}


@media(max-width: 1199px) and (min-width: 768px){
    .srp-grid>div {
    display: grid;
    grid-auto-columns: 50%;
    grid-template-areas: "1 1 ";
    grid-gap: 10px;
}
}

@media(max-width: 767px) and (min-width: 568px){
    .srp-grid>div {
    display: grid;
    grid-auto-columns: 50%;
    grid-template-areas: "1 1 ";
    grid-gap: 10px;
}
}
@media (max-width: 567px){
    .srp-togg-btns .buttons{float: left;margin-bottom: 15px;margin-left: unset;}
    /*.sortdrpmenu .select-full{width: 150px; padding: unset;}*/
    
    .btn-srp-refine:after{margin-left: 0;line-height: unset;}
    .btn-srp{padding: 6px 12px;}
    .srp-grid>div {
    display: grid;
    grid-auto-columns: 100%;
    grid-template-areas: "1";
    grid-gap: 10px;
    
}
.small4-1{width: 50%;}
.small3{width: 50%;}
.small2{width: 50%;}
.small4-2{width: 50%;float: right;}


}

.srp-gridview, .srp-listview {
    display: none;
}
.image-hidden{margin-top: 40px;}

@media(min-width: 1200px){
 .srp-repeater-grid .info-image img{
     min-width: 267px;
     height: 200px;
 }
}

@media(min-width:768px) and (max-width: 991px){
    .srp-repeater-grid .info-image img{height: 257px;min-width: 344px;}
    .image-hidden{margin-top: 65px;}
}
@media(min-width:992px) and (max-width: 1199px){
    .srp-repeater-grid .info-image img{height: 250px;min-width: 332.75px;}
    .image-hidden{margin-top: 65px;}
}
@media(min-width:568px) and (max-width: 767px){
    .srp-repeater-grid .info-image img{height: 189.75px;min-width: 253px;}
    .image-hidden{margin-top: 65px;}
}
 



