html, body {
	height: 100%;	
	margin: 0px;
	padding: 0px;	
	background-size: cover;
	background-color: white;
	font-family: Roboto, 'Microsoft JhengHei';
	font-size: 12px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overscroll-behavior-y: contain;
}

/* ----------------------------------------------------------------------- *
 * Google Map CSS                                                          *
 * ----------------------------------------------------------------------- */
.map-section-campus-map {   
	left:   0%; 
	max-width:  100%; 
	height: 100%; 
	display: flex;
	z-index: 1001;
}

/* ----------------------------------------------------------------------- *
 * Menu CSS                                                                *
 * ----------------------------------------------------------------------- */
#menu {
	position: relative;
	display:flex;
	flex-direction: column;
	align-items:flex-end;
}

#menu-language {
	text-align:center; 
	color: #ffffff;	
}

#menu-font-size {
	text-align:center; 
	color: #ffffff;	
	margin-top: 0px;
	margin-right: 5px;
}

.menu-root-button {
	color: white;
	outline: none;
	background-color: #a02337;
	padding-left: 8px;
	padding-top: 6px;
	font-size: 32px;
	height: 48px;
	width: 46px;
	border: none;
	cursor: pointer;
}

/* Menu Icon */
.menu-icon {
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #a02337;
}

/* Menu Item (Hidden by Default) */
.menu-item {
	display: none;
	background-color: #f7f7f7;
	font-size: 12px;
	width: 295px;
	max-width: 295px;
	z-index: 1;
	overflow-x: hidden;
	margin-left: -4px;	
}

.menu-item-lvl0 {
	padding: 5px;
	box-shadow: 0 2px 10px rgba(0,0,0,.6);
	z-index: 2000;
}

.menu-item-lvl1 {
	padding-left: 22px;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}

.menu-item-lvl2 {
	padding-left: 22px;
	overflow-x: hidden;
}

.menu-item-searchresult {
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}

.menu-item-div {
	display: flex;
	flex-direction: row;
}

.menu-item-chkbox {
	width: 8%;
	height: 30px;
	margin: 4px 4px 0 !important;
}

.menu-item-ack {
	font-size: 9px; 
	text-align: right;
	padding-top: 3px; 
	padding-right: 1px;
}

/* Links Inside Menu Item */
.menu-item-lvl0 a {
	color: black;
	padding: 6px 2px;
	text-decoration: none;
	display: block;
	width: 90%;	
}

.menu-item-lvl1 a {
	color: black;
	padding: 4px 0px;
	text-decoration: none;
	display: block;
	width: 87%;
	padding-left: 6px;
}

.menu-item-lvl2 a {
	color: black;
	padding: 4px 0px;
	text-decoration: none;
	display: block;
	width: 75%;
	padding-left: 12px;
}

.menu-item-searchresult a {
	color: black;
	padding: 8px 2px;
	text-decoration: none;
	display: block;
	width: 95%;	
}

.menu-item-ack a {
	padding: 0px;
	color: #a02337;
	display: inline;
}

/* Change color of Menu Links on hover */
.menu-item a:hover {
	background-color: #c0c0c0
} 

#menu-print a:hover {
	background-color: transparent !important;
	cursor: pointer;
} 	

/* POI */
.menu-item-poi {
	cursor: pointer;
} 

.menu-item-poi-name {
	color: #000000;	
	/*text-decoration: underline;*/
	cursor: pointer;
} 

.menu-item-waterstation-name {
	display: inline-block;
	width: 140px;
}

