.row .ui-widget-header {
background-color:#f3f6f9 !important;
border-bottom:5px #d0d2d3 solid !important;

background-image: -webkit-linear-gradient(#fff 0%, #f3f6f9 100%) !important; 
background-image: -moz-linear-gradient(#fff 0%, #f3f6f9 100%) !important; 
background-image: -o-linear-gradient(#fff 0%, #f3f6f9 100%) !important; 
background-image: linear-gradient(#fff 0%, #f3f6f9 100%) !important;	

}

.nav-tabs {
	background-color:#235298 !important;
	border-bottom:1px solid #629ef8;
	
background-image: -webkit-linear-gradient(#205096 0%, #466ea8 100%) !important; 
background-image: -moz-linear-gradient(#205096 0%, #466ea8 100%) !important; 
background-image: -o-linear-gradient(#205096 0%, #466ea8 100%) !important; 
background-image: linear-gradient(#205096 0%, #466ea8 100%) !important;		
	
}

.nav-tabs li a {
	color:#fff;
}

.nav-tabs li.active a,.nav-tabs li:hover  a,.nav-tabs a:hover{
	color:#629ef8 !important;
}

.popup .nav-tabs > .active > a, .popup .nav-tabs > .active > a:hover {
	background-color:#eee !important;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover,.nav-tabs li:hover a{
	border:1px solid #629ef8;
}

.table thead tr {
	background:#739ae3;
	color:#fff;
}

body > .ui-widget-overlay {
	background:#fff;
}

.btn-info {
	background-color:#739ae3;
background-image: -webkit-linear-gradient(#739ae3 0%, #5c83c5 100%); 
background-image: -moz-linear-gradient(#739ae3 0%, #5c83c5 100%); 
background-image: -o-linear-gradient(#739ae3 0%, #5c83c5 100%); 
background-image: linear-gradient(#739ae3 0%, #5c83c5 100%);	
	
}
/*.dropdown-menu li:hover,.dropdown-menu .active,*/
.dropdown-menu li a:hover {
		background-color:#739ae3;
}

.table th, .table td {
	border-top:1px solid #99ebff;

}

.table tfoot tr td {
	border-top:4px solid #99ebff;

}





.nav .helper a {
	color:#fff !important;
}

.pagetitle {
	color:#4d74ac !important;
	top:53px !important;
	font-size:20px !important;
}

.pagetitlex {
	top:59px !important;
	
}

.pagetitlex a {
	background-image:url('../img/logout.gif');
	background-repeat:no-repeat;
	padding-left:38px;
	display:inline-block;
	background-repeat:no-repeat;
	background-position:0px -3px;
	height:30px;
	
}

.pagetitlex span {
	color:#4d74ac !important;
}

.pagetitlex a:hover {
	color:#4d74ac !important;
}

.quickcheckheader  td{
	background:#fff !important;
	border-bottom:4px solid #99ebff;
}

.table tbody tr {
	background-color:#f5f5f5;
}
.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th{background-color:#fff;}


.qwhite td {
	background-color:#fff !important;
	border-bottom:1px solid #99ebff;
	border-top:1px solid #99ebff;
}

.nav-tabs>li {
	margin-bottom:-1px;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs li:hover a {
	border-bottom:1px solid #eee;
}

.required {
	color:#629ef8 !important;
}

.popup .btn {
	padding:5px 15px 5px;
}

.popup .btn-success {
	padding:5px 15px 5px;
	background-color:#739ae3;
background-image: -webkit-linear-gradient(#739ae3 0%, #5c83c5 100%); 
background-image: -moz-linear-gradient(#739ae3 0%, #5c83c5 100%); 
background-image: -o-linear-gradient(#739ae3 0%, #5c83c5 100%); 
background-image: linear-gradient(#739ae3 0%, #5c83c5 100%);		
}

.popup hr {
	border-top:1px solid #629ef8;
}


.control-group.error input, .control-group.error select, .control-group.error textarea, .control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
	border-color:#629ef8 !important;
	color:#629ef8 !important;
}

.sidebar-nav {
	border:1px solid #629ef8;
}

.sidebar-nav .nav-header {
	color:#4d74ac !important;
}