﻿.left{
    float:left;
}
.right {
    float: right;
}

.white {
    color: #fff;
}

.green:before {
    color: #3CD669;
}
.khaki {
    color: khaki;
}
    .khaki:before {
        color: khaki;
    }

.purple {
    color: purple;
}

    .purple:before {
        color: purple;
    }

.blue {
    color: #4683ea;
}
.blue:before {
    color: #4683ea;
}
.darkBlue {
    color: #41719f;
}
.darkBlue:before {
    color: #41719f;
}

.lightBlue {
    color: #32C8EE;
}

.green {
    color: #3dfa74;
}

.gold {
    color: gold;
}

.orange {
    color: #e06e05;
}

.yellow:before {
    color: #e9c729;
}

.yellow {
    color: #e9c729;
}

.greenLight:before {
    color: #3dfa74;
}

.greenLight {
    color: #0ef852;
}

.darkRed {
    color: #3e0707;
}

    .darkRed:before {
        color: #3e0707;
    }

.red:before {
    color: #E90000;
}

.red, span.required {
    color: #f10909 !important;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

.formTable {
    direction: rtl;
    font-size: 11px;
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
    /*float: right;*/
    text-align: right;
    margin-top: 20px;
    background-color: white;
    /*overflow-x:scroll;*/
}

    .formTable tr:nth-child(odd) {
        background-color: #FAFAFA;
    }

    .formTable tr {
        height: 30px;
    }

    .formTable th:first-child {
        text-align: center;
    }

    .formTable th {
        color: white;
        background-color: #32C8EE;
        text-align: right;
        font-size: 0.9rem;
        border: 1px solid #F5F5F5;
        text-align: center;
    }

    .formTable tr td:first-child {
        width: 50px;
        text-align: center;
    }

    .formTable td:first-child {
        text-align: right;
        padding-right: 7px;
    }

    .formTable tr td {
        border-color: #F0F0F0;
        border-width: 1px;
        height: 30px;
        border-style: solid;
        text-align: center;
        padding: 5px;
        font-size: 13px;
        font-weight: normal;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

        .formTable tr td a {
            color: #111;
        }

    .formTable td:last-child {
        text-align: left;
        /*width: 50px;*/
    }

        .formTable td:last-child span:before {
            font-size: 20px;
        }

    .formTable tr:nth-child(odd) {
        background-color: #eee;
    }

    .formTable tr:nth-child(even) {
        background-color: #fff;
    }

    .formTable tr:hover {
        border-color: #fff;
    }

        .formTable tr:hover td {
            border-right: 1px solid #fff;
            border-left: 1px solid #fff;
            /*border:2px solid gold;*/
            background: #fbf8c7;
        }


            .formTable tr:hover td select {
                color: #111;
            }

            .formTable tr:hover td .chosen-container.chosen-container-single, .formTable tr:hover td .chosen-container.chosen-container-single a, .formTable tr:hover td .chosen-container.chosen-container-single a:hover {
                color: #111;
            }

            .formTable tr:hover td a {
            }

    .formTable tr.unreadRow td {
        background: #fff;
        border: 1px solid #ccc;
    }

    .formTable tr.unreadRow:hover td {
        border: 1px solid #c6c6c6;
        box-shadow: inset 1px 1px 10px #cecece;
    }


    .formTable tr.readedRow td {
        background: #ccc;
        border: 1px solid #c6c6c6;
    }

    .formTable tr.readedRow:hover td {
        border: 1px solid #c3c3c3;
    }

    .formTable tr.active {
    }

        .formTable tr.active td, .formTable tr:active td, .formTable tr:focus td {
            background: #41719f !important;
            color: #fff !important;
        }

            .formTable tr.active td i, .formTable tr.active td a {
                color: #fff !important;
                border-color: gold;
            }

                .formTable tr.active td a:hover {
                    color: #111 !important;
                }

    .formTable td.setting {
        text-align: center;
    }

        .formTable td.setting a {
            display: inline-block;
            min-width: 70px;
            font-size: 10px;
            font-weight: bold;
            border: 1px solid #ccc;
            line-height: 1.613;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 4px 2px;
            height: 44px;
            margin-left: 5px;
            margin-bottom: 5px;
            position: relative;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            border-radius: 2px;
            color: #111;
        }

            .formTable td.setting a:hover {
                border: 1px solid #999;
                background: #fff;
                text-decoration: none;
            }

            .formTable td.setting a i {
                display: block;
                padding-bottom: 5px;
                font-size: 16px;
            }

    .formTable .headerTemplate {
        background: transparent;
        width: 100%;
    }

        .formTable .headerTemplate tr {
        }

            .formTable .headerTemplate tr td {
                background: #32C8EE;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

        .formTable .headerTemplate td a.sorting {
            display: block;
            position: relative;
        }

            .formTable .headerTemplate td a.sorting i {
                position: absolute;
                left: 2px;
                top: 6px;
                color: #fff;
            }

        .formTable .headerTemplate tr td:first-child {
            width: inherit;
        }

        .formTable .headerTemplate tr td label {
        }

        .formTable .headerTemplate tr td input[type=text], .formTable .headerTemplate tr td select {
            width: 50%;
            border: 1px solid #ccc;
            border-radius: 2px;
            padding: 2px 4px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 12px;
            margin: 0 auto;
            text-align: center;
        }

        .formTable .headerTemplate tr td select {
            width: initial;
            z-index: 99999;
        }

    .formTable tr.archived td {
        color: #fff !important;
        background: #615E5D !important;
    }

        .formTable tr.archived td a {
            color: #fff !important;
        }



.gridPager {
    text-align: center;
    direction: rtl;
}

    .gridPager td {
        text-align: center;
        width: 40px;
        background: #fff;
        padding: 0 !important;
        margin: 0 !important;
    }

        .gridPager td:hover {
            color: #111;
        }

        .gridPager td span, .gridPager a.currentPage {
            text-align: center;
            /*display: block;*/
            background: #32C8EE;
            width: 100%;
            height: 100%;
            line-height: 40px;
            border: 1px solid #ccc;
            color: #fff;
        }

        .gridPager td a, .gridPager a, .gridPager button {
            text-align: center;
            display: block;
            background: #eee;
            width: 100%;
            height: 100%;
            line-height: 40px;
            border: 1px solid #ccc;
        }

.gridRowNum a {
    display: inline-block;
    max-width: 80px;
    max-height: 80px;
}


.gridPager button.currentPage .gridRowNum a.currentPage {
    display: inline-block;
}

.gridPager td:hover a {
    color: #111 !important;
}

.gridPager td a:hover {
    color: #111 !important;
}






.registration {
    position: relative;
}

    .registration iframe {
    }

    .registration .help {
        margin-bottom: 10px;
        font-size: 12px;
        color: #26a910;
        text-align: center;
        direction: rtl;
        max-width: 100%;
        /* right: 0; */
        display: block;
        margin-top: 5px;
    }

        .registration .help:last-child {
            border-bottom: none;
        }


    .registration .label {
        display: inline-block;
        padding: .25em .5em;
        font-size: 75%;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        font-weight: 700;
        background-color: hsla(210,8%,51%,.6);
        color: #fff;
        border-radius: .2rem;
    }

    .registration input, .registration select, .registration textarea {
        width: 100%;
        background-color: #fafafa;
        border: 1px solid #dedede;
        transition: all .3s ease-in;
        padding: 2px 10px;
        border-radius: 3px;
        font-size: 13px;
        line-height: 30px;
        text-align: right
    }

        .registration input[type="text"]:focus, .registration textarea:focus, .registration select:focus {
            background-color: #fff;
            border-color: #dace3d;
        }

        .registration input[type="text"]:disabled, .registration textarea[disabled="disabled"], .registration select[disabled="disabled"] {
            background-color: #f9f9f9;
        }

    .registration select {
        /*height: 35px;*/
        /*padding: 4px 10px;*/
    }

    .registration .chosen-container {
        height: 35px !important;
        line-height: 35px !important;
    }

    .registration .chosen-single {
        height: 35px !important;
    }

        .registration .chosen-single span {
            line-height: 35px !important;
        }

    .registration input.is-danger, .registration select.is-danger {
        border-color: #e28484
    }

    .registration span.help.is-danger {
        position: relative;
        width: 100%;
        font-size: 12px;
        color: #e60a0a;
        padding: 4px;
        text-align: center;
        direction: rtl;
        max-width: 100%;
        /* right: 0; */
        display: block;
    }

    .registration .label {
        margin: 0;
        font-size: 14px;
        font-weight: 500;
        padding: 3px 11px;
        background-color: transparent;
        right: 12px;
        line-height: 19px;
        color: #111;
        width: 100%;
        text-align: right;
        min-height: 16px
    }

    .registration p.control {
        margin-bottom: 10px;
        position: relative
    }

    .registration .page-heading {
        background: #f9f4ee;
        padding: 8px 0;
        text-align: center;
        border: 1px solid #ccc;
    }




.shortcutControls {
    text-align: center;
    position: relative;
    margin: 0 auto;
    z-index: 999;
}

    .shortcutControls .optionItem, .shortcutControls .optionItem span {
        text-decoration: none;
    }

    .shortcutControls .optionItem {
        display: inline-block;
        float: initial;
        cursor: pointer;
        margin-top: 13px;
        font-size: 13px;
        background: #1bc14e;
        box-shadow: 0 6px #0a8c32;
        /*border: 1px solid #666;*/
        padding: 8px 2px;
        width: 160px;
        color: #fff;
        position: relative;
        /*transition: all .3s ease-in;*/
        transition: none;
        border-radius: 4px;
        text-align: center;
        padding-right: 20px;
        max-width: 100%;
    }

        .shortcutControls .optionItem:hover, .shortcutControls .optionItem:active, .shortcutControls .optionItem:focus {
            /*background: #0a8c32;*/
            background: #17b748;
            box-shadow: 0 4px #0a8c32;
            top: 2px;
        }

        .shortcutControls .optionItem.rolback {
            background: #fc8455;
            color: #fff;
            box-shadow: 0 6px #b74c22;
        }

            .shortcutControls .optionItem.rolback:hover, .shortcutControls .optionItem.rolback:active, .shortcutControls .optionItem.rolback:focus {
                background: #f68052;
                box-shadow: 0 4px #b74c22;
            }

        .shortcutControls .optionItem.backtoform {
            background: #cd0b0b;
            color: #fff;
            box-shadow: 0 6px #7c0c0c;
        }

            .shortcutControls .optionItem.backtoform:hover, .shortcutControls .optionItem.backtoform:active, .shortcutControls .optionItem.backtoform:focus {
                background: #c30808;
                box-shadow: 0 4px #7c0c0c;
            }

        .shortcutControls .optionItem.purple {
            background: #9443ff;
            color: #fff;
            box-shadow: 0 6px #5f16bf;
        }

            .shortcutControls .optionItem.purple:hover, .shortcutControls .optionItem.purple:active, .shortcutControls .optionItem.purple:focus {
                background: #9443ff;
                box-shadow: 0 4px #3e0984;
            }

        .shortcutControls .optionItem.lightBlue {
            background: #57b6e4;
            color: #fff;
            box-shadow: 0 6px #3584ab;
        }

            .shortcutControls .optionItem.lightBlue:hover, .shortcutControls .optionItem.lightBlue:active, .shortcutControls .optionItem.lightBlue:focus {
                background: #3584ab;
                box-shadow: 0 4px #31789b;
            }

        .shortcutControls .optionItem.grey {
            background: #d3d9db;
            color: #333;
            box-shadow: 0 6px #aaaaaa;
        }

            .shortcutControls .optionItem.grey:hover, .shortcutControls .optionItem.grey:active, .shortcutControls .optionItem.grey:focus {
                background: #c6cbcc;
                color: #333;
                box-shadow: 0 4px #aaaaaa;
            }

                .shortcutControls .optionItem.grey:hover i, .shortcutControls .optionItem.grey:active i, .shortcutControls .optionItem.grey:focus i {
                    color: #333;
                }

        .shortcutControls .optionItem.darkBlue {
            background: #294aea;
            color: #fff;
            box-shadow: 0 6px #0b1e7b;
        }

            .shortcutControls .optionItem.darkBlue:hover, .shortcutControls .optionItem.darkBlue:active, .shortcutControls .optionItem.darkBlue:focus {
                background: #0b1e7b;
                box-shadow: 0 4px #294aea;
            }

        .shortcutControls .optionItem.darkGreen {
            background: #08794a;
            box-shadow: 0 6px #023e25;
            color: #fff;
        }

            .shortcutControls .optionItem.darkGreen:hover, .shortcutControls .optionItem.darkGreen:active, .shortcutControls .optionItem.darkGreen:focus {
                background: #023e25;
                box-shadow: 0 4px #08794a;
            }

        .shortcutControls .optionItem.khaki {
            background: #e4dd98;
            color: #111;
            box-shadow: 0 6px #969055;
        }

            .shortcutControls .optionItem.khaki:hover, .shortcutControls .optionItem.khaki:active, .shortcutControls .optionItem.khaki:focus {
                background: #d2cc8e;
                color: #111;
                box-shadow: 0 4px #969055;
            }

                .shortcutControls .optionItem.khaki a, .shortcutControls .optionItem.khaki:hover a, .shortcutControls .optionItem.khaki:hover i {
                    color: #111;
                }

        .shortcutControls .optionItem abbr {
            color: #fff;
            padding: 2px;
            top: 1px;
            border-radius: 50%;
            right: -18px;
            font-size: 14px !important;
            font-style: normal;
            width: auto !important;
            max-width: 24px;
            position: absolute;
            min-width: 24px;
            background-color: #d42222;
            text-align: center;
        }

        .shortcutControls .optionItem:hover a, .shortcutControls .optionItem:hover i {
            color: #fff;
        }

        .shortcutControls .optionItem.rolback:hover a, .shortcutControls .optionItem.rolback:hover i {
            color: #fff;
        }

        .shortcutControls .optionItem.backtoform:hover a, .shortcutControls .optionItem.backtoform:hover i {
            color: #fff;
        }

    .shortcutControls a {
        color: #fff;
        font-weight: bold;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .shortcutControls span {
        position: relative;
        right: 0px;
    }

    .shortcutControls i {
        position: absolute;
        right: 10px;
        top: 9px;
        font-size: 18px;
    }



.newForm {
    position: relative;
}

.registration .newForm .label {
    position: absolute !important;
    width: auto;
    right: 5px !important;
    top: 40% !important;
    transform: translateY(-50%) !important;
    padding: 0 !important;
    color: #999;
    border-radius: 5px !important;
    font-size: 13px;
    transition: all .3s cubic-bezier(.25,.8,.25,1) !important;
}

.registration .newForm input, .registration .newForm select {
    text-align: left;
    background: #fefefe;
}

    .registration .newForm input:focus, .registration .newForm select:focus {
        border-color: #b74c22;
    }

.registration .newForm .txtGrid:focus + label {
    font-size: 16px;
    color: #111;
    background: #fff !important;
    top: -.7em !important;
    transform: scale(.9) !important;
    right: 5px !important;
    padding: 0 .5em !important;
}

.shortcutControls .optionItem.aspNetDisabled {
    opacity: 0.3;
    background: #eee;
    /* border-color: #eee; */
    box-shadow: 0 6px #ccc;
    color: #111;
}

.shortcutControls .optionItem {
    max-width: 100%;
}
#main {
    margin-bottom: 20px;
    overflow-x: scroll;
    text-align: right;
    direction: rtl;
}

.gridPager {
    margin-bottom: 50px;
}

.formTable {
    overflow-x: scroll;
    text-align: right;
    direction: rtl;
}


.dblock {
    display: block;
}

.chzn-select {
}

.chosen-container {
    width: 200%;
}

/*   .chosen-container-single .chosen-single {
            line-height: 25px !important;
            height: 25px !important;
            padding: 2px !important;
        }

            .chosen-container-single .chosen-single span {
                line-height: 23px !important;
            }
*/
.chosen-container-single .chosen-search input {
    width: 95% !important;
}

.gridPager {
    position: relative;
}

    .gridPager .allCount {
        position: absolute;
        top: 8px;
        right: 2px;
    }

.pageCount {
    line-height: 44px;
    width: 47px;
}

    .pageCount select {
        width: 100%;
    }

.indicatorHaveScan {
    padding: 2px;
    border-top: 1px solid #888;
    margin-top: 1px;
    border-radius: 4px;
}

    .indicatorHaveScan span {
        margin-right: 5px;
    }

    .indicatorHaveScan i {
        color: #333;
    }

.formTable td.setting {
    width: 200px;
}



.breadcrumb {
    background: transparent;
    padding: initial;
}

.registration .searchRow select {
    height: 35px;
    padding: 2px 1px;
}

div.col-filter {
    margin-bottom: 5px !important;
}

    div.col-filter label {
        border-right: 4px solid #485766;
        color: #fcfcfc !important;
        background-color: #7d8e9f !important;
        /* background-color: #4876a2 !important; */
        line-height: 24px !important;
        margin-bottom: 5px !important;
        padding-bottom: 2px !important;
    }

.formTable th {
    vertical-align: middle !important;
    padding: 0 5px;
    font-weight: 800;
    font-size: 14px;
    padding-top: 5px;
    line-height: 1.7;
    /* background: #4876a2; */
    background: #485766 !important;
}

.formTable2 th {
    background: #4876a2;
    /*background: #6a7986 !important;*/
}

.dNone {
    display: none;
}

.searchRow {
    margin-bottom: 10px;
    padding-top: 15px;
}

.moreSearch {
    margin-bottom: 15px;
}

    .moreSearch.active {
        border: 1px solid #ccc;
        margin-top: 1px;
        border-radius: 0 0 4px 4px;
    }

    .moreSearch .moreSearchContainer {
        display: none;
        padding: 4px 6px;
    }

    .moreSearch.active .moreSearchContainer {
        /*height: auto;*/
        /*margin-top:10px;*/
    }

    .moreSearch .moreSearchPin {
        text-align: center;
    }


        .moreSearch .moreSearchPin a {
            display: inline-block;
            font-size: 13px;
            transition: all .3s ease-in;
            color: #111;
            position: relative;
            background: #eee;
            padding: 2px 12px;
            border: 1px solid #ccc;
            border-radius: 0px 0px 14px 14px;
        }

    .moreSearch.active .moreSearchPin a {
        border-radius: 14px 14px 0px 0px;
    }

    .moreSearch .moreSearchPin a i {
    }

    .moreSearch .moreSearchPin a span {
    }

#kartabl_loading {
    padding: 5px;
    text-align: center;
    margin: 20px auto;
    display: none;
}

    #kartabl_loading span {
        display: block;
    }

    #kartabl_loading img {
    }

