﻿html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: IRANSans, tahoma;
    color: #3e454c;
    background-color: #ffffff;
    direction: rtl;
}

    body::after {
        clear: both;
        content: "";
        display: table;
    }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.cd-main-content .content-wrapper h1 {
    text-align: center;
    padding: 3em 0;
    font-size: 2rem;
}

.cd-main-content::before {
    display: none;
    content: 'mobile';
}

.cd-logo {
    float: right;
    display: block;
    margin: 11px 5% 0 0;
}

    .cd-logo img {
        display: block;
    }

@media only screen, (min-width:768px) {
    .cd-logo {
        margin: 9px 38px 0 37px;
    }
}

.cd-nav-trigger {
    float: right;
    position: relative;
    display: block;
    width: 34px;
    height: 44px;
    margin-right: 5%;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
}

    .cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
        position: absolute;
        display: inline-block;
        height: 3px;
        width: 24px;
        background: #ffffff;
    }

    .cd-nav-trigger span {
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -2px;
        transition: background 0.2s;
    }

        .cd-nav-trigger span::before, .cd-nav-trigger span::after {
            content: '';
            right: 0;
            transform: translateZ(0);
            backface-visibility: hidden;
            transform-origin: 0% 50%;
            transition: transform 0.2s;
        }

        .cd-nav-trigger span::before {
            top: -6px;
        }

        .cd-nav-trigger span::after {
            top: 6px;
        }

    .cd-nav-trigger.nav-is-visible span {
        background: rgb(255 255 255 / 0);
    }

        .cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
            background: white;
        }

        .cd-nav-trigger.nav-is-visible span::before {
            transform: translateX(4px) translateY(-3px) rotate(45deg);
        }

        .cd-nav-trigger.nav-is-visible span::after {
            transform: translateX(4px) translateY(2px) rotate(-45deg);
        }

@media only screen, (min-width:768px) {
    .cd-nav-trigger {
        display: none;
    }
}

.cd-search {
    position: relative;
    margin: 1.2em 5% 0.6em;
}

    .cd-search.is-hidden {
        opacity: 0;
    }

    .cd-search::before {
        content: '';
        position: absolute;
        right: 8px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        height: 16px;
        width: 16px;
        background: url(../img/cd-search.svg) 0 0 no-repeat;
    }

    .cd-search input {
        padding-right: 32px;
        width: 100%;
        height: 36px;
        border: none;
        border-radius: 0.25em;
        appearance: none;
    }

        .cd-search input:focus {
            outline: none;
        }

@media only screen, (min-width:768px) {
    .cd-search {
        float: left;
        display: inline-block;
        width: 190px;
        height: 100%;
        margin: 0 0 0 2.5em;
    }

        .cd-search.is-hidden {
            opacity: 1;
        }

        .cd-search::before {
            background-position: 0 -16px;
            right: 1em;
        }

        .cd-search form, .cd-search input {
            height: 100%;
            width: 100%;
        }

        .cd-search input {
            border: none;
            padding-right: 2.6em;
            border-radius: 0;
            background-color: #24282b;
            border-right: 1px solid #313435;
            color: #ffffff;
        }

            .cd-search input::-webkit-input-placeholder {
                color: #777c81;
            }

            .cd-search input::-moz-placeholder {
                color: #777c81;
            }

            .cd-search input:-moz-placeholder {
                color: #777c81;
            }

            .cd-search input:-ms-input-placeholder {
                color: #777c81;
            }
}

.cd-top-nav > li > a::before {
    display: none;
}

.cd-top-nav img {
    position: absolute;
    right: 1.8em;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: none;
}

@media only screen, (min-width:768px) {
    .cd-top-nav {
        height: 100%;
        margin-left: 1px;
    }

        .cd-top-nav img {
            display: block;
        }
}

@media only screen, (min-width:1170px) {
    .cd-top-nav li:not(.has-children) a:hover {
        color: #1784c7;
    }
}

.cd-side-nav.nav-is-visible {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    transition: opacity 0.2s 0s, visibility 0s 0s;
    max-height: none;
    box-shadow: 0 2px 10px rgb(0 0 0 / 0.2);
}

.cd-side-nav .cd-label {
    text-transform: uppercase;
    font-weight: bold;
    color: #646a6f;
    font-size: 1rem;
    letter-spacing: 0.1em;
}

.cd-side-nav ul.cd-top-nav > li:last-of-type > a {
    border-bottom: none;
}

.cd-side-nav > ul > li > a::before {
    position: absolute;
    content: '';
    right: 5%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
}

.cd-side-nav > ul > li.overview > a::before {
    background-position: -64px 0;
}

.cd-side-nav > ul > li.notifications > a::before {
    background-position: -80px 0;
}

.cd-side-nav > ul > li.comments > a::before {
    background-position: -48px 0;
}

.cd-side-nav > ul > li.bookmarks > a::before {
    background-position: -32px 0;
}

.cd-side-nav > ul > li.images > a::before {
    background-position: 0 0;
}

.cd-side-nav > ul > li.users > a::before {
    background-position: -16px 0;
}

.cd-side-nav .count {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: calc(5% + 16px + 0.4em);
    padding: 0.2em 0.4em;
    background-color: #f44336;
    border-radius: 0.15em;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}

.cd-side-nav .action-btn a {
    display: block;
    margin: 0 5%;
    padding: 1em 0;
    background-color: #1784c7;
    border-radius: 0.25em;
    border: none;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.3), 0 1px 0 rgb(255 255 255 / 0.2) inset;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

    .cd-side-nav .action-btn a::before {
        display: none;
    }

.has-children > a::after {
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    left: 5%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: url(../img/cd-arrow.svg);
}

.has-children.selected > ul {
    display: block;
}

.has-children.selected > a::after {
    transform: translateY(-50%) rotate(180deg);
}

nav .menu-tab-change li a:hover {
    background: transparent;
    border: none;
    outline: none;
}

body::after {
    clear: both;
    content: "";
    display: table;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.cd-main-content .content-wrapper h1 {
    text-align: center;
    padding: 3em 0;
    font-size: 2rem;
}

.cd-main-content::before {
    display: none;
    content: 'mobile';
}

.cd-logo {
    float: right;
    display: block;
    margin: 11px 5% 0 0;
}

    .cd-logo img {
        display: block;
    }

@media only screen, (min-width:768px) {
    .cd-logo {
        margin: 9px 38px 0 37px;
    }
}

.cd-nav-trigger {
    float: right;
    position: relative;
    display: block;
    width: 34px;
    height: 44px;
    margin-right: 5%;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
}

    .cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
        position: absolute;
        display: inline-block;
        height: 3px;
        width: 24px;
        background: #ffffff;
    }

    .cd-nav-trigger span {
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -2px;
        transition: background 0.2s;
    }

        .cd-nav-trigger span::before, .cd-nav-trigger span::after {
            content: '';
            right: 0;
            transform: translateZ(0);
            backface-visibility: hidden;
            transform-origin: 0% 50%;
            transition: transform 0.2s;
        }

        .cd-nav-trigger span::before {
            top: -6px;
        }

        .cd-nav-trigger span::after {
            top: 6px;
        }

    .cd-nav-trigger.nav-is-visible span {
        background: rgb(255 255 255 / 0);
    }

        .cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
            background: white;
        }

        .cd-nav-trigger.nav-is-visible span::before {
            transform: translateX(4px) translateY(-3px) rotate(45deg);
        }

        .cd-nav-trigger.nav-is-visible span::after {
            transform: translateX(4px) translateY(2px) rotate(-45deg);
        }

@media only screen, (min-width:768px) {
    .cd-nav-trigger {
        display: none;
    }
}

.cd-search {
    position: relative;
    margin: 1.2em 5% 0.6em;
}

    .cd-search.is-hidden {
        opacity: 0;
    }

    .cd-search::before {
        content: '';
        position: absolute;
        right: 8px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        height: 16px;
        width: 16px;
        background: url(../img/cd-search.svg) 0 0 no-repeat;
    }

    .cd-search input {
        padding-right: 32px;
        width: 100%;
        height: 36px;
        border: none;
        border-radius: 0.25em;
        appearance: none;
    }

        .cd-search input:focus {
            outline: none;
        }

@media only screen, (min-width:768px) {
    .cd-search {
        float: left;
        display: inline-block;
        width: 190px;
        height: 100%;
        margin: 0 0 0 2.5em;
    }

        .cd-search.is-hidden {
            opacity: 1;
        }

        .cd-search::before {
            background-position: 0 -16px;
            right: 1em;
        }

        .cd-search form, .cd-search input {
            height: 100%;
            width: 100%;
        }

        .cd-search input {
            border: none;
            padding-right: 2.6em;
            border-radius: 0;
            background-color: #24282b;
            border-right: 1px solid #313435;
            color: #ffffff;
        }
}

.cd-top-nav > li > a::before {
    display: none;
}

.cd-top-nav img {
    position: absolute;
    right: 1.8em;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: none;
}

.cd-top-nav img {
    display: block;
}

}

@media only screen, (min-width:980px) {
    .cd-top-nav > li:last-of-type {
        margin-right: 16px;
    }
}

@media only screen, (min-width:1170px) {
    .cd-top-nav li:not(.has-children) a:hover {
        color: #1784c7;
    }
}

.cd-side-nav.nav-is-visible {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    transition: opacity 0.2s 0s, visibility 0s 0s;
    max-height: none;
    box-shadow: 0 2px 10px rgb(0 0 0 / 0.2);
}

.cd-side-nav .cd-label {
    text-transform: uppercase;
    font-weight: bold;
    color: #646a6f;
    font-size: 1rem;
    letter-spacing: 0.1em;
}

.cd-side-nav ul.cd-top-nav > li:last-of-type > a {
    border-bottom: none;
}

.cd-side-nav > ul > li > a::before {
    position: absolute;
    content: '';
    right: 5%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
}

.cd-side-nav > ul > li.overview > a::before {
    background-position: -64px 0;
}

.cd-side-nav > ul > li.notifications > a::before {
    background-position: -80px 0;
}

.cd-side-nav > ul > li.comments > a::before {
    background-position: -48px 0;
}

.cd-side-nav > ul > li.bookmarks > a::before {
    background-position: -32px 0;
}

.cd-side-nav > ul > li.images > a::before {
    background-position: 0 0;
}

.cd-side-nav > ul > li.users > a::before {
    background-position: -16px 0;
}

.cd-side-nav .count {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: calc(5% + 16px + 0.4em);
    padding: 0.2em 0.4em;
    background-color: #f44336;
    border-radius: 0.15em;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}

.cd-side-nav .action-btn a {
    display: block;
    margin: 0 5%;
    padding: 1em 0;
    background-color: #1784c7;
    border-radius: 0.25em;
    border: none;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.3), 0 1px 0 rgb(255 255 255 / 0.2) inset;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

    .cd-side-nav .action-btn a::before {
        display: none;
    }

.has-children > a::after {
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    left: 5%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: url(../img/cd-arrow.svg);
}

.has-children.selected > ul {
    display: block;
}

.has-children.selected > a::after {
    transform: translateY(-50%) rotate(180deg);
}

nav .menu-tab-change li a:hover {
    background: transparent;
    border: none;
    outline: none;
}

.mb-1 {
    margin-bottom: 10px;
}

.k-filtercell, .k-filtercell .k-widget, .k-filtercell > span {
    display: block;
    width: 100%;
    float: right;
}

    .k-filtercell, .k-filtercell .k-widget, .k-filtercell > span {
        display: block;
        width: 100% !important;
    }

img.ImgeditArticle {
    display: block;
    left: -500px;
    top: -70px;
}

.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    width: 31% !important;
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: #ddd solid 1px;
    width: 30% !important;
    margin-top: 5px;
    z-index: 1000;
}

.fs-option-label {
    margin-right: 20px;
}

textarea#Address {
    width: 480px;
    float: right;
    margin-left: 10px;
    margin-left: 10px;
    background: #fafafa;
    border: #ddd solid 1px;
    border-radius: 2px;
}

input#TakhsisGroupbtn {
    margin-right: 174px;
    margin-top: 0;
}

input#CopyStudentIntoTermBtn {
    float: right;
    margin-top: 20px;
    margin-bottom: -8px;
}

.k-grid tr td {
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-left: 0 !important;
}

.inputtextbox2 {
    width: 205px !important;
    margin-left: 10px;
    background: #fafafa;
    border: #ddd solid 1px;
    height: 25px;
    border-radius: 2px;
}

.btnPardakht {
    border: #eee solid 1px;
    padding: 8px 15px;
    color: aliceblue;
    background: #5c80ff;
    font-size: 14px;
    float: right;
}

div#RegistertermTab {
    margin-bottom: 25px;
}

span.k-icon.k-edit {
    display: none;
}

span.k-icon.k-delete {
    display: none;
}

span.k-icon.k-add {
    display: none;
}

span.k-icon.k-update {
    display: none;
}

span.k-icon.k-cancel {
    display: none;
}

.fg-button .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
}

input#opendivcontentTime {
    width: 100px;
    height: 25px;
}

span.zamen {
    position: absolute;
    left: 2px;
    top: 9px;
}

.zamenlbl {
    position: absolute;
}

.showorhidezamen {
    padding-right: 37px;
}

.divallEblaghie {
    float: right;
    width: 90%;
    margin-right: 5%;
    margin-bottom: 15px;
}

.divHeaderEblaghie {
    float: right;
    width: 100%;
    background: #5a8df4;
    border: #5a8df4 solid 1px;
    color: #ffffff;
}

.divMsgEblaghie {
    float: right;
    width: 100%;
    background: #ffffff;
    height: auto;
    padding: 10px;
    line-height: 21px;
    font-size: 13px;
    border: #9a9a9a solid 1px;
    border-top: none;
}

.DivRight {
    float: right;
    width: 40%;
}

.DivLeft {
    float: left;
    width: 60%;
}

span.spanright {
    float: right;
    padding: 15px 20px;
    font-size: 16px;
}

span.spanleft {
    float: left;
    padding: 15px;
    font-size: 14px;
}

.divHeaderEblaghie.pasokh {
    background: #fc5656;
    border: #fa4b4b solid 1px;
}

.donzamime {
    float: right;
    background: #f6f6f6;
    width: 100%;
    border: #9a9a9a solid 1px;
    font-size: 12px;
    padding: 5px 10px;
    border-top: none;
}

img.alertEblaghiat {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 20px;
}

label#StrBeginDate-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#StrEndDate-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

span.ErrorMessage {
    background: #ff6c60;
    width: 100%;
    margin-top: 10px;
    float: right;
    padding: 5px;
    text-align: center;
    color: white;
}

div#myModalPardakhtHogoogh {
    overflow: auto;
}

label#APIKEY-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#SenderSmsNumber-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

@media print {
    .TableAtendense th {
        background-color: #956382 !important;
        color: #fff !important;
        font-weight: 100;
    }

    .divallnaghdifishterm {
        float: right !important;
        width: 100%;
        margin: 0 0 12px;
    }
}

label#StudentCode-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PricePayeHoghoogh-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PriceAyabZohab-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PriceTahol-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PriceFood-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

table.TableGroupPardakht {
    text-align: center;
}

.divpadashkosoorat {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.floatrightdiv {
    float: right;
    width: 29%;
}

span.spanPadash {
    float: right;
    width: 100%;
    background: antiquewhite;
}

span.spankosoorat {
    float: right;
    width: 100%;
    background: aqua;
}

span.spanKhalesPardakhti {
    float: right;
    width: 100%;
    background: burlywood;
}

.divonePropertyperson {
    float: right;
    width: 100%;
}

span.lblperson {
    float: right;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
}

span.resperson {
    float: right;
    font-size: 13px;
    line-height: 17px;
}

span.unreadteachernewscount {
    background: red;
    color: white;
    border-radius: 50px;
    padding: 2px 7px;
    line-height: 20px;
    position: absolute;
}

span.titleteachernews {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
    float: right;
}

span.MinMsgteachernews {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 10px;
    float: right;
}

span.Msgteachernews {
    font-size: 12px;
    line-height: 21px;
}

label#ExamName-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PayAddOn-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

span#ErrorSelectTypePardakhtKhadamat {
    color: red;
    font-size: 17px;
}

span#ErrorSelectTypePardakhtPishPardakht {
    color: red;
    font-size: 17px;
}

span.lbltermfish {
    font-size: 12px !important;
    float: right;
    font-weight: 500;
    margin-left: 5px;
}

.divrowFishTerm {
    float: right;
    width: 100%;
}

span.resfishterm {
    float: right;
    color: red;
    font-size: 12px;
}

.divallnaghdifishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallKartKhanfishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallTakhfiffishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallPishPardakhtAghsatfishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallAghsatfishterm {
    float: right;
    width: 100%;
    margin-top: 10px;
}

.divallKhadamatfishterm {
    float: right;
    background: aliceblue;
    width: 100%;
    margin: 0 0 12px;
}

label#TermTypeBaseId-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#NumberOfSession-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

.DivAroundGrid {
    border: #aeaeae solid 1px;
    padding: 8px;
    margin-bottom: 40px;
    border-radius: 4px;
    position: relative;
}

span.lblAroundGrid {
    right: 35px;
    position: absolute;
    top: -13px;
    background: white;
    padding: 4px 10px;
    border-right: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae;
    font-size: 13px;
    color: #428bcb;
}

.PropertiesteacherSalary {
    float: right;
    margin-bottom: 20px;
}

.onedatarecord {
    float: right;
    width: 165px;
}

.onedatarecordtermproperties {
    float: right;
    width: 100%;
}

span.lbltermfishtermproperties {
    font-size: 11px;
    float: right;
    font-weight: 600;
    padding-right: 15px;
    margin-bottom: 10px;
}

span.resfishtermtermproperties {
    float: right;
    padding-right: 6px;
    font-size: 11px;
}

.termProperties {
    float: right;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #f80505;
}

.divallplan {
    width: 1170px;
    float: right;
    background: white;
    height: 500px;
    border: solid 1px;
}

.divallplanDay {
    float: right;
    width: 100%;
    background: antiquewhite;
}

.divallplanClock {
    background: #d37900;
    float: right;
    height: 50px;
    width: 50px;
}

.satallplanDay {
    float: right;
    width: 100%;
    margin-bottom: 2px;
}

label#NewPassword-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#ReNewPassword-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

