
/**/
.logo-wrap{
	background:#48525a;
}
.link,
.head-info .msg-wrap .msg,
.action-head .icon-download{
	color:#ff8b25;
}
.btn{
	background:#5390E9;
}
.btn:hover{
	background-color:#5390E9;
}
.btn:active{
	background-color:#5390E9;
}
.btn.cancel{
	background:none;
}
.btn.cancel:hover{
	color:#5390E9;
}
.btn.cancel:active{
	color:#5390E9;
}

.rdtar-wrap .data-table.multi-line td:first-child:before,
.loading:before,
.loading:after{
	background:#5390E9;
}
.data-form .item.wrap,
.column .btn-drop.up,
.action-group .btn-drop.up,
select.column-opt + .chosen-container-active.chosen-with-drop .chosen-single{
	border-color:#5390E9;
}
/*.columns-wrap .column:last-child,*/
.pagination a:hover, 
.pagination a:active, 
.pagination a.active, 
.pagination a.current,
.data-table tr:hover,
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover,
.chosen-container .chosen-results li.highlighted{
	background:#fff9f4;
}

/*datepicker start*/
.ui-datepicker .ui-datepicker-prev span, 
.ui-datepicker .ui-datepicker-next span{
	color:#5390E9;
}
.ui-datepicker .ui-datepicker-prev:hover span, 
.ui-datepicker .ui-datepicker-next:hover span,
.ui-datepicker .ui-datepicker-prev-hover span, 
.ui-datepicker .ui-datepicker-next-hover span{
	background:#5390E9;
	color:#fff;
}
/*datepicker end*/