html { background: url("../images/bg.jpg"); }

body{
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	background: transparent url("../images/top-bg.jpg") repeat-x 0 96px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #333333;
}

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

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

h5 {
	font-size: 17px;
	color: #20844d;
	/*text-align: center;*/
	width: 96%;
	margin: 0 auto;
	margin-bottom: 5px;
}

#header{
	background: #000 url('../images/bg-header.png') repeat-x 0 0;
	height: 96px;
	min-width: 955px;
	position: relative;
	z-index: 6;
}

#header-limited{
	width: 955px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}


#header-logo{
	/*background: transparent url('../images/header-logo.png') no-repeat 0 17px;*/
	width: 151px;
	height: 96px;
}

#header-logo .logoIplx{
	margin-top: 2px;
}

#header-logo-print {
	display: none;
}

.header-disable-menu{
	position: absolute;
	background: url("../images/bg-header.png") repeat-x scroll 0px -56px transparent;
	padding-bottom: 2px;
	/*opacity: 0.5;
	filter:alpha(opacity=50);*/
	width: 728px;
	height: 40px;
	bottom: -2px;
	right: 0px;
	z-index: 20;
}


#header-user {
	position: absolute;
	top: 10px;
	right: 2px;
	width: 800px;
	color: #5B9675;
	font-weight: normal;
	text-align: right;
}

#header-user a {
	color: #20844D;
	text-decoration: none;
}

#header-user a:hover {
	color: #094C26;
	text-decoration: none;
}

#main{
	position: relative;
	z-index: 0;
	background-color: #fff;
	min-height: 400px;
	width: 955px;
	margin: 0px auto;
	border: solid 1px #DAD9C9;
	-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;
	padding-bottom: 20px;
	line-height: 19px;
}

#mini-main {
	background: #fff;
}

#header-menu{
	position: absolute;
	z-index: 3;
	color: #fff;
	list-style: none;
	top: 67px;
	padding: 0px;
	margin: 0px;
	right: 0px;
}

#header-menu > li{
	float: left;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	margin-left:1px;
	text-shadow: 0 1px 0 #165E35;
}

#header-menu > li:hover{
	background-color: #fff;
	color: #DCA70B;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
	text-shadow: none;
}

#header-menu > li > a, #header-menu > li > a:visited, #header-menu > li > a:link{
	color: #FFF;
	text-decoration: none;
	display: block;
}

#header-menu a:hover, #header-menu > li:hover > a{
	display: block;
	color: #20844D;
	text-decoration: none;
}

.menu-header-submenu{
	border-left: solid 2px #20844D;
	border-right: solid 2px #20844D;
	border-bottom: solid 2px #20844D;
	background: #fff;
	position: absolute;
	top: 29px;
	z-index: 4;
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: none;
}
.menu-header-submenu-submenu{
	background: #fff;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menu-header-submenu > li, .menu-header-submenu-submenu > li{
	text-align: left;
	text-shadow: none;
}

.menu-header-submenu > li > a, .menu-header-submenu > li > a:visited, .menu-header-submenu > li > a:link, .menu-header-submenu-submenu > li > a, .menu-header-submenu-submenu > li > a:visited, .menu-header-submenu-submenu > li > a:link{
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0px 15px;
}

.menu-header-submenu > li:hover, .menu-header-submenu-submenu > li:hover{
	background-color: #E6EFEA;
}

#menu-header-submenu-others{
	right: -2px;
    width: 143px;
}

#main-menu{
	position: absolute;
	top: 10px;
	border-top: 1px solid  #DAD9C9;
	border-right: 1px solid  #DAD9C9;
	border-bottom: 1px solid  #DAD9C9;
	background-color: #fdfdfd;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topright: 8px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	z-index: 9999;
}

#main-menu-show-hide{
	background: url('../images/bg-devices.png') no-repeat 0 0;
	width: 19px;
	height: 165px;
	position: absolute;
	right: -19px;
	top: 67px;
	cursor: pointer;
}

#main-menu-content{
	width: 300px;
	height: 300px;
	overflow: auto;
}


#main-content{
	text-align: justify;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 24px;
}

#main-menu-list-groups{
	list-style: none;
	padding: 12px;
	margin: 0px;
}
#main-menu-list-groups > li{
	line-height: 21px;
}

.main-menu-list-devices{
	list-style: none;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	display: none;
}

.main-menu-group-children{
	display: block;
	padding-left: 12px;
	cursor: pointer;
	font-weight: bold;
}

