.title-skeleton-loader {
    width: 25%;
    height: 18px;
}

.stats-skeleton-loader,
.icon-skeleton-loader {
    height: 52px;
}

.stats-skeleton-loader {
    float: left;
    width: 12%;
}

.icon-skeleton-loader {
    float: right;
    width: 14%;
    border-radius: 5px;
}

.prices-chart-skeleton-loader {
    height: auto;
    width: 65%;
    padding-top: 65%;
    border-radius: 50%;
    margin: 0 auto;
}

.repartition-choices-skeleton-loader {
    width: 100px;
    height: 32px;
    border-radius: 2px;
}

.repartition-chart-skeleton-loader {
    height: auto;
    width: 65%;
    padding-top: 65%;
    border-radius: 50%;
    margin: 0 auto;
}

.fleet-average-chart-skeleton-loader {
    width: 16%;
    float: left;
}

.fleet-average-chart-wrapper-skeleton-loader {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.aside-filters .ibox-content .skeleton-loader:first-child {
    margin-left: 15px;
}

.aside-filters .checkbox-skeleton-loader,
.aside-filters .date-filter-skeleton-loader {
    float: left;
    margin-right: 2%;
}

.aside-filters .checkbox-skeleton-loader {
    width: 25%;
    height: 22px;
}

.aside-filters .date-filter-skeleton-loader {
    height: 50px;
    width: 45%;
}

.apply-filter-skeleton-loader {
    width: 25%;
    height: 34px;
    margin: 0;
    display: block;
    float: right;
    margin-top: 10px;
}

.fleet-average-bar-1-skeleton-loader { height: 259px; }
.fleet-average-bar-2-skeleton-loader { height: 105px; }
.fleet-average-bar-3-skeleton-loader { height: 175px; }
.fleet-average-bar-4-skeleton-loader { height: 27px; }
.fleet-average-bar-5-skeleton-loader { height: 80px; }
.fleet-average-bar-6-skeleton-loader { height: 134px; }

.revenue-stats-chart-skeleton-loader {
    height: 203px;
}

.revenue-stats-number-skeleton-loader {
    width: 45%;
    height: 22px;
    margin-bottom: 3px;
}

.revenue-stats-title-skeleton-loader {
    height: 22px;
    margin-bottom: 5px;
}

.vehicle-stats .ibox-content {
    min-height: 280px;
}

.aside-filters {
    position: -webkit-sticky;
    position: sticky;
    top: 55px;
    z-index: 1;
}

.aside-filters .checkbox-wrapper {
    display: flex;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .aside-filters {
        width: 35%;
    }

    .turnover-block {
        width: 65%;
    }
}

.vehicle-stats .ibox-title,
.nb-vehicle-stats .ibox-title,
.turnover-block .ibox-title {
    border-color: #dddddd;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-radius: 4px 4px 0 0px;
}

.nb-vehicle-stats .ibox-content {
    min-height: 88px;
}

.vehicle-stats .ibox-content,
.nb-vehicle-stats .ibox-content,
.turnover-block .ibox-content {
    position: relative;
    border-width: 0 1px 1px 1px;
    border-color: #dddddd;
    border-style: solid;
    border-radius: 0px 0px 4px 4px;
}

.revenue-wrapper {
    display: flex;
    align-items: flex-end;
}

.turnover-block .stat-list li {
    margin-top: 8px;
    padding-bottom: 0px;
}

.turnover-block .stat-list li:last-child {
    border-bottom: 0;
}

.turnover-block h2 > span {
    color: rgb(32, 62, 106);
}

.turnover-block h2 > small {
    font-size: 12px;
}

.turnover-block h2 > small,
.turnover-block h2 > small .fa {
    color: rgba(25, 38, 44, 0.7);
}

.stats-icon {
    font-size: 50px;
    top: 0;
    bottom: 0;
    right: 25px;
    height: 56px;
    width: 56px;
    text-align: center;
    margin-left: 15px;
    color: #676a6c;
    position: absolute;

    opacity: .2;
    filter: alpha(opacity=20);
}

.nb-vehicle-stats .ibox-content {
    font-size: 14px;
}

.nb-vehicle-stats h1 {
    font-size: 35px;
}

.nb-vehicle-stats .icon {
    margin-right: 7px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
    float: left;
}

.nb-vehicle-stats a {
    display: block;
    color: #676a6c;
}

.nb-vehicle-stats a:hover,
.nb-vehicle-stats a:hover .stats-icon { color: #203E6a; }

.nb-vehicle-stats .draft .icon { background: #ffbb33; }
.nb-vehicle-stats .onArrival .icon { background: #99cc00; }
.nb-vehicle-stats .inParc .icon { background: #669900; }
.nb-vehicle-stats .rental .icon { background: #669900; }
.nb-vehicle-stats .workshop .icon { background: #669900; }
.nb-vehicle-stats .total .icon { background: #203E6a; }

.dashboard-menu .page-list-links .feed-element {
    padding-bottom: 0;
}

.dashboard-menu .page-list-links .feed-element .skeleton-loader {
    border-radius: 5px;
    height: 28px;
    margin-bottom: 15px;
}

.dashboard-menu .page-list-links .feed-element a {
    height: auto;
    min-height: auto;
    margin: 7px 0;
}

.dashboard-menu .page-list-links .feed-element span {
    position: relative;
    margin-left: 10px;
    padding-left: 5px;
    color: #676a6c;
}

.dashboard-menu .page-list-links .feed-element span:before {
    content: "";
    display: block;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid #000;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 50%;
    left: -5px;
    margin-top: -3px;
}

.dashboard-menu .page-list-links h4 {
    display: flex;
    align-items: center;
}

.ibox-title h5:first-letter {
    text-transform: uppercase;
}

.ibox-tools-age {
    margin-top: -8px;
}

#base_turnover_stats .ibox-heading {
    background-color: #fbfbfb;
}

.stat-list .feed-element {
    border-bottom: 1px solid #e7eaec;
}

@media (min-width: 1200px) and (max-width:  1400px) {
    .hidden-lg-md {
        display: none;
    }
}