.allresidkol {
    float: right;
    border: #f00 solid 1px;
    width: 15cm;
    padding: 10px;
    margin-bottom: 40px;
}

.divTitleresidt {
    float: right;
    width: 100%;
    text-align: center;
    padding: 5px;
}

span.lblTitleResidDaryaft {
    color: red;
    font-size: 16px;
}

.divmohremza {
    float: right;
    width: 100%;
    text-align: left;
}

span.spanmohremza {
    width: 100%;
    float: right;
    color: #ff0000;
    font-size: 15px;
    padding-left: 25px;
}

.divrightresid {
    float: right;
    width: 60%;
}

.divleftresid {
    float: right;
    width: 40%;
}

.fg-menu-container {
    position: absolute;
    top: 0;
    left: -999px;
    padding: 0.4em;
    overflow: hidden;
    z-index: 99999;
    height: 200px !important;
}

.k-filtercell, .k-filtercell .k-widget, .k-filtercell > span {
    display: block;
    width: 100%;
    float: right;
}

    .k-filtercell, .k-filtercell .k-widget, .k-filtercell > span {
        display: block;
        width: 100% !important;
    }

body::after {
    clear: both;
    content: "";
    display: table;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.cd-main-content .content-wrapper h1 {
    text-align: center;
    padding: 3em 0;
    font-size: 2rem;
}

.cd-main-content::before {
    display: none;
    content: 'mobile';
}

.cd-logo {
    float: right;
    display: block;
    margin: 11px 5% 0 0;
}

    .cd-logo img {
        display: block;
    }

@media only screen, (min-width:768px) {
    .cd-logo {
        margin: 9px 38px 0 37px;
    }
}

.cd-nav-trigger {
    float: right;
    position: relative;
    display: block;
    width: 34px;
    height: 44px;
    margin-right: 5%;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
}

    .cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
        position: absolute;
        display: inline-block;
        height: 3px;
        width: 24px;
        background: #ffffff;
    }

    .cd-nav-trigger span {
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -2px;
        transition: background 0.2s;
    }

        .cd-nav-trigger span::before, .cd-nav-trigger span::after {
            content: '';
            right: 0;
            transform: translateZ(0);
            backface-visibility: hidden;
            transform-origin: 0% 50%;
            transition: transform 0.2s;
        }

        .cd-nav-trigger span::before {
            top: -6px;
        }

        .cd-nav-trigger span::after {
            top: 6px;
        }

    .cd-nav-trigger.nav-is-visible span {
        background: rgb(255 255 255 / 0);
    }

        .cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
            background: white;
        }

        .cd-nav-trigger.nav-is-visible span::before {
            transform: translateX(4px) translateY(-3px) rotate(45deg);
        }

        .cd-nav-trigger.nav-is-visible span::after {
            transform: translateX(4px) translateY(2px) rotate(-45deg);
        }

@media only screen, (min-width:768px) {
    .cd-nav-trigger {
        display: none;
    }
}

.cd-search {
    position: relative;
    margin: 1.2em 5% 0.6em;
}

    .cd-search.is-hidden {
        opacity: 0;
    }

    .cd-search::before {
        content: '';
        position: absolute;
        right: 8px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        height: 16px;
        width: 16px;
        background: url(../img/cd-search.svg) 0 0 no-repeat;
    }

    .cd-search input {
        padding-right: 32px;
        width: 100%;
        height: 36px;
        border: none;
        border-radius: 0.25em;
        appearance: none;
    }

        .cd-search input:focus {
            outline: none;
        }

@media only screen, (min-width:768px) {
    .cd-search {
        float: left;
        display: inline-block;
        width: 190px;
        height: 100%;
        margin: 0 0 0 2.5em;
    }

        .cd-search.is-hidden {
            opacity: 1;
        }

        .cd-search::before {
            background-position: 0 -16px;
            right: 1em;
        }

        .cd-search form, .cd-search input {
            height: 100%;
            width: 100%;
        }

        .cd-search input {
            border: none;
            padding-right: 2.6em;
            border-radius: 0;
            background-color: #24282b;
            border-right: 1px solid #313435;
            color: #ffffff;
        }
}

.cd-top-nav > li > a::before {
    display: none;
}

.cd-top-nav img {
    position: absolute;
    right: 1.8em;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: none;
}

.cd-top-nav img {
    display: block;
}

}

@media only screen, (min-width:980px) {
    .cd-top-nav > li:last-of-type {
        margin-right: 16px;
    }
}

@media only screen, (min-width:1170px) {
    .cd-top-nav li:not(.has-children) a:hover {
        color: #1784c7;
    }
}

.cd-side-nav.nav-is-visible {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    transition: opacity 0.2s 0s, visibility 0s 0s;
    max-height: none;
    box-shadow: 0 2px 10px rgb(0 0 0 / 0.2);
}

.cd-side-nav .cd-label {
    text-transform: uppercase;
    font-weight: bold;
    color: #646a6f;
    font-size: 1rem;
    letter-spacing: 0.1em;
}

.cd-side-nav ul.cd-top-nav > li:last-of-type > a {
    border-bottom: none;
}

.cd-side-nav > ul > li > a::before {
    position: absolute;
    content: '';
    right: 5%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
}

.cd-side-nav > ul > li.overview > a::before {
    background-position: -64px 0;
}

.cd-side-nav > ul > li.notifications > a::before {
    background-position: -80px 0;
}

.cd-side-nav > ul > li.comments > a::before {
    background-position: -48px 0;
}

.cd-side-nav > ul > li.bookmarks > a::before {
    background-position: -32px 0;
}

.cd-side-nav > ul > li.images > a::before {
    background-position: 0 0;
}

.cd-side-nav > ul > li.users > a::before {
    background-position: -16px 0;
}

.cd-side-nav .count {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: calc(5% + 16px + 0.4em);
    padding: 0.2em 0.4em;
    background-color: #f44336;
    border-radius: 0.15em;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}

.cd-side-nav .action-btn a {
    display: block;
    margin: 0 5%;
    padding: 1em 0;
    background-color: #1784c7;
    border-radius: 0.25em;
    border: none;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.3), 0 1px 0 rgb(255 255 255 / 0.2) inset;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

    .cd-side-nav .action-btn a::before {
        display: none;
    }

.has-children > a::after {
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    left: 5%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: url(../img/cd-arrow.svg);
}

.has-children.selected > ul {
    display: block;
}

.has-children.selected > a::after {
    transform: translateY(-50%) rotate(180deg);
}

nav .menu-tab-change li a:hover {
    background: transparent;
    border: none;
    outline: none;
}

body::after {
    clear: both;
    content: "";
    display: table;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.cd-main-content .content-wrapper h1 {
    text-align: center;
    padding: 3em 0;
    font-size: 2rem;
}

.cd-main-content::before {
    display: none;
    content: 'mobile';
}

.cd-logo {
    float: right;
    display: block;
    margin: 11px 5% 0 0;
}

    .cd-logo img {
        display: block;
    }

@media only screen, (min-width:768px) {
    .cd-logo {
        margin: 9px 38px 0 37px;
    }
}

.cd-nav-trigger {
    float: right;
    position: relative;
    display: block;
    width: 34px;
    height: 44px;
    margin-right: 5%;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
}

    .cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
        position: absolute;
        display: inline-block;
        height: 3px;
        width: 24px;
        background: #ffffff;
    }

    .cd-nav-trigger span {
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -2px;
        transition: background 0.2s;
    }

        .cd-nav-trigger span::before, .cd-nav-trigger span::after {
            content: '';
            right: 0;
            transform: translateZ(0);
            backface-visibility: hidden;
            transform-origin: 0% 50%;
            transition: transform 0.2s;
        }

        .cd-nav-trigger span::before {
            top: -6px;
        }

        .cd-nav-trigger span::after {
            top: 6px;
        }

    .cd-nav-trigger.nav-is-visible span {
        background: rgb(255 255 255 / 0);
    }

        .cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
            background: white;
        }

        .cd-nav-trigger.nav-is-visible span::before {
            transform: translateX(4px) translateY(-3px) rotate(45deg);
        }

        .cd-nav-trigger.nav-is-visible span::after {
            transform: translateX(4px) translateY(2px) rotate(-45deg);
        }

@media only screen, (min-width:768px) {
    .cd-nav-trigger {
        display: none;
    }
}

.cd-search {
    position: relative;
    margin: 1.2em 5% 0.6em;
}

    .cd-search.is-hidden {
        opacity: 0;
    }

    .cd-search::before {
        content: '';
        position: absolute;
        right: 8px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        height: 16px;
        width: 16px;
        background: url(../img/cd-search.svg) 0 0 no-repeat;
    }

    .cd-search input {
        padding-right: 32px;
        width: 100%;
        height: 36px;
        border: none;
        border-radius: 0.25em;
        appearance: none;
    }

        .cd-search input:focus {
            outline: none;
        }

@media only screen, (min-width:768px) {
    .cd-search {
        float: left;
        display: inline-block;
        width: 190px;
        height: 100%;
        margin: 0 0 0 2.5em;
    }

        .cd-search.is-hidden {
            opacity: 1;
        }

        .cd-search::before {
            background-position: 0 -16px;
            right: 1em;
        }

        .cd-search form, .cd-search input {
            height: 100%;
            width: 100%;
        }

        .cd-search input {
            border: none;
            padding-right: 2.6em;
            border-radius: 0;
            background-color: #24282b;
            border-right: 1px solid #313435;
            color: #ffffff;
        }
}

.cd-top-nav > li > a::before {
    display: none;
}

.cd-top-nav img {
    position: absolute;
    right: 1.8em;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: none;
}

.cd-top-nav img {
    display: block;
}

}

@media only screen, (min-width:980px) {
    .cd-top-nav > li:last-of-type {
        margin-right: 16px;
    }
}

@media only screen, (min-width:1170px) {
    .cd-top-nav li:not(.has-children) a:hover {
        color: #1784c7;
    }
}

.cd-side-nav.nav-is-visible {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    transition: opacity 0.2s 0s, visibility 0s 0s;
    max-height: none;
    box-shadow: 0 2px 10px rgb(0 0 0 / 0.2);
}

.cd-side-nav .cd-label {
    text-transform: uppercase;
    font-weight: bold;
    color: #646a6f;
    font-size: 1rem;
    letter-spacing: 0.1em;
}

.cd-side-nav ul.cd-top-nav > li:last-of-type > a {
    border-bottom: none;
}

.cd-side-nav > ul > li > a::before {
    position: absolute;
    content: '';
    right: 5%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
}

.cd-side-nav > ul > li.overview > a::before {
    background-position: -64px 0;
}

.cd-side-nav > ul > li.notifications > a::before {
    background-position: -80px 0;
}

.cd-side-nav > ul > li.comments > a::before {
    background-position: -48px 0;
}

.cd-side-nav > ul > li.bookmarks > a::before {
    background-position: -32px 0;
}

.cd-side-nav > ul > li.images > a::before {
    background-position: 0 0;
}

.cd-side-nav > ul > li.users > a::before {
    background-position: -16px 0;
}

.cd-side-nav .count {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: calc(5% + 16px + 0.4em);
    padding: 0.2em 0.4em;
    background-color: #f44336;
    border-radius: 0.15em;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}

.cd-side-nav .action-btn a {
    display: block;
    margin: 0 5%;
    padding: 1em 0;
    background-color: #1784c7;
    border-radius: 0.25em;
    border: none;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.3), 0 1px 0 rgb(255 255 255 / 0.2) inset;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

    .cd-side-nav .action-btn a::before {
        display: none;
    }

.has-children > a::after {
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    left: 5%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: url(../img/cd-arrow.svg);
}

.has-children.selected > ul {
    display: block;
}

.has-children.selected > a::after {
    transform: translateY(-50%) rotate(180deg);
}

nav .menu-tab-change li a:hover {
    background: transparent;
    border: none;
    outline: none;
}

.mb-1 {
    margin-bottom: 10px;
}

.k-filtercell, .k-filtercell .k-widget, .k-filtercell > span {
    display: block;
    width: 100%;
    float: right;
}

    .k-filtercell, .k-filtercell .k-widget, .k-filtercell > span {
        display: block;
        width: 100% !important;
    }

img.ImgeditArticle {
    display: block;
    left: -500px;
    top: -70px;
}

.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    width: 31% !important;
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: #ddd solid 1px;
    width: 30% !important;
    margin-top: 5px;
    z-index: 1000;
}

.fs-option-label {
    margin-right: 20px;
}

textarea#Address {
    width: 480px;
    float: right;
    margin-left: 10px;
    margin-left: 10px;
    background: #fafafa;
    border: #ddd solid 1px;
    border-radius: 2px;
}

input#TakhsisGroupbtn {
    margin-right: 174px;
    margin-top: 0;
}

input#CopyStudentIntoTermBtn {
    float: right;
    margin-top: 20px;
    margin-bottom: -8px;
}

.k-grid tr td {
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-left: 0 !important;
}

.inputtextbox2 {
    width: 205px !important;
    margin-left: 10px;
    background: #fafafa;
    border: #ddd solid 1px;
    height: 25px;
    border-radius: 2px;
}

.btnPardakht {
    border: #eee solid 1px;
    padding: 8px 15px;
    color: aliceblue;
    background: #5c80ff;
    font-size: 14px;
    float: right;
}

div#RegistertermTab {
    margin-bottom: 25px;
}

span.k-icon.k-edit {
    display: none;
}

span.k-icon.k-delete {
    display: none;
}

span.k-icon.k-add {
    display: none;
}

span.k-icon.k-update {
    display: none;
}

span.k-icon.k-cancel {
    display: none;
}

.fg-button .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
}

input#opendivcontentTime {
    width: 100px;
    height: 25px;
}

span.zamen {
    position: absolute;
    left: 2px;
    top: 9px;
}

.zamenlbl {
    position: absolute;
}

.showorhidezamen {
    padding-right: 37px;
}

.divallEblaghie {
    float: right;
    width: 90%;
    margin-right: 5%;
    margin-bottom: 15px;
}

.divHeaderEblaghie {
    float: right;
    width: 100%;
    background: #5a8df4;
    border: #5a8df4 solid 1px;
    color: #ffffff;
}

.divMsgEblaghie {
    float: right;
    width: 100%;
    background: #ffffff;
    height: auto;
    padding: 10px;
    line-height: 21px;
    font-size: 13px;
    border: #9a9a9a solid 1px;
    border-top: none;
}

.DivRight {
    float: right;
    width: 40%;
}

.DivLeft {
    float: left;
    width: 60%;
}

span.spanright {
    float: right;
    padding: 15px 20px;
    font-size: 16px;
}

span.spanleft {
    float: left;
    padding: 15px;
    font-size: 14px;
}

.divHeaderEblaghie.pasokh {
    background: #fc5656;
    border: #fa4b4b solid 1px;
}

.donzamime {
    float: right;
    background: #f6f6f6;
    width: 100%;
    border: #9a9a9a solid 1px;
    font-size: 12px;
    padding: 5px 10px;
    border-top: none;
}

img.alertEblaghiat {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 20px;
}

label#StrBeginDate-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#StrEndDate-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

span.ErrorMessage {
    background: #ff6c60;
    width: 100%;
    margin-top: 10px;
    float: right;
    padding: 5px;
    text-align: center;
    color: white;
}

div#myModalPardakhtHogoogh {
    overflow: auto;
}

label#APIKEY-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#SenderSmsNumber-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

@media print {
    .TableAtendense th {
        background-color: #956382 !important;
        color: #fff !important;
        font-weight: 100;
    }

    .divallnaghdifishterm {
        float: right !important;
        width: 100%;
        margin: 0 0 12px;
    }
}

label#StudentCode-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PricePayeHoghoogh-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PriceAyabZohab-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PriceTahol-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PriceFood-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

table.TableGroupPardakht {
    text-align: center;
}

.divpadashkosoorat {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.floatrightdiv {
    float: right;
    width: 29%;
}

span.spanPadash {
    float: right;
    width: 100%;
    background: antiquewhite;
}

span.spankosoorat {
    float: right;
    width: 100%;
    background: aqua;
}

span.spanKhalesPardakhti {
    float: right;
    width: 100%;
    background: burlywood;
}

.divonePropertyperson {
    float: right;
    width: 100%;
}

span.lblperson {
    float: right;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
}

span.resperson {
    float: right;
    font-size: 13px;
    line-height: 17px;
}

span.unreadteachernewscount {
    background: red;
    color: white;
    border-radius: 50px;
    padding: 2px 7px;
    line-height: 20px;
    position: absolute;
}

span.titleteachernews {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
    float: right;
}

span.MinMsgteachernews {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 10px;
    float: right;
}

span.Msgteachernews {
    font-size: 12px;
    line-height: 21px;
}

label#ExamName-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PayAddOn-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

span#ErrorSelectTypePardakhtKhadamat {
    color: red;
    font-size: 17px;
}

span#ErrorSelectTypePardakhtPishPardakht {
    color: red;
    font-size: 17px;
}

span.lbltermfish {
    font-size: 12px !important;
    float: right;
    font-weight: 500;
    margin-left: 5px;
}

.divrowFishTerm {
    float: right;
    width: 100%;
}

span.resfishterm {
    float: right;
    color: red;
    font-size: 12px;
}

.divallnaghdifishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallKartKhanfishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallTakhfiffishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallPishPardakhtAghsatfishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallAghsatfishterm {
    float: right;
    width: 100%;
    margin-top: 10px;
}

.divallKhadamatfishterm {
    float: right;
    background: aliceblue;
    width: 100%;
    margin: 0 0 12px;
}

label#TermTypeBaseId-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#NumberOfSession-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

.DivAroundGrid {
    border: #aeaeae solid 1px;
    padding: 8px;
    margin-bottom: 40px;
    border-radius: 4px;
    position: relative;
}

span.lblAroundGrid {
    right: 35px;
    position: absolute;
    top: -13px;
    background: white;
    padding: 4px 10px;
    border-right: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae;
    font-size: 13px;
    color: #428bcb;
}

.PropertiesteacherSalary {
    float: right;
    margin-bottom: 20px;
}

.onedatarecord {
    float: right;
    width: 165px;
}

.onedatarecordtermproperties {
    float: right;
    width: 100%;
}

span.lbltermfishtermproperties {
    font-size: 11px;
    float: right;
    font-weight: 600;
    padding-right: 15px;
    margin-bottom: 10px;
}

