#svg-editor-wrapper #imageupload input[type="file"] {
    width: 110px;
    opacity: 0.2
}
#svg-editor-wrapper #imageupload img {
    display: block;
}
#svg-editor-wrapper #imageupload .thumbnailWrapper {
    width: 800px;
    margin-top: 12px;
}
#svg-editor-wrapper #imageupload .thumbnails {

    border: none;
    margin-top: 8px;
    float: left;
    min-height:120px;
    min-width: 160px;
}
#svg-editor-wrapper #svg-editor{
    position: relative;
}
#svg-editor-wrapper #imageupload .thumbnail {
    float: left;
    margin: 6px;
    position: relative;
    width: 100px;
    height: 100px;
    /*overflow: hidden;*/
    overflow: visible;
    z-index: 20;
    cursor: default;
    border: 4px solid rgb(255, 255, 255);
    box-shadow: rgb(51, 51, 51) 1px 2px 6px 1px;

}
#svg-editor-wrapper #imageupload .thumnail img{
    margin-top: -33.5px;
    margin-left: -50px;
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
}

.svg-element #imageupload .thumbnail button.delete {
    width: 18px;
    height: 18px;
    background: url('/plugins/MDSvgEditor1/static/css/frontend/global/img/icon_delete.png') left top no-repeat;
    border: none;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    z-index: 1;
}
.svg-element #imageupload .thumbnail button.rotate-thumbnail {
    width: 18px;
    height: 18px;
    background: url('/plugins/MDSvgEditor1/static/css/frontend/global/img/rotate.png') left top no-repeat;
    border: none;
    position: absolute;
    top: 4px;
    right: 26px;
    cursor: pointer;
    z-index: 1;
}
.svg-element #imageupload .thumbnail img,
#fullscreen-wrapper .thumbnail img{
    z-index: 0;
}


.svg-element #posting-area{display: none;}
.svg-element .web .cross{display: none;}

.svg-element .rotate-90-deg{
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.svg-element .rotate-180-deg{
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);

    transform: rotate(180deg);
}
.svg-element .rotate-270-deg{
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);

    transform: rotate(270deg);
}

#default-1{margin: 0 auto; position: relative;}

#switch{float: left;width: 200px;}


#load_changes{
    background: url('/plugins/MDSvgEditor1/static/css/frontend/global/img/loading.png') no-repeat;
    background-position-x: 0px;
}
.float-left{float: left;}

.thumb-overlayer{position: absolute;top: 0px;left: 0px;z-index: 1000;width: 100px;height: 100px;}

svg text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
    cursor:pointer;
}

.noCursor, .noCursor * {
    cursor: move !important; 
}


.svg-element #imageupload .thumbnail img {
    position: absolute !important;
    top: 50%;
    left: 50%;
}
.svg-element #imageupload .thumbnail .thumbnail-processing {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 16px;
    width: 100px;
    background-color: #FFF;
    border-top: 1px solid #333;
    z-index: 8000;
}

.svg-element #imageupload .thumbnail .thumbnail-processing .processing {
    background: url('/plugins/MDSvgEditor1/static/css/frontend/global/img/processing.GIF') left top no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-top: 4px;
}
.svg-element #imageupload .thumbnail .thumbnail-processing div.floatLeft {
    padding-top: 6px;
    font-size: 9px;
    width: 88px;
    color: #16BB00;
}
.processing-overlay {
    z-index: 100000;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
}

#imageupload {
    padding: 8px;
}

.fileInput {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    vertical-align: middle;
}
.fileInput:focus {
    outline: auto;
}

#svg-editor-wrapper.landscape .fileInput {
    width: 500px;
    height: 300px;
    margin-top: -150px;
    margin-left: -250px;
    line-height: 300px;
}
#svg-editor-wrapper.portrait .fileInput {
    width: 300px;
    height: 500px;
    margin-top: -250px;
    margin-left: -150px;
    line-height: 500px;
}
#svg-editor-wrapper.square .fileInput {
    width: 300px;
    height: 300px;
    margin-top: -150px;
    margin-left: -150px;
    line-height: 300px;
}

#editor-inner-wrapper input {
    display: none;
}

.fileInput:hover{cursor:pointer;}
.fileInput.processing{
    background: url('/plugins/MDSvgEditor1/static/css/frontend/global/img/ajax-loader.gif') center center no-repeat;
    display: inline-block;
    margin-top: 4px;
}
.are_you_sure{
    color: #C30606;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 15px;
    width: 85px;
    height: 20px;
    background-color: #ececec;
    z-index: 101;
    display: none;
    cursor: pointer;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 5px;
}
