﻿html, body {
    height: 100%;
    direction: rtl;
    background-color: #E8E8E8;
    overflow-x: hidden;
}

body {
    font: 10px Tahoma;
    direction: rtl;
}

form {
    height: 100%;
    font-size: 11px;
}

td {
    position: relative;
}

input[type=checkbox] + label {
    padding: 0 10px;
}

#top {
    width: 100%;
    padding: 0;
    height: 75px;
    background-color: #26292D;
    color: #EEE;
    line-height: 75px;
    background-image: url('../Images/bg-pattern.png');
}

#logo {
    float: right;
    width: 18%;
    min-width: 245px;
    height: 75px;
}

    #logo img {
        float: right;
    }

#main-wrapper {
    width: 100%;
    background: #FFF;
    min-height: 85%;
    display: flex;
    display: -ms-flexbox;
}

#rightmenu {
    width: 18%;
    float: right;
    background-color: #26292D;
    background-image: url('../Images/bg-pattern.png');
    color: #EEE;
    min-height: 85vh;
    min-width: 245px;
}

    #rightmenu a:hover {
        text-decoration: none;
    }

.pnlRightNavBody {
    /*max-height: 200px;
    overflow-y: auto;*/
    direction: ltr;
}

    .pnlRightNavBody > table {
        direction: rtl;
    }

.slimScrollDiv {
    direction: rtl;
}

#content {
    float: right;
    width: 77%;
    margin: 0 auto;
    padding: 25px;
    background: #FEFEFE;
}

.nav-item {
    width: 100%;
    min-height: 65px;
    color: #EEE;
    padding: 5px 10px;
    text-align: center;
}

.nav-item {
    background-image: -webkit-linear-gradient(to bottom,#428bca 0,#357ebd 100%);
    background-image: -moz-linear-gradient(to bottom,#428bca 0,#357ebd 100%);
    background-image: -ms-linear-gradient(to bottom,#428bca 0,#357ebd 100%);
    background-image: -o-linear-gradient(to bottom,#428bca 0,#357ebd 100%);
    background-image: linear-gradient(to bottom,#428bca 0,#357ebd 100%);
}

    .nav-item select {
        width: 225px !important;
    }

    .nav-item a {
        line-height: 65px;
        font-size: 12px;
        font-weight: bold;
        color: #EEE;
    }

        .nav-item a img {
            width: 25px;
            height: 25px;
        }

    .nav-item span {
        display: block;
        font-size: 16px;
        font-weight: bold;
        font-family: sans-serif;
        padding: 10px;
    }

#imgUserIcon {
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #EEE;
    margin: 0 auto;
}

.static-text {
    font-size: 12px !important;
    font-weight: normal !important;
}

.main-item, .menu-item {
    border: 1px solid #666;
    width: 100%;
    color: #EEE;
    padding: 5px 20px;
    border-right: 5px solid #26292D;
}

    .menu-item:hover {
        background-color: #3D3D3D;
        border-right: 5px solid #EEE;
    }

.main-menu-item img {
    width: 25px;
    height: 25px;
}

.main-menu-item span {
    font-size: 13px;
    padding: 10px;
    cursor: pointer;
}

table.main-menu {
    width: 100%;
}

    table.main-menu .main-menu tr {
        border-top: 1px solid #26292D;
    }

        table.main-menu .main-menu tr:hover {
            border-top: 1px solid #EEE;
            border-bottom: 1px solid #EEE;
        }

.masterLable {
    padding: 0;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}

/*#repeat {
    width: 100%;
    background: url(../images/repeat.jpg) repeat-x;
    height: 37px;
    border-bottom: 8px solid white;
    border-right: 8px solid white;
    border-left: 8px solid white;
}*/

#container {
    width: 80%;
    margin: 0 auto;
    /*border-left: solid 5px #042E4A;
    border-right: solid 5px #042E4A;*/
    /*border-top: solid 5px #042E4A;*/
    border: solid 8px #ffffff;
    border-spacing: 0;
    height: 100%;
}

/*#rightmenu {
    background-color: #505050;
    text-align: right;
    direction: rtl;
    vertical-align: top;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border: 8px solid white;
}*/

#myMenu {
    list-style: none;
    direction: rtl;
    text-align: right;
    width: 120px;
    padding: 5px;
    background-color: #042E4A;
}

.MenuRootNodeStyle {
    font-size: 14px;
    height: 20px;
    text-decoration: none;
    color: #505050;
    display: block;
    text-align: right;
    padding: 5px;
    background-color: #042E4A;
    /*background-image: url("../Images/Next.gif") !important;
    background-position: left !important;
    background-repeat: no-repeat !important;*/
}

.MenuNodeStyle {
    font-size: 14px;
    height: 20px;
    text-decoration: none;
    color: #505050;
    display: block;
    text-align: right;
    background-color: #042E4A;
    padding: 5px;
}

.StaticHoverStyle {
    font-size: 14px;
    height: 20px;
    text-decoration: none;
    color: #036;
    display: block;
    text-align: right;
    padding: 5px;
    font-weight: bold;
}

.dynamicmenustyle {
    background-color: #042E4A;
    border: solid 1px black;
}

.dynamicHoverstyle {
    font-size: 14px;
    height: 20px;
    text-decoration: none;
    color: #036;
    display: block;
    text-align: right;
    padding: 5px;
    font-weight: bold;
}

/*#content {
    vertical-align: top;
    width: 100%;
    /*height: 100%;
    background-color: #E8E8E8;
    border: 8px solid white;
}*/

#content #contentTable {
    vertical-align: top;
    width: 99%;
    height: 100%;
    margin-right: 5px;
    margin-top: 5px;
}

#contentCell {
    height: 80%;
    vertical-align: top;
}

