@CHARSET "ISO-8859-1";

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	background-color: #fffefe;
}

*, *:after, *:before {
	box-sizing: border-box;
}

.edit {
	border-left: #6699cc 1px solid;
	border-right: #0066cc 1px solid;
	border-top: #6699cc 1px solid;
	border-bottom: #0066cc 1px solid;
	background-color: #f9f9f9;
	font-size: 11px;
	font-family: verdana;
	padding-left: 3px;
	/* text-transform: uppercase; */
}

.edit:read-only {
	background-color: #dddddd;
}

.edit:disabled {
	background-color: #dddddd;
}

.button {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-family: verdana;
	border-left: #35e3e3 solid 1px;
	border-right: #727272 solid 1px;
	border-top: #35e3e3 solid 1px;
	border-bottom: #727272 solid 1px;
	background-color: #579ece;
	min-width: 60px;
	min-height: 18px;
	cursor: pointer;
}

.combobox {
	border-color: #0066cc;
	border-style: solid;
	border-bottom: #0066cc 1px solid;
	border-left: #6699cc 1px solid;
	border-right: #0066cc 1px solid;
	border-top: #6699cc 1px solid;
	background-color: #f9f9f9;
	font-size: 11px;
	font-family: verdana;
	min-width: 100px;
	min-height: 18px;
}

.checkbox {
	font-size: 8px;
	font-family: verdana;
	border: thin solid #579ece;
	background-color: #f9f9f9;
}

.grid {
	margin: auto;
	border-spacing: 1px;
	background-color: #a7b6c0;
}

.grid-row-head {
	height: 22px;
	background-color: #dcdcdc;
	color: #0361aa;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: normal;
}

.grid-row-body {
	height: 22px;
	background-color: #ffffcc;
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: normal;
}

.grid-row-body>td {
	padding: 3px;
}

.grid-row-body:hover {
	background-color: #fdd835;
}

.texto {
	color: #000000;
	font-family: verdana;
	font-size: 12px;
}

.titulos {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.tx_preto {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: normal;
}

.tx_preto_negrito {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: normal;
}

.tx_azul {
	color: #0361aa;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: normal;
}

.cor_azul {
	color: #0361aa;
}

.tx_azul_negrito {
	color: #0361aa;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: normal;
}

.tx_vermelho {
	color: #ff0000;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: normal;
}

.tx_vermelho_negrito {
	color: #ff0000;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: normal;
}

.tx_verde {
	color: #009900;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: normal;
}

.tx_verde_negrito {
	color: #009900;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: normal;
}

.tx_branco {
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: normal;
}

.fonte-14 {
	font-size: 14px;
}

.tit_azul {
	color: #0361aa;
	font-family: verdana;
	font-size: 16px;
	font-weight: normal;
	text-decoration: normal;
}

.linha_horizontal {
	margin: 1px;
	border: solid 1px #666666;
	border-bottom-width: 0;
}

.texto_tit {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}

.link_azul {
	color: #0000ff;
	font-size: 11px;
	font-family: verdana;
	text-decoration: underline;
}

.link_azul:hover {
	cursor: pointer;
}

.cursor-pointer {
	cursor: pointer;
}

.display-none {
	display: none !important;
}

.margin-auto {
	margin: auto;
}

.margin-0 {
	margin: 0;
}

.margin-5 {
	margin: 5px;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-left-5 {
	margin-left: 5px;
}

.margin-right-5 {
	margin-right: 5px;
}

/**
 * Algumas cores para uso no sistema com base nos padrões HTML
 * https://www.w3schools.com/colors/colors_names.asp
 */

.color-orange-red {
	color: #ff4500;
}

.color-gray {
	color: #808080;
}

.color-dim-gray {
	color: dimgray;
}

.color-sea-green {
	color: #2e8b57;
}

a {
	text-decoration: none;
}

a:hover {
	color: #0033cc;
	text-decoration: underline;
}

.a-icon {
	text-decoration: none !important;
}

.a-icon:hover {
	color: dimgray !important;
	text-decoration: none !important;
}

.callout {
	border: 1px solid #DCDCDC;
    border-radius: 5px;
    background-color: #FFFFCC;
    padding: 15px;
    margin: 10px;
    margin-left: 0px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #777;
    position: relative;
}

.callout-red {
	border: 1px solid #DCDCDC;
    border-radius: 5px;
    background-color: #FFCCCC;
    padding: 15px;
    margin: 10px;
    margin-left: 0px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #555;
    position: relative;
}

.opacity_3 {
	opacity: 0.3;
}

.padding-left-5 {
	padding-left: 5px
}

.white-background {
	background-color: white
}

.no-padding-left {
	padding-left: 0 !important;
}

}