﻿
.titleP {
    font-weight: bold;
    color: #f58220;
}

.HighlightLineP {
    color: #f58220;
    font-weight: bold;
}

.btnSabtP {
    background-color: #fecb04;
    color: black;
    font-weight: bold;
    border: 0px;
    cursor: pointer;
    padding: 10px 0;
    width: 100%;
    height: 40px;
    min-width:200px;
}

.btnSabtP1 div {
    background-color: #fecb04 !important;
    color: black;
    font-weight: bold;
    border: 0px;
    cursor: pointer;
    padding: 10px 0;
    width: 100%;
    border: none !important;
    height: 40px;
    font-size: 10pt !important;
    font-family: IRANSans !important;
}

.btnSabtP1 {
    width: 100%;
}

.HighlightP {
    background-color: #ffcc66;
    padding: 3px 6px;
    border-radius: 11px;
}

.tableP {
    border: 1px solid rgb(192, 192, 192);
    width: 483px;
    height: 130px;
}

.linkoP {
    color: #f58220;
    font-weight: bold;
}

.margin0 {
    margin: 0px !important;
}

.linkoP:hover {
    color: rgb(228, 107, 5);
}

.LoginPnl {
    font-size: 9pt;
    table-layout: auto;
    background-color: #efefef;
    /*border: solid 4px #ffffff;*/
    margin-bottom: 15px;
    border: solid 1px #dfdfdf;
    padding: 8px;
}

.CommentPnl {
    border: solid 1px #dfdfdf;
    font-size: 9pt;
    table-layout: auto;
    background-color: #f7f7f7;
    margin: 6px;
    padding: 6px;
}

    .CommentPnl legend {
        text-align: right;
        font-size: 10pt;
    }

.texbox {
    text-align: right;
    height: 27px;
    width: 150px;
}

.lbltexbox {
    font-family: IRANSans !important;
    font-weight: bold;
    padding-left: 3px;
    text-align: left;
}


.accordion button {
    color: rgb(245, 130, 32);
    text-decoration: none !important;
}

    .accordion button:hover {
        color: rgb(228, 107, 5);
        text-decoration: none;
    }

    .accordion button:visited {
        color: rgb(245, 130, 32);
        text-decoration: none;
    }

.Ulbody ul {
    list-style: none;
}

    .Ulbody ul li a {
        color: black;
        text-decoration: none;
    }

        .Ulbody ul li a:hover {
            color: dimgray;
            text-decoration: none;
        }

    .Ulbody ul > li::before {
        content: "";
        width: 7px;
        height: 7px;
        border-style: solid;
        position: absolute;
        right: 40px;
        margin-top: 7px;
        border-color: #f58220;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        border-width: 0 0 2px 2px;
    }

.boxGray {
    background-color: #efefef;
    border: solid 1px #ffefff;
    line-height: 30px;
    margin-right: 15px;
    padding-top: 10px;
}
/*.tblp tr:nth-child(even) {
    background: #CCC
}

.tblp tr:nth-child(odd) {
    background: #FFF
}*/
.tblp tr td {
    border: none !important;
    line-height: 40px;
    text-align: center;
}

.tblp thead tr {
    background-color: #e5e5e5;
    font-weight: bold;
}

.tblp tr:nth-child(even) {
    background-color: #efefef;
}

.tblp tr:nth-child(odd) {
    background-color: #ffffff;
}

fieldset {
    border: 0px;
}

.ltrTextbox {
    text-align: left;
    direction: ltr;
    height: 27px;
    width: 150px;
}
