﻿@font-face {
    font-family: "Neulis Alt";
    src: url(../Content/Fonts/NeulisAlt/NeulisAlt-Regular.otf) format('opentype');
    font-style: normal;
    font-weight: normal;
}

body {
    font-family: "Neulis Alt";
}

.topo {
    height: 13em; /*25vh;*/
    /*min-width: 89em;
    position: fixed;*/
    position: relative;
    border: 4px;
    border-radius: 0 0 90px 90px;
    background: rgb(45,153,181);
    background: linear-gradient(90deg, rgba(167,90,201,1) 45%, rgba(0,218,212,1) 90%);
    /*Sombra*/
    -webkit-box-shadow: 0px 14px 37px 14px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 14px 37px 14px rgba(0,0,0,0.75);
    box-shadow: 0px 14px 37px 14px rgba(0,0,0,0.75);
}


.topoTelaInicial {
    display: flex;
    top: -20px;
    min-height: 25em;
    border: 4px;
    border-radius: 0 0 90px 90px;
    background: rgb(45,153,181);
    background: linear-gradient(90deg, rgba(167,90,201,1) 45%, rgba(0,218,212,1) 90%);
    /*Sombra*/
    -webkit-box-shadow: 0px 14px 37px 14px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 14px 37px 14px rgba(0,0,0,0.75);
    box-shadow: 0px 14px 37px 14px rgba(0,0,0,0.75);
}

.topoInicioRelatorio {
    display: flex;
    top: -20px;
    min-height: 20em;
    border: 4px;
    border-radius: 0 0 90px 90px;
    background: rgb(45,153,181);
    background: linear-gradient(90deg, rgba(167,90,201,1) 45%, rgba(0,218,212,1) 90%);
    /*Sombra*/
    -webkit-box-shadow: 0px 14px 37px 14px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 14px 37px 14px rgba(0,0,0,0.75);
    box-shadow: 0px 14px 37px 14px rgba(0,0,0,0.75);
}


.logoAplicacao {
    width: 11.3em;
    height: 13em;
    position: relative;
    top: -20px;
    left: 20px;
    z-index: 99;
}

.logoAplicacaoInicial {
    width: 13.3em;
    height: 15em;
    position: absolute;
    display: flex;
    top: -5px;
    left: 0;
    z-index: 99;
}

.espacamentoLetras {
    letter-spacing: 5px;
}

.headerPrimeiroAcesso {
    color: white;
    align-content: start;
    text-align: center;
    padding-inline-start: 130px;
    padding-inline-end: 50px;
    /*padding-block-start: 20px;*/
    /*top: 0px;*/
}

    .headerPrimeiroAcesso .textoDestaque {
        border-radius: 30px;
        align-content: center;
        background: white;
        color: transparent;
    }

.olho {
    background: transparent;
    cursor: pointer;
    /*left: 160px;*/
    position: absolute;
    width: 20px;
}

.gradient {
    /* Primeiro passo: definir um degradê como fundo */
    background-image: linear-gradient(to bottom, rebeccapurple, steelblue, turquoise);
    /* Segundo passo: apagar do fundo tudo que não estiver imediatamente atrás de texto */
    background-clip: text;
    -webkit-background-clip: text; /* Alguns navegadores precisam do prefixo */
    /* Terceiro passo: apagar o texto, deixando apenas o fundo atrás dele */
    -webkit-text-fill-color: transparent;
    /* Cor que contraste com o degradê, caso o navegador não suporte `background-clip: text` */
    color: black;
}

.nav-item {
    margin: 0 10px;
}



.menuPrincipal {
    position: relative;
    top: -30px;
    left: 20%;
}

    .menuPrincipal li {
        padding-left: 2%;
    }


