#form-quote {
	background:url(../images/bg_form.jpg) no-repeat;
	background-position:right;
}
/*form-wrap*/
.form-wrap {
	width:60%;
}
.form-field {
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
}
.form-field label,
.form-field .form-control {
	display:table-cell;
	vertical-align:middle;
}
.form-field label {
	width:25%;
	float:left;
	line-height:40px;
	margin-bottom:0;
}
.form-field .form-control {
	border-radius:0;
	height:40px;
	width:75%;
}
span.note {
	font-size:13px;
	display:block;
	margin-top:5px;
}
.button-group button {
	background:#0088cc;
	color:#FFF;
	text-transform:uppercase;
	border:none;
	outline:none;
	height:40px;
	transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	margin-left:25%;
	border-radius:4px;
	padding: 0 20px;
	font-weight:700;
}
.button-group button .fa {
	margin-right:15px;
}
.button-group button:hover {
	background:#00a6fc;
}
.desc {
	margin-bottom:30px;
}
.desc td {
	padding:7px 10px;
	border:1px solid #dfdfdf;
}
.desc table {
	border-collapse:collapse;
	margin-bottom:20px;
}
.desc ul {
	margin-bottom:20px;
}
.desc ul li {
	padding:3px 0;
}
.alert-danger {
	margin-bottom:30px;
}
.btn-url {
	position:absolute;
	top:2px;
	right:2px;
	background:#0088cc;
	color:#FFF;
	display:inline-block;
	height:36px;
	padding:0 10px;
	line-height:36px;
	border-radius:3px;
	cursor:pointer;
}
#subfile {
	padding-right:90px;
}
.btn-url:hover {
	color:#FFF;
}
#code {
	width:200px;
	float:left;
	margin-right:10px;
}
.ver_img {
    padding: 6px;
    background: #000;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
}