@charset "UTF-8";
	#datetitle {
		font-size: 20px;
		width: 400px;
		font-family: calibri;
		color: #606060;
	}
	#dateselector {
		top: 10%;
		font-size: 24px;
		border: 1px #606060;
		border-radius: 4px;
		width: 400px;
		height: 45px;
		text-align: center;
		border-style: solid;
		font-family: calibri;
		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Safari */
		-khtml-user-select: none; /* Konqueror HTML */
		-moz-user-select: none; /* Old versions of Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
		user-select: none;
		color: #606060;
	}
	#daterange {
		visibility: hidden; 
	}
	#occupancydialog {
		border: 1px solid #606060;
		border-radius: 4px;
		font-size: 16px;
	}
	#occupancydialog::backdrop {
		filter: alpha(opacity = 60);
		opacity: 0.60;
		background-color: #111;
	}

	.daterangepicker {
		margin-top: -17px !important; 
		border-color: #606060;
	}
	.daterangepicker td.active, .daterangepicker td.active:hover {
		background-color: darkgrey;
		border-color: transparent;
		color: #fff;
	}
	.daterangepicker td.in-range {
		background-color: lightgrey;
		border-color: transparent;
		color: #000;
		border-radius: 0;
	}
	.daterangepicker td.end-date {
		border-radius: 0 4px 4px 0;
		background-color: darkgrey;
		color: white!important;
	}
	.daterangepicker td.start-date {
		border-radius: 4px 0 0 4px;
		background-color: darkgrey;
		color: white!important;
	}
	.daterangepicker.opensright:before {
    		left: unset;
	}
	.daterangepicker.opensleft:before {
    		left: unset;
	}
	.daterangepicker:before {
		top: unset;
		border-right: unset;
		border-left: unset;
		border-bottom: unset;
	}
	.daterangepicker:before, .daterangepicker:after {
		position: unset;
		display: unset;
		border-bottom-color: unset;
		content: unset;
	}
	.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
		white-space: nowrap;
		text-align: center;
		vertical-align: middle;
		min-width: 32px;
		width: 32px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		border-radius: 4px;
		border: 1px solid transparent;
		white-space: nowrap;
		cursor: pointer;
		color: #606060;
	}
	.daterangepicker select.monthselect, .daterangepicker select.yearselect {
		font-size: 12px;
		padding: 1px;
		height: auto;
		margin: 0;
		cursor: default;
		color: #606060;
		border-color: #606060;
	}
	.daterangepicker td.active, .daterangepicker td.active:hover {
		background-color: grey;
		border-color: transparent;
		color: #fff;
	}
	.daterangepicker td.in-range {
		background-color: lightgrey;
		border-color: transparent;
		color: #000;
		border-radius: 0;
	}
	.daterangepicker .ranges li.active {
		 background-color: #606060;
		 color: #fff;
	}
	#searchbody {
		font-size: 24px;
		border: 1px solid lightgrey;
		border-radius: 4px;
		font-family: calibri;
		width: 999px;
		text-align: center;
		margin: auto;
		color: grey;
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;

	}
	#promoselector {
		font-size: 24px;
		border: 1px #606060;
		border-radius: 4px;
		width: 200px;
		height: 45px;
		text-align: center;
		border-style: solid;
		font-family: calibri;
		color: #606060;
	}
	#guestselector {
		font-size: 24px;
		border: 1px #606060;
		border-radius: 4px;
		width: 250px;
		height: 45px;
		text-align: center;
		border-style: solid;
		font-family: calibri;
		color: #606060;
	}
	#checkin {
		background-color: transparent;
		font-size: 24px;
		border: 0px transparent;
		outline: none;
		width: 150px;
		text-align: center;
		font-family: calibri;
		color: #606060;
	}
	#checkout {
		background-color: transparent;
		font-size: 24px;
		border: 0px transparent;
		outline: none;
		width: 150px;
		text-align: center;
		font-family: calibri;
		color: #606060;
	}
	#searchtable {
		width: 987px;
		vertical-align: center;
		font-family: calibri;
		margin: auto;
		color: #606060;
	}
	#dategroup {
		margin: 0;
		position: relative;
		top: 10%;
		font-family: calibri;
		color: #606060;
	}
	#guestcount {
		margin: 0;
		position: relative;
		top: 10%;
		font-family: calibri;
		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Safari */
		-khtml-user-select: none; /* Konqueror HTML */
		-moz-user-select: none; /* Old versions of Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
		user-select: none;
		color: #606060;
	}
	#promoselected {
		margin: 0;
		position: relative;
		top: 10%;
		font-family: calibri;
		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Safari */
		-khtml-user-select: none; /* Konqueror HTML */
		-moz-user-select: none; /* Old versions of Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
		user-select: none;
		color: #606060;
	}
	#guestsetup {
		background-color: white;
		position: fixed;
		display: none;
		font-size: 24px;
		border: 1px #606060;
		border-radius: 4px;
		width: 250px;
		height: 160px;
		text-align: center;
		border-style: solid;
		font-family: calibri;
		z-index: 3331;
		margin-top: -5px;
		color: #606060;
	}
	.promodiv {
		width: 198px;
		height: 148px;
		overflow-y: hidden;
		overflow-x: hidden;
		
	}
	#promosetup {
		background-color: white;
		position: fixed;
		display: none;
		font-size: 24px;
		border: 1px #606060;
		border-radius: 4px;
		width: 200px;
		height: 150px;
		text-align: center;
		border-style: solid;
		font-family: calibri;
		z-index: 3331;
		margin-top: -5px;
		color: #606060;
	}
	#searchgroup {
		background-color: #606060;
		font-size: 24px;
		border: 1px #606060;
		border-radius: 4px;
		width: 100px;
		height: 45px;
		text-align: center;
		border-style: solid;
		cursor: pointer;
	}
	#searchbutton {
		top: 10%;
		font-size: 24px;
		color: white;
		font-family: calibri;
		position: relative;
		cursor: pointer;
	}
	#layer3 {
		font-family: calibri;
		font-size: 24px;
		color: #606060;
	}
	#numperson {
		margin: auto;
		border: 1px solid #606060;
		border-radius: 4px;
		font-family: calibri;
		font-size: 24px;
		color: #606060;
		width: 130px;
	}
	#numrm {
		margin: auto;
		border: 1px solid #606060;
		border-radius: 4px;
		font-family: calibri;
		font-size: 24px;
		color: #606060;
		width: 130px;
	}
	#cardinfodiv {
		width: 90%;	
		text-align: center;
		align-items: center;
		padding: 5%;
	}
	#expmonth {
		border: 1px solid lightgrey;
		border-radius: 4px;
		color: #606060
		font-family: calibri;
	}
	#expyear {
		border: 1px solid lightgrey;
		border-radius: 4px;
		color: #606060
		font-family: calibri;
	}
	.droplabel {
		font-family: calibri;
		font-size: 20px;
		color: #606060;
		margin: auto;
	}
	.droptable {
		margin-top: 10%;
		margin-left: 5%;
	}
	.selitem {
		background-color: #606060;
		font-family: calibri;
		color: white;
		font-size: 24px;
		width: 100%;
	}
	.inputitem {
		border-color: #606060;
		font-size: 24px;
		font-family: calibri;
		color: #606060;
		border-radius: 4px;
		width: 170px!important;
	}
	.promoitem {
		margin-left: 10%;
		white-space: nowrap;
	}

a {
  color:inherit;
  text-decoration: none;
}

.linkDesign {
	text-decoration:none;
	font-weight:bold;
	color: #606060;
}

.force-center {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

#content {
  min-height: 100%;
  margin-bottom: -65px;

}


.main-title {
	/*font-family: SF UI Display Regular, Source Sans Pro, Open Sans;*/
	font-family: calibri;
	color: #606060;
	font-weight: lighter;
        font-size: 40;
	margin: 0 auto;
	text-align: center;

}

