table.paleBlueRows {
  font-family: inherit;
  border: 1px solid #FFFFFF;
  /*height: 200px;*/
  text-align: center;
  margin-right: 30px;
  border-collapse: collapse;
}

tr>td:first-child {
  text-align: left;
}

table.paleBlueRows td,
table.paleBlueRows th {
  border: 1px solid #FFFFFF;
}

table .header>tr>th {
  padding: 0px 12px 15px 12px;
  font-size: 16px !important;
}

table.paleBlueRows tbody td {
  font-size: 12px;
}

table.paleBlueRows tr:nth-child(even) {
  background: #ffffff;
}

table.paleBlueRows thead {
  background: #ffffff;
  border-bottom: 2px solid #111;
}

table.paleBlueRows thead th {
  font-size: 14px;
  font-weight: bold;
  color: rgb(77, 77, 77);
  text-align: center;
  border-left: 2px solid #FFFFFF;
}

table.paleBlueRows thead th:first-child {
  border-left: none;
}

table.paleBlueRows tfoot {
  font-size: 13px;
  color: #333333;
  background: #d6d5df1f;
}

table.paleBlueRows tfoot td {
  font-size: 14px;
  padding: 10px;
}

.divPrincipal {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.divPrincipal :hover {
  transform: scale(1.1);
  transition: all 0.5s;
}

.acessoManuais {
  text-decoration: none;
  color: #ffffff;
}

.btnArtigo {
  border-width: medium;
  border-style: solid;
  padding: 15px;
  border-radius: 10px 40px;
  background-color: #5accff;
  border-style: none;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
}

.button {
  background-color: #111;
  border: none;
  color: white;
  padding: 15px 25px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

/*.button:hover {
        background-color: #111;
    }*/

/* inicio  de area de checkbox*/
.container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #999999;
}

.container:hover input~.checkmark {
  background-color: #999999;
}

.container input:checked~.checkmark {
  background-color: #00938e;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked~.checkmark:after {
  display: block;
}

.container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.docsify-tabs>button {
  cursor: pointer !important;
}

.markdown-section {
  max-width: 1000px !important;
}

#container-modelo,
#container-erro {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 5px;
  padding: 5px;
}

.sub-container-erro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
}

#ImgErro {
  max-width: 560.0000000000001px;
  max-height: 325.7099697885197px;
  height: 100%;
  width: 100%;
  margin-bottom: 25px;
}

#TituloErro {
  font-weight: 400;
  font-size: calc(1.3rem + 1.0vw);
  line-height: 1.2;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #161a59;
  margin-top: 50px;
}

.textoErroPermissao {
  text-align: center;
  color: #161a59;
  font-weight: 600;
  font-size: 1.3rem;
  list-style: none;
  line-height: 1.9rem;
}

.sub-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}

.logoOvvo {
  margin-bottom: 20px;
  max-width: auto;
  max-height: auto;
}

.label {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  margin-bottom: -5px;
  margin-top: -5px;
  width: 100%;
}

.itens {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
  max-width: 560.0000000000001px;
  width: 100%;
  position: relative;
}

.sub-itens {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
}

#ImgModelo {
  max-width: 560.0000000000001px;
  max-height: 325.7099697885197px;
  height: 100%;
  width: 100%;
  margin-bottom: 25px;
}

.hr1 {
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, transparent, #CCC, transparent);  
  width: 50%;
}

@media (max-width: 536px) {
  .itens {
    display: inline-block;
    white-space: nowrap;
    overflow: auto !important;
    text-overflow: ellipsis;
  }
}

@media (max-width: 768px) {
  
  .hr1 {
    width: 100%;
  }
}


.btnDados {
  border-color: initial;
  background-color: #5ACCFF;
  color: rgb(255, 255, 255);
  text-decoration-color: initial;
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 2.2rem;
  text-decoration: none;
  display: flex;
  width: 13rem;
  border-radius: 4px;
  border: 0;
}

.btnDados {
  display: inline-flex;
}

.BuscarDados {
  display: flex;
  flex-direction: column;
  align-items: center;
}