


option:disabled {
    color: #cdcbcb;
}
.text-disable {
    color: #cdcbcb;
}

.sortable-list {
    padding: 10px 0;
}

.agile-list li.content-sort {
    border-left: 5px solid #e4d85e;
}

.agile-list li {
    background: #FAFAFB;
    border: 1px solid #e7eaec;
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 2px;
}

.agile-list {
    list-style: none;
    margin: 0;
}

.agile-list li:active {
    background: #f0f0f8;
}

.sort-flavor-ul {
    list-style: none;
    margin: 0;
}

.flavor-list {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    padding: 6px 12px;
    border-radius: 3px;
    margin-bottom: 5px;
    color: #000000;
    transition: all .5s;
    background-color: transparent;
    border: 2px solid #000000;
    border-color: #ede869;
    border-radius: 50px;
}

.flavor-list-disabled {
    pointer-events: none;
    border-color: #cdcbcb;
    font-weight: bold;
    color: #cdcbcb;
}

    .flavor-list:active,
    .flavor-list.active,
    .flavor-list:active:focus,
    .flavor-list:active:hover,
    .flavor-list.active:hover,
    .flavor-list.active:focus {
        background-color: #ede869;
        border-color: #000000;
        font-weight: bold;
        color: #000000;
    }

.badge-category {
    background-color: #1ab394;
    color: #FFFFFF;
    margin-right: 5px;
}

.badge_c {
    display: inline-block;
    min-width: 10px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /* background-color: #777777; */
    border-radius: 10px;
    margin: 4px;
}

.bg-bran {
    background-color: #f39c12;
}

.bg-drip-bag {
    background-color: #5cb85c;
}

.badge_y {
    display: inline-block;
    min-width: 10px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ede869;
    border: 1px solid #000000;
    border-color: #000000;
    font-weight: bold;
    color: #000000;
    border-radius: 10px;
    margin: 4px;
}


/* td ««ª½¸m¤¤ */
.td-v-m {
    vertical-align: middle !important;
}

.modal-m {
    /*position: fixed;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.modal-dialog-m {
    /*position: fixed;*/
    margin: 0;
    height: 100%;
    width: 100%;
}

.modal-header-m {
    top: 0;
    left: 0;
    margin: 0px;
    padding: 10px;
    right: 0;
    border: none;
}



.modal-content-m {
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    box-shadow: none;
}

.modal-body-m {
    /*position: absolute;*/
    top: 70px;
    bottom: 0;
    font-size: 15px;
    overflow: auto;
    padding: 0 15px 0;
    width: 100%;
}

.modal-footer-m {
    /*position: absolute;*/
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #f1f3f5;
}


.modal-m-sign {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.modal-dialog-m-sign {
    position: fixed;
    margin: 0;
    height: 100%;
    width: 100%;
}

.modal-header-m-sign {
    background-color: #f1f3f5;
    top: 0;
    left: 0;
    height: 35px;
    margin: 0px;
    padding: 5px;
    right: 0;
    border: none;
}


.modal-content-m-sign {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    box-shadow: none;
}

.modal-body-sign {
    position: static;
    height: 400px;
    width: 100%;
    padding: 0;
}

.modal-body-m-sign {
    position: absolute;
    top: 35px;
    bottom: 45px;
    font-size: 15px;
    overflow: auto;
    padding: 0;
    width: 100%;
}

.modal-footer-m-sign {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 45px;
    padding: 5px;
    background: #f1f3f5;
}



.img-sign {
    border: 1px solid #555;
    margin-right: 10px;
    height: 35px;
}

.img-sign-detail {
    border: 1px solid #ccc;
   width:100%;
}

/* to delete the scrollbar */
/*
::-webkit-scrollbar {
    -webkit-appearance: none;
    background: #f1f3f5;
    border-left: 1px solid darken(#f1f3f5, 10%);
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: darken(#f1f3f5, 20%);
}
*/


