form {
	margin: 0px;
}

.form {
	float: left;
}

.form div, .input div {
	float: left;
}

.label {
	text-align: left;
	float: left;
	margin: 0px;
	padding: 3px 5px;
	display: block;
	width: 150px;
}

.admin_style .form div.input:hover, .admin_style .form .check_option:hover {
	background-color: #f0f7fc;
}


.admin_style .form .input_check_group_div:hover, .admin_style .form .dynamic_array_div:hover {
	background-color: transparent !important;
}

.form_small .label {
	text-align: left;
	width: 100px;
	float: left;
}

.form_bold .label {
	font-weight: bold;
	float: left;
}

.form_left .label {
	text-align: left;
	width: 200px;
	float: left;
}

.submit_right .input_submit_div .form_buttons {
	float: right;
}

.input_text, .input_zipcode_numbers, .input_zipcode_letters {
	margin: 1px;
	float: left;
}

.score_element {
	padding:3px 5px;
}

.input_zipcode_numbers {
	width: 35px;
}

.input_zipcode_letters {
	width: 25px;
}

.input_text_area {
	margin: 1px;
	display: block;
	float: left;
}

.select {
	margin: 2px 3px 2px 1px;
	float: left;
}

.input_checkbox {
	padding: 3px 1px 3px 2px;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	float: left;
	margin:2px;
}

label.checkbox_text {
	text-align: left;
	margin: 0px;
	padding: 0px 0px 1px 4px;
	float: left;
	max-width:400px;
}

div.checkbox_text {
	width: 300px;
}

div.check_options {
	float: left;
	padding-bottom: 5px;
}

div.check_option {
	float: left;
}

div.check_group_buttons {
	padding-top: 5px;
	clear: left;
}

.input_radio {
	vertical-align: middle;
	float: left;
}

img.image_preview {
	height: 100px;
	width: 100px;
}

.form_title {
	font-weight: bold;
	padding-top: 5px;
}

.radio_text {
	text-align: left;
	margin: 0px;
	padding-right: 5px;
	float: left;
	padding-top: 3px;
}

div.radio_options {
	float: left;
	padding-bottom: 5px;
}

div.radio_option {
	float: left;
}

.hidden {
	display: none;
}

div.input {
	display: block;
	float: left;
	text-align: left;
	margin-bottom: 3px;
	min-height: 24px;
}

.after_previous {
	clear: none !important;

}

.after_previous > .label {
	width: auto ;
	float: left;
	clear: none;
}

.form .submit {
	margin: 3px 3px 3px 0px;/*
	border: 1px solid #81302D;
	background: #ECE0E0;
	color: black;
	padding: 2px 5px 2px 5px;*/
	/*	padding: 5px 20px 5px 0px;*/
}

.form_small .submit {
	margin: 3px 3px 3px 0px;
}

.form_left .form_buttons {
	float: right;
}

.form .error {
	margin: 3px 3px 3px 3px;
	font: 10px;
	text-align: left;
	clear: left;
	padding-bottom: 5px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}



/**
 * Kalender
*/
img.img_button {
	cursor: pointer;
	float: left;
}

div.date_display {
	float: left;
}

div.daterange_display {
	float: left;
}

div.help_text_question_mark {
	padding: 2px;
	width: 16px; height: 16px;
	float: left;
}

div.help_text {
	position: absolute;
	display: none;
	width: 200px;
	border: 1px solid black;
	background-color: #ffffdd;
	padding: 3px;
	float: none;
}

div.input_hidden_div {
	display: none !important;
}

div.dialog_display {
	border: 2px solid #E0E9F1;
	padding: 5px;
	border-radius: 6px;
	position: absolute;
	background-color: #fff;
	z-index: 1010;
	min-width: 200px;
	min-height: 50px;
	box-shadow: 0 4px 16px rgba(0,0,0,.2);
}

div.dialog_header {
	float: none !important;
	clear: both;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	vertical-align: middle;
	color: #fff;
	background-color: #7DA3C5;
	margin-bottom: 4px;
}

div.dialog_header div {
	float: left;
}

.inputsearch {
	clear: left;
	margin-top: 5px;
}

.inputsearch .label {
	display: none;
}

.value_text_div .element {
	margin-top: 3px;
}

