/**
 * Estilo próprio para todos os ms's derivados do energia
 */

/*
	1. HTML TAGS
	2. TIPOGRAFIA (Cores, tamanho de fonte, tipo de fonte...)
	3. ESTRUTURA CLASSES (divs, listas, imagens...)
	4. CABEÇALHO
	5. PRINCIPAL

*/

/*
* 1. HTML TAGS
*-------------------------------*/
body{
	color: #333333;
	background: transparent url("../images/bg.png") repeat scroll 0 0;
}

h3{
	color: #DCA70B;
}

h4{
	color: #DCA70B;
}

/*
* 2. TIPOGRAFIA
*-------------------------------*/
.title-dark {
    color: #DCA70B !important;
}

/*
* 3. ESTRUTURA CLASSES
*-------------------------------*/


/*
* 4. CABEÇALHO
*-------------------------------*/
#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-limited .logo{
	margin-top: 14px;
}

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

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

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

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

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

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

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

#header-user a:visited {
	color: white;
}

#header-user-energia-aberto {
	position: absolute;
	top: 10px;
	right: 2px;
	width: 800px;
	color: #b0b0b0;
	font-weight: normal;
	text-align: right;
	font-size: 19px;
}

#header-user-energia-aberto a {
	color: #e0e0e0;
	text-decoration: none;
}

#header-user-energia-aberto a:hover {
	color: #ffffff;
	text-decoration: none;
}

#header-user-energia-aberto a:visited {
	color: white;
}

.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: 805px;
	height: 40px;
	bottom: -2px;
	right: 0px;
	z-index: 20;
	display: none;
}

/*
* 5. PRINCIPAL
*-------------------------------*/

#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;		*/
	left: 46px;
}

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

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

#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: #DCA70B;
	text-decoration: none;
}

.menu-header-submenu{
	border-left: solid 2px #FCD71E;
	border-right: solid 2px #FCD71E;
	border-bottom: solid 2px #FCD71E;
	background: #fff;
	top: 29px;
}

#header-menu .last .menu-header-submenu {
	right: 0px;
}

.menu-header-submenu-submenu{
	background: #fff;
}


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

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

.menu-selected > a{
	color: #DCA70B !important;
}

.menu-selected{
	background-color: #fff;
	color: #DCA70B !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;
}

#main-device-name{
	margin: 10px auto;
	width: 98%;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
}

#main-menu{
	position: absolute;
	top: 10px;
	border-top: 1px solid  #d6d6d6;
	border-right: 1px solid  #d6d6d6;
	border-bottom: 1px solid  #d6d6d6;
	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-group-children:hover{
	color: #DCA70B;
}

.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: #DCA70B !important;
}

.main-overlay{
	width: 955px;
	height: 100%;
	-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{
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

.filter-date-date-box{
	border: 1px solid #DAD9C9 !important;
}

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

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

#pdc-body-report h4{
	border-bottom:1px solid #E6E6E6;
}

.filter-warehouse-date-hour {
	background-color: #F6F6F6;
	border: 1px solid #E6E6E6;
	height: 50px;
	position: relative;
	z-index: 5550;
}

.filter-warehouse-date-hour-fieldset {
    border: medium none;
    position: relative;
}

#footer{
	background: #DAD9C9;
	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{
	margin-left: 10px;
	padding-top: 10px;
	color: #666666;
	text-shadow:0px 1px 0 #fff;
}

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

.hostname {
	color: #dad9c9;
	text-shadow: none;
}

/*
+-----------------------+
|	Resumo - Summary	|
+-----------------------+
*/

.leftTableOnly h4, .leftTable h4, .rightTable h4, h4.dark {
	box-shadow: 0px 0px 1px #000;
	-webkit-box-shadow: 0px 0px 1px #000;
	-moz-box-shadow: 0px 0px 1px #000;
	border: 1px solid #fff;
	padding: 3px;
	background-color: #000;
	color: #FCD71E !important;
}

/*
+-------------------+
|	Configurações	|
+-------------------+
*/
.configs-fieldset{
	border: 1px solid #DAD9C9;
}

.configs-fieldset legend{
	color: #DCA70B;
}

#configs-demandas-contratadas fieldset{
	border: 1px solid #DAD9C9;
}

#configs-demandas-contratadas fieldset legend{
	font-weight: normal !important;
}

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

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

#configs-sources .ui-state-active {
	color: black !important;
	background: #ffd35f !important;
}

#configs-sources .ui-state-default {
	background: #dddddd;
	color: #AF9D4E;
	border: #ccc 1px solid;
}

