@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
a,
button,
p {
  color: #000000;
  transition: all 0.4s linear;
}

a {
  text-decoration: none;
}

app-header {
  background: #fff !important;
  padding-top: 10px;
}

.area-reservada-session [type="text"],
.area-reservada-session [type="number"] {
  margin: 0 0px 30px;
}

.menu-extra {
  background: #f3f5f8;
  padding-left: 20px;
  padding-right: 10px;
}

.menu-extra-list .grayIcon {
  display: none !important;
}

.menu-extra-list span {
  font-size: 15px;
  font-weight: 400;
  color: #0067a3;
  transition: all 0.4s linear;
}

.menu-extra-list span:before {
  font-family: "FontAwesome";
  font-size: 14px;
  color: #0067a3;
  content: "\f111";
  padding-right: 5px;
}

.area-reservada-session #content {
  padding: 0;
}

@media (min-width: 641px) {
  .iconmenu {
    display: none !important;
  }
}

.area-reservada h2 {
  font-size: 30px;
  font-weight: 700;
  color: #0067a3 !important;
}

/*4cols*/
#table-list,
#table-list table {
  border: none;
  text-align: left;
  width: 100%;
  color: #000000;
  border-collapse: collapse;
}

#table-list tr:nth-child(odd) {
  background: #ffffff;
}

#table-list tr:nth-child(even) {
  background: #f3f5f8;
}

#table-list tr:nth-child(1) {
  background: #ffffff;
}

#table-list tr {
  border: none;
}
#table-list th {
  vertical-align: top;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #1d3a6a;
}
#table-list td {
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}
#table-list td a {
  font-size: 12px;
  font-weight: 500;
  color: #1d3a6a;
  line-height: 1.4;
  text-decoration: none;
}
#table-list td a:hover {
  color: #0092d0;
}
#table-list tr:hover a {
  color: #0092d0;
}
#table-list tr th:first-child,
#table-list tr td:first-child {
  width: 35%;
}
#table-list tr th:nth-child(2),
#table-list tr td:nth-child(2) {
  width: 20%;
}
#table-list tr th:nth-child(3),
#table-list tr td:nth-child(3) {
  width: 35%;
}
#table-list tr th:last-child,
#table-list tr td:last-child {
  width: 10%;
}
#table-list tr td:last-child {
  text-align: center;
}

@media only screen and (max-width: 992px) {
  #table-list tr th:first-child,
  #table-list tr th:nth-child(2),
  #table-list tr th:nth-child(3),
  #table-list tr th:last-child,
  #table-list tr td:first-child,
  #table-list tr td:nth-child(2),
  #table-list tr td:nth-child(3),
  #table-list tr td:last-child {
    width: 100%;
    float: left;
    text-align: left;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.table-list-3cols,
.table-list-3cols table {
  border: none;
  text-align: left;
  width: 100%;
  color: #000000;
  border-collapse: collapse;
}

.table-list-3cols tr:nth-child(odd) {
  background: #ffffff;
}

.table-list-3cols tr:nth-child(even) {
  background: #f3f5f8;
}

.table-list-3cols tr:nth-child(1) {
  background: #ffffff;
}

.table-list-3cols tr {
  border: none;
}
.table-list-3cols th {
  vertical-align: top;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #1d3a6a;
}
.table-list-3cols td {
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}
.table-list-3cols td a {
  font-size: 12px;
  font-weight: 500;
  color: #1d3a6a;
  line-height: 1.4;
  text-decoration: none;
}
.table-list-3cols td a:hover {
  color: #0092d0;
}
.table-list-3cols tr:hover a {
  color: #0092d0;
}
.table-list-3cols tr th:first-child,
.table-list-3cols tr td:first-child {
  width: 40%;
}
.table-list-3cols tr th:nth-child(2),
.table-list-3cols tr td:nth-child(2) {
  width: 40%;
}
.table-list-3cols tr th:last-child,
.table-list-3cols tr td:last-child {
  width: 20%;
}
.table-list-3cols tr td:last-child {
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .table-list-3cols tr th:first-child,
  .table-list-3cols tr th:nth-child(2),
  .table-list-3cols tr th:last-child,
  .table-list-3cols tr td:first-child,
  .table-list-3cols tr td:nth-child(2),
  .table-list-3cols tr td:last-child {
    width: 100%;
    float: left;
    text-align: left;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#table-list-5cols,
#table-list-5cols table {
  border: none;
  text-align: left;
  width: 100%;
  color: #000000;
  border-collapse: collapse;
}

#table-list-5cols tr:nth-child(odd) {
  background: #ffffff;
}

#table-list-5cols tr:nth-child(even) {
  background: #f3f5f8;
}

