.search_populate_list {
    list-style-type: none;
    background: #294b8e;
    position: absolute;
    padding-left: 0;
    max-height: 139px;
    overflow: hidden;
    z-index: 10000;
    margin-right: 5px;
    overflow: auto;
    font-weight: 500;
    color: white;
}

@media(min-width: 768px) {
    .search_populate_list {
        /* margin-left: 5px; */
        width: 100%;
    }
}

@media(max-width: 767px) {
    .search_populate_list {
        width: 100%;
    }
}

.search_populate_list li {
    padding: 10px 10px 10px 10px;
    cursor: pointer;
}

.search_populate_list li:not(:first-child) {
    border-top: 1px solid darkgray;
}

.search_populate_list a:link {
    color: green !important;
}

.search_populate_list a:visited {
    color: green !important;
}

.search_populate_list a:hover {
    color: green !important;
}

.search_populate_list a:active {
    color: green !important;
}

.search_populate_list_none {
    display: none;
}

.employment_number_class {
    position: relative;
}

.employee-search-table {
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 2px 3px 0px;
    max-height: 278px;
    overflow: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.subsistence-allowance-amount span {
    color: green;
    font-size: 11pt;
}

.subsistence-allowance-amount-hidden {
    display: none !important;
}

#employee-headings-edit li {}