span.resfishtermtermproperties {
    float: right;
    padding-right: 6px;
    font-size: 11px;
}

.termProperties {
    float: right;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #f80505;
}

.divallplan {
    width: 1170px;
    float: right;
    background: white;
    height: 500px;
    border: solid 1px;
}

.divallplanDay {
    float: right;
    width: 100%;
    background: antiquewhite;
}

.divallplanClock {
    background: #d37900;
    float: right;
    height: 50px;
    width: 50px;
}

.satallplanDay {
    float: right;
    width: 100%;
    margin-bottom: 2px;
}

label#NewPassword-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#ReNewPassword-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

.allresidkol {
    float: right;
    border: #f00 solid 1px;
    width: 15cm;
    padding: 10px;
    margin-bottom: 40px;
}

.divTitleresidt {
    float: right;
    width: 100%;
    text-align: center;
    padding: 5px;
}

span.lblTitleResidDaryaft {
    color: red;
    font-size: 16px;
}

.divmohremza {
    float: right;
    width: 100%;
    text-align: left;
}

span.spanmohremza {
    width: 100%;
    float: right;
    color: #ff0000;
    font-size: 15px;
    padding-left: 25px;
}

.divrightresid {
    float: right;
    width: 60%;
}

.divleftresid {
    float: right;
    width: 40%;
}

.fg-menu-container {
    position: absolute;
    top: 0;
    left: -999px;
    padding: 0.4em;
    overflow: hidden;
    z-index: 99999;
    height: 200px !important;
}

.k-filtercell, .k-filtercell .k-widget, .k-filtercell > span {
    display: block;
    width: 100%;
    float: right;
}

    .k-filtercell, .k-filtercell .k-widget, .k-filtercell > span {
        display: block;
        width: 100% !important;
    }

img.ImgeditArticle {
    display: block;
    left: -500px;
    top: -70px;
}

.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    width: 31% !important;
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: #ddd solid 1px;
    width: 30% !important;
    margin-top: 5px;
    z-index: 1000;
}

.fs-option-label {
    margin-right: 20px;
}

textarea#Address {
    width: 480px;
    float: right;
    margin-left: 10px;
    margin-left: 10px;
    background: #fafafa;
    border: #ddd solid 1px;
    border-radius: 2px;
}

input#TakhsisGroupbtn {
    margin-right: 174px;
    margin-top: 0;
}

input#CopyStudentIntoTermBtn {
    float: right;
    margin-top: 20px;
    margin-bottom: -8px;
}

.k-grid tr td {
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-left: 0 !important;
}

.inputtextbox2 {
    width: 205px !important;
    margin-left: 10px;
    background: #fafafa;
    border: #ddd solid 1px;
    height: 25px;
    border-radius: 2px;
}

.btnPardakht {
    border: #eee solid 1px;
    padding: 8px 15px;
    color: aliceblue;
    background: #5c80ff;
    font-size: 14px;
    float: right;
}

div#RegistertermTab {
    margin-bottom: 25px;
}

span.k-icon.k-edit {
    display: none;
}

span.k-icon.k-delete {
    display: none;
}

span.k-icon.k-add {
    display: none;
}

span.k-icon.k-update {
    display: none;
}

span.k-icon.k-cancel {
    display: none;
}

.fg-button .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
}

input#opendivcontentTime {
    width: 100px;
    height: 25px;
}

span.zamen {
    position: absolute;
    left: 2px;
    top: 9px;
}

.zamenlbl {
    position: absolute;
}

.showorhidezamen {
    padding-right: 37px;
}

.divallEblaghie {
    float: right;
    width: 90%;
    margin-right: 5%;
    margin-bottom: 15px;
}

.divHeaderEblaghie {
    float: right;
    width: 100%;
    background: #5a8df4;
    border: #5a8df4 solid 1px;
    color: #ffffff;
}

.divMsgEblaghie {
    float: right;
    width: 100%;
    background: #ffffff;
    height: auto;
    padding: 10px;
    line-height: 21px;
    font-size: 13px;
    border: #9a9a9a solid 1px;
    border-top: none;
}

.DivRight {
    float: right;
    width: 40%;
}

.DivLeft {
    float: left;
    width: 60%;
}

span.spanright {
    float: right;
    padding: 15px 20px;
    font-size: 16px;
}

span.spanleft {
    float: left;
    padding: 15px;
    font-size: 14px;
}

.divHeaderEblaghie.pasokh {
    background: #fc5656;
    border: #fa4b4b solid 1px;
}

.donzamime {
    float: right;
    background: #f6f6f6;
    width: 100%;
    border: #9a9a9a solid 1px;
    font-size: 12px;
    padding: 5px 10px;
    border-top: none;
}

img.alertEblaghiat {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 20px;
}

label#StrBeginDate-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#StrEndDate-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

span.ErrorMessage {
    background: #ff6c60;
    width: 100%;
    margin-top: 10px;
    float: right;
    padding: 5px;
    text-align: center;
    color: white;
}

div#myModalPardakhtHogoogh {
    overflow: auto;
}

label#APIKEY-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#SenderSmsNumber-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

@media print {
    .TableAtendense th {
        background-color: #956382 !important;
        color: #fff !important;
        font-weight: 100;
    }

    .divallnaghdifishterm {
        float: right !important;
        width: 100%;
        margin: 0 0 12px;
    }
}

label#StudentCode-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PricePayeHoghoogh-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PriceAyabZohab-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PriceTahol-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PriceFood-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

table.TableGroupPardakht {
    text-align: center;
}

.divpadashkosoorat {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.floatrightdiv {
    float: right;
    width: 29%;
}

span.spanPadash {
    float: right;
    width: 100%;
    background: antiquewhite;
}

span.spankosoorat {
    float: right;
    width: 100%;
    background: aqua;
}

span.spanKhalesPardakhti {
    float: right;
    width: 100%;
    background: burlywood;
}

.divonePropertyperson {
    float: right;
    width: 100%;
}

span.lblperson {
    float: right;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
}

span.resperson {
    float: right;
    font-size: 13px;
    line-height: 17px;
}

span.unreadteachernewscount {
    background: red;
    color: white;
    border-radius: 50px;
    padding: 2px 7px;
    line-height: 20px;
    position: absolute;
}

span.titleteachernews {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
    float: right;
}

span.MinMsgteachernews {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 10px;
    float: right;
}

span.Msgteachernews {
    font-size: 12px;
    line-height: 21px;
}

label#ExamName-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PayAddOn-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

span#ErrorSelectTypePardakhtKhadamat {
    color: red;
    font-size: 17px;
}

span#ErrorSelectTypePardakhtPishPardakht {
    color: red;
    font-size: 17px;
}

span.lbltermfish {
    font-size: 12px !important;
    float: right;
    font-weight: 500;
    margin-left: 5px;
}

.divrowFishTerm {
    float: right;
    width: 100%;
}

span.resfishterm {
    float: right;
    color: red;
    font-size: 12px;
}

.divallnaghdifishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallKartKhanfishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallTakhfiffishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallPishPardakhtAghsatfishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallAghsatfishterm {
    float: right;
    width: 100%;
    margin-top: 10px;
}

.divallKhadamatfishterm {
    float: right;
    background: aliceblue;
    width: 100%;
    margin: 0 0 12px;
}

label#TermTypeBaseId-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#NumberOfSession-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

.DivAroundGrid {
    border: #aeaeae solid 1px;
    padding: 8px;
    margin-bottom: 40px;
    border-radius: 4px;
    position: relative;
}

span.lblAroundGrid {
    right: 35px;
    position: absolute;
    top: -13px;
    background: white;
    padding: 4px 10px;
    border-right: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae;
    font-size: 13px;
    color: #428bcb;
}

.PropertiesteacherSalary {
    float: right;
    margin-bottom: 20px;
}

.onedatarecord {
    float: right;
    width: 165px;
}

.onedatarecordtermproperties {
    float: right;
    width: 100%;
}

span.lbltermfishtermproperties {
    font-size: 11px;
    float: right;
    font-weight: 600;
    padding-right: 15px;
    margin-bottom: 10px;
}

span.resfishtermtermproperties {
    float: right;
    padding-right: 6px;
    font-size: 11px;
}

.termProperties {
    float: right;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #f80505;
}

.divallplan {
    width: 1170px;
    float: right;
    background: white;
    height: 500px;
    border: solid 1px;
}

.divallplanDay {
    float: right;
    width: 100%;
    background: antiquewhite;
}

.divallplanClock {
    background: #d37900;
    float: right;
    height: 50px;
    width: 50px;
}

.satallplanDay {
    float: right;
    width: 100%;
    margin-bottom: 2px;
}

label#NewPassword-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#ReNewPassword-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

.allresidkol {
    float: right;
    border: #f00 solid 1px;
    width: 15cm;
    padding: 10px;
    margin-bottom: 40px;
}

.divTitleresidt {
    float: right;
    width: 100%;
    text-align: center;
    padding: 5px;
}

span.lblTitleResidDaryaft {
    color: red;
    font-size: 16px;
}

.divmohremza {
    float: right;
    width: 100%;
    text-align: left;
}

span.spanmohremza {
    width: 100%;
    float: right;
    color: #ff0000;
    font-size: 15px;
    padding-left: 25px;
}

.divrightresid {
    float: right;
    width: 60%;
}

.divleftresid {
    float: right;
    width: 40%;
}

.fg-menu-container {
    position: absolute;
    top: 0;
    left: -999px;
    padding: 0.4em;
    overflow: hidden;
    z-index: 99999;
    height: 200px !important;
}

*, *::before {
    box-sizing: border-box;
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
}

body::after {
    clear: both;
    content: "";
    display: table;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.cd-main-content .content-wrapper h1 {
    text-align: center;
    padding: 3em 0;
    font-size: 2rem;
}

.cd-main-content::before {
    display: none;
    content: 'mobile';
}

.cd-main-header {
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    height: 45px;
    width: 100%;
    background: #24282b;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.2);
    user-select: none;
}

.cd-logo {
    float: right;
    display: block;
    margin: 11px 5% 0 0;
}

    .cd-logo img {
        display: block;
    }

@media only screen, (min-width:768px) {
    .cd-logo {
        margin: 9px 38px 0 37px;
    }
}

.cd-nav-trigger {
    float: right;
    position: relative;
    display: block;
    width: 34px;
    height: 44px;
    margin-right: 5%;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
}

    .cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
        position: absolute;
        display: inline-block;
        height: 3px;
        width: 24px;
        background: #ffffff;
    }

    .cd-nav-trigger span {
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -2px;
        transition: background 0.2s;
    }

        .cd-nav-trigger span::before, .cd-nav-trigger span::after {
            content: '';
            right: 0;
            transform: translateZ(0);
            backface-visibility: hidden;
            transform-origin: 0% 50%;
            transition: transform 0.2s;
        }

        .cd-nav-trigger span::before {
            top: -6px;
        }

        .cd-nav-trigger span::after {
            top: 6px;
        }

    .cd-nav-trigger.nav-is-visible span {
        background: rgb(255 255 255 / 0);
    }

        .cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
            background: white;
        }

        .cd-nav-trigger.nav-is-visible span::before {
            transform: translateX(4px) translateY(-3px) rotate(45deg);
        }

        .cd-nav-trigger.nav-is-visible span::after {
            transform: translateX(4px) translateY(2px) rotate(-45deg);
        }

@media only screen, (min-width:768px) {
    .cd-nav-trigger {
        display: none;
    }
}

.cd-search {
    position: relative;
    margin: 1.2em 5% 0.6em;
}

    .cd-search.is-hidden {
        opacity: 0;
    }

    .cd-search::before {
        content: '';
        position: absolute;
        right: 8px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        height: 16px;
        width: 16px;
        background: url(../img/cd-search.svg) 0 0 no-repeat;
    }

    .cd-search input {
        padding-right: 32px;
        width: 100%;
        height: 36px;
        border: none;
        border-radius: 0.25em;
        appearance: none;
    }

        .cd-search input:focus {
            outline: none;
        }

@media only screen, (min-width:768px) {
    .cd-search {
        float: left;
        display: inline-block;
        width: 190px;
        height: 100%;
        margin: 0 0 0 2.5em;
    }

        .cd-search.is-hidden {
            opacity: 1;
        }

        .cd-search::before {
            background-position: 0 -16px;
            right: 1em;
        }

        .cd-search form, .cd-search input {
            height: 100%;
            width: 100%;
        }

        .cd-search input {
            border: none;
            padding-right: 2.6em;
            border-radius: 0;
            background-color: #24282b;
            border-right: 1px solid #313435;
            color: #ffffff;
        }
}

.cd-top-nav > li > a::before {
    display: none;
}

.cd-top-nav img {
    position: absolute;
    right: 1.8em;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: none;
}

.cd-top-nav a {
    display: block;
    font-size: 1.4rem;
    color: #ffffff;
}

.cd-top-nav > li {
    display: inline-block;
    margin-right: 1em;
    height: 100%;
}

    .cd-top-nav > li:last-of-type {
        margin-right: 0;
    }

.cd-top-nav img {
    display: block;
}

}

@media only screen, (min-width:980px) {
    .cd-top-nav > li:last-of-type {
        margin-right: 16px;
    }
}

@media only screen, (min-width:1170px) {
    .cd-top-nav li:not(.has-children) a:hover {
        color: #1784c7;
    }
}

.cd-side-nav.nav-is-visible {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    transition: opacity 0.2s 0s, visibility 0s 0s;
    max-height: none;
    box-shadow: 0 2px 10px rgb(0 0 0 / 0.2);
}

.cd-side-nav .cd-label {
    text-transform: uppercase;
    font-weight: bold;
    color: #646a6f;
    font-size: 1rem;
    letter-spacing: 0.1em;
}

.cd-side-nav ul.cd-top-nav > li:last-of-type > a {
    border-bottom: none;
}

.cd-side-nav > ul > li > a::before {
    position: absolute;
    content: '';
    right: 5%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
}

.cd-side-nav > ul > li.overview > a::before {
    background-position: -64px 0;
}

.cd-side-nav > ul > li.notifications > a::before {
    background-position: -80px 0;
}

.cd-side-nav > ul > li.comments > a::before {
    background-position: -48px 0;
}

.cd-side-nav > ul > li.bookmarks > a::before {
    background-position: -32px 0;
}

.cd-side-nav > ul > li.images > a::before {
    background-position: 0 0;
}

.cd-side-nav > ul > li.users > a::before {
    background-position: -16px 0;
}

.cd-side-nav .count {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: calc(5% + 16px + 0.4em);
    padding: 0.2em 0.4em;
    background-color: #f44336;
    border-radius: 0.15em;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}

.cd-side-nav .action-btn a {
    display: block;
    margin: 0 5%;
    padding: 1em 0;
    background-color: #1784c7;
    border-radius: 0.25em;
    border: none;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.3), 0 1px 0 rgb(255 255 255 / 0.2) inset;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

    .cd-side-nav .action-btn a::before {
        display: none;
    }

.has-children > a::after {
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    left: 5%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: url(../img/cd-arrow.svg);
}

.has-children.selected > a::after {
    transform: translateY(-50%) rotate(180deg);
}

nav .menu-tab-change li a:hover {
    background: transparent;
    border: none;
    outline: none;
}

body::after {
    clear: both;
    content: "";
    display: table;
}

a {
    color: #1784c7;
    text-decoration: none;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.cd-main-content .content-wrapper {
    padding: 0;
}

    .cd-main-content .content-wrapper h1 {
        text-align: center;
        padding: 3em 0;
        font-size: 2rem;
    }

.cd-main-content::before {
    display: none;
    content: 'mobile';
}

@media only screen, (max-width:767px) {
    .cd-main-content .content-wrapper {
        margin-top: 40px;
    }
}

@media only screen, (min-width:768px) {
    .cd-main-content .content-wrapper {
        float: left;
        height: 150px;
        width: calc(100% - 110px);
        margin-top: 40px;
    }

        .cd-main-content .content-wrapper h1 {
            padding: 4em 0;
            font-size: 3.2rem;
            font-weight: 300;
            height: 900px;
        }

    .cd-main-content::before {
        content: 'tablet';
    }
}

@media only screen, (min-width:1170px) {
    .cd-main-content .content-wrapper {
        width: calc(100% - 102px);
    }

    .cd-main-content::before {
        content: 'desktop';
    }
}

.cd-main-header::after {
    clear: both;
    content: "";
    display: table;
}

@media only screen, (min-width:768px) {
    .cd-main-header {
        position: fixed;
        height: 40px;
    }
}

.cd-logo {
    float: right;
    display: block;
    margin: 11px 5% 0 0;
}

    .cd-logo img {
        display: block;
    }

@media only screen, (min-width:768px) {
    .cd-logo {
        margin: 9px 38px 0 37px;
    }
}

.cd-nav-trigger {
    float: right;
    position: relative;
    display: block;
    width: 34px;
    height: 44px;
    margin-right: 5%;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
}

    .cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
        position: absolute;
        display: inline-block;
        height: 3px;
        width: 24px;
        background: #ffffff;
    }

    .cd-nav-trigger span {
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -2px;
        transition: background 0.2s;
    }

        .cd-nav-trigger span::before, .cd-nav-trigger span::after {
            content: '';
            right: 0;
            transform: translateZ(0);
            backface-visibility: hidden;
            transform-origin: 0% 50%;
            transition: transform 0.2s;
        }

        .cd-nav-trigger span::before {
            top: -6px;
        }

        .cd-nav-trigger span::after {
            top: 6px;
        }

    .cd-nav-trigger.nav-is-visible span {
        background: rgb(255 255 255 / 0);
    }

        .cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
            background: white;
        }

        .cd-nav-trigger.nav-is-visible span::before {
            transform: translateX(4px) translateY(-3px) rotate(45deg);
        }

        .cd-nav-trigger.nav-is-visible span::after {
            transform: translateX(4px) translateY(2px) rotate(-45deg);
        }

@media only screen, (min-width:768px) {
    .cd-nav-trigger {
        display: none;
    }
}

