/**
* @version 3.1.2
* @package PmContact
* @copyright © 2015 Plumbermarketing All rights reserved. http://plumbermarketing.com
* @license GNU General Public License http://www.gnu.org/licenses/gpl-3.0.html
* @author Plumbermarketing
*/

/* add files button */
.pmc-uploader .fileinput-button {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.pmc-uploader .fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
}

/* drop zone */
.pmcontact-box .pmc-dropzone {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}
.pmcontact-box .pmc-dropzone > div {
	position: relative;
	top: 47%;
	left: 0;
}
.pmcontact-box.pmc-dragged .pmc-dropzone {
	display: block;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.7);
}

/* files list */
.pmc-uploader .files > div {
	margin: 7px 0 0;
}
.pmc-uploader .files .size, 
.pmc-uploader .files .error,
.pmc-uploader .files .cancel,
.pmc-uploader .files .delete {
	margin-left: 5px;
}
.pmc-uploader .files .progress {
	height: 7px;
	margin: 0;
	float: none;
}
.pmc-uploader .templates {
	display: none !important;
}

/* icons */
.pmc-icomoon .pmc-uploader .icon-plus-sign,
.pmc-icomoon .pmc-uploader .icon-warning-sign,
.pmc-icomoon .pmc-uploader .icon-ok,
.pmc-icomoon .pmc-uploader .icon-upload,
.pmc-icomoon .pmc-uploader .icon-remove,
.pmc-icomoon .pmc-uploader .icon-trash {
	background-image: none !important;
	margin: 0;
}
.pmc-icomoon .icon-plus-sign:before,
.pmc-icomoon .icon-warning-sign:before,
.pmc-icomoon .icon-ok:before,
.pmc-icomoon .icon-upload:before,
.pmc-icomoon .icon-remove:before,
.pmc-icomoon .icon-trash:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
	background: none;
}
.pmc-icomoon .icon-plus-sign:before {
	content: "\2a";
}
.pmc-icomoon .icon-warning-sign:before {
	content: "\48";
}
.pmc-icomoon .icon-ok:before {
	content: "\47";
}
.pmc-icomoon .icon-upload:before {
	content: "\e022";
}
.pmc-icomoon .icon-remove:before {
	content: "\4a";
}
.pmc-icomoon .icon-trash:before {
	content: "\4c";
}

.pmc-glyphicons .pmc-uploader .icon-plus-sign:before,
.pmc-glyphicons .pmc-uploader .icon-warning-sign:before,
.pmc-glyphicons .pmc-uploader .icon-ok:before,
.pmc-glyphicons .pmc-uploader .icon-upload:before,
.pmc-glyphicons .pmc-uploader .icon-remove:before,
.pmc-glyphicons .pmc-uploader .icon-trash:before {
	font-family: none !important;
	content: "" !important;
}