:root {
	--layout-bg-color: #13ADEB;
	--layout-aux-color: #149B7D;
	--layout-bgl-color: #41beee;
	--layout-text-bg-color: white;
	--layout-text-color: #13ADEB;
	--layout-border: 2px;
	--layout-border-color: #13ADEB;
	--layout-border-radius: 8px;
	--layout-border-button: 24px;
}

body {
	overflow: hidden;
	padding: 0;
	margin: 0;	
	background: white;
	touch-action: manipulation;
}

body,
input,
button,
select,
textarea,
td,
.ui-widget,
input.inpledit,
select.inpledit {
	font-family: 'Dash',sans-serif;
	color: black;
}

h1, h2, h3, h4, h5 {
	font-family: 'Dash';
	font-weight: bold;
	color: #13aceb;
}

a, a:visited {
	color: #0083b7;
}

a:active,
a:visited {
	text-decoration: none;
}

body,
input,
button,
select,
textarea,
td,
.fbutton, .finnerctl, .finnerns, .scontrol, .ncontrol, .fcontrol,
#inline_search_name, .search_edit,
.ui-widget {
	font-size: 14px;
}

.small, .note, .smallgrey, .loading, span.errorsml {
  font-size: 11px;
}

h1, h2, h3, h4 {
	color: #13aceb;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 10px;
}

h1 { font-size: 20px; }
h2 { font-size: 19px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }

input {
	margin: 0;
}

input[type="text"],
input[type="text"].fcontrol,
input[type="password"],
input[type="number"],
input[type="button"],
input[type="submit"],
button {
	box-sizing: border-box;
	padding: 0 8px;
	border: 1px solid #AAA;
	border-radius: 14px;
	outline: none;
	height: 34px;
	background: white;
	-webkit-appearance: none;
	appearance: none;
}

select,
.v-select > .vs__dropdown-toggle {
	box-sizing: border-box;
	border: 1px solid #AAA;
	border-radius: 14px;
	background: white;
}

select {
	padding: 4px 8px;
	height: 34px;
}

textarea, textarea.fcontrol {
	box-sizing: border-box;
	padding: 6px 8px;
	border: 1px solid #AAA;
	border-radius: 14px;
	outline: none;
	background: white;
}

select,
select.scontrol,
select.fcontrol,
select.cmp-objects-create__service-select {
	padding: 4px 8px;
}

span.caption {
	color: #888;
}

input[type="button"],
input[type="submit"],
button,
button.fbutton,
span.button,
a.button {
	box-sizing: border-box;
	background: var(--layout-bgl-color);
	border: 0;
	border-radius: var(--layout-border-button);
	padding: 8px 30px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	outline: none;
	text-decoration: none !important;
	text-transform: uppercase;
	text-align: center;
	line-height: 18px;
}

input[type="button"].delete {
	background: #A00;
}

input[type="button"].primary,
input[type="submit"].primary {
	background: var(--layout-aux-color);
}

input[type="button"].action-pending {
	background: #CCC;
}

input[type="button"].small,
button.small,
a.button.small {
	font-size: 12px;
	padding: 4px 10px;
}

.icon-button,
a.icon-button {
	display: flex;
	justify-content: center;
	gap: 4px;
	align-items: center;
	padding: 0 30px;
}

.icon-button > .icon {
	width: 20px;
	height: 20px;
}

.icon-button > span {
	padding: 8px 0;
}

input[type="button"].btn-back {
	background: #BBB;
}

input[type="button"].nbutton:disabled,
input[type="button"].button:disabled,
input[type="submit"].button:disabled {
	background-color: #999;
	color: #CCC;
}


.uw-group-item {
	padding: 6px;
}

div.uw-paramlist-row > .cap {
	gap: 4px;
	align-items: center;
	display: flex;
	color: #666;
	margin-bottom: 6px;
}

div.uw-paramlist-row > .cap .uw-link-img {
	padding: 0;
}

