body {
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.site {
	padding: 0 !important;
	background-color: #2e2e2e;
}

.art-post
{
	padding: 0 !important;
}

.navigation {

}

.container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.row {
	margin: 0 !important;
}

.map-div {
	width: 100%;
	min-height: 400px;
}

.svgClass {
	width: 40px;
	height: 40px;
}

.svgMinClass {
	width: 20px;
	height: 20px;
}

.receiverClass {
	width: 20px;
	height: 20px;
}

.receiverClassMin {
	width: 10px;
	height: 10px;
}

.leaflet-div-icon {
	background-color: transparent !important;
	border: none !important;
	width: 40px;
	height: 40px;
}

.main-trackers-container {
	overflow-y: auto
}

.tracker-container, .tracker-data-container, .tracker-past-data-container {
	padding: 5px;
	background-color: #ffffff;
}

.trackers-div {
	text-align: right;
}

.row.content {
	height: 100%;
	min-height: 400px;
	
}

.sidenav {
	/*background-color: #535252;*/
	height: 100%;
	min-height: 600px;
	max-height: 100vh;
	padding: 0 !important;
	overflow-y: auto;
}

footer {
	background-color: #555;
	color: white;
	padding: 15px;
}

@media screen and (max-width: 767px) {
	.sidenav {
		height: auto;
		padding: 15px;
	}
	
	.row.content {
		height: auto;
	}
}

.map-container {
	padding: 0;
	background-color: white;
}

.info-container {
	display: none;
	position: absolute;
	width: auto;
	min-width: 400px;
	left: 0;
	z-index: 999;
	background-color: transparent !important;
	height: auto;
	pointer-events: none;
}

.device-navigation {
	width: 100%;
}

.selected-device-information {
	position: fixed;
	background-clip: padding-box;
	border-radius: 5px;
	background-color: #337ab7;
	width: 0;
	height: auto;
	left: 8%;
	top: 100px;
	z-index: 999;
	color: white;
}

.selected-device-data-left p, .selected-device-data-right p {
	margin-bottom: 0 !important;
	font-weight: bold;
	color: #2e2e2e;
}

.selected-device-altitude {
	position: fixed;
	background-clip: padding-box;
	/*background-color: #2e2e2e;*/
	background-color: white;
	padding: 3px 0 0 0;
	height: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	color: white;
}

.air-layer-icon, .constructed-lines-layer-icon, .devices-label-layer-icon, .follow-icon, .tracking-icon, .filter-to-map-layer-icon, .plan-icon, .chart-layer-icon {
	width: 30px;
}

.air-layer-container, .tracker-container, .devices-label-layer-container, .follow-container, .filter-to-map-layer-container, .plan-icon-container,
.chart-layer-container {
	margin-top: 0 !important;
	background-image: url("/images/icon_bg_inactive.png");
	background-size: contain;
	padding: 2px 0;
}

.chart-layer-container {
	display: none;
}

.filter-to-map-layer-container {
	margin-bottom: 0 !important;
}

.constructed-lines-layer-container {
	background-image: url("/images/icon_bg_inactive.png");
	background-size: contain;
	padding: 2px 0;
}

.measure-control-container {
	background-image: url("/images/icon_bg_inactive.png") !important;
	background-size: contain !important;
}

#polyline-measure-control {
	background-color: transparent !important;
}

.v-speed-layer-icon, .speed-chart-layer-icon,
.vario-chart-layer-icon, .chart-layer-icon {
	font-size: 20px;
}

.v-speed-layer-container, .speed-chart-layer-container, .vario-chart-layer-container {
	margin-top: 0 !important;
	background-color: white;
	padding: 7px 6px 1px 5px;
}

.active-tracking, .active-following, .active-air-layer, .active-v-speed-layer, .active-constructed-lines-layer, .active-devices-label-layer, .active-filter-to-map-layer,
.active-speed-chart-layer, .active-vario-chart-layer, .active-measure-control, .active-plan-icon, .active-chart-layer-icon {
	background-image: url("/images/icon_bg_active.png");
	background-size: contain;
}

.nav-pills {
	max-height: 35px !important;
}

.close-selected-device-information {
	position: absolute;
	color: white;
	top: 0;
	right: 5px;
	z-index: 999;
	cursor: pointer;
	background-color: rgba(0,0,0, .2);
	padding: 0 4px;
	pointer-events: auto;
}

.slide-selected-device-information {
	position: absolute;
	color: white;
	top: 15px;
	right: -3px;
	z-index: 999;
	cursor: pointer;
}

.sidenav-logos {
	position: absolute;
	bottom: 5px;
}

