body {
  margin: auto;
  text-align: center;
  font-family: Verdana;
}

form {
  margin: 0;
}

#login {
  width: 300px;
  font-size: 12px;
}

#topo span.logout {
  position: relative;
  top: 0px;
  float: right;
  font-size: 10px;
}

div#tabs ul {
  font: 62.5% "Trebuchet MS", sans-serif;
}

a {
  font-size: 13px;
  color: #000;
}

img {
  border: 0;
}

#layout h1 {
  font-size: 16px;
  color: #000000;
  margin: 5;
}

h1 span.titulo {
  position: absolute;
  margin-top: 20px;
}

#topo {
  padding: 5px 5px 5px 10px;
  text-align: left;
  background: #fff;
  border-bottom: 4px solid #ccc;
}

input {
  font-size: 10px;
  border: 1px solid #ccc;
}

#barra {
  text-align: right;
  padding-top: 10px;
}

#rodape {
  clear: both;
  font-size: 9px;
  color: #888;
  border-top: 1px solid #ccc;
  margin: 0 5px 0 5px;
  padding: 4px;
}

#tabs {
  border: 0;
  font-family: Tahoma;
}

#tabs div {
  font-size: 12px;
}

#tabs h2 {
  clear: both;
  padding-bottom: 6px;
  border-bottom: 2px solid #ccc;
  width: 60%;
  margin: auto;
  color: #777;
}

.ui-tabs-vertical {
  width: 55em;
}

.ui-tabs-vertical .ui-tabs-nav {
  padding: 0.2em 0.1em 0.2em 0.2em;
  float: left;
  width: 12em;
}

.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0 -1px 0.2em 0;
}

.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  padding-right: 0.1em;
  border-right-width: 1px;
  border-right-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel {
  padding: 1em;
  float: right;
  width: 40em;
}

#resultado_elegibilidade {
  margin: auto;
  width: 650px;
  padding: 6px;
}

.elegibilidadeErro {
  background-color: #ffbdb7;
}

#autorizacoes {
  margin: auto;
  text-align: center;
  width: 50%;
}

#situacao {
  margin: auto;
  text-align: center;
  width: 60%;
}

.div_resultado {
  margin: auto;
  width: 500px;
  padding: 6px;
}

table.situacao_inicial {
  border: 1px solid #ddd;
  font-size: 10px;
  empty-cells: hide;
  border-collapse: collapse;
}

table.situacao_inicial td {
  border: 1px solid #000;
  text-align: center;
  background-color: #eee;
  padding: 2px;
}

#solicitacoes dl {
  margin-bottom: 2px;
}

dl.solicitacao {
  border: 1px solid #ccc;
  padding: 10px;
}

dl.dados {
  margin: 25px;
}

dl.dados dt {
  background: #6cad46;
  color: #fff;
  float: left;
  font-weight: bold;
  font-size: small;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px;
  width: 100px;
}

dl.dados dd {
  margin: 2px 0;
  padding: 5px 0;
  text-align: left;
  font-size: small;
}

.fieldError {
  background-color: #ffcdd3;
}

.quadrante_1 {
  width: 500px;
  text-align: right;
}

#odontograma {
  margin: auto;
  width: 730px;
  padding: 4px;
  background: #fff;
}

#odontograma div {
  margin: 1px;
  width: 350px;
  border: 1px solid #ccc;
  padding: 4px;
}

dl.dente {
  margin: 0;
  width: 40px;
  text-align: center;
}

dl.dente dt {
  margin: auto;
  text-align: center;
}

dl.dente dd {
  margin: 0;
}

div.quadrante_1 dl {
  margin: 0;
  float: right;
  text-align: center;
}

div.quadrante_2 dl {
  margin: 0;
  float: left;
  text-align: center;
}

div.quadrante_1 {
  padding: 6px;
}

div.quadrante_2 {
  padding: 6px;
}

h3 {
  text-align: center;
}

#autorizacoes_enviadas {
  margin: auto;
  width: 730px;
  padding: 4px;
  background: #fff;
}

