﻿@font-face {
    font-family: 'FAFont';
    src: url('fonts/Vazir-Light-FD.eot?#') format('eot'),url('fonts/Vazir-Light-FD.woff') format('woff'),url('fonts/Vazir-Light-FD.ttf') format('truetype');
}

@font-face {
    font-family: 'FAFont';
    font-weight: bold;
    src: url('fonts/Vazir-Medium-FD.eot?#') format('eot'),url('fonts/Vazir-Medium-FD.woff') format('woff'),url('fonts/Vazir-Medium-FD.ttf') format('truetype');
}

.rotatingWrapper {
    position: absolute;
    width: 170px;
    height: 170px;
    top: 3px;
    left: 3px;
}
/*RelatedPhotos*/
.relatedPhotosTab {
    left: -423px;
    top: 0;
    background-color: #565656;
    width: 462px;
    height: 100%;
    position: fixed;
    z-index: 200000;
    transition: all ease-in-out .4s;
}

    .relatedPhotosTab.open {
        left: 0;
        opacity: 1;
        box-shadow: 0 0 25px #000;
    }

    .relatedPhotosTab .tab {
        float: right;
        margin-right: 5px;
        width: 35px;
        height: 100%;
        background: url('/theme/images/relPhotoIco.png') no-repeat center center;
    }

    .relatedPhotosTab .item {
        cursor: pointer;
        float: left;
        margin: 9px 5px 10px 5px;
        width: 32px;
        height: 30px;
        background: url(images/imgIco.png) no-repeat;
        border-radius: 5px;
    }

        .relatedPhotosTab .item:hover {
            background-color: #5d8d18;
        }

        .relatedPhotosTab .item.fixphoto {
            background-position: 0px -110px;
        }

        .relatedPhotosTab .item.opacity {
            background-position: 0px -184px;
        }

        .relatedPhotosTab .item.zoomin {
            background-position: 0px 0px;
        }

        .relatedPhotosTab .item.zoomout {
            background-position: 0px -36px;
        }

        .relatedPhotosTab .item.rotatephoto {
            background-position: 0px -72px;
        }

    .relatedPhotosTab .ritem {
        float: right;
        margin: 8px 0 0 0;
    }

    .relatedPhotosTab .photoBox {
        position: absolute;
        left: 0;
        right: 44px;
        top: 51px;
        bottom: 0;
        overflow: auto;
    }

.relatedPhoto {
    margin-top: 30px;
    background-color: #383838;
    color: #fff;
}

    .relatedPhoto h1 {
        color: #AFAFAF;
        padding: 10px;
        font-size: 20px;
    }

    .relatedPhoto img {
        border: 1px solid #e1e1e1;
    }

.metro_sb {
    float: right;
    width: 24%;
    margin: .5%;
}

    .metro_sb a {
        display: block;
        padding: 65px 0 5px 0;
        text-align: center;
        color: #FFF;
        font-weight: normal;
        font-family: FaFont,arial;
        font-size: 14px;
    }

        .metro_sb a:hover, .metro_sb_sel {
            color: #FFF;
            background-color: #9fb642;
        }

.user_btn {
    background: #26accd url('/theme/images/user_mico.png') no-repeat center 12px;
}

.group_btn {
    background: #26accd url('/theme/images/group_mico.png') no-repeat center 12px;
}

.rss_btn {
    background: #26accd url('/theme/images/rss_mico.png') no-repeat center 12px;
}

.inbox_btn {
    background: #26accd url('/theme/images/inbox_mico.png') no-repeat center 12px;
}

.setting_btn {
    background: #26accd url('/theme/images/setting_mico.png') no-repeat center 12px;
}

.list_btn {
    background: #26accd url('/theme/images/list_mico.png') no-repeat center 12px;
}

.list_ochart {
    background: #26accd url('/theme/images/list_ochart.png') no-repeat center 12px;
}


.photo_btn {
    background: #26accd url('/theme/images/photo_mico.png') no-repeat center 12px;
}

.car_btn {
    background: #26accd url('/theme/images/car_mico.png') no-repeat center 12px;
}

.poll_btn {
    background: #26accd url('/theme/images/poll_mico.png') no-repeat center 12px;
}

.an_msg {
    direction: rtl;
    background: #5f4945;
    color: white;
    width: 35%;
    left: 32%;
    position: fixed;
    top: -200px;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    padding: 10px;
    z-index: 150000;
    box-shadow: 0 0 25px #52312b;
    border: 2px solid #52312b;
    transition: all ease-in-out .6s;
}

    .an_msg.show {
        visibility: visible;
        opacity: 1;
        top: -2px;
    }

.an_msg_txt {
    font-weight: normal;
}


/*Gallery*/
.gallery_item, .gallery_cat_item {
    height: 150px;
    width: 135px;
    border: 0px solid gray;
    float: right;
    margin: 9px;
    text-align: center;
    overflow: hidden;
}

.gallery_cat_item {
    background-color: #e8e8e8;
    border-radius: 10px;
}
/*Tables*/
.tblw {
    direction: rtl;
    width: 100%;
    border-collapse: collapse;
}

    .tblw tr td {
        padding: 5px 3px;
        text-align: right;
    }

    .tbl .tdLeft, .tblw .tdLeft {
        text-align: left;
    }

    .tbl .tdCen, .tblw .tdCen {
        text-align: center;
    }

    .tbl .tdTop, .tblw .tdTop {
        vertical-align: top;
    }

.tbl {
    direction: rtl;
    width: 100%;
    border-collapse: collapse;
    background-color: #FFFFFF;
    overflow: hidden;
}

    .tbl tr td {
        padding: 5px 3px;
    }

    .tbl .alt {
        background-color: #ebebeb;
    }

    .tbl .thr {
        border-bottom: 2px solid #46a5c0;
    }

.dataTbl {
    direction: rtl;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #46515c;
}

    .dataTbl.Red {
        border-color: #8d3737;
    }

    .dataTbl td {
        padding: 5px 3px;
    }

        .dataTbl td.bold {
            color: #004fde;
        }

        .dataTbl td.HY {
            color: #ad1b1b;
        }

        .dataTbl td.HG {
            color: #29811c;
        }

        .dataTbl td.top {
            vertical-align: top;
        }

        .dataTbl td.left {
            text-align: left;
        }

        .dataTbl td.cen {
            text-align: center;
        }

    .dataTbl thead tr {
        background-color: #46515c;
        color: #fff;
    }

    .dataTbl.Red thead tr {
        background-color: #8d3737;
        color: #fff;
    }

    .dataTbl tbody tr:nth-child(odd) {
        background-color: #eeeeee;
    }

    .dataTbl tbody tr.selected {
        background-color: #ffdc6b;
    }

    .dataTbl tbody tr:hover {
        background-color: #6f6f6f !important;
        color: #fff !important;
    }

        .dataTbl tbody tr:hover *:not(input) {
            color: #fff !important;
        }

    .dataTbl.tblExp {
        border-color: #bf6f1d;
    }

        .dataTbl.tblExp thead td {
            background: #bf6f1d;
        }

        .dataTbl.tblExp tbody td:nth-child(4) {
            background-color: rgba(153, 222, 48, 0.54);
            text-align: center;
        }

        .dataTbl.tblExp tbody td:nth-child(5) {
            background-color: rgba(48, 171, 222, 0.54);
            text-align: center;
        }

        .dataTbl.tblExp tbody tr.IsBusy {
            background-color: rgba(255, 188, 188, 0.54);
        }

        .dataTbl.tblExp table.sum {
            width: 100%
        }

            .dataTbl.tblExp table.sum tr {
                background: none !important;
            }

                .dataTbl.tblExp table.sum tr td {
                    background: none !important;
                    border-bottom: 1px solid #e0e0e0;
                }

                .dataTbl.tblExp table.sum tr:last-child td {
                    background: none !important;
                    border-bottom: medium none;
                }

            .dataTbl.tblExp table.sum td:nth-child(1) {
                width: 200px;
            }

    .dataTbl tr.trst_new td:nth-child(1) {
        background-color: rgba(187, 34, 34, 0.93);
    }

    .dataTbl.property tbody tr {
        background-color: #fff;
        border-bottom: 1px solid #eaeaea;
    }

    .dataTbl tbody tr.trst_257 {
        background: #e0f0ff;
    }

    .dataTbl tbody tr.trst_269 {
        background: #e5d9f9;
    }

    .dataTbl tbody tr.trst_266 {
        background: #ffe8b6;
    }

    .dataTbl tbody tr.trst_252, .dataTbl tbody tr.trst_260, .dataTbl tbody tr.trst_271, .dataTbl tbody tr.trst_272 {
        background: #ffd3d3;
    }

    .dataTbl tbody tr.trst_274, .dataTbl tbody tr.trst_251, .dataTbl tbody tr.trst_264, .dataTbl tbody tr.trst_270, .dataTbl tbody tr.trst_271, .dataTbl tbody tr.trst_272 {
        background: #d3ffd8;
    }

    .dataTbl tbody tr.trst_261, .dataTbl tbody tr.trst_259, .dataTbl tbody tr.trst_253, .dataTbl tbody tr.trst_262 {
        background: #ec9a9a;
    }

    .dataTbl.crmForms {
        width: auto;
        margin: 10px auto;
    }

        .dataTbl.crmForms tbody tr td:nth-child(1) {
            background-color: rgba(39, 120, 142, 0.72);
            color: #fff;
            width: 100px;
            text-align: center;
        }

        .dataTbl.crmForms tbody tr td:nth-child(2) {
            background-color: rgba(39, 120, 142, 0.72);
            color: #ffffff;
            width: 200px;
        }

        .dataTbl.crmForms select {
            background-color: transparent;
            margin: 0 10px;
            border: 1px solid #dedede;
            border-radius: 5px;
            padding: 4px 5px;
        }

            .dataTbl.crmForms select option {
                color: #000 !important;
            }

    .dataTbl.complaint tbody tr td:nth-child(2) {
        background-color: rgba(245, 115, 110, 0.72);
        color: #fff;
        width: 100px;
        text-align: center;
        font-size: 19px;
    }

    .dataTbl.complaint tbody tr td:nth-child(3) {
        background-color: rgba(40, 65, 121, 0.72);
        color: #fff;
        width: 100px;
        text-align: center;
    }

    .dataTbl.complaint tbody tr td:nth-child(4) {
        color: #fff;
        width: 100px;
        text-align: center;
    }