.main-description {
	/*font-family: SF UI Display Regular, Source Sans Pro, Open Sans;*/
	font-family: calibri;
	color: rgba(255,255,255,0.8);
	font-weight: lighter;
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
	padding: 0 15;

}

.langselect  {
	all: unset;
	font-size: 16px;
	background-color: Transparent;
	background-repeat:no-repeat;
	border: none;
	cursor:pointer;
	overflow: hidden;   
	float: right;
}

.button-primary {
  color: #fff;
  text-shadow: 2px 2px rgba(0,0,0,0.10);
  background-color: #606060;
  border: none;
	border-radius: 4px;
	padding: 0px;
  height: 50px;
  width: 180px;
  font-size: 16px;
  font-weight: 600;
	font-family: calibri;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.30),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}

.button-primary:hover,
.button-primary.hover {
  background-color: grey;
}

.button-primary:active,
.button-primary.active {
  background-color: grey;
}

.button-cancel {
  color: grey;
  text-shadow: 2px 2px rgba(0,0,0,0.10);
  background-color: transparent;
  border: solid 2px #grey;
  border-radius: 4px;
  padding: 0px;
  height: 50px;
  width: 180px;
  font-size: 16px;
  font-weight: 600;
  font-family: calibri;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.30),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}

.button-cancel:hover,
.button-cancel.hover {
  background-color: #606060;
  color: #fff;

}

.button-cancel:active,
.button-cancel.active {
  background-color: grey;
}

.qty-sel {
	color: #606060;
	border: 1px solid #606060;
	text-shadow: 2px 2px rgba(0,0,0,0.10);
	border-radius: 4px;
	height: 40px;
	width: 120px;
	font-size: 16px;
	font-weight: 600;
	font-family: calibri;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.button-primary-short {
	color: #fff;
	text-shadow: 2px 2px rgba(0,0,0,0.10);
	background-color: #606060;
	border: none;
	border-radius: 4px;
	padding: 0px;
	height: 50px;
	width: 120px;
	font-size: 16px;
	font-weight: 600;
	font-family: calibri;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.30),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}

.button-primary-short:hover,
.button-primary-short.hover {
  background-color: grey;
}

.button-primary-short:active,
.button-primary-short.active {
  background-color: #4086b5;
}


.select {
	line-height: 40px;
	width: 150px;
}

#wrapper {
	width: 100%;
	text-align: center;
}

label {
  color:#fff;
}


#container {
  width: 50%;
  height: 50%;
  border:2px solid;
  border-radius:5px;
  position: fixed;
  top: 25%;
  left: 25%;
  z-index:10;
  overflow:visible;
  margin: 0 auto;
  border-radius: 5px;
  border:none;
  background-color: rgba(0, 0, 0, 0.50);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}

.background {
}

.mask {
  width: 50%;
  height: 50%;
  border:none;
  border-radius:5px;
  position: fixed;
  top: 25%;
  left: 25%;
  z-index:10;
  overflow:hidden;
  }

.blurred-bg{
  width:100%;
  height:100%;
  display:block;
  z-index:5;
  position:absolute;
  top:-50%;
  left:-50%;
  padding-left:50%;
  padding-top:50%;
  -webkit-filter: blur(20px);
}

/* SEARCH */

#container-search {
  width: 600px;
  height: 500px;
  border:2px solid;
  border-radius:5px;
  position: relative;
  top: 100px;
  overflow:visible;
  margin: 0 auto;
  margin-bottom: 50px;
  border-radius: 5px;
  border:none;
  background-color: rgba(0, 0, 0, 0.50);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}

.targetbody {
	width: 987px;
	vertical-align: center;
	font-family: calibri;
	margin: auto;
	color: #606060;
}

.background-search {
  width:100%;
height:100%;
/*-webkit-filter: blur(2px);*/
}

.mask-search {
  width: 50%;
  height: 50%;
  border:none;
  border-radius:5px;
  position: fixed;
  top: 25%;
  left: 25%;
  z-index:10;
  overflow:hidden;
  }

.blurred-bg-search {
  width:100%;
  height:100%;
  display:block;
  z-index:5;
  position:absolute;
  top:-50%;
  left:-50%;
  padding-left:50%;
  padding-top:50%;
  -webkit-filter: blur(20px);
}

/* END */

/* AVAIL */

#container-avail {
  width: 995px;
  border: 1px solid lightgrey;
  border-radius:5px;
  position: relative;
  z-index:10;
  margin: auto;
  padding-bottom: 20px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}

