/* ////////
// 5
///////// */

html,
body {
    height: 135%;
    margin: 0;
    padding: 0;
    /* background-image: url("../img/background.jpg"); */
    background-image: linear-gradient(#84a1af, #855c62);
    /* display: block; */
}

#map {
    position: absolute;
    top: 84%;
    left: 16.5%;
    z-index: 2;
    float: left;
    height: 85%;
    width: 69%;
    /* border: 1px solid #000000; */
    /* display: none; */
}

#panorama {
    position: absolute;
    top: 84%;
    left: 16.5%;
    z-index: 1;
    float: left;
    height: 85%;
    width: 69%;
    /* border: 1px solid #000000; */
    /* display: none; */
}

.table,
td {
    border: 1px solid black;
    padding-left: 10px;
    padding-right: 10px;
}


/* This is the console area below the map. */

#console-map {
    /* z-index: 1; */
    background-color: #cfe3da;
    padding: 0%;
    border: 2px solid #000000;
    text-align: center;
    font-family: "Roboto", "sans-serif";
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    padding-left: 5px;
    display: none;
}

#console-map {
    position: absolute;
    left: 86%;
    top: 90%;
    height: 23%;
    width: 13%;
    z-index: 1;
    float: left;
    text-align: left;
    overflow: auto;
    /* border: 5px solid #99999900; */
}


/* This is the console area below the panorama. */

#console-panorama {
    /* z-index: 1; */
    background-color: #cfe3da;
    padding: 0%;
    border: 2px solid #000000;
    text-align: center;
    font-family: "Roboto", "sans-serif";
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    padding-left: 5px;
    display: none;
}

#console-panorama {
    position: absolute;
    left: 86%;
    top: 90%;
    height: 40%;
    width: 13%;
    z-index: 1;
    float: left;
    text-align: left;
    overflow: auto;
    /* border: 5px solid #99999900; */
}


/* This is the measurement marker section of the console below the panorama */


/* TOGGLES THE WINDOW VIEW BETWEEN MAP AND PANORAMA */

#button-toggleView {
    position: absolute;
    top: 84%;
    left: 86%;
    width: auto;
    height: 4%;
    z-index: 5;
    background-color: #008cff48;
    padding: 5px;
    border: 1px solid #000000;
    border-radius: 5px;
    text-align: center;
    font-family: "Roboto", "sans-serif";
    line-height: 30px;
    /* padding-left: 10px; */
}


/* ***************************
START PRIZE MARKER SETTINGS
*************************** */

#window-prizeMarkerSettings {
    position: absolute;
    top: 5%;
    left: .7%;
    width: 23%;
    height: 40%;
    z-index: 5;
    background-color: #ffffff50;
    /* padding: 5px; */
    border: 2px solid #000000;
    border-radius: 25px;
    display: block;
    /* text-align: center; */
    font-family: "Roboto", "sans-serif";
    line-height: 10px;
    padding-left: 10px;
}

#button-selectPrizeImageFile {
    position: absolute;
    top: 20%;
    left: .7%;
    width: 95%;
    height: auto;
    z-index: 5;
    background-color: #ffffff50;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 10px; */
}

#label-maxVisibleRange {
    position: absolute;
    top: 50%;
    left: .7%;
    width: 45%;
    height: auto;
    z-index: 5;
    background-color: #ffffff00;
    /* padding: 5px; */
    /* border: 1px solid #000000; */
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    line-height: 20px;
    padding-left: 2px;
    /* padding-right: 5px; */
}

#input-maxVisibleRange {
    position: absolute;
    top: 50%;
    left: 46%;
    width: 25%;
    height: auto;
    z-index: 5;
    background-color: #ffffff50;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    padding-left: 5px;
}


/* *************************
END PRIZE MARKER SETTINGS
************************* */


/* ***************************
START SOUND MARKER SETTINGS
*************************** */


/* Toggle the window visibility */

#window-soundMarkerSettings {
    position: absolute;
    top: 5%;
    left: 25%;
    width: 23%;
    height: 40%;
    z-index: 5;
    background-color: #ffffff50;
    /* padding: 5px; */
    border: 2px solid #000000;
    border-radius: 25px;
    display: block;
    /* text-align: center; */
    font-family: "Roboto", "sans-serif";
    line-height: 10px;
    padding-left: 10px;
}

#button-selectSoundSourceFile {
    position: absolute;
    top: 20%;
    left: .7%;
    width: 95%;
    height: auto;
    z-index: 5;
    background-color: #ffffff50;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 10px; */
}

