body{
    overflow: hidden;
    margin:0px;
    padding:0px;
    background-image:url(../img/seamless_paper_texture.png);
}

#FloorSelector{
    width:5%;
    display: inline-block;
    position: absolute;
    margin-top: 75px;
    z-index: 1;
}

#Toolkit{
  height: 85%;
  width: 26%;
  margin-right: 1%;
  position: absolute;
  right: 15px;
  top: 40px;
  z-index: 1;
}

.toolkitTab{
    height:100%;
}

#dropzone{
    width: 100%;
    min-height: 200px;
    border: 4px solid rgba(0,0,0,0.5);
    border-radius: 20px;
    border-style: dashed;
}

#dropzone > div{
    text-align: center;
    margin: 75px auto;
    font-size: 30px;
    color:rgba(0,0,0,0.7);
}

.dz-image {
    width: 20%;
    display: inline-block;
}

div#MapContainer {
    position: absolute;
    height: auto;
    width: 75%;
    top:40px;
    /*z-index: -1;*/
}
div.mapCont {
    width: 100%;
    max-width: 640px !important;
    max-height: 640px !important;
    margin: 5% auto !important;
    position: absolute;
    left: 0px;
    right: 0px;
}

.selectedFloor{
    background-color: rgba(0,0,0,.8);
    color:#ffffff;
    text-indent: 2px;;
}

.item.floorSel:hover{
    background-color: rgba(0,0,0,.3);
    color:#ffffff;
    text-indent: 2px;
}

.item.floorSel {
    padding-top: 10px;
    padding-bottom: 10px;
    transition:200ms;
    -webkit-transition:200ms;

}

.warning > label{
    color:red !important;
}

div#cssContent {
    max-width: 500px!important;
}

#LayersView{
    overflow: hidden;
}
#LayersScrollContainer{
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    padding-bottom: 30px;
}

.st0,.st1,.st2,.st3,.st4,.st5,.st6,.st7,.st8,.st9,.st10,.st11,.st12,.st13,.st14,.st15,.st16,.st17,.st18,.st19,.st20{
    fill:#ff2733;
    display:block;
}




.ui.menu {
  position: absolute;
  width: 100%;
  z-index: 1;
}

#disclaimer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 50%;
  text-align: center;
  margin: auto;
  z-index: 9999;
  background: #202020;
  color: white;
  padding: 5px;
  opacity: 0.8;
  max-width: 450px;
}