.accTbl {
    border-color: #6f8c35;
}

    .accTbl input[type=text], .accTbl input[type=number] {
        min-width: 100%;
        width: 100%;
        box-sizing: border-box;
        border: medium none;
        background: transparent !important;
        padding: 0;
        margin: 0;
        outline: none;
        box-shadow: none;
    }

    .accTbl td:nth-child(1) {
        width: 70px;
        text-align: center;
    }

    .accTbl tbody tr:hover input {
        color: #fff;
    }

    .accTbl td:nth-child(1) input {
        text-align: center;
        width: 70px;
    }

    .accTbl thead tr {
        background-color: #6f8c35;
    }

    .accTbl tfoot tr {
        background-color: #882d2d;
        color: #fff;
        font-weight: bold;
    }

    .accTbl td.price {
        background-color: rgba(156, 255, 163, 0.27);
        text-align: center;
    }

    .accTbl td.sumPrice {
        background-color: rgba(255, 177, 177, 0.5);
        text-align: center;
    }


.dataTbl.AccountList {
    border-color: #99431d;
}

    .dataTbl.AccountList thead tr {
        background-color: #99431d;
    }

    .dataTbl.AccountList td:nth-child(1) {
        width: 120px;
        text-align: center;
        font-weight: bold;
    }

    .dataTbl.AccountList td:nth-child(3),
    .dataTbl.AccountList td:nth-child(4),
    .dataTbl.AccountList td:nth-child(5) {
        width: 130px;
        text-align: center;
    }

    .dataTbl.AccountList tr[data-type='بد'] td:nth-child(6),
    .dataTbl.AccountList tr[data-type='بد'] td:nth-child(3) {
        font-weight: bold;
        color: #d66117;
    }

    .dataTbl.AccountList tr[data-type='بس'] td:nth-child(4),
    .dataTbl.AccountList tr[data-type='بس'] td:nth-child(6) {
        font-weight: bold;
        color: #1772d6;
    }

    .dataTbl.AccountList tfoot tr {
        background-color: #99431d;
        color: #fff;
        font-weight: bold;
    }






.dataTbl.AccountTran {
    border-color: #2e83ab;
}

    .dataTbl.AccountTran thead tr {
        background-color: #2e83ab;
    }

    .dataTbl.AccountTran td:nth-child(1),
    .dataTbl.AccountTran td:nth-child(2),
    .dataTbl.AccountTran td:nth-child(3),
    .dataTbl.AccountTran td:nth-child(4) {
        text-align: center;
    }

    .dataTbl.AccountTran td:nth-child(6),
    .dataTbl.AccountTran td:nth-child(7),
    .dataTbl.AccountTran td:nth-child(8) {
        width: 115px;
        text-align: center;
    }

    .dataTbl.AccountTran td:nth-child(9) {
        text-align: center;
    }

    .dataTbl.AccountTran tr[data-type='بد'] td:nth-child(6),
    .dataTbl.AccountTran tr[data-type='بد'] td:nth-child(9) {
        font-weight: bold;
        color: #d66117;
    }

    .dataTbl.AccountTran tr[data-type='بس'] td:nth-child(7),
    .dataTbl.AccountTran tr[data-type='بس'] td:nth-child(9) {
        font-weight: bold;
        color: #1772d6;
    }

    .dataTbl.AccountTran tfoot tr {
        background-color: #2e83ab;
        color: #fff;
        font-weight: bold;
    }

a.tBtn {
    padding: 3px 10px;
    background-color: #767676;
    color: #fff;
    display: inline-block;
    margin: 0 2px;
}

    a.tBtn.E {
        background-color: #768e30;
    }

    a.tBtn.D {
        background-color: #8e3e30;
    }

    a.tBtn.A {
        background-color: #0084d0;
    }

    a.tBtn:hover {
        color: #fff;
        background-color: #a83900;
    }

.tbarCont {
    margin: 10px 0;
    border-bottom: 2px solid #b2b2b2;
    color: #232323;
}

.tbar {
    float: right;
    margin-left: 5px;
}

.tbarL {
    float: left;
    margin-right: 5px;
}

.tbar, .tbarL {
    padding: 10px 5px 15px 5px;
}

    .tbar .up, .tbarL .up {
        height: 32px;
        font-weight: normal;
    }

    .tbar .down, .tbarL .down {
        height: 32px;
    }
/*Style*/
.box_stat_bk {
    background: url('/theme/images/stat_bk.gif') 20px center no-repeat;
}

.box_poll_bk {
    background: url('/theme/images/poll_bk.gif') 20px center no-repeat;
}

.box_msg {
    background: url('/theme/images/msg_bk.gif') left top no-repeat;
}

.sbox_wbody {
    width: 300px;
    text-align: right;
    margin-bottom: 15px;
}

.sbox_body {
    width: 300px;
    text-align: right;
    margin-bottom: 15px;
    background: #fff;
}

.sbox_header {
    background: url('/theme/images/sbox_hc.gif') repeat-x;
}

.box_body {
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
    background: #fff;
}

.box_header {
    background-color: #000;
    color: #fff;
    height: 60px;
}

.box_header_r {
    float: right;
}

.box_header_l {
    float: left;
}

.box_header h1, .sbox_header h1 {
    color: #fff;
    display: block;
    float: right;
    padding: 8px 8px 0 0;
    margin: 0;
    font-size: 15px;
}

.box_body_t {
    padding: 0px 10px;
    min-height: 130px;
}

.sty_main_body {
    width: 100%;
    text-align: right;
}

.sty_main_header {
    background: url('/theme/images/main_hc.gif') repeat-x;
}

.sty_main_header_r {
    float: right;
}

.sty_main_header_l {
    float: left;
}

.sty_menr_body_text {
    padding: 3px 5px;
    text-align: right;
}

.sty_menr_header {
    background: url("/theme/images/menr_hc.gif") repeat-x;
}

.sty_menr_header_t {
    float: right;
    display: block;
    font-family: FaFont,arial;
    font-size: 15px;
    padding: 7px 7px 0 0;
    color: #FFF;
}

.sty_menr_header_l {
    float: left;
}

.sty_body {
    min-width: 1010px;
    width: 100%;
    background: #fff;
}

.sty_bodyPad {
    margin: 0 25px 0 25px;
}

.sty_bot {
    clear: both;
    background: url('/theme/images/bot_c.gif') repeat-x;
    height: 105px;
    text-align: right;
    color: #323232;
    margin-bottom: 20px;
}

    .sty_bot a {
        color: #323232;
    }

        .sty_bot a:hover {
            color: #004dc0;
        }

.ul1 {
    list-style-image: url('/theme/images/li1.gif');
    list-style-position: inside;
    padding: 0px;
    margin: 0px;
}

.clr {
    clear: both;
    line-height: 0;
    margin: 0;
    padding: 0;
    height: 0;
}

.hide {
    display: none !important;
}
/*P style*/
hr {
    margin: 5px 0px 10px 0px;
    color: Gray;
}

.tbold1 {
    color: #268db8;
    font-weight: normal;
}

.tgray {
    color: #676767;
}

.hightlight {
    color: #268db8 !important;
    padding: 5px 0 !important;
    font-weight: normal;
}

.bold {
    font-weight: normal;
}

/*H style*/
.bigtext {
    padding: 15px;
    font-size: 26pt;
}

h1, h2, .htext {
    font-family: FaFont,Arial;
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 5px 0;
}

.h2text {
    font-size: 17px;
    color: #ce3b1f;
}

.bodytext h1 {
    font-size: 22pt;
    margin: 15px 0;
    display: block;
}

.bodytext h2 {
    font-size: 14pt;
    margin: 10px 0;
    display: block;
}

.bodytext h3 {
    font-size: 12pt;
    margin: 10px 0;
    display: block;
}

.bodytext h4 {
    font-size: 12pt;
    margin: 10px 0;
    display: block;
}

h2, h3 {
    margin: 0px;
    font-size: 10pt;
    display: inline;
}

body {
    background-color: #fff;
    margin: 0px;
    padding: 0;
    line-height: 25px;
}

body, SELECT, OPTION, INPUT, TEXTAREA, table td {
    font-family: FaFont,Arial;
    font-size: 15px;
}

