﻿/*@font-face {
    font-family: 'b_nazaninregular';
    src: url('~//fonts/BNazanin.eot');
    src: url('~//fonts/BNazanin.eot?#iefix') format('embedded-opentype'), url('~//fonts/BNazanin.woff') format('woff'), url('~//fonts/BNazanin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Naskh';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/DroidNaskh-Regular.eot);
    src: url(fonts/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'), url(fonts/DroidNaskh-Regular.woff2) format('woff2'), url(fonts/DroidNaskh-Regular.woff) format('woff'), url(fonts/DroidNaskh-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Droid Kufi';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/DroidKufi-Bold.eot);
    src: url(fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/DroidKufi-Bold.woff2) format('woff2'), url(fonts/DroidKufi-Bold.woff) format('woff'), url(fonts/DroidKufi-Bold.ttf) format('truetype');
}*/

@font-face {
    font-family: yekan;
    src: url('~//fonts/Yekan.eot');
    src: url('~//fonts/Yekan.eot?#iefix') format('embedded-opentype'), url('~//fonts/Yekan.woff') format('woff'), url('~//fonts/Yekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#menuContainer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

html {
    top: 0;
    height: 100%;
    /*text-align: center;*/
    margin: 0 auto;
    padding: 0;
    overflow-y: scroll;
}

.NumberInput {
    font-size: 12px !important;
    width: 63px !important;
}

#Dialog {
}

body .siteButton {
    font-family: yekan;
    font-size: 9pt;
    background-color: #7ba626;
    border: 1px solid #669900;
    color: white;
    min-width: 150px;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    /*text-align:center;*/
    margin-bottom: 3px;
    display: block;
}

    body .siteButton:hover {
        background-color: #2654a6;
        color: white;
    }

.tooltips {
    background-color: yellow !important;
    border: solid 5px dotted;
}

.CloseIcon {
    border-radius: 22px;
    box-shadow: 3px 5px 16px 9px rgba(0, 0, 0, 0.4);
}

#middleDiv {
    background: white;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.MainHeader {
    margin: 0 auto;
    margin-bottom: 10px;
    height: 70px;
    padding-top: 3px;
    padding-bottom: 3px;
    /*width:930px;*/
    width: 100%;
    /*border:solid 1px #000;*/
    /*border-radius: 6px;*/
    background-color: #011d2b;
    color: #e6e6e6;
}

    .MainHeader .Left {
        /*background: url("~/Content/image/hr.jpg") no-repeat scroll 0 0 transparent*/;
        float: right;
        height: 109px;
        width: 0%;
    }

    .MainHeader .Center {
        background: url("~/Content/image/Header.png") repeat scroll 0 0 #03203E;
        float: right;
        height: 78px;
        width: 100%;
        /*background-color:  #444444;*/
    }

    .MainHeader .Right {
        /*background: url("~/content/image/hl.jpg") no-repeat scroll 0 0 transparent;*/
        float: right;
        height: 109px;
        width: 0%;
    }

.ajax_overlay {
    position: fixed !important;
}

.ajax_loader {
    background: url("~/content/image/WatingLoading.gif") no-repeat center center transparent;
    width: 100%;
    height: 100%;
}

label {
    font-weight: 100;
}

.Hide {
    display: none;
}

.sfield {
    background: url("~/content/image/searchbg.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 30px;
    margin: 0 0 20px;
    position: relative;
    width: 64%;
}

    .sfield .sleft {
        background: url("~/content/image/sleft.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        float: left;
        height: 30px;
        width: 24px;
    }

    .sfield .sright {
        background: url("~/content/image/sright.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        float: right;
        height: 30px;
        width: 3px;
    }

    .sfield .scenter {
        height: 30px;
        margin: 0 3px 0 24px;
        position: relative;
    }

.search .sfield .scenter .searchin {
    background: url("~/content/image/searchin.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #E1E1E1;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 1px;
    width: auto;
    cursor: pointer;
}

.sfield .scenter .searchin .searchintext {
    display: block;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
    margin: 0 6px 0 25px;
    overflow: visible;
    text-indent: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    cursor: pointer;
}

.sfield .scenter .searchin .searchinarrow {
    background: url("~/content/image/searchinarrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 5px;
    left: 10px;
    position: absolute;
    top: 12px;
    width: 9px;
    cursor: pointer;
}

.sfield .scenter .searchin #ddrMainCategory {
    border: 0 none;
    cursor: pointer;
    height: 27px;
    line-height: 27px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible;
    width: auto;
}

.sfield .scenter input {
    background-color: rgba(0, 0, 0, 0);
    border: medium none !important;
    box-shadow: none !important;
    color: #828282;
    float: left;
    height: 21px;
    width: 440px;
}

.sfield .scenter #IndexSubmit {
    cursor: pointer;
    height: 26px;
    left: -21px;
    position: absolute;
    top: 1px;
    width: 25px;
}

.sfield .scenter .searchin {
    background: url("~/content/image/searchin.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #E1E1E1;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 1px;
    width: auto;
}

#lookup {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #BCBCBC #6E6E6E #BCBCBC #BCBCBC;
    border-image: none;
    border-style: solid;
    border-width: 1px 3px 1px 1px;
    box-shadow: -1px 4px 10px 0 rgba(0, 0, 0, 0.2);
    max-height: 545px;
    position: absolute;
    right: 0;
    top: 30px;
    width: 620px;
    z-index: 1000;
}

.MainMenu {
}

    .MainMenu .R {
        float: right;
        /*height: 31px;
        width: 9px;*/
    }

    .MainMenu .C {
        /*background-color: #2E4D72;*/
        float: right;
        /*height: 31px;
        width: 960px;*/
    }

    .MainMenu .L {
        float: right;
        /*height: 31px;
        width: 9px;*/
    }

#content {
    /*background: url("images/templatemo_middle.png") repeat-y scroll center center transparent;*/
    clear: both;
    padding: 30px 40px;
    width: 100%;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin-left: 10px;
}

.ConventionLabel {
    float: right;
    margin-top: 8px;
    min-width: 22px;
    font-weight: 100;
}

.footer {
    height: 20px;
    margin-top: 4%;
}

.UpdateDiv, .PersonUpdateDiv, .RelationUpdateDiv {
    border: 2.5px solid #16375F;
    border-radius: 6px 6px 6px 6px;
    min-height: 200px;
    width: 99%;
}

#middleDiv input[type="text"],
#middleDiv input[type="password"],
#middleDiv input[type="email"],
#middleDiv input[type="number"],
#middleDiv input[type="search"] {
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) inset;
    outline: medium none;
    padding: 6px 0.5em;
    transition: all 0.1s ease 0s;
}

.center {
    text-align: center;
}

#middleDiv input[type="file"] {
}

table.data[data-center="1"] {
    text-align: center;
}

table.data tr[data-center="1"] {
    text-align: center;
}

table.data tr td[data-center="1"] {
    text-align: center;
}

table.data tr td[data-number="1"] {
    font-size: 10pt;
}



.Submit {
    background: none repeat scroll 0 0 #83B449;
    border: 1px solid white;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-size: 15px;
    height: 32px;
    width: 84px;
    text-align: center;
}

