#header-ibe {
	position: absolute;
	top: -65px;
	left: 440px;
	height: 65px;
	padding: 0 20px;
	border-right: 1px solid #BEBEBE; 
	border-left: 1px solid #BEBEBE; 
}
#header-ibe:after { display: block; content: ""; clear: left; }

#header-ibe .greybox { display: inline-block; }
#header-ibe .greybox-nostyling:not(.greybox-nopaddingleftright) { padding-left: 10px; padding-right: 10px; }
#header-ibe .pulldown { padding-right: 25px; cursor: pointer; }
#header-ibe .peopleselect { margin-right: 10px; display: block; float: left; }
#header-ibe .dateselect { margin-right: 10px; display: block; float: left; }

#header-ibe .greybox.active { background-color: #FF7E00; color: #FFF; }

#header-ibe button.search {
	width: 80px;
	height: 50px;
	border-width: 0;
	color: #FFF;
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	padding: 20px 0 0px 0;
	float: left;
	cursor: pointer;
}



#header-ibe .pulldown .pulldown-inner {
	position: absolute;
	top: 64px;
	left: 0;
	background-color: #FFF;
	display: none;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}


#header-ibe .pulldown.pulldown-open .greybox.greybox-nostyling {
	height: 68px;
	z-index: 50;
}


#header-ibe .pulldown.pulldown-open .pulldown-inner {
	display: block;
}
#header-ibe .pulldown .buttoninner {
	display: block;
	width: 100%;
}

#calendar { width: 600px; }


/**
 * IBE2 Datepicker
 */


.multi-calendar {
	padding: 10px 20px;
	position: relative;
}

.multi-calendar .calendar-navbtn {
	color: #FFF;
	background-color: #AAA;
	font-size: 18px;
	line-height: 1;
	padding: 2px 6px;
	border-radius: 2px;
	display: inline-block;
}

.multi-calendar .calendar-prev {
	position: absolute;
	top: 15px;
	left: 20px;
}
.multi-calendar .calendar-next {
	position: absolute;
	top: 15px;
	right: 20px;
}

.multi-calendar:after { display: block; content: ""; clear: left; }
#body .calendar {
	display: block;
	margin: 10px;
	float: left;
}

#body .calendar .calendar-month th { color: #000; }
#body .calendar td div { font-size: 12px; }
#body .calendar td.selected, .calendar td.weekend.selected { background-color: #E66C00; }
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#header-ibe {
		top: -55px;
		left: 375px;
		padding: 0;
		height: auto;
		border-width: 0px;
	}

	#header-ibe button.search {
		width: 70px;
		height: 44px;
		font-size: 12px;
		padding: 18px 0 0px 0;
	}
	#header-ibe .peopleselect { margin-right: 8px; }
	#header-ibe .dateselect { margin-right: 8px; }

	#header-ibe .pulldown .pulldown-inner { top: 53px; }
	#header-ibe .pulldown.pulldown-open .greybox.greybox-nostyling { height: 53px; }

	#body .calendar td div { font-size: 11px; }

	#calendar { width: 515px; }

}

@media all and (min-width: 768px) and (max-width:1023px) {
	#header-ibe {
		position: static;
		top: auto;
		left: auto;
		padding: 10px 0 30px 0;
		height: auto;
		border-width: 0px;
	}

	#header-ibe button.search {
		width: 70px;
		height: 39px;
		font-size: 12px;
		padding: 15px 0 0px 0;
	}
	#header-ibe .peopleselect { margin-right: 8px; }
	#header-ibe .dateselect { margin-right: 8px; }

	#header-ibe .pulldown.pulldown-open { height: auto; }

	#header-ibe .pulldown .pulldown-inner { position: static; top: auto; left: auto; box-shadow: none; }

	#header-ibe .pulldown.pulldown-open .greybox.greybox-nostyling { height: 53px; }

	#body .calendar td div { font-size: 11px; }

	#calendar { width: 280px; }


}

@media all and (min-width: 568px) and (max-width: 767px) {
	#header-ibe {
		position: static;
		top: auto;
		left: auto;
		padding: 10px 0 30px 0;
		height: auto;
		border-width: 0px;
	}

	#header-ibe button.search {
		width: 70px;
		height: 39px;
		font-size: 12px;
		padding: 15px 0 0px 0;
	}
	#header-ibe .peopleselect { margin-right: 8px; }
	#header-ibe .dateselect { margin-right: 8px; }
	
	#header-ibe .pulldown { margin-right: 0px; }
	#header-ibe .pulldown.pulldown-open { height: auto; }

	#header-ibe .pulldown .pulldown-inner { position: static; top: auto; left: auto; box-shadow: none; }

	#header-ibe .pulldown.pulldown-open .greybox.greybox-nostyling { height: 53px; }

	#body .calendar td div { font-size: 11px; }

	#calendar { width: 280px; }
}

@media all and (max-width: 567px) {
	#header-ibe {
		position: static;
		top: auto;
		left: auto;
		padding: 10px 0 30px 0;
		height: auto;
		border-width: 0px;
	}

	#header-ibe button.search {
		width: 70px;
		height: 39px;
		font-size: 12px;
		padding: 15px 0 0px 0;
	}
	#header-ibe .peopleselect { margin: 0 0 8px 0; display: block; float: none; }
	#header-ibe .dateselect { margin: 0 0 8px 0; display: block; float: none; }
	#header-ibe .pulldown { margin-right: 0px; }
	#header-ibe .pulldown.pulldown-open { height: auto; }

	#header-ibe .pulldown .pulldown-inner { position: static; top: auto; left: auto; box-shadow: none; }

	#header-ibe .pulldown.pulldown-open .greybox.greybox-nostyling { height: 53px; }

	#body .calendar td div { font-size: 11px; }

	.multi-calendar { padding: 10px; }
	#calendar { width: 280px; }
}

