.TextType, input[type="text"], input[type="email"], input[type="password"], textarea {
	/*background: -webkit-linear-gradient(#eeeeee 0%, #ffffff 100%) #ffffff;
	background: -moz-linear-gradient(#eeeeee 0%, #ffffff 100%) #ffffff;  	
	background: -o-linear-gradient(#eeeeee 0%, #ffffff 100%) #ffffff; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');*/
    border:1px solid #900303;
    color:#333333;
    /*margin-top: 3px;
    padding:3px 5px;
    line-height:16px;*/
    vertical-align: middle;
    box-shadow: 0 0 3px #a1a1a1;
}
.TextType:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus{
    /*background:#ffffff;*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
    border:1px solid #bd2727;
    box-shadow: 0 0 5px #FCADB1;*/
}

.TextType {
	border-radius:0px;
	
}




.SelectType
{
    border:1px solid #900303;
    color:#333333;
    line-height:16px;
    margin-top:3px; 
    box-shadow: 0 0 3px #a1a1a1;
	border-radius:0px;
}
.CheckboxType{
	border-radius:0px;
}





.TextareaType
{
    border:1px solid #900303;
    margin-top:3px;
    background-color: #ffffff;
}
.SpanType
{
    float:left;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
    margin-top:0;
}

.TextDisableType
{
	color: #FFFFFF;
}

.disabled, input[type="text"].disabled, input[type="email"].disabled, input[type="password"].disabled, textarea.disabled
{
    background:#D6D6D6;
	border: 1px solid #efefef;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D6D6D6', endColorstr='#D6D6D6');
}

.default, input[type="text"].default, input[type="email"].default, input[type="password"].default, textarea.default
{
	
	border: 1px solid #efefef;
	cursor: default;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333');
}

.default {
	border: 0px solid #efefef;
}

.valid, input[type="text"].valid, input[type="email"].valid, input[type="password"].valid, textarea.valid
{
	background: #fff;
	border: 1px solid #900303;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCEEBB', endColorstr='#CCEEBB');
}

.invalid, input[type="text"].invalid, input[type="email"].invalid, input[type="password"].invalid, textarea.invalid
{
	background: #FF8686;
	border: 1px solid #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8686', endColorstr='#FF8686');
}

.required, input[type="text"].required, input[type="email"].required, input[type="password"].required, textarea.required
{

	border: 1px solid #FFD78A;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF9CE', endColorstr='#FFF9CE');
	background-color: #FFF9ED;
}

.message_text
{
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left : 0px;
	margin-bottom: 1px;
}

.message_text_li
{
	margin: 1px;
	font-size: 12px;
	color: red;
}

.message_balloon
{
	background-color: #D2D2D2;
	border: 1px solid #505050;
	padding:2px;

}

.message_balloon_li
{
	padding : 0;
	margin: 0;
	font-family:Arial;
	font-size:11pt;
}

/* .message_form
{
	padding: 10px;
	margin-bottom: 1px;
	display: block;
	margin-top: 10px;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	color:#B73535;
}

.message_form
{
	border:1px solid #efefef;
	padding:10px;
	border-radius:3px;
	box-shadow:0px 0px 3px #a1a1a1;
}
*/
.message_form_li
{
	background-color: #FFFBDF;
    border: 1px solid #FFD78A;
	padding: 1px 7px;
	margin: 0px 0px 10px 0px;
	color: #535353;
	border-radius:3px;
	box-shadow:0px 0px 2px #a1a1a1;
}



.message_form_li_hinweis
{
	background-color: #FFFBDF;
    border: 1px solid #FFD78A;
	padding: 1px 7px;
	margin: 0px 0px 10px 0px;
	color: #535353;
	border-radius:3px;
	box-shadow:0px 0px 2px #a1a1a1;
}
.submit
{
    background: url("../img/bg-input-button.png") center center repeat-x #900303;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	padding:3px 5px ;
	line-height:135%;
    margin:0;
    width: 92px;; 
}
.submit:hover
{
    background: #900303;
}

