@charset 'UTF-8';
/*
 * jQuery File Upload Plugin CSS 4.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://creativecommons.org/licenses/MIT/
 */

div#files-box{
    height: 215px;
    border: 1px solid #eee;
    border-radius: 2px;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: auto;
}

 #content #files{
    width : 94%;
}

.file_upload {
  position: relative;
  overflow: hidden;
  direction: ltr;
  cursor: pointer;
  text-align: center;
  color: #3984CE;
  text-decoration: underline;
  float: none;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
}
.file_upload:hover {
  text-decoration: none;
}

.file_upload_small {
  /*width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: 100%;
  background: palegreen;
  border: 1px solid limegreen;*/
  border: none;
  background: none;
  font-size: 13px;
  height: auto;
  width: auto;
  line-height: normal;
}

.file_upload_large {
  width: 100%;
  height: 150px;
  line-height: 150px;
  font-size: 20px;
  background: palegreen;
  border: 1px solid limegreen;
  margin-bottom: 10px;
}

.file_upload_highlight {
  /*background: lawngreen;*/
}

.file_upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: 300px solid transparent;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  filter: alpha(opacity=0);
  -o-transform: translate(-300px, -300px) scale(10);
  -moz-transform: translate(-800px, 0) scale(10);
  cursor: pointer;
  height: 100%;
  z-index: 22;
}

:root .file_upload input {
  height: auto;
}

.file_upload button {
  display: none;
}

.file_upload_progress .ui-progressbar-value {
  background: url('../jquery-uploader/pbar-blue-ani.gif');
}

.file_upload_progress div {
  height: 20px;
  border: none;
}

.file_upload_progress {
  width: 420px;
}
.file_upload_preview {
	width: 120px;
}
.file_upload_progress .file-name {
	font-size: 11px;
	color: #333;
}

file_upload_cancel,
.file_upload_name{
  width: 100px;
  text-align: right;
}
.file_upload .button-round {
}
