html,body{
    background: #EDF1F5 0% 0% no-repeat padding-box;
}

a{
    text-decoration: none;
}

.clearboth{
    clear: both;
}

/* Login */

.login_box{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    margin: 180px auto;
    width: 475px;
    height: auto;
    display: table;
    padding-bottom: 30px;
    height: 493px;
}

.login_logo{
    width: 100%;
    height: auto;
    text-align: center;
    padding-top:40px;
}

.base-login-inp {
    width: 257px;
    margin-top: 10px;
    margin: 0 auto;
}

.base-login-inp div ul li{
    list-style: none;
    font: normal normal normal 12px/14px Raleway;
    color: red;
}

.base-login-inp div ul{
    margin: 0px!important;
    padding: 0px;
}

.user{
    border: 0.5px solid #707070;
    border-radius: 19px;
    width: 257px;
    height: auto;
    display: flex;
    margin: 0 auto;
    padding: 5px;
    margin: 20px auto;
}

.user input{
    font: normal normal normal 12px/14px Raleway;
    letter-spacing: 0px;
    color: #6E6E6E;
    border: 0px;
    width: 100%;
    outline: none;
}

.password{
    border: 0.5px solid #707070;
    border-radius: 19px;
    width: 257px;
    height: auto;
    display: flex;
    margin: 0 auto;
    padding: 5px;
    margin: 15px auto;
}

.password input{
    font: normal normal normal 12px/14px Raleway;
    letter-spacing: 0px;
    color: #6E6E6E;
    border: 0px;
    width: 100%;
    outline: none;
}

.user label{
    font-size: 11px!important;
    position: absolute!important;
    margin-top: 32px!important;
    color:red
}

.password label{
    font-size: 11px!important;
    position: absolute!important;
    margin-top: 32px!important;
    color:red
}

.icon-user-login{
    width: 26px;
    height: 26px;
    margin-right: 5px;
}

.icon-pass-login{
    width: 26px;
    height: 26px;
    margin-right: 5px;
}

.btn-login{
    background: #8EC640 0% 0% no-repeat padding-box;
    border-radius: 19px;
    opacity: 1;
    width: 256px;
    height: 37px;
    font: normal normal bold 12px/14px Raleway;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: 2px solid #8EC640;
    margin-top: 20px;
}

.btn-login:hover{
    background: #ffffff 0% 0% no-repeat padding-box;
    color: #8EC640;
    border: 2px solid #8EC640;
}

.esqueci{
    width: 256px;
    margin: 0 auto;
    text-align: left!important;
    padding-top: 10px;
    padding-left: 10px;
}

.esqueci a{
    text-decoration: underline;
    font: normal normal normal 10px/11px Raleway;
    letter-spacing: 0px;
    color: #6E6E6E;
    opacity: 1;
}

.botton-logos{
    width: 256px;
    height: auto;
    margin: 10px auto;
}

.boticario{
    float: left;
}

.greenmining{
    float: right;
}

/* Home */

.bgwhite{
    height: 67px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 10px;
}

.logo-grande{
    float: left;
}

.avatar-login {
    float: right;
    margin-right: 5px;
    cursor:pointer;
}

.avatar-login img{
    cursor:pointer;
}

.menu-lateral{
    width: 226px;
    height: 1200px;
    background: #6E6E6E 0% 0% no-repeat padding-box;
    padding: 10px;
    opacity: 1;
    float: left;
    overflow: hidden;
    min-height: 100%;
}

.base-content {
    width: 99.9%;
    height: auto;
    min-height: 870px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    margin: 10px auto;
    padding: 21px 37px 37px 37px;
}

.titulo-principal{
    width: 100%;
    height: auto;
}

.titulo-principal span{
    font: normal normal normal 12px/14px Raleway;
    letter-spacing: 0px;
    color: #B4B4B4;
}

