﻿/*------------------------------------------------------------------------------
此文件定义核心通用样式。
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, span, pre, textarea {
    font-family: 'Microsoft YaHei', 微软雅黑, verdana, sans-serif;
}

.panel-body {
    font-size: 12px;
}

.form {
    width: 100%;
    height: 100%;
}

    .form .form-container {
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

    .form > .form-container {
        width: 90%;
        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;
            }

    .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;
        }

/*--------------------------------------------- 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: 0px 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}


.window div.panel-header-noborder {
    border-width: 0px;
    border-color: #56A4F6;
}

.window .window-header {
    padding: 0px;
    position: relative;
}

    .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: transparent;
    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;
    font-size: 12px;
}

.tree-expanded, .tree-collapsed, .tree-folder, .tree-file, .tree-checkbox, .tree-indent {
    margin: 6px 0px;
}

/*-------------------- messager style --------------------*/
/*.messager-window {
    width: 400px !important;
}*/

    .messager-window > .window-header {
        width: 400px !important;
    }

.messager-body {
    text-align: center;
    width: auto !important;
}

    .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-button {
    width: auto !important;
}

.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;
}

.fc-ltr .fc-axis {
    background-color: #e9e9e9;
}

.home-todo {
    background: url('images/home/todo.png') no-repeat center center;
}

.img_notice_new {
    content: url('../notice/new.png');
    height: 16px;
    width: 32px;
}

.action_new {
    border-radius: 2px;
    background-color: #f35555;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    margin: 2px;
    padding: 0px 5px;
    cursor: pointer;
}

.tabs li a.tabs-inner {
    border-radius: 2px 2px 0 0;
}

.wfaction-normal {
    text-decoration: none;
    border-radius: 2px;
    background-color: #332f6c;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 2px;
    padding: 2px 6px;
    line-height: 14px;
}

.wfaction-warning {
    text-decoration: none;
    border-radius: 2px;
    background-color: #f13243;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 2px;
    padding: 2px 6px;
    line-height: 14px;
}

.checkbox_checked {
    background: url('images/checkbox_checked.png') no-repeat center center;
    height: 16px;
    width: 16px;
    display: inline-block;
}

.checkbox_unchecked {
    background: url('images/checkbox_unchecked.png') no-repeat center center;
    height: 16px;
    width: 16px;
    display: inline-block;
}

.radio_checked {
    background: url('images/radio_select.png') no-repeat center center;
    height: 16px;
    width: 16px;
    display: inline-block;
    padding: 0px 4px;
}

.radio_unchecked {
    background: url('images/radio_unselect.png') no-repeat center center;
    height: 16px;
    width: 16px;
    display: inline-block;
    padding: 0px 4px;
}

.easyui-linkbutton {
    height: 22px;
    color: #fff;
    background: #56a4f6;
    background-repeat: repeat-x;
    border: 0px 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;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0px 2px;
    margin: 0 1px;
}

