@charset "UTF-8";
body{
    background-color: rgb(255, 255, 255);
    color: #0f1626ff;
}

.breadcrumb {
    background-color: #EAEAEC;
}
.card{
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2) !important;
    /*box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 5);
    /*background-color: #40406d;
    background-color: #2d2d4b;
    background-color: #bdbdbd;
    background-image: linear-gradient(#dbdbdb, #e8e8e8, #e8e8e8);*/
}
.card-car{
    /*#background-color: #40406d;
    #background-color: #2d2d4b;*/
    background-color: #ffffff;
}
/*a{
    color: #2d2f34;
}*/
.navbar-dark{
    background-color: #0f1632;
}

.bg-success-cars {
    background-color: #008b5c !important;
}
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
}
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
}
.loader {
    color: #2b9ed4;
    font-size: 11px;
    text-indent: -99999em;
    margin: 80px auto;
    position: relative;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader:before,
.loader:after {
    position: absolute;
    content: '';
}
.loader:before {
    width: 5.2em;
    height: 10.2em;
    background: #ffffff;
    border-radius: 10.2em 0 0 10.2em;
    top: -0.1em;
    left: -0.1em;
    -webkit-transform-origin: 5.1em 5.1em;
    transform-origin: 5.1em 5.1em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s;
}
.loader:after {
    width: 5.2em;
    height: 10.2em;
    background: #ffffff;
    border-radius: 0 10.2em 10.2em 0;
    top: -0.1em;
    left: 4.9em;
    -webkit-transform-origin: 0.1em 5.1em;
    transform-origin: 0.1em 5.1em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease;
}


.loader-small,
.loader-small:before,
.loader-small:after {
    border-radius: 50%;
}
.loader-small,
.loader-small:before,
.loader-small:after {
    border-radius: 50%;
}
.loader-small {
    color: #2b9ed4;
    font-size: 11px;
    text-indent: -99999em;
    margin: 40px auto;
    position: relative;
    width: 5em;
    height: 5em;
    box-shadow: inset 0 0 0 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader-small:before,
.loader-small:after {
    position: absolute;
    content: '';
}
.loader-small:before {
    width: 2.6em;
    height: 5.1em;
    background: #ffffff;
    border-radius: 5.1em 0 0 5.1em;
    top: -0.1em;
    left: -0.1em;
    -webkit-transform-origin: 2.6em 2.6em;
    transform-origin: 2.6em 2.6em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s;
}
.loader-small:after {
    width: 2.6em;
    height: 5.1em;
    background: #ffffff;
    border-radius: 0 5.1em 5.1em 0;
    top: -0.1em;
    left: 2.45em;
    -webkit-transform-origin: 0.1em 2.55em;
    transform-origin: 0.1em 2.55em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.card-body-chart {
    flex: 1 1 auto;
    padding: 0px;
}


.vh-80 {
    height: 80vh !important;
}

.car-img {
    max-width: 320px;
    padding: 0px;
    /*background-color: greenyellow;*/
}

.car-img-link {
    display:inline-block;
    width:100%;
    height:100%;
}

.car-detail{
    /*background-color: rgba(10, 83, 190, 0.38);*/
}

.car-content{
    padding: 10px;
}

.car-wide{
    border: 1px solid #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1) !important;
}



@media (min-width: 576px) {
    .sidebar {
        max-width: 280px;
    }
}

.garage-save-button, .garage-save-button:visited, a.garage-save-button {
    background-color: #2b9ed4;
    color: #fff; !important;
    border-radius: 4px;
    height: 28px;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    padding: 2px;
    text-decoration: none;
}
.garage-save-button:hover {
    color: #fff;
    background-color: #237FA9;
}

.wbac-follow-button, .wbac-follow-button:visited {
    background-color: #007726;
    color: #fff;
    border-radius: 4px;
    height: 28px;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    padding: 4px;
    text-decoration: none;
}
.wbac-follow-button:hover {
    background-color: #019a32;
}

.twitter-follow-button, .twitter-follow-button:visited {
    background-color: #1b95e0;
    color: #fff;
    border-radius: 4px;
    height: 28px;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    padding: 4px;
    text-decoration: none;
}
.twitter-follow-button:hover {
    background-color: #0c7abf;
    color: #fff;
}


.fb-share-button, .fb-share-button:visited {
    background-color: rgb(62, 91, 151);
    color: #fff;
    border-radius: 4px;
    height: 28px;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    padding: 4px;
    text-decoration: none;
}
.fb-share-button:hover {
    background-color: rgb(62, 91, 151);
    color: #fff;
}

.amazon{
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer{
    padding-top: 10px;
    background: #ffffff;
}


hrdark {
    margin: 1rem 0;
    color: #000000;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

hrdark:not([size]) {
    height: 1px;
}
sm-medium, .sm-medium {
    font-size: 1em;
}

medium, .medium {
    font-size: 1.1em;
}

large, .large {
    font-size: 1.5em;
}

.popover {
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px;
}

.example_responsive_1 { width: 320px; height: 100px; }
@media(min-width: 500px) { .example_responsive_1 { width: 468px; height: 60px; } }
@media(min-width: 800px) { .example_responsive_1 { width: 728px; height: 90px; } }


.btn-xs, .btn-group-xs > .btn {
    padding: 0.15rem 0.15rem;
    font-size: 0.775rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-xs + .dropdown-toggle-split, .btn-group-xs > .btn + .dropdown-toggle-split {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
}

.carListPad {
    padding-top: 0px;
    padding-bottom: 3px;
    margin: 0px;
}


.navbar-cpe .navbar-brand {
    color: #fff;
}
.navbar-cpe .navbar-brand:hover, .navbar-cpe .navbar-brand:focus {
    color: #fff;
}
.navbar-cpe .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}
.navbar-cpe .navbar-nav .nav-link:hover, .navbar-cpe .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-cpe .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-cpe .navbar-nav .show > .nav-link,
.navbar-cpe .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-cpe .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-cpe .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-cpe .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}
.navbar-cpe .navbar-text a,
.navbar-cpe .navbar-text a:hover,
.navbar-cpe .navbar-text a:focus {
    color: #fff;
}

.navbar-cpe {
    background-color: #2b9ed4;
}

.navbar {
    border-bottom: 3px solid #f8981c;
}

.btn-primary {
    background-color: #2b9ed4;
    color: #fff;
    border-color: #2A98CB;
}

.btn-primary:hover {
     color: #fff;
     background-color: #237FA9;
     border-color: #1F7298;
 }
a {
    color: #2b9ed4;
}

.ad-age-guest {
    background-image:url('../img/placeholder_ad_age_g.jpg');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    text-shadow:1px 1px 10px #fff, 1px 1px 10px #ffffff;
}

.ad-site-guest {
    background-image:url('../img/placeholder_ad_site_g.jpg');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}



.card-cpe {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
}

.card-cpe > hr {
    margin-right: 0;
    margin-left: 0;
}

.card-cpe > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card-cpe > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);
}

.card-cpe > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.5rem - 1px);
    border-bottom-left-radius: calc(0.5rem - 1px);
}

