<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ajax-loading1 { 
	background: transparent url(../img/ajax/ajax_loading1.gif) left center no-repeat;
	display: none;
	min-width: 16px;
	min-height: 16px; 
	padding-left: 20px;
}

.autocomplete { 
	background: white url(../img/outros/find.png) 5px center no-repeat !important; 
	padding-left: 25px !important;
}

form {
    width: 100%;
}

form .input {
    float: left;
    margin-right: 10px;
    min-height: 44px;
}

form label {	
	display: block;
	font-size: 12px;
}

form .required label:after {
	color: #e32;
	content: '*';
	display: inline;
}

form .required label {
	font-weight: bold;
}

div .botoes_form {
    clear: left;
    padding-top: 10px;
}

fieldset {
    border-radius: 10px 10px 10px 10px;
    clear: both;
    margin: 0 3px 5px 0;
}


fieldset legend {
    font-family: verdana;
    font-size: 12px;
    text-shadow: 1px 1px 1px gray;
}

.checkbox label {
	display: inline-table;
}

.checkbox {
	margin-top: 12px;
}

.rabiobutton label {
	display: inline-table;
}

img.ui-datepicker-trigger {
	background: url("../img/botoes/calendar.gif") no-repeat;
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 16px;
}

.error-message {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid red;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 7px 6px 7px grey;
    color: red;
    cursor: pointer;
    margin-left: 10px;
    margin-top: -7px;
    padding: 5px;
    position: absolute;
    width: 155px;
    z-index: 10000;
}

.input-nativo {
	border: none !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	margin: 0px !important;
	background-color: transparent !important;
}

.mensagens {
	min-height: 34px;
}

.flashOk {
	background: url("../img/sistema/sucesso.png") no-repeat;
    background-color: white;
    border: 1px dashed green;
    color: green;
    cursor: pointer;
    padding: 7px 40px;
}

.flashError, .authError, #authMessage {
	background: url("../img/sistema/atencao.png") no-repeat;
    background-color: white;
    border: 1px dashed red;
    color: red;
    cursor: pointer;
    padding: 7px 40px;
}

.img-check-verde {
    background: url("../img/outros/check-green.gif") no-repeat scroll 0 0;
	width: 12px;
	height: 12px;    
}

.input-text-loading { 
	background: url(../img/ajax/ajax_loading1.gif) right center no-repeat;
}

.ui-autocomplete-loading { 
	background: white url(../img/ajax/ajax_loading1.gif) right center no-repeat; 
}

.ui-autocomplete {
	max-height: 210px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
	font-size: 12px;
}

.icone_cancelar {
    background: transparent url("../img/botoes/cancelar.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    width: 22px;
}

.icone_editar {
    background: transparent url("../img/botoes/editar.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    width: 22px;
}

.icone_editar_gray {
    background: transparent url("../img/botoes/editar-gray.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    width: 22px;
}

.icone_excluir {
    background: transparent url("../img/flexigrid/excluir.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    width: 22px;
}

.icone_imprimir {
    background: transparent url("../img/botoes/imprimir.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    width: 22px;
}

.loading-processando {
	background: url("../img/ajax/ajax_loading2.gif") no-repeat left center;
    height: 27px;
    margin-left: 10px;
    padding-left: 32px;
    padding-top: 5px;
}

.loading-enviando-arquivo {
	background: url("../img/ajax/ajax_loading2.gif") no-repeat left center;
    height: 27px;
    margin-left: 10px;
    padding-left: 32px;
    padding-top: 5px;
    width: 300px;	
}

.loading-enviando-arquivo:before {
  content: "Enviado arquivo... Por favor, aguarde.";
}

.link-info {
	background: url("../img/botoes/info.png") no-repeat left center;
    height: 24px;
    width: 24px;	
    cursor: pointer;
}

.link-excluir {
	background: url("../img/botoes/excluir1.png") no-repeat left center;
    height: 20px;
    width: 20px;	
    cursor: pointer;
}

.link-incluir {
	background: url("../img/botoes/incluir1.png") no-repeat left center;
    height: 20px;
    width: 20px;	
    cursor: pointer;
}

.link-alterar {
	background: url("../img/botoes/editar.png") no-repeat left center;
    height: 20px;
    width: 20px;	
    cursor: pointer;
}

.link-exibir {
	background: url("../img/botoes/exibir.png") no-repeat left center;
    height: 20px;
    width: 20px;	
    cursor: pointer;
}

.link-excluir2 {
    background: transparent url("../img/botoes/excluir2.png") no-repeat scroll 0 0;
    height: 20px;
    width: 20px;	
    cursor: pointer;
	padding-left: 22px;
	margin-bottom: 5px;
	margin-top: 5px; 
}

.link-consultar {
	background: url("../img/outros/find.png") no-repeat left center;
    height: 20px;
    width: 20px;	
    cursor: pointer;
}

.link-salvar {
	background: url("../img/botoes/save.png") no-repeat left center;
    height: 20px;
    width: 20px;	
    cursor: pointer;
	padding-left: 22px;
	color: #145d99;
	margin-bottom: 5px;
	margin-top: 5px;     
}

.link-salvar:HOVER {
	font-weight: bold;	
}

.mouse-pointer {
	cursor: pointer;
}

.status_guia_CA {
	color: red;
}

.situacao-lote-1 {
	color: red;
}

.situacao-pgto-lote-1 {
	color: red;
}

.situacao-convenio-C {
	color: red;
}

.situacao-medico-C {
	color: red;
}

.disabled-element {
    z-index: 1000;
    opacity: 0.4;
    pointer-events: none;
}

.truncar {
	white-space: nowrap; 
	text-overflow: ellipsis; 
	overflow: hidden; 
	max-width:1px;
}

.notificacoes-box-notificacao {
	border: 1px dotted #2779AA;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #d9e9f6 !important;
}

.notificacoes-tipo-1 {
	background: url("../img/agenda/atencao.png") no-repeat 5px 12px;
	padding-left: 45px;
}

.notificacoes-tipo-2 {
	background: url("../img/agenda/atencao.png") no-repeat 5px 12px;
	padding-left: 45px;
	background-color: #d9f6da !important;
}

.notificacoes-titulo {
	float: left;
	font-weight: bold;
}</pre></body></html>