#container-avail1 {
  width: 800px;
  border:2px solid;
  border-radius:5px;
  position: relative;
  z-index:10;
  margin: 0 auto;
  border-radius: 5px;
  border:none;
/*  padding-bottom: 20px;*/
  background-color: rgba(0, 0, 0, 0.50);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
  min-height: 500px;
  color: rgba(250, 250, 250, 0.9)!important;
}

#container-confirm {
  width: 995px;
  border:2px solid;
  border-radius:5px;
  position: relative;
  z-index:10;
  margin: 0 auto;
  border-radius: 5px;
  border:none;
  padding-bottom: 20px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
  min-height: 100%;
}

.background-avail {
  width:100%;
/*-webkit-filter: blur(2px);*/
}

.background-confirm {
  width:100%;
/*-webkit-filter: blur(2px);*/
}


.mask-avail {
  width: 50%;
  height: 100%;
  border:none;
  border-radius:5px;
  position: relative
  top: 25%;
  left: 25%;
  z-index:10;
  overflow:hidden;
  }

.blurred-bg-avail {
  width:100%;
  height:100%;
  display:block;
  z-index:5;
  position:relative;
  top:-50%;
  left:-50%;
  padding-left:50%;
  padding-top:50%;
  -webkit-filter: blur(20px);
}

/* AVAIL END*/

/* PERSONAL INFO */

#container-pinfo {
  width: 960px;
  border:2px solid;
  border-radius:5px;
  position: relative;
  z-index:10;
  margin: 0 auto;
  border-radius: 5px;
  border:none;
}

.background-pinfo {
  width:100%;
}

.mask-pinfo {
  width: 50%;
  height: 100%;
  border:none;
  border-radius:5px;
  position: relative
  top: 25%;
  left: 25%;
  z-index:10;
  overflow:hidden;
  }

.blurred-bg-pinfo {
  width:100%;
  height:100%;
  display:block;
  z-index:5;
  position:relative;
  top:-50%;
  left:-50%;
  padding-left:50%;
  padding-top:50%;
  -webkit-filter: blur(20px);
}

/* PERSONAL INFO END*/

#container-pinfo {
  width: 999px;
  border: 1px solid lightgrey;
  border-radius:5px;
  position: relative;
  z-index:10;
  margin: 0 auto;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}

#container-summary {
  width: 999px;
  border:1px solid lightgrey;
  border-radius:5px;
  position: relative;
  z-index:10;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}



#header.header-roam-guru {
width:100%;
}

#items{
  width: 100%;
}

td {
  margin-left:0px;

}

.td-globe {
  width: 60%;
  margin: 400px;
}

#wrapper-pinfo {
	width: 999px;
	margin: 0px auto;
	padding: 0px 10px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;

}

#wrappertitle {
	font-family: calibri;
	vertical-align: middle;
	width: 800px;
	height: 80px;
	margin: 0 auto;
	text-align: left;
    border-spacing: 10px;
	background-color: #70d041;
	color: #FFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

}

#wrappertitle.wide {
	font-family: calibri;
	vertical-align: middle;
	width: 100%;
	height: 80px;
	text-align: left;
    border-spacing: 10px;
	background-color: #FFF;
	color: #606060;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
  padding: 0 0 10 50;

}

.logo-y {
  border-radius: 5px;
  margin: 0px auto;
    object-fit: cover;
    overflow: hidden;
    height: 70px;
    width: 300px;
    text-align: center;
    max-width: 300px;
    height: auto;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;


}

.logo-y-search {
  border-radius: 5px;
  margin: 0px auto;
    object-fit: cover;
    overflow: hidden;
    height: 80px;
    width: 500px;
    text-align: center;
    max-width: 500px;
    height: auto;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}

.logo-y-results {
  border-radius: 5px;
  margin: 0px auto;
    object-fit: cover;
    overflow: hidden;
    height: 80px;
    width: 400px;
    text-align: center;
    max-width: 200px;
    height: auto;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}


#footer {
  position:relative;
  margin-top: 100px;
/*  width: 100%;*/
  margin: 0 auto;
  padding: 1rem;
  background-color: #f1f1f1;
  color: #606060;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 15px;
}

#footer-s {
  position:relative;
  margin: 0 auto;
  padding: 1rem;
  background-color: #6CBDE0;
  color: #FFF;
  text-align: center;
  font-size: 15px;
}

#wrapperimage {
	width: 640px;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;

}

#wrapper-summary {
	max-width: 1024px;
	margin: 10px auto;
	padding: 5px 0px;
	border-radius: 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #F4F0F0
}

table {
	font-size: 16px;
}



.cell {
    overflow:visible;
    border: 1px solid #cccccc;
    width:60%;
}

#Datepicker1 {
	width: 220px;
	font-size: 24px;
	border-radius:
}

#Datepicker2 {
	width: 220px;
	font-size: 24px;
}


#promotitle {
	font-size: 14px;
}

#trip {
	font-size: 24px;
	vertical-align: middle;
	font-size: 18px;
}

select {
	font-size: 14px;
	padding: 10px 5px;
}

.phselect {
	width: 100%;
	max-width: 250px;
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 15px;
	padding-left:10px;
	padding-right: 10px;
	border-radius: 4px;
}
.genselect {
	width: 100%;
	max-width: 250px;
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 15px;
	padding-left:10px;
	padding-right: 10px;
	border-radius: 4px;
}
.idselect {
	width: 100%;
	max-width: 200px;
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 15px;
	padding-left:10px;
	padding-right: 10px;
	border-radius: 4px;
}
.natselect {
	width: 100%;
	max-width: 220px;
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 15px;
	padding-left:10px;
	padding-right: 10px;
	border-radius: 4px;
}
.salselect {
	width: 100%;
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 15px;
	padding-left:10px;
	padding-right: 10px;
	border-radius: 4px;
}
input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
}


input[type="text"].textfield-small {
  width: 50px;
  text-align: center;
  vertical-align: middle;
  padding: 10px 10px 10px 10px;
  border-radius: 2px;
  border: none;
}