#dropdown-rolloff {
    position: absolute;
    top: 33%;
    left: .7%;
    width: 90%;
    height: auto;
    z-index: 5;
    background-color: #ffffff50;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    padding-left: 10px;
    padding-right: 5px;
}

#label-maxRange {
    position: absolute;
    top: 45%;
    left: .7%;
    width: 40%;
    height: auto;
    z-index: 5;
    background-color: #ffffff00;
    /* padding: 5px; */
    /* border: 1px solid #000000; */
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    padding-left: 2px;
    /* padding-right: 5px; */
}

#input-maxRange {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 25%;
    height: auto;
    z-index: 5;
    background-color: #ffffff50;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    padding-left: 5px;
}

#label-minRange {
    position: absolute;
    top: 55%;
    left: .7%;
    width: 40%;
    height: auto;
    z-index: 5;
    background-color: #ffffff00;
    /* padding: 5px; */
    /* border: 1px solid #000000; */
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    padding-left: 2px;
    /* padding-right: 5px; */
}

#input-minRange {
    position: absolute;
    top: 56%;
    left: 50%;
    width: 25%;
    height: auto;
    z-index: 5;
    background-color: #ffffff50;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    padding-left: 5px;
}

#label-gain {
    position: absolute;
    top: 65%;
    left: .7%;
    width: 40%;
    height: auto;
    z-index: 5;
    background-color: #ffffff00;
    /* padding: 5px; */
    /* border: 1px solid #000000; */
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    padding-left: 2px;
    /* padding-right: 5px; */
}

#input-gain {
    position: absolute;
    top: 66%;
    left: 50%;
    width: 25%;
    height: auto;
    z-index: 5;
    background-color: #ffffff50;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    padding-left: 5px;
}


/* *************************
END SOUND MARKER SETTINGS
************************* */

#input-searchBox {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}


/* *****************************
START GAME ENVIRONMENTAL DATA
***************************** */

#window-environmentalData {
    position: absolute;
    left: 50%;
    top: 5%;
    height: 75%;
    width: 48%;
    z-index: 20;
    float: left;
    text-align: left;
    overflow: auto;
    background-color: #ffffff50;
    border: 2px solid #000000;
    border-radius: 25px;
    font-family: "Roboto", "sans-serif";
    line-height: 10px;
    padding-left: 10px;
}

#window-indicators {
    position: absolute;
    left: 1%;
    top: 5%;
    height: 30%;
    width: 95%;
    z-index: 20;
    float: left;
    text-align: left;
    overflow: auto;
    border: 2px solid #000000;
    border-radius: 25px;
    padding-left: 10px;
}

#label-entryPointCaptured {
    position: absolute;
    top: 5%;
    left: 2%;
    width: 50%;
    height: 15px;
    z-index: 16;
    /* border: 2px solid #1ab9e9; */
    display: block;
}

#indicator-entryPointCapturedYes {
    position: absolute;
    top: 5%;
    left: 56%;
    width: 15px;
    height: 15px;
    z-index: 16;
    /* border: 1px solid #000000; */
    display: none;
}

#indicator-entryPointCapturedNo {
    position: absolute;
    top: 5%;
    left: 56%;
    width: 15px;
    height: 15px;
    z-index: 16;
    /* border: 1px solid #000000; */
    display: block;
}

#label-playAreaCaptured {
    position: absolute;
    top: 20%;
    left: 2%;
    width: 50%;
    height: 15px;
    z-index: 16;
    /* border: 2px solid #1ab9e9; */
    display: block;
}

#indicator-playAreaCapturedYes {
    position: absolute;
    top: 20%;
    left: 56%;
    width: 15px;
    height: 15px;
    z-index: 16;
    /* border: 1px solid #000000; */
    display: none;
}

#indicator-playAreaCapturedNo {
    position: absolute;
    top: 20%;
    left: 56%;
    width: 15px;
    height: 15px;
    z-index: 16;
    /* border: 1px solid #000000; */
    display: block;
}

#label-firstBirdCaptured {
    position: absolute;
    top: 35%;
    left: 2%;
    width: 50%;
    height: 15px;
    z-index: 16;
    /* border: 2px solid #1ab9e9; */
    display: block;
}

#indicator-firstBirdCapturedYes {
    position: absolute;
    top: 35%;
    left: 56%;
    width: 15px;
    height: 15px;
    z-index: 16;
    /* border: 1px solid #000000; */
    display: none;
}

