﻿.lesson-percent-wrapper {
    /*padding: 1rem;*/
    margin: 1rem;
    border: 2px solid #1cab65;
    border-radius: 10px;
    /*border-right: 6px solid #2992fd;*/
}


    .lesson-percent-wrapper h5 {
        background-color: #0ecc70;
        color: #fff;
        padding: 7px;
        margin-bottom: 0.8rem;
        font-size: 17pt;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }


    .lesson-percent-wrapper p {
        padding: 0.2rem 0.6rem;
    }


.lesson-index-seprator {
    clear: both;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    color: #333;
}


    .lesson-index-seprator i {
        font-size: 13pt;
        font-weight: bold;
        margin-left: 6px;
    }

.lesson-percent-wrapper .define-icon {
    font-size: 14pt;
}


.main-lesson-wrapper {
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 11px 2px #6D6D6D;
    box-shadow: 0px 2px 11px 2px #6D6D6D;
    margin-bottom: 2rem;
}



@font-face {
    font-family: 'iransans';
    src: url('/fonts/iranSans/eot/IRANSansWeb.eot');
    src: url('/fonts/iranSans/eot/IRANSansWeb.eot?#iefix') format('eot'), /* IE6�8 */
    url('/fonts/iranSans/woff2/IRANSansWeb.woff2') format('woff2'), /* Chrome36+, Opera24+*/
    url('/fonts/iranSans/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/fonts/iranSans/ttf/IRANSansWeb.ttf') format('ttf');
}

@font-face {
    font-family: 'iransansbold';
    src: url('/fonts/iranSans/eot/IRANSansWeb_Bold.eot');
    src: url('/fonts/iranSans/eot/IRANSansWeb_Bold.eot?#iefix') format('eot'), /* IE6�8 */
    url('/fonts/iranSans/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* Chrome36+, Opera24+*/
    url('/fonts/iranSans/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/fonts/iranSans/ttf/IRANSansWeb_Bold.ttf') format('ttf');
}

body {
    font-family: 'iransans';
}

    body h1, body h2, h2, body h3, body h4, body h5, body h6, span {
        font-style: normal;
        font-family: 'iransans' !important;
    }

a {
    font-family: 'iransans' !important;
}

.dropify-wrapper .dropify-message p {
    font-family: 'iransans' !important;
    font-size: 11pt;
}

.dashboard-today-event .ic {
    width: 2.5pc !important;
    height: 2.5pc !important;
}

.dashboard-today-event .avatar-content {
    width: 4pc !important;
    height: 4pc !important;
}

.tooltip {
    font-family: iransans;
}

.jq-toast-single {
    text-align: right !important;
    direction: rtl;
    font-family: 'iransans' !important;
}

.close-jq-toast-single {
    left: 7px;
    right: auto;
}

.sweet-alert button {
    font-family: iransans;
}

.sweet-alert p {
    font-family: iransans;
}

.home-global-item {
    padding: 7px 5px;
    /*border-right: 3px solid #fd9c1f;*/
    margin-bottom: 6px;
    border-radius: 7px;
}

    .home-global-item:hover {
        background-color: #ddd;
    }
