html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
/*@font-face {
	 font-family: 'BTraffic';
	src: url('../../../../fonts/iran/BTraffic.ttf');
	
}*/
body {
    line-height: 1;
}

ol, ul {
    list-style: none;   
}
        
blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-family: 'IRANSans';
}

@media screen and (min-width: 1201px) {
    html {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) {
    html {
        font-size: 14px;
    }
}

a,
a:hover {
    text-decoration: none;
}

.admin-msg {
    position: relative;
    padding: 16px;
    padding: 1rem;
    margin: 16px 0;
    margin: 1rem 0;
    color: #fff;
    border-radius: 4px;
    background-color: #c38687;
    font-weight: 100;
    overflow: hidden;
}

    .admin-msg:before,
    .admin-msg:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 0;
        height: 0;
    }

    .admin-msg:before {
        right: 0;
        border-bottom: 30px solid #fff;
        border-left: 30px solid rgba(0,0,0,0);
    }

    .admin-msg:after {
        left: 0;
        border-bottom: 30px solid #fff;
        border-right: 30px solid rgba(0,0,0,0);
    }

    .admin-msg:hover .admin-msg__inner {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

.admin-msg__inner {
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: marquee 30s infinite linear reverse;
    animation: marquee 30s infinite linear reverse;
}

@-webkit-keyframes marquee {
    from {
        margin-right: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        margin-right: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes marquee {
    from {
        margin-right: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        margin-right: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.b-slider {
    position: relative;
    text-align: center;
}

.b-title {
    display: none;
    position: absolute;
    top: 50%;
    right: 64px;
    right: 4rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;
}

.b-title__logo,
.b-title__text {
    display: table-cell;
    vertical-align: middle;
}

.b-title__logo {
    max-height: 100%;
    margin-left: 48px;
    margin-left: 3rem;
}

.b-title__heading {
    margin-bottom: 8px;
    margin-bottom: .5rem;
    font-size: 80px;
    font-size: 5rem;
    font-weight: 900;
    color: #0e9eb6;
    background: url('../images/slide1.jpg') center center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.b-title__sub {
    color: #176199;
    text-shadow: 0 0 2px #fff;
}

.btn {
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
}

.btn--login {
    padding: 12.8px 25.6px;
    padding: .8rem 1.6rem;
    font-weight: 900;
    font-size: 19.2px;
    font-size: 1.2rem;
    color: #09125a;
    background-color: #c9f2f4;
}

    .btn--login:hover {
        background-color: #80deea;
    }

    .btn--login:active {
        background-color: #4dd0e1;
    }

.copyright {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-size: 14.4px;
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.7;
    text-align: center;
}

.credit {
    font-size: .8em;
    font-weight: 100;
    line-height: 1.6;
    background-color: rgba(255, 255, 255, .4);
}

.credit__item {
    padding: 8px 0;
    padding: .5rem 0;
}

.date-time {
    float: left;
    color: #9f1c00;
}

    .date-time span {
        margin: 0 16px;
        margin: 0 1rem;
        font-weight: 100;
    }

.footer {
    margin-top: 80px;
    margin-top: 5rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    /*background: url('../images/footer-bg.jpg') center center/cover no-repeat;*/
    background-image: url('../images/footer-bg.jpg');
}

.go-top {
    display: table;
    position: relative;
    margin: -40px auto 50px;
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

    .go-top i {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        z-index: 10;
        -webkit-transition: .15s ease;
        transition: .15s ease;
    }

        .go-top i:before {
            display: block;
            margin-top: -5px;
        }

    .go-top:hover i {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    .go-top:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        background-color: #572f27;
        border-radius: 20px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1;
    }

@media screen and (max-width: 991px) {
    .hadith {
        text-align: center;
    }
}

.hadith img {
    max-width: 100%;
}

.header {
    min-height: 50px;
    margin-top: 25px;
    margin-bottom: 5px;
    background-color: #e6e6e6;
}

.title-mainpage {
    display: inline-block;
    color: #287f94;
    font-weight: 500;
    margin-right: 50px;
    padding: 24px 0;
    padding: 1.5rem 0;
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.5rem;
}

.header__title {
    display: inline-block;
    color: #176199;
    font-weight: 500;
    margin-right: 110px;
}

.header__title,
.date-time {
    padding: 24px 0;
    padding: 1.5rem 0;
    line-height: 1.6;
    font-size: 16px;
    font-size: 1rem;
}

.home-btn {
    display: table;
    position: absolute;
    bottom: 0;
    top: 50%;
    right: 15px;
    width: 85px;
    height: 85px;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

    .home-btn span {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        font-weight: 100;
        font-size: 16px;
        font-size: 1rem;
        z-index: 10;
    }

    .home-btn:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        border-radius: 20px;
        border: 2px solid #fff;
        background-color: #c98182;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1;
    }

    .home-btn:hover span {
        color: #fff;
    }

    .home-btn:hover:before {
        background-color: #F44336;
    }

.login {
    padding: 16px 0;
    padding: 1rem 0;
}

    .login, .login a {
        color: #005842;
    }

@media screen and (max-width: 500px) {
    .login {
        padding: 2rem 0 0;
    }
}


.login__fieldForm input {
      width: 60%;
       
    /*border: 2px solid;*/
    /*outline: none;*/
    padding: 8px 16px;
    padding: .5rem 1rem;
    /*background-color: #e6e6e6;*/
    border-radius: 4px;
}

.login__field input {
    width: 100%;
    /*border: none;
    outline: none;*/
    padding: 8px 16px;
    padding: .5rem 1rem;
    background-color: #e6e6e6;
    border-radius: 4px;
}

    .login__field input:focus {
        background-color: #efefef;
    }

.login__fieldset {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.login__fieldset--left > * {
    float: left;
}

.login__fieldset--right > * {
    float: right;
}

.login__form {
    padding: 32px 80px;
    padding: 2rem 5rem;
}

@media screen and (max-width: 799px) {
    .login__form {
        padding: 1rem 1.6rem;
    }
}

@media screen and (max-width: 599px) {
    .login__form {
        padding: 0;
    }
}

.login__icon {
    color: #c98182;
    margin-left: 8px;
    margin-left: .5rem;
}

.login__icon--check {
    left: -6px;
    top: 8px;
    color: #fff;
}

.login__label {
    text-align: left;
    line-height: 2.4;
}

.login__link {
    display: table;
    font-weight: 100;
}

    .login__link:hover {
        text-decoration: underline;
    }

    .login__link > * {
        vertical-align: middle;
    }

.login__title {
    position: relative;
    padding: 16px 72px 16px 32px;
    padding: 1rem 4.5rem 1rem 2rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    /*background: #287f94 url('..//Content/MyTemplate/assets/images/login__key.png') right center/contain no-repeat;*/
    background:#287f94 url('../images/login__key.png') right center/contain no-repeat;
    color: #fff;
    font-weight: 100;
    font-size: 14.4px;
    font-size: .9rem;
    line-height: 1.6;
}

@media screen and (min-width: 992px) {
    .login__title {
        margin-left: -32px;
    }
}

.login__title i {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 16px;
    left: 1rem;
    margin: auto;
    height: 25px;
    font-size: 24px;
    font-size: 1.5rem;
}

.main-nav {
    margin-top: 5px;
    padding: 8px 0;
    padding: .5rem 0;
    box-shadow: inset 0 0 30px -1px rgba(0, 0, 0, .5);
    text-align: center;
}

.main-nav__item {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    padding-left: 25px;
}

    .main-nav__item a {
        display: block;
        position: relative;
        padding: 8px;
        padding: .5rem;
        color: #287f94;
        font-weight: 900;   
    }

        .main-nav__item a:hover {
            color: #fff;
        }

            .main-nav__item a:hover:before {
                display: block;
            }

        .main-nav__item a:before {
            display: none;
            content: '';
            position: absolute;
            bottom: -3.2px;
            bottom: -.2rem;
            top: -3.2px;
            top: -.2rem;
            right: -12.8px;
            right: -.8rem;
            left: -12.8px;
            left: -.8rem;
            background-color: #a64042;
            border-radius: 3px;
            z-index: -1;
        }

    .main-nav__item:before {
        content: '';
        position: absolute;
        bottom: 5px;
        top: 5px;
        left: 0;
        width: 1px;
        background-color: #287f94;
    }

    .main-nav__item:last-child:before {
        content: none;
    }

    .main-nav__item ul {
        display: none;
        position: absolute;
        right: 50%;
        top: 99%;
        min-width: 128px;
        min-width: 8rem;
        padding-top: 8px;
        padding-top: .5rem;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        z-index: 9999;
    }

    .main-nav__item .main-nav__item {
        display: block;
        margin: 0;
        padding: 0;
        background-color: #fff;
    }

        .main-nav__item .main-nav__item:before {
            content: none;
        }

        .main-nav__item .main-nav__item a {
            padding: 16px;
            padding: 0rem;
            display: block;
        }

            .main-nav__item .main-nav__item a:before {
                content: none;
            }

            .main-nav__item .main-nav__item a:hover {
                background-color: #a64042;
            }

    .main-nav__item:hover ul {
        display: block;
    }

div{
    line-height:20pt;
    text-align: justify;
}


div ol{
    list-style:decimal;
}
.padleft0{
    padding-left:0px !important;
}
.btn--login{
    float:left;
}
.text-center{
    text-align:center;
}
.text-left{
    text-align:center;
}
.important-message {
   font-weight: bold;
}
.paddingol {
    padding:1px 30px 1px 1px;
}
.paddingcontainer {
    padding:1px 30px 1px 1px;
}
.btn--popup {
 padding: 12.8px 25.6px;
    padding: .8rem 1.6rem;
    font-weight: 900;
    font-size: 19.2px;
    font-size: 1.2rem;
    color: #09125a;
    background-color: #c9f2f4;
}

    .btn--popup:hover {
        background-color: #80deea;
    }

    .btn--popup:active {
        background-color: #4dd0e1;
    }
@font-face {
    font-family: 'BTraffic';
    src: url('../../OldTemplate/lib/css/fonts/BTraffic.ttf') format('truetype');
}
.NumberGrid  {
    font-family:'BTraffic';
    font-size: 16px;
}
.Colorlb {
   color:#287f94
}
 .titleItemDashboard {
      display: block;
        position: relative;
        padding: 8px;
        padding: .5rem;
        color: #287f94;
        font-weight: 900;
        margin-right: 80px;
}
    .titleLegend {
        color: #c38687;
    }

    .text-danger {
        color: #c38687;
    }

  .box-border {
        border: 1px solid #999; 
        border-radius: 8px;
         box-shadow: 0 0 8px #999; 
         padding: 6px; 
         margin-top: 20px; 
          margin-right: 30px;
          margin-left: 30px;
    }
    .paddingTop {
        padding-top: 45px;
    }
     .margintoplegend {
         margin-top: 10px;
    }
     .textAreaClass {
         width:85%;
          /*background-color: #e6e6e6;*/
          /*border-bottom: none;
          border-right: none;*/
          border-radius:4px;
     }

/*# sourceMappingURL=app.css.map */


