@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  box-sizing: border-box;
  src: local('Open Sans'), local('OpenSans'), url('../fonts/opensans.woff') format('woff');
}

body {
  margin: 0;
  background-color: white;
  background-image: url('../images/bg.png');
  background-attachment: fixed;
  background-position: center;
  background-size: contain;

  font-size: 12pt;
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
  height: 100vh;
} 

button {
  cursor: pointer;
  font-size: 12pt;
  padding: 12px;
}

select {
  font-size: 12pt;
  padding: 12px;
  cursor: pointer;
}

hr {
  margin-top: 12px;
  margin-bottom: 12px
}

a {
  text-decoration: none!important;
}

.app {
  margin: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.banner {
  background-color: #01afec;
  height: 96px;
  padding: 12px;
  color: white;  
}

.helpMenu {
  float: right;
  font-variant: small-caps;
}

.helpMenu a {
  font-weight: bold;
  font-size: 12pt;
  color: #eee;
}

.helpMenu a:hover {
  color: white;
}

.content {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
}

.view3D {
  height: calc(100vh - 96px);
  width: 50%;
}
#view3DCanvas {
  display: none;
}
#JeelizVTOWidget {
  background-color: #eee;
  height: calc(100vh - 96px);
  width: 100%;
}

#importModelNotice {
  text-align: center;
  line-height: 1.5em;
  margin: 3em;
  color: gray;
  font-style: italic;
}
#controls {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin: 12px;
}
.buttons button{
  width: 150px;
  margin-right: 12px;
}
#inputFileImportGLTF {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.materialSelector {  
}

#materialEditor {
  margin-top: 12px;
}

/* BEGIN DAT.GUI TWEAK */
.close-button {
  display: none;
}
.dg {
  font-size: 12pt!important;
}
/* END DAT.GUI TWEAK */