.registration input, .registration select, .registration textarea {
    height: 35px;
}

.input-group-append select {
    /*max-width: 75px;*/
    /*   max-width: 55%;*/
}

.registration {
    /*border-bottom: 2px dotted #939393;*/
}

    .registration .chosen-container {
        max-width: 200%;
        flex: 1 1 auto;
        width: 1% !important;
    }

    .registration .chosen-drop {
        width: 250% !important;
    }

    .registration .rtlChosen .chosen-container.chosen-with-drop .chosen-drop {
        left: auto;
        right: 0;
    }

    /* .registration .rtlChosen .chosen-container .chosen-drop {
            left: auto;
            right: -9999px;
        }*/

    .registration input, .registration select, .registration textarea {
        padding: 2px 5px;
    }

.input-group-append {
    max-width: 55px;
}

    .input-group-append select {
        font-size: 11px;
    }

.textbox_2 {
    width: 35%;
}

.main-search input, #txtGlobalSearch {
    height: 40px !important;
}

.shortcutControls {
    z-index: 1;
}

.inputValFocus:not([value=""]) {
    background: #f3efca !important;
}

#CP_Main_updMain {
    padding-bottom: 100px;
}

.fileDownloadContainer {
    margin-top: 20px;
    margin-bottom: 0px;
    background: khaki;
    border: 1px solid #999;
    padding: 5px;
    text-align: center;
    display: none;
}