#middleDiv {
    width: 1000px;
}

/*.container {
    background-color: #41BEFF;
    background-image: linear-gradient(-90deg, #ECECEC 0%, #939393 100%);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 0 0 #FFFFFF inset, 0 1px 2px 0 rgba(0, 0, 0, 0.8);
    height: 70px;
    margin: 350px auto 0;
    width: 315px;
}*/

/*.left {
    /*background-color: #41BEFF;
    background-image: linear-gradient(-90deg, #A5CE58 0%, #718E3A 100%);
    border-radius: 40px 40px 40px 40px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.75) inset;
    float: left;
    height: 50px;
    margin-left: 10px;
    margin-top: 10px;
    width: 50px;*/
}

*/

.left span {
    color: #D9D9D9;
    cursor: default;
    display: block;
    font-size: 42px;
    font-weight: bold;
    line-height: 24px;
    padding-top: 12px;
    text-align: center;
    text-shadow: 0 1px 1px #000000;
}

.right {
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.2) inset, -1px 0 0 0 rgba(255, 255, 255, 0.3);
    display: block;
    float: right;
    height: 43px;
    padding-top: 27px;
    text-align: center;
    text-decoration: none;
    width: 245px;
}

    .right:hover {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    }

    .right span {
        color: #333333;
        font-size: 24px;
        font-weight: bold;
        line-height: 20px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    }

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    text-decoration: underline;
}

#logindisplay a:hover {
    text-decoration: none;
}

.editor-field {
    float: right;
    margin: 5px;
    min-width: 120px;
    padding: 2px;
}

.editor-fieldConvention {
    float: right;
    margin: 5px;
    min-width: 20px;
    padding-top: 2px;
}

#header {
    height: 68px;
}

.CloseDiv {
    border: medium none;
    display: block;
    padding: 4px;
    position: absolute;
    right: 26.5%;
    top: 133px;
    z-index: 1028;
}

#header_inner, #nav_inner, #content_inner, #promo_inner, #footer_inner {
    /*  overflow: hidden;*/
    height: 226px;
}

#header_innerManagement, #nav_inner, #content_inner, #promo_inner, #footer_inner {
    /*  overflow: hidden;*/
}

input[disabled="disabled"], input.disabled {
    color: #6E6C6C;
    background: rgb(227, 219, 219);
}

.align {
    height: auto;
    margin: 0 auto;
    min-height: 400px;
    padding: 0 1%;
    vertical-align: top;
    width: 700px;
}

#promo {
    float: right;
}

#LoginForm {
    direction: rtl;
    text-align: right;
    float: right;
    width: 500px;
    margin-left: 0px;
}

.clear {
    clear: both;
}

body {
    color: #000000;
    font-family: 'yekan';
    font-size: 11px;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    /*text-align: right;*/
    top: 0;
    width: 100%;
    background-color: #fafbf0;
}

#main_wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#middleDiv input[type="search"] {
    font-family: Tahoma, "Segoe UI", arial, sans-serif;
}

#middleDiv input[type="text"] {
    background: none repeat scroll 0 0 padding-box white;
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 5px 5px;
    font: 13px/17px Tahoma, "Segoe UI", arial, sans-serif;
    margin: 0;
}

#middleDiv input[type="number"] {
    background: none repeat scroll 0 0 padding-box white;
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 5px 5px;
    font: 13px/17px Tahoma, "Segoe UI", arial, sans-serif;
    height: 15px;
    margin: 0;
    width: 99px;
}

#middleDiv textarea {
    background: none repeat scroll 0 0 padding-box #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 5px 5px;
    font: 12px/17px "Segoe UI",Tahoma,arial,sans-serif;
    margin: 0;
    padding: 6px 9px 5px;
    height: 20%;
    width: 283%;
}

#middleDiv input[type="password"] {
    background: none repeat scroll 0 0 padding-box #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 5px 5px;
    font: 12px/17px "Segoe UI",Tahoma,arial,sans-serif;
    margin: 0;
    padding: 6px 9px 5px;
    width: 100px;
}

.FoterLogo {
    margin-right: 1100px;
}

.submit {
    margin-right: 80px;
    text-align: center;
    width: 80px;
    margin-bottom: 30px;
}

a.username:link {
    text-decoration: none;
    color: #e8ecf3;
}

a.username:visited {
    color: #e8ecf3;
    text-decoration: none;
}

a:visited {
    color: #AD660C;
    text-decoration: none;
}

a:hover, a:focus {
    color: #FF9814;
    text-decoration: none;
}

#RightPart {
    /*background: none repeat scroll 0 0 #000000;*/
    float: right;
    height: 408px;
    right: 15px;
    margin-top: 68px;
    position: absolute;
    /*width: 9.5%;*/
    width: 130px;
}

#LeftPart {
    /*background: none repeat scroll 0 0 #000000;*/
    float: right;
    height: 408px;
    left: 15px;
    margin-top: 68px;
    position: absolute;
    /*width: 9.5%;*/
    width: 130px;
}


p {
    margin: 1em 0;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
    margin-top: -0.05em;
}

h1, h2, h3, h4, h5, h6 {
    color: #b369e1;
    margin: 0.5em;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 100%;
    margin: 4%;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}



ol ol, ol ul, ul ol, ul ul {
    margin-top: 0;
    margin-bottom: 0;
}

ol li {
    list-style: decimal;
}

    ol li ol li {
        list-style: upper-alpha;
    }

        ol li ol li ol li {
            list-style: upper-roman;
        }

ul li {
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

    em strong, strong em {
        font-weight: bold;
        font-style: italic;
    }

#container {
    display: block;
    position: absolute;
    padding: 0;
    width: 100%;
    height: 210px;
    background: #fff;
    top: 50%;
    margin: -100px 0 0 0;
    border: solid #E69623;
    border-width: 3px 0 3px 0;
    opacity: 0.90;
    -moz-opacity: 0.90;
    filter: alpha(opacity=90);
}

#logo {
    display: block;
    position: absolute;
    width: 186px;
    height: 32px;
    background: url(../Content/UserAccess/logo.gif) no-repeat 0 0;
    left: 50%;
    margin: 0 0 0 -280px;
    top: 15px;
    overflow: hidden;
    text-indent: 999em;
    line-height: 999em;
}

#content {
    padding: 1% 0 0;
}

#footer {
    position: inherit;
    bottom: 30px;
    margin-right: 8px;
    margin-left: 30px;
    bottom: 0px;
    display: block;
    overflow: hidden;
    padding: 5px;
    position: relative;
}

.jquery-shadow:before, .jquery-shadow:after {
}

.jquery-shadow {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .jquery-shadow:before, .jquery-shadow:after {
    }

.jquery-shadow-lifted:before, .jquery-shadow-lifted:after {
    -moz-transform: rotate(-3deg);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
}

.jquery-shadow-lifted:after {
    -moz-transform: rotate(3deg);
}

#header_inner {
    height: 220px;
}
/*
.menu {
    background-image: url("~/content/image/bg-menu.jpg");
    background-repeat: repeat-x;
    height: 30px;
    margin-top: -29px;
    position: relative;
}
*/

