﻿
.latin-title {
    padding-left: 20px;
}

.css-treeview {
    font-family: byekan;
    font-size: 16px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .css-treeview table {
        width: 100%;
    }

    .css-treeview ul,
    .css-treeview li {
        direction: rtl;
        padding: 10px 0px 0 0;
        margin: 0px 0 1PX 0;
        list-style: none;
        line-height: 20px;
        transition: 2s;
    }

    .css-treeview input {
        position: absolute;
        opacity: 0;
        height: 0px;
    }



    .css-treeview a {
        color: #12a4ff;
        /*#36a4c7*/
        text-decoration: none;
    }

        .css-treeview a:hover {
            text-decoration-style: solid;
            color: #e00000;
            font-weight: bold;
            /*font-size:16px;
      padding-right:5px;*/
        }

    .css-treeview input + label + ul {
        margin: 0 0 0 0;
    }

    .css-treeview input ~ ul {
        display: none;
    }

    .css-treeview label,
    .css-treeview label::before {
        cursor: pointer;
    }

    .css-treeview input:disabled + label {
        cursor: default;
        opacity: .6;
    }

    .css-treeview input:checked:not(:disabled) ~ ul {
        display: block;
    }

    .css-treeview label,
    .css-treeview label::before {
        background: url("/css/eservice/images/icon/arrow-left.png") right center no-repeat;
    }

        .css-treeview label,
        .css-treeview a,
        .css-treeview label::before {
            display: inline-block;
            /*height: 16px;*/
            line-height: 16px;
            vertical-align: middle;
        }

            .css-treeview label::before {
                content: "";
                width: 16px;
                /*margin: 0 40px 0 0;*/
                vertical-align: middle;
                background-position: 0 -32px;
            }

    .css-treeview input:checked + label::before {
        background-position: 0 -16px;
    }
/* webkit adjacent element selector bugfix */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .css-treeview {
        -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
    }

    @-webkit-keyframes webkit-adjacent-element-selector-bugfix {
        from {
            padding: 0;
        }

        to {
            padding: 0;
        }
    }
}

.id-treeview,
.title-treeview,
.icons-treeview {
    font: 11px tahoma;
    display: inline-block;
}

.id-treeview {
    width: 150px;
}

.title-treeview {
    width: 220px;
}

.icons-treeview {
    width: 150px;
}

    .icons-treeview img {
        margin: 0 3px -10px 3px;
        width: 25px;
        height: 25px;
    }

.css-treeview span {
    /*margin-right: 50px;*/
    font-family: b yekan;
    font-size: 15px;
}
/*---------------------
        Title Section
  -----------------------*/

.Service-Title {
    text-align: center;
    line-height: 40px;
    padding: 15px 0;
    margin-bottom: 0px;
}

    .Service-Title .Fa-Text {
        font: bold 20pt IRANSans, 'B Mitra', BYekan, Tahoma;
        color: #243d7c;
        line-height: 40px;
    }

    .Service-Title .En-Text {
        font: bold 20pt Tahoma;
        color: #90CAF9;
        line-height: 40px;
    }
/*-----------------------------------------------*/
/*---------------------
        My CSS Section
  -----------------------*/

.MC_Title {
    background: #0052a9;
    border-radius: 4px;
}

    .MC_Title span {
        line-height: 25px;
        font: bold 12pt IRANSans, 'B Mitra', BYekan, Tahoma;
    }

    .MC_Title div {
        margin-right: 60px;
    }

    .MC_Title .En-Text {
        font: bold 11pt Tahoma;
    }

    .MC_Title label {
        color: #fff;
    }

.MC_ItemBox {
    padding: 0px;
    background: #fff;
    border: solid 1px #024166;
    font: 10pt tahoma;
    margin: 00px -20px 0px 0px;
}

.MC_img_icon {
    width: 25px;
    height: 25px;
}

.MC_TBCell {
    text-align: center;
    font: 10pt tahoma;
    width: 80px;
    height: 30px;
}

.MC_TBCell2 {
    text-align: center;
    font: 10pt tahoma;
    width: 150px;
}

.MC_TBCell3 {
    text-align: center;
    font: 10pt tahoma;
    width: 700px;
    color: #243d7c;
}
