﻿@font-face {
    font-family: 'sitefont';
    src: url("Nassim.eot?#") format("eot"), url("Nassim.woff") format("woff"), url("Nassim.ttf") format("truetype");
    src: local('Nassim'), url('Nassim.ttf') format('truetype');
}

body {
}

body, span, select, option, a, input, textarea, .BaseFont {
    font-size: 20px;
    text-decoration: none;
    font-family: sitefont,tahoma;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

div {
    direction: rtl;
}

select, input, textarea {
    padding: 3px;
    outline: none;
}

fieldset {
    border-radius: 10px;
}

span, a {
}

input {
}

img {
    border: none;
}

.ulClear, .ulClearDetails, .ulClearDetails ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ErrorText, .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%;
}

.Label {
    padding: 5px 0 0 0;
    width: 15%;
    float: right;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma;
}

.part4 .Label {
    width: 8%;
}

.part3 .Label {
    width: 10%;
}

.Ctrl {
    float: right;
    text-align: right;
    padding-right: 1%;
}

    .Ctrl span.helpText {
        font-size: 11px;
        color: Maroon;
    }

.part1 .Label {
    width: 10%;
}

.part1 .Ctrl {
    width: 89%;
}

.part2 .Ctrl {
    width: 32%;
}

.part3 .Ctrl {
    width: 22%;
}

.part4 .Ctrl {
    width: 14%;
}

.Ctrl input, .Ctrl input, .Ctrl select, .Ctrl select, .Ctrl textarea, .Ctrl textarea {
    font-size: 13px;
    background-color: #FaFaFa;
    border: 1px solid #333333;
    padding: 3px 3px;
    width: 86%;
}

.Ctrl select {
    height: 26px;
}

.mainForm {
    width: 100%;
    display: inline-block;
    direction: rtl;
    background-color: #FBFBFB;
    font-size: 13px;
}

.rowEven {
    background-color: #EBEBEB;
}

.nowidth input, .nowidth select {
    width: auto;
}

.noborder input, .noborder select {
    border: none;
    background: none;
}

.nobg input, .nobg select {
    background: none;
}

.hand {
    cursor: pointer;
}

.txtBoxError {
    background: #FF8282;
    border: solid 1px maroon;
}

.info {
    border: 0px solid #993333;
    padding: 4px;
    margin: 4px;
}

div.infoBox {
    color: #000000;
    border: 1px solid #000066;
    padding: 10px;
    background-color: #99CCFF;
}

.bold {
    font-weight: bold;
}

.AdminPanel {
    padding: 30px 0;
    width: 100%;
    background: white;
}

    .AdminPanel table {
        width: 100%;
    }

        .AdminPanel table td {
            width: 15%;
        }

    .AdminPanel a {
        display: block;
        width: 99%;
        color: Black;
        padding: 20px 0 10px 0;
    }

    .AdminPanel img {
        width: 55%;
        margin: 0 auto;
        display: block;
    }

    .AdminPanel a:hover {
        color: Maroon;
        background-color: #EFEFEF;
    }

.RequireField {
    color: #CC0000;
}

.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;
}

.RowParent {
    width: 100%;
    clear: both;
}

.PagingLink, .PagingLinkCurrentPage {
    background: Orange;
    padding: 1px 10px;
    border-radius: 5px;
}

.PagingLinkCurrentPage {
    color: Black;
    background: none;
    border: solid 1px orange;
}

.PagingLink {
    margin: 0 3px;
    color: White;
}

.arrowPaging a {
    color: Orange;
    font-weight: bold;
}

    .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;
}

.addPlusBtn, .deleteBtn, .editBtn, .moveBtn, .cancelBtn, .signoutBtn {
    padding: 0 3px;
    padding-right: 25px !important;
    border: 1px gray solid;
}

.addPlusBtn {
    background: url(../../images/add-Green16.png) right no-repeat;
}

.deleteBtn {
    background: url(../../images/delete.gif) right no-repeat;
}

.editBtn {
    background: url(../../images/edit.gif) right no-repeat;
}

.moveBtn {
    background: url(../../images/move16.png) right no-repeat;
}

.cancelBtn {
    background: url(../../images/next_blue.png) right no-repeat;
}

.signoutBtn {
    background: url(../../images/exit.png) right no-repeat;
}

.LabelTitle {
    width: 100px;
    display: inline-block;
    text-align: left;
}

.SlideTitle {
    color: White;
}

a.save, a.cancel {
    color: Navy;
    padding: 5px;
    font-size: 13px;
    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;
}

table.Tbl2 {
    border-spacing: 0px;
    border-collapse: collapse;
}

    table.Tbl2 input, table.Tbl input {
        border: solid 1px black;
        background: White;
    }

.Tbl td, .Tbl th, .Tbl2 td, .Tbl2 th {
    padding: 5px;
    border: 1px solid #ddd;
}

.Tbl th, .Tbl2 th, .Tbl .th, .Tbl2 .th {
    text-align: center;
    color: #fff;
    background: #555;
}

.Tbl tr.color td, .Tbl2 tr.color td {
    background: #f1f1f1;
}

.Tbl2 td {
    padding: 0 7px;
    background-color: #fefefe;
}

.Exists {
    color: #003300;
}

.NotExists {
    font-size: 12px;
}

span.bitDesc {
    font-size: 12px;
    color: #993300;
    display: block;
    padding: 5px 0;
}

div.warning {
    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 *, .ShowException, .ShowException * {
    font-family: Tahoma !important;
    font-size: 13px;
}

    .ShowException, .ShowException * {
        color: maroon;
    }

.BaseFont, span.BaseFont {
    font-size: 16px;
    font-family: sitefont;
}

.br {
    clear: both;
    height: 10px;
    display: block;
    overflow: hidden;
}

.spanInfo {
    color: #666666;
    font-size: 10px;
}

div.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;
    color: Navy;
    line-height: 20px;
}

