/* ---- Gebo Admin blue theme ---- */

    /*.navbar-inner {
        background: #3993ba;
        background: -moz-linear-gradient(top, #3993ba 0%, #067ead 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3993ba), color-stop(100%,#067ead));
        background: -webkit-linear-gradient(top, #3993ba 0%,#067ead 100%);
        background: -o-linear-gradient(top, #3993ba 0%,#067ead 100%);
        background: -ms-linear-gradient(top, #3993ba 0%,#067ead 100%);
        background: linear-gradient(top, #3993ba 0%,#067ead 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3993ba', endColorstr='#067ead',GradientType=0 );
    }*/
	
	.navbar-inner {
        background: #bf1034 ;
        background: -moz-linear-gradient(top, #bf1034  0%, #bf1034  100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf1034 ), color-stop(100%,#bf1034 ));
        background: -webkit-linear-gradient(top, #bf1034  0%,#bf1034  100%);
        background: -o-linear-gradient(top, #bf1034  0%,#bf1034  100%);
        background: -ms-linear-gradient(top, #bf1034  0%,#bf1034  100%);
        background: linear-gradient(top, #bf1034  0%,#bf1034  100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf1034 ', endColorstr='#bf1034 ',GradientType=0 );
    }
	
    .navbar .nav > li > a {
        color: #f6eeef ;
    }
    .navbar .nav > li:hover > a {
        color:#fff;
    }
    .navbar .nav .active > a, .navbar .nav .active > a:hover {
        background: #206484 !important;
    }
    
	/*.navbar .divider-vertical {
        border-left-color:#2078A1;
        border-right-color:#3497C2;
    }*/
	
	.navbar .divider-vertical {
        border-left-color:#bf1034 ;
        border-right-color:#FFF;
    }
	
    .dropdown-menu li > a:hover, .dropdown-menu .active > a,
	.dropdown-menu .active > a:hover,
    .nav-list > .active > a, .nav-list > .active > a:hover {
        background: #bf1034  !important;
    }
	
	.table thead th {background-color:#f6eeef  !important}
	.dataTables_wrapper th.sorting_asc,.dataTables_wrapper th.sorting_desc {background-color:#f6eeef  !important}
