.was-validated .form-control:valid,
.form-check-label, .form-check-input.is-valid {
  border-color: #919a9f !important;
  color: #212121 !important;
}

.was-validated .form-check-input:valid .form-check-label,
.was-validated .form-check-input:valid:checked {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
  color: #212121 !important;
}

.valid {
  background: green;
  color: #fff;
}

.error {
  background: red;
  color: #fff;
}

.calculadora .input-date {
  border-right: none !important;
}

.calculadora .input-date .date-wrapper {
  position: relative;
}

.calculadora .input-date .date-wrapper span {
  content: "\f073";
  font-family: "Font Awesome 5 Pro";
  width: 40px;
  height: 38px;
  position: absolute;
  top: 0;
  display: flex;
  right: 0;
  color: #ff8f00;
  align-items: center;
  justify-content: center;
  border: 1px solid #90a4ae;
  background-color: #fff;
  cursor: pointer;
  pointer-events: none;
}

.calculadora .input-date .form-control {
  background-image: unset;
  color: #212121;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.312rem;
  font-weight: 400;
  letter-spacing: 0;
  height: 38px;
  border-radius: 0;
  border-color: #90a4ae;
}

.calculadora .input-date .form-control:focus {
  box-shadow: none !important;
}

.calculadora .select-wrapper {
  position: relative;
}

.calculadora .select-wrapper::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  width: 40px;
  height: 38px;
  position: absolute;
  top: 0;
  display: flex;
  right: 0;
  color: #ff8f00;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  border: 1px solid #90a4ae;
  background-color: #fff;
}

.calculadora .form-select {
  background-image: unset;
  height: 38px;
  border-radius: 0;
  color: #212121;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.312rem;
  font-weight: 300;
  border-color: #90a4ae;
}

.calculadora .form-select:focus {
  box-shadow: none !important;
}

.calculadora .filters {
  display: flex;
}

.calculadora .filters__buttons {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.calculadora .filters__buttons > * {
  box-sizing: border-box;
  height: 38px;
  border: 1px solid #ff8f00;
  background-color: #ff8f00;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.187rem;
  font-weight: 500;
  transition: 0.3s;
}

.calculadora .filters__buttons > :last-child {
  color: #ff8f00;
  background-color: #fff;
  margin-left: 10px;
}

.calculadora .filters__buttons > :last-child:hover {
  color: #fff;
  background-color: #ff8f00;
}

.calculadora .filters__buttons > *:hover {
  background-color: transparent;
  color: #ff8f00;
}

@media (min-width: 768px) {
  .calculadora .filters > *:not(:last-child) {
    padding-right: 0;
  }
}
.calculadora .form-label {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.312rem;
  letter-spacing: 0;
}

.calculadora .box-download-historico__title {
  color: #212121;
  font-size: 18px;
  line-height: 22px;
}

.calculadora .box-download-historico__box {
  height: 59px;
  background-color: #eceff1;
  display: flex;
  align-items: center;
  padding: 1rem;
}

.calculadora .box-download-historico__link {
  color: #0277bd;
  font-size: 16px;
  line-height: 19px;
}

.calculadora .box-download-historico__link i {
  font-size: 20px;
}

.calculadora .box-download-historico__hide {
  display: none;
}

.values-color {
  color: #08296C !important;
}

.column-header {
  background-color: #0277bd !important;
  text-align: center;
}

.table-gray {
  border-color: black !important;
}

.table-calc th {
  color: white;
  font-size: 16px;
}

.table-calc td {
  color: #08296c !important;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.table-calc > tbody > tr:nth-of-type(odd) > * {
  background-color: #d8d8d8 !important;
}

.header-print {
  visibility: hidden;
}

@media print {
  .ccee-header-default, header {
    visibility: hidden;
  }
  .footer, .bigfooter, .box-ajuda, .calculadora .filters__buttons {
    display: none;
  }
  .input-select, .form-input, .input-date {
    max-width: 50%;
  }
  #printable {
    margin-top: -100px;
    -webkit-print-color-adjust: exact;
  }
  .header-print {
    position: relative;
    visibility: visible;
    display: flex;
    top: -450px;
    left: 50px;
    align-items: center;
  }
  .box-paragrafo {
    margin-top: -100px;
  }
  .header-msg {
    margin-left: 237px;
    margin-right: 94px;
    text-align: right;
  }
  .table-calc .column-header {
    background-color: #0277bd !important;
    text-align: center;
    -webkit-print-color-adjust: exact;
  }
  .tableresult .table-calc > tbody > tr:nth-of-type(odd) > * {
    background-color: #d8d8d8 !important;
  }
  body {
    display: table;
    table-layout: fixed;
    padding-top: 2.5cm;
    padding-bottom: 2.5cm;
    height: auto;
  }
}
@page {
  size: A4;
  margin: 11mm 17mm 17mm 17mm;
}