#indicator-firstBirdCapturedNo {
    position: absolute;
    top: 35%;
    left: 56%;
    width: 15px;
    height: 15px;
    z-index: 16;
    /* border: 1px solid #000000; */
    display: block;
}

#label-secondBirdCaptured {
    position: absolute;
    top: 48%;
    left: 2%;
    width: 50%;
    height: 15px;
    z-index: 16;
    /* border: 2px solid #1ab9e9; */
    display: block;
}

#indicator-secondBirdCapturedYes {
    position: absolute;
    top: 48%;
    left: 56%;
    width: 15px;
    height: 15px;
    z-index: 16;
    /* border: 1px solid #000000; */
    display: none;
}

#indicator-secondBirdCapturedNo {
    position: absolute;
    top: 48%;
    left: 56%;
    width: 15px;
    height: 15px;
    z-index: 16;
    /* border: 1px solid #000000; */
    display: block;
}

#label-badgeAwardValue {
    position: absolute;
    top: 65%;
    left: 2%;
    width: auto;
    height: auto;
    z-index: 5;
    padding-left: 2px;
}

#input-badgeAwardValue {
    position: absolute;
    top: 65%;
    left: 45%;
    width: 13%;
    height: auto;
    z-index: 5;
    padding-left: 5px;
    border-radius: 5px;
}

#label-successFailPercentage {
    position: absolute;
    top: 80%;
    left: 2%;
    width: auto;
    height: auto;
    z-index: 5;
    padding-left: 2px;
}

#input-successFailPercentage {
    position: absolute;
    top: 80%;
    left: 45%;
    width: 13%;
    height: auto;
    z-index: 5;
    padding-left: 5px;
    border-radius: 5px;
}

#window-ambience {
    position: absolute;
    top: 38%;
    left: .7%;
    width: 48%;
    height: 10%;
    z-index: 5;
    background-color: #ffffff50;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    display: block;
    /* text-align: center; */
    font-family: "Roboto", "sans-serif";
    /* line-height: 10px; */
    /* padding-left: 10px; */
}

#label-ambience {
    position: absolute;
    top: 5%;
    left: .7%;
    width: 90%;
    height: auto;
    z-index: 5;
    background-color: #00000000;
    /* padding: 5px; */
    /* border: 1px solid #000000; */
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    font-size: 11px;
    padding-left: 2px;
    padding-top: 2px;
    /* padding-right: 5px; */
}

#button-selectAmbienceSoundSourceFile {
    position: absolute;
    top: 40%;
    left: .7%;
    width: 98%;
    height: auto;
    z-index: 5;
    background-color: #ffffff50;
    border-radius: 5px;
    /* padding: 5px; */
    border: 1px solid #000000;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 10px; */
}

#window-successAnimation {
    position: absolute;
    top: 38%;
    left: 50%;
    width: 48%;
    height: 10%;
    z-index: 5;
    background-color: #ffffff50;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    display: block;
    /* text-align: center; */
    font-family: "Roboto", "sans-serif";
    /* line-height: 10px; */
    /* padding-left: 10px; */
}

#label-successAnimation {
    position: absolute;
    top: 5%;
    left: .7%;
    width: 90%;
    height: auto;
    z-index: 5;
    background-color: #00000000;
    /* padding: 5px; */
    /* border: 1px solid #000000; */
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    font-size: 11px;
    padding-left: 2px;
    padding-top: 2px;
    /* padding-right: 5px; */
}

#button-selectSuccessAnimationFile {
    position: absolute;
    top: 40%;
    left: .7%;
    width: 98%;
    height: auto;
    z-index: 5;
    background-color: #ffffff50;
    border-radius: 5px;
    /* padding: 5px; */
    border: 1px solid #000000;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 10px; */
}

#window-successAudioFile {
    position: absolute;
    top: 50%;
    left: .7%;
    width: 48%;
    height: 10%;
    z-index: 5;
    background-color: #ffffff50;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    display: block;
    /* text-align: center; */
    font-family: "Roboto", "sans-serif";
    /* line-height: 10px; */
    /* padding-left: 10px; */
}

#label-successAudioFile {
    position: absolute;
    top: 5%;
    left: .7%;
    width: 90%;
    height: auto;
    z-index: 5;
    background-color: #00000000;
    /* padding: 5px; */
    /* border: 1px solid #000000; */
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    font-size: 11px;
    padding-left: 2px;
    padding-top: 2px;
    /* padding-right: 5px; */
}

