/* ---- Gebo Admin blue theme ---- */

    .navbar-inner {
        background: #3993ba;
        font-size:12px;
    }
    .navbar .nav > li > a {
        color: #c1dce7;
        font-size:18px;
    }
    .navbar .nav > li:hover > a {
        color:#fff;
    }
    .navbar .nav .active > a, .navbar .nav .active > a:hover {
        background: #206484;
    }
    .navbar .divider-vertical {
        background-color:#2078A1;
        border-color:#3497C2;
    }
    .dropdown-menu li > a:hover, .dropdown-menu .active > a,
	.dropdown-menu .active > a:hover,
    .nav-list > .active > a, .nav-list > .active > a:hover {
        background: #48a6d2;
    }
	
	.table thead th {background-color:#ebf2f6 !important}
	.dataTables_wrapper th.sorting_asc,.dataTables_wrapper th.sorting_desc {background-color:#d4e3eb !important}
