/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
 
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
    height: 800px;
    background-color: white;
}

/* Set gray background color and 100% height */
.sidenav {
    padding-top: 20px;
    /* background-color: #f1f1f1; */
    height: 100%;
}

#left-bar {
    /* border-right:1px solid #ddd; */
}

/* Set black background color, white text and some padding */
footer {
    background-color: #555;
    color: #ccc;
    padding: 15px;
}

.horiz-ad {
    border:1px solid #aaa;
    color:#888;
    padding:5px;
    margin-top:15px;
}

.results {

    tr.compact th:nth-child(1), tr.compact td:nth-child(1) {
        width:75px;
    }
    th:nth-child(1), td:nth-child(1) {
        width: 85px;
    }
    th:nth-child(2), td:nth-child(2) {
        width: 210px;
    }
    td:nth-child(2) {
        width: 208px;
    }
    th:nth-child(3), td:nth-child(3) {
        width: 25px;
        font-size:14pt;
        padding:0px;
    }
    th:nth-child(4) {
        padding-left:20px;
    }
    th:nth-child(4), td:nth-child(4) {
        width: 110px;
    }
    th:nth-child(5), td:nth-child(5) {
        width: 142px;
    }
    th:nth-child(6), td:nth-child(6) {
        width: 91px;
    }
    th:nth-child(7), td:nth-child(7) {
        width: 33px;
    }
    th:nth-child(8), td:nth-child(8) {
        width: 33px;
    }
    th:nth-child(9), td:nth-child(9) {
        width: 45px;
    }
    th:nth-child(10), td:nth-child(10) {
        width: 65px;
    }
    th:nth-child(11), td:nth-child(11) {
        width: 58px;
    }
    th:nth-child(12), td:nth-child(12) {
        width: 76px;
    }
    th:nth-child(13), td:nth-child(13) {
        width: 41px;
    }
    th:nth-child(14), td:nth-child(14) {
        width: 41px;
    }
    th:nth-child(15), td:nth-child(15) {
        width: 45px;
    }
    th:nth-child(16), td:nth-child(16) {
        width: 45px;
    }

}

.results {
    /* border:3px solid #ccc; */
    /* margin-top: 15px; */
    /* margin-bottom:30px; */
    border-collapse: collapse;
}

.results th {
    /* border-bottom: 1px solid #aaa; */
    padding:4px;
    font-size: 10pt;
    color: #888;
}

.results tr:first-child td {
    border-top:1px solid #ccc;
}
.results td {
    /* border-right:1px solid #aaa; */
    /* border-top:1px solid #aaa; */
    padding:4px;
    font-size: 10pt;
}


/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
    height: auto;
    padding: 15px;
    }
    .row.content {height:auto;} 


}


.features {
    display: block;
    min-width:200px;
    height: 100px;
    border:1px solid #aaa;
    padding:5px;
    overflow: auto;
}

#results {
    display: none;
}

.notes {
    width:335px;
    margin-right:5px;
}

.notes-parent {
    padding:5px;
}

#photobox {
    position:absolute;
    margin: auto;
    /* width:50%; */
    height:400px;
    top:100px;
    left:200px;
}

tr.prop_img > td:nth-child(3) {
    padding-left:15px !important;
    /* border-left:3px solid red; */
}

.head-col {
    color:#888;
}
.prop_img img {
    height:120px;
    /* aspect-ratio: auto; */
    margin-right:10px;
}

.prop-imgs {
    float:left;
    width:575px;
    height:120px;
    overflow-x: auto;
    overflow-y:hidden;
    border:1px solid #bbb;
}
.prop-imgs-child {
    float:left;
    height:100px;
    width:11000px;
}

.col-1-3 {
    width: 33%;
}

.top-parent {
    /* min-width: 1100px; */
    width:100%;
    float: left;
}

.img-about {
    margin-top:15px;
    width: 525px
}

.results tr:hover {
    background-color: rgba(124, 120, 130, 0.1)
}
.results tr:hover .btns {
    display: block;
}
.results tr .photo-ctrl {
    visibility: hidden;
}
.results tr:hover .photo-ctrl {
    visibility: visible;
}