/*Site Element*/
.txtH {
    display: none;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.txtB {
    width: 450px;
}

.txtS {
    width: 210px;
}

.DrpSM {
    width: 210px;
    height: 300px;
}

.DrpS {
    width: 209px;
}

.txtSSS {
    width: 70px;
}

.txtSSSS {
    width: 40px;
    text-align: center;
}

.DrpSS {
    width: 100px;
}

.DrpSSS {
    width: 70px;
}

.txtSS {
    width: 110px;
}

.lstB {
    width: 170px;
    height: 200px;
}

.txtM {
    width: 209px;
    height: 80px;
}

.txtBM {
    width: 450px;
    height: 100px;
}

.txtBBM {
    width: 450px;
    height: 250px;
}

.txtSM {
    width: 250px;
    height: 80px;
}

.txtSSM {
    width: 200px;
    height: 80px;
}

.txtB, .txtS, .txt100, .txtSS, .txtSSS, .txtSSSS, .txtM, .txtBM, .txtBBM, .DrpS, .DrpSM, .DrpSS, .DrpSSS, .DrpF, .lstB, .lstBB, .txtSM, .txtSSM {
    color: #1b1b1b;
    border: 1px solid #C1C1C1;
    border-radius: 10px;
    margin-bottom: 7px;
    padding: 3pt 5pt;
    font-weight: normal;
    background-color: #fff;
    border-right-width: 4px !important;
}

.txt100 {
    width: 92%;
    padding: 3px 4%;
}

.btn, input[type=button], input[type=reset], input[type=submit] {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    font-weight: normal;
    background: #1f79af;
    color: #FFF;
    border-radius: 5px;
    margin-bottom: 7px;
    margin-left: 5px;
    padding: 4pt 8pt;
    cursor: pointer;
    min-width: 80px;
}

input.btnBigCen {
    display: block;
    margin: 13px auto !important;
    width: 270px;
    background: #62843c;
    padding: 8px;
}

    input.btnBigCen.gry {
        background-color: #868686;
    }

select[disabled], input[disabled], textarea[disabled] {
    background-color: #efefef;
    color: #5f5f5f;
}

input.req, select.req {
    background-color: #fffce9;
    border-color: #d69771;
}

input:focus, select:focus {
    box-shadow: 0 0 3px #3e9dc0;
    border-color: #3e9dc0;
}

input:disabled, select:disabled, input[readonly] {
    background-color: #f3f3f3 !important;
    border-color: #969696 !important;
}

#tblStatus tr[data-url]:nth-child(2) {
}

#tblStatus tr[data-url] {
}

    #tblStatus tr[data-url]:hover {
        background-color: rgba(61, 197, 255, 0.52);
        color: #0963a7;
        cursor: pointer;
    }

.alert_off, .alert_on {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url('images/alarmIco.png');
}

.alert_on, alert_off:hover {
    background-position: 0 -31px;
}

.btn:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    background-color: #9f9f9f;
    cursor: pointer;
}

.btn[disabled] {
    background-color: gray;
}

p {
    padding: 0px;
    margin: 0px;
}

INPUT {
    padding: 1pt 5pt;
}

INPUT, select {
    outline: none;
}

SELECT, OPTION {
    PADDING-LEFT: 2pt;
}

TEXTAREA {
    padding: 1pt 4px;
}

a {
    COLOR: #0769bf;
    TEXT-DECORATION: none;
}

    a:hover {
        color: #CC3300;
        text-decoration: none;
    }

.slink {
    font-weight: normal;
}

img {
    padding: 0px;
    margin: 0px;
    . border-width: 0px;
}

hr {
    background-color: #a3a3a3;
}

.WCalender {
    float: right;
    background-color: #fff;
    color: #fff;
    width: 290px;
    text-align: center;
}

    .WCalender .pad {
        padding: 7px;
    }

    .WCalender .Month {
        font-size: 20px;
        color: #717171;
        margin-bottom: 10px;
    }

    .WCalender .GMonth {
        font-size: 18px;
        color: #6d6d6d;
    }

    .WCalender .i, .WCalender .e {
        width: 35px;
        height: 35px;
        margin: 4px 0 4px 4px;
        float: right;
    }

    .WCalender .i {
        cursor: pointer;
        color: #454545;
        float: right;
        border-radius: 10px;
        background-color: #e5e5e5;
        line-height: 34px;
    }

        .WCalender .i.vacation {
            background-color: #a4362f;
            color: #fff;
        }

        .WCalender .i.current {
            background-color: #60942c;
            color: #fff;
        }

        .WCalender .i:hover {
            background-color: #323232;
            color: #fff;
        }

#calEvents {
    text-align: right;
    padding-top: 10px;
    color: #404040;
}

    #calEvents .hdate {
        float: right;
        color: #26accd;
        font-size: 18px
    }

    #calEvents .gdate {
        direction: ltr;
        font: 16px arial;
        color: #6d6d6d;
        float: left;
    }

#clockBody {
    margin: 5px;
    width: 168px;
    position: relative;
    overflow: hidden;
    border-radius: 1000px;
    background: #26609a;
    padding: 5px;
    border: 2px solid #fff7e1;
}

#clock {
    width: 100%;
    opacity: 1;
}

#sec {
    position: absolute;
}

#min {
    display: block;
    position: absolute;
}

#hour {
    display: block;
    position: absolute;
}

/*Style*/
form {
    padding: 0;
    margin: 0;
}

.body {
    direction: rtl;
    width: 100%;
    background-color: #e1e1e1;
}

    .body .mid {
        margin: 15px;
        min-height: 500px;
    }

.box_right {
    width: auto;
    z-index: 100;
    overflow: hidden;
    margin-left: 325px;
    -webkit-column-count: 2;
    -webkit-column-fill: initial;
    -webkit-column-gap: 20px;
    -moz-column-count: 2;
    -moz-column-fill: initial;
    -moz-column-gap: 20px;
    column-count: 2;
    column-fill: initial;
    column-gap: 20px;
}

.box_left {
    width: 310px;
    float: left;
    z-index: 101;
}

.logo {
    position: relative;
    background: none;
    width: 100%;
    height: 115px;
    background: #0963a7;
}

    .logo .logoIco {
        background: url(images/hdr-logo.png) no-repeat 100% 50%/auto 100%;
        width: 510px;
        height: 99px;
        float: right;
        margin: 10px 10px 0 0;
    }

    .logo .profile {
        float: left;
        height: 100%;
        background: url(images/logoBk.png?v21) no-repeat 100% 0;
        width: 560px;
        margin-left: 67px;
    }

        .logo .profile .ico {
            width: 70px;
            height: 70px;
            border-radius: 70px;
            border: 3px solid rgb(21, 100, 134);
            float: left;
            margin: 18px 10px 0 10px;
            background-size: 107% auto;
            background-position: 50% 0px;
            background-color: #fff;
            background-repeat: no-repeat;
        }

        .logo .profile .name {
            float: left;
            margin-top: 30px;
            color: #fff;
        }

        .logo .profile a {
            color: #fff;
        }

            .logo .profile a:hover {
                color: #ffc60c;
            }

.bottom {
    height: 40px;
    width: 100%;
    background-color: #464646;
    border-top: 3px solid #131313;
}

    .bottom .cpy {
        float: right;
        background: url(images/cpyIco.png) no-repeat right 0/auto 100%;
        padding: 3px 36px;
        color: #d4edff;
        display: inline-block;
        margin: 5px 10px 0 0;
    }

    .bottom .eg {
        background: url(images/egIco.png) no-repeat left 0/auto 90%;
        display: inline-block;
        float: left;
        color: #d4edff;
        padding: 3px 38px;
        margin: 6px 0 0 10px;
    }

        .bottom .eg:hover {
            color: #94f2ff;
        }

.LBox {
    margin-bottom: 20px;
}

