@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.sect_upload > .content > a.btn-success.hide {
	display: none;
}
.files table {
    width: 100%;
    margin-left: 15px;
    margin-top: 30px;
}
.files table tr > td:nth-child(2) {
    width: 68%;
}
.files table tr > td:last-child {
    width: 90px;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
    width: 266px;
    height: 47px;
	display: none;
}

.upload.content .content-block {
  padding: 15px 20px 10px;
  margin-top: 10px;
}

.upload.content .comment_upload {
  color: #fff;
  padding-top: 10px;
}
.upload.content .comment_upload  > textarea{
  width: 100%;
  border-radius: 0;
  height: 107px;
}
.upload.content .files {
  background: #fff;
  margin-top: 30px;
  padding: 15px;
  height: 193px;
  overflow: auto;
}

.upload.content .progress {
	margin-top: 40px;
	margin-bottom: 0;
	display: none;
}

.upload.content .fileinput-button {
	font-size: 18px;
	padding: 15px 20px;
	margin-top: 10px;
}

.upload.content h3 {
	color: #fff;
	width: 150px;
	float: left;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 22px;
}

.upload.content .fa-file-text {
	float: left;
	margin-right: 20px;
	color: #fff;
}

.upload #files>div {
   display: inline-block;
   /*height: 160px;*/
   padding: 5px;
   width: 22%;
   margin: 1%;
   /*border: 1px solid #ccc;*/
   vertical-align: top;
   text-align: center;
   position: relative;
}

i.deleteImage {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

i.deleteImage:hover {
    color: #F64747;
}

.upload-success p {
    white-space: pre;           /* CSS 2.0 */
  white-space: pre-wrap;      /* CSS 2.1 */
  white-space: pre-line;      /* CSS 3.0 */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap;  /* HP Printers */
  word-wrap: break-word;      /* IE 5+ */
    margin-bottom: 0;
}

.files table img,
.files table canvas {
	margin: 0 auto;
    /*height: 72px;
    width: 72px;*/
    height: 48px;
    width: auto;
}
.files table td:first-child {
    width: 80px;
    text-align: center;
}
/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
.progress {
  position: relative;
    height: 4px;
    background: #ebebeb;
	border-radius: 10px;
    margin-top: 20px;
    padding: 3px;
	display: none;
}
.progress-bar {
    height: 4px;
    background: #ea811a;
	border-radius: 10px;
}
.loaded_size {
    position: absolute;
    left: 15px;
    margin-top: -22px;
}
.full_size {
    position: absolute;
    right: 15px;
    margin-top: -22px;
}
.sect_upload.notepad > .content {
	font-size: 0;
}
.sect_upload.notepad > .content > .left,
.sect_upload.notepad > .content > .right {
	border: none;
	display: inline-block;
	float: none;
	padding: 0;
	vertical-align: top;
	width: 49.5%;
}
.sect_upload.notepad > .content > .left > p {
	margin-left: 1mm;
}
.sect_upload.notepad > .content > .left > .ccm-custom-style-container {
	color: #485564;
	font-size: 11.5pt;
}	
.sect_upload.notepad > .content > .left > .ccm-custom-style-container > p {
	margin: 1.5mm 0 2.5mm 5mm;
	text-indent: -3mm;
}
.sect_upload.notepad > .content > .left > .ccm-custom-style-container > p > span {
	width: 2mm;
}
.sect_upload.notepad > .content > .right > .right-header {
	text-align: center;
}
.sect_upload.notepad > .content > .right > .right-header > .progress {
	display: none;
	margin-top: 1.5mm;
}
.sect_upload.notepad > .content > .right > .files {
	min-height: 80mm;
	border: 1px solid #485564;
	border-radius: 4mm;
	margin-top: 2.5mm;
}
.sect_upload.notepad > .content > .right > .files > table {
	font-size: 11pt;
}
.sect_upload.notepad > .content > .right > p {
	color: #485564;
	font-size: 11.5pt;
	margin: 2mm 0 0;
}
.sect_upload.notepad > .content > .right > textarea {
	background: #eee;
	border: 0;
	border-radius: 1mm;
	box-sizing: border-box;
	color: #485564;
	font-size: 16px;
	height: 15mm;
	margin: 1mm 0 4mm;
	padding: 2mm;
	resize: vertical;
	width: 100%;
}	
.sect_upload.notepad > .content > .right > .middle-button {
	margin-right: 0;
}
.sect_upload.notepad .middle-button {
	height: 9mm;
	padding: 1.5mm 1mm;
	width: 60mm;
}