.my-notes {
    color: purple;
}

.ebtn:hover .btnText {
    display:flex;
}

.btnText {
    display: none;
}

.head-col .row p {
    font-size: 13pt;
}
.head-col .row h3 {
    color: #666;
}

p.lead {
    color: black;
}

div.photo-box-parent {
    position: fixed;
    top:120px;
    left:0px;
    width: 100%;
    height:50% !important;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    height: 50vh; /* Example: Parent takes full viewport height */
    border-radius: 10px;
    z-index: 3;

}

.photo-box {
    width:60%;
    height:auto;
    background-color: rgba(255,255,255,0.8);
    border:2px solid #aaa;
    border-radius: 15px;

}


.photo-box  img {
    margin-top:10px;
    margin-bottom: 10px;
    /* width:630px; */
    height:460px;
    border-radius: 10px;
    border:2px solid #aaa;
    max-width: 690px;
}


div.viewer-parent {
    position:fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    z-index:5;
}
div.viewer {
    padding:20px;
    background-color: #ddd;
    border:1px solid #ddd;
    color:#222;
    border-radius: 10px;
    border:1px solid #222;
    max-height: 400px;
    overflow: auto;
}

div.viewer table td {
    text-align: left;
}

table.price-details tr:nth-child(even) {
  background-color: rgba(37, 187, 37, 0.200)
}
/* table.price-details tr td:nth-child(1) {
    padding-left:15px;
} */
.viewer h3 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}
.pending {
    background-color: rgba(255, 196, 0, 0.149);
    color:rgb(153, 99, 0);
}
/* .for-sale {
    background-color: rgba(0, 255, 106, 0.149);
    color:rgb(0, 103, 0);
} */
.recently-sold {
    background-color: rgba(66, 65, 68, 0.061);
    color:#aaa;  
}

/* tr.firstRow td:nth-child(3) {
    border-left:3px solid blue;
} */

tr.firstRow {
    /* border-bottom: 1px solid #ddd; */
}

/* .firstRow td:nth-child(3) {
    margin:0px;
    padding:0px;
} */
/* .firstRow td:nth-child(3) {
    border-left:3px solid blue;
} */
.addrBox {
    position: relative;
    margin-top:0px;
    border-left:3px solid rgba(0, 0, 255, 0.488);
    padding:4px;
    flex: 1;
    float:left;
    height:100%;
    display: block;
}

tr.prop_img td:nth-child(1), tr.prop_img td:nth-child(2) {
    width:20px !important;
    border:none;
    /* border-bottom:1px solid #ccc; */
}
tr.prop_img td:nth-child(2) {
    border-right:2px solid rgba(41, 12, 230, 0.188)
}


.firstRow > td.img-col  img.mainImg {
    width:225px;
    height:150px;
}

img.mainImg {
    height:150px;
}

.price {
    font-size: 16pt;
}

span.price-change {
    /* padding:5px; */
    border:2px solid transparent;
}

span.price-alert {
    font-weight: bold;
    background-color: rgba(255, 0, 0, 0.062);
    border:1px solid rgb(178, 47, 47);
    padding:4px;
    padding-right:6px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 4px;
    margin-top:4px;
    margin-bottom:4px;
}

span.price {
    padding:4px;
    margin-top:4px;
    /* background-color: #ccc; */
    border-radius: 4px;
    font-weight: bold;
}

.value {
    font-weight: bold;
    margin-right:10px;
    float:left;
    width:65px;
}
.label-1 {
    color:#666;
    float:left;
    width:60px;
}

.sale-status {
    font-size: 12pt;
}

.sale-pending {
    background-color: rgba(255, 183, 0, 0.61);
    padding:4px;
    padding-left: 10px;
    padding-right:10px;
    border-radius: 4px;
    position: relative;
    top:-3px;
    font-weight: bold;
    color:rgb(142, 92, 0);
}