.MBox {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.box_right .MBox {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    z-index: 100;
}

.MBox.ClockWeacher .bpad {
    background: -moz-linear-gradient(45deg, #DBF9FF 0%, #69BEFF 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #DBF9FF), color-stop(100%, #69BEFF)); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, #DBF9FF 0%, #69BEFF 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, #DBF9FF 0%, #69BEFF 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, #DBF9FF 0%, #69BEFF 100%); /* ie10+ */
    background: linear-gradient(45deg, #DBF9FF 0%, #69BEFF 100%); /* w3c */
}

    .MBox.ClockWeacher .bpad #clockBody {
        float: right;
    }

.MBox.ClockWeacher .weatherCont {
    margin-right: 200px;
    border-right: 2px solid rgba(51, 51, 51, 0.14);
}

.MBox.ClockWeacher select {
    background-color: rgba(255, 255, 255, 0.42);
    border: medium none;
    width: auto;
}

.MBox .head {
    position: relative;
    height: 35px;
    background: #55819f;
    border-bottom: 2px solid #38607c;
}

    .MBox .head:after {
        position: absolute;
        content: '';
        right: 0px;
        width: 40px;
        height: 100%;
        background: url(icons/expand.svg) no-repeat 50% 60%/25px auto;
    }

    .MBox .head a {
        float: left;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.47);
        padding: 6px;
    }

        .MBox .head a:hover {
            background-color: rgb(14, 75, 117);
        }

.MBox h1 {
    color: #fff;
    padding: 7px 38px 0 0;
    display: inline-block;
    font-size: 16px;
}

.MBox h2 {
    color: #0077bd;
    padding: 5px 0;
    font-size: 18px;
    display: inline-block;
}

.MBox .bpad {
    padding: 10px 7px;
    overflow: hidden;
    z-index: 0;
    position: relative;
}

.slideMain {
    width: 100% !important;
    overflow: hidden;
    text-align: left;
    position: relative;
    z-index: 0;
}

.MBox .bpad:after {
    display: block;
    content: '';
    clear: both;
}

.MBox .bpad.cen {
    text-align: center;
}

.MBox.red .head {
    background-color: #a34a48;
    border-bottom-color: #7a3331;
}

@media screen and (max-width: 1270px) {
    .box_right {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media screen and (min-width: 1850px) {
    .box_right {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}


/*ComboBox*/
.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: -1px;
    margin-right: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}

.custom-combobox-input {
    margin: 0;
}

.custom-combobox a {
    background-color: #037898;
    padding: 5px 7px;
    color: #fff;
    border-radius: 20px;
    margin-right: 5px;
    cursor: pointer;
}

    .custom-combobox a:hover {
        background-color: #f87500;
    }








/*FieldTable*/
.FieldTable {
    width: 1000px;
    margin-bottom: 15px;
}

    .FieldTable.center {
        margin: 0 auto;
    }

    .FieldTable ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .FieldTable ul li {
            padding: 0;
            margin: 1px .5%;
            width: 49%;
            float: right;
            border-radius: 7px;
            min-height: 54px;
        }

            .FieldTable ul li.P33 {
                width: 32%;
            }

            .FieldTable ul li.P100 {
                width: 99%;
            }

            .FieldTable ul li.br {
                clear: both;
            }

            .FieldTable ul li.Header {
                clear: both;
                font-size: 16pt;
                border-bottom: 2px solid #36659E;
                border-radius: 0;
                margin-bottom: 10px;
                min-height: 35px;
            }

            .FieldTable ul li.Cmnt {
                color: #a11111;
            }

            .FieldTable ul li.Red {
                background-color: #fff0bd;
                color: #bb4b00;
            }

            .FieldTable ul li h1 {
                padding: 5px 0;
                color: #36659E;
                margin: 0;
            }

            .FieldTable ul li b {
                vertical-align: top;
                display: inline-block;
                padding: 12px 5px 0 5px;
                width: 165px;
                font-weight: normal;
            }

            .FieldTable ul li i {
                display: inline;
                font-style: normal;
                color: #2193be;
                padding: 0 4px;
            }

            .FieldTable ul li.P33 b {
                width: 70px;
            }

            .FieldTable ul li p {
                display: inline-block;
                padding: 8px 5px 0 0;
            }

            /*Custom*/
            .FieldTable ul li.NPlate {
                margin-bottom: 12px;
                background-color: #698cad;
                /* border: 1px solid #bfdeef; */
                color: #fff;
            }


                .FieldTable ul li.NPlate spl {
                    display: inline-block;
                    min-width: 162px;
                    /* text-align: center; */
                    padding: 5px 11px;
                }

                .FieldTable ul li.NPlate .numberplate {
                    float: none;
                    display: block;
                    margin: 10px auto;
                }


/*Initial Visit Item*/
.ivField {
    border: 1px solid #bdbdbd;
    border-radius: 7px;
    margin: 3px 0.5%;
    padding: 0.5%;
    width: 31%;
    float: right;
}

    .ivField label {
        padding-left: 5px;
        color: #2a2a2a
    }

    .ivField span {
        display: block;
        padding-bottom: 5px;
        color: #2b2b2b;
    }

    .ivField input[type=text] {
        width: 160px;
    }

.ivfHead {
    display: block;
    padding: 5px;
    color: #a12929;
    font-size: 17px;
}

.ulogs h1 {
    color: #5b5b5b;
    padding: 10px 0;
    border-bottom: 2px solid #dddddd;
}

.ulogs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ulogs li {
    float: right;
    margin: 5px;
    padding: 2px 10px;
    background-color: #6edbea;
    border-radius: 10px;
}












.BnewsRecord {
    width: 50%;
    margin-bottom: 13px;
    float: right;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 15px;
}

    .BnewsRecord:after {
        display: block;
        content: '';
        clear: both;
    }

    .BnewsRecord.Home {
        width: 100%;
        border-bottom: 1px solid #c8c8c8;
        padding: 0;
        float: none;
    }

        .BnewsRecord.Home:last-child {
            border-bottom: medium none;
        }

    .BnewsRecord .img {
        float: right;
    }

        .BnewsRecord .img img {
            border-radius: 8px;
        }

    .BnewsRecord .text {
        text-align: justify;
        line-height: 20px;
        color: #727272;
        margin-right: 140px;
    }

        .BnewsRecord .text p {
            font-size: 13px;
        }

    .BnewsRecord h1 {
        padding: 0;
        color: #1457c4;
    }

        .BnewsRecord h1 a {
            font-size: 12pt;
            font-weight: bold;
        }

    .BnewsRecord .text .date {
        float: right;
        margin-top: 5px;
        color: #ce7e06;
        font-weight: bold;
        float: left;
    }


/*NumberPlate*/
.numberplate {
    width: 261px;
    height: 57px;
    background-image: url('/theme/images/platebk.png');
    float: left;
    margin: 4px;
}

.numberplate_pad {
    direction: ltr;
    padding: 10px 0 0 35px;
    float: left;
}

.numberplate_iran {
    float: right;
    display: block;
    padding: 16px 10px 0 0;
}

.numberplate input {
    direction: ltr;
}

.numberplate input, .numberplate select {
    margin-bottom: 0px;
    padding: 3pt 1pt;
    color: #666666;
    border: 1px solid #cccccc;
    border-radius: 6px;
    text-align: center;
}

.numberplate_txt2 {
    width: 52px;
}

.numberplate_txt {
    width: 40px;
}

.numberplate_drp {
    width: 50px;
}

li.req input, li.req select {
    background-color: #fffce9;
    border-color: #d69771;
}

.ErrorList {
    background: #ffd16e url(images/alertIco.png?V1) no-repeat 100% center;
    color: #a31c1c;
    padding: 5px 99px 5px 5px;
    border: 1px solid #ffc445;
    margin: 10px 0;
}

    .ErrorList ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .ErrorList h3 {
        font-size: 16px;
        padding: 7px 0;
        display: block;
    }




.BoxBirthDate, .BoxMaritalDate {
    width: 100%;
    height: 260px;
    background: url(/uploads/birth.jpg) no-repeat 100% 0;
    margin: 10px 0;
}

.BoxMaritalDate {
    background: url(/uploads/marital.jpg) no-repeat 100% 0;
}

    .BoxBirthDate p, .BoxMaritalDate p {
        padding: 180px 5px 5px 5px;
    }


/*EmpPerformance*/
.loading {
    position: absolute;
    background: rgba(255, 255, 255, 0.45) url(/theme/images/loading2.gif) no-repeat 50% 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 70000;
}

    .loading.show {
        display: block;
    }

#tblEmpPer td {
    text-align: center;
}

    #tblEmpPer td:first-child {
        text-align: right;
    }

    #tblEmpPer td.thead {
        background-color: #3e3e3e;
        color: #fff;
    }

#tblEmpPer tbody tr:nth-child(even) {
    background-color: #eeeeee;
}

#tblEmpPer tbody td:hover {
    transition: all ease-in .2s;
    background-color: #ffe798;
    color: #852900;
    cursor: pointer;
}


/*Messages*/
.msgBtn {
    position: absolute;
    left: 10px;
    top: 20px;
    width: 52px;
    height: 80px;
    border-radius: 100px;
    background: #074473 url(/theme/images/newmsgIco.png) no-repeat 50% 40%;
    text-align: center;
    transition: all ease .5s;
    z-index: 1000000000;
}

    .msgBtn > a {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .msgBtn.Blink {
        background-color: #FFA200;
    }

    .msgBtn:hover {
        background-color: #545556;
    }

    .msgBtn .cnt {
        color: #fff;
        border-radius: 20px;
        padding-top: 46px;
        font-weight: bold;
    }

    .msgBtn .men {
        z-index: 1000;
        text-align: right;
        width: 300px;
        background-color: #737373;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        transition: all ease-in-out .3s;
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        box-shadow: 0 0 10px #232323;
        color: #fff;
        font: 13px tahoma;
    }

        .msgBtn .men li {
            border-bottom: 1px solid #686868;
            padding: 5px;
            margin: 2px 0;
            cursor: pointer;
            color: #fff;
        }

            .msgBtn .men li p {
                padding: 4px 0;
            }

            .msgBtn .men li i {
                color: #75E4FF;
                font-style: normal;
            }

            .msgBtn .men li:hover {
                background-color: #262626;
            }

            .msgBtn .men li:last-child {
                border-bottom: medium none;
            }

    .msgBtn:hover .men {
        visibility: visible;
        opacity: 1;
    }

/*MainMen*/
.MainMen {
    width: 100%;
    height: 47px;
    background: #a62825;
    /* border-bottom: 1px solid #eee4e3; */
    /* border-top: 1px solid #eee4e3; */
    text-align: right;
    clear: both;
}

    .MainMen ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .MainMen ul li {
            float: right;
            position: relative;
            z-index: 100000;
        }

li#btnMenSettings {
    float: left;
    background: #e9f4ff url(icons/settings.svg) no-repeat 5px 3px/40px auto;
    padding-left: 40px;
    border-radius: 0 100px 100px 0;
    /* margin: 0; */
}

    li#btnMenSettings * {
        color: #26609a;
    }

.MainMen ul ul li.hasChilds {
    background-image: url(images/leftArr.png);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 5px 50%;
}