input[type="text"].pinfo {
  vertical-align: middle;
  font-size: 14px;
  width: 100%;
  text-align: left;
  border: 1px solid grey;
  border-radius: 4px;
  padding: 15px 15px;
  margin: 10 7 10 0;
  font-family: calibri;

}

input[type="text"].member {
  margin-top: -1px;
  vertical-align: middle;
  font-size: 14px;
	width: 150px;
	text-align: left;
  border-style: none;
  border-radius: 2px;
  padding: 15px 15px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;

}

input[type="text"].promocode {
	 width: 180px;
/*	 font-size: 24px;*/
   height: 42px;
   border-radius: 2px;
   border:none;
   bottom: 4px;
   padding: 5 10;
   box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;

}

input[type="text"].nights {
	 width: 100px;
/*	 font-size: 24px;*/
   height: 42px;
   border-radius: 2px;
   border:none;
   bottom: 4px;
   padding: 5 10;
   box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;

}

input[type="text"].round-ginfo {
  vertical-align: middle;
  font-size: 14px;
	width: 180px;
	text-align: left;
  border-radius: 5px;

}

input[type="text"].search-date {
  vertical-align: middle;
  font-size: 14px;
	width: 180px;
	text-align: left;
  border-radius: 5px;

}

.birthday {
	font-size: 14px;
	width: 100%;
	text-align: left;
	border: 1px solid grey;
	border-radius: 4px;
	padding-top: 14px;
	padding-bottom: 15px;
	padding-left:10px;
	padding-right: 10px;
	vertical-align: top;
}

.doc-pinfo-input {
  vertical-align: middle;
  font-size: 14px;
  width: 100%;
  text-align: left;
  border: 1px solid grey;
  border-radius: 4px;
  padding: 15 15;
  font-family: calibri;

}

.search-info {
  vertical-align: middle;
  font-size: 14px;
	width: 180px;
	text-align: left;
  border: none;
  border-radius: 5px;
  padding: 15 15;

}

.email {
  vertical-align: middle;
  font-size: 14px;
  width: 100%;
  text-align: left;
  border: 1px solid grey;
  border-radius: 4px;
  padding: 15 15;

}

input[type="text"].postal {
  vertical-align: middle;
  font-size: 14px;
	width: 115px;
	text-align: left;
  border: 1px solid grey;
  border-radius: 4px;
  padding: 15 15;

}

input[type="text"].txt-others {
  vertical-align: middle;
  font-size: 14px;
	width: 180px;
	text-align: left;
  border: 1px solid grey;
  border-radius: 4px;
  padding: 15 15;


}

.txt-address {
  vertical-align: middle;
  font-size: 14px;
  width: 100%;
  text-align: left;
  border: 1px solid grey;
  border-radius: 4px;
  padding: 15 15;
}


#textfield-small {
	width: 30px;
}

#quantity {
	width: 40px;

}

#table-head {
	border-spacing: 0px;
	background-color: #94BCD0
}

/* New Table */

html, body {
  /* font-family: "Helvetica Neue", Helvetica, Arial; */
	font-family: calibri;
	font-size: 14px;
  	line-height: 20px;
	font-weight: 400;
	color: #606060;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}



.wrappernew {
  margin: 0px auto;
  padding: 20px;
  max-width: 1000px;
}

.wrappernew-summary {
  margin: 0px 0px;
  padding: 20px;
  width: 25%
}

.tablenew {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}

.tablenew-summary {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
  padding: 0;
	border-spacing:0;

}


@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #f6f6f6;
}
.row:nth-of-type(odd) {
  background: #e9e9e9;
}
.row.header {
  font-weight: 900;
  color: #ffffff;
  background: #00B7FF;
}
.row.green {
  background: #27ae60;
}
.row.blue {
  background: #2980b9;
}

.column {
  display: table-column;
  background: #f6f6f6;
}
@media screen and (max-width: 580px) {
  .row {
    padding: 8px 0;
    display: block;
  }
}

.cell {
  padding: 6px 12px;
	margin: 0 auto;
  display: table-cell;
	vertical-align: middle;
}

.cellroomname {
  padding: 6px 12px;
	margin: 0 auto;
  display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
}

.cellroomname-summary {
  padding: 6px 12px;
	margin: 0 auto;
  display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
}

.cellheadername {
  padding: 6px 12px;
	margin: 0 auto;
  display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
	width: 100%
}


.cellhead {
  padding: 6px 12px;
	margin: 0 auto;
  display: table-cell;
	vertical-align: middle;
	font-size: 24px;
}

.cellhead-summary {
  padding: 6px 12px;
	margin: 0 auto;
  display: table-cell;
	vertical-align: middle;
	font-size: 24px;
}

@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 12px;
    display: block;
  }
}

.wrapperimage {
	width: 640px;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;

}

.country-code {
  width: 100%;
  border-radius: 4px;
  font-family: calibri;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
  border: 1px solid grey;
  padding: 15px 15px;
  margin: 10 7 10 0;
}

#addresses {
  width: 125px;
  border-radius: 4px;
  border: 1px solid grey;
}

.country-code-alt {
  width: 100%;
  border-radius: 4px;
  border: 1px solid grey;
  font-family: calibri;

  vertical-align: middle;
  font-size: 14px;
  text-align: left;
  padding: 15px 15px;
  margin: 10 7 10 0;
}

.area-code {
  width: 100%;
  border-radius: 4px;
  border: 1px solid grey;
  font-family: calibri;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
  padding: 15px 15px;
  margin: 10 7 10 0;
}

.area-code-alt {
  width: 100%;
  border-radius: 2px;
  border: 1px solid grey;
  font-family: calibri;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
  padding: 15px 15px;
  margin: 10 7 10 0;
}

.contact-number {
  width: 70%;
  border-radius: 4px;
  border: 1px solid grey;
  font-family: calibri;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
  padding: 15px 15px;
  margin: 10 7 10 0;
}

.contact-number-alt {
  width: 70%;
  border-radius: 4px;
  border: 1px solid grey;
  font-family: calibri;

  margin-top: -1px;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
  padding: 15px 15px;
  margin: 10 7 10 0;
}

.sel-pinfo-con {
	width: 100px;
}


