/* CSS - Ultramax Gestão */
.percentBar table {
	background-color: #DDDDFF;
	position: static;
}

h2, .destaque {
	text-align: center;
	font-size: 12px;
	color: #0066CC;
	font-weight: bold;
}

.dropDownMenu, .dropDownMenu a {
	vertical-align: middle;
	color: #666666;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

.gridTopo td {
	vertical-align: top;
}

.texto-alerta {
	color: red;
	font-weight: bold;
}

.texto-destacado {
	color: navy;
	font-weight: bold;
}

.texto-comentario {
	font-size: 8pt;
}

.alinhado-topo {
	vertical-align: top;
}

.alinhado-centro {
	text-align: center;
}

.alinhado-direita {
	text-align: right;
}

.gridBAixo td {
	vertical-align: baseline;
}

.frente {
	z-index: 999999;
}

.titulo {
	vertical-align: middle;
	color: #FF0000; /* vermelho */
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}

.alertaVermelho {
	vertical-align: middle;
	color: #FF0000; /* vermelho */
	font-weight: bold;
	font-size: 22px;
}

.alertaGrande {
	vertical-align: middle;
	color: #FF0000; /* vermelho */
	font-weight: bold;
	font-size: 40px;
}

.defaultText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666; /* cinza-escuro */
}

.defaultText14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666; /* cinza-escuro */
}

.specialText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009933; /* verde */
}

.linkedText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699; /* azul */
}

.tituloTabela {
	vertical-align: middle;
	color: #009933; /* verde */
	font-weight: bold;
	font-size: 12px;
}

.tituloPopUp {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}

.tituloVermelho {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}

.textoVermelho {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}

body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #033367;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #033367;
}

a {
	color: #033367;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

form {
	margin: 0;
	padding: 0;
}

.logo-background {
	background-image: url(../images/logoQualidade.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.transparencia-acima-logo {
	-moz-opacity: .95;
	opacity: .95;
	filter: alpha(opacity = 95);
}

/* icones de acoes dentro dos grids */
.grid-control, a img {
	border: 0px;
}

.column-agenda-calendario {
	width: 100px;
	vertical-align: top;
}

.column-center {
	text-align: center;
}

.column-left {
	text-align: left;
}

.column-right {
	text-align: right;
}

.error-message, .error-message td {
	color: #FF0000;
	height: 22px;
	background-image: url(../images/criticalMessage.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 27px;
	padding-top: 5px;
}

.warn-message, .warn-message td {
	height: 22px;
	background-image: url(../images/msg_warn.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 27px;
	padding-top: 5px;
}

.info-message, .info-message td {
	color: #00AA00;
	height: 22px;
	background-image: url(../images/infoMessage.gif);
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left: 27px;
	padding-top: 5px;
}

/******************* Estilos criados para relatório *******************/
.numeroOSRelatorio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.tituloRelatorio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.subTituloRelatorio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.subTituloRelatorio-b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.defaultTextRelatorio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/******************* Estilos para para o FAQ *******************/
.linkTopico {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
}

.destaque-a {
	color: #FF6600;
	font-style: italic;
	font-weight: normal;
}

.destaque-b {
	color: #0066FF;
}

.destaque-c {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

.destaque-d {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a.principal:link {
	font-size: 15px;
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
}

a.principal:visited {
	font-size: 15px;
	color: #990066;
	text-decoration: underline;
	font-weight: normal;
}

a.principal:hover {
	font-size: 15px;
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
}

a.principal:active {
	font-size: 15px;
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
}

.textBody-b {
	font-weight: normal;
	color: #000000;
}

.textBody-c {
	font-weight: normal;
	color: #FF6600;
}

.textBody-d {
	font-weight: normal;
	color: #FB5873;
}

.quadro {
	border-width: medium;
	border-style: solid;
	border-color: #0066FF;
}

.topoFAQ {
	background-image: url(../images/fundoTopoFAQ.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 72px;
	text-align: center;
}

a.nav:link {
	font-size: 13px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

a.nav:visited {
	font-size: 13px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

a.nav:hover {
	font-size: 13px;
	color: #FF6600;
	text-decoration: underline;
	font-weight: normal;
}

a.nav:active {
	font-size: 13px;
	color: #FF6600;
	text-decoration: underline;
	font-weight: normal;
}

.tituloImpr {
	display: none;
}

/***** estilos para área do cliente ********/
.fundoTopo {
	background-image: url(../images/fundoLinhas.jpg);
}

.tituloCliente {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0033CC;
	font-size: 14px;
	text-transform: uppercase;
}

table.bordaSimpes {
	border-collapse: collapse;
}

table.bordaSimples tr td {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666; /* cinza-escuro */
}

table.bordaSimples tr th {
	border: 1px solid #0033CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0033CC;
	font-size: 10px;
	text-transform: uppercase;
}

.barraPrincipal {
	background-image: url(../images/barraAmarela.jpg);
}

.required {
	background-image: url(../images/required.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 12px;
}

.graficos {
	font-size: 15px;
}

.nowrap {
	white-space: nowrap;
}

.as-button {
	border: 1px solid #2196F3;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
	padding: 7px 14px;
	background: #2196F3;
	color: white;
	border-radius: 4px;
}

.as-button:active {
	text-decoration: none;
}

@media screen and (min-width: 992px) {
	.flex-lg {
		display: flex;
	}
}

@media screen and (max-width: 991px){
	.block-sm {
		display: block !important;
	}
}