﻿#Menu {
    font-size: 13px;
    font-weight: bold;
}

    #Menu a, #Menu a:visited, #Menu a:hover {
        color: black;
    }

    #Menu ul li div {
        list-style-type: none;
        display: none;
        padding-right: 0px;
        padding: 4px;
        font-size: 12px;
        font-weight: normal;
    }

        #Menu ul li div a {
            display: block;
        }

    #Menu ul {
        list-style-type: none;
        padding-right: 0px;
        text-decoration: none;
    }

@media only screen and (max-width: 1000px) {
    #Menu {
        margin-right: 2%;
    }

        #Menu #menuButton {
            display: block;
        }

        #Menu ul {
            display: none;
        }

            #Menu ul li div {
                width: 96%;
            }
}

@media only screen and (min-width: 1000px) {
    #Menu #menuButton {
        display: none;
    }

    #Menu ul {
        display: unset;
    }

        #Menu ul li {
            display: inline-block;
        }

            #Menu ul li div {
                position: absolute;
            }

            #Menu ul li.nav-link :hover {
                background-image: url("../images/IconDefault/menu_underline.png");
                background-repeat: no-repeat;
                background-position-y: bottom;
                background-position-x: center;
                padding-bottom: 10px;
            }

            #Menu ul li.nav-link div :hover {
                background-image: url("");
                background-repeat: no-repeat;
                background-position-y: bottom;
                background-position-x: center;
            }

            #Menu ul li div a {
                color: #212529;
                width: 100%;
                display: inline-block;
            }

            #Menu ul li.nav-link div :hover {
                background-image: unset !important;
                padding-bottom: 0px;
            }

            #Menu ul li.nav-link div a:hover {
                background-color: #f8f9fa;
            }
}


/* ------ BOOTSTRAP --------- */
* {
    box-sizing: border-box;
}

.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    display: inline-block;
    font-size:13px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    font-size:0px;
}


.col {
    max-width: 100%;
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-inline-block {
    display: inline-block !important
}

.container {
    max-width: 540px;
}

.col-1 {
    max-width: 8.333333%
}

.col-2 {
    max-width: 16.666667%
}

.col-3 {
    max-width: 25%
}

.col-4 {
    max-width: 33.333333%
}

.col-5 {
    max-width: 41.666667%
}

.col-6 {
    max-width: 50%
}

.col-7 {
    max-width: 58.333333%
}

.col-8 {
    max-width: 66.666667%
}

.col-9 {
    max-width: 75%
}

.col-10 {
    max-width: 83.333333%
}

.col-11 {
    max-width: 91.666667%
}

.col-12 {
    max-width: 100%
}


@media (min-width:576px) {
    .container {
        max-width: 540px;
    }

    .d-sm-none {
        display: none !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }
    .col-sm-1 {
        max-width: 8.333333%
    }

    .col-sm-2 {
        max-width: 16.666667%
    }

    .col-sm-3 {
        max-width: 25%
    }

    .col-sm-4 {
        max-width: 33.333333%
    }

    .col-sm-5 {
        max-width: 41.666667%
    }

    .col-sm-6 {
        max-width: 50%
    }

    .col-sm-7 {
        max-width: 58.333333%
    }

    .col-sm-8 {
        max-width: 66.666667%
    }

    .col-sm-9 {
        max-width: 75%
    }

    .col-sm-10 {
        max-width: 83.333333%
    }

    .col-sm-11 {
        max-width: 91.666667%
    }

    .col-sm-12 {
        max-width: 100%
    }

}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }

    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .col-md-1 {
        max-width: 8.333333%
    }

    .col-md-2 {
        max-width: 16.666667%
    }

    .col-md-3 {
        max-width: 25%
    }

    .col-md-4 {
        max-width: 33.333333%
    }

    .col-md-5 {
        max-width: 41.666667%
    }

    .col-md-6 {
        max-width: 50%
    }

    .col-md-7 {
        max-width: 58.333333%
    }

    .col-md-8 {
        max-width: 66.666667%
    }

    .col-md-9 {
        max-width: 75%
    }

    .col-md-10 {
        max-width: 83.333333%
    }

    .col-md-11 {
        max-width: 91.666667%
    }

    .col-md-12 {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .col-lg-1 {
        max-width: 8.333333%
    }

    .col-lg-2 {
        max-width: 16.666667%
    }

    .col-lg-3 {
        max-width: 25%
    }

    .col-lg-4 {
        max-width: 33.333333%
    }

    .col-lg-5 {
        max-width: 41.666667%
    }

    .col-lg-6 {
        max-width: 50%
    }

    .col-lg-7 {
        max-width: 58.333333%
    }

    .col-lg-8 {
        max-width: 66.666667%
    }

    .col-lg-9 {
        max-width: 75%
    }

    .col-lg-10 {
        max-width: 83.333333%
    }

    .col-lg-11 {
        max-width: 91.666667%
    }

    .col-lg-12 {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1210px
    }

    .d-xl-none {
        display: none !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .col-xl-1 {
        max-width: 8.333333%
    }

    .col-xl-2 {
        max-width: 16.666667%
    }

    .col-xl-3 {
        max-width: 25%
    }

    .col-xl-4 {
        max-width: 33.333333%
    }

    .col-xl-5 {
        max-width: 41.666667%
    }

    .col-xl-6 {
        max-width: 50%
    }

    .col-xl-7 {
        max-width: 58.333333%
    }

    .col-xl-8 {
        max-width: 66.666667%
    }

    .col-xl-9 {
        max-width: 75%
    }

    .col-xl-10 {
        max-width: 83.333333%
    }

    .col-xl-11 {
        max-width: 91.666667%
    }

    .col-xl-12 {
        max-width: 100%
    }
}





/*-------------------------------------*/
table {
    line-height: 30px !important;
    font-size: 10pt;
}
img {
    border-width: 0px !important;
}

a, a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

.icons {
    direction: ltr;
}

.icon-top {
    width: 20px;
    height: 20px;
}

#footer a {
    display: block;
    color: white;
}

