.timezone-map polygon {
  fill: #d1cece;
  stroke-width: 0.5;
  stroke: #838282;
}
.timezone-map polygon[data-selected="true"] {
  fill: #036c8d;
  stroke: #036c8d;
}
.timezone-map polygon:hover {
  stroke: #4c9996;
  fill: #036c8d;
  cursor: pointer;
}
.filter-box > * {
  float: left;
  height: 24px;
}
.filter-box select {
  width: 45%;
  padding: 0 0 0 10px;
}
.filter-box .quick-link {
  width: 52%;
  overflow-x: auto;
  white-space: nowrap;
  overflow-y: hidden;
}
.filter-box .quick-link span {
  font-weight: 300;
  border-radius: 3px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-left: 10px;
  font-size: 9px;
  padding: 4px 6px;
}
.filter-box .quick-link span.active {
  color: #fff;
  background-color: #036c8d;
}
.filter-box .quick-link span:hover {
  color: #fff;
  background-color: #036c8d;
  cursor: pointer;
}
.filter-box .hover-text {
  height: 20px;
  width: 100%;
  padding: 10px;
}

#timezoneModal .modal-dialog {
  max-width: 900px;
}

#timezoneModal .modal-body {
  padding: 20px;
  min-height: 450px;
}

.timezone-picker-container {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .d-md-inline-block {
    display: none !important;
  }
  
  #timezoneModal .modal-dialog {
    max-width: 95%;
    margin: 10px auto;
  }
  
  #timezoneModal .modal-body {
    min-height: 350px;
  }
}

#timezoneModal .timezone-map {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 400px;
}