/*
+-------------------------------+
|	Configurações - Alertas		|
+-------------------------------+
*/

#alert-sms .hour a{
	border-bottom: #FCD71E 1px dotted;
}

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

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

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

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

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

.ui-selecting{
	background: #F2EDDA;
}

.ui-selected, .selectedfilter{
	background: #DCA70B;
}

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

/*
+------------------------+
|	Style das tabelas	 |
+------------------------+
*/

.simpleTable th{
	border-bottom: 2px solid #FCD71E !important;
	color: #444;
}

/*
+-----------------------------------+
|	Css das validações dos campos	|
+-----------------------------------+
*/
.arrow_left_gray {
	background:transparent url('../images/arrow_left_yellow.gif') no-repeat scroll 6px 9px !important;
}

.arrow_right_gray {
	background:transparent url('../images/arrow_right_yellow.gif') no-repeat scroll 6px 9px !important;
}

/*
+---------------------------------------+
|	Css gráficos da página de resumo	|
+---------------------------------------+
*/



#overview-table a, #overview-table a:visited, #overview-table a:link {
	color: #AF860A;
}

#overview-table a:hover {
	color: #AF860A;
	text-decoration: underline;
}

.simpleTable a, .simpleTable a:visited, .simpleTable a:link {
	color: #AF860A;
}

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

/*
+-----------------------------------+
|	CSS global para menus internos	|
+-----------------------------------+
*/

.menu-internal .menuSelected,  .menu-internal a:hover, .menu-simple-hover a:hover{
	text-shadow: none;
	background-color: black !important;
	color: #fcd71e !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.menuInside li a:link, .menuInside li a:active, .menuInside li a:visited {
    text-decoration: none !important;
    display:block;
    color: #000000;
}

.menuInside li a:hover, .menuSelected{
    display: block;
    background-color: #fff;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    text-shadow: none;
    color: #FCD71E !important;
}

#simulationPower-area h4{
        box-shadow: 0px 0px 1px #000;
        -webkit-box-shadow: 0px 0px 1px #000;
        -moz-box-shadow: 0px 0px 1px #000;
        border: 1px solid #fff;
        background-color: #000;
        color: #FCD71E !important;
}


#ul-list-sharedacc a{
	width: 100%;
}

#ul-list-sharedacc .link-newwin{
	background: #F2EDDA !important;
}

/* 21-10-2011, Julio */
.plug-update-status,.plug-update-status-master {
	color: #887823;
}

/* 25-10-2011 - Doug*/
.pdc-body-demands-max-infos h4 {
    border-bottom: 1px solid #E6E6E6;
    color: #BF8E09 !important;
}

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

#alerts-time-table-style th{
	color: #333;
	border-bottom: 2px solid #FCD71E;
}

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

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

.alerts-config-emails-sms--list-container{
	border: 1px solid #DAD9C9;
}


.main-device-title-modal{
	font-size: 20px !important;
}

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

.alerts-fieldset legend{
    color: #DCA70B;
}

#alerts-list > li {
	background-color: #FFFDF4;
	border-bottom: 1px solid #F7EED9;
}

#alerts-time-table-style .ui-selecting{
	background: #F2EDDA !important;
}

/* Julio - 12/01/2012 */
.size-full {
	width: 100%;
}

.extras-value {
	padding-right: 5px;
}

.alert-timezone {
	margin-top: 5px;
	text-align: center;
	font-size: 11px;
}

.row-failed{
	background-color: #FDE1E1;
}

.position-relative{
	position: relative;
}

#datepicker-suggestions li.title, .datepicker-suggestions li.title {
	border-bottom: 1px solid #333333;
    color: #DCA70B;
    padding: 0px !important;
    font-weight: bold;
}

#datepicker-suggestions li:hover, .datepicker-suggestions li:hover {
	background-color: #F6F6F6;
}

/* cores dos rateios */
#summary-actions a {
	color: #DCA70B;
	font-weight: bold;
	text-decoration: none;
	/*font-style: oblique;*/
	cursor: pointer;
}

/* tarifas e planos do rateio */
#rates-taxes .title {
	border: 2px solid #DCA70B;
	background-color: #fffdf4;
}

#rates-taxes .data {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

#rates-taxes .title-bar a {
	text-decoration: none;
	color: #DCA70B;
	border-bottom: 1px dashed #dca70b;
}

#rates-taxes .title-bar a:hover {
	border-bottom: 1px solid #dca70b;
}