#button-selectSuccessAudioFile {
    position: absolute;
    top: 40%;
    left: .7%;
    width: 98%;
    height: auto;
    z-index: 5;
    background-color: #ffffff50;
    border-radius: 5px;
    /* padding: 5px; */
    border: 1px solid #000000;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 10px; */
}

#window-failureAudioFile {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48%;
    height: 10%;
    z-index: 5;
    background-color: #ffffff50;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    display: block;
    /* text-align: center; */
    font-family: "Roboto", "sans-serif";
    /* line-height: 10px; */
    /* padding-left: 10px; */
}

#label-failureAudioFile {
    position: absolute;
    top: 5%;
    left: .7%;
    width: 90%;
    height: auto;
    z-index: 5;
    background-color: #00000000;
    /* padding: 5px; */
    /* border: 1px solid #000000; */
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    font-size: 11px;
    padding-left: 2px;
    padding-top: 2px;
    /* padding-right: 5px; */
}

#button-selectFailureAudioFile {
    position: absolute;
    top: 40%;
    left: .7%;
    width: 98%;
    height: auto;
    z-index: 5;
    background-color: #ffffff50;
    border-radius: 5px;
    /* padding: 5px; */
    border: 1px solid #000000;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 10px; */
}

#button-export {
    position: absolute;
    top: 90%;
    left: .7%;
    width: auto;
    height: auto;
    z-index: 5;
    background-color: #fff;
    /* padding: 5px; */
    border: 1px solid #000000;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 10px; */
}


/* *****************************
END GAME ENVIRONMENTAL DATA 
***************************** */


/* **********************
START INPUT PANORAMAID
********************** */

#window-panoramaID {
    position: absolute;
    top: 47%;
    left: 25%;
    width: 23%;
    height: 33%;
    z-index: 5;
    background-color: #ffffff50;
    /* padding: 5px; */
    border: 2px solid #000000;
    border-radius: 25px;
    display: block;
    /* text-align: center; */
    font-family: "Roboto", "sans-serif";
    line-height: 10px;
    padding-left: 10px;
}

#label-panoramaID {
    position: absolute;
    top: 12%;
    left: .7%;
    width: 45%;
    height: auto;
    z-index: 5;
    background-color: #ffffff00;
    /* padding: 5px; */
    /* border: 1px solid #000000; */
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    line-height: 20px;
    padding-left: 2px;
    /* padding-right: 5px; */
}

#input-panoramaID {
    position: absolute;
    top: 12%;
    left: 30%;
    width: 60%;
    height: auto;
    z-index: 5;
    background-color: #ffffff50;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    padding-left: 5px;
}

#window-panoramaPreview {
    position: absolute;
    top: 25%;
    left: 2%;
    width: 70%;
    height: 70%;
    z-index: 5;
    background-color: #ffffff50;
    /* padding: 5px; */
    border: 2px solid #000000;
    border-radius: 25px;
    display: block;
    /* text-align: center; */
    font-family: "Roboto", "sans-serif";
    line-height: 10px;
    padding-left: 10px;
}

#button-setKnownPanoramaID {
    position: absolute;
    top: 30%;
    left: 77%;
    width: 20%;
    height: auto;
    z-index: 5;
    background-color: #fff;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 10px; */
}


/* ********************
END INPUT PANORAMAID
******************** */


/* ***************************
START LEFT BUTTON WINDOW
*************************** */

#window-buttons {
    position: absolute;
    top: 84%;
    left: 0%;
    z-index: 2;
    float: left;
    height: 85%;
    width: 16%;
    border: 1px solid #000000;
}

#button-calibrate {
    position: absolute;
    top: 3%;
    left: 2%;
    width: auto;
    height: auto;
    z-index: 5;
    background-color: #008cff48;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* font-weight: 700; */
    /* line-height: 30px; */
    padding: 10px;
}

#button-deletePrize {
    position: absolute;
    top: 13%;
    left: 2%;
    width: auto;
    height: auto;
    z-index: 5;
    background-color: #fff;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 10px; */
}

#button-deleteSound {
    position: absolute;
    top: 16%;
    left: 2%;
    width: auto;
    height: auto;
    z-index: 5;
    background-color: #fff;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 10px; */
}

#button-deleteSpecial {
    position: absolute;
    top: 19%;
    left: 2%;
    width: auto;
    height: auto;
    z-index: 5;
    background-color: #fff;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 10px; */
}

