body.rtl {
}

.rtl {
    direction: rtl;
}

.fy {
}

.rtl ul {
    padding: 0;
}

.rtl.ls-closed .sidebar {
    margin-right: -300px;
}

.rtl.overlay-open .sidebar {
    margin-right: 0;
}

.rtl.ls-toggle-menu .sidebar {
    margin-right: -300px;
}

.rtl.ls-toggle-menu section.content {
    margin-right: 0px;
}

.rtl section.content {
    margin: 55px 265px 15px 15px;
}

.rtl .right-sidebar {
    left: -300px;
}

    .rtl .right-sidebar.open {
        left: 0;
        right: auto;
    }

.rtl .sidebar {
    font-family: 'iranyekan', 'Vazir';
    right: 0;
    left: auto;
}

.rtl .dropdown-menu .header {
    text-align: center;
}

.rtl .dropdown-menu ul.menu.tasks h4 small {
    float: left;
}

.rtl .dropdown-menu ul.menu .menu-info {
    margin-right: 10px;
    margin-left: 0;
    text-align: right;
}

.rtl .dropdown-menu ul.menu li a {
    text-align: right;
}

.rtl .navbar-nav > li {
    float: right;
}

    .rtl .navbar-nav > li > a {
        margin-left: 0;
    }

.rtl .navbar .navbar-header {
    font-family: 'iranyekan', 'Vazir';
    float: right;
    padding-right: 15px;
    padding-left: 0;
}

    .rtl .navbar .navbar-header .navbar-brand {
        font-family: 'iranyekan', 'Vazir';
        margin-right: 30px;
        margin-left: 15px;
    }

.rtl .navbar .navbar-right {
    float: left !important;
    padding: -1px 0px 13px 15px;
}

    .rtl .navbar .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
        text-align: right;
    }

.rtl .navbar .navbar-left {
    padding: 18px 15px 13px 0px;
}

    .rtl .navbar .navbar-left .dropdown-menu {
        left: auto;
    }

        .rtl .navbar .navbar-left .dropdown-menu .menu li a {
            text-align: center;
        }

.rtl .navbar .dropdown-menu {
    margin-left: 0;
}

.rtl .sidebar .user-info .image {
    margin-right: 0;
}

.rtl .sidebar .user-info .info-container .user-helper-dropdown {
    left: -3px;
    right: auto;
}

    .rtl .sidebar .user-info .info-container .user-helper-dropdown .dropdown-menu {
        left: 0;
        right: auto;
    }

.rtl .sidebar .menu .list .ml-menu, .rtl .sidebar .menu .list .toggled {
    border-right: 3px solid;
    border-left: none !important;
}

.rtl .sidebar .menu .list .menu-toggle::before, .rtl .sidebar .menu .list .menu-toggle::after {
    left: 17px;
    right: auto;
}

.rtl .sidebar .menu .list a {
    border-right: 3px solid transparent;
    border-left: none;
}

    .rtl .sidebar .menu .list a span {
        margin: 0 12px 0 0;
    }

.rtl .sidebar .menu .list .ml-menu li a {
    padding-right: 30px;
    padding-left: 13px;
    border-right: 3px solid transparent;
}

    .rtl .sidebar .menu .list .ml-menu li a:before {
        content: '\f2ea';
        left: auto;
        right: 8px;
    }

.rtl .sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle):before {
    content: '\f2ea';
    left: auto;
    right: 8px;
}

.rtl .right-sidebar .choose-skin li span {
    right: 5px;
    left: auto;
}

.rtl .right-sidebar #chat .right_chat ul .media .media-object {
    margin-left: 10px;
    margin-right: 0px;
}

.rtl .right-sidebar #chat .right_chat ul .media .status {
    right: 29px;
    left: auto;
}

.rtl .right-sidebar #settings .setting-list li .switch {
    left: 5px;
    right: auto;
}

.rtl .card .header .header-dropdown {
    right: auto;
    left: 12px;
}

    .rtl .card .header .header-dropdown ul.dropdown-menu {
        left: 0;
        right: auto;
    }

.rtl .widget_2 li {
    border-left: 1px solid #eee;
    border-right: none;
}

    .rtl .widget_2 li .text-right {
        text-align: left !important;
    }

    .rtl .widget_2 li .text-small {
        font-size: 14px;
    }

.rtl #line_chart {
    height: 375px !important;
}

.rtl .table thead tr th, .rtl .table thead tr td {
    text-align: center;
    color: #525252;
    font-weight: 100;
}

@media screen and (max-width: 1169px) {
    .rtl section.content {
        margin-right: 15px;
    }

    .rtl.ls-closed .bars:after, .rtl.ls-closed .bars:before {
        right: 0px;
        left: auto;
    }

    .rtl .navbar > .container .navbar-brand, .rtl .navbar > .container-fluid .navbar-brand {
        margin-right: 20px;
        margin-left: 0;
    }
}

