html {
	font-family: Arial, verdana, helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 100px;
	margin-right: 100px;
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
	padding: 0; 
}
legend {
	font-weight: bold;
	color: #7c7c7c;
}
img {
	border: 0;
}
dl, dd {
	margin: 0;
}
table {
	margin: auto;
}
a {
	text-decoration: none;
	color:#3366CC;
}
a:hover{
	text-decoration: underline;
}
h1 {
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}
.hidden {
	display: none;
}
.hiddenVisibility {
	visibility: hidden;	
}
.notResize {
	resize: none;
}
.centered {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.clicavel, .jqxButton {
	cursor: pointer;
}
.buttonAlignBottom {
	right: 5px;
	position: absolute;
	bottom: 5px;
}
.imgButton {
	vertical-align: middle;
}
.tituloTela {
	margin: auto;
	margin-top: 20px;	
	width: 500px;
	height: 50px;		
	text-align: center;	
}
.conteudoTela {
	margin: auto;
	margin-top: 20px;
}
.label {
	text-align: left;
	font-size: 11px;		
}
.value {
	text-align: left;
	font-size: 11px;
	font-weight: bold;	
}
.valueDate {
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;	
}
.d-inline-flex {
	display: inline-flex;
}
.destaqueVermelho {
	color:#FF0000;
}
.destaqueAzul {
	color:#0000FF;
}
.destaqueLaranja {
	color:#DAA520;
}
div .buttonNewBottom {
	text-align: right;
	margin-top: 5px;
}
div .buttonNewTop {
	text-align: right;
	margin-bottom: 5px;
}
/* div */
div.footer {
	margin: auto;
	text-align: center;
	color: #999999;
	font-size: 11px;
	padding-top: 10px;
}
div.back {
	margin: auto;	
	width: 1075px;
	text-align: right;
	padding-top: 10px;	
}
div.wrapper { 
	margin: auto; 
	width: 1075px; 
	min-height:450px; 
}
div.header { 
	height: 145px; 
	background-image:url('../../image/header.png'); 
	background-repeat:no-repeat; 
}
div.menu ul { 
	float: right; 
}
div.content h1 { 
	margin-top: 2px; 
	border-bottom: 1px dotted #dadada; 
}
div.content dl { 
	margin-top: 5px; 
	margin-bottom: 5px; 
}
div.content fieldset { 
	margin-left: auto; 
	margin-right: auto; 
	width: 400px; 
	margin-bottom: 20px; 
	border: 1px solid #dadada; 
}
div.footer { 
	text-align: center; 
	font-size: 10px; 
	font-color: #aaaaaa; 
	margin-top: 20px; 
}
span.pagebanner, span.pagelinks { 
	margin-left: auto !important; 
	margin-right: auto !important; 
}
div.zoom a.hideonzoom { 
	display: none 
}
/* fim div */

/* Inicio Relatório Filtro */
#aviso{
	padding: 5px; margin: auto; 
	text-align: center; width: 350px; 
	background-color: #fdf1df;
}	
.reportFilter {
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0px !important;
}
.reportFilter thead {
	font-weight: bold;
}
.reportFilter td.fieldLabel {
	text-align: right;
	width: 40%; 
	white-space: nowrap;
	padding-left: 6px;
	padding-right: 2px;
}	
.reportFilter td.fieldValue {
	text-align: left;
}
.reportFilter td.buttonSearch {
	text-align: center;
}
/* Fim Relatório Filtro */

/* Resultado de relatorio*/
.reportResult {
	width: 1075px;
	border: 1px solid black;
}	
.reportResult thead {
	background-color: #d8d8d8;
	font-weight: bold;
	text-align: center;
}
.reportResult tfoot {
	font-weight: normal;
	background-color: #FFFFFF;
}	
.reportResult td {
	text-align:center;
}	
.reportResult td.numeric {
	text-align:right;
}	
.reportResult td.text {
	text-align:left;
}
.reportResult td.total {
	text-align:right;
}		
.reportResult tr.headerFoot {
	background-color: #d8d8d8;
	font-weight: bold;
	text-align: center;
}	
.reportResult tr.detailFoot {
	text-align: center;
}	
.reportResult tr.rowOn {		
}	
.reportResult tr.rowOff {
	background-color: #eaeee5;
}
.reportResultNenhumRegistroEncontrado {
	text-align: center;
	font-weight: bold;
}
/* Fim Resultado de relatorio*/

/*Inicio loading*/
div .loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 15em;
	height: 6em;
	margin-top: -9em;
	margin-left: -8em;
	border: 1px solid #898989;
	background-color: #f3f3f3;
	z-index: 999999999;
}
div .loadingText {
	margin-top: 20px;
	margin-left: 35px;
	color: #767676; 
	font-size: 11px;	
}
/*Fim loading*/

/*Inicio Alarmes*/
div .alarme-icone-observacao, div .alarme-icone-leitura {
    height: 15px;
    width: 15px;
	background-repeat:no-repeat;
	cursor: pointer;
	float: left;
}
div .alarme-icone-observacao {
    background-image:url('../../image/edit.png');
}
div .alarme-icone-leitura {
    background-image:url('../../image/applyred.png');
}
/*Inicio Download*/
div .icone-download {
    height: 15px;
    width: 15px;
	background-repeat:no-repeat;
	background-image:url('../../image/salvar.png');
	cursor: pointer;
	float: left;
}
/*Fim Download*/
@media (max-width: 767px) {
  .btn-block-sm-down {
    display: block;
    width: 100%;
  }
  .btn-block-sm-down + .btn-block-sm-down, .dropdown + .btn-block-sm-down {
    margin-top: 0.3em;
  }
}
@media (min-width: 768px) {
  .dropdown-inline {
    display: inline-block;
  }
}