html,
body {
  font-family: 'Open Sans', 'Lato', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
}
a {
  color: #009345;
}
a:hover {
  color: #3ab54a;
  background-color: transparent;
  text-decoration: none;
}
body {
  position: relative;
  padding-top: 40px;
}
.btn {
  text-transform: uppercase;
}
.btn-primary {
  font-weight: normal;
  color: #fff;
  background-color: #3ab54a;
  border-color: transparent;
  min-width: 95.65px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: #006837;
  border-color: transparent;
}
.btn-danger {
  font-weight: normal;
}
.btn-action {
  width: 96%;
  max-width: 200px;
}
.aui-group > .aui-item + .aui-item {
  padding-left: 10px;
}
.text-lighter {
  font-weight: lighter;
}
.text-normal {
  font-weight: normal;
}
.text-bold {
  font-weight: bold;
}
thead {
  text-transform: uppercase;
  font-weight: normal;
}
.left-58 {
  left: -58px;
}
.dropdown-menu > li > a {
  font-weight: lighter;
}
h2.text-lighter {
  padding-top: 25px;
  padding-bottom: 10px;
}
.modal-header {
  border-bottom: none;
  text-align: center;
}
.modal-body {
  padding: 15px 35px 15px 35px;
}
@media only screen and (max-width: 370px) {
  .modal-body {
    padding: 15px;
  }
}
.modal-footer {
  padding: 30px;
  text-align: center;
  border-top: none;
  padding-top: 0;
}
.modal-title {
  padding-top: 25px;
}
.modal-search {
  float: left;
  width: 80%;
  max-width: 300px;
}
.form-group-2 {
  margin-bottom: 15px;
}
.navbar-default {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
section#content {
  padding-top: 10px;
}
section#content.service {
  padding-top: 0;
}
.alert {
  font-weight: lighter;
}
input {
  margin-right: 5px;
}
img {
  max-width: 100%;
  height: auto;
}
section {
  padding-top: 20px;
}
address,
button,
label {
  font-weight: bold;
}
body {
  text-align: left;
}
dd {
  color: #fc5303;
  font-style: italic;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
svg {
  height: 100%;
  width: 100%;
}
#map_canvas {
  height: 395px;
  width: 100%;
}
#type-selector {
  background-color: #4d90fe;
  color: #fff;
  padding: 5px 11px 0 11px;
}
#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
.a-white {
  color: #fff !important;
  font-size: 11px !important;
  margin-left: 5px !important;
}
.accion {
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  color: #fff;
  text-align: center;
}
.accion h5,
.accion p,
.accion button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.acciones {
  min-height: 140px;
}
.action-bar {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#757575),
    color-stop(42%, #494949),
    color-stop(51%, #262626),
    to(#000)
  );
  background: -webkit-linear-gradient(
    top,
    #757575 0%,
    #494949 42%,
    #262626 51%,
    #000 100%
  );
  background: -o-linear-gradient(
    top,
    #757575 0%,
    #494949 42%,
    #262626 51%,
    #000 100%
  );
  background: linear-gradient(
    to bottom,
    #757575 0%,
    #494949 42%,
    #262626 51%,
    #000 100%
  );
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#757575',
      endColorstr='#000000',
      GradientType=0
    );
}
.action_button {
  margin-bottom: 17px;
  margin-top: 15px;
}
.anular-margin {
  margin: 0 !important;
}
.big_map {
  height: 528px !important;
}
.background-black {
  background-color: #000;
}
.background-black li a {
  color: #fff;
}
.bottom_divider {
  background-image: url('../img/bottom_divider.jpg');
  background-position: center top;
  background-repeat: no-repeat;
}
.box,
.box2 {
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  margin-bottom: 20px;
  padding: 20px;
}
.box {
  background-color: #fff;
}
.box2 {
  background-color: #effde7 !important;
}
.box-black-gradient {
  background: -webkit-radial-gradient(
    ellipse at center,
    #414141 0%,
    #020202 100%
  );
  background: -moz-radial-gradient(ellipse at center, #414141 0%, #020202 100%);
  background: -o-radial-gradient(ellipse at center, #414141 0%, #020202 100%);
  background: -ms-radial-gradient(ellipse at center, #414141 0%, #020202 100%);
  background: radial-gradient(ellipse at center, #414141 0%, #020202 100%);
  border-color: #535353;
  border-radius: 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#414141',
      endColorstr='#020202',
      GradientType=1
    );
}
.pagination > li > a,
.pagination > li > span {
  color: #009345;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #009345;
  border-color: #009345;
}
.box-search {
  margin-top: 10px;
  padding: 4px;
}
.cantidad-cuatro,
.cantidad-dos,
.cantidad-one,
.cantidad-tres,
.cantidad-cinco {
  font-size: 11px;
  position: absolute;
  text-align: center;
  width: 15px;
}
.cantidad-cinco {
  margin: 40px 0 0 47px;
}
.cantidad-cuatro {
  margin: 40px 0 0 43px;
}
.cantidad-dos {
  margin: 40px 0 0 43px;
}
.cantidad-one {
  margin: 40px 0 0 38px;
}
.cantidad-tres {
  margin: 40px 0 0 42px;
}
.carousel {
  margin-bottom: 0;
}
.carousel .item > img {
  margin-left: auto;
  margin-right: auto;
}
.carousel-control {
  border: none;
}
.chart {
  height: 400px;
}
.clockpicker-popover {
  z-index: 999999;
}
.combustible {
  float: left;
  margin-left: 20%;
  width: 62%;
}
.contenedor-action > li {
  display: inline-block;
  margin-left: 10px;
  text-align: center;
}
.controls2 {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  height: 32px;
  margin-top: 10px;
  outline: none;
  padding: 0 11px 0 13px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 300px;
}
.controls2:focus {
  border-color: #4d90fe;
  margin-left: -1px;
  padding-left: 14px;
  width: 301px;
}
@media screen and (max-width: 850px) {
  .controls2 {
    margin-left: 10px;
    width: 200px;
  }
  .controls2:focus {
    width: 201px;
  }
}
.custom-buttom {
  min-width: 0 !important;
}
.derecho2 {
  float: left;
  width: 49.5%;
}
.derecho3 {
  float: left;
  width: 24.828%;
}
.divider-feed {
  float: left;
  height: 210px;
  margin-left: 4%;
  width: 5%;
}
.divider-feed img {
  height: 100% !important;
}
.dropdown-menu::after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
  display: inline-block;
  left: 70px;
  position: absolute;
  top: -6px;
}
.dropdown-menu a {
  color: #08c;
}
.dropdown-menu li a {
  text-align: left !important;
}
.errorlist {
  color: #f00;
  font-style: italic;
}
.estado {
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  color: #fff;
  float: left;
  max-height: 111px;
  min-height: 111px;
  text-align: center;
  width: 14%;
}
.estado h5 {
  max-height: 30px;
  min-height: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.estado p {
  border-top: 1px #fff solid;
  padding: 10px;
}
.estado-car-cuatro,
.estado-car-dos,
.estado-car-one,
.estado-car-tres,
.estado-car-cinco {
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  cursor: pointer;
  cursor: hand;
}
.fb-like {
  margin: 0 40px 0 40px;
}
.general_button {
  border-radius: 0;
  width: 100%;
}
.imagen-relleno {
  margin-top: 35px;
}
.kilometraje {
  color: #fff;
  float: left;
  width: 50%;
}
.kilometraje_aceite {
  margin-top: 9px;
}
#loading-modal {
  text-align: center;
}
.mapa {
  float: left;
  width: 65%;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-2-p {
  margin-left: 2%;
}
.modal-width {
  left: 30%;
  width: 80%;
}
.margin-top6 {
  margin-top: 6% !important;
}
.margin-top10 {
  margin-top: 10px;
}
.m-top {
  margin-top: 25px;
}
.m1v {
  margin-top: 13px;
}
.m10 {
  margin-top: 10px;
}
.niveles_div {
  float: left;
  min-width: 170px;
  width: 44%;
}
.p-15-all {
  padding: 15px;
}
.pac-container {
  font-family: Roboto;
}
.panel {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin: 0 !important;
  min-height: 120px;
}
.panel-original-force {
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  margin-bottom: 20px !important;
  min-height: 0 !important;
}
.panel2 {
  margin-left: 10% !important;
  margin-right: 10% !important;
}
.panel-body {
  padding: 15px;
}
.panel-default {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-color: #ddd;
  margin-top: 20px;
}
.panel-heading {
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-color: #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #333;
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#fff5f5f5',
      endColorstr='#ffe8e8e8',
      GradientType=0
    );
  padding: 10px 15px;
}
.panel-heading-original-force {
  background-color: #f5f5f5 !important;
  border-bottom: 1px solid transparent !important;
  color: #333 !important;
}
.panel-group-original-force {
  margin-bottom: 20px !important;
}
.panel-group-original-force .panel {
  margin-bottom: 0 !important;
  border-radius: 4px !important;
}
.panel-group-original-force .panel + .panel {
  margin-top: 5px !important;
}
.panel-group-original-force .panel-heading {
  border-bottom: 0 !important;
}
.panel-group-original-force .panel-footer {
  border-top: 0 !important;
}
.panel-group-original-force .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd !important;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd !important;
}
.panel-default-original-force {
  border-color: #ddd !important;
}
.panel-default-original-force > .panel-heading {
  color: #333 !important;
  background-color: #f5f5f5 !important;
  border-color: #ddd !important;
}
.panel-default-original-force > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd !important;
}
.panel-default-original-force > .panel-heading .badge {
  color: #f5f5f5 !important;
  background-color: #333 !important;
}
.panel-default-original-force > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd !important;
}
.panel_derecho {
  float: left;
  margin-left: 0.6%;
  width: 34.3%;
}
.path {
  font-size: 12px;
  font-style: italic;
  margin-left: 5% !important;
}
.path a {
  color: #009345;
}
.path > li {
  display: inline-block;
}
.path > li > .divider {
  color: #ccc;
  padding: 0 5px;
}
.path > .active {
  color: #fff;
}
.popover {
  color: #000;
}
.popover-content {
  font-size: 14px;
}
.popover-title {
  font-weight: bold;
}
.readonly {
  padding-top: 5px;
}
.select2-input {
  width: 206px !important;
}
.small-font {
  font-size: 12px;
}
.sos_speed {
  border-top: 2px #fff solid;
}
.superior {
  border-top: 2px #fff solid;
}
.tab-content {
  overflow: hidden;
}
.table-container th.asc:after {
  content: '\0000a0\0025b2';
}
.table-container th.desc:after {
  content: '\0000a0\0025bc';
}
.td-center {
  text-align: center !important;
}
.td-right {
  text-align: right !important;
}
.thumb {
  border: 1px #808080 solid;
  border-radius: 5px;
  margin: 10px !important;
  width: 100px;
}
.twitter-follow-button {
  margin-right: 40px;
}
.ultimo_boton_comun {
  border-right: 1px #fff solid;
}
.velocimetro_div {
  border-left: 1px #fff solid;
  float: left;
  width: 55%;
}
.white {
  color: #fff;
}
.whitespace {
  padding: 20px 0 20px 0;
}
.whitespace-h {
  padding: 0 15px 0 15px;
}
.scrollFix {
  line-height: 1.35;
  overflow: hidden;
  white-space: nowrap;
}
.operando {
  color: #00cf00;
}
.disponible {
  color: #0030ff;
}
.en-traslado {
  color: #ffff00;
}
.en-taller {
  color: #ff8f00;
}
.en-panne {
  color: #ff6666;
}
.dado-de-baja {
  color: #ff0000;
}
.operando-sin-cobertura {
  color: #6a329f;
}