.l-btn {
    color: #fff;
    background: #017bff;
    background-repeat: repeat-x;
    border: 0px solid #003963;
    background: -webkit-linear-gradient(top,#003963 0,#003963 100%);
    background: -moz-linear-gradient(top,#003963 0,#003963 100%);
    background: -o-linear-gradient(top,#003963 0,#003963 100%);
    background: linear-gradient(to bottom,#003963 0,#003963 100%);
    background-repeat: repeat-x;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.l-btn-plain:hover {
    background: #e2e2e2;
    color: #000;
    border: 0px solid #ccc;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    padding: 0px 2px;
}

.l-btn:hover {
    background: #e2e2e2;
    color: #000;
    border: 1px solid #ccc;
    filter: none;
}

.textbox {
    border-radius: 3px;
}

.readonly_control {
    border: 0px;
    border-radius: 0px;
    font-size: 12px;
    display: inline-block;
    min-width: 120px;
}

.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;
}


.toolbar-actions {
    float: left;
    padding: 5px;
    box-sizing: border-box;
    min-height: 26px;
}


    .toolbar-actions .title {
        min-width: 150px;
        display: inline-block;
    }

.l-btn-text {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.panel-icon, .panel-tool {
    margin-top: -16px;
    height: 30px;
}

.workflowhelpdoc {
    text-align: left;
}

    .workflowhelpdoc li {
        line-height: 32px;
    }

    .workflowhelpdoc .help_chapter {
        font-weight: bold;
        color: #0d0d91;
        display: inline-block;
        width: auto;
        border-bottom: 1px solid;
    }

    .workflowhelpdoc .help_chapter_content {
        padding-left: 32px;
        display: inline-block;
        width: 99%;
        box-sizing: border-box;
    }

    .workflowhelpdoc .help_chapter_secound {
        font-weight: bold;
        color: #0d0d91;
        display: inline-block;
        margin-left: 32px;
        box-sizing: border-box;
        border-bottom: 1px solid;
        width: auto;
    }

    .workflowhelpdoc .help_chapter_secound_content {
        padding-left: 64px;
        display: inline-block;
        width: 99%;
        box-sizing: border-box;
    }

.helpContent {
    float: right;
    font-size: 12px;
    color: blue;
    cursor: pointer;
    border-bottom: 2px solid blue;
}

.messager-button .l-btn {
    width: auto;
    min-width: 80px;
}

.reminderInfo {
    text-align: left;
    font-size: 12px;
    color: red;
    font-weight: bold
}

.workflow_form_serialnumber {
    float: left;
    margin: 3px 0px;
    border-bottom: 1px solid #000
}

.textbox .textbox-prompt {
    font-size: 12px;
}

.textbox .textbox-text {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
}

.datagrid-cell {
    font-size: 12px;
}

.datagrid-header .datagrid-cell span {
    font-size: 12px;
}

.tabs-title {
    font-size: 12px;
}

.datagrid-header-row, .datagrid-row {
    height: 25px;
}

.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber {
    font-size: 12px;
}

.l-btn-plain:hover {
    /* padding: 0; */
}

.l-btn-text {
    height: 20px;
    line-height: 20px;
}

.featurecategory-text {
    border-radius: 2px;
    background-color: #CCCCCC;
    color: #003366;
    display: inline-block;
    padding: 2px 6px;
    cursor: pointer;
}

.featurecategory-int {
    border-radius: 2px;
    background-color: #90f286;
    color: #000000;
    display: inline-block;
    padding: 2px 6px;
    cursor: pointer;
}

.featurecategory-float {
    border-radius: 2px;
    background-color: #336666;
    color: #FFFFFF;
    display: inline-block;
    padding: 2px 6px;
    cursor: pointer;
}

.featurecategory-enum {
    border-radius: 2px;
    background-color: #56a4f6;
    color: #FFFFFF;
    display: inline-block;
    padding: 2px 6px;
    cursor: pointer;
}

.tabs li .tabs-inner {
    color: #767676;
}

.form-field .required {
    color: red;
    font-weight: bold;
}

.feature-beforeinput {
    background: #f1f176;
}

.feature-validation {
    background: #e9a5a5;
}

.feature-substitution {
    background: #a3a3ee;
}

.witui-filebox {
    height: 22px !important;
}

.uploadify-fakeFileName {
    height: 22px !important
}


/*
.approvestate_draft {
    border-radius: 2px;
    background-color: #636363;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 2px;
    padding: 2px 4px;
}

.approvestate_submitted {
    border-radius: 2px;
    background-color: #6d77de;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 2px;
    padding: 2px 4px;
}

.approvestate_complated {
    border-radius: 2px;
    background-color: #467726;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 2px;
    padding: 2px 4px;
}

.approvestate_canceled {
    border-radius: 2px;
    background-color: #f21414;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 2px;
    padding: 2px 4px;
}*/

.approvestate_draft {
    border-radius: 5px;
    background-color: #636363;
    color: #FFFFFF;
/*    cursor: pointer;*/
    display: inline-block;
    text-align: center;
    margin: 2px;
    padding: 2px 4px;
}

.approvestate_inprocess {
    border-radius: 5px;
    background-color: #646edb;
    color: #FFFFFF;
/*    cursor: pointer;*/
    display: inline-block;
    text-align: center;
    margin: 2px;
    padding: 2px 4px;
}

.approvestate_complated {
    border-radius: 5px;
    background-color: #467726;
    color: #FFFFFF;
/*    cursor: pointer;*/
    display: inline-block;
    text-align: center;
    margin: 2px;
    padding: 2px 4px;
}

.approvestate_canceled {
    border-radius: 5px;
    background-color: #FF7256;
    color: #FFFFFF;
/*    cursor: pointer;*/
    display: inline-block;
    text-align: center;
    margin: 2px;
    padding: 2px 4px;
}
.approvestate_none {
    border-radius: 5px;
    background-color: #a1a1a1;
    color: #FFFFFF;
/*    cursor: pointer;*/
    display: inline-block;
    text-align: center;
    margin: 2px;
    padding: 2px 4px;
}


.action-row {
    display: inline-flex;
}

.action-item {
    margin: 4px 2px;
}

.container .row {
}

.field_caption {
    background-color: #D9E7F5;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 6px;
}

.filed_content {
    text-align: left;
    padding: 6px;
}

.list-actions {
    width: 20%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

    .list-actions .action {
        box-shadow: 1px 1px 5px 2px #ccc;
        border-radius: 6px;
        cursor: pointer;
        margin: 0px 10px
    }

.witform-custom {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #f5f5f5;
}

    .witform-custom .witform-cell {
        width: 33.3%;
        float: left;
        border: 1px solid #ffffff;
        height: 36px;
        display: inline-flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .witform-custom .witform-cell-halfrow {
        width: 50%;
        float: left;
        border: 1px solid #ffffff;
        height: 36px;
        display: inline-flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .witform-custom .witform-cell-double {
        width: 66.6%;
        float: left;
        border: 1px solid #ffffff;
        height: 36px;
        display: inline-flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .witform-custom .witform-cell-full {
        width: 100%;
        float: left;
        border: 1px solid #ffffff;
        height: 36px;
        display: inline-flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .witform-custom .witform-title {
        width: 150px;
        height: 100%;
        min-height:34px;
        background-color: #D9E7F5;
        text-align: left;
        padding-left: 10px;
        /* line-height: 35px; */
        display: inline-flex;
        /* align-content: center; */
        align-items: center;
        float:left;
    }

    .witform-custom .witform-control {
        width: calc(100% - 150px);
        padding: 2px 10px;
        text-align: left;
        float: left;
    }

.ColsSpanValue {
   /* line-height: 28.4px;*/
}

.datagrid-filter {
    padding: 0;
    width:auto;
    min-height:28px;
    float:left;
    min-width:204px;
    margin-left:10px;
}
.datagrid-filter-title {
    width: 84px;
    float: left;
    height: auto;
    min-height: 28px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.datagrid-filter-control {
    float: left;
    width: calc(100% - 84px);
    padding: 0;
    text-align: left;
}

.PPG-Page {
    width: 100%;
    height: auto;
}

.PPG-Page-div {
    width: 100%;
    height: auto;
}
.PPG-tr-div {
    width: 100%;
    float: left;
    height: auto;
}
.PPG-td-div {
    width: auto;
    float: left;
}
.PPG-list-button {
    float: left;
    width: auto;
    height:24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div_tab_cm {
    margin-top:20px;
    width: 100%;
    float: left;
    border: 1px solid #dddddd;
}
.div_tr_cm {
    width: 100%;
    float: left;
    height: 30px;
}
.div_td_cm_title {
    width: 25%;
    float: left;
    border: 1px solid #dddddd;
    font-weight: bold;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div_td_cm {
    width: 25%;
    float: left;
    border: 1px solid #dddddd;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div_td_cm_quote_title {
    width: 10%;
    float: left;
    border: 1px solid #dddddd;
    font-weight: bold;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}



.div_td_cm_quote {
    width: 10%;
    float: left;
    border: 1px solid #dddddd;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.CM-AmountPassed {
    background-color: #3c8b3c;
    color:#fff;
}

.div_td_cm_amount_title25 {
    width: 25%;
    float: left;
    border: 1px solid #dddddd;
    font-weight: bold;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div_td_cm_amount_title35 {
    width: 35%;
    float: left;
    border: 1px solid #dddddd;
    font-weight: bold;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div_td_cm_amount_title40 {
    width: 40%;
    float: left;
    border: 1px solid #dddddd;
    font-weight: bold;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div_td_cm_quote25 {
    width: 25%;
    float: left;
    border: 1px solid #dddddd;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div_td_cm_quote35 {
    width: 35%;
    float: left;
    border: 1px solid #dddddd;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div_td_cm_quote40 {
    width: 40%;
    float: left;
    border: 1px solid #dddddd;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}


.div_td_cm_productline {
    color: blue;
    cursor: pointer;
}

.easyui-datagrid-container{
    width: 100%;
    height: auto;
    float: left;
    border-top: 1px solid #ccc;
/*    margin-top: 20px;*/
}
.datagrid-toolbar-list {
    width: 100%;
    height: auto;
    float: left;
}

.datagrid-toolbar-list-buttons {
    width: 100%;
    height: auto;
    float: left;
}
.width-half-h5 {
    width: 50%;
    float: left;
}
.width-1-3-h5 {
    width: 33%;
    float: left;
    border: 1px solid #ffffff;
}
.witform-title-width-full {
    width: 150px;
    float: left;
    background-color: #D9E7F5;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}
.witform-cell {
    width: 33.3%;
    float: left;
    border: 1px solid #ffffff;
    min-height: 36px;
    height: auto;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
}
.witform-cell-full {
    width: 100%;
    float: left;
    border: 1px solid #ffffff;
    height: 36px;
    height: auto;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
}
.witform-title {
    width: 150px;
    height: 100%;
    min-height: 34px;
    background-color: #D9E7F5;
    text-align: left;
    padding-left: 10px;
    /* line-height: 35px; */
    display: inline-flex;
    /*align-content: center; */
    align-items: center;
    float: left;
}
.witform-control {
    width: calc(100% - 150px);
    padding: 2px 10px;
    text-align: left;
    float: left;
}
.div-content-h5 {
    width: 100%;
    float: left;
    text-align: left;
    height: auto;
    border: 1px solid #ffffff;
    height: 100%;
    background-color: #f5f5f5;
}
.button-sure {
    background-color: #4cae4c;
    height: 20px;
    width: 40px;
    line-height: 20px;
    padding: 0 4px;
    color: #fff;
    display: inline-block;
    text-align: center;
    cursor:pointer;
}

.DecimalFormat {
    cursor:pointer;
}