.ui-base {
    font-family: Verdana, Tahoma, Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.7em;
    line-height: normal;
}

.ui-frame {
    position: absolute;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: auto;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.ui-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ui-test {
    background: red;
}

.ui-separator {
     background: #808080;
}

.ui-area {
    background: #505050;
}

.ui-group {
    cursor: inherit;
}

.ui-widget {
    background: #a0a0a0;
    cursor: auto;
}

.ui-widget-shadow {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.ui-widget-raised {
    border: 1px solid #909090;
    border-right-color: #404040;
    border-bottom-color: #404040;
    border-radius: 1px;
}

.ui-widget-sunken {
    border: 1px solid #c0c0c0;
    border-left-color: #404040;
    border-top-color: #404040;
}

.ui-window {
    background: #686868;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

.ui-window-title {
    background: #404040;
    padding-left: 4px;
    cursor: move;
}

.ui-window-icon {
    background-color: #ff0000;
    box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.5) inset;
    cursor: move;
}

.ui-window-closebutton {
    border: 0px solid;
    background-image: url('../images/arrows.png');
    background-position: -80px 0px;
    cursor: pointer;
}

.ui-window-closebutton-hover {
    background-color: #686868;
}

.ui-label {
    min-height: 14px;
    cursor: default;
}

.ui-label-box {
    margin-top: -1px;
    padding: 2px;
    background-color: #585858;
    font-size: 0.85em;
    cursor: default;
    overflow: hidden;
    white-space: nowrap;
    o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ui-label-large {
    font-size: 1.3em;
    cursor: default;
}

.ui-label-disabled {
    color: #808080;
}

.ui-edit {
    padding: 2px;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 1.2em;
    line-height: normal;
    resize: none;
}

.ui-push-button {
    line-height: 30px;
    text-align: center;
    cursor: default;
    background-color: #808080;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.ui-push-button-active {
    background-color: #686868;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 1) inset;
}

.ui-push-button-disabled {
    color: #606060;
    background-color: #808080;
    border: 0;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    cursor: default;
}

.ui-switch-button {
    line-height: 30px;
    text-align: center;
    cursor: default;
    background-color: #808080;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.ui-switch-button-active {
    background-color: #686868;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 1) inset;
}

.ui-switch-button-checked {
    /* background-color: #707070;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 1) inset; */
    color: #404040;
    background-color: #efdebb;
    box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.7) inset;
}

.ui-switch-button-disabled {
    color: #606060;
    background-color: #808080;
    border: 0;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    cursor: default;
}

.ui-check-button {
    cursor: default;
    background-color: #606060;
    cursor: pointer;
}

.ui-check-button-active {
    background-color: #686868;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7) inset;
}

.ui-check-button-checked {
    background-color: #e5d4b1;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5) inset;
}

.ui-check-button-checkmark {

}

.ui-check-button-disabled {
    color: #606060;
    background-color: #808080;
    border: 0;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    cursor: default;
}

.ui-color-button {
    line-height: 30px;
    text-align: center;
    background-color: #787878;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.ui-color-button-hover {
}

.ui-color-button-active {
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.7) inset;
}

.ui-color-button-checked {
    background-color: #585858;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5) inset;
}

.ui-color-button-checked:after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: 100%;
    height: 100%;
    border: 4px solid #bbb5a3;
    border-bottom-width: 3px;
    border-right-width: 3px;
}

.ui-color-button-positive {
    color: #404040;
}

.ui-color-button-negative {
    color: #f0f0f0;
}

.ui-tab-button {
    padding-left: 4px;
    padding-top: 2px;
    color: #a0a0a0;
    background-color: #505050;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.8) inset;
    cursor: pointer;
}

.ui-tab-button-checked {
    padding-left: 3px;
    padding-top: 0px;
    color: inherit;
    background-color: inherit;
    box-shadow: 0px 0px 0px black;
    cursor: default;
    border: none;
    border-top: 1px solid #787878;
    border-left: 1px solid #787878;
}

.ui-slider {
    background: #585858;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4) inset;
    cursor: pointer;
}

.ui-slider-disabled {
    background: transparent;
    border: 1px solid #808080;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
    cursor: default;
}

.ui-slider-handle-disabled {
    background: #808080 !important;
    border: 0 !important;
}

.ui-slider-bar {
    /* background: #888888; */
    background: -webkit-linear-gradient(top, #909090, #707070);
    background: -moz-linear-gradient(top, #909090, #707070);
    background: -ms-linear-gradient(top, #909090, #707070);
    background: -o-linear-gradient(top, #909090, #707070);
    background: linear-gradient(to bottom, #909090, #707070);
    cursor: inherit;
    border: 1px solid #505050;
}

.ui-slider-value {
    text-align: right;
    color: #d0d0d0;
    cursor: inherit;
}

.ui-vector {
    border: 50px solid yellow;
    cursor: pointer;
}

.ui-vector-knob, .ui-slider-knob {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    margin: -3px;
    border: 3px solid white;
    background: transparent;
    box-shadow: 0 0 12px black;
    cursor: inherit;
}

.ui-sphere {
}

.ui-sphere-canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.ui-sphere-label {
    position: absolute;
    display: block;
    border-radius: 10px;
    background-color: black;
    text-align: center;
    color: #f0f0f0;
    cursor: default;
}

.ui-sphere-label-hidden {
    background-color: #d93434 !important;
}

.ui-sphere-label-active {
    border: 2px solid #f0f0f0;
}

.ui-slider-hue {
    background: -webkit-linear-gradient(left, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00);
    background: -moz-linear-gradient(left, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00);
    background: -ms-linear-gradient(left, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00);
    background: -o-linear-gradient(left, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00);
    background: linear-gradient(to right, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00);
    cursor: pointer;
}

.ui-splitter-handle {
    background-color: transparent;
    z-index: 1;
}

.ui-splitter-handle-horizontal {
    cursor: n-resize;
}

.ui-splitter-handle-vertical {
    cursor: e-resize;
}

.ui-splitter-divider {
    margin-left: -1px;
    margin-top: 0px;
    border-left: 2px solid #202020;
    border-top: 2px solid #202020;
}

.ui-center {
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.ui-busywheel {
    position: absolute;
    width: 64px;
    height: 64px;
    border: 0px solid;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url('../images/clock.gif');
    background-position: -32px -32px;
    cursor: inherit;
}

/***** UI DIALOG *****/

.ui-modalshield {
    z-index: 9998;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: default;
}

.ui-dialog {
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    padding: 1px;
}

.ui-dialog-headerspace {
    padding-top: 34px;
}

.ui-dialog-footerspace {
    padding-bottom: 40px;
}

.ui-dialog .ui-closebutton {
    position: absolute;
    left: 100%;
    top: 0;
    cursor: pointer;
}

.ui-dialog .ui-scrollarea {
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.ui-dialog .ui-content {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0;
}

.ui-dialog .ui-button {
    float: right;
    margin: 8px 8px 0 0;
    padding: 3px 5px;
    background-color: blue;
    cursor: pointer;
}

.ui-dialog .ui-button:hover {
    background-color: #0080ff;
}