.aui-fa {
  color: #707070;
  height: 15px;
  width: 15px;
  margin-right: 15px;
  float: left;
  line-height: 20px;
  text-align: center;
}
.aui-fa:before {
  padding: 2px;
}
.hand {
  cursor: hand;
  cursor: pointer;
}
.map_canvas {
  height: 400px;
}
.red {
  color: #f00;
}
.stolen-observations {
  width: 356px;
  height: 110px;
}
.btn-three {
  width: 123.3px;
}
.no-margin {
  margin: 0;
}
.title-infowindow {
  margin-top: 5px;
}
.connected {
  color: #008000;
}
.disconnected {
  color: #f00;
}
#container1 {
  padding-top: 40px;
}
.aui-sidebar[aria-expanded='false']
  .aui-sidebar-group-tier-one
  > .aui-nav
  > li
  > .aui-nav-item
  > .panel-icon {
  float: none;
  margin-left: 18px;
  margin-right: 0;
}
.modal-scrollable {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}
.search-left {
  float: left;
  padding-bottom: 10px;
}
.welcome-item {
  display: inline-block;
  padding: 15px;
  vertical-align: top;
}
.welcome-item h5 {
  font-weight: normal;
}
.welcome-item > a > p {
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 160px;
}
.welcome-item > a > img {
  border-radius: 50%;
  width: 160px;
  border: 1px solid #006837;
}
.table > tbody > tr > td.row-verticla-middle {
  vertical-align: middle;
}
.cutom-table-btn {
  float: right;
  font-size: 100%;
}
.aui-dicon {
  float: left;
  margin-right: 15px;
}
.infowindow-flags {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.infowindow-flags li {
  display: inline-block;
  margin-right: 10px;
}
.infowindow-flags li .fa {
  position: relative;
  color: red;
  font-size: 18px;
}
.infowindow-flags li .fa-wifi::after {
  content: '\f05c';
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  color: red;
  font-family: FontAwesome;
  font-size: 12px;
  text-align: center;
}

#map_history {
  height: 450px;
  width: 100%;
}
#map_tooltip {
  position: absolute;
  background: white;
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
}
#map_history .fa-location-arrow {
  color: white;
  font-size: 12px;
  text-shadow: 0 0 3px black;
}
.vehicle_history .panel-heading {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.vehicle_history .panel-heading p {
  margin: 0;
}
.vehicle_history .panel-body {
  padding: 0;
}
.vehicle_history .panel-body .fa-play,
.vehicle_history .panel-body .fa-pause,
.vehicle_history .panel-body .fa-stop {
  margin-right: 10px;
  font-size: 32px;
}

.vehicle_history .vehicle_history-actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  background-color: #f5fcef;
}