table.enviadas {
  margin: auto;
  font-size: 13px;
  border: 0;
}

table.enviadas td {
  border: 1px solid #ccc;
}

table.enviadas tr:hover {
  background: #ddd;
}

table.enviadas th {
  background: #6cad46;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px;
}

.progress {
  display: inline-block;
  position: relative;
  width: 200px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  margin-top: 10px;
}

.bar {
  background-color: #e7e7e7;
  font-size: 10px;
  width: 0%;
  height: 30px;
  border-radius: 3px;
  font-size: small;
  line-height: 1.8;
}

.percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}

.autorizacao_pendente {
  background-color: #ffffbb;
}

.autorizacao_liberada {
  background-color: #ccf69e;
}

.autorizacao_negada {
  background-color: #ffa1aa;
}

.autorizacao_parcial {
  background-color: #f3cf8d;
}

.form1 {
  color: black;
  border: 1px solid #ccc;
  background: #eee;
  width: 60%;
  margin: auto;
  padding: 40px;
  font-size: small;
  font-weight: bold;
}

#autorizacao_erro {
  background-color: #ff7f7f;
  padding: 5px;
  text-align: left;
  margin-bottom: 5px;
}

.selectLote {
  width: 165px;
  font-size: small;
}

#tabs-7 {
  text-align: left;
  margin: auto;
  width: 550px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#tabs-7 h4 {
  border-bottom: 3px solid #ccc;
  background-color: #ddd;
  padding: 5px;
}

/* Formatação do Menu */
.bg-menu {
  height: 35px;
  width: 100%;
  background-color: #ddd;

  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}

.fecha-menu {
  display: none;
}

.menu {
  list-style: none;
  float: left;
  padding: 4px;
}

.menu li {
  position: relative;
  float: left;
  white-space: nowrap;
}

.menu li a {
  color: #333;
  text-decoration: none;
  padding: 5px 15px;
  display: block;
  white-space: nowrap;
}

.menu li a:hover {
  background: #333;
  color: #fff;
  -moz-box-shadow: 0 3px 10px 0 #ccc;
  -webkit-box-shadow: 0 3px 10px 0 #ccc;
  text-shadow: 0px 0px 5px #fff;
}

.menu li ul {
  position: absolute;
  top: 25px;
  left: 0;
  background-color: #fff;
  padding: 0;
  display: none;
}

.menu li ul li a {
  padding: 10px 0px;
}

.menu li:hover ul,
.menu li.over ul {
  display: block;
}

.menu li ul li {
  display: block;
  width: 150px;
  border: 1px solid #c0c0c0;
}

.bg-menu a.icon {
  display: none;
}

p {
  color: black;
  font-size: small;
  font-weight: normal;
}

h3 {
  color: #777;
}

#cancelar_autorizacao {
  background-color: #f44336;
  /* Red */
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

#solicitar_autorizacao {
  background-color: #4caf50;
  /* Green */
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

#finalizar_autorizacao {
  background-color: #008cba;
  /* Blue */
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.table1 {
  border: 1px solid #ccc;
  font-size: 12px;
  width: 50%;
  margin: auto;
  text-align: center;
}

.table1 th {
  background: #ddd;
}

.table1 td {
  border: 1px solid #ccc;
}

.calendario {
  border: 1px solid #ccc;
  font-size: 12px;
  margin: auto;
  text-align: center;
  width: 25%;
}

.calendario th {
  background: #ddd;
}

.calendario td {
  border: 1px solid #ccc;
}

/*login */
.formLogin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #04aa6d;
  width: 30%;
}

.esqueciSenha {
  text-decoration: underline;
  cursor: pointer;
  color: #f3ebeb;
  font-weight: 600;
  font-size: 14px;
}

.token-inputs {
  display: flex;
  gap: 10px;
}

.carousel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  height: 100%;
  object-fit: cover;
}

* {
  box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Fading animation 
.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}
*/
/* CSS FORMS LOGIN */

.passTK {
  text-align: center;
}

