.timepickerjs-wrapper {
  overflow-y: auto;
  max-height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10052;
  margin: 0;
  position: absolute;
}
.timepickerjs-wrapper.timepickerjs-with-duration {
  width: 13em;
}
.timepickerjs-wrapper.timepickerjs-with-duration.timepickerjs-step-30, .timepickerjs-wrapper.timepickerjs-with-duration.timepickerjs-step-60 {
  width: 11em;
}

.timepickerjs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  z-index: 10000;
  box-sizing: border-box;
}
.timepickerjs-list .timepickerjs-item {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}
.timepickerjs-list .timepickerjs-item:hover {
  background-color: #f0f0f0;
}
.timepickerjs-list .timepickerjs-item.active {
  background-color: #1980EC;
  color: #fff;
}
.timepickerjs-list .timepickerjs-item:hover {
  background-color: #1980EC;
  color: #fff;
}
.timepickerjs-list .timepickerjs-item.disabled, .timepickerjs-list .timepickerjs-item.disabled:hover, .timepickerjs-list .timepickerjs-item.active.disabled {
  color: #888;
  cursor: default;
  background: #f2f2f2;
}
.timepickerjs-list .timepickerjs-item .timepickerjs-duration {
  margin-left: 5px;
  color: #888;
}
.timepickerjs-list .timepickerjs-item:hover .timepickerjs-duration, .timepickerjs-list .timepickerjs-item.active .timepickerjs-duration {
  color: #ccc;
}

@media screen and (max-width: 768px) {
  .timepickerjs-wrapper {
    max-height: 200px;
    width: 100%;
  }
  .timepickerjs-list {
    max-height: 250px;
  }
  .timepickerjs-list .timepickerjs-item {
    padding: 8px 10px;
    font-size: 16px;
  }
}
.timepickerjs-native-input {
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0;
  pointer-events: none;
}

.em-time-input.error {
  border-color: #cc0000;
  background-color: rgba(255, 0, 0, 0.05);
}

/*# sourceMappingURL=timepicker.css.map */
