@charset "UTF-8";
/*
 * jQuery File Upload UI Plugin CSS 8.1
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.progress-animated .bar {
  background: url(https://www.splitit.it/img/progressbar.gif) !important;
  filter: none;

}
.fileupload-loading {
  float: right;
  width: 32px;
  height: 32px;
  background: url(https://www.splitit.it/img/loading.gif) center no-repeat;
  background-size: contain;
  display: none;
}
.fileupload-processing .fileupload-loading {
  display: block;
}
.files audio,
.files video {
  max-width: 300px;
}

@media (max-width: 767px) {
  .fileupload-buttonbar .toggle,
  .files .toggle,
  .files .btn span {
    display: none;
  }
  .files .name {
    width: 80px;
    word-wrap: break-word;
  }
  .files audio,
  .files video {
    max-width: 80px;
  }
}

.plus {
  color: #999999;
  font-size: 34px;
  position: relative;
  top: 40%;
  width: 30px;
  display: inline-block;
}
.delete-image {
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  z-index: 300;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  background: #ffffff;
  cursor: pointer;
}
.cspan {
  position: relative;
}

.row-fluid #images-content .cspan {
  position: relative;
  height: 150px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  width: 150px;
  margin-top:30px;
}
.row-fluid #images-content .fileupload-new input[type="file"] {
  height: 50px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  width: 250px;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 50px;
  top: 35%;
  left: -35%;
}
.row-fluid #images-content .btn-file > input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 24px;
  direction: ltr;
  transform: scale(0.6, 3);
  -webkit-transform: scale(0.6, 3);
  -moz-transform: scale(0.6, 3);
}
.row-fluid #images-content .btn-file {
  cursor: pointer;
}
.row-fluid #images-content .img-box {
  height: 250px;
  width: 250px;
  text-align: center;
 /* opacity: 0.2 ;*/
  background: #ffffff;
  margin: 0px 2px;
  border: #eeeeee dashed 2px;
  overflow: hidden;
 /* position: fixed;*/
}
.row-fluid #images-content .img-box .link_button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2px 3px;
  text-decoration: none;
  color: #000000;
}