﻿
/*@font-face {
    font-family: 'Title';
    src: url('Fonts/BEsfehanBold/BEsfehanBold.eot?#') format('eot'), 
        url('Fonts/BEsfehanBold/BEsfehanBold.woff') 
        format('woff'), url('Fonts/BEsfehanBold/BEsfehanBold.ttf') format('truetype');
    src:url('Fonts/byekan/BYekan.eot?#') format('eot'),    
          url('Fonts/byekan/BYekan.woff') format('woff'),
          url('Fonts/byekan/BYekan.ttf') format('truetype');
    src:url('Fonts/BMitra/BMitra.eot?#') format('eot'),    
          url('Fonts/BMitra/BMitra.woff') format('woff'),
          url('Fonts/BMitra/BMitra.ttf') format('truetype');
    src:url('Fonts/BTraffic/BTraffic.eot?#') format('eot'),    
          url('Fonts/BTraffic/BTraffic.woff') format('woff'),
          url('Fonts/BTraffic/BTraffic.ttf') format('truetype');
    src:url('Fonts/BMitra/BMitra.eot?#') format('eot'),    
          url('Fonts/BMitra/BMitra.woff') format('woff'),
          url('Fonts/BMitra/BMitra.ttf') format('truetype');
}
@font-face {
    font-family: 'BaseFont';
    src: url('Fonts/koodak/BKoodakBold.eot?#') format('eot'), url('Fonts/koodak/BKoodakBold.woff') format('woff'), url('Fonts/koodak/BKoodakBold.ttf') format('truetype');
}*/

body, span, select, option, a, input, textarea, .BaseFont {
    text-decoration: none;
    font: 17px/21px BaseFont,tahoma,Arial;
    direction: rtl;
}

select {
    height: 30px;
}

a {
    color: navy;
}

    a:hover {
        color: maroon;
    }

h2, h3, h4 {
}

body {
    margin: 0;
    padding: 0;
}

fieldset {
    border-radius: 5px;
}

img {
    border: none;
}

.ErrorText {
    color: #CC0000;
}

.SucceedText {
    color: Green;
}

div.part1, div.part2 {
    width: 100%;
    clear: both;
}

.part1, .part2, .part3, .part4 {
    clear: both;
    display: inline-block;
    padding: 1px 0;
    width: 100%;
}

div.Label {
    padding: 5px 0 0 0;
    width: 15%;
    float: right;
    text-align: left;
}

.part4 div.Label {
    width: 8%;
}

.part3 div.Label {
    width: 10%;
}

div.Ctrl {
    float: right;
    text-align: right;
    padding-right: 1%;
}

.Ctrl span.helpText {
    font-size: 11px;
    color: Maroon;
}

.part1 div.Label, .parta div.Label {
    width: 10%;
}

.part1 div.Ctrl {
    width: 89%;
}

.part2 div.Ctrl {
    width: 32%;
}

.part3 div.Ctrl {
    width: 22%;
}

.part4 div.Ctrl {
    width: 14%;
}

.parta div.Ctrl {
    width: 35%;
}

div.Ctrl input[type=text], div.Ctrl input[type=password], div.Ctrl select, div.Ctrl textarea {
    background-color: #FaFaFa;
    border: 1px solid #999999;
    padding: 3px 3px;
    width: 86%;
}

div.Ctrl input[type=checkbox] {
    width: 18px;
}

input.Ctrl {
    background-color: #FaFaFa;
    border: 1px solid #999999;
    padding: 3px 3px;
    height: 25px;
}

div.Ctrl select {
    padding: 0;
}

.nowidth input, .nowidth select {
    width: auto !important;
}

.noborder input, .noborder select {
    border: none;
    background: none;
}

.mainForm {
    width: 100%;
    display: inline-block;
    direction: rtl;
}

    .mainForm ul {
        list-style: none;
        padding: 0;
    }

    .mainForm input, .mainForm textarea {
        font: 14px tahoma;
    }

    .mainForm .rowEven {
        background-color: #daecfb;
    }

.noForm, .noForm .rowEven {
    background: none;
}

