amapoffroad .fltr-wrapper {
  padding-right: 15px;
}
amapoffroad .me-header {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
amapoffroad .action-icon {
  color: #2196F3 !important;
}
amapoffroad .toggl-wrapper {
  padding-left: 15px;
  margin-top: 5px;
}
amapoffroad .toggl-wrapper .total-ttl {
  color: rgba(0, 0, 0, 0.54);
}
amapoffroad .toggl-wrapper .md-no-momentum {
  overflow: unset;
  margin-top: 0;
  margin-bottom: 0;
}
amapoffroad .toggl-wrapper .md-no-momentum md-switch {
  margin-top: 6px;
  margin-bottom: 0;
}
amapoffroad .editControls {
  z-index: 1000;
}
amapoffroad .editControls button {
  margin: 0 4px;
}
amapoffroad .editControls button.btn-previous {
  margin-right: -4px;
}
amapoffroad .editControls button.btn-next {
  margin-left: -4px;
}
amapoffroad .map-exception-date {
  margin-left: auto;
  font-size: 12px;
  margin-top: -13px;
  margin-right: -10px;
  color: #bbb;
}
amapoffroad .area-item {
  cursor: pointer;
}
amapoffroad .area-item md-card-footer {
  font-size: 12px;
  padding: 0 16px 16px 16px;
}
amapoffroad .map-content {
  width: 70%;
}
amapoffroad .info-content {
  padding: 0;
  height: inherit;
  z-index: 59 !important;
  width: 30%;
  min-width: 500px;
}
amapoffroad .info-content .ame-content {
  overflow-y: auto;
  height: calc(100% - 186px);
}
amapoffroad .info-content .actions-placeholder {
  height: 74px;
}
amapoffroad .info-content .md-no-momentum {
  padding: 6px 16px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  background: #fff;
}
amapoffroad .info-content .md-no-momentum.nobackground {
  box-shadow: none;
  background: none;
  padding: 0;
}
amapoffroad .info-content .md-no-momentum-form {
  padding: 16px;
}
amapoffroad .mapIconBtn {
  display: none;
}
@media (max-width: 768px) {
  amapoffroad .map-content {
    width: 100% !important;
    margin-left: -100%;
  }
  amapoffroad .info-content {
    width: 100% !important;
  }
  amapoffroad .map-content.active {
    margin-left: 0;
  }
  amapoffroad .info-content.active {
    display: none;
  }
  amapoffroad .mapIconBtn {
    display: inline;
  }
}
