html {
	min-height: 100%;
}

BODY {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: roboto;
	font-size: 13px;
}

table {
	font-size: 12px;
}

table td {
	vertical-align: top;
}

input[type="checkbox"] {
	margin: 3px 3px 3px 1px;
}

input[type="radio"] {
	margin: 3px 3px 3px 1px;
}

button,i,b {
	color: #4e5767;
}

.imagelogo {
	max-height: 504px;
	height: expression(document.body.clientHeight >   504 ?   "504px" :   "auto");
	max-width: 504px;
	width: expression(document.body.clientWidth >   504 ?   "504px" :   "auto");
}

input,textarea,select,button {
	font-family: roboto;
}

#novaVersaoMessage {
	text-align: center;
	background-color: #e6ffcc;
	opacity: 0.7;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 12px;
	float: left;
	width: 100%;
}

#pendenciaMessage {
	text-align: center;
	background-color: #CC0000;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 12px;
	width: 100%;
	color: white;
}

/* 
 *  Tabela mais externa. Utilizada nas tags listagem, entrada, tela
 */
.outterTable {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 10px;
}

.outterTableHeader {
	color: #4e5767;
	font-weight: bold;
	font-size: 17pt;
	font-family: roboto;
	background-image: url("../imagens/line_separator.gif");
	background-repeat: no-repeat;
	background-position: 0% 75%;
	height: 55px;
	background-size: 5%;
}

.innerTableHeader {
	color: #4e5767;
	font-weight: bold;
	font-size: 12pt;
	font-family: roboto;
	background-repeat: no-repeat;
	background-position: 0% 100%;
	text-align: center;
}

.outterTableHeader img {
	border: 0px;
}

.tableBody {
	padding-top: 10px;
}

.entrada1 {
	padding-bottom: 0px;
}

.outterTableHeaderLeft {
	float: left;
	padding-top: 2px;
	padding-left: 6px;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.outterTableHeaderRight {
	float: right;
	padding-right: 5px;
	font-size: 12px;
	padding-top: 5px;
	color: #4e5767;
}

.outterTableFooterRight {
	text-align: right;
	float: right;
	padding-right: 5px;
	font-size: 12px;
	padding-top: 5px;
	color: #dadada;
	padding-top: 30px;
	font-weight: bold;
}

.outterTableFooter {
	color: #4e5767;
	font-size: 15pt;
	font-family: roboto;
	background-image: url("../imagens/line_separator.gif");
	background-repeat: no-repeat;
	background-position: 0% 60%;
}

.log {
	float: left;
	font-family: roboto;
	font-size: 12px;
	padding-left: 5px;
}

#btn_escala {
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: 98px;
	height: auto;
	cursor: pointer;
	text-transform: none;
	color: #4e5767;
	border: none;
}

#btn_limpar {
	padding: 5px;
	cursor: pointer;
}

#btn_filtro {
	padding: 5px;
	cursor: pointer;
}

.btn_simples_avancadoDown,.btn_simples_avancadoUp {
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 5px;
	padding-left: 22px;
	cursor: pointer;
}

.btn_simples_avancadoDown {
	background-image: url("../imagens/icone/btnDown.png");
}

.btn_simples_avancadoUp {
	background-image: url("../imagens/icone/btnUp.png");
}

.btn_limpar {
	padding: 5px;
	text-transform: none;
	cursor: pointer;
}

.btn_filtrar {
	padding: 5px;
	text-transform: none;
	cursor: pointer;
}

.btn_alterar {
	padding: 5px;
	text-transform: none;
	cursor: pointer;
}

#btn_novo {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #f4f4f4;
	cursor: pointer;
	border-radius: 7px;
	display: inline-block;
	height: auto;
}

#btn_incluir {
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 5px;
	padding-left: 22px;
	cursor: pointer;
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
	color: #00000;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	text-transform: none;
}

#btn_insert_one {
	cursor: pointer;
}

