/* Minification failed. Returning unminified contents.
(28,21): run-time error CSS1039: Token not allowed after unary operator: '-main-font-size'
 */
/*------------------------------------------------------------------------------
此文件定义核心通用样式。
CSS 复位：
    http://www.blueidea.com/tech/web/2008/6165.asp
    http://perishablepress.com/a-killer-collection-of-global-css-reset-styles/
* {   
 vertical-align: baseline;   
 font-weight: inherit;   
 font-family: inherit;   
 font-style: inherit;   
 font-size: 100%;   
 border: 0 none;   
 outline: 0;   
 padding: 0;   
 margin: 0;   
 } 

--------------------------------------------------------------------------------*/

/* ----------------------------------- 表单相关样式 -------------------------------
	普通表单参考工作日历模块
	内部由选项卡构成的表单参考职员模块
	单个选项卡页内部嵌套表单参考部门模块
	树形管理表单部分参考菜单管理和资源管理模块
*/

body, select, input, textarea, pre, xmp {
    font-size: var(--main-font-size);
    font-family: 'Calibri', 'Microsoft YaHei', Verdana, Helvetica, Sans-Serif;
}

xmp {
    margin: 0px;
}

.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: 100%;
        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;
                text-align: center;
            }

    .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-action-list {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
    .datagrid-action-list > div {
        padding: 2px;
    }


/* ---------------------------------------------------------------------------*/
/*.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: 1px;
        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: #e9e9e9;
        }

    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: #dddddd;
        }


.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: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    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;
}

.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: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.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: 2px 2px 2px 2px;
        -webkit-border-radius: 2px 2px 2px 25px;
        border-radius: 2px 2px 2px 2px;
    }*/
/*----------------------- 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: #fff;
    background: #1c3550;
    background-repeat: repeat-x;
    border: 1px solid #1c3550;
    background: -webkit-linear-gradient(top,#1c3550 0,#1c3550 100%);
    background: -moz-linear-gradient(top,#1c3550 0,#1c3550 100%);
    background: -o-linear-gradient(top,#1c3550 0,#1c3550 100%);
    background: linear-gradient(to bottom,#1c3550 0,#1c3550 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1c3550,endColorstr=#1c3550,GradientType=0);
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

    .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: #56A4F6;
}

.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: #4086CD !important;
    color: #fff;
}

.fc-event {
    background-color: #4086CD !important;
}

.fc-ltr .fc-axis {
    background-color: #e9e9e9;
}

::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    background-color: #bdbdbd;
}*/

/*定义滚动条轨道 内阴影+圆角*/
/*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 2px;
    background-color: #f4f4f4;
}*/

/*定义滑块 内阴影+圆角*/
/*::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #bdbdbd;
}

.l-btn-plain:hover {
    background: #e2e2e2;
    color: #000000;
    border: 1px solid #ccc;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.tabs {
    border-width: 0 0 0 0;
}

.orderAttachment {
    color: #667fa0;
    text-decoration: none;
}

.datagrid-row-selected a {
    color: #fff;
    text-decoration: none;
}

.orderCategory > li a.tabs-inner {
    padding: 0px 3px;
}

.orderCategory li {
    margin: 0 1px -1px 0;
}

.action_view {
    border-radius: 2px;
    background-color: #29b2a6;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    width: 32px;
    text-align: center;
    margin-right: 5px;
}

.action_approve {
    border-radius: 2px;
    background-color: #79af3a;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    width: 32px;
    text-align: center;
    margin-right: 5px;
}

.action_reject {
    border-radius: 2px;
    background-color: #FF7256;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    width: 32px;
    text-align: center;
    margin-right: 5px;
}

.orderStatus_finished {
    border-radius: 2px;
    background-color: #294f75;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    padding: 0px 10px 0px 10px;
}

.orderStatus_cancel {
    border-radius: 2px;
    background-color: #f55145;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    padding: 0px 10px 0px 10px;
}

.addbutton {
    background: #29b2a6;
    border: 1px solid #29b2a6;
}

.cancelbutton {
    background: #f55145;
    border: 1px solid #f55145;
}

.submitbutton {
    background: #92c755;
    border: 1px solid #92c755;
}

.advanceSelectedItem {
    display: inline-block;
    margin: 4px 2px 4px 4px;
    border: 1px solid #ccc;
    padding: 0px 4px 0px 6px;
    font-size: 14px;
}

    .advanceSelectedItem:hover {
        background: #ddd;
        border: 1px solid #ccc;
    }

.requiredfield {
    border: 1px solid red;
}

.viewSubTitle {
    display: inline-block;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    font-size: 16px;
    background-color: #ccc;
    white-space: nowrap;
}

.viewSubValue {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    text-align: center;
    font-size: 16px;
    padding: 10px 0px 10px 0px;
    word-break: break-all;
}

    .viewSubValue > span {
        display: block;
        width: 100%;
        float: left;
        word-break: normal;
        white-space: pre-wrap;
        word-wrap: break-word;
        overflow: hidden;
    }

.viewRow {
}

.tabs {
    height: 22px !important;
}

    .tabs li {
        margin: 0 2px -1px 0;
    }

        .tabs li a {
            margin: 0 2px -1px 0;
        }

            .tabs li a.tabs-inner {
                height: 22px !important;
                line-height: 22px !important;
                -moz-border-radius: 2px 2px 0 0;
                -webkit-border-radius: 2px 2px 0 0;
                border-radius: 2px 2px 0 0;
            }


.textbox {
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

    .textbox .textbox-text {
        -moz-border-radius: 2px 2px 2px 2px;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
    }

.tree-node {
    height: 30px;
    background-color: #e9eaea;
    margin-bottom: 1px;
}

.tree-node-selected {
    background-color: #abcbec !important;
    color: #000;
    font-weight: bold;
}

.l-btn-text {
    height: 20px;
    line-height: 20px;
}*/

/*------------------------------------------------------------------------------
���ļ�������ͨͼ��ͨ����ʽ��
--------------------------------------------------------------------------------*/
.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;
    }

