.googleMap .col-sm-6 {
  padding: 0px;
}

.googleMap .white {
  border-top-color: rgba(2, 9, 16, 1);
  border-right-color: rgba(4, 10, 16, 0.2);
  border-bottom-color: rgba(2, 9, 16, 1);
  border-left-color: rgba(4, 10, 16, 0.2);
}

.googleMap .row-top {
  margin-top: 10px;
  margin-right: 10px;
  right: 0;
  position: fixed;
  z-index: 2;
  float: right;
}

.googleMap #gmaps {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.googleMap .content-left.ns-show {
  -webkit-animation: bounceInLeft 1000ms ease-out both;
  animation: bounceInLeft 1000ms ease-out both;
}

.googleMap .content-left.ns-hide {
  -webkit-animation: bounceOutLeft 1000ms ease-out both;
  animation: bounceOutLeft 1000ms ease-out both;
}

.googleMap .geoZone {
  z-index: 1;
  position: fixed;
  right: 80px;
  bottom: 0px;
  width: 300px;
}

.googleMap .geoZone-add {
  position: absolute;
  z-index: 13;
  margin-top: 10px;
  margin-left: 15px;
  width: 300px;
}

.googleMap .content-left {
  position: absolute;
  z-index: 12;
  margin-top: 10px;
  margin-left: 15px;
  width: 250px;
}

.googleMap .agents-table {
  margin-bottom: 0px;
}

.googleMap .contentAgents {
  overflow: auto;
  height: 340px;
}

.googleMap .agents-table tr>td {
  vertical-align: middle;
}

.googleMap .agents-table .agent {
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.googleMap .panel {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(65, 72, 84, 0.6);
  -webkit-box-shadow: -3px 5px 18px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: -3px 5px 18px 0px rgba(0, 0, 0, 0.24);
  box-shadow: -3px 5px 18px 0px rgba(0, 0, 0, 0.24);
}

.googleMap .content-layers {
  position: fixed;
  z-index: 12;
  bottom: 0px;
  margin-left: 15px;
  min-width: 250px;
}

.googleMap .selectOrders {
  position: absolute;
  z-index: 12;
  top: 0px;
  margin-left: 15px;
  min-width: 250px;
}

.googleMap .content-layers.ns-show {
  -webkit-animation: bounceInLeft 1000ms ease-out both;
  animation: bounceInLeft 1000ms ease-out both;
}

.googleMap .content-layers.ns-hide {
  -webkit-animation: bounceOutLeft 1000ms ease-out both;
  animation: bounceOutLeft 1000ms ease-out both;
}

/* .googleMap .content-layers ul {
  margin-bottom: 0px;
} */

.googleMap .content-layers li {
  cursor: pointer;
}

.googleMap .input-group .input-group-addon {
  line-height: 1;
}

.googleMap .btn-icon {
  background-color: transparent;
  border: 0px;
  outline: none;
}

.googleMap .btn-icon:focus,
.googleMap .btn-icon:hover {
  border-bottom: 0px;
  text-decoration: none;
  cursor: pointer;
}

.googleMap .btn-icon:before {
  color: #555;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0px;
  font-size: 12px;
}

.googleMap .btn-icon.block::before {
  text-shadow: none;
}

.googleMap input[type="checkbox"] {
  margin-right: 1em;
}

.googleMap .route-agent .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}

.googleMap .detail-agent,
.googleMap .detail-order,
.googleMap .route-agent,
.googleMap .calculate-route,
.googleMap .query-orders {
  z-index: 1;
  position: fixed;
  right: 40px;
  top: 120px;
  right: 10px;
}

.googleMap .calculate-route {
  width: 300px;
}

.googleMap .routeAgent-detail {
  z-index: 1;
  position: fixed;
  right: 80px;
  bottom: 10px;
}

.googleMap .ORDER_CANCELED {
  color: rgb(255, 0, 0);
}

.googleMap .ORDER_FINISHED {
  color: rgb(0, 255, 0);
}

.googleMap .ORDER_UNASSIGNED {
  color: rgb(170, 170, 170);
}

.googleMap .ORDER_IN_PROGRESS {
  color: rgb(254, 0, 184);
}

