<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#resul {
    font-size: 14px;
}

.dp-none {
    display: none;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;               /* width of the entire scrollbar */
}

::-webkit-scrollbar-track {
    background: var(--pretin);        /* color of the tracking area */
    border-radius: 15px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--third);    /* color of the scroll thumb */
    border-radius: 15px;       /* roundness of the scroll thumb */
    border: 2px solid var(--pretin);  /* creates padding around scroll thumb */
}

.div-sub-funcao {
    display: block;
    margin-bottom: 20px;
}

.div-sub-funcao-rl {
    display: flex;
    margin-bottom: 15px;
}
.div-sub-funcao-l {
    margin-left: auto;
}

.div-sub-funcao-dropdown {
    display: flex;
    margin-bottom: 10px;
}
.div-sub-funcao-dropdown .dropdown-menu {
    color: var(--white);
    background-color: var(--primary);
    border: 1px solid var(--primary);
}

.h1-nome-tabela {
    margin-left: 10px;
    font-size: 14px !important;
    width: unset !important;
}

.card .h1-nome-tabela {
    color: #FFF;
} 

.container-responsive-iframe {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.container-responsive-iframe iframe{
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 450px;
    border: none;
}

#container {
    width: 100%;
    height: 100%;
}
#overlay {
    position: absolute;
    width: inherit;
    height: inherit;
}
#overlay #loading {
    position: absolute;
    width: 20%;
    top: 40%;
    left: 40%;
}
.content-upload {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    display: block;
    z-index: 1;
    justify-content: space-between;
    align-items: center;
    background-color: var(--primary);
    overflow: hidden;
}

/* LOAD */
#load {
    width:100%;
    height:100%;
    position:fixed;
    display: flex;
    z-index:9999;
    /*background:url("../img/loading.gif") no-repeat center center rgba(0,0,0,0.3);*/
}

.star-favorito {
    color: var(--third);
}


.text-muted {
    color: var(--third) !important;
}

.note-content a:link {
    color: var(--third);
}
.note-content a:hover {
    color: var(--white);
}

.div-btn-tabbable {
    margin-top: 5px;
    margin-bottom: 25px;
}

.tabbable .nav-tabs .nav-item a.nav-link {
    text-decoration: none;
    color: var(--white);
}

.nav-item a {
	text-decoration: none !important;
	color: var(--primary);
}

.tabbable .nav-tabs {
    border-bottom: 1px solid var(--third);
}
.tabbable .nav-tabs:hover,
.tabbable .nav-tabs:focus {
    border-bottom: 1px solid var(--third);
}

.tabbable .nav-tabs .nav-item.show .nav-link,
.tabbable .nav-tabs .nav-link.active {
  background-color: var(--third);
  border-color: var(--third);
}

.tabbable .nav-tabs .nav-link:focus,
.tabbable .nav-tabs .nav-link:hover {
    border-color: var(--third) var(--third) var(--third);
  background-color: var(--third);
}

#loader {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}
@keyframes loader {
    0% { left: -100px }
    100% { left: 110%; }
}
#box {
    width: 50px;
    height: 50px;
    background: var(--third);
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}
@keyframes animate {
    17% { border-bottom-right-radius: 3px; }
    25% { transform: translateY(9px) rotate(22.5deg); }
    50% {
        transform: translateY(18px) scale(1,.9) rotate(45deg) ;
        border-bottom-right-radius: 40px;
    }
    75% { transform: translateY(9px) rotate(67.5deg); }
    100% { transform: translateY(0) rotate(90deg); }
}
#shadow {
    width: 50px;
    height: 5px;
    background: #868686;
    opacity: 1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow .5s linear infinite;
}
@keyframes shadow {
    50% {
        transform: scale(1.2,1);
    }
}
/* LOAD */

.dropdown-menu .dropdown-item {
    font-size: 12px;
}

.btn-back-page {
    display: block;
}

.title-icon {
    font-size: 5px;
    color: var(--third);
}
.title-icon svg {
    font-size: 6px;
}

.modal-footer .btn.btn-default {
    color: var(--white);
    border: 1px solid var(--grey);
}
.modal-footer .btn.btn-default:hover {
    color: var(--third);
    border: 1px solid var(--third);
}