.cd-search {
    position: relative;
    margin: 1.2em 5% 0.6em;
}

    .cd-search.is-hidden {
        opacity: 0;
    }

    .cd-search::before {
        content: '';
        position: absolute;
        right: 8px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        height: 16px;
        width: 16px;
        background: url(../img/cd-search.svg) 0 0 no-repeat;
    }

    .cd-search input {
        padding-right: 32px;
        width: 100%;
        height: 36px;
        border: none;
        border-radius: 0.25em;
        appearance: none;
    }

        .cd-search input:focus {
            outline: none;
        }

@media only screen, (min-width:768px) {
    .cd-search {
        float: left;
        display: inline-block;
        width: 190px;
        height: 100%;
        margin: 0 0 0 2.5em;
    }

        .cd-search.is-hidden {
            opacity: 1;
        }

        .cd-search::before {
            background-position: 0 -16px;
            right: 1em;
        }

        .cd-search form, .cd-search input {
            height: 100%;
            width: 100%;
        }

        .cd-search input {
            border: none;
            padding-right: 2.6em;
            border-radius: 0;
            background-color: #24282b;
            border-right: 1px solid #313435;
            color: #ffffff;
        }
}

.cd-nav {
    display: none;
}

@media only screen, (min-width:768px) {
    .cd-nav {
        display: block;
        float: left;
        height: 100%;
    }

    .mntb {
        display: block;
        float: right;
        height: 100%;
    }
}

.cd-top-nav > li > a::before {
    display: none;
}

.cd-top-nav > li a {
    padding: 1em 5% !important;
}

.cd-top-nav img {
    position: absolute;
    right: 1.8em;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: none;
}

@media only screen, (min-width:768px) {
    .cd-top-nav a {
        display: block;
        font-size: 1.4rem;
        color: #ffffff;
    }

    .cd-top-nav > li {
        display: inline-block;
        margin-right: 1em;
        height: 100%;
    }

        .cd-top-nav > li:last-of-type {
            margin-right: 0;
        }

        .cd-top-nav > li a {
            padding: 1em 0.6em !important;
        }

    .cd-top-nav img {
        display: block;
    }
}

@media only screen, (min-width:980px) {
    .cd-top-nav > li:last-of-type {
        margin-right: 16px;
    }
}

@media only screen, (min-width:1170px) {
    .cd-top-nav li:not(.has-children) a:hover {
        color: #1784c7;
    }
}

.cd-side-nav {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 100%;
    padding: 45px 0 0;
    background-color: #e6e6e6;
    color: aquamarine !important;
    border-left: 1px solid #c3c3c3;
    visibility: hidden;
    opacity: 0;
    max-height: 100vh;
    overflow: hidden;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

    .cd-side-nav.nav-is-visible {
        opacity: 1;
        visibility: visible;
        overflow: visible;
        transition: opacity 0.2s 0s, visibility 0s 0s;
        max-height: none;
        box-shadow: 0 2px 10px rgb(0 0 0 / 0.2);
    }

    .cd-side-nav > ul:last-of-type {
        padding-bottom: 0;
    }

    .cd-side-nav .cd-label, .cd-side-nav a {
        display: block;
        padding: 1em 5%;
    }

    .cd-side-nav .cd-label {
        text-transform: uppercase;
        font-weight: bold;
        color: #646a6f;
        font-size: 1rem;
        letter-spacing: 0.1em;
    }

    .cd-side-nav a {
        position: relative;
        color: #ffffff;
        font-size: 1.4rem;
    }

    .cd-side-nav ul.cd-top-nav > li:last-of-type > a {
        border-bottom: none;
    }

    .cd-side-nav > ul > li > a::before {
        position: absolute;
        content: '';
        right: 5%;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        height: 16px;
        width: 16px;
    }

    .cd-side-nav > ul > li.overview > a::before {
        background-position: -64px 0;
    }

    .cd-side-nav > ul > li.notifications > a::before {
        background-position: -80px 0;
    }

    .cd-side-nav > ul > li.comments > a::before {
        background-position: -48px 0;
    }

    .cd-side-nav > ul > li.bookmarks > a::before {
        background-position: -32px 0;
    }

    .cd-side-nav > ul > li.images > a::before {
        background-position: 0 0;
    }

    .cd-side-nav > ul > li.users > a::before {
        background-position: -16px 0;
    }

    .cd-side-nav .count {
        position: absolute;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        left: calc(5% + 16px + 0.4em);
        padding: 0.2em 0.4em;
        background-color: #f44336;
        border-radius: 0.15em;
        color: #ffffff;
        font-weight: bold;
        font-size: 1.2rem;
        text-align: center;
    }

    .cd-side-nav .action-btn a {
        display: block;
        margin: 0 5%;
        padding: 1em 0;
        background-color: #1784c7;
        border-radius: 0.25em;
        border: none;
        box-shadow: 0 1px 3px rgb(0 0 0 / 0.3), 0 1px 0 rgb(255 255 255 / 0.2) inset;
        text-align: center;
        color: #ffffff;
        font-weight: bold;
    }

        .cd-side-nav .action-btn a::before {
            display: none;
        }

@media only screen, (min-width:768px) {
    .cd-side-nav {
        position: relative;
        float: right;
        top: auto;
        width: 110px;
        min-height: 100vh;
        height: 100%;
        padding-top: 40px;
        visibility: visible;
        opacity: 1;
        overflow: visible;
        max-height: none;
        user-select: none;
    }

        .cd-side-nav.nav-is-visible {
            box-shadow: none;
        }

        .cd-side-nav.is-fixed {
            position: fixed;
        }

        .cd-side-nav > ul {
            padding: 0;
        }

        .cd-side-nav .cd-label {
            display: none;
        }

        .cd-side-nav a {
            font-size: 1.2rem;
            text-align: center;
        }

        .cd-side-nav > ul > li > a {
            padding: calc(2.2em + 24px) 0 2.4em;
        }

            .cd-side-nav > ul > li > a::before {
                left: 50%;
                right: auto;
                transform: translateX(-50%);
                top: 2.4em;
            }

        .cd-side-nav .active > a {
            box-shadow: -3px 0 0 #1784c7 inset;
            background-color: #24282b;
        }

        .cd-side-nav .action-btn a {
            margin: 1em 10% 0;
        }

        .cd-side-nav .count {
            height: 8px;
            width: 8px;
            border-radius: 50%;
            box-shadow: 0 0 6px rgb(0 0 0 / 0.2);
            padding: 0;
            top: 2em;
            transform: translateX(-50%);
            left: calc(50% + 5px);
            right: auto;
            color: transparent;
        }
}

@media only screen, (min-width:1170px) {
    .cd-side-nav {
        width: 100px;
    }

        .cd-side-nav > ul {
            padding: 0.6em 0;
        }

            .cd-side-nav > ul > li:not(.action-btn):hover > a {
                background-color: #dfdfdf;
                color: #2c76e4;
            }

            .cd-side-nav > ul > li > a {
                padding: 1em 42px 1em 1em;
                text-align: right;
                border-bottom: none;
                padding: 10px 0;
                text-align: center;
                color: #313030;
                font-size: 11px;
                font-weight: 500;
            }

                .cd-side-nav > ul > li > a::before {
                    top: 50%;
                    bottom: auto;
                    transform: translateY(-50%);
                    right: 18px;
                }

        .cd-side-nav .cd-label {
            display: block;
            padding: 1em 18px;
        }

        .cd-side-nav .action-btn {
            text-align: left;
        }

            .cd-side-nav .action-btn a {
                margin: 0 18px;
            }

    .no-touch .cd-side-nav .action-btn a:hover {
        background-color: #1a93de;
    }

    .cd-side-nav .count {
        color: #ffffff;
        height: auto;
        width: auto;
        border-radius: 0.25em;
        padding: 0.2em 0.4em;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        left: 18px;
        right: auto;
        box-shadow: none;
    }
}

.has-children ul {
    position: relative;
    width: 100%;
    display: none;
    background-color: #1c1f22;
}

.has-children > a::after {
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    left: 5%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: url(../img/cd-arrow.svg);
}

.has-children.selected > ul {
    display: block;
}

.has-children.selected > a::after {
    transform: translateY(-50%) rotate(180deg);
}

@media only screen, (min-width:768px) {
    .has-children {
        position: relative;
    }

        .has-children ul {
            position: absolute;
            top: 0;
            right: 100%;
            width: 160px;
            padding: 0;
            box-shadow: 0 2px 10px rgb(0 0 0 / 0.3);
        }

            .has-children ul a {
                text-align: right;
                border: none;
                padding: 1em;
            }

    .no-touch .has-children ul a:hover {
        color: #1784c7;
    }

    .has-children > a::after {
        display: none;
    }

    .cd-side-nav .has-children.selected > a {
        background-color: #33383e;
    }

    .cd-top-nav .has-children {
        position: relative;
        background-color: #24282b;
    }

        .cd-top-nav .has-children > a::after { /* display : block; */ /* left : 1.8em; */ /* right : auto; */
        }

        .cd-top-nav .has-children ul {
            background-color: #1c1f22;
            width: 100%;
            top: 100%;
            right: 0;
            left: auto;
            box-shadow: 0 1px 10px rgb(0 0 0 / 0.2);
        }

            .cd-top-nav .has-children ul a {
                padding-left: 18px !important;
            }
}

@media only screen, (min-width:1170px) {
    .has-children > ul {
        width: 100%;
        z-index: 1;
    }

    .has-children ul a {
        padding-left: 18px;
    }

    .has-children.active > ul {
        position: relative;
        display: block;
        right: 0;
        box-shadow: none;
    }

    .no-touch .cd-side-nav .has-children:hover > ul, .cd-side-nav .has-children.hover > ul {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.tab-plus .nav-tabs > li {
    position: relative;
    outline: none;
}

    .tab-plus .nav-tabs > li > a {
        display: inline-block;
    }

    .tab-plus .nav-tabs > li > span {
        display: none;
        cursor: pointer;
        position: absolute;
        left: 4px;
        top: 12px;
        color: #c20000;
    }

        .tab-plus .nav-tabs > li > span:hover {
            color: #EA392C;
        }

    .tab-plus .nav-tabs > li:hover > span {
        display: flex;
    }

.tab-plus .nav-tabs {
    border-bottom: 2px solid #DDD;
}

    .tab-plus .nav-tabs > li.active > a, .tab-plus .nav-tabs > li.active > a:focus, .tab-plus .nav-tabs > li.active > a:hover {
        border-width: 0;
    }

    .tab-plus .nav-tabs > li > a {
        border: none;
        color: #666;
        outline: none;
        background: transparent !important;
    }

        .tab-plus .nav-tabs > li.active > a, .tab-plus .nav-tabs > li > a:hover {
            border: none;
            color: #4285F4 !important;
            background: transparent;
        }

        .tab-plus .nav-tabs > li > a:after {
            content: "";
            background: #4285F4;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 50%;
            bottom: -1px;
            transition: all 250ms 0s ease;
            width: 0;
        }

    .tab-plus .nav-tabs > li.active > a:after, .tab-plus .nav-tabs > li:hover > a:after {
        width: 100%;
        left: 0;
    }

.tab-plus .tab-nav > li > a:after {
    background: none 0% 0% repeat scroll #21527d;
    color: #fff;
}

.tab-plus .tab-pane {
    padding: 15px 0;
}

.tab-plus .card {
    background: none 0% 0% repeat scroll #FFF;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.3);
    margin-bottom: 30px;
}

.menu-tab-change {
    border: none;
}

nav .menu-tab-change li a {
    padding: 0 !important;
    height: 100%;
    line-height: 37px;
    background: transparent;
    border: none;
}

    nav .menu-tab-change li a:hover {
        background: transparent;
        border: none;
        outline: none;
    }

.mntb .nav-tabs > li.active > a, .mntb .nav-tabs > li.active > a:focus, .mntb .nav-tabs > li.active > a:hover {
    outline: none;
    background: transparent;
    border: none;
    color: #4193e4;
    cursor: pointer;
}

.mntb .nav > li > a:focus, .mntb .nav > li > a:hover {
    background: transparent;
    color: #f9483b;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: transparent;
}

.mntb .nav > li .dropdown-toggle {
    cursor: pointer;
}

.mntb .nav-tabs .dropdown-menu {
    text-align: right;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 0.05);
    right: 0;
}

    .mntb .nav-tabs .dropdown-menu li {
        height: 28px;
    }

    .mntb .nav-tabs .dropdown-menu a {
        line-height: 28px;
        padding: 0 10px !important;
    }

    .mntb .nav-tabs .dropdown-menu li:hover a {
        background: #c7c7c7;
        color: #353535;
    }

.mntb .dropdown-menu > .active > a, .mntb .dropdown-menu > .active > a:focus, .mntb .dropdown-menu > .active > a:hover {
    background: #F9483B;
}

.marg-top-10 {
    margin-top: 10px;
}

.marg-right-10 {
    margin-right: 10px;
}

.marg-left-10 {
    margin-left: 10px;
}

.sub-btn {
    font-size: 13px;
    padding: 6px 18px 4px;
    border-radius: 1px;
    border: #c5c5c5 solid 1px;
    font-family: IRANsans;
    outline: none;
    height: 30px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.btn-one {
    padding: 6px 18px 4px;
    border-radius: 1px;
    border: #c5c5c5 solid 1px;
    font-family: IRANsans;
    font-size: 13px;
    background: #f5f5f5;
    outline: none;
}

.select-one {
    min-width: 110px;
    border-radius: 1px;
    border: #c5c5c5 solid 1px;
    font-family: IRANsans;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    background: #f5f5f5;
    outline: none;
}

div.k-grid-footer, div.k-grid-header {
    padding-right: 0 !important;
    padding-left: 17px !important;
}

.k-filtercell > .k-operator-hidden {
    padding-right: 0 !important;
}

.k-grid-header th.k-header > .k-link {
    text-align: right !important;
}

.k-grid-pager, .k-scheduler-footer {
    direction: ltr;
}

.k-pager-sizes .k-widget.k-dropdown {
    margin-top: -2px;
    width: 75px;
}

.searchdiv {
    width: 96%;
    float: right;
    background: #ffffff;
    margin-right: 20px;
    margin-left: 20px;
    border: #e1e1e1 solid 1px;
    margin-top: 10px;
    padding-bottom: 10px;
    position: relative;
    padding-top: 10px;
    margin-bottom: 20px;
}

span.searchspan {
    color: #0080ff;
    float: left;
    position: absolute;
    top: -8px;
    right: 20px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 13px;
    background: white;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.k-grid tr td {
    font-size: 13px;
    padding: 6px 10px;
}

.k-grid-header:first-child, .k-grid-toolbar:first-child, .k-grid > .k-grouping-header, .k-scheduler > .k-scheduler-toolbar:first-child {
    border-radius: 3px 3px 0 0;
    padding: 0 10px;
    font-size: 13px;
    background: #d9d9d9;
}

.k-filter-row .k-dropdown-operator, .k-filtercell > span > .k-button {
    position: absolute !important;
    top: 0 !important;
    left: -2px !important;
    right: auto !important;
}

.blogShort {
    border-bottom: 1px solid #ddd;
}

.add {
    background: #333;
    padding: 10%;
    height: 300px;
}

.nav-sidebar {
    width: 100%;
    padding: 30px 0;
    border-right: 1px solid #ddd;
}

    .nav-sidebar a {
        color: #333;
        transition: all 0.08s linear;
    }

    .nav-sidebar .active a {
        cursor: default;
        color: #73acea;
    }

    .nav-sidebar .text-overflow a, .nav-sidebar .text-overflow .media-body {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.btn-blog {
    color: #ffffff;
    background-color: #E50000;
    border-color: #E50000;
    border-radius: 0;
    margin-bottom: 10px;
}

    .btn-blog:hover, .btn-blog:focus, .btn-blog:active, .btn-blog.active, .open .dropdown-toggle.btn-blog {
        color: white;
        background-color: #0b56a8;
        border-color: #0b56a8;
    }

article h2 {
    color: #333333;
}

h2 {
    color: #0b56a8;
}

.margin10 {
    margin-bottom: 10px;
    margin-right: 10px;
}

.container .text-style {
    text-align: justify;
    line-height: 23px;
    margin: 0 13px 0 0;
    font-size: 19px;
}

.tab-content.ntbone {
    padding: 0 !important;
}

.AllResid {
    float: right;
    width: 600px;
    padding: 10px;
}

span.textsecleftheaderresid {
    float: right;
    width: 80px;
    font-size: 13px;
}

span.textthreeleftheaderresid {
    float: right;
    width: 80px;
    font-size: 13px;
    line-height: 19px;
}

.RightHeaderResid {
    width: 70%;
    margin-right: 210px;
    color: #ff0505;
}

.HeaderResid {
    float: right;
    width: 100%;
    border: #000 solid 1px;
    padding: 3px;
    line-height: 19px;
}

.LeftHeaderResid {
    width: 32%;
    float: left;
}

span.textforstleftheaderresid {
    width: 30%;
    float: left;
}

span.textforstleftheaderresid {
    float: right;
    width: 80px;
    font-size: 13px;
}

.ContentResid {
    float: right;
    border: #000 solid 1px;
    padding: 8px;
}

span.MohrContent {
    width: 100%;
    margin-bottom: 5px;
    padding-left: 20px;
    float: right !important;
    color: red;
    text-align: left;
}

span.TavajoContent {
    margin-bottom: 5px;
    width: 100%;
    float: right;
    color: red;
}

span.fourtextContent {
    float: right;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
}

span.fivetextContent {
    float: right;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
}

span.firsttextContent {
    margin-bottom: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

img.ImgeditArticle {
    width: 100px;
    height: 100px;
}

.col-lg-12.oneRowInContactUs {
    margin-bottom: 10px;
}

span.NameContactUs {
    line-height: 25px;
}

span.k-icon.k-i-excel {
    margin-left: 10px;
}

input#Url {
    direction: ltr;
}

div#myModal {
    overflow: auto;
}

.modal-dialog {
    width: 1100px;
}

div#myModalTerm {
    overflow: auto;
}

div#myModalServicesBase {
    overflow: auto;
}

div#myModalPardakht {
    overflow: auto;
}

.divPropertiesStudentinPardakht {
    float: right;
    width: 100%;
    height: auto;
    background: white;
    padding: 15px;
    border: #ddd solid 1px;
    margin-bottom: 40px;
}

span.titlePropertiesStudentinPardakht {
    float: right;
    position: relative;
    top: 8px;
    background: white;
    padding: 0 10px;
}

span.itemPropertiesStudentinPardakht {
    float: right;
    margin: 10px 5px 0 3px;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
}

span.ResitemPropertiesStudentinPardakht {
    float: right;
    margin: 11px 5px 2px;
    font-size: 13px;
    line-height: 22px;
}

img.imgstudentPropertiesStudentinPardakht {
    float: left;
    width: 150px;
    height: 150px;
    border: #eee solid 1px;
    padding: 2px;
}

.divPardakhtnaghdi {
    float: right;
    width: 100%;
    background: white;
    height: 230px;
    overflow: auto;
    margin-bottom: 15px;
    font-size: 13px;
}

.rightPardakhtnaghdi {
    float: right;
    width: 35%;
    height: 100%;
}

.LeftPardakhtnaghdi {
    float: right;
    width: 65%;
    height: 200px;
    overflow: auto;
    padding-top: 1px;
}

span.spanrowinrightPardakhtnaghdi {
    width: 100px;
    float: right;
    direction: ltr;
    margin-left: 20px;
}

.rowinrightPardakhtnaghdi {
    width: 100%;
    margin-bottom: 10px;
}

input.inputrowinrightPardakhtnaghdi {
    border: #c5c5c5 solid 1px;
    border-radius: 2px;
    color: black;
}

table.tablePardakht {
    width: 100%;
    text-align: center;
}

.tablePardakht tr {
    margin-bottom: 10px;
}

tr.tablePardakhttr {
    margin: 5px 0;
    padding: 5px;
    line-height: 25px;
    border: #eee solid 1px;
}

tr.tablePardakhttrDelete {
    background: #ff5c5c;
    color: aliceblue;
    margin: 5px 0;
    padding: 5px;
    line-height: 25px;
    border: #eee solid 1px;
}

.divtextforstleftheaderresid {
    float: right;
    width: 100%;
}

.Govahiresid {
    float: right;
    width: 100%;
    margin-bottom: 20px;
    line-height: 22px;
}

div#myModalCopyStudentIntoTerm {
    overflow: auto;
}