#btn_excluir,#btn_excluir2 {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #f4f4f4;
	cursor: pointer;
	border-radius: 7px;
	height: auto;
	display: inline-block;
}

#btn_editar {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #f4f4f4;
	cursor: pointer;
	border-radius: 7px;
	height: auto;
	display: inline-block;
}

#btn_help {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	cursor: pointer;
	background-color: #f4f4f4;
	border-radius: 7px;
	display: inline-block;
	height: auto;
}

#btn_cancelar {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #f4f4f4;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	border-radius: 7px;
	height: auto;
	display: inline-block;
}

#btn_cancelar2 {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #f4f4f4;
	cursor: pointer;
	border: 0px solid #FFFFFF;
	color: #00000;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	text-transform: none;
	border-radius: 7px;
	height: auto;
	display: inline-block;
}

#btn_comprar {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #f4f4f4;
	cursor: pointer;
	border: 0px solid #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	text-transform: none;
	border-radius: 7px;
}

#btn_voltar {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	background-color: #f4f4f4;
	display: inline-block;
	height: auto;
	border-radius: 7px;
}

#btn_sair {
	background-image: url("../imagens/icone/btnSair.png");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 5px;
	padding-left: 22px;
	cursor: pointer;
}

#btn_gravar1,#btn_gravar2,.btn_gravar {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	border: 0px;
	background-color: #f4f4f4;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: 90px;
	height: auto;
	cursor: pointer;
	color: #4e5767;
	border-radius: 7px;
	display: inline-block;
	height: auto;
}

#btn_remessa {
	background-image: url("../imagens/icone/btnRemessa.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	/*padding:5px;*/
	padding-left: 22px;
	border: 0px;
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: 60px;
	height: auto;
	cursor: pointer;
	text-transform: none;
}

#btn_remessa2 {
	background-image: url("../imagens/icone/btnRemessa.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	/*padding:5px;*/
	padding-left: 22px;
	border: 0px;
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: 60px;
	height: auto;
	cursor: pointer;
	text-transform: none;
}

#btn_excel {
	border: 0px;
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	height: auto;
	cursor: pointer;
}

#submit_excel {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: 80px;
	height: auto;
	cursor: pointer;
	text-transform: none;
	color: #4e5767;
	border: none;
}

#btn_gerarSPED {
	background-image: url("../imagens/icone/btnPainel.png");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 2%;
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: 130px;
	height: auto;
	cursor: pointer;
	text-transform: none;
	color: #4e5767;
	border: none;
	padding-top: 1px;
}

#btn_gerar {
	padding-left: 0px;
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: 71px;
	height: auto;
	cursor: pointer;
	text-transform: none;
	color: #4e5767;
	border: none;
}

#btn_imprimircomprovante {
	background-image: url("../imagens/icone/btnImprimir.png");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	/*padding:5px;*/
	padding-left: 22px;
	border: 0px;
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: auto;
	height: 20px;
	cursor: pointer;
}
#btn_gerarcsvresumo {
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: 121px;
	height: auto;
	cursor: pointer;
	text-transform: none;
	color: #4e5767;
	border: none;
	margin-right: 5px;
}
#btn_gerarcsv {
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: 71px;
	height: auto;
	cursor: pointer;
	text-transform: none;
	color: #4e5767;
	border: none;
	margin-right: 5px;
}

#btn_imprimirordemcompra {
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	height: auto;
	cursor: pointer;
	text-transform: none;
	color: #4e5767;
	border: none;
}

#btn_atualizar {
	padding-left: 0px;
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: auto;
	height: auto;
	cursor: pointer;
	text-transform: none;
	color: #4e5767;
	border: none;
}

#btn_baixar {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #f4f4f4;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	border-radius: 7px;
	height: auto;
	display: inline-block;
	border: 0;
}

#btn_estornar {
	background-image: url("../imagens/icone/btnEstornar.png");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	/*padding:5px;*/
	padding-left: 22px;
	border: 0px;
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: auto;
	height: 20px;
	cursor: pointer;
}