.MainMen .submenu {
    float: right;
    z-index: 1000000001;
    position: absolute;
    right: 0px;
    top: 49px;
    display: none;
    background-color: #e2e2e2;
    padding: 5px 0;
}

    .MainMen .submenu a {
        display: block;
        color: #1d1d1d;
        height: 35px;
        line-height: 35px;
        cursor: pointer;
        position: relative;
        width: 170px;
    }

        .MainMen .submenu a:hover {
            color: #fff;
            background-color: #3c3c3c;
        }

    .MainMen .submenu span {
        display: block;
        padding: 4px;
    }

.MainMen .menitem {
    line-height: 48px;
    display: block;
    height: 47px;
    text-decoration: none;
    color: #FFF;
    padding: 0 10px;
    direction: rtl;
    position: relative;
    z-index: 33;
}

    .MainMen .menitem b {
        position: absolute;
        left: 10px;
        top: 9px;
        background-color: #fff173;
        color: #d26200;
        padding: 4px 10px;
        display: inline-block;
        line-height: 20px;
        box-shadow: 0 0 10px #860f0c;
    }

.MainMen ul ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .3s;
    transform: scale(.3);
    transition-delay: .1s;
    transform-origin: 100% 0;
    box-shadow: 1px 2px 3px hsla(0, 0%, 0%, 0.44);
    background-color: #3a5269;
}

.MainMen li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transform-origin: 100% 0;
    z-index: 1000000000;
}

.MainMen > ul ul li {
    min-width: 220px;
}

.MainMen > ul li a {
    line-height: 35px;
    display: block;
    height: 40px;
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
    direction: rtl;
}

.MainMen ul ul li:hover {
    background-color: rgba(0, 0, 0, 0.29);
}

.MainMen ul ul li ul {
    top: 8px;
    right: 100%;
}




.MainMen .menitem:hover, .MainMen .menselected {
    background: transparent !important;
    text-decoration: none;
    color: #fff;
}

.MainMen > ul > li:after {
    transition: all ease-in-out .3s;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.15);
    content: '';
    bottom: 50%;
    opacity: 0;
}

.MainMen > ul > li:hover:after {
    opacity: 1;
    top: 0;
    bottom: 0;
}



/*FilePhotos*/
.FilePhotos h2 {
    clear: both;
    display: block;
    margin: 10px 0;
    font-size: 15px;
}

.photoItem {
    padding: 5px 11px;
    margin: 0 5px;
    float: right;
    text-align: center;
}

    .photoItem:hover {
        background-color: #2b2b2b;
        color: #fff;
    }

        .photoItem:hover a {
            color: #fff;
        }

.endPhotoItem {
    clear: both;
}



.homeShortcut {
    text-align: center;
}

    .homeShortcut div {
        display: inline-block;
    }

        .homeShortcut div a {
            display: inline-block;
            width: 138px;
            /* height:100px; */
            background-image: url("images/shortcut.png");
            background-repeat: no-repeat;
            padding: 120px 10px 10px 10px;
            color: #505050;
        }

            .homeShortcut div a:hover {
                color: #00a3ab;
            }

.submitLoading,
.loadinPanel{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.80) url(images/loading.gif) no-repeat 50% 50%/60px auto;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
}

    .submitLoading.show,
    .loadinPanel.show {
        opacity: 1;
        visibility: visible;
        transition: all ease-in-out .4s;
    }

    .submitLoading:before,
    .loadinPanel:before {
        content: 'چند لحظه صبر کنید';
        position: absolute;
        top: 50%;
        text-align: center;
        display: block;
        width: 100%;
        margin-top: 40px;
        color: #05c2c5;
    }


body {
    background-color: #d3d3d3;
    padding: 0;
    margin: 0;
}

.login {
    border-top: 2px solid #0f4d7b;
    border-bottom: 2px solid #0f4d7b;
    background-color: #0963a7;
    width: 100%;
    margin-top: 130px;
    text-align: center;
}

.login_panell {
    border-radius: 15px;
    width: 520px;
    background: url(/theme/images/loginBk.png) no-repeat 50% 10px/auto 200px;
    display: inline-block;
}

    .login_panell .txt {
        color: #fff;
        padding: 230px 94px 4px 4px;
        text-align: right;
        line-height: 35px;
    }

.login_panell_txt input[type=text], .login_panell_txt input[type=password] {
    border: none medium;
}

.alert {
    padding: 20px;
    text-align: center;
}

    .alert img {
        padding: 10px;
    }

    .alert h1 {
        color: Red;
    }


.Calendar {
    position: relative;
    min-height: 460px
}

    .Calendar:after {
        content: '';
        display: block;
        clear: both;
    }

    .Calendar .cal .week:after {
        clear: both;
        content: '';
        display: block;
    }

    .Calendar .cal .day {
        width: 14.2%;
        background-color: #f2f2f2;
        float: right;
        min-height: 137px;
        position: relative;
        border: 1px solid rgb(255, 255, 255);
        box-sizing: border-box;
        cursor: default;
    }

        .Calendar .cal .day .item {
            direction: ltr;
            padding: 10px 44px 7px 7px;
            font: 15px Roboto;
            border-radius: 100px;
            display: inline-block;
            margin: 5px;
            color: #000;
            cursor: pointer;
            position: relative;
            color: #fff;
        }

            .Calendar .cal .day .item p {
                color: #717171;
                position: absolute;
                top: 3px;
                right: 4px;
                border-radius: 100px;
                background-color: #fff;
                padding: 2px 0;
                width: 28px;
                text-align: center;
                font: 15px FaFont;
            }

            .Calendar .cal .day .item:hover {
                background-color: #525252 !important;
            }

        .Calendar .cal .day span {
            color: #696969;
            position: absolute;
            top: 20px;
            left: 5px;
            font: 14px tahoma;
        }

        .Calendar .cal .day.none {
            background-color: transparent;
            border: medium none;
            cursor: default;
        }

    .Calendar.big .cal .day.dow {
        text-align: center;
        height: 37px !important;
        font-size: 16px !important;
        color: #ababab;
    }

    .Calendar.small .cal .day.dow {
        text-align: center;
        height: 20px !important;
    }

    .Calendar .cal .day.isVacation {
        background-color: #ad4e4e;
        color: #fff;
    }

    .Calendar .cal .day.hasEvent {
        box-shadow: inset 0 0 4px #ffd800;
    }


    .Calendar.selectDate .cal .day {
        min-height: 50px;
        cursor: pointer;
    }

        .Calendar.selectDate .cal .day.selected {
            background-color: #568300;
            color: #fff;
        }

    .Calendar.small .cal .day.selected {
        background-color: #6ea948;
        color: #fff;
    }

    /*Cal Theme*/
    .Calendar.small .nav {
        position: relative;
    }

    .Calendar.small .gMonthName {
        text-align: center;
        font: 21px Roboto;
        padding: 7px;
        color: #77bb0f;
    }

    .Calendar.small .monthName {
        text-align: center;
        font-size: 20px;
        padding: 4px;
        color: #29789e;
    }

    .Calendar.small .next, .Calendar.small .prev {
        position: absolute;
        top: 16px;
        font-size: 17px;
        text-decoration: none;
        padding: 0;
        border-radius: 100px;
        color: #969696;
    }

    .Calendar.small .prev {
        left: 0;
        text-align: left;
    }

    .Calendar.small .next {
        right: 0;
    }

        .Calendar.small .next:hover, .Calendar.small .prev:hover {
            color: #30a096;
        }

    .Calendar.small .cal .day {
        min-height: 50px;
        border: none;
        margin: .5%;
        width: 13.2%;
        border-radius: 7px;
        padding-right: 4px;
    }

    /*HomeCal*/
    .Calendar.homeCal {
        width: 96%;
        padding: 2%;
    }

        .Calendar.homeCal .cal .day {
            min-height: 36px;
            width: 13.2%;
            background-color: rgb(230, 230, 230);
            color: #5f5f5f;
        }

            .Calendar.homeCal .cal .day.hasEvent {
                box-shadow: inset 0 0 0px #ffffff;
            }

            .Calendar.homeCal .cal .day span {
                font: 11px tahoma;
            }

            .Calendar.homeCal .cal .day.none {
                background-color: transparent;
            }

            .Calendar.homeCal .cal .day.isVacation {
                background-color: #ad4e4e;
                color: #fff;
            }

                .Calendar.homeCal .cal .day.isVacation span, .Calendar.homeCal .cal .day.selected span {
                    color: #fff;
                }

            .Calendar.homeCal .cal .day.selected {
                background-color: #6ea948;
                color: #fff;
            }

.frmAddApp {
    padding: 20px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.88);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 7px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .5s;
}

    .frmAddApp.show {
        opacity: 1;
        visibility: visible;
    }

    .frmAddApp table {
        width: 100%;
    }

    .frmAddApp td {
        color: #69a6d2;
        padding: 3px;
        vertical-align: top;
    }

    .frmAddApp .htitle {
        font-size: 34px;
        padding: 10px 2px;
    }

    .frmAddApp input[type=text], .frmAddApp select, .frmAddApp textarea {
        border-radius: 3px;
        border: 1px solid #6b6b6b;
        color: #fff;
        padding: 4px 7px;
        background-color: transparent;
        outline: none;
    }

        .frmAddApp input[type=text]:focus, .frmAddApp select:focus, .frmAddApp textarea:focus {
            border-color: #677b30;
        }

    .frmAddApp input[type=button] {
        border: 1px solid #89c3e8;
        color: #89c3e8;
        background-color: transparent;
    }

        .frmAddApp input[type=button]:hover {
            color: #fff;
            background-color: #89c3e8;
        }

    .frmAddApp textarea {
        width: 90%;
        height: 120px;
    }

    .frmAddApp select option {
        color: #000;
    }

    .frmAddApp input[type=text] {
        min-width: 90%;
    }

    .frmAddApp input[name='Finish'], .frmAddApp input[name='Start'] {
        direction: ltr;
        min-width: 60%;
    }

