* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-family: sans-serif, Arial, Tahoma;
  background: #d5d5d5;
  color: #177391;
}

h1, h2, h3, h4 {
  margin: 0.0em 0;
}

.alinha_texto_centro {
  text-align: center;
}

.container {
  width: 80%;
  margin: 0 auto;
}

#works .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#works .col {
  width: 32%;
  aspect-ratio: 4/3;
  /* outline: 1px solid red; */
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.9);
  margin-bottom: 20px;
}

#works .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.alinha_centro {
  position: relative;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.alinha_centro_tela {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: auto;
}

.alinha_direita {
  position: relative;
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
  text-align: right;
  right: 5.5%;
}

.alinha_esquerda {
  position: relative;
  padding: 0px;
  margin: 0px;
  text-align: right;
  right: 70.6%;
}

.alinha_gravar_excluir {
  position: relative;
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
  text-align: right;
  right: 5.5%;
}

.alinha_login {
  position: relative;
  text-align: center;
}

.alinha_logo {
  position: relative;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
}

.alinha_texto_cabecalho {
  position: relative;
  padding: 0px;
  margin: 0px;
  text-align: center;
  margin: 0 auto;
  float: none;
  margin-top: 6px;
}

.borda_arredontada {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.botoes {
  position: absolute;
  cursor: pointer;
  right: 4.4%;
}

.botao_adicionar {
  position: absolute;
  cursor: pointer;
  left: 95%;
  margin-top: 20px;
  margin-left: -35px;
}

.botao_imagem {
  padding: 0px;
  margin: 0px;
  text-align: center;
  cursor: pointer;
}

.botao_fechar {
  position: absolute;
  cursor: pointer;
  left: 100%;
  margin-top: -22px;
  margin-left: -24px;
}

.botao_entrar {
  position: absolute;
  cursor: pointer;
  left: 100%;
  margin-top: 7%;
  margin-left: -55%;
}

.botao_menu {
  position: absolute;
  cursor: pointer;
  left: 1%;
  top: 1%;
}

.botao_tela_cheia {
  position: absolute;
  cursor: pointer;
  left: 100%;
  margin-top: -24px;
  margin-left: -50px;
}

#box {
  width: 99.6%;
  margin-left: 0.2%;
  margin-right: 0.2%;
  border: 1px solid #999;
  margin-top: 1%;
  background: #eee9e9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 10px;
}

.cabecalho {
  background: url(../../lib/img/img_fundo.png) repeat-x 0 0;
  width: 100%;
  height: 30px;
  text-align: center;
  color: #ffffff;
}

.cabecalho_principal {
  background: url(../../lib/img/img_fundo.png) repeat-x 0 0;
  width: 100%;
  height: 30px;
  text-align: center;
  color: #ffffff;
  position: fixed;
  clear: both;
  font-family: sans-serif, Arial, Tahoma;
  font-size: 14px;
  font-weight: bold;
  padding-top: 4px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 4);
  text-overflow: ellipsis;
  letter-spacing: 2px;
}

.caixa_lista {
  border: 2px solid #ccc;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 10px;
  /*margin-left: 5%; */
  /* margin-right: 5%; */
}

.caixa_lista_despesa_receita {
  border: 2px solid #ccc;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  font-size: 14px;
  padding: 6px;
  margin-left: 5%;
  margin-right: 5%;
  display: block;
}

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

.caixa_lista img {
  float: left;
  border-radius: 50%;
}

.caixa_lista span {
  font-size: 14px;
  margin-left: 55px;
  margin-top: 17px;
  display: block;
}

@media (max-width: 100px) {
  .caixa_lista {
    text-align: center;
  }

  .caixa_lista img {
    margin: left;
    float: none;
    display: block;
  }
}

.campo, .campo_cep, .campo_checkbox, .campo_cpf, .campo_data, .campo_mes_ano, .campo_hora, .campo_inteiro, .campo_porcentagem, .campo_telefone, .campo_textbox, .campo_valor, .campo_100, .campo_310 {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  color: #000;
  margin-left: 5%;
  margin-bottom: 10px;
  padding: 10px;
  background: #ffffff;
  height: 40px;
}

.campo {
  width: 90%;
}

.campo_100 {
  width: 100px;
}

.campo_310 {
  width: 310px;
}

.campo_cep {
  width: 160px;
}

.campo_checkbox {
  height: 30px;
  width: 30px;
}

.campo_checkbox_acessos {
  height: 25px;
  width: 25px;
}

.campo_cpf {
  width: 160px;
}

.campo_divisao {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 40px;
  padding: 10px;
  background-color: #b5b5b5;
  color: white;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}

.campo_espaco {
  margin-top: 10px;
  margin-bottom: 0px;
}

.campo_data {
  width: 160px;
}

.campo_mes_ano {
  width: 80px;
}

.campo_data_pesquisa {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  color: #000;
  margin-left: 5%;
  margin-bottom: 10px;
  margin-top: -8px;
  padding: 5px;
  background: #ffffff;
  height: 30px;
  width: 160px;
}

.campo_hora {
  width: 80px;
}

.campo_inteiro {
  width: 80px;
  text-align: right;
}

.campo_porcentagem {
  width: 80px;
  text-align: right;
}

.campo_telefone {
  width: 160px;
}

.campo_textbox {
  height: 90px;
  width: 90%;
}

.campo_valor {
  width: 160px;
  text-align: right;
}

.card {
  background: #ffffff;
  border-radius: 2px;
  display: inline-block;
  margin: 1rem;
  position: relative;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.centraliza_tudo {
  text-align: center;
}

.centraliza_div {
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -200px;
}

#centraliza_imagem {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -200px;
}