.password_generator_text {
	width: 100px;
}

.CodeMirror-line-numbers {
	float: none !important;
	width: 2.2em;
	color: #aaa;
	background-color: #eee;
	text-align: right;
	padding-right: .3em;
	font-size: 10pt;
	font-family: monospace;
	padding-top: .4em;
	line-height: normal;
}

.CodeMirror-line-numbers div {
	float: none !important;
}

.CodeMirror-wrapping {
	border-top: 1px dotted #C3C3F3;
	border-right: 1px dotted #C3C3F3;
	float: left !important;

}

.file_swf_files {
	width: 100%;
}

.input_html_area_div span.cke_skin_kama {
	float: left;
}

.no_label .label {
	display: none;
	width: 0px;
}

.ui-autocomplete {
	max-height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 5px;
}

#form_submit_wait {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
	background-color: #fff;
	position: absolute;
	text-align: center;
	z-index: 2000;
}


.file_upload_highlight {
    background: #7FAAFF;
}

.jquery-file-input {
    cursor: pointer;
}

.file_upload_progress div {
    width: 150px;
    height: 15px;
}

.file_upload_progressbars {
    clear: both;
}

.cancel_upload {
    cursor: pointer;
    display: none;
    padding-top: 5px;
}

.cancel_upload img {
    border: none;
    vertical-align: middle;
}



.form_text {
	text-align: left;
	float: left;
	margin: 0px;
	padding: 3px 5px;
	display: block;
}

.reload_element {
	clear: left;
}

.help_text_question_mark .dialog_info_button{
	margin: 0 5px;
	position: relative;
	padding-right: 28px;
	height: 23px;
	line-height: 23px;
	padding: 0 26px 0 8px;
}

.help_text_question_mark .dialog_info_button img{
	display: block;
	position: absolute;
	right: 0;
	top: 3px
}				

.help_text_question_mark .dialog_info_container{
	display: none;
}

/*
 * jQuery File Upload UI Plugin CSS 8.1
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
*/

.fileinput-button {
	position: relative;
	overflow: hidden;
}
.fileinput-button input {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(-300px, 0) scale(4);
	font-size: 23px;
	direction: ltr;
	cursor: pointer;
}
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
	margin-bottom: 5px;
}
.progress-animated .bar {
	background: url(../img/progressbar.gif) !important;
	filter: none;
}
.fileupload-loading {
	float: right;
	width: 32px;
	height: 32px;
	background: url(../img/loading.gif) center no-repeat;
	background-size: contain;
	display: none;
}
.fileupload-processing .fileupload-loading {
	display: block;
}
.files audio,
.files video {
	max-width: 300px;
}

@media (max-width: 767px) {
	.fileupload-buttonbar .toggle,
	.files .toggle,
	.files .btn span {
		display: none;
	}
	.files .name {
		width: 80px;
		word-wrap: break-word;
	}
	.files audio,
	.files video {
		max-width: 80px;
	}
}


.fileinput-button  {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 10px !important;
	margin-right: 10px !important;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	min-width: 143px;
	border: 1px solid rgb(145, 167, 196);
	border-radius: 2px;
	padding: 0;
	float: left;
	border: solid 1px #d8d8d8;
	background: url(images/button1_normal.jpg);
}

.fileinput-button .icon16{
	margin-right: 5px;
}

.fileinput-button:hover { 
	background: url(images/button1_hover.jpg); 
}	

div.upload_files_container {
	margin-bottom: 20px;
}

div.uploaded_file_container {
	float: none;
	clear: both;
	margin: 9px 0 !important;
	position: relative;
	max-width: 80%;
}
.removeUploadedFile{
	position: absolute;
	height: 19px;
	top: 4px;
	background: none;
	border: 0;
	right: -2px;
}

.removeUploadedFile:hover{
	cursor: pointer;	
}	

.file_upload_progressbars .cancel_upload{
	margin: 5px 0;
	height: 14px;
	width: 15px;
}

.upload_files_selector {
	line-height: 16px;
	border: 1px solid #D1D1D1;
	display: block;
	padding: 4px 30px 4px 7px;
	border-radius: 2px;
	background-color: #F1F1F1;
	color: rgb(160, 160, 160);
	overflow: hidden;
}