.jquery-shadow-perspective:before {
    -moz-transform: skew(50deg);
    -moz-transform-origin: 0 100%;
    bottom: 5px;
    box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
    height: 35%;
    left: 80px;
    max-width: 200px;
    width: 50%;
}

.jquery-shadow-perspective:after {
    display: none;
}

.jquery-shadow-sides:before {
    border-radius: 10px 10px 10px 10px / 100px 100px 100px 100px;
    bottom: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    left: 0;
    right: 50%;
    top: 10px;
}

.jquery-shadow-sides-vt-2:before {
    right: 0;
}

.jquery-shadow-sides-hz-1:before {
    border-radius: 100px 100px 100px 100px / 10px 10px 10px 10px;
    bottom: 0;
    left: 10px;
    right: 10px;
    top: 50%;
}

.jquery-shadow-sides-hz-2:before {
    border-radius: 100px 100px 100px 100px / 10px 10px 10px 10px;
    bottom: 0;
    left: 10px;
    right: 10px;
    top: 0;
}

.jquery-shadow-raised {
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.jquery-shadow-rotated *:first-child:before {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}


ul.radial {
    height: 90px;
    margin-right: 450px;
    bottom: -150px;
    position: relative;
    width: 90px;
    z-index: 100;
}

    ul.radial > li > a {
        background: -moz-radial-gradient(circle farthest-corner, #edeb91, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 #668fc0;
        border-radius: 80px 80px 80px 80px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        display: block;
        height: 90px;
        width: 90px;
    }

    ul.radial ul {
        height: 80px;
        left: 0;
        position: absolute;
        top: 0;
        width: 80px;
        z-index: -1;
    }

        ul.radial ul li {
            -moz-transform-origin: 0 0;
            background: none repeat scroll 0 0 #668fc0;
            border-left: 0 solid;
            border-left-width: -2px;
            height: 1px;
            left: 50%;
            position: absolute;
            top: 50%;
            width: 0;
            border-left-color: whitesmoke;
        }

            ul.radial ul li a {
                background: -moz-radial-gradient(circle farthest-corner, #668fc0, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 #668fc0;
                border-radius: 60px 60px 60px 60px;
                box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
                color: black;
                display: block;
                height: 90px;
                left: -25px;
                overflow: hidden;
                position: absolute;
                text-align: center;
                top: -25px;
                width: 90px;
            }

    ul.radial li a img {
        border: 0 none;
        left: 50%;
        margin-left: -24px;
        margin-top: -24px;
        position: absolute;
        top: 50%;
    }

    ul.radial ul li:nth-child(1) {
        -moz-transform: rotate(-90deg);
        -moz-transition: all 0.5s ease 1.75s;
    }

    ul.radial ul li:nth-child(2) {
        -moz-transform: rotate(-45deg);
        -moz-transition: all 0.5s ease 1.5s;
    }

    ul.radial ul li:nth-child(3) {
        -moz-transform: rotate(0deg);
        -moz-transition: all 0.5s ease 1.25s;
    }

    ul.radial ul li:nth-child(4) {
        -moz-transform: rotate(45deg);
        -moz-transition: all 0.5s ease 1s;
    }

    ul.radial ul li:nth-child(5) {
        -moz-transform: rotate(90deg);
        -moz-transition: all 0.5s ease 0.75s;
    }

    ul.radial ul li:nth-child(6) {
        -moz-transform: rotate(135deg);
        -moz-transition: all 0.5s ease 0.5s;
    }

    ul.radial ul li:nth-child(7) {
        -moz-transform: rotate(180deg);
        -moz-transition: all 0.5s ease 0.25s;
    }

    ul.radial ul li:nth-child(8) {
        -moz-transform: rotate(225deg);
        -moz-transition: all 0.5s ease 0s;
    }

    ul.radial ul li:nth-child(1) a {
        -moz-transform: rotate(90deg);
        -moz-transition: all 0.5s ease 1.75s;
    }

    ul.radial ul li:nth-child(2) a {
        -moz-transform: rotate(45deg);
        -moz-transition: all 0.5s ease 1.5s;
    }

    ul.radial ul li:nth-child(3) a {
        -moz-transform: rotate(0deg);
        -moz-transition: all 0.5s ease 1.25s;
    }

    ul.radial ul li:nth-child(4) a {
        -moz-transform: rotate(-45deg);
        -moz-transition: all 0.5s ease 1s;
    }

    ul.radial ul li:nth-child(5) a {
        -moz-transform: rotate(-90deg);
        -moz-transition: all 0.5s ease 0.75s;
    }

    ul.radial ul li:nth-child(6) a {
        -moz-transform: rotate(-135deg);
        -moz-transition: all 0.5s ease 0.5s;
    }

    ul.radial ul li:nth-child(7) a {
        -moz-transform: rotate(-180deg);
        -moz-transition: all 0.5s ease 0.25s;
        -moz-transition: all 0.5s ease 0.25s;
    }

    ul.radial ul li:nth-child(8) a {
        -moz-transform: rotate(-225deg);
        -moz-transition: all 0.5s ease 0s;
    }

    ul.radial li:hover ul {
        height: 300px;
        left: -110px;
        top: -110px;
        width: 300px;
    }

        ul.radial li:hover ul li:nth-child(1) {
            -moz-transition: all 0.5s ease 0s;
            border-left-width: 150px;
        }

        ul.radial li:hover ul li:nth-child(2) {
            -moz-transition: all 0.5s ease 0.25s;
            border-left-width: 170px;
        }

        ul.radial li:hover ul li:nth-child(3) {
            -moz-transition: all 0.5s ease 0.5s;
            border-left-width: 160px;
        }

        ul.radial li:hover ul li:nth-child(4) {
            -moz-transition: all 0.5s ease 0.75s;
            border-left-width: 90px;
        }

        ul.radial li:hover ul li:nth-child(5) {
            -moz-transition: all 0.5s ease 1s;
            border-left-width: 170px;
        }

        ul.radial li:hover ul li:nth-child(6) {
            -moz-transition: all 0.5s ease 1.25s;
            border-left-width: 110px;
        }

        ul.radial li:hover ul li:nth-child(7) {
            -moz-transition: all 0.5s ease 1.5s;
            border-left-width: 140px;
        }

        ul.radial li:hover ul li:nth-child(8) {
            -moz-transition: all 0.5s ease 1.75s;
            border-left-width: 85px;
        }

        ul.radial li:hover ul li:nth-child(1) a {
            -moz-transition: all 0.5s ease 0s;
            border-radius: 80px 80px 80px 80px;
            height: 90px;
            left: -90px;
            top: -90px;
            width: 90px;
        }

        ul.radial li:hover ul li:nth-child(2) a {
            -moz-transition: all 0.5s ease 0.25s;
            border-radius: 80px 80px 80px 80px;
            height: 80px;
            left: -40px;
            top: -40px;
            width: 80px;
        }

        ul.radial li:hover ul li:nth-child(3) a {
            -moz-transition: all 0.5s ease 0.5s;
            border-radius: 80px 80px 80px 80px;
            height: 80px;
            left: -55px;
            top: -55px;
            width: 80px;
        }

        ul.radial li:hover ul li:nth-child(4) a {
            -moz-transition: all 0.5s ease 0.75s;
            border-radius: 70px 70px 70px 70px;
            height: 100px;
            left: 60px;
            top: 60px;
            width: 100px;
        }

        ul.radial li:hover ul li:nth-child(5) a {
            -moz-transition: all 0.5s ease 1s;
            border-radius: 90px 90px 90px 90px;
            height: 90px;
            left: -45px;
            top: -45px;
            width: 90px;
        }

        ul.radial li:hover ul li:nth-child(6) a {
            -moz-transition: all 0.5s ease 1.25s;
            border-radius: 80px 80px 80px 80px;
            height: 80px;
            left: -35px;
            top: -35px;
            width: 80px;
        }

    ul.radial, ul.radial ul {
        list-style: none outside none;
        padding: 0;
    }

        ul.radial li:hover ul li:nth-child(7) a {
            -moz-transition: all 0.5s ease 1.5s;
            border-radius: 90px 90px 90px 90px;
            height: 90px;
            left: -45px;
            top: -45px;
            width: 90px;
        }

        ul.radial li:hover ul li:nth-child(8) a {
            -moz-transition: all 0.5s ease 1.75s;
            border-radius: 80px 80px 80px 80px;
            height: 70px;
            left: -35px;
            top: -35px;
            width: 70px;
        }

        ul.radial > li:hover > a {
            -moz-transition: all 0s ease 0s;
            background-color: #e6e5a0;
        }

        ul.radial li:hover ul li a:hover {
            -moz-transition: all 0s ease 0s;
            background-color: #e6e5a0;
        }

/*
-----------------------

*/

.DivOutBtn {
    text-align: center;
    clear: both;
    margin: 10px 100px;
    background: none repeat scroll 0px 0px;
    padding: 5px 60px;
    border-radius: 5px;
}

.data {
    border: 1px solid #7a99bf;
    border-collapse: collapse;
    width: 98%;
    margin: 0px;
}

    .data a {
        text-decoration: none;
        font-weight: bold;
        color: #E06B14;
    }

        .data a:hover {
            color: #575757;
            text-decoration: none;
            font-weight: bold;
        }


table.data tbody tr:nth-child(2n) {
    background-color: #e7e7e7;
    color: black;
}

table.data tbody tr:nth-child(2n+1) {
    background-color: white;
    color: black;
}


table.data tr:nth-child(2n+1) {
    background-color: #e7e7e7;
    color: black;
}

    table.data tr:nth-child(2n+1) a {
        color: inherit;
    }

table.data tr {
}

    table.data tr th {
        font-size: 13px;
        font-weight: bold;
        border-bottom: 1px solid #000;
        color: white;
        background: none repeat scroll 0 0 #8e8c8c;
        padding: 6px 7px 6px 7px;
        text-align: center;
        text-wrap: avoid;
    }

    table.data tr td {
        border: 1px solid #CCC;
        font-size: 12px;
        padding: 1px 7px 1px 7px;
    }



.reportdata {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
}

.report {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
}

.reportdata a {
    color: #83B449;
    text-shadow: 1px 0 1px #C8C8C8;
}

.report a {
    color: #83B449;
    text-shadow: 1px 0 1px #C8C8C8;
}

table.report tr {
    background: none repeat scroll 0 0 white;
    text-align: center;
}

table.reportdata tr:nth-child(2n+1) {
    background-color: #F8F8F8;
}

table.reportdata tr {
    background: none repeat scroll 0 0 white;
    text-align: center;
}

    table.reportdata tr td, table.reportdata tr th {
        font-size: 12px;
        border-bottom: 1px solid #CCCCCC;
        border-bottom-color: #CCCCCC;
        color: #515151;
    }

    table.reportdata tr th {
        font-weight: bold;
        font-size: 13px;
        background: #E9E9E9;
        color: #333333;
    }
    /**/
    table.reportdata tr th {
        padding: 6px 7px 6px 7px;
    }

    table.reportdata tr td {
        padding: 9px 7px 9px 7px;
    }

    table.reportdata tr td {
        text-align: center;
    }

        table.reportdata tr td a {
            text-align: center;
        }
/*
reportdata
*/
/*ShowDataTable
    */
.ShowDataTable {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
}



table.ShowDataTable tr {
    background-color: white;
}



    table.ShowDataTable tr td, table.ShowDataTable tr th {
        font-size: 12px;
        color: #515151;
    }

    table.ShowDataTable tr th {
        font-weight: bold;
        font-size: 13px;
        background: #E9E9E9;
        color: #333333;
    }
    /**/
    table.ShowDataTable tr th {
        padding: 6px 7px 6px 7px;
    }

    table.ShowDataTable tr td {
        padding: 9px 7px 9px 7px;
    }

    table.ShowDataTable tr td {
        text-align: center;
    }

        table.ShowDataTable tr td a {
            text-align: center;
        }
/*
            ShowData*/
.changeBackColor {
    background-color: #DDF2FB;
    cursor: pointer;
}

    .changeBackColor a {
        color: #333333;
        cursor: pointer;
        font-weight: bold;
    }

.message {
    clear: both;
    padding: 5px;
    color: #FF4242;
    font-weight: bold;
}

.display-label, .editor-label {
    float: right;
    font-weight: 100;
    margin: 6px;
    padding: 4px;
}

.display-field {
    font-size: 11px;
    font-weight: bold;
    height: 17px;
    margin: 4px;
    min-width: 66px;
    padding: 9px;
}

.LabelValueTable {
    font-family: Tahoma;
    text-align: justify;
    direction: rtl;
    width: 100%;
    font-size: 11px;
}

    .LabelValueTable td {
        padding: 5px;
        text-wrap: avoid;
        font-weight: normal;
        vertical-align: top;
    }

        .LabelValueTable td:nth-child(2n+1) {
            font-weight: bold;
        }

.display-labelConvention,
.editor-labelConvention {
    float: right;
    margin: 5px;
    min-width: 22px;
    padding: 2px;
}

legend {
    background-color: white;
    border: 1px solid #777373;
    border-radius: 5px;
    color: #777373;
    font-size: 1em;
    font-weight: bold;
    padding: 3px;
}

fieldset {
    border-radius: 5px;
    padding: 17px;
    border-color: rgb(226, 226, 228);
}

select {
    height: 25px;
    width: 190px;
    padding: 2px 4px 3px;
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 5px 5px;
    font-family: Tahoma;
}

.boardHead {
    color: #FB974D;
    font-size: 14px;
    padding: 5px;
    text-shadow: 1px 0 1px #C8C8C8;
}

.TitleRpt {
    margin: 5px;
    border-radius: 15px 15px 15px 15px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #FA8732;
    font-size: 14px;
    text-shadow: 1px 0 1px #C8C8C8;
    border: 2.5px solid #2c568a;
    background: none repeat scroll 0 0 white;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.ToUp2 {
    background-color: #d9d9d9;
    margin: 20px 2px 2px;
}

.DivBorder {
    border: 2.5px solid #2c568a;
    background: none repeat scroll 0 0 white;
}

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

input[type="text"] .input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.EditLink {
    background: url('/Content/image/note-edit-icon.png');
    background-position: left top;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-table;
    text-decoration: none;
    clear: none;
}

.content {
}

.DeleteLink {
    background: url('/Content/image/note-remove-icon.png');
    background-position: left top;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-table;
    text-decoration: none;
    clear: none;
}

.CreateLink {
    background: url('/Content/image/note-add-icon.png');
    background-position: left top;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-table;
    text-decoration: none;
    clear: none;
}

.DetailLink {
    background: url('/Content/image/note-Details-icon.png');
    background-position: left top;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-table;
    text-decoration: none;
    clear: none;
}

.HeaderLink {
    border: 2.5px solid #16375F;
    padding: 4px;
    background: none repeat scroll 0 0 white;
}

    .HeaderLink a {
        color: #aab49d;
        text-decoration: none;
        font-weight: bold;
    }

        .HeaderLink a:hover {
            color: #83b449;
            text-decoration: none;
            font-weight: bold;
            text-shadow: 0 0 1px #666666;
        }

.FilterDiv {
    padding: 5px;
}

.tr {
    cursor: pointer;
}

.changeBack td {
    background-color: #C4CDAF;
}

.ChildList {
}

.divtree {
    margin: 5px;
}

    .divtree a {
        text-decoration: underline;
        font-weight: bold;
        color: #0066CC;
    }

        .divtree a:hover {
            text-decoration: none;
            color: #0052A4;
            text-shadow: 0 0 1px #486A00;
        }

.divtreeLinkComp {
    border: 1px solid #CECECE;
    padding: 10px;
    background-color: #EBEBEB;
    border-radius: 10px;
    margin: 5px;
}

.OutPutSingleComp {
    font-weight: bold;
    color: #324A00;
    padding: 5px;
}

.field-validation-error {
    /*color: #ff0000;
    font-size: 11px;
     cursor: pointer;
    display: block;
    left: 300px;
    position: absolute;
    text-align: left;
    top: 300px;*/
}

.field-validation-valid {
    display: none;
}


input[type="text"] .input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    color: #D26A02;
    font-weight: bold;
    text-align: center;
}

    .validation-summary-errors ul {
        list-style: none;
    }

.validation-summary-valid {
    display: none;
}

.HeadLink {
    background: none repeat scroll 0 0 white;
    overflow: hidden;
    margin-top: 8px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    height: 25px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 5px;
}

    .HeadLink a {
        color: #3F2504;
        border-right: 12px;
        display: block;
        float: right;
        margin: 1px;
        padding: 5px;
        text-align: center;
        width: 140px;
    }

        .HeadLink a:hover {
            padding: 5px;
        }

.MainHeader .Left {
    /*background: url("~/Content/image/hr1.png") no-repeat scroll 0 0 transparent;*/
    float: right;
    height: 130px;
    width: 0%;
}

.MainHeader .Right {
    /*background: url("~/Content/image/iran_flag2.gif") no-repeat scroll 0 0 transparent;*/
    float: right;
    padding-top: 0px;
    height: 130px;
    width: 0%;
}

.BackLink {
}

.HumanIcon {
    background-image: url('image/icon MainPage/manabe ensany.png');
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    background-color: transparent;
    display: inline-table;
    text-decoration: none;
    clear: none;
    position: relative;
    top: 0px;
}

.AccountAssIco {
    background-image: url('image/icon MainPage/manabe ensany.png');
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    background-color: transparent;
    display: inline-table;
    text-decoration: none;
    clear: none;
    position: relative;
    top: 0px;
}

.FamilyUl1 {
    background-color: #E9E9E9;
    list-style: none;
    padding-top: 15px;
    min-height: 100px;
    cursor: pointer;
}

    .FamilyUl1 li {
        font-size: 16px;
    }

        .FamilyUl1 li:hover {
            text-shadow: 0 0 1px #666666;
            font-size: 16px;
        }

.FamilyUl2 {
    list-style: none;
    margin-right: 20px;
}

    .FamilyUl2 li {
        padding: 10px;
        font-size: 14px;
    }

.FamilyUl3 {
    margin-right: 40px;
}

    .FamilyUl3 li {
        padding: 10px;
    }

.FamilyUl4 {
    margin-right: 100px;
    list-style: circle outside none;
}

    .FamilyUl4 li {
        padding: 10px;
        font-size: 12px;
    }



.ui-combobox {
    border-radius: 4px 4px 4px 4px;
    display: block;
    margin-right: 15px;
    padding-left: 0;
    position: relative;
}

.ui-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-right: -17px;
    padding: 0;
    /* adjust styles for IE 6/7 */
}

.ui-combobox-input {
    margin-right: 15px;
    padding-right: 1.3em;
}
/**/


table.gradienttable {
    border-collapse: collapse;
    color: #333333;
    font-size: 13px;
    text-align: center;
    width: 90%;
    margin: 5%;
    text-shadow: 1px 1px white;
}

    table.gradienttable th {
        padding: 10px;
        background: #d5e3e4;
        background: url(\Content\image\cell-blue.jpg);
        background: -moz-linear-gradient(top, #d5e3e4 0%, #ccdee0 40%, #b3c8cc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5e3e4), color-stop(40%,#ccdee0), color-stop(100%,#b3c8cc));
        background: -webkit-linear-gradient(top, #d5e3e4 0%,#ccdee0 40%,#b3c8cc 100%);
        background: -o-linear-gradient(top, #d5e3e4 0%,#ccdee0 40%,#b3c8cc 100%);
        background: -ms-linear-gradient(top, #d5e3e4 0%,#ccdee0 40%,#b3c8cc 100%);
        background: linear-gradient(to bottom, #d5e3e4 0%,#ccdee0 40%,#b3c8cc 100%);
    }

        table.gradienttable th.rounded-company {
            border-top-right-radius: 15px;
        }

        table.gradienttable th.rounded-q4 {
            border-top-left-radius: 15px;
        }

    table.gradienttable td {
        background: linear-gradient(to bottom, #EBECDA 0%, #E0E0C6 40%, #CECEB7 100%) repeat scroll 0 0 transparent;
        padding: 13px;
    }

    table.gradienttable th p {
        margin: 0px;
        padding: 8px;
        border-top: 1px solid #eefafc;
        border-bottom: 0px;
        border-left: 1px solid #eefafc;
        border-right: 0px;
    }

    table.gradienttable td p {
        margin: 0px;
        padding: 8px;
        border-top: 1px solid #fcfdec;
        border-bottom: 0px;
        border-left: 1px solid #fcfdec;
        ;
        border-right: 0px;
    }
/**/
/* ------------------
 styling for the tables 
   ------------------   */


#hor-minimalist-a {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    background: #fff;
    margin: 45px;
    width: 480px;
    border-collapse: collapse;
    text-align: left;
}

    #hor-minimalist-a th {
        font-size: 14px;
        font-weight: normal;
        color: #039;
        padding: 10px 8px;
        border-bottom: 2px solid #6678b1;
    }

    #hor-minimalist-a td {
        color: #669;
        padding: 9px 8px 0px 8px;
    }

    #hor-minimalist-a tbody tr:hover td {
        color: #009;
    }


#hor-minimalist-b {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    background: #fff;
    margin: 45px;
    width: 480px;
    border-collapse: collapse;
    text-align: left;
}

    #hor-minimalist-b th {
        font-size: 14px;
        font-weight: normal;
        color: #039;
        padding: 10px 8px;
        border-bottom: 2px solid #6678b1;
    }

    #hor-minimalist-b td {
        border-bottom: 1px solid #ccc;
        color: #669;
        padding: 6px 8px;
    }

    #hor-minimalist-b tbody tr:hover td {
        color: #009;
    }