#button-syncAllMarkersToArray {
    position: absolute;
    top: 22%;
    left: 2%;
    width: auto;
    height: auto;
    z-index: 5;
    background-color: #fff;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 10px; */
}


/* ********************************
START ADD SPECIAL MARKERS TO MAP
******************************** */

#button-addSpecialMarker {
    position: absolute;
    top: 80%;
    left: .7%;
    width: auto;
    height: auto;
    z-index: 5;
    background-color: #fff;
    /* padding: 5px; */
    border: 1px solid #000000;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 10px; */
}

#window-addSpecialMarker {
    position: absolute;
    top: 27%;
    left: .7%;
    width: 90%;
    height: 50%;
    z-index: 10;
    background-color: #fff;
    padding: 5px;
    border: 2px solid #ff0000;
    border-radius: 25px;
    display: none;
    /* text-align: center; */
    font-family: "Roboto", "sans-serif";
    /* font-weight: bold; */
    line-height: 20px;
    padding-left: 10px;
}

#dropdown-specialMarker {
    position: absolute;
    top: 90%;
    left: 5%;
    width: 90%;
    height: auto;
    z-index: 5;
    background-color: #fff;
    display: block;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 10px; */
}


/* ******************************
END ADD SPECIAL MARKERS TO MAP 
****************************** */


/* *****************************
START ADD BIRD MARKERS TO MAP
***************************** */

#button-addBird {
    position: absolute;
    top: 80%;
    left: 60%;
    width: auto;
    height: auto;
    z-index: 5;
    background-color: #fff;
    /* padding: 5px; */
    border: 1px solid #000000;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 10px; */
    display: block;
}

#window-addBird {
    position: absolute;
    top: 27%;
    left: .7%;
    width: 90%;
    height: 50%;
    z-index: 10;
    background-color: #fff;
    padding: 5px;
    border: 2px solid #FF0000;
    border-radius: 25px;
    display: none;
    /* text-align: center; */
    font-family: "Roboto", "sans-serif";
    /* font-weight: bold; */
    line-height: 15px;
    padding-left: 10px;
}

#label-selectBirdImage {
    position: absolute;
    top: 35%;
    left: 2%;
    width: 50%;
    height: auto;
    z-index: 5;
    background-color: #fff;
    /* padding: 5px; */
    /* border: 1px solid #000000; */
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    padding-left: 2px;
    /* padding-right: 5px; */
}

#button-selectBirdImage {
    position: absolute;
    top: 42%;
    left: 2%;
    width: 95%;
    height: auto;
    z-index: 5;
    background-color: #fff;
    border-radius: 5px;
    /* padding: 5px; */
    border: 1px solid #000000;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 10px; */
}

#label-birdAltitude {
    position: absolute;
    top: 55%;
    left: 2%;
    width: 50%;
    height: auto;
    z-index: 5;
    background-color: #fff;
    /* padding: 5px; */
    /* border: 1px solid #000000; */
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    padding-left: 2px;
    /* padding-right: 5px; */
}

#input-birdAltitude {
    position: absolute;
    top: 55%;
    left: 54%;
    width: 25%;
    height: auto;
    z-index: 5;
    background-color: #fff;
    border-radius: 5px;
    /* padding: 5px; */
    border: 1px solid #000000;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    padding-left: 5px;
}

#label-birdCageDiameter {
    position: absolute;
    top: 62%;
    left: 2%;
    width: 50%;
    height: auto;
    z-index: 5;
    background-color: #fff;
    /* padding: 5px; */
    /* border: 1px solid #000000; */
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    padding-left: 2px;
    /* padding-right: 5px; */
}

#input-birdCageDiameter {
    position: absolute;
    top: 62%;
    left: 54%;
    width: 25%;
    height: auto;
    z-index: 5;
    background-color: #fff;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    padding-left: 5px;
}

#label-birdVisibleRange {
    position: absolute;
    top: 69%;
    left: 2%;
    width: 50%;
    height: auto;
    z-index: 5;
    background-color: #fff;
    /* padding: 5px; */
    /* border: 1px solid #000000; */
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    padding-left: 2px;
    /* padding-right: 5px; */
}

#input-birdVisibleRange {
    position: absolute;
    top: 69%;
    left: 54%;
    width: 25%;
    height: auto;
    z-index: 5;
    background-color: #fff;
    /* padding: 5px; */
    border: 1px solid #000000;
    border-radius: 5px;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    padding-left: 5px;
}

