@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/Awesome/fontawesome-webfont.eot?v=4.5.0');
    src: url('../fonts/Awesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/Awesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/Awesome/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/Awesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/Awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kufi';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DroidKufi-Regular/DroidKufi-Regular.eot);
    src: url(../fonts/DroidKufi-Regular/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidKufi-Regular/DroidKufi-Regular.woff2) format('woff2'), url(../fonts/DroidKufi-Regular/DroidKufi-Regular.woff) format('woff'), url(../fonts/DroidKufi-Regular/DroidKufi-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'kufi';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/DroidKufi-Bold/DroidKufi-Bold.eot);
    src: url(../fonts/DroidKufi-Bold/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidKufi-Bold/DroidKufi-Bold.woff2) format('woff2'), url(../fonts/DroidKufi-Bold/DroidKufi-Bold.woff) format('woff'), url(../fonts/DroidKufi-Bold/DroidKufi-Bold.ttf) format('truetype');
}
/*------------------- Html Controls------------------------*/
div, table, tr, td, th, input, img, span, ul, li, a, form {
    padding: 0;
    margin: 0;
    border: none;
    border-width: 0px;
}

th {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #434a55;
}

table {
    border-spacing: 0px;
}

input[type=text], input[type=password], textarea, select {
    width: 170px;
    padding: 4px 5px;
    border: solid 1px #b2b2b2;
    border-radius: 5px;
    background-color: #fff;
    resize: none;
    -webkit-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
    /*box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;*/
}

    input[type=text].fit_width, input[type=password].fit_width, textarea.fit_width, select.fit_width {
        width: 10px;
    }

input[type=checkbox], select {
    border: solid 1px #b2b2b2;
    border-radius: 5px;
    background-color: #fff;
    resize: none;
    -webkit-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}

    input[type=text]:focus, input[type=password]:focus, textarea:focus, input[type=checkbox]:focus, select:focus {
        border: 1px solid rgba(81, 203, 238, 1);
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    }

input[type=text].required, input[type=password].required, textarea.required, input[type=number].required {
    border-color: #ff0000;
    border-style: solid;
    border-width: 1px;
}

    input[type=text].required:focus, input[type=password].required:focus, textarea.required:focus, input[type=number].required:focus, select.required:focus {
        border: 1px solid rgba(238, 81, 81, 1);
        box-shadow: 0 0 5px rgba(238, 81, 81, 1);
    }

input[type=button], input[type=submit] {
    border: none;
    cursor: pointer;
    padding: 3px 15px;
    background-color: #434a55;
    color: #fff;
    /*border-radius: 20px/50px;*/
    transition: all 0.3s ease-out;
    min-width: 80px;
    font-family: kufi;
    font-size: 0.85em;
}

    input[type=button]:hover, input[type=submit]:hover {
        opacity: 0.6;
    }

    input[type=button].disabled, input[type=submit].disabled {
        background-color: #8d95a0;
    }

input[type=image] {
    vertical-align: middle;
}

    input[type=image]:disabled {
        cursor: default;
    }

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #bac0b5;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bac0b5;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bac0b5;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bac0b5;
}

select {
    width: 180px;
}

    select.required {
        border-color: #ff0000;
        border-style: solid;
        border-width: 1px;
    }

label {
    padding-right: 5px;
}

.label_data {
    width: 170px;
    min-height: 28px;
    padding: 0px 5px;
    border: solid 1px #b2b2b2;
    border-radius: 5px;
    background-color: #fff;
    display: block;
}

.date_field {
    text-align: center;
}
/*------------------------Select box------------------------*/
div.cmf-skinned-select {
    padding: 0;
    margin: 0;
    text-align: right;
    background: url(../../images/default_ar/select_bg.png) right top no-repeat;
}

div.cmf-skinned-text {
    padding: 0;
    margin: 0;
    padding-top: 4px;
    right: 3px;
}

.cselect {
    width: 143px;
    height: 24px;
    border: 0;
    margin: 0;
    text-align: right;
    font-size: 0.90em;
    padding: 0;
    text-align: right;
    background: url(../../images/default_ar/select_bg.png) right top no-repeat;
    color: #646463;
}

    .cselect option {
        padding: 3px;
        background-color: #f1f1f1;
    }
/*----------------------------Pages-----------------------------*/
.page_dir {
    direction: rtl;
}

.page_align {
    text-align: right;
}

html {
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 100%;
    overflow-y: scroll;
    /*position:relative;*/
}

body {
    margin: 0;
    padding: 0;
    text-align: right;
    font-family: kufi,arial;
    font-size: 81%;
    direction: rtl;
    min-height: 100%;
    color: #434a55;
    background-color: #d7deef;
    background: url(../../images/default_ar/body_bg.png) no-repeat 0px 105px;
    background-size:auto;
    /* position:relative;
   padding-bottom:70px;*/
}

.page_footer {
    height: 50px;
    width: 100%;
    line-height: 50px;
    z-index: 2;
    background: url(../../images/default_ar/footer_bg.png) center center repeat-x;
    color: #fff;
    text-align: left;
    font-family: Calibri;
    position: absolute;
    bottom: 10px;
    /*padding-bottom:10px;
    padding-top:10px;*/
}

.footer_logo {
    background: url(../../images/default_ar/footer_logo.png) left center no-repeat;
    padding-left: 275px;
    height: 50px;
}

.footer_logo_w {
    background: url(../../images/default_ar/footer_logo_w.png) left center no-repeat;
    padding-left: 275px;
    height: 50px;
}

