/* Interactive Flight Path Map */
#flightpath-container {
    height: 805px;
    background-image: url('/wp-content/themes/eclipse360/assets/flightpath/base4.jpg');
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block;
    width: 730px;
}

.flightpath-fr #flightpath-container { background-image: url('/wp-content/themes/eclipse360/assets/flightpath/base4-fr.jpg'); }

#maparea {
    height: 671px;
    position: relative;
}

#maparea .icon {
    position: absolute;
}

#mapcontrols {
    margin-top: -15px;
}

#mapselectors {
    width: 530px;
    float: left;
    padding-left: 20px;
}

#mapselectors h2 {
    border-bottom: 1px solid #414042;
    padding-bottom: 3px;
    float: left;
    font-size: 14px;
    line-height: normal;
}

.flightpath-fr #mapselectors h2 { font-size: 11px; }

#mapselectors .selectors {
    clear: both;
}

#mapselectors .selector {
    width: 180px;
    float: left;
    margin-bottom: 12px;
    color: #4275BA;
    font-size: 14px;
    line-height: 33px;
    cursor: pointer;
}

.flightpath-fr #mapselectors .selector { font-size: 11px; }

#mapselectors .selector .checkbox {
    width: 21px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: 0px -17px;
    background-image: url('/wp-content/themes/eclipse360/assets/flightpath/checkbox.png');
    margin-right: 4px;
    float: left;
    position: relative;
    top: 7px;
}

#mapselectors .selector.active .checkbox {
    background-position: 0px 0px;
}

#mapselectors img {
    float: left;
    margin-right: 4px;
}

#mapselectors #selector_sign {
    width: 215px;
}

#maplink {
    width: 196px;
    float: left;
    font-size: 14px;
}

#maplink .distinfo {
    padding-left: 30px;
    line-height: 37px;
    height: 37px;
}

#maplink .pdf {
    border-right: 1px solid #414042;
    width: 28px;
    float: left;
    height: 38px;
    padding: 4px 2px;
    border-bottom: 1px solid #414042;
    border-top: 1px solid #414042;
}

#maplink .pdflink {
    float: left;
    line-height: 36px;
    padding-left: 9px;
    border-bottom: 1px solid #414042;
    border-top: 1px solid #414042;
}

#maplink .pdf2 {
    border-right: 1px solid #414042;
    width: 28px;
    float: left;
    height: 38px;
    padding: 4px 2px;
}

#maplink .pdflink2 {
    float: left;
    line-height: 36px;
    padding-left: 9px;
}

#maplink a {
    text-decoration: none;
}
/* END Interactive Fligh Path */