﻿
.sidebar, .page-title, .breadcrumb, .sidebar-menu, .mainItem, .menu-open, .treeview-menu {
    background: #33488A !important;
}

    .sidebar-menu > li > a, .sidebar-menu > li.active > a, .sidebar-menu > li > ul > li > a {
        color: #d4c9c9 !important;
    }

    .sidebar-menu > li:hover > a, .sidebar-menu > li.active > a, .sidebar-menu .treeview-menu > li:hover > a {
        color: #ffffff !important;
    }

    .treeview-menu:hover {
        color: #ffffff !important;
    }

.btn:hover {
    background-color: #33488A !important;
}

.btn {
    background-color: #306db5 !important;
}

.btnBackHistory {
    background-color: #33488A !important;
}

.card {
    border-top: 3px solid #33488A !important;
}

footer {
    background-color: #33488A !important;
}

table.dataTable thead th {
    color: #306db5 !important;
}
/*i {
    color: #306db5 !important;
}*/

/*
.pagination > li > a, .pagination > li > span {
    background-color: #306db5 !important;
    color:white;
}*/


.pagination > li > a, .pagination > li > span {
    color: #306db5 !important;
}

.pagination > .active > a, .pagination > .active > span {
    background-color: #306db5;
    color: white !important;
}


.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #306db5 !important;
    background-color: white !important;
    border-color: #306db5 !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #306db5 !important;
    border-color: #306db5 !important;
}


i.fa.fa-eye, i.fa.fa-pencil, i.fa-toggle-on {
    color: #306db5 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #306db5 !important;
    border-bottom: #306db5;
}


.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button:not(.popupCancleStyle), .alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button:not(.popupCancleStyle) {
    background-color: #306DB5 !important;
    color: #ffffff !important;
}

.ajs-ok {
    background-color: #306DB5 !important;
    color: #ffffff !important;
}


.popupCancleStyle {
    background-color: #ffffff !important;
    color: #306DB5 !important;
}

#sidebarToggle {
    background-color: #33488A !important;
}



.logo {
    float: right;
    font-size: .9em;
    display: block;
    height: 85px;
    padding: 10px;
}

    .logo img {
        max-width: 132px;
        max-height: 58px;
    }

.navbar-nav {
    float: left;
    margin: 0;
    margin-top: 13px;
}


input:focus/*, select:focus*/ {
    border: 1px solid #d0cfcf !important;
}

.dr {
    color: #d0cfcf !important;
}