body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background-color: white;
}
select {
    border-width: 1px;
    border-color: rgb(181, 180, 180);
    color: grey;
    background-color: #ffffff;
    font-size: 14px;
}
input[type="color"] {
    width: 50px;
    height: 24px;
    background-color: #f0f0f0;
    border-width: 1px;
    border-color: rgb(181, 180, 180);
    padding: 0px;
}
input[type="number"] {
    width: 43px;
    height: 16px;
    background-color: white;
    border-width: 1px;
    border-color: rgb(181, 180, 180);
    padding: 2px;
    color: grey;
    font-size: 14px;
    font-weight: bold;
}
textarea {
    font-size: 11px;
    resize: none;
}
input[type="text"] {
    font-size: 11px;
    resize: none;
}
/* *-------- --------------------------------------*/
/* *--------        Windows/Containers    ---------*/
/* *-------- --------------------------------------*/
.panel {
    background-color: #ffffff;
    border-style: solid;
    border-color: #a0a0a0;
    border-width: 1px 0px 0px 1px;
}
.wn-draggable-main {
    background-color: #ffffff;
    border-radius: 4px;
    border-style: solid;
    border: 2px 1px 1px 1px;
    border-color: #c0c0c0;
    -webkit-box-shadow: 3px 4px 3px 0px #000000;
    box-shadow: 3px 4px 3px 0px #000000;
}
.wn-titlebar {
    background-color: #00a6dc;
    font-size: 16px;
    text-align: center;
    color: white;
}
.stack-pane {
    background-color: #c0c0c0a0;
    border-style: solid;
    border-color: #c0c0c0;
}
.stack-pane-title {
    color: black;
    font-size: 14px;
}
.stack-pane-chgbutton {
    color: black;
    border: none;
    background-color: #c0c0c0;
}
.stack-pane-chgbutton:hover {
    transition: 0.1s;
    transform: scale(1.2);
}
.handle-editor {
    background-color: #00a6dc;
    border: black;
    border-width: 0.5px;
}
.map-container {
    border-style: solid;
    border: 1px 0px 0px 1px;
    border-color: #c0c0c0;
}
.tag {
    border-style: solid;
    border-color: black;
    border-radius: 3px;
    border-width: 1px;
    background-color: white;
}
/* *-------- --------------------------------------*/
/* *--------                 BUTTONS             --*/
/* *-------- --------------------------------------*/
.iconbutton {
    background-color: #00000000;
    background-repeat: no-repeat;
    background-size: contain;
    border-width: 0px;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    color: black;
    transition: 0.25s;
}
.iconbutton:hover {
    transform: scale(1.25);
}
.iconbutton:active {
    transform: translateY(3px);
}
/* *-----faded icon button ------------------*/
.iconbutton-fade {
    background-color: #00000000;
    background-repeat: no-repeat;
    background-size: contain;
    border-width: 0px;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    color: black;
    transition: 0.25s;
    opacity: 0.15;
}
.iconbutton-fade:hover {
    opacity: 1;
    transform: scale(1.25);
}
.iconbutton-fade:active {
    opacity: 1;
    transform: translateY(3px);
}
/* *-------- --------------------------------------*/
.closebutton {
    background-color: #ffffff40;
    background-repeat: no-repeat;
    background-size: contain;
    border-width: 0px;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    color: black;
    transition: 0.25s;
}
.closebutton:hover {
    transform: scale(1.25);
}
.closebutton:active {
    transform: translateY(3px);
}
/* *-------- -------------------------------------*/
.sidemenu {
    background-color: #00000000;
    border-width: 0px;
    outline: none;
    font-size: 13px;
    font-weight: bold;
    color: grey;
    transition: 0.25s;
    text-align: left;
}
.sidemenu:hover {
    transform: scale(1.1);
}
.sidemenu:active {
    transform: translateY(3px);
}
.sidemenu-selected {
    background-color: #00000000;
    border-width: 0px;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    color: black;
    transition: 0.25s;
    text-align: left;
}
.sidemenu-selected:hover {
    transform: scale(1.1);
}
.sidemenu-selected:active {
    transform: translateY(3px);
}
/* *-------- -------------------------------------*/
.control-button {
    background-color: #f0f0f0;
    border-radius: 6px;
    transition-duration: 0.25s;
    color: rgb(88, 88, 88);
    font-size: 13px;
    border-width: 2px;
}
.control-button:hover {
    color: black;
    background-color: #b0d89f;
    font-weight: bold;
}
.control-button:active {
    transform: translateY(3px);
}
/* *-------- -------------------------------------*/
.image-toggle {
    border-style: none;
    width: 34px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.image-toggle:hover {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #999fa8;
}
.all-toggle {
    background-color: white;
    color: #808080;
    border-style: solid;
    border-radius: 6px;
    border-width: 1px;
    border-color: "#b0b0b0";
    font-size: 12px;
}
.all-toggle:hover {
    font-weight: bold;
    background-color: #b0d89f;
    color: black;
}
.all-toggle:active {
    transform: translateY(2px);
}
.tinytoggle {
    background-color: #00000000;
    border-width: 0px;
    outline: none;
    font-size: 12px;
    font-weight: bold;
    color: #1faa92;
    transition: 0.25s;
    text-align: right;
}
.tinytoggle:hover {
    color: #f4793b;
}
.tinytoggle:active {
    transform: translateY(3px);
}
.monthwidget {
    background-color: #f0f0f0;
    border-width: 0.5px;
    border-style: solid;
    border-color: black;
    border-radius: 3px;
}
.checktoggle {
    background-color: white;
    background-size: cover;
    border-width: 1px;
    border-color: #999fa8;
}
.deletebutton {
    background-color: white;
    font-size: 10px;
    color: #006eb0;
    border: none;
}
.deletebutton:hover {
    text-decoration: underline;
    font-weight: bold;
}
.deletebutton:active {
    color: red;
}
/* *-------- -------------------------------------*/
.handle-edit {
    background-color: white;
    border: none;
    color: #999fa8;
    font-size: 18px;
    font-weight: bold;
}
/* *-------- --------------------------------------*/
/* *--------                MENU     -------------*/
/* *-------- --------------------------------------*/
.menu-item {
    background-color: #ffffff90;
    color: #202020;
    cursor: pointer;
    font-size: 12px;
    border-width: 1px;
    border-color: #808080;
    text-align: left;
    padding: 1px;
    z-index: 50;
}
.menu-item:hover {
    background-color: #b0d89f;
    color: black;
}
.menu-item:active {
    transform: translateX(2px);
}
.menu-header {
    background-color: #ffffff90;
    color: #999fa8;
    font-size: 16px;
    font-weight: bold;
    border: none;
}
/* *-------- ---------------------------------------*/
/* *--------        DRAGGING             ----------*/
/* *-------- --------------------------------------*/

/* *-------- --------------------------------------*/
/* *--------            SVG            ----------------*/
/* *-------- --------------------------------------*/
.fir-svg {
    stroke: none;
    fill: #00000000;
}
.fir-svg:hover {
    stroke: #00000080;
}
.unit-svg {
    stroke: none;
    fill: #00000000;
}
.unit-svg:hover {
    stroke: #ff0000;
    stroke-dasharray: 3;
    stroke-width: 3px;
    fill: #ffffff20;
}

/* *-------- --------------------------------------*/
/* *--------       Labels/text     ----------------*/
/* *-------- --------------------------------------*/
.lbl-tooltip {
    background-color: white;
    color: #999fa8;
    font-size: 16px;
    font-weight: bold;
    border-style: solid;
    border-width: 0.5px;
    border-color: #999fa8;
    padding: 3px;
}
.giant-grey {
    font-size: 64px;
    font-weight: bold;
    color: #999fa8;
}
.large-grey {
    font-size: 14px;
    font-weight: bold;
    color: #999fa8;
}
.small-grey {
    font-size: 12px;
    color: #999fa8;
}
.tiny-grey {
    font-size: 10px;
    color: #999fa8;
}
.lbl-unit {
    font-size: 32px;
    font-weight: bold;
    color: #999fa8;
}
.obj-label {
    font-size: 13px;
    color: #474d56;
}
.obj-label2 {
    font-size: 14px;
    color: #232323;
    font-weight: bold;
}
.map-titles {
    font-size: 14px;
    font-weight: bold;
    color: #999fa8;
    text-align: center;
}
.month-year {
    font-size: 18px;
    font-weight: bold;
    color: #00529c;
}
.big-number {
    color: black;
    font-size: 20px;
    font-weight: bold;
}
.med-number {
    color: black;
    font-size: 16px;
    font-weight: bold;
}
.small-number {
    color: black;
    font-size: 12px;
    font-weight: bold;
}
.tag-label {
    font-size: 10px;
    color: #474d56;
    padding: 2px;
}
/* *-------- --------------------------------------*/
/* *--------      User Messages    ----------------*/
/* *-------- --------------------------------------*/
.user-message {
    font-size: 32px;
    color: #006eb0;
    background-color: white;
}
.error-message {
    font-size: 32px;
    color: #ed1c24;
    background-color: white;
}
/* *-------- --------------------------------------*/
/* *--------        Sysmon          ----------------*/
/* *-------- --------------------------------------*/
.disable-button {
    background-color: #b00000;
    border-radius: 8px;
    border: none;
    transition-duration: 0.25s;
}
.disable-button:hover {
    background-color: #f00000;
}
.disable-button:active {
    background-color: lightblue;
    color: #b9f5fc;
}
.sysmsg {
    color: rgb(0, 0, 0);
    font-size: 10px;
}

/* NAV COLORS
const NLIGHTBLUE = "#00a6dc"
const NLIGHTBLUE2 = "#64c3e8"
const NLIGHTBLUE3 = "#b1ddf2"
const NMEDIUMBLUE = "#006eb0"
const NMEDIUMBLUE2 = "#6798ca"
const NMEDIUMBLUE3 = "#abc2e1"
const NDARKBLUE = "#00529c"
const NDARKBLUE2 = "#6781ba"
const NDARKBLUE3 = "#a8b4d8"
const NLIGHTGREY = "#999fa8"
const NLIGHTGREY2 = "#bdc1c9"
const NLIGHTGREY3 = "#dadce1"
const NDARKGREY = "#474d56"
const NDARKGREY2 = "#888d97"
const NDARKGREY3 = "#bdc1c9"
const NTEAL = "#1faa92"
const NTEAL2 = "#86c6b7"
const NTEAL3 = "#bfdfd7"
const NGREEN = "#7bc466"
const NGREEN2 = "#b0d89f"
const NGREEN3 = "#d5eacc"
const NYELLOW = "#fcb334"
const NYELLOW2 = "#ffd086"
const NYELLOW3 = "#ffe5be"
const NORANGE = "#f4793b"
const NORANGE2 = "#f9ab7f"
const NORANGE3 = "#fdd2b8"
const NRED = "#ed1c24"
const NRED2 = "#f58466"
const NRED3 = "#fbbea7"
const NPINK = "#d6186e"
const NPINK2 = "#e382a7"
const NPINK3 = "#eebcc8"
const NPURPLE = "#715da3"
const NPURPLE2 = "#9e8fc0"
const NPURPLE3 = "#c7bfdc"
*/
