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: #f0f0f0;
    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;
}
input[type="text"] {
    width: 60px;
    height: 32px;
    background-color: #e8e8e8;
    border-width: 1px;
    border-color: rgb(181, 180, 180);
    padding: 0px;
}
/* *-------- --------------------------------------*/
/* *--------        Windows/Containers    ---------*/
/* *-------- --------------------------------------*/
.top-panel {
    background-color: #f0f0f0;
    border-style: solid;
    border-color: black;
    border-width: 0px 1px 1px 1px;
}
.right-panel {
    background-color: #f0f0f0;
    border-style: solid;
    border-color: black;
}
.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);
}
.border-bottom {
    border-bottom: solid;
    border-color: #404040;
}
.highlight-pane {
    background-color: #a0a0a0;
}
/* *-------- --------------------------------------*/
/* *--------                 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);
}
/* *-------- --------------------------------------*/
.abbrevtoggle-off {
    background-color: #00000000;
    border-width: 0px;
    font-size: 12px;
    font-weight: bold;
    color: grey;
    transition: 0.25s;
}
.abbrevtoggle-off:hover {
    transform: scale(1.25);
}
.abbrevtoggle-off:active {
    transform: translateY(3px);
}
.abbrevtoggle-on {
    background-color: #00ff0005;
    border-width: 0px;
    font-size: 12px;
    font-weight: bold;
    color: rgb(1, 137, 60);
    transition: 0.25s;
}
.abbrevtoggle-on:hover {
    transform: scale(1.25);
}
.abbrevtoggle-on: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);
}
/* *-------- -------------------------------------*/
.highlightbutton-off {
    background: transparent;
    border-width: 0px;
}
.highlightbutton-off:hover {
    border-top-color: yellow;
    border-top-width: 2px;
}
.highlightbutton-off:active {
    transform: translateY(3px);
}
.highlightbutton-on {
    background: #00000010;
    border-width: 1px;
    border-color: darkgrey;
    border-top-color: green;
    border-top-width: 3px;
}
/* *-------- -------------------------------------*/
.togglercheckbox {
    width: 16px;
    height: 16px;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-size: contain;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    border-color: black;
}
.togglercheckbox:hover {
    border-width: 2px;
}
/* *-------- -------------------------------------*/
.clear-button {
    background-color: #f0f0f000;
    transition-duration: 0.25s;
    border: none;
}
.clear-button:hover {
    background-color: #00000020;
}
.clear-button:active {
    background-color: #00000040;
}
/* *-------- -------------------------------------*/

/* *-------- -------------------------------------*/

/* *-------- --------------------------------------*/
/* *--------                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: #9fcdf3;
    color: black;
}
.menu-item:active {
    transform: translateX(2px);
}
/* *-------- ---------------------------------------*/
/* *--------        DRAGGING             ----------*/
/* *-------- --------------------------------------*/

/* *-------- --------------------------------------*/
/* *--------            SVG            ----------------*/
/* *-------- --------------------------------------*/
.svgDisplayObject-design {
    stroke: #ffff00;
    stroke-dasharray: 6, 6;
    stroke-width: 6px;
    fill: #00000000;
    opacity: 0;
}
.svgDisplayObject-design:hover {
    opacity: 1;
}
.svgDisplayObject-design:active {
    fill: #ffffff80;
}
.svgDisplayObject-run {
    stroke: #ffff0080;
    stroke-dasharray: 6, 6;
    stroke-width: 4px;
    fill: #00000000;
    opacity: 0;
}
.svgDisplayObject-run:hover {
    opacity: 1;
}
.svgDisplayObject-run:active {
    fill: #ffffff80;
}
.svgLine {
    stroke: #ffff00;
    stroke-width: 4px;
    opacity: 0;
}
.svgLine:hover {
    opacity: 1;
}
.svg-datatag {
    stroke: #00000000;
    fill: #00000020;
    opacity: 0;
}
.svg-datatag:hover {
    opacity: 1;
}
.highlight {
    stroke: #ffff00;
    stroke-width: 6px;
    stroke-dasharray: 5, 1;
    fill: #00000000;
}
.dragHandle {
    stroke: yellow;
    fill: #00000060;
    stroke-width: 1px;
}
.dragHandle:hover {
    fill: #ffffff60;
    cursor: crosshair;
}
.dragHandle:active {
    cursor: crosshair;
}
.close-edit {
    stroke: #ffff00;
    stroke-width: 1px;
    stroke-dasharray: 5, 1;
    fill: #00000000;
}
.close-edit:hover {
    stroke-width: 2px;
}
/* *-------- --------------------------------------*/
/* *--------       Labels/text     ----------------*/
/* *-------- --------------------------------------*/
.lbl-iconbar-tooltip {
    font-size: 18px;
    color: #474d56;
    font-weight: bold;
}
.lbl-topbar-tooltip {
    font-size: 12px;
    color: #474d56;
    font-weight: bold;
}
.lbl-panel-header {
    font-size: 14px;
    color: #474d56;
}
.obj-label {
    font-size: 13px;
    color: #474d56;
}
.obj-label2 {
    font-size: 14px;
    color: #232323;
    font-weight: bold;
}
.small-title {
    font-size: 15px;
    color: black;
}
.standout-text {
    color: black;
}
.user-message {
    color: #303030;
    font-size: 36px;
    font-weight: bold;
}
.error-message {
    color: #ff0000;
    font-size: 15px;
    font-weight: bold;
    background-color: white;
}
/* *-------- --------------------------------------*/
/* *--------        OTHER           ----------------*/
/* *-------- --------------------------------------*/
.text-input {
    background-color: #d0d0d0;
    color: #303030;
    font-size: 14px;
    border: 1px;
    border: solid;
    border-color: #b0b0b0;
    word-wrap: break-word;
    word-break: break-all;
}
/* --------        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;
}