.submit_red, .reset, .close
{
    border: 1px solid #ffffff;
	margin:0px;
	padding: 3px 0px;
    width: 100px;
    color:#fff;
	box-shadow: 0px 0px 3px #a1a1a1;
	-webkit-box-shadow: 0px 0px 3px #a1a1a1;
	-moz-box-shadow: 0px 0px 3px #a1a1a1;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#a1a1a1, offX=0, offY=0, positive=true);
}


.submit_red
{
    background: url("../img/bg-input-button-grau.png") center center repeat-x #dddddd;
    line-height: 135%;
    color: #888888;
    border: 1px solid #AAAAAA;
	cursor:pointer;
}
.submit_red:hover
{
    background: url("../img/bg-input-button-grau.png") center center repeat-x #dddddd;
    box-shadow: 0 0 3px #A1A1A1;
}

.close
{
	background-color: #900303;
	color: black;
	width:16px;
}

.reset
{
	background-color: #dedede;
    color:#900303;
    margin:1px 0 4px;
	padding:2px 0;
}

.clear
{
	background-color: #FFFFFF;
	color: black;
}

.trenner  /* trennlinie im Formular */
{
	background-color: #777777;
	width: 100%;
	height: 2px;
}

.form
{
	border-left: 2px solid #888888;
    border-top: 2px solid #888888;
    border-right: 3px solid #444444;
    border-bottom: 3px solid #444444;
}

div .formErweiterteSuche_fZertifizierterMediator_label,
div .formErweiterteSuche_fIsOnlineMediation_label,
div .formErweiterteSuche_fSchwerpunktMediation_label
{
	font-weight: bold;
}

div.fileinputs 
{
    position: relative;
    width:100%;
}

.file_upload_styled 
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;

}
.file_upload_styled_input 
{
    background-color:#FFFFFF;
    color:#002F71;
    border:1px solid black;
        height:18px;
}

.file_upload_styled_button
{
    background-color: #FFFFFF;
    width:100px;
    margin-top:0px;
    margin-bottom:1px;
    color:#002F71;
    border:1px solid black;
    
}

.file_upload_styled_button_disabled
{
    background-color: lightgrey;
    width:100px;
    margin-top:0px;
    margin-bottom:1px;
    color:black;
    border:1px solid black;
    
}

input.file 
{
    position: relative;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

.dpDiv {

}
.dpTable {
    BORDER-RIGHT: #aaaaaa 1px solid; BORDER-TOP: #aaaaaa 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #aaaaaa 1px solid; COLOR: #505050; BORDER-BOTTOM: #aaaaaa 1px solid; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #FFFFFF; TEXT-ALIGN: center
}
.dpTR {

}
.dpTitleTR {

}
.dpDayTR {

}
.dpTodayButtonTR {

}
.dpTD {
    CURSOR: pointer
}
.dpDayHighlightTD {
    BORDER-RIGHT: #aaaaaa 1px solid; BORDER-TOP: #aaaaaa 1px solid; BORDER-LEFT: #aaaaaa 1px solid; CURSOR: pointer; BORDER-BOTTOM: #aaaaaa 1px solid; BACKGROUND-COLOR: #cccccc
}
.dpTitleTD {

}
.dpButtonTD {

}
.dpTodayButtonTD {

}
.dpDayTD {
    BORDER-RIGHT: #aaaaaa 1px solid; BORDER-TOP: #aaaaaa 1px solid; BORDER-LEFT: #aaaaaa 1px solid; COLOR: white; BORDER-BOTTOM: #aaaaaa 1px solid; BACKGROUND-COLOR: #cccccc
}
.dpTitleText {
    FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: gray
}
.dpDayHighlight {
    FONT-WEIGHT: bold; COLOR: #4060ff
}
.dpButton {
    PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 10px; BACKGROUND: #d8e8ff; PADDING-BOTTOM: 0px; COLOR: gray; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif
}
.dpTodayButton {
    FONT-WEIGHT: bold; FONT-SIZE: 10px; BACKGROUND: #d8e8ff; COLOR: gray; FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif
}

.FieldAuto_DIV
{
    position:absolute;	
}

.FieldAuto_Row
{
    background-color: #c0c0c0;
    cursor:pointer;
}

.FieldAuto_RowAlternate
{
    background-color: #999999;
    cursor:pointer;
}

.subhead {
	margin-bottom:5px;
	font-weight:bold;
	}

/*PopUp - Vertragsmodelle Aendern*/
#DivVertragsmodellAendern
{
	position: fixed;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	min-height: 250px;
	background-color: #ffffff;
    border: 1px solid #ffffff;
	z-index:999;
	box-shadow:0px 0px 0px #757575 inset;
}


.mfde-pfeil::after {
    content: url(/images/icons/button-grey.png);
}




.MedMediatorField_PLZZ
{
	position:relative;
	margin:0px;
	width:100%;
}

#formEinfacheSuche3_fFachgebiet_label {
    color: #fff;
}

