/* file upload css*/
.attachment-section .attachment-button-holder {
	padding:5px;
}
.attachment-section .attachment-button-holder .attachment-link {
	padding:5px;
}
.attachment-section .attachment-button-holder .attachment-file {
	display:none;
}
.attachment-section .attachment-button-holder .attachment-name {
	display: inline;
	margin-right: 10px;
}
.attachment-section .attachment-button-holder .attachment-button {
	display: inline;
}
.attachment-section .attachment-button-holder .attachment-button .attach-failed {
	color:red;
	font-size: 12px;
}
.attachment-section .attachment-button-holder .attachment-button .attach-success {
	color:green;
	font-size: 12px;
}
.attachment-section .attachment-button-holder .attachment-button .button{
	padding:2px;
}
.attachment-section .attachment-button-holder .attachment-progress-holder {
	display: inline-block;
	line-height: 10px;
}
.attachment-section .attachment-button-holder .attachment-progress-holder .attachment-progress {
	width: 100px !important;
	border:1px solid #008000;
	display: inline-block;
	height:8px;
	visibility:hidden;
}
.attachment-section .attachment-button-holder .dropzone {
    background: palegreen none repeat scroll 0 0;
    border-radius: 4px;
    font-weight: bold;
    height: 100px;
    min-height: 20px;
    padding: 20px;
    position: relative;
    text-align: center;
}
.attachment-section .attachment-button-holder .dropzone.in {
    height: 200px;
    line-height: 100px;
    font-size: larger;
}
.attachment-section .attachment-button-holder .dropzone.hover {
    background: lawngreen;
}
.attachment-section .attachment-button-holder .dropzone.fullin {
    opacity: 0.7;
	background: gray;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	height: 100%;
	width: 100%;
	font-size: 50px;
	padding-top: 235px;
	color: #ffffff;
}
.attachment-section .attachment-button-holder .attachment-progress-holder .attachment-progress .colorbar {
	height: 8px;
	background: green;
	display: block;
	width: 0%;
}
.attachment-section .attachment-button-holder .attachment-progress-holder .cancel-upload {
	display:none;
}
.attachment-section .attachments-type {
	font-style: italic;
	font-size: 12px;
	margin-bottom:10px;
}
.attachment-section .all-attachments .attached-file {
	padding: 0 15px;
	position: relative;
	margin-bottom: 5px;
	display: inline-block;
}
.attachment-section .all-attachments .attached-file .attached-file-icon {
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 0;
}
.attachment-section .all-attachments .attached-file .attached-file-icon .icon {
	background-image: url("../img/compose-toolbar.png");
	background-position: 0 -73px;
	background-repeat: no-repeat;
	height: 16px;
	width: 11px;
}
.attachment-section .all-attachments .attached-file .attached-file-name {
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	word-break: break-all;
}
.attachment-section .all-attachments .attached-file .attached-file-name .file_not_exist {
	color:red;
	font-style:italic;
}
.attachment-section .all-attachments .attached-file .attached-delete-icon {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}
.attachment-section .all-attachments .attached-file .attached-delete-icon .icon {
	background-image: url("../img/compose-toolbar.png");
	background-position: 4px -195px;
	background-repeat: no-repeat;
	height: 16px;
	vertical-align: middle;
	width: 16px;
}
.attachment-section .all-attachments .attached-file .attached-delete-icon .icon:hover {
	background-position: 2px -222px;
}