/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./pivot-blocks/networkmap/style.scss ***!
  \*************************************************************************************************************************************************************************************/
.networkmap-map-container {
  position: relative;
  max-width: 1415px;
  margin: 0 auto;
  opacity: 1;
  pointer-events: all;
}

.networkmap-map-container.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/loader.gif) no-repeat center center;
}
.networkmap-map-container.loading > * {
  opacity: 0;
  pointer-events: none;
}

.networkmap-addresslookup {
  width: auto;
  max-width: 100%;
  padding: 15px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.networkmap-addresslookup * {
  box-sizing: border-box;
}
.networkmap-addresslookup > label {
  display: inline-block;
  padding: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  display: none;
}
.networkmap-addresslookup .fields {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -10px;
}
.networkmap-addresslookup .fields > .field {
  padding: 0 10px;
}
.networkmap-addresslookup .fields > .field.field-address {
  width: 270px;
  position: relative;
}
.networkmap-addresslookup .fields > .field.field-address input {
  padding-right: 50px;
}
.networkmap-addresslookup .fields > .field.field-address i {
  position: absolute;
  right: 10px;
  pointer-events: none;
  top: 50%;
  margin-top: -9px;
  margin-right: 10px;
}
.networkmap-addresslookup .fields > .field.field-show-county-lines {
  font-size: 14px;
  white-space: nowrap;
  padding-left: 20px;
  margin-left: 10px;
  position: relative;
}
.networkmap-addresslookup .fields > .field.field-show-county-lines input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 0px;
}
.networkmap-addresslookup .fields > .field.field-show-county-lines label {
  font-weight: bold;
  color: #00293D;
}
.networkmap-addresslookup .fields .reset-button > .button {
  padding: 7px 15px;
  cursor: pointer;
  background: #00293D;
  color: #fff;
  font-weight: 600;
  border-radius: 99px;
}
.networkmap-addresslookup .fields .reset-button > .button:hover {
  background: #000;
}
.networkmap-addresslookup .fields .reset-button > .button:focus {
  background: #000;
}
.networkmap-addresslookup input[type=text] {
  width: 100%;
  padding: 10px 15px;
  display: block;
  line-height: 1em;
  height: 36px;
  font-size: 16px;
}
.networkmap-addresslookup button {
  width: 100%;
  padding: 10px 15px;
  display: block;
  line-height: 1em;
  height: 36px;
  font-size: 16px;
}
.networkmap-addresslookup .field-address {
  flex-grow: 1;
  flex-shrink: 1;
}
.networkmap-addresslookup .field-submit {
  width: 140px;
  flex-grow: 0;
  flex-shrink: 0;
}
.networkmap-addresslookup.loading {
  opacity: 0;
  pointer-events: none;
}

.pac-container {
  z-index: 20000;
}

.networkmap-map {
  min-height: 400px;
  height: 45vw;
  max-height: 600px;
}
@media screen and (max-width: 1024px) {
  .networkmap-map {
    min-width: 60vw;
  }
}

.infowindow-content {
  padding: 10px 10px 10px 10px;
  border-left: 10px solid;
  max-width: 320px;
  position: relative;
  z-index: 10000;
}
.infowindow-content .button {
  padding: 7px 15px;
  cursor: pointer;
  background: #2C3748;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
}
.infowindow-content p {
  line-height: 1.5em !important;
}
.infowindow-content.id-unavailable {
  border-left: 0;
}

.infowindow-title {
  margin: 0 0 0.5em 0;
  color: #262626;
  font-size: 16px;
  font-weight: 500;
}

.infowindow-text {
  font-size: 13px;
}
.infowindow-text a {
  color: #fbc000;
  text-decoration: underline;
}
.infowindow-text p {
  margin: 0.5em 0;
}
.infowindow-text > *:last-child {
  margin-bottom: 0;
}

.infowindow-address {
  background: #fafafa;
  padding: 8px 10px;
  margin: -5px -10px 15px -4px;
}
.infowindow-address .value {
  font-weight: bold;
  display: block;
  margin-top: 6px;
}

.networkmap-tooltip {
  position: fixed;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 15px;
  z-index: 0;
  margin-top: 15px;
  pointer-events: none;
}

body.et_mobile_device .networkmap-tooltip {
  display: none !important;
}

@media (max-width: 767px) {
  .infowindow-title {
    font-size: 14px;
  }
  .infowindow-content {
    overflow-y: scroll;
  }
  .infowindow-content p {
    font-size: 14px;
    line-height: 1.3em !important;
  }
  .infowindow-content .button {
    font-size: 12px;
    font-weight: bold;
  }
}
