.label_div {
    width: 250px;
    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: 250px !important;
    position: absolute;
    z-index: 9;
    background: #fff;
    list-style: none !important;
}

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

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


/*	By Ivan Sergey	*/

#demo_list_id {
    display: none;
    position: absolute;
    z-index: 10;
    background-color: #aad25e;
    overflow: scroll;
    padding: 1%;
    font-size: 13px;
    width: 500px;
    height: auto;
    max-height: 600px;
    text-align: left;
    margin-left: -250px;
    left: 50%;
    margin-top: 10px;
}

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

.search_item {
    cursor: pointer;
    padding: 5px;
    margin-bottom: 2px;
    background-color: #FFF;
    list-style: none !important;
}

.search_img {
    float: left;
    padding: 5px;
    /*width:30%;*/
    width: 85px;
    background-color: #fff;
    text-align: center;
    line-height: 0;
}

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

.search_item .item_content {
    float: left;
    display: block;
    width: auto;
    font-size: 14px;
    margin-left: 10px;
    padding-top: 5px;
    overflow: hidden;
    margin-right: 10px;
    line-height: 20px;
}

.item_content_do {
    color: #122247;
    font-size: 14px !important;
    font-weight: 600;
}

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

.hovered {
    background: #d5f697;
}

.modFont {
    color: #333 !important;
    font-size: 12px !important;
    line-height: 16px;
    font-weight: 700;
    display: inline-block;
}

.oldFont {
    color: #666 !important;
    font-size: 14px !important;
    line-height: 16px;
}

@media (max-width: 600px) {
    #demo_list_id {
        width: 100%;
        max-height: 600px;
        margin-left: -0;
        left: 0%;
    }
}