/* parcel build css/modules/_solvatech_gc_new_build.css --no-source-maps --no-minify --no-cache -d ./css -o solvatech_gc_new.css */
/* House items */
section.entry,
div.entry {
  padding: 0;
  border: 1px solid #c8c8c8;
  min-height: 65px;
  margin-top: -1px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  color: #000;
}
section.entry.peekComment {
  display: block;
  border: 0;
  margin: 10px 80px;
}
.entry .indicator {
  background: #ead6b2;
  width: 55px;
  text-align: center;
  margin: -1px 20px 0 0;
  border-top: 1px solid #000;
  line-height: 8px;
}
.indicator .marker {
  background: #c7a96f;
  color: #fff;
  display: block;
  border-radius: 0 0 10px 10px;
  padding: 6px 8px 8px 8px;
  box-shadow: 0px 2px 2px #666;
}
.hblock {
  display: inline-block;
  margin-right: 25px;
}
.dblock {
  display: inline-block;
  margin-right: 15px;
}
.hblock .innertable span {
  display: inline-block;
}
.innertable span {
  display: inline-block;
}
.addcontact {
  color: #339;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}
.innertable span.acontact {
  display: block;
  padding-left: 20px;
}
.innertable span.addmethod,
.entry .email {
  margin-bottom: 10px;
  color: #339;
  display: inline-block;
  padding: 1px 6px;
  border: 1px solid #339;
  border-radius: 7px;
  opacity: 0.75;
}
.innertable span.amethod {
  display: flex;
}
.entry .commentClass {
  display: inline;
  width: auto;
  padding: 4px 8px;
  border-right: 0;
  border-left: 0;
  border: 2px solid #ddd;
}
.entry .yes-no-block {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.entry .yes-no-block .answer {
  width: 80px;
}
.entry .yes-no-block i.fa-window-close-o,
.entry .yes-no-block i.fa-check-square-o {
  color: #c7a96f;
}
.answer .fa-window-close-o,
.edit-dimensions .fa-window-close-o {
  opacity: 0.5;
}
.innertable span.listing-row {
  display: flex;
  justify-content: flex-start;
  margin: 0px 20px 15px;
}
.innertable span.listing {
  display: block;
}
.hblock > span.main_title {
  display: block;
  margin-right: 5px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  color: #c7a96f;
}
.comment_list,
.who_list,
.transactions,
.location {
  padding: 0 15px 10px;
  display: block;
  max-width: 880px;
}
.listing-row span.title {
  display: block;
  margin-right: 5px;
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
}
.listing-row i {
  opacity: 0.85;
}
.answer {
  font-size: 14px;
}
.acontact,
.amethod {
  padding-top: 15px;
}
span input.large-box {
  width: 100%;
}
.outerentry .extra {
  float: right;
  display: inline-block;
  font-size: 14px;
  color: #333;
  padding-right: 5px;
  min-width: 45px;
  text-align: right;
  margin-left: auto;
}
.outerentry .extra i {
  color: #999;
}
.house_owner .extra_comment {
  font-size: 16px;
  font-style: italic;
  color: #666;
  font-weight: 100;
  letter-spacing: 0.5px;
  margin: 2px 0 4px;
  max-width: 575px;
}
.house_owner .extra_comment i {
  color: #c7a96f;
  vertical-align: super;
  font-size: 10px;
  opacity: 0.75;
}
.peekChildArea {
  display: block;
}
.peekChildArea span {
  display: block;
  padding: 20px 10px;
  font-size: 16px;
}
.transactions small,
.lead-data small,
.acontact small {
  color: #666;
  text-transform: uppercase;
}
.data-inner i {
  color: #999;
  padding-left: 2px;
}
input,
select,
textarea {
  border: 1px solid #c7a96f;
}
input {
  padding: 2px 5px;
}
span.photos {
  margin-left: 20px;
  display: grid;
  width: 150px;
  grid-template-columns: repeat(auto-fill, minmax(60px, 60px));
  grid-gap: 15px;
  grid-auto-flow: dense;
  overflow-x: auto;
}
span.photos span.loading,
span.photos em {
  grid-column-start: 1;
  grid-column-end: 4;
}
span.photos span {
  background-size: cover;
}
span.photos img {
  height: 60px;
  width: 60px;
}
span.photos.closed {
  max-height: 90px;
}
span.photos.open {
  max-height: 260px;
}
@media screen and (min-width: 1280px) {
  span.photos {
    width: 310px;
  }
  .house_owner .extra_comment {
    max-width: 720px;
  }
  .comment_list,
  .who_list,
  .transactions,
  .location {
    max-width: 1100px;
  }
}
@media screen and (min-width: 1420px) {
  span.photos {
    width: 400px;
  }
  .house_owner .extra_comment {
    max-width: 850px;
  }
  .comment_list,
  .who_list,
  .transactions,
  .location {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1600px) {
  span.photos {
    width: 550px;
  }
  .house_owner .extra_comment {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1419px) {
  .street_initial.col-xs-12,
  .street_initial.col-sm-12,
  .street_initial.col-md-12,
  .street_initial.col-lg-12 {
    padding-right: 5px;
  }
  .container-fluid.col-xs-12,
  .container-fluid.col-sm-12,
  .container-fluid.col-md-12,
  .container-fluid.col-lg-12 {
    padding-right: 10px;
  }
  #main-region {
    padding-left: 0;
  }
  .house_owner {
    max-width: 5750px;
    margin-left: 15px;
  }
  .comment_list,
  .who_list,
  .transactions,
  .location {
    padding: 0 10px 10px;
  }
  .hblock span.listing-row {
    margin: 0px 10px 15px;
  }
  .hblock {
    margin-right: 15px;
  }
  .dblock {
    margin-right: 15px;
  }
  .peek-icons button {
    margin: 0px 0 4px 0;
  }
  .peek-icons.active {
    min-width: 400px;
    margin-top: 10px;
  }
  .hblock span.listing-row {
    margin: 0px 10px 15px 0;
  }
  .entry .yes-no-block .answer {
    width: auto;
  }
  .holiday_data .dblock {
    margin-right: 0;
  }
  .data bdo {
    display: inline-block;
    padding-top: 15px;
  }
  .fixedtop3 {
    right: 20px;
  }
  .house_owner .extra_comment {
    letter-spacing: 0.4px;
  }
}
