﻿/*---Separatore Split Panel --------------------------------*/
.separator {
    cursor: col-resize;
    margin-left:2px;
    margin-right:2px;
    background-color: transparent;
    background-image: url(/Images/split.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 5px;
    /*height: 100%;*/
}

    .separator:hover {
        background-color: rgba(128, 128, 128, 0.20);
    }
/*---Fine Separatore Split Panel --------------------------------*/
