
.dropdown-cont {
	display: none;
	color: #FFF;
	z-index: 999999;
}

.dropdown-cont > .dropdown-arrow-cont {
	margin-bottom: -7px;
}

.dropdown-cont > .dropdown-arrow-cont.above {
	margin-top: -3px;
}

.dropdown-cont > ul, .dropdown-cont > .dropdown-content-inner {
	margin: 0;
	padding: 5px 0;
	background-color: #0D3246;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.dropdown-cont > .dropdown-content-inner {
	width: 100%;
	height: 100%;
	padding: 5px 5px;
}

.dropdown-cont > ul > li {
	list-style: none;
	height: 40px;
	cursor: pointer;
}

.dropdown-cont > ul > li:hover {
	background-color: rgba(255, 255, 255, 0.14);
}

.dropdown-cont > ul > li:active {
	background-color: rgba(255, 255, 255, 0.18);
}

.dropdown-cont > ul > li > .dropdown-item {
	height: 100%;
	padding-left: 10px;
}