#menu {
	padding-top: 10px;
	background-color: #ebebeb;
	position: fixed;
	height:calc(100% - 50px);
	overflow: auto;
	width: 210px;
	border-right: 1px solid #BBBBBB;
	top: 40px;
	left: 0;
	z-index:999;
}

.collapsed-menu {
	width: 40px !important;
}

.collapsed-contentContainer {
	margin: 50px 10px 10px 50px !important;
}

.collapsed-header {
	box-shadow: 40px 0px 10px rgba(0, 0, 0, 0.38);
}

.collapsed-a {
	padding-left: 0 !important;
}

.minimizeMenuButton {
	border-bottom: 1px solid #bbbbbb;
}

.menuItemContainer>.active {
	background-color: white ;
	font-weight: bold;
	border: 1px solid #ccc;
	border-right: 0px;
}

.menuItemContainer>.active a {
	color: #000;

}

.menuItem a, .subMenuItem a {
	line-height: 30px;
}

div.menuItem {
	height: 30px;
}

.menuItem a {
	padding-left: 1em;
	height: 30px;
	display: flex;
}

.options {
	height: 30px;
}

.options .left {
	text-align: center;
	float: left;
	width: 50%;
}

.options .right {
	text-align: center;
	font-size: 28px;
}

.subMenuItem, .mixedMenuItem {
	border-top: 1px solid #BBBBBB;
	border-bottom: 0px;
}

.subMenuItem {
	background-color: #FFFFFF;
	font-size: 11px;
	height: 25px;
}

.subMenuItem a {
	padding-left: 25px;
}

.menuItem a:hover {
	background-color: #CCCCCC;
}

#contentFooter {
	border: 1px solid #BBBBBB;
	border-top: 0px hidden;
	border-bottom-left-radius: 0em;
	-webkit-border-bottom-left-radius: 0em;
	border-bottom-right-radius: 0em;
	-webkit-border-bottom-right-radius: 0em;
	background-color: white;
}

#contentContainer {
	margin: 50px 10px 10px 220px;
	min-width: 1050px;
}

#content {
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
}

.tabsContainer {
	clear: both;
	min-height: 2em;
	padding-top: 2em;
	border-bottom: 1px solid #CCCCCC;
	margin-top: -1px;
}

.subTabsContainer {
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	background-color:#ffffff;
	padding-top: 15px;
	margin-top: 0px;
}


.tabsContainer div {
	width: 9.5%;
	height: 1.9em;
	float: left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background-color: #EBEBEB;
	text-align: center;
	line-height: 1.85em;
	margin-left: 0.2em;
	border-top-left-radius: 0.25em;
	-webkit-border-top-left-radius: 0.25em;
	border-top-right-radius: 0.25em;
	-webkit-border-top-right-radius: 0.25em;
}

.tabsContainer div.tabSelected {
	background-color: #FFFFFF;
	border-bottom: 1.9px solid #FFFFFF;
}

.tabsContainer div a {
	display: block;
	height: 100%;
}

.tabsContainer img {
	vertical-align: middle;
}

.tabsContainer div:hover {
	background-color: #CCCCCC;
}

.tabsContainer div.emptyTab {
	background-color:transparent;
	border: none;
}

.innerTabsContainer {
	border-left: none;
	border-right: none;
	margin-bottom: 1em;
}

#content {
	background-color: white;
	padding-top: 1em;
	padding-bottom: 1em;
}

.innerContent {
	margin: 5px;
}

.innerContentBody {
	padding: 10px;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-bottom-left-radius: 1em;
	-webkit-border-bottom-left-radius: .25em;
	border-bottom-right-radius: .25em;
	-webkit-border-bottom-right-radius: .25em;
	height: 100%;
}

.innerContentBody label {
	display: block;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 11px;
	width: 70px;
}

.menuIcons {
	text-align: center;
	width: 40px;
	height: 30px;
}

.menuIcons img {
	text-align: center;
	height: 20px;
	margin-top: 4px;
}

menuModules {
	display:flex;
	flex-grow:1;
}

#menuFooter div {
    margin: 5px;
    padding-bottom: 5px;
}