#ver-minimalist {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
}

    #ver-minimalist th {
        padding: 8px 2px;
        font-weight: normal;
        font-size: 14px;
        border-bottom: 2px solid #6678b1;
        border-right: 30px solid #fff;
        border-left: 30px solid #fff;
        color: #039;
    }

    #ver-minimalist td {
        padding: 12px 2px 0px 2px;
        border-right: 30px solid #fff;
        border-left: 30px solid #fff;
        color: #669;
    }


#box-table-a {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
}

    #box-table-a th {
        font-size: 13px;
        font-weight: normal;
        padding: 8px;
        background: #b9c9fe;
        border-top: 4px solid #aabcfe;
        border-bottom: 1px solid #fff;
        color: #039;
    }

    #box-table-a td {
        padding: 8px;
        background: #e8edff;
        border-bottom: 1px solid #fff;
        color: #669;
        border-top: 1px solid transparent;
    }

    #box-table-a tr:hover td {
        background: #d0dafd;
        color: #339;
    }


#box-table-b {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: center;
    border-collapse: collapse;
    border-top: 7px solid #9baff1;
    border-bottom: 7px solid #9baff1;
}

    #box-table-b th {
        font-size: 13px;
        font-weight: normal;
        padding: 8px;
        background: #e8edff;
        border-right: 1px solid #9baff1;
        border-left: 1px solid #9baff1;
        color: #039;
    }

    #box-table-b td {
        padding: 8px;
        background: #e8edff;
        border-right: 1px solid #aabcfe;
        border-left: 1px solid #aabcfe;
        color: #669;
    }


