/* Public Styles ------------------------------------------------------------*/
@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/yekan.ttf') ;
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb.ttf') ;
}

* {
    font-family: 'Ubuntu', iransans, yekan, Tahoma;
}

body {
    font-size: 13px;
    margin: 0;
    height: 100%;
    background: #dadfe5 /*f9f9fb*/;
}

img {
    vertical-align: middle;
}

.bgMain {
    background: #0158ad;
}

.bg-lp {
    background-color: rgb(178, 50, 183);
}

/* Public Classes------------------------------------------------------------*/
.drtl {
    direction: rtl
}

.dltr {
    direction: ltr
}

.dib {
    display: inline-block
}

.dta {
    display: table
}

.dtr {
    display: table-row
}

.dtc {
    display: table-cell
}

.vat {
    vertical-align: top
}

.vam {
    vertical-align: middle
}

.vab {
    vertical-align: bottom
}

.p0 {
    padding: 0
}

.pt0 {
    padding-top: 0
}

.pr0 {
    padding-right: 0
}

.pb0 {
    padding-bottom: 0
}

.pl0 {
    padding-left: 0
}

.fs0 {
    font-size: 0
}

.fwb{
    font-weight: bold;
}

.cb {
    clear: both
}

.tac {
    text-align: center
}

.tal {
    text-align: left
}

.tar {
    text-align: right
}

.taj {
    text-align: justify
}

/* Public Styles-------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="button"],
button,
textarea,
select {
    direction: inherit;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 13px;
    outline: none;
    transition: all 0.3s;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="button"]:focus,
button:focus,
textarea:focus,
select:focus {
    border: 1px solid #ffd28f;
}

textarea {
    height: 100px;
    padding: 10px;
    resize: none;
    border-radius: 10px;
}

input[type="button"], button {
    background-image: linear-gradient(#186bcb, #0047af);
    border: none;
    cursor: pointer;
    color: #fff;
}

input[type="button"]:hover, button:hover {
    box-shadow: 0 0 7px #fbb040;
    cursor: pointer;
}

input[type="button"]:active, button:active {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
}

/* Loading Styles------------------------------------------------------------*/
#load {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    overflow: hidden;
    background: #eee;
    border-radius: 2px;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#load:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f59c22;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: progressbar-infinite 2s linear infinite;
    animation: progressbar-infinite 2s linear infinite;
}

@-webkit-keyframes progressbar-infinite {
    0% {
        -webkit-transform: translateX(-10%) scaleX(0.1)
    }
    25% {
        -webkit-transform: translateX(30%) scaleX(0.6)
    }
    50% {
        -webkit-transform: translateX(100%) scaleX(1)
    }
    100% {
        -webkit-transform: translateX(100%) scaleX(1)
    }
}

@keyframes progressbar-infinite {
    0% {
        transform: translateX(-10%) scaleX(0.1)
    }
    25% {
        transform: translateX(30%) scaleX(0.6)
    }
    50% {
        transform: translateX(100%) scaleX(1)
    }
    100% {
        transform: translateX(100%) scaleX(1)
    }
}

#totalDIV {
    direction: rtl;
    position: relative;
    /*top: 35px*/;
    width: 100%;
    margin: 0 auto;
}

#swipTablePlace {
    width: 100%;
    height: 100%;
    overflow-y: visible;
    overflow-x: hidden;
}

#swipTableDIV {
    float: right;
    position: relative;
}

#swipReportDIV {
    float: left;
    position: relative;
}

/* Panel Main Parts --------------------------------------------------------*/
.panelToTaDIV {
    width: 100%;
    box-sizing: border-box;
    display: table;
}

.panelMasterDIV {
    display: table-cell;
    position: relative;
}

.panelFooterDIV {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #d2d6de;
    color: #000;
    font-size: 13px;
    line-height: 40px;
}

.mobileMenuToggler {
    display: none;
}

@media (max-width: 900px) {
    .panelToTaDIV,
    .panelMasterDIV,
    #mainTabDIV {
        display: block !important;
    }

    .panelFooterDIV {
        display: none;
    }

    .panelHeaderPlace {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    #totalDIV {
        padding-top: 60px !important;
    }

    .mobileMenuToggler {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .mobileMenuToggler i {
        font-size: 30px;
        color: #fff;
        cursor: pointer;
    }

    #mainTabDIV {
        position: fixed;
        top: 60px;
        right: 0;
        transition: all 0.4s;
        z-index: 8;
        transform: translate3d(400px, 0, 0);
    }

    #mainTabDIV.activeMainTab {
        transform: translate3d(0, 0, 0);
    }

    #lightBoxContentMar {
        max-width: 95% !important;
        box-sizing: border-box;
    }

    #lightBoxContent {
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .erScoreCard {
        display: block !important;
        width: 90% !important;
    }

    .learningCalendarWeek {
        display: block !important;
    }

    .learningCalendarDays {
        width: 100% !important;
        box-sizing: border-box;
        border: 1px solid #e1e1e1 !important;
    }

    .stuDashStatus {
        display: none !important;
    }

    .stuDashNews {
        width: 100% !important;
    }

    .dashboardBigReport {
        width: 100% !important;
    }

    .dashboardBigReport .zmdi,
    .dashboardBigReport img {
        display: none;
    }

    .dashboardBigReport .dashboardBigVal {
        position: absolute;
        bottom: 0;
        left: 10px;
        font-size: 30px;
    }
}