.formTable td:last-child {
    direction: rtl;
    text-align: center;
}

.gridPager {
    margin-top: 15px;
    border-top: 2px dotted #939393;
    padding-top: 15px;
}

    .gridPager .allCount {
        position: absolute;
        top: 25px;
        right: 2px;
    }

.customerRow {
}

.gvhide {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


/* primary header */

.primary-header {
    padding: 24px 0;
    text-align: center;
    border-bottom: solid 2px #cfcfcf;
}

.primary-header__title {
    color: #393939;
    font-size: 36px;
}

    .primary-header__title small {
        font-size: 18px;
        color: #898989;
    }

/* content */

.content {
    padding: 48px 0;
    border-bottom: solid 2px #cfcfcf;
}

.content__footer {
    margin-top: 12px;
    text-align: center;
}

/* footer */

.primary-footer {
    padding: 24px 0;
    color: #898989;
    font-size: 14px;
    text-align: center;
}

/* tasks */

.tasks {
    list-style: none;
    margin: 0;
    padding: 0;
}

.task {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: solid 1px #dfdfdf;
}

    .task:last-child {
        border-bottom: none;
    }

/* context menu */

.context-menu {
    display: none;
    position: absolute;
    z-index: 10;
    padding: 12px 0;
    width: 240px;
    background-color: #fff;
    border: solid 1px #dfdfdf;
    box-shadow: 1px 1px 2px #cfcfcf;
}

.context-menu--active {
    display: block;
}

.context-menu__items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.context-menu__item {
    display: block;
    margin-bottom: 4px;
}

    .context-menu__item:last-child {
        margin-bottom: 0;
    }

.context-menu__link {
    display: block;
    padding: 4px 12px;
    color: #0066aa;
    text-decoration: none;
    direction: rtl;
    text-align: right;
}

    .context-menu__link:hover {
        text-decoration: none;
        color: #fff;
        background-color: #0066aa;
    }

.breadcrumbContainer {
    position: absolute;
    top: 8px;
    left: 20px;
}

.searchBoxFilter {
    border: 1px solid #ccc;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 3px;
    padding: 13px;
    color: #333;
    border-radius: 2px;
    position: relative;
    background: #fff;
    cursor: pointer;
    direction: rtl;
    /*margin-top: 10px;*/
    box-shadow: 0 0 15px 1px #ccc;
}

    .searchBoxFilter i {
        position: relative;
        top: 0px;
        margin-right: 6px;
        font-size: 20px;
    }

    .searchBoxFilter span {
        margin-left: 10px;
        margin-right: 10px;
        font-weight: 400;
    }

    .searchBoxFilter.active {
        border-bottom: none;
    }

.searchBoxFilter_Item {
    height: 0;
    transition: all 0.2s ease-in;
    border-radius: 2px;
    border: 1px solid #ccc;
    overflow: hidden;
    min-height: 0px;
}

    .searchBoxFilter_Item.active {
        padding: 5px;
        border-top: none;
        margin-top: -4px;
        padding-top: 10px;
        min-height: 185px;
        overflow: visible;
    }


.setting_container {
    max-height: 150px;
    overflow-y: scroll;
}


/* Calendar  */

.ui-datepicker-rtl {
}

    .ui-datepicker-rtl td span, .ui-datepicker-rtl td a {
        font-family: 'IranSans','BYekan';
    }

    .ui-datepicker-rtl .ui-datepicker-year, .ui-datepicker-rtl .ui-datepicker-month, .ui-datepicker .ui-datepicker-buttonpane button {
        font-family: 'IranSans','BYekan';
    }

.ui-datepicker th {
    font-family: 'IranSans','BYekan';
}

.ui-datepicker .ui-datepicker-title {
    font-family: 'IranSans','BYekan';
}

.ui-datepicker-trigger {
    right: -27px;
    position: relative;
    z-index: 0;
    top: -7px;
    width: 21px;
}
/* Calendar  */




/* PopUp  */

.tableInput {
    width: 100%;
    direction: rtl;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'IranSans','BYekan';
    position: relative;
    padding-bottom: 40px;
}

    .tableInput h2 {
        text-align: right;
        background: #018094;
        color: #fff;
        padding: 4px 10px;
        margin-bottom: 10px;
        /* line-height: 0; */
        font-size: 15px;
        margin-top: 0;
        position: relative;
    }

        .tableInput h2 a.closeModal {
            position: absolute;
            left: 3px;
            top: 4px;
            display: block;
            color: #fff;
            direction: ltr;
        }

            .tableInput h2 a.closeModal i {
                font-size: 20px;
            }

            .tableInput h2 a.closeModal span {
                position: relative;
                top: 0px;
                left: 2px;
            }

    .tableInput table {
        width: 98%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
    }

        .tableInput table th {
        }

        .tableInput table td {
            /*border: 3px solid #fff;*/
            padding: 2px;
        }

            .tableInput table td.label {
                background: #29B578;
                color: #fff;
                font-size: 14px;
                padding: 2px 7px 2px 0px;
                min-width: 50px;
            }

            .tableInput table td.input input[type=text], .tableInput table td.input input[type=password], .tableInput table td.input select, .tableInput table td.input textarea {
                border-radius: 4px;
                border: 1px solid #ccc;
                padding: 3px 6px;
                font-size: 13px;
            }

            .tableInput table td.input input {
                line-height: 20px;
            }

                .tableInput table td.input input.small, .tableInput table td.input textarea.small {
                    width: 50px;
                }

                .tableInput table td.input input.medium, .tableInput table td.input textarea.medium {
                    width: 100px;
                }

                .tableInput table td.input input.large, .tableInput table td.input textarea.large {
                    width: 99%;
                }

            .tableInput table td.input select.small {
                width: 56px;
            }

            .tableInput table td.input select.medium {
                width: 115px;
            }

            .tableInput table td.input select.large {
                width: 206px;
            }

            .tableInput table td.input button {
            }

            .tableInput table td.input a {
            }

            .tableInput table td.input .rbtnList {
            }

                .tableInput table td.input .rbtnList label {
                    font-size: 13px;
                    margin-right: 5px;
                }

                .tableInput table td.input .rbtnList input[type=radio] {
                    margin-right: 10px;
                }

div.buttons {
    position: relative;
}

.tableInput .buttons {
    margin-top: 20px;
}

.tableInput table.header td {
    font-size: 13px;
}

.tableInput table td.label {
    max-width: 80px;
    margin-left: 10px;
}

.tableInput table td.input {
    min-width: 50px;
    text-align: center;
    border: 1px solid #ccc;
}

.tableInput table td {
    border: 1px solid #999;
}

.imageGridTools {
    margin: 0 auto;
    border: 1px solid #ccc;
}

    .imageGridTools a {
        display: block;
        float: left;
        text-align: center;
        width: 11%;
        background: #f5f5f5;
        color: #08628f;
        cursor: pointer;
    }

        .imageGridTools a:hover {
            background: #facd8c;
        }

        .imageGridTools a.aspNetDisabled {
            color: #999;
        }

    .imageGridTools.showpicture a {
        width: 20%;
    }

.leftScan footer .imageGridTools a {
    width: 14.2%;
}

.imageGridTools a i {
    font-size: 15px;
}

.formTable {
    margin-top: 0px;
}

    .formTable input {
        width: 100%;
        text-align: center;
        display: block;
        margin: 0 auto;
        padding: 0px;
        margin: 0px;
    }

.imageContainer {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 1px;
}

    .imageContainer a.preview {
        display: block;
        width: 100%;
        height: 450px;
    }

        .imageContainer a.preview img {
            text-align: center;
            width: 100%;
            height: 100%;
        }

.tableInput h2 {
    margin-bottom: 5px;
}

.header {
    margin-bottom: 5px;
}

.tableInput table td.label {
    background: #f1efb9;
    color: #111;
}

.header td.input {
    background: #eee;
}

.form_tools {
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    background: #ececec;
}

    .form_tools .boxRow {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .form_tools .boxElement {
        width: initial;
        margin-bottom: 5px;
    }

    .form_tools .arrow_box {
        float: right;
        height: 35px;
        line-height: 35px;
    }

    .form_tools .boxElement select, .form_tools .boxElement input {
        float: right !important;
        width: initial;
        height: 35px !important;
        line-height: 35px !important;
    }

    .form_tools .modalButton {
        float: right;
        border: 1px solid #ccc;
        height: 35px;
        text-align: center;
        background: #fff;
        margin-right: 12px;
        border-radius: 2px;
        max-width: 78px;
        padding: 0px 6px 0px 8px;
    }

        .form_tools .modalButton.modalTextBox {
            padding: 0px 6px 0px 6px;
            margin-right: 2px;
            max-width: 90px;
        }

        .form_tools .modalButton span {
            display: block;
            font-size: 11px;
            line-height: 0;
            color: #111;
            position: relative;
            top: -1px;
            font-weight: bold;
            transition: all .3s ease-in;
            text-align: right;
        }

        .form_tools .modalButton abbr {
            font-family: arial;
            margin-right: 4px;
            font-size: 9px;
            position: relative;
            left: -4px;
            bottom: -3px;
            float: left;
        }

        .form_tools .modalButton i {
            color: #ce3ec8;
            font-size: 15px;
            position: relative;
            top: -2px;
            transition: all .3s ease-in;
        }

        .form_tools .modalButton:hover, .form_tools .modalButton.selected {
            background: #ce3ec8;
        }

        .form_tools .modalButton.green:hover, .form_tools .modalButton.green.selected {
            background: #0bca43;
        }

        .form_tools .modalButton.green i {
            color: #0bca43;
        }

        .form_tools .modalButton.grey:hover, .form_tools .modalButton.grey.selected {
            background: #8f908f;
        }

        .form_tools .modalButton.grey i {
            color: #8f908f;
        }

        .form_tools.modalButton.blue:hover, .form_tools .modalButton.blue.selected {
            background: #1985a3;
        }

        .form_tools .modalButton.blue i {
            color: #1985a3;
        }

        .form_tools .modalButton.red:hover, .form_tools .modalButton.red.selected {
            background: #d31818;
        }

        .form_tools .modalButton.red i {
            color: #d31818;
        }

        .form_tools .modalButton.darkRed:hover, .form_tools .modalButton.darkRed.selected {
            background: #900e0e;
        }

        .form_tools .modalButton.darkRed i {
            color: #900e0e;
        }


        .form_tools .modalButton.orange:hover, .form_tools .modalButton.orange.selected {
            background: #e5944f;
        }

        .form_tools .modalButton.orange i {
            color: #e5944f;
        }

        .form_tools .modalButton.green:hover i {
        }

        .form_tools .modalButton.green:hover span {
        }

        .form_tools .modalButton:hover span, .form_tools .modalButton.selected span {
            color: #fff;
        }

        .form_tools .modalButton:hover i, .form_tools .modalButton.selected i {
            color: #fff;
        }
