
body, html{
	/* height: 100%; */
	/* font-family:  'Roboto, sans-serif'; */
	font-family: 'interface','Helvetica Neue',helvetica,sans-serif;
	font-size: 13px;
	margin: auto;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.watermark {
	position: fixed !important;
	font-family: 'Raleway' !important;
	font-weight: 600 !important;
  display: inline-block !important;
  visibility: visible !important;
  z-index: 200000 !important;
  bottom: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #2E7DCB !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 14px !important;
  opacity: 1 !important;
  line-height: 0px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1);
}

.watermark-text {
	position: relative !important;
  display: inline-block !important;
  top: -3px !important;
}

.glwebcolor {
	color: #414C42;
}

.glwebbackground {
	background: #6CACFF;
}

.glweberror {
	color: #AA113E;
}

.fps {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  color: white;
  text-shadow: 2px 2px 0 black;
}

.navigator {
	position: relative;
	float: left;
	height: 100%;;
	width: 300px;
	background-color: #112233;
}

.nav-title {
	position: absolute;
	font-size: 20px;
	color: #414C42;
	width: 80%;
	left: 10%;
	top: 10px;
	border-radius: 3px;
	text-align: center;
	background-color: #051525;
}

/***************************************** PROJECT *****************************************/
.projectContainer {
	width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
}
