body {
    font-family: 'Roboto', sans-serif;
    
}
#menuVert{
    z-index: 99999 !important;
    left: 1%;
}
.ulTab{
    font-size: 13px !important;
}
.form-control, .btn{
    font-size: 0.9rem;
}
.tableStyle th{
    font-size: 0.9rem;
}
.labelPadrao{
    font-size: 0.799rem !important;
}
.btnPTabela{
    border:none !important;
    background-color: transparent !important;
}

html {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

.ulAtalho{
    list-style: none;
    padding: 0;
}
.toastSuccess{
    position: fixed;
    bottom: 5%;
    z-index: 999999999;
    left: 75%;
    min-width: 300px;
    border-left: 3px solid green;
    background-color: #81D4AA;
    margin-bottom: 5px;
}
.badge{
    font-size: 100%!important;
}
.info-box{
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}
.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
    text-transform: uppercase;
}
.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boxFinanceiro{
    color: white;
    padding: 6px;
}
.bg-red {
    background-color: #dd4b39 !important;
}
.bg-aqua {
    background-color: #00c0ef !important;
}
.bg-green {
    background-color: #00a65a !important;
}
.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    color: #fff !important;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}
.toastError{
    position: fixed;
    bottom: 5%;
    z-index: 999999999;
    left: 75%;
    min-width: 300px;
    border-left: 3px solid red;
    background-color: rgba(255, 99, 71, .5);
    margin-bottom: 5px;
}
.ulAtalho li{
    display: inline;
    list-style: none;
}
.estiloFiltro:hover{
    text-decoration: none;
    color: rgba(0, 0, 0, .5);
}
.estiloFiltro{
    color: rgba(19, 132, 150, .9);
    font-size: 14px;
}
.periodo_pagamento{
    width: 15px;
}
.fontMensalidade1{
    font-size: 20px;
}
.fontMensalidade2{
    color: #17A2B8;
    font-size: 20px;
    font-weight: 600;
}
.fontMensalidade3{
    font-size: 18px;
    color: gray;
}
.tabelaJuridicoFundo td{
    background-color: rgba(211, 211, 211, .4);
    font-size: 14px;
}
.boxMensalidades{
    border: 1px solid rgba(211, 211, 211, .3);
    background-color: rgba(211, 211, 211, .3);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 3px 3px rgba(193, 205, 205, .5);
    margin-top: 10px;
}
.btn_inserirSelectButton{
    width: 15px;
    height: 15px;
    padding: initial;
    margin-left: 6px;
    margin-bottom: 3px;

}
.font12{
    font-size:14px;
}
.textoCaixa{
    font-size: 25px;
}
.btn_inserirSelectI{
    font-size: 11px !important;
    vertical-align: super;
}

#nome1,#cpf1,#alert1 {
    position: absolute;
    width: 1px;
    height: 1px;
    left: 0;
    margin-top: -50px; /* esse valor varia de acordo com a altura do seu Header, se ele tiver 200px de altura coloque aqui -220px por exemplo */
    background-color: transparent;
    z-index: -1;
}

.navbar {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    padding: 0px;
    height: 45px;
    background-color: #6bcf9b;
    box-shadow: 7px 2px 5px 0px rgba(187, 186, 185, 0.7);
}
.cancelText{
    text-decoration: line-through;
    color: red;
}
#img-convenio {
    max-height: 180px;
}
.fieldset-border {
    border: 1px silver #ddd !important;
    background-color: rgba(220,220,220, .2);
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
  }
  
  .fieldset-border .legend-border {
    font-size: 1.2em !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
  }
.mobile_hide {
    display: block;
}

