﻿body {
    font-size: 10pt;
    font-family: Verdana,sans-serif,IranSans;
}

@media (min-width: 767px) {
    .lMenu {
        display: block !important;
        color: red;
    }

    .lSubmenu {
        position: absolute;
        left: 0;
        right: 0;
        background: #e8e8e8;
        border-top: 1px solid lightgray;
    }

    .navItem a {
        line-height: 40px;
        color: black;
        text-decoration: none;
    }

    .navItem img {
        padding: 0 10px;
    }

    .navItem:hover {
        background: #fff;
    }

    .sMenu {
        display: none;
    }
}

@media (max-width: 767px) {
    .lMenu {
        display: none;
    }

    .sMenu {
        display: block !important;
        color: #337ab7;
    }
}

nav {
    height: 100px;
}

.navbar-default {
    background-color: #f4f4f4;
}

.navbar-collapse {
    background: #f4f4f4;
    margin-top: -1px;
    border: 0;
    height: 100vh !important;
    max-height: unset !important;
}

.bodyContainer {
    margin-top: 110px;
    /*overflow-y: auto;*/
}


.headerTitle {
    /*font-family: Constantia;*/
    font-size: 12pt;
    color: #2f3438;
    /*margin-left: 25px;*/
}

td.pageHeader {
    text-align: center;
    /* width: 20%; */
    color: #2f3438;
    cursor: pointer;
    font-size: 11pt;
    /*border-top: 3px solid transparent;*/
}

    td.pageHeader:not(:last-child) {
        padding: 0 45px 0 0;
    }

    /*td.pageHeader.selected i {*/
    /*display: unset !important;*/
    /*position: fixed;
        margin-top: -9px;
        z-index: 100;
        font-size: 20pt;
        margin-left: -40px;
        color: whitesmoke;
        width: 80px;
    }*/

    /*td.pageHeader:hover {
        background-color: #e6d2d4;
    }*/

    td.pageHeader > a {
        height: 50px;
        vertical-align: middle;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
        text-align: left;
        display: flex;
        align-items: center;
        cursor: pointer;
        color: #2f3438;
        font-weight: normal;
        text-decoration: none;
    }

        td.pageHeader > a:hover {
            border-top: 2px solid #82212b;
        }

    td.pageHeader.selected > a {
        border-top: 2px solid #82212b;
    }

    /*td.pageHeader.selected > label {
            border-top: 3px solid #82212A;
        }*/

    /*td.pageHeader.selected {
    }*/

    td.pageHeader:hover {
        /*text-align: left;*/
    }

.productImage {
    padding-top: 10px;
}

.video {
    margin-top: 20px;
    padding: 0 5px;
}

    .video > div {
        overflow: hidden;
        /*padding-bottom: 56.25%;*/
        position: relative;
        height: 0;
    }

        .video > div > iframe {
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            position: absolute;
        }

/*#region English */
p {
    margin: 0 8pt 5px 8pt;
    text-align: justify;
    line-height: 200%;
    font-family: Verdana,sans-serif,IranSans;
    color: #2F3438;
    font-size: 10pt;
}

.outlineStyle {
    margin-top: 5pt;
    margin-right: 8pt;
    margin-left: 8pt;
    text-align: justify;
    line-height: 150%;
    font-family: Verdana,sans-serif;
    color: #82212A;
    font-size: 12pt;
}

.inlineStyle {
    margin-top: 5pt;
    margin-right: 8pt;
    margin-left: -8pt;
    text-align: justify;
    line-height: 150%;
    font-family: Verdana,sans-serif;
    color: #82212A;
    font-size: 10pt;
}

.headerStyle {
    margin-top: 5pt;
    margin-right: 8pt;
    margin-left: 8pt;
    text-align: justify;
    line-height: 150%;
    font-family: Verdana,sans-serif;
    color: #82212A;
    font-size: 11pt;
}

/*.lineStyle {
    margin-left: 10px;
    line-height: 130%;
    font-family: Verdana,sans-serif;
    color: #2F3438;
    font-size: 10pt;
    margin-top: 0px;
}
*/

.linkStyle {
    margin-left: 10px;
    line-height: 130%;
    font-family: Verdana,sans-serif;
    font-size: 10pt;
    margin-top: 0px;
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
}

    .linkStyle:visited {
        color: #337ab7;
    }

.langStyle {
    color: #2f3438;
    font-family: Tahoma;
    font-size: 9pt;
    text-decoration: none;
    cursor: pointer;
}

    .langStyle:visited {
        color: #2f3438;
    }

.linkClass {
    text-align: center;
    cursor: pointer;
    color: #337ab7;
}

    .linkClass:hover {
        text-decoration: underline;
    }
/*#endregion */
/*
// Medium devices (tablets, less than 992px)
@media (max-width: 991px) {
    ...
}

// Small devices (landscape phones, less than 768px)
@media (max-width: 767px) {
    ...
}

// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575px) {
    ...
}
*/

/*#region Menu */
.navbar-toggle {
    background-color: transparent !important;
    border: 1px solid transparent;
    border-radius: 4px;
    color: gray;
    padding: 5px 10px;
    margin: 0;
    position: absolute;
    left: 10px;
    top: 31px;
}

    .navbar-toggle.collapsed > i.fa-close {
        display: none;
    }

    .navbar-toggle:not(.collapsed) > i.fa-bars {
        display: none;
    }

.dropdown-menu img {
    margin-right: 10px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus {
    background: unset;
}

.dropdown-menu {
    background: #e8e8e8 !important;
}
/*#endregion */
/*#region global*/
ul {
    margin: 0;
}

    ul.dashed {
        list-style-type: none;
        padding-right: 10px;
    }

        ul.dashed > li:before {
            content: "-";
            position: absolute;
            margin-left: -20px;
        }

        ul.dashed > li {
            margin-bottom: 5px;
        }

    ul.dotUl {
        list-style-type: none;
    }

        ul.dotUl > li:before {
            content: "•";
            position: absolute;
            margin-left: -20px;
        }

        ul.dotUl > li {
            margin-bottom: 4px;
        }

li {
    margin-bottom: 10px;
    text-align: justify;
    line-height: 150%;
    font-family: Verdana,sans-serif;
    color: #2F3438;
    font-size: 10pt;
}


.col-container {
    display: flex;
    width: 100%;
}

.col {
    flex: 1;
}

span {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.downloadLink {
    margin: 20px 0 40px 0;
}

a {
    color: #337ab7;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.1); /* IE */
    -moz-transform: scale(1.1); /* FF */
    -webkit-transform: scale(1.1); /* Safari and Chrome */
    -o-transform: scale(1.1); /* Opera */
    transform: scale(1.1);
    padding: 10px;
    vertical-align: middle;
    position: relative;
    bottom: 3px;
    margin-right: 5px;
}
/*#endregion */
