﻿.fastSearchLoading {
    background: transparent url(fastSearchLoading.gif) left no-repeat !important;
    -ms-background-size: 19px !important;
    background-size: 19px !important;
    padding-left: 30px !important;
}

#fastSearchResult {
    visibility: hidden;
    z-index: 999999;
    position: absolute;
    background-color: whitesmoke;
    height: 400px;
    border: solid 1px lightgrey;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}

.fastSearchOverlay {
    z-index: 999998;
    position: fixed;
    width: 100%;
    height: calc(100vh);
    display: block;
    background: rgb(46 46 46 / 31%);
    top: 0;
    right: 0;
    display: none;
}

#fastSearchResult .close {
    position: absolute;
    color: gray;
    font-size: 14px;
    font-family: tahoma !important;
    right: 10px;
    top: 5px;
}
    #fastSearchResult .title {
        position: absolute;
        color: gray;
        font-size: 10px;
        right: 10px;
        top: 1px;
    }

    #fastSearchResult .fastSearchBody {
        padding-top: 10px;
        padding-bottom: 2px;
        padding-right: 6px;
        padding-left: 6px;
        width: 100%;
        max-height: 398px;
        min-height: 398px;
        float: right;
        overflow: auto;
        overflow-x: hidden;
        /*border-top: solid 2px #d9d9d9;*/
        background: white;
    }

        #fastSearchResult .fastSearchBody p {
            min-height: 100px;
            width: 100%;
            border: dashed 2px #f1f1f1;
            padding: 10px;
            border-radius: 15px;
        }
            #fastSearchResult .fastSearchBody p.p-group {
                min-height: 30px;
                background: #f5f5f5;
                border: 0;
                border-radius: 15px;
                padding: 10px;
            }

            #fastSearchResult .fastSearchBody p:hover {
                background-color: #f7fff8;
            }

#fastSearchResult .fastSearchInfo {
    padding-top: 40px !important;
    padding-bottom: 2px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
    width: 35% !important;
    height: 398px;
    float: left;
    border-right: solid 1px lightgrey;
    font-size: 11px;
    text-align: center;
}

    #fastSearchResult .fastSearchInfo img {
        margin-bottom: 10px;
    }
