.tabela {
	background: #000000;
	border-radius: 5px;
}

.tabela2 {
	border: 1px solid silver;
	border-radius: 5px;
}

.cabecalho_tabela {
	background: #555759;
	font-weight: bold;
	height: 25px;
	color: white;
}

.cabecalho_tabela2 {
	background: #b2b4bd;
	font-weight: bold;
	padding: 4px;
}

.linha1_tabela2 {
	padding: 4px;
}

.linha2_tabela2 {
	padding: 4px;
	background: #fefefe;
}

form {
	display: inline;
}

.iframe {
	border-right: 1px solid gray;
}

.link {
	cursor: pointer;
	color: blue;
}

body {
	cursor: default;
	font-size: 12px;
	font-family: sans-serif;
	background: #f3f3f3;
}

.body2 {
	background: #FFF9CD;
}

.titulo_pagina {
	font-size: 12px;
	font-weight: bold;
}

.linha1 {
	background: #FFFFFF;
	/* height				: 25px; */
	cursor: default;
}

.linha2 {
	background: #EFEFEF;
	/* height				: 25px; */
	cursor: default;
}

.linha3 {
	background: #CEE6FD;
	height: 25px;
	cursor: default;
}

.linha4 {
	background: #FFFF00;
	height: 25px;
	cursor: default;
}

.linha5 {
	background: #f95151;
	color: white;
	height: 25px;
	cursor: default;
}

.linha_black {
	background: black;
	color: white;
	height: 25px;
	cursor: default;
}

.linha_red {
	background: red;
	height: 25px;
	cursor: default;
}

.linha_rosa {
	background: HotPink;
	height: 25px;
	cursor: default;
}

.linha_verde {
	background: LightGreen;
	height: 25px;
	cursor: default;
}

.input {
	border: 1px solid gray;
	border-radius: 5px;
}

.input_new {
	border: 1px solid #B5B9BD !important;
	border-radius: 3px;
	padding: 3px;
	color: #474A48;
}

.input_leitura {
	border: none;
	background: #F7F5EF;
	font-weight: bold;
	padding: 2px;
	border-radius: 5px;
}

.input_leitura_new {
	background-color: none;
	border: solid 1px rgb(238, 238, 238);
	border-radius: 5px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	min-height: 20px;
	color: rgb(85, 85, 85);
	margin-left: 5px;
	padding: 3px;
	font-weight: bold;

}

.input_leitura_direita {
	border: none;
	background: #F7F5EF;
	font-weight: bold;
	padding: 2px;
	text-align: right;
}

.input_relatorio {
	border: none;
	font-weight: bold;
	padding: 2px;
}

.input_view {
	border: none;
	background: #eeeeec;
	color: gray;
	padding: 2px;
	border-radius: 5px;
}

.botao {
	background: -webkit-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -moz-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -o-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -ms-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	border: 1px solid #CCCCCE;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2);
	color: #191970;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	line-height: 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFF;
	padding: 5px 5px;
	position: relative;
}

.input_mac {
	background-color: none;
	border: solid 1px rgb(189, 189, 189);
	border-radius: 5px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
		Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 12px;
	text-align: left;
	min-height: 20px;
	color: rgb(85, 85, 85);
	margin-left: 5px;
	padding: 3px;
}

.input_mac:focus {
	background-color: #ffffff;
	border-color: #0070c9;
	outline: 0
}

.label_mac {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
		Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 12px;
	color: rgb(0, 0, 0);
	font-weight: 400;
	text-align: left;
	margin-bottom: 3px;
	margin-left: 3px;
}

.radio_mac {
	width: 14px;
	height: 14px;
	background-color: #606062;
	background-image: linear-gradient(#474749, #606062);
	transition: all 0.15s ease;
}

.radio_mac:after {
	content: "";
	top: 6px;
	left: 6px;
	width: 6px;
	height: 6px;
	background: #fff;
	opacity: 0;
	transform: scale(0);
}


.separador {
	margin: 10px;
	width: 95%;
	border-top: solid 1px darkgray;
}

.botao_wa {
	padding: 8px;
	border-radius: 5px;
	font-size: 14px;
	color: white;
	background-color: #FAAA13;
	box-shadow: none;
	border: none;
}

.botao_pri {
	padding: 8px;
	border-radius: 5px;
	font-size: 14px;
	color: white;
	background-color: #57A3EB;
	box-shadow: none;
	border: none;
}

.botao_pri_menor {
	padding: 6px;
	border-radius: 5px;
	font-size: 12px;
	color: white;
	background-color: #57A3EB;
	box-shadow: none;
	border: none;
}

.botao_topo {
	padding: 6px;
	border-radius: 5px;
	font-size: 13px;
	color: white;
	background-color: #B5B9BD;
	border: none;
	box-shadow: 0 3px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2);
}

.botao_ne {
	padding: 8px;
	border-radius: 5px;
	font-size: 14px;
	color: white;
	background-color: #B5B9BD;
	box-shadow: none;
	border: none;
}