.uw-divpane__child-inner .error,
.uw-divpane__child-inner .success,
.uw-divpane__child-inner .info,
.uw-divpane__child-inner .warn,
.error, .info, .warn {
	margin: 6px 0;
}

.hscroll,
.border {
	border: var(--layout-border) solid var(--layout-border-color);
	border-radius: var(--layout-border-radius);
}

.hscroll.noborder {
	border: none;
}

tr.rowdiv td {
	background: #F3F3F3;
	font-weight: bold;
}

#dash_content > .error {
	margin-left: 10px;
	margin-right: 10px;
}

#dash_content > .service-page__form {
	margin-top: 100px;
}

#dash_content .service-page__form,
#dash_content .service-page__form td,
#dash_content .service-page__form p,
#dash_content .service-page__form h1 {
	color: #666;
}

#dash_content .service-page__form p {
	margin: 10px 0;
}

#dash_content > .error:first-child {
	margin-top: 10px;
}

i.dash-info, .dash-info > i {
	display: inline-block;
	vertical-align: middle;
	background: url('images/info.png');
	margin-left: 6px;
	width: 15px;
	min-width: 15px; /* when used with flex */
	height: 15px;
}

button > .dash-info {
	vertical-align: baseline;
	margin-bottom: -3px;
}

.hscroll > table > tbody > tr:first-child > td {
	border-top: none;
}

.hscroll > table > tbody > tr:last-child > td {
	border-bottom: none;
}

.hscroll > table > tbody > tr > td:first-child {
	border-left: none;
}

.hscroll > table > tbody > tr > td:last-child {
	border-right: none;
}

.attention-block {
  background: linear-gradient(90deg, #eef7ff 35%, #c1e1fd 50%, #eef7ff 65%);
  background-size: 300% 100%;
  background-position: 100%;
  animation: attention-block-animation 3s ease-out infinite;
}

@keyframes attention-block-animation {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0% 0;
  }
  100% {
    background-position: 0% 0;
  }
}



.dash-msg {
	border: 1px solid #CCC;
	border-radius: 8px;
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
}

.dash-msg > p {
	margin: 0 0 10px 0; 
}

.dash-msg > p:last-child {
	margin: 0;
}

.dash-msg__closable {
	
}


.dash-layout__help-ctx {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
	background: white;
  font-size: 18px;
}

.dash-layout__btn-close {
	position: absolute;
	z-index: 99;
	right: 20px;
	top: 20px;
	width: 24px;
	height: 24px;
	background-color: var(--cmp-atl-bg);
	background-image: url('images/close.svg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	cursor: pointer;
	border-radius: 6px;
	border: 1px solid white;
}



.dash-acb__layout {
	display: flex;
	position: fixed;
	flex-direction: column;
	justify-content: start;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dash-acb__logo {
	text-align: center;
	flex: 1;
}

.dash-acb__logo > a {
	display: flex;
	padding: 0;
	justify-content: center;
}

.dash-acb__logo > a > img {
	max-height: 30px;
}

.dash-acb__layout-main,
#dash_content {
	flex: 1;
	overflow-y: auto;
	position: relative;
}

.dash-acb__layout > header {
	height: 80px;
	overflow: hidden;
}

.dash-acb__layout > header.dash-acb__layout-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 34px;
}

.dash-acb__layout > header.dash-acb__layout-header .dash-acb__layout-logo {
	flex: 0;
	align-self: right;
	min-width: 180px;
}

.dash-acb__layout > header.dash-acb__layout-header .dash-acb__layout-title {
	display: none;
	flex: 1;
	box-sizing: border-box;
	position: relative;
	font-weight: bold;
	font-size: 16px;
	min-width: 0;
}


.dash-acb__header-fullscreen {
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	background: url('images/fullscreen.svg');
	background-size: contain;
	margin: 0 6px;
	cursor: pointer;
}

.dash-acb__header-menu,
.dash-acb__header-home {
	display: block;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	margin: 0 6px;
	cursor: pointer;
	background-size: contain;
}

