/* 48px */
/* 32px */
/* 24px */
/* 20px */
/* 16px */
/* 16px */
.leaflet-icon-force-width > svg {
  height: 40px !important;
  width: auto !important;
}

#order-switch {
  display: flex;
  flex: 1 0 auto; /* IE 10-100 bug */
  flex-shrink: 0;
  width: 100%;
  flex-direction: column;
  overflow-y: hidden;
}
#order-switch .order-switch-page {
  display: flex;
  flex: 1 0 auto; /* IE 10-100 bug */
  flex-shrink: 0;
  width: 100%;
  flex-direction: row;
  height: 100%;
  overflow-y: hidden;
}
#order-switch .order-switch-page #mapid {
  flex: 5;
  width: 100%;
  z-index: 0;
  position: relative;
  min-height: 600px;
  max-width: 1000px;
  min-width: 500px;
}
#order-switch .order-switch-page #mapid #m4p-search {
  flex-shrink: 0;
  overflow-x: hidden;
  max-width: 300px;
  z-index: 410; /*leaflet needs this*/
  position: absolute;
  background-color: #ffffff;
  top: 0.6em;
  left: 0.6em;
  border: none;
  border-color: transparent;
  border-radius: 2px 2px;
  font-size: 15px;
  line-height: 2em;
  color: #333;
  /*disable click-through if user selects text*/
  display: flex;
  flex-direction: column;
}
#order-switch .order-switch-page #mapid #m4p-search #m4p-search-box-form {
  z-index: 411;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0px;
  flex-shrink: 0;
  /* firefox 19+ */
  /* ie */
}
#order-switch .order-switch-page #mapid #m4p-search #m4p-search-box-form::-webkit-input-placeholder {
  font-size: 18px;
}
#order-switch .order-switch-page #mapid #m4p-search #m4p-search-box-form::-moz-placeholder {
  font-size: 18px;
}
#order-switch .order-switch-page #mapid #m4p-search #m4p-search-box-form:-ms-input-placeholder {
  font-size: 18px;
}
#order-switch .order-switch-page #mapid #m4p-search #m4p-search-box-forminput:-moz-placeholder {
  font-size: 18px;
}
#order-switch .order-switch-page #mapid #m4p-search #m4p-search-box-form #m4p-search-text {
  display: flex;
  padding: 10px 0px;
  padding-left: 20px;
  z-index: 403;
  display: flex;
  font-size: 1.2em;
  min-width: 0px;
}
#order-switch .order-switch-page #mapid #m4p-search #m4p-search-box-form #m4p-search-button {
  flex-shrink: 0;
  z-index: 412;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 20px;
  cursor: pointer;
  background-color: #ffffff;
}
#order-switch .order-switch-page #mapid #m4p-search #m4p-search-box-form #m4p-search-button:hover {
  color: #004e92;
}
#order-switch .order-switch-page #mapid #m4p-search #m4p-search-box-form #m4p-search-button:focus {
  color: #000428;
}
#order-switch .order-switch-page #mapid #m4p-search #m4p-search-results-wrapper {
  z-index: 404;
  display: flex;
}
#order-switch .order-switch-page #mapid #m4p-search #m4p-search-results-wrapper #m4p-search-results {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  z-index: 405;
  width: 100%;
}
#order-switch .order-switch-page #mapid #m4p-search #m4p-search-results-wrapper #m4p-search-results li {
  display: flex;
  z-index: 406;
  padding: 10px;
  padding-left: 20px;
  overflow: hidden;
  cursor: pointer;
  max-width: 100%;
  flex-direction: column;
}
#order-switch .order-switch-page #mapid #m4p-search #m4p-search-results-wrapper #m4p-search-results li > p {
  line-height: 1em;
  padding: 0px;
  padding-top: 2px;
  margin: 0px;
  font-size: 0.8em;
  flex-wrap: nowrap;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
