.picker {
  background-image: url(/images/icons/crosshatch.png);
  border: 1px solid #e7e7e7;
  cursor: pointer;
  float: left;
  margin: 0 10px 10px 0;
  padding: 4px;
  position: relative
}
.image-picker {
  height: 95px;
  width: 95px
}
@media only screen and (max-width:575px) {
  .image-picker {
    height: 88px;
    width: 88px
  }
}
.shape-picker {
  height: 60px;
  width: 60px
}
.folder-picker {
  background-color: #4fceff;
  border-color: #409fcf;
  color: #fff;
  height: 90px;
  line-height: 90px;
  text-align: center;
  width: 90px
}
.image-picker img {
  border-color: #ccc;
  max-height: 85px;
  width: auto;
}
@media only screen and (max-width:575px) {
  .image-picker img {
    height: 80px;
    width: 80px
  }
}
.shape-picker img {
  border-color: #ccc;
  height: 50px;
  width: 50px
}
.picker:hover {
  background-color: #fff;
  border-color: #c3c3c3
}
.selected-picker {
	text-align: center;
  background-color: #ffffc0 !important;
  border-color: #ffd914 !important
}
.selected-picker:after {
  content: url(/images/icons/selectedimagepicker.png);
  position: absolute;
  right: 0;
  top: 0
}
#new-uploaded-holder {
  margin-top: 20px
}
.image-picker .progress {
  height: 10px;
  position: relative;
  top: 70px
}
.delete-file {
  color: #dad8d8;
  cursor: pointer;
  display: block;
  height: 16px;
  left: 6px;
  line-height: 16px;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 16px
}
.delete-file:hover {
  background-color: #ff0900;
  color: #fff
}
.active-upload {
  background: #fff !important
}
.uploading-file-info {
  background-color: #fff;
  height: 25px;
  line-height: 15px;
  top: 50px;
  width: 100%
}
.uploading-file-info, .uploading-file-name {
  color: #c3c3c3;
  font-size: 12px;
  left: 0;
  position: absolute;
  text-align: center
}
.uploading-file-name {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  top: 5px;
  width: 80px
}
.upload-tools {
  height: 80px;
  position: relative;
  width: 80px
}
.upload-error {
  color: #d2322d
}
.upload-error:hover {
  background-color: #d2322d;
  color: #fff
}
.qq-uploader {
  background-color: #fafafa;
  border: 1px dashed #ccc;
  border-radius: 6px;
  max-height: 490px;
  min-height: 200px;
  overflow-y: hidden;
  padding: 20px;
  position: relative;
  width: inherit
}
.qq-uploader:before {
  content: attr(qq-drop-area-text) " ";
  font-size: 200%;
  left: 0;
  opacity: .25;
  position: absolute;
  text-align: center;
  top: 45%;
  width: 100%
}
.draggedWrap {
  border-color: #f5bb47 !important
}