.login-dark {
  position: fixed;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  margin: -8px;
}

.login-dark .bg-image {
  height: 100%;
  /*background: #475d62 url(/lib/img/star-sky.jpg);*/
  background: url(/img/login_bg_image.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

.login-dark form {
  max-width: 320px;
  width: 90%;
  background-color: #1d1f21cc;
  padding: 40px;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}

.login-dark .illustration {
  text-align: center;
  padding: 15px 0 20px;
  font-size: 100px;
  color: #a02931;
}

.login-dark form .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #434a52;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
}

.login-dark form .btn-primary {
  background: #a02931;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 26px;
  text-shadow: none;
  outline: none;
}

.login-dark form .btn-primary:hover, .login-dark form .btn-primary:active {
  background: #a02931;
  outline: none;
}

.login-dark form .forgot {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #6f7a85;
  opacity: 0.9;
  text-decoration: none;
}

.login-dark form .forgot:hover, .login-dark form .forgot:active {
  opacity: 1;
  text-decoration: none;
}

.login-dark form .btn-primary:active {
  transform: translateY(1px);
}

/* Body */
.main_div {
	max-width: calc(100% - 300px);
	display: block;
	margin-left: 300px;
	transition: all .3s;
}
.main_div .header_div {
	background: #a02931;
	height: 64px;
	width: calc(100% - 300px);
	display: block;
	position: fixed;
	top: 0px;
	z-index:100;
	-webkit-box-shadow: 0 4px 6px -6px #222;
	-moz-box-shadow: 0 4px 6px -6px #222;
	box-shadow: 0 4px 6px -6px #222;
	transition: all .3s;
}
.main_div.expand {
	max-width: 100%;
	margin-left: 0px;
}
.main_div.expand .header_div {
	width: 100%;
}
@media only screen and (max-width: 800px) {
	.main_div {
		max-width: 100%;
		margin-left: 0px;
	}
	.main_div .header_div {
		margin-left: 300px;
	}
	.main_div.expand .header_div {
		margin-left: 0px;
	}
	.header_search {
		display: none;
	}
}
.header_div img {
	height: 64px;
	width: auto;
}
.body_div {
	margin-top: 64px;
}
.profile_btn div:hover {
	cursor: pointer;
	/*background: #c8c8c8;*/
}
/* Body End */

/* Menu */
.menu_div {
	z-index: 100;
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 300px;
	background: #a02931;
	color: #fff;
	padding: 10px 0px;
	height: 100vh;
	overflow: auto;;
	-webkit-box-shadow: 4px 0 6px -6px #222;
	-moz-box-shadow: 4px 0 6px -6px #222;
	box-shadow: 4px 0 6px -6px #222;
	transition: left .3s;
}
.menu_div.closed {
	left: -300px;
}
.menu_div a,
.profile_div a {
	color: #fff;
	text-decoration: none;
}
.menu_div .menu_area > label,
.menu_div .menu_link label, .menu_div .menu_link a,
.profile_div .profile_link label, .profile_div .profile_link a {
	margin: 0px;
	width: 100%;
	display: block;
}
.menu_div .menu_area > label,
.menu_div .menu_link a,
.profile_div .profile_link a {
	padding: 15px 20px;
	padding: 8px 16px;
}
.menu_div .menu_link > label > a > span,
.menu_div .menu_area > label > span,
.profile_div .profile_link > label > a > span {
	width: 24px;
	margin-right: 12px;
}
.menu_div ul,
.profile_div ul {
	padding: 0px;
	margin: 0px;
}
.menu_div label,
.profile_div label {
	margin: 0px;
}
.menu_div ul li,
.profile_div ul li {
	overflow: hidden;
	list-style: none;
}
.menu_div ul li label:hover,
.profile_div ul li label:hover {
	background: #9d9cb1;
	cursor: pointer;
}
.menu_div ul li.opened {
	background: #151151;
	background: inherit;
}
.menu_div ul li ul {
	background: #C0323D;
}
.menu_div .menu_area.active, .menu_div .menu_home.active {
    border-right: 5px solid #ff4700;
}
.menu_div .menu_area ul {
	display: none;
}
.menu_div .menu_area.active ul {
	display: block;
}
.menu_div .menu_area ul li.active a {
	color: #ff4700;
}
.menu_div .menu_area > label:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	text-align: right;
	float: right;
	transition: all .3s;
	margin-right: 5px;
}
.menu_div .menu_area.active > label:after {
    margin-right: 0px;
}
.menu_div .menu_area.opened > label:after {
	transform: rotate(90deg);
}
.menu_div .menu_line {
	float: left;
	background: #fff;
	width: 1px;
	height: 40px;
	margin-left: 26px;
}
.menu_div .menu_circle {
	float: left;
	background: #fff;
	width: 9px;
	height: 9px;
	margin: 15px 26px 16px -5px;
	border-radius: 50%;
}
.menu_div .menu_area ul li.active .menu_circle {
	background: #ff4700;
}
/* Menu end */

