﻿
#DivMap {
    margin-top :20px;
    width: 96%;
    height: 500px;
    display: inline-block;
    position: relative;
    font-size:medium; 
    border: none;
    border:1px solid dimgray;
    z-index:850; 
   
}
.divListingsGrid{
    background-color:white;
    width: 100%;
    display:inline-block;
}

.divNoListingsFound{
    padding-top:200px;   
    height :200px;
    text-align :center;
    font-family :inherit;
    color: #363636;
    display :none;
    width:100%;
    font-size :x-large;       
}

.divSearchOptions{
    width:100%;
    display:inline-block;
    height :auto;
    text-align:center; 
    -webkit-box-sizing : border-box; 
    -moz-box-sizing :border-box; 
    box-sizing:border-box;
    margin-top :0;
}

.ddlSearchOptions{
    width:280px;
    height:40px;
    border: 1px solid #363636;
    background-color:whitesmoke;  
    font-size :large;
    display :inline-block;
    margin:10px;
    color :dimgray;
    padding-left:3px; 
    font-family:inherit;
     background-image: url('../images/triangle-down.png');
    background-repeat :no-repeat;
    background-position:right top;  
      box-sizing:border-box;
    -webkit-box-sizing : border-box; 
    -moz-box-sizing :border-box; 
}
.ddlSearchOptions:hover{
     background-color:lightgray;
}
.ddlSearchOptions:focus{
     background-color:whitesmoke;
}

.btnSearch{
    border: 1px solid #363636;
    background-color:whitesmoke;  
    display :inline-block ;
    width: 280px;
    height:40px;
    color:dimgray;
    background-color: whitesmoke;
    font-size : medium;
     margin:10px;
    font-family:inherit;
      box-sizing:border-box;
    -webkit-box-sizing : border-box; 
    -moz-box-sizing :border-box; 
    vertical-align :top;
     outline: none;
    outline-style: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    
 
}
.btnSearch:hover{
     background-color:lightgray;
}

.divListing{
   display:inline-block;
   width: 320px;
   height:auto;
   background-color: #fcfcfc;  
   margin:20px; 
   text-align:center; 
   border-bottom: 1px solid lightgray;
   border-top:1px solid lightgray;
   cursor:pointer;
}
.divListingImageGrid {
    width: 100%;
    height: 220px;
    position: relative;
    display: inline-block;
    margin:0;
    background-position:center center;
    background-repeat:no-repeat;
    /*background-size: 100% auto;*/
    background-size:cover; 
}
.divListingsTitle {
    color: black;
    font-size: large;
    width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display:inline-block;
    margin-top:10px;
    margin-bottom:5px;    
}

.divListingsLocation {
    color: dimgray;
    font-size: small;
    width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display:inline-block; 
     margin-top:5px;
    margin-bottom:10px;    
}

.divListingSoldBanner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    font-size:small;
    color:white;
    background-color :dimgray;
    padding :10px;
}

.divInfoBox{
    width:100%;
    height:auto;
    text-align:center ; 
      
}
.divInfoBoxImage{
    width:202px;
    height:135px;
     background-position:center center;
    background-repeat:no-repeat;
    /*background-size: 100% auto;*/
    background-size:cover; 
    display:inline-block
}
.imgInfoBox{
    width :202px;
    height :135px;
    margin:0;
}

.tableListingsRooms {
    width: 100%;
    border: none;
    text-align: center;
    margin: 10px;
    color: dimgray;
    font-size: medium;
}


@media screen and (max-width: 800px) {

    .divPageContainer {
        margin-top:0;
    }
    .divListing {
        width: 90%;
    }

    .divListingImageGrid {
        height: 250px;
    }
  

     #DivMap {
       height: 70vw;
       margin:0; 
       margin-top: 71px !important;  
    }
  
  }

@media screen and (max-width: 1200px) {
      .divSearchOptions {
        margin-top :50px;
    }
    .divPageContainer {
        width: 100%;
    }
    .divListingsGrid{
        width:100%; 
    }
     #DivMap {
        margin-top:21px !important;  
    }

   
}

