﻿
@font-face {
    font-family: 'IRANSans-web';
    src: url(IRANSans-Bold-web.eot);
    src: url(/Fonts/iransans/IRANSans-Bold-web.eot?#iefix) format("eot"), url(/Fonts/iransans/IRANSans-Bold-web.woff2) format("woff2"), url(/Fonts/iransans/IRANSans-Bold-web.woff) format("woff"), url(/Fonts/iransans/IRANSans-Bold-web.ttf) format("ttf");
    font-weight: 700
}

@font-face {
    font-family: 'IRANSans-web';
    src: url(IRANSans-web.eot);
    src: url(/Fonts/iransans/IRANSans-web.eot?#iefix) format("eot"), url(/Fonts/iransans/IRANSans-web.woff2) format("woff2"), url(/Fonts/iransans/IRANSans-web.woff) format("woff"), url(/Fonts/iransans/IRANSans-web.ttf) format("ttf");
    font-weight: 400
}
/*#region newAdminMaster*/
body {
    background-image: unset !important;
    font-family: myfont !important;
}


    body * {
        direction: rtl !important;
    }

.dir-ltr, .dir-ltr * {
    direction: ltr !important;
}

.pd-20px {
    padding: 20px;
}

.p-r-10px {
    padding-right: 10px;
}

.m-top-20px {
    margin-top: 20px;
}

.text-red {
    color: #bc0024;
}

.overflow-hidden {
    overflow: hidden !important;
}

.dir-ltr {
    direction: ltr !important;
}

.container {
    max-width: 100%;
}

.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;
        color: #888;
    }

        .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;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
}

    .navbar-content .card-body a,
    .navbar-content .card-body button {
        text-align: right;
        padding: 5px 35px 5px 10px;
        font-size: 12px;
        position: relative;
        color: #777;
    }

.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%);
}

.dropdown-icon:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 22px;
    color: #8d8d8d;
    padding-right: 15px;
}

.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%;
        -ms-flex-flow: wrap;
        -webkit-flex-flow: wrap;
        flex-flow: wrap;
    }

        .editor-container .editor-content.resize-editor-content {
            width: 70%;
            margin: auto;
        }

        .editor-container .editor-content.flex-flow-column {
            -ms-flex-flow: column;
            -webkit-flex-flow: column;
            flex-flow: column;
        }

.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;
    text-align: right;
}

.editor-split .img-container {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    padding: 15px;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.editor-split .img-content {
    max-width: 30%;
    -ms-flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%;
    position: relative;
    border: 1px solid #eee;
    margin: 5px;
    padding: 5px;
    height: 90px;
}

    .editor-split .img-content img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }

    .editor-split .img-content video {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }

    .editor-split .img-content i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: none;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
        background-color: #000;
        padding: 2.5px;
    }

    .editor-split .img-content:hover i {
        display: inline-block;
    }

.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.flex-flow-column{
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
}*/

.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.fullsize-label-split {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .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.fullsize-text-split {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

.text-split select {
}

.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;
}

.editor-content .editor-main {
    width: 80%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    padding: 15px;
}

.editor-main .editor-header {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
    color: #666;
    font-size: 25px;
    font-weight: bold;
}

.editor-list-add {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: center;
    align-items: center;
}

.editor-history {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #cff0ff;
    color: #2185d0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px;
    width: 100%;
    margin-top: 15px;
}

    .editor-history i {
        opacity: .8;
        -moz-transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
        cursor: pointer
    }

        .editor-history i:hover {
            opacity: 1;
        }

    .editor-history span {
        font-size: 17px;
    }

    .editor-history button[type=button] {
        background-color: #2185d0;
        color: #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 4px 20px;
        border: none;
        -moz-transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .editor-history button[type=button]:hover {
            opacity: .8;
        }

.editor-main .editor-list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    background-color: #fff;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px;
    width: 100%;
    margin-top: 15px;
}

.editor-list .editor-item:not(.reverce-item) {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 2px solid #ededed;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    color: #888;
    cursor: pointer;
}

    .editor-list .editor-item:not(.reverce-item) i {
        display: none;
        -moz-transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 30px;
        color: #444;
    }

.reverce-item {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 3px solid #ddd;
    padding: 15px;
    cursor: pointer;
}

    .reverce-item i {
        padding-left: 25px;
        font-size: 45px;
        margin-left: 25px;
        border-left: 1px solid #ddd;
        color: #8d8d8d;
    }

.loading-container {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 300px;
}

    .loading-container img {
        width: 100px;
        height: 100px;
    }

.select-category {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 35px 30px;
    background-color: #fff;
    color: #8d8d8d;
    border: 1px solid #ddd;
    cursor: pointer;
}

    .select-category:hover {
        background-color: #fafafa;
    }

    .select-category button {
        border: none;
        background-color: transparent;
        color: #bc0024;
    }

.editor-list .editor-item:last-child {
    border-bottom: unset;
}

.editor-list .editor-item:hover,
.reverce-item:hover {
    background-color: #fafafa;
}

.editor-list .editor-item:not(.reverce-item):hover i {
    display: inline-block;
}

#ContentPlaceHolder1_txtPrice {
    margin-top: 10px;
}