.titulo-menu {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.titulo-menu img{
    margin-right: 15px;
}

.titulo-menu span{
    text-align: left;
    font: normal normal bold 14px/17px Raleway;
    letter-spacing: 0px;
    color: #FFFFFF;
}

/* Pesquisa */

.base-pesquisar{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}

.base-pesquisar span{
    text-align: center;
    font: normal normal bold 12px/14px Raleway;
    letter-spacing: 0px;
    color: #6E6E6E;
}

.pesquisa-inp {
    width: 95%;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #8F8F8F;
    border-radius: 19px;
    opacity: 1;
    margin-left: 25px;
}

.pesquisa input[type=text] {
    padding: 10px;
    font-size: 17px;
    float: left;
    width: 80%;
    height: 37px;
    background: #ffffff;
    border: 0px;
    margin-left: 15px;
    outline: none;
    font: normal normal 12px/16px Raleway;
    letter-spacing: 0px;
    color: #6E6E6E;
    text-align: left;
}

.pesquisa button {
    float: right;
    width: 3%;
    height: 34px;
    background: #ffffff;
    color: white;
    cursor: pointer;
    border: 0px;
    margin-right: 15px;
}

.pesquisa::after {
    content: "";
    clear: both;
    display: table;
}

/* Filtros */

.base-filtros{
    width: 100%;
    height: 30px;
    margin-bottom: 50px;
}

.base-filtros ul{
    padding-left: 0rem;
}

.base-filtros ul li{
    float: left;
    margin-right: 20px;
    list-style: none;
}

.filtros {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    letter-spacing: 0px;
    color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filtros span{
    font-size: 14px;
    line-height: 12px;
    font-weight: normal;
    font-family: 'Raleway';
}

.filtros input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border-radius: 50%;
}

.filtros input:checked ~ .checkmark {
    background-color: #eeeeee;
    border: 1px solid #8F8F8F;
}

.filtros input:checked ~ .checkmark {
    background-color: #ffffff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.filtros input:checked ~ .checkmark:after {
    display: block;
}

.filtros .checkmark:after {
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #8EC640;
}

/* Table */

thead {
    font: normal normal bold 12px/14px Raleway;
    letter-spacing: 0px;
    color: #6E6E6E;
    text-align: left;
}


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

table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: transparent;
}

table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: transparent;
}

.dataTables_filter {
    position: absolute;
    right: 0;
    margin-top: -51px;
    background: #fff;
    padding: 7px;
    border: 1px solid #05a275;
    border-bottom: 0px;
    display: none;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    border: 0px solid #ccc;
    font-size: 14px;
}

.dataTables_wrapper {
    margin-bottom: 100px;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table tr {
    padding: .35em;
}

table th,table td {
    padding: 1em;
    text-align: left;
}

table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

table.dataTable thead th,table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 0px solid #111;
}

table.dataTable tfoot th,table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 0px solid #111;
    background: #e7e7e7;
    border-right: 1px solid #fff;
}

tfoot {
    background: #ffffff;
}

.borderbottom{
    border-bottom: 1px solid #DEDEDE;
}

.link-ver{
    text-decoration: none;
    font: normal normal medium 12px/14px Raleway;
    letter-spacing: 0px;
    color: #1074AC;
}

#extrato_info{
    float: left;
    margin-top: 20px;
    font: normal normal bold 12px/14px Raleway;
    letter-spacing: 0px;
    color: #6E6E6E;
}

#extrato_paginate{
    float: right;
    margin-top: 20px;
}

#extrato_paginate a{
    padding-right: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #6E6E6E;
    font: normal normal bold 14px/16px Raleway;
}

.current {
    color: #8EC640!important;
}

/* Tela de Lancamentos */