#ValidationCell {
    height: 20%;
    vertical-align: bottom;
}

#div-welcome {
    background-color: #26292D;
    background-image: url('../Images/bg-pattern.png');
}

.lblWelcome {
    color: white;
    font-weight: bold;
    vertical-align: middle;
}

a:link, a:visited {
    color: white;
    background: transparent;
    text-decoration: none;
}

a:hover {
    /*color: #036;*/
    /*background: #8fb8cc;*/
    text-decoration: underline;
}

.lblRequired {
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

.control-required {
    position: relative;
}

span.control-required {
    background: url('../images/mandatory-field.png') no-repeat;
    display: inline-block;
    min-width: 15px;
    min-height: 15px;
    font-size: 0;
}

.lbl {
    text-align: left;
    vertical-align: middle;
    color: black;
}

.lbl_center_align {
    text-align: center;
    vertical-align: middle;
    color: black;
}

.btn {
    font-size: 11px;
    font-weight: bold;
    font-family: Tahoma;
    /*border: 1px solid #3A73A1;*/
    cursor: pointer;
    /*color: #FFFFFF;*/
    display: inline-block;
    /*background-color: #042E4A;*/
}

    .btn:hover {
        /*background-color: #8fb8cc;
        color: #042E4A;
        font-weight: bold;*/
    }

.disbBtn {
    font-size: 11px;
    font-weight: bold;
    font-family: Tahoma;
    /*border: 1px solid #3A73A1;*/
    padding: 5px 5px;
    cursor: pointer;
    /*color: #042E4A;*/
    display: inline-block;
    /*background-color: #FFFFFF;*/
}

.txt {
    background: transparent url(../Images/input-text-8.png) repeat-x;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #111111;
    border: 1px solid #999;
    vertical-align: middle;
    outline: 0;
    height: 15px;
    Width: 180px;
}

.txt_Name {
    background: transparent url(../Images/input-text-8.png) repeat-x;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #111111;
    border: 1px solid #999;
    vertical-align: middle;
    outline: 0;
    height: 15px;
    Width: 130px;
}

.txt_long {
    background: transparent url(../Images/input-text-8.png) repeat-x;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #111111;
    border: 1px solid #999;
    vertical-align: middle;
    outline: 0;
    height: 15px;
    Width: 548px;
}

.txt_multiline {
    background: transparent url(../Images/input-text-8.png) repeat-x;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #111111;
    border: 1px solid #999;
    vertical-align: middle;
    outline: 0;
    height: 135px;
    Width: 548px;
    resize: none;
}

.txtSearch {
    background: #FFF url(../Images/input-text-9.png) no-repeat 4px 4px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #111111;
    border: 1px solid #999;
    vertical-align: middle;
    outline: 0;
    height: 20px;
    padding-left: 25px;
    Width: 180px;
}

.ddl {
    background: transparent url(../Images/input-text-8.png) repeat-x;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #111111;
    border: 1px solid #999;
    vertical-align: middle;
    outline: 0;
    height: 20px;
    Width: 184px;
}

.field_td {
    border-bottom: solid 1px Gray;
}

.buttons_td {
    text-align: center;
}

.checkbox_td {
    text-align: right;
    font-weight: bold;
}

#footer {
    background: #50779A;
    height: 35px;
    color: white;
    text-align: center;
}

.ErrorMessage {
    font-family: Tahoma;
    font-size: 13px;
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 0;
}

.ConfirmMessage {
    font-family: Tahoma;
    font-size: 13px;
    color: green;
    font-weight: bold;
    text-decoration: none;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 0;
}

