@font-face{
    font-family: "Dosis";
    src: url("/static/fonts/Dosis-Regular");
    src: local("Dosis"),
        url("/static/fonts/Dosis-Regular.ttf") format("truetype");
}

* { font-family: "Dosis", 'Roboto', sans-serif; }

.mainImage {
  margin-left: 70px;
  margin-right: 70px;
  margin-bottom: 70px;
  width: 260px;
}
.input {
  width: 260px;
  margin-left: 70px;
}
.version {
  margin-left: 90%;
}
.cardCenter{
  width: 400px;
  margin: auto;
  text-align: center;
}
.center{
  text-align: center;
}



form {
  padding: 5%;
}


.mp-map {
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: white;
}
































.leaflet-marker-icon {
  margin-top: -24px !important;
  height: auto !important;
}
.mp-node-marker-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  color: #424242;
}
.mp-node-marker-container i {
    margin-bottom: 8px;
}
.mp-node-marker-container svg {
    position: absolute;
    top: 13px;
    left: 17px;
    stroke: #424242;
    stroke-width: 2px;
}
.mp-node-marker-tooltip {
  background-color: #424242;
  color: #FFF;
  border-radius: 2px;
  font-size: 10pt;
  font-weight: 700;
  padding: 0px 8px;
  white-space: nowrap;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mp-node-marker-tooltip:hover {
    max-width: none;
    overflow: auto;
}
.mp-node-marker-children {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 212px;
}
.mp-node-marker-children .mp-node-marker-container {
  -webkit-flex: 0 0;
  -moz-flex: 0 0;
  flex: 0 0;
  margin: 0px 4px 8px 4px;
}
.mp-node-marker-children .mp-node-marker-children {
  width: auto;
}


.leaflet-marker-icon {
  margin-top: -24px !important;
  height: auto !important;
}
.mp-node-marker-container-hub {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  color: #424242;
}
.mp-node-marker-container-hub i {
    margin-bottom: 8px;
}
.mp-node-marker-container-hub svg {
    position: absolute;
    top: 13px;
    left: 17px;
    stroke: #424242;
    stroke-width: 2px;
}
.greenHub {
  color: #388E3C;
}
.yellowHub {
  color: #c2c200;
}
.redHub {
  color: #dd0000;
}
.mp-node-marker-tooltip {
  background-color: #424242;
  color: #FFF;
  border-radius: 2px;
  font-size: 10pt;
  font-weight: 700;
  padding: 0px 8px;
  white-space: nowrap;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mp-node-marker-tooltip:hover {
    max-width: none;
    overflow: auto;
}
.mp-node-marker-children {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 212px;
}
.mp-node-marker-children .mp-node-marker-container {
  -webkit-flex: 0 0;
  -moz-flex: 0 0;
  flex: 0 0;
  margin: 0px 4px 8px 4px;
}
.mp-node-marker-children .mp-node-marker-children {
  width: auto;
}


.leaflet-marker-icon[data-v-b213360a] {
  margin-top: -24px !important;
  height: auto !important;
}
.mp-node-marker-container-hub[data-v-b213360a] {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  color: #000000;
}
.mp-node-marker-container-hub i[data-v-b213360a] {
    margin-bottom: 8px;
}
.mp-node-marker-container-hub svg[data-v-b213360a] {
    position: absolute;
    top: 13px;
    left: 17px;
    stroke: #424242;
    stroke-width: 2px;
}
.mp-node-marker-tooltip[data-v-b213360a] {
  background-color: #424242;
  color: #FFF;
  border-radius: 2px;
  font-size: 10pt;
  font-weight: 700;
  padding: 0px 8px;
  white-space: nowrap;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mp-node-marker-tooltip[data-v-b213360a]:hover {
    max-width: none;
    overflow: auto;
}
.mp-node-marker-children[data-v-b213360a] {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 212px;
}
.mp-node-marker-children .mp-node-marker-container[data-v-b213360a] {
  -webkit-flex: 0 0;
  -moz-flex: 0 0;
  flex: 0 0;
  margin: 0px 4px 8px 4px;
}
.mp-node-marker-children .mp-node-marker-children[data-v-b213360a] {
  width: auto;
}


.leaflet-marker-icon {
  margin-top: -24px !important;
  height: auto !important;
}
.mp-node-marker-container-beacon {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  color: #424242;
}
.mp-node-marker-container-beacon i {
    margin-bottom: 8px;
}
.mp-node-marker-container-beacon svg {
    position: absolute;
    top: 13px;
    left: 17px;
    stroke: #424242;
    stroke-width: 2px;
}
.greenBeacon {
  color: #388E3C;
}
.yellowBeacon {
  color: #c2c200;
}
.redBeacon {
  color: #dd0000;
}
.mp-node-marker-tooltip {
  background-color: #424242;
  color: #FFF;
  border-radius: 2px;
  font-size: 10pt;
  font-weight: 700;
  padding: 0px 8px;
  white-space: nowrap;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mp-node-marker-tooltip:hover {
    max-width: none;
    overflow: auto;
}
.mp-node-marker-children {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 212px;
}
.mp-node-marker-children .mp-node-marker-container {
  -webkit-flex: 0 0;
  -moz-flex: 0 0;
  flex: 0 0;
  margin: 0px 4px 8px 4px;
}
.mp-node-marker-children .mp-node-marker-children {
  width: auto;
}