.voltar-link {
    width: 100%;
    height: 30px;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.voltar-link a{
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: normal;
    line-height: 13px;
    letter-spacing: 0px;
    color: #1074AC;
    text-decoration: none;
    list-style: none;
}

.titulo{
    width: 100%;
    height: 30px;
    margin-bottom: 30px;
}

.titulo span{
    text-align: left;
    font: normal normal bold 14px/16px Raleway;
    letter-spacing: 0px;
    color: #6E6E6E;
}

.bggray{
    background-color: #E8E8E8;
    padding: 15px;
    margin-bottom: 50px;
}

.base-selects{
    width: 100%;
    height: auto;
    display: flex;
}

.group{
    margin-right: 50px;
}

.group label{
    font-size: 14px;
    line-height: 12px;
    font-weight: normal;
    font-family: 'Raleway';
    letter-spacing: 0px;
    color: #6E6E6E;
    margin-bottom: 10px;
}

.logout {
    width: 172px;
    height: 100px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    position: absolute;
    right: 13px;
    top: 66px;
    padding: 20px;
    align-items: flex-start;
    display: none;
}

.logout ul{
    margin: 0px;
    padding: 0px;
}

.logout ul li{
    list-style: none;
}

.logout img {
    margin-right: 10px;
    float: left;
}

.logout p{
    margin-top: -2px;
    color: #000000;
    float: left;
}

.menu-resp{
    width: 24px;
    height: 24px;
    float: left;
    display: none;
}

.btn-add {
    width: 125px;
    height: 37px;
    background: #8EC640 0% 0% no-repeat padding-box;
    border-radius: 19px;
    margin-top: 30px;
    border: 0;
    text-align: center;
    font: normal normal bold 14px/16px Raleway;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding-top: 11px;
    cursor: pointer;
}

.btn-add:hover{
    background: #ffffff 0% 0% no-repeat padding-box;
    color: #8EC640;
    border: 1px solid #8EC640;
}

.btn-add-confirmar {
    width: 221px;
    height: 37px;
    background: #8EC640 0% 0% no-repeat padding-box;
    border-radius: 19px;
    margin-top: 15px;
    border: 0;
    text-align: center;
    font: normal normal bold 14px/16px Raleway;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding-top: 3px;
    float: right;
}

.btn-add-confirmar:hover{
    background: #ffffff 0% 0% no-repeat padding-box;
    color: #8EC640;
    border: 1px solid #8EC640;
}

.material{
    width: 203px;
    height: 37px;
    border: 1px solid #707070;
    border-radius: 4px;
}

.tipo{
    width: 203px;
    height: 37px;
    border: 1px solid #707070;
    border-radius: 4px;
}

.peso {
    width: 87px;
    height: 30px;
    border-radius: 4px;
    border: 0px;
    text-align: center;
    outline: none;
}

.base-peso {
    width: 125px;
    height: 37px;
    border: 1px solid #707070;
    border-radius: 4px;
    padding-left: 0px;
    padding-right: 10px;
}

.base-table-add {
    width: 52%;
    height: auto;
    margin-top: 30px;
}

.base-table-add table{
    border: 1px solid #707070;
}

.base-table-add table th{
    border: 1px solid #707070;
    text-align: center;
}

.base-table-add table td{
    border: 1px solid #707070;
    text-align: center;
}

.base-table-add table td tr{
    border: 1px solid #707070;
}

.button-base {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.button-base span{
    float: left;
    margin-top: 25px;
}

.htable {
    width: 100%;
    height: auto;
    max-height: 320px;
    overflow-y: scroll;
    padding-top: 10px;
    padding-bottom: 10px;
}

.htable::-webkit-scrollbar {
    width: 5px;
}

.htable::-webkit-scrollbar-track {
    background: #ffffff;
}

.htable::-webkit-scrollbar-thumb {
    background: #888;
}

.htable::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.swal2-close {
    width: 20px!important;
    height: 20px!important;
    font-size: 20px!important;
    background: #8ec640!important;
    margin: 10px!important;
    color: #ffffff!important;
    border-radius: 100%!important;
}

.swal2-title {
    line-height: 16px!important;
    font-family: 'Raleway'!important;
    font-size: 19px!important;
    font-weight: bold!important;
    color: #000000!important;
}

.swal2-html-container{
    line-height: 35px!important;
    font-family: 'Raleway'!important;
    font-size: 15px!important;
    font-weight: normal!important;
    color: #000000!important;
    overflow: hidden!important;
}

.swal2-styled.swal2-confirm{
    border-radius: 19px!important;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    font-size:16px!important;
}

.mensagem-erro{
    line-height: 35px;
    font-family: 'Raleway';
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    overflow: hidden;
    margin-bottom: 20px;
}

/* Resumo Lançamentos */

.data-resumo{
    text-align: left;
    font: normal normal bold 14px/16px Raleway;
    letter-spacing: 0px;
    color: #000000;
}

.resumos{
    padding-left: 25px
}

.resumos ul{
    margin: 0px;
    padding: 0px;
}

.resumos ul li {
    text-align: left;
    font: normal normal bold 14px/16px Raleway;
    letter-spacing: 0px;
    color: #000000;
    list-style: none;
    margin: 20px 0px 20px 0px;
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
}

.total-resumo{
    text-align: left;
    font: normal normal bold 14px/16px Raleway;
    letter-spacing: 0px;
    color: #000000;
}

.black{
    font-weight: bold;
    color: black;
}

.conf-base{
    width: 100%;
    height: 40px;
    text-align: center;
}

.btn-add-imprimir {
    width: 266px;
    height: 37px;
    background: #8EC640 0% 0% no-repeat padding-box;
    border-radius: 19px;
    margin: 15px auto;
    border: 0;
    text-align: center;
    font: normal normal bold 14px/32px Raleway;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding-top: 3px;
    display: block;
}

.btn-add-imprimir:hover {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #8EC640;
    color: #8EC640;
}

/* Tela alterar senha */

.alterar-senha{
    opacity: 1;
    margin: 180px auto;
    width: 300px;
    height: auto;
    padding-bottom: 20px;
}

.titulo-senha{
    text-align: center;
    margin-bottom: 20px;
}

.titulo-senha span{
    text-align: center;
    font: normal normal bold 16px/19px Raleway;
    letter-spacing: 0px;
    color: #6E6E6E;
}

.descricao-senha {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.descricao-senha p{
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Raleway';
    letter-spacing: 0px;
    color: #000000;
    padding-left: 5px;
    padding-right: 5px;
}

.base-senhas{
    width: 298px;
    height: auto;
    border: 0.5px solid #707070;
    border-radius: 19px;
    padding: 5px;
    margin-top: 20px;
}

.base-senhas input{
    width: 87%;
    height: 30px;
    border: 0px;
    outline: none;
    color: #6E6E6E;
    font: normal normal normal 12px/14px Raleway;
    padding-left: 20px;
}

.btn-alterar{
    background: #8EC640 0% 0% no-repeat padding-box;
    border-radius: 19px;
    opacity: 1;
    width: 298px;
    height: 37px;
    font: normal normal bold 12px/14px Raleway;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: 2px solid #8EC640;
    margin-top: 40px;
}

.btn-alterar:hover{
    background: #ffffff 0% 0% no-repeat padding-box;
    color: #8EC640;
    border: 2px solid #8EC640;
}

.base-senhas img {
    width: 20px;
}

.campos{
    width: 300px;
    margin: 0 auto;
}

.esqueci-senha {
    opacity: 1;
    margin: 0px auto;
    width: 320px;
    height: auto;
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.base-content-recuperar {
    width: 765px;
    height: 438px;
    border-radius: 4px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin: 150px auto;
    padding: 21px 37px 37px 37px;
}

.esqueci-header{
    text-align: center;
    font: normal normal bold 16px/19px Raleway;
    letter-spacing: 0px;
    color: #6E6E6E;
}

.esqueci-body p{
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Raleway';
    font-weight: normal;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 40px;
}


.btn-esqueci {
    background: #8EC640 0% 0% no-repeat padding-box;
    border-radius: 19px;
    opacity: 1;
    width: 255px;
    height: 37px;
    font: normal normal bold 12px/14px Raleway;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: 2px solid #8EC640;
    margin-top: 0px;
}

.btn-esqueci:hover{
    background: #ffffff 0% 0% no-repeat padding-box;
    color: #8EC640;
    border: 2px solid #8EC640;
}

.error-b {
    opacity: 1;
    margin: 0px auto;
    width: 320px;
    height: auto;
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center;
}

.error-b h5{
    font: normal normal bold 62px/73px Raleway;
    letter-spacing: 0px;
    color: #000000;
    line-height: 110px;
}

.error-b p{
    font: normal normal normal 14px/16px Raleway;
    letter-spacing: 0px;
    color: #000000;
    line-height: 50px;
    text-transform: uppercase;
}

.base-content-error {
    width: 513px;
    height: 438px;
    border-radius: 4px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin: 160px auto;
    padding: 21px 37px 37px 37px;
}

.btn-error {
    background: #8EC640 0% 0% no-repeat padding-box;
    border-radius: 19px;
    opacity: 1;
    width: 255px;
    height: auto;
    font: normal normal bold 12px/25px Raleway;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: 2px solid #8EC640;
    margin-top: 0px;
}

.btn-error:hover {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 19px;
    color: #8EC640;
    border: 2px solid #8EC640;
}

.msg_redefinir{
    font: normal normal bold 16px/19px Raleway;
    letter-spacing: 0px;
    color: #000000;
}

/* Comprovante css */

#comprovante {
    width: 540px;
    height: 970px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
}

#comprovante tbody{
    width: 500px;
}

#comprovante thead{
    position: relative!important;
}

#comprovante thead tr th{
    text-align: left;
    font: normal normal bold 30px/53px Arial;
    letter-spacing: 0px;
    color: #161615;
    text-transform: none;
}

