.xhidden {
    visibility: hidden;
    height: 0px;
    width: 0px;
    overflow: hidden;
    opacity: 0;
}
.custom-map .each-booked-img {
    background: #FFF;
    text-align: center;
    color: #6bc9ba;
    padding-top: 13px;
    font-weight: bolder;
    text-transform: uppercase;
}

.result-content {
    padding: 0 20px;
}

#htwMap {
    height: 600px;
    width: 100%;
}

.hide {
    display: none;
}

.forecast-table {
    width: 100%;
    text-align: center;
    background-color: transparent;
    border: none;
}

.forecast-table td {
    padding: 20px 5px;
    text-align: center;
    font-size: 10px;
    color: #FFF;
}

.panel {
    background: #008F8C;
    color: #FFF;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 3px !important;
}

.panel .panel-header h4 {
    color: #FFF;
    padding: 9px 50px 9px 10px;
    font-size: 18px;
    background: #000;
}

.panel .content {
    padding: 10px;
}

.panel ul {
    margin: 0px;
}

.panel li a,
.panel li {
    color: #FFF;
}

.panel li  {
    color: #FFF;
    list-style: none;
}

.travel-weather-map .result-content .panel a{
    padding: 0;
}

.travel-weather-map .result-content .panel a h4{
    margin: 0;
}

.travel-weather-map .panel:first-child {
    opacity: 1;
    visibility: visible;
    transition: all 1s ease-in-out;
    height: auto;
}

.travel-weather-map.data-section-active .panel:first-child {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.travel-weather-map .panel:not(:first-child) {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    height: 0;
}

.travel-weather-map .panel:nth-child(2) {
    transition: all 1s ease-in-out;
}

.travel-weather-map .panel:nth-child(3) {
    transition: all 1.5s ease-in-out;
}

.travel-weather-map .panel:nth-child(4) {
    transition: all 2s ease-in-out;
}

.travel-weather-map.data-section-active .panel:not(:first-child) {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    height: auto;
}

.travel-weather-map .result-content .panel .with-left-arrow {
    display: block;
    text-align: right;
    border-top: 1px solid #025A5D;
    margin-top: 20px;
    padding-top: 10px;
}

.with-left-arrow:hover{
    color: #fff;
}

.with-left-arrow:hover::before{
    background: no-repeat url(../images/light-small-left-arrow.png);
    transform: translateX(-5px);
}

.with-left-arrow:before {
    content: "";
    display: inline-block;
    background: no-repeat url(../images/small-left-arrow.png);
    width: 16px;
    height: 9px;
    margin-right: 15px;
    transform: translateX(0);
    transition: all .1s ease-in-out;
}

#durationTravelList i.icon {
    margin-right: 12px;
    display: inline-block;
    font-size: 23px;
    position: relative;
}

#durationTravelList .ion-md-airplane {
    transform: rotate(90deg);
    top: -2px;
}

#durationTravelList .ion-md-car {
    left: 4px;
    top: 3px;
}

.forecast-table table, 
.forecast-table td, 
.forecast-table thead, 
.forecast-table tr,
.forecast-table tbody {
    border: none;
    background-color: transparent;
    color: #FFF;
    font-weight: 500;
} 

.in-map-relocation {
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    visibility: hidden;
    pointer-events: none;
}

#htwMap.active-relocate-field .in-map-relocation {
    visibility: visible;
    pointer-events: auto;
}

.in-map-relocation::before {
    content: "";
    display: block;
    z-index: 998;
    background: #008f8c47;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
}

.in-map-relocation .field-group {
    position: absolute;
    left: 12px;
    top: 71px;
    max-width: 230px;
}

#durationTravelList .hydrated {
    margin-right: 6px;
    position: relative;
    top: 3px;
}