.sale-for-sale, .for-sale {
    background-color: rgba(0, 255, 64, 0.211);
    padding:4px;
    padding-left: 10px;
    padding-right:10px;
    border-radius: 4px;
    margin-top: 0px;
    position: relative;
    top:-3px;
    font-weight: bold;
    color:rgb(0, 106, 0);
}


.photo-controls {
    top:0px;
    height:22px;
    z-index: 2;
    padding-left:4px;
    padding-right:4px;
    border-left:3px solid blue;
    background-color: #eee;
    border-bottom:2px solid rgba(0, 0, 255, 0.36);
}
.photo-cont {
    border-left:3px solid blue;
}

tr.yellow-back {
    background-image: linear-gradient(to bottom, rgba(255, 200, 0, 0.2), white);
}
tr.yellow-back .photo-controls {
    border-left:4px solid orange;
    border-bottom:2px solid orange;
}
tr.yellow-back .photo-cont {
    border-width: 4px; /* Adjust border thickness as needed */
    border-style: solid; /* Required for border-image to work */
    /* border-image: linear-gradient(to bottom, yellow, orange) 1; */
    border-left:4px solid orange !important;
    border-right:none;
    border-top:none;
    border-bottom:none;
}



.photo-controls span:nth-child(1) {
    float:left;
    width:20%;
}
.photo-controls span:nth-child(2) {
    float:left;
    width:60%;
    text-align: center;
}
.photo-controls span:nth-child(3) {
    float:right;
    width:20%;
    text-align: right;
}
.photo-controls span {

}
.prop-addr {
    font-size: 11pt;
}
.my-notes {
    padding:2px;
    margin-bottom:4px;
    /* margin:2px; */
}
.my-notes input {
    border:1px solid transparent;
    width:90%;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
}
.btns {
    margin-top:5px;
    display:none;
}
.favicon {
    float:right;
    font-size: 16pt;
}

tr.summary {

    /* border-bottom: 1px solid #ddd; */
    
    td > img.mainImgRow {
        /* width:90px; */
        height:65px;
        width:85px;
    }

    td.addr {
        font-size: 12pt;
    }
    td.price {
        font-size: 13pt;
        font-weight: bold;
    }
    td > span.price-change {
        margin:5px;
    }
    td.yellow-back {
        /* background-color: rgb(255, 251, 0); */
        border-left:3px solid yellow;
        box-sizing:border-box;
    }
    td.dimension {
        text-align: center;
        font-size:11pt;
        padding:0px;
    }

}

.text-center {
    text-align: center;
}
td.summary-notes-parent {
    border-bottom:1px solid #ddd;
    padding:0px;
    /* border:1px solid red; */
}

input.summary-notes {
    margin-left:5px;
    padding-left:5px;
    width:325px;
}

.photo-scroller span.btnPhoto {
    border:1px solid #ccc;
    font-size: 14pt;
    padding:2px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 4px;;
    color:#888;
    background-color: #eee;
}

.photo-scroller button {
    position: relative;
    top:-2px;
    border:1px solid #bbb;
    border-radius: 4px;
    padding:2px;
    padding-left: 4px;
    padding-right: 4px;
}

.photo-scroller {
    position: relative;
    top:-3px;
    margin-left:20px;
    margin-right:20px;
    margin-bottom: 5px;
}
.photo-scroller > span:nth-child(1) {
    float:left;
}
.photo-scroller > span:nth-child(2) {
    position: relative;
    top:3px;
}
.photo-scroller > span:nth-child(3) {
    float:right;
}

.summary_listing_status {
    font-size:12pt;
    font-weight:bold;
}
.z-days {
    font-size: 9pt;
    font-weight: normal;
}

td.summary-notes-parent .save-notes {
    opacity: 0;
}
td.summary-notes-parent .show-info {
    opacity: 0;
}

td.summary-notes-parent:hover {
    .save-notes {
        opacity: 1;
    }
    .show-info {
        opacity: 1;
    }
    font-weight: bold;
}

tr.summary > td.img-col {
    padding:0px;
}

