/* ---- Gebo Admin blue theme ---- */

    .navbar-inner {
        background: #57449D;
        background: -moz-linear-gradient(top, #57449D 0%, #5845AE 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#57449D), color-stop(100%,#5845AE));
        background: -webkit-linear-gradient(top, #57449D 0%,#5845AE 100%);
        background: -o-linear-gradient(top, #57449D 0%,#5845AE 100%);
        background: -ms-linear-gradient(top, #57449D 0%,#5845AE 100%);
        background: linear-gradient(top, #57449D 0%,#5845AE 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57449D', endColorstr='#5845AE',GradientType=0 );
    }
    .navbar .nav > li > a {
        color: #c1dce7;
    }
    .navbar .nav > li:hover > a {
        color:#fff;
    }
    .navbar .nav .active > a, .navbar .nav .active > a:hover {
        background: #206484;
    }
    .navbar .divider-vertical {
        background-color:#7C69BA;
        /*border-color:#462595;*/
    }
    .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;*/
        background: #5744A3;
    }
	
	.table thead th {background-color:#ebf2f6 !important}
	.dataTables_wrapper th.sorting_asc,.dataTables_wrapper th.sorting_desc {background-color:#d4e3eb !important}
