#mapWrap {
  height: calc(100% - 45px);
}
#mapWrap.editLocationMapWrap {
  height: calc(100% - 45px);
}

#locationWrap {
  padding: 10px;
  position: relative;
}

#locationWrap>* {
  vertical-align: middle;
}

#locationWrap>h2 {
  display: inline-block;
}

#locationWrap p, #locationWrap label, #locationWrap input, #locationWrap select {
  display: inline-block;
  font-family: 'Gill Sans', 'Open Sans', sans-serif;
  font-weight: 300;
  box-sizing: border-box;
}

#locationWrap input, #locationWrap select {
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #95a5a6;
  transition: border-color 0.25s ease-in-out;
  margin: 0 5px;
}

#locationWrap input:focus, #locationWrap select:focus {
  outline: none;
  border-color: #ff9900;
}

#locationWrap input.smallInput {
  width: 100px;
}

#locationWrap button.pageButton {
  margin: 0 5px;
}

p.locationPageTitle {
  position: absolute;
  left: 0;
  height: 25px;
  font-size: 30px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0 10px;
  color: #95a5a6;
}

p.locationPageTitle i {
  margin-right: 10px;
}

p.locationTag, label.locationTag, #locationWrap input, #locationWrap select {
  height: 25px;
  font-size: 18px;
  line-height: 25px;
  min-width: 50px;
  margin: 0 5px;
}

label.locationTag{
  text-align: right;
}

p.output, p.outputLabel {
  height: 25px;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0;
}

p.output, p.outputLabel {
  border: 1px solid #95a5a6;
  box-sizing: border-box;
}

p.output {
  width: auto;
  min-width: 100px;
  padding: 0 5px;
  text-align: left;
  margin: 0 5px 0 0;
}

p.outputLabel {
  background-color: #95a5a6;
  width: 25px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0 5px;
}

.editLocationMarker {
  transition: color 0.25s ease-in-out, border 0.25s ease-in-out;
}

#errorDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 2000;
  vertical-align: middle;
  text-align: center;
}

#errorDiv p {
  display: inline-block;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 150px);
  width: 300px;
  height: 50px;
  font-family: 'Gill Sans', 'Open Sans', sans-serif;
  font-weight: 300;
}

.ri {
  color: #f49302;
  border: 1px solid #f49302;
}

.sh {
  color: #3579bb;
  border: 1px solid #3579bb;
}

.re {
  color: #80B0DE;
  border: 1px solid #80B0DE;
}

.ga {
  color: #AA2DBC;
  border: 1px solid #AA2DBC;
}

.ma {
  color: #dc2a1b;
  border: 1px solid #dc2a1b;
}

.gr {
  color: #a2d108;
  border: 1px solid #a2d108;
}

.bu {
  color: #4d4d4c;
  border: 1px solid #4d4d4c;
}

.po {
  color: #47c575;
  border: 1px solid #47c575;
}

.mi {
  color: #95a5a6;
  border: 1px solid #95a5a6;
}

.ri div.markerPoint {
  /*background-image: url("/icons/riIcon.png");*/
}

.sh div.markerPoint {
  /*background-image: url("/icons/shIcon.png");*/
}

.ga div.markerPoint {
  /*background-image: url("/icons/gaIcon.png");*/
}

.re div.markerPoint {
  /*background-image: url("/icons/reIcon.png");*/
}

.ma div.markerPoint {
  /*background-image: url("/icons/maIcon.png");*/
}

.gr div.markerPoint {
  /*background-image: url("/icons/grIcon.png");*/
}

.bu div.markerPoint {
  /*background-image: url("/icons/buIcon.png");*/
}

.po div.markerPoint {
  /*background-image: url("/icons/poIcon.png");*/
}

.ri div.markerPoint, .sh div.markerPoint, .re div.markerPoint, .ga div.markerPoint, .ma div.markerPoint, .gr div.markerPoint, .bu div.markerPoint, .po div.markerPoint, .mi div.markerPoint {
  height: 12px;
}

div.markerIcon.ri, div.markerIcon.sh, div.markerIcon.re, div.markerIcon.ga, div.markerIcon.ma, div.markerIcon.gr, div.markerIcon.bu, div.markerIcon.po, div.markerIcon.mi, div.markerBox {
  top: -59px;
}

div.markerPoint:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 11px solid;
  border-top-color: #ffffff;
  z-index: -1;
  clip-path: inset(0 1px 0 1px);
}
@media screen and (max-device-width: 480px) {
  #mapWrap{
    height: 100%;
  }
}
