﻿body[data-sidebar=colored] .vertical-menu {

}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    background-color: #2e3446;
    box-shadow: inset 0 0 6px rgba(0,0,0,.5);
}

::-webkit-scrollbar-track {
    /*border-radius: 10px;*/
    background-color: #d5f7f7;
    box-shadow: inset 0 0 6px rgba(0,0,0,.4);
}

.accordion-item {
    border: none !important;
}

.bg-gold {
    background-color: #ebc703 !important;
}

.border-gold {
    border-color: #ebc703 !important;
}

.btn-xs {
    padding: 0px 6px 0px 6px;
}

.card-400 {
    height: 400px;
}

.center-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.chase-dot:before {
    background-color: #3399cc;
}

.country-stats {
    font-size: 2em;
    line-height: 2em;
    font-weight: bold;
}

.d-right {
    display: block;
    margin-right: 0px;
    margin-left: auto;
}

.form-check {
    margin-left: 12px;
}

.height-170-min {
    min-height: 170px;
}

.height-250-min {
    min-height: 250px;
}

.height-250-max {
    max-height: 250px;
    overflow-y: auto;
}

.height-500-max {
    max-height: 500px;
    overflow-y: auto;
}

.large-icon {
    font-size: 2em;
}

.large-icon-txt {
    line-height: 2em;
    vertical-align: middle;
    font-size: 0.5em;
}

.leaflet-container {
    background: none;
}

.logo {
    color: #37a0eb;
}

.page-title-box {
    padding: 0px;
    margin-bottom: 10px;
}

.screen {
    height: 320px;
    background-position: center;
    background-size: cover;
    background-color: inherit;
}

.text-gold {
    color: #ebc703 !important;
}

.text-yellow {
    color: yellow !important;
}

.tox-tinymce {
    border: none !important;
}

.easyzoom {
    width: 100%;
}