.page_footer a {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    color: #8bc75a;
}
/*--------------------------login page----------------------------*/
.login_page {
    /*width:100%;
    height:100%;*/
    background: #8bc75a url(../../images/default_ar/login_bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.login_area {
    background: url(../../images/default_ar/login_banner.png) right top no-repeat;
    height: 550px;
    position: relative;
}

    .login_area .program_name {
        color: #fff;
        font-size: 2.5em;
        font-weight: bold;
        width: 100%;
        text-align: right;
    }

.login_logo {
    height: 97px;
    position: absolute;
    left: 75px;
    top: 275px;
    width: 438px;
    background: url(../../images/default_ar/login_logo.png) right top no-repeat;
}

.login_box {
    width: 200px;
    height: 220px;
    position: absolute;
    top: 215px;
    right: 600px;
    text-align: center;
}

.login_title {
    text-align: center;
    font-weight: bold;
    padding-top: 0px;
}

.login_row {
    padding-top: 6px;
    padding-bottom: 6px;
}

.signup_btn:hover {
    text-decoration: underline;
}

.forgetpwd_btn {
    padding-right: 8px;
    text-align: right;
}


.menu_page {
}

.login_header {
    height: 75px;
    background-color: #434a55;
    position: relative;
    text-align: center;
    padding-top: 25px;
}

    .login_header .program_name {
        color: #8bc75a;
        font-weight: bold;
        font-size: 2em;
        line-height: 30px;
    }
/*
.menu_logo
{
    width:324px;
    height:66px;
    background:url(../../images/default_ar/menu_logo.png) no-repeat;
    position:absolute;
    left:25px;
    top:20px;
}
.main_username
{
    position:absolute;
	top:10px;
	right:10px;
	font-weight:bold;
    color:#fff;
}
.main_logout
{
    position:absolute;
	top:65px;
	right:10px;
	font-weight:bold;
    display:block;
    height:25px;
    line-height:25px;
    background:url(../../images/default_ar/logout.png) right center no-repeat;
    padding-right:30px;
    color:#fff;
}*/
/*--------------Programs Menu---------------*/
.programs_menu_popup {
    position: absolute;
    right: 0px;
    top: 108px;
    overflow: hidden;
    height: 0px;
    opacity: 1;
    z-index: 10;
    padding-top: 0px;
    background: url(../../images/default_ar/menu_arrow.png) 20px top no-repeat;
}

    .programs_menu_popup .programs_menu {
        /*-webkit-box-shadow: -8px 8px 8px 0px #242b36;
    -moz-box-shadow: -8px 8px 8px 0px #242b36;
    box-shadow: -8px 8px 8px 0px #242b36;*/
        background-color: #fff;
        border-left: solid 2px #ddd;
        border-bottom: solid 2px #ddd;
    }

.programs_menu_area {
    /*padding-top:70px;
    padding-right:100px;*/
    width: 360px;
}

.programs_menu_title {
    background-color: #8bc75a;
    color: #fff;
    height: 70px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
    font-size: 1.3em;
    width: 340px;
}

.programs_menu {
    min-height: 385px;
    width: 340px;
    background-color: #edeeea;
}

    .programs_menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: auto;
        max-height: 335px;
        width: 360px;
    }

    .programs_menu li {
        width: 340px;
        height: 40px;
        /*border-bottom:dotted 1px #808080;*/
        /*background-color:#dee0db;  */
    }

        .programs_menu li div {
            float: right;
            text-align: right;
        }

        .programs_menu li a {
            text-decoration: none;
            display: block;
            color: #434a55;
            line-height: 40px;
            height: 40px;
            font-size: 1.1em;
        }

            .programs_menu li a:hover {
                background-color: #c9cac8;
                text-align: right;
            }

        .programs_menu li div.menu_favorite a {
            width: 40px;
        }
            /*.programs_menu li div.menu_edit a
{
    width:35px;
}*/
            .programs_menu li div.menu_favorite a.favorite_disactive:hover, .programs_menu li div.menu_favorite a.favorite_active:hover, .programs_menu li div.menu_edit a:hover {
                background-color: #c9cac8;
            }

        .programs_menu li div.menu_link a {
            padding-right: 40px;
            width: 260px;
        }

            .programs_menu li div.menu_link a.parent {
                background: url(../../images/default_ar/controls/menu_parent.png) 270px center no-repeat;
            }

                .programs_menu li div.menu_link a.parent:hover {
                    /*background:#c9cac8 url(../../images/default_ar/controls/parenth.png) 10px center no-repeat;*/
                    background-color: #c9cac8;
                }

        .programs_menu li div.menu_favorite a.favorite_active {
            background: url(../../images/default_ar/controls/favorite_active.png) center center no-repeat;
        }

        .programs_menu li div.menu_favorite a.favorite_disactive {
            background: url(../../images/default_ar/controls/favorite_disactive.png) center center no-repeat;
        }
/*.programs_menu li div.menu_edit a  
{
    background:url(../../images/default_ar/controls/edit_menu.png) center center no-repeat;
}*/
.search_ctrls {
    padding: 7px 5px;
    background-color: #434a55;
    font-size: 0; /*To remove spaces between inputs*/
    height: 26px;
    overflow: hidden;
}

    .search_ctrls input {
        vertical-align: middle;
        margin-left: 10px;
    }

        .search_ctrls input:last-child {
            margin-left: 0px;
        }

        .search_ctrls input[type=text] {
            margin-right: 18px;
        }