.leaflet-tooltip {
	background-color: rgba(255, 255, 255, .7) !important;
}

.transparent-tooltip {
	background-color: transparent !important;
}

.chart-animation-container {
	background-color: #2e2e2e;
	z-index: 999;
	top: 10px;
	width: 100%;
	padding: 0 10px 0 5px;
	display: none;
	color: #878383;
	position: relative;
}

.start-animation-icon, .stop-animation-icon {
	cursor: pointer;
}

.chart-animation-controller {
	display: block;
	height: 18px;
	width: 18px;
	cursor: pointer;
}

.chart-animation-controller img {
	width: 16px;
	margin-bottom: 1px;
	margin-right: 5px;
	cursor: pointer;
}

.time-slider {
	display: table-cell;
	padding: 0 5px;
}

.current-slider-container {
	display: table-cell;
}

.stop-animation-icon {
	display: none;
}

.time-slider {
	width: 100%;
}

.chart-container {
	height: 200px;
}

.selected-device-data-container {
	display: table;
	/*background-color: white;*/
	position: relative;
}

.selected-device-data-left
{
	display: none;
	padding: 5px 30px 5px 10px;
}

.speed-chart-container {
	display: none;
	position: fixed;
	background-clip: padding-box;
	margin: 10px 0;
	background-color: white;
	padding: 3px 0 0 0;
	height: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	color: white;
}

.vario-chart-container {
	display: none;
	position: fixed;
	background-clip: padding-box;
	/*background-color: #2e2e2e;*/
	background-color: white;
	padding: 3px 0 0 0;
	height: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	color: white;
}



.device-navigation {
	color: #337ab7;
	cursor: pointer;
	display: block;
	line-height: 14px;
	margin: 2px auto 3px;
	/*
	margin-bottom: 3px;
	margin-right: 0;
	margin-top: 2px;
	*/
	padding: 8px 12px;
	position: relative;
	text-align: left;
	text-decoration-color: #337ab7;
	text-decoration-line: none;
	text-decoration-style: solid;
	width: 90%;
	word-wrap: break-word;
	border-bottom: 1px solid #c9c9c9;
}

.device-navigation > a:hover {
	text-decoration: none;
}

.device-navigation:hover {
	background-color: #fff !important;
	text-decoration: none;
	color: #337ab7 !important;
}

.device-navigation:hover a {
	color: #337ab7 !important;
}

.device-navigation.active {
	background-color: #ffaa00 !important;
}

.device-navigation.active a {
	color: white !important;
	text-decoration: none;
}

.close-altitude-chart {
	margin-left: 5px;
	cursor: pointer;
}

.resizable-container {
	width: 100%;
	pointer-events: auto;
}

.ui-slider-horizontal {
	background-color: #c9c9c9 !important;
}

.ui-slider-handle {
	background-image: url("/images/icon_play.png") !important;
	background-size: cover !important;
}

.chart-toggle-icon-container {
	display: none;
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	border: 1px solid #878383;
	border-radius: 3px;
	background-image: url("/images/icon_bg_inactive.png");
	background-size: contain;
	cursor: pointer;
}

.chart-toggle-active-icon {
	background-image: url("/images/icon_bg_active.png");
	background-size: contain;
}

.chart-toggle-image {
	margin-left: 2px;
	margin-top: 2px;
	width: 25px;
}

.pl-line-desc {
	position: absolute;
	bottom: 33px;
	right: 120px;
	z-index: 999;
	width: auto;
	background-color: rgba(255, 255, 255, .6);
	padding-left: 5px;
}

.pl-line-desc div {
	float: left;
	margin-right: 5px;
}

.plLine01 {
	border-bottom: 2px solid #F70000;
}

.plLine02 {
	border-bottom: 2px solid #DB9900;
}

.plLine03 {
	border-bottom: 2px solid #dcff1e;
}

.plLine04 {
	border-bottom: 2px solid #3923D6;
}

.plLine05 {
	border-bottom: 2px solid #62D0FF;
}

/*********************************************************************************************************/

.settings-main-container {
	display: none;
	position: absolute;
	z-index: 99999;
	border: 2px solid red;
	border-radius: 5px;
	width: 80%;
	height: 85%;
	left: 10%;
	top: 7.5%;
	background-color: rgba(0, 0, 0, .8);
}

.settings-btn {
	max-height: 25px;
	cursor: pointer;
}

.settings-icon {
	max-height: 25px;
	cursor: pointer;
}

.btn-icon-edit
{
	display: none;
}

