@charset "UTF-8";

.informativo {
        color: #2779aa; /* #9900ff; */
        margin: 4px;
        padding: 6px;
        font-size: 10pt;
        display: inline-block;
        vertical-align: text-bottom;
        font-size: 120%;
}

.esquerda {
        text-align: left;
}

.centralizado {
        text-align: center;
}

.direita {
        text-align: right;
}

.negrito {
        white-space: nowrap;
        font-weight: bold;
}

.tituloTab { font-size:110% } 

.dica1, .dica2, .dica3 { color: #4169e1;  }
.dica1, .dica2 { font-size: 150%;  }

.riscado { text-decoration: line-through gray solid 0.2rem !important; }

.sublinhado { text-decoration: underline dotted gray; }

.concursoABERTO {
	background: orange;
	padding: 0.3rem;
	border-radius: 10px / 30px;
	color: black;
}

.concursoCANCELADO {
	background: #A9A9A9;
	padding: 0.3rem;
	border-radius: 10px / 30px;
	color: white;
}

.concursoANDAMENTO {
	background: linear-gradient(90deg, rgba(199, 186, 70, 1) 54%, rgba(72, 163, 110, 1) 100%);
	padding: 0.3rem;
	border-radius: 10px / 30px;
	color: white;
}

.concursoHOMOLOGADO {
	background: green;
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
}

.concursoANULADO {
	background: rgb(94, 77, 251);
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
}

.concursoSUSPENSO {
	background: rgb(189, 0, 0);
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
}

.concursoENCERRADO {
	background: rgb(165, 132, 116);
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
}

.concursoPRORROGADO {
	background: #1565C0;
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
}

.situacaoHOMOLOGACAO {
	background: green;
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
	display: inline-block;
}

.situacaoCANCELAMENTO {
	background: #A9A9A9;
	padding: 0.3rem;
	border-radius: 10px / 30px;
	color: white;
	display: inline-block;
}

.situacaoSUSPENSAO {
	background: rgb(35, 185, 250);
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
	display: inline-block;
}

.situacaoANULACAO {
	background: rgb(94, 77, 251);
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
	display: inline-block;
}

.situacaoRETOMADA {
	background: #1565C0;
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
	display: inline-block;
}

.situacaoEXPIRADO {
	background: #616161;
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
	display: inline-block;
}

.statusATIVO {
	background: #2E7D32;
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
}

.statusINATIVO {
	background: #E65100;
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
}

.statusDESLIGADO {
	background: #C62828;
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
}

.statusNOVO {
	background: #1565C0;
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
	display: inline-block;
}

.statusABERTO {
	background: #00ACC1;
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
	display: inline-block;
}

.statusANDAMENTO {
	background: #F9A825;
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
	display: inline-block;
}

.statusHOMOLOGADO {
	background: #2E7D32;
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
	display: inline-block;
}

.statusCANCELADO {
	background: #A9A9A9;
	padding: 0.3rem;
	border-radius: 10px / 30px;
	color: white;
	display: inline-block;
}

.statusSUSPENSO {
	background: #42A5F5;
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
	display: inline-block;
}

.statusCONCLUIDO {
	background: #43A047;
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
	display: inline-block;
}

.statusENCERRADO {
	background: #6D4C41;
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
	display: inline-block;
}

.statusPRORROGADO {
	background: #1A237E;
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
	display: inline-block;
}

.statusANULADO {
	background: #7E57C2;
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
	display: inline-block;
}

.statusDESCONHECIDO {
	background: #C62828;
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
	display: inline-block;
}

.statusEXPIRADO {
	background: #757575;
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
	display: inline-block;
}


/** Ocorrências  */
.ocorrenciaSUSPENSO {
	background: rgb(35, 185, 250);
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	color: white;
}


.ocorrenciaCANCELAMENTO {
	background: grey;
	padding: 0.3rem;
	border-radius: 10px/30px;
	/*        border:thin solid gray; */
	color: white;
}

.ocorrenciaANULACAO {
	background: grey;
	padding: 0.3rem;
	border-radius: 10px/30px;
	/*        border:thin solid gray; */
	color: white;
}

.ocorrenciaHOMOLOGACAO {
	background: green;
	padding: 0.3rem;
	border-radius: 15px 50px 30px;
	/*        border:thin solid green; */
	color: white;
}

div .disableSelectOneMenu {
	border: thin solid black !important;
}
div .disableSelectOneMenu label { 
	color: black !important;
}

#dlgAguarde.ui-dialog .ui-dialog-content {
    background-color: #3984b8;
    background: linear-gradient(180deg, #26506d, #3984b8);
    color: white;
}

.ui-chip {
	display: inline-flex;
    align-items: center;
    background-color: #D3D5D6;
    font-size:130%;
    color: #64686A;
    margin: 1rem 0;
    border-radius: 16px;
    padding: 0 0.5rem;
}

.n_ordinario {
	margin-left:0.2rem; 
	vertical-align:super; 
	text-decoration: underline;
	font-size: 75%;
}

body .ui-dialog .ui-dialog-titlebar {
    background-color: aliceblue;
    /* padding:0.8rem; */
}

.status-validacao {
    background-color: #e8f5e9;
    color: #2e7d32;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 600;
}

.status-invalidação {
    background-color: #ffebee;
    color: #c62828;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 600;
}

.servidorATIVO {
    background-color: #e8f5e9 !important;
    color: #2e7d32 !important;
    padding: 4px 8px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
}

.servidorINATIVO {
    background-color: #fff3e0 !important;
    color: #e65100 !important;
    padding: 4px 8px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
}

.servidorDESLIGADO {
    background-color: #ffebee !important;
    color: #c62828 !important;
    padding: 4px 8px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
}

.servidorEXPIRADO {
    background-color: #eceff1 !important;
    color: #546e7a !important;
    padding: 4px 8px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
}