.nobg input, .nobg select {
    background: none;
}

.hand, .Hand {
    cursor: pointer;
}

.txtBoxError {
    background: #FF8282;
    border: solid 1px maroon;
}

div.info {
    color: #040312;
    border: 1px solid #050f49;
    padding: 15px;
    margin: 4px;
    background: #7ab2f7;
    line-height: 1.7em;
}

.info span {
    color: #040312;
}

span.info {
    color: navy;
    padding: 0 10px;
}

div.infoBox {
    color: #000000;
    border: 1px solid #000066;
    padding: 10px;
    background-color: #99CCFF;
}

.bold {
    font-weight: bold;
}

.RequireField {
    color: #CC0000;
    font-family: Tahoma;
}

.Title {
    font-weight: bold;
}

.loadingBox {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    background: #808080;
    height: 20px;
    text-align: left;
}

.FormLabel {
    padding-left: 5px;
}

.sepVerticalLastColumn {
    clear: both;
    display: block;
    width: 100%;
}

.RowParent {
    width: 100%;
    clear: both;
}

.PagingLink, .PagingLinkCurrentPage {
    background: #a49485;
    padding: 1px 10px;
    border-radius: 5px;
    color: #FFF;
}

.PagingLinkCurrentPage {
    color: #000000;
    background: none;
    border: solid 1px #a49485;
}

.PagingLink {
    margin: 0 3px;
}

    .PagingLink:hover {
        background: #5a5149;
        color: #fff;
    }

.arrowPaging a {
    color: #a49485;
    font-weight: bold;
    font-size: 24px;
}

    .arrowPaging a:hover {
        color: #393b55;
    }

    .arrowPaging a.disabled {
        color: #CCCCCC;
    }

.LoginBox {
    width: 100%;
    height: 100%;
    direction: rtl;
    background: #0BA869;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.LoginBoxInner {
    direction: rtl;
    width: 310px;
    margin: 0 auto;
    line-height: 30px;
}

    .LoginBoxInner table {
        padding: 10px;
    }

    .LoginBoxInner input {
        border: solid 1px #111111;
        text-align: left;
    }

    .LoginBoxInner a {
        color: Navy;
    }

        .LoginBoxInner a:hover {
            color: maroon;
        }

.Title, .Title2, .Title3 {
    font-size: 15px;
    font-weight: bold;
}

.Title3 {
    font-size: 18px;
}

a.Title:hover {
    color: #333333;
}

a.Title {
    color: #000;
}

.LabelTitle {
    width: 100px;
    display: inline-block;
    text-align: left;
}

.SlideTitle {
    color: White;
}

a.save, a.cancel {
    color: Navy;
    padding: 5px;
    border-bottom: dotted 1px gray;
}

    a.save:hover, a.cancel:hover {
        color: Maroon;
        border-bottom: solid 1px Maroon;
    }

input.weight, input.quantity {
    width: 50px;
}

input.saleprice, input.privateprice {
    width: 70px;
}

.rowAlternate td {
    background-color: #CDCBCB;
}

table.Tbl {
    background-color: White;
    border-spacing: 0px;
    border-collapse: collapse;
}

table.Tbl2 {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}

    table.Tbl2 tr:nth-child(2n) {
    }

    table.Tbl2 tr:nth-child(2n+1) td {
        background: #e1ebf8;
    }

    table.Tbl2 input, table.Tbl input {
        border: solid 1px black;
        background: White;
    }

table.TblFull {
    width: 100%;
}

.ExistLabel {
    font: 19px/21px Title,BaseFont;
}

.Exists {
    color: #003300;
    font: 19px/21px Title,BaseFont;
}

.NotExists {
    font: 19px/21px Title,BaseFont;
    color: Maroon;
}

span.pricediscount {
    text-decoration: line-through;
    color: Maroon;
}

div.warning {
    direction: rtl;
    background-image: url(../images/warning24.png);
    background-position: right 5px;
    background-repeat: no-repeat;
    background-color: #FEFBCD;
    border: 1px solid #FFCC00;
    padding: 10px 30px;
}