.dash-acb__header-menu {
	background-image: url('images/menu.svg');
}

.dash-acb__header-home {
	background-image: url('images/home.svg');
}

.dash-mobile__scroll-container {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.dash-mobile__scroll-main {
	flex: 1;
	overflow: auto;
}

.dash-mobile__scroll-title {
	position: relative;
}

/*
.dash-mobile__scroll-title:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	width: 10px;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,1) 100%);
}
*/

.dash-mobile__scroll-title > div {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	padding-right: 10px;
	display: flex;
	gap: 8px;
	flex-direction: row;
	align-items: center;
}

.dash-mobile__scroll-title > div::-webkit-scrollbar {
	height: 0;
	background: transparent;
}

.dash-acb__layout > footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 24px;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 4px 6px;
	box-sizing: border-box;
	text-align: center;
	border-top: 1px solid DDD;
}

.dash-acb__layout > footer {
	background: #0083b7;
	color: white;
}

.dash-acb__layout > footer p {
	padding: 0;
	margin: 0;
}

.dash-acb__layout > footer * {
	text-overflow: ellipsis;
	overflow: hidden
}

.dash-acb__layout-logo {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dash-acb__layout-logo a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
}

header.dash-acb__layout-header .dash-acb__layout-logo a {
	padding: 6px 10px;
}

.dash-acb__layout-logo a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Tables */

table.innertable > tbody > tr > th,
table.innertable > tbody > tr > td,
table.reporttable > tbody > tr > th,
table.reporttable > tbody > tr > td {
	border: 1px solid #CCC;
}

/* Common dash styles */

.dash-content__padding,
.dash-content__layout-full.dash-content__padding,
.dash_cnt, .dash_full, .div_table {
	margin: 10px;
}

.dash-content__padding-sides {
	margin: 0 10px;
}

.dash-content__layout-full.dash-content__padding {
	height: calc(100% - 20px);
}

.dash-common__top-controls,
.dash-content__padding-top.dash-common__top-controls {
	margin-bottom: 10px;
}

.dash-content__padding-top,
.dash_tabs2, .dash_tabs3,
.top-space {
	margin: 10px 10px 0;
}

.dash-content__margin-top {
	margin-top: 10px;
}

.dash-content__margin-bottom {
	margin-bottom: 10px;
}

.dash-common__options-inline {
	display: block;
	margin-bottom: 10px;
}

.dash-common__options-inline .caption {
	display: block;
	color: #999;
}

.form__label {
	color: #777;
	margin-bottom: 4px;
}

.dash-common__options-inline .uw-label + .uw-label {
	margin-left: 6px;
}

.dash-common__form-buttons,
.dash-common__form-buttons-wide,
.dash-common__form-buttons-inner {
	display: flex;
	gap: 10px; /* should match .uw-buttons */
	flex-wrap: wrap;
	padding: 10px; /* should match .space */
	margin-top: 20px;
	/* padding-bottom: 0; */
	text-align: center;
	justify-content: center;
}

.dash-common__form-buttons-wide,
.dash-common__form-buttons-inner {
	padding-left: 0;
	padding-right: 0;
}

.dash-common__form-buttons-wide {
	margin: 20px auto 0;
	flex-direction: column;
	gap: 15px;
	max-width: 500px;
}

.dash-common__form-buttons > input[type="button"],
.dash-common__form-buttons > input[type="submit"],
.dash-common__form-buttons-wide > input[type="button"],
.dash-common__form-buttons-inner > input[type="button"],
.dash-common__form-buttons-inner > input[type="submit"],
button.icon-button {
	height: 40px;
}

.dash-mobile__scroll-container > .dash-common__form-buttons {
	margin-top: 0;
}


#dialog_footer > input:not(:last-child) {
	margin-right: 6px;
}

.dash-common__buttons-row {
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	gap: 8px;
}

