/* Fonts */
@font-face {
  font-family: 'Sansita Swashed';
  src: url('../fonts/sansita/SansitaSwashed-Light.eot');
  src: url('../fonts/sansita/SansitaSwashed-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/sansita/SansitaSwashed-Light.woff2') format('woff2'),
  url('../fonts/sansita/SansitaSwashed-Light.woff') format('woff'),
  url('../fonts/sansita/SansitaSwashed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Nunito-Regular';
  src: url('../fonts/nunito/Nunito-Regular.eot');
  src: url('../fonts/nunito/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/nunito/Nunito-Regular.woff2') format('woff2'),
  url('../fonts/nunito/Nunito-Regular.woff') format('woff'),
  url('../fonts/nunito/Nunito-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito-Bold';
  src: url('../fonts/nunito/Nunito-Bold.eot');
  src: url('../fonts/nunito/Nunito-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/nunito/Nunito-Bold.woff2') format('woff2'),
  url('../fonts/nunito/Nunito-Bold.woff') format('woff'),
  url('../fonts/nunito/Nunito-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito-Light';
  src: url('../fonts/nunito/Nunito-Light.eot');
  src: url('../fonts/nunito/Nunito-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/nunito/Nunito-Light.woff2') format('woff2'),
  url('../fonts/nunito/Nunito-Light.woff') format('woff'),
  url('../fonts/nunito/Nunito-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.ff-Nunito-Bold {font-family: 'Nunito-Bold', serif !important;}
.ff-Nunito-Regular {font-family: 'Nunito-Regular', serif !important;}
.ff-Nunito-Light {font-family: 'Nunito-Light', serif !important;}

@font-face {
  font-family: 'vwhead-extrabold';
  src: url('../fonts/volkswagen/vwhead-extrabold-webfont.eot');
  src: url('../fonts/volkswagen/vwhead-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/volkswagen/vwhead-extrabold-webfont.woff') format('woff'),
  url('../fonts/volkswagen/vwhead-extrabold-webfont.woff2') format('woff'),
  url('../fonts/volkswagen/vwhead-extrabold-webfont.svg#AudiType-ExtendedBold') format('svg');
}

@font-face {
  font-family: 'vwhead-light';
  src: url('../fonts/volkswagen/vwhead-light-webfont.eot');
  src: url('../fonts/volkswagen/vwhead-light-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/volkswagen/vwhead-light-webfont.woff') format('woff'),
  url('../fonts/volkswagen/vwhead-light-webfont.woff2') format('woff'),
  url('../fonts/volkswagen/vwhead-light-webfont.svg#AudiType-ExtendedBold') format('svg');
}

@font-face {
  font-family: VWHeadWeb-Bold;
  src: url('../fonts/volkswagen/VWHeadWeb-Bold.woff2') format("woff2"), url('../fonts/volkswagen/VWHeadWeb-Bold.woff') format("woff");
  font-weight: bold;
  font-style: normal
}

@font-face {
  font-family: VWTextWeb-Regular;
  src: url('../fonts/volkswagen/VWTextWeb-Regular.woff2') format("woff2"), url('../fonts/volkswagen/VWTextWeb-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal
}

.ff-vwhead-extrabold {font-family: 'vwhead-extrabold', serif !important;}
.ff-vwhead-light {font-family: 'vwhead-light', serif !important;}
.ff-VWHeadWeb-Bold {font-family: 'VWHeadWeb-Bold', serif !important;}
.ff-VWTextWeb-Regular {font-family: 'VWTextWeb-Regular', serif !important; letter-spacing: 1px}


/*body{font-family: 'VWTextWeb-Regular', serif !important;}*/
/*body{font-family: 'vwhead-light', serif !important;}*/
/*body{font-family: 'VWHeadWeb-Bold', serif !important;}*/

.btn {font-family: 'VWHeadWeb-Bold', serif;}


  /*CURSOR*/
.cursor_p {cursor: pointer!important;}
.cursor_d {cursor: default!important;}
.cursor_not_alowed {cursor: not-allowed!important;}

/*Opacity*/
.op-1 {opacity: 0.1;}
.op-2 {opacity: 0.2;}
.op-3 {opacity: 0.3;}
.op-4 {opacity: 0.4;}
.op-5 {opacity: 0.5;}
.op-6 {opacity: 0.6;}
.op-7 {opacity: 0.7;}
.op-8 {opacity: 0.8;}
.op-9 {opacity: 0.9;}


/*Font Size*/
.fs-8 {font-size: 8px !important;}
.fs-9 {font-size: 9px !important;}
.fs-10 {font-size: 10px !important;}
.fs-11 {font-size: 11px !important;}
.fs-12 {font-size: 12px !important;}
.fs-13 {font-size: 13px !important;}
.fs-14 {font-size: 14px !important;}
.fs-15 {font-size: 15px !important;}
.fs-16 {font-size: 16px !important;}
.fs-17 {font-size: 17px !important;}
.fs-18 {font-size: 18px !important;}
.fs-19 {font-size: 19px !important;}
.fs-20 {font-size: 20px !important;}
.fs-21 {font-size: 21px !important;}
.fs-22 {font-size: 22px !important;}
.fs-23 {font-size: 23px !important;}
.fs-24 {font-size: 24px !important;}
.fs-25 {font-size: 25px !important;}
.fs-26 {font-size: 26px !important;}
.fs-27 {font-size: 27px !important;}
.fs-28 {font-size: 28px !important;}


/*text color*/
.text-yellow{color: #ffc107 !important;}
.text-dark-blue{color: #0071bc !important;}
.text-light-blue{color: #11B4ED !important;}
.text-gray {color: #959595 !important;}
.text-dark-red{color: #BB0A30 !important;}
.text-dark-gray {color: #707070 !important;}

/*Color change on hover*/
.hvr-color {color: #757575;}
.hvr-color.hvr-gray:hover {color: #757575 !important;}
.hvr-color.hvr-primary:hover {color: #007bff !important;}
.hvr-color.hvr-secondary:hover {color: #6c757d !important;}
.hvr-color.hvr-success:hover {color: #2dce89 !important;}
.hvr-color.hvr-danger:hover {color: #f5365c !important;}
.hvr-color.hvr-warning:hover {color: #fb6340 !important;}
.hvr-color.hvr-info:hover {color: #f8f9fa !important;}
.hvr-color.hvr-light:hover {color: #f8f9fa !important;}
.hvr-color.hvr-dark:hover {color: #343a40 !important;}

/* Border radius */
.b-rad-5{border-radius: 5px !important;}
.b-rad-25{border-radius: 25px !important;}
.b-rad-50{border-radius: 50px !important;}

/*Text Style*/
.ws-normal {
  white-space: normal;
}


/*Animation*/
.anim_elem {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  --webkit-transition: all 0.5s ease-in-out;
}

/* Blue rounded button */
.blue_btn_round {
  min-height: 35px !important;
  border-radius: 25px !important;
  font-weight: bold;
}

.btn_blue_border {
  border: 1px solid #007bff !important;
  border-radius: 25px !important;
  width: fit-content;
  min-height: 35px !important;
  font-weight: bold;
}


/* Dropdown menu with no caret */
.dropdown.no_caret .dropdown-menu::after{content :unset !important;}


/* Other Things */

.btn {padding: 4px 14px;}
.btn-icon {padding: 0;}

.ovfl-X-hid {overflow-x: hidden}

.min-h-35{min-height: 35px}

label {font-weight: bold;}

.w-100-m-0 {
  width: 100% !important;
  margin: 0 !important;
}

.select2-selection__arrow {height: 100%!important;}

.card {    border: 1px solid #cacaca!important;}

.dataTables_wrapper select.form-control { min-width: 60px !important;}

.bg_styled, .page-wrap {
  background-color: #f0f0f0 !important;
  opacity: 1 !important;
  min-height: 300px;
  background: linear-gradient(22.5deg, rgba(66, 66, 66, 0.02) 0%, rgba(66, 66, 66, 0.02) 11%, rgba(135, 135, 135, 0.02) 11%, rgba(135, 135, 135, 0.02) 24%, rgba(29, 29, 29, 0.02) 24%, rgba(29, 29, 29, 0.02) 38%, rgba(15, 15, 15, 0.02) 38%, rgba(15, 15, 15, 0.02) 50%, rgba(180, 180, 180, 0.02) 50%, rgba(180, 180, 180, 0.02) 77%, rgba(205, 205, 205, 0.02) 77%, rgba(205, 205, 205, 0.02) 100%), linear-gradient(67.5deg, rgba(10, 10, 10, 0.02) 0%, rgba(10, 10, 10, 0.02) 22%, rgba(52, 52, 52, 0.02) 22%, rgba(52, 52, 52, 0.02) 29%, rgba(203, 203, 203, 0.02) 29%, rgba(203, 203, 203, 0.02) 30%, rgba(69, 69, 69, 0.02) 30%, rgba(69, 69, 69, 0.02) 75%, rgba(231, 231, 231, 0.02) 75%, rgba(231, 231, 231, 0.02) 95%, rgba(138, 138, 138, 0.02) 95%, rgba(138, 138, 138, 0.02) 100%), linear-gradient(112.5deg, rgba(221, 221, 221, 0.02) 0%, rgba(221, 221, 221, 0.02) 17%, rgba(190, 190, 190, 0.02) 17%, rgba(190, 190, 190, 0.02) 39%, rgba(186, 186, 186, 0.02) 39%, rgba(186, 186, 186, 0.02) 66%, rgba(191, 191, 191, 0.02) 66%, rgba(191, 191, 191, 0.02) 68%, rgba(16, 16, 16, 0.02) 68%, rgba(16, 16, 16, 0.02) 70%, rgba(94, 94, 94, 0.02) 70%, rgba(94, 94, 94, 0.02) 100%), linear-gradient(90deg, #FFF, #FFF);
}

.btn_white_outline {
  background-color: white;
  color: #007bff;
}

.btn_white_outline:hover, .btn_white_outline:focus {
  background-color: #007bff;
  color: white;

}

.wrapper .page-wrap .main-content {background-color: unset!important;}

#scrollToTopBtn {
  position: fixed; bottom: 12px; right: 15px; opacity: 0.6; display: none;
}

#scrollToTopBtn i {
  position: relative;top:-2px;
}

@media (max-width: 992px) {
  .overflow-x-md-scroll {
    overflow-x: scroll;
  }

}


/* custom progress bar */

.progress-bar-custom.progress-bar {
  width: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  --webkit-transition: all 0.5s ease-in-out;
  animation: load 2s 0s;
}

.progress-bar-custom.progress-bar.bg-darkred {
  background-color: #BB0A30 !important;
}

.progress-bar-custom.progress-bar.bg-darkred:after {
  border: 3px solid #a20a29;
}

.progress-bar-custom.progress-bar.bg-darkblue {
  background-color: #017cd9 !important;
}

.progress-bar-custom.progress-bar.bg-darkblue:after {
  border: 3px solid #0062AC;
}

.progress-bar-custom.progress-bar.bg-lightblue {
  background-color: #19B5FE !important;
}

.progress-bar-custom.progress-bar.bg-lightblue:after {
  border: 3px solid #1389bf;
}

.progress-bar-custom.progress-bar.bg-darkgray {
  background-color: #707070 !important;
}

.progress-bar-custom.progress-bar.bg-darkgray:after {
  border: 3px solid #707070;
}

.proj-progress-card .progress .progress-bar:after {
  top: -5px;
}

.progress-green-dot {
  position: relative;
  left: 80%;
  top: 14px;
  z-index: 2;
  color: #2ba22b !important;
  max-width: 20px;
}

.progress-green-dot.progress-green-dot-70 {
  left: 70%;  top: 15px;
}


/* Login page */

.btn-theme {
  background: linear-gradient(150deg, #3037f0 30%, #258cee 48%, #383eed 94%);
  color: #fff;
  border-radius: 20px;
}

#login_page .login_inputs {
  border: none;
  border-bottom: solid 1px #ababab;
  border-radius: 0;
}



/* Timeout modal */
#session-timeout-dialog .modal-header {display: block;text-align: center}
#session-timeout-dialog .modal-header .close {display: none;}
#session-timeout-dialog .modal-body p {font-size: 20px; margin-top: 1rem;text-align: center}



/* Menu Top */
.wrapper .header-top {padding-left: 0}

.wrapper .header-top .portal_header_img {
  width: 90px;
  margin-right: 10px;
}

.wrapper .header-top .portal_header_title {
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  color: #0B559F;
  font-family: 'Nunito-Bold', cursive;
}

/* Main page layout */
.page-wrap .main-content {padding-left: 0!important;}


/* App Modal */
#appsModal .ico_container {
  margin-bottom: 10px;
}

#appsModal a {
  width: 100%;
}

#appsModal a:hover .ico_container .ico_div {
  filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, 0.2));
}

#appsModal .ico_container .ico_div {
  margin: auto;
  /*width: 85%;*/
  height: 40px;
  background-position: center !important;
  -webkit-transition: all 0.3s linear; /*compatibilitÃƒÂ© chrome*/
  -moz-transition: all 0.3s linear; /*compatibilitÃƒÂ© firefox*/
  -o-transition: all 0.3s linear; /*compatibilitÃƒÂ© opÃƒÂ©ra*/
  transition: all 0.3s linear; /* Autre navigateur */
}

#appsModal .ico_container .ico_div_home {
  background: url('/assets/images/cvi/pictos/pages/logo_gray/home.svg') no-repeat;
}

#appsModal  a:hover .ico_container .ico_div_home {
  background: url('/assets/images/cvi/pictos/pages/logo_blue/home.svg') no-repeat;
}


#appsModal .ico_container .ico_div_we_connect {
  background: url('/assets/images/cvi/pictos/pages/logo_gray/we_connect.svg') no-repeat;
}

#appsModal  a:hover .ico_container .ico_div_we_connect {
  background: url('/assets/images/cvi/pictos/pages/logo_blue/we_connect.svg') no-repeat;
}

#appsModal .ico_container .ico_div_sales_process {
  background: url('/assets/images/cvi/pictos/pages/logo_gray/sales_process.svg') no-repeat;
}

#appsModal  a:hover .ico_container .ico_div_sales_process {
  background: url('/assets/images/cvi/pictos/pages/logo_blue/sales_process.svg') no-repeat;
}

#appsModal .ico_container .ico_div_lead {
  background: url('/assets/images/cvi/pictos/pages/logo_gray/lead.svg') no-repeat;
}

#appsModal  a:hover .ico_container .ico_div_lead {
  background: url('/assets/images/cvi/pictos/pages/logo_blue/lead.svg') no-repeat;
}

#appsModal .ico_container .ico_div_service_lead_reporting {
  background: url('/assets/images/cvi/pictos/pages/logo_gray/service_lead_reporting.svg') no-repeat;
}

#appsModal  a:hover .ico_container .ico_div_service_lead_reporting {
  background: url('/assets/images/cvi/pictos/pages/logo_blue/service_lead_reporting.svg') no-repeat;
}

#appsModal .ico_container .ico_div_concession {
  background: url('/assets/images/cvi/pictos/pages/logo_gray/concession.svg') no-repeat;
}

#appsModal  a:hover .ico_container .ico_div_concession {
  background: url('/assets/images/cvi/pictos/pages/logo_blue/concession.svg') no-repeat;
}


#appsModal .ico_container .ico_div_euro_car {
  background: url('/assets/images/cvi/pictos/pages/logo_gray/euro.svg') no-repeat;
}

#appsModal  a:hover .ico_container .ico_div_euro_car {
  background: url('/assets/images/cvi/pictos/pages/logo_blue/euro.svg') no-repeat;
}

#appsModal .ico_container .ico_div_brand {
  background: url('/assets/images/cvi/pictos/pages/logo_gray/brand.svg') no-repeat;
}

#appsModal  a:hover .ico_container .ico_div_brand {
  background: url('/assets/images/cvi/pictos/pages/logo_blue/brand.svg') no-repeat;
}

