﻿/* Theme: smart-style-3
------------------------------------------------------ */

/* background */
body.smart-style-3 {
    background: #eeeeee !important;
}

/* header, footer */
.smart-style-3 #header,
.smart-style-3 .page-footer,
#extr-page .smart-style-3 #header {
    background-image: none;
    background-color: #265cc8 !important;
    color: white;
}

.smart-style-3 .page-footer {
    border-top: solid 5px #f5b895
}

/* side menu */
.smart-style-3 .minifyme {
    background-color:#058dc7;
}

.smart-style-3 .minifyme i {
    color:white;
}

.smart-style-3 #navMain i,
.smart-style-3 #show-shortcut i:first-child {
    color: #265cc8;
}

/* Menu */
.smart-style-3 nav ul li a:hover,
.smart-style-3.menu-on-top nav ul ul li a:hover, 
.smart-style-3.menu-on-top nav ul ul li:hover > a,
.smart-style-3.menu-on-top nav ul ul ul li a:hover{
    background: #265cc8 !important;
    color: white !important;
}

#bhUser > a {
    background-color: #063777;
}

/* UI elements */
.smart-style-3 .btn-primary,
.smart-style-3 .pagination > .active > a,
.smart-style-3 .pagination > .active > a:focus,
.smart-style-3 .pagination > .active > a:hover,
.smart-style-3 .pagination > .active > span,
.smart-style-3 .pagination > .active > span:focus,
.smart-style-3 .pagination > .active > span:hover {
    background-color: #265cc8;
    border: none;
}

    .smart-style-3 .btn-primary:hover {
        background-color: #063777;
    }

.smart-style-3 .jarviswidget-color-darken > header {
    background-color: #696969;
    border-color: #696969 !important;
}

.smart-style-3 .select2-drop,
.smart-style-3 .dropdown-menu {
    background-color: white;
}

.smart-style-3 .select2-results .select2-highlighted,
.smart-style-3 .dropdown-menu > .active > a, 
.smart-style-3 .dropdown-menu > .active > a:hover, 
.smart-style-3 .dropdown-menu > li > a:focus, 
.smart-style-3 .dropdown-menu > li > a:hover, 
.smart-style-3 .tt-suggestion.tt-is-under-cursor {
    background-color: #265cc8;
}

/* Header Buttons */
.smart-style-3 #logo-group span#activity, 
.smart-style-3 .btn-header > :first-child > a {
    background-image: initial;
    border: none;
    box-shadow: none;
    background-color: #265cc8;
}

    .smart-style-3 .btn-header > :first-child > a:hover {
        background-color: #265cc8;
        background-image: none;
    }


/* Table */
.smart-style-3 .table > tbody > tr:hover, 
.smart-style-3 .table > tbody tr:nth-child(even):hover {
    background-color: lightblue;
}

.smart-style-3 .table > tbody > .dtSelected, 
.smart-style-3 .table > tbody .dtSelected:nth-child(even), 
.smart-style-3 .table > tbody > .dtSelected:hover, 
.smart-style-3 .table > tbody > .dtSelected:nth-child(even):hover  {
    background-color: #265cc8;
    color: white;
}

.smart-style-3 .table thead th {
    background-color: #696969;
    color: white;
}

.dtShortcut {
    font-size: 25px;
    color: #265cc8;
}

.nav-tabs > li.active > a,
.jarviswidget-color-darken > .nav-tabs > li:not(.active) > a:hover {
    box-shadow: 0 -2px 0 #063777;
}

a,
a:hover {
    color: #063777;
}

.txt-color-modeusBlue {
    color: #265cc8;
}

.select2-drop-active,
input:hover,
input:focus,
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border-color: #063777 !important;
}
