@charset "UTF-8";

/**
 * JYAML - Template Framework includes YAML for Joomla!
 *
 * All rights reserved. The JYAML project is a template to manage and
 * configure Joomla!-Templates with the YAML XHTML/CSS Framework
 * - http://www.yaml.de
 *
 * @author      Reinhard Hiebl <reinhard@hieblmedia.com>
 * @copyright   Copyright (C) 2006 - 2016, HieblMedia (Reinhard Hiebl)
 * @license     http://www.jyaml.de/en/license Creative Commons Attribution 3.0
 * @link        http://www.jyaml.de
 */

@import url(icons.css);

@media all {
	.bfQuickMode * {
		box-sizing: border-box;
		line-height: 1em;
	}

	.bfQuickMode legend {
		color: #04462c;
		font-size: larger;
		font-weight: bold;
	}
	.bfNoSection, .bfQuickMode fieldset {
		background: rgba(255,255,255,.5);
		padding: 1em;
	}

	.bfQuickMode section.bfElemWrap {
		background: transparent !important;
		padding: 5px;
	}

	.bfQuickMode input[type=text], .bfQuickMode input[type=password], .bfQuickMode textarea, .bfQuickMode select {
		color: #666;
		padding: .45em;
		background: #fff;
		border: 1px solid #ccc;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	.bfQuickMode section.bfElemWrap > label {
		width: 25% !important;
		float: left;
		padding: .45em 0;
		margin: 0 5% 0 0 !important;
		max-width: none !important;
		min-width: inherit !important;
	}

	.bfQuickMode .bfLabelLeft .bfElementGroup,
	.bfQuickMode .bfLabelRight .bfElementGroup,
	.bfQuickMode section.bfLabelLeft .bfElementGroupNoWrap {
		display: block;
		position: relative;
		padding: 0 !important;
		margin: 0 !important;
		width: 70% !important;
		max-width: none !important;
		min-width: inherit !important;
	}

	.bfQuickMode section.bfElemWrap > input[type=text],
	.bfQuickMode section.bfElemWrap > input[type=password],
	.bfQuickMode section.bfElemWrap > textarea,
	.bfQuickMode section.bfElemWrap > select {
		width: 70% !important;
		max-width: none !important;
		min-width: inherit !important;
	}

	.bfQuickMode section.bfLabelLeft .bfElementGroupNoWrap input {
		width: 100% !important;
		margin: 0 !important;
		max-width: none !important;
		min-width: inherit !important;
		float: left !important;
	}

	.bfQuickMode input[type=submit],
	.bfQuickMode input[type=reset],
	.bfQuickMode .bfNextButton,
	.bfQuickMode .bfSubmitButton,
	.bfQuickMode .bfCancelButton {
		padding: 1em 1.5em;
		display: inline-block;
		border: 0;
		border-radius: 3px;
		background: #049DE1;
		font-size: 90%;
		font-weight: normal;
		color: #fff;
		text-transform: uppercase;
		margin: 1em 5px;
		cursor: pointer;
		transition: height 1s ease-in-out, background 0.5s;
	}

	.bfQuickMode input[type=submit]:hover,
	.bfQuickMode input[type=submit]:focus,
	.bfQuickMode input[type=reset]:hover,
	.bfQuickMode input[type=reset]:focus,
	.bfQuickMode .bfNextButton:hover,
	.bfQuickMode .bfNextButton:focus,
	.bfQuickMode .bfSubmitButton:hover,
	.bfQuickMode .bfSubmitButton:focus,
	.bfQuickMode .bfCancelButton:hover,
	.bfQuickMode .bfCancelButton:focus {
		color: #fff;
		background: #0a78a8;
	}

	.bfQuickMode button.bfCalendar {
		width: 28px;
		margin: 0 !important;
		float: none !important;
		border: 0;
		background-color: #049DE1;
		color: #fff;
		cursor: pointer !important;
		vertical-align: middle;
		border-radius: 0 3px 3px 0;
		transition: height 1s ease-in-out, background 0.5s !important;

		display: block;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		height: auto !important;
	}

	.bfQuickMode button.bfCalendar:hover,
	.bfQuickMode button.bfCalendar:focus {
		background-color: #0a78a8;
	}

	.bfQuickMode button.bfCalendar span:before,
	.bfQuickMode button.bfCalendar span {
		display: block;
		position: absolute;

		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
	}

	.bfQuickMode button.bfCalendar span {
		display: block;
		text-indent: -9999em;
	}

	.bfQuickMode button.bfCalendar span:before {
		font-family: 'IcoMoon';
		speak: none;
		content: "\43";

		text-indent: 0;
		top: 25%;
	}

	#teaser .bfQuickMode section.bfElemWrap {
		padding: 2px 5px;
	}
	#teaser .bfQuickMode .bfSubmitButton {
		margin-top: 5px;
		margin-bottom: 0;
		padding: 10px 12px;
	}
	#teaser .bfQuickMode input[type=text],
	#teaser .bfQuickMode input[type=password],
	#teaser .bfQuickMode textarea,
	#teaser .bfQuickMode select {
		padding: 5px 8px;
	}
}

@media all and (max-width: 767px) {
	.bfQuickMode section.bfElemWrap > label {
		width: 100% !important;
		margin: 0 !important;
	}

	.bfQuickMode .bfLabelLeft .bfElementGroup,
	.bfQuickMode .bfLabelRight .bfElementGroup,
	.bfQuickMode section.bfLabelLeft .bfElementGroupNoWrap,
	.bfQuickMode section.bfElemWrap > input[type=text],
	.bfQuickMode section.bfElemWrap > input[type=password],
	.bfQuickMode section.bfElemWrap > textarea,
	.bfQuickMode section.bfElemWrap > select {
		width: 100% !important;
	}
}