.divparent {
    border: 1px none #e4e4e4;
    background-color: #fff;
    margin-top: 20px;
    padding-bottom: 6px;
}

.parent {
    border-style: none none solid none;
    border-width: 1px;
    border-color: #e9e9e9;
    text-align: right;
    padding: 10px 5px 5px 5px;
    color: #4d585f;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 3px;
}

    .parent:hover {
        background-color: #e4e4e4;
        transition: all linear 0.3s;
        color: #666666;
    }

    .parent span i {
        padding: 5px;
        margin: 0px 3px 3px 3px;
        float: left !important;
        color: #4e8fa2;
        font-size: 15px !important;
    }

        .parent span i:hover {
            padding: 5px;
            margin: 0px 3px 3px 3px;
            float: left !important;
            color: #ff6a00;
            font-size: 15px !important;
            transition: all linear 0.3s;
        }

.child1 {
    margin: 5px 6px 5px 6px;
    border-style: none none solid none;
    border-width: 1px;
    text-align: right;
    padding: 7px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    text-indent: 25px;
    background-color: #FFFFFF;
    border-top-color: #e6e6e6;
    border-right-color: #e6e6e6;
    border-bottom-color: #e6e6e6;
    border-left-color: #e6e6e6;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
}

    .child1:hover {
        background-color: #eee;
        transition: all linear 0.3s;
    }

    .child1 span i {
        margin: 3px -2px 3px -2px !important;
        float: left !important;
        color: #4e8fa2;
        font-size: 15px !important;
        margin: 3px -2px 3px -2px;
        float: left !important;
        color: #666666 !important;
        font-size: 15px !important;
    }

        .child1 span i:hover {
            margin: 3px -2px 3px -2px !important;
            float: left !important;
            color: #ff6a00 !important;
            font-size: 15px !important;
            transition: all linear 0.3s !important;
        }

    .child1:active {
        background-color: #000;
        transition: all linear 0.3s;
    }

@media screen and (max-width: 767px) {
    .rtl.ls-closed .bars:after, .rtl.ls-closed .bars:before {
        margin-right: 0;
    }
}

.drop {
    border: 1px solid #e4e4e4 !important;
    background-color: #f9f9f9 !important;
    color: #333333 !important;
    width: 100px !important;
    height: 40px !important;
    display: inline-block !important;
    position: relative;
    top: -40px;
    right: -1px;
    z-index: 100;
    margin-bottom: -65px;
    font-size: 13px;
}

.drop1 {
    border: 1px solid #e4e4e4 !important;
    background-color: #f9f9f9 !important;
    color: #333333 !important;
    width: 70px !important;
    height: 40px !important;
    display: inline-block !important;
    position: relative;
    top: -40px;
    right: -1px;
    z-index: 100;
    margin-bottom: -65px;
    font-size: 12px;
}

.drop2 {
    border: 1px solid #e4e4e4 !important;
    background-color: #f9f9f9 !important;
    color: #333333 !important;
    width: 100px !important;
    height: 40px !important;
    display: inline-block !important;
    position: relative;
    top: -40px;
    right: -1px;
    z-index: 100;
    margin-bottom: -65px;
    font-size: 13px;
    width: 70px !important;
}

.drop3 {
    border: 1px solid #e4e4e4 !important;
    background-color: #f9f9f9 !important;
    color: #333333 !important;
    width: 80px !important;
    height: 40px !important;
    display: inline-block !important;
    position: relative;
    top: -40px;
    right: -1px;
    z-index: 100;
    margin-bottom: -65px;
    font-size: 12px;
}

.drop4 {
    border: 1px solid #e4e4e4 !important;
    background-color: #f9f9f9 !important;
    color: #333333 !important;
    width: 200px !important;
    height: 40px !important;
    display: inline-block !important;
    position: relative;
    top: -40px;
    right: -1px;
    z-index: 100;
    margin-bottom: -65px;
    font-size: 13px;
}

#lblError, #lblMessage {
    background-position: center 250px;
    font-size: 15px;
    height: 100%;
    position: fixed;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    top: 0;
    right: 0;
    z-index: 1001;
    padding-top: 305px;
    transition: all linear .4s;
    border-radius: 5px;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

#lblMessage {
    background-image: url('../../../img/vera.png');
}

#lblError {
    background-image: url('../../../img/error.png');
}

.Grid {
    border: 2px solid #e4e4e4;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
}


    .Grid td {
        padding: 1px;
        border: 1px dashed #e4e4e4;
        background-color: #f9f9f9;
        color: #333333;
        font-size: 10pt;
        line-height: 200%;
        text-decoration: none;
        vertical-align: top;
    }



        .Grid td img:hover {
            transition: all linear 0.3s;
            transform: scale(1.2);
        }

    .Grid th {
        border-style: none;
        border-width: 0px;
        background-color: #FB5240;
        color: White;
        font-size: 10pt;
        line-height: 200%;
        text-decoration: none;
        padding-top: 10px;
    }

    .Grid tr:hover td {
        background-color: rgb(241, 241, 241);
        color: #333333;
    }

