/*
 ########## BreezingForms 1.6.5 QuickMode ##########
 @autor crosstec.de
 @copyright Copyright (C) 2009 crosstec.de. All rights reserved.
 ########################################
*/

/* ==========================================================================
   General
   ========================================================================== */

.bfMaxLengthCounter {
    color: #666;
}

.bfQuickMode span.hasTip {
    background: transparent url('images/icon_info.png') right top no-repeat;
}

.bfQuickMode .bfErrorMessage {
	margin-bottom: 1.5em;
	padding: 1.200em; /*18px*/
	font-size: 1.071em; /*15px*/
	font-weight: normal;
	color: #41525c;
	background: #ffd7e2;
	border: 3px solid #f30045;
}

.bfQuickMode .bfPageIntro {
	padding: 0;
	margin-bottom: 1.79em; /* 25px */
}

.bfQuickMode .bfNoSection {
	margin: 0;
}

.bfQuickMode section.bfElemWrap {
	position: relative;
	padding: 0;
	overflow: visible;
}

.bfQuickMode section.bfElemWrap:before,
.bfQuickMode section.bfElemWrap:after {
    content: " ";
    display: table;
}

.bfQuickMode section.bfElemWrap:after {
    clear: both;
}

.bfQuickMode .bfSectionDescription {
	font-size: 1.14em; /* 16px */
	color: #41525c;
	margin: 0.62em 0 1.88em 0; /* 10px 0 30px 0 */
}

.bfQuickMode #section-label-description .bfSectionDescription {
	margin: 0;
}

/*.bfQuickMode section.bfElemWrap {
	width: 50%;
	min-width: 400px;
}*/

/* ==========================================================================
   Form elements
   ========================================================================== */

.bfQuickMode .bfElemWrap label:after {
	content: ':';
}

.bfQuickMode section input[type=text],
.bfQuickMode section input[type=email],
.bfQuickMode section input[type=password],
.bfQuickMode section textarea,
.bfQuickMode section select,
.bfQuickMode section .selecter,
.bfQuickMode .bfLabelRight label {
	/*width: 100%;*/
	width: 50%;
	min-width: 400px;
}

.bfQuickMode .bfElemWrap label,
.bfQuickMode .bfElemWrap input[type=text],
.bfQuickMode section input[type=email],
.bfQuickMode .bfElemWrap input[type=password],
.bfQuickMode .bfElemWrap textarea,
.bfQuickMode .bfElemWrap select,
.bfQuickMode .bfElemWrap .selecter {
	clear: both;
	display: block;
	float: left;
	margin-bottom: 1.25em; /* 20px */
}

.bfQuickMode .bf-label {
	display: block;
	font-size: 1em; /* 16px */
	margin-bottom: 0.62em; /* 10px */
}

.bfQuickMode .bf-label__desc {
	font-size: 13px; /* 13px */
	margin-bottom: 1.54em; /* 20px */
}

/* Assumed .bfLabelRight will only used for checkbox with right label  */
.bfQuickMode .bfLabelRight label {
	float: none;
	padding: 5px 0;
	padding-left: 3.75em; /* 60px */
	margin: 0 0 1.25em 0; /* 0 0 20px 0 */
	font: normal 1.14em arial; /* 16px */
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}

.bfQuickMode .bfLabelRight label:after {
	content: '';
}

.bfQuickMode .bfLabelLeft label,
.bfQuickMode .bfLabelRight label {
	width: 100%;
	margin-right: 0;
}

.bfQuickMode .bfLabelRight .custom-check {
	position: absolute;
	top: 0.36em; /* 5px */
	left: 0;
}

.bfQuickMode .bfNextButton,
.bfQuickMode .bfSubmitButton,
.bfQuickMode .bfCancelButton {
	float: left;
	clear: left;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	max-width: 100%;
	border: 0;
	cursor: pointer;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.143em; /* 16px */
	line-height: 3.313em;
	color: #fff;
	padding: 0 1.563em;
	margin-top: 1.25em; /* 20px */
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #4bc7c7;
}

.bfQuickMode .bfNextButton:hover,
.bfQuickMode .bfSubmitButton:hover,
.bfQuickMode .bfCancelButton:hover {
	background-color: #24a6a6;
}

/* ==========================================================================
   Special case

   This id is used in media form (the breezingfrom form name), to do the two
   column text field and checkbox style
   http://www.butterflyinternet.com.au/design/view-new.php?version=allen%20and%20unwin/AandU-design-DK-V3-16
   ========================================================================== */

#section-book-field {
	overflow: hidden;
}

#section-book-field section {
	float: left;
	width: 50%;
	min-width: 400px;
}

#section-book-field section ~ section {
	margin-left: 2.86em;  /* 40px */
	width: 5.80em; /* 81px */
	min-width: auto;
	min-width: initial;
	text-align: center;
}

#section-book-field .custom-check {
	margin-top: 0.93em;
}

#section-book-field section input[type=text],
#section-book-field section input[type=password],
#section-book-field section textarea,
#section-book-field section select,
#section-book-field section .selecter,
#section-book-field .bfLabelRight label {
	width: 100%;
}


/* ==========================================================================
   Media queries
   ========================================================================== */

@media all and (max-width: 767px) {
	.bfQuickMode section.bfElemWrap,
	.bfQuickMode .bfSectionDescription,
	#section-book-field section {
		width: 100%;
		min-width: initial;
	}

	.bfQuickMode section input[type=text],
	.bfQuickMode section input[type=email],
	.bfQuickMode section input[type=password],
	.bfQuickMode section textarea,
	.bfQuickMode section select,
	.bfQuickMode section .selecter {
		width: 100%;
		min-width: initial;
		max-width: initial;
	}

	.bfQuickMode input[type=text],
	.bfQuickMode textarea,
	.bfQuickMode .uneditable-input,
	.bfQuickMode input[type=text]:hover,
	.bfQuickMode textarea:hover,
	.bfQuickMode .uneditable-input:hover,
	.bfQuickMode input[type=text]:focus,
	.bfQuickMode textarea:focus,
	.bfQuickMode .uneditable-input:focus {
		width: 100%;
		min-width: initial;
		max-width: initial;
	}

	#section-book-field section {
		width: 75%;
	}

	#section-book-field section ~ section {
		margin-left: 0;
		width: 25%;
		float: right;
	}
}