﻿.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;
}
@font-face {
    font-family: 'BNazanin';
    font-weight: normal;
    font-style: normal;
    src: url('../Fonts/BNazanin.eot?#iefix') format('embedded-opentype'), url('../Fonts/BNazanin.woff') format('woff'), url('../Fonts/BNazanin.ttf') format('truetype'), url('../Fonts/BNazanin.svg#BNazanin') format('svg');
}
@font-face {
    font-family: 'BYekan';
    font-weight: normal;
    font-style: normal;
    src: url('../Fonts/BYekan.eot?#iefix') format('embedded-opentype'), url('../Fonts/BYekan.woff') format('woff'), url('../Fonts/BYekan.ttf') format('truetype'), url('../Fonts/BYekan.svg#BYekan') format('svg');
}

*{
    /*word-break: break-all;*/
    /*word-break:break-word;*/
    font-family: BYekan;
    /*font-size: large;*/
}
h1, h2, h3, h4, h5, h6,a {
    font-family:BYekan !important;
}
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;
}
    .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: red;
        left: -20px;        
    }
    50% {
        color:rosybrown;
        left: 20px;        
    }
    100% {
        color: blue;
        left: -20px;        
    }
   /* 75% {
        color: green;
       left: 0px;        
    }
    100% {
        color: red;
        left: 250px;        
    }*/
}
.panel-heading {
    height: 30px;
    padding: 3px;
}
.colmd7 {
    text-align: center;
    margin-bottom: 20px;
}

.colmd5 {
    text-align: center;
    margin-bottom: 20px;
}

/*tree view*/
.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;
}

/*###Desktops, big landscape tablets and laptops(Large, Extra large)####*/
@media screen and (min-width: 1024px) {
    .dynWidth{width:70%}
}
/*###Tablet(medium)###*/
@media screen and (min-width : 768px) and (max-width : 1023px) {
    .dynWidth {
        width: 90%
    }
}
/*### Smartphones (portrait and landscape)(small)### */
@media screen and (min-width : 0px) and (max-width : 767px) {    
    .dynWidth {
        width: 98%
    }
}
.pLinks {
    color: black;
}

    .pLinks:hover {
        color: grey;
    }
    /*slideshow*/
/** {
    box-sizing: border-box
}

body {
    font-family: Verdana, sans-serif;
    margin: 0
}*/

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Caption text */
/*.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}*/

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.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;
    }
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}
.newLine {
    white-space: pre-line;
}
    .newLine:first-line {
        line-height: 0px;
    }
    .justify
    {
        text-align:right;
    }
.ddStyle {
    margin-bottom: 14px;
}
.anmStyle {
    z-index: 4;
    position: fixed;
    right: 10px;
    top: 10px;
}
.menuStyle {
    background-color: #4b6db4;
}
.padd5px {
    padding:5px;
}
.width100pct {
    width: 100%;
}
.marT10px {
    margin-top: 10px
}
.fontLarger {
    font-size: larger;
}
.srchStyle {
    float: right;
    height: 35px
}
.floatLeft {
    float: left;
}
.slideStyle {
    text-align: center;
    margin-top: -15px
}
.capBorder {
    border: 2px solid lightblue;
}
.showPrjStyle {
    background-color: white;
    padding-bottom: 10px;
}