.modal-open .apps-modal .modal-dialog .modal-content .modal-body .apps-wrap .app-item.exist:hover i {
  color: #ef4153;
}

.modal-open .apps-modal .modal-dialog .modal-content .modal-body .apps-wrap .app-item.exist.blue_picto:hover i {
  color: #007bff;
}

.modal-open .apps-modal .modal-dialog .modal-content .modal-body .apps-wrap .app-item .tippy-tooltip {
  max-width: 200px !important;
}

.modal-open .apps-modal .modal-dialog .modal-content .modal-body .apps-wrap .app-item.exist {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  --webkit-transition: all 0.2s ease-in-out;
}

.modal-open .apps-modal .modal-dialog .modal-content .modal-body .apps-wrap .app-item.exist:hover {
  font-weight: bold;
}

.modal-open .apps-modal .modal-dialog .modal-content .modal-body .apps-wrap .app-item.coming_soon:hover i {
  color: #a8a8a8;
}

.modal-open .apps-modal .modal-dialog .modal-content .modal-body .apps-wrap .app-item.coming_soon i {
  color: #a8a8a8;
}






/* Group Concession Menu*/
.group-concession-div {}

.group-concession-div .select2.select2-container .select2-selection {
  color: #007bff;
  border-color: #007bff;
  border-radius: 18px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}