.form {
  --input-focus: #2d8cf0;
  --font-color: #323232;
  --font-color-sub: #666;
  --bg-color: #fff;
  --main-color: #323232;
  padding: 20px;
  background: #026b45;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  border-radius: 5px;
  border: 2px solid var(--main-color);
  box-shadow: 4px 4px var(--main-color);
}

.title {
  color: white;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 25px;
  text-align: initial;
}

.title span {
  color: #f3ebeb;
  font-weight: 600;
  font-size: 17px;
}

.input {
  --input-focus: #2d8cf0;
  --font-color: #323232;
  --font-color-sub: #666;
  --bg-color: #fff;
  --main-color: #323232;
  width: 250px;
  height: 40px;
  border-radius: 5px;
  border: 2px solid var(--main-color);
  background-color: var(--bg-color);
  box-shadow: 4px 4px var(--main-color);
  font-size: 15px;
  font-weight: 600;
  color: var(--font-color);
  padding: 5px 10px;
  outline: none;
}

.input::placeholder {
  color: var(--font-color-sub);
  opacity: 0.8;
}

.input:focus {
  border: 2px solid var(--input-focus);
}

.icon {
  width: 24px;
  height: 24px;
  fill: var(--main-color);
}

.button-log:active,
.button-confirm:active {
  box-shadow: 0px 0px var(--main-color);
  transform: translate(3px, 3px);
}

.button-confirm {
  margin: 10px auto 0 auto;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  border: 2px solid var(--main-color);
  background-color: var(--bg-color);
  box-shadow: 4px 4px var(--main-color);
  font-size: 17px;
  font-weight: 600;
  color: var(--font-color);
  cursor: pointer;
}

.loginPage {
  display: flex;
  flex-direction: row;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #006a1c;
}

.titulo {
  font-weight: bold;
  padding: 2px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

/* Remove as setas nos inputs do tipo number */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.logoFio {
  max-width: 40%;
}

@media only screen and (max-device-width: 900px) {
  main {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    /* height: 100%; */
    background-color: #006a1c;
    align-items: center;
  }

  .carousel {
    display: flex;
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    max-width: 100%;
    height: auto;
    /* object-fit: cover; */
  }

  .esqueciSenha {
    text-decoration: underline;
    cursor: pointer;
    color: #f3ebeb;
    font-weight: 600;
    font-size: 40px;
  }

  .formLogin {
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #04aa6d;
    width: 100%;
  }

  .title {
    color: white;
    font-weight: 900;
    font-size: 60px;
    margin-bottom: 25px;
    text-align: initial;
  }

  .title span {
    color: #f3ebeb;
    font-weight: 600;
    font-size: 30px;
  }

  .form {
    --input-focus: #2d8cf0;
    --font-color: #323232;
    --font-color-sub: #666;
    --bg-color: #fff;
    --main-color: #323232;
    padding: 20px;
    background: #026b45;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    border-radius: 5px;
    border: 2px solid var(--main-color);
    margin: 10px;
    box-shadow: 4px 4px var(--main-color);
  }

  .button-confirm {
    margin: 10px auto 0 auto;
    width: 49%;
    height: 15%;
    border-radius: 5px;
    border: 2px solid var(--main-color);
    background-color: var(--bg-color);
    box-shadow: 4px 4px var(--main-color);
    font-size: 35px;
    font-weight: 700;
    color: var(--font-color);
    cursor: pointer;
  }

  .logoFio {
    max-width: 75%;
  }

  #login {
    width: 80%;
    font-size: 12px;
    height: 60%;
  }

  .input {
    --input-focus: #2d8cf0;
    --font-color: #323232;
    --font-color-sub: #666;
    --bg-color: #fff;
    --main-color: #323232;
    width: 100%;
    height: 13%;
    border-radius: 5px;
    border: 2px solid var(--main-color);
    background-color: var(--bg-color);
    box-shadow: 4px 4px var(--main-color);
    font-size: 40px;
    font-weight: 600;
    color: var(--font-color);
    padding: 5px 10px;
    outline: none;
  }

  .imagemTopo {
    width: 5%;
  }
}