/* Panel Errors ------------------------------------------------------------*/
.panelErrors {
    position: fixed;
    top: -200px;
    left: 10px;
    min-width: 200px;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    z-index: 10000;
    transition: all .7s;
}

.panelErrorsActive {
    top: 70px;
}

#successError {
    background: #def2d6;
    border: 1px solid #d6e8cf;
    color: #4e6546;
}

/* Lightbox Styles ---------------------------------------------------------*/
#lightBoxParent {
    direction: rtl;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

#lightBoxParent #lightBoxBack {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

#lightBoxParent #lightBoxContentMar {
    position: relative;
    margin: 100px auto 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0);
    border-radius: 12px;
    /*opacity: 0;*/
    z-index: 101;
}

#lightBoxParent #lightBoxClose {
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    z-index: 105;
}

#lightBoxParent #lightBoxContent {
    direction: rtl;
    position: relative;
    width: 900px;
    padding: 10px;
    background: #efefef;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    z-index: 102;
}

#lightBoxParent #lightBoxContent2 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    overflow: hidden;
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    z-index: 106;
}

#lightBoxParent #lightBoxContent {
    color: #000;
}

/* Login Styles ------------------------------------------------------------*/
#loginMainDIV {
    direction: ltr;
    position: relative;
    top: 15%;
    width: 300px;
    margin: 0 auto;
    padding: 30px 4%;
    background: #fff;
    border-radius: 15px;
    z-index: 3;
}

#loginMainDIV ::placeholder {
    color: #ddd;
    opacity: 1; /* Firefox */
}

#loginMainDIV :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ddd;
}

#loginMainDIV ::-ms-input-placeholder { /* Microsoft Edge */
    color: #ddd;
}

#loginMainDIV input[type="text"],
#loginMainDIV input[type="password"] {
    direction: ltr;
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
    padding: 2px 20px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    border: solid 1px #1492e6;
    font: 14px iransans;
    outline: none;
}

#loginMainDIV input[type="button"] {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    box-sizing: border-box;
    font: bold 14px iransans !important;
    border: none;
    background: #215aa4;
    border: none;
    border-radius: 5px;
    color: #fff;
    outline: none;
}

.loginErrors {
    direction: rtl;
    position: relative;
    margin: 7px 5px 5px 0;
    padding: 3px 0;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    background: red;
    border-radius: 5px;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

/*---------------------------------------------------------------------------*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*---------------------------------------------------------------------------*/
.dashboardBox {
    width: 23%;
    height: 100px;
    background: #fff;
    border-radius: 10px;
}

/*---------------------------------------------------------------------------*/
.baseFormDIV {
    padding: 10px 30px;
    box-sizing: border-box;
}

.baseFormTable {
    width: 100%;
}

.baseFormDIV .bfDIV {
    position: relative;
    padding-bottom: 10px;
    font-size: 0;
}

.baseFormDIV .bfl {
    display: block;
    margin: 0 5px 1px 0;
    font-size: 14px;
}

.baseFormDIV .bfDIV.forceField .bfl:before {
    content: '*';
    color: #ff0000;
    margin-left: 3px;
}

.baseFormDIV .bfl .bfOtherSelected {
    font-size: 90%;
    opacity: .7;
}

.baseFormDIV td:first-child {
    width: 250px;
}

.baseFormDIV input[type="text"],
.baseFormDIV input[type="number"],
.baseFormDIV textarea,
.baseFormDIV select {
    width: 100%;
}

.baseFormDIV input[type="button"] {
    width: 100%;
}

.baseFormDIV .baseFormTitleLegend {
    margin: 0 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.baseFormDIV .baseFormTitleLegend span {
    display: inline-block;
    position: relative;
    top: 1px;
    padding: 5px 5px 5px 10px;
    border-bottom: 2px solid #f59c22;
}

/* Product Panel-------------------------------------------------------------*/
.productPanelPlaces {
    width: 97%;
    margin: 0 auto 15px;
    padding: 10px;
    box-sizing: border-box;
    background: #f0f0f0;
    border-radius: 10px;
}

.proItemBrands {
    display: inline-block;
    position: relative;
    width: 12%;
    height: 70px;
    margin: 5px .25%;
    padding: 10px 5px;
    overflow: hidden;
    box-sizing: border-box;
    background: #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: all .3s;
}

.proItemBrands:hover {
    background: #d0d0d0;
}

.proItemBrands img {
    position: absolute;
    left: 5%;
    width: 90%;
    transition: all 0.3s;
}

.proItemBrands.proItemBrandActive {
    background: #fff;
}

.proItemBrands .brandImgC {
    top: -100px
}

.proItemBrands .brandImgG {
    top: 10px
}

.proItemBrands.proItemBrandActive .brandImgC {
    top: 10px
}

.proItemBrands.proItemBrandActive .brandImgG {
    top: 100px
}

.catSelectorLB {
    display: flex;
    direction: ltr;
    justify-content: space-between;
}

.catSelectorLB div {
    width: 24%;
    height: 270px;
    overflow: auto;
    padding: 5px;
    box-sizing: border-box;
    background: #e0e0e0;
    border-radius: 10px;
}

.catSelectorLB div ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.catSelectorLB li {
    margin-bottom: 1px;
    padding: 5px;
    box-sizing: border-box;
    white-space: nowrap;
    background: #ccc;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s;
}

.catSelectorLB li:hover {
    background: #bbb;
}

.catSelectorLB li.catItemActive {
    background: #f59c22;
}

/*--------------------------------------*/
#sellBasketPanelBut {
    display: inline-block;
    position: fixed;
    top: 65px;
    left: -67px;
    padding: 2px 15px 3px 5px;
    background: #f59c22;
    border-radius: 0 7px 7px 0;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
    user-select: none;
    z-index: 10;
}

#sellBasketPanelBut i {
    vertical-align: middle;
    margin-left: 8px;
}

