﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: IranSans;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('Fonts/IRANSansWeb.eot');
    src: url('Fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('Fonts/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('Fonts/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('Fonts/IRANSansWeb.ttf') format('truetype');
}


.ss02 {
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.ss03 {
    -moz-font-feature-settings: "ss03";
    -webkit-font-feature-settings: "ss03";
    font-feature-settings: "ss03";
}


.notemessage {
    text-align: right;
}

.faradid {
    text-align: left;
    font-size: 10px;
}

@media (max-width: 768px) {
    .notemessage {
        text-align: center;
    }

    .faradid {
        text-align: center;
    }
}

.progressbar {
    text-align: center;
}

.boxhead {
    border-top: 1px solid #3f85ca;
    padding-top: 10px;
    margin-top: 10px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.calendar-today {
    color: blue;
    font-weight: bold;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
    /*float: right;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;*/
    white-space: nowrap;
}

.dl-horizontal dd {
    min-height: 20px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.field-validation-error {
    color: #f00;
}

.validation-summary-errors {
    color: #f00;
    font-weight: bold;
}

.input-validation-error {
    border: 2px solid #f00;
    background-color: #fee;
}

.toplist {
    margin-bottom: 10px;
}

th {
    text-align: center;
}

div.lesson {
}

.progressbar {
    margin: 20px;
    width: 200px;
    height: 200px;
    position: relative;
}

.lesstime {
    color: #ff0000;
}

.moretime {
    color: blue;
}

.myHighChart {
    direction: ltr;
}

div.load {
    color: red;
    margin: 10px 0;
    font-weight: bold;
}
#multiProgress {
    margin: 0 auto;
    max-width: 400px;
    min-width: 380px;
}

a:hover {
    color: hotpink;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}
tr td {
    text-align: center !important;
}
.fa {
font-weight:200 !important;
font-size:15px
}

/*برای حاشیه جداول*/
table {
    padding: 20px;
    border-radius: 10px;
    margin: 10px;
    border-spacing: 0;
    border-collapse: separate;
}
table tr:last-child td:first-child {
    border-bottom-right-radius: 20px;
}
table tr:last-child td:last-child {
    border-bottom-left-radius: 20px;
}
table tr:first-child th:first-child {
    border-top-right-radius: 20px
}
table tr:first-child th:last-child {
    border-top-left-radius: 20px;
}





/*برای بکگراند هایی که به صورت حباب از پایین به بالا میروند*/

.area {
    background-color:ghostwhite ;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 100vh;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        animation: animate 25s ease-out infinite;
        bottom: -150px;
    }

        .circles li:nth-child(1) {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
            background: #FFD2F0;
        }


        .circles li:nth-child(2) {
            left: 10%;
            width: 100px;
            height: 100px;
            animation-delay: 2s;
            animation-duration: 12s;
            background: #E6EE9C;
        }

        .circles li:nth-child(3) {
            left: 70%;
            width: 40px;
            height:40px;
            animation-delay: 4s;
            background: #FDAC92;
        }

        .circles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 3s;
            animation-duration: 18s;
            background: #B3EAF1;
        }

        .circles li:nth-child(5) {
            left: 65%;
            width: 45px;
            height: 45px;
            animation-delay: 8s;
            background: #F1BACD;
        }

        .circles li:nth-child(6) {
            left: 75%;
            width: 20px;
            height: 20px;
            animation-delay: 3s;
            background: #FEE9A6;
        }

        .circles li:nth-child(7) {
            left: 35%;
            width: 90px;
            height: 90px;
            animation-delay: 7s;
            background: #FBECBB;
        }

        .circles li:nth-child(8) {
            left: 57%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
            background: #FDAC92;
        }

        .circles li:nth-child(9) {
            left: 50%;
            width: 15px;
            height: 15px;
            animation-delay: 15s;
            animation-duration: 35s;
            background: #D6EBD7;
        }

        .circles li:nth-child(10) {
            left: 85%;
            width: 100px;
            height: 100px;
            animation-delay: 0s;
            animation-duration: 17s;
            background: #D19CDA;
        }
        .circles li:nth-child(11) {
            left: 35%;
            width: 75px;
            height: 75px;
            animation-delay: 5s;
            animation-duration: 20s;
            background: #51FF39;
        }
        .circles li:nth-child(12) {
            left: 39%;
            width: 40px;
            height: 40px;
            animation-delay: 1s;
            animation-duration: 25s;
            background: #88D5F7;
        }
        .circles li:nth-child(13) {
            left: 46%;
            width: 80px;
            height: 80px;
            animation-delay: 7s;
            animation-duration: 14s;
            background: #51FF39;
        }
        .circles li:nth-child(14) {
            left: 73%;
            width: 100px;
            height: 100px;
            animation-delay: 4s;
            animation-duration: 17s;
            background: #9CD19F;
        }
        .circles li:nth-child(15) {
            left: 15%;
            width: 100px;
            height: 100px;
            animation-delay: 3s;
            animation-duration: 26s;
            background: #FD8D69;
        }

        .circles li:nth-child(16) {
            left: 4%;
            width: 110px;
            height: 110px;
            animation-delay: 9s;
            animation-duration: 20s;
            background: #FBDDE7;
        }


@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}



/*برای دکمه های ورود و خروج و ریست رمز عبور  که به صورت شیک در می آیند*/
button.shake {
    position: relative;
    margin: 02em 0;
    padding: 0.8em 1em;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    
    border-radius: 10px;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    font-family: inherit;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

    button.shake:hover {
        animation: sh0 0.5s ease-in-out both;
    }

@keyframes sh0 {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }

    25% {
        transform: rotate(7deg) translate3d(0, 0, 0);
    }

    50% {
        transform: rotate(-7deg) translate3d(0, 0, 0);
    }

    75% {
        transform: rotate(1deg) translate3d(0, 0, 0);
    }

    100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

button.shake:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}

/*برای دکمه های ورود و خروج و ریست گذروازه*/ 

button.shake::before,
button.shake::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
    transform: translate(100%, -25%) translate3d(0, 0, 0);
}

button.shake:hover::before,
button.shake:hover::after {
    opacity: 0.15;
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}

button.shake:hover::before {
    transform: translate3d(50%, 0, 0) scale(0.9);
}

button.shake:hover::after {
    transform: translate(50%, 0) scale(1.1);
}




.fw-hover:hover {
    font-weight: bold
}