/* ---- Gebo Admin blue theme ---- */

    header .navbar {
        border: 0px solid transparent;
    }

     header .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 );
        */

        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); 
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); 
        background: rgba(0, 65, 106, 0.95); 
        background: -moz-linear-gradient(-45deg, rgba(0, 65, 106, 0.95) 0%, rgba(151, 174, 189, 0.95) 100%); 
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0, 65, 106, 0.95)), color-stop(100%, rgba(151, 174, 189, 0.95))); 
        background: -webkit-linear-gradient(-45deg, rgba(0, 65, 106, 0.95) 0%, rgba(151, 174, 189, 0.95) 100%); 
        background: -o-linear-gradient(-45deg, rgba(0, 65, 106, 0.95) 0%, rgba(151, 174, 189, 0.95) 100%); 
        background: -ms-linear-gradient(-45deg, rgba(0, 65, 106, 0.95) 0%, rgba(151, 174, 189, 0.95) 100%); 
        background: linear-gradient(135deg, rgba(0, 65, 106, 0.95) 0%,rgba(151, 174, 189, 0.95) 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 65, 106, 0.95)', endColorstr='rgba(228, 229, 230, 0.95)', GradientType=1);
    }

    header .navbar .nav .active > a, 
	header .navbar .nav .active > a:hover {
        background:  rgba(0, 65, 106, 0.95) !important;
    }
    header .navbar .divider-vertical {
        border-left-color: rgba(0, 65, 106, 0.95);
        border-right-color: rgba(151, 174, 189, 0.95);
    }
    .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:  #ccc !important;
    }
	
    .table thead th {background-color: #ebf2f6 !important}
	.dataTables_wrapper th.sorting_asc,.dataTables_wrapper th.sorting_desc {background-color: rgba(228, 229, 230, 0.95) !important}
