body {
    background:#F5F5F5;
}
.float-right {
    float:right;
}
.float-left {
    float:left;
}
#listings #sidePane {
    width:640px;
    z-index:1000
}
#listings #sidePane .sidePane-header {
    z-index: 15;
    position: fixed;
    -webkit-transform: translateZ(0);
    padding: 19px 0 16px 15px;
    top: 80px;
    width: 640px;
    background-color: #f5f5f5;
}
#listings #sidePane .sidePane-header h2 {
    font-size:36px;
    margin:0;
}
#listings #sidePane .sidePane-header .subtitle {
    margin:0;
}
.modeToggler {
    margin-right: 15px;
    cursor: pointer;
    padding: 4px;
    background-color: #fff;
}
.modeToggler .modeOption {
    color: #0c82a5;
    display: inline-block;
    padding: 0 2px;
}
.modeToggler .modeOption:first-child {
    border-right: #d8d8d8 1px solid;
}
.modeToggler .modeOption .o-innard {
    width: 50px;
    height: 25px;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border-bottom: #d8d8d8 3px solid;
    line-height: 25px;
}
.modeToggler .modeOption.selected .o-innard {
    border-bottom:3px solid #000;
    color:#000;
}
#sidePane .tableView,
#sidePane .photoView {
    margin-top:212px;
}
#sidePane .tableView .listings-preview {
    width: 640px;
    position: fixed;
    background-color: #f5f5f5;
    z-index: 14;
}
#sidePane .photoView .listings-view {
    width: 640px;
    position: relative;
    background-color: #f5f5f5;
    z-index: 14;
}
.home-map {
    overflow:visible;
}
.card-frame {
    color: #333333;
    margin: 5px;
    -moz-box-shadow: 0 1px 2px 0px #aaaaaa;
    -webkit-box-shadow: 0 1px 2px 0px #aaaaaa;
    -o-box-shadow: 0 1px 2px 0px #aaaaaa;
    box-shadow: 0 1px 2px 0px #aaaaaa;
    background-color: white;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    border-collapse: separate;
}
.basic-card {
    vertical-align: top;
    width: 314px;
    height: 242px;
    display: inline-block;
    background-color: #000;
}
.card-content {
    height:100%;
}
.card-image {
    height:242px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.card-image img {
    height:100%;
    position: absolute;
    height: 110%;
}
.img-notes {
    color:#FFF;
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
    text-decoration: none;
    padding: 30px 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .3s linear 0;
    transition: opacity .3s linear 0s;
    background: -moz-linear-gradient(top,rgba(0,0,0,0)0%,rgba(0,0,0,.8)100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0)0%,rgba(0,0,0,.8)100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0)0%,rgba(0,0,0,.8)100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0)0%,rgba(0,0,0,.8)100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#10000000', endColorstr='#99000000')";
}
.img-notes .price {
    text-align: left;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding-bottom: .25em;
    font-size: 16px;
    font-weight: 700;
}
.img-notes .stats {
    position: absolute;
    top: 30px;
    right: 5px;
    width:50%;
}
.img-notes .stats .stat-label {
    border-right-color: #fff;
    border-right-color: rgba(255,255,255,.5);
    width: 32%;
    display:inline-block;
    vertical-align: top;
    zoom: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    padding-right: 5px;
    padding-left: 5px;
}
.img-notes .stats .stat-label .val {
    font-size: 16px!important;
    padding-bottom:.25em;
    text-align:center;
}
.img-notes .stats .stat-label .lab {
    color: #fff;
    font-size: 12px!important;
    text-align:center;
    line-height:1;
}
.img-notes .stats .stat-label.stat-last {
    border-right:0;
}
.img-notes .link .adr {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    display: block;
    width: 47%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 3px;
}
.img-notes .link .csz {
    color: #ccc;
    padding-top: 3px;
    font-size: 10px;
    font-weight: 400;
}
.img-notes .broker {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 10px!important;
    text-align: right!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.card-frame .ext {
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 313px;
    height: 242px;
    margin: 0;
    padding: 0;
}
.ext .amenities ul.section1 {
    display: inline-block;
    width: 44%;
    padding: 8px 0 8px 10px;
}
.ext .amenities ul li {
    list-style-type: none;
}
.amenities {
    line-height: 16px;
}
.ext .amenities .section1 span.ext-title,
.ext .amenities .section2 span.ext-title{
    width: 63px;
    display: inline-block;
    font-size: 12px;
    font-family: Helvetica;
    color: #808285;
    font-weight: 700;
}
.ext .amenities .section1 span.ext-val,
.ext .amenities .section2 span.ext-val{
    height: 10px;
    font-size: 12px;
    font-family: Helvetica;
    color: #808285;
    font-weight: 400;
}
.ext .amenities .section2 {
    float: right;
    display: inline-block;
    width: 51%;
    padding: 8px 0;
    list-style-type: none;
}
.ext .action-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    border: 0;
    padding-top: 4px;
    border-top: solid 1px #f5f5f5;
    height: 41px;
    margin:0 auto;
}
.ext .action-bar button {
    margin-left:25px;
}
.ext .action-bar button,
.ext .action-bar i {
    vertical-align:middle;
    margin-right:25px;
}
.ext .action-bar a {
    text-decoration:none;
    color:#FFF;
}
.ext .action-bar .actions {
    margin:0 auto;
    display:block;
    text-align:center;
}
.ext .action-bar .actions i {
    font-size:24px;
    line-height:32px;
}
.ReactDataTable {
    padding-top: 253px;
}
#proper-table {
    width:100%;
}
#proper-table a {
    color:#00512F;
    text-decoration:none;
}
#proper-table th {
    line-height: 30px;
    color: #0c82a5;
    font-size:12px;
}
#proper-table tbody td {
    line-height:34px;
}
#proper-table tr {
    border-bottom: 2px solid #e2e2e2;
}
#proper-table tbody td div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: #000;
    font-size:12px;
}
.trow {
    background: #FFF;
}
.yellow-bg {
    background: #ffffd8;
}
#search-form-wrapper {
    left: 0;
    z-index: 1;
    background-color: rgba(245, 245, 245, 0.9);
    padding: 15px 15px;
    box-sizing: border-box;
    margin-top:90px;
}
#search-form-wrapper .btn.btn-link {
    font-size: 20px;
    line-height: 20px;
    text-transform: none;
}
#search-form-wrapper .btn.primary {
    background-color: #00512f;
    padding: 6px 12px;
    font-size: 14px;
    vertical-align: bottom;
}
#search-form-wrapper input[type="text"] {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    padding: 6px 12px;
    width: auto;
    min-width: 240px;
    text-transform: none;
}
.btn-green {
    background:#00512f;
}
.map-wrapper {
    position:fixed;
    display:inline-block;
}
.actions i.fa-check {
    color:#00512f;
}
.actions i.fa-times {
    color:#000;
}
.actions i.fa-eye {
    color:#3E81C1;
}
@media screen and (max-width:900px) {
    #listings #sidePane {
        width:100%;
        z-index:1000;
    }
    #sidePane .tableView .listings-preview {
        width: 100%;
        position: fixed;
        background-color: #f5f5f5;
        z-index: 14;
    }
    #sidePane .tableView .listings-preview {
        width: 100%;
        position: fixed;
        background-color: #f5f5f5;
        z-index: 14;
    }
    #sidePane .photoView .listings-view {
        width: 100%;
        position: relative;
        background-color: #f5f5f5;
        z-index: 14;
    }
    .map-wrapper {
        width:100%;
        height:300px;
        position:relative;
    }
    #search-form-wrapper {
        width:100%;
        margin-top:0px;
    }
    #listings #sidePane .sidePane-header {
        z-index: 15;
        position: relative;
        -webkit-transform: translateZ(0);
        padding: 19px 0 16px 15px;
        top: 80px;
        min-width: 300px;
        width:100%;
        background-color: #f5f5f5;
    }
    #sidePane .tableView .listings-preview {
        position:relative;
    }
    .ReactDataTable {
        padding-top:0;
    }
    #sidePane .tableView,
    #sidePane .photoView {
        margin-top:80px;
    }
    .card-frame {
        color: #333333;
        margin: 5px;
        -moz-box-shadow: 0 1px 2px 0px #aaaaaa;
        -webkit-box-shadow: 0 1px 2px 0px #aaaaaa;
        -o-box-shadow: 0 1px 2px 0px #aaaaaa;
        box-shadow: 0 1px 2px 0px #aaaaaa;
        background-color: white;
        border-top: solid 1px rgba(0, 0, 0, 0.1);
        border-collapse: separate;
    }
    .basic-card {
        vertical-align: top;
        display: block;
        margin:20px auto;
        background-color: #000;
    }
    .card-content {
        height:100%;
    }
    .card-image {
        height:100%;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .card-image img {
        height:100%;
        width:100%;
    }
    .card-frame .ext {
        vertical-align: top;
        position: relative;
        display: inline-block;
        width: 100%;
        height: 242px;
        margin: 0;
        padding: 0;
    }
    .ext .amenities ul.section1 {
        display: inline-block;
        width: 44%;
        padding: 8px 0 8px 10px;
    }
    .ext .amenities ul li {
        list-style-type: none;
    }
    .amenities {
        line-height: 16px;
    }
    span.ext-title,
    span.ext-title{
        width: 50px;
        display: inline-block;
        font-size: 10px;
        font-family: Helvetica;
        color: #808285;
        font-weight: 700;
    }
    span.ext-val,
    span.ext-val{
        height: 10px;
        font-size: 10px;
        font-family: Helvetica;
        color: #808285;
        font-weight: 400;
    }
    .ext .amenities .section2 {
        float: right;
        display: inline-block;
        width: 51%;
        padding: 8px 0;
        list-style-type: none;
    }
    .ext .action-bar {
        position: absolute;
        bottom: 0;
        width: 100%;
        border: 0;
        padding-top: 4px;
        border-top: solid 1px #f5f5f5;
        height: 41px;
        margin:0 auto;
    }
    .ext .action-bar button {
        margin-left:15px;
    }
    .ext .action-bar button,
    .ext .action-bar i {
        vertical-align:middle;
        margin-right:15px;
    }
    .ext .action-bar a {
        text-decoration:none;
        color:#FFF;
    }
    .ext .action-bar .actions {
        margin:0 auto;
        display:block;
        text-align:center;
    }
    .ext .action-bar .actions i {
        font-size:24px;
        line-height:32px;
    }
    .img-notes {
        width:100%;
    }
}