﻿#vms-forensic-edit-panel {
    position: absolute;
    /*left: 0;*/
    /*border: #2fb9d7 1px dotted;*/
}


.col {
    float: left;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
}

#col1 {
    width: 200px;
    height: 500px;
    border: 1px solid black;
}

.drag {
    width: 100px;
    border: 1px solid black;
    height: 40px;
    position: relative;
    background-color: red;
}

#droppable {
    /*width: 500px;
    height: 500px;
    border: 1px solid black;
    float: left;*/
}

#dvDragContainer {
    /*position: absolute;
    width: 100%;
    background-color: #4B4851;
    margin-right: 15px;
    top: 0;
    bottom: 0;*/
    
}
#editCenterColumn {
    /*margin: 0;
    padding: 0;
    position: absolute;
    vertical-align: middle;
    float: left;
    bottom: 30px;
    top: 70px;
    overflow: visible;*/
 
}

.lvl-over {
    /* applied to a drop target when a draggable object is over it */
    /*border: 2px dashed black !important;*/
}

.lvl-target {
    /* applied to all drop targets when a drag operation begins, used to indicate drop targets on a page */
    /*background-color: #ddd;
    opacity: .5;*/
}

#resizable {
    width: 150px;
    height: 150px;
    padding: 0.5em;
}

    #resizable h3 {
        text-align: center;
        margin: 0;
    }
