body, html {
	margin: 0;
	min-height: 100%;
	height: 100%;
	background-color: #f2f2f2;
}

#app-side-nav-outer-toolbar {
	flex-direction: column;
	display: flex;
	height: 100%;
	width: 100%;
}

.layout-header {
	display: flex;
	justify-content: space-between;
	flex: 0 0 auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	position: relative;
	z-index: 1501;
	width: 100%;
	background-color: #fff;
	color: rgba(0,0,0,.87);
	padding: 0;
	overflow: visible;
}

	.layout-header .dx-menu {
		font-weight: 500;
	}

.dx-toolbar .dx-toolbar-item.menu-button {
	width: 60px;
	text-align: center;
	padding: 0;
}

	.dx-toolbar .dx-toolbar-item.menu-button > .dx-toolbar-item-content .dx-icon {
		color: #ff5722;
	}

.dx-card {
	box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
	border-radius: 4px;
	background-color: #fff;
	margin: 2px 2px 3px;
}

	.dx-card.wide-card {
		border-radius: 0;
		margin-left: 0;
		margin-right: 0;
		border-right: 0;
		border-left: 0;
	}

.with-footer > div > div > .dx-scrollable-content {
	height: 100%;
}

	.with-footer > div > div > .dx-scrollable-content > .dx-scrollview-content {
		display: flex;
		flex-direction: column;
		min-height: 100%;
	}

.layout-body {
	background-color: #f2f2f2;
	flex: 1;
	height: 100%;
	min-height: 0;
}

	.layout-body .menu-container {
		height: 100%;
		width: 250px;
	}

	.layout-body .content {
		flex-grow: 1;
		height: 100%;
		line-height: 1.5;
		padding-bottom: 50px;
	}

		.layout-body .content h2 {
			font-size: 30px;
			font-weight: 300;
			letter-spacing: -.5px;
		}

	.layout-body .content-block {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 0px;
	}

	.layout-body .content-footer {
		display: block;
		color: rgba(0,0,0,.609);
		border-top: 1px solid rgba(0,0,0,.1);
		padding-top: 20px;
		padding-bottom: 24px;
	}

	.layout-body .responsive-paddings {
		padding: 20px;
	}

.layout-body-hidden {
	visibility: hidden;
}

@media screen and (min-width: 600px) {
	.layout-body .content-block {
		margin-left: 40px;
		margin-right: 40px;
	}
}

@media screen and (min-width: 1280px) {
	.layout-body .responsive-paddings {
		padding: 40px;
	}
}

.menu-container .dx-widget {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	font-family: Roboto,RobotoFallback,Helvetica,Arial,sans-serif;
	line-height: 24px;
}

.menu-container .dx-treeview {
	white-space: nowrap;
}

	.menu-container .dx-treeview .dx-treeview-item {
		padding-left: 0;
		padding-right: 0;
	}

		.menu-container .dx-treeview .dx-treeview-item .dx-icon {
			width: 60px !important;
			margin: 0 !important;
		}

	.menu-container .dx-treeview .dx-treeview-node {
		padding: 0 0 !important;
	}

	.menu-container .dx-treeview .dx-treeview-toggle-item-visibility {
		right: 10px;
		left: auto;
	}

	.menu-container .dx-treeview .dx-rtl .dx-treeview-toggle-item-visibility {
		left: 10px;
		right: auto;
	}

	.menu-container .dx-treeview .dx-treeview-node[aria-level="1"] {
		font-weight: bold;
		border-bottom: 1px solid #515159;
	}

	.menu-container .dx-treeview .dx-treeview-node[aria-level="2"] .dx-treeview-item-content {
		font-weight: normal;
		padding: 0 60px;
	}

	.menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node.dx-state-selected:not(.dx-state-focused) > .dx-treeview-item {
		background: transparent;
	}

	.menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node.dx-state-selected > .dx-treeview-item * {
		color: #FF5722;
	}

	.menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node:not(.dx-state-focused) > .dx-treeview-item.dx-state-hover {
		background-color: #3F3F4B;
	}

/* Custom */