.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:not(:disabled),
    .btn-custom-allstyle:focus:not(:disabled) {
        opacity: .8;
        color: #fff
    }

    .btn-custom-allstyle:disabled {
        background-color: #aaa;
        cursor: not-allowed;
        border-color: #aaa !important;
    }

    .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;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    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%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .upload-file.upload-file-custom {
        width: 100px;
        height: 100px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #fff;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-flow: column;
        -webkit-flex-flow: column;
        flex-flow: column;
    }

        .upload-file.upload-file-custom i {
            font-size: 33PX;
            color: #888;
        }

    .upload-file:hover {
        background-color: #ddd;
        border-color: #eee;
    }

    .upload-file.upload-file-custom:hover {
        background-color: #f5f5f5;
        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;
    display: unset ;
}*/

/*.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 !important;
}

    .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 !important;
}

    .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;
    }

.ch-custom {
    font-size: 18px;
}

    .ch-custom > label {
        margin-bottom: 0;
    }

        .ch-custom > label:not(:last-child) {
            width: 20px;
            height: 20px;
            position: relative
        }

    .ch-custom input[type=checkbox] {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

        .ch-custom input[type=checkbox] + i {
            display: inline-block;
            width: 100%;
            height: 100%;
            background-color: #f5f5f5;
            border: #ddd;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            position: relative;
            text-align: center;
            cursor: pointer;
        }

        .ch-custom input[type=checkbox]:checked + i {
            background-color: #00bfd6
        }

            .ch-custom input[type=checkbox]:checked + i:after {
                position: absolute;
                right: 3px;
                top: -3px;
                font-family: FontAwesome;
                font-size: 17px;
                content: "\f00c";
                color: #fff;
            }

    .ch-custom > a {
        padding-right: 5px;
        color: #bc0024;
        opacity: .9
    }

        .ch-custom > a:hover {
            background-color: unset;
            text-decoration: none;
            opacity: 1;
        }

    .ch-custom > label:not(:first-child) {
        padding-right: 5px;
        font-size: 18px;
        color: #888;
        cursor: pointer;
        font-weight: bold;
    }
/*#region Change-Password*/
/*This Site WebDesign*/
.navbar-brand {
    text-align: center;
    margin: 0 !important;
}

.nav-bar-custom {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
}

.nav-button {
    display: none;
}

.list-connect {
    width: 100%;
}

    .list-connect ul {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0;
        padding: 0;
        height: 100%;
        text-align: center;
    }

        .list-connect ul li {
            list-style: none;
            -ms-flex: 0 0 33.33%;
            -webkit-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
            max-width: 33.33%;
        }

.connect-me {
    display: none;
}

.banner-image-content {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 5px;
}

    .banner-image-content img {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 5px;
        max-height: 300px;
    }