span.warning {
    color: #DD8F00;
    font-size: 12px;
}

.tahoma, .tahoma *, .Tahoma, .Tahoma * {
    font-family: Tahoma !important;
    font-size: 13px;
}

.ShowException, .ShowException * {
    color: #000;
    font: 16px/21px "Byekan",tahoma,Arial;
}

.br {
    clear: both;
    height: 10px;
    display: block;
    overflow: hidden;
}

div.succeed, div.Succeed, span.succeed {
    background-color: #E7FF9B;
    border: 1px solid #339933;
    background-image: url(../images/Success16.gif);
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    padding: 4px 20px !important;
    color: Navy;
    line-height: 20px;
}

div.error, div.Error, .errorBox, span.error, #divCommentLoading .ShowException {
    background-color: #FFA4A4;
    border: 1px solid #CC0066;
    background-image: url(../images/error16.png);
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    padding: 4px 20px !important;
    color: #000;
    line-height: 20px;
}

.AddCellSuccess {
    color: #FFFFFF;
    border: 1px solid #12a70c;
    padding: 10px;
    background-color: #42b9ed;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 99%;
    z-index: 1001;
    font-weight: bold;
}

    .AddCellSuccess div {
        float: right;
        text-align: right;
    }

select {
    background-color: #FaFaFa;
    border: 1px solid #333333;
}

    select option {
        padding: 2px 0;
    }

.box2 {
    border: 1px solid #3366CC;
    background-color: #C6D5D9;
    color: #800000;
}

.clear, .Clear {
    clear: both;
}

ul.ClearUL, ul.ClearUL li {
    margin: 0;
    padding: 0;
    list-style: none;
}


.Tbl td, .Tbl th, .Tbl2 td, .Tbl2 th {
    padding: 5px;
    border: 1px solid #ddd;
}

.Tbl th, .Tbl2 th {
    text-align: center;
    color: #fff;
    background: #0d224a;
    font: 17px/21px BaseFont,Title,Arial;
    padding: 7px 5px;
}

.Tbl tr.color td, .Tbl2 tr.color td {
    background: #f1f1f1;
}

.Tbl2 td {
    padding: 5px 10px;
    background-color: #fefefe;
}

table.Tbl2 {
    border-spacing: 0px;
    border-collapse: collapse;
}

.LabelTitle {
    width: 100px;
    display: inline-block;
    text-align: left;
}

/*--------------register---------------*/
.resultPane {
}

