﻿/* BACKGROUND COLOR */
#dashboard {
	background: #F8F8F8;
}
.off-canvas-top-menu {
	background: #242863;
}
.off-canvas-divider {
	background: #242863;
}
.top-shadow{
	background:url('../../../../Site/graphics/top-shadow.png') center top;
	height:50px;
	margin-bottom:-50px;
}
/* General styles for all */
#dashboard-button {
	position: absolute;
	right: 0px;
	top: 2px;
	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: 0px;
	-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;
}
#dashboard-button i {
	filter: dropshadow(color=#000000, offx=1, offy=1);
	position: absolute;
	top: 0px;
	left: 42px;
}
#dashboard {
	border: none;
	background-position: right 20px bottom -22px;
	color: #fff;
	display: block;
	cursor: pointer;
	margin: 0px 0;
	width: auto;
	height: auto;
	padding-top: 25px;
	padding-bottom: 0px;
	box-sizing: border-box;
}
.off-canvas-divider {
	width: 100%;
	height: 0px;
	position: absolute;
	top: 0px;
	z-index: 0;
}
.off-canvas-top-menu {
	width: 100%;
	position: absolute;
	top: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
}
#dashboard .container-fluid {
	margin: 0px;
	padding: 0px;
}
.container-fluid.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: none;
}
#dashboard {
	padding-top: 15px;
}
}
