/*
* Css para o hotsite de multimedidores elétricos
* 20101220
*/

body{
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	background: #EFEFEF;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #333333;
}

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: #0BAAFB;
	/*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-multi{
	background: url("../images/logo-multi.png") no-repeat;
	width: 234px;
	height: 80px;
	float: left;
}

#main-content{
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	min-height: 370px;
}

.quick-access{
	background: url("../images/back-quick-access.png") no-repeat;
	width: 160px;
	height: 112px;
}

.qa-left{
	float: left;
	margin-right: 15px;
}

.quick-access div{
	margin-top: 22px;
	margin-left: 23px;
	border: solid 1px #d7d7d7;
}

#qa-logo-ims{
	background: url("../images/demo/ims-bw.png") no-repeat;
	width: 113px;
	height: 68px;
}

#qa-logo-sultech{
	background: url("../images/demo/sultech-bw.png") no-repeat;
	width: 113px;
	height: 68px;
}

#qa-logo-ims:hover{
	background: url("../images/demo/ims.png") no-repeat;
}

#qa-logo-sultech:hover{
	background: url("../images/demo/sultech.png") no-repeat;
}

.qa-link{
	display: block;
}

#list-ms-demo{
	margin: 90px auto;
	width: 370px;
}

.clear{
	clear: both;
}


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

#footer-bar{
	background: #0BAAFB;
	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;
    /*
    -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: #45AADC !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 a, #divInfo a:visited, #divInfo a:link, #divInfo a:active {
	font-weight: bold;
	text-decoration: none;
	color: #45AADC;
}

#divInfo a:hover {
  text-decoration: underline;
}

#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;
}

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

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

.simpleTable th{
	text-align: left;
}

/**
* Ajustes na exibição do nome da RTU
*/
#sd-devices {
	width: 960px;
	margin: 10px auto;
}

#sd-device-header {
    font-size: 18px !important;
    padding: 0px;
    cursor: auto !important;
    border-bottom: 1px solid #D3D3D3 !important;
}

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

.clock{
	display: none;
}

.sd-device-header-arrow-up, .sd-device-header-arrow-down{
    background: none !important;
}