@font-face {
  font-family: "platform-font";
  src: url("../fonts/platform-font.eot");
  src: url("../fonts/platform-font.eot") format("embedded-opentype"), url("../fonts/platform-font.ttf") format("truetype"), url("../fonts/platform-font.woff") format("woff"), url("../fonts/platform-font.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=i-], [class*=" i-"] {
  font-family: "platform-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=i-]:before, [class*=" i-"]:before {
  display: inline-block;
}

[class^=i-]:before, [class*=" i-"]:before {
  transition: all 0.4s ease;
}

[class^=i-]:after, [class*=" i-"]:after {
  transition: all 0.4s ease;
}

.c-roj-2 {
  color: #720B00;
}

.c-roj {
  color: #d9534f;
}

.c-nar {
  color: #ec9c2f;
}

.c-ver {
  color: #5cb85c;
}

.c-azu {
  color: #337ab7;
}

.r-noreste:before {
  transform: rotate(-45deg);
}

.r-norte:before {
  transform: rotate(-90deg);
}

.r-noroeste:before {
  transform: rotate(-135deg);
}

.r-oeste:before {
  transform: rotate(-180deg);
}

.r-suroeste:before {
  transform: rotate(-225deg);
}

.r-sur:before {
  transform: rotate(-270deg);
}

.r-sureste:before {
  transform: rotate(-315deg);
}

.c-blanco {
  color: #FFFFFF;
}

.iconCheckOff,
.iconCheckOn {
  position: relative;
}

.iconCheckOff::after,
.iconCheckOn::after {
  background-color: #FFFFFF;
  font-family: "platform-font" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 58%;
  width: 58%;
  height: 58%;
  padding: 1%;
}

.iconCheckOff::after {
  content: "\e931";
}

.iconCheckOn::after {
  content: "\e937";
}

.iconOff,
.iconOn {
  position: relative;
}

.iconOff::after,
.iconOn::after {
  background-color: #FFFFFF;
  font-family: "platform-font" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  border-radius: 100%;
  line-height: 0;
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 58%;
  width: 58%;
  height: 58%;
  padding: 1%;
}

.iconOff::after {
  content: "\ea8b";
}

.iconOn::after {
  content: "\ea11";
}

.iconCancel {
  position: relative;
}

.iconCancel::after {
  content: "\ea8a";
  font-family: "platform-font" !important;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.iconNotif {
  position: relative;
}

.iconNotif::after {
  content: "\e934";
  background-color: #FFFFFF;
  font-family: "platform-font" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  border-radius: 100%;
  line-height: 0;
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 58%;
  width: 58%;
  height: 58%;
  padding: 1%;
}

.iconCheckOff.icolRed::after,
.iconCheckOn.icolRed::after,
.iconOff.icolRed::after,
.iconOn.icolRed::after,
.iconCancel.icolRed::after,
.iconNotif.icolRed::after {
  color: #d9534f;
}

.iconCheckOff.icolGreen::after,
.iconCheckOn.icolGreen::after,
.iconOff.icolGreen::after,
.iconOn.icolGreen::after,
.iconCancel.icolGreen::after,
.iconNotif.icolGreen::after {
  color: #5cb85c;
}

.iconCheckOff.icolBlue::after,
.iconCheckOn.icolBlue::after,
.iconOff.icolBlue::after,
.iconOn.icolBlue::after,
.iconCancel.icolBlue::after,
.iconNotif.icolBlue::after {
  color: #337ab7;
}

.iconCheckOff.icolYellow::after,
.iconCheckOn.icolYellow::after,
.iconOff.icolYellow::after,
.iconOn.icolYellow::after,
.iconCancel.icolYellow::after,
.iconNotif.icolYellow::after {
  color: #f3ba25;
}

.iconCheckOff.icolOrange::after,
.iconCheckOn.icolOrange::after,
.iconOff.icolOrange::after,
.iconOn.icolOrange::after,
.iconCancel.icolOrange::after,
.iconNotif.icolOrange::after {
  color: #ec9c2f;
}

.iconCheckOff.icolBlack::after,
.iconCheckOn.icolBlack::after,
.iconOff.icolBlack::after,
.iconOn.icolBlack::after,
.iconCancel.icolBlack::after,
.iconNotif.icolBlack::after {
  color: #000000;
}

.iconCheckOff.iposLB::after,
.iconCheckOn.iposLB::after,
.iconOff.iposLB::after,
.iconOn.iposLB::after,
.iconCancel.iposLB::after,
.iconNotif.iposLB::after {
  right: auto;
  left: -1px;
}

.iconCheckOff.iposLT::after,
.iconCheckOn.iposLT::after,
.iconOff.iposLT::after,
.iconOn.iposLT::after,
.iconCancel.iposLT::after,
.iconNotif.iposLT::after {
  right: auto;
  left: -1px;
  bottom: 0;
  top: -1px;
}

.iconCheckOff.iposRT::after,
.iconCheckOn.iposRT::after,
.iconOff.iposRT::after,
.iconOn.iposRT::after,
.iconCancel.iposRT::after,
.iconNotif.iposRT::after {
  bottom: auto;
  top: -1px;
}

.iconAlert {
  position: relative;
  opacity: 1 !important;
}

.iconAlert > i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  opacity: 1 !important;
}

.iconAlert > i::before, .iconAlert > i::after {
  font-style: normal;
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 58%;
  height: 58%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}

.iconAlert > i::before {
  content: "\ea7e";
  color: #FFFFFF;
  font-size: 102%;
}

.iconAlert > i::after {
  content: "\e92e";
  z-index: 1;
  font-size: 64%;
}

.iconAlert.icolRed > i::after {
  color: #d9534f;
}

.iconAlert.icolGreen > i::after {
  color: #5cb85c;
}

.iconAlert.icolBlue > i::after {
  color: #337ab7;
}

.iconAlert.icolYellow > i::after {
  color: #f3ba25;
}

.iconAlert.icolOrange > i::after {
  color: #ec9c2f;
}

.iconAlert.icolBlack > i::after {
  color: #000000;
}

.iconAlert.iposLB > i::after, .iconAlert.iposLB > i::before {
  right: auto;
  left: -1px;
}

.iconAlert.iposLT > i::after, .iconAlert.iposLT > i::before {
  right: auto;
  left: -1px;
  bottom: 0;
  top: -1px;
}

.iconAlert.iposRT > i::after, .iconAlert.iposRT > i::before {
  bottom: auto;
  top: -1px;
}

.icolInter {
  animation-duration: 1.2s;
  animation-name: parpadear;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes parpadear {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.icolMov {
  display: inline-block;
  animation-duration: 1.2s;
  animation-name: movimiento;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes movimiento {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(35deg);
  }
  35% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-35deg);
  }
  45% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(35deg);
  }
  55% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(-35deg);
  }
  65% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(35deg);
  }
  75% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.icolRot {
  display: inline-block;
  animation-duration: 1.4s;
  animation-name: rotacion;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotacion {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icolBrinco {
  animation-duration: 1.2s;
  animation-name: brinco;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

@keyframes brinco {
  0% {
    translate: 0 0;
  }
  25% {
    translate: 0 -10px;
  }
  50% {
    translate: 0 0;
  }
  75% {
    translate: 0 -10px;
  }
  100% {
    translate: 0 0;
  }
}
.ic-green {
  color: #5cb85c;
}

.ic-blue {
  color: #337ab7;
}

.ic-yellow {
  color: #f3ba25;
}

.ic-orange {
  color: #ec9c2f;
}

.ic-red {
  color: #d9534f;
}

.ic-gray {
  color: #666666;
}

.ic-white {
  color: #FFFFFF;
}

.ic-black {
  color: #000000;
}

.i-clock-p:before {
  content: "\e900";
}

.i-clock-r:before {
  content: "\e901";
}

.i-no-signal::before {
  content: "\e903";
}

.i-orient:before {
  content: "\e904";
  display: inline-block;
}

.i-safebox:before {
  content: "\e905";
}

.i-sat:before {
  content: "\e906";
}

.i-signal-g:before {
  content: "\e907";
}

.i-signal-p:before {
  content: "\e908";
}

.i-signal-r:before {
  content: "\e909";
}

.i-signal-vg:before {
  content: "\e90a";
}

.i-speed-f:before {
  content: "\e90b";
}

.i-speed-m:before {
  content: "\e90c";
}

.i-speed-s:before {
  content: "\e90d";
}

.i-stop:before {
  content: "\e90e";
}

.i-temp:before {
  content: "\e90f";
}

.i-ultimo-r:before,
.i-last-r:before {
  content: "\e910";
}

.i-bat-0:before {
  content: "\e911";
}

.i-bat-25:before {
  content: "\e912";
}

.i-bat-50:before {
  content: "\e913";
}

.i-bat-75:before {
  content: "\e914";
}

.i-bat-100:before {
  content: "\e915";
}

.i-bateria:before,
.i-battery:before {
  content: "\e916";
}

.i-clock:before {
  content: "\e917";
}

.i-plataforma:before,
.i-platform:before {
  content: "\e918";
}

.i-reporte:before,
.i-report:before {
  content: "\e91e";
}

.i-fuel:before {
  content: "\e91f";
}

.i-output:before {
  content: "\e920";
}

.i-trailer:before {
  content: "\e919";
}

.i-remolque:before,
.i-btrailer:before {
  content: "\e91a";
}

.i-key:before {
  content: "\e91b";
}

.i-rutas:before,
.i-route:before {
  content: "\e91c";
}

.i-usuarios:before,
.i-user:before {
  content: "\e91d";
}

.i-vehiculos:before,
.i-vehicle:before {
  content: "\e922";
}

.i-conductores:before,
.i-driver:before {
  content: "\e923";
}

.i-empresas:before,
.i-company:before {
  content: "\e924";
}

.i-geocercas:before,
.i-geofence:before {
  content: "\e925";
}

.i-lugares:before,
.i-place:before {
  content: "\e926";
}

.i-orient-off:before {
  content: "\e927";
}

.i-equipos:before,
.i-gps:before {
  content: "\e928";
}

.i-sims:before {
  content: "\e929";
}

.i-grupos:before,
.i-groups:before {
  content: "\e92a";
}

.i-maquinaria:before,
.i-machinery:before {
  content: "\e92b";
}

.i-faq:before {
  content: "\e92c";
}

.i-backup:before {
  content: "\e92d";
}

.i-alertas:before,
.i-alert:before {
  content: "\e92e";
}

.i-sms:before {
  content: "\e92f";
}

.i-swap:before {
  content: "\e930";
}

.i-uncheck:before {
  content: "\e931";
}

.i-visible:before {
  content: "\e932";
}

.i-code:before {
  content: "\e933";
}

.i-evento:before,
.i-event:before {
  content: "\e934";
}

.i-location:before {
  content: "\e935";
}

.i-lock:before {
  content: "\e936";
}

.i-check:before {
  content: "\e937";
}

.i-hidden:before {
  content: "\e938";
}

.i-more-vert:before {
  content: "\e939";
}

.i-photo:before {
  content: "\e93a";
}

.i-vol-up:before {
  content: "\e93b";
}

.i-camera:before {
  content: "\e93c";
}

.i-email:before {
  content: "\e93d";
}

.i-arrow-r:before {
  content: "\e93e";
}

.i-arrow-t:before {
  content: "\e93f";
}

.i-delete:before {
  content: "\e940";
}

.i-print:before {
  content: "\e941";
}

.i-print-dis:before {
  content: "\e942";
}

.i-arrow-b:before,
.i-arrow-d:before {
  content: "\e943";
}

.i-arrow-l:before {
  content: "\e944";
}

.i-elementos:before,
.i-elements:before {
  content: "\e945";
}

.i-modulo:before,
.i-module:before {
  content: "\e946";
}

.i-nube:before,
.i-cloud:before {
  content: "\e947";
}

.i-tclip:before {
  content: "\e948";
}

.i-bus:before {
  content: "\e949";
}

.i-edit:before {
  content: "\e94a";
}

.i-star:before {
  content: "\e94b";
}

.i-import-export:before,
.i-imp-exp:before {
  content: "\e94c";
}

.i-lock-2:before {
  content: "\e94d";
}

.i-platforms:before {
  content: "\e94e";
}

.i-search:before {
  content: "\e94f";
}

.i-trending:before {
  content: "\e950";
}

.i-videocam:before {
  content: "\e951";
}

.i-cog:before {
  content: "\e952";
}

.i-caret:before,
.i-angle-r:before {
  content: "\e953";
}

.i-report-e:before {
  content: "\e954";
}

.i-timeline:before {
  content: "\e955";
}

.i-key-vpn:before {
  content: "\e956";
}

.i-add:before {
  content: "\e957";
}

.i-clear:before {
  content: "\e958";
}

.i-columns:before {
  content: "\e959";
}

.i-commute:before {
  content: "\e95a";
}

.i-desktop:before {
  content: "\e95b";
}

.i-done:before {
  content: "\e95c";
}

.i-filter:before {
  content: "\e95d";
}

.i-flag:before {
  content: "\e95e";
}

.i-pause:before {
  content: "\e95f";
}

.i-home:before {
  content: "\e960";
}

.i-management:before {
  content: "\e961";
}

.i-box:before {
  content: "\e962";
}

.i-calendar:before {
  content: "\e963";
}

.i-map:before {
  content: "\e964";
}

.i-plus:before {
  content: "\e965";
}

.i-suspend:before {
  content: "\e966";
}

.i-cancel:before {
  content: "\e967";
}

.i-label:before {
  content: "\e968";
}

.i-hglass-f:before {
  content: "\e969";
}

.i-tool:before {
  content: "\e96a";
}

.i-van:before {
  content: "\e96b";
}

.i-world:before {
  content: "\e96c";
}

.i-hglass-e:before {
  content: "\e96d";
}

.i-donut:before {
  content: "\e96f";
}

.i-active:before {
  content: "\e96e";
}

.i-gps-on:before {
  content: "\e970";
}

.i-gps-off:before {
  content: "\e971";
}

.i-cog-off:before {
  content: "\e972";
}

.i-odo-set:before {
  content: "\e973";
}

.i-odometer:before {
  content: "\e974";
}

.i-angle-d:before {
  content: "\e975";
}

.i-angle-l:before {
  content: "\e976";
}

.i-angle-t:before {
  content: "\e977";
}

.i-placa:before {
  content: "\e978";
}

.i-menu:before {
  content: "\e979";
}

.i-power:before {
  content: "\e97a";
}

.i-group-v-alt:before {
  content: "\e97b";
}

.i-ok:before {
  content: "\e97c";
}

.i-share:before {
  content: "\e97d";
}

.i-copy:before {
  content: "\e97e";
}

.i-group-v:before {
  content: "\e97f";
}

.i-light:before {
  content: "\e980";
}

.i-humidity:before {
  content: "\e981";
}

.i-last-connection:before {
  content: "\e982";
}

.i-order-pending:before {
  content: "\e983";
}

.i-order-ok:before {
  content: "\e984";
}

.i-order-cancel:before {
  content: "\e985";
}

/*07/05/2020*/
.i-obd:before {
  content: "\e99a";
}

.i-radio-check:before {
  content: "\e99b";
}

.i-radio-uncheck:before {
  content: "\e99c";
}

.i-electric-con:before {
  content: "\e99d";
}

.i-ozono:before {
  content: "\e99e";
}

.i-air-quality:before {
  content: "\e99f";
}

.i-tire-pre:before {
  content: "\e9a0";
}

.i-save:before {
  content: "\e9a1";
}

.i-random:before {
  content: "\e9a2";
}

.i-chart:before {
  content: "\e9a3";
}

.i-pdf:before {
  content: "\e9a4";
}

.i-hdd:before {
  content: "\e9a5";
}

.i-sorder:before {
  content: "\e9a6";
}

.i-export:before {
  content: "\e9a7";
}

.i-import:before {
  content: "\e9a8";
}

.i-save-alt:before {
  content: "\e9a9";
}

.i-circle:before {
  content: "\e9aa";
}

.i-chevron-r:before {
  content: "\e9ab";
}

.i-chevron-t:before {
  content: "\e9ac";
}

.i-chevron-d:before {
  content: "\e9ad";
}

.i-chevron-l:before {
  content: "\e9ae";
}

.i-not-off:before {
  content: "\e9af";
}

.i-not-on:before {
  content: "\e9b0";
}

.i-vol-off:before {
  content: "\e9b1";
}

.i-vol-mute:before {
  content: "\e9b2";
}

.i-vol-down:before {
  content: "\e9b3";
}

.i-picker:before {
  content: "\e9b4";
}

.i-palette:before {
  content: "\e9b5";
}

.i-tow:before {
  content: "\e9b6";
}

.i-phone:before {
  content: "\e9b7";
}

.i-laptop:before {
  content: "\e9b8";
}

.i-btrailer-1:before {
  content: "\e9b9";
}

.i-btrailer-2:before {
  content: "\e9ba";
}

.i-phone-off:before {
  content: "\e9bb";
}

.i-warehouse:before {
  content: "\e9bc";
}

.i-btrailer-plus:before {
  content: "\e9b9";
  margin-right: -1px;
}

.i-btrailer-plus:after {
  content: "\e9ba";
  margin-left: -1px;
}

.i-play:before {
  content: "\e9bd";
}

.i-stop-alt:before {
  content: "\e9be";
}

.i-prev:before {
  content: "\e9bf";
}

.i-next:before {
  content: "\e9c0";
}

.i-trailer-alt:before {
  content: "\e9c1";
}

.i-login:before {
  content: "\e9c2";
}

.i-exit:before {
  content: "\e9c3";
}

.i-container:before {
  content: "\e9c4";
}

.i-template:before {
  content: "\e9c5";
}

.i-js:before {
  content: "\e9d3";
}

.i-code-alt:before {
  content: "\e9d4";
}

.i-file:before {
  content: "\e9d5";
}

.i-file-code:before {
  content: "\e9d6";
}

.i-css3:before {
  content: "\e9d7";
}

.i-html5:before {
  content: "\e9d8";
}

.i-certificate:before {
  content: "\e9d9";
}

.i-transfer:before {
  content: "\e9da";
}

.i-med-assis:before {
  content: "\e9db";
}

.i-ambulance:before {
  content: "\e9dc";
}

.i-change-user:before {
  content: "\e9dd";
}

.i-passenger:before {
  content: "\e9df";
}

.i-web-ser:before {
  content: "\e9e0";
}

.i-check-off:before {
  content: "\e9e1";
}

.i-open-new:before {
  content: "\e9e2";
}

.i-horometer:before {
  content: "\e9e3";
}

.i-engine-stop:before {
  content: "\e9e4";
}

.i-wiper:before {
  content: "\e9e5";
}

.i-seat-belt:before {
  content: "\e9e6";
}

.i-send:before {
  content: "\e9e7";
}

.i-attach-file:before {
  content: "\e9e8";
}

.i-input:before {
  content: "\e9e9";
}

.i-close-full:before {
  content: "\e9ea";
}

.i-open-full:before {
  content: "\e9eb";
}

.i-more-info:before {
  content: "\e9ec";
}

.i-marker-hidden:before,
.i-place-hidden:before {
  content: "\e9ed";
}

.i-traffic:before {
  content: "\e9ee";
}

.i-excel:before {
  content: "\e9ef";
}

.i-report-se:before {
  content: "\e9f0";
}

.i-report-ex:before {
  content: "\e9f1";
}

.i-report-fa:before {
  content: "\e9f2";
}

.i-report-sc:before {
  content: "\e9f3";
}

.i-android:before {
  content: "\e9f4";
}

.i-ios:before {
  content: "\e9f5";
}

.i-pdf-file:before {
  content: "\e9f6";
}

.i-csv-file:before {
  content: "\e9f7";
}

.i-lev-pedido:before {
  content: "\e9f8";
}

.i-minimize:before {
  content: "\e9f9";
}

.i-sleep:before {
  content: "\e9fa";
}

.i-rotate:before {
  content: "\e9fb";
}

.i-share-alt:before {
  content: "\e9fc";
}

.i-grid:before {
  content: "\e9fd";
}

.i-plugin:before {
  content: "\e9fe";
}

.i-update:before {
  content: "\e9ff";
}

.i-3d:before {
  content: "\ea00";
}

.i-sensor:before {
  content: "\ea02";
}

.i-qr:before {
  content: "\ea03";
}

.i-detail:before {
  content: "\ea04";
}

.i-numbers:before {
  content: "\ea05";
}

.i-house:before {
  content: "\ea06";
}

.i-apartment:before {
  content: "\ea07";
}

.i-ticket-alt:before {
  content: "\ea08";
}

.i-ticket:before {
  content: "\ea09";
}

.i-fuel-close:before {
  content: "\ea0a";
}

.i-fuel-open:before {
  content: "\ea0b";
}

.i-duplicate:before {
  content: "\ea0c";
}

.i-phone-add:before {
  content: "\ea0d";
}

.i-sub-distri:before {
  content: "\ea0e";
}

.i-conflict:before {
  content: "\ea0f";
}

.i-important:before {
  content: "\ea10";
}

.i-ok-alt:before {
  content: "\ea11";
}

.i-stop-hand:before {
  content: "\ea12";
}

.i-doors-oc:before {
  content: "\ea13";
}

.i-temp-air-intake:before {
  content: "\ea14";
}

.i-vehicle-speed:before {
  content: "\ea15";
}

.i-wheel-speed:before {
  content: "\ea16";
}

.i-air-pressure:before {
  content: "\ea17";
}

.i-brake:before {
  content: "\ea18";
}

.i-canbus:before {
  content: "\ea19";
}

.i-check-engine:before {
  content: "\ea1a";
}

.i-coolant:before {
  content: "\ea1b";
}

.i-intake-manifold-pre:before {
  content: "\ea1c";
}

.i-intake-manifold-temp:before {
  content: "\ea1d";
}

.i-multisense:before {
  content: "\ea1e";
}

.i-tachograph:before {
  content: "\ea1f";
}

.i-throttle:before {
  content: "\ea20";
}

.i-total-fuel:before {
  content: "\ea21";
}

.i-valve-seal:before {
  content: "\ea22";
}

.i-antenna-shutoff:before {
  content: "\ea23";
}

.i-atmospheric-pressure:before {
  content: "\ea24";
}

.i-battery-off:before {
  content: "\ea25";
}

.i-button-panic:before {
  content: "\ea26";
}

.i-buzzer:before {
  content: "\ea27";
}

.i-fall-detector:before {
  content: "\ea28";
}

.i-fingerprint-reader:before {
  content: "\ea29";
}

.i-fuel-shutoff:before {
  content: "\ea2a";
}

.i-garmin:before {
  content: "\ea2b";
}

.i-ibutton:before {
  content: "\ea2c";
}

.i-jamming:before {
  content: "\ea2d";
}

.i-manhole-seal:before {
  content: "\ea2e";
}

.i-motion-sensor:before {
  content: "\ea2f";
}

.i-passenger-counter:before {
  content: "\ea30";
}

.i-rfid:before {
  content: "\ea31";
}

.i-vibration-sensor:before {
  content: "\ea32";
}

.i-abs:before {
  content: "\ea33";
}

.i-brake-pos:before {
  content: "\ea34";
}

.i-coolant-level:before {
  content: "\ea35";
}

.i-engine-hours:before {
  content: "\ea36";
}

.i-fuel-level:before {
  content: "\ea37";
}

.i-maf:before {
  content: "\ea38";
}

.i-motor-speed:before {
  content: "\ea39";
}

.i-oil:before {
  content: "\ea3a";
}

.i-global-group:before {
  content: "\ea3b";
}

.i-reset:before {
  content: "\ea3c";
}

.i-eraser:before {
  content: "\ea3d";
}

.i-angle-sensor:before {
  content: "\ea3e";
}

.i-direction-wind:before {
  content: "\ea3f";
}

.i-last-loc-time:before {
  content: "\ea40";
}

.i-rs232:before {
  content: "\ea41";
}

.i-gsm:before {
  content: "\ea42";
}

.i-humidity-alt:before {
  content: "\ea43";
}

.i-motor-charge:before {
  content: "\ea44";
}

.i-multisense-tag:before {
  content: "\ea45";
}

.i-power-supply:before {
  content: "\ea46";
}

.i-fuel-pressure:before {
  content: "\ea47";
}

.i-gps-battery:before {
  content: "\ea48";
}

.i-signal-strength:before {
  content: "\ea49";
}

.i-soil-humidity:before {
  content: "\ea4a";
}

.i-soil-temp:before {
  content: "\ea4b";
}

.i-timer:before {
  content: "\ea4c";
}

.i-timer-off:before {
  content: "\ea4d";
}

.i-uv-radiation:before {
  content: "\ea4e";
}

.i-wind-speed:before {
  content: "\ea4f";
}

.i-rssi:before {
  content: "\ea50";
}

.i-sensors:before {
  content: "\ea51";
}

.i-sigfox:before {
  content: "\ea52";
}

.i-sms-alert:before {
  content: "\ea53";
}

.i-alert-alt:before {
  content: "\ea54";
}

.i-hierarchy:before {
  content: "\ea55";
}

.i-check-out:before {
  content: "\ea56";
}

.i-streaming:before {
  content: "\ea57";
}

.i-check-in:before {
  content: "\ea58";
}

.i-file-rich:before {
  content: "\ea59";
}

.i-pin-map:before {
  content: "\ea5a";
}

.i-calendar-range:before {
  content: "\ea5b";
}

.i-arrow-right-alt:before {
  content: "\ea5c";
}

.i-arrow-left-alt:before {
  content: "\ea5d";
}

.i-arrow-top-alt:before {
  content: "\ea5e";
}

.i-arrow-bottom-alt:before {
  content: "\ea5f";
}

.i-draw:before {
  content: "\ea60";
}

.i-user-config:before {
  content: "\ea61";
}

.i-edit-off:before {
  content: "\ea62";
}

.i-ip-change:before {
  content: "\ea63";
}

.i-lost-video:before {
  content: "\ea64";
}

.i-movil-off-report:before {
  content: "\ea65";
}

.i-movil-on-report:before {
  content: "\ea66";
}

.i-power-cut:before {
  content: "\ea67";
}

.i-sleep-mode:before {
  content: "\ea68";
}

.i-stop-report:before {
  content: "\ea69";
}

.i-time-report:before {
  content: "\ea6a";
}

.i-tow-emergency:before {
  content: "\ea6b";
}

.i-travel-start-end:before {
  content: "\ea6c";
}

.i-turn-left:before {
  content: "\ea6d";
}

.i-turn-report:before {
  content: "\ea6e";
}

.i-turn-right:before {
  content: "\ea6f";
}

.i-active-motion:before,
.i-vehicle-motion:before {
  content: "\ea70";
}

.i-active-stopped:before,
.i-vehicle-stopped:before {
  content: "\ea71";
}

.i-alarm:before {
  content: "\ea72";
}

.i-alarm-off:before {
  content: "\ea73";
}

.i-battery-con:before {
  content: "\ea74";
}

.i-close-door:before {
  content: "\ea75";
}

.i-collision:before {
  content: "\ea76";
}

.i-distance-report:before {
  content: "\ea77";
}

.i-driver-door:before {
  content: "\ea78";
}

.i-idle-event:before {
  content: "\ea79";
}

.i-ignition-off:before {
  content: "\ea7a";
}

.i-ignition-on:before {
  content: "\ea7b";
}

.i-diamond:before {
  content: "\ea7c";
}

.i-square:before {
  content: "\ea7d";
}

.i-triangle:before {
  content: "\ea7e";
}

.i-polygon:before {
  content: "\ea7f";
}

.i-gear-level-alt:before {
  content: "\ea80";
}

.i-gear-shifter:before {
  content: "\ea81";
}

.i-gear-level:before {
  content: "\ea82";
}

.i-revolutions:before {
  content: "\ea83";
}

.i-sample:before {
  content: "\ea84";
}

.i-eco-driving:before {
  content: "\ea85";
}

.i-secure-parking:before {
  content: "\ea89";
}

.i-cancel-icon:before {
  content: "\ea8a";
}

.i-cancel-alt:before {
  content: "\ea8b";
}

.i-delay:before {
  content: "\ea8c";
}

.i-delay-alt:before {
  content: "\ea8d";
}

.i-weight:before {
  content: "\ea8e";
}

.i-volume:before {
  content: "\ea8f";
}

.i-weight-alt:before {
  content: "\ea90";
}

.i-speedometer:before {
  content: "\ea91";
}

.i-clock-alt:before {
  content: "\ea92";
}

.i-clock-alt-delay:before {
  content: "\ea93";
}

.i-input-output:before {
  content: "\ea94";
}

.i-travel:before {
  content: "\ea95";
}

.i-convert-money:before {
  content: "\ea96";
}

.i-form-ok:before {
  content: "\ea97";
}

.i-replace:before {
  content: "\ea98";
}

.i-add-gps:before {
  content: "\ea99";
}

.i-id:before {
  content: "\ea9a";
}

.i-soat:before {
  content: "\ea9b";
}

.i-card:before {
  content: "\ea9c";
}

.i-money:before {
  content: "\ea9d";
}

.i-file-download:before {
  content: "\ea9e";
}

.i-file-upload:before {
  content: "\ea9f";
}

.i-cloud-download:before {
  content: "\eaa0";
}

.i-cloud-upload:before {
  content: "\eaa1";
}

.i-moving-time:before {
  content: "\eaa2";
}

.i-stopped-time-alt:before {
  content: "\eaa3";
}

.i-load:before {
  content: "\eaa4";
}

.i-getin-car:before {
  content: "\eaa5";
}

.i-getin-man:before {
  content: "\eaa6";
}

.i-getout-car:before {
  content: "\eaa7";
}

.i-getout-man:before {
  content: "\eaa8";
}

.i-change-view:before {
  content: "\eaa9";
}

.i-swipe:before {
  content: "\eaaa";
}

.i-swipe-down:before {
  content: "\eaab";
}

.i-swipe-vertical:before {
  content: "\eaac";
}

.i-cursor:before {
  content: "\eaad";
}

.i-drag:before {
  content: "\eaae";
}

.i-table:before {
  content: "\e970";
}

.i-show-table:before {
  content: "\eaaf";
}

.i-translate:before {
  content: "\eab0";
}

.i-virtual-device:before {
  content: "\eab1";
}

.i-version-control:before {
  content: "\eab2";
}

.i-whatsapp:before {
  content: "\eab3";
}

.i-telegram:before {
  content: "\eab4";
}

.i-opacity:before {
  content: "\eab5";
}

.i-opacity-off:before {
  content: "\eab8";
}

.i-opacity-alt:before {
  content: "\eab7";
}

.i-opacity-alt-off:before {
  content: "\eab6";
}

.i-switch:before {
  content: "\eab9";
}

.i-transparency:before {
  content: "\eabb";
}

.i-transparency-off:before {
  content: "\eaba";
}

.i-place-add:before {
  content: "\eabc";
}

.i-folder-alt:before {
  content: "\eabd";
}

.i-parking:before {
  content: "\eabe";
}

.i-parking-alt:before {
  content: "\eabf";
}

.i-stop-signal:before {
  content: "\eac0";
}

.i-streetview:before {
  content: "\eac1";
}

.i-gmap-icon:before {
  content: "\eac2";
}

.i-asterisk:before {
  content: "\eac3";
}

.i-place-geofence:before {
  content: "\eac4";
}

.i-place-group:before {
  content: "\eac5";
}

.i-geofence-group:before {
  content: "\eac6";
}

.i-remove-circle:before {
  content: "\eac8";
}

.i-remove-box:before {
  content: "\eac9";
}

.i-remove:before {
  content: "\eaca";
}

.i-sat-off:before {
  content: "\eacb";
}

.i-plus-alt:before {
  content: "\eacc";
}

.i-porcentage:before {
  content: "\eacd";
}

.i-divided:before {
  content: "\eace";
}

.i-equals:before {
  content: "\eacf";
}

.i-minus:before {
  content: "\ead0";
}

.i-multiplied:before {
  content: "\ead1";
}

.i-ontraking:before {
  content: "\e9c8";
}

.i-p-reportes:before {
  content: "\e9cc";
}

.i-onbus:before {
  content: "\e9ce";
}

.i-p-redjoin:before {
  content: "\e9cb";
}

.i-redjoin:before {
  content: "\e921";
}

.i-ondriving:before {
  content: "\e9d1";
}

.i-p-manten:before {
  content: "\e9ca";
}

.i-onrouting:before {
  content: "\e9c7";
}

.i-onroad:before {
  content: "\e9c6";
}

.i-onwall:before {
  content: "\e9c9";
}

.i-onalert:before {
  content: "\e9cd";
}

.i-onpatrol:before {
  content: "\e9d2";
}

.i-ondocs:before {
  content: "\e9d0";
}

.i-ondelivery:before {
  content: "\e9cf";
}

.i-ontrailer:before {
  content: "\e9de";
}

.i-onnavigate:before {
  content: "\ea86";
}

.i-onservice:before {
  content: "\ea87";
}

.i-ondash:before {
  content: "\ea88";
}

/*Iconos vehiculos*/
.i-automovil:before {
  content: "\e991";
}

.i-camioneta:before {
  content: "\e992";
}

.i-pickup:before {
  content: "\e98d";
}

.i-taxi:before {
  content: "\e98e";
}

.i-van-pasajero:before {
  content: "\e990";
}

.i-autobus:before {
  content: "\e999";
}

.i-bicicleta:before {
  content: "\e986";
}

.i-moto:before {
  content: "\e989";
}

.i-tricimoto:before {
  content: "\e98f";
}

.i-mascota:before {
  content: "\e988";
}

.i-motopatrulla:before {
  content: "\e98a";
}

.i-patrulla:before {
  content: "\e98b";
}

.i-peaton:before {
  content: "\e98c";
}

.i-camion:before {
  content: "\e987";
}

.i-tractocamion:before {
  content: "\e997";
}

.i-escarbadora:before {
  content: "\e995";
}

.i-tractor-agricola:before {
  content: "\e998";
}

.i-compactadora:before {
  content: "\e994";
}

.i-mezcladora:before {
  content: "\e996";
}

.i-avioneta:before {
  content: "\e993";
}

.i-nautical:before {
  content: "\ea01";
}

.i-revision:before {
  content: "\ead2";
}

.i-policy:before {
  content: "\ead3";
}

.i-id-car:before {
  content: "\ead4";
}

.i-apikey:before {
  content: "\ead5";
}

.i-apikey-alt:before {
  content: "\ead7";
}

.i-load-alt:before {
  content: "\ead6";
}

.i-guaya-c:before {
  content: "\ead8";
}

.i-guaya-o:before {
  content: "\ead9";
}

.i-clean:before {
  content: "\eada";
}

.i-handshake-alt:before {
  content: "\eadb";
}

.i-handshake:before {
  content: "\eadc";
}

.i-file-ok:before {
  content: "\eadd";
}

.i-user-asset:before {
  content: "\eade";
}

.i-routes:before {
  content: "\eadf";
}

.i-route-alt:before {
  content: "\eae0";
}

.i-route-group:before {
  content: "\eae1";
}

.i-fuel-load-off:before {
  content: "\eae3";
}

.i-fuel-load:before {
  content: "\eae2";
}

.i-wifi-off:before {
  content: "\eae4";
}

.i-wifi:before {
  content: "\eae5";
}

.i-certificate-alt:before {
  content: "\eae6";
}

.i-bluetooth-off:before {
  content: "\eae7";
}

.i-bluetooth:before {
  content: "\eae8";
}

.i-bullhorn-alt:before {
  content: "\eae9";
}

.i-bullhorn:before {
  content: "\eaeb";
}

.i-vehicle-add:before {
  content: "\eaea";
}

.i-ruler:before {
  content: "\eaec";
}

.i-vehicle-pause:before {
  content: "\eaed";
}

.i-compass:before {
  content: "\eaee";
}

.i-note:before {
  content: "\eaef";
}