.btn-info, .btn-primary, .btn-info:focus, .btn-primary:focus, .theme-frost .btn-primary, .theme-frost .btn-primary:focus {
    border-color: var(--darkest_color);
    border-bottom-color: var(--darkest_color);
    background: var(--secondary_color);
    background-image: none;
    border-radius: 3px;
    box-shadow: 0px 0px 2px var(--darkest_color);
}

.leaderboard-panel {
    /*min-height:300px;*/
    overflow:auto;
    max-height:700px;
}

.theme-frost .nav-tabs > li.active > a, .theme-frost .nav-tabs > li.active > a:focus, .theme-frost .nav-tabs > li.active > a:hover {
    background: var(--secondary_color);
    border-bottom: 2px solid var(--secondary_color);
}

#loginName, #ImpersonateUN, #loginPass {
    text-align: center;
    color: var(--primary_color) !important;
}

.navbar-inner {
    padding-top: 6px;
}

h1, h2, h3, h4, h5, h6 {
    outline: none;
    color:var(--secondary_color) !important;
    font-family: var(--heading_font_family);
}

.message {
    font-family: var(--heading_font_family);
}

.btn-share {
    background: var(--button_highlight_color) !important;
    color: white !important;
    box-shadow: 0px 0px 2px var(--button_highlight_color) !important;
    border-color: var(--button_highlight_color) !important;
}

.btn-danger {
    box-shadow: 0px 0px 2px var(--danger_color) !important;
    border-color: var(--danger_color) !important;
    background:var(--danger_color);
}

.btn-warning, .btn-warning:focus {
    border-color: var(--primary_color);
    border-bottom-color: var(--primary_color);
    background: var(--primary_color);
    background-image: none;
}

.btn-warning:hover {
    border-color: var(--primary_medium_color);
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: var(--primary_light_color);
    border-color: var(--primary_light_color);
}

.theme-frost .btn-primary:hover {
    color: var(--lightest_color);
    font-weight:medium;
    border-color: var(--secondary_light_color);
    background: var(--secondary_color) !important;
    background-image: none !important;
    box-shadow: 0px 0px 3px dimgray;
}

.panel-title {
    color: var(--lightest_color);
}

.loading-spinner {
    width: 170px;
    height: 50px;
    display: inline-block;
    color: var(--primary_color);
    margin: 0px;
}

.loading-spinner img {
    height: 100%;
}

.forgot {
    color: var(--secondary_color);
    position: relative;
    top: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#signin-form_id {
    width: 435px;
    box-shadow: 1px 1px 3px 1px gainsboro;
}

.btn-login-page {
    box-shadow: 0px 0px 2px black;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11pt;
    font-family: var(--site_font_family);
}

.tb-login {
    letter-spacing: 2px;
    font-family: var(--site_font_family);
}

.navbar-inner, .navbar-header, .main-navbar-collapse, .dropdown-menu, .dropdown-toggle {
    background-color: var(--secondary_color) !important;
}

.navbar-nav li a {
    color:white !important;
    cursor:pointer;
}

.dropdown-menu {
    background-color: var(--primary_light_color);
}


/* width */
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--lightest_color);
    border-radius: 3px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--secondary_color);
    border-radius: 3px !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--secondary_medium_color);        
}


li.open {
    background-color: transparent !important;
}

    li.open .dropdown-toggle {
        background-color: var(--primary_medium_color) !important;
    }

.theme-frost #main-navbar .dropdown-menu {
    margin-top:0px;
    border: none;
    box-shadow: 2px 2px 5px 0px grey;
}

.theme-frost #main-navbar .nav > li > a:hover {
    color: var(--primary_medium_color);
    background-color: var( --secondary_light_color);
}

.theme-frost #main-navbar .dropdown-menu li > a:hover {
    background: var( --primary_light_color);
    color: var(--primary_color);
}

.datepicker {
    background-color: white !important;
}

.edit-icon {
    height: 20px;
    cursor:pointer;
    margin-right: 8px;
}

.pointer {
    cursor: pointer;
}

input[type=checkbox].form-control {
    margin-top: 0;
}

/* Flex */

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.justify-content-between {
    justify-content: space-between;
}

.flex-grow-1 {
    flex-grow: 1;
}

.align-items-center {
    align-items: center;
}


/* DataTables stuff*/
.table-success thead tr, .table-success thead th {
    background: var(--secondary_color) !important;
}

.table-success thead, .table-success thead tr, .table-success thead th, .table-success .table-header {
    border-color: #d0e6be !important;
    color: var(--lightest_color);
}

.initial-icon {
    background-color: var(--secondary_color);
}


.loading spinner,
.loader {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin-bottom:6px;
}

.loader {
    margin: 0px auto;
    font-size: 10px;
    position: relative;
    border-top: 8px solid var(--primary_color_opacity);
    border-right: 8px solid var(--primary_color_opacity);
    border-bottom: 8px solid var(--primary_color_opacity);
    border-left: 8px solid var(--secondary_color);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1s infinite linear;
    animation: load8 1s infinite linear;
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.login-message {
    font-family: var(--site_font_family);
    font-size:16px;
    text-transform:uppercase;    
    color:var(--primary_color);
}

.table-success tfoot tr, .table-success tfoot th {
    background: var(--mid_light_color);
    color: dimgray;
}

.panel-group.panel-group-info .accordion-toggle {
    background: var(--secondary_color);
    color: var(--lightest_color);
    font-size:14pt;
    font-family:Lato;
    font-weight:200;
}

.widget-chat .message-text-admin {
    background: var(--primary_color);
    color: var(--secondary_color);
}

.info-panel .row {
    margin-bottom:4px;
    margin-left:3px;
    margin-right:3px;
    border-bottom:1px solid gainsboro;
}

.panel-body {
    background: var(--lightest_color);
    border: 1px solid var(--primary_color);    
    padding: 10px;
    padding-left: 20px;
}

.panel {
    border: 1px solid var(--primary_color);
    width: 97%;
}

.newsnotesicon {
    background-color: var(--primary_color);
    height: 50px;
    width: 50px;
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    float:left;
}

.newsnotesiconclock {
    -webkit-mask: url(../images/dashboard/clock.svg) no-repeat center;
    mask: url(../images/dashboard/clock.svg) no-repeat center;
    -webkit-mask-size: 50px 50px;
    mask-size: 50px 50px;
}

.newsnotesiconpiechart {
    -webkit-mask: url(../images/dashboard/piechart.svg) no-repeat center;
    mask: url(../images/dashboard/piechart.svg) no-repeat center;
    -webkit-mask-size: 50px 50px;
    mask-size: 50px 50px;
}

.newsnotesiconworldgrid {
    -webkit-mask: url(../images/dashboard/worldgrid.svg) no-repeat center;
    mask: url(../images/dashboard/worldgrid.svg) no-repeat center;
    -webkit-mask-size: 50px 50px;
    mask-size: 50px 50px;
}

.newsnotescontainer .newsnotesdate {
    font-weight: normal;
    font-size: 20pt;
}

#dashboard-calendar {
    box-shadow: 3px 3px 6px 0px grey;
    border: 1px solid gainsboro;
    padding: 38px;
}

.label-notice {
    background-color:var(--primary_color);    
}

.fa-lock:before {
    color: crimson;
    font-size: 17pt;
}