.ui-layout-pane-north {
	background: #003e7e !important;
}
.ui-layout-pane-north > div.ui-layout-unit-content {
	background: #003e7e !important;
}

.ui-radiobutton-box.ui-state-active {
	background: #003e7e !important;	
}

.fa-hover a:hover {
    background-color: #009fe3;
    color: #fff !important;
}

button.ui-state-default {
	background: #009fe3 !important;
	border: none !important;
}
button.ui-state-hover {
	background: #003e7e !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #009fe3 !important;
	border: 1px solid #052f57;
}

li.ui-selectonemenu-item.ui-state-hover {
	background: #009fe3;
}
li.ui-selectonemenu-item.ui-state-focus {
	background: #009fe3;
}

.ui-selectonemenu-trigger.ui-state-hover {
	background: #009fe3;
}
.ui-selectonemenu-trigger.ui-state-focus {
	background: #009fe3;
}

.ui-datepicker-header {
	background: #009fe3;
	border: 1px solid #009fe3;
}

.ui-widget-header {
	background: #003e7e !important;
}


.ui-radiobutton-box.ui-state-hover {
	background: #009fe3;
}


.ui-paginator-rpp-options.ui-state-hover {
	background: #009fe3 !important;
}
.ui-paginator-rpp-options.ui-state-focus {
	background: #009fe3 !important;
}


.ui-button.ui-state-default {
	background: #009fe3;
}
.ui-button.ui-state-hover {
	background: #003e7e;
}