.ShortRegister, .LoginPanelInPage {
    width: 100%;
}

    .ShortRegister .row, .LoginPanelInPage .row {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .ShortRegister .errorPane {
        color: Maroon;
    }

    .ShortRegister .LabelTitle, .LoginPanelInPage .LabelTitle {
        width: auto;
        font: 17px/21px BaseFont,Title,Arial;
    }

    .ShortRegister .InputBox, .LoginPanelInPage .InputBox {
        float: right;
        max-width: 500px;
    }

        .LoginPanelInPage .InputBox input {
            direction: ltr;
        }

    .ShortRegister .LabelBox, .LoginPanelInPage .LabelBox {
        float: right;
        text-align: left;
        padding-top: 15px;
    }

    .ShortRegister .InputBox .chk input, .LoginPanelInPage .InputBox .chk input {
        float: right;
    }

    .ShortRegister div {
        padding: 5px 0;
    }

.chk input {
    width: 17px;
}

.Btn {
    border-radius: 5px;
    padding: 2px 20px;
    background-color: #38415c;
    color: #FFF;
    cursor: pointer;
    border: solid 1px #38415c;
    font: 17px/21px Title;
    margin: 0 1px;
}

    .Btn:active {
        color: #FFF;
    }

    .Btn:hover {
        background-color: #414b68;
        background-color: #3e4a6c;
        color: #FFF;
        text-decoration: none;
        /*border: solid 1px #4376a1;*/
    }

.PrivatePricePriceStrick, .PrivatePriceStrick {
    text-decoration: line-through;
    color: #FF0000;
}

div.Box {
    border-radius: 5px;
    direction: rtl;
    border: 1px solid #333333;
    margin: 0 auto;
    min-width: 200px;
    max-width: 500px;
    min-height: 100px;
    z-index: 10003;
    position: fixed;
    top: 200px;
    left: 35%;
    background-color: #E8E8E8;
}

div.BoxTitle {
    border-bottom: 1px solid gray;
    height: 30px;
    font-weight: bold;
    color: #000000;
    padding: 5px;
}

    div.BoxTitle img {
        float: left;
    }

    div.BoxTitle span {
        float: right;
        padding: 2px 5px;
    }

div.freez {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: #666666;
}

.SaveComment input, .SaveComment textarea, .SaveComment select, .SaveComment select option {
    background-color: #ad7949;
    color: Black;
    border: 1px solid #303030;
    font-size: 14px;
}

.SaveComment input {
    width: 200px;
    padding: 4px;
}

.LabelTitle {
    font-weight: bold;
    width: 130px;
    display: inline-block;
    text-align: left;
}

.btnBack {
    padding: 3px 10px;
    border-bottom: dashed 1px gray;
    cursor: pointer;
    color: Maroon;
}

    .btnBack:hover {
        color: red;
        border-bottom-style: solid;
    }

.right, .Right {
    float: right;
}

.left, .Left {
    float: left;
}

.center, .Center {
    margin: 0 auto;
}

.block {
    display: block;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

fieldset {
    border-radius: 5px;
}

#divResultProductComment .ShowException {
    color: black !important;
}

.hide, .Hide {
    display: none;
}

.Description {
    text-align: justify;
}

ul.clear {
    padding: 0;
    margin: 0;
}

    ul.clear li {
        list-style: none;
    }

.mainForm .row {
    padding: 3px 0;
    margin: 0 !important;
}

.Center {
    text-align: center;
}

span.Label {
    width: 10%;
    display: inline-block;
    text-align: left;
}

input.txtspn, textarea.txtspn {
    text-align: center;
    font-style: italic;
    color: gray;
}

/*#region Edit */


.EditMenuParent {
    background-color: #FeFeFe;
    padding: 20px;
}

    .EditMenuParent UL {
        padding: 3px 25px;
        list-style: none;
    }

        .EditMenuParent UL LI UL {
            border-right: dotted 1px gray;
        }

        .EditMenuParent UL LI {
            padding: 2px 0;
        }

    .EditMenuParent a {
        color: Navy;
    }

        .EditMenuParent a:hover {
            color: maroon;
        }

    .EditMenuParent .Txt {
        width: 300px;
    }

.addPlusBtn, .deleteBtn, .editBtn, .moveBtn, .cancelBtn, .signoutBtn, .ChangeIconBtn {
    padding: 0 3px;
    padding-right: 25px !important;
    border: 1px gray solid;
    background-position-x: right;
    background-repeat: no-repeat;
}

.addPlusBtn {
    background-image: url(../images/add-Green16.png);
}

.deleteBtn {
    background-image: url(../images/delete.gif);
}

.editBtn {
    background-image: url(../images/edit.gif);
}

.moveBtn {
    background-image: url(../images/move16.png);
}

.ChangeIconBtn {
    background-image: url(../images/category.png);
}

.cancelBtn {
    background-image: url(../images/next_blue.png);
}

.signoutBtn {
    background-image: url(../images/exit.png);
}

.btnEdit, .btnAdd, .btnDelete {
    border: solid 1px gray;
    padding: 3px 20px 3px 10px;
    border-radius: 5px;
    cursor: pointer;
    color: black;
}

.btnEdit {
    background: url(../images/edit.gif) right center no-repeat #b2ccc0;
}

.btnDelete {
    background: url(../images/delete.gif) right center no-repeat #b2ccc0;
}

.btnAdd {
    background: url(../images/add-Green16.png) right center no-repeat #b2ccc0;
}

    .btnEdit:hover, .btnDelete:hover, .btnAdd:hover {
        background-color: #76a18d;
    }

.AddNewProduct {
    font: 11px/17px tahoma;
    background-color: #38415c;
    border: 1px solid #38415c;
    border-radius: 5px;
    color: #ffffff;
}

    .AddNewProduct:hover {
        color: #2f4f4f;
        text-decoration: none;
        background-color: #8d96b3;
    }

a.HasSubTitle:before {
    content: "•";
    content: "•››";
    width: 25px;
    display: inline-block;
    color: navy;
}
a.HasSubTitle:hover:before {
    color: red;
}

a.HasSubTitle {
    color: navy;

}
div.PathPanel span.PathSpan {
    color: #0f50a1;
        font: 13px/19px tahoma !important;
}
div.PathPanel a {
    color: #0f50a1;
}
div.PathPanel a:hover {
    color: red;
}
    a.HasSubTitle:hover {
        color: #ff0000;
    }
    span.SepPath {
        width: 30px;
        display: inline-block;
        font: 13px/19px tahoma;
        color: #000;
        text-align: center;
    }
a.edit img, a.edit {
    width: 16px !important;
    height: 16px !important;
}

.AdminPanel {
    direction: rtl;
    background: #fff;
}

    .AdminPanel ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.AdminPanel {
    padding: 30px 0;
    width: 100%;
    background: white;
}

.adminP {
    padding: 60px 0 20px 0 !important;
}

    .adminP table {
        width: 100%;
    }

        .adminP table td {
            width: 15%;
        }

    .adminP td a {
        display: block;
        width: 99%;
        color: Black;
        padding: 20px 0 10px 0;
    }

    .adminP td img {
        width: 55%;
        margin: 0 auto;
        display: block;
    }

    .adminP td a:hover {
        color: Maroon;
        background-color: #EFEFEF;
    }

.mainForm .TabItem {
    background-color: #a3d0f6;
    padding: 1px;
}

    .mainForm .TabItem .row {
        background-color: #c7e3fa !important;
        padding-top: 10px;
    }

    .mainForm .TabItem .rowEven {
        padding-top: 10px;
    }

.SelectedTabSpan {
    background-color: #a3d0f6;
    color: #0f176d;
    display: inline-block;
    padding: 5px 20px;
}
/*#endregion */
/*#region Zoooooom */

.jqzoom {
    text-decoration: none;
    float: left;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    zoom: 1;
}

ul#thumblist {
    display: block;
}

    ul#thumblist li {
        float: left;
        margin-right: 5px;
        list-style: none;
    }

        ul#thumblist li a {
            display: block;
            border: 1px solid #FFF;
            border-radius: 2px;
        }

            ul#thumblist li a img {
                border-radius: 2px;
                border: solid 3px transparent;
            }

            ul#thumblist li a.zoomThumbActive img {
                border: none;
                -webkit-box-shadow: 0px 0px 3px 3px rgba(157, 173, 162, 0.45);
                -moz-box-shadow: 0px 0px 3px 3px rgba(157, 173, 162, 0.45);
                box-shadow: 0px 0px 3px 3px rgba(157, 173, 162, 0.45);
            }

