/* If you edit this file, your modifications will be overwritten during the next upgrade.
Copy this stylesheet with a different name, edit it, and finally
select your own custom css in "Advanced Options" of your forms */

.foxcontainer h2 {
}
.foxform {
}
.foxform div
{
	float:left;
	height:60px;
}
.foxform label {
	line-height: 13px;
    margin: 6px 0 3px 2px;
}
.ie7 .foxform label {
	line-height: 15px;
}

/* Message area at the top of the form after submit */
.fox_messages {
}
.fox_messages li{
}

.foxform input, .foxform textarea {
}
.foxform input:hover, .foxform textarea:hover,
.foxform input:focus, .foxform textarea:focus {
}

input.foxtext {
}
input.validfoxtext, textarea.validfoxtext {
}
input.invalidfoxtext, textarea.invalidfoxtext {
}
select.foxtext {
	margin-left: 3px;
}
select.validfoxtext {
}
select.invalidfoxtext {
}
.foxcheckbox {
}
.validcheckbox {
}
.invalidcheckbox {
}

.fox_dropdown {
	cursor:pointer;
}
.fox_dropdown option {
}

.defaultfoxfield {
	border:1px solid #c0c0c0;
}
.validfoxfield {
	border:1px solid rgb(80, 192, 80);

}
.invalidfoxfield {
	border:1px solid rgb(192, 80, 80);
}

.outer_dropdown {
	background:url("../../../media/com_foxcontact/images/dropdown-background.png") repeat-x;
	height:26px;
	display:none;
	margin: 0 3px !important;
	width: 100% !important;
}

.inner_dropdown {
	color:#505050;
	height: 26px;
	padding: 0 5px;
	display: table-cell;
	vertical-align: middle;
	width: 100% !important;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: transparent;

}


/* Submit button inner text */
button.foxbutton span {
}

/* Mandatory field marker */
.asterisk {
font-weight: bold;
color:#f00;
}
.asterisk:after {
content: "*";
}

.fcaptchacontainer {
margin: 0 3px !important;
}
.fcaptchafieldcontainer {
display:table-cell;
vertical-align:middle;
padding:5px !important;
}
.fcaptchainputcontainer {
padding-top:1em !important;
}
.fox_captcha_img {
padding: 4px;
border: 1px solid #C0C0C0;
}
.qq-uploader { position:relative; width: 100%;}

.qq-upload-button {
	padding:0 16px !important;
	margin:16px 0 !important;
	background:url("../../../media/com_foxcontact/images/button-background.png");
	border:1px solid #C0C0C0;
	cursor:pointer;
	/*height:28px;*/
	line-height:28px;
	color:#505050;
	text-shadow:1px 1px 0 #ffffff;
	border-radius:14px 14px 14px 14px;
	-moz-border-radius:14px 14px 14px 14px;
	-webkit-border-radius:14px 14px 14px 14px;
	box-shadow:0 0 7px rgba(192, 192, 192, 0.698);
	-moz-box-shadow:0 0 7px rgba(192, 192, 192, 0.698);
	-webkit-box-shadow:0 0 7px rgba(192, 192, 192, 0.698);
}
.qq-upload-button span {
	color:#505050;
}

/*this fixes an issue with damned ie6-ie7*/
.qq-upload-button-caption {
vertical-align: top;
}
/*end fix*/

.qq-upload-button-hover {
background-position: 0 -28px;
}
.qq-upload-button-focus {outline:1px dotted black;}