#sellBasketPanelBut span {
    display: inline-block;
    vertical-align: middle;
}

#sellBasketPanelBut:hover {
    left: 0px;
}

#sellBasketPanelMonitor {
    position: fixed;
    top: 100px;
    left: -250px;
    width: 250px;
    height: 600px;
    background: #ccc;
    border-radius: 0 10px 10px 0;
    transition: all 0.4s;
    z-index: 10;
}

#sellBasketPanelMonitor.sellBasketActive {
    left: 0;
}

/*---------------------------------------------------------------------------*/
.allProdPanel {
    direction: ltr;
    display: table;
    width: 100%;
    margin-bottom: 20px;
    border-spacing: 2px;
}

.allProdPanel .allProdPanelBox {
    padding: 7px;
    vertical-align: top;
    box-sizing: border-box;
    background: #bbb;
    border-radius: 10px;
}

.allProdPanel .allPPReportPlace {
    /*height: 150px;*/
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    /*padding: 10px;*/
    box-sizing: border-box;
    /*background: #f5f5f5;*/
    border: 1px solid #e5e5e5;
    border-bottom-width: 0;
    /*box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);*/
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
}

.allPPIndicatorChart {
    display: flex;
    justify-content: flex-start;
    position: relative;
    top: 10px;
    width: 100%;
    height: 5px;
    border-radius: 0px;
    text-align: center;
}

.allPPIndicatorChart div {
    position: relative;
    height: 5px;
    white-space: nowrap;
}

