.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: #aff2d5;
}

#demo_list_id {
    display: none;
    position: absolute;
    background-color: #047a47;
    overflow: hidden;
    padding: 10px;
    z-index: 99999;
    font-size: 13px;
    width: 300px;
    margin: 50px 0 0 -45px;
    max-height: 500px;
    overflow: scroll;
    border-radius: 4px;
    line-height: 15px;
}

#demo_list_id span {
    margin: 0 !important;
}

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

.search_item {
    cursor: pointer;
    border: 1px solid #CCC;
    padding: 1px 5px 5px 5px !important;
    height: auto;
    margin: 0 3px 0 !important;
    background-color: #FFF;
    list-style: none !important;
}

.search_img img {
    /*max-width: 85px;*/
    max-height: 35px;
}

.item_content {
    width: 100%;
    display: flex;
    font-size: 12px;
    margin-left: 10px;
    padding-top: 5px;
    overflow: hidden;
    margin-right: 10px;
    line-height: 20px;
    color: #000;
    line-height: 15px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.search_item a {
    text-decoration: none;
}

.item_content_do {
    color: #2c2c2c;
}

.show_all {
    
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center !important;
    /*background-color: #047a47;*/
    width: 100%;
    padding: 12px 0 5px 0;
    color: #000;
    display: inline-block;     
   
}

.show_all:hover{

}


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

.hovered {
    background: #d0fae8;
}

.modFont {
    color: #047a47;
    font-weight: 600;
}

.item_content div:first-child {
    flex: 1; /* Prvi div zavzame čim manj prostora */
    display: flex;
    justify-content: flex-start; /* Poravnava levo */
}

.item_content div:nth-child(2) {
    flex: 3; /* Drugi div zavzame več prostora za besedilo */
    text-align: left; /* Poravnava besedila levo */
}

.item_content .modFont {
    flex: 1; /* Zadnji del zavzame manj prostora */
    text-align: right; /* Poravnava tesno desno */
    white-space: nowrap; /* Prepreči prelom vrstic */
}