#order-switch .order-switch-page #mapid #m4p-search #m4p-search-results-wrapper #m4p-search-results li > p.main_text {
  color: #333333;
}
#order-switch .order-switch-page #mapid #m4p-search #m4p-search-results-wrapper #m4p-search-results li > p.secondary_text {
  color: #555555;
  font-size: 0.7em;
}
#order-switch .order-switch-page #mapid #m4p-search #m4p-search-results-wrapper #m4p-search-results li:hover {
  background-color: #efefef;
}
#order-switch .order-switch-page #mapid #m4p-search #m4p-search-results-wrapper #m4p-search-results li:focus {
  background-color: #eeeeee;
}
#order-switch .order-switch-page #mapid #m4p-set-marker {
  z-index: 403; /*leaflet needs this*/
  background-color: #fff;
  color: #333;
  padding: 0.6em;
  padding-right: 1.2em;
  padding-left: 0.8em;
  bottom: 0.8em;
  left: 0.6em;
  border: none;
  border-color: transparent;
  border-radius: 2px 2px;
  line-height: 2em;
  font-size: 1.2em;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  position: absolute;
  border-radius: 5px;
  color: #fff;
  background-color: #222;
}
#order-switch .order-switch-page #mapid #m4p-set-marker:hover {
  color: #efefef;
  background-color: #0e9400;
}
#order-switch .order-switch-page #mapid #m4p-set-marker:active {
  color: #0e9400;
  background-color: #ddd;
}
#order-switch .order-switch-page #mapid .m4p-map-attribution {
  background-color: #333333;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  padding: 1px 2px;
  z-index: 402;
  font-size: 0.6em;
  font-family: "Roboto";
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding-top: 3px;
  padding-left: 3px;
}
#order-switch .order-switch-page #mapid .m4p-map-attribution > a {
  color: white;
  line-height: 1em;
}
#order-switch .order-switch-page #m4p-sidebar {
  position: relative;
  min-width: 300px;
  width: 300px;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex-grow: 1;
  z-index: 0;
  overflow-y: auto;
  margin: 20px;
}
#order-switch .order-switch-page #m4p-sidebar > form {
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-shrink: 0;
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex-grow: 1;
  font-size: 1em;
  line-height: 2.2em;
  justify-content: space-between;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-name {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.6em;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-name input {
  min-width: 70px;
  flex: 1;
  font-family: "Eczar";
  font-weight: 700;
  font-size: 1.3em;
  border-bottom: 2px solid #CCC;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-dimension {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.6em;
  align-items: center;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-dimension input {
  border: 1px solid #CCC;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map input[type=text], #order-switch .order-switch-page #m4p-sidebar > form > .m4p-map input[type=number] {
  color: #333;
  font-size: 1em;
  padding: 0px;
  z-index: 2;
  min-width: 80px;
  margin-right: 0.6em;
  padding-left: 10px;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-scale {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.6em;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-scale select {
  border-radius: 0px;
  margin-left: 0.6em;
  min-width: 100px;
  flex: 1;
  border: 1px solid #CCC;
  padding-left: 10px;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-center input {
  min-width: 100px;
  flex: 1;
  border: 1px solid #efefef;
  padding-left: 10px;
  color: #ccc;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-center input::placeholder {
  color: #ccc;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-center input:not(:first-child) {
  margin-left: 0.6em;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .select-progress-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .select-progress-icon i {
  font-size: 32px;
  line-height: 1;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .select-progress-icon > img {
  display: flex;
  height: 20px;
  width: auto;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .m4p-extra-toggle {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .m4p-extra-toggle h4 {
  flex-grow: 1;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: bold;
  text-align: center;
  color: #164976;
  cursor: pointer;
  background: #f0f8ff;
  border-bottom: 3px solid transparent;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .m4p-extra-toggle h4:hover {
  border-bottom: 3px solid #7eaaed;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .m4p-extra-toggle h4.active {
  color: white;
  background: #163d60;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data #change-selected-points-icon-wrapper {
  display: inline-block;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data #import-line-from-file-wrapper {
  display: flex;
  flex-direction: row;
  margin: 5px;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data #change-selected-points-icon-wrapper > input[type=file],
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data #import-line-from-file-wrapper > input[type=file],
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data #import-points-from-file-wrapper > input[type=file] {
  display: none;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data #add-new-point {
  margin: 0px;
  margin-right: 5px;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .m4p-extra-points-toolbar > div {
  padding: 5px 0px;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data #change-selected-points-icon-wrapper > label, #order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data #change-selected-points-icon-wrapper button,
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data #import-line-from-file-wrapper > label, #order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data #import-line-from-file-wrapper button,
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data #import-points-from-file-wrapper > label, #order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data #import-points-from-file-wrapper button {
  appearance: auto;
  writing-mode: horizontal-tb !important;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  box-sizing: border-box;
  border-radius: 3px;
  background: rgb(239, 239, 239);
  color: black;
  margin: 0em;
  padding: 1px 6px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(118, 118, 118);
  border-image: initial;
  cursor: pointer;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .m4p-extra-table-header {
  background: black;
  color: white;
  display: flex;
  flex-direction: row;
  min-height: 35px;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .m4p-extra-table-header button {
  cursor: pointer;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .m4p-extra-table-header p {
  max-width: 92px;
  min-width: 92px;
  flex-grow: 1;
  display: flex;
  font-family: monospace;
  padding-left: 10px;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .m4p-extra-table-header p:nth-last-child(1) {
  max-width: none;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data #m4p-extra-lines {
  display: none;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .m4p-extra-points-toolbar,
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .m4p-extra-lines-toolbar {
  padding: 5px;
  background: #e7e7e7;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .m4p-extra-points-toolbar > div,
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .m4p-extra-lines-toolbar > div {
  display: flex;
  flex-direction: row;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .m4p-extra-points-toolbar > div > div,
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .m4p-extra-lines-toolbar > div > div {
  display: flex;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data button {
  padding: 0px 10px;
  margin: 5px;
  cursor: pointer;
  font-size: 0.8rem;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data p, #order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data label {
  font-size: 0.8rem;
  user-select: none;
  -webkit-user-select: none;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .sidebar-input-monospace {
  font-size: 0.8rem;
  font-family: monospace;
  width: 80px;
  display: flex;
  font-family: monospace;
  margin-right: 0px;
  border-left: 1px solid #efefef;
  box-sizing: content-box;
  border-right: 1px solid #efefef;
  padding-left: 10px;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data #m4p-extra-points-rows-header-actions, #order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data #m4p-extra-lines-rows-header-actions {
  display: none;
  min-height: 35px;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data #m4p-extra-points-rows-header-actions button, #order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data #m4p-extra-lines-rows-header-actions button {
  margin: 0px 5px;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data #m4p-extra-points-rows, #order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data #m4p-extra-lines-rows {
  max-height: 100px;
  min-height: 50px;
  overflow-y: auto;
  overflow-x: hidden;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .m4p-extra-points-row, #order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .m4p-extra-lines-row {
  display: flex;
  flex-direction: row;
  border: 1px solid #d1cece;
  margin: 2px 0px;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .m4p-extra-points-row.greyed, #order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-extra-data .m4p-extra-lines-row.greyed {
  opacity: 0.2;
  pointer-events: none;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-custom-help {
  background-color: #e3f1ff;
  border-radius: 5px;
  border: 1px solid #a6cfff;
  margin-top: 10px;
  display: flex;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-custom-help p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #292984;
  margin: 10px;
  margin-right: 0px;
  box-sizing: border-box;
  flex-grow: 1;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-custom-help button {
  width: 100%;
  appearance: none;
  background: none;
  border: none;
  text-decoration: underline;
  font-size: 1rem;
  color: #292984;
  cursor: pointer;
  margin: 10px;
  margin-left: 10px;
  box-sizing: border-box;
  max-width: 100px;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-help {
  margin: 20px 0px;
  padding: 20px;
  background-color: #E9FFE3;
  border-radius: 5px;
  border: 1px solid #AFFFA6;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-help h3 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-help ol li {
  font-family: "Roboto", sans-serif;
  font-size: 0.95em;
  margin-left: 10px;
  line-height: 1.5em;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-help ol li p, #order-switch .order-switch-page #m4p-sidebar > form > .m4p-map .m4p-map-help ol li strong {
  font-size: 0.95em;
  line-height: 1.5em;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map #m4p-checkout-errors {
  background-color: #ec3333;
  color: #fff;
  width: 100%;
  line-height: 1.2em;
  border-radius: 5px;
  margin: 10px 0px;
}
#order-switch .order-switch-page #m4p-sidebar > form > .m4p-map #m4p-checkout-errors > p {
  padding: 5px 20px;
}
#order-switch .order-switch-page #m4p-sidebar > form button, #order-switch .order-switch-page #m4p-sidebar > form button p {
  font-size: 1.1em;
}

@media only screen and (max-width: 1080px) {
  .leaflet-control-zoom {
    display: none;
  }
  #order-switch .order-switch-page {
    flex-direction: column;
    width: 100%;
  }
  #order-switch .order-switch-page #mapid {
    min-height: 500px;
    width: 100%;
    flex-shrink: 0;
    flex: 0;
    box-shadow: none;
    margin-bottom: 20px;
    max-width: none;
  }
  #order-switch .order-switch-page #mapid #m4p-search {
    width: 95%;
    max-width: none;
    top: 0.6em;
    left: 2.5%;
    min-width: 50px;
    right: 3.6em;
  }
  #order-switch .order-switch-page #mapid #m4p-search #m4p-search-box-form #m4p-search-text {
    width: 100%;
    font-size: 1.2em;
  }
  #order-switch .order-switch-page #mapid #m4p-set-marker {
    padding: 2.5px 5px;
    font-size: 1em;
  }
  #order-switch .order-switch-page #m4p-sidebar {
    max-width: none;
    padding: 10px;
    width: 100%;
    min-height: 200px;
    flex: 1 0 auto;
    position: initial;
    margin: 0px;
  }
  #order-switch .order-switch-page #m4p-sidebar > form {
    position: initial;
    display: flex;
    flex-direction: column;
  }
  #order-switch .order-switch-page #m4p-sidebar > form > .m4p-map {
    flex-direction: column;
  }
  #order-switch .order-switch-page #m4p-sidebar > form #m4p-order-add-map {
    max-width: none;
    padding: 10px;
  }
}

/*# sourceMappingURL=select-map-clean.css.map */
