﻿table {
    /*background-color: #fff;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-spacing: 0px;
    border-collapse: collapse;
    overflow: auto;
}


.tth {
    border-bottom: solid 1px #d9d7d7;
    border-top: solid 1px #d9d7d7;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    color: #143546;
    background-color: #fff;
    font-size: 13px;
}

.tthsmall {
    padding-left: 5px !important;
    padding-right: 5px !important;
}


.trbkg:nth-child(2n+1) {
    background-color: rgba(242,242,242, .5);
}

.trover {
    background-color: rgba(166,215,133,0.1) !important;
}

.generaltd {
    font-family: 'Baseet';
    /*font-family: 'B Yekan', 'B Nazanin','Baseet', Tahoma;*/
    font-size: 14px;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding-right: 15px;
    padding-left: 15px;
}

td > img,
td > a > img {
    height: 20px;
}

.addentity {
    cursor: pointer;
}

    .addentity > img {
        width: 100px;
    }

.saveentitypar {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 1000;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: rgba(255,255,255,.5);
    display: none;
    left: 0%;
    padding-top: 10%;
    padding-bottom: 10%;
    margin-top: 0%;
    margin-bottom: 0%;
}

.saveen {
    width: 70%;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    z-index: 1000;
    max-height: 600px;
    /*overflow: auto;*/
    margin-top: -7%;
}

    .saveen > form > .rgbox,
    .saveen > form > .rgboxpr {
        /*background-color: #fdfdfd;*/
        background-color: #fafafa;
        padding: 10%;
        /*border: 1px solid #eee;*/
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        box-shadow: 0 -1px 3px 1px #999;
    }

.savecl {
    position: fixed;
    top: 15%;
    left: 16%;
    color: #143546;
    cursor: pointer;
}

    .savecl > img {
        width: 60px;
    }

.radiopar {
    float: right;
    margin-left: 15px;
    cursor: pointer;
    vertical-align: middle;
}

.tdesc {
    font-size: 9px;
    margin-top: 5px;
    font-family: Tahoma;
}

.tedit {
    cursor: pointer;
}

.tdel {
    cursor: pointer;
}

.reflist {
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    display: none;
}

.reflistimg {
    width: 50px;
    float: right;
}

    .reflistimg:hover {
        width: 48px;
    }

.listicon {
    display: flex;
}

.tdesc {
    text-align: right;
    width: 70%;
    margin-right: 20px;
    color: rgba(141,103,46, .5);
    margin-top: -2px;
}

.tunit {
    margin-right: 5px;
    margin-top: 5px;
}

.titleintable {
    width: 100%;
    padding-right: 15px;
    font-size: 33px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: 4px 4px 0px #d5d5d5, 7px 7px 0px rgba(0, 0, 0, 0.2);
    letter-spacing: 2px;
}

.listpoponlist {
    background-color: rgba(255,255,255,.98) !important;
}

    .listpoponlist > .saveen > table {
        width: 80%;
        margin: 10% auto 10% auto;
        direction: rtl;
    }

.tlistitem {
    cursor: pointer;
}

.addlinkpopup {
    color: #85D010;
    cursor: pointer;
    margin-bottom: -9%;
    text-align: right;
    margin-right: 10%;
    margin-top: 3%;
}

.searchtable {
    font-family: Tahoma;
    color: #5a5a5a;
    font-size: 12px;
    border: 1px solid #9D9D9D;
    border-top-color: #7D7C7D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: transparent linear-gradient(#DEDFE0,#F8F8F9) scroll no-repeat center center;
    box-shadow: 0 0px 0px 0px #999;
    width: 100px;
    max-width: 100px;
    /*max-width: calc(100% - 10px);*/
    padding: 5px 12px;
    margin: 5px;
}

    .searchtable:focus {
        box-shadow: 0 -1px 3px 1px #999;
    }

.gtable {
    width: 95%;
    direction: rtl;
}

.pagesizetable {
    margin-bottom: 5px;
    direction: ltr;
    margin-left: 5%;
}

    .pagesizetable > .gcheckpar > .gdrop > .goptionshow {
        width: 70px !important;
        min-width: 10px !important;
    }

    .pagesizetable > .gcheckpar > .gdrop > .optionpar > .goption {
        width: 85px !important;
        min-width: 10px !important;
    }

.trpagesize {
}

    .trpagesize:hover {
        background-color: #fff !important;
    }

.pagesizepar {
    width: 100%;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 30px;
    background-color: #fff;
    padding-top: 4px;
}