.service-request-field {
	width: 95%;
	height: 200px;
	padding: 5px 5px;
	font-size: 14px;
  	border-radius: 4px;
  	resize:none
}

.i-am-traveling {
	font-size: 15px;
}

.table-pinfo {
	margin-left: 30px;
}

.h2-pinfo {
	margin: 10px 10px;

}

#text-pinfo {
	width: 220px;
	margin: 0px auto;
  border-radius: 5px;
  border: none;
}

.input-pinfo {
	width: 220px;
	margin: 0px auto;
  border-radius: 5px;
  border: none;
}

.table-roam-search {
    position:relative;
    overflow-y: auto;
    top: 80px;
		margin: 0 auto;

}

.table-rooms-search-limit {
  margin: 0 auto;
  position:relative;
  overflow-y: auto;
  top: 40px;

}

.table-rooms-search-title {
  margin: 0 auto;

  padding-left: 10px;
  position:relative;
  overflow-y: auto;

}

.table-rooms-avail-limit {
  margin: 0 auto;
  position:relative;
  width: 100%;
  max-width: 1000px;
  min-width: 600px;
}

.table-rooms-button-bottom {
  margin: 0 auto;
  position:relative;
  text-align: center;
  padding: 20 20;

}

.table-rooms-confirm-button-bottom {
  margin: 0 auto;
  position:relative;
  text-align: center;


}

.table-rooms-confirm-limit {
  margin: auto;
  position:relative;
  overflow-y: auto;

}

.table-rooms-pinfo-limit {
  margin: auto;
  position:relative;
  padding: 0 0;
}

.table-rooms-pinfo-limit1 {
  margin: auto;
  position:relative;
  padding: 0 0;
  width: 70%;
}

.table-rooms-pinfo-limit-center {
  margin: auto;
  position:relative;
  padding: 20 0;

}

.table-rooms-pinfo-limit-left {
  margin: 0 auto;
  position:relative;
  padding: 20 0;
  text-align: left;

}

.table-rooms-summary-limit {
  width: 95%;
  border: 1px solid lightgrey;
  border-radius: 5px;
  margin: 0 auto;
  position:relative;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;

}

.table-rooms-confirm-limit-transparent {
  margin: 0 auto;
  position:relative;
  width: 100%;
  max-width: 1000px;
  min-width: 600px;
}

.table-rooms-confirm-limit {
  width: 95% ;
  border: 1px solid lightgrey;
  border-radius: 5px;
  border-collapse: collapse;
  margin: 0 auto;
  position:relative;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;

}

.table-roam-results-limit {
  margin: 0 auto;
  width: 600px;
  padding-left: 10px;
  position:relative;
  overflow-y: auto;

}

.table-search {
		margin: 0 auto;
    width: 800px;
    height: 500px;
}

.table-roam-results {
    padding-top: 20px;
		margin: 0 auto;
    vertical-align: middle;
}