.btn_associar_ordemcompra {
	font-size: 12px;
	font-family: roboto;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #f4f4f4;
	cursor: pointer;
	border-radius: 7px;
	display: inline-block;
	height: auto;
	border: 0;
}

.btn_associar_ordemcompra2 {
	background-repeat: no-repeat;
	background-position: 0% 50%;
	/*padding:5px;*/
	padding-left: 22px;
	border: 0px;
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: auto;
	height: 20px;;
	cursor: pointer;
}

#btn_baixar1 {
	background-image: url("../imagens/icone/btnBaixar1.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	/*padding:5px;*/
	padding-left: 22px;
	border: 0px;
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: 125px;
	height: 20px;;
	cursor: pointer;
}

#btn_baixar2 {
	background-image: url("../imagens/icone/btnBaixar1.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	/*padding:5px;*/
	padding-left: 22px;
	border: 0px;
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: 125px;
	height: 20px;;
	cursor: pointer;
}

#button_baixar {
	background-image: url("../imagens/icone/btnBaixar.gif");
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: 15px;;
	height: 20px;;
	cursor: pointer;
}

#btn_conciliar {
	background-image: url("../imagens/icone/btnConciliar.png");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	/*padding:5px;*/
	padding-left: 22px;
	border: 0px;
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: auto;
	height: auto;
	cursor: pointer;
}

#btn_cancelar_baixar {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	cursor: pointer;
	background-color: #f4f4f4;
	border-radius: 7px;
	display: inline-block;
	height: auto;
}

#btn_avancar {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	border: 0px;
	background-color: #f4f4f4;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: 155px;
	height: auto;
	cursor: pointer;
	color: #4e5767;
	border-radius: 7px;
	display: inline-block;
	height: auto;
}

#btn_exibirocultarcolunas {
	/*background-image: url("../imagens/icone/btnSalvar.png");*/
	background-repeat: no-repeat;
	background-position: 0% 50%;
	/*padding:5px;*/
	/*padding-left: 22px;*/
	border: 0px;
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: 130px;
	height: auto;
	cursor: pointer;
	color: #000000;
	text-transform: none;
}

*#btn_gravar {
	padding-left: 16px;
	cursor: pointer;
}

.addAtalho {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #f4f4f4;
	cursor: pointer;
	border-radius: 7px;
	display: inline-block;
	height: auto;
}

.remAtalho {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #f4f4f4;
	cursor: pointer;
	border-radius: 7px;
	display: inline-block;
	height: auto;
}

.exibirocultarColunas {
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 5px;
	padding-left: 22px;
	cursor: pointer;
}

.outterTableHeaderLink:hover {
	text-decoration: underline;
}

/*
 * Janela. Utilizando em JanelaFiltro, JanelaResultados, JanelaEntrada
 */
.window {
	width: 100%;
	margin-top: 9px;
}

.window TD {
	font-family: roboto;
	font-size: 12px;
	vertical-align: top;
}

.window BUTTON,.btnApp {
	background-color: #FDFDFD;
	border: 2px solid #4e5767;
	color: #4e5767;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	text-transform: uppercase;
	padding: 1px;
}

input {
	font-size: 13px;
	border: 1px solid #808080;
	padding: 2px;
	width: auto;
	text-transform: none;
}

.desativado {
	font-size: 12px;
	border: 1px solid #808080;
	padding: 2px;
	height: 20px;
	background-color: red;
}

textarea {
	font-size: 12px;
	border: 1px solid #808080;
	padding: 2px;
	font-family: roboto;
	text-transform: none;
}

select {
	font-size: 15px;
	border: 1px solid #808080;
	text-transform: none;
	height: 22px;
}
/*Simular campo select inativo*/
.readOneSelect {
  background: #d8d9dd; 
  pointer-events: none;
  touch-action: none;
}

.inputWindow {
	
}