/*--------------------------Module Page----------------------------*/
.module_page {
    position: relative;
    padding-bottom: 70px;
    min-height: 100%;
}

header {
    height: 108px;
}

.module_header {
    height: 44px;
    background-color: #438eb9;
    position: relative;
    text-align: center;
}

    .module_header .program_name {
        color: #f6f6f6;
        font-weight: normal;
        font-size: 1.3em;
        font-weight: bold;
        line-height: 20px;
        letter-spacing: 5px;
    }

.module_logo {
    width: 150px;
    height: 60px;
    background: url(../../images/default_ar/module_logo.png) no-repeat;
    position: absolute;
    left: 20px;
    top: 7px;
    background-size: contain;
}

.module_username {
    position: absolute;
    top: 0px;
    right: 17px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
}

.module_logout {
    display: inline-block;
    height: 18px;
    width: 20px;
    background: url(../../images/default_ar/logout.png) center center no-repeat;
    vertical-align: middle;
    margin-right: 15px;
}

    .module_logout:hover {
        background: url(../../images/default_ar/logouth.png) center center no-repeat;
    }

.module_user_menu {
    position: absolute;
    top: 22px;
    right: 17px;
    font-weight: bold;
    color: #fff;
    display: flex;
    color: #fff;
    z-index: 20;
    justify-content: space-between;
    width: 215px;
}

.module_main {
    width: 20px;
    background: url(../../images/default_ar/home.png) center center no-repeat;
}

    .module_main:hover {
        background: url(../../images/default_ar/homeh.png) center center no-repeat;
    }

.module_user_settings {
    width: 20px;
    background: url(../../images/default_ar/psw.png) center center no-repeat;
}

    .module_user_settings:hover {
        background: url(../../images/default_ar/pswh.png) center center no-repeat;
    }

.module_notification {
    line-height: 20px;
    background: url(../../images/default_ar/notif.png) right center no-repeat;
    padding-right: 25px;
    vertical-align: middle;
}

    .module_notification:hover {
        background: url(../../images/default_ar/notifh.png) right center no-repeat;
    }

.module_inbox {
    line-height: 20px;
    background: url(../../images/default_ar/inbox.png) right center no-repeat;
    padding-right: 25px;
    vertical-align: middle;
}

    .module_inbox:hover {
        background: url(../../images/default_ar/inboxh.png) right center no-repeat;
    }

.module_user_menu .urgent {
    color: #900;
}

.module_user_menu a {
    color: #fff;
    display: block;
    height: 20px;
}

    .module_user_menu a:hover {
        /*opacity:0.8;*/
    }

.module_label {
    font-weight: bold;
    text-align: center;
    font-size: 1.1em;
    color: #fff;
    position: absolute;
    top: 22px;
    line-height: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 10;
    letter-spacing: 2px;
}

#menu_go {
    /*position:absolute;
    right:30px;
    top:62px;*/
}

    #menu_go input[type=text] {
        width: 70px;
        border: none;
        border-radius: 0px;
        padding: 4px;
        vertical-align: middle;
    }

    #menu_go input[type=image] {
        vertical-align: middle;
        border: none;
    }

