body {
  padding: 0;
  margin: 0;
}
html,
body,
#map {
  height: 100%;
  width: 100vw;
}
.btn {
  background: #3498db;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 2px 2px 2px 2px;
  text-decoration: none;
  height: 30px;
  width: 70px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.full {
  height: 100%;
  width: 100%;
}
.cen {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn_active {
  background: #cecece;
  text-decoration: none;
}
.btn:focus {
  outline: none;
}
.row {
  white-space: nowrap;
}

.row > div {
  display: inline-block;
}

.centxt {
  width: 100%;
  text-align: center;
}

.timeInput {
  size: 2;
}

.saveBtn {
  background-color: #3498db;
  position: relative;
  border-radius: 0px;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 70px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 2px 2px 2px 2px;
  text-decoration: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index:1;
}
.tx {
  position: relative;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  z-index:2;
}
.pbar {
  position: absolute;
  left: 0;
  top: 0;
  z-index:auto;
  width: 0%;
  height: 100%;
  background-color: #11d51e;
}