#hor-zebra {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
}

    #hor-zebra th {
        font-size: 14px;
        font-weight: normal;
        padding: 10px 8px;
        color: #039;
    }

    #hor-zebra td {
        padding: 8px;
        color: #669;
    }

    #hor-zebra .odd {
        background: #e8edff;
    }


#ver-zebra {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
}

    #ver-zebra th {
        font-size: 14px;
        font-weight: normal;
        padding: 12px 15px;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        color: #039;
    }

    #ver-zebra td {
        padding: 8px 15px;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        color: #669;
    }

.vzebra-odd {
    background: #eff2ff;
}

.vzebra-even {
    background: #e8edff;
}

#ver-zebra #vzebra-adventure, #ver-zebra #vzebra-children {
    background: #d0dafd;
    border-bottom: 1px solid #c8d4fd;
}

#ver-zebra #vzebra-comedy, #ver-zebra #vzebra-action {
    background: #dce4ff;
    border-bottom: 1px solid #d6dfff;
}


#one-column-emphasis {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
}

    #one-column-emphasis th {
        font-size: 14px;
        font-weight: normal;
        padding: 12px 15px;
        color: #039;
    }

    #one-column-emphasis td {
        padding: 10px 15px;
        color: #669;
        border-top: 1px solid #e8edff;
    }

