@charset "UTF-8";

.table-striped .icon{ width:60px;}
.file_list { }
.file_list .fileicon, .file_list .filename , .file_list .filedown {
	display:inline-block; height:30px; vertical-align: middle; font-size:16px;}
.file_list .iconlist, .file_list .iconlist img{ width:27px; height:27px;}
.file_list .filesize {display:inline-block; vertical-align: top;}
.filesize { font-size:12px; vertical-align: bottom; line-height:24px;}

.file_table { width:100%; border:#E9E7E7 solid 1px;}
.file_table th { text-align:center; background:#73B2BF; color:#FFF;}
.file_table td, .file_table td a{ text-align:center;}
.file_table .filename { text-align:left;}
.file_table .icontable, .file_table .icontable img{ width:48px; height:48px;}


.file_tiles { border:#B9B4B4 solid 1px; border-radius:8px; padding:8px; float:left; width:140px; text-align:center; margin:4px;}
.file_tiles:hover { background:#FBF8E1;}
.file_tiles .icontiles, .file_tiles .icontiles img{ width:120px; height:120px; margin-bottom:4px;}

.file_posters { border:#B9B4B4 solid 1px; border-radius:8px; padding:5px; float:left; width:45%; margin:4px;}
.file_posters .iconposters, .file_posters .iconposters img{ width:50px; height:50px; float:left; margin-right:8px;}
.file_posters .filename { text-align:left;}
.file_posters .filesize { font-size:12px;line-height:24px; float:left;}

/*.container{ width:100%; margin:7px -15px 7px -15px;}*/

.table-striped { margin-top:10px;}


.upload_icon {width:50px; height:50px;}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
	float:left; 
	width:100%;
	height:1px;
	
}
.fade.in {
	opacity: 1;
	height:100px;
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
tr.collapse.in {
	display: table-row
}
tbody.collapse.in {
	display: table-row-group
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease
}


.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.progress-animated .progress-bar,
.progress-animated .bar {
  background: url("progressbar.gif") !important;
  filter: none;
}
.fileupload-process {
  float: right;
  display: none;
}
.fileupload-processing .fileupload-process,
.files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url("loading.gif") center no-repeat;
  background-size: contain;
}
.files audio,
.files video {
  max-width: 300px;
  max-height:90px;
}
.fileupload-buttonbar{ width:100%;}
.table-striped{ width:auto; }
@media (min-width: 670px) {
  .template-download .filename{ width:350px;}	
}
@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;
  }
  .files img,
  .files canvas {
    max-width: 100%;
  }
}

