.ddft-container {
    width: 100%;
    margin: 0 auto;
}

.ddft-dragandrop-p {
    width: 100%;
    display: table;
}

.ddft-dragandrop {
    border: 2px dashed #92AAB0;
    width: 100%;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    font-size: 200%;
    display: table-cell;
}

.ddft-upload-status-container {
    width: 100%;
    overflow:hidden;
    max-height: 270px;
}

.ddft-progressBar {
    width: 100%;
    height: 22px;
    border: 1px solid #3e4f61;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    margin: 2px 0px 5px 0px;
    vertical-align: top;
}

.ddft-progressBar div {
    width: 0px;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 22px; 
    width: 0;
    background-color: #3e4f61;
    border-radius: 3px;
}

.ddft-statusbar {
    min-height: 25px;
    width: 100%;
    padding: 10px 0px 0px 0px;
    vertical-align: top;
}

.ddft-filename {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.ddft-cancel {
    background-color: #A8352F;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    cursor: pointer;
    vertical-align: top;
}

.ddft-status {
    display: none;
    padding: 5px;
    width: 100%;
    color: white;
    margin: 8px 0;
    font-size: 1.5em;
}

.btn-file {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}