﻿#sNearbyAirportsInclude {
    width: 200px;
}

#sNearbyAirportsInclude option {
    width: 200px;
}

#sNearbyAirportsExclude {
    width: 200px;
}

#sNearbyAirportsExclude option {
    width: 200px;
}

#sNearbyAirportsIncludeExclude {
    width: 20px;
    vertical-align: top;
    align-items: center;
    font-weight: bold;
    font-size: 150%;
    text-align: center;
    display: inline-flex;
    min-height: 1px;
}

#spanInnerNearbyAirportsIncludeExclude {
    display: inline-block;
    width: 20px;
    line-height: 100px;
    font-weight: bold;
    font-size: 150%;
    text-align: center;
    vertical-align: bottom;
}

#spanExcludeLabel {
    display: inline-block;
    position: absolute;
}

#divIncludeLabel {
    width: 200px;
    display: table;
    position: relative;
}

#divIncludeLabel2 {
    position: relative;
    width: 100%;
    height: auto;
    word-wrap: break-word;
    white-space: pre-wrap
}

#divExcludeLabel {
    width: 200px;
    display: table;
    position: absolute;
}

#divExcludeLabel2 {
    position: relative;
    width: 100%;
    height: auto;
    word-wrap: break-word;
    white-space: pre-wrap
}

#divIncludeExcludeDescriptionLabel {
    width: 420px;
    display: table;
    position: relative;
}

#divIncludeExcludeDescriptionLabel2 {
    position: relative;
    width: 100%;
    height: auto;
    word-wrap: break-word;
    white-space: pre-wrap
}

#dNearbyAirports {
    white-space: nowrap;
}

#divNearbyAirportsCountInclude {
    position: absolute;
    color: black;
    

    /* not electable: */
    /* https://stackoverflow.com/questions/826782/how-to-disable-text-selection-highlighting */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

#divNearbyAirportsCountExclude {
    position: absolute;
    color: black;
    /* not electable: */
    /* https://stackoverflow.com/questions/826782/how-to-disable-text-selection-highlighting */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

/* https://davidwalsh.name/detect-scrollbar-width*/
/* way the hell off screen */
.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}

#spanDistanceKmsTooltip {
    visibility: hidden;
    
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    white-space: nowrap;
    /* Position the tooltip */
    position: relative;
    z-index: 1;

    color: #666666;
    background-color: #FFFFE0;
    border: 1px solid #DCA;
}

#tDistanceKms {
    /*
    border-color: initial;
    font: initial;
    background: initial;
    color: initial;
    */
}

#spanCheckboxSeparator {
    display: inline-block;
    width: 10px;
}

#dStepDebug {
    border: 1px solid black;
}

#dDiv1 {
    border: 1px solid red;
}