.main-menu-group-children:hover{
	color: #20844D;
}

.arrow-right{
	background: url('../images/arrow-right.png') no-repeat 3px 5px;
}

.arrow-down{
	background: url('../images/arrow-down.png') no-repeat 0px 8px;
}

.main-menu-group-no-children{
	display: block;
	padding-left: 11px;
}

.main-menu-link, .main-menu-link:visited, .main-menu-link:link {
	color: #333;
	text-decoration: none;
}

.main-menu-link:hover, .main-menu-link-selected{
	color: #20844D !important;
}

.main-menu-list-devices li a{
	display: block;
}

.menu-selected > a{
	color: #20844D !important;
	text-shadow: none !important;
}

.menu-selected{
	background-color: #fff;
	color: #20844D !important;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#msg-index{
	margin-top: 150px;
	text-align: center;
}

.main-overlay{
	width: 955px;
	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;
}

.main-overlay-fancybox{
	width: 100%;
	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;
}

#overview-table {
    margin-top: 10px;
}

.ms-energia-links{
	color: #20844D;
	text-decoration: none;
	border-bottom: #20844D 1px dotted;
}

.ms-energia-links:hover{
	color: #20844D;
	border-bottom: none;
}


.simpleTable .value {
	padding-right: 20px !important;
	text-align: right;
}

.simpleTable .valueCenter {
	text-align: center;
}

.simpleTable .valueLeft {
	text-align: left;
}

.simpleTable .peak {
	color: #A80000;
}

.simpleTable{
	/*font-size: 12px;*/
	background: #fff;
	/*margin: 45px;*/
	width: 95%;
	border-collapse: collapse;
	text-align: left;
	margin: 0 auto;
	font-size: 12px;
	line-height: 19px;
}


.simpleTable tfoot{
	font-weight: bold;
}

.simpleTable .alerts-mail-body{
	display: none;
}

.hide {
	display: none;
}

.simpleTable th{
	font-size: 14px;
	font-weight: bold;
	color: #333 ;
	padding: 3px;
	border-bottom: 2px solid #20844D;
	text-align: left;
}

.simpleTable td{
	border-bottom: 1px solid #ccc !important;
	padding: 5px 0px !important;
	/*width: 19%;*/
}

.simpleTable tbody tr:hover td{
	background-color: #f6f6f6;
}

.simpleTable a, .simpleTable a:visited, .simpleTable a:link {
	color: #20844D;
	text-decoration: none;
	display: block;
}

.simpleTable a:hover {
	color: #20844D;
	text-decoration: underline;
}

.simpleTable tfoot tr.last{
	font-weight: bold;
	background-color: #f6f6f6;
}

.main-device-title {
    border-bottom: 1px solid #333333;
    font-size: 20px !important;
    margin-top: 15px;
}

.overview-btns-refresh-back{
	position: absolute;
	top: 10px;
	left: 10px;
}

.filter-timezone .overview-circle{
	margin-top: -5px;
	margin-top: 1px\9;
}

.clear{
	clear: both;
}

.bold{
	font-weight: bold;
}

.cursor-pointer{
	cursor: pointer;
}

.font15{
	font-size: 15px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-center {
    text-align: center;
}

.title-dark{
	color: #20844D;
}

.overview-status{
	margin: 0 auto;
	width: 75px;
}

.overview-status div{
	float: left;
	margin-left: 2px;
}

.pdc-toolbar {
	width: 100%;
	text-align: right;
	margin-top: 7px;
}

.pdc-toolbar button{
	z-index:0;
}

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

#fancybox-loading{
	display: none !important;
}

.leftTable{
	float: left;
	width: 48% !important;
}

.leftTableOnly{
	float: left;
	width: 285px;
	margin-left: 17px;
}

.leftTableMarginTop{
	margin-top: 20px;
}

.rightTable{
	float: right;
	width: 48% !important;
}

.leftTableOnly h4, .leftTable h4, .rightTable h4, h4.dark {
	box-shadow: 0px 0px 1px #E0DED5;
	-webkit-box-shadow: 0px 0px 1px #E0DED5;
	-moz-box-shadow: 0px 0px 1px #E0DED5;
	border: 1px solid #fff;
	padding: 3px;
	background-color: #EFEDE3;
	color: #20844D;
	text-shadow: 0 1px 0 #fff;
}

.pdc-data-last-check{
	text-align: center;
	font-weight: bold;
}

#alerts-main-buttons{
	text-align: right;
	margin: 0px 23px 15px 0px;
}