.card-cpe > .card-cpe-header + .list-group,
.card-cpe > .list-group + .card-cpe-footer {
    border-top: 0;
}

.card-cpe-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-cpe-title {
    margin-bottom: 0.75rem;
}

.card-cpe-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-cpe-text:last-child {
    margin-bottom: 0;
}

.card-cpe-link:hover {
    text-decoration: none;
}

.card-cpe-link + .card-cpe-link {
    margin-left: 1.25rem;
}

.card-cpe-header {
    padding: 0.3rem 0.6rem;
    margin-bottom: 0;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.card-cpe-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-cpe-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-cpe-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-cpe-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-cpe-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-cpe-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}

.card-cpe-img,
.card-cpe-img-top,
.card-cpe-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-cpe-img,
.card-cpe-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-cpe-img,
.card-cpe-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}


.accordion > .card-cpe {
    overflow: hidden;
}

.accordion > .card-cpe:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion > .card-cpe:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card-cpe > .card-cpe-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.btn-link {
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}

.btn-link:hover {
    color: #000000;
    text-decoration: underline;
}
/*
main {
    padding-top: 10px;
}*/

#page-wrapper {
    padding-top: 100px;
}


.bg-progress-prices-avg {
    background-color: #0B0A09 !important;
}

.bg-progress-prices-range {
    background-color: #67B9E0 !important;
}

.bg-progress-prices-outliers {
    background-color: rgb(234, 234, 236) !important;
}