.ecd-loading {
  background: #fff;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
}

.button.ecd-select{
  color: white;
  background-color: #ee6334;
  cursor: pointer;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
}
.ecd-select:hover{
  color: #ee6334;
  box-shadow: 0 0 6px 0 #ee6334;
  background-color: #f7f8fb;
}

.ecd-modal.modal{
  max-width: 800px;
}
.ecd-blocker.blocker{
  z-index: 100000;
}
.ecd-map {
  width: 100%;
  height: 300px;
}
.ecd-modal ul{
  list-style: none;
  margin: 0;
}
.ecd-modal li{
  border-bottom: 1px #cacaca solid;
}
#ecd-point-selector {
  height: 300px;
  overflow-y: auto;
  border-top: 3px #ee6334 solid;
  box-sizing: border-box;
  position: relative;
}
.ecd-point-wrapper {
  padding: 8px;
  margin: 5px;
  cursor: pointer;
  display: flex;
}
.ecd-point-wrapper:hover {
  padding: 6px;
  border: 2px #ee6334 solid;
  border-radius: 2px;
}
.ecd-point-selected {
  padding: 6px;
  border: 2px #ee6334 solid;
  border-radius: 2px;
  position: relative;
}
.ecd-point-selected::before {
  content: "SELECTED";
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  background: #ee6334;
  padding: 0px 5px;
  border-top-right-radius: 1px;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.ecd-point-image {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: bottom;
}
.ecd-point-text-wrapper {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
}
.ecd-point-name {
  color: black;
  font-weight: 600;
  font-size: large;
}
.ecd-point-distance {
  color: #ee6334;
  font-size: small;
}
.ecd-point-wrapper-map {
  margin: 5px;
  cursor: pointer;
  line-height: 2;
  display: flex;
}

.ecd-door-fields {
  margin: 5px 0 10px 0;
}

.ecd-modal-footer {
  padding: 10px;
  border-top: 3px #ee6334 solid;
  box-sizing: border-box;
}
.ecd-modal-footer-submit {
  float: right;
}

.ecd-row {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
}
.ecd-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 5px 5px;
}
.ecd-col-6 {
  flex: 0 0 50%;
  max-width: 100%;
  width: 100%;
  padding: 5px 5px;
}
.ecd-row .ecd-input {
  flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}
.ecd-input-hidden {
  display: none;
}

#ecd-pac-input {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
  margin: 10px 0px;
}
.pac-container {
  z-index: 100001!important;
}

.ecd_door_fields {
  display: none;
}
.ecd_point_fields {
  display: none;
}
