body.dashboard{
	/*height: 100%;*/
	overflow: hidden;
}

body.dashboard table{
	margin: 0px;
}

body.dashboard .panel{
	margin: 0px;
}

body.dashboard table.noborder td{
	border: 0px;
}

body.dashboard section.main{
	/*height: 100%;*/
	/*padding-bottom: 50px;*/
}

body.dashboard #panel-info{
	background-color: #000;
	color: #FFF;
	overflow: auto;
}
/*
body.dashboard .toggle-info{
	position: absolute;
    padding: 5px;
    font-size: 0.7em;
    cursor: pointer;
}
*/

/*
body.dashboard .hide-info{
	border: 0px solid #FFF;
    right: 5px;
}
*/

body.dashboard .show-info, body.dashboard .hide-info{
    position: absolute;
	top: 50%;
	z-index: 999;
	color: #FFF;
	background-color: #000;
	opacity: 0.7;
}

body.dashboard .show-warning, body.dashboard .hide-warning{
    position: absolute;
	left: 50%;
	z-index: 99999;
	color: #FFF;
	opacity: 0.7;
}


/*body.dashboard .show-alt-chart, body.dashboard .hide-alt-chart, body.dashboard .show-panel-logger, body.dashboard .hide-panel-logger{*/
body.dashboard .bottom-info-tab, body.dashboard .hide-alt-chart, body.dashboard .hide-panel-logger, body.dashboard .hide-panel-gauges{
    position: absolute;
	left: 50%;
	z-index: 99999;
	color: #FFF;
	opacity: 0.7;
}

body.dashboard .bottom-info-tab div{
	float: left;
	width: 40px;
}

body.dashboard .btn-link{
	color: #FFF;
}

body.dashboard .panel{
	padding: 0px;
	border-radius: 0px;
}

body.dashboard #map{
	height: 100%;
	width: 100%;
	position: relative;
}

body.dashboard #panel-main{
	height: 100%;
}

body.logger #panel-main.halfheight{
	height: 50%;
}

body.dashboard #panel-info{
	font-size: 0.9em;
	padding-top: 10px;
	/*
	position: absolute;
	left: 0px;
	height: 100%;
	*/
}

body.dashboard #panel-info .panel-title{
	font-size: 1.1em;
}

body.dashboard #panel-info .panel{
	background-color: transparent;
}

body.dashboard #panel-info .panel-title a{
	text-decoration: none;
} 

body.dashboard #panel-info .panel-default{
	border: 0px;
}

body.dashboard #panel-info .panel-heading{
	color: #ffbf00;
    border-radius: 0px;
    background: #666;
}

body.dashboard #panel-info .panel-body{
	border: 0px;
}

body.dashboard #panel-info .btn-link{
	color: inherit;
	padding: 0px;
	text-decoration: none;
}

body.dashboard #panel-info .btn-link:hover{
	text-decoration: none;
}

body.dashboard hr{
	color: #FFF;
	border-color: #FFF;
}

body.dashboard .status-connected{
	color: lightgreen;
}

body.dashboard .status-disconnected{
	color: red;
}

body.dashboard .status-offline{
	color: lightgray;
}

/* WIDGETS */

body.dashboard .gridster ul li{
	list-style: none;
}

body.dashboard .gs-w{
	border: 1px solid #CCC;
}

body.dashboard .gridster li header {
	background: #DDD;
	display: block;
	height: 0.6em;
	line-height: normal;
	padding: 4px 0 6px;
	margin-bottom: 10px;
	cursor: move;
}

body.dashboard #panel-info{
	width: 300px;
	float: left;
}

body.dashboard #panel-main{
	float: left;
}

body.dashboard .img-logo{
	margin-bottom: 10px;
}

body.dashboard .chart{
	width: 400px;
	z-index: 2;
	background-color: rgb(255,255,255);
	border: 1px solid #CCC;
	border-radius: 10px;
}

body.dashboard .ui-resizable-helper{ 
	border: 2px solid #CCC;
}

