.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;
}
.no_res{
    color: black;
}
.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: #f2f2f2;
}
.src_add{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

.src_top{
    display: flex;
    width: 100%;
    align-items: center;

}


/*	By Ivan Sergey	*/

.demo_list_id {
    display: none;
    position: absolute;
    background-color: #009393;
 color: #fff;
    border-top: none;
    overflow: scroll;
    padding: 0;
    z-index: 1000;
    font-size: 12px;
    height: auto;
    max-height: 150px;
    margin: 35px 0 0 0px;
    width: 100%;
    top: 5px;
}

.iskalnik .demo_list_id {
    top: 20px;
}


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

.search_item {
   
    padding: 10px;
    
    background-color: #547186;
    border-bottom: 1px solid #91A3B0;
    list-style: none !important;
    align-items: center;
    color: #fff;
    font-size: 14px !important;
    font-weight: 400;
    transition: .5s all;
    cursor: pointer;
}
.search_item::before{
    display: none !important;
}

.fail{
    background-color: #ff6961 !important;
    color:#fff !important;
    cursor:not-allowed;
}
.fail a{
    color: #fff !important;
}

.fail:hover{
    background-color: #ff6961 !important;
    color:#fff !important;
    cursor:not-allowed;
}

.no_pad{
    padding: 0;
}
.search_item a{
    color: #fff;
    text-decoration: none;
    font-weight: 700 !important;

}

.search_item>a {
    display: flex;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
}

.search_item a:hover {
    color: #fff !important;
}

.search_img {
    padding: 0;
    flex-basis: 50px;
    
   
    line-height: 0;
    height: 40px;
  
}

.search_img img {
   width: 40px;
   height: 40px;
   object-fit: cover;
   border-radius: 50%;
  
   
}

.item_content {
    font-size: 13px;
   
    overflow: hidden;
  width: 100%;
    line-height: 16px;
}
.item_content b{
   display: inline-block;
}

.hovered {
   
    background-color: #91A3B0 !important;
   

}
.fail .hovered a{
    color: #fff !important;
}
.modFont {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 16px;
    font-weight: 700;
    display: inline-block;
    margin-right: 15px;
}

.item_content_do {
    
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center !important;
    background-color: #1b2d4f;
    width: 100%;
    padding: 10px 0;
    color: white !important;
}

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

@media (max-width: 900px) {
  
.hovered {

    background-color: #03b2b2;
   
    
}  
}