
[sv-component='application-control'] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: margin .5s, left .5s;
}

[sv-component='application-control'] .header {
	top: 0;
	left: 0;
	height: 10vh;
	width: 100vw;
	display: grid;
	position: fixed;
	background-color: rgba(16, 16, 16, 0.8);

	grid-gap: 0;
	grid-template-columns: 1fr 8fr 1fr;
}

[sv-component='application-control'] .header .authorization {
	position: fixed;
	right: 0;
	top: 0;
	padding: .8rem 0.1rem;
}

[sv-component='application-control'] .header .brand {
	top: 0;
	width: 100%;
}

[sv-component='application-control'] .header .brand img {
	top: 50%;
	left: 50%;
	margin-left: 0;
	max-width: 8vh;
	max-height: 8vh;
	position: absolute;
	transform: translate(-50%, -50%);
}

[sv-component='application-control'] .header .navigation {
	top: 0;
	left: 0;
	position: fixed;
	padding: .8rem 0.1rem;
}

[sv-component='application-control'] .viewport {
	left: 0;
	top: 10vh;
	width: 100vw;
	height: 80vh;
	position: relative;
	background: url('../images/background.jpg') no-repeat center center/cover;
}
/* 
[sv-component='application-control'] .viewport::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: inset 10px 10px 25px #000000, inset -10px -10px 25px #000000;
} */

[sv-component='application-control'] .footer {
	left: 0;
	bottom: 0;
	width: 100vw;
	height: 10vh;
	position: fixed;
	background: rgba(16, 16, 16, 0.8);
}

[sv-component='application-control'] .dashboard-viewport {
	width: 100vw;
	padding-left: 2vw;
	padding-right: 2vw;
}

[sv-component='application-control'] .dashboard {
	background: #3c3c3c
}

[sv-component='dashboard-control'] .showcase-viewport {
	width: 96vw;
	height: 52vh;
	display: flex;
}

[sv-component='dashboard-control'] .insights-viewport {
	width: 32vw;
	height: 52vh;
	position: relative;
}

[sv-component='dashboard-control'] .insights-viewport .screen {
	width: 32vw;
	height: 26vh;
	position: relative;
}

[sv-component='dashboard-control'] .analytics-viewport {
	width: 96vw;
	height: 26vh;
	position: relative;
	display: flex;
	flex-direction: row;
}

[sv-component='dashboard-control'] .analytics-viewport .screen {
	width: 32vw;
	height: 26vh;
	position: relative;
	overflow: hidden;
}

[sv-component='global-view-control'] {
    z-index: 1 !important;
}

.control-large {
	width: 64vw;
	height: 52vh;
	position: relative;
}

.control {
	width: 32vw;
	height: 26vh;
	position: relative;
}

.chart-container {
	/* min-height: 26vh; */
	/* min-width: 32vw; */
	width: 100%;
	height: 100%;
	background:#3D3D3D;
	/* border: 2px solid #575757; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
}

/**
 *
 */
[sv-component='application-control'].menu-expanded {
	margin-left: 300px;
}

[sv-component='application-control'].profile-expanded {
	left: -300px;
}

/**
 *
 *
 */
[sv-page='home'] {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}

/**
*/
.leaflet-control-container {
	display: none !important;
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.insights-viewport {
	background: #3D3D3D;
}

/* */
.overview-heading {
    height: 5vh;
    padding-left: .5rem;
    padding-top: .5rem;
	color: rgba(240, 240, 240, 1);
	font-family: 'Dyson Futura Book';
	font-size: 30pt;
}

.overview-title {
    /* font-size: 1rem; */
    font-weight: 600;
}

.overview-filters {
    /* font-size: .8rem; */
    font-weight: 600;
}