﻿[data-eviewsplitter] .eviewdragbar {
    height: 3px;
    background-color: transparent;
    border-bottom: dashed 1px #A9A9A9;
    cursor: row-resize;
    margin: 0 15px;
}

[data-eviewsplitter] .eviewdragbar:hover {
    height: 3px;
    background-color: #A9A9A9;
}

.eviewghostbar {
    height: 3px;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    cursor: row-resize;
    z-index: 999;
}