.formXcom #files_ .file-caption-main {
	margin-left: 34px;
	width: 715px;
}

.formXcom #files_ .input-group-btn {
	left: 650px;
}

.webform-field-upload-list del {
	display: inline-block;
	margin: 0 3px 0 6px;
	width: 16px;
	height: 16px;
	border-radius: 30px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #eb6014;
}

.webform-field-upload-list del:hover {
	background: #eb6014;
	color: #ffffff;
}

span.webform-small-button.webform-button-upload {
	display: none;
}

.formXcom textarea {
	resize: vertical;
	min-height: 150px;
	border-bottom: 1px solid #eb6014;
}

.formXcom .bootstrap-select > .dropdown-toggle{
	width: 713px;
}

#files_ .file-caption.icon-visible .file-caption-name {
	padding-left: 0;
}

#files_ ol {
	margin-top: 8px;
	margin-bottom: 15px;
}

.formXcom #files_ .btn-secondary {
	display: none;
}

.webform-field-upload-notice {
	display: none;
}
.big-form .formXcom #files_ label.file-input{
	background-repeat: no-repeat;
	padding-left: 27px;
	width: 180px;
	display: inline-block;
	height: 25px;
	top: -27px;
	background-image: url("images/load.png");
	cursor: pointer;
	float: left;
	line-height: 25px;
	color: #6b6b6b;
	font-size: 17px;
}
.big-form .formXcom #files_ input[type=file]{
	display: none;
}
.big-form .formXcom #files_ .file-input{
	margin-bottom: 0px;
}
.big-form .formXcom #files_ .under-label{
	width: 100%;
	border-bottom: 1px solid #eb6014;
}