@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
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.progress-animated .bar {
  background: url(../../images/jquery.fileupload/progressbar.gif) !important;
  filter: none;
}
.fileupload-loading {
  float: right;
  width: 32px;
  height: 32px;
  background: url(../../images/jquery.fileupload/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;
  }
}



.fileupload-buttonbar-single{
	height:40px;
}

.fileupload-buttonbar-multi{
	height:40px;
	margin:4px;
}

.fileupload-buttons{
	width:125px;
	float:left;
	display:none;
}

.fileupload-progress{
	float:right;
}

.progress-extended{
	width:325px;
	font-size:10px;
	padding-top:5px;
	float:left;
}

.progress-extended-size{
	font-size:10px;
}

.progress{
	float:right;
	width:300px;
}



.dialog{
	display:none;	
}	
	
.fileinput-button {
  position: relative;
  overflow: hidden;
}

.fileinput-button input {
  position: absolute;
  top: -10px;
  left: -10px;
  font-size:18px;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0px, 0) scale(1);
  direction: ltr;
  cursor: pointer;
  width: 258px; 
}

.divUploadsButton{
	margin:0;
	padding:5px;
	background-color:#D54E21;
	border:solid 1px #000;
	color:#FFF;
	padding:5px;
	width:250px;
	/*float:left;*/
	
	-webkit-transition: all 0.5s ease;
	 -moz-transition: all 0.5s ease;
	   -o-transition: all 0.5s ease;
	  -ms-transition: all 0.5s ease;
		  transition: all 0.5s ease;	  
}

.divUploadsButton:hover{
	background-color:#000000;

	-webkit-transition: all 0.5s ease;
	 -moz-transition: all 0.5s ease;
	   -o-transition: all 0.5s ease;
	  -ms-transition: all 0.5s ease;
		  transition: all 0.5s ease;
}

.divUploadsProgress{
	width:250px;
	height:20px;
	background-image:url('../../images/cmsBody/ajax-loader-bar.gif');
	background-position:center;
	background-repeat:no-repeat;
	display:none;
	/*float:left;*/
	margin-top:4px;
	margin-left:4px;
}

.divUploadsUploadError{
	color:#ff0000;
	margin-top:10px;
}

.divUploadsNoUploads{
	margin-top:10px;
}

.divUploadsButton{
	overflow:hidden;
}

.divUploadsHolder, .divUploadsButton, .fldFormQuestionButton{
	z-index:66;
}

.divUploadsPreviews, .divUploadsPreviewHolder, .divUploadsPreviewImage, .divUploadsPreviewRemove {
	z-index:67;
}

.divUploadsPreviews{
	margin-top:10px;
}

.divUploadsPreviewHolder{
	width:270px;
	height:220px;
	margin-bottom:10px;
}

.divUploadsPreviewImage{
	width:220px;
	height:220px;
	background-color:#efefef;
	background-image:url('../../images/jquery.fileupload/ajax-loader.gif');
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	text-align:center;
	display:table-cell; 
	vertical-align:middle;
	line-height: 216px;
}

.divUploadsPreviewImage a,
.divUploadsPreviewImage img {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#contentPage img {
	vertical-align: middle;
	margin: auto;
}

.divUploadsPreviewRemove{
	width:50px;
	height:220px;
	background-image:url('../../images/jquery.fileupload/iconDelete.png');
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}