.app-switcher-container .app-navigator {
    background-color: #022cfa;
}
.module-nav .modules-menu {
    background: #022cfa;
}

.app-menu {
    background: #022cfa;
}

.active-app-item, .app-item:hover {
    background: #022cfa;
}

.global-nav .app-switcher-container .app-navigator:hover {
    background: #022cfa;
    opacity: 1;
}

.app-item {
	background: #022cfa;
}

.modules-menu ul li.active {
    background: #022cfa;
}

.app-menu .app-modules-dropdown {
    background: #022cfa;
}


.app-item-color-SALES:hover {
    background: #5cb85c; 
}
.app-item-color-SALES {
    background: #5cb85c; 
}

.ui-timepicker-list {
	height: 250px !important;
}

.ui-timepicker-wrapper {
	height: 250px !important;
}

.listview-table-norecords .listViewEntries .table-actions span, .listview-table .listViewEntries .table-actions span {
	float:none;
}

.detailview-table .fieldLabel {
	background:#f5f5f5;
}