.dash-common__buttons-row > input[type="button"] {
	flex: 1;
	padding-left: 4px;
	padding-right: 4px;
}

.dash-common__radio-group > .caption {
	margin-right: 6px;
	color: #888;
}

.dash-common__radio-group > .uw-label + .uw-label {
	margin-left: 6px;
}

.dash-common__error,
.dash-common__error-big {
	color: #900;
	margin-top: 10px;
	font-weight: bold;
}

.dash-common__error-big {
	font-size: 16px;
}

.dash-common__hint {
	margin-top: 10px;
	color: #888;
}

.dash-common__admin-item::before {
	display: inline;
	content: '\1F512 ';
}



/* Old Styles */

ul.dash_tabs {
	list-style: none;
	padding: 0;
}

.dash_tabs li {
	display: inline-block;
	margin-right: 6px;
}

.dash_tabs li.title {
	font-weight: bold;
}

.dash_tabs li.title > .button {
	display: none;
}

/* Generic Dropdown */

.dash-dropdown__button {
	background: url('images/dropdown.png') no-repeat center;
	height: 18px;
	box-sizing: border-box;
}

.dash-dropdown__button-info {
	background: url('images/fields.png') no-repeat center;
	height: 24px;
}

.dash-dropdown__button,
.dash-dropdown__button-info {
	content: "";
	display: block;
	width: 20px;
	min-width: 20px;
	background-size: contain;
  cursor: pointer;
  transition: transform 0.1s;
}

.dash-dropdown-select.active > .dash-dropdown__button,
.dash-header__object-select.active .dash-dropdown__button {
  transform: rotate(180deg);
}

.dash-dropdown a,
.dash-dropdown a:visited,
.dash-dropdown a:hover {
	text-decoration: none;
	color: white;
}

.dash-dropdown a.active {
	font-weight: bold;
}

.dash-dropdown {
	position: relative;
}

.dash-dropdown.dash-dropdown-select {
	display: flex;
	gap: 4px;
	flex-direction: row;
	align-items: center;
}

.dash-dropdown.dash-dropdown-select > ul {
	flex: 1;
	min-width: 0;
}

.dash-dropdown li.dropdown {
	overflow: hidden;
}

.dash-dropdown li.dropdown > ul.dash-dropdown-menu {
	display: none;
	position: absolute;
	background: black;
	padding: 4px;
	border: 1px solid #666;
	z-index: 40;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 424px;
	left: -4px;
	right: 0;
}

.dash-dropdown li.dropdown > ul.dash-dropdown-menu > li {
	line-height: 30px;
	padding-left: 4px;
}

.dash-dropdown ul.dash-dropdown-menu > li.selected > a {
	font-weight: bold;
}

.dash-dropdown ul.dash-dropdown-menu > li.uw-menu-separator {
	margin: 6px 0;
	border-top: 1px solid #AAA;
}

/* Dialogs/Popups */

.dash-layout__body #cnt_inline_search, .search-popup {
	border: 1px solid #AAA;
	box-shadow: 2px 2px 4px #AAA;
}

.cmp-objects-edit-link__link {
	left: 8px;
}

.cmp-objects-edit-link__input,
.cmp-objects-edit-link__link {
	font-size: 18px;
	line-height: 30px;
}

.cmp-objects-edit-link__cnt {
	overflow: visible;
}

input[type="text"].cmp-objects-edit-link__input {
	position: relative;
	box-sizing: border-box;
}

.cmp-objects-edit-link__link > a {
	font-size: 14px;
}

input[type="text"].cmp-objects-edit-link__input.search-popup-active {
	border-width: 1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: none;
}


.dash-layout__body #cnt_inline_search.search-popup.search-popup-input {
	border-top-width: 1px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	/*  opacity: 0; 
	display: block;
	transition: opacity 0.4s; */
}

.dash-layout__body #cnt_inline_search.search-popup.search-popup-input.search-popup-visible {
	/* opacity: 1; */
}