.pagesize {
    padding-left: 15px;
    padding-right: 15px;
    color: #143546;
    background-color: #fff;
    font-size: 13px;
    display: inline;
    /*border-bottom: 1px solid #cbc2c2;*/
    margin-right: 5px;
    cursor: pointer;
}

    .pagesize:hover {
        border-top: 1px dotted #cbc2c2;
        border-bottom: 1px dotted #cbc2c2;
    }

.currentpage {
    border: 1px dashed #d3d3d3;
}

    .currentpage:hover {
        border: 1px dotted #d3d3d3;
    }

.imgsort {
    width: 10px;
    margin-right: 2px;
    margin-left: 3px;
    cursor: pointer;
}

.delallfiter {
    margin-top: -20px;
    float: right;
    color: #fa5a5a;
    cursor: pointer;
    padding-right: 5px;
}

    .delallfiter > img {
        width: 15px;
        margin-left: 2px;
        margin-top: 3px;
    }

    .delallfiter > span {
        vertical-align: super;
    }
/*--ConditionControl------------------*/
.validpar {
    width: 500px;
    height: 85%;
}

    .validpar > div {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 20px;
        height: 15%;
        margin-top: 10px;
        margin-right: 20px;
        margin-bottom: 10px;
    }

.valpar {
    margin: 5px 0px 5px 0px;
    text-align: right;
    float: right;
    width: 35%;
}

.valGeneral {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 -1px 3px 1px #999;
    padding-right: 5px;
    padding-left: 5px;
    width: 150px;
}

.valNum {
}

.gcheckpar > div {
    display: inline;
}

.rolekey {
    text-align: right;
}

    .rolekey > div {
        display: inline-block !important;
        float: right;
        width: 50%;
        margin-top: 10px;
    }
/*====================================*/
.lenmedium {
    width: 250px !important;
}

.lenshort {
    width: 70px !important;
}

.linkintable {
    color: #29ABE2;
    ;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    cursor: pointer;
}

.imgsrchtable {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    position: absolute;
    cursor: pointer;
}

.rgbl > label {
    text-align: right;
}

.waitlic {
    cursor: pointer;
}