body.dashboard table.table-logger{
	font-size: 0.8em;
}

body.dashboard .table-logger>tbody>tr>td, .table-logger>tbody>tr>th, .table-logger>tfoot>tr>td, .table-logger>tfoot>tr>th, .table-logger>thead>tr>td, .table-logger>thead>tr>th{
	padding: 2px;
}

body.dashboard .tablechart{
	min-height: 100px;
	max-height: 800px;
	overflow-y: auto;
	overflow-x: hidden;
}

body.dashboard .static-chart{
	min-height: initial;
}

body.dashboard .draggable{
	cursor: move;
}

body.dashboard .period-value, body.dashboard .period-value .form-control{
	color: red;
}

body.dashboard .period-value .form-control{
	border-radius: 0px;
}

body.dashboard .period-value-input{
	background-color: transparent;
	border: 0px;
	padding: 0px;
}

body.dashboard .range{
	padding-top: 4px;
    padding-bottom: 4px;
}

body.dashboard .table-logger tbody tr.selected{
	background-color: red;
}

body.dashboard .table-logger thead tr th{
	text-align: center;
}

div.tooltip {
  position: absolute;
  text-align: center;
  width: 60px;
  height: 28px;
  padding: 2px;
  font: 12px sans-serif;
  background: lightsteelblue;
  border: 0px;
  border-radius: 8px;
  pointer-events: none;
}

#multimedia-content .panel-footer, #multimedia-content .panel-body, #multimedia-content .panel-heading{
	padding: 5px;
}

#multimedia-content .panel-title{
	font-size: 0.8em;
	font-weight: bold;
	line-height: 30px;
}

body.dashboard #panel-warning{
	background-color: #EEE;
	color: #222;
	overflow: auto;
	position: absolute;
	left: 25%;
	width: 50%;
	z-index: 9999;
	border-radius: 7px;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	border: 1px solid red;
	padding: 5px;
	margin-top: 1px;
}

body.dashboard #panel-alt-chart{
	background-color: rgba(238, 238, 238, 0.6);
	color: #222;
	overflow: auto;
	position: absolute;
	z-index: 999;
	border-radius: 0px;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	border: 1px solid red;
	padding: 5px;
	margin-top: 1px;
}

#chart-logger-static, #chart-alt-static{
	background-color: transparent;
}

body.dashboard #panel-logger{
	background-color: rgba(238, 238, 238, 0.9);
	color: #222;
	overflow: auto;
	position: absolute;
	z-index: 999;
	border-radius: 0px;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	border: 1px solid red;
	padding: 5px;
	margin-top: 1px;
}

body.dashboard #panel-gauges{
	background-color: rgba(238, 238, 238, 0.2);
	color: #222;
	overflow: auto;
	position: absolute;
	z-index: 999;
	border-radius: 0px;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	border: 1px solid red;
	padding: 5px;
	margin-top: 1px;
}

body.dashboard #warning-logger-static{
	border-radius: 7px;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

body.dashboard #alt-chart-static{
	border-radius: 7px;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

body.dashboard #warning-logger-static table.table-logger{
	font-size: 0.7em;
}

.menu-maintenance{
	font-weight: bold;
	font-size: 1.1em;
}

#chart-logger-static table tr.message-G, #warning-logger-static table tr.message-G{
	cursor: pointer;
}

div.instrument.clock {
    color: #333;
    font-size: 50px;
    font-family: Arial;
    letter-spacing: 0px;
    border: 1px solid #333;
    padding: 15px;
	border-radius: 15px;
	height: 135px;
	width: auto;
	line-height: 100px;
	margin-bottom: 60px;
}

.realtime-info div.tooltip {
	text-align: left;
	width: auto;
	height: auto;
	background: inherit;
  }

  .realtime-info div.tooltip .tooltip-inner{
	  padding: 10px;
  }

	.labels{
		color: #ea4335;
    background-color: white;
    font-family: Roboto, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding: 2px;
    border: 1px solid #999;
    box-sizing: border-box;
    white-space: nowrap;
	}