#comprovante tbody tr td {
    text-align: left;
    font: normal normal normal 28px Arial;
    letter-spacing: 0px;
    color: #161615;
    padding-top: 15px;
    padding-bottom: 15px;
}

#comprovante thead tr th img{
    margin-bottom: 45px;
    width: 180px;
}

/* Abaixo começa os responsivos */

/* Media Screen 1199 */

@media screen and (max-width: 1199px){

#comprovante tr {
    display: block;
    margin-bottom: -0.375em;
}

.bgw{
    background-color: #fff!important;
}

#lancamentos tr{
    background-color: #E8E8E8;
}

form.pesquisa input[type=text] {
    width: 70%;
}

form.pesquisa button {
    width: 6%;
    height: 34px;
}

.base-content {
    height: auto;
}

.table-wd {
    padding: 15px;
}

table {
    border: 0;
}

table caption {
    font-size: 1.3em;
}

table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

table tr {
    display: block;
    margin-bottom: .625em;
}

table td {
    display: block;
    font-size: .8em;
    text-align: right;
}

table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
}

table td:last-child {
    border-bottom: 0;
}

.htable table tr {
    display: block;
    margin-bottom: .625em;
    border-top: 1px solid #cdcdcd;
}

.htable {
    width: 100%;
    height: auto;
    max-height: none;
    overflow-y: scroll;
    padding-top: 10px;
    padding-bottom: 10px;
}

