<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import 'pages/desktop.css';
@import 'pages/triagem.css';
@import 'spaces.css';
@import 'payments.css';
@import 'pwa.css';

.table-zebrado&gt;tbody&gt;tr:nth-child(odd)&gt;td, 
.table-zebrado&gt;tbody&gt;tr:nth-child(odd)&gt;th {
   background-color: #f0f0f0;
}

.calendar {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
	border-radius: 8px;
}

.calendar h3 {
	border-bottom: 1px solid #aac8f585;
    box-shadow: 0px 1px 0px 0px rgba(255,255,255, 1);
    padding-bottom: 10px;
}

@media (max-width: 765px) {
	.calendar h3 {
		padding-top: 18px;
	}
}

.calendar-day {
	width: 13%;
    font-size: 12px;
	font-weight: 600;
	line-height: 50%;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 1px;
	text-align: center;
	display: inline-block;
}

.calendar-day.invisible {
	visibility: hidden;
}

.special {
	font-weight: bold;
}

.txtred {
    color: #ff0000;
}

.day-selected {
	background-color: #31708f;
	color: #FFF;
	border-radius: 3px;
}

.calendar-day:not(.disabled):hover {
	background-color: #31708f;
	color: #FFF;
	cursor: pointer;
	border-radius: 3px;
}

.calendar-months {
	text-align: center;
	width: 100%;
	overflow: hidden;
}

.month-element {
	display: inline-block;
	margin: 15px;
	cursor: pointer;
}

#observacoes,
#agendamentos,
#selecionado,
#resultdocumentacaodocumentos {
	max-width: 480px;
	margin: 0px auto;
}

.disabled {
	font-weight: 600;
	color: #BBB;
}

h3#selecionado {
	overflow: auto;
	height: auto;
}

h3 #selecionado_text {
	font-size: 14px;
}


.hide,
#btn_cancelar.hide {
	display: none
}

#resultdocumentacaodocumentos {
	display: none
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
    width: 12px;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 5px;
    border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}

.btn-prs{
    padding: 0px 0px 0px 15px;
} 

@media (max-width: 720px){ 
    .btn-prs{ 
         padding: 0px;
    }
}

.btn {
	text-shadow: 1px 0px 3px rgba(0,0,0,.3);
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,.1);
}

.btn-default {
	text-shadow: none;
	border-bottom: 4px solid #ccc;
}

.btn-primary {
	border-bottom: 4px solid #2e6da4;
}

.btn-success {
	border-bottom: 4px solid #4cae4c;
}

.btn-warning {
	border-bottom: 4px solid #eea236;
}

.btn-danger {
	border-bottom: 4px solid #d43f3a;
}

.icon-bar.btn-default {
	border-bottom: 0px solid #FFF;
}

.btn.btn-link {
	text-shadow: none;
	text-indent: 0px;
	box-shadow: none;
}

.input-group-btn .btn {
	padding: 6.6px 12px;
	text-shadow: none;
	box-shadow: none;
}

.input-group-btn .btn-primary {
	border-bottom: 0px;
}

.input-group-btn .btn-danger {
	border-bottom: 0px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.expireTime {
	width: 150px;
	color: #FFF;
	padding: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
	position: absolute;
	right: 20px;
	text-shadow: 1px 0px 3px rgba(0,0,0,.3);
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,.1);
	border-bottom: 4px solid #2e6da4;
}

.thDestaque {
	background-color: rgb(253, 190, 29) !important;
	border-top: 4px solid rgb(253, 190, 29) !important;
}

.thCentralizarTexto {
	text-align: center !important;
}

.tdEstilo {
	font-weight: normal; 
	text-align: right;
}

@media (max-width: 767px) {
	.expireTime {
		width: 100%;
		padding: 5px;
		text-align: center;
		position: relative;
		right: 0;
	}
}

.valorDireita {
	text-align: right;
}

.valorCentralizado {
	text-align: center;
}

/* ini - Corrige problemas de aparencia do checkBox no iOS */
input[type="checkbox"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 13px;
height: 13px;
border: 1px solid #363535;
border-radius: 4px;
vertical-align: middle;
margin-right: 5px;
cursor: pointer;
}

input[type="checkbox"]:checked {
background-color: #007bff;
border-color: #007bff;
}
/* fim - Corrige problemas de aparencia do checkBox no iOS */		

/**
 * Component: Tags Input - Municípios
 * ------------------------------------------------------
 * Estilização para o input de múltiplos municípios.
 * Usado na tela de inclusão de ART.
 *
 * .tags-container  -&gt; Container das tags
 * .tag             -&gt; Cada tag/marcador
 * .tag button      -&gt; Botão de remover a tag
 */
.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 6px;
}
.tag {
    background-color: #e1e1e1;
    padding: 4px 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}
.tag button {
    border: none;
    background: none;
    margin-left: 6px;
    cursor: pointer;
    font-weight: bold;
    color: #333;
}
/* fim - Component: Tags Input para Municipios */
</pre></body></html>