/*
Theme Name: iCMS
Theme URI: 
Author: iCMS
Author URI: 
Description: A template WP theme
Version: 1.0
Text Domain: iCMS

*/

@CHARSET "UTF-8";
#modules {
    padding: 20px;
    background: #eee;
    margin-bottom: 20px;
    z-index: 1;
    border-radius: 10px;
}

.tab-content{
    padding: 20px;
    background: #eee;
    margin-bottom: 20px;
    z-index: 1;
}
.nav-tabs .nav-link.active{
    background: #eee;
    border-color: #dee2e6 #dee2e6 #eee;
}

#dropzone {
    padding: 20px;
    background: #eee;
    min-height: 500px;
    margin-bottom: 20px;
    z-index: 0;
    border-radius: 10px;
}

#dropzone.active {
    outline: 1px solid red;
}

#dropzone.hover {
    outline: 1px solid blue;
}

.drop-item {
    cursor: pointer;
    /*margin-bottom: 10px;*/
    background-color: rgb(255, 255, 255);
    /*padding: 5px 10px;
    border-radisu: 3px;
    border: 1px solid rgb(204, 204, 204);*/
    position: relative;
}

.drop-item .remove {
    position: absolute;
    top: 2px;
    right: 6px;
}

.drop-item img,
.fragment img{
    width: 100%;
    max-width: 600px;
}

.drop-item button {
    padding: 0px;
}