.botao_su {
	padding: 8px;
	border-radius: 5px;
	font-size: 14px;
	color: white;
	background-color: #5dca64;
	box-shadow: none;
	border: none;
}

.botao_su_dash {
	padding: 3px;
	border-radius: 5px;
	font-size: 12px;
	color: white;
	background-color: #5dca64;
	box-shadow: none;
	border: none;
	min-width: 50px;
}

.botao_da {
	padding: 8px;
	border-radius: 5px;
	font-size: 14px;
	color: white;
	background-color: #f04c52;
	box-shadow: none;
	border: none;
}

.botao:active {
	box-shadow: inset 0 0 7px rgba(0, 0, 0, .2);
	top: 4px;
}

.mensagem_erro {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}

table {
	font-size: 12px;
	border-collapse: collapse;
}

.borda {
	border: 1px solid #D4D0C8;
}

.formulario {
	border: 1px solid #000000;
	background: #eeeeec;
	border-radius: 5px;
}

.formulario_new {
	border: none;
	background: #f7f7f7;
	border-radius: 10px;
	margin: 5px;
	padding: 10px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
		Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}

#notification-message {
	top: 5px;
	padding: 0px;
	width: 90%;
	text-align: justify;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
		Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.notification_mac {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 300px;
	height: 80px;
	background-color: white;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 10px;
	display: none
}

.notification_mac .close-button {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	font-weight: bold;
	font-size: 20px;
	color: gray;
	;
}



.titulo_formulario {
	font-weight: bold;
	font-size: 20;
	border-bottom: 1px solid black;
	background: #b2b4bd;
}

.div_mac {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
		Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	background-color: #fafafa;
	border-radius: 10px;
	border: solid 1px rgb(177, 177, 177);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
}

.titulo_formulario_new {
	text-align: center;
	font-size: 20;
	color: white;
	border-bottom: 1px solid #B5B9BD;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #b6b7b8;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
		Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.rodape_formulario {
	font-weight: bold;
	border-top: 1px solid black;
	background: #D4D0C8;
}

.menu {
	border-bottom: 1px solid black;
	background: #FFF9CD;
}

.item_menu {
	cursor: default;
	height: 25px;
}

.font5 {
	font-size: 5px;
}

.font8 {
	font-size: 8px;
}

.font9 {
	font-size: 9px;
}

.font10 {
	font-size: 10px;
}

.font11 {
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}

.font13 {
	font-size: 13px;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.table_window {
	font-size: 12px;
	VISIBILITY: hidden;
	POSITION: absolute;
	Z-INDEX: 100;
	PADDING: 1px;
	TOP: 0px;
	LEFT: 0px;
	WHITE-SPACE: nowrap;
	border: 1px solid black;
	background: #FFFCE9;
}

#popup_search {
	display: none;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -150px;
	margin-top: -100px;
	padding: 10px;
	width: 500px;
	height: 500px;
	border: 2px solid #d0d0d0;
	border-radius: 5px;
	overflow-y: scroll;
	resize: both;
}

#popup_view {
	display: none;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -150px;
	margin-top: -100px;
	padding: 10px;
	width: 500px;
	height: 500px;
	border: 2px solid #d0d0d0;
	border-radius: 5px;
	overflow-y: scroll;
	resize: both;
}

@media print {
	#noprint {
		display: none;
	}

	body {
		background: #fff;
	}
}

.noprint {
	display: none;
}

.ui-autocomplete {
	max-height: 400px;
	overflow: auto;
}

.ui-widget-header {
	color: gray;
}

fieldset {
	display: block;
	-webkit-margin-start: 2px;
	-webkit-margin-end: 2px;
	-webkit-padding-before: 0.35em;
	-webkit-padding-start: 0.75em;
	-webkit-padding-end: 0.75em;
	-webkit-padding-after: 0.625em;
	min-width: -webkit-min-content;
	border-width: 2px;
	border-style: groove;
	border-color: threedface;
	border-image: initial;
}

legend {
	display: block;
	-webkit-padding-start: 2px;
	-webkit-padding-end: 2px;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	display: block;
	width: initial;
	padding: initial;
	margin-bottom: initial;
	font-size: 12px;
	text-align: left;
}

/* Modal emitir nf-e */
#content-modal-emitir-nfe {
	font-size: 16px;
	text-align: left;
}

#content-modal-emitir-nfe div {
	margin-bottom: 10px;
}

#content-modal-emitir-nfe .dsc-chave-recibo {
	padding-left: 34px;
}

.status-emitir-nfe {
	padding-right: 10px;
}

.status-emitir-nfe i {
	font-size: 24px;
}

.status-emitir-nfe img {
	margin-top: -5px;
	width: 24px;
}

.status-emitir-nfe .ok {
	color: #33ff33;
}

.status-emitir-nfe .erro {
	color: #ff3333;
}