.form-signinforReels {
    padding: 150px 0;
    margin: 0 auto !important;
    width: 300px;
}

.capcha-reg {
    text-align: center;
}

.btnloginforReels {
    background: #297bd5 !important;
    color: #eee !important;
}

    .btnloginforReels:hover {
        background: #0e65c7 !important;
        color: #eee !important;
    }

.captchaforadminlogin {
    height: 40px;
    width: 70%;
}

label#Err {
    color: #ff5151;
    background: antiquewhite;
    width: 100%;
    margin-top: 10px;
    font-weight: 500;
    padding: 5px;
    text-align: center;
    border: #ffc4c4 solid 1px;
    font-size: 14px;
}

div#ModalTaainGroup {
    overflow: auto;
}

span.NotAccess {
    color: #fa0019;
    background: antiquewhite;
    padding: 10px;
    float: right;
    text-align: center;
    border: #ff83a5 solid 1px;
    width: 100%;
    margin-top: 25px;
}

.sdad {
    float: right;
    width: 100%;
    margin-bottom: 10px;
    border: #eee solid 1px;
}

.divshams {
    float: right;
}

.sdad {
    float: right;
    width: 100%;
    margin-bottom: 10px;
    border: #eee solid 1px;
}

.divshams {
    float: right;
}

.sdad {
    float: right;
    width: 100%;
    margin-bottom: 10px;
    border: #eee solid 1px;
}

.divshams {
    float: right;
}

label#Topic-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#Writer-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#pic-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#MinMsg-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#Url-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#LargeTitle-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#SmaleTitle-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#Color-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

.k-grid tr td {
    border-style: solid;
    border-color: #ccc;
    line-height: 18px;
}

.k-grid-header th.k-header > .k-link {
    display: block;
    min-height: 18px;
    line-height: 18px;
    margin: -0.5em -0.6em -0.4em 0;
    padding: 0.2em 0.6em 0.2em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px !important;
}

/*input#Title {
    width: 275px !important;
    margin-left: 10px;
    border: #ddd solid 1px;
    height: 25px;
    border-radius: 2px;
    box-shadow: 0 0 9px 4px rgb(0 0 0 / 0.02) inset;
}*/

input[type="file"] {
    display: block;
    margin-left: 10px;
    float: right;
    width: 275px !important;
    margin-left: 10px;
    border: #ddd solid 1px;
    height: 25px;
    border-radius: 2px;
    box-shadow: 0 0 9px 4px rgb(0 0 0 / 0.02) inset;
}

textarea#MinMsg {
    width: 480px;
    float: right;
    margin-left: 10px;
    margin-left: 10px;
    border: #ddd solid 1px;
    border-radius: 2px;
    box-shadow: 0 0 9px 4px rgb(0 0 0 / 0.02) inset;
}

.ttlbt {
    border-radius: 1px;
    border: #c5c5c5 solid 1px;
    font-family: IRANsans;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    background: #f5f5f5;
    outline: none;
    width: 275px;
}

.mb-1 {
    margin-bottom: 10px;
}

.k-filtercell, .k-filtercell .k-widget, .k-filtercell > span {
    display: block;
    width: 100%;
    float: right;
}

    .k-filtercell, .k-filtercell .k-widget, .k-filtercell > span {
        display: block;
        width: 100% !important;
    }

img.ImgeditArticle {
    display: block;
    left: -500px;
    top: -70px;
}

.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    width: 31% !important;
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: #ddd solid 1px;
    width: 30% !important;
    margin-top: 5px;
    z-index: 1000;
}

.fs-option-label {
    margin-right: 20px;
}

textarea#Address {
    width: 480px;
    float: right;
    margin-left: 10px;
    margin-left: 10px;
    background: #fafafa;
    border: #ddd solid 1px;
    border-radius: 2px;
}

input#TakhsisGroupbtn {
    margin-right: 174px;
    margin-top: 0;
}

input#CopyStudentIntoTermBtn {
    float: right;
    margin-top: 20px;
    margin-bottom: -8px;
}

.k-grid tr td {
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-left: 0 !important;
}

.inputtextbox2 {
    width: 205px !important;
    margin-left: 10px;
    background: #fafafa;
    border: #ddd solid 1px;
    height: 25px;
    border-radius: 2px;
}

.btnPardakht {
    border: #eee solid 1px;
    padding: 8px 15px;
    color: aliceblue;
    background: #5c80ff;
    font-size: 14px;
    float: right;
}

div#RegistertermTab {
    margin-bottom: 25px;
}

span.k-icon.k-edit {
    display: none;
}

span.k-icon.k-delete {
    display: none;
}

span.k-icon.k-add {
    display: none;
}

span.k-icon.k-update {
    display: none;
}

span.k-icon.k-cancel {
    display: none;
}

input#opendivcontentTime {
    width: 100px;
    height: 25px;
}

span.zamen {
    position: absolute;
    left: 2px;
    top: 9px;
}

.zamenlbl {
    position: absolute;
}

.showorhidezamen {
    padding-right: 37px;
}

.divallEblaghie {
    float: right;
    width: 90%;
    margin-right: 5%;
    margin-bottom: 15px;
}

.divHeaderEblaghie {
    float: right;
    width: 100%;
    background: #5a8df4;
    border: #5a8df4 solid 1px;
    color: #ffffff;
}

.divMsgEblaghie {
    float: right;
    width: 100%;
    background: #ffffff;
    height: auto;
    padding: 10px;
    line-height: 21px;
    font-size: 13px;
    border: #9a9a9a solid 1px;
    border-top: none;
}

.DivRight {
    float: right;
    width: 40%;
}

.DivLeft {
    float: left;
    width: 60%;
}

span.spanright {
    float: right;
    padding: 15px 20px;
    font-size: 16px;
}

span.spanleft {
    float: left;
    padding: 15px;
    font-size: 14px;
}

.divHeaderEblaghie.pasokh {
    background: #fc5656;
    border: #fa4b4b solid 1px;
}

.donzamime {
    float: right;
    background: #f6f6f6;
    width: 100%;
    border: #9a9a9a solid 1px;
    font-size: 12px;
    padding: 5px 10px;
    border-top: none;
}

img.alertEblaghiat {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 20px;
}

label#StrBeginDate-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#StrEndDate-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

span.ErrorMessage {
    background: #ff6c60;
    width: 100%;
    margin-top: 10px;
    float: right;
    padding: 5px;
    text-align: center;
    color: white;
}

div#myModalPardakhtHogoogh {
    overflow: auto;
}

label#APIKEY-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#SenderSmsNumber-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

@media print {
    .TableAtendense th {
        background-color: #956382 !important;
        color: #fff !important;
        font-weight: 100;
    }

    .divallnaghdifishterm {
        float: right !important;
        width: 100%;
        margin: 0 0 12px;
    }
}

label#StudentCode-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PricePayeHoghoogh-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PriceAyabZohab-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PriceTahol-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PriceFood-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

table.TableGroupPardakht {
    text-align: center;
}

.divpadashkosoorat {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.floatrightdiv {
    float: right;
    width: 29%;
}

span.spanPadash {
    float: right;
    width: 100%;
    background: antiquewhite;
}

span.spankosoorat {
    float: right;
    width: 100%;
    background: aqua;
}

span.spanKhalesPardakhti {
    float: right;
    width: 100%;
    background: burlywood;
}

.divonePropertyperson {
    float: right;
    width: 100%;
}

span.lblperson {
    float: right;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
}

span.resperson {
    float: right;
    font-size: 13px;
    line-height: 17px;
}

span.unreadteachernewscount {
    background: red;
    color: white;
    border-radius: 50px;
    padding: 2px 7px;
    line-height: 20px;
    position: absolute;
}

span.titleteachernews {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
    float: right;
}

span.MinMsgteachernews {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 10px;
    float: right;
}

span.Msgteachernews {
    font-size: 12px;
    line-height: 21px;
}

label#ExamName-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PayAddOn-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

span#ErrorSelectTypePardakhtKhadamat {
    color: red;
    font-size: 17px;
}

span#ErrorSelectTypePardakhtPishPardakht {
    color: red;
    font-size: 17px;
}

span.lbltermfish {
    font-size: 12px !important;
    float: right;
    font-weight: 500;
    margin-left: 5px;
}

.divrowFishTerm {
    float: right;
    width: 100%;
}

span.resfishterm {
    float: right;
    color: red;
    font-size: 12px;
}

.divallnaghdifishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallKartKhanfishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallTakhfiffishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallPishPardakhtAghsatfishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallAghsatfishterm {
    float: right;
    width: 100%;
    margin-top: 10px;
}

.divallKhadamatfishterm {
    float: right;
    background: aliceblue;
    width: 100%;
    margin: 0 0 12px;
}

label#TermTypeBaseId-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#NumberOfSession-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

.DivAroundGrid {
    border: #aeaeae solid 1px;
    padding: 8px;
    margin-bottom: 40px;
    border-radius: 4px;
    position: relative;
}

span.lblAroundGrid {
    right: 35px;
    position: absolute;
    top: -13px;
    background: white;
    padding: 4px 10px;
    border-right: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae;
    font-size: 13px;
    color: #428bcb;
}

.PropertiesteacherSalary {
    float: right;
    margin-bottom: 20px;
}

.onedatarecord {
    float: right;
    width: 165px;
}

.onedatarecordtermproperties {
    float: right;
    width: 100%;
}

span.lbltermfishtermproperties {
    font-size: 11px;
    float: right;
    font-weight: 600;
    padding-right: 15px;
    margin-bottom: 10px;
}

span.resfishtermtermproperties {
    float: right;
    padding-right: 6px;
    font-size: 11px;
}

.termProperties {
    float: right;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #f80505;
}

.divallplan {
    width: 1170px;
    float: right;
    background: white;
    height: 500px;
    border: solid 1px;
}

.divallplanDay {
    float: right;
    width: 100%;
    background: antiquewhite;
}

.divallplanClock {
    background: #d37900;
    float: right;
    height: 50px;
    width: 50px;
}

.satallplanDay {
    float: right;
    width: 100%;
    margin-bottom: 2px;
}

label#NewPassword-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#ReNewPassword-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

.allresidkol {
    float: right;
    border: #f00 solid 1px;
    width: 15cm;
    padding: 10px;
    margin-bottom: 40px;
}

.divTitleresidt {
    float: right;
    width: 100%;
    text-align: center;
    padding: 5px;
}

span.lblTitleResidDaryaft {
    color: red;
    font-size: 16px;
}

.divmohremza {
    float: right;
    width: 100%;
    text-align: left;
}

span.spanmohremza {
    width: 100%;
    float: right;
    color: #ff0000;
    font-size: 15px;
    padding-left: 25px;
}

.divrightresid {
    float: right;
    width: 60%;
}

.divleftresid {
    float: right;
    width: 40%;
}

.fg-menu-container {
    position: absolute;
    top: 0;
    left: -999px;
    padding: 0.4em;
    overflow: hidden;
    z-index: 99999;
    height: 200px !important;
}

.k-filtercell, .k-filtercell .k-widget, .k-filtercell > span {
    display: block;
    width: 100%;
    float: right;
}

    .k-filtercell, .k-filtercell .k-widget, .k-filtercell > span {
        display: block;
        width: 100% !important;
    }

.inputtextbox {
    width: 275px !important;
    margin-left: 10px;
    background: #fafafa;
    border: #ddd solid 1px;
    height: 25px;
    border-radius: 2px;
    float: right;
    margin-bottom: 10px;
}

img.ImgeditArticle {
    display: block;
    left: -500px;
    top: -70px;
}

.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    width: 31% !important;
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: #ddd solid 1px;
    width: 30% !important;
    margin-top: 5px;
    z-index: 1000;
}

.fs-option-label {
    margin-right: 20px;
}

textarea#Address {
    width: 480px;
    float: right;
    margin-left: 10px;
    margin-left: 10px;
    background: #fafafa;
    border: #ddd solid 1px;
    border-radius: 2px;
}

input#TakhsisGroupbtn {
    margin-right: 174px;
    margin-top: 0;
}

input#CopyStudentIntoTermBtn {
    float: right;
    margin-top: 20px;
    margin-bottom: -8px;
}

.k-grid tr td {
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-left: 0 !important;
}

.inputtextbox2 {
    width: 205px !important;
    margin-left: 10px;
    background: #fafafa;
    border: #ddd solid 1px;
    height: 25px;
    border-radius: 2px;
}

.btnPardakht {
    border: #eee solid 1px;
    padding: 8px 15px;
    color: aliceblue;
    background: #5c80ff;
    font-size: 14px;
    float: right;
}

div#RegistertermTab {
    margin-bottom: 25px;
}

span.k-icon.k-edit {
    display: none;
}

span.k-icon.k-delete {
    display: none;
}

span.k-icon.k-add {
    display: none;
}

span.k-icon.k-update {
    display: none;
}

span.k-icon.k-cancel {
    display: none;
}

.fg-button .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
}

input#opendivcontentTime {
    width: 100px;
    height: 25px;
}

span.zamen {
    position: absolute;
    left: 2px;
    top: 9px;
}

.zamenlbl {
    position: absolute;
}

.showorhidezamen {
    padding-right: 37px;
}

.divallEblaghie {
    float: right;
    width: 90%;
    margin-right: 5%;
    margin-bottom: 15px;
}

.divHeaderEblaghie {
    float: right;
    width: 100%;
    background: #5a8df4;
    border: #5a8df4 solid 1px;
    color: #ffffff;
}

.divMsgEblaghie {
    float: right;
    width: 100%;
    background: #ffffff;
    height: auto;
    padding: 10px;
    line-height: 21px;
    font-size: 13px;
    border: #9a9a9a solid 1px;
    border-top: none;
}

.DivRight {
    float: right;
    width: 40%;
}

.DivLeft {
    float: left;
    width: 60%;
}

span.spanright {
    float: right;
    padding: 15px 20px;
    font-size: 16px;
}

span.spanleft {
    float: left;
    padding: 15px;
    font-size: 14px;
}

.divHeaderEblaghie.pasokh {
    background: #fc5656;
    border: #fa4b4b solid 1px;
}

.donzamime {
    float: right;
    background: #f6f6f6;
    width: 100%;
    border: #9a9a9a solid 1px;
    font-size: 12px;
    padding: 5px 10px;
    border-top: none;
}

img.alertEblaghiat {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 20px;
}

label#StrBeginDate-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#StrEndDate-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

span.ErrorMessage {
    background: #ff6c60;
    width: 100%;
    margin-top: 10px;
    float: right;
    padding: 5px;
    text-align: center;
    color: white;
}

div#myModalPardakhtHogoogh {
    overflow: auto;
}

label#APIKEY-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#SenderSmsNumber-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

@media print {
    .TableAtendense th {
        background-color: #956382 !important;
        color: #fff !important;
        font-weight: 100;
    }

    .divallnaghdifishterm {
        float: right !important;
        width: 100%;
        margin: 0 0 12px;
    }
}

label#StudentCode-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PricePayeHoghoogh-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PriceAyabZohab-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PriceTahol-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PriceFood-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

table.TableGroupPardakht {
    text-align: center;
}

.divpadashkosoorat {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.floatrightdiv {
    float: right;
    width: 29%;
}

span.spanPadash {
    float: right;
    width: 100%;
    background: antiquewhite;
}

span.spankosoorat {
    float: right;
    width: 100%;
    background: aqua;
}

span.spanKhalesPardakhti {
    float: right;
    width: 100%;
    background: burlywood;
}

.divonePropertyperson {
    float: right;
    width: 100%;
}

span.lblperson {
    float: right;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
}

span.resperson {
    float: right;
    font-size: 13px;
    line-height: 17px;
}

span.unreadteachernewscount {
    background: red;
    color: white;
    border-radius: 50px;
    padding: 2px 7px;
    line-height: 20px;
    position: absolute;
}

span.titleteachernews {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
    float: right;
}

span.MinMsgteachernews {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 10px;
    float: right;
}

span.Msgteachernews {
    font-size: 12px;
    line-height: 21px;
}

label#ExamName-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PayAddOn-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

span#ErrorSelectTypePardakhtKhadamat {
    color: red;
    font-size: 17px;
}

span#ErrorSelectTypePardakhtPishPardakht {
    color: red;
    font-size: 17px;
}

span.lbltermfish {
    font-size: 12px !important;
    float: right;
    font-weight: 500;
    margin-left: 5px;
}