.menu-item-fontp, .menu-item-fontm {
	color: #ffffff;
	/*text-decoration: underline;*/	
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

.menu-item-option-en-us, .menu-item-option-zh-hk, .menu-item-option-zh-cn {
	color: #ffffff;
	/*text-decoration: underline;*/	
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

.menu-item-option-en-us:lang(en-US), .menu-item-option-zh-hk:lang(zh-HK), .menu-item-option-zh-cn:lang(zh-CN) {
	color: #f7f7f74f;
	/*text-decoration: underline;*/	
	font-size: 14px;
	font-weight: bold;
}

.menu-item-searchbox-input {
	border-radius: 5px;
	border: 1px solid;
	padding: 5px;
	font-style: italic;
	height: 30px;
	width: 87%;
}

.menu-item-searchbox-btn {
	height: 31px;
	width: 30px;
	border-radius: 5px;
	border: 0px solid;
	background-color: #a02337;
	color: white;
	margin-left: 2px;
}


/* ----------------------------------------------------------------------- *
 * Info Window CSS                                                         *
 * ----------------------------------------------------------------------- */
 .gm-style-iw {
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: 2px 2px 10px 10px;
 }

.info-window {
	z-index: 10;
	max-width: 360px !important; 
}

.info-window-poi-img {
	max-width: min(100%,360px) !important; 
	margin-top: 5px;
	margin-bottom: 10px;	
}

.info-window-poi-addr-img{
	height:14px;
	margin-top:0px;
	margin-right: 7px;
}

.info-window-poi-open-hour-img {
	height:14px;
	margin-top:5px;
	margin-right: 7px;
	margin-bottom: 5px;
}

.info-window-poi-sports-facility-img {
	height:14px;
	margin-top:5px;
	margin-right: 7px;
	margin-bottom: 5px;
}

.info-window-poi-addr-txt {
	color:#000000; 
}

.info-window-poi-open-hour-txt {
	color:#000000; 
	margin-top:5px;
	margin-bottom: 5px;
}

.info-window-poi-sports-facility-txt {
	color:#000000; 
	margin-top:5px;
	margin-bottom: 5px;
}

.info-window-nav-pane {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 0px;
	padding-left: 2px;
	padding-bottom: 2px;
}

.info-window-nav-btn {
	display: flex;
	justify-content: center;
	border: 1px solid;	
	border-radius: 5px;
	height: 28px;
	width: 100px;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 7px;
	margin-right: 7px;	
	margin-top: 5px;
	cursor: pointer;	
}

.info-window-nav-btn:hover {
	box-shadow: 0px 0px 2px 2px rgba(178, 178, 178, 1.0);
}

.info-window-nav-btn-img {
	height: 16px;
	margin-top:0px;
	margin-left: 0px;
	margin-right: 2px;
}

#info-window-copy-url-btn .tooltiptext {
  display: none;
  width: 100px;
  background-color: grey;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px 6px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 14px;
  right: 10px;
}

/* ----------------------------------------------------------------------- *
 * Alert Box                                                               *
 * ----------------------------------------------------------------------- */
.alert {
  padding: 18px;
	background-color: rgb(255,229,143,0.5);
	border: 1px solid #ffe58f;
	color: black;	
	border-radius: 10px;
}

.alert-closebtn {
  margin-left: 15px;
  color: black;
  font-weight: bold;
  float: right;
  font-size: 28px;
  line-height: 0px;
  cursor: pointer;
  transition: 0.3s;
}

/* ----------------------------------------------------------------------- *
 * Error Box                                                               *
 * ----------------------------------------------------------------------- */
.modal-form {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 99999999; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  
 /* Modal Content */
 .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 10px;
	width: 80%;
	max-width: 280px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: 10px;	
 }
  
/* The Close Button */
.modal-close-btn {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	margin-top: -10px;
}
  
.modal-close-btn:hover, .modal-close-btn:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-message {
	text-align: center;	
	font-size: 14px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* ----------------------------------------------------------------------- *
 * Slick Image Gallery  CSS                                                *
 * ----------------------------------------------------------------------- */
.slick-container {
	display: none;
	top: -155px;
	width: 1012px;	
	height: 118px;
	margin-left: 60px;
	margin-right: auto;
	background-color: transparent;
	z-index: 9999;
	cursor: pointer;
}

.slick-disabled { 
	opacity: 0;
	pointer-events: none;
}

.slick-next { 
	margin-right: 50px;
	height: 35px !important;
	width: 30px !important;
	z-index: 1000;
}

.slick-next:before {
	font-family: FontAwesome;
	content: "\f054";
	font-size: 33px !important;
	opacity: 1 !important;
	border-radius: 50%;
	background-color: white;
	color:#301c12;
	padding-left: 12px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 3px;
}

.slick-prev { 
	margin-left: 35px;
	height: 35px !important;
	width: 30px !important;
	z-index: 1000;
}

.slick-prev:before {
	font-family: FontAwesome;
	content: "\f053";
	font-size: 33px !important;
	opacity: 1 !important;
	border-radius: 50%;
	background-color: white;
	color:#301c12;
	padding-right: 12px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 3px;
}

.slick-item {
	float: left;
	width: 200px;
	position: relative;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 4px;
}

.slick-item .slick-item-img {
	width: 200px;
	height: 118px;
}

.slick-item #slick-item-lbl {
	position: absolute;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.7);
	color: #f1f1f1;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 12px;
}

/* ----------------------------------------------------------------------- *
 * Tablet Resolution Mobile Style CSS                                                        *
 * ----------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
	.info-window {
		z-index: 10;
		max-width: 360px !important; 
	}
	
	.menu-root-button {
		color: white;
		outline: none;
		background-color: #a02337;
		padding-left: 7px;
		padding-top: 5.5px;
		font-size: 24px;
		height: 38px;
		width: 38px;
		border: none;
		cursor: pointer;
	}

	.menu-item a:hover {
		background-color: #f7f7f7;
	} 

	.info-window-nav-btn:hover {
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1.0);
	}

	.info-window-nav-pane {
		display: flex;
		padding-top: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
	}	

	.info-window-poi-img {
		max-width: min(100%,360px) !important; 
		margin-top: 5px;
		margin-bottom: 10px;
	}
}