.group {
    margin-right: 50px;
    margin-bottom: 15px;
}

.base-table-add {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.base-table-add table td {
    border: 0px solid #707070;
    text-align: right;
}

.button-base {
    margin-top: 50px;
    margin-bottom: 50px;
}

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

/* Media Screen 1024 */

@media screen and (max-width:1024px){

.table-wd {
    padding: 0px;
}

.menu-resp{
    width: 24px;
    height: 24px;
    display: block;
}

.menu-lateral {
    display: none;
    position: fixed;
    z-index: 1;
    margin-top: 67px;
}

.logout{
    width: 226px;
    height: 902px;
    background: #6E6E6E 0% 0% no-repeat padding-box;
    padding: 20px;
    opacity: 1;
    right: 0;
}

.logout p {
    color: #fff;
}

.logout img {
    display: none;
}

.col-md-12{
    padding: 0px!important;
}

.row{
    --bs-gutter-x: 0rem;
}

.base-content {
    height: auto;
    margin-top: 80px;
}

.login_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    margin: 100px auto;
    width: 475px;
    height: 493px;
}

.logo-grande {
    margin-left: 38%;
    margin-right: 38%;
}

.bgwhite {
    height: 67px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 10px;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 1;
}
}

/* Media Screen 768 */

@media screen and (max-width:768px){

.htable table tr {
    display: block;
    margin-bottom: .625em;
    border-top: 1px solid #cdcdcd;
}

.htable {
    width: 100%;
    height: auto;
    max-height: none;
    overflow-y: scroll;
    padding-top: 10px;
    padding-bottom: 10px;
}

.group {
    margin-right: 50px;
    margin-bottom: 15px;
}

.base-table-add {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.base-selects {
    width: 100%;
    height: auto;
    display: grid;
}

.base-table-add table td {
    border: 0px solid #707070;
    text-align: right;
}

.table-wd {
    padding: 0px;
}

.menu-resp{
    width: 24px;
    height: 24px;
    display: block;
}

.menu-lateral {
    width: 300px;
    display: none;
    position: fixed;
    z-index: 1;
    margin-top: 67px;
}

.logout{
    width: 300px;
    height: 1000px;
    background: #6E6E6E 0% 0% no-repeat padding-box;
    padding: 20px;
    opacity: 1;
    right: 0;
}

.logout p {
    color: #fff;
}

.logout img {
    display: none;
}

.col-md-12{
    padding: 0px!important;
}

.row{
    --bs-gutter-x: 0rem;
}

.base-content {
    height: 100%;
    margin-top: 80px;
}

.login_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    margin: 100px auto;
    width: 475px;
    height: 493px;
}

.logo-grande {
    margin-left: 34%;
    margin-right: 34%;
}

.bgwhite {
    height: 67px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 10px;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 1;
    box-shadow: 3px -3px 7px black;
}

.logout ul {
    margin: 0px;
    padding: 0px;
    display: grid;
}
}

