#topmenu {
	min-width: 1200px;
}

.dash-header-container {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.dash-header {
	/* min-width: 1200px; */
	background-color: #ffffff;
	display: table-row;
}

.dash-header > div {
	display: table-cell;
	box-sizing: border-box;
	position: relative;
	vertical-align: top;
}

.dash-header-top-container {
	min-width: 1200px;
	position: relative;
	z-index: 22; /* needs to be greater than z-index of header month inputs */
}

.service-page__body #dash_cnt_menu {
	display: table-cell;
}

.service-page__body .dash-header-top > div {
	height: 90px;
}

.service-page__body .dash-header-top-container {
	min-width: auto;
}

.service-page__body .dash-header-top-container #dash_cnt_logo {
	width: 250px;
}

.service-page__body .dash-header-top-container #dash_cnt_logo #dash_logo {
	position: static;
	height: 70px;
}

.service-page__body .dash-header-top-container #dash_cnt_menu {
	border: none;
}



#dash_cnt_logo {
	position: relative;
	width: 17%;
	margin: 0;
	padding: 0;
}

#dash_logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 113px;
}

#dash_logo a {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#dash_logo a img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-height: 80px;
	max-width: 94%;
}

/*-------------------top navigation-------------------*/
nav.dash-header__top-menu {
	position: relative;
	z-index: 4;
	margin: 0;
	display: table-row;
}

nav.dash-header__top-menu > * {
	display: table-cell;
	vertical-align: middle;
}

nav.dash-header__top-menu > ul {
	width: 80%;
	white-space: nowrap;
}

nav.dash-header__top-menu > ul > li > a > i.has-icon {
	display: inline-block;
	width: 21px;
	height: 14px;
	margin-right: 2px;
	vertical-align: middle;
	background: url('images/menu.png?v=3');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

nav.dash-header__top-menu li > a > i.has-icon.icon-hub {
	background: url('images/hub.png');
	background-size: contain;
	width: 28px;
	height: 28px;
}

nav.dash-header__top-menu li > a > i.has-icon.icon-dashboard { background-position: 0 0 }
nav.dash-header__top-menu li > a > i.has-icon.icon-bill      { background-position: 0 -14px }
nav.dash-header__top-menu li > a > i.has-icon.icon-payment   { background-position: 0 -28px }
nav.dash-header__top-menu li > a > i.has-icon.icon-analytics { background-position: 0 -42px }
nav.dash-header__top-menu li > a > i.has-icon.icon-reporting { background-position: 0 -56px }
nav.dash-header__top-menu li > a > i.has-icon.icon-account   { background-position: 0 -70px }
nav.dash-header__top-menu li > a > i.has-icon.icon-intdata   { background-position: 0 -98px }
nav.dash-header__top-menu li > a > i.has-icon.icon-home      { background-position: 0 -114px }
nav.dash-header__top-menu li > a > i.has-icon.icon-hvac      { background-position: 0 -128px }
nav.dash-header__top-menu li > a > i.has-icon.icon-project   { background-position: 0 -142px }

#dash_cnt_menu nav.dash-header__top-menu > ul > li.dash-header__top-menu-hub > a {
	padding: 6px;
}

#dash_cnt_menu {
	width: 100%;
	background-color: #5CC55F;
	border-left: solid 1px #A5AAB0;
	display: table;
}

#dash_cnt_menu a {
	color: white;
}

#cnt_header_admin_menu {
	width: 32px;
	text-align: center;
}

.menu-home-link {
	display: block;
	font-size: 0;
}

.dash-header-menu-space {
	width: 22px;
}

#cnt_header_admin_menu a > img {
	vertical-align: middle;
	margin-bottom: 1px;
}

#dash_cnt_menu ul a img {
	width: 21px;
	height: 14px;
	opacity: 0.5;
	margin-bottom: -1px;
}

#dash_cnt_menu nav.dash-header__top-menu > ul > li {
	display: inline-block;
	vertical-align: bottom;
}

#dash_cnt_menu nav ul li {
	display: block;
}

#dash_cnt_menu nav ul li > a {
	display: block;
	padding: 10px;
	outline: none;
	position: relative;
	z-index: 5;
}

