/* ---- Gebo Admin blue theme ---- */

    .navbar-inner {
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3993ba', endColorstr='#067ead',GradientType=0 );
		background: none !important;
        padding: 0px !important;
    }
    .navbar .nav > li > a {
        color: #fff;
font-weight: 600;
background: #40404c;
    }
    .navbar .nav > li:hover > a {
        color: #fff;
background: #787878;
transition: 500ms;
    }
    .navbar .nav .active > a, .navbar .nav .active > a:hover {
        background: #206484;
    }
    .navbar .divider-vertical {
        background-color:#2078A1;
        border-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 {
       background: #D4D4D4  !important;
	   color:#000;
    }
	
	.table thead th {/*background-color: #f6f6dd !important;*/ background-color: #d9e8f2 !important;}
	.dataTables_wrapper th.sorting_asc,.dataTables_wrapper th.sorting_desc {background-color:#d4e3eb !important;}
	
	.add-inc{}
	.add-inc select{margin-bottom: 0px;
     width:80% !important;
	 color: #000;
	}
	.add-inc input[type="text"]{margin-bottom: 0px;
     width:77% !important;
	 }
	 
	 .add-inc input[type="txt_emai"]{margin-bottom: 0px;
     width:67% !important;
	 }

	.add-inc textarea{width:90% !important; margin-bottom:0px !important;}
	.add-inc td{padding: 3px 5px !important;}
	.add-inc input[type="submit"]{
		width: 80px !important;
	}
	
	.add-inc input[type="Reset"]{
		width: 80px !important;
	}
	
	.add-inc02 input{margin-bottom: 0px;
        margin-bottom: 4px;
		width: 50px !important;
		text-align: center;
		
	 }
	 .add-inc02 select{margin-bottom: 0px;
        margin-bottom: 0px;
		width: 66px !important;
		text-align: center;
	}
	form{margin:0px !important;}
	table{margin:0px !important;}
	.tablebgcolor01{background: #fff;
	padding: 4px 8px;
	border: 5px solid #ffdea4;}

.tablebgcolor01 .dataTables_info{padding: 4px 0px !important;}
.tablebgcolor01 label{margin:0px !important;}

.p-icon i{border: 1px solid #a8a8a8;
margin: 0px 0px 10px 6px;
font-size: 14px;
font-weight: 600;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
cursor: pointer;

}
.p-icon i:hover{background: #1d88b3;
color: #fff;
transition: 500ms;
}