input[type="text"].cmp-objects-edit-link__input.search-popup-active,
.dash-layout__body #cnt_inline_search.search-popup.search-popup-input {
	background: #FAFAFA;
	box-shadow: 4px 4px 4px #EEE;
	transition: background 0.4s, box-shadow 0.4s, opacity 0.4s, border-radius 0.4s;
}

.dash-layout__body #cnt_inline_search.search-popup.search-popup-input #cnt_inline_search_results {
	padding: 0 6px;
}

.search-popup.search-popup-input .listtable,
.search-popup.search-popup-input .listtable tr,
.search-popup.search-popup-input .listtable td {
	background: transparent;
}

.search-popup.search-popup-input a {
	color: #333;
}

.search-popup {
	z-index: 40;
}

.search-popup #row_inline_search_results {
	max-height: 440px;
}

.search-popup.search-popup-input #row_inline_search_results {
	max-height: 340px;
}

.search-popup tr.listrow td,
.search-popup tr.rowhead td,
.search-popup .uw-tree-item td {
	font-size: 14px;
	line-height: 30px;
}

.search-popup tr.rowhead {
	background: #FAFAFA;
}

.dash-acb__dialog-login {
	padding: 0;
	margin: 0 -1px;
}

.dash-acb__dialog-login .ui-dialog-titlebar {
	margin: 2px;
	padding: 0;
	background: transparent;
	border: none;
}

.dash-acb__dialog-login .ui-dialog-titlebar .ui-dialog-title  {
	margin: 4px;
	float: none;
	display: inline-block;
	padding: 2px 0 0 0;
	vertical-align: middle;
}


.dash-common__no-data,
.dash-content-intervaldata-tabs-aggregate__empty > span,
.dash-content-intervaldata-tabs-image-capture__loading {
	display: block;
	font-size: 80%;
	color: #AAA;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}

/* Tabs */

.dash-tabs {
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
	padding-right: 1px;
}

.dash-tabs::-webkit-scrollbar {
	height: 0;
}

.dash-tabs__tab {
	font-family: 'DashSC';
	font-weight: bold;
	display: inline-block;
	position: relative;
	padding: 6px 8px 7px 8px;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	border: 2px solid #13ADEB;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom: none;
	cursor: pointer;
	color: #13ADEB;
	background: white;
	margin-right: 2px;
	min-width: 51px;
	text-align: center;
	transition: background-color 0.2s;
}

.dash-tabs__tab.on {
	color: white;
	background: #13ADEB;
	z-index: 1;
}

.dash-tabs__wide {
	padding: 0 6px 2px 6px;
	position: relative;
}

.dash-tabs__wide:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	border-bottom: 2px solid #13ADEB;
	z-index: 1;
}

.ui-accordion > .ui-accordion-content > div > .dash-tabs > .dash-tabs__tab,
.ui-accordion > .ui-accordion-content > .report-block__async-content > div > .dash-tabs > .dash-tabs__tab {
	border: 2px solid white;
	border-bottom: none;
	background: #13ADEB;
	color: white;
}

.ui-accordion > .ui-accordion-content > div > .dash-tabs > .dash-tabs__tab.on,
.ui-accordion > .ui-accordion-content > .report-block__async-content > div > .dash-tabs > .dash-tabs__tab.on {
	color: #13ADEB;
	background: white;
	border-color: white;
}

.ui-accordion > .ui-accordion-content > .report-block__async-content > .job-render-status {
	margin-bottom: 6px;
	background: white;
	padding: 8px;
	border-radius: 6px;
}

.ui-accordion > .ui-accordion-content > .report-block__async-content > .job-render-status > .job-render-status__messages.border.padding {
	border: none;
	padding: 0;
}


/* Breadcrumbs */

.dash-layout__breadcrumbs {
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
	list-style: none; 
	overflow: hidden; 
	white-space: nowrap;
}

.dash-layout__breadcrumbs > li { 
	width: 100%;
	white-space: nowrap;
}