.divrowFishTerm {
    float: right;
    width: 100%;
}

span.resfishterm {
    float: right;
    color: red;
    font-size: 12px;
}

.divallnaghdifishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallKartKhanfishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallTakhfiffishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallPishPardakhtAghsatfishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallAghsatfishterm {
    float: right;
    width: 100%;
    margin-top: 10px;
}

.divallKhadamatfishterm {
    float: right;
    background: aliceblue;
    width: 100%;
    margin: 0 0 12px;
}

label#TermTypeBaseId-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#NumberOfSession-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

.DivAroundGrid {
    border: #aeaeae solid 1px;
    padding: 8px;
    margin-bottom: 40px;
    border-radius: 4px;
    position: relative;
}

span.lblAroundGrid {
    right: 35px;
    position: absolute;
    top: -13px;
    background: white;
    padding: 4px 10px;
    border-right: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae;
    font-size: 13px;
    color: #428bcb;
}

.PropertiesteacherSalary {
    float: right;
    margin-bottom: 20px;
}

.onedatarecord {
    float: right;
    width: 165px;
}

.onedatarecordtermproperties {
    float: right;
    width: 100%;
}

span.lbltermfishtermproperties {
    font-size: 11px;
    float: right;
    font-weight: 600;
    padding-right: 15px;
    margin-bottom: 10px;
}

span.resfishtermtermproperties {
    float: right;
    padding-right: 6px;
    font-size: 11px;
}

.termProperties {
    float: right;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #f80505;
}

.divallplan {
    width: 1170px;
    float: right;
    background: white;
    height: 500px;
    border: solid 1px;
}

.divallplanDay {
    float: right;
    width: 100%;
    background: antiquewhite;
}

.divallplanClock {
    background: #d37900;
    float: right;
    height: 50px;
    width: 50px;
}

.satallplanDay {
    float: right;
    width: 100%;
    margin-bottom: 2px;
}

label#NewPassword-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#ReNewPassword-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

.allresidkol {
    float: right;
    border: #f00 solid 1px;
    width: 15cm;
    padding: 10px;
    margin-bottom: 40px;
}

.divTitleresidt {
    float: right;
    width: 100%;
    text-align: center;
    padding: 5px;
}

span.lblTitleResidDaryaft {
    color: red;
    font-size: 16px;
}

.divmohremza {
    float: right;
    width: 100%;
    text-align: left;
}

span.spanmohremza {
    width: 100%;
    float: right;
    color: #ff0000;
    font-size: 15px;
    padding-left: 25px;
}

.divrightresid {
    float: right;
    width: 60%;
}

.divleftresid {
    float: right;
    width: 40%;
}

.fg-menu-container {
    position: absolute;
    top: 0;
    left: -999px;
    padding: 0.4em;
    overflow: hidden;
    z-index: 99999;
    height: 200px !important;
}

.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    width: 31% !important;
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: #ddd solid 1px;
    width: 30% !important;
    margin-top: 5px;
    z-index: 1000;
}

.fs-option-label {
    margin-right: 20px;
}

textarea#Address {
    width: 480px;
    float: right;
    margin-left: 10px;
    margin-left: 10px;
    background: #fafafa;
    border: #ddd solid 1px;
    border-radius: 2px;
}

input#TakhsisGroupbtn {
    margin-right: 174px;
    margin-top: 0;
}

input#CopyStudentIntoTermBtn {
    float: right;
    margin-top: 20px;
    margin-bottom: -8px;
}

.k-grid tr td {
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-left: 0 !important;
}

.inputtextbox2 {
    width: 205px !important;
    margin-left: 10px;
    background: #fafafa;
    border: #ddd solid 1px;
    height: 25px;
    border-radius: 2px;
}

.btnPardakht {
    border: #eee solid 1px;
    padding: 8px 15px;
    color: aliceblue;
    background: #5c80ff;
    font-size: 14px;
    float: right;
}

div#RegistertermTab {
    margin-bottom: 25px;
}

span.k-icon.k-edit {
    display: none;
}

span.k-icon.k-delete {
    display: none;
}

span.k-icon.k-add {
    display: none;
}

span.k-icon.k-update {
    display: none;
}

span.k-icon.k-cancel {
    display: none;
}

textarea#Msg {
    width: 480px;
    float: right;
    margin-left: 10px;
    margin-left: 10px;
    background: #fafafa;
    border: #ddd solid 1px;
    border-radius: 2px;
}

textarea#BranchAddress {
    width: 480px;
    float: right;
    margin-left: 10px;
    margin-left: 10px;
    background: #fafafa;
    border: #ddd solid 1px;
    border-radius: 2px;
}

input#openDivSarfasl {
    width: 275px !important;
    margin-left: 10px;
    background: #939597;
    border: #ddd solid 1px;
    height: 25px;
    color: aliceblue;
    border-radius: 2px;
    font-family: IRANsans;
}

.DivRdioButton {
    width: 100%;
    float: right;
    margin-bottom: 45px;
    margin-right: 2px;
    border: #ddd solid 1px;
    padding: 10px;
    border-radius: 4px;
}

span.lableitem {
    float: left;
    line-height: 21px;
    font-size: 13px;
}

#menuLog {
    font-size: 1.4em;
    margin: 10px 20px 20px;
}

.hidden {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.fg-button {
    clear: left;
    margin: 0 4px 40px 20px;
    padding: 0.4em 1em;
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
    text-align: center;
}

    .fg-button .ui-icon {
        position: absolute;
        top: 50%;
        margin-top: -8px;
        left: 50%;
        margin-left: -8px;
    }

a.fg-button {
    float: right;
    width: 244px;
    font-size: 12px;
    font-weight: 400;
    background: whitesmoke;
    color: #65454c;
    position: absolute;
    right: 11px;
}

button.fg-button {
    width: auto;
    overflow: visible;
}

.fg-button-icon-left {
    padding-left: 2.1em;
}

.fg-button-icon-right {
    padding-right: 2.1em;
}

.fg-button-icon-left .ui-icon {
    right: auto;
    left: 0.2em;
    margin-left: 0;
}

.fg-button-icon-right .ui-icon {
    left: auto;
    right: 0.2em;
    margin-left: 0;
}

.fg-button-icon-solo {
    display: block;
    width: 8px;
    text-indent: -9999px;
}

#deftreesel {
    background: black;
    color: aliceblue;
    width: 15px;
    height: 15px;
    padding: 6px;
}

.fg-menu-container.ui-widget.ui-widget-content.ui-corner-all.fg-menu-ipod {
    font-size: 13px !important;
    direction: ltr;
}

.fg-menu a:link, .fg-menu a:visited, .fg-menu a:hover, .fg-menu a:active {
    float: left;
    width: 92%;
    padding: 0.3em 3%;
    text-decoration: none;
    outline: 0 !important;
    font-size: 13px;
}

div#DivForGroupTreeSelect {
    height: 34px;
    float: right;
}

img.loadingimg {
    width: 100px;
    margin-right: 100px;
    margin-top: 25px;
}

.divcontentTime {
    /* float: right; */
    width: 100%;
    /* border: #d9cece solid 1px; */
    padding-top: 12px;
}

.DivAllItemTime {
    float: right;
    background: #9c1999;
    padding: 10px 2px;
    color: aliceblue;
    margin-bottom: 10px;
    margin-top: 10px;
    border: #a0108e solid 1px;
}

.OneRecordDivAllItemTime {
    margin: 2px 10px;
    border: #bc13b9 solid 1px;
    padding: 4px;
    background: #bc13b9;
    font-size: 13px;
    height: 20px;
    text-align: center;
}

span.remove {
    margin-right: 30px;
    float: left;
    cursor: default;
}

    span.remove:hover {
        color: #2d2828;
    }

span.EndtimeDivAllItemTime {
    float: right;
    width: 70px;
    height: 13px;
}

span.begintimeDivAllItemTime {
    width: 60px;
    float: right;
    height: 13px;
}

span.DayDivAllItemTime {
    float: right;
    width: 70px;
    height: 13px;
}

span.addTime {
    padding: 6px 18px 4px;
    border-radius: 1px;
    border: #c5c5c5 solid 1px;
    font-family: IRANsans;
    outline: none;
    float: right;
    cursor: default;
}

table.ui-timepicker-table.ui-widget-content.ui-corner-all {
    float: right;
    width: 275px;
    height: 140px;
}

table.ui-timepicker {
    float: right;
    width: 100%;
    height: 100%;
    line-height: 23px;
    direction: ltr;
    background: #f0efea;
    font-size: 14px;
    font-weight: 400;
}

.ui-timepicker-title.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    float: right;
    background: #45453f;
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    border: #f0efea solid 1px;
}

td.ui-timepicker-hours {
    float: left;
    margin: 8px;
    width: 60%;
}

td.ui-timepicker-minutes {
    float: right;
    margin: 8px;
    width: 26%;
    text-align: center;
}

span#DayDay {
    float: right;
    width: 70px;
    height: 13px;
}

td a.ui-state-default {
    background: #3b3938 !important;
    border: 0 !important;
    color: #fff !important;
    border-radius: 3px;
    padding: 2px;
    font-size: 12px;
}

th.periods {
    padding-right: 4px !important;
}

.col-lg-2.text-left {
    font-size: 13px;
    line-height: 19px;
    margin-top: 3px;
    float: right;
    width: 16.66666667%;
}

input#opendivcontentTime {
    width: 100px;
    height: 25px;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none !important;
    color: #73acea !important;
}

span.delectselect {
    position: relative;
    left: -245px;
    color: #7b454c;
    background: #f5f5f5;
    padding: 2px;
    border-radius: 4px;
    cursor: default;
    font-size: 11px;
    line-height: 24px;
    border: #c5c5c5 solid 1px;
}

i.fa.fa-spinner.fa-spin {
    font-size: 12px;
    float: left;
    left: -10px;
    position: relative;
}

span.MablaghGovahiresid {
    font-size: 14px;
    font-weight: 500;
}

span.firsttextContent2 {
    font-size: 14px;
}

span.NaghdOrKart {
    font-size: 14px;
    font-weight: 500;
}

span.shomarefishGovahiresid {
    font-size: 14px;
    font-weight: 500;
}

span.firsttextContent3 {
    font-size: 14px;
}

span.firsttextContent4 {
    font-size: 14px;
}

span.shomaredavtalabi {
    font-size: 14px;
}

span.firsttextContent5 {
    font-size: 14px;
}

span.DavtalabName {
    font-size: 14px;
    font-weight: 500;
}

span.shomaredavtalabi {
    font-weight: 500;
}

span.textrightheaderresid {
    font-weight: 500;
    text-align: right;
    float: right;
}

label#TypePage-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#TopListPageId-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#Href-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#TitlePost-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    float: right !important;
    width: 275px !important;
    margin-bottom: 10px !important;
}

span#errorMenuId {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
    margin-right: 10px;
}

label#CourseName-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#Price-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#Username-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#Password-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#Name-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#Family-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#Email-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#Mobile-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#TermCode-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#TermName-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#BeginDateStr-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#EndDateStr-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#Zarfiat-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#StudentName-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#FatherName-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#TypeServices-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#NameServices-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#TypeServicesId-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#Total-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#ClassName-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#State-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#City-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#BranchCode-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#CitiesId-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#AdminName-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#AdminTel-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#Divident-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#SubDomainqq-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#TitleSite-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#ShowName-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PasswodEmail-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#RoleName-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

a.ui-state-default {
    cursor: pointer !important;
}

td a.ui-state-default:hover {
    background: #bc13b9 !important;
}

span#errorGroupId {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
    margin-right: 10px;
    left: -246px;
    top: -1px;
}

label#CourseId-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#TeacherId-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#TermIdEdu-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#Title1-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

.col-lg-6.text-left.lblFinancialStatus {
    font-size: 13px;
    margin-bottom: 19px;
    font-weight: 600;
    color: #303131;
}

span.resfinancialstatus {
    font-size: 12px;
}

.DivFinancialStatus {
    float: right;
    background: #ffffff;
    margin-right: 20px;
    margin-left: 20px;
    padding: 30px;
    border: #e1e1e1 solid 1px;
    margin-top: 20px;
}

span.LblDivFinancialStatus {
    background: white;
    position: relative;
    left: -50px;
    top: 29px;
    padding: 0 20px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    font-size: 13px;
    font-weight: 600;
}

span#ErrorPrice {
    color: red;
    font-size: 17px;
}

span#ErrorPriceKartkhan {
    color: red;
    font-size: 17px;
}

.redborder {
    border: #ff0202 solid 1px !important;
}

span.lblforform {
    float: left;
    font-size: 13px;
    line-height: 19px;
}

span.requiredlblforform {
    float: left;
    padding: 3px 7px;
    font-size: 14px;
    color: red;
}

th.DateHeaderHozoorGhiab {
    font-size: 13px;
    padding: 3px 0;
    text-align: center;
    min-width: 30px;
    cursor: pointer;
}

.HeaderHozoorGhiab {
    float: right;
    width: 100%;
    font-size: 14px;
}

span.TitleHozoorGhiab {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 13px;
    display: block;
    text-align: center;
    color: #d549f0 !important;
}

span.lblhozoor {
    color: #303337;
}

span.lblhozoor {
    border: #eee solid 1px;
    border-radius: 4px;
    float: right;
    font-size: 14px;
    background: aliceblue;
    margin: 1px 0;
    padding: 2px;
}

span.reshozoor {
    margin-right: 10px;
    font-size: 14px;
    float: right;
    line-height: 28px;
}

.divDateHeaderHozoorGhiab {
    writing-mode: tb-rl;
    text-align: center;
    float: left;
    padding-left: 5px;
    color: #fff !important;
    direction: ltr;
}

th.widthnamefamilyhozoor {
    width: 100px;
    text-align: center;
}

th.widthstucodehozoor {
    width: 90px;
    text-align: center;
}

span.widthnamefamilyhozoor {
    width: 100px !important;
    float: right;
    color: #fff !important;
    font-size: 15px;
    padding: 7px;
    font-weight: 600;
}

.col-xs-2.text-left {
    font-size: 13px;
    line-height: 19px;
}

.modal-dialog.modalTaanGoupForTeacher {
    width: 750px !important;
}

.modal-dialog.copystudentintermforterm {
    width: 1200px !important;
}

.margright174 {
    margin-right: 140px;
    margin-top: 0;
    width: 110px;
}

.modal-footer {
    border-top: 0 !important;
}

.aroundDiv {
    float: right;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    border: #c7c7c7 solid 1px;
    position: relative;
    margin-bottom: 30px;
}

span.TitlearoundDiv {
    position: absolute;
    top: -7px;
    background: white;
    font-size: 14px;
    right: 20px;
    padding: 0 10px;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    color: #428bca;
}

button#DeleteTerm {
    font-size: 13px;
}

button#AddTerm {
    font-size: 13px;
}

button#DeleteServicesBase {
    font-size: 13px;
}

button#AddServicesBase {
    font-size: 13px;
}

label#MeliCode-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

.sub-btn:hover {
    background: darkviolet;
    color: aliceblue;
}

span.addTime:hover {
    background: darkviolet;
    color: aliceblue;
}

input#opendivcontentTime {
    background: #dddddd;
    font-family: iransans;
    border: #c5c5c5 solid 1px;
}

    input#opendivcontentTime:hover {
        background: darkviolet;
        color: aliceblue;
    }

span.requiredlblforformpardakht {
    padding: 3px 7px;
    font-size: 14px;
    color: red;
}

span#ErrorPriceTakhfif {
    color: red;
    font-size: 17px;
}

.btnPardakht:hover {
    background: #3f65ea;
}

.PicSliderEdit {
    width: 276px;
    height: 160px;
}

tr.tablePardakhttrDelete.disnone {
    background: #ffffff;
    display: none;
}

tr.showdetailtakhfif {
    cursor: pointer;
}

    tr.showdetailtakhfif:hover {
        color: #000;
        font-weight: 400;
    }

span#ErrorSelectTermNaghd {
    color: red;
    font-size: 17px;
}

span#ErrorSelectTermKart {
    color: red;
    font-size: 17px;
}

.textalignright {
    text-align: right;
    padding-right: 20px;
}

span#ErrorSelectTermTakhfif {
    color: red;
    font-size: 17px;
}

.divrowleftchekaghsat {
    margin-top: -1px;
    border: #c9c9c9 solid 1px;
    padding: 5px 0 0 0;
    text-align: center;
    position: relative;
}

span.spanrowchek {
    margin-right: 20px;
    margin-left: 6px;
}

span.spanrowchekghest {
    line-height: 30px;
    color: #ff2c2c;
    font-weight: 500;
    position: relative;
    right: -25px;
}

.divPardakhtchek {
    float: right;
    width: 100%;
    background: white;
    margin-bottom: 15px;
    font-size: 13px;
}

div#DivChekAghsat {
    height: 330px !important;
}

.DivAllRowInBellowChek {
    width: 100%;
    /* background: #e1e1e1; */
    float: right;
    max-height: 200px;
    overflow: auto;
    right: 0;
    border-bottom: 1px solid #9d9d9d;
    color: #1e1e1e;
}

.TitleHeaderBellowchek {
    float: right;
    background: #ffb004;
    width: 100%;
    height: 30px;
}

td.textalignright.textrelative {
    position: relative;
    padding-right: 0;
}

td.tdrowghest {
    font-weight: 500;
}

tr.tablePardakhttr.hedrighttablepardakht {
    background: #ddd;
    font-weight: 500;
}

td.bor {
    border: #eee solid 1px;
}

tr.tablePardakhttr.hedrighttablepardakht td {
    border: #ffffff solid 1px;
}

span.lblrowdisnon {
    color: #242424;
    font-size: 12px;
}

span#ErrorSelectTermChek {
    color: red;
    font-size: 17px;
}

span#ErrorPriceChek {
    color: red;
    font-size: 17px;
}

span#ErrorPishPardakhtChek {
    color: red;
    font-size: 17px;
}

span#ErrorTedadGhestChek {
    color: red;
    font-size: 17px;
}

span#ErrorShomareChek {
    color: red;
    font-size: 17px;
}

span#ErrorNameBank {
    color: red;
    font-size: 17px;
}

span#ErrorNameSahebHesab {
    color: red;
    font-size: 17px;
}

span#ErrorSelectServiceBase {
    color: red;
    font-size: 17px;
}

