.context_menu_bab {
    display: none;
    position: absolute;
    border-radius: 17px !important;
    z-index: 999999999;
    height: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.context_menu_bab.active {
    height: auto;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    display: block;
}

.context-menu_items_bab {
    padding: 0;
    width: 280px;
    list-style: none;
    min-width: 100px;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0 6px;
}

.context-menu_item_bab {
    width: 100%;
    line-height: 31px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.context-menu_item_bab:hover {
    cursor: pointer;
}

.td_image_context {
    padding-left: 14px;
    max-width: 39px;
}

.td_context_text {
    text-align: left;
    padding-left: 30px;
}

.td_separator_context {
    line-height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}