/*
NON RELATED CALENDAR CSS - calendar css defined below
***************************/
/*
reset main css
*****************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
 {
	margin: 0;
	padding: 0;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

html, body {
	height: 100%;
	margin:0;
	padding:0;
	line-height: 1.2em;e-height
}
body {
	font: 16px/1.0em Verdana Arial, sans-serif;
	color: #444;
	background:#EEE;/*#9acee0*/
	
}
.clear{	clear:both;}
h1{
	font-size:1.3em;
	font-weight:bold;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	color:#006699;
	}
h2{
	color:#000;
	font-size:1.1em;
	margin:20px 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #DDD;
	}
a.link{
	padding:8px 12px;
	border:1px solid #006699;
	font-size:1.4em;
	 color:#FFF;
	 -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration:none;
	background:#006699;
	margin-left:30px;
	}
ul,ol{
	margin-left:20px;
	}
p{line-height: 1.4em;}
li { padding:4px;}
.center{text-align:center;}
.right{text-align:right;}
.left{text-align:left;}
.float_r{ float:right;}
.float_l{ float:left;}
strong{font-weight: bold;}
small{font-size:0.8em;}
pre{
	font-family: Courier;
	padding:10px;
	background: #F5E8BB;
	margin:10px auto;
	white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
	}	
.glow{
	/*
	-webkit-box-shadow: 0 0px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0px 10px rgba(0,0,0,.5);
	box-shadow: 0 0px 10px rgba(0,0,0,.5); 
	*/
	
	}
.warning{
	padding:20px;
	text-align:center;
	font-size:1.1em;
	line-height:1.4em;
	font-weight: bold;
	}

#wrapper{
	width:90%;
	margin:0px auto;
	
	}
	
#contents-wrapper{
	 display: flex;
	 flex-direction:row;
}
#installation,
.publicity,
#contents,
#footer, 
#header			{
	padding:20px 40px;
	background: #FFF;
position: relative;
	margin-bottom:30px;
	border:1px solid #DDD;
	 box-sizing: border-box;
	}
.publicity{
	padding:10px;
}
#header{
	background:#006699;
	padding:0;
	color:#FFF;
	font-size:1.4em;
	overflow: hidden;
	margin-bottom:0;
	}
#header #logo	{ float:left; margin:10px 0 0 20px;}
#header #version{
	float:right;
	font-size:80%;
	margin:20px 20px 0px 0px;
	}
#contents					{ width:100%;border-color:#9acee0; }
#col_side 					{ flex: 0 0 360px; margin-left:30px;}	
#installation{
	margin-top:20px;
	
}
#hotelscombined{
	margin-bottom:20px !important;
	text-align:left;
}
#footer{
	clear:both;
	margin-top:40px;
	background:#9acee0;
	font-size:0.8em;
	color:#333;
	overflow:hidden;
	}
#footer a{
	color:#006699;
	text-decoration:none;
	}
#footer ul{
	list-style: none;
	padding-top:4px;
	}
#footer ul li{
	float:left;
	margin-right:8px;
	padding:0px 4px;
	}
	/*
ul#nav 			{display:block;overflow:hidden; margin: 0 0 30px;}
ul#nav li 		{ float:left; margin-right:1px; display:block;}
ul#nav li:last-of-type{margin-right:0;}
ul#nav li a{
	display:block; 
	padding:6px 16px;

	font-size:1.1em;
	 color:#111;

	text-decoration:none;
	background:#9acee0;
	}
ul#nav li.on a,
ul#nav li a:hover{background:#006699;color:#FFF;}		
ul#nav li.last a{ background: red; color:#FFF;}		

*/





/* Button styling */
.menu-toggle {
	position: absolute;
	
  display: inline-block;
  padding: .75em 15px;
  line-height: 1em;
  font-size: 1em;
  color: #333;
}

.menu-toggle:hover,
.menu-toggle:focus {
  color: #c00;
}





.menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  padding:0;
  margin:0;
  overflow:hidden;
}
ul.menu li {
	margin-bottom:1px;
	padding:0;
	}
ul.menu li a {
	display:block;
	padding:10px 16px;
	font-size:0.8em;
	color:#111;
	text-decoration:none;
	background:#9acee0;
	}
ul.menu li.on a,
ul.menu li a:hover{
	background:#006699;color:#FFF;
}
ul.menu li:last-of-type a{
	background: red; 
	color:#FFF;
	}
/* menu icon */

.menu-icon {
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 28px 20px;
  position: absolute;
  top:20px;
  right:20px;
  user-select: none;
  
}

