/* Autodealers.nl CSS voor de dealerwebsite */
@import url('//svl.autodealers.nl/css/responsive2/bootstrap.min.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600');
@import url('//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.min.css');
@import url('//svl.autodealers.nl/css/responsive2/style.min.css');
/* Gallery weergave */
/* Style voor de nummering linksboven */
#body.autolijst_background a{
  color: #658EAB;
}
#body.autolijst_background .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus { 
     color: #fff;
     background-color: #658EAB;
     border-color: #658EAB;
}

#body.autolijst_background .pagination>li>a, .pagination>li>span {
     color: #000;
     text-decoration: none;
     background-color: #fff;
}

#body.autolijst_background .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
     color: #fff;
     background-color: #658EAB;
     border-color: #658EAB;
}

/* Bekijk occasion button */ 
#body.autolijst_background .gallery-view .btn-primary {
     color: #fff;
     background-color: #658EAB;
     border-color: #658EAB;
}

#body.autolijst_background .gallery-view .glyphicon {
     color:#658EAB;
}

/* Lijstweergave */

#body.autolijst_background a.btn.btn-primary.btn-list {
     background: #658EAB;
     color: #fff;
     border-color: #658EAB;
}

#body.autolijst_background .block.title {
     color: #658EAB;
}

/* Style voor detailpagina */
#body.autolijst_background .col-xs-12.auto-detail-page .xs-center-block.sm-center-block .title {
     color: #658EAB;
}

/* Style voor de button met telefoonnummers */
#body.autolijst_background .btn.btn-primary.btn-lg.btn-block-company {
     color: #fff;
     background: #658EAB;
     border-color: #658EAB;
/* Wanneer er meerdere telefoonnummers getoond worden: 
margin-bottom: 10px;
*/ }

/* Meer button achter het merk */
#body.autolijst_background .label.label-primary {
     color: #fff;
     background-color: #658EAB;
}

#body.autolijst_background .label-primary[href]:hover, .label-primary[href]:focus {
     background-color: #658EAB;
}
#body.autolijst_background a.label:hover, a.label:focus {
     color: #fff;
     text-decoration: none;
}

/* Financierenlink */
#body.autolijst_background .col-sm-12.col-md-5.data-list.auto-attributen [data-section="financieren"] a {
     color: #658EAB;
}

/* Verzekeren link */
#body.autolijst_background .col-sm-12.col-md-5.data-list.auto-attributen [data-section="verzekeren"] a {
     color: #658EAB;
}

/* Meer specificaties button */
#body.autolijst_background .data-list.auto-attributen .btn.btn-primary {
     background: #658EAB;
     border-color: #658EAB;
     color: #fff;
}
@media(max-width:767px) {
     #body.autolijst_background .data-list.auto-attributen .row .col-xs-12.data-list-item-label {
           padding-left: 15px;
     }
}

/* Meer opties */
#body.autolijst_background .responsive-controls .btn.btn-primary {
     background: #658EAB;
     border-color: #658EAB;
     color: #fff;
}

/* Toon disclaimer button */
#body.autolijst_background .auto-toon-disclaimer .btn.btn-primary {
     background: #658EAB;
     border-color: #658EAB;
     color: #fff;
}

/* Telefoon en Mobiel nummer onderin de detailpagina */
#body.autolijst_background .row.nav-bar.margin-bottom-md .telefoon {
     color: #658EAB;
}
#body.autolijst_background .row.nav-bar.margin-bottom-md .mob {
     color: #658EAB;
}
#body.autolijst_background .row.nav-bar.margin-bottom-md a {
     color: #658EAB;
}

/* Background voor de financieringscalculator */ 
#body.autolijst_background .row.financiering { 
background: #f5f5f5 !important; 
}