﻿.list_main{
    display:flex;
}
.list_main_menu {
    width: 160px;
    border: 1px solid #ddd;
    background: #fff;
    display:flex;
    flex-direction:column;
}

.list_Content {
    flex: 1;
}

.menu_search_main {
    background: #eeeeee;
    padding: 10px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}

#shopkeepname {
    position:absolute;
    top:40px;
    left:0;
    list-style:none;
    padding:0;
    background:#fff;
    z-index:3;
    padding:0 5px;
    box-shadow:0 0 10px 0 rgba(0,0,0,0.1);
}
#shopkeepname li{
    margin:5px 0;
    cursor:pointer;
}
.menu_search {
    background: #fff;
    border: none;
    border-radius: 3px;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    padding-right: 25px;
}
.search_icon_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
    background: #0079fe;
    height: 30px;
    width: 30px;
    border-radius: 0 3px 3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.searchIcon {
    color: #fff;
}


.menu_body {
    background: #ffffff;
    flex: 1;
    overflow: auto;
}
.menu_model {
    background: #fff;
    padding:0;
    margin:0;
}
.menu_item {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #eee;
}
.menu_item_icon{
    width:25px;
    height:25px;
    border-radius:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:10px;
}
    .menu_item_icon.red {
        background: #34495e99;
    }
.menu_item_icon i {
    color: #fff;
}
.menu_item_content{
    flex:1;
    display:flex;
    justify-content:space-between;
    /*border-bottom:solid 1px #eeeef4;*/
    align-items:center;
    font-size:14px;
    color:#333;
    height:100%;
}
.menu_item_content:last-child{
    border:none;
}
.menu_content_more {
    display:flex;
}
    .menu_content_more i {
        color: #d5d5da;
    }
.menu_content {
    font-size: 12px;
    color: #777;
    margin-right:5px;
    display:flex;
    align-items:center;
    margin-right:5px;
}
.menu_data_item {
    height: 35px;
    align-items: center;
    font-size: 13px;
    color: #34495e;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #34495e;
    padding-left: 10px;
    cursor: pointer;
}
    .menu_data_item.active {
        background: #08a0ff;
        color: #FFF;
        border-bottom: solid 1px #fff;
    }
.menu_data_item:last-child {
    border: none;
}
    .menu_data_item:hover {
        background: #eeeeee
    }

    .menu_pop {
        position: absolute;
        width: 100%;
        background: #fff;
        box-shadow: 0 0 20px 3px rgba(0,0,0,0.1);
        top: 100%;
        right: 0;
        z-index: 9;
        border-radius: 3px;
        display: none;
        padding: 10px 10px 0;
        cursor: auto
    }
.menu_pop:after{
    content:'';
    width:0;
    height:0;
    border:solid 5px #fff;
    border-color:transparent transparent #fff transparent;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:-10px;
}
.menu_pop_main {
    height: auto;
    max-height: 300px;
    overflow: auto;
    
}
.menu_pop .form-control {
    margin-bottom: 10px;
    outline: none;
}
.select2-container{
    margin-bottom:10px!important;
}
.select2-container{

}


.menu_pop_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #08a0ff;
    height: 30px;
    border-radius: 3px;
    margin: 0px 0 10px;
    cursor:pointer
}

.fix-totop-wrapper .mdi-arrow-up-drop-circle {
    color: #2c3e50;
}

.menu_content_list {
    display: flex;
}

.display_flex {
    display: flex;
    align-items: baseline;
}
.menu_pop .display_flex .intpu_2 {
    width: 45%;
}