﻿body {
    height:100%;
}
.mainsearchresult .mainsearchresultlist {
    height: 100%;
    margin: 0 0;
}

.mainsearchresult .mainsearchresultlist .HouseView {
    margin-left: 0;
    margin-right: 0;
}

.mainsearchresult .angular-google-map-container {
    position: absolute;
    height: 100%
}
.temp_absolute_bg {
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white
}
.houses-body {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    height:calc(100% - 20px);
}
.houses-inner {
    height:100%;
    position:relative;
}
.houses-main {
    display: block;
    position:relative;
    /*position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;*/
    height:100%;
    
}
.house-panes {
    display: block;
    position:relative;
    /*position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0*/
    height: 100%;
    margin: 0 -15px;
}
.house-panes .house-panes-inner {
    display: table;
    /*table-layout: fixed;*/
    position: relative;
    width: 100%;
    height: 100%
}
.house-panes .the-pane {
    display: table-cell;
    position: relative;
    /*height: 100%;*/
    vertical-align: top
}
.house-panes .the-pane.pane-left {
    width: 65%
}
.house-panes .the-pane.pane-right {
    width: 35%
}
.house-panes .the-pane .house-pane-inner {
    display: block;
    position: relative;
    height: 100%
}

