@import url('https://fonts.googleapis.com/css?family=Poppins');
.bg-primary {
  background-color: #32bbed !important;
}
.btn-primary,
.btn-default {
  background-color: #32bbed;
  color: #ffffff !important;
  border-color: #a7e2f7;
}
.btn-primary:hover,
.btn-default:hover {
  background-color: #a7e2f7;
  color: #ffffff;
  border-color: #a7e2f7;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #a7e2f7;
  color: #ffffff;
  border-color: #a7e2f7;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #32bbed;
  color: #ffffff;
  border-color: #a7e2f7;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-outline-primary {
  color: #32bbed !important;
  border-color: #32bbed !important;
}
.btn-outline-primary:hover {
  background-color: #a7e2f7;
  color: #ffffff !important;
  border-color: #a7e2f7;
}
.btn-outline-primary.focus {
  box-shadow: none;
}
.btn-outline-primary.disabled {
  background-color: #a7e2f7;
  color: #ffffff;
  border-color: #a7e2f7;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #32bbed;
  color: #ffffff;
  border-color: #a7e2f7;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.card {
  /*border: none;
    border-radius: 0px;*/
}
.card-header:first-child {
  /*border-radius: 0px;*/
}
.card-primary {
  border: solid 2px #32bbed;
}
.card-primary .card-header {
  border-bottom: solid 1px #32bbed;
}
.dropdown-menu {
  z-index: 10000!important;
}
.table-hover tbody tr:hover {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
.avtooltip {
  width: 300px !important;
  opacity: 1 !important;
}
.avmarker {
  background-color: #CCC;
  border: solid 1px #333;
  border-radius: 4px;
  padding: 2px;
}
.av-alumbrado {
  background-color: #E5E41F;
}
.av-arbolado {
  background-color: #1B7E21;
}
.av-atencion {
  background-color: #1A60BD;
}
.av-bacheo {
  background-color: #D58349;
}
.av-barrido {
  background-color: #564913;
}
.av-basurales {
  background-color: #666;
}
.av-bocas {
  background-color: #E31F22;
}
.av-covid {
  background-color: #E41F21;
}
.av-desmalezado {
  background-color: #1FBE1A;
}
.av-hidricas {
  background-color: #1A9CBE;
}
.av-intendenta {
  background-color: #601B7E;
}
.av-recoleccion {
  background-color: #1B7E21;
}
.av-tasas {
  background-color: #E5BC1F;
}
.av-zoonosis {
  background-color: #333;
}
a {
  text-decoration: none;
  color: #333;
}
.leaflet-tooltip {
  white-space: normal;
  min-width: 300px;
}
.blink {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    color: #000;
  }
}
a:hover {
  text-decoration: none !important;
}
.typeahead.dropdown-menu {
  border: solid 4px #BFDEFF !important;
  color: #666;
  background-color: #fff;
}
.typeahead.dropdown-menu li {
  border-bottom: solid 1px #ccc;
}
.typeahead.dropdown-menu li:hover {
  background-color: #77579E;
}
.typeahead.dropdown-menu li:hover a {
  color: #fff;
}
.typeahead.dropdown-menu a {
  color: #666;
}
body {
  font-family: Montserrat, sans-serif, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  color: #666;
}
.kv-upload-progress {
  display: none !important;
}
.icono-sm {
  width: 18px;
  height: 18px;
}
.marker-cluster-small {
  background-color: rgba(230, 59, 46, 0.5);
}
.marker-cluster-small div {
  background-color: rgba(154, 29, 18, 0.5);
  color: #fff;
}
.marker-cluster-medium {
  background-color: rgba(230, 59, 46, 0.5);
}
.marker-cluster-medium div {
  background-color: rgba(154, 29, 18, 0.5);
  color: #fff;
}
.marker-cluster-large {
  background-color: rgba(230, 59, 46, 0.5);
}
.marker-cluster-large div {
  background-color: rgba(154, 29, 18, 0.5);
  color: #fff;
}
.container {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100% !important;
  min-height: 500px;
}
.dashboard .card-header {
  font-weight: bolder;
  text-align: center;
  color: #32bbed;
}
#chartEvolucion .highcharts-series-1 {
  background-color: #ff0000;
}
.dropdown-item:hover {
  background-color: #666;
  color: #fff;
}
div.tooltip-inner {
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 6px;
  margin-bottom: 6px;
  background-color: #505050;
  max-width: 600px;
  font-size: 14px;
  white-space: normal;
}
.icono-menu-label {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 3em;
  font-weight: bolder;
  color: #663b8b;
}
.icono-menu img {
  width: 70%;
  height: auto;
  max-width: 170px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.map {
  border: solid 6px #fff;
  position: relative;
}
.map .tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.map .tooltip.top .tooltip-arrow {
  border-top-color: white;
}
.map .tooltip-inner {
  border: 4px solid white;
}
.map #info {
  position: absolute;
  height: 1px;
  width: 1px;
  z-index: 100;
}
.pivot .pvtRenderer {
  display: none;
}
.pivot .pvtAxisContainer li span.pvtAttr {
  font-size: 12px;
  color: #fff;
  background-color: #663B8B;
}
.pivot .pvtAggregator {
  font-size: 12px;
}
.pivot .pvtAxisContainer {
  border: solid 1px #CAB5E2;
  background-color: #B291D2;
}
.pivot .pvtVals {
  border-color: #fff;
  color: #fff;
  background-color: #663B8B;
}
.pivot .pvtFilterBox {
  width: 500px;
  background-color: #895BBF;
  border: solid 1px #CAB5E2;
}
.pivot .pvtFilterBox button {
  background-color: #663B8B;
  border: none;
  border-radius: 4px;
  color: #fff;
  margin-right: 6px;
}
.pivot .pvtFilterBox button:hover {
  background-color: #895BBF;
}
.pivot .pvtFilterBox h4 {
  font-weight: bolder;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pivot .pvtFilterBox p {
  margin: 0px auto;
  padding: 10px;
  background-color: #A37FCD;
}
.pivot .pvtFilterBox .count {
  margin-left: .5em;
  color: #333;
  font-weight: bolder;
}
.pivot .pvtFilterBox .pvtSearch {
  width: 96%;
  margin-bottom: 6px;
}
.pivot .pvtFilterBox .pvtCheckContainer p {
  padding: 0px;
}
.pivot .pvtFilterBox .pvtCheckContainer p:nth-child(even) {
  background-color: #E4D9F0;
}
.pivot .pvtFilterBox .pvtCheckContainer p:nth-child(odd) {
  background-color: #fff;
}
.pivot .pvtTotal,
.pivot .pvtGrandTotal {
  background-color: #663B8B !important;
  color: #fff;
}
.typeahead li {
  padding: 0px 10px;
}
.flex-break {
  flex-basis: 100%;
  height: 0;
}
break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.section-header {
  color: #73449B;
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}
.section-header .col1 {
  display: flex;
  align-items: center;
}
.section-header .col1 img {
  width: 50px;
  height: auto;
}
.section-header .col2 {
  padding-left: 20px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.section-header .col2 .titulo {
  font-size: 1.4em;
  font-weight: bolder;
}
.remito .encabezado {
  border: solid 1px #000;
}
.remito .items {
  border: solid 1px #000;
  font-size: 1.2em;
}
.remito .firma {
  border: solid 1px #000;
}
#uxMetas table td {
  padding: 0px;
}
.tachado {
  text-decoration: line-through;
  color: #666;
}
footer {
  margin-top: 20px;
  padding: 40px 40px;
  height: 200px;
  border-top: solid 2px #32bbed;
}
.btn-outline-secondary {
  border: solid 1px #ccc;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.border-left {
  border-left: 1px solid #ccc;
}
.bottom-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 60px;
}
.bottom-buttons .btn {
  margin-right: 4px;
  margin-top: 4px;
}
.btn-crud-menu {
  white-space: nowrap;
}
.btn-xs2 {
  padding: 3px 6px;
}
.btn-xxs {
  font-size: 8px;
  padding: 1px 3px;
}
.checkbox {
  margin-left: 1.5em;
}
.datepicker {
  z-index: 1151 !important;
}
.fa-6x {
  font-size: 6em;
}
.fa-10x {
  font-size: 10em;
}
.field-validation-error {
  color: #b94a48;
}
.flipbook-viewport {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 10px;
}
.flipbook-viewport .container {
  margin: auto;
}
.flipbook-viewport .page {
  width: 461px;
  height: 600px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid #999;
}
.flipbook-viewport .page img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}
.fondo {
  background-color: rgba(255, 255, 255, 0.8);
}
.input-number {
  text-align: right;
}
.input-validation-error {
  border-color: #b94a48;
}
.item-main-menu {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.item-main-menu:hover {
  text-decoration: none;
}
.nav-sidebar {
  text-align: center;
}
.nav-side-menu {
  overflow: auto;
  background-color: #EFF4FA;
  width: 100%;
  height: 100%;
  color: #333;
}
.nav-side-menu .brand {
  background-color: #333;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 8px 2px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 6px 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #ccc;
  background-color: #ccc;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #fff;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #fff;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #333;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #ccc;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #333;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #333;
}
.nav-side-menu li a i {
  padding-left: 10px;
  padding-right: 40px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #3578B1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
.nav-side-menu li:hover a {
  color: #fff;
}
.navbar {
  border-radius: 0px;
  margin-bottom: 0px;
}
.navbar .divider-vertical {
  height: 100%;
  border-left: 1px solid #ccc;
}
.navbar-inverse {
  background-color: #000;
}
.nodocumentos {
  padding: 50px;
  text-align: center;
  width: 100%;
  font-size: 1.5em;
}
.nowrap {
  white-space: nowrap;
}
h2 {
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-top: 0px;
}
.pagination {
  margin: 0px;
}
.pagination a {
  color: #333;
}
.panel-busqueda {
  background-color: #7FC4A1;
  padding-top: 15px;
}
.semaforo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: .6em;
  font-weight: bold;
  border: solid 4px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
}
.align-text-center-middle {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
}
.semaforo-verde,
.semaforo-2 {
  background-color: #1ba548;
  border-color: #5be488;
  color: #ffffff;
}
.semaforo-amarillo,
.semaforo-1 {
  background-color: #FBDD2A;
  border-color: #fdf1a7;
}
.semaforo-rojo,
.semaforo-0 {
  background-color: #dd4f40;
  border-color: #f0b3ac;
  color: #ffffff;
}
.dropdown-menu {
  /*
    -webkit-box-shadow: 0px 4px 8px 0px rgba(51,51,51,0.5);
    -moz-box-shadow: 0px 4px 8px 0px rgba(51,51,51,0.5);
    box-shadow: 0px 4px 8px 0px rgba(51,51,51,0.5);
    */
}
.sombra4 {
  /*
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.50);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.50);
    */
}
.sombra8 {
  /*
    -webkit-box-shadow: 0px 4px 8px 0px rgba(51,51,51,0.5);
    -moz-box-shadow: 0px 4px 8px 0px rgba(51,51,51,0.5);
    box-shadow: 0px 4px 8px 0px rgba(51,51,51,0.5);
    */
}
.tab-content {
  padding-top: 16px;
}
.tab-content-nav-pills {
  padding-top: 0px;
}
.table {
  background-color: #fff;
}
.table td,
.table th {
  border-top: none;
  vertical-align: middle;
}
.table-top td,
.table-top th {
  vertical-align: top;
}
.text-big {
  font-size: 36px;
  font-weight: bold;
}
.text-bold {
  font-weight: bolder;
}
.text-disabled {
  color: #ccc;
}
.text-large {
  font-size: 24px;
  font-weight: bold;
}
.text-medium {
  font-size: 18px;
  font-weight: bold;
}
.text-small {
  font-size: 10px;
}
.top-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
}
.validation-summary-errors {
  color: #b94a48;
}
.w5 {
  width: 5%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33.33%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w66 {
  width: 66.66%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
#inventario .total {
  font-weight: bolder;
  font-size: 18px;
  padding: 4px!important;
}
#fixed_nav {
  margin-bottom: 0px;
}
#imagemodal .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
#imagemodal .close {
  color: #fff;
  font-size: 60px;
}
#imagemodal .imagepreview {
  /*
    -webkit-box-shadow: 0px 4px 8px 0px rgba(51,51,51,0.5);
    -moz-box-shadow: 0px 4px 8px 0px rgba(51,51,51,0.5);
    box-shadow: 0px 4px 8px 0px rgba(51,51,51,0.5);
    */
}
@media print {
  @page {
    size: A4;
    margin: 0mm 5mm 5mm 15mm;
  }
  a[href]:after {
    content: none !important;
  }
  .col-pr-12 {
    width: 100%;
  }
  .col-pr-11 {
    width: 91.66666667%;
  }
  .col-pr-10 {
    width: 83.33333333%;
  }
  .col-pr-9 {
    width: 75%;
  }
  .col-pr-8 {
    width: 66.66666667%;
  }
  .col-pr-7 {
    width: 58.33333333%;
  }
  .col-pr-6 {
    width: 50%;
  }
  .col-pr-5 {
    width: 41.66666667%;
  }
  .col-pr-4 {
    width: 33.33333333%;
  }
  .col-pr-3 {
    width: 25%;
  }
  .col-pr-2 {
    width: 16.66666667%;
  }
  .col-pr-1 {
    width: 8.33333333%;
  }
  .col-xs-* {
    visibility: hidden;
  }
  .report-footer {
    background-color: #069 !important;
    margin-top: 20px !important;
    padding: 10px 10px 10px 10px !important;
    color: #fff !important;
  }
  .report-header {
    background-color: #069 !important;
    margin-bottom: 20px !important;
    padding: 10px 10px 15px 10px !important;
  }
  .report-header .title {
    color: #fff !important;
  }
  .report-header .title h2 {
    margin-left: 10px;
    color: #fff !important;
    font-weight: bold;
  }
  #print-whatermark {
    visibility: visible !important;
    font-size: 70px;
    font-weight: bold;
    opacity: 0.08;
    filter: alpha(opacity=10);
    position: absolute;
    top: 450px;
    left: 50px;
    z-index: 999;
    text-align: center;
    -webkit-transform: rotate(320deg);
    -moz-transform: rotate(320deg);
    -o-transform: rotate(320deg);
    writing-mode: horizontal-tb;
  }
}
/*
    COLORES
*/
/*
    TAMA�O TEXTOS   
*/
/* ESPACIADOS (ANCHOS) */
/* VARIOS */
/*
    COMPONENTES
*/
/* PAGE HEADER */
.page-header {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  color: #32bbed;
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}
.page-header a.btn-link {
  color: #898989;
}
.page-header a.btn-link:hover {
  color: #32bbed;
  text-decoration: underline !important;
}
.page-header .btn {
  padding-top: 6px;
}
.page-header .container-menu {
  padding-left: 0px;
  padding-right: 14px;
}
.page-header .container-back {
  padding-left: 0px;
  padding-right: 14px;
}
.page-header .container-back .back {
  font-size: 30px;
  font-weight: bolder;
}
.page-header .container-icono {
  padding-right: 14px;
}
.page-header .container-icono i {
  font-size: 48px;
  padding-bottom: 4px;
}
.page-header .container-icono img {
  height: auto;
  width: 48px;
}
.page-header .container-titulo {
  padding-right: 28px;
}
.page-header .container-titulo .titulo {
  font-size: 30px;
  font-weight: bolder;
}
.page-header .container-navegacion {
  padding-top: 10px;
  padding-right: 14px;
}
.page-header .container-imprimir {
  padding-right: 14px;
}
.page-header .container-boton {
  padding-right: 14px;
}
#navbarNav2 a.btn-link {
  color: #898989;
}
#navbarNav2 a.btn-link:hover {
  color: #32bbed;
  text-decoration: underline !important;
}
/* SCROLL BARS */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background-color: #F3F3F3;
}
::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
/* ICONO MENU */
.icono-menu {
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
  border-radius: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all 0.3s;
}
.icono-menu:hover {
  background-color: #90daf5;
}
/* CARDS */
.card {
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
}
.card .card-header {
  background-color: #ffffff;
  border-bottom: none;
  color: #898989;
  font-size: 14px;
  font-weight: bolder;
}
.card .card-header img {
  height: 32px;
  width: auto;
}
/* GRILLA CALOR */
.grilla-calor {
  font-size: 12px;
}
.grilla-calor td {
  width: 4%;
  background-color: #E6E6E6;
  /*border: solid 1px #fff;*/
  text-align: center;
  height: 20px;
}
.grilla-calor .header .hora {
  text-align: center;
}
.grilla-calor .dia .qty-0 {
  background-color: #f7f8e0;
}
.grilla-calor .dia .qty-1 {
  background-color: #FEE7A8;
}
.grilla-calor .dia .qty-2 {
  background-color: #fed976;
}
.grilla-calor .dia .qty-3 {
  background-color: #feb24c;
}
.grilla-calor .dia .qty-4 {
  background-color: #fd8d3c;
}
.grilla-calor .dia .qty-5 {
  background-color: #fc4e2a;
}
.grilla-calor .dia .qty-6 {
  background-color: #e31a1c;
}
.grilla-calor .dia .qty-7 {
  background-color: #bd0026;
}
.grilla-calor .dia .qty-8 {
  background-color: #8B001C;
}
.grilla-calor .dia .qty-9 {
  background-color: #580012;
}
.grilla-calor .dia .qty-10 {
  background-color: #240008;
}
.grilla-calor .dia .qty:hover {
  border: solid 3px #666;
}
/* GRIDLY DRAG AND DROP BUGS */
.gridly-bugs {
  margin: 20px;
}
/* INDICADORES */
.informe .indicador {
  border: solid 1px #d9d9d9;
  border-radius: 6px;
  background-color: #ffffff;
  color: #898989;
  font-size: 1.2em;
  margin-bottom: 10px;
  padding: 6px 10px;
  text-align: center;
  transition: all 0.3s;
}
.informe .indicador .titulo {
  font-size: .9em;
  font-weight: bolder;
  padding-bottom: 2px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}
