.easy-button-button .button-state:hover{
	background-color: #f29f32;
	color: white;
}

.leaflet-control-attribution a{
    text-decoration: none !important;
    cursor: pointer !important;
    color: rgb(68, 68, 68) !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
	text-align: center;
	font-weight: bold;
}

.ui-tabs .ui-tabs-panel{
	padding: 3px 0 0 0 !important;
}

.ui-tabs .ui-tabs-nav li a{
	font-size:12px !important;
}


/* Visualizzazione tab full fill */
.ui-tabs .ui-tabs-nav {
	display: flex;
}

.ui-tabs .ui-tabs-nav li {
	flex: 1;
	display: flex;
	/* If placed in a small width sidebar or something like that disabling nowrap will fix the overflow issue */
	white-space: normal;
}

.ui-tabs .ui-tabs-nav li a {
	flex: 1;
	/* If you want to align tab titles center */
	text-align: center;
}
/* Visualizzazione tab full fill */

.tipo_previsione_background{
	text-align: center;
	padding-bottom:5px; 
	padding-top:5px;
	background-color: #3681b3;	
}

.tipo_button{
	background-color: #f6f6f6;
	color: black;
	font-weight: bold;
	border: 1px solid black;
	padding: 0.5em;
	border-radius: 4px;	
}

.tipo_button_pressed, .tipo_button:hover{
	background-color:#f29f32;!important;
	color: white;
}

.meteoincalabria_map{
  height:650px; 
  width:auto;  
}

/*Wraperclass for the divicon*/
.map-label {
  position: absolute;
  bottom: 0;left: -50%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
/*Wrap the content of the divicon (text) in this class*/
.map-label-content {
  order: 1;
  position: relative; left: -50%;
  background-color: transparent;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  /*border-color: #444;*/
  border-color: transparent;
  padding: 3px;
  white-space: nowrap;
}

.map-label-min{	
	font-weight:bold;
	color:white;
	background-color:blue;
	margin-right: -1px;
}

.map-label-max{
	font-weight:bold;
	color:white;
	background-color:red;
	margin-left: -1px;
}

.map-label-min, .map-label-max{
	font-size:0.7vw;
	padding-top: 2px;
	padding-bottom: 2px;
}

.map-button-text{
	font-weight: bold;
	font-size: 0.6vw;
}

/* Schermi superiori a 1600px */
@media screen and (min-width: 1600px){
	.map-button-text{
		font-size:0.5vw !important;
	}
}

/* Schermi da 601px a 990px */
@media screen and (min-width: 601px) and (max-width: 990px){
	.map-button-text{
		font-size:1vw !important;
	}
	.map-label-min, .map-label-max{
		font-size: 1.4vw;
	}
}

@media (max-width: 600px){
	.map-label-min, .map-label-max{
		font-size:2.2vw;
	}	
	.map-button-text{
		font-size:1.5vw !important;
	}
}


@media (max-width: 480px){
	.ui-tabs .ui-tabs-nav li a{
		font-size:7px !important;
	}
	
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {		
		padding: .5em 0.2em !important;    
	}	
	
	.ui-widget button{
		font-size: 0.6em;
	}
	
	.tipo_button{
		font-size:7px !important;
	}
	
	.leaflet-touch .leaflet-bar button{
		width:60px !important;
	}
	
	.map-button-text{
		font-size:1.7vw !important;
	}
	
	.map-label-min, .map-label-max{
		font-size:1.5vw;
	}
}


/*
.class-tooltip{
	color:white !important;
	background-color:transparent !important;
	border:none !important;		
	box-shadow:none !important;	
	margin-left:-18px !important;
	margin-top: 15px !important;
}

.tooltip-text-min{
  background-color: blue !important;
  display: block !important;
  margin: -16px 0 !important;
  font-size:8px !important;
}

.tooltip-text-max{
  background-color: red !important;
  display: block !important;
  margin: -1px 0 !important;
  font-size:8px !important;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before{
	border:0 !important;
}
*/