#dash_cnt_menu nav > ul > li > a {
	border: 1px solid #5cc55f;
	padding: 7px 9px 11px 7px;
	line-height: 22px;
}

#dash_cnt_menu nav > ul > li.current > a {
	padding-top: 2px;
	padding-bottom: 5px;
}

#dash_cnt_menu nav > ul > li > a > div {
	display: inline-block;
	vertical-align: middle;
}

#dash_cnt_menu nav > ul > li > a strong {
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 18px;
}

#dash_cnt_menu nav > ul > li.current > a strong {
	font-weight: bold;
}

#dash_cnt_menu nav > ul > li > a small {
	display: block;
	font-size: 13px;
	line-height: 15px;
	height: 15px;
}

#dash_cnt_menu nav > ul > li:hover > a {
	border: 1px solid black;
	z-index: 7;
}

#dash_cnt_menu nav > ul > li:hover.has-children > a {
	border-bottom: 1px solid #4DA54F;
}

#dash_cnt_menu nav ul li ul {
	background: #4DA54F;
}

#dash_cnt_menu nav ul li ul {
	margin-top: -1px;
	width: 220px;
	padding: 0;
	text-indent: 25px;
	border: 1px solid black;
	z-index: 6;
}

#dash_cnt_menu nav ul li ul li {
	width: 100%;
	color: #ffffff;
}

#dash_cnt_menu nav ul li ul li a {
	display: block;
	padding: 10px 0;
	text-transform: none;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 900px) {
	nav.dash-header__top-menu > ul > li > a > i.has-icon {
		display: none;
	}
	
	nav.dash-header__top-menu > ul > li.dash-header__top-menu-hub > a > i.has-icon {
		display:block;
	}
}


.dash-header-bottom-container {
	min-width: 1200px;
	box-sizing: border-box;
	border-bottom: solid 1px #A5AAB0;
	z-index: 14; /* should be greater than .scroll-header */
}

.dash-header-bottom {
	white-space: nowrap;
	height: 70px; /* header-bottom-height */
}

.dash-header-bottom > div {
	height: 70px; /* header-bottom-height + 1 */
	position: relative;
}

.dash-header-bottom-space {
	width: 17%;
}

.dash-header > .dash-header-icons {
	width: 64px;
	padding-right: 29px;
	text-align: right;
	vertical-align: middle;
}

.dash-header-icons__inner {
	display: inline-block;
	vertical-align: middle;
}

.dash-header-icons__button {
	display: block;
	padding: 1px 0;
	height: 18px;
}

.dash-header-icons__button > i {
	display: block;
	width: 18px;
	height: 18px;
	background: url('images/header_icons.png');
	background-size: 100%;
}

.dash-header-icons__button > i.icon-guidepost { background-position: 0 0 }
.dash-header-icons__button > i.icon-info      { background-position: 0 -18px }
.dash-header-icons__button > i.icon-print     { background-position: 0 -36px }



/*-------------------Searh Box-------------------*/
#header_search::-webkit-input-placeholder {
	color: white;
	font-family: 'Dash';
	font-weight: normal;
	font-size: 100%;
}

#header_search::-webkit-input-placeholder [role="date"] {
	color: #ff9900;
	font-family: 'Dash';
	font-weight: normal;
	font-size: 100%;
}

#header_search::-moz-placeholder { /* Firefox 19+ */
	color: white;
	font-family: 'Dash';
	font-weight: normal;
	font-size: 100%;
}

#header_search:-ms-input-placeholder {
	color: white;
	font-family: 'Dash';
	font-weight: normal;
	font-size: 100%;
}

#header_search {
	box-sizing: border-box;
	border: solid 1px #ffffff;
	background-color: #5CC55F;
	outline: 0;
	text-indent: 30px;
	width: 100%;
	height: 28px;
	color: #ffffff;
	background-image: url(images/searchicon.png);
	background-repeat: no-repeat;
	background-position: 5%;
	font-family: 'Dash' !important;
	font-weight: normal;
	font-size: 100%;
	z-index: 5;
}