.Message {
    font-family: Tahoma;
    font-size: 13px;
    color: #042E4A;
    font-weight: bold;
    text-decoration: none;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 0;
}

.form_table {
    width: 100%;
    border-collapse: collapse;
}

    .form_table tr {
        height: 35px;
    }

    .form_table td {
        border-bottom: solid 1px #D8D8D8;
        vertical-align: middle;
        position: relative;
    }

.info_table {
    width: 100%;
    border-collapse: collapse;
}

    .info_table tr {
        height: 35px;
    }

        .info_table tr td {
            vertical-align: middle;
            padding: 5px;
            border: 1px solid #000;
        }

/*.hover_row :hover {
    background-color: #CED8F6;
}*/

.grid_table {
    width: 100%;
    vertical-align: middle;
}

.tree_table {
    width: 100%;
}

.grid_Container {
    display: table;
    width: 100%;
    /*height: 234px;*/
    direction: rtl;
    overflow-x: auto;
    overflow-y: auto;
    border: solid 1px #729ea5;
    border-collapse: collapse;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    color: #333333;
    background-color: #FFF;
}

    .grid_Container tr {
        height: 35px;
    }

    .grid_Container th {
        text-align: center;
        padding: 4px 2px;
        background-color: #3B84C3;
        color: #EEE;
        height: 15px;
        border: solid 1px #729ea5;
        border-collapse: collapse;
    }

        .grid_Container th:empty {
            border: 0;
        }

    .grid_Container td {
        text-align: center;
        padding: 5px 0;
        border: 1px solid #729ea5;
        min-height: 42px;
    }

.customCalloutStyle {
    top: 0 !important;
    right: 0 !important;
    border: 1px solid #CCC !important;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    -ms-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.calender_Extender {
    top: 100% !important;
    left: 100% !important;
    right: 0 !important;
}

.customCalloutStyle div, .customCalloutStyle td {
    background-color: #FFF;
    direction: rtl;
    text-align: right;
    vertical-align: middle;
    padding: 0 5px !important;
}

.customCalloutStyle .ajax__validatorcallout_icon_cell {
    padding: 0;
    height: 20px;
}

    .customCalloutStyle .ajax__validatorcallout_icon_cell img {
        display: none;
    }

.customCalloutStyle .ajax__validatorcallout_error_message_cell {
    font-family: Tahoma;
    font-weight: bold;
    border: none;
    color: #FF0000;
}

.customCalloutStyle .ajax__validatorcallout_callout_cell {
    display: none;
}

.ajax__validatorcallout_innerdiv {
    width: 35px !important;
}

.lnkLogin {
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: white;
}

a.lnk {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: black;
    text-decoration: underline;
}

a.grid_lnk {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: GrayText;
    text-decoration: underline;
}

a.grid_lnk_disb {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: black;
    text-decoration: none;
}

a.grid_lnk_disabled {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: GrayText;
    text-decoration: none;
}

    a.grid_lnk_disabled :hover {
        color: GrayText;
        background: white;
        text-decoration: none;
    }

.accordion, .accordion > div {
    overflow: visible !important;
}

.accordionContent {
    overflow: visible !important;
}

.accordionHeader {
    color: #EEE;
    background-color: #26292D;
    background-image: url('../Images/bg-pattern.png');
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.accordionContent {
    padding: 2px;
    padding-bottom: 5px;
    padding-top: 10px;
}

.accordionContent1 {
    padding: 0px;
    padding-bottom: 5px;
    padding-top: 10px;
}

.modalBackground {
    height: 100%;
    opacity: 0.7;
    background: url(../Images/body_bg.gif) repeat;
}

.modalPanelBackground {
    width: 300px;
    height: 200px;
    border: solid 1px;
    background: url(../Images/body_bg.gif) repeat;
}

.modalPanelWindow {
    overflow-x: scroll;
    overflow-y: scroll;
    display: block;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    width: 1000px;
    height: 500px;
}

.calender_Extender .ajax__calendar_container {
    background-color: #e2e2e2;
    border: solid 1px #cccccc;
    width: 220px;
}

.calender_Extender .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.calender_Extender .ajax__calendar_title,
.calender_Extender .ajax__calendar_next,
.calender_Extender .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.calender_Extender .ajax__calendar_body {
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
    margin: 0;
    width: 210px;
}

.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    width: 210px !important;
}

.ajax__calendar_container TABLE {
    margin: 0 !important;
    width: 210px;
}

.calender_Extender .ajax__calendar_body tr {
    height: 10px;
}

.calender_Extender .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
}

