* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
}

.contTabla {
  min-height: calc(85vh - 208px);
}

.busquedaContainer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 148;
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 148;
  background: rgba(0, 0, 0, 0.76);
  width: 100%;
  height: 100%;
}

@media (max-width: 800px) {
  .overlay {
    z-index: 100;
  }
}

.filterContainer {
  background: #fafdff;
  border-radius: 2px;
  padding: 1em;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(48, 66, 90, 0.85);
          box-shadow: 2px 2px 2px 0px rgba(48, 66, 90, 0.85);
  overflow-y: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  -webkit-transform: translate(-50%, -51%);
          transform: translate(-50%, -51%);
  max-height: 95vh;
  width: 80%;
  max-width: 800px;
  -webkit-filter: blur(0px);
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 800px) {
  .filterContainer {
    width: 95vw;
    height: 88vh;
    top: 50%;
    max-width: 95vw;
    max-height: 88vh;
    z-index: 120;
  }
}

.filterContainer .cerrar {
  display: inline-block;
  margin: 1em 0.5em;
  background: #0077ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#0077ff), to(#0072f5));
  background: linear-gradient(to bottom, #0077ff 0%, #0072f5);
  color: white;
  padding: 0.6em 1.5em;
  cursor: pointer;
  min-width: 155px;
}

@media (max-width: 490px) {
  .filterContainer .cerrar {
    width: 90%;
    margin-bottom: -1em;
  }
  .filterContainer .cerrar:last-child {
    margin-bottom: 0.5em;
  }
}

.filterContainer .cerrar.limp {
  background: #353535;
}

.filterContainer .cerrar.limp:hover {
  background: #292929;
}

.filterContainer .cerrar:hover {
  background: #0077ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#0069e0), to(#0064d6));
  background: linear-gradient(to bottom, #0069e0 0%, #0064d6);
}

.filterContainer > i {
  font-size: 1.3em;
  cursor: pointer;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}

@media (max-width: 600px) {
  .filterContainer > i {
    right: 0.3em;
    top: 0.3em;
  }
}

@media (max-width: 800px) {
  .filterContainer {
    padding: 0.8em 0.3em;
    width: 90%;
  }
}

.filterContainer .headerTitle {
  font-size: 1.7em;
  text-align: center;
  margin-bottom: 1em;
  margin-top: 0.2em;
  color: #03111b;
  font-weight: lighter;
}

@media (max-width: 600px) {
  .filterContainer .headerTitle {
    font-size: 1.3em;
    margin-bottom: 0.6em;
  }
}

.contenedorListado {
  background: #0e4ba5;
  background: -webkit-gradient(linear, left top, left bottom, from(#0e4ba5), to(#062047));
  background: linear-gradient(to bottom, #0e4ba5 0%, #062047 100%);
  padding-top: 4em;
  min-height: 100vh;
}

.contenedorListado .public_fixedDataTable_header .public_fixedDataTableCell_cellContent {
  font-weight: lighter;
}

.contenedorListado .public_fixedDataTableRow_highlighted,
.contenedorListado .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main {
  background: #f4faff;
}

.contenedorListado .public_fixedDataTable_main {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 0px 2px #002555;
          box-shadow: 0px 0px 0px 2px #002555;
}

.contenedorListado .fixedDataTableCellLayout_main {
  border-color: rgba(5, 72, 99, 0.13);
}

.contenedorListado .public_fixedDataTable_header,
.contenedorListado .public_fixedDataTable_scrollbarSpacer,
.contenedorListado .public_fixedDataTable_header .public_fixedDataTableCell_main {
  background-image: none;
}

.contenedorListado .public_fixedDataTable_scrollbarSpacer {
  background: #006ab1;
  background: -webkit-gradient(linear, left top, left bottom, from(#2294ff), to(#207ce5));
  background: linear-gradient(to bottom, #2294ff 0%, #207ce5 100%);
}

.contenedorListado .Listado {
  margin: 0.3em auto;
  margin-top: 1em;
}

.contenedorListado .Listado .fixedDataTableLayout_main.public_fixedDataTable_main {
  margin: 0 auto;
}

.contenedorListado .botones {
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 0.9em;
}

.contenedorListado .toggleVis,
.contenedorListado .botonImprimir {
  margin: 0.5em auto;
  width: calc(100% - 40px);
  text-align: center;
  padding: 0.5em 0.8em;
  display: block;
  border-radius: 3px;
  font-size: 1.1em;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #0099ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#008ae6));
  background: linear-gradient(to bottom, #0099ff 0%, #008ae6 100%);
  color: white;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
  border-bottom: 2px solid #00173a;
  border: none;
  outline: none;
  font-family: "Poppins", sans-serif;
}

@media (min-width: 768px) {
  .contenedorListado .toggleVis,
  .contenedorListado .botonImprimir {
    width: 40%;
    display: inline-block;
    margin-right: 1em;
  }
}

.contenedorListado .toggleVis:hover,
.contenedorListado .botonImprimir:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#008ae6), to(#007ce2));
  background: linear-gradient(to bottom, #008ae6 0%, #007ce2 100%);
}

.formColumnas {
  margin-bottom: 1em;
}

.formColumnas .columnCheckbox {
  display: block;
  margin: 0.3em auto;
  max-width: 80%;
  text-align: left;
}

.formColumnas .columnCheckbox input {
  display: none;
}

.formColumnas .columnCheckbox input:checked ~ label .visibleBox {
  background: #0084ff !important;
  opacity: 1;
}

@media (min-width: 1200px) {
  .formColumnas .columnCheckbox label {
    font-size: 0.92em;
  }
}

.formColumnas .columnCheckbox .labelContainer {
  float: right;
}

.formColumnas .columnCheckbox .visibleBox {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "";
  background: #4d5f75;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid rgba(0, 0, 0, 0.329);
  opacity: 0.8;
  -webkit-box-shadow: inset 2px -1px 1px 2px rgba(255, 255, 255, 0.3);
          box-shadow: inset 2px -1px 1px 2px rgba(255, 255, 255, 0.3);
}

.formColumnas .columnCheckbox .visibleBox:hover {
  background: #145591;
}

.tableHeader {
  color: white;
  width: 100%;
  height: 100%;
  background: #006ab1;
  background: -webkit-gradient(linear, left top, left bottom, from(#2294ff), to(#207ce5));
  background: linear-gradient(to bottom, #2294ff 0%, #207ce5 100%);
  cursor: pointer;
  text-align: center;
}

.tableHeader:hover {
  background: #006ab1;
  background: -webkit-gradient(linear, left top, left bottom, from(#0988ff), to(#1970d3));
  background: linear-gradient(to bottom, #0988ff 0%, #1970d3 100%);
}

@media (max-width: 600px) {
  .tableHeader {
    font-size: 0.9em;
  }
}

@media (max-width: 400px) {
  .tableHeader {
    font-size: 0.8em;
  }
}

.tableHeader i {
  font-size: 0.8em;
}

@media (max-width: 600px) {
  .Normal {
    font-size: 0.9em;
  }
}

.WARNINGalt {
  background: #ff9900;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8d22), to(#f87800));
  background: linear-gradient(to bottom, #ff8d22 0%, #f87800 100%);
  color: white;
}

@media (max-width: 600px) {
  .WARNINGalt {
    font-size: 0.9em;
  }
}

.ERRORalt {
  background: #ff3a3a;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3c22), to(#e52020));
  background: linear-gradient(to bottom, #ff3c22 0%, #e52020 100%);
  color: white;
}

@media (max-width: 600px) {
  .ERRORalt {
    font-size: 0.9em;
  }
}

.WARNING {
  background: #ffdf86;
  color: #410000;
}

@media (max-width: 600px) {
  .WARNING {
    font-size: 0.9em;
  }
}

.ERROR {
  background: #ff9393;
  color: #240000;
}

@media (max-width: 600px) {
  .ERROR {
    font-size: 0.9em;
  }
}

.grey {
  background: lightgray;
  color: #0f0f0f;
}

@media (max-width: 600px) {
  .grey {
    font-size: 0.9em;
  }
}

.id a {
  color: #3f3f3f;
  text-decoration: none;
  font-weight: bolder;
  cursor: pointer;
}

.id a:hover {
  color: black;
}

@media (max-width: 600px) {
  .id {
    font-size: 0.8em;
  }
}

.dir a {
  color: #303030;
  text-decoration: none;
  cursor: pointer;
}

.dir a:hover {
  color: black;
}

@media (max-width: 400px) {
  .dir {
    font-size: 0.75em;
  }
}

.celdaNumerica {
  text-align: right;
}

@media (max-width: 600px) {
  .celdaNumerica {
    font-size: 0.9em;
  }
}

@media (max-width: 400px) {
  .celdaNumerica {
    font-size: 0.8em;
  }
}

i.OKalt {
  color: #00af00 !important;
  background: none;
}

i.WARNINGalt {
  color: #ffbb00 !important;
  background: none;
}

i.ERRORalt {
  color: #af0000 !important;
  background: none;
}

i.fa-battery-full {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  float: left;
}

.busqueda {
  margin: 0.2em auto;
  margin-top: 2em;
  border-top: 1px solid rgba(18, 18, 41, 0.137);
  padding-top: 0.5em;
}

.busqueda div {
  margin: 0.5em;
  display: inline-block;
  width: 45%;
}

@media (max-width: 600px) {
  .busqueda div {
    display: block;
    width: 90%;
    margin: 1em auto;
  }
}

.busqueda div label {
  display: block;
  font-size: 1.1em;
  text-align: left;
}

@media (max-width: 600px) {
  .busqueda div label {
    text-align: center;
  }
}

.busqueda div input,
.busqueda div select {
  font-family: "Poppins";
  background: white;
  color: #000b16;
  padding: 0.4em 0.2em;
  border: none;
  outline: none;
  font-size: 1em;
  margin-top: 0.5em;
  border: 1px solid #001020;
  width: 100%;
  display: block;
}

.busqueda div input::-webkit-input-placeholder,
.busqueda div select::-webkit-input-placeholder {
  color: rgba(0, 32, 68, 0.562);
}

.busqueda div input:-ms-input-placeholder,
.busqueda div select:-ms-input-placeholder {
  color: rgba(0, 32, 68, 0.562);
}

.busqueda div input::-ms-input-placeholder,
.busqueda div select::-ms-input-placeholder {
  color: rgba(0, 32, 68, 0.562);
}

.busqueda div input::placeholder,
.busqueda div select::placeholder {
  color: rgba(0, 32, 68, 0.562);
}

@media (max-width: 600px) {
  .busqueda div input,
  .busqueda div select {
    font-size: 0.9em;
  }
}

.contenedorMapa {
  width: calc(100vw - 40px);
  max-width: 1300px;
  margin: 0 auto;
  margin-top: -0.5em;
  position: relative;
}

.contenedorMapa .toggleMap {
  position: absolute;
  top: 12px;
  left: 2px;
  background: #0062e2;
  background: -webkit-gradient(linear, left top, left bottom, from(#2294ff), to(#207ce5));
  background: linear-gradient(to bottom, #2294ff 0%, #207ce5 100%);
  color: white;
  z-index: 15;
  padding: 0.6em 0.8em;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgba(0, 46, 131, 0.452);
  font-size: 0.8em;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.136);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.136);
  border-top: none;
  border-left: none;
}

@media (max-width: 600px) {
  .contenedorMapa .toggleMap {
    top: calc(8.5px + 1.5em);
  }
}

@media (max-width: 600px) {
  .contenedorMapa {
    margin-top: -1.5em;
  }
}

.contenedorMapa .contenedorMaps {
  position: relative;
  overflow: hidden;
}

.contenedorMapa .contenedorMaps #mapContainer {
  border-color: #002b4e;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  height: 30vh;
}

@media (max-width: 600px) {
  .contenedorMapa .contenedorMaps #mapContainer {
    max-height: 300px;
  }
}

.bateria {
  text-align: center;
}

.bateria .voltaje {
  width: 4em;
  display: inline-block;
}

.bateria .bat {
  width: 17px;
  height: 30px;
  border: 2px solid #006800;
  display: inline-block;
  position: relative;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #dbdbdb;
}

.bateria .bat.color-0 {
  border: 2px solid #680000;
}

.bateria .bat.color-0:after {
  background: #680000;
}

.bateria .bat.color-0 .relleno {
  background: #ff0b0b;
}

.bateria .bat.color-10 {
  border: 2px solid #681500;
}

.bateria .bat.color-10:after {
  background: #681500;
}

.bateria .bat.color-10 .relleno {
  background: #ff4322;
}

.bateria .bat.color-20 {
  border: 2px solid #682600;
}

.bateria .bat.color-20:after {
  background: #682600;
}

.bateria .bat.color-20 .relleno {
  background: #ff6912;
}

.bateria .bat.color-30 {
  border: 2px solid #683700;
}

.bateria .bat.color-30:after {
  background: #683700;
}

.bateria .bat.color-30 .relleno {
  background: #fd8c0a;
}

.bateria .bat.color-40 {
  border: 2px solid #685800;
}

.bateria .bat.color-40:after {
  background: #685800;
}

.bateria .bat.color-40 .relleno {
  background: #faa508;
}

.bateria .bat.color-50 {
  border: 2px solid #686100;
}

.bateria .bat.color-50:after {
  background: #686100;
}

.bateria .bat.color-50 .relleno {
  background: #e7d800;
}

.bateria .bat.color-60 {
  border: 2px solid #4f6100;
}

.bateria .bat.color-60:after {
  background: #4f6100;
}

.bateria .bat.color-60 .relleno {
  background: #d9dd00;
}

.bateria .bat.color-70 {
  border: 2px solid #406800;
}

.bateria .bat.color-70:after {
  background: #406800;
}

.bateria .bat.color-70 .relleno {
  background: #71eb00;
}

.bateria .bat.color-80 {
  border: 2px solid #1d6800;
}

.bateria .bat.color-80:after {
  background: #1d6800;
}

.bateria .bat.color-80 .relleno {
  background: #5ce600;
}

.bateria .bat.color-90 {
  border: 2px solid #006805;
}

.bateria .bat.color-90:after {
  background: #006805;
}

.bateria .bat.color-90 .relleno {
  background: #2dc000;
}

.bateria .bat:after {
  position: absolute;
  content: "";
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
  height: 5px;
  background: #005500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 3px;
}

.bateria .bat .lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  margin-top: 7px;
}

.bateria .bat .lines span {
  display: block;
  background: white;
  height: 2px;
  width: 100%;
  margin-bottom: 8px;
  opacity: 0.7;
}

.bateria .bat .relleno {
  position: absolute;
  height: 80%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #00d100;
  -webkit-box-shadow: inset -2.5px 0px 2px 1px rgba(255, 255, 255, 0.526);
          box-shadow: inset -2.5px 0px 2px 1px rgba(255, 255, 255, 0.526);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bateria .bat .turbImg {
  position: absolute;
  width: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, -50%);
          transform: translate(-45%, -50%);
  z-index: 10;
}

.bateria .bat i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  color: #ffd000;
  font-size: 11px;
  text-shadow: 1px 1px 1px #ff5e00, -1px -1px 1px #e74900;
}

.bateria .bat i.fa-sun {
  text-shadow: 1px 1px 2px red, -1px -1px 2px #ff1e00 2;
  font-size: 13px;
  color: yellow;
}

.bateria .bat i.fa-plug {
  color: #ffd000;
  font-size: 13px;
  text-shadow: 1px 1px 2px #fa1100, -1px -1px 2px #fa1d00;
}

.sqe {
  position: relative;
  text-align: center;
}

.sqe.OK i {
  color: #06ca06;
}

.sqe.OK span.number {
  color: #005500;
}

.sqe.yellow i {
  color: #8cc900;
}

.sqe.yellow span.number {
  color: #4a7900;
}

.sqe.orange i {
  color: #ffae00;
}

.sqe.orange span.number {
  color: #af4600;
}

.sqe.darkorange i {
  color: #ff7b00;
}

.sqe.darkorange span.number {
  color: #e03f00;
}

.sqe.red i {
  color: red;
}

.sqe.red span.number {
  color: #700000;
}

.sqe i {
  color: #5f5f5f;
  font-size: 1.2em;
}

.sqe span.number {
  position: absolute;
  top: -7px;
  left: 18px;
  z-index: 2;
  font-weight: bolder;
}
/*# sourceMappingURL=online.css.map */