/*
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-wimmelbild-container{
    width: auto;
    //float: left;
    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;
    margin: 0 auto;
    margin-top: 3%;
}
#sbs-veedu-wimmelbild-additional{
    float:left;
    width: 100%;
    position: static;
}
.sbs-veedu-wimmelbild-canvas-img{
    position: relative;
    max-width: 100%;
}

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

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

.sbs-veedu-wimmelbild-piece{
    //border: 1px solid black;
    cursor: move;
    margin: 20px 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-wimmelbild-piece-header"]{

    height: 17px;
    border: 1px solid #aaaaaa;
    width: 89px;   
    border-radius: 4px 4px 4px 4px;
    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: 0px;
    top:-18px;
}

.sbs-veedu-wimmelbild-piece-header-move td{
    padding: 1px
}

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

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


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

.arrow-bottom:after {
    top: 50px;
    left: 49%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(128, 128, 128, 0);
    border-top-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.arrow-top:after {
	bottom: 50px;
	left: 49%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(128, 128, 128, 0);
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}

.arrow-left:after {
	right: 97px;
	top: 25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(211, 211, 211, 0);
	border-right-color: #fff;
	border-width: 8px;
	margin-top: -8px;
}

.arrow-right:after {
	left: 94px;
	top: 25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(211, 211, 211, 0);
	border-left-color: #fff;
	border-width: 8px;
	margin-top: -8px;
}