﻿
.drag-image-here-container {
    padding: 5px;
    position: relative;
    height: 100%;
    width: 100%;
}


.drag-image-here-dottedline {
    border: 2px dashed green;
    border-radius: 5px;
    position: absolute;
    bottom: 5px;
    top: 5px;
    left: 5px;
    right: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}

.dragscroll-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: grab;
    cursor: -o-grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.image-toolbar {
    height: 20px;
    float: top;
    position: absolute;
    text-align: right;
}