.flight-details-info {
    overflow-y: auto;
}

.flight-details-info-section {
    margin: 0 0 1vh 0;
    padding: 1vh 0 0 0.5vw;
    border-bottom: 2px dotted white;
    /*color: rgba(0,0,0,0.9);*/
    color: white;
    font-size: 2rem;   
}

.flight-details-info-group {
  padding: 0.5vh 0.5vw;
  overflow: hidden;  
}

.flight-details-info-label {
  float: left;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  /*color: rgba(0,0,0,0.4);*/
  color: white;
  width: 40%;
  max-width: 40%;
}

.flight-details-info-value {
  float: right;
  font-weight: 700;
  font-size: 1.6rem;
  width: 60%;
}

.flight-details-info-value div {
    width: 3vw;
    display: inline-block;
}

.flight-details-info-value img {
    height: 2vh;
    width: 2vh;
    margin-left: 1vw;
}

.inner-view-header .dropdown {
  text-transform: none;
}
.inner-view-header img {
  height: 2vh;
  width: 2vh;
}
.inner-view-header .transportType-icon {
  display: inline-block;
}

.flight-detail-filter-box{
  display: inline-block;
  height: 3vh;
  line-height: 3vh;
  color: black;
  position: absolute;
  right: 1vw;
  font-weight: 100;
  font-size: 14px;
  float: left;
}

#btn-analyze{
  background-color: white;
  color: rgb(51,122,183);
  font-family: Montserrat;
  width: 6vw;
  height: 3vh;
  position: absolute;
  top: 1vh;
  right: 1vw;
  padding: 0;
 }

#btn-analyze:hover{
  background-color: rgb(51,122,183);
  color: white;
}

#flight-detail-table{
  height: 79vh;
  position: relative;
}
#flight-detail-table-contents{
  height: 74vh;
}
.flight-view-btn-export{
  background-color: white;
  color: rgb(51,122,183);
  font-family: Montserrat;
  /*width: 6vw;*/
  padding:5px;
  height: 3vh;
  margin-right: 0.2vw;
  padding: 0;
  float: right;
}

.flight-view-btn-fal {
    background-color: white;
    color: rgb(51,122,183);
    font-family: Montserrat;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-top: 1px;
    margin-right: 0.2vw;
    float: right;
}
.analyze-icon {
    display: inline-block;  
    right: 8vw;
    position: absolute;
}