#alerts-list{
    list-style: none outside none;
    padding: 0px;
    margin: 0px;
    width: 95%;
    margin: 0 auto;
}

#alerts-list > li {
    background-color: #F9F8F4;/*#EFF9F4;*/
    margin-top: 10px;
    padding: 15px;
    border-bottom: 1px solid #EFEDE3;
}

.alerts-sms{
	background: url('/resources/all/images/icon-cell-phone.png') no-repeat 2px 0px;
	padding-left: 14px;
	margin-top: 4px;
}

.alerts-email{
	background: url('/resources/all/images/icon-mail.png') no-repeat left 3px;
	padding-left: 14px;
}

.alerts-active-btns{
	display: inline;
}

.alerts-btns{
	float: right;
}

.alerts-emails-sms{
	font-size: 11px;
	line-height: 15px;
}

.alerts-new-combobox {
    background-color: #F6F6F6;
    border: 1px solid #E6E6E6;
    height: 50px;
    position: relative;
    z-index: 5550;
}

#alerts-content-combo-help{
	left: 616px;
    position: absolute;
    top: 8px;
}

#alerts-config-emails-sms{
	margin: 0 auto;
	width: 540px;
	height: 170px;
}

.box-sms-emails{
	width: 255px;
}

.alerts-config-emails-sms-add{
	margin-left: 5px;
}

.alerts-config-emails-sms--list-container{
	width: 250px;
	border: 1px solid #DAD9C9;
	height: 90px;
	margin-top: 3px;
	overflow-y: auto;
	padding: 0px;
	overflow-x: hidden;
}

.alerts-config-emails-sms--list-container li{
	height: 20px;
	padding: 5px;
}

.alerts-config-emails-sms--list-container li.color{
	background: #f6f6f6;
}

.btn-minus{
	position: relative;
	margin-left: 210px;
	margin-top: -11px;
	cursor: pointer;
}

.size-input-emails-sms{
	width: 211px;
}

.remove-element-from-list{
	font-style: italic;
	color: #c0c0c0;
}

.title-line{
	border-bottom: solid 1px #333;
}

.dotted-links{
    border-bottom: 1px dotted #20844D;
    color: #20844D;
    text-decoration: none;
}

.dotted-links:hover{
	color: #20844D;
	border-bottom: none;
}

#alert-periods-presets-style{
	border: solid 1px #c0c0c0;
	background: white;
	padding: 3px;
	margin-top: 10px;
	margin-right: 23px;
	width: 340px;
}

.alert-table-help-style {
    display: none;
}

#alerts-dialog-save{
	text-align: center;
	margin-top: 15px;
}

#alerts-dialog-save button{
	width: 75px;
}

.configs-input-text, .input-class{
	border: solid 1px #DAD9C9;
	padding: 3px;
	background-color: #fff;
}

.configs-input-text:focus, .input-class:focus {
	border: solid 1px #9F9E8B;
	padding: 3px;
	background-color: #fff;
}

.size-number{
	width: 57px;
}

.size-input{
	width: 350px;
}

.size-select{
	width: 358px;
}

.size-date {
	width: 70px;
}

.size-hour {
	width: 53px;
}

.pdc-msg-no-data, .msg-no-data, .cnf-msg {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

.configs-fieldset {
    border: 1px solid #DAD9C9;
    margin-left: 140px;
    width: 600px;
}

.configs-fieldset legend {
    color: #20844D;
    font-size: 14px;
    font-weight: bold;
}

.configs-line {
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
}

.configs-dd-label {
    display: block;
    float: left;
    padding-right: 3px;
    text-align: right;
    width: 170px;
}

#configs-dados-dispositivo input.size-input {
    width: 395px !important;
}

.configs-dd-label {
    display: block;
    float: left;
    padding-right: 3px;
    text-align: right;
    width: 64px;
}

#configs-dados-dispositivo select {
    width: 200px !important;
}

.btn {
    margin-top: 10px;
}
/**************************ALERTAS***************************/
.alerts-new-combobox {
	background-color: #F6F6F6;
	border: 1px solid #E6E6E6;
	height: 50px;
	position: relative;
	z-index: 5550;
}

.alerts-new-combobox-fieldset {
	border: none;
	position: relative;
}

.alerts-new-groupbox-label {
	margin-top: 12px;
	width: 85px;
	*padding: 13px 0px 0px 5px;
	text-align: right;
}