.vehicle_history-actions .controls,
.vehicle_history-actions .speed,
.vehicle_history-actions .buttons {
  margin: 15px;
}

.vehicle_history-actions .vehicle_history-slider {
  flex: 0 0 calc(100% - 80px);
  margin: 10px 10px 10px 90px;
}
.vehicle_history-actions .vehicle_history-slider::before {
  content: attr(data-start);
  position: absolute;
  bottom: -30px;
  left: -25px;
}
.vehicle_history-actions .vehicle_history-slider::after {
  content: attr(data-end);
  position: absolute;
  bottom: -30px;
  right: -25px;
}
.vehicle_history-actions .vehicle_history-slider .ui-slider-handle {
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.vehicle_history-actions .vehicle_history-slider .ui-slider-handle::before {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: -12px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 40px;
  height: 25px;
  background-color: #eee;
  color: #666;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
}
.vehicle_history-actions
  .vehicle_history-slider
  .ui-slider-handle
  .vehicle_history-actions
  .vehicle_history-slider
  .ui-slider-handle.ui-state-hover,
.vehicle_history-actions
  .vehicle_history-slider
  .ui-slider-handle.ui-state-focus {
  outline: none;
  border-color: #009345;
  background-color: #009345;
}
.vehicle_history-actions
  .vehicle_history-slider
  .ui-slider-handle.ui-state-active {
  border-color: #3ab54a;
  background-color: #3ab54a;
}

.vehicle_history-actions .controls {
  position: relative;
  flex: 1 1 auto;
}
#play {
  position: absolute;
  left: 3px;
}
#pause {
  position: absolute;
  left: 3px;
}
#stop {
  position: absolute;
  left: 43px;
}

