.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #797979;
    opacity:0.9;
    top: 0;
    left: 0;
    z-index: 101;
}

.fileUploadFrame {
    position: fixed;
    top: 100px;
    z-index: 101;
    width: 95%;
    height:70%;
    text-align:center;
    pointer-events: none;
    margin:0 auto;
    left:0;
}

.closeButtonLayer {
    width:50%;
    display:inline-block
}
.closeButton {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 15px;
    background-image: url(/se_data/se_gfx/se4/icons/Bilder-loeschen-x-weiss.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: -15px;
    top: 0;
    left: auto;
    display:none;
}

.fileUploadFrame #seTravelLogo{
    display:none;
}
.fileUploadFrame iframe{
    display: inline-block;
    width: 50%;
    height:100%;
    pointer-events: initial;
    border:none;

}
#fileUpload {
    margin-right:15px;
    display:block;
}
.hidden{
    display: none;
}


ul.sortable
{
    position: relative;
    margin: 0px;
    padding: 15px;
    list-style: none;
}

ul.sortable li
{
    float: left;
    height: 120px;
    width: 100px;
    background: #fff;
    padding:5px;
    margin:5px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}

ul.sortable .dummy
{
    float: left;
    margin:5px;
    background: #999;
}

ul.sortable li DIV.widget
{
 /*   background: #ccc;*/
}


ul.sortable li.hidden
{
    visibility:hidden;
    display:none;
}

ul.sortable li.highlight
{
    border: 1px solid #666;
}

ul.sortable li div.mover
{
    width:10px;
    height:12px;
    background-image: url(/se_data/se_gfx/gui/riffle_h.png);
    background-repeat: no-repeat;

    margin:5px;
    padding-left:45px;
    padding-right:45px;
    float: left;
    cursor:pointer;
    opacity:0.5;
}

ul.sortable li .imageWidget
{
    margin: 0;
}

.imageWidget img {
    image-orientation: from-image;
}