.Grid1 {
    border-style: none;
    text-align: center;
    border-radius: 4px;
}

.Grid tr:first-child td {
    padding: 5px;
    background-color: #4dc3ef;
    color: #fff;
}

.colorforfff {
    color: #fff !important;
    width: 0px !important;
    max-width: 0px !important;
    display: none;
}

.flt_right {
    float: right !important;
}

.flt_left {
    float: left !important;
}

.panel_bg_with {
    background-color: #fff;
    padding: 15px;
    display: block;
    margin-bottom: 10px;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.imghover1 {
    margin-top: 15px;
    padding: 3px;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
    border: 1px solid rgba(228, 228, 228, 0.70);
    cursor: pointer;
    /* padding-bottom: 15px !important; */
}

.text_like {
    color: #3d465a;
    font-size: 12px;
    border-bottom: solid 1px #e1e1e1;
    padding-bottom: 10px;
    padding-top: 5px;
    margin-bottom: 10px;
    position: relative;
}

.price_like {
    color: #4CAF50;
    font-size: 14px;
}

.bgf5f6fb {
    background-color: #f5f6fb;
    border-radius: 10px;
    margin: 0px;
    margin-bottom: 15px;
}

.paging_btn_circle {
    padding: 7px !important;
    font-size: 15px !important;
    border-radius: 25px;
}

.input_grid_pageng {
    border: solid 1px #e1e1e1;
}

.max-wid-pag {
    max-width: 65px;
    outline: none;
}

.bg_box_translate {
    padding: 15px;
    background-color: #f8f8f8;
    height: auto;
    text-align: left;
    direction: ltr;
    margin-top: 10px;
    display: block;
    border-radius: 7px;
    box-shadow: 0 3px 6px -5px black;
}

.bg_box_translate_rtl {
    padding: 15px;
    background-color: #f8f8f8;
    height: auto;
    text-align: right;
    direction: rtl;
    margin-top: 10px;
    display: block;
    border-radius: 7px;
    box-shadow: 0 3px 6px -5px black;
}

.b_w_l {
    text-align: left;
    white-space: unset;
    padding: 5px 15px;
    direction: ltr;
    margin: 5px;
    line-height: 1.5;
    border-radius: 15px;
}

.b_w_r {
    text-align: right;
    white-space: unset;
    padding: 5px 15px;
    direction: rtl;
    margin: 5px;
    line-height: 1.5;
    border-radius: 15px;
}

.dir_ltr {
    direction: ltr !important;
}

.page_mx_45 {
    max-width: 45px !important;
    text-align: center !important;
}

.font_page {
    font-size: 12px !important;
}

.font_size12 {
    font-size: 12px !important;
}

.pageing_bg {
    border-radius: 10px !important;
    background-color: #f9f9f9 !important;
    padding: 8px 0px !important;
    margin: 0px !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}

.imghover1 a img {
    display: block !important;
    width: 100% !important;
    /* margin-bottom: 7px; */
    height: 250px;
}

.imghover1 a:hover {
    text-decoration: none;
}

.text_like_cart {
    color: #3d465a;
    font-size: 13px;
    border-bottom: solid 1px #e1e1e1;
    padding-bottom: 7px;
    padding-top: 15px;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
}

    .text_like_cart small {
        text-align: left;
        font-size: 85%;
        position: absolute;
        top: 16px;
        font-weight: 900;
        left: 1px;
        color: #4CAF50;
    }

.paging_btn_circle_music {
    padding: 7px 11px !important;
    font-size: 15px !important;
    border-radius: 25px;
}

.text_like_cart_span {
    text-align: left;
    font-size: 86%;
    font-weight: 900;
    display: block;
    margin-bottom: 10px;
    color: #4CAF50;
}

.story_show {
    max-height: 355px !important;
    overflow: auto;
    min-height: 3px;
}

@media screen and (max-width: 991px) {
    .story_show {
        max-height: 500px !important;
        overflow: auto;
        min-height: 3px;
    }

    .story_show {
        width: 330px;
        margin: auto;
    }

    .font_page {
        margin-top: 5px;
    }

    .pageing_bg div {
        text-align: center !important;
        margin-top: 8px;
    }

    .input-group-text, select.form-control:not([size]):not([multiple]), .form-control:not(.form-control-sm):not(.form-control-lg) {
        font-size: 11px;
        padding: 10px 10px;
        height: 42px;
        line-height: 2.5 !important;
    }

    .table thead th {
        padding: 0 5px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 12px;
    }

    .table-responsive > .table-bordered {
        min-width: 600px;
    }
}

.mCSB_container .collapse.show {
    background-color: #0e325f !important;
}

.side-menu ul li ul li {
    background-color: #082344
}