.content-main-label {
	color: #337ab7 !important;
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

.content-group, .content-group-vector, .content-group-vector-bottom {
	display: table;
	width: 100%;
}

.content-group-vector, .content-group-vector-bottom {
	margin-bottom: 6px;
}

.content-group-vector-bottom {
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
}

.content-label {
	display: table-cell;
	width: 70%;
	color: #bbe6ff !important;
}

.content-control {
	display: table-cell;
	max-width: 30% !important;
}

.chzn-container {
	width: auto !important;
	min-width: 100px !important;
}

.last-part {
	position: relative;
}

.close-settings-container {
	color: white;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

.settings-filter-main-container {
	display: none;
	position: absolute;
	right: 55px;
	top: 80px;
	width: 180px;
	height: 116px;
	z-index: 999;
	background-color: #2e2e2e;
}

.custom-tracker-title-container
{
	display: none;
	position: absolute;
	right: 110px;
	top: 40px;
	width: 280px;
	height: 55px;
	z-index: 999;
	background-color: #0067a2;
	padding: 5px;
	border-radius: 5px;
}

.settings-btn-container {
	position: absolute;
	top: 10px;
	right: 50px;
	text-align: center;
	padding: 3px 0;
	z-index: 999;
}

.altitude-bar-container
{
	display: none;
	position: absolute;
	top: 40px;
	right: 10px;
	z-index: 999;
	background-color: rgba(255,255,255, .6);
	border-radius: 3px;
	height: 300px;
	width: 55px;
}

.altitude-text
{
	width: 100%;
	min-height: 20px;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 5px;
}

.altitude-max, .altitude-min
{
	display: block;
	width: 100%;
	text-align: right;
}

.altitude-bar
{
	margin: auto;
}

.search-container {
	position: absolute;
	top: -33px;
	left: 155px;
	z-index: 19999;
}

.search-input
{
	width: 98px;
	border: 2px solid rgba(0,0,0,.2);
	border-radius: 4px;
	padding-left: 2px;
}

.search-icon
{
	background-color: rgb(255,255,255);
	padding: 4px;
	border: 2px solid rgba(0,0,0,.2);
	border-radius: 4px;
	cursor: pointer;
}

.result-container {
	display: none;
	position: absolute;
	top: 0;
	left: 155px;
	z-index: 999;
	width: 126px;
	border: 2px solid rgba(0,0,0,.2);
	border-radius: 4px;
	max-height: 120px;
	overflow-y: scroll;
}

.filter-container {
	display: table;
	width: 100%;
	margin: 3px 0;
}

.filter-label-container {
	display: table-cell;
	color: #c9c9c9;
	padding-left: 3px;
	font-weight: bold;
}

.filter-image-container {
	display: table-cell;
	text-align: right;
}

.filter-image {
	max-height: 25px;
	cursor: pointer;
}

.device-list-item
{
	cursor: pointer;
	background-color: rgb(255,255,255);
}

.active-list-item
{
	background-color: #0067a2;
	color: white;
}

.measure-control-container {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}

@media (max-width: 590px) {
	
	.selected-device-data-left {
		padding-top: 40px;
	}
	
	.selected-device-data-container {
		width: auto;
	}
	
	.selected-device-data-container > div > p {
		font-size: 10px;
		line-height: 14px;
	}
}

@media (max-width: 450px) {
	.pl-line-desc {
		left: 10px;
		right: auto;
	}
	
	.logo-container {
		bottom: 60px !important;
	}
	
}

@media (max-width: 400px) {
	.site-logo-container
	{
		bottom: 175px !important;
	}
}

.debugclass {
	position: absolute;
	left: 2px;
	top: 2px;
	z-index: 999;
}

label[for=vsPlannedLine01]
{
	color: #F70000 !important;
}

label[for=vsPlannedLine03]
{
	color: #DB9900 !important;
}

label[for=vsPlannedLine05]
{
	color: #dcff1e !important;
}

label[for=vsPlannedLine10]
{
	color: #3923D6 !important;
}

label[for=vsPlannedLine15]
{
	color: #62D0FF !important;
}

/*
	Theme
 */

.t3-mainbody, .t3-content
{
	padding: 0 !important;
}

.filter-settings-container
{
	position: absolute;
	top: 80px;
	right: 50px;
	z-index: 999;
	max-width: 120px;
	height: auto;
	text-align: center;
}

.filter-button
{
	margin: 5px 0;
	min-width: 105px !important;
}

.alert-container
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -150px;
	width: 300px;
	height: 30px;
	z-index: 999;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	background-color: rgba(255,255,255, .8);
	border: 2px solid #333;
	border-radius: 5px;
}

.mega-col-nav
{
	background-color: #444444 !important;
}