.icon-indexmenu-userinfo {
    background: url('icons/indexmenu/user.png') no-repeat center center;
}
.icon-indexmenu-logout {
    background: url('icons/indexmenu/logout.png') no-repeat center center;
}

/*------------------------------------------------------------------------------
此文件定义插件通用样式。
--------------------------------------------------------------------------------*/


/*.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: 12px;
  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: 12px;
  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:12px;
	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: #a2a8b0;
    position: relative;
}

    div.dl_menu > div.navigater {
        height: 30px;
        width: 100%;
        text-align: right;
        border-top: 1px solid #bfc2c8;
        border-bottom: 1px solid #8b9197;
        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: 12px;
            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;
        }

            div.dl_menu > div.menuBlock > ul.menuUl > li {
                height: 50px;
                line-height: 50px;
                width: 100%;
                border-top: 1px solid #bfc2c8;
                border-bottom: 1px solid #8b9197;
                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: 12px;
                                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: #56A4F6;
                                        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;
        }*/

/*------------------------------------------------------------------------------
���ļ�����˵�ͼ��ͨ����ʽ��
--------------------------------------------------------------------------------*/
.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-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;
    }
    

.c1,.c1:hover,.c1>.panel-header{
	color: #fff;
	border-color: #3c8b3c;
	background: #4cae4c;
	background: -webkit-linear-gradient(top,#4cae4c 0,#449d44 100%);
	background: -moz-linear-gradient(top,#4cae4c 0,#449d44 100%);
	background: -o-linear-gradient(top,#4cae4c 0,#449d44 100%);
	background: linear-gradient(to bottom,#4cae4c 0,#449d44 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cae4c,endColorstr=#449d44,GradientType=0);
}
a.c1:hover{
	background: #449d44;
	filter: none;
}
.c1>.panel-body{
	border-color: #3c8b3c;
}
.c1>.dialog-toolbar,.c1>.dialog-button{
	border-left-color: #3c8b3c;
	border-right-color: #3c8b3c;
}
.c1>.dialog-button{
	border-bottom-color: #3c8b3c;
}
.c2,.c2:hover,.c2>.panel-header{
	color: #fff;
	border-color: #5f5f5f;
	background: #747474;
	background: -webkit-linear-gradient(top,#747474 0,#676767 100%);
	background: -moz-linear-gradient(top,#747474 0,#676767 100%);
	background: -o-linear-gradient(top,#747474 0,#676767 100%);
	background: linear-gradient(to bottom,#747474 0,#676767 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#747474,endColorstr=#676767,GradientType=0);
}
a.c2:hover{
	background: #676767;
	filter: none;
}
.c2>.panel-body{
	border-color: #5f5f5f;
}
.c2>.dialog-toolbar,.c2>.dialog-button{
	border-left-color: #5f5f5f;
	border-right-color: #5f5f5f;
}
.c2>.dialog-button{
	border-bottom-color: #5f5f5f;
}
.c3,.c3:hover,.c3>.panel-header{
	color: #333;
	border-color: #ff8080;
	background: #ffb3b3;
	background: -webkit-linear-gradient(top,#ffb3b3 0,#ff9999 100%);
	background: -moz-linear-gradient(top,#ffb3b3 0,#ff9999 100%);
	background: -o-linear-gradient(top,#ffb3b3 0,#ff9999 100%);
	background: linear-gradient(to bottom,#ffb3b3 0,#ff9999 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffb3b3,endColorstr=#ff9999,GradientType=0);
}
a.c3:hover{
	background: #ff9999;
	filter: none;
}
.c3>.panel-body{
	border-color: #ff8080;
}
.c3>.dialog-toolbar,.c3>.dialog-button{
	border-left-color: #ff8080;
	border-right-color: #ff8080;
}
.c3>.dialog-button{
	border-bottom-color: #ff8080;
}
.c4,.c4:hover,.c4>.panel-header{
	color: #333;
	border-color: #52d689;
	background: #b8eecf;
	background: -webkit-linear-gradient(top,#b8eecf 0,#a4e9c1 100%);
	background: -moz-linear-gradient(top,#b8eecf 0,#a4e9c1 100%);
	background: -o-linear-gradient(top,#b8eecf 0,#a4e9c1 100%);
	background: linear-gradient(to bottom,#b8eecf 0,#a4e9c1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b8eecf,endColorstr=#a4e9c1,GradientType=0);
}
a.c4:hover{
	background: #a4e9c1;
	filter: none;
}
.c4>.panel-body{
	border-color: #52d689;
}
.c4>.dialog-toolbar,.c4>.dialog-button{
	border-left-color: #52d689;
	border-right-color: #52d689;
}
.c4>.dialog-button{
	border-bottom-color: #52d689;
}
.c5,.c5:hover,.c5>.panel-header{
	color: #fff;
	border-color: #b52b27;
	background: #d84f4b;
	background: -webkit-linear-gradient(top,#d84f4b 0,#c9302c 100%);
	background: -moz-linear-gradient(top,#d84f4b 0,#c9302c 100%);
	background: -o-linear-gradient(top,#d84f4b 0,#c9302c 100%);
	background: linear-gradient(to bottom,#d84f4b 0,#c9302c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d84f4b,endColorstr=#c9302c,GradientType=0);
}
a.c5:hover{
	background: #c9302c;
	filter: none;
}
.c5>.panel-body{
	border-color: #b52b27;
}
.c5>.dialog-toolbar,.c5>.dialog-button{
	border-left-color: #b52b27;
	border-right-color: #b52b27;
}
.c5>.dialog-button{
	border-bottom-color: #b52b27;
}
.c6,.c6:hover,.c6>.panel-header{
	color: #fff;
	border-color: #1f637b;
	background: #2984a4;
	background: -webkit-linear-gradient(top,#2984a4 0,#24748f 100%);
	background: -moz-linear-gradient(top,#2984a4 0,#24748f 100%);
	background: -o-linear-gradient(top,#2984a4 0,#24748f 100%);
	background: linear-gradient(to bottom,#2984a4 0,#24748f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2984a4,endColorstr=#24748f,GradientType=0);
}
a.c6:hover{
	background: #24748f;
	filter: none;
}
.c6>.panel-body{
	border-color: #1f637b;
}
.c6>.dialog-toolbar,.c6>.dialog-button{
	border-left-color: #1f637b;
	border-right-color: #1f637b;
}
.c6>.dialog-button{
	border-bottom-color: #1f637b;
}
.c7,.c7:hover,.c7>.panel-header{
	color: #333;
	border-color: #e68900;
	background: #ffab2e;
	background: -webkit-linear-gradient(top,#ffab2e 0,#ff9900 100%);
	background: -moz-linear-gradient(top,#ffab2e 0,#ff9900 100%);
	background: -o-linear-gradient(top,#ffab2e 0,#ff9900 100%);
	background: linear-gradient(to bottom,#ffab2e 0,#ff9900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffab2e,endColorstr=#ff9900,GradientType=0);
}
a.c7:hover{
	background: #ff9900;
	filter: none;
}
.c7>.panel-body{
	border-color: #e68900;
}
.c7>.dialog-toolbar,.c7>.dialog-button{
	border-left-color: #e68900;
	border-right-color: #e68900;
}
.c7>.dialog-button{
	border-bottom-color: #e68900;
}
.c8,.c8:hover,.c8>.panel-header{
	color: #fff;
	border-color: #4b72a4;
	background: #698cba;
	background: -webkit-linear-gradient(top,#698cba 0,#577eb2 100%);
	background: -moz-linear-gradient(top,#698cba 0,#577eb2 100%);
	background: -o-linear-gradient(top,#698cba 0,#577eb2 100%);
	background: linear-gradient(to bottom,#698cba 0,#577eb2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#698cba,endColorstr=#577eb2,GradientType=0);
}
a.c8:hover{
	background: #577eb2;
	filter: none;
}
.c8>.panel-body{
	border-color: #4b72a4;
}
.c8>.dialog-toolbar,.c8>.dialog-button{
	border-left-color: #4b72a4;
	border-right-color: #4b72a4;
}
.c8>.dialog-button{
	border-bottom-color: #4b72a4;
}

.c9, .c9:hover, .c9 > .panel-header {
	color: #fff;
	border-color: #0F243A;
	background: #1c3550;
	background: -webkit-linear-gradient(top,#1c3550 0,#172C43 100%);
	background: -moz-linear-gradient(top,#1c3550 0,#172C43 100%);
	background: -o-linear-gradient(top,#1c3550 0,#172C43 100%);
	background: linear-gradient(to bottom,#1c3550 0,#172C43 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1c3550,endColorstr=#172C43,GradientType=0);
}

a.c9:hover {
	background: #172C43;
	filter: none;
}

.c9 > .panel-body {
	border-color: #0F243A;
}

.c9 > .dialog-toolbar, .c9 > .dialog-button {
	border-left-color: #0F243A;
	border-right-color: #0F243A;
}

.c9 > .dialog-button {
	border-bottom-color: #0F243A;
}

.c1 > .panel-header > .panel-title, .c2 > .panel-header > .panel-title,
.c5 > .panel-header > .panel-title, .c6 > .panel-header > .panel-title, .c8 > .panel-header > .panel-title, .c9 > .panel-header > .panel-title {
	color: #fff;
}

.c-plain{
	border-color: #fff;
	background: #fff;
}

.c-plain>.panel-header,
.c-plain>.panel-body,
.c-plain>.dialog-button,
.c-plain>.dialog-toolbar{
	border-color: transparent;
	background: transparent;
}
.c-raised{
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