#formEinfacheSuche3_fPLZZ_label,
#formEinfacheSuche3_fUmkreissuche_label {
    color: #fff;
}

#formEinfacheSuche3_fUmkreissuche_label,
#formEinfacheSuche3_fUmkreissuche_div
{
	display: inline-block;
    color: #ffffff;
}

.FieldWerteliste, .FieldWertelisteSingle{
    border: 1px solid #fff;
    padding: 0.4rem;
    color: #fff;
}

.formEinfacheSuche_fIsFoto_label
{
	margin-bottom: 4px;
}

div .formEinfacheSuche_fPLZZ
{
	width: 100%;
	background-color: transparent;
	color: #fff;
	border: 1px solid;
	padding: 0.4rem;
}

.formEinfacheSuche_fPLZZ.required {
    background-color: transparent !important;
    border: 1px solid #fff !important;
}

.TextType.formEinfacheSuche_fPLZZ:focus {
    border: 1px solid #fff;
}

#formEinfacheSuche3_fZertifizierterMediator_label,
#formEinfacheSuche3_fIsOnlineMediation_label {
    float: right;
}

.CheckboxType
{
	width:40px;
}

CheckboxType
{
	width:40px;
}


.MedSucheProfilTipp
{
	width:400px;
	position:absolute;
	margin-top:4px;
	margin-left: 10px;
}


div .submit_red:hover, div input[type=button].formEinfacheSuche_reset:hover
{
    background:#900303;
}



div  .message_form
{
	position:absolute;
	overflow:hidden;
	margin:-2px 0px 0px 15px;
	border:0;
	background:none;
}

div .message_form_li
{
	background-color: #FFFBDF;
	border: 1px solid #FFD78A;
	padding: 1px 7px;

	box-shadow:0px 0px 0px transparent;
	font-weight:10px;
	color:#900303;
}

.FieldGEOSearch_Div
{
	clear: both; 
	position: absolute; 
	min-width:237px;
	max-width: 350px; 
	max-height: 200px; 
    border-left:1px solid #900303;
    border-right: 1px solid #900303;
    border-bottom: 1px solid #900303;
	overflow: auto; 
	z-index: 999; 
	background-color: rgb(255, 255, 255); 
	margin: -2px 2px 2px 0px;
}

.FieldGEOSearch_Entry
{
	display: block;
	color: #000000;
	padding: 0 5px;
	margin: 0px;
	cursor: pointer;
	padding-right:20px;
	/* margin-right:14px;*/
	white-space:nowrap;
}

.FieldGEOSearch_Entry:hover
{
	background-color: #ffeeee;
} 

div.DynamicFields .FieldTable
{
	border: 0 none;
	border-collapse: collapse;
}

.formEinfacheSuche_fUmkreissuche
{
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	padding-left: 4px;
	margin-left: 4px;	
}

.formEinfacheSuche_fUmkreissuche option
{
	color: #000000;
}

