﻿.faspan {display: inline-block;width: 14px;height: 14px;}
.fai {transform: scale(1.5);display: inline-block;}
.unPrevilaged{background-color:#d6fed0;color:forestgreen;padding:10px;border-radius:5px;border-style:double}
.bgBlue{background-color: #428bca;margin-top:1.5em;}
.fgWhite{color: white;font-size: .9em !important}
.fgWhite:hover{color:yellow}
.fgWhite:visited{color:white}
.fgWhite:focus{color: white}
.lHcont38{line-height:38px!important;}
.minH9em {min-height:9em;}
.minH38em {min-height: 38em;}
.snapWH {width: 18px;height: 18px}
.larger {font-size:larger;}
.objfitcont {object-fit: contain;}
.topLinks {width: 16px;height: 16px;margin-bottom: 5px;}
#cdiv{
    margin-top:58px;
}
#scroll-container {
    /*border: 3px solid black;*/
    border-radius: 5px;
    overflow: hidden;
}
#scroll-text {
    text-align: right;
    /* animation properties */
    -moz-transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    -moz-animation: my-animation 18s linear infinite;
    -webkit-animation: my-animation 18s linear infinite;
    animation: my-animation 18s linear infinite;
}
/* for Firefox */
@-moz-keyframes my-animation {
    from {
        -moz-transform: translateX(-30%);
    }
    to {
        -moz-transform: translateX(100%);
    }
}
/* for Chrome */
@-webkit-keyframes my-animation {
    from {
        -webkit-transform: translateX(-30%);
    }
    to {
        -webkit-transform: translateX(100%);
    }
}
@keyframes my-animation {
    from {
        -moz-transform: translateX(-30%);
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%);
    }
    to {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
.sbdStyle {
    top: 7px;
    z-index: 10000;
    left: 10px !important;
    position: fixed;   
    max-width:300px;
    overflow:hidden;    
}   
.lightGrey
{
    background-color:#eee
}
.longTitle {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.height500{
    height:300px!important;
}
.word_break {
    word-break: break-word;
}
.smallFSize
{
    font-size:small;
}
.linedTxt{text-decoration:line-through}
.bold{font-weight:bold}
.mxw100{max-width:100%;}
.mxw80{max-width:80%;}
.marginBtm0 {
    margin-bottom:0;
}
.marginTop10{
    margin-top:10px;
}
.margin0{margin:0}
.brdrBtm0{
    border-bottom:0;
}
.paragCls {
    font-size: large;
    text-align: justify;
    border: 1px solid lightgrey;
    padding: 5px;
}
.prdPadMar{
    padding:3px;
    margin:0 0 3px 0;
}
    /*.prdPadMar:hover{
        background-color:darkolivegreen;
        color:white;
        border-radius:10px;
    }
    .prdPadMar:hover a{        
        color:wheat;      
    }*/
    .flclCls {
        font-weight: bold;
        margin-bottom: 10px;
    }
/**/
.field-validation-error {
    color: #f00;
}
.field-validation-valid {
    display: none;
}
.input-validation-error {
    background-color: #fee;
    outline: 1px solid #ff0000;
}
.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}
.validation-summary-valid {
    display: none;
}
.myPar {
    white-space: pre-line;       
}
.marginBtm20px {    
    margin-bottom: 20px;
}
*{
    /*word-break: break-all;*/
    /*word-break:break-word;*/
    font-family: Pinar;  
    line-height: 28px!important;
    border-radius:8px!important;
}
h1, h2, h3, h4, h5, h6,a,p {
    font-family: Pinar !important;    
}
h1,h2,h3{
    line-height:54px!important;
}
a {    
    font-size:medium!important;
}
@font-face {
    font-family: 'Pinar';
    src: url('../Fonts/Pinar-Bold.eot');
    src: url('../Fonts/Pinar-Bold.eot?#iefix') format('embedded-opentype'), url('../Fonts/Pinar-Bold.woff2') format('woff2'), url('../Fonts/Pinar-Bold.woff') format('woff'), url('../Fonts/Pinar-Bold.ttf') format('truetype'), url('../Fonts/Pinar-Bold.svg#Pinar-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;       
}
.waiting {
    z-index: 4;
    position: fixed;
    right: 10px;
   top:10px;
}
.waitingBtn {
    z-index:10000;
    position: fixed;
    top: 0 !important;
    left: 45%;
    display: none;
}
th,td{
    text-align:center;
}
input[type=checkbox], input[type=radio] {
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    padding: 10px;
    margin-left: 10px;
}
.rndBorder
{
border-radius:10px;
}
.shad {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.lALink {
    color: white;
    margin: 10px;
    white-space: nowrap;
}
    .lALink:hover {
        background-color:lightyellow;
        color: #4b6db4;
        padding:5px;
        border-radius:10px;
    }
.contentImg {
    display: inline-block;
    position: relative;
}
    .contentImg button {
        position: absolute;
        top: 0;
        right: 0;
    }
        .contentImg button:hover {
            background-color: #9d0c0c;
        }
.mytooltip {
    background-color: dodgerblue;
    color: white;
    border-radius: 40% !important;       
}
table{
    background-color:white;
}
.scrTabDiv {
    overflow-x: auto;
    max-width: 100%;
    display: flex;
}
@keyframes anim1 {
    0% {
        color:transparent;
    }
    10% {
        font-size:32px;
        color:darkblue;    
        left:0;        
    }
    25% {
        color:darkred;
        font-size:48px;
        left:-100px;
    }
    50% {
        color: darkolivegreen;        
        font-size:48px;
        left:150px;
        top:-10%;
    }
    60%{
        top:50%;
    }
    75% {
        left:0;
        color: darkorange;  
        font-size:48px;
    }
    88% {
        left:0;
        color: red;
        font-size: 32px;        
    }
    100%
    {
        color:white;
    }
}
.clrAnim {   
    animation: mymove 5s infinite;
}
@keyframes mymove {
    from {
        color: darkcyan;
        left:1px;
        
    }
    to {
        color:darkred;
        left:295px;
    }    
}
.panel-heading {
    height: 30px;
    padding: 3px;
}
.parent-container {
    display: block;
    /*background: #330936;
    padding: -2em;*/
    /*width:100%; 20em;*/
    /*margin: 0 auto;*/
    /*border-radius: 1.3em;
    box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);*/
}
.child-container {
    display: block;
    /*background: #fff;*/
    /*padding: 2em;*/
    /*background: radial-gradient(#fff, #e2e2e2, #c6c6c6);*/
    /*margin: 0 auto;*/
    /*border-radius: 1.3em;
    box-shadow: 0 1.2rem 1.4rem -1rem rgba(0, 0, 0, .4);*/
}
.treeview {
    text-align: right;
    /*margin: .1em;*/
    /*padding:0;*/
}
    .treeview ul {
        margin-right: -30px;
    }
    .treeview li {
        /*margin-right: 1em;
        padding: 2px;*/
        list-style: none;
        border-right: 1px dotted #dccdd8;
    }
.treeview li ul    
{
    display: none;
}
.folder {
    width: 15px;
    display: inline-block;
    text-align: right!important;
    cursor: pointer;
    color:#eea846;    
}
.treeview a {
    text-decoration: none;
    color: black;
}
.treeview a:hover
{
    color: grey;
}
@media screen and (min-width: 1024px) {
    .dynWidth{width:70%}
    .noDispLg
    {
        display:none;
    }
}
@media screen and (min-width : 768px) and (max-width : 1023px) {
    .dynWidth {
        width: 90%;
    }
    .noDispSm {
        display: none;
    }
}
@media screen and (min-width : 0px) and (max-width : 767px) {
    .noDispSm{
        display:none;
    }
    .dynWidth {
        width: 98%
    }
    .mHid{
        display:none!important;
    }
    .mobFont {
        margin: 35px !important;
        text-align: right !important;       
    }
    .lALink:hover {
        padding: 0!important;
    }
}
.pLinks {
    color: black;
}
    .pLinks:hover {
        color: grey;
    }
/** {
    box-sizing: border-box
}*/
.mySlides {
    display: none
}
img {
    vertical-align: middle;
}
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}
/*.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}*/
.numbertext {
    color:black;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;    
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;    
}
    .active, .dot:hover {
        background-color: #717171;
    }
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}
.contentStyle {
    /*font-size: large;*/
    text-align: right;
    text-justify: distribute-all-lines;
    background-color:white;
    padding: 10px;    
    border-radius:10px;
}
.contentStyleIndex {
    background-color: lightblue;
    padding: 10px;
    border-radius: 10px;
}
.rndBorder {
    border-radius: 10px;
}
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
    .tab button {
        background-color: inherit;
        float: right;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }
        .tab button:hover {
            background-color: #ddd;
        }
        .tab button.active {
            background-color: #ccc;
        }
.tabcontent {
    display: none;
    padding: 26px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.newsLMarginBtm4px {
    margin-bottom: 4px;
    margin-right: -15px
}
.panelPadding4{
    padding:4px;
}
.payamAsli {
    left: 0;
    bottom: 0;
    position: fixed;
}
/*.newLine {
    white-space: pre-line;    
}
.newLine:first-line {
    line-height: 0px;
}*/
.pBorder {
    text-align: justify;
    border: solid 1px black;
    padding: 5px;
    margin-top: 5px;
}
.justify{
    text-align:justify;
}
.white{
    color:darkgreen;
}
.w100{width:100%;}
.bodyStyle{
    background-color:white;
}
.contentImg {
    display: inline-block;
    position: relative;
}
    .contentImg a {
        position: absolute;
        top: 0;
        right: 0;
    }
        .contentImg a:hover {
            background-color: #9d0c0c;
        }
.floatRight {
    float: right;
}
.stkTxt {
    color: white;
    background-color: orangered;
    padding: 0 3px 0 3px;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    text-align: center;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99000; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: darkgreen; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 8px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 24px; /* Increase font size */
}
    #myBtn:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }
