body {
    background: #FFFFFF;
    font-family: 'Calibri', 'Arial', sans-serif; 
    font-size: 16px;
}
.menu-button {
    font-size: 20px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: black;
    background-color: #b0d89f;
    color: #008000;
    padding: 0px;
    margin: 0px;
}
.menu-button:hover {
    border-width: 0px 0px 5px 0px;
    border-color: #f4793b;
}
.menu-button:active {
    transform: translateY(2px);
}
.page-title {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

.command-button {
    background-color: #f4793b;
    color: white;
    width: 120px;
    height: 40px;
    font-size: 16px;
}
.command-button:hover {
    background-color: #fdd2b8;
    color: black;
    font-weight: bold;
}
.command-button:active {
    transform: translateY(3px);
}

/* LOADING ITEMS          */
#LoadingDiv{
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
}
#LoadingLabel{
    color: #808080;
    position: absolute;
    top: 15%;
    width: 100%;
    font-size: 120px;
    font-size: 30vw;
    font-weight: bold;
    text-align: center;
    
}
#LoadingMessage{
    color: #808080;
    position: absolute;
    top: 2%;
    left: 5%;
    font-size: 24px;
    font-size: 1.8vw;
    font-weight: bold; 
}


/* -----------------------------------
            Geo (Maps) Page
---------------------------------------*/
#pnlNav {
    background-color: #232428;
    border-radius: 14px 14px 0px 0px;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #999fa8;
}
.navbutton {
    background-color: #10101000;
    background-repeat: no-repeat;
    background-size: contain;
    outline: none;
    border-style: none;
    border-radius: 8px;
    border-color: #bdc1c9;
}
.navbutton:hover {
    transform: scale(1.3);
    transition: 0.2s;
}
.navbutton:active {
    transform: translateY(3px);
}

.sel-box-dark{
    background-color: black;
    color: white;
    font-weight: bold;
    font-size: 16px;
    font-size: 0.8vw;
}
.dark-button{
    background-color: #10101000;
    color: #808080;
    border-style: solid;
    border-radius: 6px;
    border-width: 1px;
    border-color: '#404040';
    font-size: 18px;
}
.dark-button:hover{
    background-color: #404040;
}
.dark-button:active{
    transform: translateY(3px);
}
.dark-button-on{
    background-color: #10101000;
    color: #FFFFFF;
    border-style: solid;
    border-radius: 6px;
    border-width: 1px;
    border-color: '#404040';
    font-size: 20px;
    font-weight: bold;
}
.dark-button-on:hover{
    background-color: #404040;
}
.dark-button-on:active{
    transform: translateY(3px);
}
/* -----------------------------------
            boundary Page
---------------------------------------*/
.rdo-button{
    width: 18px;
    height: 18px;
}
.cancel-button{
    font-size: 26;
    font-weight: bold;
    background-color: red;
    color: white;
}
.cancel-button:hover{
    font-size: 26;
    font-weight: bold;
    background-color: darkred;
}
.cancel-button:active {
    transform: translateY(3px);
}