.quick-search-field {
  font-size: 12px;
  width: 6em;
}

.quick-filter-item > input {
  line-height: 1.5rem;
}

.daterangepicker.dropdown-menu {
  font-size: 13px;
}

  .daterangepicker.dropdown-menu .calendar-time select {
    width: 60px;
    font-size: 13px;
    padding: 4px;
  }

.daterangepicker .ranges .input-mini {
  padding: 0 4px;
}

.alarm-type-image {
  vertical-align: -4px;
}

.inline-action.marker-action {
  opacity: 0.15;
}

  .inline-action.marker-action.has-marker {
    opacity: 0.9;
    color: darkorange;
  }

.marker-button {
  color: #bbb;
}

  .marker-button.has-marker {
    color: darkorange;
  }

.s-TranslationGrid input.custom-text {
  width: 100%;
}

.s-UserPermissionDialog > .size,
.s-RolePermissionDialog > .size,
.s-UserRoleDialog > .size {
  min-width: 770px;
  width: 770px;
  min-height: 550px;
  height: 550px;
}

.s-UserPermissionDialog .s-DataGrid,
.s-RolePermissionDialog .s-DataGrid,
.s-UserRoleDialog .s-DataGrid {
  height: 100%;
}

.history-header {
  font-weight: bold;
  font-size: 1.2rem;
  cursor: default;
}

.trip-viewer-container {
  display: flex;
}

.trip-history-container {
  z-index: 1001;
  overflow: auto;
}

.trip-viewer-page .quick-filter-item {
  margin: 0 0 12px 0;
}

.trip-viewer-map {
  height: 60vh;
  flex-grow: 0;
  flex-shrink: 0;
}

.trip-viewer-map-section {
  flex: 1;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.trip-viewer-bottom {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0;
}

/*.trip-viewer-info {
    flex: 1;
    margin: 1rem;
}

.trip-viewer-graph {
    flex: 1;
    margin: 1rem;
}*/

.trip-viewer-canvas-container {
  min-height: 0;
  height: calc(100% - 20px);
}

:root.trip-viewer-page {
  --s-sidebar-width: 27rem;
  --s-sidebar-band-width: 0;
  --s-sidebar-pane-width: var(--s-sidebar-width);
}

.trip-viewer-info {
  width: 50%;
}

.s-mobile-header-logo {
  width: auto;
}

.trip-viewer-graph {
  width: 50%;
}


@media (max-width: 1200px) {
  .trip-viewer-bottom {
    flex-direction: column;
  }

  .trip-viewer-info {
    width: 100vw;
  }

  .trip-viewer-graph {
    width: 100vw;
  }

  .trip-viewer-canvas-container {
      height: 50vw;
  }
}

.s-Administration-CmsItemDialog .categories {
  height: 50vh;
  max-height: 80vh;
}

.s-QuickFilterBar .quick-filter-item[data-qffield="AlarmTypeId"] .select2-container {
  width: 180px !important;
}
