:root {
  font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;

  color-scheme: light ;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
  background-color: #edf1f5  !important;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

.card {
  padding: 2em;
}

#app {
  text-align: center;
  width: 100%;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #edf1f5;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}


.tabela {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.tabela td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  font-size: 14px;
}

.tabela th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  font-size: 14px;
}

.tabela input  {
  width: 100%;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 5px;
  text-align: left;
  border-radius: 5px;
}

.tabela textarea  {
  width: 100%;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 5px;
  text-align: left;
  border-radius: 5px;
}


.tabela select  {
  width: 100%;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 5px;
  text-align: left;
  border-radius: 5px;
  background-color: #fff;
}



.tabela2 td {
  border: none;
  padding-top: 0px;
  padding-left: 0px;
}

.btn-open-modal {
  color: #fff;
  background: #01579b;
  /* border: 2px solid #ccc; */
  border-radius: 4px;
  margin: 20px auto;
  padding: 6px;
  min-width: 120p;
  cursor: pointer;
  margin-right: 10px;
}

.btn-open-modal:hover {
  background: #ccc;
  color: black;
  border: none !important;
}


.div1 {
  background-color: #edf1f5;
  text-align: center;
  padding: 20px;
}

.div2 {
  background-color: #fff;
  display: inline-block;
  width: 900px;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  margin: 0 auto;
}

.titulo {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}

.titulo2 {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}


.botao_del {
  color: #da7a73;
  font-weight: 700;
  cursor: pointer;
  margin: 2px;
  cursor: pointer;
}

.botao_del2 {
  color: #aa524c;
  font-weight: 700;
  cursor: pointer;
  margin: 2px;
  cursor: pointer;
}

.botao_add2 {
  color: #9bd284;
  font-weight: 700;
  cursor: pointer;
  margin: 2px;
  cursor: pointer;
}


.destaque {
  text-align: left; 
  background-color: #eee;
  font-size: 14px;
  font-weight: bold;
}

.tabela3 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.tabela3 td {
  border: 1px solid #ddd;
  padding: 6px;
  text-align: left;
  font-size: 12px;
}

.tabela3 th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  font-size: 12px;
}

.tabela4 {
  border: none !important;
}

.tabela4 td {
  border: none !important;
}

.tabela4 th {
  border: none !important;
}

.erro1 {
  color: red;
}

.erroCampo {
  background-color: #FFEBEE !important;
  border: 1px solid red !important;
}

.td_apagado {
  color: #aaa;
  font-style: italic;
}

.cabecalho2 {
  font-size: 10px !important;
  text-align: center !important;
  padding:2px !important;
  color: #999;
}

.linkAction {
  color: #01579b;
  cursor: pointer;
  text-decoration: underline;
}

.negrito {
  font-weight: bold;
}

.tabelinha {

}

.tabelinha td {
  font-size: 10px;
  padding: 0px;
}

.criteriosDiv {
  font-size: 12px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px #ddd solid;
  padding: 15px;
}

.criteriosDiv td {
  vertical-align: top;
}

.avisoImportante {
  color: red;
  font-weight: bold;
}

.direita {
  text-align: right !important;
}

.clicavel {
  cursor: pointer;
}

.cartao1 {
  border: 1px solid #eee;
  margin: auto;
  min-width: 600px;
}

.cartao1 th {
  border: 1px solid #eee;
  padding: 5px;
  text-align: center;
  min-width: 80px;
}

.cartao1 td {
  border: 1px solid #eee;
  padding: 5px;
  text-align: center;
}

.hPonto1 {
  font-size: 20px;
  margin-bottom: 4px;
  text-align: center;
} 

.hPonto2 {
  margin-bottom: 30px;
  font-size: 10px;
  text-align: center;
} 

@media print {
  .pagebreak { page-break-before: always; } /* page-break-after works, as well */
}

.printOnly {
  display: none;
}