.img-logo {
    width: 75px;
    height: 65px;
}
.eac-item a{
    color: gray;
}
.tabelaCaixa{
    border-bottom: 1px solid rgba(232, 232, 232, .3);
}
.fonteCaixa{
    font-size: 14px;
}
.iconFinanc{
    border-radius: 50%;
    padding: 4.3px 5px 4px;
    color: white;
}
.eac-item a:hover{
    text-decoration: none;
    color: black;
}
.tdVrEstorno{
    padding-left:2px !important;
    padding-right:2px !important;
    width:40% !important;
}
.tdEstornoBorda td{
    border-color: transparent;
}
.tdBtnEstorno{
    padding:0 !important;
}
.searchBoxFinanceiro {
    height: 200px;
    overflow: auto;
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 0px;
    top: 70px;
}

.texto-logo {
    font-size: 37px;
    margin-left: 10px;
    font-weight: bold;
    color: #2B8825;
}

.nav-principal {
    width: 100%;
    -webkit-box-shadow: 7px 3px 11px 0px rgba(55, 46, 37, 0.7);
    -moz-box-shadow: 7px 3px 11px 0px rgba(55, 46, 37, 0.7);
    box-shadow: 7px 2px 5px 0px rgba(187, 186, 185, 0.7);
    background-color: #00a65a;
}

.sub-nav {
    height: 50px;
    background-color: gray;
    color: white;
    width: 100%;
}

.lista-sub-nav {
    list-style: none;
}

.lista-sub-nav li {
    display: inline-block;
    margin-left: 10px;
    margin-top: 14px;
}

.contem-login {
    display: flex;
    justify-content: center;
}

.form-login {
    background-color: #d6ffe8;
    margin-top: 100px;
    width: 100%;
    padding-bottom: 20px;
}

.cabecalho-painel-login {
    padding: 15px;
    background-color: #6BCF9B;
    color: white;
    margin-bottom: 30px;
}

.campo-form-login {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

#usuario-login {
    width: 70%;
}

#senha-login {
    width: 70%;
}

#fLogin {
    background-color: white;
    margin-top: 10%;
}

.btn-entrar {
    border-color: rgba(43, 136, 37, .7);
    background-color: rgba(43, 136, 37, .9);
    color: white;
}

.btn-entrar:hover {
    background-color: rgba(43, 136, 37, .6);
    border-color: rgba(43, 136, 37, .4);
}

#btn-pendencias {
    position: fixed;
    right: 30px;
    top: 60vh;
}

#btn-ocorrencias {
    font-size: 50px;
    position: fixed;
    right: 30px;
    top: 50vh;
}

.icon-ocorrencias {
    font-size: 50px;
}

#file-up {
    display: none;
}
.menu-h{
    position: absolute;
    left: 1%;
    top: 15%;
}
.menu-lateral {
    background-color: rgba(47, 47, 47);
    width: 80px;
}
.positionIcon{
    float: left;
}
.lista-logo {
    margin-bottom: 0px;
}

.lista-logo li {
    list-style: none;
    display: inline-block;
}

.logo {
    padding: 10px 0px 0px 0px;
}

.nav-lateral li {
    list-style: none;
    padding: 10px 0px 5px 14px;
    cursor: pointer;
}

.texto-menu-lateral {
    cursor: pointer;
}


/*input:focus:invalid {
 box-shadow: 0 0 5px #ff0000; border-color: #ff0000; 
 }*/

.nav-lateral li:hover {
    background-color: #00a65a;
}

.nav-lateral li a:hover {
    text-decoration: none;
}

.nav-lateral li:hover .icon-menu {
    background-color: transparent;
}

.nav-lateral ul {
    padding-left: 0px;
}

.nav-lateral {
    color: gray;
    width: 50px;
    top: 55px;
    bottom: 0;
    position: fixed;
    z-index: 100;
    overflow: auto;
    min-height: 100%;
    background-color: rgba(47, 47, 47);
}

.c-input-file {
    border: 1px dashed silver;
    padding: 30px 0px 30px 0px;
}

.c-input-file>label {
    position: absolute;
    top: 50%;
    left: 17%;
}

.img-prev {
    position: relative;
    left: 40%;
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 20%;
}

.ico-pdf-active {
    color: crimson;
}

.ico-pdf-inactive {
    color: silver;
}

