:root {
	--header-main: #13ADEB;
	--header-dark: #0083b7;
	--header-aux: #149b7d;
}

.dash-modile__header-container {
	position: relative;
}

.dash-mobile__progress {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 4px;
}

.dash-mobile__progress > div {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background: var(--header-dark);
}

.dash-mobile__content-header {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 30px;
	padding: 0 12px;
	/* overflow-x: hidden; */
	background: #13adeb;
	color: white;
}

.dash-mobile__content-header:not(:first-child) {
	border-top: 1px solid white;
}

.dash-mobile__content-header:first-child {
	height: 84px;
}

.dash-mobile__content-header.short:first-child {
	height: 70px;
}

.dash-mobile__content-header.separate {
	margin: 12px 12px 6px;
	padding: 0;
	border: none;
	gap: 10px;
	background: none;
	height: auto;
	align-items: stretch;
}

.dash-mobile__inner-header {
	background-color: var(--header-aux);
	border-radius: 24px;
	padding: 8px 18px;
}

.dash-mobile__inner-header-main {
	flex: 1;
	min-width: 160px;
}

input[type="button"].dash-mobile__inner-header-back {
	background-color: var(--header-aux);
	border-radius: 32px;
	padding: 0 20px;
	height: auto;
	margin: 0;
	color: white;
	background-image: url('images/arrow-left-short.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90%;
}

.dash-header__caption {
	font-size: 16px;
	margin-right: 6px;
	min-width: 60px;
}


.dash-header__months-range,
.dash-header__date-range {
	padding-left: 4px;
	white-space: nowrap;
}

.dash-header__date-range {
	min-width: 149px;
}

.dash-header__months-range input,
.dash-header__date-range input {
	width: 74px;
}

.dash-header__date-range input[type="text"].hasDatepicker {
	min-width: auto;
}

.dash-header__month-range-body,
.dash-header__date-range-body {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.dash-header__months-range input,
.dash-header__date-range input {
	margin-left: 1px;
	vertical-align: middle;
	color: #13adeb;
}

.dash-header__months-range input[type="text"],
.dash-header__date-range input[type="text"],
.dash-header__date-range-time {
	outline: none;
	background: white;
	color: #13adeb;
	border: none; /* 1px solid #0083b7; */
	border-radius: 0;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 2px;
	text-align: center;
	line-height: 16px;
}

.dash-header__months-range input[type="text"].first,
.dash-header__date-range input[type="text"].first {
	margin: 0;
	border-bottom-left-radius: 12px;	
}

.dash-header__months-range input[type="text"]:not(.first),
.dash-header__date-range input[type="text"]:not(.first) {
	border-bottom-right-radius: 12px;
}

.dash-header__date-range-time {
	border-bottom-left-radius: 12px;	
	border-bottom-right-radius: 12px;	
}

.dash-header__months-range div + div,
.dash-header__date-range div + div {
	margin-top: 1px;
}

.dash-header__months-range-button,
.dash-header__date-range-button {
	text-align: center;
	display: flex;
	flex-direction: row;
	min-width: 0;
}

a.button.dash-header__months-range-submit,
a.button.dash-header__date-range-submit,
.dash-header__date-range-button .dash-dropdown-select a.default {
	flex: 1;
	background: white;
	color: #13adeb;
	font-size: 22px;
	line-height: 22px;
	box-sizing: border-box;
	height: 36px;
	padding: 0;
	border-radius: 0;

	display: flex;
	align-items: center;
	justify-content: center;
}

a.button.dash-header__date-range-submit {
	border-top-left-radius: 12px;
}

a.button.dash-header__months-range-submit {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.dash-header__date-range-button .dash-dropdown-select a.default {
	width: auto;
	margin-left: 1px;
	padding: 0 10px;
	border-top-right-radius: 12px;
}

.dash-header__date-range-button .dash-dropdown-select li.dropdown > ul.dash-dropdown-menu {
	left: auto;
	right: 0;
	width: 149px;
	box-sizing: border-box;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

.dash-header__date-range-button .dash-dropdown-select li.dropdown > ul.dash-dropdown-menu li {
	padding: 0;
}

.dash-header__date-range-button .dash-dropdown-select li.dropdown > ul.dash-dropdown-menu li > a {
	display: block;
	padding: 0 4px;
	line-height: 30px;
}

.dash-header__date-range-button .dash-dropdown-select li.dropdown > ul.dash-dropdown-menu li > a:hover {
	background-color: #333;
}

.dash-header__select {
	min-width: 0;
}

.dash-mobile__content-header > .dash-header__select + .dash-header__select {
	padding-left: 6px;
	border-left: 1px solid #EEE;
}

/* Radio groups in header */

.dash-mobile__content-header .uw-label {
	margin-left: 10px;
}

.dash-mobile__content-header label.uw-label > span {
	margin-left: 4px;
}

.dash-mobile__content-header .caption {
	color: #EEE;
}

/* Summary header */

.dash-mobile__content-header.dash-header__source-select {
	font-size: 18px;
	justify-content: flex-start;
}

/* Object Select */

.dash-header__object-select {
	flex: 1;
	display: flex;
	flex-direction: row;
	min-width: 0;
	align-items: center;
	gap: 15px;
}

.dash-header__object-select-cnt {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.dash-dropdown__button.dash-header__object-select-button {
	background-image: url('images/dropdown-double.png');
	opacity: 0.7;
}

.dash-dropdown__button.dash-header__button-list {
	background-image: url('images/list.svg');
	opacity: 0.7;
}

.dash-header__object-select > nav {
	margin: 2px 0 1px -1px;
}

.dash-header__object-select-edit {
	cursor: pointer;
	margin-right: 4px;
	margin-bottom: -1px;
	vertical-align: baseline;
	background: url('images/edit.png') no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
}

.dash-header__object-select-info {
	font-weight: bold;
	font-size: 20px;
}

.dash-header__object-select-empty {
	color: #EEE;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dash-header__object-select-sub {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 1px 0 6px 0;
}

.dash-header__object-select-address {
	flex: 1;
	min-width: 0;
}

.dash-header__object-select-address-line {
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
}

#dash_header #cnt_inline_search.search-popup {
	border: none;
	margin-right: 0.001px;
}

#dash_header #cnt_inline_search.search-popup,
#dash_header #cnt_inline_search.search-popup .listtable,
#dash_header #cnt_inline_search.search-popup .listtable tr.rowhead,
#dash_header #cnt_inline_search.search-popup .listtable tr.listrow,
#dash_header #cnt_inline_search.search-popup .listtable .listnote {
	background: black;
}

#dash_header #cnt_inline_search.search-popup .listtable tr.rowhead td {
	text-align: center;
}

#dash_header #cnt_inline_search.search-popup .listtable .listnote .errortext {
	color: #FF9999;
}

#dash_header #cnt_inline_search.search-popup .listtable td,
#dash_header #cnt_inline_search.search-popup .listtable td a {
	color: white;
}

