/* MY */
body {
    font-size: 1rem !important;
}
.form-control {
	font-size: 1rem;
}
footer {
    font-size: .9rem
}
#profilo-footer {
    justify-content: space-between;
}
.verysmallbtn {
	font-size: 0.6rem;
	padding: 0.1rem 0.3rem;
	font-style: normal;
	text-transform: lowercase;
}
#formProfilo > div.row {
	margin-bottom: 10px;
}
.nav-tabs .nav-link {
	border-top-left-radius: 0.65rem;
	border-top-right-radius: 0.65rem;
}
.form-check-input {
	cursor: pointer;
}
.badge-ax, .badge-ax_d {
	display: none;
}
.btn-ricarica-m {
	height: 35px;
	font-size: 13px;
	text-transform: uppercase;
	padding: 5px 20px;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i {
	font-size: 20px;
	margin-left: -15px;
}
.mapdots {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-top: 3px;
	margin-left: 0px;
	font-size: 13px;
}
.dotwrap{
	display: flex; 
	align-items: center; 
	margin-right: 10px;
	font-size: 13px;
}
.dotwrap > img{
	width: 13px; 
	margin-right: 3px;
}
.menu-title {
	font-size: 14px;
	color: #505d69;
	font-family: Inter,sans-serif;
}
.header-profile-user {
	display: inline-block;
	line-height: 30px;
}
.btn-xs {
	font-size: 0.75rem;
	padding: .25rem .5rem;
}
#side-menu {
	margin-top: 50px;
	margin-left: 20px;
}
#side-menu2 {
	margin-top: 20px;
	margin-left: 20px;
}
#sidebar-menu ul li a {
	font-size: 15px;
}
#sidebar-menu ul li a i {
	font-size: 1.4rem;
	margin-right: 10px;
}
#map {
  height: 500px;
  width: 100%;
}
span.name {
	font-size: 16px;
}
.btn-marker {
	color: #212529;
	background-color: #fff;
	border-color: #ced4da;
	padding: 0.17rem 0.35rem !important;
}
.connector.connector-medium img {
	max-height: 20px;
}
.connector img {
	vertical-align: middle;
}
.gm-style {
	font: 400 11px Roboto, Arial, sans-serif;
}
.gm-style img {
	max-width: none;
}
.em {
	font-style: italic; 
}
.st-name {
	font-size: 16px;
}
.connector {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
.connector.connector-available {
 background-color:green;
 /* border-color:rgba(0,128,0,0.3); */
 font-weight: 600;
 color: #ebebeb;
 opacity:0.8;
}
.connector.connector-failure,
.connector.connector-unavailable,
.connector.connector-faulted {
 background-color: #dc3545;
 /* border-color:rgba(255,0,0,0.3); */
 font-weight: 600;
 color: #ebebeb;
 opacity:0.8;
}
.connector.connector-in_use,
.connector.connector-charging {
 background-color:rgba(5,60,100,0.8);
 border-color:rgba(5,60,100,0.8);
 color:white;
 animation-name:in-use-glow;
 animation-duration:2.5s;
 animation-direction:alternate;
 animation-iteration-count:infinite;
 -webkit-animation-name:in-use-glow;
 -webkit-animation-duration:2.5s;
 -webkit-animation-direction:alternate;
 -webkit-animation-iteration-count:infinite;
 font-weight: 600;
}
.connector.connector-reserved {
 background-color:rgba(224,206,22,0.3);
 border-color:rgba(224,206,22,0.3);
 font-weight: 600;
 color: #000;
}
.connector.connector-unknown {
 background-color:rgba(0,0,0,0.3);
 border-color:rgba(0,0,0,0.3);
 font-weight: 600;
 color: #000;
 opacity:0.8;
}
.connector.connector-suspended,
.connector.connector-suspendedev,
.connector.connector-suspendedevse,
.connector.connector-finishing {
	background-color: #C9F;
 font-weight: 600;
 color: #ebebeb;
}
.connector.connector-medium {
	padding: 1px;	
	/* border: 1px solid #888; */
	border-radius: 5px;
	line-height: 26px;
	height: 30px;
	min-width: 30px;
	margin: 2px 0;
}
@supports (-moz-appearance:button) and (contain:paint) {

    .connector.connector-medium {
        padding: 0;	
    }
}
.connector.connector-small {
	padding: 1px 3px;
	 border: 1px solid transparent;
	border-radius: 3px;
	line-height: 18px;
	height: 22px;
	min-width: 22px;
}
.cp-available, .cp-in_use {
	font-size: 1.15rem;
	padding: 0px 5px;
	height: 29px;
}
.charging-in_use, .ch_status-in_use {
 background-color:rgba(5,60,100,0.8);
 border-color:rgba(5,60,100,0.8);
 color:white;
 animation-name:in-use-glow2;
 animation-duration:2.5s;
 animation-direction:alternate;
 animation-iteration-count:infinite;
 -webkit-animation-name:in-use-glow2;
 -webkit-animation-duration:2.5s;
 -webkit-animation-direction:alternate;
 -webkit-animation-iteration-count:infinite
}
.charging-suspended, .ch_status-suspended {
 background-color: #C9F;
 border-color:white;
 color:white;
}
.charging-starting {
 background-color: indianred;
 border-color:white;
 color:white;
}
.charging-suspended:hover, .charging-in_use:hover, .charging-starting:hover {
 color:#ccc;
}
.device_rank {
	font-size: 8px;
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 14px;
	text-align: center;
	border: 1px solid #666;
	color: #666;
	border-radius: 100%;
	padding: 1px;
	vertical-align: middle;
	margin-left: 6px;
}
.device {
 display:inline-block;
 text-align:center;
 margin-bottom:2px;
 margin-top:2px;
 text-decoration:none;
 padding:1px;
 border:1px solid;
 border-radius:100%;
 line-height:18px;
 height:12px;
 width:12px;
 box-shadow:1px 1px rgba(0,0,0,0.2)
}
.device.device-available {
 background-color:rgba(0,128,0,0.6);
 border-color:rgba(0,128,0,0.6)
}
.device.device-failure,
.device.device-unavailable {
 background-color:rgba(255,0,0,0.6);
 border-color:rgba(255,0,0,0.6)
}
.device.device-in_use {
 background-color:rgba(5,60,100,0.8);
 border-color:rgba(5,60,100,0.8);
 animation-name:in-use-glow;
 animation-duration:2.5s;
 animation-direction:alternate;
 animation-iteration-count:infinite;
 -webkit-animation-name:in-use-glow;
 -webkit-animation-duration:2.5s;
 -webkit-animation-direction:alternate;
 -webkit-animation-iteration-count:infinite
}
.device.device-reserved {
 background-color:rgba(224,206,22,0.6);
 border-color:rgba(224,206,22,0.6)
}
.device.device-unknown {
 background-color:rgba(0,0,0,0.6);
 border-color:rgba(0,0,0,0.6)
}

.form-signin {
	width: 100%;
	max-width: 420px;
	padding: 15px;
	margin: auto
}

.form-label-group {
	position: relative;
	margin-bottom: 1rem
}

.form-label-group>input, .form-label-group>select,
.form-label-group>label {
	height: 3.125rem;
	padding: .75rem
}

.form-label-group>label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-bottom: 0;
	line-height: 1.5;
	color: #495057;
	pointer-events: none;
	cursor: text;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: all .1s ease-in-out
}