.group-concession-div .select2.select2-container .select2-selection .select2-selection__placeholder,
.group-concession-div .select2.select2-container .select2-selection .select2-selection__rendered {
  color: #007bff;
  font-weight: bold;
}

.group-concession-div .select2 {min-width: 300px}

.group-concession-div .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgb(147 173 255) transparent transparent transparent !important;
}
.group-concession-div .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent rgb(147 173 255) !important;
}

.select2-blue_border {
  border: 1px solid #007bff!important;
  border-radius: 0 0 25px 25px;
  overflow: hidden;
}





/* Brand select page */

.wrapper .page-wrap .main-content { min-height: calc(100vh - 60px); }

#brands_page_row .card {
  border: none !important;
  min-height: 37vh;
  overflow: hidden;

  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.5);

  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  --webkit-transition: all 0.2s ease-in-out;
}

#brands_page_row .card:hover {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

#brands_page_row .card table {
  min-height: 31vh;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  --webkit-transition: all 0.2s ease-in-out;
}

#brands_page_row .card:hover table {
  transform: scale(0.952);
}



#brands_page_row .card .card-body {
  /*height: 200px;*/
  min-height: 100%;
  /*background-position: 25% center;*/
  background-position: 50% 65% !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  /*background-size: 100% auto   !important;*/
  position: relative;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  --webkit-transition: all 0.2s ease-in-out;
}