.calApps ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .calApps ul li {
        padding: 0;
        margin: 7px 0;
        border: 1px solid #f3e5b8;
        border-radius: 3px;
        background-color: #fffcf2;
        position: relative;
    }

        .calApps ul li b {
            padding: 5px;
            display: block;
        }

        .calApps ul li p {
            display: block;
            padding: 0 5px 5px 5px;
            color: #9e462e;
        }

        .calApps ul li .start, .calApps ul li .finish {
            position: absolute;
            left: 7px;
            bottom: 5px;
            color: #1f76a2;
            line-height: 17px;
        }

        .calApps ul li .finish {
            left: 60px;
            border-left: 2px solid #1f76a2;
            padding-left: 7px;
        }

        .calApps ul li a {
            position: absolute;
            display: block;
            left: 10px;
            top: 7px;
            width: 25px;
            height: 25px;
            background-repeat: no-repeat;
            background-size: 75% auto;
            background-position: 50% 50%;
            background-image: url(images/appDel.png);
            border-radius: 3px;
            border: 1px solid #585858;
            opacity: .4;
        }

            .calApps ul li a[data-type='edit'] {
                background-image: url(images/appEdit.png);
                left: 45px
            }

            .calApps ul li a:hover {
                opacity: 1;
            }

#calEvents {
    clear: both;
    color: #77af0d;
    padding: 7px 4px;
    font-size: 16px;
}


.ExpertiseFee select {
    font-size: 20px;
    width: 150px;
    margin: 15px auto;
    /* display: block; */
    border-radius: 7px;
    box-shadow: 0 0 4px #a9a9a9;
    padding: 4px;
    border: medium none;
    margin: 7px;
}

.ExpertiseFee .TableCont {
    width: 100%;
    overflow: auto;
}

.ExpertiseFee table {
    border-collapse: collapse;
}

    .ExpertiseFee table td {
        padding: 6px;
        text-align: center;
    }

    .ExpertiseFee table thead tr {
        background-color: #19688a;
        color: #fff;
    }

    .ExpertiseFee table thead td {
        text-align: center;
        vertical-align: middle;
    }

    .ExpertiseFee table input[type=text] {
        text-align: center;
        width: 100%;
        min-width: 100px;
        margin: 0;
        border: medium none;
        background-color: transparent;
        padding: 0;
    }

    .ExpertiseFee table thead tr:nth-child(2) {
        background-color: rgb(48, 142, 124);
    }

    .ExpertiseFee table thead tr td:nth-child(1) {
        background-color: #fff;
        position: relative;
        z-index: 2;
    }

    .ExpertiseFee table tbody tr td:nth-child(1),
    .ExpertiseFee table tbody tr td:nth-child(2) {
        min-width: 220px;
        background-color: #61696d;
        color: #fff;
        text-align: right;
        position: relative;
        z-index: 2;
    }

    .ExpertiseFee table tbody tr:nth-child(odd) td:nth-child(1),
    .ExpertiseFee table tbody tr:nth-child(odd) td:nth-child(2) {
        background-color: #6b7377;
    }


    .ExpertiseFee table tbody tr:nth-child(even) {
        background-color: rgba(38, 141, 184, 0.14);
    }

    .ExpertiseFee table thead tr:first-child td:nth-child(2n+2) {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .ExpertiseFee table tbody tr td:nth-child(8n+3),
    .ExpertiseFee table tbody tr td:nth-child(8n+4),
    .ExpertiseFee table tbody tr td:nth-child(8n+5),
    .ExpertiseFee table tbody tr td:nth-child(8n+6),
    .ExpertiseFee table tbody tr td:nth-child(8n+7),
    .ExpertiseFee table thead tr:nth-child(2) td:nth-child(8n+2),
    .ExpertiseFee table thead tr:nth-child(2) td:nth-child(8n+3),
    .ExpertiseFee table thead tr:nth-child(2) td:nth-child(8n+4),
    .ExpertiseFee table thead tr:nth-child(2) td:nth-child(8n+5),
    .ExpertiseFee table thead tr:nth-child(2) td:nth-child(8n+6),
    .ExpertiseFee table thead tr:nth-child(2) td:nth-child(8n+7) {
        background-color: rgba(25, 104, 138, 0.14);
    }

.ExpertiseFee.Car table tbody tr td:nth-child(5),
.ExpertiseFee.Car table tbody tr td:nth-child(4) {
    background-color: rgba(255, 255, 255, 0);
}

.ExpertiseFee.Car table tbody tr td:nth-child(3n+2),
.ExpertiseFee.Car table tbody tr td:nth-child(3n+3),
.ExpertiseFee.Car table tbody tr td:nth-child(3n+4),
.ExpertiseFee.Car table thead tr:nth-child(2) td:nth-child(4n+2),
.ExpertiseFee.Car table thead tr:nth-child(2) td:nth-child(4n+3) {
    background-color: rgba(25, 104, 138, 0.14);
}

.ExpertiseFee table tbody tr:hover td {
    background-color: rgba(255, 207, 0, 0.33) !important;
    color: #000;
}

.ExpertiseFee #btnSave {
    margin: 20px auto;
    display: block;
    font-size: 20px;
    background-color: #903e3e;
    width: 300px;
}

.crmSearchFile {
    background-color: #e2e2e2;
    padding: 10px;
    border-radius: 10px;
    width: 550px;
    margin: 10px auto;
    text-align: center;
}

    .crmSearchFile > * {
        margin: 5px;
    }

    .crmSearchFile input[type=submit] {
        background-color: #859a24;
    }

.modalCrmFill {
    background-color: #fff;
    position: fixed;
    z-index: 999999;
    box-shadow: 0 0 30px #777;
    border-radius: 10px;
    height: 80%;
    width: 900px;
    overflow: auto;
    top: 10%;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .8s;
}

    .modalCrmFill.show {
        visibility: visible;
        opacity: 1;
    }

    .modalCrmFill h1 {
        font-size: 23px;
        color: #0963a7;
        padding: 10px 0;
    }

    .modalCrmFill a.close {
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 8px 12px 3px 12px;
        border-radius: 100px;
        background-color: #bf3939;
        color: #fff;
        line-height: 25px;
        font-size: 20px;
    }

        .modalCrmFill a.close:hover {
            background-color: #d86868;
        }

    .modalCrmFill .tbl tr {
        border-bottom: 1px solid #ececec;
    }

    .modalCrmFill .tbl > tbody > tr > td {
        padding: 9px;
    }

    .modalCrmFill .tbl tr input[type=text], .modalCrmFill .tbl tr select {
        margin: 0;
    }

.dataTbl.crm thead tr td:nth-child(3), .dataTbl.crm thead tr td:nth-child(2) {
    text-align: center;
}

.dataTbl.crm tbody tr td:nth-child(3) {
    background-color: rgba(88, 206, 192, 0.36);
    width: 150px;
    text-align: center;
    color: #09675b;
    font: 15px tahoma;
    font-weight: bold;
}

.dataTbl.crm tbody tr td:nth-child(2) {
    background-color: rgba(140, 24, 24, 0.53);
    width: 150px;
    text-align: center;
    color: #ffffff;
    font: 15px tahoma;
    font-weight: bold;
}


/* Style the tab */
.tab {
    overflow: hidden;
    border-bottom: 3px solid #9f5955;
    text-align: center;
}

    .tab div {
        color: #9f5955;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font: inherit;
        display: inline-block;
    }

        .tab div:hover {
            background-color: #d4c4c4;
        }

        .tab div.active {
            background-color: #9f5955;
            color: #ffffff;
        }

.tabcontent {
    display: none;
    padding: 17px;
    border-top: none;
    margin: 0 auto;
    width: 900px;
}

    .tabcontent:after {
        display: block;
        content: '';
        clear: both;
    }

