body,
html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 3px;
    box-sizing: border-box;
    margin: 0;
    background-color: #666666;
}

.wood-right {
    background:radial-gradient(circle, rgba(54,38,21,1) 0%, rgba(117,66,36,1) 100%);
    border-radius:0 15px 15px 0;
    border-style:outset;
    border-width: 2px!important;
    border-color:#444;
}

.wood-left {
    background:radial-gradient(circle, rgba(54,38,21,1) 0%, rgba(117,66,36,1) 100%);
    border-radius:15px 0 0 15px;
    border-style:outset;
    border-width:2px!important;
    border-color:#444;
}

.vertical-bar {
    background:linear-gradient(90deg, rgba(48,48,48,1) 0%, rgba(16,16,16,1) 100%);
    border-radius:20px;
}

.centered-logo {
    width: 50%;
    height: 120px;
    display: none;
    margin-left: auto;
    margin-right: auto;
}

.knob-label {
    white-space: normal !important;
    word-break: break-word;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
    background: transparent;
}

.knob-value-container {
    text-align: center;
    font-size: 12pt;
    background: transparent;
    color: white;
    position: relative;
    top: -12px;
    width: 75px;
}

#knob-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 180px;
    height: 480px;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

.panel-background {
    background: 'transparent';
}

.module-header-label {
    position: relative;
    top: 1px;
}

.module-header {
    background: #8e2de2;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #7430e1, #4a00c0);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #7430e1, #4a00c0);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius:10px;
    /*padding-right: 5px;
    padding-left:5px;*/
}

.webix_el_richselect .webix_inp_static {
    background-color:#222;
}

.webix_list_item {
    background-color:#333;
}

.webix_fieldset>fieldset {
    border-color: rgb(51, 173, 255);
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
}

.webix_view > .webix_disabled {
    background-color:#111;
}

.webix_switch_box {
    background-color:#888;
    color:#000;
    border: 1px inset #444;
}

.webix_switch_handle {
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
    border: none;
}
/*
.main_toolbar {
    background: -webkit-linear-gradient(to right, #4d4d4d, #161616);
    background: linear-gradient(to right, #7430e1, #4a00c0);
}
*/
.main_toolbar {
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(97,96,96,1) 42%, rgba(0,0,0,1) 100%);
}

.keyboard-split-indicator {
    width: 80px;
    height: 30px;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 24px;
    padding-top: 6px;
    background-color: #7a67eb;
    ;
    color: white;
    cursor: pointer;
    border-style: inset;
    border-width: 0.1em;
    border-color: #4a00c0;
}

.keyboard-split-container {
    background: transparent;
}

.keyboard-split-image {
    width: 600px;
    position: relative;
    top: 10px;
    left: 20px;
}

.keyboard-split-canvas {
    width: 600px;
    height: 80px;
    position: relative;
    left: 20px;
    top: -70px;
    cursor: default;
    background-color: transparent;
}

.keyboard-split-overlay {
    width: 40px;
    height: 40px;
    border-radius: 15px;
    position: relative;
    top: -120px;
    cursor: pointer;
    background-color: red;
    opacity: 0.33;
}

.keyboard-trsp-overlay {
    width: 20px;
    height: 20px;
    border-radius: 30px;
    position: relative;
    top: -100px;
    left: 20px;
    cursor: pointer;
    background-color: red;
    opacity: 0.66;
}

.keyboard-split-part-1 button {
    color: white !important;
}

.keyboard-split-part-2 button {
    color: lightblue !important;
}

.mod-amt-indicator {
    background-color: #7a67eb;
    width: 80px;
    height: 32px;
    position: relative;
    top: -32px;
    left: 200px;
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
    cursor: pointer;
    padding-top: 6px;
}
/*
.active-panel-toggle {
    color: yellow !important;
}

.inactive-panel-toggle {
    color: darkgrey !important;
    background: #7a67eb !important;
}
*/

.toggle-button {
    position:relative;
    top:-4px;
    
    border-style:inset!important;
    border-radius:8px;
}

.toolbar-slider-indicator {
    width: 40px;
    height: 28px;
    margin-left:10px;
    background: transparent;
    border-style: inset;
    border-width: 2px;
    border-radius:8px;
    border-color:#888;
    color: white;
    font-size: 12pt;
    text-align: center;
    position: relative;
    left: -10px;
    top: 0px;

}

.webix_secondary .webix_button {
    box-shadow: none;
    border-radius:6px;
    border-style:inset;
    border-color:#444;
    min-height: 24px;
}

.webix_primary .webix_button {
    box-shadow: none;
    border-radius:6px;
    border-style:inset;
    border-color:#444;
    min-height:24px;
}

.pending_status_indicator .webix_icon {
    background: transparent;
    color: red;
    opacity: 1.0;
}

.open_status_indicator .webix_icon {
    background: transparent;
    color: yellow;
    opacity: 1.0;
}

.closed_status_indicator .webix_icon {
    background: transparent;
    color: black;
    opacity: 1.0;
}

.pulse_canvas {
    background:transparent;
    width:200px;
    height:116px;
    position:relative;
    left:0px;
    top:0px;cursor:pointer;
}

.pulse_label {
    background:transparent;
    text-align:center;
    height:9pt;
    padding-top:2px;
}

.webix_input_icon, .webix_el_richselect .webix_input_icon {
    border-radius: 0px 10px 10px 0px;
}

.webix_el_richselect .webix_inp_static {
    border-radius: 10px 10px 10px 10px;
    border: 1px inset #333;
}

.selector_template {
    background:transparent;
    display:flex;
    align-items:center;
    justify-content:center;
}

.switch_template {
    display:flex;
    align-items:center;
    justify-content: center;
}

.webix_view::-webkit-scrollbar, .webix_view ::-webkit-scrollbar, .webix_view::-webkit-scrollbar-button, .webix_view ::-webkit-scrollbar-button, .webix_view::-webkit-scrollbar-corner, .webix_view ::-webkit-scrollbar-corner, .webix_view::-webkit-scrollbar-track-piece, .webix_view ::-webkit-scrollbar-track-piece {
    width:5px;
    
}

.webix_el_tabbar .webix_item_tab.webix_selected {
    background:rgba(128,128,128,0.25);
    border-style:outset;
    border-radius:10px 10px 0px 0px;
    text-decoration: underline;

}

.webix_after_all_tabs {
    background:linear-gradient(180deg, rgba(128,128,128,0.25) 0%, rgba(64,64,64,0.1) 100%);
    
}

.webix_segment_0.webix_selected,.webix_segment_1.webix_selected,.webix_segment_N.webix_selected {
    background:#111;
    border-style: inset;
    border-radius:4px;
}

.webix_segment_0:not(.webix_selected),.webix_segment_1:not(.webix_selected),.webix_segment_N:not(.webix_selected),.webix_segment_0  {

    background:#444;
    border-style:outset;
    border-radius:4px;
}

