.label_div {
    width: 350px;
    float: left;
    line-height: 28px;
}

.input_container {
    height: 30px;
    float: left;
}

.input_container input {
    height: 20px;
    width: 250px;
    padding: 3px;
    border: 1px solid #cccccc;
    border-radius: 0;
}

.input_container ul {
    width: 350px !important;
    border: 1px solid #eaeaea;
    position: absolute;
    z-index: 9;
    background: #efefef;
    list-style: none !important;
}

.input_container ul li {
    padding: 2px;
    list-style: none !important;
}

.input_container ul li:hover {
    background: #e0effb;
}

#demo_list_id {
    display: none;
    position: absolute;
    background-color: #efefef;
    padding: 10px;
    z-index: 99999;
    font-size: 13px;
    width: 96%;
    max-width: 480px;
    margin: 30px 0 0 -40px;
    height: 60vh;
    overflow-y: scroll;
    border-bottom: 10px solid #efefef;
    box-sizing: border-box;
}

.clear_fix {
    clear: both;
    height: 0;
}

.search_item {
    cursor: pointer;
    border: 1px solid #CCC;
    padding: 5px;
    margin-bottom: 2px;
    background-color: #FFF;
    list-style: none !important;
    width: 100%;
    box-sizing: border-box;
}

.search_item a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.search_img {
    float: left;
    padding: 5px;
    flex-basis: 75px;
    background-color: #fff;
    text-align: center;
    line-height: 0;
}

.search_img img {
    max-width: 100%;
    max-height: 40px;
}

.search_item .item_content {
    display: block;
    font-size: 14px;
    margin-left: 10px;
    padding-top: 5px;
    overflow: hidden;
    margin-right: 10px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    flex-basis: calc(100% - 75px);
}

.item_content_do {
    color: #2c2c2c;
}

.all_result {
    padding-left: 5px;
    color: #2c2c2c;
}

.hovered {
    background: #e0effb;
}

.modFont {
    color: #3b66cc !important;
    font-size: 16px !important;
    line-height: 30px;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 500 !important;
}