.resultWindow {
	background-color: white;
	padding: 4px;
}

/*
 * Utilizados em PanelGrids que sï¿½o tabelas de entrada de dados.
 */
.inputTable {
	padding: 1px 3px;
}

.labelColumn {
	white-space: nowrap;
	width: 1%;
	padding-right: 10px;
	padding-left: 3px;
	text-transform: uppercase;
	font-family: roboto;
	font-size: 12px;
	text-align: left;
	color: #4e5767;
}

.inputComment {
	white-space: nowrap;
	width: 1%;
	padding-right: 10px;
	padding-left: 3px;
	text-transform: uppercase;
	font-family: roboto;
	font-size: 12px;
	text-align: left;
	color: #535353;
}

.labelColumn SPAN {
	font-weight: bold;
	font-family: roboto;
	font-size: 12px;
	line-height: 24px;
}

span.titulo {
	font-weight: bold;
	font-family: roboto;
	font-size: 14px;
	padding: 5px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	display: block;
	border-bottom: 1px dashed #dadada;
}

span.subtitulo {
	font-weight: bold;
	font-family: roboto;
	font-size: 12px;
	margin-top: 8px;
	padding-top: 8px;
	display: block;
}

.doublelineformat {
	white-space: nowrap;
	width: 1%;
	text-transform: uppercase;
	font-family: roboto;
	font-size: 10px;
	text-align: left;
	color: #535353;
	padding-bottom: 5px;
}

.tela-fazenda select,.tela-fazenda input {
	width: 350px;
}

.radioClass {
	width: auto;
	border: none;
	background-image: none;
}

.requiredMark {
	color: #EA6464;
}

.propertyColumn {
	
}

.actionBar {
	padding: 3px;
	text-align: right;
	border-bottom: 1px solid #cfcfcf;
}

/**
 * Estilo padrï¿½o para o dataGrid
 */
.dataGrid {
	font-family: roboto;
	font-size: 12px;
	color: #4e5767;
	background-color: #FFFFFF;
}

.dataGridHeader {
	background-color: #4e5767;
	color: #FFFFFF;
	font-family: roboto;
	font-weight: normal;
	text-align: left;
}

.headerColumn {
	font-size: 12px;
	color: #000000;
	background-color: #4e5767;
	color: #FFFFFF;
	font-family: roboto;
	font-weight: bold;
	text-align: left;
	height: 15px;
	padding: 1px;
}

.dataGridHeader A {
	color: #FFFFFF;
	font-family: roboto;
}

.dataGridHeader th {
	color: #FFFFFF;
	font-family: roboto;
	font-weight: normal;
	padding: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid white;
}

.dataGridHeader th A {
	font-weight: normal;
}

.dataGridBody1 {
	background-color: #f5f7f8;
}

.dataGridBody1 td {
	padding: 3px;
	vertical-align: middle;
}

.dataGridBody2 {
	background-color: #d8d9dd;
}

.dataGridBody2 td {
	padding: 3px;
	vertical-align: middle;
}

.dataGridFooter {
	
}

/**
 * Estilo padrï¿½o de link
 */
A {
	color: #4e5767;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	text-decoration: underline;
}