.allPPIndicatorChart div span {
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.allPPIndicatorChart div:nth-child(2n) {
    background: #054368;
    color: #054368;
}

.allPPIndicatorChart div:nth-child(2n+1) {
    background: #0091ca;
    color: #0091ca;
}

.allProdPanel .allPPCards {
    display: inline-block;
    position: relative;
    width: 32%;
    min-width: 320px;
    max-width: 420px;
    min-height: 200px;
    margin: 6px .5%;
    padding: 5px 2px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: all .2s;
}

.allProdPanel .allPPCards:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.allPPCards .allPPIndex {
    display: inline-block;
    min-width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 2px;
    line-height: 22px;
    background: #777;
    border-radius: 10px 0 10px 0;
    color: #fff;
    text-align: center;
    font-size: 10px;
    box-sizing: border-box;
    z-index: 2;
}

.allPPCards .allPPQuarantine {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    background: #fbb040;
    border-radius: 0 10px 0 10px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    z-index: 2;
}

.allPPCards .allPPImagePlace {
    display: inline-block;
    width: 80px;
    height: 80px;
    padding: 3px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
}

.allPPCards .allPPImagePlace img {
    max-width: 90%;
    max-height: 90%;
}

.allPPCards .allPPPrice {
    width: 90%;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 11px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.allPPCards .allPPButtons {
    display: inline-block;
    width: 90%;
    height: 20px;
    margin: 2px 5px;
    line-height: 20px;
    font-size: 10px;
    font-weight: bold;
    background: #e5e5e5 /*#03547b*/;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}

.allPPCards .allPPOrderCodes {
    margin: 0 0 5px;
    text-align: left;
}

.allPPCards .allPPTextItems {
    display: flex;
    justify-content: space-between;
    margin: 0 0 2px;
}

.allPPCards .allPPCategory {
    min-width: 50px;
    padding: 5px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-align: center;
}

.allPPCards .allPPCategory:first-child {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-weight: normal;
}

.allPPCards .allPPCardsSimilarity {
    display: flex;
    justify-content: space-between;
    width: 95%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 2.5%;
    padding: 5px 5px 2px;
    box-sizing: border-box;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.allPPCards .allPPCardsSimilarity .similarityPercent {
    display: inline-block;
    margin-bottom: 5px;
}

.allPPCards .allPPCardsSimilarity .similarityProgress {
    position: relative;
    top: 5px;
    width: 50%;
    height: 3px;
    margin: 0 auto 2px;
    background: #555;
    border-radius: 3px;
}

.allPPCards .allPPCardsSimilarity .similaritySickbar {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #39f;
    border-radius: 3px;
}

.filterBoxes {
    position: relative;
    margin: 0 auto 15px;
    padding: 5px 10px 10px;
    box-sizing: border-box;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-bottom-width: 0;
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    font-size: 11px;
    overflow: hidden;
    /*height: 40px;*/
    transition: all 0.4s;
}

.filterBoxes .zmdi-chevron-down {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #aaa;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.4s;
}

.filterBoxes.boxOpen .zmdi-chevron-down {
    transform: rotate(180deg);
}

.filterBoxes .filterBoxTitle {
    position: relative;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
    color: #14234e;
    font-weight: bold;
    line-height: 20px;
    z-index: 2;
    cursor: pointer;
}

.filterBoxes .filterBoxTextes {
    max-height: 300px;
    overflow: auto;
}

.filterBoxes .filterBoxTextes p,
.filterBoxes .selectedFilters p {
    margin: 0;
    padding: 4px 0;
}

.filterBoxes .selectedFilters {
    overflow: hidden;
}

.filterBoxes .selectedFilterP {
    position: relative;
    left: -300px;
    width: 95%;
    margin: 5px 0 0 !important;
    padding: 5px 10px !important;
    background: rgba(3, 84, 123, 0.1);
    border: 1px solid rgba(3, 84, 123, 0.3);
    border-radius: 5px;
    box-sizing: border-box;
    color: rgb(3, 84, 123);
    transition: all .3s;
}

.filterBoxes .selectedFilterP i {
    margin-right: 5px;
    font-weight: bold;
    vertical-align: middle;
}

.filterBoxes .selectedFilterP label {
    display: inline-block;
    vertical-align: middle;
}

.filterBoxes .filterBoxSearchInput {
    width: 95%;
    height: 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.filterBoxes .filterBoxSearchInput + i {
    position: absolute;
    top: 3px;
    right: 15px;
    color: #aaa;
    font-size: 15px;
    opacity: 1;
    transition: all .3s;
}

.filterBoxes .filterBoxSearchInput:focus + i {
    opacity: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 2px;
    background-color: #ddd;
    -webkit-transition: .4s;
    transition: .4s;
}

.sliderTitle {
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 10px;
}

input:checked + .slider + .sliderTitle {
    left: 20px;
}

input:checked + .slider:before {
    background-color: #70a800;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    /*-webkit-transform: translateX(0px);*/
    /*-ms-transform: translateX(0px);*/
    /*transform: translateX(0px);*/
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.filterOptions {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
}

.filterOptions p {
    margin: 0;
}

/*---------------------------------------------------------------------------*/
/*
input[type=checkbox]{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type=checkbox] + label{
    display: inline-block;
    height: 15px;
    padding-left: 20px;
    line-height: 15px;
    vertical-align: middle;
    font-size: inherit;
    cursor: pointer;
    transition: none;
    background: url(http://csscheckbox.com/checkboxes/web-two-style.png) no-repeat 0 0;
    background-size: 15px;
}
input[type=checkbox]:checked + label{background-position: 0 -15px;}
*/
/*---------------------------------------------------------------------------*/
.saTables {
    direction: rtl;
    width: 98%;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    border-spacing: 1px 0;
}

.saTables td {
    padding: 5px;
}

.saTables tr td:first-child {
    border-radius: 0 5px 5px 0;
}

.saTables tr td:last-child {
    border-radius: 5px 0 0 5px;
}

.saTables .saTablesTitle {
    background: #b131b6;
    color: #fff;
}

.saTables .saTablesTRs:nth-child(even) {
    background: #f5f5f5;
}

.saTables .saTablesTRs:nth-child(odd) {
    background: #eee;
}

/*---------------------------------------------------------------------------*/
.onlineClassItemBox {
    display: flex;
    justify-content: space-between;
    width: 400px;
    padding: 20px;
    box-sizing: border-box;
    background: #dfdfdf;
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    color: inherit;
}

.onlineClassMItem {
    display: flex;
    position: absolute;
    top: 2px;
    right: 0;
    padding: 5px;
    box-sizing: border-box;
    background: #f3f9ff;
    border: 1px solid #c4e2ff;
    border-radius: 5px;
    cursor: pointer;
    transition: all .4s;
    z-index: 3;
}

.onlineClassMItem:hover {
    background: #f9f9f9;
    border: 1px solid #1492e6;
    z-index: 4;
}

.onlineClassNItem {
    position: absolute;
    top: 5px;
    right: 0;
    height: 55px;
    padding: 5px 0 0;
    box-sizing: border-box;
    background-color: #696969;
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 10000px;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    z-index: 2;
}

.onlineClassNItem:hover {
	z-index: 4;
}

.onlineClassNCDark {
    color: #111;
}

.onlineClassNItem img {
    height: 35px;
    margin-top: -5px;
}

.onlineClassNItem p {
    margin: 0;
    font-size: 10px;
}

.onlineClassNItem .zmdi-more-vert {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 17px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
}

.onlineClassNItem .zmdi-more-vert:hover {
    background: rgba(255, 255, 255, .2);
}

.onlineClassNItem .onlineClassItemMenu {
    display: none;
    position: absolute;
    bottom: 50px;
    left: 5px;
    background: #444;
    border-radius: 5px;
    text-align: right;
}

.onlineClassNItem .onlineClassItemMenu.onlineClassMoreOpen {
    display: block;
}

.onlineClassNItem .onlineClassItemMenu p {
    margin: 0;
    padding: 5px 7px 5px 10px;
    border-bottom: 1px dotted rgba(255, 255, 255, .2);
    color: #eee;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.4s;
}

.onlineClassNItem .onlineClassItemMenu p:hover {
    background: rgba(255, 255, 255, 0.2);
}

.onlineClassNItem .onlineClassItemMenu p:last-child {
    border-bottom: none;
}

.onlineClassNItem .onlineClassItemMenu p i {
    width: 13px;
    margin-left: 3px;
    vertical-align: middle;
    font-size: 15px;
    text-align: center;
}

.onlineClassNItem .onlineClassItemMenu p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
}

/*---------------------------------------------------------------------------*/
.accordion-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion-list ul li {
    padding: 10px;
    margin-bottom: 5px;
    background: #fff;
    border-radius: 10px;
}

.accordion-list .accordion-item-content {
    padding: 10px 15px;
    font-size: 13px;
    background: #f0f0f0;
    border-radius: 10px;
}

.accordion-list .accordion-item-content .timeline-item {
    margin-bottom: 5px;
}

a {
    text-decoration: none;
    color: inherit;
}

.clockDown {
    display: inline-block;
    width: 46.666666666667px;
    height: 46.666666666667px;
    line-height: 46.666666666667px;
    text-align: center;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 2px 5px #aaa;
    color: rgb(255, 0, 255);
    font-size: 25px;
    font-weight: bold;
}

.dashboardClockDown {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 2px 5px #aaa;
    color: rgb(255, 0, 255);
    font-size: 22px;
    font-weight: bold;
}

.mazeLine {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #bbb;
    border-radius: 10px;
}

.mazeLineDrawPlace .mazeLine:first-child {
    top: -2px;
    left: 0;
    border-color: transparent transparent #bbb #bbb !important;
    border-radius: 0 0 0 30px !important;
}

.mazeBox {
    position: absolute;
    width: 90px;
    height: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    text-align: center;
    line-height: 90px;
    z-index: 2;
}

.mazeBox img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*---------------------------------------------------------------------------*/
.postMainBody {
    direction: rtl;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ababab;
    color: #000;
    cursor: pointer;
    font-family: hspYekan;
}

.postMainBody .postHead {
    margin: 0px 35px 15px;
    padding: 15px 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
}

.postMainBody .postHead .postAvatarPlace {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.postAvatarPlace img {
    width: 45px;
    height: 45px;
    border-radius: 50%
}

.postAvatarPlace .postOriginalTick {
    position: absolute;
    top: 35px;
    right: 0;
    width: 15px;
    height: 15px;
}

.postMainBody .postHead .postOwnerName {
    display: inline-block;
    width: 500px;
    padding-right: 10px
}

.postMainBody .postHead .postOwnerName .postDiffTimes {
    opacity: .6;
    font-size: 10px;
}

.postMainBody .postHead .postOwnerName .postOwnerData {
    height: 15px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 10px;
    color: #939598;
}

.postMainBody .postHead .postOwnerName .postOwnerData span {
    padding: 0;
    box-sizing: border-box;
}

.postMainBody .postHead .postOwnerName .postOwnerData .zmdi {
    position: relative;
    top: 2px;
    margin: 0px 2px 0;
}

.postMainBody .postIcons {
    width: 20px
}

.postUserNamePlace {
    font-size: 15px;
    color: #58595b;
    font-weight: bold;
}

.postMainBody .postMainImagePlace {
    position: relative;
    text-align: center;
}

.postMainBody .postMainImagePlace .postVideoSiTi {
    direction: ltr;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 10%;
    padding: 2px 5px 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4.1666666666667px;
    color: #fff;
    font-family: arial;
    font-size: 15.277777777778px;
    font-weight: bold;
}

.postMainBody .postMainImagePlace .postVideoPrice {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 10%;
    padding: 2px 5px 0;
    background: #ffbf3a;
    border-radius: 4.1666666666667px;
    color: #333;
    font-size: 18.055555555556px;
}

.postMainBody .postMainImagePlace .postVideoPlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) url("https://dorehclass.ir/Dison/img/examIcon/yellowPlayBot.png") center center no-repeat;
    background-size: 97.222222222222px;
}

.postMainBody .postMainImagePlace img {
    max-width: 100%;
}

.postMainBody .postDrawBody {
    padding: 5px 30px;
    box-sizing: border-box;
    font-size: 13px;
}

.postMainBody .postDrawBody .postText {
    padding: 5px 0px
}

.postMainBody .postDrawBody .choices {
    direction: rtl;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.postMainBody .postDrawBody .choices .sch {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.postMainBody .postDrawBody .choices .schName {
    position: relative;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border: 1px #888 solid;
    border-radius: 50%;
    z-index: 4;
}

.postMainBody .postDrawBody .choices .schText {
    display: inline-block;
    position: relative;
    z-index: 4;
}

.postMainBody .postDrawBody .choices .schPercent {
    direction: ltr;
    position: absolute;
    width: 30px;
    top: 30%;
    left: 6.9444444444444px;
    height: 100%;
}

.postMainBody .postActivityPlace {
    position: relative;
    border-bottom: 1px #f2f2f2 solid;
    padding-top: 27.777777777778px;
    color: #787878;
    box-sizing: border-box;
}

.postMainBody .postActivityPlace div {
    display: inline-block;
    padding-left: 10px
}

.postMainBody .postActivityPlace div span {
    color: #b3b3b3;
}

.postMainBody .postActivityPlace div img {
    width: 15px;
}

.postMainBody .postActivityPlace .shareCustomPopover {
    width: 15px !important;
}

.postMainBody .postActivityPlace .sharePost {
    display: none;
}

.postMainBody .postActivityPlace .sharePostDIVs {
    direction: rtl;
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100px !important;
    padding: 0 5px;
    background: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff;
    overflow: hidden;
    z-index: 3;
    transition: all 0.2s;
}

.postMainBody .postActivityPlace .sharePostDIVs p {
    color: #fff;
    padding: 3px 5px;
}

.postMainBody .postActivityPlace .sharePostDIVs .zmdi {
    position: relative;
    top: 2px;
    margin-left: 3px;
}

.postMainBody .postActivityPlace .sharePostDIVs .button {
    background: #fc0;
    color: #111;
}

.postMainBody .postActivityButtonPlace.buttons-row {
    display: none
}

.postMainBody .postActivityButtonPlace {
    padding: 5px 0 10px;
    box-sizing: border-box;
    border-bottom: 1px #f2f2f2 solid;
}

.postMainBody .postActivityButtonPlace .button {
    position: relative;
    display: inline-block;
    height: 41.666666666667px;
    line-height: 41.666666666667px;
    padding: 0px;
    text-align: right;
    margin-left: 0px;
}

.postMainBody .postActivityButtonPlace .button img {
    width: 18.981481481481px;
    vertical-align: sub;
}

.postMainBody .postActivityButtonPlace .button span {
    font-size: 16.666666666667px;
    color: #b3b3b3;
}

.postMainBody .postCmPlace {
    padding: 11.111111111111px 13.888888888889px 0;
    box-sizing: border-box;
}

.postMainBody .postCmPlace .postCmBody {
    padding-bottom: 2.7777777777778px;
}

.postMainBody .postCmPlace .postCmBody .postCMAvatar {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.postMainBody .postCmPlace .postCmBody .postCMAvatar img {
    width: 41.666666666667px;
    height: 41.666666666667px;
    border-radius: 50%;
}

.postMainBody .postCmPlace .postCmBody .postCMAvatar .postOriginalTick {
    position: absolute;
    top: 29.166666666667px;
    right: 0;
    width: 13.888888888889px;
    height: 13.888888888889px;
}

.postMainBody .postCmPlace .postCmBody .postCMTextPlace {
    display: table-cell;
    padding-right: 10px;
}

.postMainBody .postCmPlace .postCmBody .postCMTextPlace .postCMUserName {
    color: #555;
}

.postMainBody .postCmPlace .postCmBody .postCMTextPlace .postCMData {
    color: #939598;
}

.postMainBody .postCmPlace .postCmBody .postCMTextPlace .postCMData .postIcons {
    width: 18.055555555556px;
}

.postMainBody .postCmPlace .postCmBody .postCMText {
    color: #939598;
    font-size: 11px;
}

.postMainBody .postPrizePlace {
    direction: ltr;
    position: relative;
    width: 330px;
    height: 27px;
    margin: 0 auto 0 10px;
    padding: 3px 3px 2px 40px;
    font-size: 0;
    background: #333;
    border-radius: 15px;
    color: #eee;
    box-sizing: border-box;
}

.postMainBody .postPrizePlace .postPrizeIcon {
    position: absolute;
    top: -8px;
    left: -3px;
    height: 35px;
    padding: 3px;
    background: #333;
    border-radius: 50%;
}

.postMainBody .postPrizePlace p {
    margin: 0;
}

.postMainBody .postPrizePlace .prizeCoin {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 15px;
    height: 15px;
}

.postMainBody .postPrizePlace .postPrizeItems {
    direction: rtl;
    display: inline-block;
    position: relative;
    width: 110px;
    margin: 0 10px;
    padding: 2px 5px 2px 12px;
    float: right;
    font-size: 11px;
    line-height: 17px;
    text-align: right;
    vertical-align: middle;
    /* background: rgba(255,255,255,0.4); */
    border-radius: 15px;
    box-sizing: border-box;
}

/*---------------------------------------------------------------------------*/
#studentRPanel {
    position: relative;
    width: 300px;
    min-width: 300px;
    padding-top: 10px;
    box-sizing: border-box;
    background: #501771;
    transition: all .4s;
    overflow: hidden;
}

#studentRPanel.closeRPanel {
    width: 0px;
    min-width: 0px;
}

.panelToggler {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 290px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
    transition: all .3s;
}

.panelToggler.panelTogglerOff {
    transform: rotate(180deg);
    right: 5px;
}

.studentsTabPlace {
    position: relative;
    padding: 10px 10px 0;
    font-size: 0;
    background: #f9f9fb;
    border-bottom: 2px solid #501771;
    z-index: 2;
}

.studentsTab {
    display: inline-block;
    min-width: 110px;
    margin-left: 1px;
    line-height: 40px;
    background: #888;
    border-radius: 8px 8px 0 0;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    transition: all .3s;
}

.studentsTab:hover {
    background: #7831a0;
}

.studentsTab.mainTabsActive,
.studentsTab.mainTabsSelected {
    background: #501771 !important;
}

.mmParentDIV {
    margin: 15px 10px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}

.mmParentTitle {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 15px;
    color: #391151;
}

.dashboardBigReport {
    position: relative;
    width: 15%;
    min-width: 200px;
}

.dashboardBig {
    font-size: 18px;
    color: #fff;
}

.dashboardBigVal {
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*left: 25px;*/
    text-align: left;
    margin: 0;
    line-height: 50px;
    font-weight: bold;
    font-size: 60px;
    color: #fff;
}

.dashboardBigReport .zmdi {
    color: #fff;
    font-size: 30px;
    background: rgba(255, 255, 255, .2);
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.learningCalendarWeek {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1px;
    border-radius: 3px;
    font-size: 12px;
}

.learningCalendarDays {
    position: relative;
    width: 15%;
    min-height: 150px;
    margin: 0 0 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-width: 1px 1px 1px 0;
    /*border-radius: 3px;*/
}

.learningCalendarDays:first-child {
    border-radius: 0 5px 5px 0;
}

.learningCalendarDays:last-child {
    border-left-width: 1px;
    border-radius: 5px 0 0 5px;
}

.lCalendarTitle {
    direction: rtl;
    margin: 0 0 10px;
    padding-bottom: 3px;
    text-align: left;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.learningCalendarDays .hwItem {
    display: flex;
    justify-content: right;
    margin-bottom: 3px;
    padding: 5px 0 5px 5px;
    border-width: 0 5px 0 0;
    border-style: solid;
    border-radius: 3px;
}

.learningCalendarDays .hwIcon {
    padding: 5px;
}

.learningCalendarDays .hwIcon img {
    width: 30px;
}

.learningCalendarDays .hwItem p {
    margin: 0;
}

.learningCalendarDays .hwItem .hwSource {
    opacity: 0.5;
    font-size: 10px;
}

.learningCalendarDays .hwItem .hwTitle {
}

.learningCalendarDays .hwPractice {
    background: #f5efdb;
    border-color: #ffcf2f;
}

.learningCalendarDays .hwTask {
    background: #eee;
    border-color: #919191;
}

.learningCalendarDays .hwExam {
    background: #fbf3ff;
    border-color: #bc89da;
}

.dashboardWeekPlanController {
    width: 100%;
    text-align: center;
}

.dashboardWeekPlanController tr td:last-child,
.dashboardWeekPlanController tr td:first-child {
    width: 45px;
    text-align: center;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    cursor: pointer;
    font-size: 10px;
    opacity: 0.6;
    transition: all 0.4s;
}

.dashboardWeekPlanController tr td:last-child:hover,
.dashboardWeekPlanController tr td:first-child:hover {
    background: rgba(255, 255, 255, 0.45);
}

.dashboardWeekPlanController tr td span {
    display: inline-block;
    vertical-align: middle;
}

.dashboardWeekPlanController tr td i {
    margin: 0 2px;
}

.dashboardWeekPlan {
    direction: rtl;
    display: flex;
    justify-content: space-around;
    position: relative;
    padding: 10px 0 40px;
}

.dashboardWeekPlanJoiner {
    position: absolute;
    top: 45px;
    left: 10%;
    width: 80%;
    height: 1px;
    background: #eee;
}

.dashboardWeekPlanSideJoinerL {
    position: absolute;
    top: 45px;
    left: 0;
    width: 30px;
    height: 120px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #eee;
    border-right: none;
}

.dashboardWeekPlanSideJoinerR {
    position: absolute;
    top: 45px;
    right: 0;
    width: 30px;
    height: 120px;
    border-radius: 0 10px 10px 0;
    border: 1px solid #eee;
    border-left: none;
}

.dashboardWeekPlan .weekPlanItem {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
}

.dashboardWeekPlan .weekPlanItem img {
    width: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
}

.dashboardWeekPlan .weekPlanItem p {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    margin: 0;
    color: #eeeeee;
    line-height: 20px;
    font-size: 11px;
}

/*---------------------------------------------------------------------------*/
#studentRPanel .overProfileItems {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 15px;
}

#studentRPanel .overProfileItems span {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .3);
    border-right: 6px solid rgba(255, 255, 255, .5);
    border-radius: 3px;
    color: #fff;
    text-align: left;
    font-size: 14px;
}

#studentRPanel .overProfileItems span i {
    position: absolute;
    top: 8px;
    right: 10px;
}

.studentRPlaces {
    width: 90%;
    margin: 0 auto 15px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .1);
    border-radius: 5px;
    color: #fff;
}

/* Public Schools Panel------------------------------------------------------*/
.pSchoolMainTabsPlace {
    position: relative;
    display: flex;
    justify-content: right;
    background: #0067cc;
    /*border-top: 1px solid #333;*/
    border-bottom: 1px solid #333;
}

.pSchoolMainTabsPlace .mainTabsPSchool {
    min-width: 120px;
    line-height: 35px;
    text-align: center;
    border-left: 1px solid #333;
    cursor: pointer;
    color: #fff;
    font-size: 11px;
}

.pSchoolMainTabsPlace .mainTabsPSchool:hover {
    background: rgba(255, 255, 255, 0.2);
}

.classNameTabPlace {
    display: flex;
    justify-content: right;
    flex-wrap: nowrap;
}

.classNameTabPlace .classNameTabs {
    position: relative;
    width: 10%;
    margin: 0 0 0 2px;
    padding: 5px 0 10px;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
    border: 1px solid #ddd;
    border-bottom: none;
    background: #ddd;
    color: #777;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
}

.classNameTabPlace .classNameTabs:hover {
    background: #e5e5e5;
}

.classNameTabPlace .classNameTabs.activeClassNameTab {
    top: 2px;
    background: #f3f9ff;
    border-radius: 5px 5px 0 0;
    color: #111;
    font-weight: bold;
}

.classNameTabPlace .classNameTabs p {
    /*width: 100%;*/
    line-height: 20px;
    margin: 0;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    transition: none;
}

.classNameTabPlace .classNameTabs .zmdi-edit {
    /* position: absolute;
     top: 5px;
     left: 5px;*/
    font-size: 13px;
    cursor: pointer;
    margin-left: 5px;
}

.classBooksPlaces {
    display: flex;
    justify-content: right /*space-between*/;
    flex-wrap: wrap;
    padding: 10px 20px 50px;
}

.totalClassDataPlace {
    display: none;
}

.totalClassDataPlace.activeTotalClassPlace {
    display: block;
}

.classBooksItems {
    position: relative;
    width: 120px;
    margin-left: 20px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    color: #555;
}

.classBooksItems img {
    width: 70px;
}

.classBooksItems p {
    width: 100%;
    margin: 0 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.classBooksItems div {
    position: relative;
    height: 35px;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    font-size: 12px;
}

.classBooksItems div span {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.classBooksItems div b {
    display: none /*inline-block*/;
    width: 100%;
    line-height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.classBooksItems div b:empty {
    display: none;
}

.classBooksItems div.activeClassTeacher {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #333;
}

.classBooksItems div i.zmdi {
    position: absolute;
    left: -20px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    box-sizing: border-box;
    font-size: 13px;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}

.classBooksItems div i.zmdi-check {
    top: 0px;
    color: #090;
}

.classBooksItems div i.zmdi-close {
    top: 18px;
    color: #900;
}

.classBooksItems div select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.pSchoolStudentTable {
    width: 100%;
    margin: 0 auto;
    border-spacing: 0 3px;
    text-align: center;
}

.pSchoolStudentTable tr {
    height: 35px;
}

.pSchoolStudentTable td {
    padding: 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.pSchoolStudentTable tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.7);
}

.pSchoolStudentTable tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.5);
}

.pSchoolStudentTable tr:first-child {
    background: #fff;
    font-weight: bold;
}

.pSchoolStudentTable tr td:first-child {
    width: 50px;
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #ddd;
}

.pSchoolStudentTable tr td:last-child {
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #ddd;
}

.pSchoolStudentTable .opTd {
    width: 40px;
    font-size: 20px;
}

.pSchoolStudentTable .opTd i {
    cursor: pointer;
}

.pSchoolFormsPlace {
    position: relative;
    margin-bottom: 5px;
    padding: 10px 15px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.pSchoolFormsPlace b {
    margin-left: 10px;
}

.pSchoolFormsPlace .pSchoolFormsAddBut {
    width: 120px;
    height: 30px;
    font-size: 11px;
}

.pSchoolFormsPlace .pSchoolForm {
    position: absolute;
    top: -100px;
    right: 250px;
    width: calc(100% - 280px);
    height: 100%;
    padding-top: 10px;
    box-sizing: border-box;
}

.pSchoolForm input,
.pSchoolForm select {
    width: 13%;
    max-width: 150px;
    margin-left: 5px;
    vertical-align: middle;
    font-size: 12px;
}

.pSchoolForm input[type='button'] {
    width: 120px;
}

.pSchoolFormsPlace .pSchoolForm.pSchoolFormActive {
    top: 0;
}

.completePSchoolRegisterForm input[type="text"],
.completePSchoolRegisterForm input[type="tel"],
.completePSchoolRegisterForm select {
    height: 40px;
    background: #fff;
    border: 1px solid #1492e6;
}

/*****************************************************************************/
.notificationList {
    background: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    color: #333;
    font-size: 14px;
    list-style: none;
}

.notificationIcon {
    display: inline-block;
    width: 60px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.notificationIcon span {
    display: inline-block;
}

.notificationIcon img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.notificationTextPlace {
    display: inline-block;
    width: 60%;
    position: relative;
    vertical-align: middle;
    text-align: right;
}

.tcBadge {
    display: none;
    position: absolute;
    top: 0px;
    right: 0;
    min-width: 16px;
    height: 20px;
    padding: 0px 3px;
    line-height: 20px;
    text-align: center;
    background: #ffbf3a;
    border-radius: 50%;
    color: #000;
    font-size: 13px;
}

.notificationTime {
    direction: ltr;
    text-align: right;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
}

.notifAction {
    display: inline-block;
    text-align: center;
    padding: 15px;
}

/*---------------------------------------------------------------------------*/
.teacherEvaluationTab {
    display: flex;
    justify-content: space-between;
    width: 100%;
    line-height: 35px;
    border-bottom: 1px solid #888;
}

.teacherEvaluationTab div {
    width: 49%;
    text-align: center;
    background: #888;
    border-radius: 5px 5px 0 0;
    color: #fff;
    cursor: pointer;
}

.teacherEvaluationTab div.activeHWTab {
    background: #222;
}

.hwMonitorsDIV {
    display: none;
}

.hwMonitorsDIV.hwMonitorActive {
    display: block;
}

/*---------------------------------------------------------------------------*/
.learningBookItemsPlace {
    text-align: center
}

.learningBookItemsPlace div {
    display: inline-block;
    width: 140px;
    text-align: center;
    cursor: pointer;
}

.learningBookItemsPlace div img {
    width: 60px;
}

.learningBookItemsPlace div p {
    margin: 0 0 10px;
    color: #fff;
    font-size: 13px
}

.agentDashboardBig {
    font-size: 18px;
}

.agentDashboardBigVal {
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*left: 25px;*/
    text-align: left;
    margin: 0;
    line-height: 50px;
    font-weight: bold;
    font-size: 23px !important;
}


@media (max-width: 900px) {
    .learningBookItemsPlace {
        text-align: right;
    }

    .learningBookItemsPlace div {
        width: 80px;
    }
}

/*---------------------------------------------------------------------------*/
.errorInForm{
    border-color: #fba8a8 !important;
}
