html,body {
  padding:0;
  margin:0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #a0b4b4;
}

#map{
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 101px;
  z-index: 9;
}
body.thread #map{
  top: auto;
  height: 100px;
  right: 0;
  bottom: 100px;
  left: 0;
}
#thread {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 200px;
    left: 0;
    z-index: 10;
    background-color: white;
    border-bottom: 1px solid #4b4b4b;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    display:none;
}
body.thread #thread{
  display: block;
}

#consoleConatainer{
  background-color: black;
  margin: auto;
  height: 1em;
  color: #48cb71;
  float: left; 
  font-family: monospace;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-size: 1em;
  line-height: 1em;
  padding: 5px;
  overflow: hidden;
}

#toolbar{
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #efefef;
  box-shadow: -1px -1px 3px rgb(0 0 0 / 43%);
  border-top: 1px solid #8f8f8f;
}
div#toolbar_form {
  padding: 5px;
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
div#toolbar_form.active {
  display: block;
}

#firebaseui-auth-container {
}

#firebaseui-auth-container.hidden {
  display: none;
}
.firebaseui-idp-list, .firebaseui-tenant-list {
    margin:10px 0 !important;
}

#userButton{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
}

#dropupContent{
  display: none;
  overflow: hidden;
  position: absolute;
  bottom: 50px;
  padding: 20px;
  padding-top: 40px;
  background-color: #81ab52;
  min-width: 160px;
  box-shadow: 1px 1px 3px #000;
  border-radius: 11px;
  z-index: 1;
  border: 1px solid #717171;
  overflow-wrap: break-word;
}

div#dropupContent.active {
  display: block;
}

div#firebaseui-auth-container {
  position: absolute;
  display: block;
  z-index: 10;
  background: white;
  border: 1px solid #9f9f9f;
  left: 20px;
  right: 20px;
  top: 20px;
  border-radius: 5px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
}

button.firebaseui-idp-button.mdl-button.mdl-js-button.mdl-button--raised.firebaseui-idp-google.firebaseui-id-idp-button {
  border-radius: 30px;
}

#signOutButton.hidden {
  display: none;
}