.informe .indicador .separador {
  background-color: #32bbed;
  height: 4px;
  transition: all 0.3s;
  width: 30%;
}
.informe .indicador .valor {
  font-family: unset;
  font-size: 1.9em;
  font-weight: bolder;
  padding: 4px;
  white-space: nowrap;
}
.informe .indicador .pie {
  text-align: center;
  white-space: nowrap;
}
.informe .indicador:hover {
  background-color: #F9D1E7;
  transition: .5s;
}
.informe .indicador:hover .valor {
  color: #333;
  transition: .5s;
}
.informe .indicador:hover .separador {
  width: 100%;
}
.informe .indicador-small {
  border: solid 1px #d9d9d9;
  border-radius: 6px;
  background-color: #ffffff;
  color: #898989;
  font-size: 1.2em;
  margin-bottom: 10px;
  padding: 6px 10px;
  text-align: center;
  transition: all 0.3s;
}
.informe .indicador-small .titulo {
  font-size: .9em;
  font-weight: bolder;
  padding-bottom: 2px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}
.informe .indicador-small .separador {
  background-color: #32bbed;
  height: 4px;
  transition: all 0.3s;
  width: 30%;
}
.informe .indicador-small .valor {
  font-family: unset;
  font-size: 1.5em;
  font-weight: bolder;
  padding: 4px;
  white-space: nowrap;
}
.informe .indicador-small .pie {
  text-align: center;
  white-space: nowrap;
}
.informe .indicador:hover {
  background-color: #F9D1E7;
  transition: .5s;
}
.informe .indicador:hover .valor {
  color: #333;
  transition: .5s;
}
.informe .indicador:hover .separador {
  width: 100%;
}
.informe .indicador-1 .separador {
  background-color: #32bbed;
}
.informe .indicador-2 .separador {
  background-color: #c062a4;
}
.informe .indicador-3 .separador {
  background-color: #f67390;
}
.informe .indicador-4 .separador {
  background-color: #ff9675;
}
.informe .indicador-5 .separador {
  background-color: #ffc663;
}
.informe .indicador-6 .separador {
  background-color: #b4ed5c;
}
/* GENERAL */
body {
  color: #898989;
  font-family: Poppins, Montserrat;
  font-size: 14px;
}
footer {
  margin-top: 10px;
  padding: 40px 40px;
  height: 200px;
  border-top: solid 1px #d9d9d9;
  background-color: #fff;
}
.estado-OK {
  border: solid 2px #83e983;
  background: repeating-linear-gradient(45deg, #d9f9d9, #d9f9d9 5px, #aef1ae 5px, #aef1ae 10px);
}
.estado-LIG {
  border: solid 2px #ffff85;
  background: repeating-linear-gradient(45deg, #ffffeb, #ffffeb 5px, #ffffb8 5px, #ffffb8 10px);
}
.estado-REG {
  border: solid 2px #ffe3b8;
  background: repeating-linear-gradient(45deg, #fff7eb, #fff7eb 5px, #ffe3b8 5px, #ffe3b8 10px);
}
.estado-EXT {
  border: solid 2px #ffb9b8;
  background: repeating-linear-gradient(45deg, #ffebeb, #ffebeb 5px, #ffb9b8 5px, #ffb9b8 10px);
}
.estado-TER {
  border: solid 2px #aec8f1;
  background: repeating-linear-gradient(45deg, #d9e6f9, #d9e6f9 5px, #aec8f1 5px, #aec8f1 10px);
}
.estado-PAU {
  border: solid 2px #dbaef1;
  background: repeating-linear-gradient(45deg, #eed9f9, #eed9f9 5px, #dbaef1 5px, #dbaef1 10px);
}
.estado-CAN {
  border: solid 2px #e5e5e5;
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 5px, #e5e5e5 5px, #e5e5e5 10px);
  text-decoration: line-through;
}
.border-color-OK {
  border-left: solid 20px #83e983;
}
.border-color-LIG {
  border-left: solid 20px #ffff85;
}
.border-color-REG {
  border-left: solid 20px #ffe3b8;
}
.border-color-EXT {
  border-left: solid 20px #ffb9b8;
}
.border-color-TER {
  border-left: solid 20px #aec8f1;
}
.border-color-CAN {
  border-left: solid 20px #e5e5e5;
}
.border-color-PAU {
  border-left: solid 20px #dbaef1;
}
.card-estado-OK {
  border-left: solid 10px #83e983;
}
.card-estado-LIG {
  border-left: solid 10px #ffff85;
}
.card-estado-REG {
  border-left: solid 10px #ffe3b8;
}
.card-estado-EXT {
  border-left: solid 10px #ffb9b8;
}
.card-estado-TER {
  border-left: solid 10px #aec8f1;
}
.card-estado-CAN {
  border-left: solid 10px #e5e5e5;
}
.card-estado-PAU {
  border-left: solid 10px #dbaef1;
}
.avance {
  padding: 6px 10px;
  border: solid 2px;
}
.avance-OK {
  background-color: #aef1ae;
  border-color: #57e257;
}
.avance-LIG {
  background-color: #ffffb8;
  border-color: #ffff52;
}
.avance-REG {
  background-color: #ffe3b8;
  border-color: #ffbb52;
}
.avance-EXT {
  background-color: #ffb9b8;
  border-color: #ff5452;
}
.avance-TER {
  background-color: #aec8f1;
  border-color: #578de2;
}
.avance-CAN {
  background-color: #e5e5e5;
  border-color: #b2b2b2;
}
.avance-PAU {
  background-color: #dbaef1;
  border-color: #b457e2;
}
.ficha-campo {
  margin-bottom: 14px;
}
.ficha-campo-label {
  margin-bottom: 4px;
}
.ficha-campo-valor {
  border-bottom: solid 1px #ccc;
  white-space: nowrap;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
}
.map-icon {
  color: #1A9C51;
  font-size: 24px;
  font-weight: bolder;
  line-height: 24px;
  text-align: center;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
}
.map-icon-ok {
  color: #1A9C51;
  font-size: 24px;
  font-weight: bolder;
  line-height: 24px;
  text-align: center;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
}
.map-icon-error {
  color: #BB361F;
  font-size: 24px;
  font-weight: bolder;
  line-height: 24px;
  text-align: center;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
}
.map-icon-observado {
  color: #333;
  font-size: 24px;
  font-weight: bolder;
  line-height: 24px;
  text-align: center;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
}
.gps-icon {
  color: #000;
  font-size: 24px;
  font-weight: bolder;
  line-height: 24px;
  text-align: center;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
}
.gps-icon .gps-show {
  display: block;
}
.gps-icon .gps-hide {
  display: none;
}
#uxCamaraPreview img {
  width: 100%;
  height: auto;
}
.print .page {
  width: 210mm;
  height: 297mm;
  background-color: #fff;
  border: solid 1px #666;
  margin: 10mm 10mm 10mm 25mm;
}
#page-elecciones-index .total {
  background-color: #333;
  color: #fff;
  font-weight: bolder;
}
#page-elecciones-index .map-elecciones .info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
#page-elecciones-index .map-elecciones .info h4 {
  margin: 0 0 5px;
  color: #777;
}
#page-elecciones-index .map-elecciones .legend {
  line-height: 18px;
  color: #555;
}
#page-elecciones-index .map-elecciones .legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}
