﻿/*
 >  Daiereh ©
 >  http://www.daiereh.com
 >  Software Engineering, Interactive Agency
 
 >> version 1.5
 >> date: 2018-10-03

*/

body {
    font-family: IRANSansWeb, Tahoma;
    font-size: 12px;
    color: #5d5d5d;
    background: #f4fbfe repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.h1, .h2, .h3, .h4, .h5 {
    font-family: IRANSansWeb, Tahoma;
}

a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wrapRtl {
    position: relative;
    min-height: 800px;
    min-height: 100vh;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
}

.hidden {
    display: none;
}

img[data-imageload-src] {
    cursor: progress;
}

.cke_skin_kama {
    max-width: 100%;
}

.link,
.link:link,
.link:visited,
.link:active {
    /*color: #475c69;*/
    color: #38637e;
    font-size: 12px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

    .link:hover {
        color: #29ABE2;
    }

.colorRed {
    color: red !important;
}

.percentInput {
    direction: ltr;
    text-align: left;
}

.generalAddBtn {
    background: #F7F7F7 url('/AssetsPM/Image/i-plus.png') no-repeat scroll center center;
    -webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
    background-size: 20px auto;
    padding: 0;
    width: 30px;
    height: 28px;
    border-radius: 3px;
    vertical-align: top;
}

    .generalAddBtn[disabled] {
        display: none;
    }

.mainLogo {
    max-width: 230px;
    margin: 0 auto;
}

    .mainLogo .imgRespons {
        display: block;
    }

.mainTitle {
    margin: 5px;
    font-size: 16px;
    font-weight: normal;
}

.imagepersonel {
    max-height: 120px;
}

.addNewPage {
    display: inline-block;
    /*width: 22px;*/
    height: 22px;
    margin: 0 5px;
    vertical-align: middle;
}

    .addNewPage img {
        max-height: 22px;
    }


.topOperates {
    position: relative;
    background-color: #CFCFD1;
    padding: 5px 10px;
    margin-bottom: 15px;
}

    .topOperates .h3 {
        font-size: 12px;
        color: #282828;
    }

.mainCopyright {
    direction: ltr;
    position: fixed;
    top: auto;
    bottom: 10px;
    left: 6px;
    right: auto;
    font-size: 13px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    color: #4D4D4D;
    z-index: 600;
}

    .mainCopyright .link,
    .mainCopyright .link:visited,
    .mainCopyright .link:active {
        color: #4D4D4D;
    }

.topHeader {
    position: relative;
    padding: 30px 40px 10px 10px;
    background-image: linear-gradient(#fff,#E1E1E2);
    box-shadow: 0 0 10px 5px #555;
}

    .topHeader.hasActiveMenuOption {
        margin-bottom: 100px;
    }

.topLogo {
    max-width: 150px;
}

.h1.topLogo {
    margin-left: 30px;
}

.topLogo .imgRespons {
    display: block;
}

.topNav {
    padding: 0;
    font-size: 12px;
    color: #afafaf;
    text-align: right;
    min-width: 300px;
}


.mGreeting {
    min-width: 120px;
    margin: 0;
    padding-bottom: 10px;
}

    .mGreeting .link,
    .mGreeting .link:visited,
    .mGreeting .link:active {
        color: #0071BC;
    }

.exitLink {
    overflow: hidden;
    white-space: nowrap;
}

.infoIconTimeWrap {
    padding: 5px;
    margin: 8px 0;
    border-top: 1px solid #1a0096;
    border-bottom: 1px solid #1a0096;
}

    .infoIconTimeWrap .link {
        display: inline-block;
        vertical-align: middle;
        margin: 1px 4px;
    }

.linkIcon .imgRespons {
    max-height: 30px;
    vertical-align: middle;
}

.homeLink {
    display: inline-block;
}


.updateLoadingWrap {
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: -5px;
    left: -5px;
    border-radius: 3px;
    background-image: radial-gradient(rgba(219, 219, 219, 0.6), rgba(255, 255, 255, 0.8));
    text-align: center;
    z-index: 6000;
    cursor: wait;
}

    .updateLoadingWrap:before {
        position: relative;
        content: ' ';
        top: 0;
        bottom: 0;
        right: auto;
        left: 0;
        width: 0;
        height: 100%;
        vertical-align: middle;
        display: inline-block;
    }

.updateLoading {
    vertical-align: middle;
    display: inline-block;
}

@media (max-width:765px) {
    .topNav {
        min-width: 230px;
    }
}

@media (max-width:960px) {
    .topHeader {
        padding: 15px 40px 10px 10px;
    }

        .topHeader.hasActiveMenuOption {
            margin-bottom: 0px;
        }

    .navHolder {
        position: absolute;
        top: 15px;
        left: 20px;
        width: 50px;
    }

    .mainCopyright {
        left: 1px;
    }
}


/*content*/

.generalPage {
    padding: 30px;
}

.pageTitle h1 {
    min-height: 48px;
    margin: 0;
}

    .pageTitle h1 span {
        display: inline-block;
    }

.pageTitle.h1 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
}

.generallabel.controlfilter {
    min-width: 100px;
    display: inline-block;
    text-align: left;
}

.pTopContent .row > [class*="col"] {
    margin-bottom: 0;
}

.pPhotoPanelWrapOut {
    position: relative;
    height: 140px;
    overflow: hidden;
    margin-bottom: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pPhotoPanelWrap {
    height: 160px;
    text-align: right;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 15px;
}

.pPhotoPanel {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    padding: 5px;
}

    .pPhotoPanel input[type="image"] {
        display: none;
    }

.pMoreImage {
    display: inline-block;
    height: 130px;
    padding: 3px 6px;
    position: relative;
    vertical-align: top;
}

    .pMoreImage img {
        max-height: 100%;
        display: block;
    }

.upMoreImage > * {
    vertical-align: middle;
}

.pPhanelNav,
.pPhanelRight,
.pPhanelLeft {
    position: absolute;
    bottom: auto;
}

.pPhanelNav {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    overflow: visible;
    z-index: 5;
}

.pPhanelRight,
.pPhanelLeft {
    width: 16px;
    height: 40px;
    cursor: pointer;
    top: 54px;
    background: transparent url('/assetspm/image/cpRightArrow.png') no-repeat scroll center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.pPhanelRight {
    right: 0;
    left: auto;
}

.pPhanelLeft {
    right: auto;
    left: 0;
    background-image: url('/assetspm/image/cpLeftArrow.png');
}

.pPhanelHide {
    display: none;
}

.delPmImg {
    display: block;
    position: absolute;
    top: auto;
    bottom: -3px;
    left: 6px;
    right: auto;
    z-index: 10;
    width: 23px;
    cursor: pointer;
    height: 23px;
    background: transparent url('/assetspm/image/th-delimg.png') no-repeat scroll center left;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
}

    .delPmImg:hover {
        background-image: url('/assetspm/image/th-delimg-alt.png');
    }

.pMainImage {
    height: 160px;
    text-align: center;
    position: relative;
}

    .pMainImage .deletephoto {
        position: absolute;
        bottom: 0;
        left: auto;
        right: 70%;
        top: auto;
        margin: 0 auto;
    }

    .pMainImage .generalimage {
        max-height: 100%;
    }

.addPriceWrap .imgAddBtn,
.pageTitle .imgAddBtn {
    width: auto;
    height: auto;
    border: 1px solid #D1D1D1;
    margin: 0 10px;
    padding: 7px 11px 7px 25px;
    font-size: 10px;
    font-weight: normal;
    color: #33CCCC;
    box-shadow: 0 20px 10px -23px #717171;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: linear-gradient(#FCFDFD,#FEFEFE 47%,#F3F3F3 50%,#E8E8E8);
}

.propManagePage {
    padding: 15px 50px 30px 30px;
}

    .propManagePage .imgAddBtn {
        display: none;
    }

.DataTypeSave {
    margin-bottom: 5px;
}

.DataTypeSaveDiv {
    margin: 10px 0;
}

    .DataTypeSaveDiv table.generalcheckbox {
        margin-top: 5px;
    }

.parenttitle {
    font-size: 24px;
    color: rgb(30, 68, 31);
    padding-right: 10px;
}

.addPriceWrap .imgAddBtn span,
.pageTitle .imgAddBtn span {
    display: inline-block;
    vertical-align: middle;
}

.addPriceWrap .imgAddBtn .imgRespons,
.pageTitle .imgAddBtn .imgRespons {
    width: 30px;
    margin: 0 0 0 12px;
    vertical-align: middle;
}

.pageTitle .imgAddBtn:hover {
    color: #4D4D4D;
}

.pageTitle .imgAddBtn {
}


.pageTitleIcon {
    width: 90px;
    vertical-align: bottom;
}

    .pageTitleIcon + span {
        margin-right: 20px;
    }

.pPriceWrap {
    position: relative;
    padding-right: 65px;
}

.pPriceHeadIcon {
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
}

.pListPriceWrap {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.pPriceCol {
    text-align: right;
    display: inline-block;
    vertical-align: top;
}

    .pPriceCol .h3 {
        padding: 4px 11px 6px;
        border-bottom: 1px solid #c3c3c3;
        font-size: 18px;
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 12px;
    }

        .pPriceCol .h3 + div {
            padding: 0 17px;
        }

.generalPage .list,
.generalPage .save {
    display: none;
}

.propertiesSection .tabcontent:after,
.propertiesSection .tabcontent:before {
    clear: both;
    content: ' ';
    display: table;
}

.propertiesSection .tabcontent {
    min-height: 150px;
}

    .propertiesSection .tabcontent > div {
        float: right;
        width: 50%;
        padding: 3px 8px;
    }

        .propertiesSection .tabcontent > div.hasCkeditor {
            width: 100%;
        }

.noDataMessage {
    font-size: 20px;
    display: inline-block;
    line-height: 28px;
    height: 40px;
    padding: 6px;
}

.listQuantity {
    font-size: 10px;
    padding: 10px 10px 0;
}

@media (max-width:600px) {
    .propertiesSection .tabcontent > div {
        float: none;
        width: 100%;
    }
}

.propertiesSection .contentpanel {
    padding: 15px 7px;
}

.rowProperty {
    padding: 5px 8px;
    border-bottom: dashed 1px rgba(170, 170, 170, 0.47);
}

    .rowProperty > * {
        vertical-align: middle;
    }

    .rowProperty .generallabel {
        min-width: 100px;
        display: inline-block;
    }

        .rowProperty .generallabel:not(.right) {
            margin-left: 6px;
        }

/*.rowProperty *:not([class*="cke_wrapper"]) span:not(.generallabel) {
        margin-left: 6px;
        display: inline-block;
    }*/


table.generalcheckbox {
    display: inline-block;
    max-width: 100%;
}

    table.generalcheckbox label {
        margin-left: 7px;
        display: inline-block;
    }

    table.generalcheckbox td {
        display: block;
        width: 150px;
        float: right;
        text-align: right;
    }

.historySection {
    overflow-x: auto;
    display: none;
}

.historyDetailBox {
    direction: rtl;
}

    /*.historyDetailBox .detailsInnerWrapper {
        background-color: rgba(242, 242, 242, 0.5);
    }

    .historyDetailBox .h4 {
        font-size: 22px;
        color: rgb(110, 110, 110);
        font-weight: normal;
    }*/

    .historyDetailBox .detailsWrapper {
        max-width: 960px;
    }

.hasRightborder {
    position: relative;
}

    .hasRightborder:before {
        position: absolute;
        content: ' ';
        top: 10%;
        bottom: 10%;
        left: auto;
        right: 0;
        width: 1px;
        background-color: #a4a4a4;
    }

.topMessages {
    display: none;
}

.generalsection {
    padding: 7px 5px;
}

.filter {
    padding: 20px 10px;
}

    .filter .generaldropdown,
    .filter .generaldropdownlist {
        width: 200px;
    }

    .filter .controlbuttonfilter {
        margin-right: 61%;
        margin-top: 20px;
    }


.headergridview.showHyperlinkDesc .generalhyperlink[href*="_asc"] {
    display: none;
}

.headergridview:not(.showHyperlinkDesc) .generalhyperlink[href*="_desc"] {
    display: none;
}

.tablePanel,
.TablePanel {
    max-width: 800px;
    font-size: 12px;
    padding: 5px 10px;
}

    .tablePanel:after,
    .tablePanel:before,
    .TablePanel:after,
    .TablePanel:before {
        clear: both;
        content: ' ';
        display: table;
    }

    .tablePanel .right,
    .TablePanel .right {
        float: right;
        width: 20%;
    }


    .tablePanel .left,
    .TablePanel .left {
        float: left;
        width: 80%;
    }

    .tablePanel .generalimage,
    .TablePanel .generalimage {
        max-height: 40px;
    }

.TableIcon,
.imagelist {
    max-height: 25px;
}

/*[data-qimg] {
    display: none;
}*/

.qmBtn [data-qimg] {
    display: block;
}

.productPicture {
    min-height: 20px;
    display: block;
}

.pdeletebutton {
    display: none;
}

.list {
    overflow-x: auto;
}

.saveBtnHolder {
    padding-top: 15px;
    text-align: left;
    max-width: 800px;
}

.savepart,
.savepart > div {
    display: inline-block;
}

    .saveBtnHolder div[disabled],
    .savepart[disabled],
    .savepart > div[disabled],
    .savepart > input[disabled],
    .savepart > div > input[disabled] {
        display: none;
    }

.confirmPasswordError,
.emailValidateError,
.validateError {
    display: none;
}

.addTitleBtn {
    cursor: pointer;
    vertical-align: middle;
}

.savePropertySection .TablePanel {
    margin: 0 auto;
    padding: 0;
}

    .savePropertySection .TablePanel > div {
        padding: 7px;
    }

    .savePropertySection .TablePanel .savelabel {
        min-width: 70px;
        display: inline-block;
        text-align: left;
    }

    .savePropertySection .TablePanel .generaltextbox,
    .savePropertySection .TablePanel .generalcheckbox,
    .savePropertySection .TablePanel .generaldropdown,
    .savePropertySection .TablePanel .generaldropdownlist {
        margin-left: 10px;
    }

.propGroups > div > a {
    display: none;
}

/*dashboard*/

.dashboardPage .container {
    padding: 10px 0 0;
}

.userInfoSec {
    padding: 0 15px;
    margin-bottom: 35px;
}

.userInfoWrap {
    margin-bottom: 28px;
}

.uInfContent {
    min-height: 190px;
    padding: 15px;
    background-image: linear-gradient(#F1F2F2,#DADBDC);
    box-shadow: 0 0 6px 2px #626262;
    border-radius: 10px 10px 0 0;
}

.uInfPic {
    max-width: 170px;
    margin: 0 auto;
}

.topNav .uInfPic {
    max-width: 130px;
}

.topNav .uInfTimesContent {
    font-size: 10px;
}

.uInfContent .mGreeting {
    min-width: 10px;
}

.uInfNav {
    padding-top: 2px;
}

.uInfBtn {
    float: left !important;
    background-image: linear-gradient(#F1F2F2,#DADBDC);
    box-shadow: 0 1px 6px 0px #2C2B2B;
    border-radius: 0 0 10px 10px;
    padding: 7px 0;
    margin: 0 2px 0 0px;
    min-width: 145px;
}

.uInfTimes p {
    margin: 0;
    text-align: left;
    font-size: 11px;
}

.changePassForm {
    display: none;
    padding: 5px 15px;
}

    .changePassForm .formSection {
        margin-bottom: 10px;
    }

    .changePassForm .formtextbox {
        direction: ltr;
    }

    .changePassForm .cancelbutton {
        font-size: 12px;
        margin-top: 10px;
    }

.userEventWrap {
    position: relative;
    background-color: #fff;
    padding: 15px 15px 0;
    border: 1px solid #ececec;
}

    .userEventWrap:after {
        position: absolute;
        content: ' ';
        height: 60px;
        width: auto;
        left: -2%;
        right: -2%;
        top: 100%;
        bottom: auto;
        background: transparent url('/assetspm/image/uEveShadow.png') scroll no-repeat top center;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
    }

    .userEventWrap .h3 {
        font-weight: normal;
        font-size: 13px;
    }

.uEveSec {
    text-align: right;
    padding: 5px 15px 25px 10px;
}

    .uEveSec .h3 {
        margin-bottom: 4px;
    }

.uEveContent {
    padding-right: 10px;
}

.uVisitWrap {
    vertical-align: bottom !important;
}

.uVisitSec {
    overflow: hidden;
    position: relative;
}


    .uVisitSec:after {
        position: absolute;
        content: ' ';
        height: 100%;
        width: 20px;
        left: auto;
        right: -20px;
        top: 0;
        bottom: 0;
        box-shadow: 0px 0px 8px 1px #1E1E1E;
        border-radius: 50%;
        z-index: 2;
    }

.uVisit {
    position: relative;
    text-align: right;
    padding: 3px 40px 6px 0px;
    box-shadow: 2px -1px 3px -2px #666;
}

    .uVisit:before {
        position: absolute;
        content: ' ';
        height: 100%;
        width: 36px;
        left: auto;
        right: 0;
        top: 0;
        bottom: 0;
        background: #2384C3 url('/assetspm/image/uEveArrow.png') scroll no-repeat;
        background-position: 4px center;
        -webkit-background-size: 20px auto;
        -moz-background-size: 20px auto;
        -o-background-size: 20px auto;
        background-size: 20px auto;
    }

    .uVisit:nth-child(2):before {
        background-color: #43A0E0;
    }

    .uVisit:nth-child(3):before {
        background-color: #5ED9FE;
    }

.uVisitContent {
    padding-right: 15px;
    color: #808080;
}

.userDiagrams {
    padding: 0px 10px;
}

.uDiagram {
    padding: 0px 6px;
}

.productDetails {
    padding: 0 20px 0 0;
}

.productTopDetails {
    padding: 0 20px 0 40px;
}

.productDetails .generalimage {
    max-height: 34px;
    vertical-align: middle;
}

[id$="DelKey"] {
    opacity: 0;
}

.pTopContent.tabWizardInvers .contentpanel {
    padding: 15px 15px 5px;
}

.pTopContent .generallabel {
    min-width: 60px;
    display: inline-block;
    vertical-align: middle;
}

.pTopContent .generaltextbox {
    vertical-align: middle;
}

.pTopContent .tabheader {
    padding: 4px 40px 4px 15px;
    position: relative;
}

    .pTopContent .tabheader:after {
        position: absolute;
        content: ' ';
        top: 7px;
        right: 7px;
        left: auto;
        bottom: auto;
        width: 28px;
        height: 28px;
        background: transparent url('/assetspm/image/th-keyw.png') scroll no-repeat center center;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .pTopContent .tabheader:hover:after {
        background-image: url('/assetspm/image/th-keyw-alt.png');
    }

.pTopContent .imgeditTabh:after {
    background-image: url('/assetspm/image/th-img.png');
}

.pTopContent .imgeditTabh:hover:after,
.pTopContent .imgeditTabh.activeTab:after {
    background-image: url('/assetspm/image/th-img-alt.png');
}

.pTopContent .editTabh:after {
    background-image: url('/assetspm/image/th-props.png');
}

.pTopContent .editTabh:hover:after,
.pTopContent .editTabh.activeTab:after {
    background-image: url('/assetspm/image/th-props-alt.png');
}

.pTopContent .editContentTabh:after {
    background-image: url('/assetspm/image/i-tedit-alt.png');
}

.pTopContent .editContentTabh:hover:after,
.pTopContent .editContentTabh.activeTab:after {
    background-image: url('/assetspm/image/i-tedit.png');
}

.pTopContent .newItemTabh:after {
    background-image: url('/assetspm/image/i-additem-alt.png');
}

.pTopContent .newItemTabh:hover:after,
.pTopContent .newItemTabh.activeTab:after {
    background-image: url('/assetspm/image/i-additem.png');
}

.pTopContent .removeTabh:after {
    background-image: url('/assetspm/image/th-del.png');
}

.pTopContent .removeTabh:hover:after,
.pTopContent .removeTabh.activeTab:after {
    background-image: url('/assetspm/image/th-del-alt.png');
}

.pTopContent .priceTabh:after {
    background-image: url('/assetspm/image/th-price.png');
}

.pTopContent .priceTabh:hover:after,
.pTopContent .priceTabh.activeTab:after {
    background-image: url('/assetspm/image/th-price-alt.png');
}

imgeditTabh .productDetails .col33 {
    padding: 0 0 0 10px;
}

.keyWordPanel .generalbutton {
    display: none;
}

.keyWordPanel .keyWordButton {
    font-family: IRANSansWeb, Tahoma;
    color: #5a5a5a;
    font-size: 12px;
    border: 1px solid #9D9D9D;
    border-top-color: #7D7C7D;
    border-radius: 5px;
    background: transparent linear-gradient(#DEDFE0,#F8F8F9) scroll no-repeat center center;
    box-shadow: 0 -1px 3px 1px #999;
    width: 180px;
    max-width: 90%;
    max-width: calc(100% - 10px);
    padding: 4px 12px 4px 3px;
    margin: 5px;
    text-align: right;
    position: relative;
    display: inline-block;
    z-index: 4;
    vertical-align: top;
}

    .keyWordPanel .keyWordButton .delKeyword {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 4px;
        right: auto;
        z-index: 10;
        width: 23px;
        cursor: pointer;
        height: 100%;
        background: transparent url('/assetspm/image/del-alt.png') no-repeat scroll center left;
        -webkit-background-size: 20px 20px;
        -moz-background-size: 20px 20px;
        -o-background-size: 20px 20px;
        background-size: 20px 20px;
    }

        .keyWordPanel .keyWordButton .delKeyword:hover {
            background-image: url('/assetspm/image/del.png');
        }


@media (max-width:1080px) {
    .userEventWrap > .row > .col40,
    .userEventWrap > .row > .col60 {
        width: 100% !important;
    }
}

@media (max-width:960px) {

    .generalPage {
        padding: 20px 10px 10px;
    }

    .dashboardPage .container {
        padding: 10px 0px 0;
    }
}

@media (max-width:600px) {


    .dashboardPage .container {
        padding: 0;
    }
}



/* TreeList*/

.treeList {
    text-align: right;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    max-width: 210px;
    margin-bottom: 5px;
    vertical-align: top;
    display: inline-block;
    padding: 5px;
}

    .treeList h3,
    .treeList h4 {
        position: relative;
        color: #666;
        margin: 0;
        font-weight: normal;
        font-size: 12px;
    }

    .treeList .tlLink,
    .treeList .tlLink:visited {
        color: #666;
    }

        .treeList .tlLink:hover {
            text-decoration: underline;
        }

    .treeList h3 span,
    .treeList h4 span {
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        cursor: default;
        padding: 0 1px;
    }

    .treeList:not(.tlNoSub) h3 span {
        cursor: pointer;
    }

.tlMain,
.tlSub {
    position: relative;
    padding: 10px 20px 10px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
}

    .tlMain:before,
    .tlSub:before {
        position: absolute;
        content: ' ';
        right: -2px;
        left: auto;
        top: 0;
        bottom: 0;
        background-image: linear-gradient(-90deg, #46b0f8,#7ad9f2);
        width: 4px;
        opacity: 0;
        -webkit-transition: opacity 0.15s ease;
        -moz-transition: opacity 0.15s ease;
        -o-transition: opacity 0.15s ease;
        transition: opacity 0.15s ease;
        z-index: 1;
    }

    .tlMain:hover:before,
    .tlSub:hover:before {
        opacity: 1;
    }

.tlMain {
    background-color: #C2C2C2;
    cursor: pointer;
}

.tlNoSub .tlMain {
    cursor: default;
}

.tlToggle {
    position: absolute;
    display: block;
    right: 8px;
    left: auto;
    font-family: tahoma;
    font-size: 12px;
    top: 9px;
    bottom: auto;
}

.tlNoSub .tlMain > .tlToggle {
    display: none;
}

.tlList {
    position: relative;
    padding: 0 15px 0 10px;
    display: none;
}

    .tlList:before {
        position: absolute;
        content: ' ';
        right: 9px;
        left: auto;
        top: -6px;
        bottom: 19px;
        width: 1px;
        height: auto;
        background-color: #999999;
    }

/*.treeList.tlOpen .tlList {
    display: block;
}*/

.tlSub {
    background-color: #DADADA;
    margin-top: 5px;
}

.treeList .treeList {
    position: relative;
    padding: 5px 0 0;
    margin: 0px;
}

    .treeList .treeList:before,
    .tlSub h4:before {
        position: absolute;
        content: ' ';
        right: -26px;
        left: auto;
        top: 10px;
        bottom: auto;
        width: 0px;
        height: 1px;
        background-color: #999999;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
    }

    .treeList .treeList:before {
        right: -5px;
        left: auto;
        top: 25px;
    }

.treeList.tlOpen .treeList:before,
.treeList.tlOpen .tlSub h4:before {
    width: 5px;
}

/* multi lang*/

.btcHasMultiLangBtn {
    padding-left: 27px;
    vertical-align: middle;
}

.btcMultiLangHolder {
    display: inline-block;
    width: 25px;
    height: 30px;
    vertical-align: middle;
    margin-right: -32px;
    margin-left: 7px;
    margin-top: 0;
    overflow: visible;
    position: relative;
}

.btcMultiLangBtn {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    z-index: 5;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: transparent url('/assetspm/image/i-tglob.png')scroll no-repeat center center;
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px 25px;
    -o-background-size: 25px 25px;
    background-size: 25px 25px;
    border: none;
    padding: 0;
    cursor: pointer;
}

[class*="cke_editor"] + .btcMultiLangHolder {
    display: none;
}



.savePropertySection .TablePanel .btcMultiLangHolder {
    margin-right: -37px;
}


.dicDetailsWrap {
    position: absolute;
    display: none;
    top: -6px;
    bottom: auto;
    left: -4px;
    right: auto;
    z-index: 10;
    background-color: #F2F2F2;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #c8c8c8;
}

    .dicDetailsWrap:after {
        position: absolute;
        content: ' ';
        height: 20px;
        width: 100%;
        left: 0;
        right: 0;
        top: 100%;
        bottom: auto;
        background: transparent url('/assetspm/image/uEveShadow.png') scroll no-repeat top center;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
    }

.dicDetailBox .detailsInnerWrapper {
    background-color: rgba(242, 242, 242, 0.5);
}

.dicDetailBox .h4 {
    min-height: 26px;
}

.dicContent {
    padding: 22px 0 5px;
    min-width: 193px;
    min-height: 60px;
}

.dicNotFound {
    margin-top: 5px;
    text-align: center;
}

.dicBtnHolder {
    text-align: left;
    padding: 5px;
}

.dicCloseBtn,
.dicRefresh {
    position: absolute;
    left: 0;
    top: 1px;
    right: auto;
    bottom: auto;
}

.dicCloseBtn {
    right: 0;
    left: auto;
    -webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
    -o-background-size: 16px auto;
    background-size: 16px auto;
}

.dicLoader {
    min-height: 33px;
    background: transparent url('/assetspm/image/dic_loader.gif') scroll no-repeat center center;
    -webkit-background-size: 60px auto;
    -moz-background-size: 60px auto;
    -o-background-size: 60px auto;
    background-size: 60px auto;
}

.dicDefinWrap {
}

.dicDefinLabel,
.dicDefinValue {
    display: block;
    float: left;
    background-color: #C2C2C2;
    margin: 1px 1px;
    padding: 3px 5px;
    overflow: hidden;
    line-height: 17px;
    color: #666;
}

.dicDefin:nth-child(2n+1) .dicDefinLabel,
.dicDefin:nth-child(2n+1) .dicDefinValue {
    background-color: #DADADA;
}

.dicDefinLabel {
    width: 58px;
    font-size: 10px;
}

.dicDefinValue {
    font-size: 10px;
    color: #575757;
    width: 131px;
    text-align: left;
    max-height: 55px;
    min-height: 23px;
    overflow: auto;
    direction: ltr;
}

/*save price*/

.savePriceContent {
    position: relative;
    font-size: 12px;
}

    .savePriceContent .h3 {
        font-size: 18px;
        font-weight: normal;
        line-height: 32px;
    }

.priceProductDetails {
    padding: 0 0 0 20px;
    border-left: 1px solid #c3c3c3;
}

.priceProductImg {
    margin-bottom: 10px;
    min-height: 100px;
}

.priceProductTitle {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}

.addPriceWrap {
    margin-top: 15px;
}

    .addPriceWrap .imgAddBtn {
        display: block;
        width: 100%;
        margin: 0;
    }

.listPriceWrap {
    padding: 10px 0px;
}

.priceItem {
    position: relative;
    padding: 15px 10px 15px 105px;
    margin-bottom: 5px;
    border-radius: 2px;
    background-color: #ccc;
    color: #666;
    cursor: pointer;
    text-align: right;
}

    .priceItem.priceItemActive {
        background-color: #666;
        color: #ccc;
    }

.listPriceTBtn,
.priceItemViewBtn {
    font-family: IRANSansWeb,Tahoma;
    font-size: 12px;
    line-height: 18px;
    color: inherit;
    background-color: transparent;
    border: none;
    max-width: 100%;
    white-space: normal;
    cursor: pointer;
}

.priceItem .gchBoxWrap {
    position: absolute;
    top: 50%;
    left: 7px;
    right: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.priceItem .gchon span {
    color: #666;
}

.sContainerBox,
.listPriceTypeOutWrap,
.priceDetailsCol {
    padding: 30px 20px 15px;
    border-radius: 10px 10px 0 0;
    background-image: linear-gradient(#F1F2F2,#DADBDC);
    box-shadow: 0 0 6px 2px #626262;
}

.listPriceTypeOutWrap,
.priceDetailsCol {
    margin: 0 15px;
}

.listPriceTypeOutWrap {
    border-radius: 10px;
    margin-top: 20px;
}

.priceDetailsCol + .generalhr {
    margin: 3% 40px 3% 24px;
}

.priceDetails,
.priceHistoryCol {
    text-align: right;
    padding: 0 12px;
}

    .priceDetails .generallabel {
        display: inline-block;
        min-width: 70px;
    }

.addPriceBtn {
    display: none;
}

.listPriceTypeWrap {
    padding: 15px 20px;
}

.listPriceType {
    margin-bottom: 10px;
}

.listPriceType,
.priceHistoryWrap {
    overflow: auto;
    max-height: 190px;
}

.listPriceType {
    max-height: 208px;
}

.listPriceTRow,
.priceHistoryRow {
    display: inline-block;
    min-width: 100%;
    white-space: nowrap;
    background-color: #bbb;
    margin-bottom: 2px;
}

    .listPriceTRow:nth-child(2n),
    .priceHistoryRow:nth-child(2n) {
        background-color: #d6d6d6;
    }

.listPriceTCol,
.priceHistoryItemCol {
    display: inline-block;
    min-width: 23%;
    width: 92px;
    padding: 6px 13px 6px 10px;
}

.listPriceTCol {
    min-width: 45px;
    width: 90%;
    width: calc(100% - 45px);
    max-width: calc(100% - 45px);
    padding: 6px 11px 6px 4px;
}

    .listPriceTCol:nth-of-type(1) {
        width: 45px;
    }

.listPriceTBtn {
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0;
}

.listPriceTRow:hover .listPriceTBtn {
    border-color: #7c7c7c;
}

.listPriceTBtn:hover {
    color: #666;
}

@media (max-width:1024px) and (min-width:600px) {
    .priceItem {
        padding: 15px 10px;
    }

        .priceItem .gchBoxWrap {
            position: relative;
            top: auto;
            left: auto;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }
}


.listStandardPage .tablePanels {
    padding: 0 10px;
}

.listStandardPage .tablePanel {
    width: 33%;
    float: right;
    min-width: 310px;
    padding-top: 8px;
}

    .listStandardPage .tablePanel .generalbutton {
        vertical-align: middle;
    }

    .listStandardPage .tablePanel .generaltextbox {
        max-width: 52vw;
    }


/* CMS */

.generalcolorbutton {
    display: inline-block;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 1px;
    background-color: #B7B7B7;
    cursor: pointer;
    padding: 0;
    margin: 4px 0px;
    width: 25px;
    height: 20px;
    vertical-align: middle;
}

.searchPhoto {
    max-height: 35px;
    vertical-align: middle;
    cursor: pointer;
}

.immediatePhoto {
    max-height: 60px;
}

.savesection {
    text-align: left;
}

.maxHeight150 {
    max-height: 150px;
}

.w_13_table,
.w_13_generaltable {
    min-width: 100%;
}

.w_13_itemPerPage {
    min-width: 60px !important;
}

.imgCopyWidgetBtn {
    background-image: url('/assetspm/image/i-copyWidget.png');
}

    .imgCopyWidgetBtn:hover {
        background-image: url('/assetspm/image/i-copyWidget-alt.png');
    }


/* New Styles*/

.topHeader {
    position: relative;
    padding: 30px 17px 10px 0px;
    background-image: none;
    background-color: #0a003a;
    box-shadow: none;
    width: 317px;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    bottom: 0;
    height: 100%;
    top: 0;
    /*right: -17px;*/
    left: auto;
    z-index: 100;
    overflow-y: scroll;
    direction: ltr;
}

    .topHeader .container {
        position: absolute;
        direction: rtl;
    }

.topHeader {
    right: -100%;
}

.mainMenuOpen .topHeader {
    right: -17px;
}

.colHeader, .colContent {
    float: left;
}

.mainMenuOpen .colHeader {
    width: 300px;
}

.colContent {
    width: 100%;
    padding-top: 10px;
}

.topHeader,
.colContent {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.mainMenuOpen .colContent {
    width: calc(100% - 300px);
}

.h1.topLogo {
    margin-left: 30px;
    width: 150px;
    display: inline-block;
    float: none;
}

@media (max-width: 960px) {
    .topHeader {
        padding: 20px 0 10px 0;
        right: -100%;
    }

    .navHolder {
        position: relative;
        top: 0;
        /* right: 0px; */
        left: 0;
        width: calc(100% + 17px);
    }

    .topHeader .container {
        position: relative;
    }

    .mainMenuOpen .topHeader {
        right: 0;
        width: 100%;
    }
}