span#ErrorPriceKhadamat {
    color: red;
    font-size: 17px;
}

.MandeZarfiatColor {
    background: #c4ffc4 !important;
    color: black;
}

.TkmilzarfiatColor {
    background: #ffc4c4 !important;
}

.EntTermColor {
    background: #b6b5b5 !important;
}

.k-state-selected {
    color: #fff !important;
    background-color: #428bca !important;
}

input {
    font-size: 12px;
    padding-right: 5px;
    font-family: iransans;
}

select {
    font-size: 13px;
    padding-right: 4px;
}

textarea {
    font-size: 13px;
    padding: 10px;
    line-height: 18px;
}

.k-grid tr:hover {
    background-color: #ebebeb !important;
}

img.IconimgAdminlayout {
    display: block;
    margin: auto;
    padding-bottom: 3px;
}

.scroll {
    height: 100%;
    background: #f4f4f4;
    overflow: auto;
}

    .scroll::-webkit-scrollbar {
        width: 12px;
    }

    .scroll::-webkit-scrollbar-track {
        border-radius: 10px;
        width: 2px;
    }

    .scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        width: 2px;
    }

span.zamen {
    position: absolute;
    left: 2px;
    top: 9px;
}

.zamenlbl {
    position: absolute;
}

.showorhidezamen {
    padding-right: 37px;
}

.divallEblaghie {
    float: right;
    width: 90%;
    margin-right: 5%;
    margin-bottom: 10px;
    margin-top: 15px;
    background: #ffefdb;
}

.divHeaderEblaghie {
    float: right;
    width: 100%;
    background: #c1d6ff;
    border: #a3c1ff solid 1px;
    color: #5a5a5a;
}

.divMsgEblaghie {
    float: right;
    width: 100%;
    background: #ffffff;
    height: auto;
    padding: 10px;
    line-height: 21px;
    font-size: 13px;
    border: #ededed solid 1px;
    border-top: none;
}

.DivRight {
    float: right;
    width: 40%;
}

.DivLeft {
    float: left;
    width: 60%;
}

span.spanright {
    float: right;
    padding: 15px 20px;
    font-size: 16px;
}

span.spanleft {
    float: left;
    padding: 15px;
    font-size: 14px;
}

.divHeaderEblaghie.pasokh {
    background: #dbffd6;
    border: #b9fcb0 solid 1px;
}

.donzamime {
    float: right;
    background: #f6f6f6;
    width: 100%;
    border: #9a9a9a solid 1px;
    font-size: 12px;
    padding: 5px 10px;
    border-top: none;
}

img.alertEblaghiat {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 20px;
}

label#StrBeginDate-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#StrEndDate-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

span.ErrorMessage {
    background: #ff6c60;
    width: 100%;
    margin-top: 10px;
    float: right;
    padding: 5px;
    text-align: center;
    color: white;
}

div#myModalPardakhtHogoogh {
    overflow: auto;
}

label#APIKEY-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#SenderSmsNumber-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

@media print {
    .TableAtendense th {
        background-color: #956382 !important;
        color: #fff !important;
        font-weight: 100;
    }

    .divallnaghdifishterm {
        float: right !important;
        width: 100%;
        margin: 0 0 12px;
    }
}

label#StudentCode-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PricePayeHoghoogh-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PriceAyabZohab-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PriceTahol-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PriceFood-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

table.TableGroupPardakht {
    text-align: center;
}

.divpadashkosoorat {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.floatrightdiv {
    float: right;
    width: 29%;
}

span.spanPadash {
    float: right;
    width: 100%;
    background: antiquewhite;
}

span.spankosoorat {
    float: right;
    width: 100%;
    background: aqua;
}

span.spanKhalesPardakhti {
    float: right;
    width: 100%;
    background: burlywood;
}

.divonePropertyperson {
    float: right;
    width: 100%;
}

span.lblperson {
    float: right;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
}

span.resperson {
    float: right;
    font-size: 13px;
    line-height: 17px;
}

span.unreadteachernewscount {
    background: red;
    color: white;
    border-radius: 50px;
    padding: 2px 7px;
    line-height: 20px;
    position: absolute;
}

span.titleteachernews {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
    float: right;
}

span.MinMsgteachernews {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 10px;
    float: right;
}

span.Msgteachernews {
    font-size: 12px;
    line-height: 21px;
}

label#ExamName-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#PayAddOn-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

span#ErrorSelectTypePardakhtKhadamat {
    color: red;
    font-size: 17px;
}

span#ErrorSelectTypePardakhtPishPardakht {
    color: red;
    font-size: 17px;
}

span.lbltermfish {
    font-size: 11px !important;
    float: right;
    font-weight: 500;
    margin-left: 5px;
}

.divrowFishTerm {
    float: right;
    width: 100%;
}

span.resfishterm {
    float: right;
    color: red;
    font-size: 11px;
}

.divallnaghdifishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallKartKhanfishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallTakhfiffishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallPishPardakhtAghsatfishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

.divallAghsatfishterm {
    float: right;
    width: 100%;
    margin-top: 10px;
}

.divallKhadamatfishterm {
    float: right;
    width: 100%;
    margin: 0 0 12px;
}

label#TermTypeBaseId-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#NumberOfSession-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

.DivAroundGrid {
    border: #aeaeae solid 1px;
    padding: 8px;
    margin-bottom: 40px;
    border-radius: 4px;
    position: relative;
}

span.lblAroundGrid {
    right: 35px;
    position: absolute;
    top: -13px;
    background: white;
    padding: 4px 10px;
    border-right: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae;
    font-size: 13px;
    color: #428bcb;
}

.PropertiesteacherSalary {
    float: right;
    margin-bottom: 20px;
}

.onedatarecord {
    float: right;
    width: 138px;
}

.onedatarecordtermproperties {
    float: right;
    width: 100%;
}

span.lbltermfishtermproperties {
    font-size: 11px;
    float: right;
    font-weight: 600;
    padding-right: 15px;
    margin-bottom: 10px;
}

span.resfishtermtermproperties {
    float: right;
    padding-right: 6px;
    font-size: 11px;
}

.termProperties {
    float: right;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #f80505;
}

.divallplan {
    width: 1228px;
    float: right;
    background: white;
    height: auto;
    border: solid 1px;
}

.divallplanDay {
    float: right;
    width: 100%;
    background: antiquewhite;
}

.divallplanClock {
    background: #78ff00;
    height: 35px;
    border: #222 solid 1px;
    font-size: 10px;
    margin-top: 1px;
    position: absolute;
    padding: 4px;
    line-height: 12px;
    float: right;
    overflow: hidden;
    text-align: center;
}

.satallplanDay {
    float: right;
    width: 100%;
    height: 39px;
    border: solid 1px;
}

label#NewPassword-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#ReNewPassword-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

.allresidkol {
    float: right;
    border: #f00 solid 1px;
    width: 15cm;
    padding: 10px;
    margin-bottom: 40px;
    position: relative;
}

.divTitleresidt {
    float: right;
    width: 100%;
    text-align: center;
    padding: 5px;
}

span.lblTitleResidDaryaft {
    color: red;
    font-size: 16px;
}

.divmohremza {
    float: right;
    width: 100%;
    text-align: left;
}

span.spanmohremza {
    width: 100%;
    float: right;
    color: #ff0000;
    font-size: 15px;
    padding-left: 25px;
    margin-bottom: 20px;
}

.divrightresid {
    float: right;
    width: 60%;
}

.divleftresid {
    float: right;
    width: 40%;
}

.fg-menu-container {
    position: absolute;
    top: 0;
    left: -999px;
    padding: 0.4em;
    overflow: hidden;
    z-index: 99999;
    height: 200px !important;
}

.divhoshdar {
    width: 100%;
    float: right;
}

span.spanhoshdar {
    width: 100%;
    font-size: 10px !important;
}

img.logoresid {
    width: 60px;
    position: absolute;
    left: 12px;
    top: 4px;
}

span.spanhoshdaricon {
    line-height: 20px;
    float: right;
    margin-left: 5px;
    color: red;
}

.lineresid {
    float: right;
    width: 100%;
    border-bottom: 1px solid #f80505;
    margin-bottom: 5px;
}

div#myModalListJalasat {
    overflow: auto;
}

.allMokatebatTelgram {
    height: 503px;
    margin-top: 10px;
}

.leftTelegrampanal {
    width: 30%;
    float: left;
    background: white;
}

li.onelitelgram {
    height: 60px;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    background: #b4cbff;
    margin: 1px 0;
}

ul.ulleftpaneltel {
    border-right: 1px solid #fff;
    height: 466px;
    overflow: auto;
    background: white;
}

img.imgtelgramleftpanel {
    float: left;
    border: #eee solid 1px;
    border-radius: 50px;
}

span.namefamilytelgram {
    float: left;
    margin-top: 17px;
    margin-left: 10px;
    font-size: 13px;
}

.rightTelegrampanel {
    background: #B0C1D1;
    height: 500px;
    width: 70%;
    overflow: auto;
    float: left;
    direction: ltr;
}

.allMokatebatTelgram {
    border: #cdcccc solid 1px;
}

li.onelitelgram:hover {
    background: #ececec;
}

p.textsendpmtel {
    font-size: 11px;
    color: #444;
    float: right;
    width: 100%;
    direction: rtl;
    font-weight: 500;
}

p.textgetpmtel {
    font-size: 11px;
    color: #444;
    float: right;
    width: 100%;
    direction: rtl;
    font-weight: 500;
}

.divsendpm {
    width: 100%;
    float: right;
}

.divgetpm {
    width: 100%;
    float: left;
}

.divcontentsendpm {
    background: #e5f6d1;
    border-radius: 4px;
    float: right;
    padding: 9px 20px;
    position: relative;
    margin: 10px 20px;
}

span.datetelpm {
    font-size: 11px;
    float: right;
    margin-top: 12px;
}

.divcontentgetpm {
    background: #ffffff;
    border-radius: 4px;
    float: left;
    padding: 9px 20px;
    position: relative;
    margin: 10px 20px;
}

span.dategettelpm {
    font-size: 11px;
    float: right;
    margin-top: 12px;
}

span.notreedtelpm {
    position: absolute;
    left: 0;
    color: #ff1111;
    bottom: 0;
    padding: 2px;
    border-radius: 4px;
    font-size: 13px;
}

li.onelitelgram.active {
    background: #8fb7ff;
}

input#searchbox {
    background: #e8e8e8;
    width: 100%;
    padding: 0 20px;
    height: 30px;
    border: #d9d9d9 solid 1px;
}

input#createmokatebe {
    width: 100%;
    background: #e8e8e8;
    height: 30px;
    border: #d9d9d9 solid 1px;
}

.alldesktop {
    margin-bottom: 60px;
    float: right;
    width: 100%;
}

.divdesktop {
    margin-top: 50px;
    float: left;
    margin-left: 10px;
    width: 91%;
    height: 185px;
    border: #ddd solid 1px;
    overflow: auto;
}

.divonedesktop {
    height: 100%;
    width: 14%;
    padding: 20px;
    float: right;
    background: #f7f5f5;
    margin-left: 1px;
}

img.imgdesktop {
    width: 130px;
    height: 130px;
    float: right;
    margin-bottom: 2px;
}

span.spandesktop {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

label#JobFile-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

.divcontentsendpm.sendpmtel {
    cursor: pointer;
}

    .divcontentsendpm.sendpmtel:hover {
        background: #d6f3b5;
    }

.divcontentgetpm.getpmtel {
    cursor: pointer;
}

    .divcontentgetpm.getpmtel:hover {
        background: #f1f1f1;
    }

label#BirthDayStr-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

a.adownloadfiletelgram {
    text-decoration: underline;
    font-size: 15px;
}

label#Semat-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#Mardrak-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#Shenasnameh-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

label#KartMeli-error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

.divservicetermproperty {
    float: right;
    margin-top: 40px;
    width: 100%;
    padding: 10px;
}

span.spanckeperterm {
    margin-right: 10px;
    line-height: 22px;
}

.checkperterm {
    float: right;
}

.divallpriceperterm {
    float: left;
    /* width: 83%; */
    /* margin-left: 100px; */
    margin-top: 20px;
    border: #d0cbcb solid 1px;
}

.rightdivallpriceperterm {
    background: #d4d0d0;
    float: right;
    width: 45%;
    padding: 10px;
    text-align: center;
}

.leftdivallpriceperterm {
    background: white;
    float: left;
    width: 55%;
    padding: 10px;
    text-align: center;
}

span.spanrightallpriceperterm {
    font-size: 14px;
    font-weight: 600;
}

span.spanleftallpriceperterm {
    font-size: 14px;
    font-weight: 400;
}

.divtextperterm {
    padding: 10px;
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    background: #fb4646;
    color: white;
    line-height: 24px;
    font-size: 14px;
}

.divsubandpricekol {
    /* float: right; */
    /* width: 100%; */
}

.divsubcancleperterm {
    float: right;
    /* width: 60%; */
    margin-top: 16px;
    /* padding-right: 300px; */
}

p.ptextmablaghpishfactor {
    float: right;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 24px;
    font-size: 15px;
}

span.sppricepishfactor {
    color: #ff2d2d;
}

.divtermpishfactor {
    float: right;
    width: 100%;
    margin-bottom: 50px;
}

.divservicepishfactor {
    float: right;
    width: 100%;
}

.DivSuccessCallback {
    width: 100%;
    text-align: center;
    margin: 26px 0;
    float: right;
    /* position: absolute; */
}

span.spansuccesscallback {
    float: right;
    color: #25d41bee;
    /* margin-top: 86px; */
    font-size: 25px;
    width: 100%;
    /* background: antiquewhite; */
    margin-bottom: 5px;
}

.DivErrorCallback {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    float: right;
}

span.spanpigiriError {
    color: #fb2020;
}

.divBackCallback {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    float: right;
}

span.btnBackCallback {
    width: 100%;
    float: right;
    color: #616161;
    margin-bottom: 18px;
}

a.btnBackCallback {
    background: #ececec;
    color: #a02790;
    width: 200px;
    padding: 11px 30px;
    border: #e0e0e0 solid 1px;
}

.divEn {
    margin-top: 30px;
    float: right;
    width: 100%;
}

input.w100p.marg-bottom-10.EnInput {
    width: 275px !important;
    margin-left: 10px;
    border: #ddd solid 1px;
    height: 25px;
    border-radius: 2px;
    box-shadow: 0 0 9px 4px rgb(0 0 0 / 0.02) inset;
}

textarea.w100p.pull-right.marg-bottom-10.EnArea {
    width: 480px;
    float: right;
    margin-left: 10px;
    margin-left: 10px;
    border: #ddd solid 1px;
    border-radius: 2px;
    box-shadow: 0 0 9px 4px rgb(0 0 0 / 0.02) inset;
}

a.adownloadpersonel {
    float: right;
    margin-top: 1px;
    margin-right: 0;
    background: #ecedfb;
    padding: 5px 9px;
    border: solid 1px;
}

.takhfifdiv {
    float: right;
    margin-bottom: 20px;
    width: 100%;
    line-height: 24px;
}

a.atakhfif {
    padding: 1px 18px 1px;
    border-radius: 1px;
    border: #6dab7a solid 1px;
    font-family: IRANsans;
    outline: none;
    font-size: 13px;
    background: #41ffbf;
    font-weight: 400;
    color: #101010;
}

.error {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
}

img.ImgShowStudentFile {
    width: 900px;
}

div#myModalListStudentInTerm {
    overflow: auto;
}

.FirstWaitTermColor {
    background: #ffffff;
    color: #b1b1b1;
}

a.taeed {
    background: #17b91c;
    color: white;
    padding: 5px;
    cursor: pointer;
    width: 70px;
    float: right;
    text-align: center;
    margin-left: 10px;
}

a.Cancle {
    background: red;
    color: white;
    padding: 5px;
    cursor: pointer;
    width: 70px;
    float: right;
    text-align: center;
}

.width100 {
    float: right;
    margin-bottom: 5px;
}

.DivNoti {
    float: right;
    background: #cbc5ff;
    border: #9d99e2 solid 1px;
    padding: 10px 10px 0;
    border-radius: 4px;
    width: 100%;
    text-align: center;
}

span.sptitleNoti {
    width: 100%;
    float: right;
    color: #1532ff;
    font-weight: 500;
    margin-bottom: 10px;
}

span.spMsgNoti {
    /* float: right; */
    color: #252525;
}

span.spnumbeNoti {
    float: right;
    color: #1532ff;
    margin-left: 6px;
    margin-right: 6px;
    font-weight: 500;
}

a.taeedMidel {
    background: #ffa708;
    color: white;
    padding: 5px;
    cursor: pointer;
    width: 70px;
    float: right;
    margin-left: 5px;
    text-align: center;
}

div#myModalCancelTerm {
    overflow: auto;
}

.dCancelTerm {
    float: right;
    margin-top: 18px;
}

.CancelTermColor {
    background: #ffffff;
    color: #ff0000;
}

ul, #myUL {
    list-style-type: none;
}

#myUL {
    margin: 0;
    padding: 0;
    float: left;
    direction: ltr;
}

.caret {
    cursor: pointer;
    display: contents;
}

    .caret::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

.nested {
    display: none;
    padding-left: 40px;
    padding-top: 4px;
}

.active {
    display: block;
}

span.caret.caret-down {
    color: red;
}

li.litreeviewSingle:hover {
    color: black;
    font-weight: 500;
    background: #e5ffff;
}

li.litreeviewSingle {
    cursor: pointer;
}

.inputCheckbox {
    margin-bottom: 12px !important;
}

td.OrangeColor {
    background: #ffe662 !important;
    padding: 2px !important;
}

td.RedColor {
    background: #ff7a7a !important;
    padding: 2px !important;
}

td.lowerColor {
    background: gainsboro !important;
    color: black !important;
    font-size: 15px !important;
}

    td.lowerColor.sizefont15 {
        font-weight: 600 !important;
        padding: 2px !important;
        font-size: 17px !important;
    }

button#btnPrintAttendanceNumberOne {
    margin-bottom: 40px;
}

.slider {
    float: right;
    text-align: center;
    width: calc(100% - 100px);
    margin-top: 80px;
}

.carousel {
    position: relative;
    margin: 0 auto;
    display: inline-block;
}

.CancelTerm {
    color: red;
}