.resumen-estadistica {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin: 30px 0;
  padding: 0;
  list-style-type: none;
}
.resumen-estadistica > li {
  flex: 0 0 auto;
  margin: 0 10px;
  color: #333;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.resumen-estadistica > li > span {
  display: block;
  font-size: 32px;
}
@media all and (max-width: 1200px) {
  .resumen-estadistica > li {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 500px) {
  .resumen-estadistica > li {
    flex: 0 0 100%;
  }
}
/* Kaufman */
.navbar-default.navbar-kaufman {
  background-color: #2d393b;
  border-color: #2d393b;
}
.navbar-default.navbar-kaufman .navbar-nav > li > a {
  color: white;
}
.navbar-default.navbar-kaufman .navbar-brand > img.kaufman-logo {
  height: 35px;
  width: auto;
}
/* Kaufman */
#addressModal .form-group .row {
  margin: 0;
}
#right-panel {
  font-family: 'Roboto', 'sans-serif';
  line-height: 30px;
  padding-left: 10px;
}

#right-panel select,
#right-panel input {
  font-size: 15px;
}

#right-panel select {
  width: 100%;
}
#right-panel {
  background-color: white;
  padding-right: 10px;
  width: 370px;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
  height: 80%;
  font-size: 12px;
  border-bottom: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  display: none;
}
#right-panel > .close-panel {
  position: absolute;
  right: 11px;
  top: 3px;
  cursor: pointer;
  padding: 0 5px;
}
#right-panel tr td.adp-text {
  padding-right: 15px;
}
.pac-container {
  z-index: 1051 !important;
}
.address-modal .form-group {
  display: block;
}
.address-modal .modal-search {
  width: 100%;
}
.address-modal .input-group {
  max-width: 100%;
}
.address-modal .input-group.address-modal-time {
  display: none;
}
#directions .calculate-route {
  cursor: pointer;
}
@media all and (max-width: 1199px) {
  #right-panel {
    top: 49px;
  }
}
@media all and (max-width: 767px) {
  #right-panel {
    width: 100%;
    overflow: initial;
    position: relative;
    height: auto;
    top: 0;
  }
}
.swal2-popup {
  font-size: 1.6rem !important;
}
.tipsy.aui-sidebar-section-tooltip.tipsy-w {
  display: none !important;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .aui-sidebar {
    top: 59px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .navbar > .container .navbar-brand {
    margin-left: 0;
  }
  ul.nav.navbar-nav.navbar-right {
    float: left !important;
  }
}
@media all and (min-width: 1201px) {
  .aui-sidebar {
    top: 3px;
  }
}
.address-modal .services-list > .input-group.modal-search > .btn-group {
  display: none;
}
.address-modal .multiselect-container > li > a,
.address-modal .btn-group.open .dropdown-toggle {
  white-space: normal;
}
.address-modal .btn-group > .btn:first-child {
  text-align: left;
  white-space: normal;
}
.address-modal .form-group.services {
  height: 54px;
}
.address-modal .form-group.services-result {
  height: 67px;
}
.personalfile_list .panel-info > .panel-heading {
  background: #3ab54a;
  color: white;
  border-radius: 0;
  border: none;
}
.personalfile_list table > tbody > tr:first-child > td {
  border-top: none;
}
.personalfile_list .btn-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: white;
}
.personalfile_list .btn-facebook:hover {
  border-color: #243a69;
  color: white;
  background-color: #243a69;
}
.personalfile_list .btn-twitter {
  background-color: #1dcaff;
  color: white;
  border-color: #1dcaff;
}
.personalfile_list .btn-twitter:hover {
  color: white;
  border-color: #00aced;
  background-color: #00aced;
}
.personalfile_list .btn-instagram {
  background: #f09433;
  color: white;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#f09433',
      endColorstr='#bc1888',
      GradientType=1
    );
}
#temperature-reports .temperature-reports,
#fuel-reports .fuel-reports,
#fuel-reports .row.title {
  display: none;
}
#temperature-reports .temperature-reports h4:first-child,
#fuel-reports .title h4:first-child {
  width: 100%;
  font-weight: normal;
  margin-bottom: 3px;
  font-size: 20px;
}
#temperature-reports .temperature-reports .report-date,
#fuel-reports .title .report-date {
  display: none;
  margin-bottom: 35px;
  font-weight: lighter;
}
#temperature-reports .temperature-reports #loadingGraphTemperature,
#fuel-reports .fuel-reports #loadingGraphFuel {
  margin-left: auto;
  margin-right: auto;
}
#temperature-reports .temperature-reports .table-max-min,
#fuel-reports .fuel-reports .table-fuel {
  font-size: 12px;
  background-color: #f8f8f8;
  margin-top: 15px;
}
#temperature-reports
  .temperature-reports
  .table-max-min
  > thead:first-child
  > tr:first-child
  > th,