.oce-first {
    background: #d0dafd;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

#one-column-emphasis tr:hover td {
    color: #339;
    background: #eff2ff;
}


#newspaper-a {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #69c;
}

    #newspaper-a th {
        padding: 12px 17px 12px 17px;
        font-weight: normal;
        font-size: 14px;
        color: #039;
        border-bottom: 1px dashed #69c;
    }

    #newspaper-a td {
        padding: 7px 17px 7px 17px;
        color: #669;
    }

    #newspaper-a tbody tr:hover td {
        color: #339;
        background: #d0dafd;
    }


#newspaper-b {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #69c;
}

    #newspaper-b th {
        padding: 15px 10px 10px 10px;
        font-weight: normal;
        font-size: 14px;
        color: #039;
    }

    #newspaper-b tbody {
        background: #e8edff;
    }

    #newspaper-b td {
        padding: 10px;
        color: #669;
        border-top: 1px dashed #fff;
    }

    #newspaper-b tbody tr:hover td {
        color: #339;
        background: #d0dafd;
    }


#newspaper-c {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #6cf;
}

    #newspaper-c th {
        padding: 20px;
        font-weight: normal;
        font-size: 13px;
        color: #039;
        text-transform: uppercase;
        border-right: 1px solid #0865c2;
        border-top: 1px solid #0865c2;
        border-left: 1px solid #0865c2;
        border-bottom: 1px solid #fff;
    }

    #newspaper-c td {
        padding: 10px 20px;
        color: #669;
        border-right: 1px dashed #6cf;
    }


#rounded-corner {
    font-family: tahoma;
    font-size: 17px;
    margin: 45px;
    width: 90%;
    text-align: center;
    border-collapse: collapse;
}

    #rounded-corner th.rounded-company {
        background: #b9c9fe url('/content/image/right.png') right -1px no-repeat;
    }

    #rounded-corner th.rounded-q4 {
        background: #b9c9fe url('/content/image/left.png') left -1px no-repeat;
    }

    #rounded-corner th {
        padding: 8px;
        font-weight: normal;
        font-size: 13px;
        color: #039;
        background: #b9c9fe;
    }

    #rounded-corner td {
        padding: 8px;
        background: #e8edff;
        border-top: 1px solid #fff;
        color: #669;
    }

    #rounded-corner tfoot td.rounded-foot-left {
        background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
    }

    #rounded-corner tfoot td.rounded-foot-right {
        background: #e8edff url('table-images/botright.png') right bottom no-repeat;
    }

    #rounded-corner tbody tr:hover td {
        background: #d0dafd;
    }


