﻿.menu {
	background-color: #b3dbff !important;
	border-bottom: 4px solid transparent;
	color: #fff;
	font-size: 18px;
	margin: 0;
	max-width: 100%;
	padding: 0 !important;
	width: 100% !important;
}

.menuSpacer {
	background-color: #ddbc6b;
	height: 1px;
	margin-bottom: 0px;
}

.menu-Item {
	border-bottom: 4px solid transparent !important;
	border-left: 0 solid transparent !important;
	border-right: 0 solid transparent !important;
	border-top: 0 solid transparent !important;
	color: #47473e;
	font-size: 18px !important;
	margin: 0 !important;
	padding: 7px 1px 4px !important;
	text-align: left;
	width: Auto !important;
}

.menu-Item-Hover {
	background-color: #0d47a1 !Important;
	border-bottom: 4px solid #0d47a1 !Important;
	color: White !important;
}

.menu-Item-Selected { background-color: #b3dbff !important; }

.sub-Menu-Item {
	background-color: #fff;
	border: 0px;
	font-size: 16px;
	margin: 0px;
	padding: 2px 1px 2px 10px;
	text-align: left;
}

.sub-Menu-Item-Selected {
	background-color: #ddddd4 !important;
	border-color: #ddddd4 !important;
	color: black;
}

.sub-Menu-Item-Hover {
	background-color: #f2f2f2 !important;
	border-color: #f2f2f2 !important;
	color: black;
}

div.dxm-popup {
	background-color: White !important;
	border: 0px !important;
	border-radius: 4px;
	box-shadow: 0 0px 12px rgba(0, 0, 0, 0.36) !important;
}

/* DexExpress specific */

/*Needed for devx menu popout submenus, where the image was padded unnecessarily*/

div.dxm-popOut {
	background-color: Transparent !important;
	border: 0px;
	border-left: none;
	border-right: none;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}