/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
.jarviswidget-color-blueDark .nav-tabs li a:hover {
    color: white;
}

.select2-hidden-accessible {
    display: none;
}

legend {
    border-color: aqua;
}

.jarviswidget>header>h2 {
    margin-right: 10px;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #52a5eb;
}

body::-webkit-scrollbar
{
    width: 7px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border: 1px solid #3a413d;
}