#brands_page_row .card:hover .card-body {
  /*background-size: 105% !important;*/
  /*background-size: 105% auto   !important;*/
  border-radius: 3px;
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
}

/*@media (min-width: 992px) {*/
  /*#brands_page_row .card .card-body {*/
    /*background-size: auto 100%    !important;*/

  /*}*/

  /*#brands_page_row .card .card-body:hover {*/
    /*background-size: auto 105%    !important;*/
  /*}*/

/*}*/



#brands_page_row .card .card-body.bg-cvi-life {background: url(../images/bg/cvi-life.jpg), rgba(37, 140, 238, 0.3);}
#brands_page_row .card .card-body.bg-cvi-commerce {background: url(../images/bg/cvi-commerce.jpg), rgba(37, 140, 238, 0.3);}
#brands_page_row .card .card-body.bg-cvi-tour {background: url(../images/bg/cvi-tour.jpg), rgba(37, 140, 238, 0.3);}
#brands_page_row .card .card-body.bg-cvi-total {background: url(../images/bg/cvi-total.jpg), rgba(37, 140, 238, 0.3);}

#brands_page_row .card .card-body:hover.bg-cvi-life {background: url(../images/bg/cvi-life.jpg), rgba(37, 140, 238, 0.3);}
#brands_page_row .card .card-body:hover.bg-cvi-commerce {background: url(../images/bg/cvi-commerce.jpg), rgba(37, 140, 238, 0.3);}
#brands_page_row .card .card-body:hover.bg-cvi-tour {background: url(../images/bg/cvi-tour.jpg), rgba(37, 140, 238, 0.3);}
#brands_page_row .card .card-body:hover.bg-cvi-total {background: url(../images/bg/cvi-total.jpg), rgba(37, 140, 238, 0.3);}