#table-list-5cols tr:nth-child(1) {
  background: #ffffff;
}

#table-list-5cols tr {
  border: none;
}
#table-list-5cols th {
  vertical-align: top;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #1d3a6a;
}
#table-list-5cols td {
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}
#table-list-5cols td a {
  font-size: 12px;
  font-weight: 500;
  color: #1d3a6a;
  line-height: 1.4;
  text-decoration: none;
}
#table-list-5cols td a:hover {
  color: #0092d0;
}
#table-list-5cols tr:hover a {
  color: #0092d0;
}
#table-list-5cols tr th:first-child,
#table-list-5cols tr td:first-child {
  width: 10%;
}
#table-list-5cols tr th:nth-child(2),
#table-list-5cols tr td:nth-child(2) {
  width: 32%;
}
#table-list-5cols tr th:nth-child(3),
#table-list-5cols tr td:nth-child(3) {
  width: 20%;
}
#table-list-5cols tr th:nth-child(4),
#table-list-5cols tr td:nth-child(4) {
  width: 28%;
}
#table-list-5cols tr th:last-child,
#table-list-5cols tr td:last-child {
  width: 10%;
}
#table-list-5cols tr td:last-child {
  text-align: center;
}

@media only screen and (max-width: 992px) {
  #table-list-5cols tr th:first-child,
  #table-list-5cols tr th:nth-child(2),
  #table-list-5cols tr th:nth-child(3),
  #table-list-5cols tr th:nth-child(4),
  #table-list-5cols tr th:last-child,
  #table-list-5cols tr td:first-child,
  #table-list-5cols tr td:nth-child(2),
  #table-list-5cols tr td:nth-child(3),
  #table-list-5cols tr td:nth-child(4),
  #table-list-5cols tr td:last-child {
    width: 100%;
    float: left;
    text-align: left;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#table-list-6cols,
#table-list-6cols table {
  border: none;
  text-align: left;
  width: 100%;
  color: #000000;
  border-collapse: collapse;
}

#table-list-6cols tr:nth-child(odd) {
  background: #ffffff;
}

#table-list-6cols tr:nth-child(even) {
  background: #f3f5f8;
}

#table-list-6cols tr:nth-child(1) {
  background: #ffffff;
}

#table-list-6cols tr {
  border: none;
}
#table-list-6cols th {
  vertical-align: top;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #1d3a6a;
}
#table-list-6cols td {
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}
#table-list-6cols td a {
  font-size: 12px;
  font-weight: 500;
  color: #1d3a6a;
  line-height: 1.4;
  text-decoration: none;
}
#table-list-6cols td a:hover {
  color: #0092d0;
}
#table-list-6cols tr:hover a {
  color: #0092d0;
}
#table-list-6cols tr th:first-child,
#table-list-6cols tr td:first-child {
  width: 9%;
}
#table-list-6cols tr th:nth-child(2),
#table-list-6cols tr td:nth-child(2) {
  width: 25%;
}
#table-list-6cols tr th:nth-child(3),
#table-list-6cols tr td:nth-child(3) {
  width: 22%;
}
#table-list-6cols tr th:nth-child(4),
#table-list-6cols tr td:nth-child(4) {
  width: 25%;
}
#table-list-6cols tr th:nth-child(5),
#table-list-6cols tr td:nth-child(5) {
  width: 9%;
}
#table-list-6cols tr th:last-child,
#table-list-6cols tr td:last-child {
  width: 10%;
}
#table-list-6cols tr td:last-child {
  text-align: center;
}

