/* your styles go here */

#landownersOnlineContainer {
    display: none;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dot {
    height: 12px;
    width: 12px;
    background-color: #00A300;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.dotInactive {
    height: 12px;
    width: 12px;
    background-color: #D2042D;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.dot2 {
    height: 8px;
    width: 8px;
    background-color: #00A300;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-bottom:10px;
}

.dotInactive2 {
    height: 8px;
    width: 8px;
    background-color: #D2042D;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.dot3 {
    height: 8px;
    width: 8px;
    background-color: #00A300;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.dotInactive3 {
    height: 8px;
    width: 8px;
    background-color: #D2042D;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.blurry-text {
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

div.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.7);
    z-index:100;
    display:none;
}

.listingResult {
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F5F5F5;
    padding-bottom: 15px;
    padding-top: 15px;
    cursor: pointer;
}

.infoBoxListingLabel {
    font-weight: bold;
    margin-right: 5px;
}

.countyInfo {
    width: 125px;
    height: 70px;
    position: absolute;
    z-index: 99999;
    background-color: whitesmoke;
    border-radius: 10px;
    border: solid 1px black;
    padding-left: 10px;
    padding-top: 5px;
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
}

.infoBoxListingTitleTagClass {
    font-size: 14px;
    color: #6E883F;
}

.infoBoxListingPriceTagClass {
    font-size: 12px;
    color: #6E883F;
    font-weight: bold;
}

.infoBoxListingSubLinkTagClass {
    font-size: 12px;
    color: #6E883F;
}

/*.infoBoxListingClass{
    content: '';
    width: 375px;
    height: 135px;
    border-color: #6E883F transparent transparent #6E883F;
    position: relative;
    padding-left:10px; 
    padding-top:5px;
    background: #fff;
    border: 2px solid #6E883F;
    border-radius: 5px;
    box-shadow: 0 0 15px #999;
    font-family: Verdana, Arial, sans-serif;
    font-size:small;
}*/

.listingResultTwo {
    padding-bottom: 15px;
    padding-top: 15px;
    cursor: pointer;
}

.maxHoverImageSize {
    max-height: 125px;
}

.infoBoxListingClass {
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    line-height: 150%;
    color: black;
    background: #fff;
    background-clip: padding-box;
    box-shadow: 0 0 15px #999;
    border: 2px solid #6E883F;
    /*border: 2px solid rgba(0, 0, 0, 0.5);*/
    border-radius: 5px;
    position: absolute;
    width: 475px;
    height: 275px;
    left: 50%;
    margin-left: -187px;
    padding-left: 10px;
    padding-top: 5px;
    bottom: 100%;
    margin-bottom: 15px;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    z-index: 10;
}

    .infoBoxListingClass:before, .infoBoxListingClass:after {
        content: "";
        position: absolute;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        top: 100%;
        left: 50%;
        margin-left: -10px;
    }

    .infoBoxListingClass:before {
        border-top: 10px solid #6E883F;
        /*border-top: 10px solid rgba(0, 0, 0, 0.5);*/
        margin-top: 2px;
    }

    .infoBoxListingClass:after {
        border-top: 10px solid #fff;
        margin-top: -2px;
        z-index: 1;
    }

.infoBoxListingContent {
    padding-left: 90px;
}
