@import url("botao_personalizado.css?20250630");

html, body, img {
	border: 0;
	margin: 0;
	padding: 0;
}

html, body, table, button {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

body {
    padding-bottom: 2em;
}

h2 {
    margin-top: 0;
}

form, img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

input, textarea {
	padding: 2px;
}

.combos {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #EEEEEE;
	border: 1px solid #006699;
	background-repeat: no-repeat;
	height: 16px;
}

input, select, textarea {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #EEEEEE;
	border: 1px solid #006699;
	background-repeat: no-repeat;
}

input.alterado, select.alterado, textarea.alterado {
    background-color: #9f9;
}

.formulario th {
    text-align: right;
    line-height: 20px;
    padding-right: 5px;
    font-weight: normal;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

.col1 { color: #000000; }
.col2 { color: #990000; }
.col3 { color: #336633; }

.preto { color: #000000; }

/* titulo do campo do form */
.item {
	font-weight: bold;
	text-align: right;
}

/* titulo do form */
.titulo_form {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

ul.grid {
  list-style: none;
}

table.grid {
    width: 100%;
}

table.grid caption {
    font-weight: bold;
}

table.grid th, table.grid caption {
    background-color: #7D96B0;
    color: #FFF;
}

table.grid th a {
    color: #FFFFFF;
    text-decoration: underline;
}


@media screen {
    table.grid td, table.grid th, table.grid caption {
        padding: 0.5em;
    }
}

@media print {
	.no_print {
		display: none;
	}

    table.grid {
        border-collapse: collapse;
    }

    table.grid td, table.grid th {
        border-bottom: 1px solid #CCC;
    }
}

table.grid tr.par td, li.par {
    background-color: #E5ECF9;
}

table.grid tr.impar td, li.impar {
    background-color: #FAFCFF;
}

table.grid tbody tr:hover td, li.impar:hover, li.par:hover {
    background-color: #FFFFCC;
}

table.grid td a, table.grid td label {
    display: block;
}

table.grid tr.destaque td,
table.grid tr.impar td.destaque,
table.grid tr.par td.destaque,
table.grid tbody tr:hover td.destaque {
    background-color: #F9ECE5;
}

fieldset {
    border: 1px solid #ccc;
}

legend {
    padding: 0.25em 1em 0.25em 1em;
    font-weight: bold;
    border: 1px solid #ccc;
}


.links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.links li {
        margin: 0;
}

.links li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	text-decoration: none;
	color: #000000;
	width: 100%;
}

html>body .links li a {
	width: auto;
}

.links li a:hover {
	background-color: #7D96B0;
}

.aval-head {
	background-color: #356392;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 6px;
}

#user_logado {
    color: white;
    left: 300px;
    position: fixed;
}

/* a idÃ©ia Ã© que este menu seja uma Ã¡rea da ferramenta com links
 * de aÃ§Ãµes, de forma que estes links fiquem padronizados em todas
 * as ferramentas. */

#menu-opcoes {
    width: 120px;
    padding-left: 1em;
    float: right
}

#menu-opcoes ul {
    list-style-type: none;
    padding: 0;
}

#menu-opcoes li {
    margin-bottom: 1em;
}

/**
 * UI Dialog
 **/

.ui-dialog {
    border: 1px solid #5683AB;
    background: #fff;
}

.ui-dialog-titlebar {
    background: #356392;
    color: #fff;
    border-bottom: 1px solid #ccc;
    line-height: 2em;
    font-size: 1.25em;
    font-weight: bold;
    padding: 0.25em;
    cursor: default;
    position: relative;
}

.ui-dialog-titlebar-close {
    height: 18px;
    padding: 1px;
    position: absolute;
    right: 0.3em;
    top: 25%;
    width: 19px;
    text-indent: 9000px;
    background: url(../img/fechar.png) no-repeat;
}

.ui-dialog-titlebar-close:focus {
    border: none;
}

.ui-dialog-content {
    padding: 0.5em;
}

.ui-dialog-buttonpane {
    text-align: right;
    padding: 0.5em;
}

.ui-dialog-buttonpane button {
    margin: 0 1em 0 1em;
}

/**
 * Notificação padrão
 */

 .notificar_erro,
 .notificar_informacao {
    text-align: center;
    padding: 1em;
    max-width: 80vw;
 }

.notificar_erro {
    background-color: #fee;
    border: 1px solid #a00;
    color: #a00;
}

.notificar_informacao {
    background-color: #eef;
    border: 1px solid #356392;
    color: #356392;
}

/**
 * Menu de recursos
 */

.grupo-recursos {
    width: 33%;
    float: left;
    cursor: default;
}

.grupo-recursos a {
    color: inherit;
}

.recurso-pai {
    background: url('../img/seta_topo.gif') center left no-repeat;
    padding-left: 30px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.recursos {
    list-style-type: none;
    padding: 0 0 0 1em;
    margin: 0 0 2em 0;
}

.recursos li {
    margin: 0 0 1em 0;
}

/**
 * Ficha de dados em formato de tabela
 */

table.ficha_dados {
    min-width: 600px;
    border-collapse: collapse;
}

table.ficha_dados label {
    font-weight: normal;
}

table.ficha_dados td,
table.ficha_dados th {
    padding: 4px;
    border: none;
}

table.ficha_dados tr:first-child td,
table.ficha_dados tr:first-child th {
    border-top-width: 4px;
}

@media print {
    table.ficha_dados td,
    table.ficha_dados th {
        padding: 0.25em;
        border: none;
    }
}

table.ficha_dados th {
    text-align: right;
}

table.ficha_dados caption {
    text-align: left;
    font-weight: bold;
    margin: 1em 0 1em 0;
    border-bottom: 1px solid #ddd;
	text-transform: uppercase;
}

table.ficha_dados tbody tr:last-child th,
table.ficha_dados tbody tr:last-child td {
	padding-bottom: 2em;
}

.elementos_entrada_fluidos input,
.elementos_entrada_fluidos select,
.elementos_entrada_fluidos textarea {
    width: 100%;
}

/**
 * Simulação de abas
 */

ul.abas {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #356392;
}

ul.abas > li {
    position: relative; /* para o indicador da classe .importante */
    border-radius: 1em 1em 0 0;
    background-color: #7D96B0;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 1em;
}

ul.abas > li a {
    display: inline-block;
    margin: -1em;
    padding: 1em;
    color: #fff;
    font-weight: bold;
}

ul.abas > li.ativa {
    background-color: #356392;
}

ul.abas > li.nao-aba {
    border: none;
    background-color: transparent;
    color: inherit;
}

ul.abas > li.desabilitada:not(.ativa) {
    opacity: 0.5;
    filter: grayscale(1);
}

ul.abas > li.desabilitada:not(.ativa) a {
    color: #000;
}

ul.abas > li.importante::before {
    position: absolute;
    top: -0.5em;
    left: calc(50% - 0.5em);
    content: " ";
    background-color: crimson;
    width: 1em;
    height: 1em;
    border-radius: 50%;
}

/**
 * datatable analisar candidato
 */

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
}

table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even {
    background-color: #FAFCFF;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #E5ECF9;
}

table.dataTable.cell-border tbody td {
    border-top: 2px solid white;
    border-right: 2px solid white;
    padding: 4px;
}

table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid white;
}

#tabela_analisar th {
    background-color: #7D96B0;
    color: #FFF;
    padding: 4px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}

#tabela_analisar_filter {
    padding-bottom: 15px;
}

table.dataTable.no-footer {
    border-bottom: 0px;
}

#tabela_analisar tbody tr:hover {
    background-color: #FFFFCC;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 0px;
}

#tabela_analisar caption {
    padding: 4px;
    background-color: #7D96B0;
    color: #FFF;
    font-weight: bold;
}

/**
 * Tabela padrão
 */
.tabela_default th {
    background-color: #7D96B0;
    color: #FFF;
    padding: 4px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}

.tabela_default tr.impar {
    background-color: #dbe2e9;
}

.tabela_default tbody tr:hover {
    background-color: #FFFFCC;
}

/**
 * Caixas de diálogo
 */

 dialog.alertar,
 dialog.confirmar {
    padding: 1em;
    border: 0;
    border-radius: 1em;

    &::backdrop {
        background: rgb(0, 0, 0, 0.5);
    }

    form {
        display: flex;
        flex-direction: column;
        gap: 1.5em;
        align-items: center;
    }

    .botoes {
        margin-top: 2em;
        display: flex;
        gap: 2em;
        justify-content: center;
    }
}