.module_content {
    margin: auto;
    text-align: center;
    padding: 7px 10px;
    /*background:url(../../images/default_ar/body_bg.png) no-repeat #d7deef top right;*/
}
/*----------------FavoriteBar----------------------*/
.fav_menu {
    height: 30px;
    background-color: #3a87ad;
    background-image: linear-gradient(to bottom,#438eb9 0,#317190 100%) !important;
    list-style: none;
    overflow: hidden;
}

    .fav_menu li {
        float: right;
    }

        .fav_menu li:after {
            content: "";
            display: block;
            width: 1px;
            height: 20px;
            background-color: #baf787;
            background-image: linear-gradient(to bottom,#ffa830 0,#ffa830 100%) !important;
            /*background-image: linear-gradient(to bottom,#438eb9 0,#317190 100%)!important;*/
            margin-top: 5px;
            float: left;
            /*content:"|";
     color:#fff;
    line-height:30px;
    font-size:2em;*/
        }

        .fav_menu li a {
            display: block;
            overflow: hidden;
            float: right;
            width: 125px;
            line-height: 28px;
            color: #ffbf66;
            text-align: center;
            border-bottom: solid 2px #ffa830;
            box-sizing: border-box;
            -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
            font-size: 0.90em;
        }

            .fav_menu li a:hover {
                background-color: #434a55;
                color: #8bc75a;
                border-bottom: solid 2px #f4a01b;
            }
/*----------------ToolBar----------------------*/
.toolbar_area {
    position: relative;
    /*background-color:#434a55;*/
    background-image: linear-gradient(to bottom,#898989 0,#696969 100%) !important;
    height: 34px;
    text-align: center;
}

.toolbar {
    padding: 0px;
    margin: 0px;
    /*background-color:#434a55;*/
    background-image: linear-gradient(to bottom,#898989 0,#696969 100%) !important;
    list-style: none;
    height: 34px;
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 1;
}

    .toolbar li {
        float: right;
        padding: 4px 7px;
        transition: all ease-in-out 0.25s;
        -webkit-transition: all ease-in-out 0.25s;
    }

        .toolbar li.seperator {
            height: 26px;
        }

        .toolbar li input[type=image] {
            background-color: #8bc75a;
            width: 26px;
            height: 26px;
            /*transition:all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;*/
        }

        .toolbar li.menu_button {
            margin: 0px;
            width: 26px;
            height: 26px;
            background: url(../../images/default_ar/controls/menu.png) center center no-repeat;
            cursor: pointer;
            border-left: solid 1px Gray;
        }
/*-----------------------------Grid--------------------------------*/
.grid_panel {
    display: inline-block;
    border: solid 3px transparent;
}

.grid {
    border: 0;
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    direction: rtl;
    table-layout: fixed;
    border-collapse: collapse;
}

    .grid tbody tr {
        /*height: 30px;*/
    }

    .grid th {
        border: 0;
        /*text-align: center;*/
        background: #434a55;
        background-image: linear-gradient(to bottom,#807e7e 0,#4e4d4d 100%) !important;
        /*border-left:solid 1px #fff;*/
        color: #fff;
        height: 40px;
    }

        .grid th a {
            text-decoration: none;
            
            color: #fff;
        }

    .grid td {
        /*text-align: center;*/
        border: 0;
        /*    border-left:solid 1px #434a55;*/
    }

        .grid td:last-child, .grid th:last-child {
            border: none;
        }

.grid_bg1 {
    background-color: #edeeea;
}

.grid_bg2 {
    background-color: #fafaf9;
}

.grid a.action_list_deleteCustom {
    display: block;
    width: 50px;
    height: 30px;
    background: url(../../images/default_ar/controls/action_list_deleteh.png) no-repeat 5px center;
     margin: auto;
}
.grid a.action_list_homeCustom {
    display: block;
    width: 50px;
    height: 30px;
    background: url(../../images/default_ar/controls/homeO.png) no-repeat 5px center;
     margin: auto;
}

.grid a.action_list_pack {
    display: block;
    width: 50px;
    height: 30px;
    background: url(../../images/default_ar/controls/fill.png) no-repeat 5px center;
     margin: auto;
}

.grid a.select_button {
    display: block;
    width: 50px;
    height: 30px;
    background: url(../../images/default_ar/controls/select_button.png) center center no-repeat;
    margin: auto;
}

.grid a.details_button {
    display: block;
    width: 50px;
    height: 30px;
    background: url(../../images/default_ar/controls/details_button.png) center center no-repeat;
    margin: auto;
}

.grid_select_row {
    background-color: #fad7a1;
}

    .grid_select_row a.select_button {
        background: url(../../images/default_ar/controls/select_buttonh.png) center center no-repeat;
    }

    .grid_select_row a.select_button_disable {
        background: url(../../images/default_ar/controls/select_button.png) center center no-repeat;
    }

    .grid_select_row a.details_button_selected {
        background: url(../../images/default_ar/controls/details_buttonh.png) center center no-repeat;
    }

.grid_footerrow, .grid_editrow {
    background-color: #c0c0c1;
}

    .grid_footerrow input[type=text], .grid_editrow input[type=text] {
        color: #3e5c6f;
    }

.grid th.sortASC a {
    background: url(../../images/sortASC.png) left center no-repeat;
    padding-left: 15px;
}

.grid th.sortDESC a {
    background: url(../../images/sortDESC.png) left center no-repeat;
    padding-left: 15px;
}

.grid_footer {
    background-color: #646463;
    background-image: linear-gradient(to bottom,#807e7e 0,#4e4d4d 100%) !important;
    color: #fff;
    font-size: 0.90em;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    list-style: none;
}

    .grid_footer li {
        float: right;
        padding: 0px 5px;
    }

        .grid_footer li.toolbar_records {
            color: #fff;
            vertical-align: middle;
        }

        .grid_footer li.toolpar_page {
            vertical-align: middle;
            width: 40px;
        }

        .grid_footer li.toolbar_count {
            float: left;
        }

    .grid_footer select {
        padding: 0;
        width: auto;
        border-radius: 0;
        height: 22px;
        margin-top: 4px;
        line-height: 22px;
    }

    .grid_footer .block_action_prev, .block_action_prev_d {
        display: block;
        height: 30px;
        width: 30px;
        background: url(../../images/default_ar/controls/block_prev_btn.png) no-repeat center center;
    }

    .grid_footer .block_action_next, .block_action_next_d {
        display: block;
        height: 30px;
        width: 30px;
        background: url(../../images/default_ar/controls/block_next_btn.png) no-repeat center center;
    }

    .grid_footer .block_action_first, .block_action_first_d {
        display: block;
        height: 30px;
        width: 30px;
        background: url(../../images/default_ar/controls/block_first_btn.png) no-repeat center center;
    }

    .grid_footer .block_action_last, .block_action_last_d {
        display: block;
        height: 30px;
        width: 30px;
        background: url(../../images/default_ar/controls/block_last_btn.png) no-repeat center center;
    }

    .grid_footer .block_action_prev:hover {
        background: url(../../images/default_ar/controls/block_prev_btnh.png) no-repeat center center;
    }

    .grid_footer .block_action_next:hover {
        background: url(../../images/default_ar/controls/block_next_btnh.png) no-repeat center center;
    }

    .grid_footer .block_action_first:hover {
        background: url(../../images/default_ar/controls/block_first_btnh.png) no-repeat center center;
    }

    .grid_footer .block_action_last:hover {
        background: url(../../images/default_ar/controls/block_last_btnh.png) no-repeat center center;
    }


    
      .grid_footer .block_action_home {
        display: block;
        height: 30px;
        width: 30px;
        background: url(../../images/default_ar/controls/home_button.png) no-repeat center center;
    }
        .grid_footer .block_action_home:hover {
        background: url(../../images/default_ar/controls/home_buttonh.png) no-repeat center center;
    }
        .action_list_saveCustom{
    display: block;
    width: 50px;
    height:50px;
    background: url(../../images/default_ar/controls/saveIcone.png) no-repeat 5px center;
     margin: auto;
}
            .action_list_saveCustom:hover {
                display: block;
                width: 50px;
                height: 50px;
                background: url(../../images/default_ar/controls/saveIconeh.png) no-repeat 5px center;
                margin: auto;
            }
 .action_list_ClearFormCustom{
    display: block;
     width: 50px;
    height:25px;
    background: url(../../images/default_ar/controls/refresh.png) no-repeat 5px center;
     margin: auto;
}
/*------------------------------ paging number --------------------------------*/
.paging_text {
    width: 400px;
    margin: auto;
    overflow: auto;
}

    .paging_text a {
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        margin: 0;
        margin-left: 7px;
    }

        .paging_text a:hover {
            text-decoration: none;
            background: url(../../images/default_ar/paging_button.png) top no-repeat;
        }
/*-----------------------------Action List--------------------------------*/
/*#block_action_button,*/ .block_action_button {
    height: 40px;
    background: url(../../images/default_ar/controls/block_actions.png) center center no-repeat;
    cursor: pointer;
    display: block;
}

    .block_action_button.block_disable {
        background: url(../../images/default_ar/controls/block_actions_d.png) center center no-repeat;
    }


.block_action_print {
    height: 30px;
    background: url(../../images/default_ar/controls/printerd.png) center center no-repeat;
    cursor: pointer;
    display: block;
}

.actions_list {
    position: absolute;
    display: none;
    z-index: 999;
    width: 150px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    background: url(../../images/default_ar/grid_action_list.png) repeat-y right top;
    font-size: 0.85em;
}

.actions_listt li {
    height: 29px;
}
/*.actions_list li.seperator
{
    border-bottom: double 3px #edeeea;
}*/
.actions_list li a {
    height: 28px;
    line-height: 28px;
    border-bottom: dotted 1px #edeeea;
    display: block;
    text-decoration: none;
    text-align: right;
    color: #fff;
    padding-right: 5px;
    width: 105px;
    overflow: hidden;
    cursor: pointer;
    padding-left: 30px;
}

.actions_list li:hover {
    /*    background:url(../../images/default_ar/grid_actions_bg.png) no-repeat right center;*/
    background: -moz-linear-gradient(360deg, rgba(250,171,59,1) 0%, rgba(232,91,30,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(250,171,59,1)), color-stop(100%, rgba(232,91,30,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(360deg, rgba(250,171,59,1) 0%, rgba(232,91,30,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(360deg, rgba(250,171,59,1) 0%, rgba(232,91,30,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(360deg, rgba(250,171,59,1) 0%, rgba(232,91,30,1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(250,171,59,1) 0%, rgba(232,91,30,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faab3b', endColorstr='#E85B1E',GradientType=1 ); /* ie6-9 */
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.actions_list li:last-child {
    border: none;
}

.actions_list li a:after {
    float: left;
    font-family: Tahoma;
    font-size: 1.2em;
}

.action_list_new {
    background: url(../../images/default_ar/controls/action_list_new.png) no-repeat 5px center;
}

.action_list_set_query {
    background: url(../../images/default_ar/controls/action_list_set_query.png) no-repeat 5px center;
}

.action_list_export {
    background: url(../../images/default_ar/controls/action_list_export.png) no-repeat 5px center;
}

.action_list_titles {
    background: url(../../images/default_ar/controls/action_list_setting.png) no-repeat 5px center;
}

.action_list_perm {
    background: url(../../images/default_ar/controls/action_list_perm.png) no-repeat 5px center;
}

.action_list_execute_query {
    background: url(../../images/default_ar/controls/action_list_execute_query.png) no-repeat 5px center;
}

.action_list_cancel, .action_list_back {
    background: url(../../images/default_ar/controls/action_list_cancel.png) no-repeat 5px center;
}

.action_list_save {
    background: url(../../images/default_ar/controls/action_list_save.png) no-repeat 5px center;
}

.action_list_edit {
    background: url(../../images/default_ar/controls/action_list_edit.png) no-repeat 5px center;
}

.action_list_delete {
    background: url(../../images/default_ar/controls/action_list_delete.png) no-repeat 5px center;
}

.action_list_detail {
    background: url(../../images/default_ar/controls/action_list_detail.png) no-repeat 5px center;
}

.action_list_attach {
    background: url(../../images/default_ar/controls/action_list_attach.png) no-repeat 5px center;
}

.action_list_info {
    background: url(../../images/default_ar/controls/action_list_info.png) no-repeat 5px center;
}

.action_list_function {
    background: url(../../images/default_ar/controls/action_list_function.png) no-repeat 5px center;
}

.action_list_refresh {
    background: url(../../images/default_ar/controls/action_list_refresh.png) no-repeat 5px center;
}

.action_list_sort {
    background: url(../../images/default_ar/controls/action_list_sort.png) no-repeat 5px center;
}

.action_list_clear_form {
    background: url(../../images/default_ar/controls/action_list_delete.png) no-repeat 5px center;
}

.action_list_upload {
    background: url(../../images/default_ar/controls/action_list_upload.png) no-repeat 5px center;
}



.action_list_continue {
    background: url(../../images/default_ar/controls/action_list_function.png) no-repeat 5px center;
}

.action_list_continue:after {
    content: "Ctrl+C";
}

.action_list_print {
    background: url(../../images/default_ar/controls/report.png) no-repeat 5px center;
}

.action_list_print:after {
    content: "Ctrl+P";
}

.action_list_new:after {
    content: "Ctrl+I";
}

.action_list_save:after {
    content: "Ctrl+S";
}

.action_list_edit:after {
    content: "Ctrl+U";
}

.action_list_delete:after {
    content: "Ctrl+Del";
}

.action_list_set_query:after {
    content: "Ctrl+Q";
}

.action_list_execute_query:after {
    content: "Ctrl+E";
}

.action_list_refresh:after {
    content: "Ctrl+R";
}

.action_list_clear_form:after {
    content: "Ctrl+K";
}

.action_list_cancel:after {
    content: "Esc";
}

.general_search_button {
    height: 40px;
    background: url(../../images/default_ar/controls/search_button2.png) center center no-repeat;
    display: block;
}

    .general_search_button.block_disable {
        background: url(../../images/default_ar/controls/search_button.png) center center no-repeat;
    }

.general_search_container {
    position: relative;
}

    .general_search_container input[type=text] {
        position: absolute;
        z-index: 1;
        left: 50px;
        top: 7px;
        width: 140px;
        display: none;
    }
/*----------------------------Form--------------------------------*/
.form_layout {
    margin: auto;
    text-align: right;
    border-radius: 0px; /*10*/
    border: solid 3px transparent;
    min-width: 800px;
    min-height: 350px;
    background-color: #edeeea;
    display: inline-block;
    position: relative;
    padding-bottom: 30px;
}

.form_header {
    height: 40px;
    line-height: 40px;
    background-color: #434a55;
    background-image: linear-gradient(to bottom,#807e7e 0,#4e4d4d 100%) !important;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    border-radius: 0px; /*8px 8px 0px 0px*/
}

    .form_header .block_action_button {
        float: right;
        width: 50px;
    }

.form_table {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: right;
}

    .form_table tr {
        height: 40px;
    }

    .form_table .ajax__calendar tr {
        height: auto;
    }

.form_label {
    width: 1px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    color: #222a34;
}

.form_layout .grid_footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
/*-------------Permision Pages-------------*/
.table_fields {
    margin: 20px auto;
}

    .table_fields td {
        padding: 3px;
    }

.table_operation td {
    padding: 3px 0px 3px 10px;
}

.view_table {
    border-collapse: separate;
    border-spacing: 2px;
    background-color: #ddd;
    margin: auto;
    text-align: center;
}

    .view_table th {
        background-color: #434a55;
        color: #fff;
        height: 30px;
    }

    .view_table td {
        padding: 3px 10px;
        background-color: #fff;
    }

.editable_table {
    border-collapse: separate;
    border-spacing: 2px;
    background-color: #ddd;
    margin: auto;
}

    .editable_table th {
        background-color: #434a55;
        color: #fff;
        height: 30px;
    }

    .editable_table td {
        background-color: #fff;
        padding: 0px;
        border: none;
        text-align: center;
    }

    .editable_table th {
        text-align: center;
    }

    .editable_table input[type=text] {
        border: 0;
        border-radius: 0;
    }

.menu_table {
    background-color: #fff;
    border-collapse: collapse;
    border: solid 3px #c7c8c5;
}

    .menu_table tr {
        height: 28px;
    }

    .menu_table td {
        border: solid 1px #999;
        height: 28px;
    }

        .menu_table td a {
            display: block;
            text-decoration: none;
            height: 28px;
            line-height: 28px;
        }

            .menu_table td a:hover, .menu_table td a.active {
                background-color: #8bc75a;
            }

.menu_header {
    border: 0px;
    text-align: center;
    background: #434a55;
    color: #fff;
    height: 38px;
}

.mytabs {
    margin: auto;
    width: 700px;
}

    .mytabs .ajax__tab_header .ajax__tab_outer {
        margin: 0px;
        border: solid 1px #ccc;
        color: #f00;
        background: #fff;
        margin-right: 5px;
        border-bottom: none;
    }

    .mytabs .ajax__tab_header .ajax__tab_inner {
        padding: 3px 10px;
    }

    .mytabs .ajax__tab_hover .ajax__tab_outer {
        background: #ddd;
    }

    .mytabs .ajax__tab_hover .ajax__tab_inner {
    }

    .mytabs .ajax__tab_active .ajax__tab_outer {
        border-bottom: solid 1px #ff7400;
        background-color: #8bc75a;
        margin-bottom: -1px;
    }

    .mytabs .ajax__tab_active .ajax__tab_inner {
    }

    .mytabs .ajax__tab_body {
        background-color: #fff;
        border: solid 1px #d7d7d7;
        padding-bottom: 20px;
    }
/*-------------Record Info(entop & updop)-------------*/
.record_info_table {
    width: 90%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 2px;
    background-color: #ddd;
}

    .record_info_table td {
        width: 50%;
        padding: 5px;
        background-color: #fff;
    }

        .record_info_table td.label {
            background-color: #eee;
        }
/*-------------Uplaod & Attachement-------------*/
.upload_toolbar_uc {
    padding-top: 5px;
    height: 30px;
    list-style: none;
}

    .upload_toolbar_uc li {
        float: right;
        width: 40px;
        text-align: center;
    }


.upload_toolbar {
    padding-top: 5px;
    height: 30px;
    list-style: none;
}

    .upload_toolbar li {
        float: left;
        width: 40px;
        text-align: center;
    }

.attach_loading {
    display: none;
    vertical-align: middle;
}

.upload_result_table {
    margin: auto;
    border-collapse: separate;
    border-spacing: 2px;
    border: none;
    margin-top: 10px;
    width: 100%;
}

    .upload_result_table thead tr {
        height: 35px;
    }

    .upload_result_table tbody tr {
        height: 35px;
    }

    .upload_result_table th {
        color: #fff;
        background-color: #434a55;
        text-align: center;
    }

    .upload_result_table td {
        background-color: #ddd;
        padding-right: 5px;
        padding-left: 5px;
        text-align: center;
    }

        .upload_result_table td a.delete, .upload_result_table td a.view {
            display: block;
            width: 25px;
            height: 25px;
            margin: auto;
        }

        .upload_result_table td a.delete {
            background: url(../../images/default_ar/controls/delete_file.png) center center no-repeat;
        }

        .upload_result_table td a.view {
            background: url(../../images/default_ar/controls/view_file.png) center center no-repeat;
        }

        .upload_result_table td a:hover {
            opacity: 0.6;
        }

#err_msg {
    height: 30px;
    color: #a93512;
    text-align: center;
    display: none;
}
/*-------------Messages-------------*/
.error_message {
    font-size: 0.90em;
    text-align: right;
    color: #a93512;
    font-style: italic;
}

#message_box {
    line-height: 34px;
    display: inline-block;
    height: 34px;
    margin: auto;
    overflow: hidden;
    padding-right: 25px;
    font-size: 1.1em;
    clear: both;
    /*color:#fff;*/
}

.success {
    color: #c1fe8e;
    /*border:solid 3px #8bc75a;*/
    background: url(../../images/default_ar/true.png) right center no-repeat;
}

.failed {
    color: #ff7b7b;
    /*border:solid 3px #910000;*/
    background: url(../../images/default_ar/false.png) right center no-repeat;
}
/*-------------Frame-------------*/
#iframe_dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none; /**/
}

.iframe_container {
    width: 80vw;
    margin: 10vh auto 0 auto;
    background: #fff url(../../images/loading_frame.gif) no-repeat center center;
    border: none;
}

#iframe_tag {
    width: 80vw;
    height: 70vh;
    overflow: auto;
}
/*--------------Popup----------------*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
}

.popup {
    margin: 10vh auto 0 auto;
    background: #fff;
    border-radius: 0px; /*5px;*/
    width: 40vw;
    transition: all 500ms ease-in-out;
	display:none;
}

.popup_header {
    height: 40px;
    line-height: 40px;
    background-color: #438eb9; /*#434a55 ;*/
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    border-radius: 0px;
    position: relative;
}

.popup_close {
    position: absolute;
    top: 0px;
    right: 10px;
    transition: all 200ms;
    font-size: 26px;
    text-decoration: none;
    color: #1f5f00; /*#222*/
    cursor: pointer;
}

    .popup_close:hover {
        color: #fff;
    }

.popup_content {
    max-height: 70vh;
    overflow: auto;
    padding: 0px 20px;
}

.popup_hint {
    text-align: right;
    font-size: 0.90em;
    color: #a7a8a5;
    padding: 5px 0px;
}

.popup_footer {
    text-align: center;
    padding: 10px;
}
/*----------TREE----------*/
.tree {
    background-color: #edeeea;
    border-radius: 0px; /*10px;*/
    min-height: 320px;
    padding: 10px;
}

    .tree td {
        padding: 3px;
    }

        .tree td input {
            margin-left: 5px;
            text-align: right;
        }

        .tree td a:hover {
            color: #8bc75a;
        }

        .tree td span {
            color: #999;
        }
/*----------Block Taps----------*/
.tabs_area {
    padding: 20px 0px;
    width: 1200px;
    /*display:none;*/
    box-sizing: border-box;
    background-color: #edeeea;
    border: solid 2px #666d72;
    border-radius: 6px;
    margin: auto;
}

.tabs_links {
    padding: 0px;
    overflow: hidden;
    list-style: none;
    margin: 0px;
    margin-top: 10px;
    margin: auto;
    margin-bottom: -2px;
    padding: 0px 20px;
    width: 1160px;
}

    .tabs_links li {
        float: right;
        padding-right: 5px;
    }

        .tabs_links li a {
            /*  display: block;
    padding: 3px 0px;
    background-color: #737373;
    text-decoration: none;
    color: #fff;
    width: 150px;
    overflow: hidden;
    border-top: solid 2px #edeeea;
    /* border-bottom: solid 2px #666d72; */
            /*border-radius: 5px 5px 0 0;
    /* padding: 3px 11px; */
            /*white-space: nowrap;*/
            display: block;
            padding: 3px 0px;
            /* background-color:#edeeea;*/
            background-color: #737373;
            text-decoration: none;
            /*color:#60615d;*/
            color: #fff;
            width: 80px;
            overflow: hidden;
            border-top: solid 2px #edeeea;
            border-bottom: solid 2px #666d72;
            border-radius: 5px 5px 0 0;
            /*padding:3px 11px;*/
            white-space: nowrap;
        }

            .tabs_links li a:hover {
                color: #5e992f;
            }

            .tabs_links li a.active_block {
                color: #5e992f;
                border: solid 2px #666d72;
                border-bottom: solid 2px #edeeea;
                background: #edeeea url(../../images/default_ar/active_tab.png) top repeat-x;
            }

.block_container {
    width: 1200px;
    margin: auto;
    overflow: auto;
}

.block_navigation {
    float: right;
}

    .block_navigation .grid_panel {
        float: right; /*margin-left:12px;*/
        max-width: 258px;
        overflow: hidden;
    }

    .block_navigation .form_panel {
        float: right;
        max-width: 930px;
        overflow: hidden;
    }

.block_details {
    float: left;
    width: 930px;
}

    .block_details .tabs_links {
        width: auto;
    }

    .block_details .tabs_area {
        width: 930px;
        box-sizing: border-box;
    }

.block_container .block_container {
    /* background-color: #BAC0B5;*/ margin: 10px;
    padding: 10px;
    overflow: initial;
    width: auto;
}

    .block_container .block_container .tabs_area {
        width: 890px;
        display: block;
    }
/*----------Caleddar----------*/
/*.form_layout input[readonly].date_g , .form_layout input[readonly].date_g {margin-left:16px;}*/
.date_g_parent {
    position: relative;
}

.calender_img {
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    width: 16px;
    height: 16px;
    overflow: hidden;
    padding: 0px;
    border: none;
    left: 5px;
    top: 5px;
    z-index: 2;
}
/*--------------------*/
.export_columns_list {
    list-style: none;
    padding-right: 20px;
}

.lov_button {
    background-color: transparent;
    position: absolute;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    overflow: hidden;
    padding: 0px;
    border: none;
    left: 5px;
    top: 5px;
    z-index: 2;
    background: url(../../images/default_ar/controls/lov_button.png) center center no-repeat;
    display: block;
}



.module_Inbox span:nth-child(2), .module_Inbox span:nth-child(4) {
    color: #faab3b !important;
}

.module_Notification span:nth-child(2), .module_Notification span:nth-child(4) {
    color: #faab3b !important;
}

.more_button {
    border: solid 1px #b2b2b2;
    border-radius: 5px;
    background-color: #fff;
}

.department_path {
    text-wrap: none;
    text-overflow: ellipsis;
    text-align: right;
    direction: rtl;
}

.department_path_grid {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    direction: rtl;
}

.cart_cancel:hover {
    opacity: 0.6;
}


.refresh_btn {
    height: 25px;
    width: 25px;
    position: absolute;
    bottom: -3px;
    right: -10px;
}

    .refresh_btn:hover {
        opacity: 0.8;
        cursor: pointer;
        height: 30px;
        width: 30px;
        /*background-color: #f1dccb;*/
    }

.item_search_Image {
    height: 70px;
    width: 70px;
}

    .item_search_Image:hover {
        opacity: 0.8;
        cursor: pointer;
        height: 75px;
        width: 75px;
    }

.itemImage {
    height: 50px;
    width: 50px;
}

    .itemImage:hover {
        float: none;
        opacity: 0.8;
        cursor: pointer;
        /*height:200px;
    width:400px;*/
    }

.avaliblity {
    background: url(../../images/default_ar/CheckAvailability.png) right center no-repeat;
}

    .avaliblity:hover {
        background: url(../../images/default_ar/CheckAvailabilityh.png) right center no-repeat;
    }


.add_cart {
    background: url(../../images/default_ar/cart.png) right center no-repeat;
    height: 25px;
}

    .add_cart:hover {
        height: 22px;
        width: 38px;
        background: url(../../images/default_ar/carth.png) right center no-repeat;
    }


.addCart {
    background: url(../../images/default_ar/cartAdd.png) right center no-repeat;
    height: 25px;
}

    .addCart:hover {
        background: url(../../images/default_ar/cartAddh.png) right center no-repeat;
    }

.showCart {
    background: url(../../images/default_ar/cartShow.png) right center no-repeat;
}

    .showCart:hover {
        background: url(../../images/default_ar/cartShowh.png) right center no-repeat;
    }


#options {
    margin: 5px auto;
    padding-right: 5px;
    text-align: right;
    color: #f4a01b;
}

    #options a {
        text-decoration: none;
        color: #f4a01b;
    }

        #options a:hover {
            color: #8bc75a;
        }


#acc {
    list-style: none;
    margin: 0 auto 0px;
}

    #acc h3 {
        border: 1px solid #9ac1c9;
        margin: 0;
        padding: 5px;
        margin-top: 5px;
        cursor: pointer;
        color: white;
        background-color: #2E4d7B;
        font-family: Arial, Sans-Serif;
        font-size: 12px;
        font-weight: bold;
    }

        #acc h3:hover {
            background-color: #5078B3;
        }

    #acc .acc-section {
        overflow: hidden;
        background: #fff;
        background-color: #D3DEEF;
        border: 1px dashed #2F4F4F;
        border-top: none;
    }

    #acc .acc-content {
        padding: 15px;
        border: #2F4F4F;
        border-top: none;
        background-color: #EDEEEA;
    }

.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent {
    background-color: #EDEEEA;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink {
    color: white;
}

.PrintItemInfo {
    background: url(../../images/default_ar/controls/printerd.png) right center no-repeat;
}

    .PrintItemInfo:hover {
        background: url(../../images/default_ar/controls/printerdh.png) right center no-repeat;
    }

    .tab_button{

    text-align:left; 
    padding-bottom:5px;
}

.tab_button_inside{
    border: none;
    cursor: pointer;
    padding: 3px 15px;
    background-color: #434a55;
    color: #fff;
    border-radius: 20px/50px;
    transition: all 0.3s ease-out;
    min-width: 80px;
    font-family: kufi;
    font-size: 0.85em;
}
/*----------AutoComplete----------*/
.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 20px;
} 