#fuel-reports .fuel-reports .table-fuel > thead > tr > th {
  font-weight: normal;
  border-bottom: none;
  padding: 10px 8px;
  background-color: #f0eded;
}
#temperature-reports
  .temperature-reports
  .table-max-min
  > thead:first-child
  > tr:first-child
  > th
  .color {
  height: 12px;
  width: 12px;
  display: inline-block;
  background-color: #eee;
  margin-right: 5px;
  line-height: 0.9;
  border-radius: 3px;
}
#temperature-reports .temperature-reports .table-max-min > tbody > tr > td,
#fuel-reports .fuel-reports .table-fuel > tbody > tr > td {
  text-align: left;
  color: #333;
}
#temperature-reports
  .temperature-reports
  .table-max-min
  > tbody
  > tr
  > td
  .light {
  color: #6f6f6f;
  margin-bottom: 2px;
  display: inline-block;
}
@media only screen and (min-width: 991px) {
  #temperature-reports .temperature-reports .table-max-min {
    margin-top: 114px;
  }
  #fuel-reports .fuel-reports .table-fuel {
    margin-top: 32px;
  }
}
#temperature-reports .temperature-alarms,
.row.liters {
  display: none;
}
#temperature-reports .temperature-alarms h4.report-title,
.row.liters .table-liters h4.report-title {
  text-align: center;
  display: block;
  width: 100%;
  background-color: #f0eded;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 16px;
  padding: 6px;
}
#temperature-reports .temperature-alarms .table-alarms {
  font-size: 12px;
  background-color: #f8f8f8;
  margin-top: 15px;
}
#temperature-reports .temperature-alarms .table-alarms > thead > tr > th,
.row.liters .table-liters > thead > tr > th {
  font-weight: normal;
  border-bottom: none;
  text-align: center;
  background-color: #f0eded;
}
.row.liters .table-liters {
  width: 100%;
  font-size: 12px;
  background-color: #f8f8f8;
}