.form-label-group input::-webkit-input-placeholder {
	color: transparent
}

.form-label-group input:-ms-input-placeholder {
	color: transparent
}

.form-label-group input::-ms-input-placeholder {
	color: transparent
}

.form-label-group input::-moz-placeholder {
	color: transparent
}

.form-label-group input::placeholder {
	color: transparent
}

.form-label-group input:not(:placeholder-shown) {
	padding-top: 1.25rem;
	padding-bottom: .25rem
}

.form-label-group input:not(:placeholder-shown)~label {
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-size: 12px;
	color: #777
}

.form-label-group input::-ms-input-placeholder {
	color: #777
}

.form-error{
	color: red;
}

.error{
	border:2px solid red;
}


webkit-keyframes in-use-glow {
 0% {
  background-color:rgba(5,60,100,0.3);
  border-color:rgba(5,60,100,0.3)
 }
 100% {
  background-color:rgba(5,60,100,0.8);
  border-color:rgba(5,60,100,0.8)
 }
}
@keyframes in-use-glow {
 0% {
  background-color:rgba(5,60,100,0.3);
  border-color:rgba(5,60,100,0.3)
 }
 100% {
  background-color:rgba(5,60,100,0.8);
  border-color:rgba(5,60,100,0.8)
 }
}
webkit-keyframes in-use-glow2 {
 0% {
  background-color:rgba(5,60,100,0.3);
  border-color:rgba(5,60,100,0.3)
 }
 100% {
  background-color:rgba(5,60,100,0.8);
  border-color: #fff
 }
}
@keyframes in-use-glow2 {
 0% {
  background-color:rgba(5,60,100,0.3);
  border-color:rgba(5,60,100,0.3)
 }
 100% {
  background-color:rgba(5,60,100,0.8);
  border-color: #fff
 }
} 
.w20{
	width: 20px;
}
i.colhelp {
	font-size: 19px;
	vertical-align: bottom;
}
#smallerror {
	font-size: 16px;
	font-weight: bold;
	color: red;
	text-transform: uppercase;
}
@media screen and (max-width:767px){
.mapdots {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 3px;
	margin-left: 0px;
	font-size: 13px;
}

}

body[data-topbar=dark] #page-topbar {
    background-color: #3c3c3b;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.card-collapse {
	font-size: 16px;
}

.card-collapse b {
	font-weight: 600;
	color: #000;
}

#div_id_device-authorization, #div_id_device-publication {
	font-weight: 600;
    color: #000;
    font-size: 15px;
}

.btn-gruppi {
	background-color: #cd0a4f !important;
	border-color: #cd0a4f !important;
}

.check-gruppi {
	color: #cd0a4f !important;
}

.check-gruppi-input {
	border-color: #cd0a4f !important;
}

.check-gruppi-input:checked {
    background-color: #cd0a4f !important;
    border-color: #cd0a4f !important;
}

.badge-gruppi {
	background-color: #cd0a4f !important;
	font-size: 13px !important;
}

#modal-report h5 p {
	font-weight: 200;
	  font-size: 0.9rem;
}
#modal-report .modal-header .btn-close {
	margin: -.5rem -.5rem -.5rem 2.5rem;
}
#modal-report button[data-file="xls"] {
	margin-left: auto;
}
#modal-report button[data-file="csv"] {
	margin: 0 .6rem 0 .6rem;
}

@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		max-width: 1600px !important;
	}
}
@media print {
	/* Nasconde tutto tranne il corpo della modale e i pulsanti durante la stampa */
	body *:not(#modal-report):not(#modal-report *), #modal-report button {
		display: none !important;
	}

	#modal-report {
		width: 29.7cm; 
		height: 21cm; 
		margin: 0 auto;
		overflow: auto;
		padding: 20px; 
	}

	#modal-report .modal-content {
		width: 100%;
		height: 100%;
	}
	canvas {
		max-width: 970px;
		max-height: 500px;
	}
}