body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}
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: #f0f0f0;
    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;
}
/* *-------- --------------------------------------*/
/* *--------                STANDARD ITEMS       --*/
/* *-------- --------------------------------------*/
.standard-button {
    background-color: #ffffff;
    border-radius: 6px;
    transition-duration: 0.25s;
    color: rgb(88, 88, 88);
    font-size: 13px;
    border-width: 2px;
}
.standard-button:hover {
    color: black;
    background-color: #86c6b7;
    font-weight: bold;
}
.standard-button:active {
    transform: translateY(3px);
}
.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);
}
.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);
}
.small-title {
    font-size: 13px;
    color: black;
    font-weight: bold;
}
.small-title {
    font-size: 15px;
    color: black;
    font-weight: bold;
}
.std-label {
    font-size: 13px;
    color: #474d56;
}
/* *-------- --------------------------------------*/
/* *--------        Windows/Containers    ---------*/
/* *-------- --------------------------------------*/

/* *-------- --------------------------------------*/
/* *--------                 BUTTONS             --*/
/* *-------- --------------------------------------*/
.action-button {
    background-color: #474d56;
    border-radius: 8px;
    font-size: 13px;
    color: rgb(240, 240, 116);
    border-width: 2px;
    border-color: grey;
}
.action-button:hover {
    font-weight: bold;
    box-shadow: 7px 6px 8px #606060;
}
.action-button:active {
    transform: translateY(3px);
}
/* 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"
*/
