@font-face {
  font-family: Roboto-Regular;
  src: url('/static/fonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: Roboto-Medium;
  src: url('/static/fonts/Roboto-Medium.ttf');
}
.btn-primary {
  background: #00aa88;
  border-color: #00aa88;
}
.btn-primary:hover {
  background: #00aa88;
}
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: #5b7fd1;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.card-header:first-child {
  border-radius: 0;
}
.header_processamento {
  background-color: #132f43;
  color: #FFF;
  padding: 50px !important;
  height: 100px !important;
}
.botao_buscar {
  background-color: #132f43;
}
.botao_buscar .lupa {
  color: #36ff95;
}
.bootstrap-select.form-control {
  border: 0px solid #162f42 !important;
  border-radius: 0px !important;
  margin: 0px;
}
.bootstrap-select .filter-option {
  white-space: normal;
}
.p-dataposicao {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.tabela-dados-por-segmento {
  background-color: rgba(0, 0, 0, 0.12) !important;
}
.div-footer p {
  color: rgba(0, 0, 0, 0.2) !important;
}
.navbar {
  z-index: 2;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #132f43;
  box-shadow: 0 -3px 20px black;
  height: 60px;
}
.avatar-container {
  display: inline-block;
}
.avatar {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 4px;
  background-color: #EAEAEA;
  color: #000;
  text-align: center;
}
#sidenav {
  width: 40px;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  position: fixed;
  -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 .conteudo_sidebar {
  -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: 260px;
  float: left;
  height: 100%;
  padding-top: 10px;
}
#sidenav .conteudo_sidebar ul.sidebar-top-level-items {
  -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: 0;
}
#sidenav .conteudo_sidebar ul.sidebar-top-level-items.active,
#sidenav .conteudo_sidebar ul.sidebar-top-level-items li:hover {
  background: rgba(0, 0, 0, 0.04);
}
#sidenav .conteudo_sidebar ul.sidebar-top-level-items li {
  padding: 5px 7px;
}
#sidenav .conteudo_sidebar ul.sidebar-top-level-items li span.icon img {
  margin-top: -5px;
}
#sidenav .conteudo_sidebar ul.sidebar-top-level-items li a span.nome {
  font-size: 12px;
  color: black;
}
#sidenav .conteudo_sidebar ul.sidebar-top-level-items ul.sidebar-sub-level-items {
  padding-left: 10px;
}
#sidenav.nav_width {
  -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: 300px;
}
#sidenav:not(.nav_width) .conteudo_sidebar {
  width: 0% !important;
  overflow-x: hidden;
}
#sidenav:not(.nav_width) .conteudo_sidebar ul {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  visibility: hidden;
}
#sidenav:not(.nav_width) .conteudo_sidebar #btn-parametros {
  width: 0% !important;
  -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;
  display: none;
}
#sidenav .icones_sidebar {
  -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: 40px;
  height: 100%;
  float: right;
  background: #132f43;
}
#sidenav .icones_sidebar ul {
  list-style: none;
  padding-left: 0;
}
#sidenav .icones_sidebar ul li {
  margin: 5px 0;
  text-align: center;
}
#sidenav .icones_sidebar ul li span.icon {
  padding: 5px 1px;
}
#sidenav .definicoes-sidebar-button {
  position: fixed;
  bottom: 0px;
  background: #EAEAEA;
  display: block;
  padding: 10px;
  color: #777777;
  width: 260px;
  text-align: left;
  -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;
}
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;
}
body .content-sidebar {
  padding-left: 300px !important;
  width: 100%;
}
.btn-outline-verdecsd {
  color: #00DD41;
  border-color: #00DD41;
}
.btn-outline-verdecsd:hover {
  color: #fff;
  background-color: #00DD41;
  border-color: #00DD41;
}
.div-form {
  z-index: 1;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 200px;
  position: fixed;
  top: 60px;
  width: 1250px;
  background: #FFF;
}
.div-form h4 {
  margin-top: 60px;
}
.span-form-busca {
  margin-left: 10px;
  border-style: ridge;
  width: 50px;
}
.input-form-busca {
  width: 1050px;
  margin-left: 350px;
}
.button-form-busca {
  padding-left: 10px;
  cursor: pointer;
}
.form-help {
  display: inline-flex;
  align-items: center;
  padding-left: 5px;
}
.form-help .fa-2x {
  color: #00DD41;
}
.container-help {
  padding: 70px;
  margin-top: 90px;
}
#divForm {
  margin-top: -25px;
}
#searchField {
  width: 265px;
}
#textarea_id {
  width: 100%;
}
.fa-estrutura {
  color: #c4681c;
}
.fa-corrigido {
  color: #155724;
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top > i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top > i:hover {
  color: #fff;
  top: 5px;
}
.img_help {
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom-style: groove;
  border-bottom-color: #132f43;
}
.rodape {
  border-top-style: ridge;
  padding-bottom: 25px;
  background-color: #f5f6f7;
}
.rodape a {
  margin-top: 10px;
  color: white;
}
.rodape .fa-caret-up {
  font-size: 30px;
  margin-right: 10px;
  margin-top: -3px;
  cursor: pointer;
}
#introducao {
  margin-bottom: 20px;
}
.help {
  margin-top: 5px;
}
ul {
  list-style: None;
}
#datepicker {
  cursor: pointer;
}
.pl-30 {
  padding-left: 30px !important;
}
span.fa-filter {
  cursor: pointer;
  vertical-align: inherit;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fa-filter,
.fa-caret-down {
  color: #00DD41;
}
.fa-filter,
.fa-caret-up {
  color: #00DD41;
}
body#parametros .dias_utilizados {
  color: #132f43;
}
body#parametros .dias_utilizados li {
  font-size: 1.3em;
}
body#parametros .dias_utilizados li span {
  font-size: 1.4em;
  font-weight: 700;
}
body#parametros #colapsarDefinicoes h4.titulo {
  color: #132f43;
}
body#parametros #colapsarDefinicoes .card-body {
  padding-left: 30px;
}
body#parametros #colapsarDefinicoes button {
  background: #00aa88;
  border-color: #00aa88;
}
#home_page .fa-caret-down {
  margin-top: -10px;
}
.min-height-485 {
  min-height: 485px;
}
.modal .modal-header {
  background-color: #132f43;
  border-color: transparent;
  max-height: 45px;
  padding: 0.5rem;
}
.modal .modal-header span,
.modal .modal-header img {
  padding: 2x 4px;
}
.modal .modal-header h6,
.modal .modal-header button {
  color: white;
}
.modal .modal-footer {
  padding: 0.5rem;
}
.logs {
  padding-left: 5px;
  display: inline-block;
  cursor: pointer;
}
.logs i {
  font-size: 22px;
  color: #c85628;
}
.card .card-enquadramento {
  min-height: 40px !important;
}
.card .card-header {
  border-color: transparent;
  max-height: 40px !important;
  min-height: 40px !important;
  cursor: pointer;
  padding: 10px;
}
.card .card-header.set-margin {
  margin-left: -15px;
}
.card .card-header.card-aba {
  background-color: #f5f6f7;
  margin-left: 0px;
}
.card .card-header .fa-caret-down {
  font-size: 30px;
  margin-top: -25px;
  cursor: pointer;
}
.card .cabecalho .card-aba {
  background-color: #132f43;
}
.card .cabecalho .card-aba h6 {
  color: white;
}
.titulo_card {
  margin: 0;
  color: #132f43;
  border-color: transparent;
  text-align: center;
  padding-left: 20px;
}
.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: rgba(0, 170, 136, 0.5);
}
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: rgba(0, 170, 136, 0.5);
}
.enquadrado h5,
.enquadrado p {
  color: #00aa88;
}
a:not(.collapsed) .desenquadrado {
  background: rgba(208, 0, 5, 0.5);
}
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: rgba(208, 0, 5, 0.5);
}
.desenquadrado h5,
.desenquadrado p {
  color: #d00005;
}
.ranking_luz .fa-star {
  font-size: 10px;
  color: #afafaf;
}
.ranking_luz .fa-star.checked {
  color: #FFD200;
}
.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: #5b7fd1 !important;
}
div#div-explosao-fundo .dropdown-submenu {
  position: relative;
}
div#div-explosao-fundo .dropdown-submenu > a.dropdown-item:after {
  font-family: FontAwesome;
  content: "\f054";
  float: right;
}
div#div-explosao-fundo .dropdown-submenu > a.dropdown-item:after {
  content: ">";
  float: right;
}
div#div-explosao-fundo .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}
div#div-explosao-fundo .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.data_posicao {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.data_posicao_valor {
  background-color: rgba(0, 0, 0, 0.03);
  color: #132f43;
}
div.card.formulario .card-body h4 {
  color: blue;
}
div.card.formulario .card-body label {
  font-weight: bold;
}
div.card.formulario .card-body input,
div.card.formulario .card-body select {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid;
}
.btn {
  cursor: pointer;
}
.btn_dropdown_select {
  padding: 2px;
}
.dropdown-menu > li > a {
  word-wrap: break-word;
  white-space: normal;
}
card .card-body {
  padding: 0.5rem;
}
th {
  border-right: 2px solid #dee2e6 !important;
}
div#enquadramento .loading-div {
  padding: 35px;
}
div#enquadramento .tab-content {
  padding: 10px;
}
div#enquadramento .nav-tabs {
  background-color: rgba(0, 0, 0, 0.01);
  max-height: 30px;
}
div#enquadramento .nav-tabs .active {
  color: #132f43 !important;
  background-color: #FFF !important;
}
div#enquadramento .nav-tabs .nav-link {
  background-color: #e7e9ec;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  border-width: 0px 1px 0px 0px !important;
  color: #8e9aa3;
  font-size: 16px;
  max-height: 30px;
}
div#enquadramento .nav-tabs .nav-link :hover {
  border-width: 0;
}
div#enquadramento .form-group {
  margin: 0;
}
div#enquadramento .form-group .btn-escuro {
  color: #4BFF98;
  background-color: #162F42;
  border-color: #162F42;
  border-radius: 0 !important;
}
div#enquadramento .form-group .bootstrap-select.form-control {
  border: 0px solid #162f42 !important;
  border-radius: 0px !important;
  margin: 0px;
}
/*# sourceMappingURL=base.css.map */