div.zoomPup {
    width: 100px;
}

/*#endregion */
.ProductCommentSaveResult {
    padding: 20px;
    margin: 10px;
    display: none;
}

.ContactUs .SaveRow {
    text-align: center;
}

.ContactUs .input-group {
    display: block;
    direction: rtl;
}

    .ContactUs .input-group .form-control {
        float: none;
        width: 94%;
        border-radius: 5px;
    }

.ContactUs .Captcha {
    clear: both;
    padding: 10px 0;
}

.ContactUs .ContactText {
    padding: 20px 10px;
}

.ContactUs .Captcha .CaptchaText input {
    width: 88%;
    max-width: 137px;
    font: 15px/18px tahoma;
}

.ContactUs input[type=text] {
    width: 94%;
}

.ContactUs textarea {
    width: 93%;
    height: 100px;
}

.Ltr {
    direction: ltr;
}

.Rtl {
    direction: rtl;
}

.LnkBtn {
    color: navy;
    border: none;
    background: transparent;
    cursor: pointer;
}

    .LnkBtn:hover {
        color: maroon;
        text-shadow: 0 0 2px #333;
    }

.Txt {
    border: solid 1px #333;
    background: #FFF;
    padding: 3px;
}

.NoImageFile {
    width: 98%;
    height: 100%;
    border: 1px solid #b1baac !important;
    display: inline-block;
    background: #c6d3ca;
    text-align: center;
    padding: 20px 5px;
    min-height: 220px;
}

