@font-face {
  font-family: Roboto-Regular;
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@media print {
  @page {
    size: 330mm 427mm;
    margin: 14mm;
  }
  .content {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 10px !important;
  }
  .pagebreak {
    clear: both;
    width: 100%;
    display: block !important;
    page-break-before: always;
  }
  .grafic-pq {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    text-align: center !important;
  }
  body {
    margin: 0;
    box-shadow: 0;
  }
  .tabela-sm {
    max-width: 33% !important;
    width: 33% !important;
    min-width: 33% !important;
    text-align: center !important;
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .tabela-gd {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    text-align: center !important;
  }
  .fonte-print {
    font-size: 10px !important;
  }
  .fonte-print td {
    padding: 0.3rem !important;
  }
  .no-underline-print {
    text-decoration: none !important;
    color: black;
  }
  .rent-print .text-center {
    width: 11px !important;
    font-size: 11px !important;
    margin-bottom: 1px !important;
  }
  .nome-fundos-print {
    width: 40px !important;
    height: 10px !important;
    margin-bottom: 1px !important;
  }
  .luz-logotipo {
    position: absolute !important;
    top: 5px !important;
    left: 10px !important;
    height: 100px !important;
  }
  .print-header {
    margin-bottom: 1px !important;
    margin-top: 1px !important;
    height: 80px !important;
  }
  #exposicao {
    text-align: justify;
  }
  .limites-printer {
    position: relative;
    left: 25%;
  }
}
body {
  font-family: roboto-regular, sans-serif !important;
  font-size: 14px;
  min-height: 100%;
}
.min_height {
  min-height: 50px;
}
.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wrapper .content {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 40px;
  width: 100%;
  padding-top: 100px;
}
.wrapper .content .container-fluid {
  padding: 0 45px;
}
h3.titulo {
  color: #4C4C4C;
}
h4.titulo {
  color: #4C4C4C;
}
h4.titulo_simulador,
h5.titulo,
h6.titulo {
  color: #228B22;
}
h6.titulo {
  color: #228B22;
}
small {
  color: #777777;
}
a,
a:hover {
  text-decoration: none;
  color: #286DA8;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-info {
  color: #FFF;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-success {
  color: #FFF;
  background-color: #00aa88;
  border-color: #00aa88;
}
.btn-warning {
  color: #FFF;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover {
  color: #FFF;
}
.date_form {
  border: 0px;
  border-bottom: 1px solid #ced4da;
  border-radius: 0rem;
  border-bottom-color: #000;
  font-weight: bold;
}
.date_form.form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid #286DA8;
  color: #286DA8;
}
.btn-danger {
  color: #FFF;
  background-color: #d9534f;
  border-color: #d9534f;
}
.fa-angle-down {
  background-color: transparent;
  color: #FFF;
}
.fa-eraser {
  background-color: transparent;
  color: #FFF;
}
.fa-edit {
  background-color: transparent;
  color: #FFF;
}
.fa-check-circle {
  background: transparent;
  color: #228B22;
}
.font_green {
  color: #228B22;
}
.font_red {
  color: #d9534f;
}
.navbar {
  z-index: 2;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #006e83;
  box-shadow: 0 -3px 20px black;
  height: 59px;
}
.avatar-container {
  display: inline-block;
}
.avatar {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 4px;
  background-color: #E0F2F1;
  color: #000;
  text-align: center;
}
.sidenav {
  width: 40px;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  position: fixed;
  background-color: #e7ebee;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 60px;
}
.sidenav ul {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  list-style: none;
  padding-left: 0;
}
.sidenav ul li:hover,
.sidenav ul li.active {
  background: #00aa88;
}
.sidenav ul li:hover a,
.sidenav ul li.active a,
.sidenav ul li:hover span,
.sidenav ul li.active span {
  color: white;
}
.sidenav a,
.sidenav span {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 15px;
  color: #818181;
  white-space: nowrap;
}
.sidenav a:hover,
.sidenav span:hover,
.sidenav a:active,
.sidenav span:active {
  color: black;
}
.sidenav a:hover span,
.sidenav span:hover span,
.sidenav a:active span,
.sidenav span:active span {
  color: black;
}
.sidenav span {
  cursor: pointer;
  display: inline-block;
}
.sidenav a.toggle-sidebar-button {
  position: absolute;
  bottom: 20px;
}
.nav_width {
  width: 200px;
}
.oculta_span_compacto {
  visibility: hidden;
}
div.container div.container_padding {
  padding-top: 70px;
}
div.container-fluid div.container_padding {
  padding: 50px 100px;
}
div.header_home {
  padding-bottom: 50px;
  padding-top: 20px;
}
a.descricao,
a .descricao:hover {
  color: #4C4C4C;
  text-decoration: none;
}
a.descricao h5 {
  padding-top: 20px;
}
a.descricao:hover .social-icons .fa,
a.descricao:hover .social-icons fab:active,
a.descricao:hover .social-icons .fas:active {
  color: #FFF;
  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
}
a.descricao:hover .social-icons.icon-zoom .fab,
a.descricao:hover .social-icons.icon-zoom .fas,
a.descricao:hover .social-icons.icon-zoom .far {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
ul.list-inline {
  text-align: center;
  padding-bottom: 40px;
}
.social-icons .fab,
.social-icons .fas,
.social-icons .far {
  font-size: 2.4em;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #4C4C4C;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icons.icon-circle .fab,
.social-icons.icon-circle .fas,
.social-icons.icon-circle .far {
  border-radius: 50%;
}
.social-icons.icon-zoom .fab:active,
.social-icons.icon-zoom .fas:active,
.social-icons.icon-zoom .far:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
body.home .fa-background {
  background-color: #FED136;
  color: #4C4C4C;
}
body.relatorios .fa-background {
  background-color: #81C5AB;
  color: #4C4C4C;
}
body.relatorios .content-sidebar {
  padding-left: 200px;
  width: 100%;
}
body.beneficio_cd .fa-background {
  background-color: #ffa500;
  color: #4C4C4C;
}
body.in23 select {
  width: 100%;
}
footer {
  width: 100%;
  bottom: 0;
}
footer .footer {
  position: relative;
  padding: 5px 0px;
  background: #006e83;
  border-top: 1px solid #e7ebee;
}
footer .footer hr.footer {
  margin-top: 0;
  margin-bottom: 0;
}
footer .footer p {
  margin-top: 0;
  margin-bottom: 0;
  color: white;
}
footer .footer a {
  padding: 0px 5px;
  font-weight: bold;
  color: white;
}
ul {
  list-style: None;
}
.titulo_card {
  margin: 0;
  color: #228B22;
}
.header_cabecalho {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header_data {
  padding-bottom: 100px;
  padding-top: 40px;
}
.cliente {
  background-color: #777777 !important;
  color: white;
}
.cliente a {
  color: white;
  font-weight: bold;
}
.limites {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:not(.collapsed) .enquadrado {
  background: #17a2b8;
}
a:not(.collapsed) .enquadrado h5,
a:not(.collapsed) .enquadrado p {
  color: white;
}
.enquadrado {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 15px;
  border-color: #17a2b8;
}
.enquadrado h5,
.enquadrado p {
  color: #17a2b8;
}
a:not(.collapsed) .desenquadrado {
  background: #d9534f;
}
a:not(.collapsed) .desenquadrado h5,
a:not(.collapsed) .desenquadrado p {
  color: white;
}
.desenquadrado {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 15px;
  border-color: #d9534f;
}
.desenquadrado h5,
.desenquadrado p {
  color: #d9534f;
}
.ranking_luz .fa-star {
  font-size: 10px;
  color: #afafaf;
}
.ranking_luz .fa-star.checked {
  color: #FED136;
}
.tab-content {
  margin-top: 10px;
}
.tab-content a.card_classes {
  width: 100%;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 2px;
  border-radius: 15px;
}
.tab-content a.card_classes:not(.collapsed) {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.tab-content div.ranking {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
table.ranking_luz {
  font-size: 12px;
  margin-bottom: 0px;
}
.card-customizado {
  border-radius: 25px;
  width: 85%;
  height: 130px;
}
.card-customizado .card-text {
  font-size: 12px;
}
.card-customizado:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(1.05);
}
.card-customizado:hover .card-text {
  font-size: 15px;
}
.bg-0 {
  background-color: #5bc0de;
}
.bg-1 {
  background-color: #00aa88;
}
.bg-2 {
  background-color: #f0ad4e;
}
.bg-3 {
  background-color: #c85628;
}
.bg-4 {
  background-color: #00aa88;
}
.nav-tabs .nav-link {
  color: #4C4C4C;
}
.nav-tabs .nav-link.active {
  color: #286DA8 !important;
}
.borda_bottom {
  padding: 8px 0 0;
  border-bottom: 1px solid #ddd;
}
.card-body label {
  font-weight: bold;
}
.inputs-pequenos {
  height: 1.5rem !important;
  width: 80% !important;
}
.form-files {
  text-align-last: center;
}
/*# sourceMappingURL=base.css.map */