.footer-columns {
    text-align: right;
}

.footer-top-title {
    color: #fecb04;
    font-size: 11pt !important;
}

    .footer-top-title img {
        display: none;
    }

@media (max-width:768px) {
    .footer-columns {
        text-align: right;
    }

    .footer-top-title {
        cursor: pointer;
    }

    #footer hr {
        border: none;
        height: 1px;
        background-color: #5a5858;
    }

    .footer-top-title img {
        display:inline-block;
        width: 12px;
        height: 12px;
        position:absolute;
        left:12px;
        top:8px;
    }
}

/*------------------DefaultCss---------------------*/
.ribbon-item {
    display: inline-block;
    width: 13.5%;
    vertical-align: bottom;
    padding-bottom: 8px;
    margin-top: 4px;
}

.sub-ribbon-item {
    display: inline-block;
    margin: 4px 8px 0px 8px;
}

    .sub-ribbon-item a div {
        white-space: nowrap;
        margin-left: -10%;
        margin-right: -10%;
        text-align: center;
    }




.img-ribbon1 {
    max-width: 105px;
    cursor: pointer;
}

.col-bottom-menu {
    vertical-align: top;
}

@media (min-width:992px) {
    .col-bottom-menu {
        max-width: 9.3% !important;
    }
}

.col-bottom-menu a img {
    max-width: 85px;
}

.col-bottom-menu a div {
    white-space: nowrap;
}

@media only screen and (max-width: 1000px) {
    .ribbon-item {
        display: inline-block;
        width: 31%;
    }
    /*.ribbon-item {
        display: inline-block;
        width: 31%;
    }*/
}

.ribbon-item2 {
    display: inline-block;
    width: 9.5%;
    vertical-align: top;
    padding-bottom: 8px;
    margin-top: 4px;
}

@media only screen and (max-width: 1000px) {
    .ribbon-item2 {
        display: inline-block;
        width: 31%;
    }
}


.row-slideshow {
    max-width: 1110px;
    width: 100%;
    position: relative;
    margin: auto;
    margin-bottom: 8px;
}






/*-- Slide Show--*/
.slideshow-container {
    max-width: 1110px;
    width: 100%;
    position: relative;
    margin: auto;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -28px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    left: 0;
    border-radius: 3px 0 0 3px;
}
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

.slides img, .slides a, .slides a img {
    display: none;
    position: absolute;
    top: 0px;
    width: 100%;
}

    .slides img:first-child {
        display: block;
        position: relative;
    }

    .slides img.active {
        display: block;
    }

    .slides a.active {
        display: block;
    }

.table-tabs {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
}

@media only screen and (min-width: 1000px) {
    .table-tabs {
        width: 50%;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1000px) {
    .table-tabs {
        width: 66%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
    .table-tabs {
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    .table-tabs {
        width: 100%;
    }
}

.container-inline {
    max-width: 1110px;
    width: 100%;
    display: inline-block;
}


/*.icon_pdf_etc{
    width:16px;
}*/

li_link_icon, li_lnk, ul.ullnk li {
    list-style: none;
    padding-right: 12px;
}
li.lnk_remove
{
}
li.lnk_remove {
}
.link_icon, .lnk, ul.ullnk li {
    position: relative;
}
    .link_icon::before, .lnk::before, ul.ullnk li::before {
        content: "";
        width: 5px;
        height: 5px;
        border-style: solid;
        position: absolute;
        right: -12px;
        margin-top: 11px;
        border-color: #f58220;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        border-width: 0 0 2px 2px;
    }
.icon_pdf_etc {
    width: 27px;
    margin: 4px;
}
.HighlightP {
    background-color: #ffcc66;
    padding: 3px 6px;
    border-radius: 11px;
}
.clsbt {
    font-family: IRANSans !important;
    background-color: #fecb04;
    color: black;
    font-weight: bold;
    border: 0px;
    cursor: pointer;
    padding: 10px 5px;
    min-width: 200px;
    height: 40px;
    margin: 5px;
}