.input-file {
    opacity: 0;
    font-size: 70px;
    top: 35%;
    left: 6%;
    position: absolute;
}


.ulHisto{
    padding: 0;
}
.texto-topo {
    padding: 10px 0px 10px 0px;
    background-color: #6BCF9B;
    color: white;
}

.titulo-secao {
    background-color: #FFF;
    padding: 5px;
    padding-left: 0px !important;
    font-size: 1.5rem;
    font-weight: 600;
    color: darkslategrey;
}

.titulo-p-publicacao {
    font-size: 1.5rem;
    font-weight: 600;
    color: darkslategrey;
}

#titulo-secao span {
    font-size: 25px;
    font-weight: 600;
}

#corpo-secao {
    position: absolute;
    margin-left: 10%;
}

.btn-azul {
    background-color: rgba(30, 144, 255, 0.9);
    color: white;
}

.validate {
    border-color: red;
    box-shadow: 0 0 4px red;
}

.label-check {
    margin-left: 8px;
}

.tabela-permissoes tr td:last-child {
    padding-left: 100px;
}

.campo-tabela-usuario {
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#tabela-usuarios {
    width: 900px;
}

#tabela-usuarios th {
    text-align: center;
}

#tabela-usuarios td {
    text-align: center;
    padding-bottom: 0px;
}

.btn-tabela {
    /* width: 30px;
 	height: 30px; */
    padding: 0px 4px;
    /* margin-top: 5px; */
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    right: 28px;
    top: 3.5px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #6BCF9B;
}

input:focus+.slider {
    box-shadow: 0 0 1px #6BCF9B;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
    width: 45px;
    height: 20px;
    margin-top: 10px;
}

.slider.round:before {
    border-radius: 50%;
}

.contem-botoes-menu {
    padding-top: 1px;
    margin-left: 0px;
}

.menu-botoes {
    /* background-color: rgba( 211, 211, 211, 0.3); */
    padding: 10px 0px;
}

#abre-menu {
    background-color: transparent;
    color: black;
    font-size: 45px;
}

.menu-lateral {
    margin-right: 20px;
}

.nav-usuario {
    color: white;
    margin-top: 7px;
}

.icone-usuario {
    margin-right: 8px;
}

#drop-menu {
    text-decoration: none;
    color: white !important;
}

.style-menu {
    padding-left: 0px;
}

.style-menu a {
    text-decoration: none;
    color: #22831b;
}

.style-menu li:hover {
    background-color: #81D4AA;
}

.style-menu li {
    display: inline-block;
    padding: 10px 15px 10px 15px;
}

.ativo {
    background-color: #81D4AA;
}

.esconde-tela {
    display: none;
}

.campo-menu li {
    list-style: none;
}

.campo-menu td:first-child {
    width: 85%;
}

.tabela-linha {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.campo-menu table {
    border-bottom: 1px solid darkseagreen;
}

.campo-menu {
    background-color: rgba(232, 232, 232, 0.3);
    margin-top: 10px;
}

.rodape-publicacao {
    border-top: 1px solid silver;
    padding-top: 5px;
    bottom: 0;
    padding-bottom: 5px;
}

.rodape-publicacao li {
    list-style: none;
}

.nav-lateral li a:hover {
    text-decoration: none;
}

.nav-lateral li a {
    color: #FFF;
}

.nav-lateral ul {
    padding-left: 0px;
}

.texto-topo {
    padding: 10px 0px 10px 0px;
    background-color: #6BCF9B;
    color: white;
}

#campo-titulo-secao {
    margin-left: 0px;
    margin-top: 60px;
}

#corpo-secao {
    position: absolute;
    margin-left: 10%;
}

.btn-azul {
    background-color: rgba(30, 144, 255, 0.9);
    color: white;
}

.publicacao-item {
    color: cadetblue;
    font-weight: 600;
}

.img-publi {}

.label-check {
    margin-left: 8px;
}

.tabela-permissoes tr td:last-child {
    padding-left: 100px;
}