/* Global variables */
:root {
	--blue: #1e90ff;
	--blue-gradient: linear-gradient(90deg, #194EA1 0%, #3686CF 100%);
	--white: #ffffff;
}

.header-logo {
	height: 34px;
	padding: 11px;
}

.dx-toolbar .header-logo:first-child {
	padding-left: 10px;
}

.tooltip-body .value-text {
	display: inline-block;
	line-height: 1.5;
}

.tooltip-body .series-name {
	font-weight: normal;
	opacity: 0.6;
	display: inline-block;
	line-height: 1.5;
	padding-right: 10px;
}

.main-container {
	background: url("/images/lux-tramway.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
}

.main-container .content {
	padding: 0;
}

.content {
	width: 70%;
	margin: 0 auto;
}

.flex-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-item {
	color: #194EA1;
}

	.menu-item:hover {
		background-color: #F5F5F5;
	}

.selected {
	border-bottom: 2px solid #194EA1;
	background: var(--blue-gradient);
}

.nav-menu .dx-menu-item {
	border-radius: 0;
	color: #194EA1 !important;
}

.nav-menu .dx-menu-items-container {
	display: block;
}

.nav-menu .dx-menu-items-container, .nav-menu .dx-menu-item-wrapper, .nav-menu .dx-menu-item {
	height: 100% !important;
}

.nav-menu .dx-menu-item-content {
	padding: 16px 20px !important;
}

.nav-menu .dx-menu-item.dx-state-hover {
	background-color: #F5F5F5 !important;
}

.dx-menu-item-selected {
	background: var(--blue-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	background-color: white;
	border-bottom: 2px solid #194EA1;
}

#login-container {
	background-color: rgba(255, 255, 255, 0.98);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	width: 450px;
	padding: 20px 40px;
	float: right;
	text-align: center;
}

#login-title {
	text-shadow: #000 2px 2px 50px;
	color: #FFF;
	-webkit-text-stroke: 2px #00000080;
	font-family: 'Source Sans 3', 'Arial';
}

.dx-form-validation-summary {
	margin: 0;
}

.validation-summary-errors ul {
	color: #f44336;
	padding-top: 10px;
	list-style: none;
}

.primary-button, #login-btn, #add-btn {
	color: white;
	padding: 3px 7px;
	background: linear-gradient(90deg, #194EA1 0%, #3686CF 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}

	#login-btn:hover, #add-btn:hover {
		box-shadow: none;
	}

#add-btn {
	padding: 0;
}

.dx-field-item-label {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.dashboard-chart {
	height: 100%;
}

.chart-grid {
	--gap: 20px;
	display: grid;
	grid-template-columns: repeat(2, calc(50% - (var(--gap) / 2)));
	grid-gap: var(--gap);
	align-items: end;
	grid-auto-flow: row dense;
}

#grid-clients .dx-datagrid-header-panel {
	padding: 0;
	background-color: #f2f2f2;
}

	#grid-clients .dx-datagrid-header-panel .dx-toolbar {
		background-color: transparent;
	}

	#grid-clients .dx-datagrid-header-panel .dx-toolbar-items-container {
		height: 70px;
	}

	#grid-clients .dx-datagrid-header-panel .dx-icon {
		color: white;
	}

.nav-link {
	font-size: 12px;
}

	.nav-link:hover {
		text-decoration: underline;
	}

.nav-buttons {
	display: flex;
	width: 100%;
}

#btn-next-step {
	margin-left: auto;
}

.dx-popover-wrapper .dx-popover-arrow {
	display: block !important;
}

.dx-tooltip-wrapper.dx-popover-wrapper .dx-popover-arrow {
	display: block !important;
}

.dx-popover-wrapper .dx-popover-arrow::after, .dx-popover-wrapper.dx-popover-without-title .dx-popover-arrow::after {
	background: #fff;
}

#title-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Progress */

.upload-progress-bar {
	padding-top: 0;
	padding-bottom: 12px;
	display: block;
}

#loading-popup {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	z-index: 2000;
}

#popup-content {
	display: block;
	text-align: center;
	padding: 24px;
	background-color: #FFF;
	border-radius: 25px;
}

.dx-progressbar-container {
	height: 10px;
	border-radius: 10px;
}

.dx-progressbar-range {
	border-radius: 10px;
}

.env-banner {
	background-color: orange;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	position: sticky;
	top: 0;
	z-index: 1000;
}