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: black;
    background-color: #f0f0f0;
    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: #f0f0f0;
    border-width: 1px;
    border-color: rgb(181, 180, 180);
    padding: 2px;
    color: grey;
    font-size: 14px;
    font-weight: bold;
}
/* *-------- --------------------------------------*/
/* *--------        Windows/Containers    ---------*/
/* *-------- --------------------------------------*/
.top-panel {
    background-color: #f0f0f0;
    border-style: solid;
    border-color: #a0a0a0;
    border-width: 0px 1px 1px 1px;
}
.wn-draggable-main {
    background-color: #f0f0f0;
    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: #c0c0c0;
    font-size: 16px;
    text-align: center;
    color: #707070;
}
.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);
}

/* *-------- --------------------------------------*/
/* *--------                 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: #c0c0c0;
    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: #9fcdf3;
    font-weight: bold;
}
.control-button:active {
    transform: translateY(3px);
}

/* *-------- --------------------------------------*/
/* *--------                MENU     -------------*/
/* *-------- --------------------------------------*/

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

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

/* *-------- --------------------------------------*/
/* *--------       Labels/text     ----------------*/
/* *-------- --------------------------------------*/
.obj-label {
    font-size: 13px;
    color: #474d56;
}
.obj-label2 {
    font-size: 14px;
    color: #232323;
    font-weight: bold;
}
/* *-------- --------------------------------------*/
/* *--------        OTHER           ----------------*/
/* *-------- --------------------------------------*/
/* --------        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;
}
