.loadingGw {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	background-image: url("https://cdn.guicheweb.com.br/gw-bucket/imagens/gwload.svg");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10000000;
	opacity: 1;
}
#message {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: white;
	padding-top: 0px;
	padding: 10px;
	display: flex !important;
	z-index: 10000000;
	align-items: center;
	justify-content: center;
}
.gw-danger {
	background-color: #a94442;
}
.gw-success {
	background-color: #3c763d;
}
.gw-progress {
	background-color: #31708f;
}
.subFiltro {
	color: black;
	margin-left: 15px;
	width: 100px;
	display: inline !important;
}
#overlay_highlight {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.highlight {
	position: relative !important;
	z-index: 10;
}
.blink tr {
	background-color: #ff9;
}
.selecionado {
	background-color: #6f9 !important;
}
.selecionado_texto {
	color: #6f9 !important;
	font-weight: bold;
}
.desativado {
	cursor: not-allowed !important;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
