.mapLabels {
  font-size: 10px;
  text-align: center;
  text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0,
    #ffffff 0 -1px 0;
}

.mapLabels img {
  width: 15px;
  height: 15px;
}

@media screen {
  .mapLabels .pubPoints img {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 25px;
    border: 2px #a72525 solid;
  }
}

.floorsUI,
.testButton {
  position: absolute;
  list-style: none;
  padding: 0;
  left: 0px;
}

.floorsUI {
  top: 100px;
}

.testButton {
  margin-left: auto;
  margin-right: 2px;
  top: 100px;
  float: right;
  width: 100%;
}
.testButton ul {
  float: right;
}
.floorsUI li,
.testButton li {
  max-width: 100px;
  padding: 10px;
  background-color: #e8e8e8;
  border: 1px solid #bbbbbb;
  text-align: center;
  list-style-type: none;
}

.floorsUI .selected {
  background-color: #cccccc !important;
}

.toolsBar {
  position: fixed;
  background-color: #ffffff;
  float: right;
  right: 10px;
  bottom: 10px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.3s ease-in-out;
  overflow: hidden;
}

.btn {
  display: flex;
  width: 20px;
  height: 24px;
  line-height: 24px;
  justify-content: center;
  align-items: center;
  padding: 2px;
  background-color: #00000000;
  text-align: center;
  list-style-type: none;
}

.btn-disable {
  display: flex;
  width: 20px;
  height: 24px;
  line-height: 24px;
  justify-content: center;
  align-items: center;
  padding: 2px;
  background-color: #D6D6D6;
  text-align: center;
  list-style-type: none;
}

.btn:active {
  background-color: #ced4d0;
}

.line {
  width: auto;
  margin-left: 10%;
  margin-right: 10%;
  background-color: #ececec;
  height: 1px;
}
