@charset "UTF-8";
/*
 * jQuery File Upload UI Plugin CSS 7.4
 * 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
 */

.result {
    height: 100px;
    margin: 2px;
    text-align: center;
    width: 100%;
}
.bar {
    height: 3px;
    background: green;
}
.progress {
    margin-bottom: 5px;
}
.imgUploader {    
    background-color: #FFFFFF;
    border: 1px solid #BDB28C;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 2px;
    width: 150px;
    position: relative;

}
.addFoto {    
    background-color: #FFFFFF;
    border: 1px solid #FFF;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 2px;
    width: 150px;
}
 
.imgUploaderFaq {    
    float: left;
    margin: 2px;
    width: 40%;
}
 
 
.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 5px;
}
.fileinput-button input {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 200px;
  height: 200px;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  direction: ltr;
  cursor: pointer;
}
.fileupload-buttonbar .ui-button,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.files .progress {
  width: 200px;
}
.files .progress,
.fileupload-buttonbar .progress {
  height: 20px;
}
.files .ui-progressbar-value,
.fileupload-buttonbar .ui-progressbar-value {
  background: url(../progressbar.gif);
}
.fileupload-buttonbar .fade,
.files .fade {
  display: none;
}
.fileupload-loading {
  position: absolute;
  left: 50%;
  width: 128px;
  height: 128px;
  background: url(../loading.gif) center no-repeat;
  display: none;
}
.fileupload-processing .fileupload-loading {
  display: block;
}

/* Fix for IE 6: */
* html .fileinput-button {
  margin-right: 1px;
}
* html .fileinput-button .ui-button-text {
  line-height: 24px;
}
* html .fileupload-buttonbar .ui-button {
  margin-left: 3px;
}

/* Fix for IE 7: */
* + html .fileinput-button {
  margin-right: 4px;
}
* + html .fileinput-button .ui-button-text {
  line-height: 24px;
}
* + html .fileupload-buttonbar .ui-button {
  margin-left: 3px;
}

@media (max-width: 767px) {
  .fileupload-buttonbar .toggle,
  .files .toggle,
  .files .btn span {
    display: none;
  }
  .files .preview * {
    width: 40px;
  }
  .files .name * {
    width: 80px;
    display: inline-block;
    word-wrap: break-word;
  }
  .files .progress {
    width: 20px;
  }
}

/* Fix for Webkit (Safari, Chrome) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .fileinput-button {
    margin-top: 2px;
  }
}
.imgUploader .up, .imgUploader .down, .imgUploader .rotate, .imgUploader .moveToRoom{
    opacity: 0.7;
    background: none repeat scroll 0 0 #4e443c;
    border-radius: 30px;
    box-shadow: 0 0 2px #999;
    color: #fff;
    font: 24px/27px Arial,sans-serif;
    height: 30px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    top: 40px;
    width: 30px;
    cursor: pointer;
    display: none;
    z-index: 10;
}
.imgUploader .up{
    left: -10px;
} 
.imgUploader .down{
    right: -10px;
}
.imgUploader .rotate{
    top: -10px;
    left: 40px;
}
.imgUploader .moveToRoom{
    top: -10px;
    left: 80px;
}
.imgUploader .posTop{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.imgUploader:hover .up, .imgUploader:hover .down, .imgUploader:hover .rotate, .imgUploader:hover .moveToRoom {
    display: block;
}
.addFoto .up, .addFoto .down, .addFoto .rotate, .addFoto .moveToRoom{
    display: none;
}