.wrtadd {
    left: auto;
    right: 0;
    z-index: 1;
    font: inherit;
    border: medium none;
    box-shadow: none;
    color: rgb(102, 102, 102);
    margin: 0;
    height: 30px;
    width: 100%;
    padding: 0 6px 0 0;
    border: 1px solid #A9A9A9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-image: linear-gradient(#FEFEFE,#eee);
}

    .wrtadd::after {
        content: ' ';
        top: -1px;
        left: 0;
        border: 1px solid #A9A9A9;
        border-radius: 2px;
        right: auto;
        z-index: 2;
        height: 30px;
        width: 38px;
        background-image: linear-gradient(#FEFEFE,#eee);
    }

.fileuppar {
    width: 300px;
    float: right;
    position: relative;
}

.opdifi {
    top: 2px;
    left: 1px;
    right: auto;
    z-index: 3;
    height: 25px;
    position: absolute;
    width: 38px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    background: rgba(224, 226, 231, 0.6) no-repeat scroll center center;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px 22px;
    -o-background-size: 22px 22px;
    background-size: 22px 22px;
    background-image: url('/assets/image/i-fileupload.png');
}

.upldfile {
    background-image: url('/assets/image/i-upload.png');
    width: 50px !important;
    height: 50px !important;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: -15px 15px;
    background-color: rgba(250,250,250,.0) !important;
    background-size: 100% 100%;
}

    .upldfile:hover {
        background-image: url('/assets/image/i-upload-alt.png');
    }

.mspicpar {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 160px;
    text-align: center;
    max-height: 250px;
    min-height: 30px;
    right: 7%;
    top: 45px;
    position: absolute;
}

    .mspicpar > img {
        width: 250px;
        height: auto;
    }

.mspic {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 160px;
    text-align: center;
    position: relative;
}

.picpropar {
    width: 56%;
    position: absolute;
    top: 48px;
    right: 39%;
    height: 175px;
    white-space: nowrap;
    overflow: hidden;
}

    .picpropar > div {
        /*height: auto;*/
        width: auto;
        margin: 10px 10px 10px 10px;
        vertical-align: top;
        display: inline-block;
        /*max-width: 120px;*/
        height: 130px;
        position: relative;
    }

        .picpropar > div:nth-child(2) {
            margin-right: 20px;
        }

        .picpropar > div > img {
            max-height: 100%;
            display: block;
        }

.delpinprod {
    background-image: url('/Assets/Image/delete.png');
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
}

    .delpinprod:hover {
        background-image: url('/Assets/Image/delete-alt.png');
    }

.titleview > img,
.clsifican > img {
    width: 30px !important;
    height: auto;
    cursor: pointer;
}

.clsfpoppar {
    float: right;
    position: absolute;
    top: 0px;
    width: 100%;
    background-color: rgba(250,250,250,.9);
    min-height: 700px;
}

    .clsfpoppar > div {
        width: 50%;
        float: right;
        display: inline-block;
        position: relative;
    }

        /*.clsfpoppar > div:nth-child(2n+1) {*/
        .clsfpoppar > div:first-child {
            float: right !important;
        }

/*-----------------------------------*/
.selpgmg {
    float: right;
    margin-top: 8%;
    background-color: rgba(255,255,255,1);
    width: 100%;
    direction: rtl;
    padding: 15px 15px;
    /*border: dashed 1px #bfbbbb;*/
    box-shadow: 0 -1px 3px 1px #999;
    min-height: 300px;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .selpgmg > .seltxt {
        margin: 15px 30px 20px auto;
        text-align: right;
        color: #243238;
    }

.selmgpar {
    width: 150px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

    .selmgpar > div {
        cursor: pointer;
    }

.selmg {
    width: 90%;
}

    .selmg > div {
        background-color: #C2C2C2;
        margin: 0px 15px 20px 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 140px;
        text-align: center;
        align-items: center;
        justify-content: center;
        color: #243238;
        direction: rtl;
    }

.selmgplus {
    width: 10%;
    margin-right: 20px;
    position: absolute;
    margin-top: 10px;
}

.selpgpar {
    margin-right: 35px;
    margin-left: -20px;
}

.selpg {
    background-color: #DADADA;
    margin: 0px 10px 10px 20px;
    padding: 8px 0px;
}

    .selpg:hover {
        background-image: linear-gradient(-90deg, #46b0f8,#7ad9f2);
    }

    .selpg > a {
        color: #666;
        font-size: 10px;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .selpg > a :hover {
            text-decoration: underline;
        }
/*-----------------------------------*/

.propinclsf {
    min-width: 100%;
}

.prpclsfi {
    color: #85D010;
    cursor: pointer;
    margin-bottom: -9%;
    text-align: right;
    margin-right: 10%;
    margin-top: 4%;
    position: absolute;
}

.chprinclsf {
    cursor: pointer;
    margin-bottom: -9%;
    text-align: right;
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-image: url('/Assets/Image/i-timeEdit.png');
    margin-top: -17px;
    margin-right: 107px;
}

.selparclsf {
    position: absolute;
    z-index: 1;
    /*background-image: linear-gradient(#fff,#f1f1f1);*/
    background-image: linear-gradient(#fff 0%,#ececec 50%,#fff 100%);
    box-shadow: 0 0 13px -6px #aaa;
    /*border-radius: 7px;*/
    width: 150px;
    left: 0px;
    border: 1px dashed #444;
}

.selparclsfitem {
    color: #969696;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: right;
    padding-right: 10px;
    width: 80%;
    /*border-bottom:1px solid #ddd;*/
}

    .selparclsfitem:hover {
        background-image: linear-gradient(-90deg, #46b0f8,#7ad9f2);
        color: #fff;
    }

.seclsfclose {
    position: absolute;
    top: 7px;
    right: auto;
    left: 7px;
    width: 15px;
    height: 15px;
    background-image: url('/assets/image/i-timeClose.png');
    border: 1px solid transparent;
    border-radius: 3px;
    z-index: 10;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

    .seclsfclose:hover {
        border: 1px dashed #999;
    }

.tvaddbut {
    background-image: url('/assets/image/i-addTitle.png');
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.tvitempar {
}

.tvitem {
    display: inline-block;
    color: #333;
    border: 1px solid #A9A9A9;
    box-shadow: 0 1px 2px 0px #5C5C5C;
    border-radius: 50px;
    background-image: linear-gradient(#FEFEFE,#eee);
    padding: 4px 25px;
    cursor: pointer;
    text-decoration: none;
    margin: 5px;
    height: 30px;
    line-height: 20px;
}

.equalurl {
    border-bottom: 2px dotted  #888 !important;
}

.icoinfrm {
    max-height: 200px;
    max-width: 200px;
}
