#bf-wrapper {
	display: block !important;
	width: 100%;
	background-color: #f5c000;
	transition: all .4s ease !important;
	z-index: 100;
}
@media (min-width: 768px) {
	#bf-wrapper .container,
	#bf-wrapper .row,
	#bf-wrapper [class*=col] {
		padding: 0px;
	}
}

@media (max-width: 643px) {
	#bf-wrapper {
		display: none !important;
		visibility: hidden !important;
	}
}
section#section-bf {
	padding: 0 !important;
}
#bf-wrapper.notvisible {
	/*opacity: 0 !important;*/
	-webkit-transform: translateY(-100%) !important;
	-ms-transform: translateY(-100%) !important;
	transform: translateY(-100%) !important;
	transition: all .4s ease !important;
}
#head-bf {
	text-align: center;
	clear: both;
	position: relative;
	z-index: 100;
	color: #000;
	margin: 0;
	padding: 0;
	background: #ecf0f3;
}
#head-bf .ring {
	max-width: 33px;
}
#head-bf .mandatory{
	border:2px solid #f00;
}
#head-bf .form-inline .form-group {
	margin: 4px 4px;
}
@media(min-width:768px){
	#head-bf .form-inline .form-control-dtp{
		max-width: 100px;
	}
	#head-bf .form-inline .form-group {
		padding: 0px 4px; 
		margin: 0px;
	}
}
#head-bf input {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

#head-bf input::-webkit-input-placeholder { /* WebKit browsers */
	line-height: 1.5em;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
#head-bf input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	line-height: 1.5em;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
#head-bf input::-moz-placeholder { /* Mozilla Firefox 19+ */
	line-height: 1.5em;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
#head-bf input:-ms-input-placeholder { /* Internet Explorer 10+ */
  	line-height: 1.5em;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
#head-bf input.submit,
#head-bf input.submit:active,
#head-bf input.submit:focus,
#head-bf input.submit:visited{
	text-transform: uppercase;
	color: #fff;
	background-color: #f2ac0f;
	letter-spacing: 2px;
	padding: 0px 25px !important;
	font-size: 16px;
	line-height: 23px;
	text-decoration: none !important;
	transition: all 0.5s ease;
	outline: 0 !important;
}
#head-bf input.submit:hover {
	background-color: #ba7d00;
}
#head-bf .input-group-addon {
	background: transparent;
	font-size: 16px;
	color: #000;
	border: none;
}
#head-bf input,
#head-bf select {
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #000;
	height: 40px;
	background: #fff;
    border: none;
}
.text-error{
	color:#ff0000;
}
.border-error{
	border:2px solid #ff0000;
}
@media(max-width:767px){
	.search-container{float:left;}
}
.form-control {
	/* padding: 6px 2px 6px 2px!important; */
	padding: 5px 12px !important;
}
#arrivo {
	min-width: 90px;
}
#adulti {
	min-width: 40px;
}

.error{
	margin-top:10px;
	margin-bottom:10px;
	padding:10px 20px;
	background-color:#F2DEDE;
}

/* [REQ] Required */
/*================*/

.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* [FOR] Form */
/*============*/
#bfFusionForm{
	padding: 10px 0px;
}
#bfFusionForm .form-control{
	font-size: 13px !important;
}
#bfFusionForm select.form-control {
	/* max-width: 100px; */
}
#bfFusionForm .form-control[readonly]{
	cursor: pointer;
	background-color: #fff;
}

#bfFusionForm .input-group-addon {
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-left: none;
	border-radius: 0px;
	padding: 6px 8px;
}

#bfFusionForm .btn{
	width: auto !important;
	box-shadow: none !important;
}

#bfFusionForm .has-error .form-control[readonly] {
	cursor: pointer;
	background-color: #F04C3E;
}

#bfFusionForm .has-error .form-control[readonly]::-webkit-input-placeholder{
	color:#000;
}

/* [BCA] Bootstrap datepicker/calendar */
/*=====================================*/
.datepickerbutton{
	cursor:pointer;
}
.table-condensed .picker-switch{
	text-align:center;
}
.table-condensed:hover{
	cursor:pointer !important;
}
.table-condensed .disabled{
	color:#CCCCCC;
}
.table-condensed .active{
	background-color:#f2ac0f;
	color:#fff;
	border-radius:4px;
}
.table-condensed .today{
	border-bottom:1px solid #f2ac0f;
}
.date {
	background: #fff;
}
.date > input{
	cursor:pointer !important;
}
@media (min-width: 768px) {
	div .date{
		/* max-width: 145px; */
		float: left;
	}
}

/* [BOV] Bootstrap overrides */
/*===========================*/
.has-error .form-control{
	background-color:#F04C3E;
}
.form-group label{
	display: inline-block;
	font-weight: normal;
}
select{
	cursor:pointer;
}
