/* From style.css */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff; }

* {
  padding: 0; }

input, textarea {
  margin-left: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; }

input, textarea, select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0px;
  color: #555555;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 9px;
  padding: 4px; }

input, button, select, textarea {
  font-family: 'Red Hat Display', Arial, Helvetica, sans-serif; }

label, input, button, select, textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle; }

select {
  clear: both;
  margin-bottom: 9px; }

input[type="checkbox"], input[type="radio"] {
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin: 3px 0;
  padding: 0;
  width: auto; }

input[type="checkbox"] {
  clear: left;
  float: left;
  margin-top: 0;
  margin-right: 5px;
  -webkit-margin-start: 5px;
  accent-color: #E3b158; }

select, input[type="file"] {
  height: 28px;
  line-height: 28px; }

input[type="submit"] {
  padding: 2px 5px 4px;
  text-decoration: none;
  text-shadow: 0 0 0 #ffffff; }

option {
  font-size: 120%;
  padding: 0 3px; }

#results_wrapper {
  height: 100%; }

#result_list hr {
  clear: both; }

.item_buttons {
  z-index: 31;
  padding-left: 5px;
  background-color: rgba(41, 59, 73, 0.75);
  border-radius: 0px;
  position: absolute;
  left: -55px;
  width: 30px;
  height: 105px;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 50px; }

.item_buttons button {
  display: inline-block !important;
  background-color: rgba(41, 59, 73, 0.1);
  border: 0px solid #ffffff;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  padding: 3px;
  position: relative;
  left: -2px; }

.item_buttons button:hover {
  color: #abd0d8; }

.result:hover {
  color: #333333 !important;
  background-color: #ffffff; }

#main_content span {
  cursor: pointer;
  font-family: ubuntu, Arial, Helvetica;
  font-weight: 500; }

#header img {
  max-width: 300px;
  max-height: 65px; }

#result_list {
  padding: 0 0 0 5px;
  margin-top: 21px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 0.87);
  box-shadow: 2px 2px 2px #888888;
  margin-left: 0px;
  max-height: calc(100vh - 50px); }

#main_content {
  height: 100%; }

#get_results_buttons {
  width: 500px;
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 1;
  height: 50px;
  padding-left: 16px;
  padding-top: 10px;
  background: #37393F 0% 0% no-repeat padding-box;
  border-radius: 0px 15px 15px 0px;
  font-size: 14px; }
  #get_results_buttons .checkbox-label, #get_results_buttons select, #get_results_buttons input {
    font-family: 'Red Hat Display', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px; }
  #get_results_buttons .checkbox-label {
    font-weight: 400;
    color: white;
    position: relative;
    top: 1px; }
  #get_results_buttons .row {
    padding-top: 3px; }

#create_results_btn {
  position: relative;
  left: -25px;
  width: 110px;
  height: 25px; }

#sort_by {
  width: 150px;
  font-size: 11px !important;
  height: 25px;
  position: relative;
  left: -30px;
  border-radius: 6px; }

#sort_buttons {
  position: relative;
  top: -4px;
  left: 10px;
  font-size: 22px; }

#sort_by_desc_btn {
  color: #ffffff; }

#sort_by_asc_btn {
  color: #ffffff;
  position: relative;
  left: 10px; }

#select_all_wrapper {
  float: left;
  margin-right: 10px; }

#select_all_wrapper p {
  width: 75px;
  color: #ffffff;
  font-size: 14px; }

#select_all {
  position: relative;
  top: 3px;
  z-index: 3; }

.submit_button {
  background: #313640;
  border: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px;
  padding: 2px 10px;
  line-height: 16px;
  font-size: 14px;
  margin: 2px; }

.submit_button:hover {
  background: #4b5d6b; }

#legendContainer {
  background-color: #ffffff;
  display: none;
  position: absolute !important;
  bottom: 10px;
  right: 0px;
  width: 250px;
  padding: 30px 25px;
  z-index: 1;
  display: none;
  box-shadow: 2px 2px 2px #888888; }

.divs input[type="checkbox"] {
  float: none;
  clear: none;
  min-height: 20px;
  accent-color: #E3b158; }

.divs input[type="checkbox"]:checked:after {
  color: #ffffff; }

#legendContainer div {
  width: 100%;
  padding: 0px; }

#tools div {
  padding: 2px;
  font-size: 12px; }

.divs {
  padding-top: 2px;
  display: none; }

#parcel_warning {
  display: none;
  color: #c8202f;
  font-weight: bold;
  font-size: 110%; }

