/* ---- 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 );
		/*background:url("../images/header.svg") no-repeat scroll center bottom,linear-gradient(-45deg, #3993ba, #3993ba, #3993ba) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
		/*background:url("../images/header.svg") no-repeat scroll center bottom,linear-gradient(-45deg, #e29b0b, #eea91c, #e5a014) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
		/*background:url("../images/header.svg") no-repeat scroll center bottom,linear-gradient(-45deg, #ffb707, #fbb303, #f8b208 ) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
		/*background: linear-gradient(to bottom, #ca9106, #fbb50a), #fbb50a;*/
		/*background: linear-gradient(to bottom, #42A5F5, #64B5F6,#90CAF9);*/
		/*background: linear-gradient(to bottom,#26A69A,#4DB6AC,#80CBC4);*/
		/*background: linear-gradient(to bottom,#00ACC1,#00BCD4,#26C6DA);*/
		
		/*background: linear-gradient(to bottom,#00838F,#0097A7,#00ACC1);*/
		background: linear-gradient(to bottom,#a4270e,#b12e0f,#be3513);
    }
    .navbar .nav .active > a, .navbar .nav .active > a:hover {
        /*background: #206484 !important;*/
		background: #a4270e !important;
    }
    .navbar .divider-vertical {
        /*border-left-color:#2078A1;*/
		border-left-color:#c78b0f;
		
        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;*/
		background: #d6421a !important;
		
    }
	
	.table thead th {background-color:#ebf2f6 !important}
	.dataTables_wrapper th.sorting_asc,.dataTables_wrapper th.sorting_desc {background-color:#d4e3eb !important}

	.glyphicon {
	/*color:#000;*/
	}
	.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
     border-bottom-width: 0px; 
	}
	.dataTables_filter {
		color: #878787;
		font-size: 15px !important;
		margin: -1px 8px 2px 10px;
		text-align: left;
		float: left;
	}
	.form-control {
		height:28px;
	}
	