/* CSS Document */
/* Formulare - Start */
form {
	padding:0px;
	margin:0px;
}
.formline {
	margin:5px 0px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	margin:0px;
	padding:5px;
	width:100%;
	height:38px;
	background:#eaeaea;
	border:none;
    color:#000000;
	font-family:Arial, sans-serif;
	border-radius:2px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	background:#eeeeee;
	box-shadow:0 0 3px rgba(255, 255, 255, 0.2);
}
select[multiple]
{
	height:auto;
}
textarea {
	resize:none;
	color:inherit;
	overflow:hidden;
	font-size:14px;
	line-height:22px;
	min-height:38px;
	height:auto;
	font-family:Arial, sans-serif;
}
textarea.autogrow {
	outline:none;
	overflow:hidden;
	resize:none;
}
button, .button, input[type=button], input[type=submit], .fileinput label {
	width:auto;
	background:#000000;
	color:#ffffff;
	cursor:pointer;
	display:inline-block;
	font-size:13px;
	font-weight:400;
	line-height:35px;
	padding:0px 10px;
	position:relative;
	text-decoration:none;
	text-transform:none;
	transition:all 0.28s ease 0s;
    border:none;
    text-align:center;
	border-radius:2px;
}
button.small, .button.small, input.small[type=button], input.small[type=submit] {
	padding:5px 10px;
}
button.square, .button.square, input.square[type=button], input.square[type=submit] {
	width:35px;
	height:35px;
	text-align:center;
}
button.full, .button.full, input.full[type=button], input.full[type=submit], .fileinput label {
    width:100%;
    padding-left:0px;
    padding-right:0px;
}
button.half, .button.half, input.half[type=button], input.half[type=submit] {
    width:calc(50% - 5px);
    padding-left:0px;
    padding-right:0px;
}
button.half1, .button.half1, input.half1[type=button], input.half1[type=submit] {
    margin-right:5px;
}
button.half2, .button.half2, input.half2[type=button], input.half2[type=submit] {
    margin-left:5px;
}
button.icon, .button.icon, input.icon[type=button], input.icon[type=submit] {
    width:36px;
    text-align:center;
    padding:10px;
}
button:hover, .button:hover, input[type=button]:hover, input[type=submit]:hover, .fileinput label:hover {
	background:#a5a5a5;
	color:#393939;
	box-shadow:0 0 4px rgba(0,0,0,0.2) inset;
}
button.light, .button.light, input.light[type=button], input.light[type=submit] {
	background:#a5a5a5;
	color:#393939;
}
button.light:hover, .button.light:hover, input.light[type=button]:hover, input.light[type=submit]:hover {
	background:#595959;
	color:#d3d3d3;
}
input[type=file] {
    display:none;
}
.fileinput .filepreview {
	display:block;
	width:100%;
    border:1px solid #373737;
    border-top:none;
    border-bottom:none;
	background:#595959;
}
.fileinput .filepreview ul.files {
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
}
.fileinput .filepreview ul.files li {
	display:block;
	list-style:none;
    position:relative;
    line-height:25px;
    word-break:break-all;
}
.fileinput .filepreview ul.files li a {
    display:block;
	padding:4px;
	position:relative;
	overflow:hidden;
    border-bottom:1px solid #242424;
}
.fileinput .filepreview .fileinfos {
    display:inline-block;
    margin-left:5px;
}
.fileinput .filepreview ul.files li .deleter {
	display:none;
	position:absolute;
	right:10px;
	top:50%;
    margin-top:-12.5px;
	width:25px;
	height:25px;
	background:#000000;
	border-radius:50%;
	line-height:25px;
	color:#ffffff;
	text-align:center;
	cursor:pointer;
    z-index:50;
    font-size:16px;
}
.fileinput .filepreview ul.files li:hover .deleter {
	display:block;
}

.inputselect .searcharea {
    display:block;
    position:relative;
    width:100%;
}
.inputselect .searcharea .searchareacontent {
    display:none;
    position:absolute;
    width:100%;
    max-height:270px;
	margin:0px;
	background:#393939;
    color:#d3d3d3;
	box-shadow:0 0 3px rgba(255, 255, 255, 0.2);
    overflow-y:auto;
    overflow-x:hidden;
    z-index:300000;
}
.inputselect .searcharea .searchareacontent .searchareavalue {
    display:block;
    cursor:pointer;
    padding:5px;
}
.inputselect .searcharea .searchareacontent .searchareavalue:after {
    display:block;
    content:'';
    clear:both;
    width:100%;
    height:0px;
}
.inputselect .searcharea .searchareacontent .searchareavalue .searchareaname {
    float:left;
    max-width:100%;
}
.inputselect .searcharea .searchareacontent .searchareavalue.preview .searchareaname {
    line-height:30px;
    white-space:nowrap;
    max-width:calc(100% - 35px);
}
.inputselect .searcharea .searchareacontent .searchareavalue.preview .searchareapreview {
    display:block;
    float:left;
    border:1px solid #000000;
    width:30px;
    height:30px;
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    margin-right:5px;
}
.inputselect .searcharea .searchareacontent .searchareavalue:hover {
	background:#d3d3d3;
    color:#393939;
}
.inputselect .selectioninfo {
    display:none;
    border:1px solid #393939;
    background:#4b4b4b;
    padding:5px;
}





.multiinput .input, .multiinputselect .input {
	margin:5px 0px;
}
.multiinput .input:first-child, .multiinputselect .input:first-child {
	margin-top:0px;
}
.multiinput input[type="text"], .multiinput input[type="password"], .multiinput textarea, .multiinput select, .multiinputselect input[type="text"] {
	width:calc(100% - 25px);
	float:left;
}
.multiinput .deleter, .multiinputselect .deleter {
	width:25px;
	height:25px;
	line-height:25px;
	padding:0px;
	text-align:center;
}
fieldset {
	display:block;
	border:1px solid #ccc;
	padding:10px;
	margin:10px 0px;
}
fieldset legend {
	font-size:22px;	
	line-height:28px;
	font-weight:300;
	margin-top:5px;
	margin-bottom:5px;
}
/* Formulare - Stop */




/*
legend {
	border-bottom:1px solid #ff675b;
	display:inline-block;
	font-family:"Source Sans Pro","Open Sans",Trebuchet MS,Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight:600;
	letter-spacing:0.2px;
	line-height:35px;
	margin-bottom:-1px;
	max-width:100%;
	text-transform:uppercase;
	width:auto;
	color:#333333;
}
*/
