/*
 ########## BreezingForms Ribbon ##########
 @autor crosstec.de
 @copyright Copyright (C) 2011 crosstec.de. All rights reserved.
 ########################################
*/
/* #### Colors #### */
/* ## Background Colors ##*/
/* Page BG */.bfPage-m {background: #ffffff;}
/* BG Fielset */.bfQuickMode .bfFieldset-m{}
/* BG Fielset Level 2*/.bfQuickMode .bfWrapperBlock .bfWrapperBlock .bfFieldset-m, .bfQuickMode .bfWrapperInline .bfFieldset-m  {margin: 0 10px !important;background: #f1f1f1 !important;}
/* ## Font Colors ## */
/* Standard Font Color in Form*/ .bfQuickMode {color: #333;}
/* Legend Fieldset */ .bfQuickMode .bfLegend-m {color: #016375 !important;}
/* Legend Fieldset Level 2*/ .bfQuickMode .bfWrapperBlock .bfWrapperBlock .bfLegend-m {color: #a4ce05 !important;}
/* Buttons */ .bfQuickMode button span, .bfQuickMode .bfDivButtonWrapper .bfDivButtonMain  {color: #ffffff !important;}
/* Not Available */ .bfQuickMode .bfNotAvailable {color: #888 !important;}
/* Required */ .bfQuickMode .bfRequired {color: #e40505;}
/* Max Length Counter */ .bfMaxLengthCounter {color: #0079c1;}
/* Rollovers */
/*Regular*/.bfQuickMode section.bfRolloverBg, .bfQuickMode span.bfRolloverBg, .bfQuickMode .bfWrapperInline section.bfRolloverBg {background-image: url('img/bg_rollover.png') !important;}
/* Fieldset Level 1 */ .bfQuickMode .bfWrapperInline section.bfRolloverBg, .bfQuickMode .bfWrapperInline span.bfRolloverBg {background-image: url('img/bg_rollover_fieldset.png') !important;}
/* Fieldset Level 2 */ .bfQuickMode .bfWrapperBlock .bfWrapperBlock section.bfRolloverBg, .bfQuickMode .bfWrapperBlock .bfWrapperBlock span.bfRolloverBg { 
	background-image: url('img/bg_rollover_infieldset.png') !important;
}
/* Input Fields */
.bfPage select option, .bfPage select, .bfPage input[type='file'] {background-color: #ffffff;}
.bfQuickMode input[type=text], .bfQuickMode input[type=password], .bfQuickMode textarea, .bfQuickMode select {border: 1px solid #d6d6d6;}
.bfQuickMode textarea:hover, .bfQuickMode input[type='text']:hover, .bfQuickMode input[type='password']:hover, .bfQuickMode select:hover {border: 1px solid #fdbc5d;}
.bfQuickMode textarea:focus, .bfQuickMode input[type='text']:focus, .bfQuickMode input[type='password']:focus, .bfQuickMode select:focus {
	outline:none;
	border: 1px solid #008c99;
	transition: 200ms all;
}
/* ##### General BreezingForms styles ##### */
.bfQuickMode {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.bfPage-m {
    margin: 0 5px;
    padding-top: 10px;
    min-height: 780px;
}
.bfQuickMode .bfFieldset-tl {background: none;border-radius: 5px 5px 0px 0px;}
.bfQuickMode .bfFieldset-t {margin: 0 18px !important;}

.bfQuickMode .bfFieldset-m {
    margin: 0 18px !important;
}
.bfQuickMode .bfFieldset-bl {}
.bfQuickMode .bfFieldset-b {height: 14px;}
.bfQuickMode fieldset {
    padding: 10px 0 0 0 !important;
	margin: 0 !important;
	background: #f8f8f8;
    position: relative !important;
}
/*#### Legend ####*/
.bfQuickMode legend, .bfQuickMode .bfWrapperBlock legend, .bfQuickMode .bfWrapperBlock .bfWrapperBlock legend {
    font-size: 100% !important;
}
.bfQuickMode legend {
	background: none;
}
.bfQuickMode .bfWrapperBlock legend {
	position: relative;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #d3d4ce;
	background: #fff;
	box-shadow: inset 0 -1px 0 #d3d4ce;
}
.bfQuickMode .bfWrapperInline legend, .bfQuickMode .bfWrapperBlock .bfWrapperBlock legend {
	top: -33px !important;
}
.bfQuickMode .bfLegend-l {
    padding: 0;
    background: none;
    left: 0;
    width: 100%;
}
.bfQuickMode .bfLegend-l, .bfQuickMode .bfLegend-r, .bfQuickMode .bfLegend-m {
	display: inline-block;
}
.bfQuickMode .bfWrapperBlock .bfWrapperBlock .bfLegend-l, .bfQuickMode .bfWrapperBlock .bfWrapperBlock .bfLegend-r, .bfQuickMode .bfWrapperBlock .bfWrapperBlock .bfLegend-m {
	display: inline-block; 
	height: 32px;
}
.bfQuickMode .bfLegend-m {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em !important;
	line-height: 1;
}
.bfQuickMode .bfWrapperInline .bfLegend-m, .bfQuickMode .bfWrapperBlock .bfWrapperBlock .bfLegend-m { 
	font: 16px/25px 'OpenSans', Arial, sans-serif !important;
	color: #f1f1f1 !important;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}
.bfQuickMode section.bfElemWrap {
	padding: 10px;
    margin: -10px 10px 10px 10px;
    border-bottom: 1px solid #eee;
}
.bfQuickMode span.bfElemWrap {
    padding: 5px;
    margin: 10px 10px 0 0;
}
.bfQuickMode fieldset fieldset legend {
    background: none !important;
    font-size: 100% !important;
    font-weight: normal !important;
}
.bfQuickMode fieldset.bfInline section {
    padding: 5px;
    margin: 0 0 10px 0;
}
.bfElementGroup > .bfGroupLabel {
    padding: 1px;
}
/* ##### Labels ##### */
.bfQuickMode .bfLabelTop label {
	font-size:16px;
	padding-bottom: 5px;
	font-family: "Open Sans", sans-serif;
}
.bfQuickMode .bfLabelLeft label {
	margin: 8px 0 !important;
}
.bfQuickMode .bfInline .bfLabelLeft .bfElementGroupNoWrap input[type='text'] {
    width: 48%;
}
.bfQuickMode label {
	font-weight:bold;
}
.bfElementGroup label, .bfElementGroupNoWrap label {
	font-weight: normal;
}
.bfQuickMode section input[type='text'], .bfQuickMode section textarea, .bfQuickMode section select {min-height:2em;border:1px solid #fff;background-color: #fff;width: 100% !important;}
/* ##### Input Fields ##### */
.bfQuickMode input[type=text], .bfQuickMode input[type=password], .bfQuickMode textarea, .bfQuickMode select {
    min-height: 2em;
    font-size: 15px;
    padding: 6px;
    border-radius: 2px;
    box-shadow: 1px 1px 4px 0px #c1c1c1;
}
.bfQuickMode textarea:focus, .bfQuickMode input[type='text']:focus, .bfQuickMode input[type='password']:focus, .bfQuickMode select:focus {
	background: #ffffff;
	box-shadow: 1px 1px 5px 0px rgba(42, 42, 42, 0.27);
}
.bfQuickMode input[type='button'], .bfQuickMode input[type='submit'], .bfQuickMode input[type='checkbox'], .bfQuickMode input[type='image'], .bfQuickMode input[type='radio'], .bfQuickMode input[type='reset'], .bfQuickMode select, .bfQuickMode button {
    cursor: pointer !important;
    border-bottom: 10px solid #000;
}
.bfQuickMode input[type='hidden'] { display: none; }
.bfQuickMode [type="checkbox"] {
   position:absolute; 
   visibility: visible;
   z-index:-1000; 
   left:-1000px; 
   overflow: hidden; 
   clip: rect(0 0 0 0); 
   height:1px; 
   width:1px; 
   margin:-1px; 
   padding:0; 
   border:0;
}
.bfQuickMode [type="checkbox"] + label {
   padding-left:5px;
   padding-bottom:8px;
   display:inline-block !important;
   line-height:20px;
   background-repeat:no-repeat;
   background-position: 0 0;
   font-size:15px;
   cursor:pointer;
}
.bfQuickMode input[type="checkbox"] + label:before {font-family: FontAwesome;display:inline-block;width:25px;}
.bfQuickMode input[type="checkbox"] + label:before {content: "\f096";}
.bfQuickMode input[type="checkbox"]:checked + label:before {content: "\f046";color:#008c99;}
.bfQuickMode input[type="checkbox"] + label {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.bfElementGroup input[type="checkbox"] + label:before {font-family: FontAwesome;display:inline-block;width:25px;}
.bfElementGroup input[type="checkbox"] + label:before {font-size:125%;content: "\f096";}
.bfElementGroup input[type="checkbox"]:checked + label:before {content: "\f046";color:#008c99;}
.bfElementGroup input[type="checkbox"] + label {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.bfQuickMode [type="radio"] {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}
.bfQuickMode [type="radio"] + label {
	visibility: visible;
	padding-left:5px !important;
	height:15px; 
	display:inline-block !important;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}
.bfQuickMode input[type="radio"] + label:before {font-family: FontAwesome;display: inline-block;width:25px;}
.bfQuickMode input[type="radio"] + label:before {font-size:125%;content: "\f10c ";}
.bfQuickMode input[type="radio"]:checked + label:before {content: "\f192 ";color:#008c99;}
.bfQuickMode [type="radio"] + label {
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.bfElementGroup input[type="radio"] + label:before {font-family: FontAwesome;display: inline-block;width:25px;}
.bfElementGroup input[type="radio"] + label:before {font-size:125%;content: "\f10c ";}
.bfElementGroup input[type="radio"]:checked + label:before {content: "\f192 ";color:#008c99;}
.bfElementGroup [type="radio"] + label {
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
/* ##### Rollover ##### */
.bfQuickMode section.bfRolloverBg, .bfQuickMode span.bfRolloverBg, .bfQuickMode .bfWrapperInline section.bfRolloverBg, .bfQuickMode .bfWrapperInline span.bfRolloverBg, .bfQuickMode .bfWrapperBlock .bfWrapperBlock section.bfRolloverBg, .bfQuickMode .bfWrapperBlock .bfWrapperBlock span.bfRolloverBg {
    padding: 5px !important;
    background-repeat: repeat !important;
}
/* ##### page intro ##### */
.bfQuickMode .bfPageIntro {
    padding: 5px;
    margin: 0px 0px 10px 0px;
    background: none;
    border: none;
    font-weight: normal;	
}
/* ##### error messages #####*/
.bfQuickMode .bfErrorMessage {
    background: #ffeded;
    font-weight: bold;
    float: none;
    display: block;
    /*color: red;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/* ##### Tooltip ##### */
.bfQuickMode span.hasTip:before {
    content: "\f059 ";
    font-size:17px;
    font-family: FontAwesome;
    color:#0079c1;
    padding:0px;
    border-radius:25px;
}
.bfQuickMode span.hasTip {
    background: none;
}
/* ##### Section Description #####*/
.bfQuickMode .bfSectionDescription {
    background: none;
    border: none;
    font-weight: normal;
	margin: 0;
	margin: 0 10px;
}
.bfQuickMode .bfSectionDescription section {
    background: none;
    border: none;
}
/* ##### Required ##### */
.bfQuickMode .bfRequired {
    background: none;
    font-size: 21px;
	line-height: 16px;
    font-weight: bold;
    border: none;
    padding: 0;
    margin-left: 0;
    float: none;
}
.bfQuickMode .bfFieldset-m .bfRequired {
	margin-left: 4px !important;
}
/* ##### Buttons ##### */
/* ## new Button style##*/
.bfQuickMode .bfDivButtonWrapper {
	display: inline-block !important;
	position: relative !important;
	cursor: pointer !important;
	height: 30px !important;
	padding: 0 !important;
	overflow: hidden !important;
}
.bfQuickMode .bfDivButtonWrapper .bfDivButtonMain {
	position: relative !important;
	float: left !important;
	display: block !important;
	height: 36px !important;
	min-width: 18px !important;
	padding: 3px 0 0 18px !important;
    font: 16px/22px "Open Sans", sans-serif;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.25) !important;
	white-space: nowrap !important;
	background: none;
}
.bfQuickMode .bfDivButtonWrapper .bfDivButtonRight {
	position: relative !important;
	float: left !important;
	width: 18px !important;
	height: 36px !important;
	display: block !important;
	background: none;
}
.bfQuickMode .bfDivButtonWrapper:hover .bfDivButtonMain {
	background-position: 0 -36px !important;
}
.bfQuickMode .bfDivButtonWrapper:hover .bfDivButtonRight {
    background-position: right -119px !important; 
}
/* ## old Button style## */
.bfQuickMode button {
    padding: 0 18px 0 0 !important;
    margin-right: 5px !important;
    font-size: 12px !important;
    font-weight:bold !important;
    text-align: center !important;
    background: #016375;
    border-radius: 5px;
    position: relative !important;
    border: 0 !important;
    cursor: pointer !important;
    overflow: visible !important; /* removes extra side padding in IE */
}
.bfQuickMode button:hover {
	background: #008c99;
	transition: all 400ms;
}
.bfQuickMode button span {
    padding: 3px 0 0 18px !important; 
    height:28px !important; 
	border-radius:20px;
    position: relative !important;
    display: block !important;
    white-space: nowrap !important;
	font: 16px/22px 'YanoneKaffeesatzRegular', Arial, sans-serif !important;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.25) !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.bfQuickMode button span {
		line-height: 19px !important;
	}
}
@media only screen and (max-width:450px) {
	.bfQuickMode .bfFieldset-m {
		margin: 0 !important;
}
	.bfQuickMode section.bfElemWrap {
		padding: 5px;
		margin: 0px;
}
	.bfPage-m {
		margin: 0 !important;
		min-height: 0;
}
	.bfQuickMode fieldset {
		padding: 0 !important; 
}
	.bfQuickMode .bfLabelTop label {
		padding-left: 5px;
}
}
.bfQuickMode button::-moz-focus-inner {
    border: none !important;  /* overrides extra padding in Firefox */
}
.bfQuickMode button:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
    background-position: right -119px !important;
}
.bfQuickMode button:hover span, button.submitBtnHover span {
    background-position: 0 -36px !important;
}
.bfQuickMode .bfNextButton, .bfQuickMode .bfSubmitButton, .bfQuickMode .bfCancelButton {
    float: right !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Google Chrome only - fix margins */
    .bfQuickMode button span {
		padding: 5px 0 0 15px !important;
    }
}
.bfQuickMode button {
    outline: none;
}
.bfQuickMode .bfPrevButton {
    float: left !important;
}
.bfQuickMode button.bfCalendar {
    height: 30px !important;
    top: -1px !important;
    margin: 5px 5px 0 5px !important;
    float: left;
    content: '/f073 ';
    font-family: FontAwesome;
}
.icon-calendar:before {
    font-family: FontAwesome !important;
    content: "\f073 " !important;
}
.bfQuickMode legend{
    border: 0;
}
/* #### bfTooltip ### */
.bfQuickMode span.bfTooltip:before {
    content: "\f059 ";
    font-size:17px;
    font-family: FontAwesome;
    color:#0079c1;
    padding:0px;
    border-radius:25px;
}
.bfQuickMode span.bfTooltip {
    background: none;
    margin-right: 5px;
    padding: 0 0px 0 0;
    float: left;
}
/* #### Summary #### */
.bfQuickMode .bfSummarize  {
	font-weight: normal !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
.bfQuickMode .bfNotAvailable {
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}