.ImageFadeInLoad, .ImageFadeInLoadParent {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}

.OpacityOne {
    opacity: 1 !important;
    filter: alpha(opacity=100);
}

.GroupViewParent .ExportToExcel {
    text-align: left;
}

a.Excel {
    background: url(/images/icons/xlsx.gif) no-repeat left 0;
    height: 32px;
    width: 32px;
    display: inline-block;
}

.CommentReply textarea {
    width: 98%;
}

.ChangePassword {
    text-align: center;
    padding: 20px;
}

.ChangePasswordResult, .ForgotPasswordResult {
    margin: 20px 5px;
    text-align: right;
}

.ForgotPassword {
    text-align: center;
    padding: 10px;
}

    .ForgotPassword > span {
        text-align: right;
        display: inline-block;
    }

    .ForgotPassword .Txt {
        margin: 0 auto;
        width: 150px;
    }

    .ForgotPassword .Btn {
        margin: 10px auto;
    }

.ContentPane .ContainerMain:nth-child(1) {
    min-height: 300px;
}

.LoginPanel {
    margin: 0 auto;
    padding: 20px 1%;
    min-width: 200px;
}

    .LoginPanel .Ctrl:last-child {
    }

    .LoginPanel .Label, .LoginPanel .Ctrl {
        display: inline;
    }

.LoginPanelInPage {
    padding: 20px 1%;
}

    .LoginPanelInPage .ResultPanel {
        padding: 20px;
    }

.CartEmpty {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}

.ShowCartButton {
    cursor: pointer;
}

#tiptip_content {
    font-size: 17px !important;
}

.DivTitle {
    padding: 20px;
}

.CartParent .textBoxQuantity {
    width: 30px;
    text-align: center;
}

.TblFactor {
    width: 100%;
}

.OrderFactor .TextValue {
    color: maroon;
}

.OrderFisnishText {
}

.FactorNumberParent {
    color: maroon;
    font-weight: bold;
    width: 35%;
    text-align: center;
    margin: 10px 30%;
    display: inline-block;
    padding: 10px;
    border: solid 1px maroon;
    background: #daecfb;
}

    .FactorNumberParent .FactorNumber {
        margin: 0 10px;
    }

.zoomWrapperTitle {
    display: none !important;
}

.ToTopFloatBtn {
    position: fixed;
    bottom: 2em;
    right: 0px;
    background: url(/images/up-arrow.png) no-repeat scroll left 0 rgba(0, 0, 0, 0);
    display: none;
    cursor: pointer;
    width: 35px;
    height: 27px;
}

    .ToTopFloatBtn:hover {
        background-position: left -34px;
    }

.SaveButton {
    text-align: center;
}

.AdvancedSearchLoader {
    width: 880px;
    margin: 0 auto;
    padding: 10px 1%;
}

    .AdvancedSearchLoader .AdvancedSearchItem {
        float: right;
        padding: 2px 0;
    }

        .AdvancedSearchLoader .AdvancedSearchItem:nth-child(2n+1) {
            float: none;
            clear: right;
            padding-top: 20px;
        }

        .AdvancedSearchLoader .AdvancedSearchItem .AdvancedSearchItemLabel {
            float: right;
            width: 100px;
            text-align: left;
        }

        .AdvancedSearchLoader .AdvancedSearchItem .AdvancedSearchItemCtrl {
            float: right;
            width: 330px;
            padding-right: 5px;
        }

    .AdvancedSearchLoader input[type=text] {
        border: solid 1px #333333;
        background: #fff;
    }

    .AdvancedSearchLoader .AdvancedSearchItem .AdvancedSearchItemCtrl label {
        padding-left: 5px;
    }

    .AdvancedSearchLoader div.Button {
        text-align: center;
        padding: 20px;
    }

    .AdvancedSearchLoader .AdvancedSearchSep {
        height: 10px;
        display: inline-block;
    }

    .AdvancedSearchLoader .SearchAdvancedPrice {
        width: 500px;
        margin: 20px auto 0 auto;
        text-align: center;
    }

    .AdvancedSearchLoader .PriceFrom, .AdvancedSearchLoader .PriceTo {
        padding-right: 20px;
        display: inline;
    }

        .AdvancedSearchLoader .PriceFrom input, .AdvancedSearchLoader .PriceTo input {
            width: 80px;
            text-align: left;
        }