.table-roam-results-item {
    padding-top: 0px;
    max-width: 1000px;
		margin: 0 auto;
    margin-top:20px;
    vertical-align: middle;
    border: 1px solid #c9c9c9;
    outline-color: #606060;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}

.td-search {
	column-span: 2;
}

.menu {
	vertical-align: middle;

}

.tbl-summary {
	width: 800px;
	/*outline-style: solid;
	outline-width: thin;
	outline-color: #C7C7C7;*/
	border-spacing: 0px;
	padding: 0;

}

.tbl-summary-plain {
	width: 800px;
	border-spacing: 0px;
	padding: 0;

}

.tbl-row-summary-clean {
	width: 800px;
	border-spacing: 0px;
	padding: 0;

}

.tbl-row-head-summary {
	    background-color: #00B7FF;
		border-spacing: 0px;
	    padding: 20px 20px;
	color: #FFF;
	font-weight: 500;
	 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.tbl-col-head-summary {
	padding:10 20;
	font-weight: 600;
	font-size: 17px;
}

.tbl-col-prim-summary {
	vertical-align: middle;
	padding:5 20;
	font-weight: 500;
	font-size: 15px;
}

.tbl-col-prim-summary-total {
	vertical-align: middle;
	padding:5 20;
	font-weight: 600;
	font-size: 24px;
	background-color: #606060 ;
	color: #FFFFFF
}

.tbl-col-summary {
	padding:5 20;
	font-weight: 400;
	font-size: 15px;
}

.tbl-row-head-secondary {
	    background-color: #606060;
		border-spacing: 0px;
	    padding: 20px 20px;
	color: #FFF;
	font-weight: 500;
	 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.tbl-avail-plain {
	width: 800px;
	border-spacing: 0px;
	padding: 0;

}

.tbl-book {
  margin: 0 auto;
  text-align: center;
	padding:5 20;
	font-weight: 400;
	font-size: 15px;
}

.tbl-col-head-avail {
	font-weight: 600;
	font-size: 17px;
  margin: 0 auto;
}

.table-img {
	width: 100%;
	height: auto;
	max-width: 250px;
	max-height: 400px;
}
.tbl-col-head-img {
	padding:10 20;
	font-weight: 600;
	font-size: 17px;
  text-align: center;
}

.tbl-terms {
	width: 800px;
	border-spacing: 0px;
	padding: 0;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;

}

.tbl-row-ginfo-clean {
	width: 800px;
	border-spacing: 0px;
	padding: 5;

}

.tbl-col-head-ginfo-normal {
	font-weight: 600;
	font-size: 15px;
  padding-left: 0px;
  text-align: left;
}

.tbl-col-head-confirm-normal {
	font-weight: 600;
	font-size: 15px;
  padding-left: 10px;
  text-align: left;
  width: 50%;
}

.tbl-col-head-ginfo-wide {
	font-weight: 600;
	font-size: 15px;
  padding: 5 10;
  text-align: left;
  width:50%;
}

.tbl-col-head-ginfo-semi-wide {
	font-weight: 600;
	font-size: 15px;
  padding: 5 10;
  text-align: leftss;
  width:25%;
}

.tbl-col-ginfo {
	padding:5 10;
	font-weight: 400;
	font-size: 15px;
  text-align: left;

}

.icons{
	max-width: 60px;
	vertical-align: middle;
}

.icons-roam-guru{
	max-width: 18px;
	vertical-align: middle;
}

.icons-social-networks{
	max-width: 30px;
	vertical-align: middle;
}

.rad-sel {

}

strong {

	text-decoration:underline;
}

.search-info {
	width: 300px;
	padding: 10px 10px;
	margin: 40 7 10 0
}

.checkbox-member {
	vertical-align: middle;

}

.h2-pos-left {
  text-align: left;
}

.h2-pos-right {
  text-align: right;
}

.text-centered {
  text-align: center;
}

.h3-big {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.img-avail {
  border-radius: 5px;
  margin: 0px auto;
    object-fit: cover;
    overflow: hidden;
    height: 120px;
    width: 160px;
    text-align: center;

}

.label-large {
  font-size: 18px;
  font-weight: 600;
}


hr.simple {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* -------- BORDERLESS DESCRIPTION -------- */

.td-bless-image {
  border-radius: 0px;
  margin: 0px auto;
    object-fit: cover;
    overflow: hidden;
    height: 180px;
    width: 180px;
    text-align: center;

}

.td-bless-title {
  font-weight: 600;
  font-size:20px;

  vertical-align:top;
}

.td-bless-description {
  font-weight: 400;
  font-size:14px;
  max-width: 500px;
  vertical-align:top;
}

.td-rooms-image {
  border-radius: 4px;
  margin: 0px auto;
    object-fit: cover;
    overflow: hidden;
    height: 180px;
    width: 180px;
    text-align: center;

}

.td-rooms-title {
  font-weight: 600;
  font-size:20px;

  vertical-align:top;
}

.td-rooms-head-title {
  font-weight: 300;
  font-size:36px;
  color: #606060;
  margin: 0 auto;
  vertical-align:top;
  padding: 20px 0;
  text-align: center;
}

.td-rooms-head-title1 {
  font-weight: 300;
  font-size:16px;
  color: #fff;
  margin: 0 auto;
  vertical-align:top;
}

.td-rooms-description {
  font-weight: 400;
  font-size:14px;
  max-width: 500px;
  vertical-align:top;
}




.td-valign-top {
  padding: 10 10 10 10;
  vertical-align: top;

}

.td-valign-bottom {
  padding: 10 10 10 10;
  vertical-align: bottom;

}




/* -------- MOXWEB -------- */

#loading{
    width:100%;
    background-color:white;
    color:#606060;
    padding:0 0;
    margin: 0 auto;
		position:absolute;
		top: 40%;

}
.moxweb-p {
	font-family: calibri;
	line-height: 120px;
	font-weight: lighter;
	font-size: 60px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	overflow-y:auto;
	top: 50%;

}


.moxweb-image {
	line-height: 120px;
	font-weight: lighter;
	font-size: 60px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	overflow-y:auto;
	top: 50%;
	border-radius: 50px;

}

.col-search {
  text-align: center;
}



#search-box {
position: relative;
width: 500px;
margin: 0;
}

#search-form
{
height: 40px;
border: 1px solid #a6a6a6;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #fff;
overflow: hidden;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}

#search-text
{
font-size: 14px;
color: #ddd;
border-width: 0;
background: transparent;
vertical-align: middle;
}

#search-box input[type="text"]
{
width: 90%;
padding: 11px 0 12px 1em;
color: #333;
outline: none;
}

#search-button {
position: absolute;
top: 0;
right: 0;
height: 42px;
width: 100px;
font-size: 16px;
	font-family: calibri;
color: #fff;
text-align: center;
vertical-align: middle;
line-height: 42px;
border-width: 0;
background-color: #00ACFF;
-webkit-border-radius: 0px 5px 5px 0px;
-moz-border-radius: 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px;
cursor: pointer;
}

.head-table {
  color: #606060;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10 10;


}

.head-table-total {
  color: #606060;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10 10;

}

.head-table-align-left {
  color: #606060;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 10 10;
}

.head-table-align-left1 {
/*  width:30%;*/
  color: #606060;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 10 10;
}

.head-table-align-heading-left {
  color: #606060;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  padding: 10px 10px 10px 40px;


}
.content-img {
	min-height: 250px;
	max-height: 500px;
	height: 35vh;
	background-color: lightgrey;
	width: 100%;
}
.content-form {
	padding: 3%;
}
.content-top {
	border-top: 1px solid lightgrey;
}
.content-table {
  color: #606060;
  text-align: center;
  font-size: 16px;
  vertical-align: top;
}

.content-table-highlight {
  color: #606060;
  text-align: center;
  padding: 10 10;
  font-size: 17px;
  font-weight: bold;

}

.content-table-left {
  color: #606060;
  text-align: left;
  padding: 10 10;
  font-size: 16px;
}

.content-table-highlight-align-left {
  color: #606060;
  text-align: left;
  padding: 10 10;
  font-size: 17px;
  font-weight: bold;

}


.content-table-right {
  color: #606060;
  text-align: right;
  padding: 10 10;
  font-size: 16px;
}

.content-table-total {
  color: #606060;
  background-color: #efeded;
  text-align: center;
  padding: 10 10;
  font-size: 16px;
}




/* Ignore this! */




code {
  font-size:14px;
}

pre {
  line-height:1.2;
  background-color:white;
  padding:1em;
  overflow:auto;
  border-radius:3px;
  box-shadow:0 1px 1px rgba(0,0,0,.1);
}

.cm {
  color:#999;
  font-style:italic;
}

h3 {
  font-weight:bold;
  margin:20px 10px 10px 0;
}
.ChooseColor input[type="color"]
{
  width: 5%;
  -webkit-border-radius: 50px;
  -moz-border-radius:50px;
  border-radius:50px;
  cursor: pointer;
  padding:5px;
}

html, .ui-widget { font-size: 0.9em; }


/* jQuery Selector */

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-space: nowrap;
	width: auto; 
}
.nice-select:hover {
	border-color: #dbdbdb; 
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999; 
}
.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px; 
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg); 
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0); 
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none; 
}
.nice-select.disabled:after {
	border-color: #cccccc; 
}
.nice-select.wide {
	width: 60px;
	border-radius: 2px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important; 
}
.nice-select.wide-twotwenty {
	width: 243px;
	height: 47px;
	vertical-align: top;
	padding: 15 15;
	line-height: 1;
	border-radius: 2px;
}
.nice-select.wide-twoforty {
	width: 240px;
	height: 47px;
	vertical-align: top;
	padding: 15 15;
	line-height: 1;
	border-radius: 2px;
	margin-right: 7px;
}
.nice-select.wide-twoforty .list {
	left: 0 !important;
	right: 0 !important; 
}
.nice-select.wide-twofortycountry {
	width: 240px;
	height: 48px;
	vertical-align: top;
	padding: 15 15;
	line-height: 1;
	border-radius: 2px;
	bottom:1px;
}
.nice-select.wide-twofortycountry .list {
	left: 0 !important;
	right: 0 !important; 
}
.nice-select.right {
	float: right; 
}
.nice-select.right .list {
	left: auto;
	right: 0; 
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px; 
}
.nice-select.small:after {
	height: 4px;
	width: 4px; 
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px; 
}
.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	overflow-y: scroll;
	max-height:200px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9; 
}
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* jQuery Selector END */