textarea.form-control.text-multiline {
    resize: both;
    width: 300px;
    height: 150px;
}
/*This Site WebDesign*/
/*#endregion Change-Password*/
/*#region Responsive CSS Code*/
/*#region Large Display*/
@media only screen and (min-width: 1400px) {
    .editor-split.editor-split-custom {
        max-width: 25%;
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .editor-split .img-content {
        height: 130px;
        text-align: center;
    }

    textarea.form-control.text-multiline {
        width: 500px;
        height: 250px;
    }
}
/*#endregion Large Display*/

/*#region small Display*/
@media only screen and (max-width: 576px) {
    .editor-content .editor-split {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .btn-custom-allstyle {
        width: 100%;
        margin-top: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-button {
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        border-radius: 10px;
    }

    .btn-nav-responsive {
        width: 100%;
        height: 100%;
        background-color: transparent;
        border: 1px solid #888;
        padding: 5px;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        color: #8d8d8d;
        -moz-transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .btn-nav-responsive:before {
            font-family: FontAwesome;
            font-size: 22px;
            content: "\f0c9";
        }

        .btn-nav-responsive:hover {
            background-color: #eeeeee;
            color: #888;
        }

    .menu-xs-custom {
        display: none;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.1);
        padding: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

        .menu-xs-custom > div {
            position: absolute;
            right: 0;
            bottom: 0;
            top: 0;
            width: 80%;
            height: 100%;
            background: #fff;
            padding: 0 10px;
        }

            .menu-xs-custom > div > div.list-categories {
                overflow: auto;
                width: 100%;
                height: 90%;
                overflow: auto;
            }

    .connect-me {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        border-top: 1px solid #eee;
        width: 100%;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        .connect-me > div {
            -ms-flex: 0 0 50%;
            -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            text-align: right;
            padding: 5px 10px;
            height: 100%;
            position: relative;
        }

            .connect-me > div.last-child {
                text-align: left;
            }

            .connect-me > div > div,
            .connect-me > div > div > button {
                height: 100% !important;
                width: 100%;
                padding: 0;
            }

            .connect-me > div.last-child > div > div {
                left: 0;
                bottom: 40px;
                top: unset !important;
                text-align: right !important;
                right: unset;
            }

    .first-child div:hover ul {
        list-style: none;
        position: absolute;
        bottom: 20px;
        right: 10px;
        border: 1px solid #eee !important;
        background-color: #ededed !important;
        display: flex !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        -ms-flex-flow: column;
        -webkit-flex-flow: column;
        flex-flow: column;
        z-index: 3;
        padding: 0 5px;
        height: 200px;
        width: 100%;
    }

        .first-child div:hover ul li {
            height: 33.33%;
            display: flex;
            display: -webkit-flex;
            display: -ms-flexbox;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
            -webkit-align-items: center;
            align-items: center;
        }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
}

@media only screen and (min-width: 768px) and (max-width:991px) {
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
}

@media only screen and (min-width: 1200px) {
}
/*#endregion small Display*/

/*#endregion Responsive CSS Code*/

/*#region animation*/
:root {
    --right-first: -80%;
    --right-last: 0px;
}

.animate-right-to-left {
    -moz-animation-name: right-to-left;
    -o-animation-name: right-to-left;
    -webkit-animation-name: right-to-left;
    animation-name: right-to-left;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.animate-default {
    -moz-animation-name: default-position;
    -o-animation-name: default-position;
    -webkit-animation-name: default-position;
    animation-name: default-position;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

@keyframes right-to-left {
    from {
        right: var(--right-first)
    }

    to {
        right: var(--right-last)
    }
}

@-moz-keyframes right-to-left {
    from {
        right: var(--right-first)
    }

    to {
        right: var(--right-last)
    }
}

@-webkit-keyframes right-to-left {
    from {
        right: var(--right-first)
    }

    to {
        right: var(--right-last)
    }
}

@keyframes default-position {
    from {
        right: var(--right-last)
    }

    to {
        right: var(--right-first)
    }
}

@-moz-keyframes default-position {
    from {
        right: var(--right-last)
    }

    to {
        right: var(--right-first)
    }
}

@-webkit-keyframes default-position {
    from {
        right: var(--right-last)
    }

    to {
        right: var(--right-first)
    }
}
/*#endregion animation*/


.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;
}

.rgHeader {
    text-align: center !important;
}

.rgRow td {
    color: #000;
}

.rgAltRow td {
    color: #000;
}

.RadGrid_WebBlue .rgMasterTable, .RadGrid_WebBlue .rgDetailTable, .RadGrid_WebBlue .rgGroupPanel table, .RadGrid_WebBlue .rgCommandRow table, .RadGrid_WebBlue .rgEditForm table, .RadGrid_WebBlue .rgPager table, .RadTreeList_WebBlue .rtlTable {
    font-family: 'IRANSans-web' !important;
}

.simple-grid td {
    color: #000 !important;
}

.videoEdit{
    width:300px;
}