#modal-map #map-canvas {
  margin: 0;
  padding: 0;
  width: 575px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
}
#modal-map .modal-body {
  padding: 10px;
}
#modal-map .modal-header {
  padding: 7px;
}
#modal-map .modal-header .close {
  position: absolute;
  right: 10px;
  top: 3px;
}
#metrics,
#metrics2 {
  background-color: #f5f5f5;
}
#metrics .aui-page-panel-inner,
#metrics2 .aui-page-panel-inner {
  padding: 10px 15px;
  border-top: none;
}
#metrics h3,
#metrics2 h3 {
  color: #707070;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: normal;
}
#metrics .vehicles-connected span:nth-child(2),
#metrics .vehicles-operating span:nth-child(2),
#metrics .rastreadores-connected span:nth-child(2),
#metrics2 .vehicles-connected span:nth-child(2),
#metrics2 .vehicles-operating span:nth-child(2),
#metrics2 .rastreadores-connected span:nth-child(2) {
  color: #707070;
  font-size: 14px;
  padding-top: 6px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: inherit;
}
#metrics ul,
#metrics2 ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 5px;
}
#metrics ul li,
#metrics2 ul li {
  font-size: 12px;
  color: #009345;
  cursor: pointer;
}
#metrics ul li:hover,
#metrics2 ul li:hover {
  color: #007d3a;
}
@media only screen and (min-width: 991px) {
  #metrics .col-md-1::after,
  #metrics2 .col-md-1::after {
    position: absolute;
    width: 1px;
    height: 90%;
    background-color: #ccc;
    content: ' ';
    top: 5px;
    right: 0;
  }
  #metrics .margin,
  #metrics2 .margin {
    padding-left: 0;
  }
}
.metrics-modal .last_connection:first-letter {
  text-transform: capitalize;
}
@media only screen and (min-width: 991px) {
  #metrics .vehicles-connected span.title,
  #metrics .vehicles-operating span.title,
  #metrics .rastreadores-connected span.title,
  #metrics2 .vehicles-connected span.title,
  #metrics2 .vehicles-operating span.title,
  #metrics2 .rastreadores-connected span.title {
    display: none;
  }
  #metrics .vehicles-connected .number span.big,
  #metrics .vehicles-operating .number span.big,
  #metrics2 .vehicles-connected .number span.big,
  #metrics2 .vehicles-operating .number span.big {
    font-size: 24px;
    color: #009345;
  }
  #metrics .rastreadores-connected span:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 990px) {
  #metrics .vehicles-connected span,
  #metrics .vehicles-operating span,
  #metrics .rastreadores-connected span,
  #metrics .vehicles-connected span:nth-child(2),
  #metrics .vehicles-operating span:nth-child(2),
  #metrics .rastreadores-connected span:nth-child(2),
  #metrics2 .vehicles-connected span,
  #metrics2 .vehicles-operating span,
  #metrics2 .rastreadores-connected span,
  #metrics2 .vehicles-connected span:nth-child(2),
  #metrics2 .vehicles-operating span:nth-child(2),
  #metrics2 .rastreadores-connected span:nth-child(2) {
    font-size: 14px;
  }
  #resumen-periodo [class^='card-'] {
    margin-bottom: 5px;
  }
}
#metrics .vehicles-connected .number span,
#metrics2 .vehicles-connected .number span {
  display: inline;
}
#resumen-periodo .text-left,
#reporte-detallado .text-left,
#reporte-detallado + hr + .text-left {
  margin-bottom: 10px;
}
#resumen-periodo [class^='card-'] {
  background-color: #009345;
  color: white;
  padding: 10px 15px 15px;
  border: none;
  position: relative;
}
#resumen-periodo [class^='card-'] .title {
  text-transform: uppercase;
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
}
#resumen-periodo [class^='card-'] .number {
  color: white;
  font-weight: bold;
  margin-top: 2px;
  font-size: 21px;
}
#resumen-periodo [class^='card-'] .number .unit {
  font-size: 12px;
  font-weight: normal;
}
#reporte-detallado #reportsTable_wrapper .dataTables_scrollHead {
  border-bottom: 1px solid #dddddd;
}
#reporte-detallado #reportsTable_wrapper .dataTables_scrollHeadInner,
#reporte-detallado #reportsTable_wrapper .dataTable no-footer {
  min-width: 100%;
}
#reporte-detallado #reportsTable_wrapper table {
  font-size: 12px;
  min-width: 100%;
}
#reporte-detallado table.dataTable tbody td {
  padding: 5px;
}
#reporte-detallado table.dataTable tbody tr:first-of-type td {
  border-top: 2px solid #ddd;
}
#reporte-detallado
  #reportsTable_wrapper
  table
  thead
  > tr:nth-child(2)
  > th:first-child {
  background-image: none;
}
#reporte-detallado #reportsTable_wrapper table thead > tr > th {
  border: none;
  padding: 5px;
  padding-bottom: 0;
}
#reporte-detallado .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border: none;
}
#reporte-detallado table.dataTable thead .sorting {
  background-image: none;
}
#reporte-detallado table.dataTable thead .sorting_asc,
#reporte-detallado table.dataTable thead .sorting_desc {
  background-position-x: 75%;
  background-position-y: bottom;
}

