/************** ESRI OVERRIDES TO COUNTER poa-portal.css **************/
/* class 'content' is both present in poa-portal.css and esri.css and causing problems in map popup.
   Implementing 'sizer' class as hack. */
.sizer  {
  float:none !important;
}

.esriViewPopup .mainSection .attrTable {
  border: none;
}

.esriViewPopup .mainSection .attrTable td {
  border: none;
}

/************** END ESRI OVERRIDES TO COUNTER poa-portal.css **************/

#immo_map_wrapper {
  width:100%;
  height:600px;
}

#immo_map {
  float:left;
  width:66%;
  height:600px;
}

#immo_map_context {
  float:left;
  width:30%;
  height:600px;
  margin-left: 0.5em;
}

#immo_map_filter {
  background: #f9f9f9;
  height: 75%;
  padding-left: 0.5em;
}

.poa-immo-filter-title, .poa-immo-filter-group-title {
  display: block;
  padding-top: 1.5em;
}

.poa-immo-filter-title {
  font-size: 18px;
}
	
.poa-immo-filter-group-title {
  font-size: 16px;
}

.poa-immo-filter-option, .poa-immo-filter-option:hover {
  display: block;
  padding-top: 0.35em;
}

.poa-immo-filter-option:hover {
  color:#ba122b;
}

#immo_map_contact {
  margin-top: 1em;
}

#immo_map_result {
  margin: 1em;
  font-size: 22px;
}

#immo_disclaimer {
  margin-top: 2em;
  display: inline-block;
}

.immo_image {
  height: 175px;
  display: table-cell;
  vertical-align: middle;
}

.immo_offered_by_full {
  font-size: 2em;
}

.immo_offered_by_teaser_link {
  text-decoration: none;
  color: inherit;
}
.immo_offered_by_teaser_link:hover {
  text-decoration: underline;
}
.immo_option,
.field-name-field-offer-aanbod {
  font-weight: 700;
}

.immo_offer_full, .immo_offer_teaser {
  color: #ba122b;
  font-weight: 700;
  margin-top: 4px;
}

.poa-immo-block-text {
  margin-bottom: 1.1em;
}

.poa-immo-disclaimer-text {
  color: #a7a7a7;
  font-weight: 700;
}

.poa-immo-contact-link {
  padding: 1em 2em;
  background: none repeat scroll 0% 0% #ba122b;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
  text-align: center;
}

.poa-immo-heading {
  font-size: 22px;
  margin-bottom: 12px;
}

.poa-immo-offer-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.poa-immo-offer-list-title,
div.field.field-name-field-offer-ligging.field-type-text.field-label-hidden {
  position: relative;
  background: #ba122b;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 15px;
  padding: 5px 11px;
  font-weight: 700;
}
.poa-immo-offer-list-title:after,
div.field.field-name-field-offer-ligging.field-type-text.field-label-hidden:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  background: url(immo-bubble.png) left top no-repeat;
  height: 9px;
  width: 9px;
}	
.poa-immo-offer-list-title {
  font-size: 16px;
  margin-left: 8px;
} 

.hide-row {
  display: none;
}

.node-immo-offer.node-teaser,
.view-mode-teaser_agency_related {
  float: left;
  width: 31%;
  background: #f9f9f9;
  font-size: 14px;
  padding: 16px 8px;
  height: 390px;
}

.immoPageContent {
  float:left;
  width:66%;
}

.immoPage .context {
  float: left;
  width: 31%;
  margin-left: 1.1em;
}

.immoPage .modDetail.immo .modDetailHeader {
  margin-top: 1em;
}

.immoPage .modDetail.immo .modDetailHeader .meta .spec .caption {
    display: none;
}

.immoPage .modDetail.immo .modDetailHeader .meta .spec .detail {
    background: url(immo-bubble-red.gif) left 0 no-repeat;
    padding-left: 24px;
    line-height: 24px;
    font-size: 16px;
    margin: 12px 0;
    margin-bottom: 32px;
    font-weight: 700;
}

.immoPage .modDetail.immo .actContent .textblock p {
    color: #717171;
}

.immoPage .modDetail.immo .actContent .sellerSection .sellerSectionHeader h2 span {
    font-size: 22px;
}

.immoPage .modDetail.immo .actContent .sellerSection .sellerSectionMain {
    background: #f9f9f9;
    position: relative;
    padding: 16px;
}

.immoPage .modDetail.immo .actContent .sellerSection .seller {
    color: #717171;
	margin-right: 173px;
}

.immoPage .modDetail.immo .actContent .sellerSection .seller .sellerHeader .heading {
    margin-bottom: 16px;
}

.immoPage .modDetail.immo .actContent .sellerSection .seller .sellerHeader .heading span {
    font-size: 22px;
    color: #000;
}

.immoPage .modDetail.immo .actContent .sellerSection .seller .sellerMain .contactIndicator {
    font-weight: 700;
}

.immoPage .modDetail.immo .actContent .sellerSection .seller .sellerMain .contact .heading span {
    color: #000;
}

.immoPage .poa-immo-offer-list .modListHeader {
    margin: 20px 0;
    font-size: 22px;
}

.immoPage .modDetail.immo .actContent .sellerSection .sellerSectionMain .image {
    position: absolute;
    top: 16px;
    right: 16px;
    bottom: 16px;
    background: #fff;
    width: 175px;
    height: 140px;
}

.immoPage .modDetail.immo .actContent .sellerSection .sellerSectionMain .image .graphic {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    top: 16px;
}

.immoPage .modDetail.immo .actContent .sellerSection .sellerSectionMain .image .graphic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.related_result {
	display: inline-block;
    width: 100%;
}

.related-result-row {
	vertical-align: top;
}

.field-name-field-offer-type {
    margin-top: 5px;
	margin-bottom: 5px;
    line-height: 20px;
	color: #000;
    font-weight: 700;
}

#immo_map_detail {
	width: 100%;
	height: 210px;
	margin-top : 1.1em;
	margin-bottom : 1.1em;
}

.views-exposed-form {
  display: none;
}

#edit-field-offer-omschrijving {
  margin-top:42px;
}

#edit-field-offer-specificaties {
  margin-top:25px;
}
