body {
    font-family: montserratregular, Helvetica, arial, sans-serif;
    font-size: 12px;
    margin: 0;
    color: #cccfcf;
    background-color: #000000;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
/*	position: fixed; */
	
	/*-webkit-text-stroke: 1px black;*/
}

/*#topBar > a {
    position: absolute;
    top: 500px;
    left: 0;
    color: #f00;
    overflow: hidden;
}*/

#brandImage {
	position: fixed;
	top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    pointer-events: none;
}

#brandImage img{
  position: absolute; 
  width: 128px;
  height: 128px;
  top: 50%; 
  left: 50%; 
  margin-left: -64px;
  margin-top: -64px;
  pointer-events: none;
}

.loadingImage {
	position: absolute;
	width: 128px;
	height: 128px;
	top: 50%;
	left: 50%;
	margin-left: -64px;
	margin-top: -64px;
	pointer-events: none;
    
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

.loadingText {
	position: absolute;
	width: 128px;
	height: 128px;
	top: 65%;
	left: 50%;
	margin-left: -16px;
	pointer-events: none;
}

#floorMap {
    position: absolute;
	top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    
}

.metaData {
    position: absolute;
    margin-left: 3.5em;
    margin-top: 3.5em;
	top: 0%;
    left: 0%;
    width: auto;
    height: auto;
    pointer-events: none;
    
}

.metaDataImage {
    pointer-events: auto;
}

.fsButton {
    position: absolute;
    width: auto;
    height: 3em;
    right: 2em;
    top: 2em;
    pointer-events: auto;
}



.metaDataTextBlock
{
    position: absolute;
    width:auto;
    height:auto;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}

.metaDataText
{
    background-color: rgba(1,1,1,0.5);
    padding: 1.5em;
    border-radius: 5px;
}


@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#header {
    position: relative;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    line-height: 48px;
    background-color: #263538;
    border-bottom: 1px solid #1a1a1a;
    z-index: 101;
}
#header > .logo {
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 16px;
}
#header > .back {
    display: none;
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 16px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    background-color: #F26524;
    cursor: pointer;
}
body.preview #header > .logo {
    display: none;
}
body.preview #header > .back {
    display: block;
}

body.preview #examples {
    display: none;
}

body.preview #example {
    display: block;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

body.preview {
    overflow: hidden;
}
canvas {
    display: block;
    margin: 0 auto;
}

#footer {
    font-family: Helvetica, Arial, sans-serif;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-right: 8px;
    background-color: #324447;
    font-size: 14px;
    font-weight: 100;
    line-height: 32px;
	
}
#footer > img {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    padding-right: 8px;
}


@media (max-width: 1280px) {
    #header {
        font-size: 14px;
    }
    #examples {
        text-align: center;
    }
}

.bubble
{
	position: absolute;
	/*top: -25px;*/
	/*width: 150px;
	height: 100px;*/
	display: table;
	pointer-events: none;
}

.bubble p
{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.featureSpotText
{
	color: white;
}

ul
{
    padding: 0px 0px;
    left : 2%;
    width: 96%;
}

a:link
{
    color: white;
    background-color: rgb(38,57,53);
    border-width : thick;
    border-color: rgb(38,57,53);
    padding:2% 2%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}


a:visited
{
    color: white;
    background-color: rgb(38,57,53);
    border-width : thick;
    border-color: rgb(38,57,53);
    padding:2% 2%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
 
}

a:hover
{
    color: rgb(38,57,53);
    background-color: rgb(59,180,151);
    border-width : thick;
    border-color: rgb(38,57,53);
    border-radius: 5px;
}

a.selected
{
    color:rgb(59,180,151);
    background-color:  rgb(38,57,53);
    border-width : thick;
    border-color: rgb(38,57,53);
    border-radius: 5px;
}

.ablyButtonsGroup{
    align-content:center;
    margin:0 auto;
    position: absolute;
    left: 0em;
    top: 1em;
    display:inline-block;
    vertical-align: top;
    text-align: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ablyElement{
    width: auto;
    height: 3em;
    pointer-events: none;
}

.ablyButton{
    width: auto;
    height: 3em;
    pointer-events: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.ablyChatBody {
    margin: 0 auto;
    max-width: 800px;
    padding: 0 20px;
}

.ablyChatModal {
    position: absolute;
    background-color: rgba(1,1,1,0.9);
    left: 10px;
    right: 10px;
    top: 64px;
    bottom: 50px;
    border-radius: 0.5em;
}

.ablyChatMessageViewer {
    position: absolute;
    bottom: 60px;
    top: 10px;
    width: 100%;
    overflow-y: scroll;
}

.ablyChatMessageInput {
    position: absolute;
    bottom: 0px;
    height: 60px;
    width: 100%;
}





.ablyChatMessageOther {
    border-radius: 0.2em;
    background-color: #eaeaea;
    padding: 0.3em;
    margin: 1em;
    margin-left:30%;
    padding-left: 1em;
    word-wrap: break-word
}

.ablyChatMessageOther::after {
    content: "";
    clear: both;
    display: table;
}



.ablyChatMessageSelf {
    border-radius: 0.2em;
    padding: 0.3em;
    padding-left: 1em;
    margin: 1em;
    margin-right:30%;
    background-color: #C46DFF;
    word-wrap: break-word;
}

.ablyChatMessageSelf::after {
    content: "";
    clear: both;
    display: table;
}

.ablyChatMessageTextOther {
    color: #222;
    text-align: left;
    font-size: 12px;
    margin: 2px;
}

.ablyChatMessageTextSelf {
    color: #ffffff;
    text-align: left;
    font-size: 12px;
    margin: 2px;
}

.ablyChatMessage img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

.ablyChatMessage img.right {
    float: right;
    margin-left: 20px;
    margin-right:0;
}

.ablyChatTime-right {
    float: right;
    color: rgba(0,0,0,0.4);
    font-size: 10px;
}

.ablyChatTime-left {
    float: left;
    color: rgba(0,0,0,0.4);
    font-size: 10px;
}





.ablyChatMessageSendButton {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 2.4;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    background-color: white;

    right:10px;
    top:0.3em;
    width:6em;
    margin:0.5em;
    margin-right: 0.7em;
    margin-left: 0em;
}

.ablyChatInputField {
    font-size: 1rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    flex: 1;
    margin:0.5em;
    margin-left: 0.7em;
    padding: 1em;
}

.ablyChatCloseButton {
    width: 100%;
    display:table-cell;
    padding: 1em;
    margin: 1em;
    /* background-color: white; */
    /* height: 60%; */
    /* left: calc(50% - 40%); */
    /* top: 5%; */
    background-color: #ffff00;
    border-radius: 1.5em;
}
