﻿body, .ui.table {
    direction: rtl;
    text-align: right;
}



.main-container {
    padding: 35px 25px;
}

.pusher {
}

.ui.visible.right.sidebar ~ .fixed,
.ui.visible.right.sidebar ~ .pusher {
    margin-left: -260px;
    margin-right: 540px;
    padding-left: 20px;
}

.ltr {
    direction: ltr;
    text-align: left;
}

.rtl {
    direction: rtl;
    text-align: right;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

input.input-validation-error {
    border-color: red !important;
    background: #fff7f7 !important;
}

#sidebar-context {
    margin-bottom: 0;
    height: calc(100% - 40px);
}

.sidebar .menu .item .label:empty {
    display: none;
}

.text-danger {
    color: red;
}

.dashboard-menu-item {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}


.dropdown i.dropdown.icon {
    display: inline-flex;
}

/*top menu*/
.pusher .top.menu {
    margin-right: -260px;
    padding-right: 260px;
}

.prouct-category-list a {
    border-radius: 5px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

    .prouct-category-list a:hover {
        background: #9ed0f6;
        color: #ffffff;
    }

.order-label:empty {
    display: none;
}

.editable-label {
    display: inline-block;
}

    .editable-label.textarea {
        width: 50vw;
    }

    .editable-label label {
        border: 1px solid rgba(34, 36, 38, 0.15);
        cursor: text;
        padding: 0.67857143em 1em;
    }