.ItemAbstractValue .sep {
    width: 15px;
    text-align: center;
    display: inline-block;
}

a.Print {
    background: url(/Images/printer_blue.png);
    width: 32px;
    height: 32px;
    display: inline-block;
}

.LinksListParent td {
    padding: 3px;
    text-align: right;
    vertical-align: top;
}

    .LinksListParent td a.linkImageHover img {
        width: 230px;
    }

.TabBody {
    padding-top: 10px;
}

.TabTitle .T {
    padding-left: 20px;
}

.Tabs .CnSep {
    display: none;
}

.Tabs .HeadItem {
    float: right;
    padding: 5px 10px;
    display: inline-block;
}

    .Tabs .HeadItem.Active {
        cursor: default;
        border: 1px #ca8f5a solid;
        border-bottom: none;
    }

ul.body li.M div.mCatTop {
    padding: 0;
}

.Tabs .HeadItem.NotActive {
    cursor: pointer;
    border: 1px transparent solid;
    border-bottom: none;
}

    .Tabs .HeadItem.NotActive:hover {
        border: dashed 1px #9b6f4c;
        border-bottom: none;
        background: #9b6f4c;
    }

.Tabs .HeadItem.Active .T {
    color: #572500;
}

.Tabs .HeadItem.NotActive:hover .T {
    color: #FFF;
}

.Tabs .HeadItem .c {
    display: none !important;
}

.Tabs .TabBody .Item.NotActive {
    display: none;
}

.Tabs .TabBody .Item.Active {
    display: block;
    padding-right: 5px;
}