li.has-children.account.selected {
    width: 100%;
}

.txtarea {
    width: 480px;
    float: right;
    margin-left: 10px;
    margin-left: 10px;
    border: #ddd solid 1px;
    border-radius: 2px;
    box-shadow: 0 0 9px 4px rgb(0 0 0 / 0.02) inset;
}

.CorrectAnswer {
    border: #29c100 solid 1px;
    background: #c5ffc2;
}

.WrongAnswer {
    border: #ff5050 solid 1px;
    background: antiquewhite;
}

.allQuiz {
    width: 100%;
    margin-bottom: 30px;
}

.headerquiz {
    width: 100%;
    height: auto;
    background: #e4e4e4;
    float: right;
    text-align: center;
    padding: 20px;
    border: #b1adad solid 1px;
}

span.lblheaerquiz {
    margin: 10px;
    float: right;
    font-size: 15px;
    color: black;
}

span.lblresheaderquiz {
    float: right;
    margin: 10px 0;
    font-size: 14px;
    line-height: 18px;
}

.onequestion {
    float: right;
    height: 100%;
    width: 100%;
    text-align: left;
    direction: ltr;
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #777;
}

p.question {
    font-size: 15px;
    color: black;
    font-weight: 500;
    margin-bottom: 10px;
}

p.answer {
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 15px;
}

.headerscheduler {
    float: right;
    background: aqua;
    width: 100%;
    height: 37px;
}

span.weekday {
    float: right;
    width: 6%;
    font-size: 13px;
    font-weight: 500;
    line-height: 37px;
    padding-right: 3px;
    height: 100%;
    border: #111 solid 1px;
}

.allhours {
    float: right;
    width: 94%;
    background: #ff6969;
    height: 100%;
}

span.onehours {
    float: right;
    width: 48px;
    text-align: center;
    font-size: 13px;
    padding: 12px;
    height: 100%;
    color: black;
    border: #111 solid 1px;
}

span.oneday {
    line-height: 37px;
    position: absolute;
    font-size: 14px;
    width: 73px;
    color: white;
    background: #909090;
    text-align: center;
    border-left: 1px solid #333;
}

.divendQuizMessage {
    width: 100%;
    padding: 100px;
    text-align: center;
}

span.endQuizMessage {
    border: #696969 solid 1px;
    background: #ff3737;
    padding: 20px 50px;
    border-radius: 6px;
    color: aliceblue;
}

span.endTimeQuizMessage {
    border: #696969 solid 1px;
    background: #3cda2a;
    padding: 20px 50px;
    border-radius: 6px;
    color: black;
}

.correctAns {
    color: #0ab711;
    font-size: 20px;
    font-weight: 700;
}

.onequestion.wrongdiv {
    background: #ffa0a0;
}

.onequestion.correctdiv {
    background: #7eff77;
}

.divoneres {
    float: right;
    width: 100%; /* text-align: center; */
    margin-top: 10px;
    margin-bottom: 10px;
}

span.lblres {
    font-size: 15px;
    width: 250px;
    color: #6d6d6d;
    text-align: left;
    float: right;
}

span.resquiz {
    float: right;
    font-size: 15px;
    line-height: 20px;
    color: black;
    padding-right: 10px;
}

div#myModalStudentArchive {
    overflow: auto;
}

img.imgstudentArchive {
    max-width: 100%;
    max-height: 100%;
}

.btndownload {
    background: #e41bff;
    color: aliceblue;
}

div#myModalTeacherArchive {
    overflow: auto;
}

select#Madarek {
    margin-bottom: 10px;
}

.col-lg-4.div.onevideo {
    text-align: center;
    background: antiquewhite;
    margin-bottom: 40px;
    margin-top: 10px;
}

video.heightvideo {
    height: 300px;
}

span.titlevideo {
    width: 100%;
    background: #1e242c;
    float: right;
    color: aliceblue;
    height: 32px;
    overflow: hidden;
    padding: 7px;
    font-size: 15px;
}

.allSurveyQuestion {
    width: 100%;
    float: right;
    margin-top: 20px;
}

.oneSurveyQuestion {
    width: 100%;
    float: right;
    padding: 10px 30px;
    border: #eee solid 1px;
}

span.SurveyQuestion {
    width: 100%;
    float: right;
    margin-bottom: 5px;
}

span.SurveyAnswer {
    float: right;
    width: 100%;
    margin-bottom: 5px;
    padding-right: 20px;
}

button.deleteSurveyQuestion {
    background: #e82828;
    padding: 4px 15px;
    color: white;
    font-size: 14px;
}

.drop-menu {
    float: right;
    width: auto;
}

    .drop-menu span {
        height: 40px;
        float: right;
        line-height: 40px;
        padding-right: 20px;
        color: #fff;
        padding-left: 20px;
        cursor: pointer;
        font-size: 14px;
    }

        .drop-menu span:hover {
            background: #404548;
        }

    .drop-menu .box-menu {
        display: none;
        float: right;
        width: 200px;
        position: absolute;
        top: 40px;
        height: 100vh;
        overflow: auto;
    }

    /*.drop-menu:hover .box-menu {
    display:block;
}*/

    .drop-menu .cd-top-nav li {
        float: right;
        width: 100%;
        background: #3b3f42;
        margin: 0;
        height: 35px;
    }

        .drop-menu .cd-top-nav li a {
            padding-right: 20px !important;
        }

    .drop-menu .mntb .nav-tabs > li.active {
        background: #2b2e30;
    }

#SearchBox {
    width: 100%;
}

    #SearchBox > div {
        float: right;
        width: 100%;
    }

.dd3-handle {
    font-size: 0 !important;
}


.divClanders *, .divClanders *::before, .divClanders *::after {
    box-sizing: unset !important;
}

.ui-buttonset .wc-prev {
    float: left;
}

.ui-buttonset .wc-next {
    float: right;
}


.divClanders .wc-title {
    padding: 0 !important;
}

.onerec {
    width: 100%;
    float: right;
    background: #222020;
    margin-bottom: 1px;
    color: white;
    font-size: 14px;
}

.wc-time-header-cell {
    font-size: 12px;
    font-weight: 700;
    background: #353535;
    color: white;
    line-height: 70px;
}

span#errorCostCategoryId {
    color: #ff4343;
    font-size: 13px;
    position: relative;
    float: right;
    margin-right: 10px;
    left: -246px;
    top: -1px;
}

.onerec.width50 {
    width: 50%;
}

span.onerecres {
    font-family: IRANSans, tahoma;
    font-size: 12px;
}

    span.onerecres.teachername {
        font-size: 12px;
    }

    span.onerecres.termcode {
        font-size: 13px;
    }

.onerec.teachername {
    background: black;
}

.onerec.termcode {
    background: #1e1e1e;
}

.onerec.termname {
    background: black;
}

.wc-time.ui-corner-top {
    font-family: IRANSans, tahoma;
    background: #a6da61 !important;
    color: black !important;
}

.wc-cal-event {
    line-height: 14px !important;
    border: 2px solid #568f09;
    background: black !important;
}

.divreturnstudentpanel {
    float: right;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

a.returnstudentpanel {
    font-size: 22px;
    background: #d8edff;
    padding: 9px 20px;
    border-radius: 6px;
}

input#Online {
    float: right;
    text-align: right;
    height: 20px;
    width: 20px;
    margin-bottom: 9px;
    margin-top: 0;
}

input#ShowInPortal {
    float: right;
    text-align: right;
    height: 20px;
    width: 20px;
    margin-bottom: 9px;
    margin-top: 0;
}

a.aforgetpassword {
    font-size: 14px;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #297bd5;
}

tr.k-alt {
    overflow: auto;
}

tr.k-master {
    overflow: auto;
}

tr.k-master-row {
    overflow: auto;
}

.DivSuccessCallback h2 {
    background: #8ae696;
    color: black;
    padding: 30px;
}

span.namefamilytelgram.RedColor {
    color: red;
    border-radius: 74px;
    font-weight: 500;
    border: 1px solid #ff1e1e;
    padding: 5px 8px;
    position: absolute;
    margin: 9px;
}

.col-lg-10 {
    float: right;
}

input#EnTitle {
    width: 275px !important;
    margin-left: 10px;
    border: #ddd solid 1px;
    height: 25px;
    border-radius: 2px;
    box-shadow: 0 0 9px 4px rgb(0 0 0 / 2%) inset;
}

input.btn.btn-success.btn_basic {
    margin-top: 10px;
}

img.imgoneConteaccuser {
    width: 100%;
    height: 150px;
    /* padding-top: 10px; */
    /* margin-bottom: 10px; */
}

.contentAccUser {
    margin-top: 25px;
    padding: 50px;
    float: right;
}


.oneConteaccuser.col-lg-3 {
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    height: 290px;
    padding: 0;
    width: 20%;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
}

span.sponeConteaccuser {
    width: 100%;
    font-size: 14px;
    /* float: right; */
    display: block;
    height: 90px;
    padding: 10px;
    line-height: 23px;
}

a.aoneConteaccuser {
    width: 100%;
    height: 43px;
    /* margin: 0 auto; */
    background: #ededed;
    display: block;
    text-align: center;
    line-height: 46px;
    color: #0d76d3;
    border-radius: 0;
}

.oneConteaccuser:hover a {
    background: #5280ff;
    color: white;
}

.col-lg-12.oneRowInContactUs.borderbox {
    border: 1px solid #3da0f0;
    padding: 20px 40px;
    border-radius: 8px;
    margin-top: 40px;
}

.onemadrak {
    float: right;
    width: 33%;
}

.dvrowresum {
    padding: 10px;
}

label {
    width: 140px;
    direction: ltr;
    margin-left: 20px;
    font-weight: 600;
    font-size: 15px;
}

span.spresum {
    font-size: 15px;
}

.lblheadresum {
    background: #3da0f0;
    position: absolute;
    top: -15px;
    color: white;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #229cff;
}

.divformgroup {
    width: 100%;
    float: right;
}

.dd3-content.highheight {
    height: 100px;
}

img.imgpicgroup {
    position: absolute;
    left: 40px;
    height: 80px;
    width: 80px;
}

span.termnameFileSooti {
    background: white;
    width: 100%;
    float: right;
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
}

.col-md-12.divcontentFileSooti {
    padding: 20px;
    background: #d4ceff;
    float: right;
    margin-bottom: 5px;
    border: 1px solid #ada2ff;
    border-radius: 4px;
}

.divtbltermproperty {
    float: right;
    width: 100%;
}

a.aMoshahedeFilesooti {
    background: #24e828;
    width: 100px;
    float: right;
    padding: 5px;
    text-align: center;
    color: aliceblue;
    border: 1px solid #66a85d;
    margin-right: 10px;
}

span.spFilesooti {
    float: right;
    line-height: 23px;
}

.backred {
    background: red !important;
}

.backgreen {
    background: #66d244 !important;
    color: #000 !important;
    font-weight: 500;
}

.backpink {
    background: #ff00a7 !important;
    color: white !important;
}

.opablock {
    opacity: 1;
    display: block;
}

.displaynone {
    display: none;
}

.wcs-modal__side {
    width: 300px;
    display: block;
}

.wcs-modal__side {
    float: left;
    border-radius: 4px;
    width: 30%;
    position: relative;
    padding: 0;
    height: 100%;
    color: #000;
    background: #cdcece;
}


.wcs-modal__meta {
    padding: 50px 30px;
}

.wcs-modal__meta {
    list-style: none;
    margin: 0;
    padding: 20px 15px 20px;
    width: 100%;
}

    .wcs-modal__meta li {
        margin: 18px;
        position: relative;
        padding: 0 0 0 20px;
        font-size: 13px;
        display: block;
    }

[class^="ti-"], [class*=" ti-"] {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 992px) .wcs-modal__content {
    width: calc(100% - 300px);
}

.wcs-modal__content {
    width: 70%;
    float: right;
    padding: 50px;
}

.wcs-modal h2 {
    margin: 0 0 20px;
    color: inherit;
    font-size: 160%;
    text-align: left;
    line-height: 1.42;
}

button.btndavtalabin {
    background: #859eff;
    color: aliceblue;
    padding: 8px 10px;
    margin: 10px;
    font-size: 14px;
    width: 150px;
    border-radius: 4px;
    border: 1px solid #69739c;
}

.accordion {
    width: 100%;
    background-color: #EDEDED;
}

    .accordion .accordion-head {
        height: 40px;
        width: 100%;
        color: #fff;
        background-color: #ffffff;
        border-bottom: 1px solid #fff;
        position: relative;
        padding: 13px;
        font-size: 0.87em;
        cursor: pointer;
        overflow: hidden;
        opacity: 1;
        border: 1px solid #e1e1e1;
    }

        .accordion .accordion-head * {
            cursor: pointer;
        }

        .accordion .accordion-head h4 {
            color: #428cff;
            margin-right: 10px;
            float: right;
        }

        .accordion .accordion-head:hover {
            filter: alpha(opacity=80);
            opacity: 0.80;
        }

    .accordion .accordion-body {
        border-bottom: 1px solid #fff;
        padding: 20px;
        background: #fff;
        height: auto;
        display: none;
    }

.arrow {
    float: right;
    width: 0px;
    height: 0px;
    margin-top: 23px;
    border: 10px solid transparent;
    margin-top: 3px;
    border-top-color: #96a1ff;
}

.accordion-head.open .arrow {
    margin-top: -10px;
    border-bottom-color: #96a1ff;
    border-top-color: transparent;
}

/* The container */
.container2 {
    display: block;
    position: relative;
    padding-right: 27px;
    width: 100%;
    margin: 10px 0;
    cursor: pointer;
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container2 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -1px;
    right: 0;
    height: 19px;
    width: 20px;
    background-color: #eee;
}
/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.iconnumhaswaiting {
    font-size: 16px;
    color: #b8b8b8;
    width: 100%;
    text-align: center;
}

span.numhaswaiting {
    text-align: center;
    width: 100%;
    float: right;
}

.HasWaitingStudentUpColor {
    color: #ff0000;
    font-size: 20px;
}

.HasWaitingStudenttextColor {
    font-weight: 700;
    color: black;
}

span.searchspanSms {
    color: #0080ff;
    float: left;
    position: absolute;
    left: 230px;
    top: -8px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 13px;
    background: white;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

input#AddItem {
    background: #a9d3f8;
    color: black;
    border-radius: 4px;
    border: 1px solid #5391d8;
}

.divtermproperty {
    background: #f8f9f8;
    border: 1px solid #e5e5e5;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    float: right;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 18px;
}

span.sptermprop {
    margin: 0 10px;
}

span.lblsptermpropcode {
    float: right;
    font-weight: 600;
    margin-left: 10px;
}

span.sptermpropcode {
    float: right;
}

li.ligrou {
    background: white;
    padding: 4px;
    float: right;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ececec;
}

ul.ulgroup {
    /* float: right; */
    /* height: 100%; */
    font-size: 13px;
}

span.sp1grou {
    float: right;
    line-height: 22px;
}

span.sp2grou {
    float: left;
    color: red;
    font-weight: 500;
    border: 1px solid;
    border-radius: 50px;
    padding: 4px;
}

table.tablePardakht td {
    text-align: center;
}


td.passedghest {
}

td.Notpassedghest {
    /* background: #0080ff; */
    border: 1px solid #fff;
    border-radius: 10px;
}

button.btnpardkhtghest {
    margin: 2px;
    background: #5c80ff;
    color: white;
    border: 1px solid #fff;
}

    button.btnpardkhtghest:hover {
        background: #4658ff;
    }

tr.tablePardakhttr.showdetailtakhfif.PrintPishPardakht.accordion.active2 {
    background: #b9b9b9;
    color: black;
}

span.lblrowdisnon1 {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
}

td.tdrowghest {
    font-weight: 600;
    background: #f4f4f4;
    border-top: 1px solid #9c9c9c;
}

.boxOfPreSms {
    background: #e9e9e9;
    padding: 10px 20px;
    border: 1px solid #bababa;
    border-radius: 4px;
    margin-bottom: 12px;
    float: right;
    width: 100%;
}

span.lblBoxOfSms {
    background: #636363;
    color: aliceblue;
    font-size: 12px;
    margin-bottom: 4px;
    display: block;
    float: right;
    padding: 3px 8px;
    border-radius: 4px;
}

p.p_PreSms {
    font-size: 13px;
    float: right;
    line-height: 20px;
    width: 100%;
    padding-right: 20px;
}

.width100Darsad {
    width: 100%;
}

div#myModalLinkClassInPanel {
    overflow: auto;
}

td.asdasdkhasdkahd {
    position: absolute;
    right: 10px;
    top: 124px;
    overflow: auto;
    height: 50px;
    float: right;
}

span.safjsd {
    background: #17ff00;
    font-size: 12px;
    padding: 0px 2px;
    border-radius: 10px;
}

input#RegisterItem {
    font-size: 15px;
    background: #007bff;
    padding: 13px 22px;
    color: white;
    border: 1px solid #7371ff;
}

.col-lg-12.pull-right.marg-bottom-10.marg-top-10 {
    margin-bottom: 10px;
}

.divArchiveTaskitem {
    float: right;
    width: 100%;
    padding-left: 15px;
}

.ArchiveTaskitem {
    /* float: left; */
    margin: 0;
}

span.select2-selection.select2-selection--multiple {
    margin-bottom: 10px;
}

.one-child {
    float: right;
    font-size: 13px;
    background: #b6c4f8;
    margin-bottom: 10px;
    line-height: 24px;
    padding: 2px 10px;
    border-radius: 8px;
    border: 1px solid #949bff;
}

input#ActiveTerm {
    width: 24px;
}













.spinner {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

span.sp-naghs {
    background: #ff1313;
    padding: 4px 6px;
    color: white;
    border-radius: 8px;
    border: 1px solid #838080;
    font-family: iransansweb;
    font-size: 10px;
    line-height: 25px;
}

.tab-plus .nav-tabs > li > span {
    display: block;
    cursor: pointer;
    position: absolute;
    left: -12px;
    top: 12px;
    color: #c20000;
    right: auto;
    width: 18px;
    height: 18px;
    background: #f6e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-family: 'IRANSans';
    font-weight: 500;
    font-size: 12px;
    overflow: hidden;
}



    .tab-plus .nav-tabs > li > span:hover {
        color: #fff;
        background: #EA392C;
    }

