body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
}
.action-button {
    background-color: #00000000;
    border-radius: 8px;
    color: rgb(240, 240, 116);
    border-width: 2px;
    border-color: #474d56;
}
.action-button:hover {
    font-weight: bold;
    box-shadow: 7px 6px 8px #606060;
}
.action-button:active {
    transform: translateY(3px);
}
.spin-button {
    background-color: #474d56;
    color: white;
}
.spin-button:hover {
    background-color: #fdd2b8;
    color: black;
    font-weight: bold;
}
.spin-button:active {
    transform: translateY(3px);
}
.toggleon {
    background-color: #025a18;
    border-radius: 8px;
    color: rgb(165, 252, 201);
    font-weight: bold;
}
.toggleon:hover {
    font-weight: bold;
}
.toggleon:active {
    transform: translateY(3px);
}
.toggleoff {
    background-color: darkgrey;
    border-radius: 8px;
    color: black;
    border-width: 0.5px;
    border-color: #474d56;
}
.toggleoff:hover {
    font-weight: bold;
}
.toggleoff:active {
    transform: translateY(3px);
}
#btnControlPanelSide {
    width: 20px;
    height: 50px;
    border-radius: 0px 6px 6px 0px;
    background-color: #00000000;
    border-color: white;
    color: white;
    font-size: 18px;
}
#btnControlPanelSide:hover {
    background-color: #ffffff;
    color: black;
}
/* -----------------------------------
           Stack Panes
---------------------------------------*/
.stack-pane {
    background-color: #232428;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #999fa8;
    color: #a0a0a0;
    font-size: 16px;
}
.statechg-button {
    border: none;
    padding: 0px;
    font-size: 16px;
    color: white;
    background-color: grey;
}
.statechg-button:hover {
    background-color: lightgrey;
}
.statechg-button:active {
    background-color: lightblue;
}
.acinfo {
    font-size: 14px;
}

/* -----------------------------------
            Geo (Maps) Page
---------------------------------------*/
#pnlNav {
    background-color: #232428;
    border-radius: 0px 0px 14px 14px;
    border-style: solid;
    border-width: 0px 1px 1px 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);
}
