body {
    font-family: IRANSans, Tahoma, serif;
}
.error-custom ul {
    padding-right: 3px;
    list-style: none;
    font-size: 12px;
}

.paging_simple_numbers {
    direction: ltr !important;
}

.destroy-margin {
    margin: 0 !important;
}

.custom-actions select {
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .95rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.fa-pull-right-custom select {
    float: right;
    padding-top: 2px;
}

.en-direction {
    direction: ltr;
}

.hidden {
    display: none;
}

.selected {
    color: #ffffff;
    font-weight: bold;
}

.selected a {
    color: #ffffff;
    font-weight: bold;
}

.filter-selected {
    border-left: none;
    border-right: 5px solid #6c757d;
    color: #383d41;
    background-color: #e2e3e5;
    position: relative;
    padding: 0.35rem 0.25rem;
    margin-bottom: 0.5rem;
    border-radius: 5px;
}

.dataTables_paginate {
    direction: ltr;
}

#order-table_wrapper .bottom {
    display: flex;
    justify-content: space-between;
}

.dataTables_length {
    padding-top: 0.55em;
}

@media only screen and (max-width: 991px) {
    #order-table_wrapper .bottom {
        display: block;
    }

    .pagination {
        display: contents;
    }
}

.DTE_Field_InputControl input[type="text"] {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.95rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.DTE_Field_InputControl input[type="text"]:focus {
    color: #495057;
    background-color: #fff;
    border-color: #c0ddff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(64, 153, 255, 0.25);
}

.paging_full_numbers {
    direction: rtl;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-radius: 0 0 0 0;
}

.page-item:last-child .page-link {
    border-radius: 0 0 0 0;
}

.table td, .table th {
    white-space: normal !important;
}

.table thead tr th:nth-child(2) {
    min-width: 200px !important;
}

#order-table tfoot {
    position: absolute;
    display: contents;
}

.card-body .dt-responsive {
    overflow-y: hidden !important;
}

div.dataTables_wrapper div.dataTables_processing {
    z-index: 999;
}

.DTED_Lightbox_Background {
    z-index: 9999 !important;
}

.DTED_Lightbox_Wrapper {
    z-index: 99999 !important;
}

.DTED_Lightbox_Close {
    right: inherit !important;
    left: 19px !important;
}

div.DTE div.DTE_Processing_Indicator {
    top: 50% !important;
    right: 50% !important;
}

.edit-icon {
    float: left;
    cursor: pointer;
    margin-top: 5px;
}

.like-form-control {
    border: 1px solid #ced4da !important;
    border-radius: 5px !important;

}

.dataTables_processing {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4;
    box-shadow: 0 0 5px 0 #00bcd4;
}

.datetime .form-control {
    margin-top: 5px;
}

.form-group .datetime {
    display: flex;
}

.datetime .form-control {
    margin: -3px 0 0 10px;
}

.clear-both {
    clear: both;
}

.calendar-time {
    direction: ltr;
    padding-right: 28px;
}

.calendar-time .form-control {
    display: initial !important;
    padding: 0 !important;
}

.form-control {
    padding-top: 0;
    padding-bottom: 0;
}

.form-group .datetime input:last-child {
    margin-left: 0 !important;
}

.modal-header .close {
    padding: 17px 10px;
    outline: 0 auto -webkit-focus-ring-color;
}

.modal-header {
    padding: 10px 25px;
}

#order-table .form-control {
    padding: 0.3rem 0.3rem;
}

.invalid-feedback {
    display: block !important;
}
.field-get_user_id,.field-get_comment,input[name="username"],input[name="email"] {
    direction: ltr;
}