/*
 * Jessnes Forms CSS
 * Aus dem Customizer ausgelagert: PlanSo-Formulare.
 */

/* PLANSO FORMULARE */
.planso-form-builder h1 {
	font-size: 1rem !important;
	text-decoration: underline !important;
	margin-bottom: 0 !important;
	margin-top: -.5rem !important;
}
.planso-form-builder {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.planso-form-builder .container-fluid {
	padding: 0 !important;
	margin: 0 !important;
}
.planso-form-builder .input-group-addon {
	background-color: #41392d;
	color: #f7e7c2 !important;
	min-width: 35px !important;
}
.planso-form-builder .row {
	padding-bottom: 1rem !important;
}
.planso-form-builder .control-label {
	font-weight: bold !important;
}
.planso-form-builder .bg-success {
	background-color: rgb(87,133,87);
	color: #f3cf9e;
	border-radius: 10px;
}
.planso-form-builder .bg-success:before {
	content: "\f00c";
	font-family: "FontAwesome";
	margin-right: .75rem;
}
.planso-form-builder button[type="submit"] {
	border: 0;
	cursor: pointer;
	float: right;
	margin-top: 15px;
	padding: 0 26px;
	background-color: #41392d;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	line-height: 3rem !important;
	color: #f7e7c2 !important;
	font-size: 18px !important;
	font-weight: bold;
	margin-bottom: 1rem;
}
.planso-form-builder button[type="submit"]:hover {
	background-color: #d2543f !important;
}
.planso-form-builder hr {
	border: 0 dashed rgba(65,57,45,.5) !important;
	margin: .7rem 0 !important;
	background-color: rgba(0,0,0,0) !important;
	border-bottom: 2px dashed rgba(65,57,45,.5) !important;
}
.planso-form-builder select,
.planso-form-builder input,
.planso-form-builder textarea {
	padding: 6px;
}
.planso-form-builder textarea {
	resize: vertical !important;
	min-height: 100px !important;
}
.planso-form-builder label:first-of-type input[type="radio"],
.planso-form-builder label:first-of-type input[type="checkbox"] {
	margin-left: 0;
}
.planso-form-builder label input[type="radio"],
.planso-form-builder label input[type="checkbox"] {
	margin-left: 1rem;
	margin-right: .25rem !important;
}
.planso-form-builder input[type="file"] {
	background-color: #fff !important;
}