#brands_page_row .card .card-body table tr:nth-child(1) td {vertical-align: top;}
#brands_page_row .card .card-body table tr:nth-child(2) td {vertical-align: bottom;}
#brands_page_row .card .card-body table tr .brand_title {  text-shadow: 4px 4px #000000;}
#brands_page_row .card .card-body table tr .brand_title span {background-color: rgba(128, 128, 128, 0.5); padding: 2px 10px 2px 5px; border-radius: 25px;  transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;--webkit-transition: all 0.2s ease-in-out;}
#brands_page_row .card:hover .card-body table tr .brand_title span {background-color: rgba(37, 37, 37, 0.5); padding: 2px 10px 2px 5px; border-radius: 25px;}


.btn-access {
  background: #0B559F;
  color: #fff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  --webkit-transition: all 0.5s ease-in-out;
}

#brands_page_row .card .card-body .btn-access {
  background: #0B559F;
  color: #fff;
  display: none;
  padding: 10px 20px;
}

#brands_page_row .card .card-body .btn-access:hover {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  --webkit-transition: all 0.5s ease-in-out;
}


#brands_page_row .card .card-body .btn-access:hover, .btn-access:hover {
  background: #fff;
  color: #000000;
}

#brands_page_row .card .card-body:hover .btn-access {
  display: initial;
}