#window-captureBirdButtons {
    position: absolute;
    top: 80%;
    left: 2%;
    width: 90%;
    height: auto;
    z-index: 10;
    background-color: #fff;
    padding: 5px;
    border: 2px solid #000000;
    display: block;
    /* text-align: center; */
    font-family: "Roboto", "sans-serif";
    /* font-weight: bold; */
    line-height: 15px;
    /* padding-left: 10px; */
}


/* ***************************
END ADD BIRD MARKERS TO MAP
*************************** */


/* *********************************
START CAPTURE GAME ENTRY POSITION
********************************* */

#button-captureGameEntryPoint {
    position: absolute;
    top: 30%;
    left: .7%;
    width: 95%;
    height: auto;
    z-index: 5;
    background-color: #fff;
    /* padding: 5px; */
    border: 1px solid #000000;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 10px; */
    display: none;
}


/* *******************************
END CAPTURE GAME ENTRY POSITION
******************************* */


/* ********************************
START CAPTURE PLAY AREA SETTINGS
******************************** */

#window-playArea {
    position: absolute;
    top: 30%;
    left: .7%;
    width: 90%;
    height: 13%;
    z-index: 5;
    background-color: #008cff48;
    /* padding: 5px; */
    border: 2px solid #008cff;
    display: none;
    /* text-align: center; */
    font-family: "Roboto", "sans-serif";
    line-height: 10px;
    /* padding-left: 10px; */
}

#button-capturePlayAreaCenter {
    position: absolute;
    top: 2%;
    left: .7%;
    width: auto;
    height: auto;
    z-index: 5;
    background-color: #fff;
    /* padding: 5px; */
    border: 1px solid #000000;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 10px; */
    display: none;
}

#label-playAreaRadius {
    position: absolute;
    top: 30%;
    left: .7%;
    width: auto;
    height: auto;
    z-index: 5;
    background-color: #fff;
    /* padding: 5px; */
    border: 1px solid #000000;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 2px; */
    /* padding-right: 5px; */
    padding: 5px;
    display: none;
}

#input-playAreaRadius {
    position: absolute;
    top: 30%;
    left: 55%;
    width: auto;
    height: auto;
    z-index: 5;
    background-color: #fff;
    /* padding: 5px; */
    border: 1px solid #000000;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    padding-left: 5px;
    display: none;
}

#button-drawPlayAreaCircle {
    position: absolute;
    top: 58%;
    left: .7%;
    width: 48%;
    height: auto;
    z-index: 5;
    background-color: #fff;
    /* padding: 5px; */
    border: 1px solid #000000;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 10px; */
    display: none;
}

#button-clearPlayAreaCircle {
    position: absolute;
    top: 58%;
    left: 50%;
    width: 48%;
    height: auto;
    z-index: 5;
    background-color: #fff;
    /* padding: 5px; */
    border: 1px solid #000000;
    /* text-align: center; */
    /* font-family: "Roboto", "sans-serif"; */
    /* line-height: 30px; */
    /* padding-left: 10px; */
    display: none;
}


/* ******************************
END CAPTURE PLAY AREA SETTINGS
****************************** */


/* ***************************
END LEFT BUTTON WINDOW
*************************** */


/* 
#window-prizeMarkerAdjustment {
    position: absolute;
    top: 25%;
    left: .7%;
    width: 23%;
    height: 40%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 2px solid #FF0000;
    display: none;
    /* text-align: center; */


/* font-family: "Roboto", "sans-serif"; */


/* font-weight: bold; */


/* line-height: 20px; */


/* padding-left: 10px; */


/* } */


/* The following entries that begin with "i" are for the various pieces that are inside the pop up windows for marker properties. */


/* 
#iText1 {
    position: absolute;
    top: 15%;
    left: 5%;
    font-weight: bold;
}

#iText2 {
    position: absolute;
    top: 15%;
    left: 55%;
    font-weight: bold;
}

#iIndex {
    position: absolute;
    top: 10%;
    left: 5%;
}

#i0 {
    position: absolute;
    top: 20%;
    left: 5%;
}

#i1 {
    position: absolute;
    top: 30%;
    left: 5%;
}

#i2 {
    position: absolute;
    top: 40%;
    left: 5%;
}

#i4a {
    position: absolute;
    top: 50%;
    left: 5%;
}

#i4b {
    position: absolute;
    top: 50%;
    left: 55%;
} */