tr.summary > td:nth-child(n+6):nth-child(-n+14) {
    font-size: 12pt;
    padding-left:4px;
    padding-right:4px;
    text-align: center;
    white-space: nowrap;
}

.property-hidden {
    opacity: 0.4;
    /* border:1px solid red; */
}

.filter-by-group {
    border:1px solid #ddd;
    padding:4px;
    margin:4px;
    border-radius: 6px;
    background-color: #efefef;
    margin-left:20px;
}

.selected-image {
    border-left: 3px solid orange !important;
}

.table-price-break {
    font-weight: bold;
    /* font-size:12pt; */
}
.table-price-change {
    color:rgb(194, 126, 0);
    font-weight: bold;
}
.table-pending-sale {
    color:rgb(167, 53, 0);
    font-weight: bold;
}

td.img-col {
    border-left:3px solid grey;
    border-bottom:1px solid white;
    box-sizing: border-box;
}

table#search_params {
    th {
        padding-left:6px;
        color:#aaa;
    }
    td {
        padding-right:10px;
    }

    .search-page {
        width:55px;
    }
    .search-bed, .search-bath {
        width:50px;
    }
    .min-price, .max-price {
        width: 100px;
    }
    span.mustHave.form-control {
        width:85px;
        border:none;
        padding:3px 6px;
        display: inline-block;
    }
    tr.search-values {
        height:50px;
        vertical-align: top;
    }

}

span#search_results {

    width:100%;
    float:left;
    width:auto;
    margin-bottom: 25px;

    div img.results-img {
        width:210px;
        /* height:140px; */
        min-height:157px;
    }

    span div {
        display: block;
        width:210px;
        font-size: 11pt;
    } 
    span span.price {
        font-size:12pt;
        font-weight:bold;
    }
    .search-result-item {
        border:1px solid #ccc;
        float:left;
        margin:5px;
        /* border-radius: 5px;
        overflow: hidden; */
    }

    div.results-addr > span {
        font-size:12pt;
        line-height: 14pt;
    }
    div.listing-status {
        font-weight: bold;
        font-size:12pt;
        width:100%;
    }
    div.results-info {
        padding:5px;
        float:left;
        border-top:3px solid #ccc;
    }

    span.search-result-zestimate {
        color:#888;
    }

}


.zillow-link {
    color:rgb(17, 17, 201);
    cursor: pointer;
    float:left;
    width:100%;    
    max-height: 37px;
    overflow: hidden;
}
.zillow-link:hover {
    font-weight: bold;
    max-height: 37px;
}
.search-results-parent {
    width:100%;
    float:left;
    height: 500px;
    border:1px solid #ccc;
    overflow: auto;
    margin-top:20px;
    margin-bottom:20px;
}


.property-search-parent {
}
.property-search {

}
.my-watchlist-parent {
}
.my-watchlist {
}

.table-scroller {
    /* margin-top:20px; */
    max-height: 400px;
    overflow-y:auto;
}

h3.toggle-parent span {
    font-size: 16pt;
    opacity: 0.5;
}

#hot_result_table {
    /* border:2px solid #ccc; */

}

.add-to-track {
    float:right;
    font-size: 12pt;
    padding-right:10px;
    opacity:0.5;
    cursor: pointer;
}

td.updated div {
    color:#999;
    font-size: 10pt;
    font-style: italic;
}

tr.recent-update td.price span.price-change {
    border:2px solid orange;
    padding:5px;
    border-radius: 4px;
}

tr.search-values input[type='text'] {
    width:120px;
}
tr.search-values select {
    height:34px;
}

tr.summary img.mainImgRow.compact {
        height:55px;
        width:75px;
}



.form-control {
    display: inline;
}

button {
    position: relative;
    top: -1px;
}

.sum1 {

}

.sum2 {
    border-bottom:1px solid #ddd;

}

.sum3 {
}

.messages {
    margin-left:15px;
    float:left;
}
.results.control {
    margin:2px;
    position: relative;
    top:4px;
    font-size:14pt;
    display: none;
    cursor: pointer;
    
}