/*
 >  Dynamic Echo Cycle ©
 >  http://daiereh.com
 >  Software Engineering, Interactive Agency
 
 >> version 1.4
 >> date: 2018-10-03

        
 */

body {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

select {
    font: inherit;
}

a,
input,
select,
button {
    outline: none;
}

.h1, .h2, .h3, .h4, .h5 {
    margin: 0;
}

.hr {
    color: #FFF;
    box-shadow: 0px -1px 1px #FFF;
    height: 3px;
    border-radius: 20px;
    margin: 10px 0;
}

.textLeft {
    text-align: left !important;
}

.textCenter {
    text-align: center !important;
}

.textRight {
    text-align: right !important;
}

.textJustify {
    text-align: justify !important;
}

.textEllipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.enText {
    direction: ltr;
}

.faText {
    direction: rtl;
}

span.faText,
span.enText {
    display: inline-block;
}

.overText {
    vertical-align: super;
    font-size: smaller;
}

.noUserSelect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.noListstyle {
    list-style: none;
    margin: 0;
    padding: 0;
}

.verticalMiddle:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 1px;
    vertical-align: middle;
    margin-right: -1px;
}

.verticalMiddle > * {
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
}

.phoneNumber {
    display: inline-block;
    direction: ltr;
}

.generallabel {
    color: #666;
}

.generalhr {
    background-color: #333;
    color: #f9f9f9;
}

.generalmoney {
    direction: ltr;
    display: inline-block;
    font-family: Tahoma;
    font-size: 12px;
    color: #3f3f3f !important;
    font-weight: bold;
}