#parcel_loading {
  display: none;
  font-weight: bold;
  font-size: 110%; }

#parcel_export {
  display: none;
  width: 160px;
  line-height: 14px;
  margin-top: 3px; }

hr {
  margin: 2px 0px !important; }

.result:hover {
  background-color: inherit; }

#analytic_tools {
  padding: 2px !important;
  padding-right: 5px !important;
  margin: 5px 0; }

#analytic_tools input[type="checkbox"] {
  float: none; }

.close {
  opacity: 1.0 !important; }

div.fullImage {
  display: none; }

div.fullImage img {
  max-width: 640px;
  max-height: 480px; }

#backToSearch {
  display: none;
  position: fixed;
  height: 115px;
  width: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  z-index: 50;
  top: 235px;
  left: 20px;
  cursor: pointer; }

#backToSearch div {
  position: relative;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: left top 0;
  width: 115px;
  height: 85px;
  left: 19px;
  top: -17px;
  font-weight: bold;
  color: #c8202f; }

.close {
  text-indent: 0px !important;
  height: 21px !important; }

/* end from style.css */
#filterTransactions {
  font-size: 13px;
  top: 50px; }
  #filterTransactions .checkbox-label {
    margin-left: 5px;
    font-size: 10px;
    color: #231F20;
    position: relative;
    top: -4px; }
  #filterTransactions input::placeholder {
    font-size: 12px; }
  #filterTransactions .checkbox-holder {
    display: block; }
    #filterTransactions .checkbox-holder .checkbox {
      margin-top: 0px;
      margin-bottom: 0px; }
  #filterTransactions .filter-col .checkbox {
    display: inline-block; }
  #filterTransactions .checkbox {
    margin-left: 20px; }
  #filterTransactions input:placeholder-shown {
    font-size: 12px; }
  #filterTransactions .modal-title {
    font-size: 12px;
    line-height: 20px; }
  #filterTransactions .modal-dialog {
    width: 1200px; }
  #filterTransactions .modal-body {
    padding: 0px 40px 40px 40px;
    height: 620px; }
  #filterTransactions .modal-header {
    padding: 5px 15px;
    border-radius: 5px 5px 0px 0px; }
  #filterTransactions .modal-header .close {
    font-size: 20px; }
  #filterTransactions .modal-content {
    width: 1050px; }
  #filterTransactions .search-column {
    margin-top: 10px;
    left: 0px; }
  #filterTransactions optgroup {
    color: #37393F;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 2px;
    margin-bottom: 2px; }
  #filterTransactions option {
    color: #313640;
    font-size: 11px;
    padding: 2px;
    text-transform: none; }
  #filterTransactions .close {
    position: relative;
    top: -26px;
    left: 25px; }

.filter-col {
  color: black;
  padding: 0 2px 2px; }
  .filter-col .SumoSelect {
    width: 100%; }
  .filter-col .SumoSelect > .CaptionCont {
    width: 100%;
    height: 30px;
    border-radius: 6px; }
    .filter-col .SumoSelect > .CaptionCont > span {
      position: relative;
      font-family: Arial, Helvetica, sans-serif;
      color: #707070;
      font-style: normal;
      overflow: visible; }

.SumoSelect > #filter_state + .CaptionCont + .optWrapper {
  width: auto !important; }

.SumoSelect > #filter_state + .CaptionCont > span {
  top: 1px; }

.SumoSelect:has(> #filter_state) {
  font-size: 12px; }

#trans-filter input[type="checkbox"] {
  accent-color: #c8202f; }

.SumoSelect > .CaptionCont > label > i {
  top: 2px; }

#filter_saleorlease {
  width: 160px !important;
  border: 1px solid #ACACAC;
  border-radius: 6px;
  margin-bottom: 5px; }

#filter_file_status {
  width: 160px !important;
  border: 1px solid #ACACAC;
  border-radius: 6px; }

.checkbox-holder {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 8px 0px; }

#filter_type {
  height: 465px;
  width: 270px;
  margin-right: 5px;
  padding: 3px 5px; }

.trans-search {
  width: 100%;
  font-size: 11px;
  color: #707070;
  border: 1px solid #ACACAC;
  border-radius: 6px;
  margin-bottom: 3px; }