.TblInfo {
    width: 900px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .TblInfo > div {
        margin: .5%;
        border: 1px solid #e8e8e8;
        width: 49%;
        box-sizing: border-box;
        padding: 7px;
        border-radius: 5px;
    }

        .TblInfo > div b {
            display: inline-block;
            width: 150px;
            color: #2d7a98;
            font-weight: normal;
        }

.crmNewAct {
    padding: 21px 0;
    text-align: center;
}

    .crmNewAct select {
        border-radius: 7px;
        border: 1px solid #d2d2d2;
        padding: 4px 7px;
        margin-left: 10px;
        min-width: 180px;
    }

    .crmNewAct a {
        display: inline-block;
        padding: 6px 30px;
        background-color: #c58720;
        border-radius: 7px;
        color: #fff;
    }

        .crmNewAct a:hover {
            background-color: #737373;
        }

.crmActTbl {
    border-collapse: collapse;
    width: 100%;
}

    .crmActTbl > tbody > tr > td, .crmActTbl > thead > tr > td {
        padding: 5px;
        border: 1px solid #4f8fa5;
    }

    .crmActTbl > thead > tr {
        background-color: #4f8fa5;
        color: #fff;
    }

    .crmActTbl tr.trMore {
        display: none;
    }

        .crmActTbl tr.trMore.show {
            display: table-row;
        }

    .crmActTbl td .more {
        background-color: #b74444;
        width: 100%;
        display: block;
        text-align: center;
        color: #fff;
        padding: 3px 0;
    }

        .crmActTbl td .more:hover {
            background-color: #b17272;
        }

    .crmActTbl > tbody > tr:nth-child(4n+1) {
        background-color: #f1f1f1;
    }

.formGen {
    width: 100%;
}

    .formGen > div {
        padding: 0;
        margin: 1px 0 1px 1%;
        width: 49%;
        float: right;
        border-radius: 7px;
        min-height: 49px;
        box-sizing: content-box;
    }

        .formGen > div > label {
            vertical-align: top;
            display: inline-block;
            padding: 12px 5px 0 5px;
            width: 165px;
            font-weight: normal;
        }

        .formGen > div > span {
            display: inline-block;
            padding: 8px 5px 0 0;
        }

        .formGen > div > h2 {
            font-size: 20px;
            width: 100%;
            color: #a74f4f;
            border-bottom: 2px solid #a74f4f;
            display: block;
        }

        .formGen > div .chks {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .formGen > div .chks li {
                display: inline-block;
                padding: 5px 0 5px 5px;
            }

        .formGen > div textarea, .formGen > div input[type=text], .formGen > div select {
            border: 1px solid #99bac5;
            padding: 4px 10px;
            margin: 0;
            min-width: 200px;
            border-radius: 4px;
        }

        .formGen > div .date, .formGen > div .number {
            text-align: left;
            direction: ltr;
        }

        .formGen > div textarea {
            height: 100px;
            min-width: 250px;
        }

    .formGen > input[type=submit] {
        float: right;
        width: 40%;
        padding: 7px 0;
        clear: right;
        display: block;
        margin: 20px 30%;
        border: 2px solid #1f79af;
        background-color: #fff;
        color: #1f79af;
    }

    .formGen > .btnBack {
        float: right;
        width: 40%;
        padding: 7px 0;
        clear: right;
        display: block;
        margin: 0 30% 20px 30%;
        border: 2px solid #a0a0a0;
        background-color: #fff;
        color: #a0a0a0;
    }

        .formGen > input[type=submit]:hover, .formGen > .btnBack:hover {
            border-color: #1f79af;
            background-color: #1f79af;
            color: #fff;
        }

    .formGen:after {
        content: '';
        display: block;
        clear: both;
    }

.ui-autocomplete {
    z-index: 9999991 !important;
}

#btn_version {
    text-align: left;
    direction: rtl;
    font-size: 15px;
    margin: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

    #btn_version p {
        color: #636363;
        padding: 0;
    }

    #btn_version b {
        display: inline-block;
        padding: 3px 20px;
        background-color: #232323;
        color: #fff;
        border-radius: 10px;
        margin-top: 10px;
        font-weight: normal;
        cursor: pointer;
    }

        #btn_version b:hover {
            background-color: #8ba24c;
        }




.msgOver, .modalOver {
    z-index: 9999999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* opacity: .7; */
    background-color: rgba(0, 0, 0, 0.18);
}

.modalOver {
    display: none;
    z-index: 50000;
}

.msgBox {
    z-index: 9999999999;
    position: fixed;
    top: 40%;
    left: 50%;
    width: 450px;
    min-height: 170px;
    margin: -100px 0 0 -225px;
    box-shadow: 0 0 20px #3a3a3a;
    color: #5C5C5C;
    background: #efefef;
    font: 16px FaFont;
    -webkit-animation: animMsg .4s;
    /* border-radius: 8px; */
}

    .msgBox .pad {
        padding: 7px;
    }

    .msgBox .icon {
        margin: 10px 10px 0 0;
        float: right;
        width: 85px;
        height: 85px;
        background-image: url(images/msgBoxIco.png);
        background-repeat: no-repeat;
        background-size: 85px auto;
    }

        .msgBox .icon.er {
            background-position: 0 -177px;
        }

        .msgBox .icon.wr {
            background-position: 0 0;
        }

        .msgBox .icon.qs {
            background-position: 0 -88px;
        }

        .msgBox .icon.ok {
            background-position: 0 0;
        }

    .msgBox .msg {
        float: right;
        padding: 46px 15px 0 0;
        width: 318px;
        text-align: right;
    }

        .msgBox .msg ul {
            list-style: disc;
            padding: 0 15px;
        }

    .msgBox .btns {
        clear: both;
        text-align: center;
    }

        .msgBox .btns input {
            background-color: #797979;
            display: inline-block;
            border: medium none;
            border-radius: 15px;
            padding: 6px;
            color: #ffffff;
            text-align: center;
            min-width: 80px;
            margin: 5px;
            cursor: pointer;
            -webkit-appearance: none;
        }

            .msgBox .btns input:focus, .msgBox .btns input:hover {
                background-color: #1479bd;
            }

.modal {
    z-index: 0;
    background-color: #fff;
    box-shadow: 0px 0px 14px 0px;
    position: fixed;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
    width: 500px;
    height: 500px;
    margin: -250px 0 0 -250px;
    /* overflow: auto; */
}

    .modal h1 {
        color: #1074bf;
        font: 24px FaFont;
        padding: 6px 0;
        border-bottom: 1px solid #d0d0d0;
        display: block;
    }

    .modal a.close {
        position: absolute;
        top: 5px;
        left: 10px;
        border-radius: 100px;
        padding: 9px 12px 3px 12px;
        background-color: #9e9e9e;
        color: #fff;
        font-size: 20px;
    }

        .modal a.close:hover {
            background-color: #a92b2b;
        }

    .modal h2 {
        color: #019ea8;
        font: 20px FaFont;
        padding: 0 0 7px 0;
    }

        .modal h2.lblMsg {
            background: url(okIco.png) no-repeat 50% 20px/110px;
            padding-top: 140px;
            text-align: center;
        }


    .modal .pad {
        padding: 10px 10px 10px 10px;
    }

        .modal .pad.HasBotBtn {
            position: absolute;
            top: 48px;
            left: 0;
            right: 0;
            bottom: 47px;
        }

    .modal .modalBtns {
        position: absolute;
        bottom: 0;
        height: 37px;
        padding: 5px;
        left: 0;
        right: 0;
        background-color: #e4e4e4;
    }

        .modal .modalBtns.center {
            text-align: center;
        }

    .modal.open {
        z-index: 60000;
        opacity: 1;
        visibility: visible;
        -webkit-animation: animMsg ease-in-out .4s;
    }


/*.modal {
    z-index: 10000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .4s;
}

    .modal.show {
        visibility: visible;
        opacity: 1;
    }

    .modal .window {
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #fff;
        border-radius: 10px;
        width: 740px;
        height: 500px;
        margin: -250px 0 0 -370px;
        box-shadow: 0 0 10px rgb(90, 90, 90);
        overflow: auto;
    }

        .modal .window a.close {
            position: absolute;
            top: 7px;
            left: 7px;
            background-color: #ba2727;
            padding: 7px 13px 3px 13px;
            display: block;
            color: #fff;
            border-radius: 40px;
        }

            .modal .window a.close:hover {
                background-color: #ff9c00;
            }

        .modal .window .pad {
            padding: 10px;
        }

        .modal .window h1 {
            font-size: 25px;
            color: #ba2727;
            padding: 5px 0;
        }

        .modal .window p {
            padding: 5px 0;
            color: #6f6f6f;
            border-bottom: 1px solid #D4D4D4;
            margin-bottom: 7px;
        }*/






.FieldTable ul li sp {
    width: 32.3%;
    display: inline-block;
    text-align: center;
    padding: 10px;
    border: 1px solid #7bc5c7;
    background-color: #e3feff;
    box-sizing: border-box;
    margin: .5%;
}

    .FieldTable ul li sp.red {
        border: 1px solid #ea7878;
        background-color: #ffeaea;
    }

.plateExm {
    color: #00BCD4;
}

input.mapAppDirection {
    margin: 10px 0 0 10px;
    background: #89a042 !important;
    border-radius: 4px;
}


.checkList {
    height: 300px;
    overflow: hidden;
    width: 350px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 6px;
}

    .checkList .search {
        margin: 5px 2%;
        padding: 4px 2%;
        width: 92%;
        background: #ececec;
        border: medium none;
        border-radius: 5px;
    }

    .checkList .list {
        height: 258px;
        overflow: auto;
    }

.ReportFilter .fright {
    float: right;
    width: auto;
}

.ReportFilter .fclear {
    clear: both;
}

.ReportList {
    padding: 20px;
}

    .ReportList > h3 {
        display: block;
        font: 21px FaFont;
        border-bottom: 2px solid #0b9eb1;
        color: #0b9eb1;
        padding: 5px 0;
        margin-bottom: 10px;
        clear: both;
    }

    .ReportList a {
        width: 24%;
        float: right;
        height: 90px;
        box-shadow: 0 0 3px #67a2ab;
        background: #eef6f7 url(images/reportbIco.png) no-repeat 97% 50%/45px auto;
        margin: .5%;
        border-radius: 5px;
        box-sizing: border-box;
        padding-right: 55px;
    }

        .ReportList a b {
            font-weight: normal;
            padding: 10px;
            display: block;
            color: #0b9eb1;
        }

        .ReportList a p {
            padding: 0 10px;
            font: 14px tahoma;
            color: #757575;
        }

        .ReportList a:hover {
            background-color: #0b9eb1;
            color: #fff;
        }

            .ReportList a:hover * {
                color: #fff;
            }