.roomspopup {
    	border: 1px solid #606060;
	border-radius: 5px;
    	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
	background-color: #fff;
}
.roomspopup::backdrop {
	filter: alpha(opacity = 60);
	opacity: 0.60;
	background-color: #111;
}

.roomclose {
	font-size: 32px;
	color: grey;
	font-family: calibri;
}
.roompopimg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.roompopimg::backdrop {
	filter: alpha(opacity = 60);
	opacity: 0.60;
	background-color: #111;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    font-size: 14px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #282828;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 15px;
    opacity: 90%;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltipimage {
    visibility: hidden;
    background-color: rgba(250, 250, 250, 0.5);
    color: #fff;
    text-align: left;
    opacity: 90%;
    width: 300px;
    height: 300px;
    padding: 10px 10px;
    border-radius: 3px;
    vertical-align: middle;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 0;
    left: 160%;

    margin-left: -100px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip:hover .tooltipimage {
    visibility: visible;
}

.tooltip-active-image {

    border-radius: 4px;
    margin: 0px auto;
    object-fit: cover;
    overflow: hidden;
    height: 300px;
    width: 300px;
    text-align: center;


}

@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #f6f6f6;
}
.row:nth-of-type(odd) {
  background: #e9e9e9;
}
.row.header {
  font-weight: 900;
  color: #ffffff;
  background: #00B7FF;
}
.row.green {
  background: #27ae60;
}
.row.blue {
  background: #2980b9;
}

.column {
  display: table-column;
  background: #f6f6f6;
}
@media screen and (max-width: 580px) {
  .row {
    padding: 8px 0;
    display: block;
  }
}

.cell {
  padding: 6px 12px;
	margin: 0 auto;
  display: table-cell;
	vertical-align: middle;
}

.cellroomname {
  padding: 6px 12px;
	margin: 0 auto;
  display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
}

.cellroomname-summary {
  padding: 6px 12px;
	margin: 0 auto;
  display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
}

.cellheadername {
  padding: 6px 12px;
	margin: 0 auto;
  display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
	width: 100%
}


.cellhead {
  padding: 6px 12px;
	margin: 0 auto;
  display: table-cell;
	vertical-align: middle;
	font-size: 24px;
}

.cellhead-summary {
  padding: 6px 12px;
	margin: 0 auto;
  display: table-cell;
	vertical-align: middle;
	font-size: 24px;
}

@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 12px;
    display: block;
  }
}

.wrapperimage {
	width: 640px;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;

}

.pinfo {
	width: 300px;
	padding: 10px 10px;
	margin: 40 7 10 0
}

#country-code {
	width: 120px;
}

#country-code-alt {
	width: 120px;
}

#area-code {
	width: 100px;
}

#area-code-alt {
	width: 100px;
}

#contact-number {
	width: 240px;
}

#contact-number-alt {
	width: 240px;
}

.sel-pinfo-con {
	width: 100px;
}


/*.service-request-field {*/
/*	width: 630px;*/
/*	height: 200px;*/
/*	padding: 5px 5px;*/
/*	font-size: 14px;*/
/*}*/

.i-am-traveling {
	font-size: 15px;
}

.table-pinfo {
	margin-left: 30px;
}

.h2-pinfo {
	margin: 10px 10px;

}

#text-pinfo {
	width: 220px;
	margin: 0px auto;
}
.table-search {
		margin: 0 auto;
}
.td-search {
	column-span: 2;
}

.menu {
	vertical-align: middle;

}

.tbl-summary {
	width: 800px;
	outline-style: solid;
	outline-width: thin;
	outline-color: #C7C7C7;
	border-spacing: 0px;
	padding: 0;

}

.tbl-row-summary-clean {
	width: 800px;
	border-spacing: 0px;
	padding: 0;

}

.tbl-row-head-summary {
	    background-color: #00B7FF;
		border-spacing: 0px;
	    padding: 20px 20px;
	color: #FFF;
	font-weight: 500;
	 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.tbl-col-head-summary {
	padding:10 20;
	font-weight: 600;
	font-size: 17px;
}

.tbl-col-prim-summary {
	vertical-align: middle;
	padding:5 20;
	font-weight: 500;
	font-size: 15px;
}

.tbl-col-prim-summary-total {
	vertical-align: middle;
	padding:5 20;
	font-weight: 600;
	font-size: 24px;
	background-color: #606060 ;
	color: #FFFFFF
}

.tbl-col-summary {
	padding:5 20;
	font-weight: 400;
	font-size: 15px;
}

.icons{
	max-width: 60px;
	vertical-align: middle;
}

.rad-sel {

}

strong {

	text-decoration:underline;
}

.search-info {
	width: 300px;
	padding: 10px 10px;
	margin: 40 7 10 0
}

.checkbox-member {
	vertical-align: middle;

}

/* -------- MOXWEB -------- */

#loading{
    width:100%;
    background-color:white;
    color:#606060;
    padding:0 0;
    margin: 0 auto;
		position:absolute;
		top: 40%;

}
.moxweb-p {
	font-family: 'SanFrancisco', sans-serif;
	line-height: 120px;
	font-weight: lighter;
	font-size: 60px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	overflow-y:auto;
	top: 50%;

}