A.menuItemSelected {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

A.menuItemSelected:hover {
	text-decoration: underline;
}

A.menuItemUnselected {
	color: #D1D1D1;
	text-decoration: underline;
	font-weight: bold;
}

A.menuItemUnselected:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/**
 * Estilos das abas
 */
.detailTabSelected {
	background-color: #d8d9dd;
	padding: 4px;
	font-family: roboto;
	font-weight: bold;
	font-size: 12px;
	float: left;
	margin-left: 4px;
	margin-top: 2px;
}

.detailTabSelected:link {
	color: #4e5767;
	text-decoration: none;
}

.detailTabSelected:visited {
	
}

.detailTabSelected:hover {
	
}

.detailTabSelected:active {
	font-family: roboto;
	color: #000000;
	text-decoration: none;
}

.tabPanelLink {
	background-repeat: repeat-x;
	display: table;
	border-bottom: 1px solid #d8d9dd;
	margin-bottom: 3px;
	width: 100%;
}

.detailTabUnselected {
	background-color: #F0F0F0;
	padding: 4px;
	font-family: roboto;
	font-weight: bold;
	font-size: 12px;
	float: left;
	margin-left: 4px;
	margin-top: 2px;
}

.detailTabUnselected:link {
	color: #4e5767;
	text-decoration: none;
}

.detailTabUnselected:visited {
	background-color: #F0F0F0;
}

.detailTabUnselected:hover {
	
}

.detailTabUnselected:active {
	
}

/**
 * Detalhe
 */
.detailBlock {
	background-color: white;
}

/* Gerais */
.titulo1 {
	font-size: 14px;
	font-weight: bold;
	background-image: url("../imagens/linhaheader.gif");
	background-repeat: no-repeat;
	background-position: 0% 100%;
	display: block;
	padding: 3px;
	margin: 2px;
	text-align: left;
}

.submitBar {
	padding: 5px;
	text-align: right;
}

.submitBar button,.excluirdetalhe {
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.required {
	/*background-color: #daeef3;*/
	border-width: 2px;
}

.required:focus {
	/*background-color: #fff9d0;*/
	border-width: 2px;
	/*outline: none;*/
}

.checkBoxClass {
	border: 0px;
}

.lineNovalinha {
	padding: 5px;
}

#panel2 .labelColumn {
	text-align: center;
	vertical-align: middle;
}

#panel2 .propertyColumn {
	padding: 8px;
}

.foto {
	margin-top: 10px;
	width: document.body.clientWidth>  150?  "150px":  "auto";
	height: document.body.clientHeight>  130?  "130px":  "auto";
	max-width: 150px;
	max-height: 130px;
	border: 1px black solid;
	padding: 3px;
}

.image {
	margin-top: 10px;
	border: 1px black solid;
	padding: 3px;
	width: 150px;
	height: 130px;
	vertical-align: middle;
}

.selectAcoes {
	width: 150px;
}

.selectAcoes .opt {
	padding-left: 10px;
}

.selectAcoes .nullValue {
	color: gray;
	padding-left: 0px;
}

/*Utilizado para resolver problema com IE em exibir/ocultar colunas*/
.ColVis_collectionBackground {
	width: 100%;
	background: url(#);
}

#offlineStatus {
	height: 2em;
	position: fixed;
	width: 100%;
	background: black;
	color: white;
	font-weight: bold;
	font-size: x-small;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity = 60);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	bottom: 0;
	display: none;
}

#divCache {
	display: none;
}

#offlineStatus .left {
	width: 30%;
	text-align: left;
	float: left;
	padding: 5px;
}

#offlineStatus .right {
	width: 60%;
	text-align: right;
	padding-right: 10px;
	float: right;
	padding: 5px;
}

#offlineMessage {
	height: 2em;
	position: fixed;
	width: 100%;
	background: #999;
	color: white;
	font-weight: bold;
	font-size: small;
	text-align: center;
	padding-top: 4px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity = 75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	top: 0;
	display: none;
	z-index: 999999;
}

.button_atividade_start {
	
	padding: 5px;
	padding-left: 22px;
	cursor: pointer;
	font-family: roboto;
	font-size: 12px;
	font-weight: bold;
}

.button_atividade_stop {
	
	padding: 5px;
	padding-left: 22px;
	cursor: pointer;
	font-family: roboto;
	font-size: 12px;
	font-weight: bold;
}

#btn_gerarLancamentoContabil {
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	height: auto;
	cursor: pointer;
	text-transform: none;
	color: #4e5767;
	border: none;
	padding-top: 1px;
}

