﻿#map-canvas {
  /*width: 600px;*/
  height: 400px;
}

#map-canvas.outOfBound {
  position: absolute !important;
  top: -1000px;
  left: -1000px;
}

#autocomplete {
  width: 224px;
  color: #000;
}

:-ms-input-placeholder {
  color: #999 !important;
}

#locationContainer {
  background-color: #fff;
  padding: 6px;
  border: 1px solid #000;
  width: 300px;
}

.actionBtn {
  width: 60px;
}

.pac-container {
  width: auto !important;
}

.noresult {
  width: 286px !important;
}

#content p {
  padding: 0px;
  margin: 0px;
}

div.section {
  /* border: 1px solid #eee; */
  margin: 8px 0;
}

div.step {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 12px;
  margin: 12px;
}
#NameSection,
#EmailAddressesSection,
#MobilePhoneSection,
#VoicePhoneSection {
  /* display: none; */
}

#txtLocationSearch {
  width: 600px;
  padding: 6px 8px;
}

.location {
  display: none;
}
.address {
  padding: 8px 0;
  font-size: 18px;
  margin-bottom: 8px;
}
.location-preview {
  min-height: 300px;
}
.location-preview img {
  border: 1px solid #ddd;
  margin: 0;
  margin-bottom: 8px;
  border-radius: 4px;
}
ul.buttons {
  margin: 0;
  padding: 0;
}

ul.buttons li {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin-right: 12px;
}

.location-fields {
  position: fixed;
  right: 12px;
  top: 12px;
  min-width: 200px;
  border: 1px Solid #ddd;
  padding: 8px;
  border-radius: 4px;
  background-color: #fff;
}

.location-fields div {
  margin: 6px 0;
  line-height: 22px;
}
.location-fields label {
  display: inline-block;
  width: 100px;
  text-align: right;
  margin-right: 4px;
  vertical-align: middle;
  font-size: 12px;
}
.location-fields input {
  display: inline-block;
  width: 200px;
  font-size: 12px;
  border: 1px solid #ddd;
}
