﻿dl.search-select {
    margin: 0 !important;
    position: relative;
}

    dl.search-select dt span {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        padding: 0.5rem 0.5rem 0 0;
    }

        dl.search-select dt span input {
            width: calc(100% - 20px) !important;
            border: none !important;
            padding: 0 !important;
            outline: none !important;
            cursor: pointer;
        }

    dl.search-select dd {
        margin-top: -5px;
        border-width: 0px 1px 1px 1px;
        border-color: #e5e5e5;
        border-style: solid;
        height: 205px;
        overflow: hidden;
        display: none;
        position: absolute;
        z-index: 1000;
        background-color: rgb(255, 255, 255);
        width: 100%;
    }

        dl.search-select dd ul {
            overflow: hidden;
            overflow-y: scroll;
            height: calc(205px - 29px);
        }

            dl.search-select dd ul li:hover {
                background-color: #f7f7f7;
                cursor: pointer;
            }