.generalsmallbtn,
.generalbutton {
    font-family: IRANSansWeb, Tahoma;
    font-size: 12px;
    color: #333;
    border: 1px solid #A9A9A9;
    box-shadow: 0 1px 2px 0px #5C5C5C;
    border-radius: 50px;
    background-image: linear-gradient(#FEFEFE,#eee);
    padding: 2px 25px;
    cursor: pointer;
    text-decoration: none;
    margin: 5px;
    height: 30px;
    line-height: 20px;
}

.generalsmallbtn {
    margin: 0;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 5px;
}

.generalbutton:visited {
    color: #333;
}

.generalbutton:not(:disabled):active {
    background-image: linear-gradient(#302D2E,#423F3F);
    box-shadow: 0 0 2px 0px #5C5C5C;
    border: 1px solid #3A3637;
    color: #fff;
}

.generalbutton:disabled {
    opacity: 0.9;
    cursor: default;
}

.hasImgBtn {
    white-space: nowrap;
}

.imgBtn {
    font-family: IRANSansWeb,Tahoma;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border: none;
    padding: 0;
    margin: 0 2px;
    background: transparent no-repeat scroll center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

a.imgBtn {
    display: inline-block;
}

.imgBtn:not(:disabled) {
    cursor: pointer;
}

.imgDelBtn {
    background-image: url('/assetspm/image/del.png');
}

    .imgDelBtn:hover {
        background-image: url('/assetspm/image/del-alt.png');
    }

.imgEditBtn {
    background-image: url('/assetspm/image/i-tedit.png');
}

    .imgEditBtn:hover {
        background-image: url('/assetspm/image/i-tedit-alt.png');
    }

.imgValBtn {
    background-image: url('/assetspm/image/i-tlist.png');
}

    .imgValBtn:hover {
        background-image: url('/assetspm/image/i-tlist-alt.png');
    }

.imgBuildBtn {
    background-image: url('/assetspm/image/i-tadditem.png');
}

    .imgBuildBtn:hover {
        background-image: url('/assetspm/image/i-tadditem-alt.png');
    }

.imgSelList {
    background-image: url('/assetspm/image/i-tchoose.png');
}

    .imgSelList:hover {
        background-image: url('/assetspm/image/i-tchoose-alt.png');
    }

.imgSelectBtn {
    background-image: url('/assetspm/image/i-tselect.png');
}

    .imgSelectBtn:hover {
        background-image: url('/assetspm/image/i-tselect-alt.png');
    }

.imgBackBtn {
    background-image: url('/assetspm/image/i-return.png');
}

    .imgBackBtn:hover {
        background-image: url('/assetspm/image/i-return-alt.png');
    }

.imgUploadBtn {
    width: 50px;
    height: 50px;
    background-image: url('/assetspm/image/i-upload.png');
}

    .imgUploadBtn:hover {
        background-image: url('/assetspm/image/i-upload-alt.png');
    }



.imgEditPriceBtn {
    background-image: url('/assetspm/image/i-price.png');
}

.imgEditInventoryBtn {
    background-image: url('/assetspm/image/i-inventory.png');
}


.viewTitleBtn {
    background-image: url('/assetspm/image/i-title.png');
}

    .viewTitleBtn:hover {
        background-image: url('/assetspm/image/i-title-alt.png');
    }

.viewSelfBtn {
    background-image: url('/assetspm/image/i-view.png');
}

    .viewSelfBtn:hover {
        background-image: url('/assetspm/image/i-view-alt.png');
    }

.refreshBtn {
    background-image: url('/assetspm/image/refresh-icon.png');
}

.dicCloseBtn {
    background-image: url('/assetspm/image/q-cancel.png');
}


.copyItemBtn {
    background-image: url('/assetspm/image/i-copyItem.png');
}

    .copyItemBtn:hover {
        background-image: url('/assetspm/image/i-copyItem-alt.png');
    }



/*.imgAddBtn {
    background-image: url('/assetspm/image/i-tlist.png');
}

    .imgAddBtn:hover {
        background-image: url('/assetspm/image/i-tlist-alt.png');
    }*/



.formbutton {
    border: 2px solid #f16422;
    border-radius: 12px;
    background-color: transparent;
    padding: 1px 25px;
    font-family: IRANSansWeb, Tahoma;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    text-decoration: none;
}

    .formbutton:visited {
        color: #666;
    }

    .formbutton:hover {
        background-color: #f16422;
        color: #f7f7f7;
    }

    .formbutton:disabled {
        opacity: 0.9;
        cursor: default;
    }


/*.formbutton:active {
        padding: 2px 25px 0px 25px;
        margin-bottom: -1px;
    }*/

.generalbutton.deletephoto {
    border: none;
    border-radius: 0;
    background-image: none;
    padding: 0;
    box-shadow: none;
    max-height: 30px;
}

    .generalbutton.deletephoto:active {
        background-image: none;
        box-shadow: none;
        border: none;
    }



.generalcheckbox input {
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
}

.generalcheckbox input,
.generalcheckbox label {
    cursor: pointer;
}

.generalcheckbox label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.generalradiobuttonlist:not(.multiradiobuttonlist),
.generalcheckbox input,
.generalradiobuttonlist input,
.generalradiobuttonlist:not(.multiradiobuttonlist) label[for] {
    display: none;
}

.multiradiobuttonlist label,
.multiradiobuttonlist input {
    vertical-align: middle;
}

.multiradiobuttonlist input {
    margin: auto 6px;
}

.gchBoxWrap {
    display: inline-block;
}

.gchbox {
    position: relative;
    height: 24px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    box-shadow: 0 0 6px #676767;
    cursor: pointer;
    margin: 4px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .gchbox.gchDisable {
        cursor: default;
        opacity: 0.65;
    }

.gchon,
.gchoff,
.gchtoggle {
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50px;
    text-align: center;
}

.gchon,
.gchoff {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(#F7931E,#FAB86C);
    white-space: nowrap;
    border-radius: 27px 50px 50px 27px;
    box-shadow: 1px 1px 0px 1px #77460E inset;
    overflow: hidden;
}

.gchoff {
    right: 100%;
    right: calc(100% - 10px);
    left: 0;
    background-image: linear-gradient(#312D2E,#433F40);
    border-radius: 50px 27px 27px 50px;
    box-shadow: -1px 1px 0px 1px #000 inset;
}

.gchbox.gchIsoff .gchon {
    right: 0;
    left: 100%;
    left: calc(100% - 10px);
}

.gchbox.gchIsoff .gchoff {
    right: 0;
    left: 0;
}

.gchon span,
.gchoff span {
    position: absolute;
    top: 3px;
    bottom: auto;
    right: 0;
    left: auto;
    display: block;
    font-size: 12px;
}

.gchon span {
    padding-left: 18px;
}

.gchoff span {
    left: 0;
    right: auto;
    padding-right: 18px;
    color: #e0e0e0;
}

.gchtoggle {
    top: -6px;
    bottom: 0;
    right: auto;
    left: -7px;
    width: 36px;
    height: 36px;
    background-image: linear-gradient(#fefefe,#A3A2A2);
    background: transparent url('/assetspm/image/chk-on.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%;
}

.gchbox.gchIsoff .gchtoggle {
    left: calc(100% - 26px);
}

.generalimage {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .generalimage.Imageviewmode {
        max-height: 150px;
    }

.message,
.warning,
.success,
.error {
    text-shadow: 0px 0px 18px;
    line-height: 20px;
}

.message {
    color: #333;
}

.warning {
    color: #FF8700;
}

.success {
    color: green;
}

.error {
    color: red;
}

.generaltextbox {
    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: 200px;
    max-width: 90%;
    max-width: calc(100% - 10px);
    padding: 5px 12px;
    margin: 5px;
}

    .generaltextbox[type="number"] {
        width: 90px;
    }

    .generaltextbox[type="email"] {
        direction: ltr;
        text-align: left !important;
    }

    .generaltextbox:disabled {
        border: medium none;
        box-shadow: none;
        background-image: none;
        color: rgb(102, 102, 102);
        padding: 5px 0px;
    }

.formtextbox {
    border: none;
    background-color: transparent;
    background-image: none;
    color: #666666;
    font-size: 10px;
}

    .formtextbox:disabled {
        border: medium none;
        box-shadow: none;
        background-image: none;
        color: rgb(102, 102, 102);
        padding: 5px 0px;
    }

.textboxWrapper {
    position: relative;
    text-align: left;
}

    .textboxWrapper:after {
        position: absolute;
        display: block;
        content: ' ';
        width: 100%;
        height: 2px;
        background-color: #f16422;
        z-index: 10;
        left: 0;
        right: 0;
        top: 90%;
        bottom: auto;
    }

    .textboxWrapper .formtextbox {
        width: 68%;
        margin-left: 0;
        padding-left: 7px;
    }

    .textboxWrapper .generallabel {
        display: inline-block;
        text-align: right;
        width: 28%;
        white-space: nowrap;
        line-height: 22px;
    }

.generaltextbtn {
    display: inline-block;
    position: relative;
    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: 200px;
    max-width: 90%;
    max-width: calc(100% - 10px);
    padding: 0;
    margin: 5px;
    height: 30px;
    vertical-align: middle;
}

    .generaltextbtn:after,
    .gtbbtn,
    .gtbtextbox {
        position: absolute;
        top: 0;
        bottom: auto;
    }

.gtbtextbox {
    left: auto;
    right: 0;
    z-index: 1;
    font: inherit;
    border: medium none;
    box-shadow: none;
    background: none;
    color: rgb(102, 102, 102);
    margin: 0;
    height: 30px;
    width: 100%;
    padding: 0 6px 0 0;
}

.gtbbtn {
    top: 0px;
    left: 0;
    right: auto;
    z-index: 3;
    height: 30px;
    width: 38px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    background: transparent no-repeat scroll center center;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px 22px;
    -o-background-size: 22px 22px;
    background-size: 22px 22px;
}

.generaltextbtn: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);
}

.generalfileupload {
    display: none;
}

.generaltextbtn.uploadtextbtn .gtbbtn {
    background-image: url('/assetspm/image/i-fileupload.png');
}

.generalmultiline {
    font-family: IRANSansWeb, Tahoma;
    color: #5a5a5a;
    font-size: 12px;
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    width: 200px;
    width: 350px;
    max-width: 90%;
    max-width: calc(100% - 10px);
    min-height: 110px;
    margin: 5px;
    box-shadow: 0 20px 9px -23px #3f3f3f,0 -6px 14px -13px #3f3f3f inset;
    padding: 7px;
    background-image: linear-gradient(#FCFCFC,#EFEFEF);
}

    .generalmultiline:disabled {
        border: medium none;
        box-shadow: none;
        background: none;
        color: #666;
    }

.generalhyperlink {
    cursor: pointer;
}

    .generalhyperlink:link,
    .generalhyperlink:visited,
    .generalhyperlink:active {
        color: #666;
        color: #426477;
    }

    .generalhyperlink:hover {
        color: #29ABE2;
    }

.generaldropdown,
.generaldropdownlist {
    color: #5a5a5a;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    border: 1px solid #A7A9AC;
    padding: 0 8px 0 24px;
    /*box-shadow: 1px 1px 3px 0 #A7A9AC;*/
    background: transparent url('/assetspm/image/bg-dropdown.png') scroll no-repeat bottom left;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    cursor: pointer;
    height: 30px;
    box-shadow: 0 -1px 3px 1px #999;
    border-radius: 4px;
    border: 1px solid #9D9D9D;
    border-top-color: #7D7C7D;
    margin: 5px;
    min-width: 200px;
    max-width: 90%;
    max-width: calc(100% - 10px);
}

    .generaldropdownlist::-ms-expand,
    .generaldropdown::-ms-expand {
        display: none;
    }

    .generaldropdownlist:disabled,
    .generaldropdown:disabled {
        box-shadow: 0 -1px 3px 0px #999;
        opacity: 0.75;
        cursor: default;
    }

    /*.generaldropdown option::-ms-value {
        padding: 7px 10px 7px 5px;
        border-bottom: 1px solid #A7A9AC;
        background: transparent url('/assetspm/image/bg-dropdown-i.png') scroll no-repeat bottom left;
        background-size: 100% 100%;
    }*/

    .generaldropdown option,
    .generaldropdownlist option {
        padding: 7px 10px 7px 5px !important;
        border-bottom: 1px solid #A7A9AC !important;
        background: transparent url('/assetspm/image/bg-dropdown-i.png') scroll no-repeat bottom left !important;
        -webkit-background-size: 100% 100% !important;
        -moz-background-size: 100% 100% !important;
        -o-background-size: 100% 100% !important;
        background-size: 100% 100% !important;
        cursor: pointer !important;
    }

        .generaldropdown option:checked,
        .generaldropdown option:hover,
        .generaldropdownlist option:checked,
        .generaldropdownlist option:hover {
            color: #29ABE2 !important;
            background-image: linear-gradient(#e0e0e0,#a5a5a5) !important;
        }

/*.generaldropdown option:focus::-ms-value {
            color: #29ABE2;
            background-image: linear-gradient(#e0e0e0,#a5a5a5);
        }*/
/*.generaldropdown option:first-child {
            border-radius: 50px 50px 0 0;
        }

        .generaldropdown option:last-child {
            border-radius: 0 0 50px 50px;
        }*/

.generalgridview {
    border: none;
    font-size: 12px;
    border-collapse: separate !important;
    border-spacing: 0 3px;
}

    .generalgridview > tbody > tr:not(:first-of-type) {
        position: relative;
    }

        .generalgridview > tbody > tr:not(:first-of-type) > td {
            background-color: #D6D6D6;
        }

            .generalgridview > tbody > tr:not(:first-of-type) > td:first-of-type {
                position: relative;
            }

                .rTable .generalgridview > tbody > tr:first-of-type > td:first-of-type:before,
                .generalgridview > tbody > tr:not(:first-of-type) > td:first-of-type:before {
                    position: absolute;
                    content: ' ';
                    height: 100%;
                    width: 100%;
                    top: 0;
                    bottom: 0;
                    right: 0;
                    left: 0;
                    background-image: linear-gradient(90deg, #E0E0E0,#cacaca);
                    z-index: -1;
                }

    .generalgridview > tbody > tr:nth-child(2n+1):not(:first-of-type) > td {
        background-color: #BBBBBB;
    }

    .rTable .generalgridview > tbody > tr:first-of-type > td:first-of-type:before,
    .generalgridview > tbody > tr:not(:first-of-type) > td:first-of-type:before {
        background-image: linear-gradient(-90deg, #46b0f8,#7ad9f2);
        width: 4px;
        left: auto;
        right: -2px;
        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;
    }

    .rTable .generalgridview > tbody > tr:first-of-type:hover > td:first-of-type:before,
    .generalgridview > tbody > tr:not(:first-of-type):hover > td:first-of-type:before {
        opacity: 0.9;
    }

    .generalgridview td {
        border: none;
    }

.itemgridview,
.headergridview {
    border: none;
    min-width: 35px;
    text-align: center;
    padding: 5px 7px;
}

    .headergridview .generalhyperlink {
        display: inline-block;
    }

    .itemgridview > *,
    .headergridview > * {
        vertical-align: middle;
    }

.headergridview {
    color: #4d4d4d;
}

.rTable .itemgridview:first-of-type,
.itemgridview:not(:first-of-type) {
    position: relative;
}

    .itemgridview:not(:first-of-type):after {
        position: absolute;
        content: ' ';
        height: 50%;
        width: 1px;
        top: 25%;
        bottom: 25%;
        right: 0;
        left: auto;
        background-color: #989898;
        border-radius: 100%;
    }

.generalgridview .generallabel {
    color: #666;
}

.pagergridview > td {
    padding: 5px 15px;
}

    .pagergridview > td > table {
        float: left;
    }

        .pagergridview > td > table td {
            padding: 0 2px;
        }

.pagergridview a:link, .pagergridview a:visited, .pagergridview a:active,
.hyperlinklist:link, .hyperlinklist:visited, .hyperlinklist:active {
    color: #29ABE2;
}

.pagergridview a:hover,
.hyperlinklist:hover {
    color: #666;
}

.immediatePhoto {
    vertical-align: middle;
}