.dash-layout__breadcrumbs > li > a {
	display: block;
	color: white;
	text-decoration: none; 
	padding: 10px 0 10px 30px;
	background: #008ec6; 
	position: relative; 
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	font-size: 14px; 
}

.dash-layout__breadcrumbs > li > a:before, 
.dash-layout__breadcrumbs > li > a:after {
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	position: absolute;
	top: 50%;
	left: 100%;
}

.dash-layout__breadcrumbs > li > a.active {
	font-weight: bold;
	background: #0083b7;
}

.dash-layout__breadcrumbs > li > a.active:after {
	border-left-color: #0083b7;
}

.dash-layout__breadcrumbs > li > a:after { 
	border-left: 20px solid #008ec6;
	margin-top: -50px; 
	z-index: 2; 
}

.dash-layout__breadcrumbs > li > a:before { 
	border-left: 20px solid white;
	margin-top: -50px; 
	margin-left: 2px;
	z-index: 1; 
}

.dash-layout__breadcrumbs > li:first-child a {
	padding-left: 10px;
}

.dash-layout__breadcrumbs > li:last-child > a {
	padding-right: 10px;
}

.dash-layout__breadcrumbs > li:last-child > a:before,
.dash-layout__breadcrumbs > li:last-child > a:after {
  border: 0;
}


/* Tree */

.dash-welcome__parent-link {
	line-height: 26px;
}

.uw-tree-root .uw-tree-item td {
	height: 26px;
	vertical-align: middle;
}

img.uw-tree-img {
	margin-right: 16px;
}

body.print {
	/*
	margin: 10mm;
	zoom: 0.95;
	*/
	overflow: auto;
}

@media print {

	@page {
		/* size: portrait; */
		margin: 10mm;
	}

	html {
		zoom: 0.8;
		/* width: 1200px; */
	}
	
	body.dash-layout__body {
		overflow: auto;
	}
	
	.dash-layout {
		position: relative;
	}

	.page-break {
		display: block;
		page-break-before: always;
	}

	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		background: none;
	}

	input[type="text"],
	input[type="number"] {
		border: none !important;
	}

	label.uw-label.radio-unchecked {
		display: none;
	}

	label.uw-label > input[type="radio"] {
		display: none;
	}

	.highcharts-contextbutton {
		display: none;
	}

	.dash-graph__info,
	.report-block__info {
		display: none;
	}

	.ui-accordion-header-icon,
	.ui-accordion-header-collapsed {
		display: none !important;
	}

	.dash-tabs__tab:not(.on) {
		display: none;
	}
	
	table {
		page-break-inside: auto;
	}
	
	tr {
		page-break-inside: avoid;
		page-break-after: auto;
	}
	
	thead {
		display: table-header-group;
	}
	
	tfoot {
		display: table-footer-group;
	}
	
	tr.cmp-billing-history-table__row-graph-controls {
		display: none !important;
	}
	
	#dash_cnt_menu,
	.dash-header-icons {
		display: none !important;
	}

	#dash_cnt_logo {
		position: absolute;
		left: 0;
		top: 0;
	}

	#dash_logo {
		height: 70px;
	}
	
	#dash_logo a img {
		max-height: 66px;
	}

	#footer {
		position: static;
	}

	#footer > a {
		display: none;
	}

	#dash_content {
		position: relative;
		left: 0;
		top: 0;
		bottom: auto;
	}

	#dash_content.noscroll {
		height: 800px;
	}

	nav.dash-dropdown > .dash-dropdown-menu > li.dropdown::before,
	.dash-header__object-select-list::before {
		display: none;
	}

	input[type="button"], input[type="submit"] {
		display: none !important;
	}

	span.drag {
		background: none !important;
		padding-left: 2px !important;
	}
	
	.dash-header__object-select .dash-header__object-select-info > * {
		padding-right: 0;
	}

}

@media print and (color) {
	* {
		-webkit-print-color-adjust: exact;
		/* print-color-adjust: exact; */
	}
}