.alerts-new-groupbox {
	position: absolute;
	left: 95px;
	border: solid 1px #ccc;
	width: 510px;
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	line-height: 30px;
	background-color: white;
	z-index: 5553;
}

.alerts-new-groupbox-outside-arrow {
	background-color:#F1F1F1;
	float:right;
	height:30px;
	line-height:30px;
	text-align:center;
	width:20px;
	*margin-top: -30px;
}

.alerts-new-groupbox-outside-arrow span {
	margin: 13px auto;
}

.alerts-new-groupbox-options {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	z-index: 5554;
	position: absolute;
	top: 30px;
	left: -1px;
	display: none;
}

.alerts-new-groupbox-options ul, .filter-presets-list {
	list-style-type: none;
	margin: 0px;
	padding-left: 5px;
	width: 495px;
}

.alerts-new-groupbox-options li, .filter-presets-list li {
	display: block;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 5px;
}

.alerts-new-groupbox-options li:hover {
	background: #ddd;
}

.alerts-new-groupbox-options-text {
	margin-left: 10px;
	float: left; /*Adicionado float pois o chrome insiste em colocar a seta para baixo*/
}

.alerts-config-option {
	padding: 5px 0;
	display: none;
}

.alerts-description {
	padding: 10px;
	margin-bottom: 5px;
	position: relative;
	display: none;
	text-align: justify;
}


#alerts-time-table .weekDay{
	font-weight: bold;
	border-right: solid 2px #FCD71E;
}

#alerts-time-table-style{
	background: #fff;
	width: 450px;
	border-collapse: collapse;
	text-align: left;
	margin: 0 auto;
	font-size: 11px;
	line-height: 8px;
}

#alerts-time-table-style th{
	font-weight: bold;
	color: #333;
	/*padding: 10px 8px;*/
	border-bottom: 2px solid #20844D;
	text-align: left;
}

#alerts-time-table-style td{
	border: 1px solid #ccc;
	padding: 5px 0px;
	/*width: 19%;*/
}

#alerts-time-table-style .weekDay{
	border-left: none;
	border-right: 2px solid #20844D;
    font-weight: bold;
}

.alert-period-info {
	margin-top: 13px;
	text-align: center;
	color: #a0a0a0;
	font-size: 12px;
	font-style: italic;
}

.main-device-title-modal {
    border-bottom: 1px solid #333333;
    font-size: 20px !important;
    margin-top: 0;
}

.ui-selected, .selectedfilter {
    background: none repeat scroll 0 0 #EFEDE3;
}

#alerts-add-dialog {
    padding: 10px;
}

.alerts-fieldset{
	border: 1px solid #DAD9C9;
}

.alerts-fieldset legend{
    color: #20844D;
    font-size: 14px;
    font-weight: bold;
}

/*
* ESTILOS DOS FILTROS
*-------------------------------*/
.arrow_left_gray{
	 background: url("/resources/all/images/filterv02/arrow_left_white.gif") no-repeat scroll 6px 9px transparent !important;
 }

 .arrow_right_gray{
	 background: url("/resources/all/images/filterv02/arrow_right_white.gif") no-repeat scroll 6px 9px transparent !important;
 }

/************************************************************/

#footer{
	background: #20844D;
	height: 50px;
	width: 955px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	margin: 10px auto;
}

#footer-txt{
    color: #FFFFFF;
    margin-left: 10px;
    padding-top: 10px;
    text-shadow: 0 1px 0 #165E35;
}

/* julio, 2011-12-20 */
#configs-valores-esperados .edit-actions {
	display: none;
}

#configs-valores-esperados .valueEdit {
	display: none;
}

.required{
	border: solid 1px red;
}

.graph-area-style {
	width: 96%;
	height: 330px;
	position: relative;
	margin: 0 auto;
}

.graph-legend-area-style {
	text-align: center;
}

.graph-legend-area-style table {
	margin: 0 auto;
}

.graph-legend-area-style .info {
	color: #999;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 15px;
}

.graph-legend-area-style td {
	cursor: pointer;
}

#tooltip {
	font-size: 13px !important;
	color: black !important;
}

.large-textarea {
	width: 98%;
	height: 262px;
}

#footer-logo{
    background: url("../images/footer-logo.png") no-repeat scroll center center transparent;
    float: right;
    height: 30px;
    margin: 10px 0 0 0px;
    width: 100px;
}

.sucess, .failed{
	font-weight: bold;
    margin: 15px auto;
    padding: 10px;
    text-align: center;
    width: 90%;
}