@media only screen and (max-width: 992px) {
  #table-list-6cols tr th:first-child,
  #table-list-6cols tr th:nth-child(2),
  #table-list-6cols tr th:nth-child(3),
  #table-list-6cols tr th:nth-child(4),
  #table-list-6cols tr th:nth-child(5),
  #table-list-6cols tr th:last-child,
  #table-list-6cols tr td:first-child,
  #table-list-6cols tr td:nth-child(2),
  #table-list-6cols tr td:nth-child(3),
  #table-list-6cols tr td:nth-child(4),
  #table-list-6cols tr td:nth-child(5),
  #table-list-6cols tr td:last-child {
    width: 100%;
    float: left;
    text-align: left;
    padding: 10px;
  }
}

#table-list-7cols,
#table-list-7cols table {
  border: none;
  text-align: left;
  width: 100%;
  color: #000000;
  border-collapse: collapse;
}

#table-list-7cols tr:nth-child(odd) {
  background: #ffffff;
}

#table-list-7cols tr:nth-child(even) {
  background: #f3f5f8;
}

#table-list-7cols tr:nth-child(1) {
  background: #ffffff;
}

#table-list-7cols tr {
  border: none;
}
#table-list-7cols th {
  vertical-align: top;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #1d3a6a;
}
#table-list-7cols td {
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}
#table-list-7cols td a {
  font-size: 12px;
  font-weight: 500;
  color: #1d3a6a;
  line-height: 1.4;
  text-decoration: none;
}
#table-list-7cols td a:hover {
  color: #0092d0;
}
#table-list-7cols tr:hover a {
  color: #0092d0;
}
#table-list-7cols tr th:first-child,
#table-list-7cols tr td:first-child {
  width: 9%;
}
#table-list-7cols tr th:nth-child(2),
#table-list-7cols tr td:nth-child(2) {
  width: 20%;
}
#table-list-7cols tr th:nth-child(3),
#table-list-7cols tr td:nth-child(3) {
  width: 20%;
}
#table-list-7cols tr th:nth-child(4),
#table-list-7cols tr td:nth-child(4) {
  width: 20%;
}
#table-list-7cols tr th:nth-child(5),
#table-list-7cols tr td:nth-child(5) {
  width: 12%;
}
#table-list-7cols tr th:nth-child(6),
#table-list-7cols tr td:nth-child(6) {
  width: 9%;
}
#table-list-7cols tr th:last-child,
#table-list-7cols tr td:last-child {
  width: 10%;
}
#table-list-7cols tr td:last-child {
  text-align: center;
}

@media only screen and (max-width: 992px) {
  #table-list-7cols tr th:first-child,
  #table-list-7cols tr th:nth-child(2),
  #table-list-7cols tr th:nth-child(3),
  #table-list-7cols tr th:nth-child(4),
  #table-list-7cols tr th:nth-child(5),
  #table-list-7cols tr th:nth-child(6),
  #table-list-7cols tr th:last-child,
  #table-list-7cols tr td:first-child,
  #table-list-7cols tr td:nth-child(2),
  #table-list-7cols tr td:nth-child(3),
  #table-list-7cols tr td:nth-child(4),
  #table-list-7cols tr td:nth-child(5),
  #table-list-7cols tr td:nth-child(6),
  #table-list-7cols tr td:last-child {
    width: 100%;
    float: left;
    text-align: left;
    padding: 10px;
  }
}

#table-list-countemp,
#table-list-countemp table {
  border: none;
  text-align: left;
  width: 100%;
  color: #000000;
  border-collapse: collapse;
}

#table-list-countemp tr:nth-child(odd) {
  background: #ffffff;
}

#table-list-countemp tr:nth-child(even) {
  background: #f3f5f8;
}