#btnPesquisarAviso {
	background-image: url(../imagens/consultar_icon.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 5px;
	padding-left: 10px;
	cursor: pointer;
	font-family: roboto;
	font-size: 12px;
	font-weight: bold;
}

.cabecalhoPopUp {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 12pt;
	padding: 5px 5px 5px 30px;
	text-align: left;
	background-color: #4e5767;
	color: #ffffff;
	text-align: center;
}

.buscaPrincipal:focus {
	box-shadow: 0 0 0 2pt #d8d9dd;
}

.buscaPrincipal {
	outline: 0;
	width: 100%;
	height: 26px;
	border-radius: 9999px;
	background-color: #F4F4F4;
	border: 0;
	padding-left: 30px;
	padding-right: 10px;
	color: #4e5767;
}

.fas,.far {
	font-size: 14px;
}

.w3green {
	color: #4da92c;
}

.w3darkgray {
	color: #4e5767;
}

.w3lightgray {
	color: #d8d9dd;
}

.w3red {
	color: #fd0000;
}

.w3lightblue {
	color: #CBE0F6;
}

.w3brown {
	color: #9B621A;
}

.w3white {
	color: #FFFFFF;
}

.w3yellow {
	color: #f7d308;
}

.w3blue {
	color: #00315a;
}

.w3orange {
	color: orange;
}

.w3button {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #f4f4f4;
	cursor: pointer;
	border: 0px solid #FFFFFF;
	color: #00000;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	text-transform: none;
	border-radius: 7px;
	height: auto;
	display: inline-block;
}

.w3link {
	background-color: transparent;
	font-weight: bold;
	font-family: roboto;
	height: auto;
	cursor: pointer;
	text-transform: none;
	color: #4e5767;
	border: none;
	padding: 0px;
}

.w3secondicon {
	position: absolute;
	left: 15px;
	top: 6px !important;
	font-size: 12px !important;
}

.w3bordericon {
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: black;
}

.buttongrouptag{

}

.iconbuttongrouptag{
	color: white;
}

@font-face {
	font-family: roboto;
	font-weight: normal;
	src: url('../font/Roboto-Regular-webfont.eot');
    src: url('../font/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-Regular-webfont.woff') format('woff'),
         url('../font/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../font/Roboto-Regular-webfont.svg#robotoregular') format('svg');
}

@font-face {
	font-family: roboto;
	font-weight: bold;
	src: url('../font/Roboto-Black-webfont.eot');
    src: url('../font/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-Black-webfont.woff') format('woff'),
         url('../font/Roboto-Black-webfont.ttf') format('truetype'),
         url('../font/Roboto-Black-webfont.svg#robotoblack') format('svg');
}

@font-face {
	font-family: roboto;
	font-weight: 100;
	src: url('../font/Roboto-Thin-webfont.eot');
    src: url('../font/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-Thin-webfont.woff') format('woff'),
         url('../font/Roboto-Thin-webfont.ttf') format('truetype'),
         url('../font/Roboto-Thin-webfont.svg#robotothin') format('svg');
}

@font-face {
	font-family: MuseoSans;
	font-weight: 100;
	src: url('../font/MuseoSans-100_0.ttf');
}

/* cores de fundo para classe W3icom/ usado nas situaçoes */

.w3icontwo {
	font-size: 13.4px;
}
.w3iconblack{
	background-color: #4C4E56;
	color: #FFFFFF;
}
.w3icongray{
	background-color: #c9c9c9;
	color: #000000;
}
.w3iconred{
	background-color: #E74536;
	color: #000000;
}
.w3iconyellow{
	background-color: #F7D308;
	color: #000000;
}
.w3iconblue{
	background-color: #3A7FA6;
	color: #000000;
}
.w3icongreen{
	background-color: #00A95C;
	color: #000000;
}

