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

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

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

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

[class|="sbs-veedu-image-map-block-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:0px;
}

.sbs-veedu-image-map-block-header-move td{
    padding: 1px
}

.sbs-veedu-image-map-block-close{
    font-size: 15px;
    margin-right: 2px
}
.ui-icon{
    float:left;
}
.remove-image-map{
    float: right;
    text-decoration: none;
    color: black;
}
.remove-image-map:hover{
    color:red;
}
.sbs-veedu-image-map-block-content{
    border: 1px dashed #000000;
    min-width: 58px;
    min-height: 33px;
    width: auto;
    height:auto;
    //overflow: auto;
    background: crimson;
    opacity: 0.3;
}
.sbs-veedu-image-map-block-active{
    background: lime;
}

.sbs-veedu-image-map-block-img{
    width: 100%;
    height:100%;
}


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

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

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

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

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