.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
    background:#FF9797; text-align:center;
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {background:#FF7171;}

.qq-upload-list {padding:0 !important; list-style:none !important; clear:both;}
.qq-upload-list li {
margin:0 !important;
padding:0 !important;
padding: 4px 16px !important;
list-style:none !important;
/*background: url("../../../media/com_foxcontact/images/clip-16.png") no-repeat scroll 0 50% transparent !important;*/
background-image: url("../../../media/com_foxcontact/images/clip-16.png") !important;
background-repeat: no-repeat !important;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin: 0 4px;
}

.qq-upload-file {}
.qq-upload-spinner {
	display:inline-block;
	background: url("../../../media/com_foxcontact/images/loading.gif");
	width:15px;
	height:15px;
	vertical-align:text-bottom;
}
.qq-upload-size,.qq-upload-cancel {font-size:0.8em;}

.qq-upload-failed-text {display:none;}
.qq-upload-success-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {
	display:inline;
	padding: 0 20px;
/*	font-size:0.8em;*/
	line-height:16px;
/*	background: url("../../../media/com_foxcontact/images/error-16.png") no-repeat scroll 0 50% transparent;*/
	background-image: url("../../../media/com_foxcontact/images/error-16.png") !important;
	background-repeat: no-repeat !important;
}
.qq-upload-success .qq-upload-success-text {
	display:inline;
	padding: 0 20px;
	margin: 0 4px;
	/*font-size:0.8em;*/
	line-height:16px;
/*	background: url("../../../media/com_foxcontact/images/ok-16.png") no-repeat scroll 0 50% transparent;*/
	background-image: url("../../../media/com_foxcontact/images/ok-16.png") !important;
	background-repeat: no-repeat !important;
}
/* Checkboxes */
.fox_cbspan {
	display: table-cell;
	height: 20px; /* same as checkbox icon height */
	padding: 0 24px; /* checkbox icon width + 4 px */
	vertical-align: middle;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: transparent;
/* Depends on current language
	background-position: left 50%; */
}
.fox_cbspan_true {
/*	background: url("../../../media/com_foxcontact/images/checkbox-checked.png") no-repeat scroll left 50% transparent; */
	background-image: url("../../../media/com_foxcontact/images/checkbox-checked.png");
}
.fox_cbspan_false {
/*	background: url("../../../media/com_foxcontact/images/checkbox-unchecked.png") no-repeat scroll left 50% transparent; */
	background-image: url("../../../media/com_foxcontact/images/checkbox-unchecked.png");
}

/* Send a copy to myself checkbox */
.fox_copy_to_sender {
/*margin-left: 160px !important;*/
}

/* custom css for every field - changed in fieldsbuilder.php */

.foxCustomHtmlField
{
	
}

.foxDropdownField
{
	
}

.foxDropdownField div
{
	margin-left:-2px;
}

.foxTextField
{
	
}

.foxTextareaField
{
	
}

.foxCheckboxField
{
	
}

/* CUSTOM */

.fox_form div:first-child {
    margin-bottom: 10px ;
}

div.foxcontainer
{
	padding: 0 !important;
}
.control-group
{
	float:left;	
}
.required, .asterisk
{
    display: none !important;
}
.sternchen {
    color: #6EA0D2;
    display: inline;
    padding: 0 2px;
}
.controls input, .chzn-single, .controls textarea
{
	border-radius:0 !important;	
}
.control-group.error .chzn-single
{
	border-color: #B94A48 !important;	
}
.alert, .alert-error, .alert-danger
{
    background-color: #fff !important;	
    border: none !important;	
	padding:0 !important;	
}
.fox_messages 
{
    color: #326496;
    font-weight: bold;
}
.alert-error .fox_messages 
{
    color: #B94A48;
}
ul.fox_messages  
{
    list-style: disc outside none !important;		
}
.fox_form label {
    line-height: 13px;
    margin: 6px 0 3px 2px;
	width: 110%;
}

.dropdown0 /* Anrede */
{
	margin-right: 18px;
    width: 72px;
}

.text0 /* Vorname */
{
	margin-right: 17px;
    width: 210px;
}

.sender0 /* Nachname */
{
	width: 210px;
}

.text3 /* Telefon */
{
	clear:left;
	margin-right: 17px;
    width: 200px;
}

.sender1 /* E-Mail */
{
	width: 310px;
}

.text6 /* Str./Nr. */
{
	clear:left;
	margin-right: 17px;
    width: 200px;
}

.text7 /* PLZ */
{
	margin-right: 17px;
    width: 50px;
}

.text8 /* Ort */
{
	width: 243px;
}

.dropdown1 /* Aufmerksam durch */
{
	width: 200px;
}

.dropdown2 /* Welche OPs */
{
	clear: left;
    width: 200px;
}

.textarea0 /* Mitteilung */
{
    height: 230px !important;
    margin: -64px 0 0 0 !important;
    width: 310px;
	
	left:17px;
	position:relative;
}

.customhtml0
{
	width:85%;
	padding-right:15%;
}

.customhtml1 /* Datenschutz */
{
	color: #999999;
    font-size: 0.7em;
    height: 28px !important;
    line-height: 1em;
    /*margin: 15px 0 0 2px;*/
    width: 200px;
	
	float:none;
	position:absolute;
	margin:405px 0 0 0;
}

.control-group button {
	cursor: pointer;
    margin-top: -85px;
    border: 1px solid #666666 !important;
	color:#000;
	width:212px;
	text-shadow: none !important;
}

.ie7 .control-group button {
    margin-top: 0px;
}

.chzn-search input
{
width: 165px!important;
}
