﻿/*#region newAdminMaster*/
body {
    background-image: unset !important;
}

    body * {
        direction: rtl !important;
    }

.dir-ltr, .dir-ltr * {
    direction: ltr !important;
}

.pd-20px {
    padding: 20px;
}

.dir-ltr {
    direction: ltr !important;
}

.fixed-menubar {
    position: fixed;
    width: 24%;
    max-height: 90%;
    overflow-x: auto;
}

.hide-element {
    display: none;
}

.change-profile-image-small {
    width: 45px !important;
    position: relative;
    z-index: 1;
}

.change-size {
    max-width: 60px !important;
    text-align: right !important;
}

.header-main {
    width: 100%;
    height: 70px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background-color: #428BCA;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.header-container {
    height: 100%;
    width: 100%;
    padding: 5px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-right,
.header-center,
.header-left {
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
}

.header-spliter {
    flex: 0 0 50%;
    max-width: 50%;
}

    .header-spliter:first-child {
        text-align: right;
    }


.container-custom {
    padding-left: 10px;
    padding-right: 0;
    padding-top: 70px;
}

.header-site {
    width: 100% !important;
}

.header-content {
    width: 100% !important;
}

.header-title {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100% !important;
    padding-top: unset !important;
}

    .header-title h2,
    .header-title a {
        display: inline-block;
        width: 100%;
        text-align: center;
        flex: 0 0 100%;
    }

        .header-title a * {
            display: inline-block !important;
            float: none !important;
        }

.btn-hide-container {
    width: 100%;
    padding: 10px 0;
}

.profile-info {
    padding: 10px 5px;
    width: 100%;
}

    .profile-info .profile-main {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
    }

        .profile-info .profile-main .profile-split {
            max-width: 50%;
            flex: 0 0 50%;
        }

        .profile-info .profile-main .profile-img {
            width: 85px;
            border-radius: 50%;
            border: 1px solid #eaeaea;
            padding: 10px 9px;
            text-align: left;
            display: inline-block;
        }

            .profile-info .profile-main .profile-img img {
                width: 100%;
                border-radius: 50%;
            }

.profile-exit {
    font-size: 12px;
    padding-top: 10px;
}

    .profile-exit a {
        padding-top: 20px;
        position: relative;
        transition: .5s;
        text-decoration: none !important;
        padding-right: 10px;
    }

        .profile-exit a:hover {
            text-decoration: none !important;
            color: #BABAB6 !important;
        }

        .profile-exit a:before {
            font-family: FontAwesome;
            content: "\f08b";
            position: absolute;
            top: 13px;
            right: -18px;
            font-size: 25px;
        }

.profile-info .profile-main .profile-split > div > div:first-child {
    font-size: 10px;
    text-align: right;
}


.btn-hide-menu {
    width: auto;
    height: auto;
    padding: 5px 10px;
    border: 1px solid #ddd;
    opacity: .5;
    display: inline-block;
    border-radius: 50%;
    transition: .5s;
    cursor: pointer;
    color: #fff;
}

    .btn-hide-menu:hover {
        opacity: 1;
    }

    .btn-hide-menu::after {
        font-family: FontAwesome;
        content: "\f0c9";
        font-size: 15px;
    }

.header-menu {
    width: 100% !important;
    text-align: center !important;
}

.menu-navbar {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: right;
}

.toggle-menu {
    max-width: 50px !important;
    flex: 0 0 50px !important;
}


    .toggle-menu .navbar-header a:hover,
    .toggle-menu .navbar-content .navbar-header button:hover,
    .toggle-menu .navbar-content.card:hover {
        z-index: 2;
    }


.navbar-content .navbar-header button,
.navbar-content .navbar-header a {
    border-radius: unset;
    text-align: right;
    padding: 10px 50px 10px 10px;
    border: 1px solid rgba(0,0,0,.125);
    font-size: 13px;
    width: 100%;
    position: relative;
}

.navbar-content:first-child .navbar-header a {
    color: #fff;
    background-color: #8f8f8f;
    padding-right: 50px;
    position: relative;
    width: 100%;
}

    .navbar-content:first-child .navbar-header a:before {
        content: "\f015";
        font-family: "FontAwesome";
        color: #fff;
        position: absolute;
        right: 10px;
        top: 0px;
        font-size: 25px;
    }

.toggle-menu .menu-navbar a {
    width: 226px;
}

.toggle-menu .accordion {
    width: 226px;
}

.toggle-menu .navbar-content:first-child .navbar-header a {
    width: 226px;
}

.navbar-content a {
    text-decoration: unset;
    display: block;
}

.navbar-content .navbar-header a:hover,
.navbar-content .navbar-header button:hover {
    background-color: #fbfbfb;
}

.navbar-content:first-child .navbar-header a:hover {
    background-color: #8f8f8f;
}

.btn-custom {
    background-color: #fff;
    color: #8f8f8f;
    position: relative;
}

    .btn-custom:after {
        font-family: "FontAwesome";
        content: "\f106";
        margin-left: 15px;
        font-size: 15px;
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

    .btn-custom.collapsed:after {
        content: "\f107";
    }

.btn-custom-first:after {
    content: unset;
}

.navbar-content .card-body {
    padding: 10px 5px;
    border-radius: unset !important;
    background-color: #fbfbfb;
}

    .navbar-content .card-body a,
    .navbar-content .card-body button {
        text-align: right;
        padding: 5px 35px 5px 10px;
        font-size: 12px;
        position: relative;
    }

.navbar-content .navbar-content .navbar-header button {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-content .navbar-content .card-body a,
.navbar-content .navbar-content .card-body button {
    padding: 5px 40px 5px 10px;
}

.navbar-content .navbar-content:last-child .card-body {
    border-bottom: 1px solid #eeeeee;
}

.navbar-content .card-body a:hover,
.navbar-content .card-body a.active {
    text-decoration: unset;
    background-color: #FDFDFD;
    color: #AFAFAF;
}

/*#region Icons */

.navbar-content .navbar-header button:before,
.navbar-content .navbar-header a:before,
.card-body a:before,
.card-body button:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 20px;
    color: #428bac;
    right: 10px;
    top: 50% !important;
    transform: translateY(-50%);
}

.user-icon:before {
    content: "\f007";
}

.classes-icon:before {
    content: "\f0ea";
}

.langguagesusers-icon:before {
    content: "\f2ba";
}

.teachers-icon:before {
    content: "\f0c0";
}

.teacher-role-icon:before {
    content: "\f044";
}

.message-icon:before {
    content: "\f003";
}

.send-icon:before {
    content: "\f0e6";
}

.resave-icon:before {
    content: "\f086";
}

.more-icon:before {
    content: "\f0ae";
}

.parameter-icon:before {
    content: "\f085";
}

.create-class-icon:before {
    content: "\f044";
}

.create-term-icon:before {
    content: "\f0db";
}

.create-term-gharardad-icon:before {
    content: "\f0f6";
}

.file-uploaded-icon:before {
    content: "\f15b";
}

.terms-tafkik-icon:before {
    content: "\f08e";
}

.archive-icon:before {
    content: "\f187";
}

.percent-icon:before {
    content: "\f295";
}

.users-icon:before {
    content: "\f0c0";
}

.create-user-icon:before {
    content: "\f234";
}

.money-icon:before {
    content: "\f0d6";
}

.money-users-icon:before {
    content: "\f182";
}

.bedehkar-icon:before {
    content: "\f278";
}

.gozaresh-icon:before {
    content: "\f0f1";
}

.address-icon:before {
    content: "\f201";
}

.eye-icon:before {
    content: "\f06e";
}

.lock-icon:before {
    content: "\f023";
}

.law-icon:before {
    content: "\f0a5";
}

.text-icon:before {
    content: "\f212";
}

.map-icon:before {
    content: "\f041";
}

.code-icon:before {
    content: "\f042";
}

.fasl-icon:before {
    content: "\f047";
}

.clock-icon:before {
    content: "\f017";
}

.news-icon:before {
    content: "\f1ea";
}

.product-icon:before {
    content: "\f0f8";
}

.verify-icon:before {
    content: "\f00c";
}

.riz-icon:before {
    content: "\f0c6";
}

.status-icon:before {
    content: "\f2cb";
}

.table-icon:before {
    content: "\f0ce";
}

.create-table-icon:before {
    content: "\f0f7";
}

.calculate-iconn:before {
    content: "\f1ec";
}

.cancel-icon:before {
    content: "\f00d";
}

.change-icon:before {
    content: "\f09d";
}

.list-icon:before {
    content: "\f03a";
}

.form-icon:before {
    content: "\f022";
}

.rizesh-icon:before {
    content: "\f198";
}

.register-icon:before {
    content: "\f25d";
}
/*#endregion Icons */

#templatemo_middle_wrapper {
    border: unset !important;
    padding: 70px 0 10px !important;
    margin: 0 !important;
    background-color: transparent !important;
}

#templatemo_middle {
    padding: 0 !important;
}

