﻿

.plupload{
  position: relative;
}

.ctlContainer{
  padding: 10px 20px 20px;
  background: #ff4c23;
}

.ctlDashed{
  border: 2px dashed #d03e1d;
  border-radius: 5px;
  background: #f34821;
}

.fileContainer{
  display: none;
  border: 2px solid #ededed;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fileContainer .uploadBar{
  background-color: #ff4c23;
  width:0px;
  height: 2px;
}

.fileList{
  display: table;
  margin: 0 auto;
  padding: 20px;
}


.fileList:before,
.fileList:after {
  content: "";
  display: table;
}
.fileList:after {
  clear: both;
  overflow:hidden;
}

.fileItems{
  margin: 0 5px 10px 5px;
  float: left;
  padding: 11px;
}

.fileItems .fileZone{
  border: 1px solid #d03e1d;
  background:#ffa590;
  color: #fff;
  border-radius: 5px;
  width: 97px;
  float: left;
  position: relative;
  padding: 14px;
}

.fileItems .tipZone{
  padding: 0 14px;
  color: #2c3239;
  margin-left: 128px;
  min-height: 182px;
}



.fileItems .tipZone p{
  font-size: 14px;
  text-align: left;
  line-height: 180%;
}


.fileItems .tipZone p span{
  display: inline-block;
  width: 72px;
  text-align: right;
}

.fileItems .tipZone p.tipZoneTitle{
  font-size: 16px;
}

.fileItems div{
  position: relative;
  padding: 2px 10px;
  text-align: center;
  font-size: 16px;
}

.fileItems div.fileName{
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 6px;
}


.fileItems:before,
.fileItems:after {
  content: "";
  display: table;
}
.fileItems:after {
  clear: both;
  overflow:hidden;
}


.fileItems .ulProgressBar{
  background:#f34821;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  border-radius: 5px;
}


.fileItems .execProgressBar{
  background: #f80b0f;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  border-radius: 5px;
}

.fileItems .removeFile{
  display: none;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/close.png);
  background-size: cover;
  -ms-behavior: url(../images/backgroundsize.min.htc);
  behavior: url(/themes/default/images/nunoUI/backgroundsize.min.htc);
  cursor: pointer;
}

/*.fileItems:hover .removeFile{
  display: block;
}*/



.uploadBtnBox{
  display: block;
  cursor: pointer;
  text-align: center;
  margin: 0px auto 20px;
  max-width: 280px;
  padding: 10px;
}


.iconBox{
  margin: 20px 0 20px;
}

.dropFileHere{
  color: #fff;
  font-size: 20px;
  line-height: 180%;
}

.uploadBtn{
  color: #fff;
  font-size: 20px;
  line-height: 180%;
}

.uploadBtn i{
  border-bottom: 2px #fff solid;
}