/*DATA TABLES*/

.dataTables_paginate .pagination .paginate_button.page-item:hover a {
  background-color: #e0e0e0 !important;
}

.dataTables_paginate .pagination .paginate_button.page-item.active a, .dataTables_paginate .pagination .paginate_button.page-item.active:hover a {
  background-color: #cacaca !important;
}





/* Homepage */

#homepage_div .dock {
  width: auto;
  height: auto;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

#homepage_div .dock .dock-container {
  padding: 10px 3px;
  width: auto;
  height: auto;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  /*background: rgba(83, 83, 83, 0.25);*/
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  /*border: 1px solid rgba(255, 255, 255, 0.18);*/
  border: 1px solid #d0d0d0;
}

#homepage_div .dock .dock-container li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 130px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: bottom;
  transition: 0.2s;
  transform-origin: 50% 100%;
}

#homepage_div .dock .dock-container li img {
  padding: 5px;
}

#homepage_div .dock .dock-container li:hover {
  margin: 0px 13px 0px 13px;
}

#homepage_div .dock .dock-container li .ico {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
  margin: 20px;
  opacity: 0.8;
}

#homepage_div .dock-container li:hover {
  visibility: visible !important;
}


#homepage_div .content__title {
  top: 20vh;
  font-size: 7rem;
}

#homepage_div .grid__item-img {
  width: 200px !important;
  height: 200px !important;
  background-size: cover;
}

