/*
 *	KEMPINSKI HOTELS & RESORTS
 *	add.dining.css
 *
 *	2013 by Merten Hanisch, ennit interactive GmbH <http://www.ennit.de/>
 */

body.noYOverflow {
	overflow-y: hidden;
}

#body.rooms #content .textColumn a.showMenuButton, #body.rooms #content .textColumn a.reserveTableButton {
	display: block;
	padding-left: 40px;
	float: left;
	width: 185px;
	height: 30px;
	background: url("../images/layout/icon.menu.png")/*tpa=http://www.kempinskis.com/themes/hotel/images/layout/icon.menu.png*/ no-repeat;
	text-decoration: none;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 30px;
	color: #fff;
}
#body.rooms #content .textColumn a.showMenuButton{
	margin-right: 10px;
}
#body.rooms #content .textColumn a.reserveTableButton {
	background: url("../images/layout/icon.reserve.png")/*tpa=http://www.kempinskis.com/themes/hotel/images/layout/icon.reserve.png*/ no-repeat;
}

#body.rooms .inner #content .textColumn div.linkHolder {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#body.rooms .inner #content .textColumn h1.restaurantTitle {
	display: inline-block;
	margin: 8px 0 20px 0;
}

#body #content .menuPopup{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	width: 960px;
	height: 100%;
	height: calc(100% - 209px); /* IE9+ and future browsers */
	height: -moz-calc(100% - 209px); /* Firefox */
	height: -webkit-calc(100% - 209px); /* Chrome, Safari */
	z-index: 999;
	left: auto;
	margin-left: -201px;
	display: none;
	right: auto;
	top: 117px;
}
#body #content .menuPopup .top{
	position: absolute;
	top: 0;
	left: 0;
	width: 929px;
	height: 31px;
	background: url("../images/layout/bg.rooms.content.png")/*tpa=http://www.kempinskis.com/themes/hotel/images/layout/bg.rooms.content.png*/ no-repeat center center fixed;
	background-size: cover;
}
#body.rooms #content.addNavigation .menuPopup .closeMenuPopup{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	font-size: 30px;
	background: url("../images/layout/bg.rooms.content.png")/*tpa=http://www.kempinskis.com/themes/hotel/images/layout/bg.rooms.content.png*/ repeat-y;
	background-size: 100%;
}
#body #content .menuPopup .layer{
	display: inline-block;
	left: 0;
	width: 960px;
	height: 100%;
	margin-top: 31px;
	background: url("../images/layout/bg.rooms.content.png")/*tpa=http://www.kempinskis.com/themes/hotel/images/layout/bg.rooms.content.png*/;
	background-size: cover;
}
#body #content .menuPopup .layer ul.menuTabs{
	height: 30px;
	margin: 0;
	margin-left: 20px;
	margin-top: 9px;
}
#body #content .menuPopup .layer .menuTabs li{
	color: #666666;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0;
	padding: 5px 10px;
	display: inline;
	float: left;
	background-color: #fff;
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E5E5E5 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E5E5E5 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E5E5E5 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E5E5E5 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #E5E5E5 100%);
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
#body #content .menuPopup .layer .menuTabs li:first-child{
	border-left: 0;
}
#body #content .menuPopup .layer .menuTabs li.activeTab{
	background-image: none;
	background-color: #fff;
}
#body #content .menuPopup .layer .menuTabs li a{
	color: #666666;
	text-decoration: none;
}
#body #content .menuPopup .layer .menuTabs li.activeTab a{
	color: #73ae57;
	text-decoration: none;
}
#content .menuPopup .menuContainer{
	margin-left: 20px;
	height: calc(100% - 131px); /* IE9+ and future browsers */
	height: -moz-calc(100% - 131px); /* Firefox */
	height: -webkit-calc(100% - 131px); /* Chrome, Safari */
}
#content .menuPopup .menuSheet{
	background-color: white;
	width: 920px;
	height: 100%;
	float: none;
	overflow-x: hidden;
	overflow-y: hidden;
	display: none;
}
#content .menuPopup .menuSheet .reader{
	width: 920px;
	height: 100%;
	height: calc(100% - 31px); /* IE9+ and future browsers */
	height: -moz-calc(100% - 31px); /* Firefox */
	height: -webkit-calc(100% - 31px); /* Chrome, Safari */
	overflow: scroll;
}
#content .menuPopup .menuSheet.activeTab{
	display: block;
	float: left;
}
#body #content .menuPopup .layer .menuSheet ul.tools{
	height: 30px;
	margin: 0;
	border-bottom: 1px solid #d9d9d9;
	-webkit-box-shadow: 0px 5px 10px rgba(217, 217, 217, 0.5);
	-moz-box-shadow:0px 5px 10px rgba(217, 217, 217, 0.5);
	box-shadow: 0px 5px 10px rgba(217, 217, 217, 0.5);
}
#body #content .menuPopup .layer .menuSheet ul.tools li{
	color: #666666;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0;
	padding: 5px 10px;
	display: inline;
	float: left;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
#body #content .menuPopup .layer .menuSheet ul.tools li.right{
	float: right;
	border-right: 0;
	padding-bottom: 0;
	padding-top: 0;
}
#body #content .menuPopup .layer .menuSheet ul.tools li a {
	float: left;
}
#body #content .menuPopup .layer .menuSheet ul.tools li a img {
	margin: 0;
}
#body #content .menuPopup .layer .menuSheet ul.tools li input.zoom {
	float: left;
	height: 5px;
	background: #333;
	position: relative;
	top: 12px;
	left: 4px;
	background: #d2d2d2;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
#body #content .menuPopup .layer .menuSheet ul.tools li input.zoom[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	position: relative;
	top: 0px;
	z-index: 1;
	width: 11px;
	height: 11px;
	cursor: pointer;
	border-radius: 40px;
	border: 1px solid #989898;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a7a7a), color-stop(50%,#7a7a7a), color-stop(51%,#7a7a7a), color-stop(100%,#7a7a7a));
}
#body #content .menuPopup .layer .menuSheet ul.tools li input.zoom[type="range"] {
	-webkit-appearance: none;
}
#content .menuPopup .menuSheet .reader img{
		width: 100%;
		outline: 1px solid #d9d9d9;
		margin: 0 5px 5px 0;
		-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
		-moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
		box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
}

/* IE RANGE ELEMENT STYLE */
/* slider root element */
.slider {
	float: left;
	width: 125px;
	height: 5px;
	background: #333;
	position: relative;
	top: 12px;
	left: 4px;
	background: #d2d2d2;
	border-radius: 40px;
}

/* progress bar (enabled with progress: true) */
.progress {
}

/* drag handle */
.handle {
	background:#989898;
	height: 11px;
	width: 11px;
	top: -4px;
	position: absolute;
	display: block;
	margin-top: 1px;
	cursor: pointer;
}

/* the input field */
.range {
	display: none;
}
.pdf-download{
	width: 100%;
	height: 100%;
	background: #666;
	padding-top: 40px;
}
.pdf-download a{
	display: block;
	margin: 0 auto;
	padding-left: 40px;
	width: 185px;
	height: 30px;
	background: url("../images/layout/icon.menu.png")/*tpa=http://www.kempinskis.com/themes/hotel/images/layout/icon.menu.png*/ no-repeat;
	text-decoration: none;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 30px;
	color: #fff;
}