:root {
  --escuro: #00202d;
  /*--escuro: #016272;*/
  /*--escuro: #3aa0b5;*/
  --claro: #ffffff;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
}
img {
  max-width: 100%;
}
a {
  color: var(--escuro);
  text-decoration: none;
}
.full {
  float: left;
  width: 100%;
  clear: both;
}
.icons {
  display: inline-block;
  margin: 0 5px;
}
#cabecalho {
  min-height: 100px;
  z-index: 1500;
  background-color: var(--escuro);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
#cabecalho > .wrapper {
  position: relative;
}
#logo {
  float: left;
  margin-top: 10px;
}
#data {
  float: right;
  margin-top: 15px;
}
#info {
  display: table;
  margin: 0 auto;
  padding: 15px 0;
}
#info h1 {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--escuro);
  font-size: 30px;
  padding: 0;
  margin: 0;
}
table {
  display: table;
  margin: 0 auto;
  clear: both;
  width: 100%;
}
table#adicionar {
  width: 600px;
}
table td.icos {
  width: 80px;
}
th {
  background-color: var(--escuro) !important;
  color: var(--claro);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  border-right: solid 1px var(--escuro);
  text-align: center;
}
input.input {
  padding: 8px 7px;
  border: solid 0px;
  background: var(--escuro);
  color: var(--claro);
  font-size: 11px;
  text-transform: uppercase;
}
input.caixa {
  padding: 5px 2px;
  border: solid 1px var(--escuro);
  width: 250px;
}
table td {
  border-right: dotted 1px gray;
  max-width: 160px;
}
table tr:nth-child(odd) td {
  background-color: #eaeaea;
}
table tr:nth-child(odd) td {
  background-color: #e1e1e1;
}
.centro {
  text-align: center;
}
.nome a:link,
.nome a:visited {
  font-size: 13px;
  color: var(--escuro);
  font-weight: bold;
  text-transform: uppercase;
}
.nome a:hover {
  text-decoration: underline;
}
td.label {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  width: 20%;
}
table td.lista_excep,
table#accao td {
  background: transparent !important;
  border: solid 0px !important;
  text-align: center;
}
table td.lista_excep {
  padding-left: 0;
}
table#accao td.separador {
  width: 10px;
  display: block;
}
.separador_tabela {
  border: solid 0px;
  height: 20px;
  background: transparent !important;
}
#wrapper_login {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 35%;
  margin: 30px auto;
  background: var(--escuro);
  color: var(--claro);
  padding: 20px;
  clear: both;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#login {
  width: 100%;
  clear: none;
}
#login td {
  border: solid 0px !important;
  background-color: transparent !important;
}
#login td.label {
  color: var(--claro);
  font-size: 16px;
  width: 60%;
  text-align: center;
}
span.entrada {
  display: block;
  color: var(--claro);
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#login input.texto {
  padding: 10px 1.5%;
  width: 60%;
  margin: 0 auto;
  border: solid 1px #fff;
}
#login .butao {
  border: solid 0px;
  background: transparent;
  background-color: var(--escuro);
  color: var(--claro);
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px;
}
.erro {
  color: red;
  background: var(--claro);
  padding: 10px;
  border-radius: 5px;
}
.wrapper_print {
  /*width: 38px;*/
  /*+150*/
  /* width: 300px;
  height: 550px; */
  width: 72mm;
  height: 90mm;
  padding: 0;
  float: left;
  background-color: red;
}
#popup_estado {
  position: relative;
  width: 100%;
  clear: both;
  max-width: 70%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#close_popup {
  width: 30px;
  height: 30px;
  background: red;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
#popup_estado #cabecalho {
  display: none;
}
#reader button {
  width: 480px;
  height: 100px;
  font-size: 30px;
  background: var(--escuro);
  color: var(--claro);
  font-weight: 400;
}
.qrWrapper,
.nome_print {
  float: left;
}
.qrWrapper {
  width: 100%;
  height: 100%;
  /* border-bottom: solid 5px #000; */
  padding-bottom: 20px;
  position: relative;
}
#contentor table {
  font-weight: 600;
}
.qrcode_container img,
.qrWrapper img {
  max-width: 50px;
  max-height: 50px;
}
.wrapper_print .nome_print {
  border: 1px dotted purple;
}
.qrWrapper_print {
  width: 150px;
  height: 150px;
  margin-left: 30px;
  z-index: 900;
}
.uniqid {
  font-size: 10px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.qrWrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nome_nome {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wrapper_print > .nome_print {
  margin: 0;
  padding: 0;
  display: inline-block;
  clear: both;
  text-align: left;
  width: 70mm;
  height: 70mm;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 90mm;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.nome_nome {
  font-size: 30px;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}
.wrapper_print .empresa_print {
  font-size: 14px;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 70px;
}
.cursos {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  position: absolute;
  right: 120px;
  bottom: 10px;
  border: 1px solid #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.cursos.curso1 {
  right: 150px;
}

#cartao input,
#adicionar input {
  width: 97%;
  padding: 10px 1.5%;
}
#cartao .input {
  text-transform: capitalize;
}
#cartao .input_nome {
  text-transform: uppercase;
}
#cartao input.botao,
#adicionar input.botao {
  display: inline;
  padding: 5px;
  margin: 0 5px;
  border: solid 0px;
  background: #fba70c;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  width: auto;
}
#cartao td.botoes {
  text-align: center;
}
.div_print {
  display: inline-block;
}
.subtabela_nomes td {
  background: #fff !important;
  border-bottom: dotted 1px #fba70c;
}
.subtabela_nomes h3 {
  color: #fba70c;
  font-size: 20px;
  text-align: center;
}
td.icos img.icons {
  cursor: pointer;
}
table td.pesquisa {
  text-align: left;
}
table tr.atencao_1 td {
  background-color: #fff479 !important;
}
table tr.atencao_2 td {
  background-color: #ff79e9 !important;
}
table tr.atencao_3 td {
  background-color: lightblue !important;
}
table tr.atencao_4 td {
  background-color: lightsalmon !important;
}
table tr.atencao_5 td {
  background-color: lightgreen !important;
}
table tr.atencao_6 td {
  background-color: lightseagreen !important;
}
.icone_lista {
  font-size: 20px;
}
.icone_lista.red {
  color: red;
  border: 1px solid red;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.icone_lista.green {
  color: green;
  border: 1px solid green;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

td > span {
  word-break: break-word;
}

@media (min-width: 1200px) {
  .wrapper,
  #contentor {
    /* width: 1200px; */
    margin: 0 auto;
    display: table;
  }
  #contentor {
    padding-top: 50px;
  }
}
@media (min-width: 1px) and (max-width: 1099px) {
  #contentor {
    width: 95%;
    padding: 0 2.5%;
    margin: 20px 0 0;
    float: left;
  }
}
