/* ---- Gebo Admin dark theme ---- */

    .navbar-inner {
		background: #8b0000;
	
    }
    .navbar .nav > li > a {
        color: #bababa;
    }
    .navbar .nav > li:hover > a {
        color:#fff;
    }
    .navbar .nav .active > a, .navbar .nav .active > a:hover {
        background: #555 !important;
    }
    .navbar .divider-vertical {
		border-left-color:#000;
        border-right-color:#3b3b3b;
    }
    .dropdown-menu li > a:hover, .dropdown-menu .active > a,
	.dropdown-menu .active > a:hover,
    .nav-list > .active > a, .nav-list > .active > a:hover,
    span.dynatree-active a {
        background: #5c778a !important;
    }
    .ui-menu .ui-menu-item a.ui-state-hover,
    .ui-menu .ui-menu-item a.ui-state-active {
        background: #5c778a !important;
        border-color:#5c778a !important;
    }

	.table thead th {background-color:#f0f3f5 !important}
	.dataTables_wrapper th.sorting_asc,.dataTables_wrapper th.sorting_desc {background-color:#dce3e7 !important}
