#list_selector_content{
}
form {
	margin: 0px;
}

.form {
	float: left;
}

.form div {
	float: left;
}

.form .label {
	text-align: right;
	float: left;
	margin: 0px;
	padding: 3px 5px;
	display: block;
	width: 200px;

}

div.selector_search_input {
	padding-right: 3px;
	float: right;
}

.selector_scroll .error {
    margin:5px !important;
}

.selector_scroll .form {
	float: left;
}

.selector_scroll {
	clear: both;
    padding: 5px;
    float: left;
}

.selector_container {
    width:723px;
    float: left;
}

.selector_container .form {
    width:723px !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 input {
	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: 1px 0px 1px 0px;
	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;
}

div.file_selector {
	background-color: white;
	overflow: auto;
	height: 300px;
	padding: 0px;
	border: 1px solid #ece0e0;
}

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 210px;
	color: #ff0000;
	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: 1px dotted #000;
	position: absolute;
	background-color: #fff;
	z-index: 1010;
	min-width: 200px;
	min-height: 50px;
}

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:url("images/menu_nonselect_hover.jpg") repeat scroll 0 0 transparent;
	margin-bottom: 4px;
}

div.dialog_header div {
	float: left;
}

div.selector {
	background-color:#E0E9F1;
	border:1px solid #7FAAFF;
	display:inline;
	padding:2px 3px;
	cursor: pointer;
	height:16px;
	margin: 0;
	min-width: 150px;
}

div.selector img {
	float: left;
	margin-left: -4px;
	margin-right: 3px;
}

div.selector_scroll {
	/*overflow: auto;*/
}

div#selector_list {
	padding-top: 4px;
}

div.selector_text {
	padding-left: 4px;
	overflow: hidden;
	white-space: nowrap;
}

/*.huisnummer {
	width:30px;
}*/

.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;
}