.NikaTreeView a.tree {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.NikaTreeView a.collapse {
    background: url(/images/collapse.png) no-repeat;
}

.NikaTreeView a.expand {
    background: url(/images/expand.png) no-repeat;
}

.NikaTreeView {
    margin: 10px;
}

    .NikaTreeView UL {
        padding: 3px 25px;
    }

        .NikaTreeView UL UL {
            padding: 3px 35px;
            margin: 0;
            border-right: dashed 1px #6D5F58;
            margin-right: 12px;
        }

        .NikaTreeView UL LI {
            padding: 2px 0;
        }

ul.NikaTree, ul.NikaTree ul {
    list-style: none;
}


.NikaTree a.plusminus {
    width: 24px;
    height: 24px;
    outline: none;
    border: none;
    margin: 0 5px -10px 5px;
    padding: 0;
    display: inline-block;
    cursor: pointer;
}

.NikaTree a.plus {
    background: url(/images/collapse.png) no-repeat;
}

.NikaTree a.minus {
    background: url(/images/expand.png) no-repeat;
}

.EditMenuParent {
    direction: rtl !important;
}

.addPlusBtn, .deleteBtn, .editBtn, .moveBtn, .cancelBtn, .signoutBtn, .iconBtn, .ApprovedBtn, .NotApprovedBtn, .ChangeIconBtn {
    padding: 4px !important;
    padding-right: 25px !important;
    background-position: right center !important;
}

.EditMenuParent .addPlusBtn, .EditMenuParent .deleteBtn, .EditMenuParent .editBtn, .EditMenuParent .moveBtn, .EditMenuParent.ChangeIconBtn, .EditMenuParent .cancelBtn, .EditMenuParent .signoutBtn, .EditMenuParent .iconBtn {
    float: left;
}

.addRoot {
    text-align: left;
    direction: rtl;
    float: left;
}

.EditMenuParent ul ul {
    border: none;
    border-right: dashed 1px #6D5F58;
    margin-right: 12px;
    background: #eeecea;
}

    .EditMenuParent ul ul ul, .EditMenuParent ul ul ul ul ul, .EditMenuParent ul ul ul ul ul ul ul {
        background: #e0dcd9;
    }

        .EditMenuParent ul ul ul ul, .EditMenuParent ul ul ul ul ul ul, .EditMenuParent ul ul ul ul ul ul ul ul {
            background: #eeecea;
        }

.email {
    direction: ltr;
}

.RememberMe, .ForgetPassword {
    font: 15px/21px BaseFont,Title,Arial;
}

.ModalBox {
    position: fixed;
    border: solid 1px gray;
    padding: 10px;
    background: #FFF;
    width: 60%;
    left: 20%;
    top: 20%;
}


/*#region Password Strong Checker*/


.PasswordPane {
    padding-top: 3px;
    padding-bottom: 3px;
}

    .PasswordPane > div {
        float: right;
    }

.ChangePasswordPane input[type=text], .ChangePasswordPane input[type=password] {
    height: 22px;
    padding: 3px;
    border: solid 1px #666666;
    background: #fff;
    font-size: 15px;
}

.StrengthPassword {
    border: #ccc 1px solid;
    width: 100px;
    height: 20px;
    display: inline-block;
    text-align: center;
    padding: 4px;
    color: #555;
    position: relative;
}

span.StrengthPassword b, span.StrengthPassword i {
    position: absolute;
    top: 0;
    right: 0;
}

span.StrengthPassword b {
    text-align: center;
    width: 100%;
    padding-top: 5px;
}

span.StrengthPassword i {
    height: 28px;
    display: inline-block;
}

span.PasswordWeek {
    border: #cd853f 1px solid;
}

span.PasswordMedium {
    border: #0000ff 1px solid;
}

span.PasswordStrong {
    border: #008080 1px solid;
}

span.PasswordWeek b {
}

span.PasswordVeryWeek i {
    width: 10%;
    background: #fa8072;
}

span.PasswordWeek i {
    width: 25%;
    background: #ffa500;
}

span.PasswordMedium b {
}

span.PasswordMedium i {
    width: 50%;
    background: #00bfff;
}

span.PasswordStrong b {
}

span.PasswordStrong i {
    width: 75%;
    background: #32cd32;
}

span.PasswordVeryStrong i {
    width: 100%;
    background: #00ff00;
}

span.PasswordVeryStrong {
    border: solid 1px #008080;
}

/*#endregion */



span.bar {
    color: red;
    font-weight: bold;
    padding: 0 10px;
    width: 40px;
}

a.GroupsImageIcon {
    padding: 0 3px;
}

    a.GroupsImageIcon img {
        height: 30px;
    }

img.CategoryIcon {
    width: 30px;
    margin-left: 4px;
}
.EditMenuParent .NavigateUrlIcon {
    display: inline-block;
    background: url(/images/LinkURL.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
    cursor: pointer;
}
.EditMenuParent .NavigateUrlPanel {
    display: none;
    border-radius: 5px;
    /*border: solid 1px #ccc;*/
    background-color: #dddddd;
}
.EditMenuParent .NavigateUrlPanel.ContainsUrl {
    display: inline-block;
}
.EditMenuParent .TxtNavigateUrl {
    text-align: left;
    direction: ltr;
    font: 13px/17px tahoma;
    padding: 3px;
    margin: 4px;
}
.ProductCode {
    font-family: tahoma;
    letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
    .ShortRegister .LabelBox, .LoginPanelInPage .LabelBox {
        width: 40%;
    }

    .ShortRegister .InputBox, .LoginPanelInPage .InputBox {
        width: 60%;
    }
}

@media only screen and (max-width: 420px) {
    .ShortRegister .LabelBox, .LoginPanelInPage .LabelBox {
        text-align: right;
        width: 100%;
    }

    .ShortRegister .InputBox, .LoginPanelInPage .InputBox {
        width: 100%;
    }
}