.fixed-top-alert {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1031;
  border-radius: 0;
}
.top-51 {
  top: 51px !important;
}
.padding-91 {
  padding-top: 91px !important;
}
@media only screen and (max-width: 833px) {
  .top-51 {
    top: 71px !important;
  }
  .padding-91 {
    padding-top: 111px !important;
  }
}
@media only screen and (max-width: 447px) {
  .top-51 {
    top: 91px !important;
  }
  .padding-91 {
    padding-top: 131px !important;
  }
}

/* Marker Labels*/
.marker-label-connected {
  width: auto;
  height: 20px;
  min-width: 30px;
  border: 1px solid #3ab54a;
  border-radius: 5px;
  background: #efefef;
  color: #3ab54a;
  text-align: center;
  line-height: 20px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: bold;
}
.marker-label-disconnected {
  width: auto;
  height: 20px;
  min-width: 30px;
  border: 1px solid #eb3a44;
  border-radius: 5px;
  background: #efefef;
  color: #eb3a44;
  text-align: center;
  line-height: 20px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: bold;
}

/*  ContextMenu  */
.context_menu {
  background-color: white;
  border: 1px solid gray;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  position: fixed;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 265px;
  outline-offset: -2px;
  max-height: 500px;
}
.context_menu_item {
  border-color: transparent;
  border-style: dotted;
  border-width: 1px 0;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  padding: 4px 44px 4px 16px;
  position: relative;
  white-space: nowrap;
}
.context_menu_item:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: #222;
  transition: background 0s;
}
.context_menu_separator {
  background-color: gray;
  height: 1px;
  margin: 0;
  padding: 0;
}
/*  End ContextMenu  */

.infowindow-title {
  text-transform: none;
}

#reportsTable {
  font-size: 12px;
}

#reportsTable tbody td {
  padding: 5px;
}

measure-tool-svg-overlay {
  width: 8000px;
  height: 8000px;
}

.btn.geofence-position {
  white-space: break-spaces;
  text-align: left;
}

.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background: #31d79b;
  text-shadow: none;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  max-height: 80vh;
  overflow: scroll;
}
.btn-link {
  color: #009345;
}
.btn-link:hover {
  color: #3ab54a;
}
