/* ----  blue theme ---- */

    .navbar-inner {
	background: #02a1e0 !important;
 	background: -moz-linear-gradient(top, #02a1e0 0%, #1191cd 100%); 
 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1191cd), color-stop(100%, #1191cd)); 
 	background: -webkit-linear-gradient(top, #02a1e0 0%, #1191cd 100%); 
 	background: -o-linear-gradient(top, #02a1e0 0%, #1191cd 100%); 
 	background: -ms-linear-gradient(top, #02a1e0 0%, #1191cd 100%); 
 	background: linear-gradient(top, #02a1e0 0%, #1191cd 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a1e0', endColorstr='#1191cd', GradientType=0 ); 
	border-top:#468fb0 1px solid;
}
.navbar .nav > li > a {
	color: #ffffff;
	font-weight:normal !important;
	font-size: 12px;
}
.navbar .nav > li:hover > a {
	color:#fff;
}
.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: #48a6d2;
}
.table thead th {
	background-color:#ebf2f6 !important
}
.dataTables_wrapper th.sorting_asc, .dataTables_wrapper th.sorting_desc {
	background-color:#d4e3eb !important
}
.logo {
	height:78px;
	background:url(../img/top-background.png) repeat-x;
	min-width:750px;
}
a.logo-image {
	height:78px;
	width:210px !important;
	background:url(../img/ICD-logo.png) repeat-x;
	display:block;
	float:left;
	
}
.navbar .main>li {
	border:1px solid;
	border-top:none;
	border-bottom:none;
	border-right:#008fca 0px solid;
	border-left:#69a6c3 0px solid;
	-webkit-transition:background .2s linear, border-left .2s ease-out, border-right .2s ease-out;
	-moz-transition:background .2s linear, border-left .2s ease-out, border-right .2s ease-out;
	-ms-transition:background .2s linear, border-left .2s ease-out, border-right .2s ease-out;
	-o-transition:background .2s linear, border-left .2s ease-out, border-right .2s ease-out;
	transition:background .2s linear, border-left .2s ease-out, border-right .2s ease-out;
}
.main>li:hover {
	background: transparent;
	background:rgba(0,0,0,.2);
	
	-webkit-box-shadow:inset 0px 0px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:inset 0px 0px 4px rgba(0, 0, 0, 0.15);
	box-shadow:inset 0px 0px 4px rgba(0, 0, 0, 0.15);
	-webkit-transition:background .2s linear, border-left .2s ease-out, border-right .2s ease-out;
	-moz-transition:background .2s linear, border-left .2s ease-out, border-right .2s ease-out;
	-ms-transition:background .2s linear, border-left .2s ease-out, border-right .2s ease-out;
	-o-transition:background .2s linear, border-left .2s ease-out, border-right .2s ease-out;
	transition:background .2s linear, border-left .2s ease-out, border-right .2s ease-out;
}
li.menu-last {
	
}
.title{
	height:30px;
	padding-top:20px;
	font-family:'RobotoBoldCondensed',Arial,Helvetica,sans-serif, sans-serif;
	font-size: 25px;
	line-height:1.1;
	color: #666;
	text-shadow: 2px 2px 0px rgba(255,255,255,.5), 4px 4px 0px rgba(0,0,0,.1);
	margin-bottom:10px;
	padding:36px 0 0 0px;
	float:left;
}
h1,h2,h3,h4,h5,h6 {
	color: #008DCA;
}
#eCashWalletInformation label{
	color: #008DCA !important;
	
}