﻿#divTaxPropertySearchContainer {
    overflow-x: hidden;
}

    #divTaxPropertySearchContainer div div.col-sm-7 {
        width: 100%;
    }

.taxpropertysearch-content {
    font-size: 11px;
}

    .taxpropertysearch-content > div:last-child {
        margin-bottom: 0px !important;
    }

    .taxpropertysearch-content > div:nth-child(even) {
        background-color: #FFFFFF;
    }

.taxpropertysearch-record {
    display: inline-block;
    width: 100%;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #000000;
    margin-bottom: 7px;
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    cursor: text;
}

    .taxpropertysearch-record:hover {
        background-image: none !important;
        background-color: #CEECF5 !important;
    }

.taxpropertysearch-name {
    width: 70%;
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    cursor: text;
}

.taxpropertysearch-record-tools {
    width: 29%;
    float: right;
    text-align: right;
    padding-right: 3px;
    font-size: 14px;
}

.taxpropertysearch-address {
    clear: left;
    padding-top: 2px;
    cursor: text;
}

.taxpropertysearch-pin {
    width: 60%;
    float: left;
    cursor: text;
    cursor: text;
}

    .taxpropertysearch-pin > span {
        color: #000000;
    }

.taxpropertysearch-locid {
    width: 37%;
    float: right;
    text-align: right;
    padding-right: 3px;
    cursor: text;
}

    .taxpropertysearch-locid > span {
        color: #000000;
    }

.taxpropertysearch-linkviewmoreorless {
    clear: both;
    padding-top: 5px;
    cursor: text;
}

    .taxpropertysearch-linkviewmoreorless > a {
        text-decoration: none;
        color: blue;
        float: left;
    }

.taxpropertysearch-recordcount {
    float: right;
    font-size: 12px;
    font-weight: bold;
    cursor: text;
}

.taxpropertysearch-contentviewmoreorless {
    border: 1px solid #DDD;
    padding: 5px;
    display: none;
    background-color: #FFFFFF;
}

.taxproperty {
    width: 99%;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 20px;
    cursor: text;
}

    .taxproperty > div {
        display: inline-block;
        padding: 3px 1px 4px 1px;
        vertical-align: middle;
    }

        .taxproperty > div:first-child {
            width: 43%;
            font-weight: bold;
            font-size: 10px;
        }

        .taxproperty > div:last-child {
            width: 57%;
            text-align: right;
        }

    .taxproperty:nth-child(odd) {
        background-color: #F0F0F0;
    }

/* change the cursor on the toc record on hover */
.taxpropertysearch-record:hover {
    cursor: pointer;
    /*background-color: rgba(255,255,0,1.0) !important;*/
}

.taxpropertysearch-record-tools > .btn-primary {
    border: 0px !important;
    border-radius: 0px !important;
}

.taxpropertysearch-nodata {
    background-color: #F0F0F0;
    color: #000000;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
