form {
	margin: 0 0 2em;
}

.form-inline {
	display: inline-block;
	margin: 0;
}

form:after {
	content: ' ';
	display: block;
	clear: both;
}

label, legend {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	/*display: block;*/
	margin: 0 0 .5em;
	font-size: 18px;
	line-height: 1.5em;
	color: inherit;
	border: none;
}

label.required:after {
	content: '*';
	vertical-align: top;
	display: inline;
	color: #f00;
}

input, textarea, select {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}

.placeholder-fallback {
	display: none;
}

.no_placeholder .placeholder-fallback {
	display: block;
}

.no_placeholder .hide-ifno-placeholder {
	display: none;
}

select:not(.dashboard),
textarea,
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="file"],
input[type="tel"],
input[type="number"] {
	display: block;
	background: #F4F3F1;
	margin: 0 0 1em;
	max-width: 100%;
	width: 100%;
	font-size: 16px;
	line-height: 41px;
	padding: 5px 15px;
	border: 1px solid #c1c1c1;
	box-shadow: inset 0 0 1px #eaeaea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	height: 54px;
}

input[type="tel"].inline,
input[type="text"].inline,
input[type="number"].inline {
	display: inline-block;
	background: #F4F3F1;
	margin: 0 0 1em;
	max-width: none;
	width: auto;
	font-size: 16px;
	line-height: 41px;
	padding: 5px 15px;
	border: 1px solid #c1c1c1;
	box-shadow: inset 0 0 1px #eaeaea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	height: 54px;
}

textarea {
	height: auto;
	min-height: 100px;
}

input[type="file"] {
	line-height: normal;
	vertical-align: middle;
	padding: 15px 10px;
	height: auto;
	min-height: 54px;
}

input[type="file"].fd-file {
	display: block;
	height: auto;
	min-height: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fd-zone {
	background: #F4F3F1;
	padding: 40px 15px;
	border: 1px dashed #c1c1c1;
	box-shadow: inset 0 0 1px #eaeaea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 2em;
}

.fd-zone.over {
	background: #d5f3ff;
	border-color: #00a07b;
}

.fd-zone div {
	height: 100%;
}

.fd-zone form {
	position: static !important;
}

.fd-progress.fd-progress-active {
	background: #eee;
	padding: 2px;
	border: 1px solid #00c96d;
	position: relative;
	z-index: 10;
	margin-bottom: -21px;
}

.fd-progress.fd-progress-active .fd-progress-bar {
	display: block;
	height: 15px;
	background: #00c96d;
}

.form-group input[type="tel"],
.form-group input[type="text"],
.form-group input[type="url"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="file"],
.form-group input[type="number"] {
	margin-bottom: 0;
}

.form-group {
	margin-bottom: 1.5em;
}

/************************
 Bootstrap form code that didn't come in the custom build
************************/
.input-group .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-addon {
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell;
}

.stripe-custom-btn {
	display: inline;
}

.stripe-custom-btn-block {
	display: block;
}

.stripe-custom-btn .stripe-button-el {
	display: none !important;
}