.cor_cinza {
  background-color: #d5d5d5;
}

.fundo_input {
  background-color: #f0f0f0;
  opacity: 1;
}

.cursor_ponteiro {
  cursor: pointer;
}

.cursor_ponteiro_espaco {
  cursor: pointer;
  padding-right: 5px;
}

#customers {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
}

#customers td, #customers th {
  font-size: 1em;
  border: 1px solid #4f4f4f;
  padding: 3px 7px 2px 7px;
}

#customers th {
  font-size: 1.1em;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 4px;
  background-color: #e8e8e8;
  color: #000000;
}

#customers tr.alt td {
  color: #000000;
  background-color: #eaf2d3;
}

.fundo_branco {
  background: #ffffff;
}

.fundo_cinza {
  background-color: #d5d5d5;
}

h1 {
  padding-top: 7px;
  font-size: 14px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 4);
  text-overflow: ellipsis;
  letter-spacing: 2px;
}

.imagem_32_32 {
  width: 32px;
  height: 32px;
}

.imagem_64_64 {
  width: 64px;
  height: 64px;
}

.imagem_cadastro {
  width: 140px;
  height: 110px;
  border: #999 1px solid;
}

img {
  max-width: 100%;
}

img.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ffffff;
}

input {
  outline: none;
  font-size: 14px;
}

input:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: #999 1px solid;
}

.input-field label {
  font-family: sans-serif, Arial, Tahoma;
  font-size: 14px;
  color: #177391;
}

.input-field input[type=text]:focus+label {
  font-family: sans-serif, Arial, Tahoma;
  font-size: 14px;
  color: #177391;
}

.input-field input[type=text]:focus {
  border-bottom: 1px solid #177391;
  box-shadow: 0 1px 0 0 #177391;
}

.input-field input[type=text].valid {
  border-bottom: 1px solid #177391;
  box-shadow: 0 1px 0 0 #177391;
}

.input-field input[type=text].invalid {
  border-bottom: 1px solid #177391;
  box-shadow: 0 1px 0 0 #177391;
}

.input-field .prefix.active {
  color: #177391;
}

.label_text {
  float: left;
  margin-left: 5.1%;
  margin-right: 1%;
  font-size: 14px;
}

.loader {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: auto;
  top: 50%;
  left: 50%;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  display: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.logo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 40%;
  background-image: url("../../lib/img/logo_netfutura.png");
  background-repeat: no-repeat;
}

.margem_esquerda {
  margin-left: 5.1%;
}

.menu {
  position: absolute;
  max-width: 100%;
  top: 5.3px;
  left: 10px;
  z-index: -1;
  height: 20px;
  cursor: pointer;
}

nav {
  height: 30px;
  line-height: 30px;
}

nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
  height: 30px;
  line-height: 30px;
}

nav .button-collapse i {
  height: 30px;
  line-height: 30px;
}

nav .brand-logo {
  font-size: 1.6rem;
}

@media only screen and (min-width: 601px) {
  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 30px;
    line-height: 30px;
  }
}

.redondo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.redondo_usuario {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.rodape {
  background: url(../../lib/img/img_fundo.png) repeat-x 0 0;
  width: 100%;
  height: 30px;
  text-align: center;
  color: #ffffff;
  position: fixed;
  bottom: 0px;
  clear: both;
}

.rodape_fixo {
  background: url(../../lib/img/img_fundo.png) repeat-x 0 0;
  width: 100%;
  height: 30px;
  text-align: center;
  color: #ffffff;
  position: fixed;
  bottom: 0px;
  clear: both;
}

.rodape_principal {
  background: url(../../lib/img/img_fundo.png) repeat-x 0 0;
  width: 100%;
  height: 30px;
  text-align: center;
  color: #ffffff;
  position: fixed;
  bottom: 0px;
  clear: both;
  font-family: sans-serif, Arial, Tahoma;
  font-size: 14px;
  font-weight: bold;
  padding-top: 4px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 4);
  text-overflow: ellipsis;
  letter-spacing: 2px;
}

.desce_mais {
  padding-top: 5px;
}

.mais_direita {
  margin-left: 5% !important;
}

.ui-page {
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tamanho_campo {
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
}

.tamanho_letra_14 {
  font-size: 14px !important;
}

.texto_h1 {
  font-family: sans-serif, Arial, Tahoma;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 4);
  text-overflow: ellipsis;
  letter-spacing: 2px;
}

.texto_input {
  text-align: center;
  display: block;
}

table {
  margin: 10px 0pt 15px;
  font-size: 14px;
  width: 90%;
  margin-left: 5%;
  text-align: left;
}

table thead tr th, table tfoot tr th {
  background-color: #ccc;
  border: 1px solid #FFF;
  font-size: 8pt;
  padding: 4px;
}

table thead tr .header {
  background-image: url(../../lib/img/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

/*
table tbody td {
  color: #3D3D3D;
  padding: 4px;
  background-color: #FFF;
  vertical-align: top;
}
*/

/*
table tbody tr.odd td {
  background-color: #F0F0F6;
}
*/

table thead tr .headerSortUp {
  background-image: url(../../lib/img/asc.gif);
}

table thead tr .headerSortDown {
  background-image: url(../../lib/img/desc.gif);
}

table thead tr .headerSortDown, table thead tr .headerSortUp {
  background-color: #666;
  color: #fff;
}

.texto_preto {
  color: #000000;
}

.pagedisplay {
  width: 40px;
  text-align: center;
  border: none;
  background-color: #f2f2f2;
  font-weight: 900;
}

.whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 15px;
  right: 15px;
  text-align: center;
  font-size: 30px;
  z-index: 999997;
}