.form19 fieldset.darkset {
	background: #dbdcdb;
}

#kontakt-form.custom_form.form19{
	padding-left: 0;
	padding-right: 0; 
} 

.form19 fieldset{
	padding: 0 10px;
}

.form19 .widget-radio fieldset {
	padding: 0;
}

.form19 .explanation p.hl{
	color: #8f2f6f;
}

.form19 fieldset .radio_container input.radio{
	float: none;
}

.upload + label::before {
	font-family: FontAwesome;
	content: "\f093";
	color: #8f2f6f;
	margin-right: 5px;
}

.upload {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.upload + label {
	height: 2.5em;
	padding-left: 1em;
	padding:0.6em 1em;
	width:100%;
	display:inline-block;
	background:#fff;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:inset 0 1px 1px #eee;
	-webkit-box-shadow:inset 0 1px 1px #eee;
	box-shadow:inset 0 1px 1px #eee;
	-moz-transition:all .15s linear;
	-webkit-transition:all .15s linear;
	-o-transition:all .15s linear;
	transition:all .15s linear;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius: 5px;	
}

.upload:focus + label,
.upload + label:hover {
	background-color: #aaa;
	color: white;
}

.upload + label {
	cursor: pointer; /* "hand" cursor */
}

.upload:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.upload + label * {
	pointer-events: none;
}

.upload:focus + label,
.upload.has-focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}


input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input:not([type]), textarea{
	border-radius: 5px;
}

.form19 input::placeholder{
	color: transparent;
}


.form19 input:not([type=checkbox]):not([type=radio]):not([type=file]):focus + label,
.form19 input:not([type=checkbox]):not([type=radio]):not([type=file]):not(:placeholder-shown) + label,
input[type="text"]:focus + label,
input[type="text"]:not(:placeholder-shown) + label,
input[type="number"]:focus + label,
input[type="number"]:not(:placeholder-shown) + label
{
	top:0;
	font-size: 12px;
	transition: top 250ms ease-out, font-size 250ms ease-out;
	opacity: .45;
}

.form19 div.widget{
	position: relative;
}



input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input:not([type]), textarea{
	padding-left: 16px;
	padding-bottom: 0;
}

.form19 input:not([type=radio]):not([type=checkbox]):not([type=file]) + label,
input[type="text"] + label ,
input[type="number"] + label {
	position: absolute;
	top: 13px;
	left: 16px;
	user-select: none;
	color: #777;
}

.darkset select {

	width: 100%;
	height: 30px;
	margin-bottom: 0px;

}





