/*
*******************************
* Created by: Alessandro Bonora 
* 07-08-2024.
*******************************
*/
/* 
    Created on : 7 ago 2024, 17:28:50
    Author     : Alex
*/


/******************************
list group view items
******************************/
.datasystem-grouplist .hover {
    cursor:  pointer;   
}

.datasystem-grouplist .hover:hover {
    background-color: #34373d !important;
}

.datasystem-grouplist .hover:hover div i {
    background-color: #34373d !important;
}

/******************************
drag drop list containers view items
******************************/
.datasystem-containerlist .hover {
    cursor:  pointer;   
}

.datasystem-containerlist .hover:hover {
    background-color: #34373d !important;
}

.datasystem-containerlist .hover:hover div i {
    background-color: #34373d !important;
}

.draggable {
    cursor: move;
    transition: all 2s;
}

.dragging {
    opacity: 0.5;
}

.dropzone {
    display: none;
    
}

.dropzone-filler {
    display: none;
    
}

.dropzone-same {
    /*display: none;*/
    width: 20%;
    max-width: 20%;
}

.dropzone-child {
    /*display: none;*/
    width: 80%;
}

.data-container {
    color: white;
}

.data-container ul {
    list-style-type: none; 
}

.data-container ul li {
    border-bottom: 1px solid black;
}

.data-container a {    
    text-decoration: none;
    position: relative;
    display: inline-block;
    width: 90%;
    white-space: nowrap;
    color: white;
}

.fe-preview-img{
    padding: 2px;    
    height: 94px;
}

