/* ---- Gebo Admin blue theme ---- */

    .navbar-inner {
		background: #5582a5; /* Old browsers */
		background: -moz-linear-gradient(top, #5582a5 0%, #00377d 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5582a5), color-stop(100%,#00377d)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #5582a5 0%,#00377d 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #5582a5 0%,#00377d 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #5582a5 0%,#00377d 100%); /* IE10+ */
		background: linear-gradient(to bottom, #5582a5 0%,#00377d 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5582a5', endColorstr='#00377d',GradientType=0 ); /* IE6-8 */
    }
    .navbar .nav > li > a {
        color: #c1dce7;
    }
    .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;
    }
    .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: #48a6d2 !important;
    }
	
	.table thead th {background-color:#ebf2f6 !important}
	.dataTables_wrapper th.sorting_asc,.dataTables_wrapper th.sorting_desc {background-color:#d4e3eb !important}
	.footer{
		background: #5582a5; /* Old browsers */
		background: -moz-linear-gradient(top, #5582a5 0%, #00377d 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5582a5), color-stop(100%,#00377d)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #5582a5 0%,#00377d 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #5582a5 0%,#00377d 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #5582a5 0%,#00377d 100%); /* IE10+ */
		background: linear-gradient(to bottom, #5582a5 0%,#00377d 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5582a5', endColorstr='#00377d',GradientType=0 ); /* IE6-8 */
		color:#fff;
	}
	.footer a{
		color: #A4D0EE;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
	}
	.footer a:hover{
		color: #fff;
		text-decoration: none !important;
	}