#background-image {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
    background: url('table-images/blurry.jpg') 330px 59px no-repeat;
}

    #background-image th {
        padding: 12px;
        font-weight: normal;
        font-size: 14px;
        color: #339;
    }

    #background-image td {
        padding: 9px 12px;
        color: #669;
        border-top: 1px solid #fff;
    }

    #background-image tfoot td {
        font-size: 11px;
    }

    #background-image tbody td {
        background: url('table-images/back.png');
    }

    * html #background-image tbody td {
        /* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='table-images/back.png',sizingMethod='crop');
        background: none;
    }

    #background-image tbody tr:hover td {
        color: #339;
        background: none;
    }


#gradient-style {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
}

    #gradient-style th {
        font-size: 13px;
        font-weight: normal;
        padding: 8px;
        background: #b9c9fe url('table-images/gradhead.png') repeat-x;
        border-top: 2px solid #d3ddff;
        border-bottom: 1px solid #fff;
        color: #039;
    }

    #gradient-style td {
        padding: 8px;
        border-bottom: 1px solid #fff;
        color: #669;
        border-top: 1px solid #fff;
        background: #e8edff url('table-images/gradback.png') repeat-x;
    }

    #gradient-style tfoot tr td {
        background: #e8edff;
        font-size: 12px;
        color: #99c;
    }

    #gradient-style tbody tr:hover td {
        background: #d0dafd url('table-images/gradhover.png') repeat-x;
        color: #339;
    }


#pattern-style-a {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
    background: url('table-images/pattern.png');
}

    #pattern-style-a thead tr {
        background: url('table-images/pattern-head.png');
    }

    #pattern-style-a th {
        font-size: 13px;
        font-weight: normal;
        padding: 8px;
        border-bottom: 1px solid #fff;
        color: #039;
    }

    #pattern-style-a td {
        padding: 8px;
        border-bottom: 1px solid #fff;
        color: #669;
        border-top: 1px solid transparent;
    }

    #pattern-style-a tbody tr:hover td {
        color: #339;
        background: #fff;
    }


#pattern-style-b {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
    background: url('table-images/patternb.png');
}

    #pattern-style-b thead tr {
        background: url('table-images/patternb-head.png');
    }

    #pattern-style-b th {
        font-size: 13px;
        font-weight: normal;
        padding: 8px;
        border-bottom: 1px solid #fff;
        color: #039;
    }

    #pattern-style-b td {
        padding: 8px;
        border-bottom: 1px solid #fff;
        color: #669;
        border-top: 1px solid transparent;
    }

    #pattern-style-b tbody tr:hover td {
        color: #339;
        background: #cdcdee;
    }

.accordion,
.accordion ul,
.accordion li,
.accordion a,
.accordion span {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

    .accordion li {
        list-style: none;
    }

        /* Layout & Style */

        .accordion li > a {
            display: block;
            position: relative;
            min-width: 110px;
            padding: 0 10px 0 40px;
            height: 32px;
            color: #fdfdfd;
            font: bold 12px/32px Arial, sans-serif;
            text-decoration: none;
            text-shadow: 0px 1px 0px rgba(0,0,0, .35);
            background: #6c6e74;
            background: -moz-linear-gradient(top, #6c6e74 0%, #4b4d51 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51));
            background: -webkit-linear-gradient(top, #6c6e74 0%,#4b4d51 100%);
            background: -o-linear-gradient(top, #6c6e74 0%,#4b4d51 100%);
            background: -ms-linear-gradient(top, #6c6e74 0%,#4b4d51 100%);
            background: linear-gradient(top, #6c6e74 0%,#4b4d51 100%);
            -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
            -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
            box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
        }

    .accordion > li:hover > a,
    .accordion > li:target > a,
    .accordion > li > a.active {
        color: #3e5706;
        text-shadow: 1px 1px 1px rgba(255,255,255, .2);
        background: #a5cd4e;
        background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
        background: -webkit-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
        background: -o-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
        background: -ms-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
        background: linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
    }

    .accordion li > a span {
        display: block;
        position: absolute;
        top: 7px;
        right: 0;
        padding: 0 10px;
        margin-right: 10px;
        font: normal bold 12px/18px Arial, sans-serif;
        background: #404247;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
        -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
        box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
    }

    .accordion > li:hover > a span,
    .accordion > li:target > a span,
    .accordion > li > a.active span {
        color: #fdfdfd;
        text-shadow: 0px 1px 0px rgba(0,0,0, .35);
        background: #3e5706;
    }

    /* Images */

    .accordion > li > a:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 24px;
        height: 24px;
        margin: 4px 8px;
        background-repeat: no-repeat;
        background-image: url(../img/icons.png);
        background-position: 0px 0px;
    }

#h1 {
    text-align: center;
}

    #h1 a {
        color: whitesmoke;
        text-decoration: none;
        text-shadow: -2px 2px 0px GrayText;
    }

.accordion li.files > a:before {
    background-position: 0px 0px;
}

.accordion li.files:hover > a:before,
.accordion li.files:target > a:before,
.accordion li.files > a.active:before {
    background-position: 0px -24px;
}

.accordion li.mail > a:before {
    background-position: -24px 0px;
}

.accordion li.mail:hover > a:before,
.accordion li.mail:target > a:before,
.accordion li.mail > a.active:before {
    background-position: -24px -24px;
}

.accordion li.cloud > a:before {
    background-position: -48px 0px;
}

.accordion li.cloud:hover > a:before,
.accordion li.cloud:target > a:before,
.accordion li.cloud > a.active:before {
    background-position: -48px -24px;
}

.accordion li.sign > a:before {
    background-position: -72px 0px;
}

.accordion li.sign:hover > a:before,
.accordion li.sign:target > a:before,
.accordion li.sign > a.active:before {
    background-position: -72px -24px;
}

/* Sub Menu */

.sub-menu li a {
    color: #797979;
    text-shadow: 1px 1px 0px rgba(255,255,255, .2);
    padding-right: 6%;
    background: #e5e5e5;
    border-bottom: 1px solid #c9c9c9;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

.sub-menu li:hover a {
    background: #efefef;
}

.sub-menu li:last-child a {
    border: none;
}

.sub-menu li > a span {
    color: #797979;
    text-shadow: 1px 1px 0px rgba(255,255,255, .2);
    background: transparent;
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sub-menu em {
    margin-right: 8px;
    direction: rtl;
    position: absolute;
    top: 0;
    right: 0;
    color: #a6a6a6;
    font: normal 10px/32px Arial, sans-serif;
}

/* Functionality */

.accordion li > .sub-menu {
    display: none;
}

.accordion li:target > .sub-menu {
    display: block;
}

#centeredmenu {
    float: left;
    width: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
}

    #centeredmenu ul {
        clear: right;
        float: right;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        right: -21%;
        text-align: center;
    }

        #centeredmenu ul li {
            display: block;
            float: left;
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative;
            right: 50%;
        }

            #centeredmenu ul li a {
                background: none repeat scroll 0 0 #DDDDDD;
                color: #000000;
                display: block;
                line-height: 1.3em;
                margin: 0 0 0 1px;
                padding: 6px 31px;
                text-decoration: none;
            }

                #centeredmenu ul li a:hover {
                    background: #369;
                    color: #fff;
                }

                #centeredmenu ul li a.active,
                #centeredmenu ul li a.active:hover {
                    color: #fff;
                    background: #000;
                    font-weight: bold;
                }

.Mytabs li {
    float: left;
    margin: 0 0.5em 0 0;
}