.trans-search-between {
  width: 130px;
  margin-bottom: 3px;
  display: inline-block; }

/* style for check box on the overlay image */
.result-image input {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.pscheckmark {
  position: absolute;
  top: 10px;
  left: 15px;
  height: 15px;
  width: 15px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #AEAEAE; }

.result-image input:checked ~ .pscheckmark {
  background-color: #E3b158; }

.pscheckmark:after {
  content: "";
  position: absolute;
  display: none; }

.result-image input:checked ~ .pscheckmark:after {
  display: block; }

.result-image .pscheckmark:after {
  left: 3px;
  top: -2px;
  width: 9px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/*style for checkbox on the select all build report bar */
.report-select input {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.pscheckbox {
  position: absolute;
  top: 5px;
  left: 0px;
  height: 15px;
  width: 15px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #AEAEAE; }

.report-select input:checked ~ .pscheckbox {
  background-color: #E3b158; }

.pscheckbox:after {
  content: "";
  position: absolute;
  display: none; }

.report-select input:checked ~ .pscheckbox:after {
  display: block; }

.report-select .pscheckbox:after {
  left: 3px;
  top: -2px;
  width: 9px;
  height: 13px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.report-select {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* style for check box analytics overlay */
.analytics-select input {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.acheckbox {
  position: absolute;
  top: 5px;
  left: -6px;
  height: 15px;
  width: 15px;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #AEAEAE; }

.analytics-select input:checked ~ .acheckbox {
  background-color: #E3b158; }

.acheckbox:after {
  content: "";
  position: absolute;
  display: none; }

.analytics-select input:checked ~ .acheckbox:after {
  display: block; }

.analytics-select .acheckbox:after {
  left: 3px;
  top: -2px;
  width: 9px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.analytics-select {
  display: block;
  position: relative;
  padding-left: 15px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.result-image > img {
  width: 272px;
  min-height: 100px; }

.result-left-box {
  padding-left: 0px;
  width: 272px;
  float: left;
  margin-left: 10px; }

.result-agent-img {
  height: 21px;
  width: 21px;
  object-fit: cover;
  object-position: 0% 25%;
  border-radius: 50% 50%;
  background-color: gray; }

.result-agent-container {
  margin: 3px 0px;
  display: inline-block;
  min-width: 50%; }

.result-agent-box {
  font-size: 10px;
  margin: 10px 0px;
  width: 225px; }

.result-agent-name, .result-cust-name {
  font-size: 11px;
  letter-spacing: 0px;
  color: #808285;
  margin: 0px 2px; }

.bump-left-5 {
  margin-left: 5px; }

.result-right-box {
  width: 453px;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 20px;
  padding-left: 5px;
  background-color: transparent; }

.result-right-box.report {
  width: calc(100vw - 360px); }

#results_wrapper hr {
  border-color: #afafaf;
  background-color: #afafaf; }

.result {
  clear: both;
  margin-bottom: 5px;
  min-height: 155px;
  padding-bottom: 5px;
  position: relative;
  width: 800px;
  margin-left: 5px; }
  .result strong {
    color: #2d7186; }

#left_side_panel {
  width: 800px;
  margin-top: 0px;
  position: absolute;
  z-index: 1;
  top: -20px;
  font-family: "Red Hat Display"; }

#saleorlease {
  width: 776px;
  color: #fff;
  font-size: 14px;
  box-shadow: 2px 0 2px #888888;
  cursor: pointer;
  left: 5px;
  padding: 6px;
  position: absolute;
  top: 18px; }

#more_info {
  display: none;
  height: 25px;
  left: 240px;
  outline: medium none;
  position: absolute;
  top: 21px;
  width: 25px; }

#less_info {
  height: 25px;
  left: 750px;
  outline: medium none;
  position: absolute;
  top: 21px;
  width: 25px; }

.result-address {
  margin-bottom: 12px;
  margin-top: 5px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #293B48;
  padding-right: 15px; }

.report-view .result-address {
  color: black; }

.right-border {
  border-right: 1px solid #a8a9ad;
  height: 30px; }

.trans-label {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: center; }

.trans-value-strong, .trans-value {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: center; }

.asking-actual {
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap; }

.asking-actual > div {
  padding: 10px 0; }
.asking-actual > div:not(:first-child) {
  background: #F4F6F8 0% 0% no-repeat padding-box;
  padding: 10px 3px; }

.result-description {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden; }

.result-description.column-one, .result-description.column-two {
  width: calc(50% - 10px);
  height: 54px; }

.result-description.column-one {
  float: left;
  -webkit-line-clamp: unset; }

.result-description.column-two {
  float: right;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  position: absolute;
  right: 0;
  bottom: 0px;
  height: 108px;
  clip: rect(58px, auto, 106px, auto); }

.doc-web-box {
  left: 0px;
  display: flex;
  margin-bottom: 25px;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #313640; }
  .doc-web-box .dropdownComponent {
    margin-left: 5px;
    width: 150px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px;
    font-size: 15px;
    color: #707070;
    text-align: left;
    height: 32px;
    position: relative; }
    .doc-web-box .dropdownComponent .dropdownComponentTitle {
      font: normal normal normal 15px/15px "Red Hat Display"; }

.trans-button {
  font-size: 13px;
  padding: 6px 18px;
  border-radius: 5px;
  border: 1px solid #313640;
  color: #313640;
  background-color: #ffffff;
  width: max-content;
  text-align: center; }

.trans-button:hover {
  background-color: #313640;
  color: #ffffff !important; }

.trans-big-button {
  font-size: 11px;
  color: black;
  border: 1px solid #2D71AC;
  border-radius: 0px;
  width: 225px;
  margin-top: 5px; }

.contact-listing-broker {
  margin-left: 0px;
  width: 210px;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #313640; }

.asking, .actual {
  position: relative;
  left: -1px;
  padding-left: 5px;
  text-align: left; }

.result [class^='col-md-'] {
  padding-left: 0px;
  padding-right: 0px; }

.valign-bottom {
  position: absolute;
  bottom: 0;
  left: 0; }

.right-justify {
  text-align: right; }

.list-date {
  position: relative;
  left: 1px; }

.transaction-title {
  position: relative;
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  padding-right: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden; }

.select_property {
  clear: both;
  float: none !important;
  margin-right: 0px !important; }

.filter-header {
  height: 60px;
  margin-bottom: 5px;
  padding: 15px; }

.col-md-12.filter-col {
  position: relative;
  left: -15px; }

.syndicated {
  position: absolute;
  top: 10px;
  right: 40px;
  width: 86px;
  height: 24px;
  text-align: center;
  font-size: 9px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 1px; }

.force-capital {
  text-transform: uppercase; }

.trans-proptype {
  float: right !important;
  text-align: right;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0px;
  color: #808285;
  width: 100%; }

.doc-website-button, .website-button {
  border: 1px solid #313640;
  border-radius: 5px;
  width: 110px;
  height: 32px; }

.doc-website-button {
  margin-left: 20px; }

.top-info-bar {
  text-align: center;
  letter-spacing: 0px; }
  .top-info-bar .trans-label {
    font-size: 15px; }
  .top-info-bar .trans-value {
    font-size: 15px;
    font-weight: 500px; }

.bottom-row-info {
  text-align: left;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #293B48; }

.agent-tooltip {
  padding: 8px; }

.tool-title {
  font-size: 14px;
  color: #eeeff2;
  font-weight: 500;
  font-family: 'Red Hat Display', Arial, Helvetica, sans-serif; }

#tools {
  font-family: 'Red Hat Display', Arial, Helvetica, sans-serif; }
  #tools input {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #ACACAC;
    border-radius: 6px;
    font-size: 14px; }
  #tools select {
    width: 200px; }
  #tools input[type="text"] {
    width: 200px;
    margin-bottom: 15px;
    height: 25px; }
  #tools .divs div {
    color: #313640; }

.ring-number {
  width: 35px;
  margin-left: 7px;
  margin-right: 7px;
  height: 30px; }

.tools-submit {
  border: 1px solid #313640;
  border-radius: 5px;
  opacity: 1;
  width: 200px;
  height: 30px;
  line-height: 14px;
  font-size: 14px;
  color: #313640;
  text-align: center;
  background-color: #ffffff; }

#generateReport, #generateReportZip, #reportMapForm, #reportZipForm {
  display: none; }

#viewMap {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 50px);
  max-height: calc(100vh - 50px);
  max-width: calc(100vw - 66px); }

#viewMap2 {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 700px; }

.esri-icon {
  padding: 0 !important; }

#measureBar {
  position: absolute;
  top: 87px;
  right: 40px;
  cursor: default;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }

.esri-ui-manual-container > .esri-component.esri-elevation-profile {
  position: fixed;
  left: -900px; }

#screenshotDiv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2; }

img.js-screenshot-image {
  border: 10px solid #ffffff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5); }

.hide {
  display: none; }

#screenshotDiv > * {
  margin: 0.5em; }

.screenshotCursor {
  cursor: crosshair; }

.action-button {
  padding: 0.6em;
  border: 0px solid #313640;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer; }

.action-button:hover,
.action-button:focus {
  background: #313640;
  color: white; }

#maskDiv {
  position: absolute;
  background: rgba(255, 51, 0, 0.1);
  border: 2px dashed #c8202f; }

.loading-transaction {
  position: absolute;
  display: none;
  width: 272px;
  height: 100%;
  top: 25%;
  left: calc(50% - 32px); }

.report-top-title {
  border-radius: 5px 5px 0px 0px;
  color: #ffffff;
  height: 40px;
  font-size: 14px;
  padding: 10px 25px;
  margin-left: -5px;
  margin-right: -10px; }

.report-saleorlease {
  font-size: 15px;
  padding: 0 10px 10px 10px; }

.report-info {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr; }
  .report-info .trans-label, .report-info .trans-value {
    font-size: 13px;
    text-align: left; }
  .report-info .trans-label {
    border-bottom: 1px solid #a8a9ad; }

.bedGrid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 105px; }

.beds {
  display: flex;
  margin-top: 2vh; }
  .beds .trans-label, .beds .trans-value {
    font-size: 13px;
    text-align: left;
    margin-right: 10px; }

.asking-actual {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-template-columns: 16%;
  width: 100%; }
  .asking-actual .asking-actual-label {
    width: 16.66666667%; }

.report-button {
  width: 272px;
  margin-top: 20px; }

.report-view .doc-web-box {
  width: 272px; }
.report-view .dropdownComponent {
  margin-top: 20px;
  width: 272px;
  text-align: center;
  border: 1px solid #313640;
  border-radius: 5px;
  color: black;
  box-shadow: none;
  position: relative; }
  .report-view .dropdownComponent a {
    font-weight: initial; }
.report-view .dropdownComponentTitle {
  padding-right: 12px;
  color: black; }
.report-view .dropdownComponentItem {
  max-width: 270px; }

.report_logo img {
  width: 100%;
  padding: 0px 20px; }

.result.report-view {
  width: auto;
  min-height: 420px;
  padding-top: 20px; }

@media print {
  .result-description.column-one {
    width: 100%;
    font-size: 11px;
    line-height: 14px;
    height: 42px; }

  .result-description.column-two {
    display: none; }

  .report-button, .dropdownComponent {
    display: none; }

  .report-info {
    width: 100%;
    grid-auto-flow: unset;
    grid-auto-columns: unset;
    grid-template-columns: auto auto auto auto auto; }
    .report-info .trans-label, .report-info .trans-value {
      font-size: 10px; }

  .grid-filler {
    display: none; }

  #viewMap2 {
    display: none; }

  .report_logo {
    width: 25%;
    float: right; }

  #agents_info {
    width: 50%; }

  .report-top-title {
    height: unset;
    font-size: 12px;
    min-height: 32px; }
    .report-top-title div {
      color: #ffffff !important; }

  .report-first-row {
    margin-bottom: 20px; }

  .result-left-box {
    width: 180px; }

  .result-image > img {
    width: 180px; }

  .result-right-box.report {
    width: 100%; }
    .result-right-box.report .col-md-2 {
      width: 35%;
      float: left; }
    .result-right-box.report .col-md-10 {
      float: right;
      width: 65%; }

  .result-address {
    font-size: 12px;
    line-height: auto; }

  .report-saleorlease {
    font-size: 12px; }

  .result-agent-box {
    font-size: 10px; }

  .trans-proptype {
    font-size: 8px; }

  .result-agent-name {
    font-size: 9px; }

  .result-agent-img {
    width: 18px;
    height: 18px; }

  .asking-actual {
    font-size: 11px; }
    .asking-actual .trans-label, .asking-actual .trans-value, .asking-actual .trans-value-strong {
      font-size: 11px;
      line-height: 13px; }

  .result-right-box {
    margin-top: 5px; }

  .result.report-view {
    min-height: unset; }

  .asking-actual > div:not(:first-child) {
    background: #F4F6F8 0% 0% no-repeat padding-box !important; } }

/*# sourceMappingURL=property_search.css.map */