/* Profile start */
.profile_div{
	z-index: 200;
	display: block;
	position: fixed;
	top: 64px;
	right: -300px;
	width: 300px;
	background: #a02931;
	color: #fff;
	padding: 10px 0px;
	height: calc(100vh - 64px);
	overflow: auto;
	transition: all .3s;
}
.profile_div.open {
	right: 0px;
	-webkit-box-shadow: -4px 0 6px -6px #222;
	-moz-box-shadow: -4px 0 6px -6px #222;
	box-shadow: -4px 0 6px -6px #222;
}
.profile_backdrop.open{
	z-index: 199;
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
/* Profile end */


/* Profile start mobile */
.profile_mobile_div{
	z-index: 200;
	display: block;
	position: fixed;
	/*top: 64px;*/
	right: -300px;
	width: 300px;
	background: #4e73df;
	color: #fff;
	padding: 10px 0px;
	height: calc(100vh - 64px);
	overflow: auto;
	transition: all .3s;
}
.profile_mobile_div.open {
	right: 0px;
	-webkit-box-shadow: -4px 0 6px -6px #222;
	-moz-box-shadow: -4px 0 6px -6px #222;
	box-shadow: -4px 0 6px -6px #222;
}
.profile_mobile_backdrop.open{
	z-index: 199;
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
/* Profile end mobile*/


tr[data-href]:hover{
	cursor:pointer;
}

.cursor-pointer:hover{
	cursor:pointer;
}
.map-menu{
	width:300px;
	overflow:auto;
	height:calc(100vh - 64px);
	position:fixed;
	right:0px;
	margin-right: -300px;
	background-color: #fff;
	transition: all .3s;
}
.map-menu.open{
	margin-right: 0px;
	z-index:9;
	transition: all .3s;
}
.map-filter-button, .map-list-button, .map-link-button {
	background: none rgb(255, 255, 255);
	border: 0px;
	margin: 10px;
	padding: 0px;
	position: absolute;
	cursor: pointer;
	user-select: none;
	border-radius: 2px;
	height: 40px;
	width: 40px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	overflow: hidden;
	right: 0px;
}
.map-filter-button {
	top: 135px;
}
.map-list-button {
	top: 185px;
}
.map-link-button {
	top: 0px;
}
.map-filter-button i, .map-list-button i {
	color:rgb(102,102,102);
}
.menu-container-close, .menu-container-switch{
	color:rgb(102,102,102);
	background-color: trasparent;
	cursor:pointer;
	position:absolute;
	padding:10px;
	margin:10px;
	top:0px;
}
.menu-container-close{
	left:0px;
}
.menu-container-switch{
	right:0px;
}
.menu-container-close:hover, .menu-container-switch:hover{
	background-color: #eee;
}

.hide-id_vehicle_type,
.hide-id_power_type,
.hide-id_vehicle_brand,
.hide-id_vehicle_model{
	display:none;
}

/* Fix Data Table Style */
.md-form {
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.dataTables_length {
    align-items: center;
}
.dataTables_length label {
    margin-right: 15px;
}
@media (max-width: 575px)                        {.text-xsmall{font-size: 11px;}.text-small{font-size:15px;}.text-medium{font-size:20px;}.text-large{font-size:20px;}.text-xlarge{font-size:40px;}}
@media (min-width: 576px) and (max-width: 767px) {.text-xsmall{font-size: 9px;}.text-small{font-size:13px;}.text-medium{font-size:17px;}.text-large{font-size:21px;}.text-xlarge{font-size:25px;}}
@media (min-width: 768px) and (max-width: 991px) {.text-xsmall{font-size:10px;}.text-small{font-size:14px;}.text-medium{font-size:18px;}.text-large{font-size:22px;}.text-xlarge{font-size:26px;}}
@media (min-width: 992px) and (max-width: 1199px){.text-xsmall{font-size:11px;}.text-small{font-size:15px;}.text-medium{font-size:19px;}.text-large{font-size:23px;}.text-xlarge{font-size:40px;}}
@media (min-width: 1200px) and (max-width: 1366px){.text-xsmall{font-size:10px;}.text-small{font-size:15px;}.text-medium{font-size:14px;}.text-large{font-size:16px;}.text-xlarge{font-size:24px;}}
@media (min-width: 1440px)                       {.text-xsmall{font-size:12px;}.text-small{font-size:15px;}.text-medium{font-size:16px;}.text-large{font-size:24px;}.text-xlarge{font-size:28px;}}

@media (max-width: 575px)                        {.text2-xsmall{font-size: 8px;}.text2-small{font-size:11px;}.text2-medium{font-size:16px;}.text2-large{font-size:20px;}.text2-xlarge{font-size:24px;}}
@media (min-width: 576px) and (max-width: 767px) {.text2-xsmall{font-size: 9px;}.text2-small{font-size:13px;}.text2-medium{font-size:17px;}.text2-large{font-size:21px;}.text2-xlarge{font-size:25px;}}
@media (min-width: 768px) and (max-width: 991px) {.text2-xsmall{font-size:10px;}.text2-small{font-size:14px;}.text2-medium{font-size:18px;}.text2-large{font-size:22px;}.text2-xlarge{font-size:26px;}}
@media (min-width: 992px) and (max-width: 1199px){.text2-xsmall{font-size:11px;}.text2-small{font-size:10px;}.text2-medium{font-size:19px;}.text2-large{font-size:23px;}.text2-xlarge{font-size:27px;}}
@media (min-width: 1200px)                       {.text2-xsmall{font-size:12px;}.text2-small{font-size:14px;}.text2-medium{font-size:20px;}.text2-large{font-size:24px;}.text2-xlarge{font-size:28px;}}

@media (max-width: 575px)                        {.report-header{font-size:9px;}.report-body{font-size:8px;}}
@media (min-width: 576px) and (max-width: 767px) {.report-header{font-size:12px;}.report-body{font-size:9px;}}
@media (min-width: 768px) and (max-width: 991px) {.report-header{font-size:14px;}.report-body{font-size:10px;}}
@media (min-width: 992px) and (max-width: 1199px){.report-header{font-size:16px;}.report-body{font-size:12px;}}
@media (min-width: 1200px)                       {.report-header{font-size:16px;}.report-body{font-size:12px;}}

@media (max-width: 575px)                        {.report-header{font-size:9px;}.report-body2{font-size:8px;}}
@media (min-width: 576px) and (max-width: 767px) {.report-header{font-size:12px;}.report-body2{font-size:8px;}}
@media (min-width: 768px) and (max-width: 991px) {.report-header{font-size:14px;}.report-body2{font-size:9px;}}
@media (min-width: 992px) and (max-width: 1199px){.report-header{font-size:16px;}.report-body2{font-size:9px;}}
@media (min-width: 1200px)                       {.report-header{font-size:16px;}.report-body2{font-size:10px;}}

@media (max-width: 575px)                        {.elenco-header{font-size:6px;}}
@media (min-width: 576px) and (max-width: 767px) {.elenco-header{font-size:7px;}}
@media (min-width: 768px) and (max-width: 991px) {.elenco-header{font-size:8px;}}
@media (min-width: 992px) and (max-width: 1199px){.elenco-header{font-size:9px;}}
@media (min-width: 1200px) and (max-width: 1366px) {.elenco-header{font-size:9px;}}
@media (min-width: 1440px)                       {.elenco-header{font-size:12px;}}

.Arial_bianco_header {
	font-family:Arial;
	color:#FFF;
}

.Arial_bianco_body {
	font-family:Arial;
	color:#666;
}
			.tuor:hover {
				color: #004899 !important;
				background: #ffffff;
				text-decoration: none;
			}
			.tuor{
				color: #ffffff;
				background: transparent;
				-webkit-transition: all 1s;
				-moz-transition: all 1s;
				-ms-transition: all 1s;
				-o-transition: all 1s;
				transition: all 1s;
			}
			.tuor_inv:hover {
				color: #ffffff !important;
				background: #004899;
				text-decoration: none;
			}
			.tuor_inv{
				color: #004899;
				background: #ffffff;
				-webkit-transition: all 1s;
				-moz-transition: all 1s;
				-ms-transition: all 1s;
				-o-transition: all 1s;
				transition: all 1s;
			}
			.tuor_inv2:hover {
				color: #004899 !important;
				background: transparent;
				text-decoration: none;
			}
			.tuor_inv2{
				color: #ffffff;
				background: #004899;
				-webkit-transition: all 1s;
				-moz-transition: all 1s;
				-ms-transition: all 1s;
				-o-transition: all 1s;
				transition: all 1s;
			}
			.tuor_inv3:hover {
				color: #ffffff !important;
				background: #004899;
				text-decoration: none;
			}
			.tuor_inv3{
				color: #004899;
				background: transparent;
				-webkit-transition: all 1s;
				-moz-transition: all 1s;
				-ms-transition: all 1s;
				-o-transition: all 1s;
				transition: all 1s;
			}
			.tuor_inv4:hover {
				color: #ffffff !important;
				background: #004899;
				text-decoration: none;
			}
			.tuor_inv4{
				color: #004899;
				background: #ffffff;
				-webkit-transition: all 1s;
				-moz-transition: all 1s;
				-ms-transition: all 1s;
				-o-transition: all 1s;
				transition: all 1s;
			}
.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid blue;
  border-right: 8px solid green;
  border-bottom: 8px solid red;
  border-left: 8px solid pink;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  
  
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.icon_btn:after {
    content: "\f0f3";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #a7a7a7;
    font-size: 125%;
    position: absolute;
    left: -12px;
    top: -4px;
    z-index: -1;
}
.icon_btn.active:before {
    color: red;
}

.alarm_icon {
	padding-top: 6px;
	cursor: pointer;
}
.alarm_icon .bell {
	color: #a7a7a7;
	font-size: 22px;
}
.alarm_icon .badge {
	visibility: hidden;
	margin-left: -10px;
}
.alarm_icon.active .badge {
	visibility: visible;
}