body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}
select {
    border-width: 1px;
    border-color: rgb(181, 180, 180);
    color: black;
    background-color: #ffffff;
    font-size: 11px;
}
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: #ffffff;
    border-width: 1px;
    border-color: rgb(181, 180, 180);
    padding: 0px;
    color: grey;
    font-size: 12px;
    font-weight: bold;
    padding-left: 3px;
}
textarea {
    font-size: 11px;
    resize: none;
}
input[type="text"] {
    font-size: 11px;
    resize: none;
}
/* *-------- --------------------------------------*/
/* *--------        Windows/Containers    ---------*/
/* *-------- --------------------------------------*/
.side-panel {
    background-color: #f0f0f0;
    border-style: inset;
    border-color: #a0a0a0;
    border-width: 0px 1px 0px 0px;
}
.top-panel {
    background-color: white;
    border-style: solid;
    border-color: black;
    border-width: 0px 0px 1px 0px;
}
.side-pane {
    border-style: solid;
    border-color: #a0a0a0;
    border-width: 1px 0px 1px 0px;
}
.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: #ffffff40;
    border-style: solid;
    border-color: #a0a0a0;
    border-width: 0px 0px 1px 0px;
}
.stack-pane-title {
    color: black;
    font-size: 12px;
}
.stack-pane-chgbutton {
    color: black;
    border: none;
    background-color: #e0e0e0;
}
.stack-pane-chgbutton:hover {
    transition: 0.1s;
    transform: scale(1.5);
}
.widget {
    background-color: white;
    border-color: #00529c;
    border-style: solid;
    border-width: 0px 1px 0px 1px;
}
.blocker-container {
    background-color: #000000d0;
}
.mini-pane {
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #202020;
}

/* *-------- --------------------------------------*/
/* *--------                 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);
}
/* *-------- --------------------------------------*/
.closebutton {
    background-color: #b1ddf2;
    background-repeat: no-repeat;
    background-size: contain;
    border-width: 0px;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    color: white;
    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: #ffffff;
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 1px 0px #00000080;
    box-shadow: 2px 2px 1px 0px #00000080;

    color: rgb(88, 88, 88);
    font-size: 13px;
    border-width: 1px;
}
.control-button:hover {
    color: black;
    background-color: #9fcdf3;
    font-weight: bold;
    border-width: 2px;
}
.control-button:active {
    transform: translateY(3px);
}
/* *-------- -------------------------------------*/
.text-button {
    background-color: white;
    color: #006eb0;
    font-size: 12px;
    border: none;
    cursor: pointer;
}
.text-button:hover {
    font-weight: bold;
}
.text-button:active {
    transform: translateY(3px);
}
/* *-------- -------------------------------------*/
.text-toggle-on {
    background-color: #7bc466;
    border-radius: 6px;
    transition-duration: 0.25s;
    color: #ffffff;
    border-color: #7bc466;
    font-size: 9px;
    border-width: 2px;
    font-weight: bold;
    padding: 0px;
}
.text-toggle-on:hover {
    font-size: 11px;
}
.text-toggle-off {
    background-color: #b0b0b0;
    border-radius: 6px;
    transition-duration: 0.25s;
    color: #474d56;
    border-color: #474d56;
    font-size: 9px;
    border-width: 2px;
    padding: 0px;
}
.text-toggle-off:hover {
    font-size: 11px;
}
/* *-------- --------------------------------------*/
/* *--------                MENU     -------------*/
/* *-------- --------------------------------------*/

/* *-------- ---------------------------------------*/
/* *--------        DRAGGING             ----------*/
/* *-------- --------------------------------------*/

/* *-------- --------------------------------------*/
/* *--------            SVG            ----------------*/
/* *-------- --------------------------------------*/

/* *-------- --------------------------------------*/
/* *--------       Labels/text     ----------------*/
/* *-------- --------------------------------------*/
.wn-title {
    font-size: 20px;
    background-color: #00529c;
    color: white;
    font-weight: bold;
}
.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;
}
.obj-label {
    font-size: 13px;
    color: #474d56;
}
.obj-label2 {
    font-size: 14px;
    color: #232323;
    font-weight: bold;
}
.big-number {
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.user-number {
    color: #006eb0;
    font-size: 15px;
    font-weight: bold;
}
.second-number {
    color: #00529c;
    font-size: 15px;
    font-weight: bold;
}

.wd-title {
    background-color: #00529c;
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.wd-label {
    font-size: 11px;
    color: #232323;
    font-weight: bold;
}
.wd-number {
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: black;
}
.chk-label {
    font-size: 11px;
    color: #474d56;
}
.graph-label {
    font-size: 13px;
    font-weight: bold;
}
/* *-------- --------------------------------------*/
/* *--------      User Messages    ----------------*/
/* *-------- --------------------------------------*/
.user-message {
    font-size: 32px;
    color: #006eb0;
    background-color: #ffffff80;
}
.error-message {
    font-size: 32px;
    color: #ed1c24;
    background-color: white;
}
.quick-error {
    background-color: yellow;
    font-size: 16px;
    font-weight: bold;
    color: red;
}
/* *-------- --------------------------------------*/
/* *--------                MENU     -------------*/
/* *-------- --------------------------------------*/
.menu-item {
    background-color: #ffffff;
    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: #9fcdf3;
    color: black;
}
.menu-item:active {
    transform: translateX(2px);
}
/* *-------- --------------------------------------*/
/* *--------        OTHER           ----------------*/
/* *-------- --------------------------------------*/
/*Selection List */
.sel-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sel-list li {
    cursor: pointer;
    font-size: 12px;
    border: 2px solid #ffffff;
    margin-top: -2px; /* Prevent double borders */
    background-color: #999fa880;
    padding: 2px;
    text-decoration: none;
    color: black;
    display: block;
}
.sel-list li:hover {
    background-color: #1faa92;
    color: white;
}
.sel-list li:active {
    transform: translateY(2px);
}
/* --------        System Monitor           ----------------*/

.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;
}
