﻿body,
li,
p,
td {
  font-family: 'Fira Sans';
}
.noUi-target,
.noUi-origin {
  border-radius: 32px;
  border: none;
}
.noUi-horizontal {
  height: 8px;
  cursor: pointer;
}
.noUi-connect {
  background-color: #6698cc;
}
.noUi-background {
  background-color: #cbddef;
  box-shadow: none;
}
.noUi-handle-lower:after,
.noUi-handle-lower:before {
  display: none;
}
.noUi-handle {
  background-color: #6698cc;
  border-color: #6698cc;
  box-shadow: none;
  cursor: ew-resize !important;
  width: 28px !important;
  height: 23px !important;
  border-radius: 20px;
  left: -13px !important;
  top: -9px !important;
}
.noUi-handle:after,
.noUi-handle:before {
  display: none !important;
}
#simulador header p {
  /*font-size: 0.74em!important;*/
}
#nav-5 button {
  text-align: center!important;
  padding: 0!important;
  height: 26px;
}
#opcoes input {
  height: 38px!important;
  font-size: 25px;
  padding: 0;
}
#chart-container {
  width: 40%;
  float: left;
}
#no-mes {
  width: 60%;
  float: left;
}
.resultados-mes {
  width: 100%;
  margin-top: 40px;
}
.resultados-mes th,
.resultados-mes td {
  padding: 6px;
  font-size: 14px;
}
.resultados-mes thead {
  background-color: #fff;
}
.resultados-mes thead td {
  text-align: right;
  font-weight: bold;
}
.resultados-mes thead th {
  font-weight: bold;
}
.resultados-mes .odbr {
  color: #a8cc2e;
  font-weight: bold;
}
.resultados-mes tbody {
  background-color: #fff;
}
.resultados-mes tbody td {
  text-align: center;
}
.resultados-mes tfoot {
  background-color: #fff;
  border-top: 1px solid #772d82;
}
.resultados-mes tfoot td {
  text-align: center;
  font-weight: bold;
}
.resultados-mes tfoot th {
  font-weight: bold;
}
.resultados-mes th {
  text-align: right;
  font-weight: 400;
  border-right: 1px solid #772d82;
  border-top: 0 !important;
}
.pizza {
  position: relative!important;
  top: -18px !important;
}
#enviar-email {
  width: 500px;
  height: 285px!important;
  overflow: hidden;
}
#enviar-email ul {
  list-style: none;
  padding: 0 30px 0 30px;
}
#enviar-email ul li {
  clear: both;
  padding: 6px 0 0 0;
}
#enviar-email ul li input {
  float: left;
  width: 350px;
  border-color: lightgray;
  border-style: solid;
  border-radius: 8px;
  border-width: 2px 1px 1px;
  color: #2abb9b;
  font-weight: bold;
  text-align: center;
  height: 38px!important;
  font-size: 21px;
  padding: 0;
}
#enviar-email ul li input.erro {
  border: 1px solid red;
}
#enviar-email ul li h3 {
  width: 80px;
  text-align: left;
  float: left;
  margin-top: 0;
  padding-top: 12px;
  color: #38474d;
  font-weight: bold;
  font-size: 18px;
}
#enviar-email ul li button {
  background-color: #38474d;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  width: 200px;
  margin-top: 15px;
  margin-left: 126px;
  text-align: center;
}
#enviar-email h2 {
  text-align: left;
  float: left;
  margin-top: 0;
  padding-top: 12px;
  margin-left: 30px;
  color: #38474d;
  font-weight: bold;
  font-size: 23px;
  text-transform: uppercase;
  margin-bottom: 21px;
}