.flights-map {
  height: 100%;
}

.flights-map-header {
  height: 100px;
}

.flights-map-contents {
  height: calc(100% - 120px);
}

.ammapDescriptionWindow.amcharts-description-div {
  background: white;
  box-shadow: 0 0 4px 2px rgba(0,0,0,0.1);
  border-radius: 2px;
  padding: 10px;
}

.flight-map-line-click {
  border: 1px solid lightgrey;
  /*background-color: lightslategrey*/
}

.flights-map-filters {
  position: absolute;
  height: 100vh;
  /* max-height: 760px;
  margin-top: 70px; */
  right: 0;
  width: 300px;
  /*background: white;*/
  /* background: rgb(120,120,120); */
  color: white;
  top: 0;
  /* padding: 30px; */
  
  font-size: 1.4rem;
  overflow-y: auto;
  right: -300px;
  transition: right 0.8s;
}
.flights-map-filters-open{
  right: 0;
}
.flights-map-filters-left-col{
  width: 30px;
  height: 100vh;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.flights-map-filters-right-col{
  width: 300px;
  height: 100vh;
  background: rgb(120,120,120);
  padding: 30px 30px 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: -1px 3px 2px 2px rgba(0,0,0,0.2);
}
.flights-map-filters-right-col-open{
  width: 270px;
}
.flights-map-filter-img{
  position: absolute;
  top: 5px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 1000;
}



.flights-map-filters-group{
  margin: 5px;
  height: 20px;
  line-height: 20px;
}
.flights-map-filters-subgroup {
  margin-left: 30px;
}

.flights-map-filters-group-checkbox {
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.flights-map-filters-group span {
  font-weight: 600;
}

.flights-map-filters-subgroup .flights-map-filters-group span {
  font-weight: 400;
}

.flights-map-date-picker{
  color: black;
}