div.error, .errorBox {
    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;
    color: #CC0000;
    line-height: 20px;
}

select {
    background-color: #FaFaFa;
    border: 1px solid #333333;
    padding: 3px;
}

    select option {
        padding: 2px 0;
    }

.box2 {
    border: 1px solid #3366CC;
    background-color: #C6D5D9;
    color: #800000;
}

.clear {
    clear: both;
}

.btn {
    padding: 3px 10px;
    border: solid 1px gray;
    background-color: #FCFCFC;
    font-size: 17px;
    cursor: pointer;
}

    .btn:hover {
        background-color: #EBEBEB;
    }

div.freez {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    background: #666666;
}

.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: #BA0404;
        border-bottom-style: solid;
    }

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    margin: 0 auto;
}

.txtDefault {
    font-style: italic;
    font-size: 11px;
    color: Gray;
    text-align: center;
}

.Red {
    color: #BA0404;
}

.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;
        }

div.freez {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    background: #666666;
}

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: 22px;
    font-weight: bold;
    color: #000000;
    padding: 5px;
}

    div.BoxTitle img {
        float: left;
    }

    div.BoxTitle span {
        float: right;
        padding: 2px 5px;
    }

.ltr, .ltr * {
    font-family: Tahoma !important;
    font-size: 15px !important;
}

.OnlineSupportList {
    padding: 20px 2px;
}

    .OnlineSupportList a.OnlineSupportButtonStart {
        display: block;
        padding: 5px;
    }

.tbl1 {
    background-color: #D9E3F4;
}

.tbl2 {
    background-color: #ADC5E9;
}

.tbl3 {
    background-color: #FFB56A;
}

    .tbl3 thead, .tbl3 tfoot {
        background-color: #FFCE9D;
    }

    .tbl1 tbody tr td, .tbl2 tbody tr td, .tbl3 tbody tr td {
        background-color: #F5F5F3;
        color: Black;
    }

.tbl1 thead {
    background-color: #EDF2FA;
}

.tbl1 tfoot {
    background-color: #FAFCFE;
}

    .tbl1 thead tr th, .tbl1 thead tr td, .tbl1 tfoot tr td,
    .tbl2 thead tr th, .tbl2 thead tr td, .tbl2 tfoot tr td {
        height: 30px;
    }

.tbl1 span, .tbl2 span {
    font-size: 12px;
}

.tbl1 a, .tbl2 a {
    color: Navy;
}

    .tbl1 a:hover, .tbl2 a:hover {
        color: Maroon;
    }

.tbl2 thead tr th, .tbl2 tfoot tr td {
    background-color: #E4ECF8;
}

.tbl2 tbody tr.Row1 {
    background-color: #E9F2F3;
}

.tbl2 tbody tr.Row2 {
    background-color: #F5F9F2;
}

    .tbl2 tbody tr.Row1 td, .tbl2 tbody tr.Row2 td {
        background-color: transparent;
    }

    .tbl2 tbody tr.Row1:hover, .tbl2 tbody tr.Row2:hover {
        background-color: #D0E3E6;
    }

.tbl3 tbody tr.Row1 td {
    background-color: #E6E8EC;
}

.tbl3 tbody tr.Row2 td {
    background-color: #EEF4F7;
}

div.tree {
    padding: 20px;
}

ul.tree, ul.tree ul {
    padding: 2px 10px;
    margin: 0 10px 0 0;
    direction: rtl;
}

    ul.tree li {
        list-style-position: outside;
        padding: 3px;
    }

        ul.tree li, ul.tree li li li, ul.tree li li li li li, ul.tree li li li li li li li {
            list-style: circle !important;
        }

            ul.tree li li, ul.tree li li li li, ul.tree li li li li li li, ul.tree li li li li li li li li {
                list-style-type: square !important;
            }

            ul.tree li a {
                color: navy;
            }

                ul.tree li a:hover {
                    color: maroon;
                    text-decoration: underline;
                }


.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 {
    padding: 4px !important;
    padding-right: 25px!important;
    background-position: right center !important;
}
.EditMenuParent .addPlusBtn, .EditMenuParent .deleteBtn, .EditMenuParent .editBtn, .EditMenuParent .moveBtn, .EditMenuParent .cancelBtn, .EditMenuParent .signoutBtn, .EditMenuParent .iconBtn{
    float: left;
}
.addRoot {
    text-align: left;
    direction: rtl;
    float: left;
}

.EditMenuParent
{
    background-color: #FeFeFe;
    padding: 20px;
    text-align:right;
}
.EditMenuParent UL
{
    padding: 3px 25px;
}
.EditMenuParent UL LI
{
    padding: 2px 0;
}
.EditMenuParent a
{
    color: Navy;
}
.EditMenuParent a:hover
{
    color: maroon;
}
    .EditMenuParent .txt {
        border:solid 1px gray;
        background:#FFF;
        color:#000;
    }

.EditMenuParent {
    direction: rtl !important;
}

.addPlusBtn, .deleteBtn, .editBtn, .moveBtn, .cancelBtn, .signoutBtn, .iconBtn,.ApprovedBtn,.NotApprovedBtn {
    padding: 4px !important;
    padding-right: 25px!important;
    background-position: right center !important;
}
.EditMenuParent .addPlusBtn, .EditMenuParent .deleteBtn, .EditMenuParent .editBtn, .EditMenuParent .moveBtn, .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;
}

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;
}