﻿
/*.vsplitbar {
            width: 5px;
            background: #cab;
        }*/

/*.splitter {
    height: 100px;
    margin: 1em 3em;
    border: 4px solid black;
    background: #f8fff8;
}*/

/*.ui-state-default {
    background-color: red;
}

.ui-state-hover {
    background-color: #ff006e;
}

.ui-state-highlight {
    background-color: #add;
}

.ui-state-error {
    background-color: #eaa;
}*/

.splitter-pane {
            overflow: hidden;
        }

.splitter-bar-vertical {
    width: 6px;
    background-repeat: no-repeat;
    background-position: center;
}

.splitter-bar-vertical-docked {
    width: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.splitter-bar.ui-state-highlight {
    opacity: 0.7;
}

.splitter-iframe-hide {
    visibility: hidden;
}