/* Media Screen 667 */

@media screen and (max-width:667px){
.logo-grande {
    margin-left: 31%;
    margin-right: 31%;
}
}

/* Media screen 540 */

@media screen and (max-width: 540px){
.logo-grande {
    margin-left: 27%;
    margin-right: 27%;
}
}

/* Media Screen 500 */

@media screen and (max-width: 500px){

.filtros {
    padding-left: 25px;
}

.filtros span {
    font-size: 13px;
    line-height: 12px;
    font-weight: normal;
    font-family: 'Raleway';
}

.logo-grande {
    margin-left: 20%;
    margin-right: 20%;
}

.bgwhite {
    height: 67px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 10px;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 1;
}

form.pesquisa button {
    width: 15%;
    height: 34px;
}

.login_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    margin: 100px auto;
    width: 100%;
    height: 493px;
}

.base-content {
    height: auto;
    padding: 21px 15px 21px 15px;
    margin-top: 80px;
}

.pesquisa button {
    width: 8%;
}

.base-content-recuperar {
    width: 100%;
    height: 438px;
    border-radius: 4px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin: 100px auto;
    padding: 21px 25px 37px 25px;
}

.alterar-senha {
    opacity: 1;
    margin: 80px auto;
    width: 300px;
    height: auto;
    padding-bottom: 20px;
}

.group{
    margin-right: 0px;
}

.material {
    width: 100%
}

.tipo {
    width: 100%;
}

}

/* Media Screen 393 */

@media screen and (max-width: 393px){
.logo-grande {
    margin-left: 18%;
    margin-right: 18%;
}

.pesquisa input[type=text] {
    width: 70%;
}
}

/* Media Screen 375 */

@media screen and (max-width:375px){
.logo-grande {
    margin-left: 16%;
    margin-right: 16%;
}
.base-filtros ul li {
    float: left;
    margin-right: 8px;
    list-style: none;
}
}

/* Media Screen 360 */

@media screen and (max-width:360px){
.logo-grande {
    margin-left: 15%;
    margin-right: 15%;
}
}

/* Media Screen 320 */

@media screen and (max-width:320px){
.logo-grande {
    margin-left: 10%;
    margin-right: 10%;
}

.base-pesquisar span {
    display: none;
}

.pesquisa-inp {
    width: 100%;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #8F8F8F;
    border-radius: 19px;
    opacity: 1;
    margin-left: 0px;
}
}

/* Media Screen 280 */

@media screen and (max-width:280px){
.logo-grande {
    margin-left: 5%;
    margin-right: 5%;
}

.btn-add-imprimir {
    width: 252px;
}
}

.paddingleft3{
    padding-left: 3px;
}

@media print {
    @page :footer {
        display: none
    }

    @page :header {
        display: none
    }

    a[href]:after {
        content: none !important;
    }

    @page { margin: 0; }
    body { margin: 1.6cm; }
}

.menu{
    padding: 0;
    margin: 15px 0;
}

.menu li{
    list-style: none;
    margin-left: 40px;
    margin-bottom: 5px;
}

.menu li a{
    color: #FFFFFF;
    font-size: 13px;
}

.menu li a:hover{
    text-decoration: underline;
}

.active{
    font-weight: bold;
}
