/* Minification failed. Returning unminified contents.
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(942,21): run-time error CSS1039: Token not allowed after unary operator: '-main-font-size'
(1161,25): run-time error CSS1039: Token not allowed after unary operator: '-main-font-size'
(1176,25): run-time error CSS1039: Token not allowed after unary operator: '-main-font-size'
(1359,21): run-time error CSS1039: Token not allowed after unary operator: '-main-font-size'
(1471,29): run-time error CSS1039: Token not allowed after unary operator: '-main-font-size'
(1593,49): run-time error CSS1039: Token not allowed after unary operator: '-main-font-size'
 */

/* ----------------------------------- 全局变量 -------------------------------*/
:root {
    --main-font-size: 12px;
}

@media screen and (max-width:576px) {
    :root {
        --main-font-size: 1em;
    }
}


/* ----------------------------------- 表单相关样式 -------------------------------
	普通表单参考工作日历模块
	内部由选项卡构成的表单参考职员模块
	单个选项卡页内部嵌套表单参考部门模块
	树形管理表单部分参考菜单管理和资源管理模块
*/
.form {
    width: 100%;
    height: 100%;
}

    .form .form-container {
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

    .form .form-title {
        font-weight: bold;
    }

    .form .form-table {
        border-left: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        text-align: left;
        width: 98%;
        display: inline-table;
    }

        .form .form-table td {
            border-right: 1px solid #dddddd;
            border-top: 1px solid #dddddd;
        }

            .form .form-table td.form-field {
                background-color: #F4F4F4;
                white-space: nowrap;
            }

/*.form .datagrid .panel-header, .form .datagrid .panel-body
{
	border-color:#dddddd;
	border-left-width:1px;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
}

.form .datagrid .panel-body-noborder
{
	border-width:0px;
}
*/
/* ---------------------------------------------------------------------------*/
.datagrid-button {
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

/* -------------------- easyui 样式重写或覆盖 -----------------------------*/
/* easyui-dialog 底部按钮位置默认靠右侧对齐，这里覆盖默认设置为居中对齐 */
.dialog-button {
    text-align: center;
}

.datagrid-toolbar-list {
    padding: 0px;
    border: 0px;
}

    .datagrid-toolbar-list .datagrid-toolbar-list-query {
        width: 100%;
        padding: 5px;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #dddddd;
        display: block;
    }

    .datagrid-toolbar-list .datagrid-toolbar-list-buttons {
        width: 100%;
        padding: 5px;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #dddddd;
        display: block;
    }

    .datagrid-toolbar-list .datagrid-toolbar-list-query form {
        width: 100%;
    }

        .datagrid-toolbar-list .datagrid-toolbar-list-query form table {
            width: 99%;
        }

/*  begin- 工具栏模式布局页                               */
.layout-toolbar-toolbar {
    /*height: 28px;*/
    padding: 1px 2px;
    border-width: 0 0 0 0;
    border-style: solid;
    background: #F4F4F4;
    border-color: #dddddd;
}
/* 分割线颜色，水平分割线用区域的上边线，垂直分割线用区域的左边线 */
.layout-toolbar-split-t {
    border-top-color: #dddddd;
}

.layout-toolbar-split-b {
    border-bottom-color: #dddddd;
}

.layout-toolbar-split-r {
    border-right-color: #dddddd;
}

.layout-toolbar-split-l {
    border-left-color: #dddddd;
}

/* 各种布局下各区域内容区通用样式 */
.layout-toolbar-container-lr-l div.layout-panel div.panel-body,
.layout-toolbar-container-lr-r div.layout-panel div.panel-body,
.layout-toolbar-container-lcr div.layout-panel div.panel-body,
.layout-toolbar-container-lcrb div.layout-panel div.panel-body,
.layout-toolbar-container-c div.layout-panel div.panel-body {
    padding: 2px;
}

/* 各种布局下各区域标题样式 */
.layout-toolbar-container-lr-l,
.layout-toolbar-container-lr-r {
}

    .layout-toolbar-container-lr-l div.layout-panel-west div.panel-header,
    .layout-toolbar-container-lr-r div.layout-panel-center div.panel-header {
        background: #F4F4F4;
        border-top-color: #dddddd;
        border-bottom-color: #dddddd;
        border-right-color: #dddddd;
    }

    .layout-toolbar-container-lr-l div.layout-panel-center div.panel-header,
    .layout-toolbar-container-lr-r div.layout-panel-east div.panel-header {
        background: #F4F4F4;
        border-top-color: #dddddd;
        border-bottom-color: #dddddd;
        border-left-color: #dddddd;
    }

.layout-toolbar-container-lcr,
.layout-toolbar-container-lcrb {
}

    .layout-toolbar-container-lcr div.layout-panel-west div.panel-header,
    .layout-toolbar-container-lcrb div.layout-panel-west div.panel-header {
        background: #F4F4F4;
        border-top-color: #dddddd;
        border-bottom-color: #dddddd;
        border-right-color: #dddddd;
    }

    .layout-toolbar-container-lcr div.layout-panel-center div.panel-header,
    .layout-toolbar-container-lcrb div.layout-panel-center div.panel-header {
        background: #F4F4F4;
        border-top-color: #dddddd;
        border-bottom-color: #dddddd;
        border-left-color: #dddddd;
        border-right-color: #dddddd;
    }

    .layout-toolbar-container-lcr div.layout-panel-east div.panel-header,
    .layout-toolbar-container-lcrb div.layout-panel-east div.panel-header {
        background: #F4F4F4;
        border-top-color: #dddddd;
        border-bottom-color: #dddddd;
        border-left-color: #dddddd;
    }

    .layout-toolbar-container-lcrb div.layout-panel-south div.panel-header {
        background: #F4F4F4;
        border-top-color: #dddddd;
        border-bottom-color: #dddddd;
    }

/*  end- 工具栏模式布局页                               */
/* -------------------- end easyui 样式重写或覆盖 -----------------------------*/
/* combo 清除按钮样式*/
.combo-clear {
    width: 18px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.combo-clear-hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.combo-clear {
    background: url('images/combo-clear.png') no-repeat center center;
}
/*.combo-clear {
  background-color: #E0ECFF;
}
.combo-clear-hover {
  background-color: #eaf2ff;
}
*/

/*----------------------- table style -----------------------*/
table.wit-table {
    display: inline-table;
    border-collapse: separate;
    border-spacing: 1px;
    border-color: grey;
    text-align: left;
}

    table.wit-table > tbody > tr > td {
        padding: 2px 10px;
        min-height: 30px;
        height: 30px;
    }

    table.wit-table > tbody > tr:nth-child(2n+1) > td {
        background-color: #F5F5F5;
    }

        table.wit-table > tbody > tr:nth-child(2n+1) > td:nth-child(2n+1) {
            background-color: #D9E7F5;
        }

    table.wit-table > tbody > tr:nth-child(2n) > td {
        background-color: #E9E9E9;
    }

        table.wit-table > tbody > tr:nth-child(2n) > td:nth-child(2n+1) {
            background-color: #CEDBE9;
        }



.toolbar-actions {
    float: left;
    padding: 2px;
}

/*--------------------------------------------- easyui extend style -------------------------------------------------*/

/*----------------------- tabs style -----------------------*/
/*
.tabs-header {
    border-color: transparent!important;
}

.tabs-header, .tabs-tool {
    background-color: #272727!important;
}

a.tabs-inner {
    border-color: #7d7d7d!important;
    border-bottom-color: #D3D3D3!important;
}

.tabs li a.tabs-inner {
    color: #000;
    background-color: #7d7d7d!important;
    background: -webkit-linear-gradient(top,#7d7d7d 0,#7d7d7d 100%);
    background: -moz-linear-gradient(top,#7d7d7d 0,#7d7d7d 100%);
    background: -o-linear-gradient(top,#7d7d7d 0,#7d7d7d 100%);
    background: linear-gradient(to bottom,#7d7d7d 0,#7d7d7d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7d7d7d,endColorstr=#7d7d7d,GradientType=0);
}

.tabs li.tabs-selected a.tabs-inner {
    color: #000;
    border-bottom: 1px solid #ffffff!important;
}

.tabs li.tabs-selected a.tabs-inner {
    background-color: #ffffff;
    background: -webkit-linear-gradient(top,#ffffff 0,#ffffff 100%);
    background: -moz-linear-gradient(top,#ffffff 0,#ffffff 100%);
    background: -o-linear-gradient(top,#ffffff 0,#ffffff 100%);
    background: linear-gradient(to bottom,#ffffff 0,#ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff,GradientType=0);
}

.tabs-scroller-left {
    border-color: #3F3F3F;
    border-left: none;
    border-right: none;
    border-bottom-color: #D3D3D3!important;
    background: #3F3F3F url('images/tabs_icons.png') no-repeat 1px center;
}

.tabs-scroller-right {
    border-color: #3F3F3F;
    border-left: none;
    border-right: none;
    border-bottom-color: #D3D3D3!important;
    background: #3F3F3F url('images/tabs_icons.png') no-repeat -15px center;
}

.tabs-scroller-over {
    background-color: #7d7d7d;
}

.tabs li a:hover.tabs-close {
    background-color: #7d7d7d;
}

.tabs li.tabs-selected a.tabs-inner:hover {
    color: #000;
}

.tabs li a.tabs-inner:hover {
    color: #fff;
}

.tabs-panels {
    border: none;
}
*/

/*----------------------- button style -----------------------*/
/*.easyui-linkbutton {
    color: #fff;
    background: #56A4F6;
    background-repeat: repeat-x;
    border: 1px solid #56A4F6;
    background: -webkit-linear-gradient(top,#56A4F6 0,#56A4F6 100%);
    background: -moz-linear-gradient(top,#56A4F6 0,#56A4F6 100%);
    background: -o-linear-gradient(top,#56A4F6 0,#56A4F6 100%);
    background: linear-gradient(to bottom,#56A4F6 0,#56A4F6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#56A4F6,endColorstr=#56A4F6,GradientType=0);
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 1px 15px;
    margin:0 1px;
}

    .easyui-linkbutton:hover {
        background: #8CBF26;
        color: #fff;
        border: 1px solid #8CBF26;
        filter: none;
        padding: 1px 15px;
        margin:0 1px;
    }*/
/*
.searchbox-button {
    background: url('images/searchbox_button.png') no-repeat center center;
}*/
/*----------------------- grid style -----------------------*/
/*
.datagrid-htable {
    color: #fff;
}

.datagrid-header, .datagrid-td-rownumber {
    background-color: #8CBF26;
    background: -webkit-linear-gradient(top,#8CBF26 0,#8CBF26 100%);
    background: -moz-linear-gradient(top,#8CBF26 0,#8CBF26 100%);
    background: -o-linear-gradient(top,#8CBF26 0,#8CBF26 100%);
    background: linear-gradient(to bottom,#8CBF26 0,#8CBF26 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8CBF26,endColorstr=#8CBF26,GradientType=0);
}

.datagrid-view1 .datagrid-header {
    background-color: #4086CD;
    background: -webkit-linear-gradient(top,#4086CD 0,#4086CD 100%);
    background: -moz-linear-gradient(top,#4086CD 0,#4086CD 100%);
    background: -o-linear-gradient(top,#4086CD 0,#4086CD 100%);
    background: linear-gradient(to bottom,#4086CD 0,#4086CD 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4086CD,endColorstr=#4086CD,GradientType=0);
}

    .datagrid-view1 .datagrid-header td.datagrid-header-over {
        background: #669ED7;
    }

.datagrid-view2 .datagrid-header td.datagrid-header-over {
    background: #A4D838;
}

.datagrid-row {
    background: #f5f5f5;
}



.datagrid-view1 .datagrid-row {
    background: #D9E7F5;
}

.datagrid-view1 .datagrid-row-alt {
    background: #CEDBE9;
}

.datagrid-row-selected {
    background-color: #789FCA!important;
}
*/
.datagrid-row-alt {
    background: #EEEEEE;
}

.datagrid-row-selected {
    background: #0092DC
}

/*去掉datagrid中单元格之间的线*/
.datagrid-body td {
    border-bottom: 1px dotted transparent; /*去掉竖线*/
    /*border-right:1px dotted transparent;*/ /*去掉横线*/
}

.pagination-page-list, .pagination-num {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

/*.pagination-first {
    background: url('images/pagination_icons.png') no-repeat 0 center;
}

.pagination-prev {
    background: url('images/pagination_icons.png') no-repeat -16px center;
}

.pagination-next {
    background: url('images/pagination_icons.png') no-repeat -32px center;
}

.pagination-last {
    background: url('images/pagination_icons.png') no-repeat -48px center;
}

.pagination-load {
    background: url('images/pagination_icons.png') no-repeat -64px center;
}*/

.pagination a.l-btn {
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
    text-align: center;
    vertical-align: middle;
}

    .pagination a.l-btn:hover {
        background: #e2e2e2;
        color: #000000;
        /*border: 1px solid #ccc;*/
        filter: none;
    }

.pagination a.l-btn-plain {
    background: transparent;
    border: 0;
    filter: none;
}

    .pagination a.l-btn-plain:hover {
        background: #e2e2e2;
        color: #000000;
        /*border: 1px solid #ccc;*/
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }
/*----------------------- components style -----------------------*/
/*.datebox .combo-arrow {
    background: url('images/datebox_arrow.png') no-repeat center center!important;
}

.combo-arrow {
    background: url('images/combo_arrow.png') no-repeat center center;
}
*/
.progressbar-value .progressbar-text {
    background-color: #56A4F6;
    color: #333;
}

.calendar-selected {
    background-color: #56A4F6;
    color: #fff;
    border: 1px solid #56A4F6;
    padding: 0;
}

/*----------------------- window style -----------------------*/
/*.window {
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background-color: #56A4F6;
    background: -webkit-linear-gradient(top,#56A4F6 0,#56A4F6 20%);
    background: -moz-linear-gradient(top,#56A4F6 0,#56A4F6 20%);
    background: -o-linear-gradient(top,#56A4F6 0,#56A4F6 20%);
    background: linear-gradient(to bottom,#56A4F6 0,#56A4F6 20%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#56A4F6,endColorstr=#56A4F6,GradientType=0);
    padding: 0px;
    border: none;
}

.window-shadow {
    background: transparent;
    -moz-box-shadow: 2px 2px 3px transparent;
    -webkit-box-shadow: 2px 2px 3px transparent;
    box-shadow: 2px 2px 3px transparent;
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=0,MakeShadow=false,ShadowOpacity=0);
}*/

/*
.window div.panel-title {
    padding: 5px 10px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
}
*/
/*
.window div.panel-header-noborder {
    border-width: 0px;
    border-color: #56A4F6;
}*/

/*.window .window-header .panel-tool {
    right: 2px;
    top: 0px;
    margin-top: 0px;*/
/*width: 30px;*/
/*height: 30px;
}*/
/*
.panel-tool a {
    width: 30px!important;
    height: 30px!important;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    margin: 2px;
}

    .panel-tool a:hover {
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        background-color: #8CBF26!important;
    }

.panel-tool-expand {
    background: url('images/panel_tools_expand_b.png') no-repeat 0px 0px!important;
}

    .panel-tool-expand:hover {
        background: url('images/panel_tools_expand.png') no-repeat 0px 0px!important;
    }

.panel-tool-collapse {
    background: url('images/panel_tools_collapse_b.png') no-repeat 0px 0px;
}

    .panel-tool-collapse:hover {
        background: url('images/panel_tools_collapse.png') no-repeat 0px 0px;
    }

.panel-tool-min {
    background: url('images/panel_tools_min_b.png') no-repeat 0px 0px;
}

    .panel-tool-min:hover {
        background: url('images/panel_tools_min.png') no-repeat 0px 0px;
    }

.panel-tool-max {
    background: url('images/panel_tools_max_b.png') no-repeat 0px 0px;
}

    .panel-tool-max:hover {
        background: url('images/panel_tools_max.png') no-repeat 0px 0px;
    }

.panel-tool-restore {
    background: url('images/panel_tools_restore_b.png') no-repeat 0px 0px;
}

    .panel-tool-restore:hover {
        background: url('images/panel_tools_restore.png') no-repeat 0px 0px;
    }

.panel-tool-close {
    background: url('images/panel_tools_close_b.png') no-repeat 0px 0px;
}

    .panel-tool-close:hover {
        background: url('images/panel_tools_close.png') no-repeat 0px 0px;
    }*/
/*
.l-btn {
    color: #333;
    background: #56A4F6;
    background-repeat: repeat-x;
    border: 1px solid #56A4F6;
    background: -webkit-linear-gradient(top,#56A4F6 0,#56A4F6 100%);
    background: -moz-linear-gradient(top,#56A4F6 0,#56A4F6 100%);
    background: -o-linear-gradient(top,#56A4F6 0,#56A4F6 100%);
    background: linear-gradient(to bottom,#56A4F6 0,#56A4F6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#56A4F6,endColorstr=#56A4F6,GradientType=0);
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    .l-btn:hover {
        background: #8CBF26;
        color: #fff;
        border: 1px solid #8CBF26;
        filter: none;
    }*/

.dialog-button {
    text-align: center;
}

    .dialog-button .l-btn {
        padding: 1px 15px;
    }

/*----------------------- tree style -----------------------*/
/*.tree-node {
    height: 30px;
    background-color: #D9E7F5;
    margin-bottom: 1px;
}*/

/*.tree-node:last-child {
        margin-bottom: 0px;
    }*/

/*.tree-node-hover {
    background-color: #56A4F6;
}

.tree-node-selected {
    background-color: #56A4F6;
}

.tree-title {
    height: 30px;
    line-height: 30px;
}

.tree-expanded, .tree-collapsed, .tree-folder, .tree-file, .tree-checkbox, .tree-indent {
    margin: 6px 0px;
}*/

/*-------------------- messager style --------------------*/
/*.messager-window {
    width: 400px;
}

    .messager-window > .window-header {
        width: 400px;
    }

.messager-body {
    text-align: center;
    width: 378px;
}

    .messager-body > div {
        margin: 10px auto;
    }

.messager-icon {
    float: initial;
    width: 128px;
    height: 128px;
    margin: 0px auto;
}

.messager-body .messager-input {
    padding-top: 8px;
    padding-bottom: 8px;
}

.messager-info {
    background: url('images/message_info.png') no-repeat center center;
}

.messager-error {
    background: url('images/message_error.png') no-repeat center center;
}

.messager-question {
    background: url('images/message_question.png') no-repeat center center;
}

.messager-warning {
    background: url('images/message_alert.png') no-repeat center center;
}*/

/*----------------------- fullcalendar extend style -----------------------*/
/*
.fc-icon {
    font-family: "Microsoft YaHei", Verdana, Helvetica, Sans-Serif!important;
}
*/
.fc-toolbar {
    background-color: #4086CD !important;
    margin: auto !important;
    padding: 10px !important;
}

    .fc-toolbar .fc-center {
        color: #fff !important;
    }

.fc-icon-left-single-arrow:after {
    color: #fff !important;
}

.fc-icon-right-single-arrow:after {
    color: #fff !important;
}

.fc-button {
    color: #fff !important;
}

.fc-state-disabled {
    color: #333 !important;
    background-color: #e5e5e5 !important;
}

.fc-state-default {
    background-image: none !important;
    background-color: #373737 !important;
}

.fc-state-active {
    color: #333 !important;
    background-color: #e5e5e5 !important;
}

.fc-state-down, .fc-state-active {
    box-shadow: none !important;
}

.fc-state-disabled {
    opacity: 1 !important;
}

.fc th {
    background-color: #8CBF26;
    padding: 10px 4px;
    border-width: 0px;
    color: #fff;
}

.fc-other-month {
    background-color: #EFEFEF;
}

.fc-state-highlight {
    background-color: #717171 !important;
    color: #fff;
}


/*.fc-event {
    background-color: #abd4ff !important;
}
*/
.fc-ltr .fc-axis {
    background-color: #e9e9e9;
}

.tree-node {
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    cursor: pointer;
}

.action {
    min-width: 42px;
    /*min-width: 60px;
    line-height: 22px;*/
    text-decoration: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 2px;
    padding: 2px 6px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.disable {
    pointer-events: none;
    opacity: 0.5;
}

.successed {
    border-radius: 2px;
    background-color: #467726;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 2px;
    padding: 2px 4px;
}

.error {
    border-radius: 2px;
    background-color: #FF7256;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 2px;
    padding: 2px 4px;
}

/*------------------------------------------------------------------------------
���ļ�������ͨͼ��ͨ����ʽ��
--------------------------------------------------------------------------------*/
.icon-refresh{
	background:url('icons/refresh.png') no-repeat center center;
}
.icon-reset{
	background:url('icons/reset.png') no-repeat center center;
}
.icon-submit{
	background:url('icons/submit.png') no-repeat center center;
}
.icon-claim{
	background:url('icons/claim.png') no-repeat center center;
}


.icon-clear {
    background: url('icons/clear.png') no-repeat center center;
}

.icon-logout {
    background: url('icons/logout.png') no-repeat center center;
}

.icon-person {
    background: url('icons/person.png') no-repeat center center;
}

.icon-message {
    background: url('icons/message.png') no-repeat center center;
}

.icon-navigater-collapsing {
    background: url('icons/navigater_collapsing.png') no-repeat center center;
}

.icon-navigater-expanding {
    background: url('icons/navigater_expanding.png') no-repeat center center;
}

.icon-loading {
    background: url('icons/loading.gif') no-repeat center center;
}

.icon-moveup {
    background: url('icons/navigater_up.png') no-repeat center center;
}

    .icon-moveup:hover {
        background: url('icons/navigater_up_white.png') no-repeat center center;
    }

.icon-movedown {
    background: url('icons/navigater_down.png') no-repeat center center;
}

    .icon-movedown:hover {
        background: url('icons/navigater_down_white.png') no-repeat center center;
    }
/*------------------------------------------------------------------------------
此文件定义插件通用样式。
--------------------------------------------------------------------------------*/

.panel-body,
.tree-title,
.l-btn-text,
.textbox .textbox-text,
.tabs-title,
.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber,
.combobox-item, .combobox-group, .combobox-stick,
.datagrid-header .datagrid-cell span,
.panel-title {
    font-size: var(--main-font-size);
    font-family: 'Calibri', 'Microsoft YaHei', Verdana, Helvetica, Sans-Serif;
}

.l-btn {
    min-width: 60px;
}

.m-btn-active,
.m-btn-plain-active,
.s-btn-active,
.s-btn-plain-active {
    background: transparent;
}


.navbars-container {
    position: relative;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    padding: 0px;
    background-color: #E0ECFF;
}

.navbars-plain {
    border: 0;
    background: transparent;
}

.navbars-noborder {
    border: 0;
}

.navbars-scroller-left,
.navbars-scroller-right {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 18px;
    font-size: 1px;
    display: none;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    z-index: 9000;
}

/*.navbars-scroller-left 
{
  left: 0;
  border-left-width : 0px;
  background: #E0ECFF url('images/navbars_icons.png') no-repeat 1px center;
}
.navbars-scroller-right {
  right: 0;
  border-right-width : 1px;
  background: #E0ECFF url('images/navbars_icons.png') no-repeat -15px center;
}*/

.navbars-scroller-over {
    background-color: #eaf2ff;
}

.navbars-scroller-disabled {
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.navbars-wrap {
    position: relative;
    overflow: hidden;
    left: 0;
    /*width: 100%;*/
    border-width: 0;
    border-style: solid;
    margin: 0;
    padding: 0;
}

.navbars {
    list-style-type: none;
    border-width: 0;
    border-style: solid;
    margin: 0;
    padding: 2px;
    width: 5000px;
}

    .navbars li.navbar {
        float: left;
        position: relative;
        overflow: hidden;
        left: 0;
        display: inline-block;
        margin: 2px;
        padding: 0;
        border-width: 0px;
        border-style: solid;
    }

        .navbars li.navbar a.navbar-inner {
            display: inline-block;
            text-decoration: none;
            margin: 0;
            padding: 0 10px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            vertical-align: middle;
            white-space: nowrap;
            border-width: 1px;
            border-style: solid;
            -moz-border-radius: 5px 5px 5px 5px;
            -webkit-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
        }

            .navbars li.navbar a.navbar-inner div {
                display: inline-block;
                line-height: 25px;
                vertical-align: middle;
            }

                .navbars li.navbar a.navbar-inner div span.navbar-icon {
                    display: inline-block;
                    width: 32px;
                    height: 32px;
                    line-height: 32px;
                    vertical-align: middle;
                }

                .navbars li.navbar a.navbar-inner div span.navbar-title {
                    display: inline-block;
                    vertical-align: middle;
                }

        .navbars li.navbar a.navbar-inner {
            color: #0E2D5F;
            background-color: #E0ECFF;
            background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
            background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
            background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
            background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#E0ECFF,GradientType=0);
        }

            .navbars li.navbar a.navbar-inner:hover {
                background-color: #ffffff;
                color: #0E2D5F;
                background: -webkit-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
                background: -moz-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
                background: -o-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
                background: linear-gradient(to bottom,#EFF5FF 0,#ffffff 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#ffffff,GradientType=0);
            }

    .navbars li.navbar-selected a.navbar-inner,
    .navbars li.navbar-selected a.navbar-inner:hover {
        font-weight: bold;
        outline: none;
        background-color: #ffffff;
        color: #0E2D5F;
        background: -webkit-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
        background: -moz-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
        background: -o-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
        background: linear-gradient(to bottom,#EFF5FF 0,#ffffff 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#ffffff,GradientType=0);
    }

    .navbars li.navbar-disabled,
    .navbars li.navbar-disabled a.navbar-inner,
    .navbars li.navbar-disabled a.navbar-inner:hover {
        color: #0E2D5F;
        background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
        background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
        background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
        background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 100%);
        filter: alpha(opacity=40);
        opacity: 0.4;
    }

    .navbars li.navbar a:hover.navbar-inner {
        cursor: default;
        pointer: default;
    }

    .navbars-container,
    .navbars,
    .navbars li.navbar,
    .navbars li.navbar a.navbar-inner,
    .navbars li.navbar-selected,
    .navbars li.navbar-selected a.navbar-inner,
    .navbars li.navbar-disabled a.navbar-inner,
    .navbars-scroller-left,
    .navbars-scroller-right {
        border-color: #95B8E7;
    }

/*------------------------------------------------------------------------------
popupSelector
--------------------------------------------------------------------------------*/
.popupSelector {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
}

    .popupSelector .popupSelector-text {
        font-size: var(--main-font-size);
        border: 0;
        margin: 0;
        padding: 0;
        line-height: 20px;
        height: 20px;
        *margin-top: -1px;
        *height: 18px;
        *line-height: 18px;
        _height: 18px;
        _line-height: 18px;
        vertical-align: baseline;
    }

    .popupSelector .popupSelector-prompt {
        font-size: var(--main-font-size);
        color: #ccc;
    }

.popupSelector-button {
    width: 18px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.popupSelector-button-hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.popupSelector-button {
    background: url('images/popupSelector_button.png') no-repeat center center;
}

.popupSelector {
    /*border-color: #95B8E7;*/
    background-color: #fff;
}



/*------------------------------------------------------------------------------
uploadify
--------------------------------------------------------------------------------*/
.uploadify {
    position: relative;
    float: left;
    /* 	margin-bottom: 1em; */
}

.uploadify-queue {
    width: 100%;
    /* 定义最大高度，当高度小于100时自动增加，高度大于100后显示scrollbar */
    /*max-height:100px;*/
    float: left;
    overflow: auto;
}

.uploadify-queue-item {
    background-color: #F5F5F5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 11px Verdana, Geneva, sans-serif;
    max-width: 350px;
}

.uploadify-error {
    background-color: #FDE5DD !important;
}

.uploadify-queue-item .uploadify-cancel a {
    background: url('images/uploadify_cancel.png') 0 0 no-repeat;
    float: left;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.uploadify-queue-item.uploadify-completed {
    background-color: #E5E5E5;
}

.uploadify-progress {
    border: 1px solid #9CC0FF;
    margin-top: 1px;
    padding: 1px;
    width: 124px;
    height: 12px;
    float: left;
}

.uploadify-progress-bar {
    background-color: #0099FF;
    height: 12px;
    width: 1px;
}

.uploadify-btn-delete {
    background: url('images/uploadify_cancel.png') 0 0 no-repeat;
    height: 16px;
    float: left;
    text-indent: -9999px;
    width: 16px;
}

.uploadify-attachmentName {
    float: left;
}

.uploadify-cancel {
    float: left;
}

.uploadify-attachmentIcon {
    height: 18px;
    width: 18px;
    float: left;
    background: url('images/uploadify_item_gray.png');
    background-size: 18px 18px;
    background-repeat: no-repeat;
}

.uploadify-fileName:hover .uploadify-attachmentIcon {
    height: 18px;
    width: 18px;
    float: left;
    background: url('images/uploadify_item_black.png');
    background-size: 18px 18px;
    background-repeat: no-repeat;
}

.uploadify-loading {
    height: 18px;
    width: 18px;
    float: left;
    background: url('images/loading.gif');
    background-size: 18px 18px;
    background-repeat: no-repeat;
}

/* 正在上传的文件的样式 */
.uploadify-uploadingItem {
    float: left;
    clear: left;
    width: 100%;
    line-height: 1.5;
}
/* 每个上传文件的div的样式 */
.uploadify-uploadedItem {
    float: left;
    clear: left;
    line-height: 1.5;
}

.uploadify-uploadedItem-vertical {
    float: left;
    clear: left;
    line-height: 1.5;
}

.uploadify-uploadedItem-horizontal {
    float: left;
    line-height: 1.5;
}

/* 上传完成时显示进度百分比 */
.uploadify-dataComplete {
    float: left;
    height: 18px;
    line-height: 18px;
    padding-right: 10px;
}

.uploadify-fileItem {
    clear: left;
    float: left;
    margin: 3px 0;
}

.uploadify-queue-item {
    float: left;
}
/* 显示文件名的样式 */
.uploadify-fileName {
    /*height:22px;*/
    float: left;
    padding: 2px;
}

.uploadify-button.witui-filepanel {
    height: 19px;
    line-height: 31px;
    font-size: var(--main-font-size);
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    margin-top: 1px;
}

.uploadify-button.witui-filebox {
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 2px 0px;
    cursor: pointer;
    outline: none;
    text-align: center;
    vertical-align: middle;
    color: #444;
    background: #fafafa;
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    background: -webkit-linear-gradient(top,#ffffff 0,#eeeeee 100%);
    background: -moz-linear-gradient(top,#ffffff 0,#eeeeee 100%);
    background: -o-linear-gradient(top,#ffffff 0,#eeeeee 100%);
    background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#eeeeee,GradientType=0);
}

.witui-filepanel {
    height: 15px;
    margin: 5px 0;
}

.witui-filebox {
    width: 100%;
    height: 22px;
}

.witui-filepanel.uploadify-button span {
    color: #0000FF;
}

.witui-filepanel.uploadify-button.disabled span {
    color: #A1A1A1;
}

.uploadify input[type="file"] {
    cursor: pointer;
}



/*------------------------------------------------------------------------------
menu
--------------------------------------------------------------------------------*/
.em-left {
    display: none;
    border-width: 7px;
    position: absolute;
    right: -1px;
    top: 23px;
    font-size: 0px;
    line-height: 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #e9e9e9 transparent transparent;
    z-index: 20000;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    zoom: 1;
}

.radius-up {
    border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
}

.radius-down {
    border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
}

div.dl_menu {
    height: auto;
    background-color: #e5e5e5;
    position: relative;
}

    div.dl_menu > div.navigater {
        height: 30px;
        width: 100%;
        text-align: right;
        border-top: 1px solid #bfc2c8;
        border-bottom: 1px solid #ededed;
        overflow: hidden;
        position: absolute;
        top: 0px;
    }

        div.dl_menu > div.navigater > span {
            display: inline-block;
            line-height: 30px;
            height: 100%;
            padding: 0px 20px 0px 10px;
            margin-right: 6px;
            font-size: var(--main-font-size);
            cursor: pointer;
            background-position: right center;
        }

            div.dl_menu > div.navigater > span:hover {
                color: #005bac;
            }

    div.dl_menu > div.menuBlock {
        width: 100%;
        position: absolute;
        overflow: hidden;
    }

        div.dl_menu > div.menuBlock > ul.menuUl {
            display: block;
            width: 100%;
            margin: 0px;
            padding: 0px;
            position: absolute;
            border-top: 1px solid #c0c0c0;
        }

            div.dl_menu > div.menuBlock > ul.menuUl > li {
                height: 50px;
                line-height: 50px;
                width: 100%;
                /*border-top: 1px solid #bfc2c8;*/
                border-bottom: 1px solid #c0c0c0;
                position: relative;
            }

                div.dl_menu > div.menuBlock > ul.menuUl > li > div.menuBlock {
                    /*position: relative;*/
                    /*overflow: hidden;*/
                }

                div.dl_menu > div.menuBlock > ul.menuUl > li.selected > a {
                    color: #fff;
                }

                div.dl_menu > div.menuBlock > ul.menuUl > li > a {
                    display: block;
                    height: 100%;
                    width: 100%;
                    color: #333;
                }

                    div.dl_menu > div.menuBlock > ul.menuUl > li > a:hover {
                        color: #fff;
                    }

                    div.dl_menu > div.menuBlock > ul.menuUl > li > a > div.icon {
                        height: 50px;
                        width: 60px;
                        display: block;
                        float: left;
                        background-size: 48px 48px;
                    }

                    div.dl_menu > div.menuBlock > ul.menuUl > li > a > div.title {
                        display: block;
                        float: left;
                        height: 30px;
                        line-height: 30px;
                        margin: 10px 0px;
                        padding: 0px 15px;
                        border-left: 1px solid #6C757E;
                        font-size: 14px;
                    }

                div.dl_menu > div.menuBlock > ul.menuUl > li ul {
                    display: block;
                    width: 100%;
                    margin: 0px;
                    padding: 0px;
                    position: absolute;
                    top: -1px;
                    background-color: #a2a8b0;
                    list-style: none;
                    border-left: 1px solid #8b9197;
                    border-right: 1px solid #8b9197;
                    visibility: hidden;
                }

                    div.dl_menu > div.menuBlock > ul.menuUl > li ul > li {
                        height: 28px;
                        line-height: 28px;
                        border-top: 1px solid #bfc2c8;
                        border-bottom: 1px solid #8b9197;
                        position: relative;
                    }

                        div.dl_menu > div.menuBlock > ul.menuUl > li ul > li > a {
                            display: block;
                            height: 100%;
                            width: 100%;
                            color: #333;
                            overflow: hidden;
                        }

                            div.dl_menu > div.menuBlock > ul.menuUl > li ul > li > a:hover {
                                color: #fff;
                            }

                            div.dl_menu > div.menuBlock > ul.menuUl > li ul > li > a > div.icon {
                                height: 28px;
                                width: 30px;
                                display: block;
                                float: left;
                                background-size: 24px 24px;
                            }

                            div.dl_menu > div.menuBlock > ul.menuUl > li ul > li > a > div.title {
                                display: block;
                                float: left;
                                height: 20px;
                                line-height: 20px;
                                margin: 4px 0px;
                                padding: 0px 20px 0px 15px;
                                border-left: 1px solid #6C757E;
                                font-size: var(--main-font-size);
                                overflow: hidden;
                                white-space: nowrap;
                                text-overflow: ellipsis;
                                background-position: right center;
                            }

                div.dl_menu > div.menuBlock > ul.menuUl > li div.menuItemBlock {
                    display: block;
                    position: absolute;
                    top: -1px;
                    background-color: #fff;
                    padding: 10px;
                    overflow: hidden;
                    border: 1px solid #8b9197;
                    background-color: #e9e9e9;
                    visibility: hidden;
                }

                    div.dl_menu > div.menuBlock > ul.menuUl > li div.menuItemBlock > div.secoundBg {
                        position: absolute;
                        overflow: hidden;
                        width: 100%;
                        height: 100%;
                    }

                        div.dl_menu > div.menuBlock > ul.menuUl > li div.menuItemBlock > div.secoundBg > div.secoundBlock {
                            position: absolute;
                        }

                            div.dl_menu > div.menuBlock > ul.menuUl > li div.menuItemBlock > div.secoundBg > div.secoundBlock > div.secondLayout {
                                display: block;
                                overflow: hidden;
                                border-bottom: 1px dashed #8b9197;
                            }

                                div.dl_menu > div.menuBlock > ul.menuUl > li div.menuItemBlock > div.secoundBg > div.secoundBlock > div.secondLayout:last-child {
                                    border-bottom: none;
                                }

                                div.dl_menu > div.menuBlock > ul.menuUl > li div.menuItemBlock > div.secoundBg > div.secoundBlock > div.secondLayout > div.title {
                                    display: block;
                                    height: 60px;
                                    float: left;
                                    line-height: 1.5em;
                                }

                                    div.dl_menu > div.menuBlock > ul.menuUl > li div.menuItemBlock > div.secoundBg > div.secoundBlock > div.secondLayout > div.title > a {
                                        display: block;
                                        margin: 6px 10px 6px 0px;
                                        padding: 4px 0px;
                                        color: #525252;
                                        font-weight: bold;
                                        text-indent: 25px;
                                        background-size: 24px 24px;
                                        background-position: 2px 0px;
                                        border-radius: 4px 4px 4px 4px;
                                        -webkit-border-radius: 4px 4px 4px 4px;
                                        -moz-border-radius: 4px 4px 4px 4px;
                                        overflow: hidden;
                                        white-space: nowrap;
                                        text-overflow: ellipsis;
                                    }

                                        div.dl_menu > div.menuBlock > ul.menuUl > li div.menuItemBlock > div.secoundBg > div.secoundBlock > div.secondLayout > div.title > a:hover {
                                            background-color: #56A4F6;
                                            color: #000;
                                        }

                                div.dl_menu > div.menuBlock > ul.menuUl > li div.menuItemBlock > div.secoundBg > div.secoundBlock > div.secondLayout > div.item {
                                    display: block;
                                    margin: 5px 0px;
                                    padding: 0px 10px;
                                    float: left;
                                    min-height: 30px;
                                    border-left: 1px solid #8b9197;
                                }

                                    div.dl_menu > div.menuBlock > ul.menuUl > li div.menuItemBlock > div.secoundBg > div.secoundBlock > div.secondLayout > div.item > a {
                                        display: inline-block;
                                        padding: 4px 10px;
                                        line-height: 1.5em;
                                        float: left;
                                        color: #333;
                                        width: auto; /* auto 三级菜单自动布局 */
                                        overflow: hidden;
                                        white-space: nowrap;
                                        text-overflow: ellipsis;
                                        text-indent: 15px;
                                        background-size: 16px 16px;
                                        background-position: 5px center;
                                        border-radius: 4px 4px 4px 4px;
                                        -webkit-border-radius: 4px 4px 4px 4px;
                                        -moz-border-radius: 4px 4px 4px 4px;
                                    }

                                        div.dl_menu > div.menuBlock > ul.menuUl > li div.menuItemBlock > div.secoundBg > div.secoundBlock > div.secondLayout > div.item > a:hover {
                                            /*color: #005bac;*/
                                            background-color: #56A4F6;
                                            color: #fff;
                                        }

    div.dl_menu div.moveBar {
        display: block;
        height: 25px;
        width: 100%;
        text-align: right;
        border-top: 1px solid #bfc2c8;
        border-bottom: 1px solid #8b9197;
        overflow: hidden;
        cursor: pointer;
        position: absolute;
    }

        div.dl_menu div.moveBar:hover {
            background-color: #6C757E;
        }

    div.dl_menu div.moveSubBar {
        display: block;
        height: 25px;
        width: 100%;
        text-align: right;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        overflow: hidden;
        cursor: pointer;
        /*background-color: #a2a8b0;*/
        position: absolute;
    }

        div.dl_menu div.moveSubBar:hover {
            background-color: #a2a8b0;
        }

.datagrid-cell .l-btn-small {
    height: 22px;
    line-height: 22px;
}

/*------------------------------------------------------------------------------
���ļ�����˵�ͼ��ͨ����ʽ��
--------------------------------------------------------------------------------*/
.icon-menu-pda
{
    background: url('icons-menu/pda.png') no-repeat center center;
}
.icon-menu-pda-small
{
    background: url('icons-menu/small/pda.png') no-repeat center center;
}

.icon-menu-tablet
{
    background: url('icons-menu/tablet.png') no-repeat center center;
}
.icon-menu-tablet-small
{
    background: url('icons-menu/small/tablet.png') no-repeat center center;
}

.icon-menu-itdepartment {
    background: url('icons-menu/itdepartment.png') no-repeat center center;
}
.icon-menu-itdepartment-small {
    background: url('icons-menu/small/itdepartment.png') no-repeat center center;
}


.icon-menu-system-small {
    background: url('icons-menu/controlpanel_gray.png') no-repeat center center;
}

    .icon-menu-system-small:hover, .icon-menu-system-small-selected {
        background: url('icons-menu/controlpanel_white.png') no-repeat center center;
    }

.icon-menu-program-small {
    background: url('icons-menu/demo_gray.png') no-repeat center center;
}

    .icon-menu-program-small:hover, .icon-menu-program-small-selected {
        background: url('icons-menu/demo_white.png') no-repeat center center;
    }
.icon-menu-computer-small{
    background: url('icons-menu/desktop_gray.png') no-repeat center center;
}

    .icon-menu-computer-small:hover, .icon-menu-computer-small-selected {
        background: url('icons-menu/desktop_white.png') no-repeat center center;
    }

.icon-menu-info-small {
    background: url('icons-menu/info_gray.png') no-repeat center center;
}

    .icon-menu-info-small:hover, .icon-menu-info-small-selected {
        background: url('icons-menu/info_white.png') no-repeat center center;
    }
    
.icon-menu-pda-small {
    background: url('icons-menu/info_gray.png') no-repeat center center;
}

    .icon-menu-pda-small:hover, .icon-menu-pda-small-selected {
        background: url('icons-menu/info_white.png') no-repeat center center;
    }
    
.icon-menu-tablet-small {
    background: url('icons-menu/info_gray.png') no-repeat center center;
}

    .icon-menu-tablet-small:hover, .icon-menu-tablet-small-selected {
        background: url('icons-menu/info_white.png') no-repeat center center;
    }


.icon-menu-controlpanel-small {
    background: url('icons-menu/controlpanel_gray.png') no-repeat center center;
}

    .icon-menu-controlpanel-small:hover, .icon-menu-controlpanel-small-selected {
        background: url('icons-menu/controlpanel_white.png') no-repeat center center;
    }

.icon-menu-person-small {
    background: url('icons-menu/personalcenter_gray.png') no-repeat center center;
}

    .icon-menu-person-small:hover, .icon-menu-person-small-selected {
        background: url('icons-menu/personalcenter_white.png') no-repeat center center;
    }

.icon-menu-customer-small {
    background: url('icons-menu/platform_gray.png') no-repeat center center;
}

    .icon-menu-customer-small:hover, .icon-menu-customer-small-selected {
        background: url('icons-menu/platform_white.png') no-repeat center center;
    }

.icon-item-arrow-right {
    background: url('icons-menu/arrow_right_gray.png') no-repeat center center;
}

    .icon-item-arrow-right:hover, .icon-item-arrow-right-selected {
        background: url('icons-menu/arrow_right_white.png') no-repeat center center;
    }
    

