
#page{
    position:relative;
}

.ui-title, .ui-btn{
	white-space: normal !important;
}

.ui-title{
	margin: 0 20% !important;
}

.ui-page .ui-header {
	background: #034891 !important;
	border-width: 0 0;
	border-bottom-width: 4px;
	border-bottom-color: #0D94E5 !important;
}

.ui-btn{
	font-size: 12px !important;
}

.ui-page {
	background: rgb(220,220,220) !important;
}

.ui-btn {
	background: rgb(240,240,240) !important;
}

.ui-title{
	color: white;
	text-shadow: 1px 1px 1px gray;
}

img.ui-home, img.ui-close{
	cursor: pointer;
	width: 1.5em;
}

.ui-page{
	min-height: 100px !important;
	height: 100%;
}

/* hack na ellipsis w ie */
.ui-btn, .ui-header{
	-ms-text-overflow: ellipsis;
}
html {
	margin: 0;
	padding: 0;
	width: 100%;
 	height: 100% !important;
}

body {
  	margin: 0;
	padding: 0;
  	width: 100%;
 	height: 100% !important;
  	
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 16px;
}

#leftPanel{
	float: left;
	/*width: 0%;
	height: 100%;
	position: absolute;
	z-index: 4;*/
	width: 0%;
	height: 100%;
}

#journeyContainer{
	float: left;
	width: 100%;
	overflow: hidden;
}

#pano {
	width: 100%;
	/*height: 66%;*/
	height: 100%;
	background-color: gray;
	position: relative;

	z-index:2;
	box-shadow: 0 0 50px 15px black;	
}

#panoViewer {
	width: 100%;
	height: 100%;
}

#whereIAmBox {
	position: absolute;
	/*background-color: gray;*/
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	/*bottom: -10px;*/
	bottom: 0;

	/*background-color: #3067A0;*/
	color: #fff;

	font-family: 'Open Sans', Arial, Tahoma, sans-serif;
	font-size: 19px;
	height: 35px;

	border-color: white;
	border-style:solid;
	border-width: 2px 0 2px 0;

	line-height: 35px;

	z-index: 11;
}

#whereIAmBox p{
	margin: 0;
	padding: 0;
	margin-left: 15px;
	/*cursor: pointer;*/
	display: inline;
	font-size: 19px;
}

#map {
	width: 100%;
	/*height: 34%;*/
	height: 0%;
	background-color: white; /*gray;*/
}

#minorMapContainter, #majorMapContainter, #mapContainter {
	width: 100%;
	height: 100%;
}

#menuIcon{
	position: absolute;
	top: 20px;
	left: 20px;
	cursor: pointer;
}

#mapIcon{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

#facebookButtons{
	position: absolute;
	left: 10px;
	bottom: 60px;
	margin-right: 15px;

	display: flex;
    align-items: center;
}

#facebookButtons img{
	/*margin: 0 10px;*/
}

#mouse_info{
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
    text-shadow: 2px 2px 2px black;
    padding: 0 10px;
    margin-left: 10px;
}

/*
#author_left{
	position: absolute;
    left: 50%;
    bottom: 10px;
    width: 25%;
    margin-left: -12%;
}

#author_center{
	position: absolute;
	right: 10px;
	bottom: 55px;
	margin-right: 15px;
	width: 5%;
}

.author{
	text-align: center;
	font-size: 0.5em;
	letter-spacing: 1px;
	color: white;
}

.author img{
	width: 100%;
	margin: 5px auto;
}
*/

#author_left{
	position: absolute;
    left: 0%;
    bottom: 10px;
    width: 100%;
}

#author_center{
	position: absolute;
	right: 10px;
	bottom: 55px;
	margin-right: 15px;
	display: none;
}

.author{
	text-align: center;
	font-size: 0.5em;
	letter-spacing: 1px;
	color: white;
}

.author img{
	height: 2.3em;
	margin: 5px auto;
}

a{
	cursor: pointer;
}

a:visited{
	color: blue;
}

.left_content{
	position: relative;
	z-index: 2;
	background-color: inherit;
}
#messageBox {
	background-color: rgba(0, 0, 0, 0.5);

	border-style: 1px solid white;

	color: white;

	position: absolute;
	top: 20px;
	left: 20px;

	z-index: 20; 
	width: 250px;

	display: none;
}

#titleBox {
	background-color: rgb(36, 36, 36);
	padding: 5px;
	margin: 0;
}

#title {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0;
	display: inline;
}

#message_open_close {
	height: 16px;
	padding: 0;
	margin: 0;
	float: right;
	cursor: pointer;
}

.clear {
	clear: both;
}

#messageContent {
	overflow: auto;
	padding: 5px;
	max-height: 200px;
}

.podsystemView {
	display: block;
	background-color: gray;
	text-align: center;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#messageContent a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#trip {
	position: absolute;
	bottom: 0;
	right: 0;
}


#tripControls{
	position: absolute;
	right: 40px;
	top: 0;
	bottom: 0;
	display: none;
	margin-right: 15px;
}

#tripControls img{
	height: 18px;
	margin-left: 10px;
	cursor: pointer;
	vertical-align: middle;
}

.open_attachment{
	cursor: pointer;
}

/* ### */

#options{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin-right: 15px;
}

#tripOptions{
    cursor: pointer;
    display: block;
    position: absolute;
    height: 18px;
    top: 50%;
    margin: -9px;
}
#videoHolder{
	position: absolute;
	bottom: 0;
	right: 0;
	/*width: 225px;
	height: 400px;*/
	overflow: hidden;
	display: none;
}

#trip {
	position: absolute;
	top: 0;
	left: 0;
	/*width: 225px;
	height: 800px;*/
	display: none;
}

#c {
	position: absolute;
	top: 0;
	left: 0;
	/*width: 225px;
	height: 400px;*/
}