.MenuSettings {
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .3s;
}

    .MenuSettings.show {
        visibility: visible;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000000;
    }

    .MenuSettings .panel {
        background-color: #fff;
        width: 500px;
        height: 100%;
        /* overflow: auto; */
        position: absolute;
        left: -80%;
        top: 0;
        opacity: .3;
        transition: all ease-in-out .4s;
    }

    .MenuSettings.show .panel {
        left: 0;
        opacity: 1;
    }

    .MenuSettings .bk {
        left: 500px;
        top: 0;
        right: 0;
        bottom: 0;
        position: absolute;
    }

    .MenuSettings .items {
        /* padding: 10px; */
        overflow: auto;
        position: absolute;
        top: 100px;
        right: 10px;
        left: 10px;
        bottom: 20px;
    }

        .MenuSettings .items:after {
            display: block;
            content: '';
            clear: both;
        }

    .MenuSettings .search {
        border: medium none;
        border-radius: 7px;
        background-color: #dadada;
        margin: 10px auto;
        display: block;
        padding: 7px;
        direction: rtl;
        width: 70%;
    }

    .MenuSettings h1 {
        text-align: center;
        font-size: 23px;
        padding: 15px 0 0 0;
        display: block;
        color: #2897b3;
    }

    .MenuSettings a.close {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: #c04b4b;
        display: block;
        padding: 3px 10px;
        color: #fff;
        border-radius: 0 0px 10px 0;
        font-weight: bold;
    }

        .MenuSettings a.close:hover {
            background-color: #dc3b3b;
        }

    .MenuSettings .items > div {
        float: right;
        width: 32.3%;
        text-align: center;
        border: 1px solid #eee;
        box-sizing: border-box;
        border-radius: 5px;
        margin: .5%;
        height: 110px;
        overflow: hidden;
        transition: all ease .3s;
        background-position: 50% 10px;
        background-repeat: no-repeat;
        background-size: auto 70px;
    }

        .MenuSettings .items > div a {
            display: block;
            padding-top: 80px;
            color: inherit;
        }

        .MenuSettings .items > div:hover {
            background-color: #a2cad0;
            color: #ffffff;
        }

.body {
    transition: all ease .3s;
}

body.smallBody .body {
    transform: scale(.85);
    transform-origin: right center;
    height: 100%;
    overflow: hidden;
}

.slideMain {
    direction: ltr;
}

#boxPhonebook .search {
    width: 100%;
    padding: 7px 2.5%;
    border-radius: 10px;
    border: medium none;
    background-color: #e7e7e7;
}


.w_panel {
    padding: 5px;
}

.w_loading {
    padding: 10px;
    text-align: center;
    display: none;
}

.w_today {
    font-size: 16pt;
}

.w_p_today {
    width: 100%;
    height: 130px;
    overflow: hidden;
    direction: ltr;
    background-position: right top;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: auto 120%;
}

.PollLiItem {
    border-bottom: 1px solid #c3c3c3;
    padding: 5px 0;
    /* margin-bottom:10px; */
    display: block;
}

    .PollLiItem:last-child {
        border-bottom: none;
    }

    .PollLiItem span {
        display: block;
        color: #797979;
    }


.FileNotes {
    position: fixed;
    left: 47px;
    z-index: 100000;
    top: 150px;
    border-radius: 10px;
    background-color: #fff5cb;
    box-shadow: 0 0 20px #d5d5d5;
    border: 1px solid #fff;
    direction: rtl;
    width: 400px;
    transition: all ease-in-out .4s;
}

    .FileNotes.Show {
        bottom: 10px;
    }

    .FileNotes .btnClose {
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 20px;
        font-weight: bold;
        color: #d00000;
    }

    .FileNotes .cont {
        display: none;
    }

    .FileNotes.Show .cont {
        display: block;
    }

    .FileNotes .btnShowNotes {
        position: absolute;
        top: -59px;
        left: 0;
        border-radius: 5px;
        background-color: #6cab11;
        color: #fff;
        padding: 8px 12px;
        direction: rtl;
        cursor: pointer;
    }

        .FileNotes .btnShowNotes:hover {
            background-color: #9b1515;
        }

        .FileNotes .btnShowNotes b {
            display: inline-block;
            padding: 0px 5px;
            margin-right: 10px;
            text-align: center;
            min-width: 15px;
            background-color: #333;
            border-radius: 100px;
        }

    .FileNotes h2 {
        text-align: center;
        display: block;
        font-size: 20px;
        padding: 12px;
        color: #ba7f14;
        font-weight: bold;
    }

    .FileNotes .list > div {
        border-top: 1px solid hsl(0deg 0% 0% / 16%);
    }

        .FileNotes .list > div:after, .homeNotes > div:after {
            display: block;
            content: '';
            clear: both;
        }

        .FileNotes .list > div .tBtn {
            float: left;
            background-color: transparent;
            color: #0050ab;
            border: 1px solid #0050ab;
            margin-bottom: 3px;
            border-radius: 5px;
        }

            .FileNotes .list > div .tBtn:hover {
                background-color: #0050ab;
                color: #fff;
            }

        .FileNotes .list > div i, .homeNotes > div i {
            font-size: 13px;
            font-style: normal;
            color: #998945;
        }

        .FileNotes .list > div p, .homeNotes > div p {
            padding: 4px 0;
        }

    .FileNotes .list {
        position: absolute;
        top: 49px;
        left: 10px;
        right: 10px;
        bottom: 135px;
        overflow: auto;
    }

    .FileNotes .add {
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 0px;
        overflow: auto;
    }

        .FileNotes .add textarea {
            border: medium none;
            border-radius: 5px;
            width: 96%;
            padding: 2%;
            height: 57px;
        }

        .FileNotes .add input[type=submit] {
            float: left;
            margin: 10px 0;
            background-color: #ab4711;
        }

            .FileNotes .add input[type=submit]:hover {
                background-color: #0d46a0;
            }

.homeNotes {
    height: 360px;
    overflow: auto;
}

    .homeNotes div {
        background: rgb(255,228,158);
        background: linear-gradient(90deg, rgba(255,228,158,1) 0%, rgba(255,242,205,1) 100%);
        margin: 5px;
        border-radius: 10px;
        padding: 5px 10px;
        cursor: pointer;
    }

        .homeNotes div:hover {
            background: rgb(255 216 116);
            background: linear-gradient(90deg, rgb(255 216 114) 0%, rgb(255 235 179) 100%);
        }

    .homeNotes > div b {
        color: #1867b8;
    }

    .homeNotes > div i {
        color: #616161;
        text-align: left;
        display: block;
    }

.verticalTableHeader {
    text-align: center;
    white-space: nowrap;
    g-origin: 50% 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

    .verticalTableHeader p {
        margin: 0 -100%;
        display: inline-block;
    }

        .verticalTableHeader p:before {
            content: '';
            width: 0;
            padding-top: 110%; /* takes width as reference, + 10% for faking some extra padding */
            display: inline-block;
            vertical-align: middle;
        }

.expCriteria {
    text-align: center;
    table-layout: fixed;
    width: 100%;
}

    .expCriteria tr td:nth-child(1) {
        width: 150px;
        background-color: rgb(0 130 155 / 13%);
    }

    .expCriteria tr td:nth-child(4) {
        width: 120px;
        background-color: rgb(161 161 161 / 73%)
    }




.fileUploadPrevCont {
    display: flex !important;
    gap: 23px;
    flex-wrap: wrap;
    flex-direction: row;
    width: 800px;
}

    .fileUploadPrevCont .fileUploadPrev {
        width: 218px;
        background: #d1dce8 url(images/selectCamIco.png) no-repeat 50% 30px/60px auto;
        overflow: hidden;
        /* margin-bottom: 15px; */
        position: relative;
        cursor: pointer;
    }

        .fileUploadPrevCont .fileUploadPrev.multipleFile:after,
        .fileUploadPrevCont .fileUploadPrev.otherFile:after {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            height: 120px;
            content: 'چند فایل انتخاب شده است';
            text-align: center;
            color: #ffffff;
            padding-top: 47px;
            display: block;
            background: #4c9600;
            box-sizing: border-box;
        }

        .fileUploadPrevCont .fileUploadPrev.otherFile:after {
            content: 'فایل انتخاب شده است';
        }

        .fileUploadPrevCont .fileUploadPrev input {
            display: none;
        }

        .fileUploadPrevCont .fileUploadPrev img {
            display: block;
            height: 120px;
            width: 100%;
            opacity: 0;
        }

        .fileUploadPrevCont .fileUploadPrev.hasFile:not(.multipleFile ) img,
        .fileUploadPrevCont .fileUploadPrev.hasFile:not(.otherFile ) img {
            opacity: 1;
        }

        .fileUploadPrevCont .fileUploadPrev a {
            position: absolute;
            top: 0;
            left: 10px;
            border-radius: 0 0 10px 10px;
            background: #ff4b4b;
            padding: 2px 12px;
            color: #fff;
            font-weight: bold;
            display: none;
            z-index: 5;
        }

        .fileUploadPrevCont .fileUploadPrev.hasFile a {
            display: block;
        }

        .fileUploadPrevCont .fileUploadPrev select {
            width: 100%;
            border: none !important;
            outline: none;
            background: #b4c7da;
            border-radius: 0;
            appearance: none;
            text-align: center;
            font-size: 12px;
            padding: 8px 0;
            margin: 0;
        }