/* General styles for all menus */
/* BACKGROUND COLOR */
#dashboard {
	background: #47a3da;
	background-image: url('/Site/graphics/top-bg.jpg');
}
#dashboard-button {
	position: absolute;
	right: 0px;
	border: none;
	background: url('/Site/graphics/search-button.png') center top no-repeat;
	color: #EFEFEF;
	cursor: pointer;
	font-size: 12px;
	width: 100px;
	height: 45px;
	vertical-align: top;
	padding: 0px;
	margin-top: 20px;
	-webkit-opacity: 1.00;
	-moz-opacity: 1.00;
	opacity: 1.00;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 999;
}
#dashboard-button :hover {
	-webkit-opacity: 0.50;
	-moz-opacity: 0.50;
	opacity: 0.50;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.button-holder {
}
#dashboard-button i {
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	position: absolute;
	top: 0px;
	left: 43px;
}
#dashboard {
	border: none;
	background-position: right 20px bottom -22px;
	color: #fff;
	display: block;
	cursor: pointer;
	margin: 0px 0;
	width: auto;
	height: auto;
	padding-top: 45px;
	padding-bottom: 0px;
	box-sizing: border-box;
}
.off-canvas-divider {
	width: 100%;
	height: 17px;
	position: absolute;
	top: 15px;
	background: url('/Site/graphics/off-canvas-top-divider.png') center top repeat-x;
	z-index: 0;
}
.off-canvas-top-menu {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
}
}
#dashboard .container {
	margin: 0px;
	padding: 0px;
}
.container.top-bg {
	padding: 0px!important;
}
body * {
	-webkit-backface-visibility: hidden;
}
@media screen and (min-width: 0px) and (max-width: 769px) {
.off-canvas-top-menu {
	position: relative;
	margin-bottom: 10px;
	background: rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, .2), 0px 0px 2px 2px rgba(255, 255, 255, .2);
	box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, .2), 0px 0px 2px 2px rgba(255, 255, 255, .2);
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}
#dashboard {
	padding-top: 15px;
}
.button-holder {
	margin-top: -30px;
}
}