.calender_Extender .ajax__calendar_day {
    text-align: center;
}

.calender_Extender .ajax__calendar_hover .ajax__calendar_day,
.calender_Extender .ajax__calendar_hover .ajax__calendar_month,
.calender_Extender .ajax__calendar_hover .ajax__calendar_year,
.calender_Extender .ajax__calendar_active {
    color: #004080;
    /*font-weight: bold;*/
    background-color: #ffffff;
}

.ajax__calendar_month {
    font-size: 10px;
    width: auto !important;
}

.calender_Extender .ajax__calendar_today {
    font-weight: bold;
}

.calender_Extender .ajax__calendar_other,
.calender_Extender .ajax__calendar_hover .ajax__calendar_today,
.calender_Extender .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

.treeNode {
    color: black;
    font: 11px Tahoma;
    width: 100%;
}

    .treeNode a {
        color: black;
        font: 11px Tahoma;
        width: 100%;
    }

.rootNode {
    color: black;
    font: 11px Tahoma;
    width: 100%;
}

.leafNode {
    padding: 4px;
    color: black;
    font: 11px Tahoma;
    width: 100%;
}

.SelectedNode {
    color: black;
    background-color: gray;
    font: 11px Tahoma;
}

.Progress {
    position: absolute;
    top: 30%;
    right: 35%;
    background-color: transparent;
    filter: alpha(opacity=90);
}

fieldset {
    border-top: solid 1px black;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

legend {
    color: black;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.radioButtonList {
    display: block;
}

    .radioButtonList label {
        padding-left: 15px;
    }

    .radioButtonList td {
        border-bottom: none;
    }

.listbox {
    width: 350px;
    height: 200px;
    display: block;
    overflow-x: auto;
    overflow-y: auto;
    border: solid 1px gray;
    direction: rtl;
    font: 10px Tahoma;
}

.ListSearchExtenderPrompt {
    direction: rtl;
    height: 15px;
    font-style: italic;
    color: white;
    background-color: grey;
}

.menuHeader {
    color: black;
    background-color: #042E4A;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.menuContent {
    padding: 5px;
    padding-top: 5px;
    background-color: #606060;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    font-family: Tahoma;
    font-size: 13px;
    font-weight: normal;
}

/**/ /*....................................................................*/
/**/ /*....................................................................*/
/**/ /*....................................................................*/

.lblMainMenu {
    color: black;
    text-align: right;
    vertical-align: middle;
    color: black;
    font-size: 14px;
    padding: 12px;
    font-weight: bold;
}

.main-menu {
    /*padding-top: 12px;*/
    color: black;
    font-family: Tahoma;
}

    .main-menu td {
        font-size: 14px;
        padding: 8px;
    }

        .main-menu td:hover {
            color: #FFFFFF;
            background-color: transparent;
            text-decoration: none;
        }

        .main-menu td a {
            display: block;
            color: #6F7D8C;
            text-decoration: none;
        }

            .main-menu td a:hover {
                color: #FFFFFF;
                background-color: transparent;
                text-decoration: none;
            }

        .main-menu td .sub-nav {
            padding: 4px;
            padding-right: 30px;
            border-bottom: 0px;
            font-size: 13px;
        }

@media print {
    #repeat, #footer, #rightmenu, .printer-image, .print-row, #top {
        display: none;
    }

    .grid_Container {
        height: auto;
        overflow: visible;
    }

    .frm-control {
        width: 135px;
    }

    .frm-validator {
        display: none;
    }

    .appended-for-print {
        padding: 0 !important;
    }

    .frm-control.thin {
        width: 65px !important;
    }

    .multiple-ctrls span {
        display: block;
    }
}

.printer-image {
    width: 35px;
    height: 35px;
}

.appended-for-print {
    padding: 0 20px;
}

.search-criteria {
    width: 750px;
    margin: 0 auto;
}

.frm-lbl {
    width: 132px;
    min-height: 40px;
    float: right;
    padding: 5px 0;
    min-height: 30px;
    line-height: 30px;
}

.frm-control {
    width: 240px;
    /*line-height: 30px;*/
    float: right;
    padding: 5px 0;
}

    .frm-control > span {
        display: inline-block;
        height: 40px;
    }

.frm-validator {
    height: 0;
    width: 0;
    float: right;
    position: relative;
}

    .frm-validator > span {
        display: none;
    }

.frm-buttons {
    text-align: center;
    padding: 10px 0;
}

.float-left {
    float: left;
}

.div-print {
    float: left;
    padding: 5px;
}

.print-preview {
    float: left;
}

    .print-preview a {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url('../Images/print-preview.png');
    }

.clear {
    clear: both;
}

#tabs {
    margin: 0;
    border: 0;
    padding: 0;
    margin-bottom: 10px;
    width: 4000px;
}

