/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04.05.2015, 12:24:54
    Author     : d.galley
*/
.sbs-veedu-drag-drop-container{
    //width: 100%;
    //float: left;
    display: inline-block;
    min-height: 120px;
    min-width: 400px;
    border: 1px solid #ddd;
    //box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: white;
    margin: 4px 0px 0px 0px;
    border-spacing: 0px;
    position: relative;
    max-width: 100%;
}
#sbs-veedu-drag-drop-additional{
    float:left;
    width: 100%;
    position: static;
}
.sbs-veedu-drag-drop-canvas-img{
    position: relative;
    max-width: 100%;
}

.z-top{
    z-index: 100;
}

.sbs-veedu-drag-drop-media-bg:before{
    content: "\f128";
}

.sbs-veedu-drag-drop-piece{
    //border: 1px solid black;
    cursor: move;
    margin: 3px 3px 3px 0; 
    padding: 0px; 
    display: inline-block; 
    float: left;
    width: auto; 
    height: auto;
    position: relative;
    //overflow: hidden;
}
.copied{
    position:absolute!important;
}

[class|="sbs-veedu-drag-drop-piece-header"]{

    height: 17px;
    border-bottom: 1px solid #aaaaaa;
    width: 180px;
    border-radius: 0px 0px 0px 0px;
    background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    position: absolute;
    left: 1px;
    top:1px;
}

.sbs-veedu-drag-drop-piece-header-move td{
    padding: 0px
}

.sbs-veedu-drag-drop-piece-close{
    font-size: 15px;
    margin-right: 2px
}
.ui-icon{
    float:left;
}
.remove-drag-drop{
    float: right;
    text-decoration: none;
    color: black;
}
.remove-drag-drop:hover{
    color:red;
}
.sbs-veedu-drag-drop-piece-content{
    border: 1px solid #aaaaaa;
    background: transparent;
    min-width: 58px;
    min-height: 33px;
    width: auto;
    height:auto;
    overflow: hidden;
}

.sbs-veedu-drag-drop-piece-img{
    width: 100%;
    height:100%;
}

.sbs-veedu-drag-drop-hotzone{
    position: absolute;
    background-color: #cc3817;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    opacity: 0.6;
}

.sbs-veedu-drag-drop-hotzone-border{
    border: 1px dashed #cc3817;
    width: 32px;
    height: 32px;
    padding: 1px;
    border-radius: 6px;
}


.ui-resizable-helper { 
    border: 1px dotted gray; 
}