

.auto_lchn {
    width: 200px;
    position: relative;
    /*        height: 300px;*/
}

ul_list
.search_lchn {
    width: 200px;
    height: 30px;
    border: 1px solid #666;
    margin: 0;
}

.ul_list {
    margin: 2px;
    padding: 0;
    display: none;
    list-style-type: none;
    border: 1px solid #666;
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
    background-color: snow;
    z-index: 99999;
    overflow: auto;
    max-height: 300px;
}

    .ul_list li {
        line-height: 25px;
        color: #4e4e52;
        cursor: pointer;
        border-bottom: 1px solid;
    
    }
        .ul_list li:hover {
            color: #0c0458;
            cursor: pointer;
            border-bottom: 1px solid #ff0000;
        }

        .fw-700 {
            font-weight: 700 !important;
        }

.flex-grow-1 {
    flex-grow: 1 !important;
}
.d-flex {
    display: flex !important;
}

.bank-list {
    padding: 0;
    align-items: center;
}
    .bank-list div > div  > h3 {
        font-size: 8pt !important;
    }
    .bank-list div > div > h2 {
        font-size: 8pt !important;
    }
.code {
    color: #999;
}
.img_t {
    margin: 0px 0px 0px 3px;
    height: 40px;
    width: 40px;
    border: 2px solid #f5f5f1;
    border-radius: 7px;
}

.s_totalbox_t {
    border: 1px solid #4cff00;
    border-radius: .25rem !important;
}
.s_totalbox_f {
    border-radius: .25rem  !important;
    border: 1px solid #ff0000;
   
}
.s_totalbox_d {
    border: 1px solid #dee2e6 ;
}
.neg {
    color: #ed5565;
}
.image_custom_t > img {
    right: 1px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}



.redClass.dx-icon-trash:before {
    color: red;
}

.greenClass.dx-icon-edit:before {
    color: green;
}

.yellowClass.dx-icon-save:before {
    color: yellow;
}

.yellowClass.dx-icon-revert:before {
    color: yellow;
}

.dx-command-edit .dx-link {
    text-decoration: none;
    font-size: 18px;
    margin: 0 3px;
}

    .dx-command-edit .dx-link:hover {
        opacity: 0.8;
    }

#select-position {
    display: inline-block;
    vertical-align: middle;
}

.select-position span {
    vertical-align: middle;
    margin-right: 10px;
}
.dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
    padding-left: 7px;
    padding-right: 7px;
}

.custom-item {
    position: relative;
    min-height: 30px;
}

.dx-dropdowneditor-input-wrapper .custom-item > img {
    padding-left: 8px;
}
.dx-revert-button {
    display: none  ;
} 

.custom-item .product-name {
    display: inline-block;
    padding-left: 50px;
    text-indent: 0;
    line-height: 30px;
    font-size: 15px;
    width: 100%;
}

/*.custom-item > img {
    left: 1px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}*/

.dx-theme-material #custom-templates .dx-texteditor-buttons-container {
    display: none;
}

.current-value {
    padding: 10px 0;
}

    .current-value > span {
        font-weight: bold;
    }

.dx-theme-material .dx-selectbox-container .product-name {
    padding-left: 58px;
}