.w3iconbeige{
	background-color: #C6AA5D;
	color: #000000;
}
.w3iconorange{
	background-color: #FF8038;
	color: #000000;
}
.w3iconecancelada{
	background-color: #c9c9c9;
	color: #E74536;
}
.w3iconealerta{
	background-color: #E74536;
	color: #FFFFFF;
}
.w3iconenormal{
	background-color: #c9c9c9;
	color: #000000;
}
.w3iconeconsolidacao{
	background-color: #DBEF99;
	color: #000000;
}
.w3iconeatencao{
	background-color: #F7D308;
	color: #FFFFFF;
}

.w3iconeexpedicaocomimpedimento{
	background-color: #F7D308;
	color: #OOOOOO;
}

.w3iconefinalizado{
	background-color: #00A95C;
	color: #000000;
	<!-- background-color: #3A7FA6; -->
}

.w3iconeconfirmado{
	background-color: #3A7FA6;
	color: #000000;

}

.w3iconeseparacao{
	background-color: #F7D308;
	color: #000000;
}

.w3iconeprevista{
	background-color: #c9c9c9;
	color: #000000;
}
.w3iconeautorizado{
	background-color: #F7D308;
	color: #000000;
}
.w3iconeautorizadoparcial{
	background: linear-gradient(to right, #F7D308 50%, #c9c9c9 50%);  
	color: black;
}
.w3iconenaoautorizado{
	background-color: #C6AA5D;
	color: #000000;
}
.w3iconebaixado{
	background-color: #00A95C;
	color: #000000;
}

.w3iconenegociado{
	background-color: #C6AA5D;
	color: #000000;

}

.w3iconeaceiteparcial{
	background: linear-gradient(to right, #00A95C 50%, #FF8038 50%);  
	color: black;
}
.w3iconebaixadoparcial{
	background: linear-gradient(to right, #00A95C 50%, #c9c9c9 50%);  
	color: black;
}
.w3iconeprocessadoparcial{
	background: linear-gradient(to right, #00A95C 50%, #c9c9c9 50%);  
	color: black;
}

.w3iconeatencaoparcial{
	background: linear-gradient(to right, #F7D308 50%, #00A95C 50%);  
	color: black;
}

.w3iconealertaparcial{
	background: linear-gradient(to right, #E74536 50%, #00A95C 50%);  
	color: black;
}

.w3iconedevolvido{
	background-color: #F7D308;
	color: #000000;
}
.w3iconeaberto{
	background-color: #9BC7EE;
	color: #000000;
}
.w3iconeespera{
	background-color: #9BC7EE;
	color: #000000;
}
.w3iconeproducao{
	background-color: #c9c9c9;
	color: #000000;
}
.w3iconeemitida{
	background-color: #F7D308;
	color: #000000;
}
.w3iconeliquidada{
	background-color: #00A95C;
	color: #000000;
}
.w3iconeprocessocompra{
	background-color: #FF8038;
	color: #000000;
}
.w3iconemandamento{
	background-color: #DBEF99;
	color: #000000;
}

.w3iconepagamentoemandamento{
	background-color: #F7D308;
	color: #000000;
}
.w3iconepagamentorecusado{
	background-color: #E74536;
	color: #FFFFFF;
}
.w3iconepagamentorealizado{
	background-color: #00A95C;
	color: #000000;
}

.w3iconealerta2.fad.fa-exclamation-triangle:before{
	color: #b50f0f;
	opacity: 1;
}

.w3iconealerta2.fa-exclamation-triangle:after{
	color: #f7d308;
	opacity: 1;
}

.w3transparentbutton{
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.w3iconesgrey{
	background-color: #bdbdbd;
	color: #000000;
}

.w3iconesorange{
	background-color: #ff7043;
	color: #000000;
}

.swal-button{
	color: #4e5767;
	background-color: #f4f4f4; 
	font-family: roboto;
}

.swal-text{
	font-family: roboto;
	color: #4e5767;
}

.w3iconeseparacaorealizada{
    background-color: #9aeb6b;
    color: #000000;
}
.w3iconeentregapendente{
    background-color: #CC0000;
    color: #000000;
}