/*
* Css para o hotsite de meteorologia
* 20101220
*/

body{
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	/*background: #EFEFEF;*/
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #333333;
	background-image:url('../images/bg-square.gif');
	background-repeat: repeat;
	background-position: center 0;
}

h3{
	font-size: 20px;
	/*text-shadow: 0px 1px 0px #d9d9d9;*/
	color: #DCA70B;
	margin-top: 0px;
}

h4{
	font-size: 15px;
	color: #DCA70B;
	margin-top: 15px;
	margin-bottom: 10px ;
}

a, a:visited, a:link, a:active {
	font-weight: normal;
	text-decoration: none;
	color: #4F4F4F;
}
a:hover {
  text-decoration: underline;
}


#header{
	/*background: #000 url('../images/bg-header.png') repeat-x 0 0;*/
	height: 96px;
	width: 100%;
}

#header-line{
	width: 100%;
	height: 10px;
	background-color: #00AFDF;
	/*border-bottom: solid 1px #4F4F4F;*/
}

#header-content{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#header-logo{
	background: url("../images/logoIplx.png") no-repeat;
	width: 234px;
	height: 80px;
	float: left;
}

#header-meteoro{
	background: url("../images/logoMeteoro.png") no-repeat;
	width: 201px;
	height: 49px;
	float: left;
	margin-top: 15px;
}

#main-content{
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	min-height: 370px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 20px;
	padding-top: 1px;
}

#filterExport .divError{
	padding: 5px;
	width: 350px;
	text-align: center;
	margin: 0 auto;
}

.meteoro-big-box{
	float: left;
	border: 1px solid #D3D3D3;
	height: 350px;
}

.meteoro-big-box-gauges{
	float: left;
	/*height: 430px;*/
}

#meteoro-gauges{
	width: 500px;
	margin-left: 9px;
}

#meteoro-map{
	width: 500px;
	margin-left: 9px;
}

#meteoro-info{
	width: 450px;
	margin-left: 10px;
}

#meteoro-info-content, #meteoro-map-content{
	height: 315px;
	padding: 5px;
}

#meteoro-report{
	width: 450px;
	margin-top: 15px;
	margin-left: 12px;
	border: solid 1px #d3d3d3;
}

.meteoro-big-box-report{
	float: left;
	height: 416px;
}

.meteoro-gauge-box {
	float: left;
	border: 1px solid #D3D3D3;
	height: 200px;
	width: 144px;
	margin-right: 19px;
	margin-bottom: 19px;
}

.meteoro-gauge-title {
	height: 15px;
	padding: 3px;
	text-align: center;
	color: #00AFDF;
	text-shadow: 0px 1px 0px #F0F0F0;
}

.meteoro-gauge-graph {
	height: 179px;		/* 200 - 15 (height) - 6 (2x padding) */
}

.meteoro-gauge-box-first{
	margin-left: 10px;
}

.meteoro-gauge-box-last{
	margin-right: 0px !important;
}

#meteoro-gauges{
	margin-top: 15px;
}

.main-overlay{
	width: 980px;
	height: 100%;
	background-color: #777;
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	opacity: 0.5;
	filter:alpha(opacity=50);
	padding-right: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

.loading{
	position: fixed;
	top: 45%;
	left: 45%;
	background: transparent url('/resources/all/images/wheel2-loading.gif') no-repeat 0 0 !important;
	width: 66px !important;
	height: 66px !important;
	z-index: 11;
}

.txt-timeout{
	color: #0079B2;
}

.clear{
	clear: both;
}

#footer{
	background: #4F4F4F;
	height: 100px;
	width: 100%;
	margin-top: 20px;
}

#footer-bar{
	background: #00AFDF;
	height: 2px;
	width: 100%;
}

#footer-txt{
	width: 980px;
	margin: 0px auto;
	padding-top: 22px;
	color: #fff;
	line-height: 17px;
	text-shadow: 0px 1px 0 #000;
}

/*
+-------------------------------+
|	Ajustes nos tpls globais	|
+-------------------------------+
*/

#sd-data{
    float: left;
    background-color: #fff;
    border: solid 1px #d3d3d3;
    margin-left: 9px;
    /*
    -webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	*/
}

.sd-header{
	background-color: #00AFDF !important;
}

#sd-main-menu a{
	text-shadow: none;
}

.menuInside li:hover, .menuSelected {
	background-color: #4F4F4F;
	color: #f6f6f6 !important;
	text-shadow: none !important;
	-moz-box-shadow:  0 1px 0 #000;
	box-shadow: 0 1px 0 #000; /* CSS3 Safari 3+ e Firefox 3.1 (Alpha) */
	-webkit-box-shadow: 0 1px 0 #000;
}

#divInfo img{
	padding: 5px;
	border: 1px solid #D3D3D3;
	margin-left: 15px;
}

.romiotto-sensor{
	margin-right: 5px;
	border: none !important;
}

#divInfo {
    float: left;
    height: 315px;
    overflow-x: auto;
    width: 440px;
    padding: 5px;
	background-color: #fff;
	text-align: justify;
}

.graphArea{
	background: #fff;
}

#sd-reports-content, #sd-export-content{
	background: #fff;
	min-height: 300px;
	padding: 10px 5px 10px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid lightgray;
	width: 98%;
	margin: 0 auto;
}

.sd-info{
	border: solid 1px #d3d3d3;
}

.dateContainerExporter .filterAtualizar {
    width: 110px !important;
}

.simpleTable th{
	text-align: left;
	border-bottom: 2px solid #00AFDF !important;
	color: #0485C7 !important;
}

#sd-device-content-values {
    height: 362px !important;
}

/*********************
 * estilo dos gauges
 *********************/
.gaugeLabel div {
	font-size: 9px;
	font-family: Tahoma, sans-serif;;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.valuelabel div {
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	color: #000;
	text-align: center;
	width:40px;
	white-space: nowrap;
}

#sd-devices {
	width: 960px;
	margin: 10px auto;
}

#sd-device-header {
    font-size: 18px !important;
    padding: 0px;
    cursor: auto !important;
}

.sd-device-header-arrow-up {
    background: none;
}

#header-user{
	color: #e6e6e6;
	width: 980px;
	text-align: right;
	margin: 3px auto;
}

#header-user a{
	color: #e6e6e6;
}