@media print {
	/*__________________________________________________________________________________________________
	 * folha de estilos para impressão */
	.semImpressao, .semImpressao * {
		display:none;
	}
}

html,body {
	height: 100%;
	width: 100%;

	color: #444;
}

input[type="text"] {
    padding: 3px;
	border: solid 1px #8f8f8f;
    border-radius: 2px;
}

input[type="button"], input[type="submit"], input[type="reset"], button[type="submit"] {
	height:30px;
	padding:0px 10px 0px 10px;

	color:white;
	background-color:rgb(77,137,189);

	border:2px solid #eeeeee;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

table {
    border-spacing:0px;
    border-collapse:collapse;
}

.mensagem-processamento {
    margin:auto;
    text-align:center;
    width:70%;
    padding:7px 20px 7px 20px;
    font-weight:bold;
    border-radius:5px;
}

.mensagem-processamento-resultado-sucesso {
	color: rgb(255, 255, 255);
	background: rgb(90, 160, 90);
}

.mensagem-processamento-resultado-falha {
	color: rgb(255, 255, 255);
	background: rgb(200, 70, 70);
}

.barra-botoes-acao {
    margin: auto;
    text-align: right;
    background-color: rgb(230, 240, 240);
    padding: 5px;
    border-radius: 5px;
}

.div-filtragem {
    margin: auto;
    text-align: left;
    background-color: rgb(230, 240, 150);
    padding: 10px;
    border-radius: 5px;
}

.div-aviso-andamento-operacao {
    margin: auto;
    text-align: left;
    background-color: rgb(210, 230, 255);
    padding: 5px;
    border-radius: 5px;
}

.div-bloco-dinamico-formulario {
    margin: auto;
    text-align: left;
    background-color: rgb(240, 230, 180);
    padding: 5px;
    border-radius: 5px;
}

table.listagem-registros {
	width: 100%;
	color: #444;
}

table.listagem-registros tr:nth-child(odd) {
	background-color: #eeeeee;
}

table.listagem-registros tr:nth-child(even) {
	background-color: #ffffff;
}

table.listagem-registros td {
	height: 17px;
	padding: 2px 10px 2px 0;
	text-align: left;
	vertical-align: middle;
}

table.listagem-registros th {
	padding: 2px 0 2px 0;
	text-align: left;
	vertical-align: middle;
	background-color: #dddddd;

}

table.listagem-registros th.centro,
table.listagem-registros td.centro {
	padding-right: 0;
	text-align: center;
}

table.listagem-registros th.direita {
	text-align: right;
}

table.listagem-registros th:first-child,
table.listagem-registros td:first-child {
	padding-left: 5px;
}

/* alinhamento do ícone usado para acionar o date picker da jquery ui */
.ui-datepicker-trigger {
	vertical-align: middle;
	padding-left: 5px;
}

.mensagemCarregando {
	display: none;
	color: red;
}

input:disabled, select:disabled {
	color: #000000;
	background-color: #f2f1ed;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
	padding: 2px 3px;
}

/* tabelas de dados que contém um cabeçalho e registros */
table.tabelaDados {
	width: 100%;
	-moz-border-radius: 5px;
	border-collapse: collapse;
	border: none;
	line-height: 12px;
	table-layout: fixed;
}

/* cantos arredondados */
table.tabelaDados > tbody > tr:first-child > td:first-child {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

table.tabelaDados > tbody > tr:first-child > td:last-child {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;

}

table.tabelaDados > tbody > tr:last-child > td:first-child {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

table.tabelaDados > tbody > tr:last-child > td:last-child {
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

/* cabeçalho */
table.tabelaDados > tbody > tr:first-child {
	background-color: #dddddd;
}

table.tabelaDados > tbody > tr:first-child > td {
	height: 30px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}

/* registros */
table.tabelaDados > tbody > tr:not(:first-child) > td {
	padding: 10px 0 10px 0;
	vertical-align: middle;
}

table.tabelaDados > tbody > tr:not(.ignorar):not(:first-child):nth-child(even) {
	background-color: #efefef;
}

table.tabelaDados > tbody > tr:not(.ignorar):not(:first-child):nth-child(odd) {
	background-color: #e5e5e5;
}

table.tabelaDados > tbody > tr.repete:not(:first-child):nth-child(even) {
	background-color: #e5e5e5;
}

table.tabelaDados > tbody > tr.repete:not(:first-child):nth-child(odd) {
	background-color: #efefef;
}

/* primeira coluna */
table.tabelaDados > tbody > tr > td:first-child {
	padding-left: 5px;
}

/* última coluna */
table.tabelaDados > tbody > tr > td:first-child {
	padding-right: 5px;
}

/* menu dropdown */
.menuDropDown {
	display: none;
	min-width: 160px;
	line-height: 18px;
	position: absolute;
	text-align: left;
	padding: 5px;
	font-weight: normal;
	background-color: rgb(230, 240, 150);
	border: 1px solid rgb(200, 210, 70);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index: 99;
}

/* manutenção */

.sublinha td {
	vertical-align: middle;
}

span.man-status-ope {
	background-color: green;
	color: white;
	padding: 4px;
	border-radius: 3px;
	font-weight: bold;
}

span.man-status-man {
	background-color: #cf810c;
	color: white;
	padding: 4px;
	border-radius: 3px;
	font-weight: bold;
}

span.man-status-des {
	background-color: black;
	color: white;
	padding: 4px;
	border-radius: 3px;
	font-weight: bold;
}

span.man-status-for {
	background-color: #c30707;
	color: white;
	padding: 4px;
	border-radius: 3px;
	font-weight: bold;
}

/* pré-visualização de impressão (pagamento) */

.tituloSecaoRelatorio {
	text-align:	left;
	vertical-align:	middle;
	height: 30px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform:	uppercase;
	background-color: #e5e5e5;
	border-bottom: 2px solid #444;
	padding-left: 10px;
}

.relatorioItem {
	font-size: 12px;
	padding: 5px 0px 5px 15px;
}

@media print {
	.tituloSecaoRelatorio {
		-webkit-print-color-adjust: exact;
	}
	table.tabelaRelatorio > tbody > tr {
		-webkit-print-color-adjust: exact;
	}
}

table.tabelaRelatorio {
	width: 100%;
	-moz-border-radius: 5px;
	border-collapse: collapse;
	border: none;
	line-height: 12px;
	table-layout: fixed;
}

table.tabelaRelatorio > tbody > tr:first-child {
	background-color: #e5e5e5;
}

table.tabelaRelatorio > tbody > tr:first-child > td {
	height: 30px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}

table.tabelaRelatorio > tbody > tr:not(:first-child) > td {
	padding: 10px 0 10px 0;
	vertical-align: middle;
}

table.tabelaRelatorio > tbody > tr:not(.ignorar):not(:first-child):nth-child(even) {
	background-color: #fcfcfc;
}

table.tabelaRelatorio > tbody > tr:not(.ignorar):not(:first-child):nth-child(odd) {
	background-color: #f2f2f2;
}

/* primeira coluna */
table.tabelaRelatorio > tbody > tr > td:first-child {
	padding-left: 5px;
}

/* última coluna */
table.tabelaRelatorio > tbody > tr > td:first-child {
	padding-right: 5px;
}

.assinatura {
	margin-top: 150px;
	margin-bottom: 50px;
}

@media print {
	.assinatura {
		margin: 0px;
		position: fixed;
		bottom: 0px;
	}
}

.assinaturaNome {
	text-align: center;
	font-size: 13px;
	height: 26px;
	vertical-align: middle;
}

.assinaturaTitulo {
	text-align: center;
	font-size: 12px;
}

/* Administração - Eletricidade - Faturas */

table.list-eletricidade tr.administrativo:nth-child(odd) {
	background-color: #ffebdf !important;
}

table.list-eletricidade tr.administrativo:nth-child(even) {
	background-color: #fff4ed !important;
}

table.list-eletricidade tr.agua:nth-child(odd) {
	background-color: #e0f1fb !important;
}

table.list-eletricidade tr.agua:nth-child(even) {
	background-color: #f1f8fd !important;
}

table.list-eletricidade tr.esgoto:nth-child(odd) {
	background-color: #f9f5bf !important;
}

table.list-eletricidade tr.esgoto:nth-child(even) {
	background-color: #f9f8e4 !important;
}

table.analises thead td {
	height: 20px;
	text-align: center;
	padding: 2px 8px 4px 0px;
}

table.analises td {
	padding: 2px 0px;
	color: #444;
	vertical-align: middle;
}

table.analises .numeros {
	width: 80px;
}

/* Notícias - Tagify */

.tagify {
	--tags-border-color: #8f8f8f !important;
	--tags-hover-border-color: #8f8f8f !important;
	--tags-focus-border-color: #8f8f8f !important;
	--tag-hover: #D2EAF9 !important;
}

tags {
	width: 99.9%;
	min-height: 32px;
	border-radius: 2px;
}

.tagify__input {
	height: 20px;
}

.tagify__tag__removeBtn, .tagify__tag > div > * {
	transition: initial !important;
}

.tagify__tag__removeBtn:hover + div > span {
	opacity: 1;
}

.tagify-dropdown .tagify__dropdown__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    padding: .3em .5em;
    border: 1px solid #CCC;
    background: #F3F3F3;
    margin: .2em;
    color: black;
    transition: 0s;
}

.tagify-dropdown .tagify__dropdown__item--active {
    border-color: black;
}

.tagify-dropdown .tagify__dropdown__item:hover {
    background: lightyellow;
    border-color: gold;
}

.tagify-dropdown .tagify__dropdown__item--hidden {
    max-width: 0;
    max-height: initial;
    padding: .3em 0;
    margin: .2em 0;
    white-space: nowrap;
    text-indent: -20px;
    border: 0;
}

.tags {
	margin-bottom: 5px;
}

.tag {
	display: inline-block;
	padding: 1px 7px 3px 7px;
	background: lightgrey;
	border-radius: 3px;
}