.content_box_wrapper {
    border: unset !important;
    border-radius: 5px;
}

.content_box {
    background-image: unset !important;
}

#content_box_wrapper {
    border: unset !important;
}

.content_box {
    box-shadow: unset !important;
}


.login-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 45px;
    display: flex;
    align-content: center;
}

#login {
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
}

    #login > p {
        margin: 0 !important;
        width: 100%;
        height: 100%;
        padding: 5px;
    }

        #login > p > a {
            display: inline-block;
            width: 49%;
            color: #fff !important;
            text-align: left;
        }

            #login > p > a:first-child {
                text-align: right;
            }

    #login * {
        margin: 0 !important;
    }

.item-acccess-data ul {
    float: none !important;
    width: 100% !important;
    display: inline-block;
}

.item-acccess-data li {
    padding: 10px 5px;
    float: none !important;
    border-bottom: 1px solid #C1C1C1;
    width: 50%;
    margin-bottom: 10px !important;
    display: inline-block;
}

    .item-acccess-data li a {
        font-size: 12px;
        color: #8f8f8f;
        transition: .5s;
        padding: 0;
    }

    .item-acccess-data li img.icon {
        width: 50px;
        padding-left: 10px;
        opacity: .6;
        transition: .5s;
    }

    .item-acccess-data li a:hover {
        color: #555 !important;
    }

        .item-acccess-data li a:hover img.icon {
            opacity: 1;
        }