#table-list-countemp tr:nth-child(1) {
  background: #ffffff;
}

#table-list-countemp tr {
  border: none;
}
#table-list-countemp th {
  vertical-align: top;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #1d3a6a;
}
#table-list-countemp td {
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}
#table-list-countemp td a {
  font-size: 12px;
  font-weight: 500;
  color: #1d3a6a;
  line-height: 1.4;
  text-decoration: none;
}
#table-list-countemp td a:hover {
  color: #0092d0;
}
#table-list-countemp tr:hover a {
  color: #0092d0;
}
#table-list-countemp tr th:first-child,
#table-list-countemp tr td:first-child {
  width: 12%;
}
#table-list-countemp tr th:nth-child(2),
#table-list-countemp tr td:nth-child(2) {
  width: 34%;
}
#table-list-countemp tr th:nth-child(3),
#table-list-countemp tr td:nth-child(3) {
  width: 12%;
}
#table-list-countemp tr th:nth-child(4),
#table-list-countemp tr td:nth-child(4) {
  width: 32%;
}
#table-list-countemp tr th:last-child,
#table-list-countemp tr td:last-child {
  width: 10%;
}
#table-list-countemp tr td:last-child {
  text-align: center;
}

@media only screen and (max-width: 992px) {
  #table-list-countemp tr th:first-child,
  #table-list-countemp tr th:nth-child(2),
  #table-list-countemp tr th:nth-child(3),
  #table-list-countemp tr th:nth-child(4),
  #table-list-countemp tr th:last-child,
  #table-list-countemp tr td:first-child,
  #table-list-countemp tr td:nth-child(2),
  #table-list-countemp tr td:nth-child(3),
  #table-list-countemp tr td:nth-child(4),
  #table-list-countemp tr td:last-child {
    width: 100%;
    float: left;
    text-align: left;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #table-list-countemp tr td:nth-child(1),
  #table-list-countemp tr td:nth-child(2),
  #table-list-countemp tr td:nth-child(3),
  #table-list-countemp tr td:nth-child(4),
  #table-list-countemp tr td:last-child {
    padding-left: 20px;
  }
}

.btn-voltar {
  background-color: #ffffff;
  color: #0067a3;
  border: 1px solid #0067a3;
  display: inline-block;
  border-radius: 20px;
  letter-spacing: 0.5px;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: all 0.4s linear;
}
.btn-voltar a {
  color: #0067a3;
}
.btn-voltar:hover {
  background-color: #0067a3;
  color: #ffffff;
}
.btn-voltar:hover a {
  color: #ffffff;
}

.btn-gravar {
  background-color: #0067a3;
  color: #ffffff;
  border: 1px solid #0067a3;
  display: inline-block;
  border-radius: 20px;
  letter-spacing: 0.5px;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: all 0.4s linear;
}
.btn-gravar:hover {
  background-color: #ffffff;
  color: #0067a3;
}

.btn-limpar {
  background-color: #ffffff;
  color: #0067a3;
  border: 1px solid #0067a3;
  display: inline-block;
  border-radius: 0;
  letter-spacing: 0.2px;
  padding: 7px 20px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s linear;
}
.btn-limpar:hover {
  background-color: #0067a3;
  color: #ffffff;
}

.btn-editar {
  background-color: #ffffff;
  color: #0067a3;
  border: 1px solid #0067a3;
  display: inline-block;
  border-radius: 0;
  letter-spacing: 0.2px;
  padding: 7px 20px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none;
  transition: all 0.4s linear;
}
.btn-editar:hover {
  background-color: #0067a3;
  color: #ffffff;
}

.tbSt1,
.tbSt1 th,
.tbSt1 td {
  font-size: 12px;
  font-family: "Roboto";
  padding: 5px;
}

.tablelist-PLK th:first-child {
  width: 50%;
}
.tablelist-PLK th:nth-child(2) {
  width: 25%;
}

#produtoautocomplete-list div {
  font-size: 12px;
}
