html, body {
	background-color:#E9E9E9;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size:15px;
}

.hdwrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  
  
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  
  font-weight: bold;
  text-align: center;
  min-width: 535px;
}


.logoPage {
  text-align: left;  
}

.titlePage {
  font-weight:bold;
  color:#006666;
  font-size:35px;
  font-family:arial, helvetica, sans-serif;
  margin: auto;  
  -webkit-flex: 1;
  flex: 1;  
}

/*@media all and (min-width: 600px) {
  .titlePage { flex: 1 auto; }
}

@media all and (min-width: 800px) {
  .logoPage    { flex: 3 0px; }
  .logoPage    { order: 1; }
  .titlePage { order: 2; }
}*/

/* *************************************** */

.navigation {
  list-style: none;
  margin: -10px; 
  background: #848D82;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: flex-end;
}

.navigation a {
  text-decoration: none;
  display: block;
  padding: 1em;
  color: white;
  min-width: 100px;
  text-align: center;
}

.navigation a:hover {
  background: #747D72;
}

@media all and (max-width: 800px) {
  .navigation {
    justify-content: space-around;
  }
}

@media all and (max-width: 600px) {
  .navigation {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0;
  }
  
  .navigation a { 
    text-align: center; 
    padding: 10px;
    border-top: 1px solid rgba(255,255,255,0.3); 
    border-bottom: 1px solid rgba(0,0,0,0.1); 
  }

  
  .navigation li:last-of-type a {
    border-bottom: none;
  }
}

/* *************************************** */

.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  
  
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  
  font-weight: bold;
  text-align: center;
}

.wrapper > * {
  padding: 10px;
  flex: 1 100%;
}

.header {
  background: #EFECEA;
  text-align: left;
  min-width: 555px;
}

.footer {
  color: #555;
  text-align: center;
  min-width: 555px;
}

.main {
  text-align: left;
  min-width: 555px;
}

.aside-1 {
  width: 1%;
  min-width: 555px;
}

@media all and (min-width: 600px) {
  .aside { flex: 1 auto; }
}

@media all and (min-width: 800px) {
  .main    { flex: 3 0px; }
  .main    { order: 1; }
  .aside-1 { order: 2; }
  .footer  { order: 3; }
}

/* *************************************** */
.info{
	width: 100%;
	background: #006666;
	height: 170px;
	border-radius: 20px;
	box-shadow: inset 0 0 15px 0 maroon;
	padding: 30px;
	text-align: center;
	color: #DDDDDD;
}

fieldset {
	padding: 8px;
	border: 1px solid #333;
	background:#EFECEA;
	min-height: 200px;
}

fieldset  legend{
	text-align: left;
	font-weight: bold;
	font-size: 1em;
}

.alarms{
	width: 100%;
	background: #967b00;
	top: 3px;
	height: 170px;
	border-radius: 20px;
	box-shadow: inset 0 0 15px 0 maroon;
	padding: 15px;
	text-align: center;
	color: #900909;
}

/* *************************************** */
.mainContainer{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.widgetContainer {
    display: inline-block;
	position: relative;
    width: 300px;
    height: 260px;
	padding-top: 10px;
    text-align: center;
	vertical-align: text-top;
	background: #848D82;
	border-radius: 50px;
	color: #DDDDDD;
	box-shadow: inset 0 0 15px 0 #f2f2f2;
	margin: 5px 5px 5px 5px;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
}

.widgetContainer  .title{
	display: inline-block;
	width: 80%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #969696;
	box-shadow: 0px 2px 0px 0px #606060;
}

.dimmer {
    background: rgba(22, 22, 22, 0) !important;
}

.widgetContainerDiv{
	display: table;
	position: absolute;
	width: 300px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
}

.chartContainer {
	display: inline-block;
	width: 500px;
    height: 270px;
	padding-top: 5px;
	vertical-align: text-top;
	background: #848D82;
	color: #DDDDDD;
	margin: 5px 5px 5px 5px;	
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
}
.chartContainer div{
	text-shadow: 0px 0px #A6A6A6;
}

.widgetValue {
    font-weight: bold;
}

.widgetLocation {
	display: table;
	position: relative;
	width: auto;
	font-size: 11px;
	margin: auto;
	margin-top: 5px;
	padding-right: 5px;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-color: #969696;
}

.widgetLocation  img{
	display: table-cell; 
	vertical-align: bottom;
	width: 20px;
}

.widgetLocation  a{
	display: table-cell; 
	vertical-align: top;
	padding-left: 5px;
	color: #CCCCCC;
}

.widgetLocation  span{
	display: table-cell; 
	vertical-align: top;
	padding-left: 5px;
	color: #CCCCCC;
	cursor: pointer;
}

.axis path,
.axis line {
    fill: none;
    stroke: #CCCCCC;
}

.axis text{
	fill: #CCCCCC;	
}
/* *************************************** */
.containerMaxMin {
	display: inline-block;
	position: relative;
	width: auto;
	border-radius: 5px;
	background: #848D82;
	color: #DDDDDD;
	text-align: center;
	padding: 5px 5px 5px 5px;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
}

.containerMaxMin td{
	padding: 5px 10px 10px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #899287;
}

.containerMaxMinTitle {
	color: black;
	font-size:16px;
}
/* *************************************** */
#map {
	height: 500px;
	border-style: solid;
	border-width: 1px;
	border-color: #969696;
}