/* background-color: silver; */

#tabela-usuarios th {
    text-align: center;
}

#tabela-usuarios td {
    text-align: center;
    padding-bottom: 0px;
}

.btn-tabela {
    width: 30px;
    height: 30px;
    padding: 0px 4px;
    margin-top: 5px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}


/* max-height: 75px; */


/* width: 75px; */


/* margin: 10px 5px 0 0; */

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
    width: 45px;
    height: 20px;
    margin-top: 10px;
}

.slider.round:before {
    border-radius: 50%;
}

#abre-menu {
    background-color: transparent;
    color: black;
    font-size: 45px;
}

.menu-lateral {
    margin-right: 20px;
}

.icone-usuario {
    margin-right: 8px;
}

.ativo {
    background-color: #81D4AA;
}

.esconde-tela {
    display: none;
}

.titulo-item {
    margin-top: 60px;
}

.radio-publicacao {
    /* padding-top: 25px;
    padding-bottom: 25px; */
}

.radio-publicacao input {
    margin-left: 10px;
}

.img-publi {
    max-width: 300px;
}

.secao-publicacao {
    padding-bottom: 5px;
    /*margin-top: 30px; */
}

.miniatura {
    max-height: 75px;
    /* width: 75px; */
    margin: 10px 5px 0 0;
}

#tabela-categoria th:first-child {
    width: 80% !important;
}

.hide {
    display: none !important;
}

.topo-panel-perfil {
    background-color: silver;
    border: 1px solid silver;
    border-radius: 10px 10px 0px 0px;
}

.form-panel-perfil {
    border: 1px solid rgba(183, 183, 183, 0.6);
    padding: 45px;
}

.logo-painel {
    position: absolute;
    left: 48.5%;
    bottom: 4px;
}

.logo-painel img {
    height: 45px;
    padding-top: .6rem !important;
}

.titulo-modal {
    background-color: #FFF;
    font-size: 1.5rem;
    font-weight: 100;
    color: darkslategrey;
}
.estiloModal{
    border-radius: 10px !important;
}
.estiloHeaderModal{
    border-radius: 10px 10px 0px 0px !important;
}
.load {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 45%;
    color: blue;
}

.logo-convenio {
    padding: 20px 40px 20px 41px;
    border: 2px dotted silver;
}

.texto-logo-convenio {
    position: absolute;
}

.link-remove a {
    text-decoration: none;
}

.link-remove a:hover {
    text-decoration: none;
}

#input-logo {
    opacity: 0;
    font-size: 50px;
    top: -15%;
    left: 6%;
    position: absolute;
}

.btn-editar {
    color: gray;
}

.btn-delete {
    color: red;
}

.btn-insert {
    color: #00a8d0;
}

.table td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    vertical-align: middle;
}

#add-tel {
    color: red;
}

.toUpper{
    text-transform: uppercase;
}
/*MENU ADM */

#check-menu {
    position: absolute;
    display: none;
    top: 15px;
    left: 33px;
    width: 100px;
}

.menu {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -4px;
    left: 7.7px;
}

.hamburguer {
    position: relative;
    display: block;
    background: #000;
    width: 30px;
    height: 2px;
    top: 29px;
    left: 15px;
    transition: .5s ease-in-out;
}

.hamburguer:before,
.hamburguer:after {
    background: #000;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .5s ease-in-out;
}

.hamburguer:before {
    top: -10px;
}

.hamburguer:after {
    bottom: -10px;
}

.check-menu {
    display: none;
}

.barraTabela {
    overflow: auto;
    height: 200px;
}

.ulApv, .ulApvPadrao {
    list-style: none;
    display: inline-flex;
    padding-left: 0px;
    padding-top: 20px;
}

.ulApv li, .ulApvPadrao li  {
    padding-right: 20px;
}

.ulErro, .ulErroPadrao  {
    list-style: none;
    display: inline-flex;
    padding-left: 0px;
    padding-top: 20px;
}

