﻿.imup_dropZoneExternal > div,
.imup_dropZoneExternal > img
{
    position: absolute;
}
.imup_dropZoneExternal
{
    position: relative;
    border: 1px dashed #f17f21!important;
    cursor: pointer;
}
.imup_dropZoneExternal,
.imup_dragZoneText
{
    width: 350px;
    height: 350px;
}
.imup_dropZoneText
{
    width: 300px;
    height: 150px;
    color: #fff;
    background-color: #888;
}
#dropZone
{
    top: 0;
    padding: 100px 25px; 
}
.imup_uploadControlDropZone,
.imup_hidden
{
    display: none;
}
.imup_dropZoneText,
.imup_dragZoneText
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20pt;
}
.imup_dragZoneText
{
    color: #808080;
}
.dxucInlineDropZoneSys span
{
    color: #fff!important;
    font-size: 10pt;
    font-weight: normal!important;
}
.imup_uploadControlProgressBar
{
    width: 350px!important;
}
.imup_validationMessage
{
    padding: 0 20px;
    text-align: center;
}
.imup_uploadControl
{
    margin-top: 10px;
}
.imup_note
{
    max-width: 500px;
}
.imup_uploadedImage
{
    max-width:350px;
    max-height:350px;
}