/* Animate.css edditional delays*/
.animated.delay-0_1s {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.animated.delay-0_2s {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.animated.delay-0_3s {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.animated.delay-0_4s {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.animated.delay-0_5s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.animated.delay-0_6s {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.animated.delay-0_7s {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.login-page .login-box {
	z-index: 2;
}

.login-page #particles-js canvas{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.login-page {
	background: #262f56;
}

.account-body .auth-card .auth-logo-box {
	top: -40px;
}

.account-body .auth-page {
	padding-left: 20px;
	padding-right: 20px;
}

.account-body .auth-card .auth-logo-box .auth-logo {
	padding: 1px;
}

.a1 {
	background: #DA291C !important;
}

@media (max-width: 768px) {
	.topbar .topbar-left .logo .logo-sm {
		height: 16px !important;
	}
}

.card.maximized-card {
	height: 100%!important;
	left: 0;
	max-height: 100%!important;
	max-width: 100%!important;
	position: fixed;
	top: 0;
	width: 100%!important;
	z-index: 1040;
}

.card .leaflet-container {
	width: 100%;
	height: 400px;
}

.card.maximized-card .leaflet-container {
	width: 100%;
	height: 90vh;
}

/*.card.maximized-card .card-body {*/
/*	overflow: auto;*/
/*}*/