.ulErro li, .ulErroPadrao li  {
    padding-right: 20px;
}

.ulErr, .ulErrPadrao  {
    list-style: none;
    display: inline-flex;
    padding-left: 0px;
}

.ulErr li, ..ulErrPadrao li  {
    padding-right: 20px;
}

.searchbox {
    position: absolute;
    top: 61%;
    z-index: 999;
    height: 250px;
    overflow: auto;
}


/*FIM MENU */

.nav-usuario ul {
    display: flex;
    list-style: none;
}

.modal-content {
    border-radius: initial;
}

.nav-usuario a {
    text-decoration: none;
    color: white;
}

.titulo-modal {
    background-color: white;
    color: black;
}

.btn-modal {
    background-color: #17a2b8;
    color: white;
}

.inptLogin {
    height: 3.125rem;
    padding: .75rem;
    margin-bottom: 10px;
}

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
}

.nomeFicha {
    padding: 0px;
}

.contTop {
    margin-top: 30px;
}

.btn-cModal {
    color: #17a2b8;
    background-color: white;
    border-color: #17a2b8;
}

.cabecalho-modal {
    background-color: white;
    padding: 7px;
    border-radius: initial;
}

.nav-usuario li {
    color: white;
}

.lista-nav {
    border-left: 1px solid white;
    padding-left: 10px;
    padding-right: 10px;
}

#tabela-ultimos th {
    padding: 0px 10px 0px 12px;
}


#tabela-custo>th {
    width: 80% !important;
}

.searchboxDespesa {
    position: absolute;
    top: 82%;
    z-index: 999;
    height: 250px;
    overflow: auto;
    right: 1.8%;
}
.divIcon{
    position: relative;
    bottom: 60px;
    left: 63%;
    width: 30%;
}
.colorCard{
    color: white;
}
.iconCard{
    color: #00a3cb;
    font-size: 60px !important;
}
.iconVote{
    color: rgba(4, 41, 24, 0.199);
    font-size: 60px !important;
    
}
.fonteTabela td{
    font-size: 14px !important;
}

.disableLinks{
    pointer-events: none;
    color: silver;
}
.iconHands{
    font-size: 60px;
    color: #d08810;

}
.iconCalendar{
    font-size: 60px;
    color: #bb4031;
}
.numerosCard{
    font-size: 30px;
    font-weight: 700;
}
@media only screen and (max-width: 991px) {
    #check-menu:checked~label .hamburguer {
        transform: rotate(45deg);
    }

    .searchbox {
        top: 66% !important;
    }

    #check-menu:checked~label .hamburguer:before {
        transform: rotate(90deg);
        top: 0;
    }

    #check-menu:checked~label .hamburguer:after {
        transform: rotate(90deg);
        bottom: 0;
    }

    .mobile_hide {
        display: none;
    }

    .menu-lateral {
        display: none;
    }

    .nav-lateral {
        background-color: transparent;
        min-height: auto;
    }

    .menu-lateral li {
        /* text-align: center; */
    }

    .nav-usuario {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .logo-painel {
        position: absolute;
        left: 43%;
        bottom: 10px;
    }

    .style-menu li {
        display: inline-block;
        padding: 10px 5px 10px 5px;
    }

    .navbar {
        height: 56px;
        border-bottom: 1px solid #dcdcdc;
        box-shadow: 1px 1px 11px 0px darkgrey;
    }

    .logo-painel img {
        height: 36px;
        padding-top: .2rem !important;
    }

    .dataTables_length {
        display: none;
    }

    .dataTables_filter input {
        width: -webkit-fill-available !important;
    }

    .dataTables_paginate .previous {
        display: none !important;
    }

    .dataTables_paginate .first {
        display: none !important;
    }

    .dataTables_paginate .next {
        display: none !important;
    }

    .dataTables_paginate .last {
        display: none !important;
    }

    .table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
        background-color: #38b591;
        top: 6px;
        border: none;
        box-shadow: none;
    }
}