/*** CARD ***/
.card-login {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: .25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}
.form-control {
    font-size: 10px !important;
    height: 28px;
}
.form-control:focus {
    color: var(--primary);
    border-color: var(--third-50);
    box-shadow: 0 0 0 1px var(--third-75);
}

.form-group label {
    font-size: 10px;
}

.card-body input[class="form-control"], .card-body textarea[class="form-control"] {
    font-size: 10px !important;
    border: 1px solid black;
}
.me-2 {
    margin-right: .5rem!important;
}

.card-scroll {
    max-height: 350px;
    height: auto;
    overflow-y: scroll;
}
/*** CARD ***/

/*** DROP BTN TABLE ***/
.drop-btn {
    color: #fff;
    font-size: 12px;
    border-color: var(--third);
    background-color: var(--third);
}
.drop-btn:hover {
    color: var(--third);
    border-color: var(--third);
    background-color: #fff;
}
.drop-btn:not(:disabled):not(.disabled):active, .drop-btn:not(:disabled):not(.disabled).active, .show &gt; .drop-btn.dropdown-toggle {
    color: var(--third);
    border-color: var(--third);
    background-color: #fff;
}
.drop-btn:not(:disabled):not(.disabled):active:focus, .drop-btn:not(:disabled):not(.disabled).active:focus, .show &gt; .drop-btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem var(--third-50);
}
.drop-btn:focus, .drop-btn.focus {
    color: var(--third);
    border-color: var(--third);
    background-color: #fff;
    box-shadow: 0 0 0 0.2rem var(--third-50);
}
.drop-btn + .dropdown-menu.show .dropdown-item {
    cursor: pointer;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--third);
}
/*** DROP BTN TABLE ***/

/*** LEGENDAS ***/
.legenda-table{
    cursor: pointer;
    margin:0 auto;
    margin-left: 20px;
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
}

.legenda-table ul{
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font-size: 14px;
    padding: 0;
}
.legenda-table ul &gt; li {
    display: inline-block;
    padding-right: 5px;
}
.legenda-table ol ol {
    margin: 0 0 0 2em;
}

.legenda-table a {
    position: relative;
    display: block;
    padding: .4em 1em;
    margin: .5em 0;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    transition: all .2s ease-in-out;
    text-align: center;
}

.legenda-table a:hover{
    text-decoration:none;
    transform: scale(1.1);
}

.legenda-table a:before{
    position: absolute;
    top: 50%;
    background:#fff;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: left;
    font-weight: bold;
    border-radius: 2em;
    color:#FFF;
}

.legenda-green {
    background-color: var(--green);
}
.legenda-yellow {
    background-color: var(--yellow);
}
.legenda-red {
    background-color: var(--red);
}
.legenda-grey {
    background-color: var(--grey);
}
/*** LEGENDAS ***/
.form-genero {
    display: flex;
}
.form-genero input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px; 
}
.form-genero input + label {
    cursor: pointer;
    margin: 0px;
    margin-right: 5px;
    padding: 6px 4px;
    width: 37px;
    height: 37px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    background-color: #f8f8f8;
    transition: border-color .15s ease-out,  background-color .15s ease-out, box-shadow .15s ease-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; 
}
.form-genero input:checked + label {
    border-color: #f65300;
    z-index: 1;
    background-color: #fff; 
}
.form-genero input:focus + label {
    outline: none; 
}
.form-genero input:hover {
    background-color: #f65300;
    border-color: #f65300; 
}

.form-btn-download {
    cursor: pointer;
    font-size: 16px !important;
     margin: 0px;
     margin-right: 5px;
     padding: 6px 4px;
     width: 37px;
     height: 37px;
     box-sizing: border-box;
     position: relative;
     display: block;
     text-align: center;
     border: 1px solid transparent;
     background-color: #f8f8f8;
    border-color: #f65300;
     transition: border-color .15s ease-out,  background-color .15s ease-out, box-shadow .15s ease-out;
     border-radius: 5px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     -o-border-radius: 5px;
     -ms-border-radius: 5px;
}
.form-btn-download a {
    color: #000;
}


.div-permissao {
    display: inline-flex;
}

.div-permissao &gt; * {
    /*margin: 3px 5px;*/
}

#__arrowLineInternal-svg-canvas {
    z-index: 2;
}</pre></body></html>