.right-arrow {
    position: absolute;
    top: 0;
    cursor: pointer;
    right: -40px;
    width: 35px;
    height: 41px;
    line-height: 40px !important;
    background-color: #FFF;
    text-align: center;
}

.left-arrow {
    position: absolute;
    top: 0;
    left: -40px;
    cursor: pointer;
    width: 35px;
    height: 41px;
    line-height: 40px !important;
    background-color: #FFF;
    text-align: center;
}

#tabs li {
    float: right;
    height: 40px;
    list-style-type: none;
    background-color: #3881C0;
    text-align: center;
    margin: 1px;
}

.NonSelected_Tab a {
    padding: 0 1px;
    display: inline-block;
    font-size: 12px;
    font-weight: 200;
    color: #FFF;
    line-height: 40px;
    width: 100%;
    transition: all 1s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
}

    .NonSelected_Tab a:hover {
        background-color: #E8E8E8;
        color: #222;
        text-decoration: none;
    }

.Selected_Tab {
    display: inline-block;
    height: 40px;
    background-color: #F7F7F7 !important;
    border-bottom: 3px solid #0A55A0;
    border-left: 3px solid #F7F7F7;
    border-right: 3px solid #F7F7F7;
    margin: 0 !important;
}

#tabs li:last-of-type#tabs li:first-of-type {
    background-color: #3881C0 !important;
}

    #tabs li:last-of-type#tabs li:first-of-type a {
        color: #FFF;
    }

.Selected_Tab a {
    padding: 0 1px;
    font-size: 11.5px;
    font-weight: 200;
    line-height: 40px;
    color: #222;
}

    .Selected_Tab a:hover {
        text-decoration: none;
    }

.block {
    width: 32%;
    float: right;
    margin: 5px;
    border: 1px solid #50779A;
    box-shadow: 3px 5px 10px #666;
    -webkit-box-shadow: 3px 5px 10px #666;
    -moz-box-shadow: 3px 5px 10px #666;
    -ms-box-shadow: 3px 5px 10px #666;
    -o-box-shadow: 3px 5px 10px #666;
}

    .block h3 {
        background: #3B84C3;
        color: #EEE;
        padding: 10px;
        font-size: 16px;
        margin: 0;
    }

    .block table {
        width: 100%;
    }

    .block tr {
        height: 30px;
        border-bottom: 1px solid #50779A;
    }

    .block td {
        border: 0;
        text-align: right;
        padding: 5px;
    }

tr.hovered, tr.hovered a {
    font-weight: bold;
    font-size: 10px;
}

/*.grid_paging table {
    width: 100%;
}

.grid_paging td {
    border: 0;
}*/

.grid_paging {
    background-color: #FFF;
    padding: 2px;
    margin: 2% auto;
}

    .grid_paging a {
        background-color: #26292D;
        padding: 5px 10px 5px 10px;
        color: #FFF;
        text-decoration: none;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        -ms-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
    }

        .grid_paging a:hover {
            background-color: #3D9848;
            color: #FFF;
        }

    .grid_paging span {
        background-color: #115FA1;
        color: #FFF;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        -ms-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
        padding: 5px 10px 5px 10px;
    }

    .grid_paging table {
        margin: 0 auto;
    }

        .grid_paging table td {
            border: 0;
            min-width: 35px;
        }

.hidden {
    display: none;
}

.text_align_center {
    text-align: center;
}


/***************    Confirm Dialog CSS    ****************/

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.7;
    z-index: 999;
}

#confirm-dialog {
    position: fixed;
    color: #000;
    background-color: #FEFEFE;
    z-index: 1000;
    width: 400px;
    height: 175px;
    top: 50%;
    margin-right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-size: 13px;
}

    #confirm-dialog .dialog-content {
        padding: 50px;
        width: 100%;
        height: 125px;
        border-bottom: 1px solid #CCC;
        text-align: center;
    }

    #confirm-dialog button {
        margin: 5px;
        width: 50px;
    }

.confirm-message-text {
    font-size: 13px;
    font-weight: bold;
    display: inline;
}

/********************************/

.ul {
    list-style-type: disc;
    text-align: right;
}

.pnlHeaderCls {
    color: #EEE;
    background-color: #3B84C3;
    /*background-image: url('../Images/bg-pattern.png');*/
    height: 30px;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    margin: 2px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.slimScrollDiv{
    height: auto !important;
}
.slim-scroll-panel{
    height: auto !important;
}