#dash_header #cnt_inline_search.search-popup .listtable .listdiv > td {
	background: #333;
	font-weight: bold;
}

#dash_header #cnt_inline_search.search-popup .listtable .listnote > td,
#dash_header #cnt_inline_search.search-popup .listtable .listdiv > td {
	padding-left: 6px;
}

#dash_header #cnt_inline_search.search-popup .listtable td.object-name {
	font-weight: bold;
}

.dash-header__object-select-list #inline_search_name {
	border: none;
}

#dash_header #cnt_inline_search_input {
	padding: 4px;
}

#dash_header #cnt_inline_search_input #inline_search_name {
	border-radius: 16px;
}

ul.dash-header__object-select-list > li {
	width: 100%;
}

.dash-header__object-select-list ul.dash-dropdown-menu > li {
	position: relative;
}

ul.dash-header__object-select-list > li > a {
	display: block;
	padding: 0;
	text-indent: 40px;
	width: 359px;
	font-size: 100%;
	margin-bottom: 44px;
	text-transform: none;
}

/* Meter select */

.dash-header__select-service {
	box-sizing: border-box;
	width: 150px;
	padding: 0 6px 0 0;
}

.dash-header__select-meter {
	flex: 1;
}

.dash-header__select nav.dash-dropdown-select {
	position: relative;
	margin: 0;
}

.dash-header__select nav.dash-dropdown-select ul li ul li a {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 14px;
}

.dash-header__select a.title {
	font-size: 14px;
	display: block;
}

.dash-header__select a.title.default {
	color: #EEE;
}

.dash-header__select-meter-main > *,
.dash-header__select-meter-parent > *,
.dash-header__select-meter-related > * {
	display: none;
}

.dash-header__select-meter-main > abbr,
.dash-header__select-meter-parent > abbr,
.dash-header__select-meter-related > abbr {
	display: inline-block;
	border-bottom: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.title > .dash-header__select-meter-main.dash-header__select-meter-main-has-parent i,
.title > .dash-header__select-meter-main.dash-header__select-meter-main-has-related i,
.title > .dash-header__select-meter-parent i,
.title > .dash-header__select-meter-related i {
	/* display: inline-block; */
	color: #AAA;
	font-style: normal;
}

.title > .dash-header__select-meter-main.dash-header__select-meter-main-has-parent .dash-header__object-select-edit,
.title > .dash-header__select-meter-main.dash-header__select-meter-main-has-related .dash-header__object-select-edit,
.title > .dash-header__select-meter-parent .dash-header__object-select-edit,
.title > .dash-header__select-meter-related .dash-header__object-select-edit {
	display: inline-block;
	margin-bottom: -2px;
}

/* .dash-header__select-meter.compact .title > .dash-header__select-meter-parent, */
.dash-header__select-meter.compact .title > .dash-header__select-meter-related {
	display: none;
}

.dash-header__select-meter-parent,
.dash-header__select-meter-related,
.dash-header__select-type-name {
	font-size: 14px;
	font-family: 'Dash';
	color: #EEE;
	vertical-align: middle;
}

.dash-header__select.dash-header__select-meter.large a.title,
.dash-header__select.dash-header__select-meter.large a.title .dash-header__select-type-name {
	font-size: 18px;
}

.dash-header__select.dash-header__select-meter.large a.title .dash-header__select-meter-main {
	font-weight: bold;
}

.title > .dash-header__select-meter-parent,
.title > .dash-header__select-meter-related {
	display: inline-block;
	color: #EEE;
	padding-bottom: 1px;
}

.dash-header__select-detail {
	flex: 1;
}

/* Devices */

.dash-header__status {
	flex: 1;
}

.dash-devices-status__header {
	font-size: 18px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.dash-mobile__content-header .dash-dropdown__button.dash-header__object-select-button {
	height: 70px;
	margin-left: 4px;
}

.dash-devices-status__main {
	flex: 1;
}

.dash-devices-device__status {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 28px;
}

.dash-devices-device__since {
	font-size: 80%;
}

.dash-devices-status__serial > span {
	font-weight: bold;
	font-size: 20px;
}