* {
margin: 0;
}

html {
height: 100%;
}

body {
  background: #1C1C1C;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
  height: 100%;  }
  
table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd; }
  table thead,
  table tfoot {
    background: whitesmoke;
    font-weight: bold; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      color: #222222;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #e9e9e9; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem; }

td {
	font-weight: normal;
	text-align: left;
}

.striscia {
	padding: 0px;
	margin: 0px;
	height: 200px;
	text-align: center;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #81DAF5;
	vertical-align: top;
}

.strisciaIndex {
	padding: 0px;
	margin: 0px;
	height: auto !important;
	text-align: center;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #0B2F3A;
	background-color: #81DAF5;
	vertical-align: top;
}
/*
.strisciaIndex {
	padding: 0px;
	margin: 0px;
	height: auto !important;
	text-align: center;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #222222;
	background-color: #81DAF5;
	vertical-align: top;
}
*/
.strisciaScura {
	padding: 0px;
	margin: 0px;
	height: auto !important;
	text-align: center;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #81DAF5;
	background-color: #0B2F3A;
	vertical-align: top;
}
/*
.strisciaScura {
	padding: 0px;
	margin: 0px;
	height: auto !important;
	text-align: center;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	background-color: #01A9DB;
	vertical-align: top;
}
*/
.strisciaBianca {
	padding: 0px;
	margin: 0px;
	height: auto !important;
	text-align: center;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #222222;
	background-color: white;
	vertical-align: top;
}

.strisciaBiancaIndex {
	padding: 0px;
	margin: 0px;
	height: 500px;
	text-align: center;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #222222;
	background-color: white;
	vertical-align: top;
}

.strisciaGrigia {
	padding: 0px;
	margin: 0px;
	height: auto !important;
	text-align: center;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1C1C1C;
	vertical-align: top;
}

.strisciaEEE {
	padding: 0px;
	margin: 0px;
	height: auto !important;
	text-align: center;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #222222;
	background-color: #EEEEEE;
	vertical-align: top;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -7em;
	background-color: white;
}
.push {
	height: 7em;
	background-color: white;
}
.footer {
	height: 7em;
	background-color: #1C1C1C;
}

div#map_canvas{
width: 100%;
margin: auto;
border: #000 2px solid;
height: 400px;
}

div#no_map_canvas{
width: 50%;
margin: auto;
border: 0px;
text-align: center;
}

#bottoneFisso{
width: 80%;
}

#areachart {
}

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 20%;
  z-index: 99;
  height: auto;
  margin-left: 0%;
  width: auto;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px; 
}

.strisciaPaginaControllaAllarme {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #222222;
	background-color: #EEEEEE;
	vertical-align: top;
}

#immagineInFondo{
	position:absolute; 
	bottom:0;
}

#contenitoreInFondo{
	position:relative; 
}

#bottoneFissoMeta{
	width: 40%;
	font-size: 14px;
	
}