.Mytabs a {
    background: linear-gradient(to bottom, #FFFFFF, #DDDDDD) repeat scroll 0 0 #DDDDDD;
    border-radius: 5px 0 0 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    color: #444444;
    float: left;
    padding: 0.7em 3.5em;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

    .Mytabs a:hover, .Mytabs a:hover:after, .Mytabs a:focus, .Mytabs a:focus:after {
        background: none repeat scroll 0 0 #FFFFFF;
    }

    .Mytabs a:focus {
        outline: 0 none;
    }

    .Mytabs a:after {
        background: linear-gradient(to bottom, #FFFFFF, #DDDDDD) repeat scroll 0 0 #DDDDDD;
        border-radius: 0 5px 0 0;
        bottom: 0;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        content: "";
        position: absolute;
        right: -0.5em;
        top: 0;
        transform: skew(10deg);
        width: 1em;
        z-index: 1;
    }

.Mytabs #current a {
    background: none repeat scroll 0 0 #FFFFFF;
    z-index: 3;
}

    .Mytabs #current a:after {
        background: none repeat scroll 0 0 #FFFFFF;
        z-index: 3;
    }

.tabcontent {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, 0.5);
    height: 220px;
    padding: 2em;
    position: relative;
    z-index: 2;
}

    .tabcontent h2, .tabcontent h3, .tabcontent p {
        margin: 0 0 15px;
    }

.Mytabs {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#TopAds {
    /*margin-right:auto;
	margin-left:auto;*/
    text-align: center;
    position: relative;
    /*left: -100px;*/
}

#TopLogos {
    float: left;
}

    #TopLogos img {
        margin-left: 20px;
    }

.UserLogonStatus {
    position: absolute;
    right: 20px;
    top: 10px;
    color: white;
}

    .UserLogonStatus span {
        display: block;
        float: right;
    }

    .UserLogonStatus a {
        display: block;
        float: right;
        color: white;
    }



#lookupDiv {
    background: none repeat scroll 0 0 #ffffff;
    margin-top: 1%;
    padding-right: 6px;
    position: absolute;
    text-align: right;
    width: 22.3%;
    z-index: 10000;
}


.mpLoading {
    position: fixed;
    background-color: #048b02;
    color: white;
    padding: 3px 20px 3px 20px;
    font-family: 'Yekan';
    z-index: 2000000000;
}

#LoginFormDiv {
    display: none;
}

.LoadImage {
    max-height: 180px;
    max-width: 180px;
    /*margin-right: 4%;
    margin-top: 1%;
    padding: 5%;*/
    /*width: 180px;*/
    margin-top: 0px;
}

.SelectRow {
    /*border:1px #d3d1d1 solid;*/
    background: #d3d1d1;
}

.MatchCharacter {
    border: 1px #d3d1d1 solid;
}

a.morelink {
    text-decoration: none;
    outline: none;
}

.morecontent span {
    display: none;
}

.comment {
    width: 400px;
    margin: 10px;
}

.buttonlink {
    font-size: 10px;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

.DivCenter {
    margin: 0 auto;
}

.DivLoading {
    background: url("~//content/image/bx_loader.gif") no-repeat center center transparent;
    margin-left: auto;
    margin-right: auto;
    width: 32px;
    height: 32px;
}

.tableContainer select {
    border: initial;
    border-radius: initial;
    font-family: initial;
    height: initial;
    padding: initial;
    width: initial;
}

.tableContainer input {
    box-shadow: initial;
}

.masterContents {
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    position: relative;
    /*width: 930px;*/
}

.EditUserProfilePanle .UserProfileButton {
}

.vitrinCommands {
    float: left;
    padding-top: 40px;
}


.GuaranteeDisplay {
    border: 1px solid;
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
    font-family: Tahoma;
    font-size: 8pt
}

    .GuaranteeDisplay tr:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

#pnlCreditPayInfo span.notfound {
    color: red;
}

.dashbard-items {
    padding: 40px;
    padding-top: 0;
}

.cursor-pointer {
    cursor: pointer !important;
}

.table-clickable-row tbody tr td {
    transition: all .2s ease-in-out;
}

.table-clickable-row tbody tr:hover td {
    background-color: #f1f1f1;
}

#registeration-type-lable {
    margin-right: 20px
}

    #registeration-type-lable select {
        width: 120px !important;
        height: 32px
    }

#province-lable {
    margin-right: 20px
}

#ListCompany_filter select {
    width: 120px !important;
    height: 32px
}


.wikiSearchPanel {
    background-color: #efefef;
    border: solid silver 1px;
    padding: 10px;
}

    .wikiSearchPanel ul {
        list-style: none;
        width: 415px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        padding: 0;
    }

    .wikiSearchPanel li.searchButton {
        text-align: center;
        width: 100%;
    }

    .wikiSearchPanel li.label {
        width: 130px;
    }

    .wikiSearchPanel select.small {
        width: 80px;
    }

    .wikiSearchPanel input.SearchText {
        width: 256px;
    }

    .wikiSearchPanel select {
        height: 30px;
    }

.ListCompany_filter {
    margin-top: 20px;
    margin-bottom: 70px;
    background-color: #fff !important;
    border: 0 !important;
    text-align: center;
}

    .ListCompany_filter input {
        border-radius: 0 !important;
        padding: 5px 15px !important;
        margin: 0 5px !important;
        font-size: 14px !important;
        vertical-align: middle !important;
        border: 1px solid #aaa;
    }

    .ListCompany_filter .btn {
        padding: 5px 15px 7px !important;
        font-weight: normal;
        font-size: 14px;
        background-color: #12c99e;
        border-color: #12c99e;
    }

    .ListCompany_filter select,
    .ListCompany_filter span {
        border-radius: 0 !important;
        vertical-align: middle !important;
        font-weight: normal;
        font-size: 14px;
        margin: 15px 0;
        display: inline-block;
    }

    .ListCompany_filter select {
        background-color: #f0f0f0;
        outline: 0;
        width: 70px !important;
    }

        .ListCompany_filter select:focus {
            border-color: #333;
        }


#ListCompany_filter label {
    margin-bottom: 10px;
}

#ListCompany_filter .date-picker select {
    width: 75px !important;
}

#invoices .payment-terms th .add-row {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 9px 6px;
    font-size: 24px;
}

#invoices .payment-terms td .remove-row {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 8px 6px;
    font-size: 17px;
    background: red;
    border: none;
}

#invoices .payment-terms {
    margin-block: 20px;
}

    #invoices .payment-terms th:first-child {
        border-right: 1px solid black
    }

    #invoices .payment-terms th:last-child {
        border-left: 1px solid black;
        text-align: center
    }

    #invoices .payment-terms tbody tr:first-child .remove-row {
        display: none;
    }

    #invoices .payment-terms tr td:last-child {
        text-align: center
    }

    #invoices .payment-terms tr {
        transition: opacity 0.2s ease-in-out;
    }

    #invoices .payment-terms th {
        padding: 5px;
        font-weight: 900;
        font-size: 14px;
    }





::-webkit-scrollbar {
    display: block;
    width: 10px;
}

::-webkit-scrollbar-track {
    background: darkgray;
}

::-webkit-scrollbar-thumb {
    background-color: gray;
    border-right: none;
    border-left: none;
}

::-webkit-scrollbar-track-piece:end {
    background-color: darkgray;
    margin-bottom: 10px;
}

::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 10px;
}

.sign-status {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: gray;
    color: gray;
}

    .sign-status.signed {
        color: white;
        background-color: green;
    }





.py-2 {
    padding-top: 5px;
    padding-bottom: 5px;
}