@media (max-width: 768px) {

  #homepage_div .content__title {
    top: 0vh;
    font-size: 7rem;
  }

  #homepage_div .content__title-sub {
    font-size: 4rem;
  }
}

@media (max-width: 992px) {
  #homepage_div {
    min-height: 75vh;
  }

  #homepage_div .dock .dock-container li {
    width: 100px;
    height: 70px;
  }
}





/* PAGE €/CAR */

#table_euro_car tr td {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

#table_euro_car tr:nth-child(odd) td {
  vertical-align: bottom;
  padding-bottom: 0;
}

#table_euro_car tr:nth-child(odd) td {
  font-size: 16px;
  text-align: left;
  padding-bottom: 5px;
}

#table_euro_car .table_euro_car_title {
  text-align: left;
  font-size: 26px;
}

#table_euro_car .price_badge_db, #table_euro_car .price_badge_lb {
  color: white;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
}

#table_euro_car .price_badge_db {
  background-color: #0062AC;
}

#table_euro_car .price_badge_lb {
  background-color: #11B4ED;
}

#table_euro_car .price_badge_outline {
  width: 100%;
  border: 1px solid #11B4ED;
  border-radius: 5px;
  padding: 10px;
}

#table_euro_car .txt_db {
  color: #0071bc;
}

#select_model_div .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px !important;
}

/* Sales Process & Lead */

.grayBox {
  background-color: #E6E6E6;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  padding: 5px;
  margin: 5px;
  color: black;
  text-align: center;
  width: 90%;
  font-weight: bold;
}

.grayBox .grayBox_top-text {
  font-size: 20px;
  width: 100%;
  background-color: white;
  margin: 0;
  padding: 5px;
}

.grayBox .grayBox_bottom-text {
  font-size: 19px;
  margin: 0;
  padding: 10px;
}

/* We Connect */

@keyframes load {
  from {
    width: 0%
  }
}

@-webkit-keyframes load {
  from {
    width: 0%
  }
}

@-moz-keyframes load {
  from {
    width: 0%
  }
}

@-o-keyframes load {
  from {
    width: 0%
  }
}

.chart_area_ac {
  width: 145%;
  height: 250px !important;
  max-height: 250px;
}

.ac_table_YTD {
  width: 70%;
  margin: auto;
}

.ac_titleChart_YTD {
  text-align: center;
  color: #000;
  font-size: 30px;
}

.ac_bar {
  background-color: #c3c3c3;
  padding: 4px;
  border-radius: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  max-height: 40px;
  overflow: hidden;
}

.ac_bar::before {
  content: attr(data-skill);
  /*background-color: #FF931E;*/
  display: inline-block;
  padding: 5px 0 5px 10px;
  border-radius: inherit;
  animation: load 2s 0s;
  -webkit-animation: load 2s 0s;
  -moz-animation: load 2s 0s;
  -o-animation: load 2s 0s;
  max-height: 31px;

}

.td_with_target .vertlinediv .vertline3 {
  height: 38px;
  position: relative;
  width: 0;
  right: -100%;
  border-right: 5px solid #2ba22b;
  z-index: 2;
}

.td_with_target .vertlinediv {
  height: 0;
  width: 80%;
  position: relative;
}

.ac_bar.ac_bar_green::before {
  background-color: #00853E;
}

.ac_bar.ac_bar_blue1::before {
  background-color: #0062AC;
}

.ac_bar.ac_bar_blue2::before {
  background-color: #00B0F0;
}

.ac_bar.ac_bar_red::before {
  background-color: #BB0A30;
}

.ac_bar.ac_bar_gray::before {
  background-color: #999999;
}

.ac_bar.ac_bar_yellow::before {
  background-color: #FFC000;
  color: black;
}

.ac_text_canvas {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 250px;
  line-height: 30px;
  padding-top: 92px;
  padding-right: 30px;
  font-size: 22px;
  font-weight: bold;
  cursor: default;
}