.menu-icon .navicon {
  background: #FFF;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.menu-icon .navicon:before,
.menu-icon .navicon:after {
  background: #FFF;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.menu-icon .navicon:before {
  top: 5px;
}

.menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.menu-btn {
  display: none;
}

.menu-btn:checked ~ .menu {
  max-height: 340px;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
  
}

/* 48em = 768px */

@media (min-width: 48em) {
	ul.menu {
		clear: none;
	    max-height: none;
	    margin-bottom:20px;
	   display: flex;
	   width:100%;
	}
	ul.menu li {
		display: block;
		flex-grow: inherit;
		margin-right:1px;
		width:100%;
		text-align: center;
		
		}
	ul.menu li a {
		display:block;
	font-size:0.9em;
		color:#111;
		text-decoration:none;
		background:#9acee0;
		white-space: nowrap;
	}
	ul.menu li:last-of-type a{
		background: red; color:#FFF;margin:0;
	}
	.menu-icon {
    	display: none;
  }
}








a.btDownload{
	width:400px;
	font-size:1.2em;
	margin:20px auto;
	text-align:center;
	
	display:block; 
	padding:8px;
	border:4px solid #DDD;
	
	 color:#111;
	 border-radius: 6px;
	 -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-decoration:none;
	background:#006699;
	color:#FFF;
	}
a.btDownload:hover{background:red;}
#faqs h3	{ color:#006699;cursor:pointer;  margin-top:15px; }
#faqs h3.active	{ color:red; }
#faqs div   { padding:10px; font-style: italic; line-height: 1.4em;}

fieldset { 
	border:1px solid #666;	
	padding:10px;
	margin:20px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	border-radius: 6px;
	}

legend {
  	padding: 4px 10px;
  	color: #FFF;	
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	border-radius: 6px;
	background:#666;
	
  }
 form{
 	margin:0px;
 	padding:0px;
 	width:100%;
 	}
form li{
	font-size:1.0em;
	display: block;
	width: 100%;
	/*overflow:auto;*/
	position:relative;
	}

form li label{
	padding:0;
	/*width:140px;*/
	display:block; 
	/*
	background:#CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	*/
	margin-top:5px;
	color:#006699;
	}

form dt.spacer{
	background:none;
	}
input,textarea{
	margin-top:2px;
	padding:6px;
	border:1px solid #006699;
	width:95%;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family:inherit;
	font-size: 1.4em; 
	}
form li .submit{
	clear: left;
	float: left;
/*	margin-left:160px;*/
	width:160px;
	}
input:focus, textarea:focus, input:hover, textarea:hover{
	background-color: #cdedf0;
}
.data_error{
	}
#contact{
	overflow:hidden;
	}
#contact #info{
	
	}
#contact form{
	clear:both;
	margin-top:10px;
	}
ul#docs li{font-weight: bold;}
ul#docs li ul{margin-left:30px;}
ul#docs li li{font-weight: normal;}
div#intro{
	font-size:1.4em;
	line-height:1.4em;
	}
#versions table{
	width:100%;
	}
#versions table thead tr{
	background:#DDD;
	text-align:center;
	}
#versions table td{
	border:1px solid #DDD;
	padding:1px;
	}
#versions .txtReleaseNotes{
	margin:0 2px;
	display:none;
	font-size:0.9em;
	font-style: italic;
	border:1px dashed #DDD;
	padding:10px;
	}
	

/* side buttons*/
#side_buttons{
	position:fixed;
	top:164px;
	right:0px;
	width:30px;
	}
#side_buttons div{
	margin-bottom:12px;
	height:119px;
	}
#side_buttons #side_twitter{
	background:#006699;
	height:119px;
	
	}
	
.feedback_item{
	border:1px solid #DDD;
	margin:10px 0 0 0;
	padding:10px;
	}
.feedback_item h3{ font-weight: bold;}
.feedback_item .date{color:#666;}
.feedback_item p	{font-style: italic;}

/*hotelscombined*/
div.hcsb_container{
    /*border-radius: 10px !important ;*/
    border: 1px solid #9acee0 !important ;
}
.hcsb_searchButton{
	border-radius: 3px !important ;
    border: 3px solid #DDD !important ;
}

a.hcsb_searchButton, 
a.hcsb_searchButton:hover {
    font-size: 1.6em !important ;
    font-weight: normal !important ;
    
    }

#cal_wrapper{
	width:100% !important;
	display: flex;
	position: relative;
	padding-top:40px;
}
#cal_controls{
	position:absolute;
	top:0;
	left:0;
}
#the_months {
	float:none;
	width:100% !important;
}

@media screen and  (max-device-width : 320px),(max-device-width: 480px)	{
	html, body { padding:5px;}
	#wrapper{width:100%; padding:0;}
	#installation,
	.publicity,
	#contents-wrapper	{ flex-direction: column;}
	#contents					{padding:30px;}
	#header{

	padding:10px 0 0 0;
	
	}
#header #logo	{ float:none; margin:0;}


	#header #logo 				{ margin:0;}
	#header #logo img 			{ width:310px;}
	#header-paypal,
	#header-twitter		{ display: none;}
	
	ul#nav 			{ display:inline;overflow:hidden; width:100%; columns:2;}
	ul#nav li 		{ float:none; margin:1px;}
	ul#nav li.last{ float:none;}	

ul#nav li a{

	}

	#contents					{ width:100%; }
	#col_side 					{ width:100%; margin:0;}
	img.preview_cal 			{ width:320px;}
	a.btDownload				{ width:260px;font-size:1.2em;}
	.publicity{ display:none;}
}