﻿.k-animation-container {
    direction: rtl;
}


.k-multiselect-wrap ul {
    float: right;
}

.k-multiselect-wrap .k-button .k-select {
    text-align: left;
    float: left;
    direction: rtl;
    padding: 0 12px 0px 0px;
    margin: 0;
}
/*kendo*/
span.k-icon.k-i-arrow-60-right, span.k-icon.k-i-arrow-60-left {
    transform: rotate(180deg);
}

.k-widget.k-dropdown.k-header {
    /*margin-bottom: 20px;*/
}

.k-widget.k-datepicker.k-header {
    margin-bottom: 20px;
    width: 100%;
    max-width: 300px;
}

.k-widget.k-calendar {
    width: 280px;
}

.k-button-icontext .k-icon, .k-button-icontext .k-image, .k-button-icontext .k-sprite {
    margin: 0 .2rem 0.2rem;
}

.k-grid-content.k-auto-scrollable {
    height: auto !important;
    min-height: 284px;
}

.grid-operation-seperator {
    opacity: 0;
}

.k-grid td, .k-grid td, .k-grid th {
    border-width: 0 1px 0 0 !important;
}

div.k-grid-footer, div.k-grid-header {
    padding-left: 17px !important;
    padding-right: 0 !important;
}

.k-grid-footer-wrap, .k-grid-header-wrap {
    border-width: 0 0 0 1px !important;
}

.k-grid tr {
    text-align: center;
}


.empty-grid {
    width: 100%;
}

    .empty-grid::before {
        padding: 1em;
        line-height: 3em;
        content: "دیتایی یافت نشد...";
    }


footer .footer {
    width: 100%;
    height: 64px;
    background-color: white;
    border: 1px solid #e4e4e4;
    align-content: center;
    position: relative;
    bottom: 0;
}

    footer .footer p {
        position: relative;
        /*top: 22px;*/
        margin: auto;
        text-align: right;
        padding-right: 20px;
        font-size: 14px;
    }

.k-popup {
    direction: rtl;
}

.k-upload-button span {
    direction: rtl;
}

.k-upload-empty {
    margin-bottom: 4px;
}

.k-upload .k-upload-files .k-upload-status {
    position: absolute;
    right: 0rem;
    top: -0.2rem;
}
/* end kendo*/