.moxweb-image {
	line-height: 120px;
	font-weight: lighter;
	font-size: 60px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	overflow-y:auto;
	top: 50%;
	border-radius: 50px;

}

/* Terms and Conditions */
.terms {
	background:#fff; /* padding:0; margin:00; */
	font: 12px Helvetica, Arial, sans-serif; color:#000000;
	}
dialog.termspopup
{
    border:1px solid #000000;
    background-color:#FFFFFF;
    padding:8px;
    font: 12px Helvetica, Arial, sans-serif;
    border-radius:5px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    font-weight:bold;
}
dialog.termspopup::backdrop {
	filter: alpha(opacity = 60);
	opacity: 0.60;
	background-color: #111;
}

div.termspopup
{
    display:none;
    position:fixed;
    width:780px;
    height:55%;
    top: 60%;
    left: 60%;
    margin-left:-480px;
    margin-top:-320px;
    border:1px solid #000000;
    background-color:#FFFFFF;
    padding:8px;
    z-index:102;
    font: 12px Helvetica, Arial, sans-serif;
    border-radius:5px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    font-weight:bold;
}
div.termspopcontent
{
    height: 70vh;
    width: 770px;
    overflow-y: auto;
    overflow-x: auto;
    margin:3px auto;
    font: 12px Helvetica, Arial, sans-serif;
    max-height: 800px;
    display: block;
}
input.termspopupclose
{
    margin:35px 0 0 80px;
    width:50px;
}
a.termsColor {
	color:#000000;
	font-weight:bold;
}
a.termsClose {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.termsiframe
{
    height: 740px;
    width: 760px;
    font: 12px Helvetica, Arial, sans-serif;
    color:#000000;
}
/* Terms and Conditions */

/* Contact Us */
.contactUs {
	background:#fff; /* padding:0; margin:00; */
	font: 12px Helvetica, Arial, sans-serif; color:#000000;
	}
div.contactUspopup
{
    display:none;
    position:fixed;
    width:780px;
    height:70%;
    top: 60%;
    left: 60%;
    margin-left:-480px;
    margin-top:-320px;
    border:1px solid #000000;
    background-color:#FFFFFF;
    padding:8px;
    z-index:102;
    font: 12px Helvetica, Arial, sans-serif;
    border-radius:5px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    font-weight:bold;
}
div.contactUspopcontent
{
    height: 90%;
    width: 770px;
    overflow-y: auto;
    overflow-x: auto;
    margin:3px auto;
    font: 12px Helvetica, Arial, sans-serif;
}
input.contactUspopupclose
{
    margin:35px 0 0 80px;
    width:50px;
}
a.contactUsColor {
	color:#000000;
	font-weight:bold;
}
a.contactUsClose {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.contactUsiframe
{
    height: 740px;
    width: 760px;
    font: 12px Helvetica, Arial, sans-serif;
    color:#000000;
}
/* Contact Us */

  .wide {
    width: 60px;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;

 }

.blanket {
	z-index: 800;
	position: fixed;
	visibility: hidden;
	opacity: 0.60;
	filter: alpha(opacity = 60);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #111;
}

.layer3{
	z-index: 900;
  	visibility: hidden;
  	width:300px;
 	height:200px;
 	position:absolute;
	left:50%;
	top:50%;
	margin:-100px 0 0 -150px;
	background-color: #ccc;
	border: 1px solid #000;
}

.error_strings{
color:#FF0000;
}

.mandatory{
color:#FF0000;
text-align:left;
}

.confrimSubmit{
  text-align:left;
  width:350px;
  height:150px;
  background-color:#ffffff;
  border:10px solid;
  /*cellpadding:1;
  cellspacing:1;*/
}

.tableClass {
  width:100%;
}

.tdWidth {
  width:35%;
  color: #606060;
  /*background-color: rgba(250, 250, 250, 0.9);*/
  text-align: left;
  padding: 10 10;
  font-size: 16px;
}

.tdWidth1 {
  width:30%;
  color: #606060;
  /*background-color: rgba(250, 250, 250, 0.9);*/
  text-align: left;
  padding: 10 10;
  font-size: 16px;
}

.tdWidth2 {
  color: #606060;
  /*background-color: rgba(250, 250, 250, 0.9);*/
  text-align: left;
  padding: 10 10;
  font-size: 16px;
}

.tdWidth3 {
  width:20%;
  color: #606060;
  background-color: rgba(250, 250, 250, 0.9);
  text-align: left;
  padding: 10 10;
  font-size: 16px;
}

.waimg {
width: 25%;
max-width: 40px;
max-height: 40px;
vertical-align: bottom;
margin: 10 7 10 0;
}

.wachk {
vertical-align: bottom;
margin: 10 7 10 0;
}
.picture {text-decoration:none;}
.picture a.small, .picture a.small:visited {display:block; text-decoration:none;}
.picture a img {border:0;}
.picture a.small:hover {text-decoration:none;}
.picture a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
.picture a.small:hover .large {display:block; position:absolute; top: 50%; left:30%; width:200px; height:200px; }

input[type="text"].paymentInfo {
  margin-top: -1px;
  vertical-align: middle;
  font-size: 14px;
  width: 243px;
  text-align: left;
  border: solid 1px #e8e8e8;
  border-radius: 5px;
  !important;
  box-shadow: 0 0px 0px #fff !important;
  height: 42px;
  line-height: 40px;
  text-align: center;
}
/*.contentwrapper {
  width: 800px;
  border:2px solid;
  border-radius:5px;
  position: relative;
  z-index:10;
  margin: 0 auto;
  border-radius: 5px;
  border:none;
  background-color: rgba(0, 0, 0, 0.50);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
  max-height: 400px !important;
  background-color: rgba(250, 250, 250, 0.9)!important;
}
*/
.width50 {
	width: 50%;
	}
	
.width22 {
	width: 22%;
	}

.width20 {
	width: 20%;
	}
	
.trStyle {
	text-align:center;
	}
	
.imageStyle {
	width:112px; 
	height:69px;
	}