.nav-link.menuPrincipal {
    background: #efeded;
    border-radius: 23px;
    width: 150px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Neulis Alt';
    text-align: center;
    fill: url(#gr-simple);
    color: blue;
}

    .nav-link.menuPrincipal:hover {
        background: #005aff;
        color: #ffffff;
    }

    .nav-link.menuPrincipal.active {
        background: #005aff;
        color: #ffffff;
    }


.cardPrincipal {
    width:100%;
    height:100%;
    
    align-content: center;
    padding-block-start: 20px;
    padding-block-end: 20px;
    color: grey;
    font-size:100%;

}



.menuLateral {
    font-weight: bold;
    padding-inline: 20px;
    line-height: 10%;
    flex-shrink: 0;
}

.cardCentral .card-title {
    color: #005aff;
    /* Titulo interno */
    font-family: Neulis Alt;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.submenuCardCentral {
    background: rgb(2, 0, 36);
    background: linear-gradient( 90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 17%, rgba(0, 212, 255, 1) 100% );
    line-height: 17px;
    border-radius: 25px;
}

.iconeUsuario {
    width: 33px;
    height: 33px;
    flex-shrink: 0;
}


.login {
    align-content: center;
    width: 40%;
}

.login .textBox {
    text-align: center;
    width: auto;
    line-height: 50px;
    font-size: 15px;
    letter-spacing: 3px;
    word-spacing: 9px;
    border: double 4px transparent;
    border-radius: 30px;
    background-image: linear-gradient(white, white), linear-gradient(rgb(0,218,212), rgb(167,90,201) );
    background-origin: border-box;
    background-clip: content-box, border-box;
}

        .login .textBox:focus {
            border-color: aqua;
            background-origin: border-box;
            background-clip: content-box, border-box;
        }

.alert {
    border-radius: 30px;
    /*background: linear-gradient(90deg, rgba(167,90,201,1) 45%, rgba(0,218,212,1) 90%);*/
    filter: alpha(opacity=60);
    /* IE */
    -moz-opacity: 0.6;
    /* Mozilla */
    opacity: 0.6;
}


.divSenha {
    position: relative;
    /*width: 200px;*/
}

.lnr-eye {
    position: absolute;
    z-index: 99;
    top: 20px;
    right: 15%;
    cursor: pointer;
}

.msg-erro {
    float: left;
    color: #c00;
    font-size: 14px;
    margin-left: 10px
}

    .msg-erro ul {
        float: left;
        margin: 0px;
        padding-left: 20px
    }

.msg-erro-login {
    /*float: left;*/
    color: #c00;
    /*font-size: 14px;
    margin-left: 30px*/
}

.btn {
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(0,218,212,1) 20%, rgba(167,90,201,1) 90%);
    color: white;
    width: auto;
    /*line-height: 30px;*/
    font-size: 16px;
}

    .btn:hover {
        color: aquamarine;
    }

.btnMaior {
    width: 30%;
}

.botaoTelaInicial {
    width: 60%;
}

.center {
    margin: 0 auto;
    text-align: center;
    justify-items: center;
    padding: 10px;
    width: auto;
}

.alinharTextoEsquerda {
    text-align: left;
    padding: 10px 0 0 30px;
}


a:link {
    text-decoration: none;
    color: white;
}

a:visited {
    text-decoration: none;
}



.modalNovoAcesso {
    font-family: 'Neulis Alt';
    color: white;
    background: linear-gradient(90deg, rgba(161,13,163,1) 20%, rgba(45,153,181,1) 90%) !important;
    margin: 0 auto;
    margin-top: 100px;
    border-width: 0px;
    border-style: solid;
    border-color: blue;
    text-align: center;
    border-radius: 40px;
    width: 90%;
}

    .modalNovoAcesso .btn-close {
        background: white var(--bs-btn-close-bg) center/1em auto no-repeat;
        align-content: flex-end;
    }

.fundoBranco-rounded {
    background: white;
    border-color: blueviolet;
    border-radius: 30px;
    color: black;
    width: 80%;
    text-align: center;
    justify-items: center;
    margin: 0 auto;
}

.tit_sect {
    font-family: Verdana;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    padding: 3px 7px;
    margin: 0px 2px;
    line-height: 25px;
    border-radius: 25px;
    background: linear-gradient(180deg, #005aff 0%, #0098ff 100%);
    border-color: aliceblue;
}

.modalPopupLarge {
    background-color: #fdfdff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 2px;
    width: 800px;
    z-index: 1100;
    border-radius: 25px;
}

.paddPopUp .margem {
    padding: 10px;
}

#conteudo_popup {
    position: absolute;
    top: 79px;
    right: 0px;
    bottom: 38px;
    left: 0px;
    margin: 0px;
    overflow: auto;
    background: #FFFFFF;
}

    #conteudo_popup .margem {
        padding: 10px;
    }



.div_LoadProgress {
    background-color: deepskyblue;
    opacity: 0.3;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.div_Aguarde {
    position: fixed;
    bottom: 15px;
    right: 25px;
    margin-right: 0px;
    margin-bottom: 0px;
    opacity: 0.5;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    z-index: 1001;
}

    .div_Aguarde #imgQuadrado {
        width: 50%;
        height: 50%;
    }

.table {
    width: 95%;
    border-radius: 30px;
}

    .table tbody {
        border-radius: 23px;
        opacity: 0.6;
    }

    .table a {
        color: black;
    }

[class*="col-"] {
    width: 100%;
}

.loading-panel {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 9998
}

.loading-image {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -80px;
    margin-top: -10px;
    z-index: 9999;
}

    .loading-image img {
        width: 160px;
        height: 20px
    }

.loading-waiting {
    margin: auto;
    font-size: 14px;
    padding: 20px;
    background: #fff;
    border: solid 1px #ccc;
    color: #666
}

@media only screen and (max-width: 768px) {

    .headerPrimeiroAcesso {
        color: white;
        align-content: center;
        text-align: center;
        padding-inline-start: 30px;
        padding-inline-end: 10px;
        padding-block-start: 250px;
        top: 80px;
    }

        .headerPrimeiroAcesso .textoDestaque {
            border-radius: 30px;
            align-content: center;
            background: white;
            color: transparent;
        }

    .btn {
        border-radius: 30px;
        background: linear-gradient(90deg, rgba(0,218,212,1) 20%, rgba(167,90,201,1) 90%);
        color: white;
        width: auto;
        line-height: 30px;
        font-size: 16px;
    }

        .btn:hover {
            color: aquamarine;
        }

    .btnMaior {
        width: 90%;
    }

    .botaoTelaInicial {
        width: 90%;
    }

    /* .login {        
        width: 40%;
    }

        .login .textBox {            
            width: 80%;           
        }*/
}



@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }
}

