html,body{
	height:100%;
	margin:0px;
	
	font-family: 'Roboto', sans-serif;
}

#panorama {
        width: 100%;
        height: 100%;
}

#beta {
	position: absolute;
	right: 0px;
	top:0px;
	z-index: 1000;
}

#trigger {
	z-index: 1000;
	width:150px;
	height:27px;
	position: absolute;
	left:50px;
	top:4px;
	border:1px solid grey;
	border-radius: 3px;
	box-shadow: 0px 0px 1px white;
	background-color:white;
	font-weight: bold;
	padding-left: 20px;
	
	background-image: url("/_lib/img/button.png"); 
	background-size: cover;
}

#slider {
	background-color: white;
	padding: 10px;
	box-shadow: -5px 0 5px -5px #3f3f3f inset;
	height:100%;
	
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

div.ui-datepicker {
    font-size:13px;
}

#filelist {
	width:98%;
	margin-left:4px;
	margin-right:4px;
	border:0px;
	line-height: 16px;
	text-align: center;
	height: inherit;
}

#infobox{
	/*
	z-index: 1000;
	position: absolute;
	bottom: 10px;
	left:10px;
	padding:5px;
	border-radius: 5px;
	background-color:rgba(0, 0, 0, 0.7);
	min-width:200px;
	box-shadow: 0px 0px 10px white;
	font-size:16px;
	color:white;
	font-family: 'Roboto', sans-serif;
	*/
	
	z-index: 1000;
	position: absolute;
	bottom: 5px;
	left:5px;
	padding:5px;
	text-shadow: 2px 2px 2px black;
	font-size:16px;
	color:white;
	font-family: 'Roboto', sans-serif;
		
}

#infobox2{
	z-index: 1000;
	position: absolute;
	bottom: 5px;
	left:80px;
	padding:5px;
	text-shadow: 2px 2px 2px black;
	font-size:16px;
	color:white;
	font-family: 'Roboto', sans-serif;	
}

#previous {
	z-index: 1000;
	height:28px;
	width:28px;
	position: absolute;
	left:4px;
	top:95px;
	border:1px solid grey;
	border-radius: 3px;
	box-shadow: 0px 0px 1px white;
	background-color:white;
	font-weight: bold;
}
#next {
	z-index: 1000;
	height:28px;
	width:28px;
	position: absolute;
	left:4px;
	top:122px;
	border:1px solid grey;
	border-radius: 3px;
	box-shadow: 0px 0px 1px white;
	background-color:white;
	font-weight: bold;
}

#meteo {
	text-shadow: 1px 1px 2px black;
	position: absolute;
	display: none;
	left: 50px;
	top: 40px;
	font-size:10px;
	text-align:left;
	z-index: 1000;
	color: white;
	width: 165px;	
}

#infobox_time{
	font-weight: 600;
}

.hide {visibility: hidden !important;}

hr {
	background-color: #d6d6d6;
	height:1px;
	border: 0;
}

#menutable {
	width:90%;
	color: #00706d;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	text-align: left;
	margin:0px auto;
	vertical-align: middle;
}

#menutable img {
	width:18px;
	padding-right:10px;
}

.ui-widget.ui-widget-content {
	border:0px !important;
}
.ui-widget-content {
	border:0px !important;
}
.ui-widget-header {
	background: none !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #00706d !important;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #00706d !important;
	text-decoration: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	color: #00706d !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: -webkit-linear-gradient(#e5e5e5 0%, #ffffff 100%) !important;
	background: #e5e5e5 !important;
	border:1px solid grey !important;
	font-weight: 600 !important;
}

select option:checked{
  background: #008f8b -webkit-linear-gradient(bottom, #008f8b 0%, #008f8b 100%);
  color: white;
  font-weight: bold;
}
/*
.ui-datepicker-header {
	margin-bottom:5px !important;
}

.ui-datepicker-calendar thead {
	display: none;
}
*/
#slider_top{
	display: block;
}

/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}
 
/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}
 
/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}
 
/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

@media screen and (max-height: 600px) {

	#slider_top{
		display: none;
	}
	
}	

@media screen and (max-height: 400px) {

	.ui-datepicker-header {
		margin-bottom:5px !important;
	}
	
	.ui-datepicker-calendar thead {
		display: none;
	}
	
	#slider hr {
		display: none;
	}
	
}