.googleMap .ORDER_WORKING {
  color: rgb(255, 216, 0);
}

.googleMap .selectOrders.ns-show {
  -webkit-animation: bounceInLeft 1000ms ease-out both;
  animation: bounceInLeft 1000ms ease-out both;
}

.googleMap .selectOrders.ns-hide {
  -webkit-animation: bounceOutLeft 1000ms ease-out both;
  animation: bounceOutLeft 1000ms ease-out both;
}

/*
.googleMap .selectOrders .panel {
    height: 98%;
}
*/


.googleMap .selectOrders .toString {
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.googleMap .routeAgent-detail label {
  padding: 0px;
  margin: 0px;
  line-height: 2em;
}

.googleMap .routeAgent-detail .time {
  font-family: 'BebasNeue';
  font-weight: 200;
  width: 100%;
  font-size: 2em;
  line-height: 1em;
}

.googleMap .detail-agent .form-horizontal .form-group {
  margin: 0px;
}

.googleMap .detail-order .form-horizontal .form-group {
  margin: 0px;
}

.googleMap .detail-order .form-horizontal h6 {
  border-top: 1px solid rgba(166, 167, 169, 0.42);
  text-align: center;
  padding-top: 0.5em;
}

.googleMap .detail-agent {
  width: 350px;
}

.googleMap .query-orders,
.googleMap .route-agent,
.googleMap .detail-order {
  width: 400px;
}

.googleMap .detail-agent.ns-show,
.googleMap .detail-order.ns-show,
.googleMap .route-agent.ns-show,
.googleMap .query-orders.ns-show {
  -webkit-animation: bounceInRight 800ms ease-out both;
  animation: bounceInRight 800ms ease-out both;
}

.googleMap .routeAgent-detail.ns-show,
.googleMap .calculate-route.ns-show {
  -webkit-animation: bounceInRight 800ms ease-out both;
  animation: bounceInRight 800ms ease-out both;
}

.googleMap .detail-agent.ns-hide,
.googleMap .detail-order.ns-hide,
.googleMap .route-agent.ns-hide,
.googleMap .query-orders.ns-hide,
.googleMap .routeAgent-detail.ns-hide,
.googleMap .calculate-route.ns-hide {
  -webkit-animation: bounceOutRight 800ms ease-out both;
  animation: bounceOutRight 800ms ease-out both;
}

.googleMap .clear-line {
  border-bottom: 1px solid rgb(218, 218, 219);
  margin-bottom: 1em;
  width: 100%;
  height: 1px;
}

.googleMap .agent-disconnected {
  background-color: rgba(41, 61, 91, 0.8);
}

.googleMap .agent-connected {
  background-color: rgb(255, 210, 0);
}

.googleMap .agent-connectedGPS {
  background-color: rgb(0, 254, 0);
}

.googleMap .statusAgent {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  display: block;
}

.googleMap .batteryStatus {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.googleMap .battery_verylow {
  background-image: url(../images/iconBattery/battery_verylow.png);
}

.googleMap .battery {
  background-image: url(../images/iconBattery/battery.png);
}

.googleMap .battery_low {
  background-image: url(../images/iconBattery/battery_low.png);
}

.googleMap .battery_medium {
  background-image: url(../images/iconBattery/battery_medium.png);
}

.googleMap .battery_full {
  background-image: url(../images/iconBattery/battery_full.png);
}

.googleMap .battery_loading {
  background-image: url(../images/iconBattery/battery_loading.png);
}

.googleMap .iconsMapChange {
  padding: 0px !important;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 0px solid rgb(126, 126, 126) !important;
  display: inline-block;
}

.googleMap .icon-roadMap {
  background-image: url('../images/iconMap/roadmap.png');
}

.googleMap .icon-hybridMap {
  background-image: url('../images/iconMap/hybridmap.png');
}

.googleMap .icon-satelliteMap {
  background-image: url('../images/iconMap/satellitemap.png');
}

.googleMap .icon-traffic {
  background-image: url('../images/iconMap/traffic.jpg');
}

.googleMap .label {
  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.googleMap .marker-agent {
  color: rgb(12, 46, 71);
  border: 1px solid rgba(4, 10, 16, 0.2);
  background-color: rgba(242, 242, 242, 1);
  padding-left: 3px;
  padding-right: 3px;
  width: 126px;
}

.googleMap .marker-entity {
  color: rgb(12, 46, 71);
  border: 1px solid rgba(4, 10, 16, 0.2);
  background-color: rgba(242, 242, 242, 1);
  padding-left: 3px;
  padding-right: 3px;
  width: 126px;
}

.googleMap .marker-order {
  color: rgb(12, 46, 71);
  background-color: transparent;
  padding-left: 3px;
  padding-right: 3px;
  width: 60px;
}

.googleMap .agentList .btn-group {
  margin-bottom: 0.5em;
}

.googleMap .agentList .btn {
  border-radius: 0px;
  background-color: transparent;
  font-size: 0.9em;
  padding: 3px 12px;
  border: 1px solid rgba(221, 221, 221, 0.5);
}

.googleMap .agentList .btn.active {
  box-shadow: none;
  background-color: rgba(221, 221, 221, 0.5);
}

.googleMap .agentList .btn span {
  float: right;
  border-radius: 25%;
  font-size: 0.9em;
  color: rgb(2, 9, 16);
}

.googleMap .agentList .panel-footer {
  padding: 0px;
}

.googleMap .agentList .panel-footer p {
  text-align: right;
  margin: 0px;
  padding: 2px 15px 2px;
}

.googleMap .row-top img {
  height: 1.2em;
  border-radius: 1.2em;
  margin-bottom: 0.2em;
}

.googleMap .content-layers .card-body,
.googleMap .content-left .card-body {
  padding: 0 1em 0 1em;
}

.white-space {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.googleMap .detailPointRoute span {
  font-size: 0.9em;
  font-weight: 600;
}

.googleMap .detailPointRoute #time {
  font-weight: 500;
  padding-top: 10px;
  font-size: 0.9em;
  text-align: right;
  margin-bottom: 4px;
}

.googleMap .detailPointRoute #coordinates {
  font-size: 0.8em;
  text-align: right;
  margin-bottom: 0px;
  font-style: italic;
  font-family: 'Times New Roman';
}

.googleMap .detailPointRoute #speed {
  float: left;
  text-align: center;
  margin-right: 10px;
}

.googleMap .detailPointRoute h6 {
  font-size: 1.5em;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .googleMap .contentAgents {
    height: 160px;
  }

  .googleMap .contentOrders {
    height: 400px;
  }

  .googleMap .content-left {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .googleMap .contentAgents {
    height: 210px;
  }

  .googleMap .contentOrders {
    height: 400px;
  }
}

/* GENERIC NOTEBOOK */

@media (min-width: 992px) and (min-height: 600px) {
  .googleMap .contentAgents {
    height: 260px;
  }

  .googleMap .contentOrders {
    height: 510px;
  }
}

@media (min-width: 1200px) and (min-height: 759px) {
  .googleMap .contentAgents {
    height: 360px;
  }

  .googleMap .contentOrders {
    height: 730px;
  }
}

@media (min-width: 1400px) {
  .googleMap .contentAgents {
    height: 490px;
  }

  .googleMap .contentOrders {
    height: 700px;
  }
}

/* PROVISIONAL */
.googleMap .contentOrders {
  overflow-y: auto;
}


.map-picker-input-address {
  width: 98.7%;
  background-color: white;
}

.input-search-geozone {
  padding-top: 3% !important;
  padding-left: 10px !important;
  padding-right: 12px !important;
}

/**
*estilo para el boton de coloca el full screem
se baja un toque para evitar que este solapado con el finder
del mapa
*/
button.gm-fullscreen-control {
  top: 7rem !important;
}

div.gmnoprint div.gm-style-mtc {
  /* top: 3rem !important; */
}


 /**

  PARA EL BOTON DE GEOLOCALIZACION PARA LOS DOS ESTADOS
 */
 
#GeolocationBtn:hover .geoIcon {
  background-position: -36px 0px !important;
  
}

#GeolocationBtn .geoIcon.active {
  background-position: -162px 0px !important;  
}
 