/*#endregion newAdminMaster*/
/*#region managerProfile*/
.table-custom {
    width: 100%;
}

    .table-custom th,
    .table-custom td {
        font-size: 12px;
        text-align: center !important;
    }

.editor-container {
    width: 100%;
}

    .editor-container .editor-content {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        flex-flow: wrap;
    }

        .editor-container .editor-content.resize-editor-content {
            width: 70%;
            margin: auto;
        }

.editor-content .editor-title {
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #888;
    width: 100%;
}

.editor-content .editor-split {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px 20px;
}

.editor-content .editor-split-center-items {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

    .editor-content .editor-split-center-items table {
        margin: unset !important;
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

        .editor-content .editor-split-center-items table tbody {
            display: flex;
            display: -ms-flexbox;
            display: -webkit-flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
        }

.editor-split-center-items table tr td label {
    padding: 0 5px;
    font-weight: unset !important;
    font-size: 12px;
}

.editor-split-center-items table tr td input[type=checkbox] {
    position: relative;
    top: 3px;
}



.editor-split .editor-split-content,
.editor-split-center-items .editor-split-content {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    font-size: 10px;
}

.editor-split-content .label-split {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    word-spacing: 0;
}

    .editor-split-content .label-split label {
        font-weight: unset
    }

    .editor-split-content .label-split.resize-label-split {
        -ms-flex: 0 0 30%;
        -webkit-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

.editor-split-content .text-split {
    -ms-flex: 0 0 80%;
    -webkit-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

    .editor-split-content .text-split.resize-text-split {
        -ms-flex: 0 0 70%;
        -webkit-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

.editor-split-content .label-split-custom {
    -ms-flex: 100%;
    -webkit-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: right;
}

.editor-split-content .text-split.table-child table {
    margin: unset !important;
}

    .editor-split-content .text-split.table-child table tbody {
        display: flex;
        display: -webkit-flex;
        display: -ms-inline-flexbox;
        display: -ms-flexbox;
        margin: 0 !important
    }

    .editor-split-content .text-split.table-child table tr {
        padding: 0 10px;
    }

        .editor-split-content .text-split.table-child table tr td label {
            padding: 0 5px;
            font-weight: unset !important;
            font-size: 12px;
        }

        .editor-split-content .text-split.table-child table tr td input[type=radio] {
            position: relative;
            top: 3px;
        }

.editor-split.editor-split-custom {
    max-width: 33.33%;
    -ms-flex: 0 0 33.33%;
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding-left: 8px;
    padding-right: 8px;
}

.bordered-bottom {
    border-bottom: 1px solid #eee;
}

.btn-container {
    padding: 10px;
    border-top: 1px solid #eee;
    width: 100%;
    text-align: left;
}

.btn-custom-allstyle {
    border-radius: 5px;
    padding: 5px 20px !important;
    background-color: #00BFD6;
    border: 1px solid #00BFD6 !important;
    color: #fff;
    transition: .2s;
    margin: 0 5px;
}

    .btn-custom-allstyle:hover,
    .btn-custom-allstyle:hover {
        opacity: .8;
        color: #fff
    }

    .btn-custom-allstyle.btn-dark {
        background-color: #8d8d8d !important;
        border-color: #888 !important;
    }

.link-custom {
    color: #00bfd6 !important;
    font-size: 13px;
    text-decoration: unset !important;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

    .link-custom:hover {
        color: #00bef7 !important;
    }

.flex-flow-column {
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
}

.font-size-14px {
    font-size: 14px;
}

.upload-file {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #ddd;
    bottom: 5px;
    right: 20px;
    padding: 5px;
    cursor: pointer;
    display: inline-block;
    transition: .3s;
}

    .upload-file img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .upload-file:hover {
        background-color: #ddd;
        border-color: #eee;
    }

    .upload-file input[type=file] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0;
        border-radius: 50%;
    }

.pd-zerro {
    padding: unset !important;
}

.upload-text {
    color: #007B17;
    font-size: 10px;
    white-space: normal;
    padding-right: 5px;
}
/*#endregion managerProfile*/
/*#region AdminHome*/
.status-url-container {
    width: 100%;
    height: auto;
    min-height: 50px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #c0c0c0;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.left-align-flex {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.top-align-flex {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
}

.status-spliter {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 60px;
    position: relative
}

.status-url-content:before {
    content: "\f015";
    font-family: "FontAwesome";
    font-size: 40px;
    padding: 5px;
    position: absolute;
    right: 14px;
    top: 5px;
    line-height: 35px;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5f5f5f;
    color: #fff;
}

.breadcrumb {
    background-color: unset !important;
    font-size: 12px;
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
}

    .breadcrumb li {
        padding-left: 0 !important;
    }

        .breadcrumb li:before {
            padding: 0 0.2rem !important;
        }

.status-text {
    font-size: 20px;
    padding-right: 1rem;
    text-align: right;
}

.date-now {
    font-size: 12px;
    color: #8d8d8d;
    text-align: left;
    padding: 0 10px;
}

.pic-profile {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    font-family: 'IRANSans-web' !important;
    padding: 20px 0;
}

.pic-container {
    width: 200px;
    height: auto;
}

.pic-contennt {
    width: 100%;
    height: 210px;
    border: 1px solid #eee;
    border-radius: 50%;
}

.pic-profile .pic-contennt img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    padding: 5px
}

.pic-container {
    font-size: 13px;
    text-align: center;
    color: #8d8d8d;
}

.tab-menu {
    -ms-flex: 50%;
    -webkit-flex: 50%;
    flex: 50%;
}

.tab-content {
    padding-right: 30px;
    padding-top: 20px;
}

.menu-header {
    padding-bottom: 15px;
}

.custom-pills {
    padding: 10px 0;
}

    .custom-pills li {
        padding: 0 10px;
        font-size: 14px;
    }

.poshtiban-xs11s23 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    min-height: 350px;
    padding: 20px 0;
}

.menu-content {
    min-height: 250px;
}

.poshtiban-content {
    width: 200px;
    height: 300px;
}

    .poshtiban-content img {
        width: 100%;
        height: 100%;
    }

    .poshtiban-content span {
        color: #8d8d8d;
    }

.create-pic {
    padding: 10px 0;
    text-align: center;
}

    .create-pic * {
        border-radius: 5px;
        width: 250px;
        display: inline-block;
        min-width: 100px;
        border-color: #eee !important;
        color: #8D8D8D !important;
        transition: .3s;
    }

        .create-pic *:hover {
            color: #8a8a8a;
            background-color: #f5f5f5;
        }

.nav-pills a {
    text-decoration: none !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    transition: .3s;
}

    .nav-pills a:hover,
    .nav-pills a.active {
        box-shadow: 0 2px 0 #428BCA;
        color: #428BCA !important;
    }
/*#endregion AdminHome*/
/*#region NewMaster*/
.custom-navbar a {
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    transition: .3s;
}

    .custom-navbar a:hover {
        box-shadow: 0 2px 0 #428BCA;
        text-decoration: none !important;
        color: #428BCA !important;
    }
/*.custom-navbar li:last-child a {
    height:33px !important;
}
.custom-navbar li:last-child a {
    padding-bottom: 10px
}*/
.dropdown .dropbtn {
    height: unset !important;
    display: unset !important;
}

.dropdown:hover .dropbtn {
    background-image: unset !important;
    height: unset !important;
    cursor: pointer;
}

.dropdown-menu-container {
    position: relative;
    width: auto;
    display: inline-block;
}

    .dropdown-menu-container > div {
        display: none;
        position: absolute;
        padding: 5px 0;
        border-top: 1px solid #42bbca;
        width: 200px;
        white-space: normal;
        max-height: 300px;
        top: 32px;
        left: 0;
        box-shadow: 0 0 13px -5px #888;
        -moz-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
        background-color: #fafafa;
        z-index: 1;
        overflow: auto;
    }

        .dropdown-menu-container > div::before {
            content: "";
            position: absolute;
            top: -15px;
            left: 50px;
            margin-left: -5px;
            border-width: 7px;
            border-style: solid;
            border-color: transparent transparent #42bbca transparent;
            z-index: 2;
        }

        .dropdown-menu-container > div a,
        .dropdown-menu-container > div input[type=button],
        .dropdown-menu-container > div input[type=submit] {
            color: #8d8d8d;
            padding: 10px 10px;
            border: none;
            border-bottom: 1px solid #dedede;
            display: block;
            text-align: right;
            width: 100%;
            border-radius: unset;
            background-color: transparent;
            white-space: normal;
        }

            .dropdown-menu-container > div a:hover,
            .dropdown-menu-container > div input[type=button]:hover,
            .dropdown-menu-container > div input[type=submit]:hover,
            .dropdown-menu-container > div a:active,
            .dropdown-menu-container > div input[type=button]:focus,
            .dropdown-menu-container > div input[type=submit]:focus {
                color: #8a8a8a !important;
                background-color: #f5f5f5;
                border: none;
                border-bottom: 1px solid #dedede;
            }

    .dropdown-menu-container:hover > div,
    .dropdown-menu-container a:active > div {
        display: block !important;
    }

.change-dropdown {
    text-align: right;
    display: flex;
    max-width: -moz-fit-content;
    max-width: max-content;
    align-items: center;
}

    .change-dropdown a {
        padding: 10PX;
    }

    .change-dropdown:after {
        content: "\f053";
        font-size: 15PX;
        color: #8d8d8d;
        font-family: FontAwesome;
        position: relative;
        top: 2px;
        cursor: pointer;
    }

    .change-dropdown div {
        top: -48px;
        left: -200px;
    }

    .change-dropdown > div::before {
        border-color: transparent transparent transparent #42bbca;
        top: 48%;
        right: -15px;
        left: unset;
        transform: translateY(-50%);
    }


/*#endregion NewMaster*/
.resize-list {
    width: 20% !important;
}

.bg-white {
    scrollbar-base-color: #fff;
}

.pd-right-zerro {
    padding-right: 0 !important;
}
/*#region date-picker*/
.change-position {
    left: 0;
    top: 20px;
}
/*#endregion date-picker*/

.table-parent-custom {
    overflow: auto;
    width: 100%;
    text-align: center;
}

    .table-parent-custom table {
        margin: auto;
    }

        .table-parent-custom table th {
            padding: 5px 20px;
            max-width: unset !important;
            font-size: 14px !important;
            white-space: nowrap;
            text-align: center;
        }

            .table-parent-custom table th a {
                white-space: nowrap;
            }

        .table-parent-custom table tr td {
            text-align: center;
            white-space: nowrap;
            padding-right: 10px;
            padding-left: 10px;
        }

        .table-parent-custom table tr:not(:first-child):nth-child(odd) {
            background-color: #eee !important;
        }

.change-child-tablestyle table {
    margin: 0 !important;
}

    .change-child-tablestyle table td,
    .change-child-tablestyle table td input {
        width: 100% !important;
    }


.label-custom {
    margin: 0;
    margin-left: 15px;
    color: #8d8d8d;
    font-size: 14px;
}

.table-child-margin-zerro table {
    margin: unset !important;
}

.btn-main-notcolor {
    border-radius: 5px;
    padding: 5px 20px !important;
    font-size: 14px;
    transition: .3s;
}

.btn-gray {
    border: 1px solid #888;
    background-color: #8d8d8d;
    color: #fff;
}

    .btn-gray:hover {
        background-color: #888;
    }

.btn-green {
    border: 1px solid #11b025;
    background-color: #00bc24;
    color: #fff;
}

    .btn-green:hover {
        background-color: #11b025;
    }

.btn-red {
    border: 1px solid #bc0024;
    background-color: #b01125;
    color: #fff;
}

    .btn-red:hover {
        background-color: #bc0024;
    }

.btn-blue {
    background-color: #00BFD6;
    border: 1px solid #00BFD6 !important;
    color: #fff;
}

    .btn-blue:hover {
        background-color: #00aFD6;
    }

.right-align-flex {
    justify-content: flex-start;
}

.m-b-5px {
    margin-bottom: 5px;
}

th, th a, td, td a {
    font-size: 13px !important;
}

td {
    color: #888;
}

.font-size-11px {
    font-size: 11px
}

.table-resize > table {
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

    .table-resize > table tr td input[type=text] {
        width: 100% !important;
    }

.ruButton.ruBrowse, .RadButton_Bootstrap {
    padding: 8px;
    height: auto !important;
    font-size: 12px;
    font-family: 'IRANSans-web' !important;
}

.table-responsive tr, .rgRow, .rgAltRow {
    font-family: 'IRANSans-web' !important;
}

.rgNoRecords td div {
    text-align: right !important;
}

.rgEditForm {
    float: right;
}

    .rgEditForm td {
        color: #fff;
    }

.RadGrid_WebBlue .rgMasterTable .rgSelectedCell, .RadGrid_WebBlue .rgSelectedRow {
    background: #0096C9 !important;
}

.rgSelectedRow td {
    color: #fff !important;
}

.header-spliter img {
    height: 60px;
}

.rgEditForm td {
    color: #000;
    text-align: right;
    direction: rtl;
}

th.rgHeader, th.rgHeader a {
    text-align: center !important;
    color: white !important;
}

.rgRow td {
    color: #000;
}

.rgAltRow td {
    color: #000;
}


/*#region Change-Password*/
/*#endregion Change-Password*/
/*#region Responsive CSS Code*/
/*#region Large Display*/
@media only screen and (min-width: 1400px) {
}
/*#endregion Large Display*/
/*#endregion Responsive CSS Code*/

@media only screen and (max-width: 600px) {
    .btn-hide-container {
        display: none;
    }

    .header-right, .header-left, .header-center {
        width: auto !important;
    }

    .status-spliter {
        min-width: 100% !important;
    }
}

.col-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}