@font-face {
  font-family: 'futura-light';
  src: url('../fonts/futura_lt_bt_light-webfont.eot');
  src: url('../fonts/futura_lt_bt_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/futura_lt_bt_light-webfont.woff2') format('woff2'), url('../fonts/futura_lt_bt_light-webfont.woff') format('woff'), url('../fonts/futura_lt_bt_light-webfont.ttf') format('truetype'), url('../fonts/futura_lt_bt_light-webfont.svg#futura_lt_btlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'futura-medium';
  src: url('../fonts/futura_md_bt_medium-webfont.eot');
  src: url('../fonts/futura_md_bt_medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/futura_md_bt_medium-webfont.woff2') format('woff2'), url('../fonts/futura_md_bt_medium-webfont.woff') format('woff'), url('../fonts/futura_md_bt_medium-webfont.ttf') format('truetype'), url('../fonts/futura_md_bt_medium-webfont.svg#futura_md_btmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* BASE */
/* PALETA -- AS CORES SÃO NOMEADAS COM ADJETIVOS PARA FACILITAR A IDENTIFICAÇÃO
DE SEUS VALORES SEMÂNTICOS, NO CASO DE TROCA DE PALETA. EX.: @POSITIVE = VERDE; USADO PARA AÇÕES COMO CONFIRMAR, ACEITAR, ATIVO, ETC. */
/* CINZAS */
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
hr {
  border-top: 1px solid #d9d9d9;
  margin-top: 10px;
  margin-bottom: 0px;
}
h3 {
  font-size: 16px;
}
button.add-one {
  border: 0;
  background-color: transparent;
  display: inline-block;
  color: #88c46c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.opcao-unidade span {
  display: block;
}
.opcao-unidade span:first-child {
  font-size: 23px;
  font-family: futura-medium;
}
.opcao-unidade span:last-child {
  font-size: 18px;
}
button.add-one:hover {
  color: #dbb149;
}
.blurried-bg {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.clearfix {
  clear: both;
}
.selfclear {
  display: inline-block;
}
.selfclear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.transitioned {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.awesome {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-align: left;
  text-decoration: none;
}
.invisible {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.bold-upper {
  font-family: futura-medium;
  text-transform: uppercase;
}
.smodal:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  margin: auto;
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
}
.smodal {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  margin: 10vh auto 10vh;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.smodal .smodal-inner {
  background: #fff;
  position: relative;
}
.smodal .smodal-inner .container-fluid {
  padding: 20px 0;
}
.smodal .modal-container {
  padding: 20px 0;
}
#ul-form-errors {
  width: 100%;
  color: #f00;
  margin: 0;
  margin-bottom: 30px;
}
.listbox .lista-container {
  width: 40%;
}
.listbox .lista-container select {
  height: initial;
  display: inline-block;
}
.listbox .lista-container:first-child {
  float: left;
}
.listbox .lista-container:last-child {
  float: right;
}
.listbox .listbox-btns {
  width: 15%;
  margin: 100px 2.5%;
  float: left;
}
.listbox .listbox-btns button {
  width: 100%;
  border: 0;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 10px 0;
}
.listbox .listbox-btns button.add {
  background-color: #88c46c;
}
.listbox .listbox-btns button.add:hover {
  background-color: #9a78d1;
}
.listbox .listbox-btns button.del {
  background-color: #d17069;
}
.listbox .listbox-btns button.del:hover {
  background-color: #dbb149;
}
.table-modal {
  margin: 20px auto;
}
.table-modal th {
  text-transform: uppercase;
}
.table-modal th,
.table-modal td {
  border: 1px solid #d9d9d9;
  padding: 5px 15px;
  text-align: center;
}
.table-modal input[type="checkbox"] + label:before {
  float: none !important;
}
.table-modal input[type="checkbox"] + label:after {
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  width: 18px !important;
  display: block !important;
}
.dataTables_wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow-x: auto;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_info {
  display: block !important;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.7px;
}
.dataTables_wrapper .table-dash thead th #notall {
  display: none;
}
.gestao.usuarios.lista.internas .novo-editar input[type="file"] {
  margin-top: 0 !important;
}
.novo-editar .content100.grupo {
  padding-top: 0;
  display: inline-block;
}
.novo-editar .content100.grupo.smodal {
  margin: auto;
  float: none;
  display: block;
}
.novo-editar .content100.grupo #permissoes {
  margin-top: 10px;
}
.novo-editar .content100 .filtros-container .clones {
  margin: 0;
  padding: 0;
}
.novo-editar .content100 .filtros-container .clones li:empty {
  display: none;
}
.novo-editar .content100 .filtros-container .clones li.segura-li {
  list-style: none;
}
.novo-editar .content100 .filtros-container .clones li.segura-li select,
.novo-editar .content100 .filtros-container .clones li.segura-li input {
  width: 30%;
  margin-right: 2.5%;
  display: inline-block;
  float: left;
}
.novo-editar .content100 .filtros-container .clones li.segura-li .del-one {
  color: #d17069;
  font-size: 13px;
  display: block;
  clear: both;
  text-align: right;
}
.novo-editar .content100 .filtros-container .clones li.segura-li .del-one:hover {
  color: #dbb149;
}
.novo-editar .content100 .filtros-container .add-one {
  margin: 10px;
  display: block;
}
.novo-editar .content100 .listbox select {
  height: 200px;
}
.novo-editar .content100 .titulo {
  color: #444444;
  font-size: 26px;
  margin: 16px 15px;
}
.novo-editar .content100 .form-coluna {
  border-right: 1px solid #d9d9d9;
}
.novo-editar .content100 .form-coluna:last-child {
  border-right: 0;
}
.novo-editar .content100 label,
.novo-editar .content100 input,
.novo-editar .content100 select,
.novo-editar .content100 textarea {
  display: block;
  width: 100%;
  outline: none;
}
.novo-editar .content100 textarea {
  min-height: 76px;
}
.novo-editar .content100 label[for="observadores"] {
  display: inline-block;
  float: left;
  width: 150px;
}
.novo-editar .content100 input,
.novo-editar .content100 select {
  margin-top: 5px;
  margin-bottom: 5px;
}
.novo-editar .content100 label {
  font-size: 16px;
  color: #444444;
  margin-top: 10px;
  margin-bottom: 5px;
}
.novo-editar .content100 input[type="checkbox"],
.novo-editar .content100 input[type="radio"] {
  display: none !important;
}
.novo-editar .content100 input[type="checkbox"] + label,
.novo-editar .content100 input[type="radio"] + label {
  position: relative;
}
.novo-editar .content100 input[type="radio"] + label {
  display: inline-block;
  float: left;
  width: auto;
  margin: 9px 10px;
}
.novo-editar .content100 input[type="checkbox"] + label:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  display: inline-block;
  position: relative;
  float: left;
  margin: 0 5px;
}
.novo-editar .content100 input[type="radio"] + label:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  display: inline-block;
  position: relative;
  float: left;
  margin: 0 5px;
}
.novo-editar .content100 input[type="checkbox"] + label:hover:before,
.novo-editar .content100 input[type="radio"] + label:hover:before {
  border-color: #444444;
}
.novo-editar .content100 input[type="checkbox"] + label:after {
  content: '\f00c';
  font-size: 20px;
  color: #88c46c;
  position: absolute;
  top: -4px;
  left: 6px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.novo-editar .content100 input[type="radio"] + label:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: rgba(154, 120, 209, 0.4);
  position: absolute;
  top: 4px;
  left: 9px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.novo-editar .content100 input[type="checkbox"]:checked + label:after,
.novo-editar .content100 input[type="radio"]:checked + label:after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.novo-editar .content100 input[type="file"] {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  height: 44px;
  box-sizing: border-box;
  padding: 9px;
}
.novo-editar .content100 input[type="date"] {
  text-align: center;
}
.novo-editar .content100 input:focus,
.novo-editar .content100 select:focus,
.novo-editar .content100 textarea:focus {
  outline: 2px inset rgba(118, 209, 219, 0.5);
}
.novo-editar .content100 input[type="text"],
.novo-editar .content100 select,
.novo-editar .content100 textarea,
.novo-editar .content100 input[type="date"],
.novo-editar .content100 input[type="password"],
.novo-editar .content100 input[type="email"] {
  border: 1px solid #d9d9d9;
  color: #999999;
  height: 38px;
  box-sizing: border-box;
  padding: 5px;
}
.novo-editar .content100 input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 7px 0;
}
.novo-editar .content100 input[type=range]:focus {
  outline: none;
}
.novo-editar .content100 input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  box-shadow: 0px 0px 0.3px #000000, 0px 0px 0px #0d0d0d;
  background: rgba(241, 242, 244, 0.75);
  border-radius: 25px;
  border: 1px solid rgba(218, 218, 218, 0.75);
}
.novo-editar .content100 input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 1px solid #dadada;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: rgba(207, 215, 220, 0.9);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
.novo-editar .content100 input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.75);
}
.novo-editar .content100 input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  box-shadow: 0px 0px 0.3px #000000, 0px 0px 0px #0d0d0d;
  background: rgba(241, 242, 244, 0.75);
  border-radius: 25px;
  border: 1px solid rgba(218, 218, 218, 0.75);
}
.novo-editar .content100 input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 1px solid #dadada;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: rgba(207, 215, 220, 0.9);
  cursor: pointer;
}
.novo-editar .content100 input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.novo-editar .content100 input[type=range]::-ms-fill-lower {
  background: rgba(212, 215, 222, 0.75);
  border: 1px solid rgba(218, 218, 218, 0.75);
  border-radius: 50px;
  box-shadow: 0px 0px 0.3px #000000, 0px 0px 0px #0d0d0d;
}
.novo-editar .content100 input[type=range]::-ms-fill-upper {
  background: rgba(241, 242, 244, 0.75);
  border: 1px solid rgba(218, 218, 218, 0.75);
  border-radius: 50px;
  box-shadow: 0px 0px 0.3px #000000, 0px 0px 0px #0d0d0d;
}
.novo-editar .content100 input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 1px solid #dadada;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: rgba(207, 215, 220, 0.9);
  cursor: pointer;
  height: 6px;
}
.novo-editar .content100 input[type=range]:focus::-ms-fill-lower {
  background: rgba(241, 242, 244, 0.75);
}
.novo-editar .content100 input[type=range]:focus::-ms-fill-upper {
  background: rgba(255, 255, 255, 0.75);
}
.novo-editar .content100 button[type="submit"] {
  background-color: #88c46c;
}
.novo-editar .content100 button.visualizar {
  background-color: #d17069;
}
.novo-editar .content100 button[type="submit"],
.novo-editar .content100 button.visualizar {
  display: inline-block;
  float: right;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: futura-medium;
  padding: 4px 15px;
  position: relative;
  overflow: hidden;
  margin: 20px 5px 0;
}
.novo-editar .content100 button[type="submit"]:after {
  background-color: #9a78d1;
  content: '\f0c7';
}
.novo-editar .content100 button.visualizar:after {
  background-color: #9a78d1;
  content: '\f06e';
}
.novo-editar .content100 button[type="submit"]:after,
.novo-editar .content100 button.visualizar:after {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  left: -100%;
  top: 0;
  padding: 4px 15px;
  text-align: center !important;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.novo-editar .content100 button[type="submit"]:hover:after,
.novo-editar .content100 button.visualizar:hover:after {
  left: 0;
}
.novo-editar .content100 .add-link {
  background-color: transparent;
  border: 0;
  color: #88c46c;
  margin: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.novo-editar .content100 .add-link:hover {
  color: #dbb149;
}
.novo-editar .content100 .observadores {
  border: 1px solid #d9d9d9;
  color: #999;
  box-sizing: border-box;
  padding: 5px;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 120px;
}
.novo-editar .content100 .observadores .observadores-unidade {
  display: inline-block;
  width: 25%;
  float: left;
}
.novo-editar .content100 .filtros-container {
  border: 1px solid #d9d9d9;
  color: #999;
  box-sizing: border-box;
  padding: 5px;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 300px;
}
.novo-editar .content100 .filtros-container .linha-filtro select {
  width: 30%;
  margin-right: 2.5%;
}
.novo-editar .content100 .filtros-container .linha-filtro input[type="text"] {
  width: 35%;
}
.novo-editar .content100 .filtros-container .linha-filtro select,
.novo-editar .content100 .filtros-container .linha-filtro input[type="text"] {
  display: inline-block;
  float: left;
}
.novo-editar .content100 .filtra {
  display: inline-block;
  float: right;
}
.novo-editar .content100 .filtra input[type="search"] {
  display: inline-block;
  width: 80%;
  float: right;
}
.novo-editar .content100 .filtra i {
  margin-top: 10px;
}
.novo-editar .content100 .prioridade span {
  display: inline-block;
  float: right;
  font-size: 13px;
  position: relative;
  top: -10px;
  color: #dbb149;
  font-weight: bold;
}
.novo-editar .content100 .campos-obrigatorios {
  font-size: 14px;
  color: #999999;
  display: inline-block;
  float: left;
  margin-top: 20px;
}
.novo-editar .content100 .filtros label {
  text-align: left;
  color: #999999;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.novo-editar .content100 .filtros .filtro-unidade {
  display: inline-block;
  width: 32%;
  float: left;
  border: 1px solid #d9d9d9;
  position: relative;
  margin: 0.6%;
  background-color: #fff;
  padding: 5px;
  min-height: 92px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.novo-editar .content100 .filtros .filtro-unidade:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 0px solid transparent;
  border-top: 20px solid #999999;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.novo-editar .content100 .filtros .filtro-unidade.ativo label {
  color: #88c46c !important;
}
.novo-editar .content100 .filtros .filtro-unidade.ativo:before {
  border-top: 20px solid #88c46c;
}
.novo-editar .content100 .adicionar-link-container li {
  list-style: none;
}
.on {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.overlay {
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  margin: auto;
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
}
.titulo-janela {
  background-color: #444444;
  text-align: left;
  color: #fff;
  position: relative;
  padding: 3px 10px;
}
.titulo-janela a {
  color: #88c46c;
}
.titulo-janela a:hover {
  color: #9a78d1;
}
.titulo-janela div {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 3px;
  margin: auto;
  width: 120px;
  text-align: center;
}
.titulo-janela button {
  position: absolute;
  right: 2px;
  top: -1px;
  background-color: transparent;
  border: 0;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.titulo-janela button:hover {
  color: #dbb149;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.get-paleta {
  display: none;
}
.get-paleta .positive {
  color: #88c46c;
}
.get-paleta .negative {
  color: #d17069;
}
.get-paleta .good {
  color: #9a78d1;
}
.get-paleta .calm {
  color: #76d1db;
}
.get-paleta .atention {
  color: #dbb149;
}
button,
input {
  outline: 0;
}
body {
  font-family: 'futura-light';
  background-color: #fff;
  font-size: 16px;
}
body p {
  font-size: 16px;
}
body a {
  color: #9a78d1;
}
body a:hover {
  color: #dbb149;
}
body a,
body a:hover,
body a:focus,
body a:active {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* LOGIN E ESQUECI A SENHA */
body.login,
body.esqueci-a-senha {
  background: url('../media/img/login/bg-login.jpg') center center no-repeat;
  background-color: #ecedee;
  height: 100vh;
  text-align: center;
}
body.login .content100,
body.esqueci-a-senha .content100 {
  height: 100vh;
  display: inline-block;
  text-align: center;
}
body.login .content100:before,
body.esqueci-a-senha .content100:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
body.login .content100 section,
body.esqueci-a-senha .content100 section {
  vertical-align: middle;
  height: auto;
  display: inline-block;
  width: 295px;
  margin-bottom: 70px;
}
body.login .campo,
body.esqueci-a-senha .campo {
  border-bottom: 1px solid #76d1db;
  width: 100%;
  display: block;
  font-size: 20px;
  color: #444444;
  height: 45px;
  margin: 8px 0;
}
body.login .campo i,
body.esqueci-a-senha .campo i {
  font-size: 26px;
  color: rgba(0, 50, 71, 0.5);
  margin-left: 20px;
}
body.login .campo input,
body.esqueci-a-senha .campo input {
  background-color: transparent;
  border: 0;
  width: 75%;
}
body.login .campo input,
body.esqueci-a-senha .campo input,
body.login .campo i,
body.esqueci-a-senha .campo i {
  display: inline-block;
  float: left;
  margin: 11px;
}
body.login .logo-login img,
body.esqueci-a-senha .logo-login img {
  width: 100%;
  height: auto;
  margin-bottom: 45px;
}
body.login button[type="submit"],
body.esqueci-a-senha button[type="submit"] {
  display: block;
  width: 100%;
  background-color: #003247;
  color: #f1f2f4;
  border: 0;
  font-size: 22px;
  padding: 6px 0;
  margin: 25px 0 10px;
}
body.login a,
body.esqueci-a-senha a,
body.login a:hover,
body.esqueci-a-senha a:hover,
body.login a:focus,
body.esqueci-a-senha a:focus,
body.login a:active,
body.esqueci-a-senha a:active {
  font-size: 14px;
  color: #003247;
  text-decoration: none;
}
.breadcumbs span:first-child:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  font-size: 17px;
  margin: 0 12px;
}
.busca .breadcumbs span:first-child:before {
  content: '\f002';
}
.home .breadcumbs span:first-child:before {
  content: '\f015';
}
.demandas .breadcumbs span:first-child:before {
  content: '\f0f3';
}
.eleitores .breadcumbs span:first-child:before {
  content: '\f0c0';
}
.home .dataTables_wrapper .dataTables_length,
.home .dataTables_wrapper .dataTables_filter,
.home .dataTables_wrapper .dataTables_paginate,
.home .dataTables_wrapper .dataTables_info {
  display: block !important;
}
.eleitores.novo-editar .controles_pagina,
.demandas.novo-editar .controles_pagina,
.gestao.novo-editar .controles_pagina {
  display: none;
}
.cartoes-de-aniversario .breadcumbs span:first-child:before {
  content: '\f1fd';
}
.cartoes-de-aniversario .controles_pagina,
.newsletters .controles_pagina {
  display: block;
}
.newsletters .breadcumbs span:first-child:before {
  content: '\f1ea';
}
.relatorios .breadcumbs span:first-child:before {
  content: '\f1fe';
}
.gestao .breadcumbs span:first-child:before {
  content: '\f013';
}
.breadcumbs span:first-child {
  font-family: futura-medium;
}
.breadcumbs a {
  color: #003247;
  text-transform: uppercase;
}
.breadcumbs a:hover {
  color: #dbb149;
}
body.internas {
  /* CONTEÚDO */
}
body.internas .segura-tudo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
body.internas header {
  /* BARRA FIXA TOPO */
  /* BARRA FIXA ESQUERDA */
}
body.internas header .fixed-top {
  display: flex;
  border: 1px solid #d9d9d9;
  height: 60px;
  padding: 10px;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
body.internas header .fixed-top img {
  display: inline-block;
  float: left;
}
body.internas header .fixed-top .top-right {
  display: inline-block;
  float: right;
  width: calc(100% - 113px);
  outline: none;
}
body.internas header .fixed-top .top-right input {
  -webkit-appearance: none;
  height: 40px;
  border: 0 none;
  margin-right: 20px;
  width: 145px;
  display: inline-block;
  float: right;
  outline: medium none;
  text-align: right;
  font-size: 16px;
}
body.internas header .fixed-top .top-right .ic {
  width: 24px;
  height: 24px;
  display: inline-block;
  float: right;
  margin: 10px 30px 10px 0;
  border: 0;
  outline: none;
}
body.internas header .fixed-top .top-right .ic-lupa {
  background: url('../media/img/sprite.png') no-repeat -1px -1px;
}
body.internas header .fixed-top .top-right .ic-lupa.busca {
  display: none;
}
body.internas header .fixed-top .top-right .ic-setas {
  background: url('../media/img/sprite.png') no-repeat -29px -1px;
  margin-right: 40px;
}
body.internas header .fixed-left.expandido {
  width: 250px;
}
body.internas header .fixed-left.expandido .login-info .info-user-container,
body.internas header .fixed-left.expandido ul li span,
body.internas header .fixed-left.expandido ul li a span {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.internas header .fixed-left.expandido ul li ul li a:before {
  margin-left: 46px;
}
body.internas header .fixed-left.expandido ul li ul li span {
  text-indent: 20px;
}
body.internas header .fixed-left {
  display: inline-block;
  float: left;
  width: 70px;
  background-color: #003247;
  height: 100vh;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.internas header .fixed-left .login-info {
  background-color: #00202e;
  height: 80px;
}
body.internas header .fixed-left .login-info .img-user-container {
  display: inline-block;
  float: left;
  width: 70px;
}
body.internas header .fixed-left .login-info .img-user-container img {
  margin: 30px 20px;
  border-radius: 4px;
}
body.internas header .fixed-left .login-info .info-user-container {
  display: inline-block;
  float: left;
  width: 180px;
  padding: 10px 10px 10px 0;
  position: absolute;
  margin-top: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.internas header .fixed-left .login-info .info-user-container span {
  color: #fff;
  display: block;
}
body.internas header .fixed-left .login-info .info-user-container a {
  display: block;
  color: #dbb149;
}
body.internas header .fixed-left nav > ul > li.gestao:before {
  content: "\f187";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 17px;
  margin-left: 26px;
  width: 15px;
  color: #fff;
  height: 44px;
  line-height: 44px;
}
body.internas header .fixed-left nav ul {
  margin: 0;
  padding: 0;
}
body.internas header .fixed-left nav ul li:hover:after {
  width: 3px;
}
body.internas header .fixed-left nav ul li.active:after {
  width: 3px;
  background-color: #88c46c;
}
body.internas header .fixed-left nav ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 0px;
  background-color: #76d1db;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.internas header .fixed-left nav ul li:last-child {
  border-bottom: 1px solid #004461;
}
body.internas header .fixed-left nav ul li {
  min-height: 44px;
  border-top: 1px solid #004461;
  position: relative;
}
body.internas header .fixed-left nav ul li ul li {
  height: 0;
  min-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #004461;
  border-color: #003247;
}
body.internas header .fixed-left nav ul li ul li a {
  position: absolute;
  top: 0;
  width: 100%;
}
body.internas header .fixed-left nav ul li ul li a.nova-demanda:before,
body.internas header .fixed-left nav ul li ul li a.novo-eleitor:before,
body.internas header .fixed-left nav ul li ul li a.novo-cartao-de-aniversario:before,
body.internas header .fixed-left nav ul li ul li a.novo-newsletter:before,
body.internas header .fixed-left nav ul li ul li a.novo-relatorio:before {
  content: '\f196';
}
body.internas header .fixed-left nav ul li ul li a.listar-demandas:before,
body.internas header .fixed-left nav ul li ul li a.listar-eleitores:before,
body.internas header .fixed-left nav ul li ul li a.listar-cartoes-de-aniversario:before,
body.internas header .fixed-left nav ul li ul li a.listar-newsletters:before {
  content: '\f03a';
}
body.internas header .fixed-left nav ul li ul li:last-child {
  border-bottom: 0;
}
body.internas header .fixed-left nav ul li.current a,
body.internas header .fixed-left nav ul li.current a:before {
  color: #76d1db;
}
body.internas header .fixed-left nav ul li a {
  color: #fff;
  height: 44px;
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
body.internas header .fixed-left nav ul li a span {
  visibility: hidden;
  opacity: 0;
  font-size: 16px;
  position: absolute;
  display: block;
  top: 12px;
  left: 56px;
  width: 190px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.internas header .fixed-left nav ul li > span {
  visibility: hidden;
  opacity: 0;
  font-size: 16px;
  position: absolute;
  height: 44px;
  display: block;
  top: 12px;
  left: 56px;
  width: 190px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.internas header .fixed-left nav ul li a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 17px;
  margin-left: 26px;
  width: 15px;
  text-align: center !important;
}
body.internas header .fixed-left nav ul li a[href$="admin/"]:before {
  content: '\f015';
}
body.internas header .fixed-left nav ul li.demandas a:before {
  content: '\f0f3';
}
body.internas header .fixed-left nav ul li.eleitor a:before {
  content: '\f183';
}
body.internas header .fixed-left nav ul li.cartao a:before {
  content: '\f1fd';
}
body.internas header .fixed-left nav ul li.newsletter a:before {
  content: '\f1ea';
}
body.internas header .fixed-left nav ul li.relatorio a:before {
  content: '\f1fe';
}
body.internas header .fixed-left nav ul li.gestao_funcoes a:before,
body.internas header .fixed-left nav ul li:nth-child(2) a:before {
  content: '\f013';
}
body.internas header .fixed-left nav ul li.grupos a:before {
  content: '\f0e8';
}
body.internas header .fixed-left nav ul li.usuarios a:before {
  content: '\f0c0';
}
body.internas header .fixed-left nav ul li.perfis a:before {
  content: '\f024';
}
body.internas header .fixed-left nav ul li.active ul,
body.internas header .fixed-left nav ul li:hover ul {
  height: auto;
}
body.internas header .fixed-left nav ul li.active ul li,
body.internas header .fixed-left nav ul li:hover ul li {
  height: 44px;
}
body.internas header .fixed-left .logodev {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
}
body.internas *::-webkit-scrollbar {
  width: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.internas *::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 50, 71, 0.25);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.internas *::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 50, 71, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(118, 209, 219, 0.8);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.internas .content100 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px 0;
  height: calc(100vh - 60px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* DASHBOARD */
}
body.internas .content100 .container-fluid {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.internas .content100 .row {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
body.internas .content100 h3 a {
  display: inline-block;
  float: right;
}
body.internas .content100 h3 a span {
  font-family: futura-medium;
}
body.internas .content100 .dados-gerais .dado-unidade .dados-container {
  display: inline-block;
  float: left;
  margin-left: 30px;
}
body.internas .content100 .dados-gerais .dado-unidade .dados-container span {
  display: block;
}
body.internas .content100 .dados-gerais .dado-unidade .dados-container span:first-child {
  font-size: 23px;
  font-family: futura-medium;
}
body.internas .content100 .dados-gerais .dado-unidade .dados-container span:last-child {
  font-size: 18px;
}
body.internas .content100 .dados-gerais > .dado-unidade:nth-of-type(1),
body.internas .content100 .dados-gerais > .dado-unidade:nth-of-type(1) a {
  color: #88c46c;
}
body.internas .content100 .dados-gerais > .dado-unidade:nth-of-type(2),
body.internas .content100 .dados-gerais > .dado-unidade:nth-of-type(2) a {
  color: #9a78d1;
}
body.internas .content100 .dados-gerais > .dado-unidade:nth-of-type(3),
body.internas .content100 .dados-gerais > .dado-unidade:nth-of-type(3) a {
  color: #d17069;
}
body.internas .content100 .dados-gerais > .dado-unidade:nth-of-type(4),
body.internas .content100 .dados-gerais > .dado-unidade:nth-of-type(4) a {
  color: #dbb149;
}
body.internas .content100 .dados-gerais > .dado-unidade:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  float: left;
  font-size: 42px;
}
body.internas .content100 .dados-gerais > .dado-unidade.novo-relatorio:before {
  content: '\f196' !important;
}
body.internas .content100 .dados-gerais > .dado-unidade:nth-of-type(1):before {
  content: '\f0c0';
}
body.internas .content100 .dados-gerais > .dado-unidade:nth-of-type(2):before {
  content: '\f0e8';
}
body.internas .content100 .dados-gerais > .dado-unidade:nth-of-type(3):before {
  content: '\f024';
}
body.internas .content100 .dados-gerais > .dado-unidade:nth-of-type(4):before {
  content: '\f12e';
}
body.internas .content100 .demandas .demanda-unidade {
  padding: 5px;
}
body.internas .content100 .demandas .demanda-unidade p {
  font-size: 14px;
  margin: 5px 15px;
}
body.internas .content100 .demandas .demanda-unidade p span {
  font-family: futura-medium;
}
body.internas .content100 .demandas .demanda-unidade > div {
  background-color: rgba(136, 196, 108, 0.2);
  height: auto;
  position: relative;
  padding: 3px 0;
}
body.internas .content100 .demandas .demanda-unidade > div:before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: auto;
  width: auto;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 0 10px;
}
body.internas .content100 .demandas .demanda-unidade > div:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 20px solid #88c46c;
}
body.internas .content100 .demandas .demanda-unidade.atrasada > div:before {
  content: 'atrasada';
  background-color: #d17069;
}
body.internas .content100 .demandas .demanda-unidade.nao-resolvida > div:before {
  content: 'não resolvida';
  background-color: #76d1db;
}
body.internas .content100 .demandas .demanda-unidade.aguardando > div:before {
  content: 'aguardando';
  background-color: #9a78d1;
}
body.internas .content100 .relatorios {
  height: 25%;
}
body.internas .content100 .relatorios h3 {
  text-align: center;
  margin-top: 40px;
}
body.internas .content100 .relatorios #aceitam-newsletter {
  display: block;
  margin: 40px auto;
}
body.internas .content100 .novos .novo-unidade:hover:after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.internas .content100 .novos .novo-unidade:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 3px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.internas .content100 .novos .novo-unidade {
  margin-top: 20px;
  position: relative;
}
body.internas .content100 .novos .novo-unidade .novo-unidade:hover:after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.internas .content100 .novos .novo-unidade div {
  text-align: center;
  color: #003247;
  font-size: 18px;
}
body.internas .content100 .novos .novo-unidade div:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 70px;
  height: 100px;
  margin-top: 20px;
}
body.internas .content100 .novos .novo-container:first-child .novo-unidade:after {
  background-color: #88c46c;
}
body.internas .content100 .novos .novo-container:first-child .novo-unidade div:after {
  content: '\f0f3';
  color: #88c46c;
}
body.internas .content100 .novos .novo-container:first-child + .novo-container .novo-unidade:after {
  background-color: #9a78d1;
}
body.internas .content100 .novos .novo-container:first-child + .novo-container .novo-unidade div:after {
  content: '\f007';
  color: #9a78d1;
}
body.internas .content100 .novos .novo-container:first-child + .novo-container + .novo-container .novo-unidade:after {
  background-color: #d17069;
}
body.internas .content100 .novos .novo-container:first-child + .novo-container + .novo-container .novo-unidade div:after {
  content: '\f1fd';
  color: #d17069;
}
body.internas .content100 .novos .novo-container:first-child + .novo-container + .novo-container + .novo-container .novo-unidade:after {
  background-color: #76d1db;
}
body.internas .content100 .novos .novo-container:first-child + .novo-container + .novo-container + .novo-container .novo-unidade div:after {
  content: '\f1ea';
  color: #76d1db;
}
.busca .resultados {
  margin: 10px 0;
}
.busca .ficha {
  margin: 10px 0px;
}
.busca .ficha .ficha-inner {
  background-color: rgba(136, 196, 108, 0.2);
  padding: 15px 17px;
  position: relative;
}
.busca .ficha .ficha-inner .ficha-tipo {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #003247;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 1px 8px;
}
.busca .ficha .ficha-inner .ficha-tipo span {
  font-weight: bold;
  font-size: 14px;
}
.busca .ficha .ficha-inner h4 {
  color: #9a78d1;
  margin: 0 0 15px;
}
.busca .ficha .ficha-inner .dado {
  margin: 5px 0;
}
.busca .ficha .ficha-inner:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 20px solid #88c46c;
}
.lista-completa {
  margin-top: 20px;
}
.lista-completa .funcoes {
  text-align: center;
  background-color: #003247;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lista-completa .funcoes div.funcao.sub {
  position: relative;
}
.lista-completa .funcoes div.funcao.sub ul:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(68, 68, 68, 0.95);
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
.lista-completa .funcoes div.funcao.sub ul {
  position: absolute;
  background-color: rgba(68, 68, 68, 0.95);
  left: -60px;
  right: 0;
  display: block;
  margin: auto;
  width: 200px;
  height: auto;
  padding: 0;
  top: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.lista-completa .funcoes div.funcao.sub ul li:hover {
  color: #dbb149;
}
.lista-completa .funcoes div.funcao.sub ul li {
  display: inline-block;
  float: left;
  width: 100px;
  flex: 1 1;
  text-align: center;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.lista-completa .funcoes div.funcao.sub ul li i {
  margin: 10px 0;
}
.lista-completa .funcoes div.funcao.sub ul li span {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 28px;
}
.lista-completa .funcoes div.sub:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.lista-completa .funcoes .grupo.ordenar:before {
  content: 'Ordenar por:';
}
.lista-completa .funcoes .grupo.exibir:before {
  content: 'Exibir:';
}
.lista-completa .funcoes .grupo.ordenar:before,
.lista-completa .funcoes .grupo.exibir:before {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
}
.lista-completa .funcoes .grupo:first-child:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 1px;
  background-color: #004461;
  height: 50px;
}
.lista-completa .funcoes .grupo:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 1px;
  background-color: #004461;
  height: 50px;
}
.lista-completa .funcoes .grupo:first-child .funcao {
  max-height: initial;
}
.lista-completa .funcoes .grupo:first-child .funcao span {
  line-height: 1 !important;
}
.lista-completa .funcoes .grupo {
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  position: relative;
  margin-top: 10px;
}
.lista-completa .funcoes .grupo .funcao.ativo:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 0px solid transparent;
  border-top: 15px solid #88c46c;
}
.lista-completa .funcoes .grupo .funcao:hover {
  color: #dbb149;
}
.lista-completa .funcoes .grupo a {
  color: #fff;
  font-family: futura-light;
  text-transform: lowercase;
  display: inline-block;
}
.lista-completa .funcoes .grupo a:hover {
  color: #dbb149;
}
.lista-completa .funcoes .grupo .funcao {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  border: 0;
  vertical-align: bottom;
  position: relative;
  max-height: 66px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.lista-completa .funcoes .grupo i {
  display: block;
  font-size: 25px;
  margin: 10px 0 0;
}
.lista-completa .funcoes .grupo span {
  display: block;
  width: 70px;
  line-height: 0.9;
  font-size: 14px;
  margin: 5px 0 10px;
}
.lista-completa .funcoes .mes_anivesario {
  margin-left: 20px;
}
.lista-completa .funcoes .mes_anivesario select {
  color: black;
  border-radius: 4px;
}
.lista-completa .funcoes .busca_eleitor {
  display: flex;
  margin-left: 20px;
}
.lista-completa .funcoes .busca_eleitor input {
  color: #000;
  margin: 0 4px;
}
.lista-completa .funcoes .busca_eleitor .ic-lupa {
  background: url('../media/img/sprite-white.png') no-repeat -1px -1px;
  height: 27px;
  width: 27px;
  border: 0;
  border-radius: 5px;
  padding: 0px;
  margin-left: 10px;
}
.relatorios.conjunto .dados-gerais {
  position: relative;
  top: 10px;
}
.relatorios.conjunto .relatorios-container {
  height: calc(50vh - 87px);
  text-align: center;
}
.relatorios.conjunto .relatorios-container button.add-one {
  font-size: 22px;
  margin-top: 20%;
}
.relatorios.conjunto .titulo-janela button {
  font-size: 14px;
  line-height: 30px;
}
.novo-editar .dados-container {
  background-color: #f1f2f4;
  border: 1px solid #d9d9d9;
  padding: 10px 0 20px;
  margin-top: 20px;
  width: 100%;
  display: inline-block;
}
.novo-editar .img_cartao {
  width: 100%;
}
.novo-editar .galeria-imagens-novo-editar ul {
  margin: 0;
  padding: 0;
}
.novo-editar .galeria-imagens-novo-editar ul li {
  list-style: none;
  margin: 15px 0;
  padding: 0 15px;
  width: 33.33333333%;
  display: inline-block;
  float: left;
}
.fadeIn {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.historico .dados-container .form-coluna div {
  margin: 15px 0;
}
.historico .dados-container .form-coluna div span:first-child {
  font-weight: bold;
}
.historico .pre-historico {
  margin: 20px 0;
  font-family: futura-medium;
}
.historico .pre-historico a:hover {
  color: #dbb149;
}
.historico .pre-historico a {
  color: #444444;
  display: inline-block;
  margin: 0 40px;
}
.historico .pre-historico a i {
  font-size: 18px;
  margin: 0 5px;
}
.historico ul.lista-historico {
  padding-left: 20px;
}
.historico ul.lista-historico > li {
  border-bottom: 1px dashed #444444;
  padding: 20px 0;
}
.historico .balao-tags {
  position: absolute;
  top: 100%;
  left: 16px;
  background-color: #fff;
  z-index: 100;
  border: 1px solid #dbb149;
  width: 93%;
  -webkit-animation: fadeIn 0.3s ease-out;
  animation: fadeIn 0.3s ease-out;
}
.historico .balao-tags .titulo-balao {
  background-color: #dbb149;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
}
.historico .balao-tags .titulo-balao button {
  background-color: transparent;
  display: inline-block;
  float: right;
  border: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.historico .balao-tags .titulo-balao button:hover {
  color: #76d1db;
}
.historico .balao-tags ul {
  padding: 0;
  margin: 5px 10px;
}
.historico .balao-tags ul li {
  font-size: 13px;
  list-style: none;
  color: #999999;
  padding: 0;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.historico .balao-tags ul li:hover {
  background-color: rgba(118, 209, 219, 0.3);
}
.historico .balao-tags:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #dbb149;
  position: absolute;
  top: -5px;
  left: 10px;
}
body.gestao.internas .content100 .container-fluid .dados-gerais .dado-unidade,
body.gestao.internas .content100 .container-fluid .dados-gerais .dado-unidade a {
  color: #003247;
}
body.gestao-funcoes .listagem-gestao {
  margin-left: 40px;
}
body.gestao-funcoes .listagem-gestao span {
  cursor: pointer;
}
body.gestao-funcoes .listagem-gestao span .gestao-funcoes-hover {
  margin-left: 10px;
}
body.gestao-funcoes .listagem-gestao span .gestao-funcoes-hover button {
  background-color: transparent;
  border: 0;
  padding: 0;
}
body.gestao-funcoes .listagem-gestao span .gestao-funcoes-hover i {
  margin: 0 5px;
}
#filtros.filtros-container label {
  display: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.vakata-context {
  z-index: 10052 !important;
}
.controles_pagina_container {
  height: 110px;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: none;
  z-index: 100;
}
.lista .controles_pagina_container {
  display: block;
}
.controles_pagina {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: #003247;
  width: 220px;
  margin: auto;
  z-index: 21;
  border-radius: 10px 10px 0 0;
  padding: 16px 10px 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.controles_pagina.fechado {
  bottom: -80px;
}
.controles_pagina ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
}
.controles_pagina ul li {
  display: inline-block;
}
.controles_pagina ul li.resultado {
  display: block;
  float: none;
}
.controles_pagina p {
  font-size: 14px;
  margin: 0;
}
.controles_pagina select,
.controles_pagina input {
  color: #444444;
}
.controles_pagina select {
  font-size: 13px;
  margin: 3px;
}
.controles_pagina input#page {
  font-size: 13px;
  width: 25px;
  height: 18px;
  margin: 4px;
}
.controles_pagina a.prev,
.controles_pagina a.next {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin: 5px 5px 0;
  border: 1px solid #fff;
  padding: 0 5px;
  border-radius: 4px;
}
.controles_pagina a.prev.off,
.controles_pagina a.next.off {
  color: rgba(255, 255, 255, 0.45);
  border-color: rgba(255, 255, 255, 0.45);
}
.controles_pagina .ocultar {
  position: absolute;
  color: #fff;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: -2px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.controles_pagina .ocultar:hover {
  color: rgba(255, 255, 255, 0.5);
}
.controles_pagina .ocultar .fa-caret-down {
  display: block;
}
.controles_pagina .ocultar .fa-caret-up {
  display: none;
}
.controles_pagina .ocultar.fechado .fa-caret-down {
  display: none;
}
.controles_pagina .ocultar.fechado .fa-caret-up {
  display: block;
}
.eleitores .lista .controles_pagina {
  width: 250px;
}
.eleitores #filtros ul {
  list-style-type: none;
  padding: 0;
}
.eleitores #filtros ul #filtro_filtros_0 {
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  .eleitores #filtros ul #filtro_filtros_0 select {
    margin-bottom: 2px;
    padding: 3px;
  }
}
@media (max-width: 575px) {
  .eleitores #filtros ul #filtro_filtros_0 {
    flex-direction: column;
  }
}
.eleitores #filtros .salvar {
  background-color: white;
  color: #003247;
  border: 0;
  padding: 7px 20px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.agradecimento {
  font-family: 'Roboto', sans-serif;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
.agradecimento header {
  background-color: #211D70;
  height: 100px;
  display: flex;
  align-items: center;
}
.agradecimento header .logo {
  display: flex;
  align-items: center;
}
.agradecimento header .logo .social {
  margin-left: 30px;
}
.agradecimento header .logo .social img {
  margin: 0 5px;
}
@media (max-width: 575px) {
  .agradecimento header .logo .social img {
    margin: 0 3px;
  }
}
.agradecimento main section.thanks2 {
  margin: 40px 0;
}
.agradecimento main section.thanks2 .container {
  padding: 0;
}
.agradecimento main section.thanks2 h4 {
  font-size: 35px;
  color: #211D70;
  font-weight: 700;
  text-align: center;
}
.agradecimento main section.thanks2 p {
  color: #211D70;
  max-width: 350px;
  width: 100%;
  margin: 10px auto 15px;
  text-align: center;
  font-weight: 700;
}
.agradecimento main section.thanks2 img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .agradecimento main section.thanks2 img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .agradecimento main section.thanks2 {
    margin: 50px 0;
  }
}
.agradecimento footer {
  background-color: #222222;
  padding: 30px 0;
}
.agradecimento footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.agradecimento footer .container .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.agradecimento footer .container .logo .social {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agradecimento footer .container .logo .social span {
  background-color: #a6ce39;
  font-size: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2.5px;
}
.agradecimento footer .container .logo .social span img {
  object-fit: cover;
  height: 16px;
}
.agradecimento footer .container .logo .social span img.yt {
  height: 13px;
}
@media (max-width: 991px) {
  .agradecimento footer .container .logo {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .agradecimento footer .container .logo {
    width: unset;
  }
}
.agradecimento footer .container .whois {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.agradecimento footer .container .whois p {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}
.agradecimento footer .container .whois span {
  font-size: 14px;
  margin-bottom: 8px;
}
.agradecimento footer .container .whois span img {
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  .agradecimento footer .container .whois {
    width: 50%;
    padding-left: 95px;
  }
}
@media (max-width: 575px) {
  .agradecimento footer .container .whois {
    padding-left: unset;
    width: unset;
    margin: 25px 0;
    align-items: center;
  }
}
.agradecimento footer .container .form {
  max-width: 600px;
  width: 100%;
}
.agradecimento footer .container .form p {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.agradecimento footer .container .form form div {
  display: flex;
  margin-bottom: 10px;
}
.agradecimento footer .container .form form div input {
  font-size: 13px;
  height: 40px;
  font-size: 16px;
  padding-left: 10px;
  border-radius: 5px;
  width: 100%;
  border: 0;
}
.agradecimento footer .container .form form div input:first-child {
  margin-right: 5px;
}
@media (max-width: 575px) {
  .agradecimento footer .container .form form div input:first-child {
    margin-right: unset;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .agradecimento footer .container .form form div {
    flex-direction: column;
  }
}
.agradecimento footer .container .form form input[type=submit] {
  width: 100%;
  background-color: #362eb3;
  border: 0;
  border-radius: 5px;
  height: 40px;
  color: #fff;
}
@media (max-width: 991px) {
  .agradecimento footer .container .form {
    max-width: unset;
  }
}
@media (max-width: 575px) {
  .agradecimento footer .container .form {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .agradecimento footer .container {
    flex-direction: column;
    align-items: center;
  }
}
#permissoes thead th {
  font-size: 12px;
}
div.alerta {
  color: #f47737;
  font-size: 18px;
  margin: 15px;
}
.relatorios.conjunto .table-dash.ativo {
  overflow: auto;
  height: 200px;
}
@media (max-width: 992px) {
  body.internas .segura-tudo .content100 {
    height: 82vh;
  }
  body .novo-editar .content100 .listbox select {
    height: 38px;
  }
}
@media (max-width: 768px) {
  .titulo-janela div {
    position: relative;
  }
}
@media (max-width: 480px) {
  body.internas header .fixed-top .top-right .ic-lupa.busca {
    display: block;
  }
  body.internas header .fixed-top .top-right form {
    display: none;
  }
  body.internas header .fixed-top .top-right form input {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0 5px;
    text-align: left;
    width: 59%;
  }
  .lista-completa .funcoes .grupo {
    width: 100%;
    margin: 0;
  }
  .lista-completa .funcoes .grupo i {
    display: none;
  }
  .lista-completa .funcoes .grupo .funcao,
  .lista-completa .funcoes .grupo span {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .lista-completa .funcoes div.sub:hover ul {
    z-index: 1;
  }
  .lista-completa .funcoes div.sub:hover ul li {
    display: block;
    float: initial;
    width: initial;
  }
}
