﻿body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #666666;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #235CBA;
    /*font-weight: 700;*/
}

textarea:disabled, textarea[readonly=readonly]
input:disabled, input[type=text][readonly] {
    background-color: #f9fafc;
}

#div_approve_right {
    border-top: none;
    border-bottom: none;
    overflow-x: hidden;
}

    #div_approve_right ul {
        width: 260px;
        height: 85px;
        background: url(/frontfiles/images/dotLine.png) no-repeat center;
        padding-left: 13px;
    }

        #div_approve_right ul li {
            position: relative;
            float: left;
            list-style: none;
            height: 23px;
            line-height: 23px;
            font-size: 13px;
            font-family: "微软雅黑";
            color: #888;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding-left: 10px;
            width: 115px;
            overflow: hidden;
        }

            #div_approve_right ul li:nth-child(2n) {
                padding-left: 13px;
                width: 115px;
            }

        #div_approve_right ul .ul_node_name {
            font-weight: 400;
            color: #222;
        }

        #div_approve_right ul li .back {
            border-radius: 2px;
            color: #f66;
            border: 1px solid #f66;
            height: 17px;
            width: 30px;
            text-align: center;
            line-height: 16px;
            margin-top: 2px;
        }

        #div_approve_right ul li .consent {
            border-radius: 2px;
            color: #09c;
            border: 1px solid #09c;
            height: 17px;
            width: 30px;
            text-align: center;
            line-height: 16px;
            margin-top: 2px;
        }

    #div_approve_right .div_title {
        height: 27px;
        width: 260px;
        font-size: 13px;
        font-weight: 400;
        color: #008fbf;
        margin-left: 11px;
        line-height: 27px;
        padding-left: 10px;
        margin-bottom: 13px;
    }

/*#region Grid 菜单...*/
.clearfloat {
    clear: both;
    height: 10px;
    font-size: 1px;
    line-height: 10px;
    background-color: rgb(238, 238, 238);
}

.ul_menu {
    list-style: none;
    height: 30px;
    width: 100%;
    /*padding: 2px 0 0 1px;*/
    margin: 0px;
}

    .ul_menu li:not(.li_table) {
        position: relative;
        float: left;
        height: 100%;
        line-height: 30px;
        vertical-align: middle;
    }

    /*.ul_menu li input {
        height: 20px;
        vertical-align: middle;
    }*/

    .ul_menu li .l-btn {
        border-radius: 0px;
        height: 27px;
        border-color: #fff;
        border-radius: 4px;
    }

        .ul_menu li .l-btn:hover {
            background-color: #eef0f6;
        }

.NullDataMsg {
    color: red;
    text-align: center;
    position: absolute;
    top: 38px;
    width: 100%;
}
/*#endregion*/

/*#region autocomplete 联想框...*/
.ac_results {
    border: 1px solid rgb(3, 112, 173);
    background-color: rgb(255, 255, 255);
    font-size: 12px;
    z-index: 99999;
}

    .ac_results ul {
        margin: 0px;
        padding: 0px;
        font-size: 12px;
    }

    .ac_results li {
        list-style: none;
        margin: 3px;
        padding: 5px 10px;
        cursor: default;
        font-size: 12px;
    }

    .ac_results .ac_caption {
        margin: 8px 10px 3px;
        color: rgb(102, 102, 102);
        border-bottom-color: rgb(102, 102, 102);
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        font-size: 12px;
    }

    .ac_results .ac_even {
        background-color: rgb(255, 255, 255);
        font-size: 12px;
    }

    .ac_results .ac_odd {
        background-color: rgb(255, 255, 255);
        font-size: 12px;
    }

    .ac_results .ac_over {
        background-color: rgb(188, 231, 255);
        font-size: 12px;
    }

    .ac_results .ac_code {
        width: 40%;
        color: rgb(0, 0, 153);
        margin-right: 10px;
        float: left;
        display: block;
        font-size: 12px;
    }

    .ac_results .ac_Name {
        color: rgb(0, 0, 153);
        width: 60%;
        font-size: 12px;
    }

    .ac_results .ac_highLight {
        color: red;
        font-weight: bold;
        font-size: 12px;
    }

/*#endregion */



/*#region 提取edit公共样式*/
body {
    overflow-x: hidden;
    color: #3f3f3f;
    font-family: "微软雅黑";
    font-size: 12px;
    line-height: 1.5;
}

.ul_edit_body {
    list-style: none;
    margin: 0px;
    padding: 0px 30px 0px 30px;
    height: auto;
    width: 740px;
    margin: 0px auto;
}

    .ul_edit_body li {
        position: relative;
        float: left;
        min-height: 35px;
        height: auto;
    }

    .ul_edit_body .li_auto {
        height: auto;
        margin-bottom: 10px;
    }

    .ul_edit_body .li_title {
        font-size: 16px;
        /*line-height: 8px;*/
        font-weight: 700;
        padding-left: 8px;
        /*border-bottom: 2px solid #d3d3d3;*/
        border-left: 5px solid #235CBA;
/*        padding-bottom: 2px;
        padding-top: 2px;*/
        margin-bottom: 10px;
        color: #000000;
        width: 99%;
        min-height: 0;
    }

    .ul_edit_body .li_table {
        width: 92%;
        height: 200px;
        margin: 0px 5% 10px 10px;
    }

    .ul_edit_body .li_text, .ul_edit_body .li_right_text,
    .ul_edit_body .li_vertical_text {
        width: 75px;
        text-align: left;
        padding-right: 5px;
        font-family: "微软雅黑";
        /*font-weight: 700;*/
        color: #000;
        padding-left: 10px;
        line-height: 25px;
    }

    /*#region 多行文本垂直居中*/
    .ul_edit_body .li_vertical_text {
        line-height: 15px;
    }
    /*#endregion*/

    .ul_edit_body .li_text a,
    .ul_edit_body .li_max_value a {
        font-family: "微软雅黑 Bold", "微软雅黑";
        font-weight: 700;
        color: #235CBA;
    }

    .ul_edit_body .li_max_value {
        width: 615px;
    }

    .ul_edit_body .li_min_value {
        width: 240px;
    }

    .ul_edit_body .li_value {
        width: 265px;
    }

input,
select,
textarea,
/*.combo,*/
.text
.txt_max,
.txt_search_max {
    height: 23px;
    border: 1px solid #d3d3d3;
    font-family: "宋体";
    font-size: 13px;
    border-radius: 3px;
}

.combo {
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.icon-accept {
    padding-left: 15px;
}

.textbox {
    border-radius: 3px;
}

    .textbox .textbox-text {
        font-size: 12px;
        padding: 2px;
        height: 20px;
        line-height: 20px;
    }

.ul_edit_body input[type=text]:not(.txt_max):not(.txt_search_max):not(.combo-text) {
    width: 227px;
    padding-left: 3px !important;
}

.ul_edit_body .txt_max {
    width: 582px;
    padding-left: 3px !important;
}

.ul_edit_body .txt_search_max {
    width: 555px;
    padding-left: 3px !important;
}

.ul_edit_body input[type=radio],
.ul_edit_body input[type=checkbox] {
    width: 16px;
    border: none;
    margin: 0px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
}

.ul_edit_body .combo-text:not(.txt_search_max) {
    /*border: 1px solid #d3d3d3;*/
    width: 200px;
    padding-left: 3px !important;
}

.ul_edit_body textarea {
    width: 582px;
    height: 60px;
    resize: none;
    padding-left: 3px !important;
}

.ul_edit_body select {
    width: 232px;
}

.ul_edit_body input[type=radio],
input[type=checkbox] {
    width: 16px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.custom-arrow {
    width: 25px;
    height: 24px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    /*opacity: 0.6;
    filter: alpha(opacity=60);*/
    background-color: #235CBA;
    border-radius: 2px;
    margin-left: -2px;
}

.validatebox-invalid {
    color: #666666;
}

/*edit页面grid菜单 and 表头样式*/
.ul_edit_body li .ul_menu {
    background-color: #f9fafc;
}

    .ul_edit_body li .ul_menu li .l-btn:hover {
        background-color: #e2ebf5;
    }
/*#endregion */


/*#region 弹窗样式...*/
.window-shadow {
    display: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
}

.panel.window {
    padding: 0px;
    border-radius: 6px;
}

    .panel.window .panel-header.panel-header-noborder.window-header {
        height: 50px;
        filter: none;
        border: none;
        padding: 0px 30px 0px 30px;
        background-color: #fafafa;
    }

.messager-body.panel-body.panel-body-noborder.window-body {
    padding: 15px 20px 15px 20px;
}

.panel.window .messager-body.panel-body.panel-body-noborder.window-body {
    border: none;
}

.panel.window .panel-header.panel-header-noborder.window-header .panel-title {
    color: #b2b2b2;
    font-family: "微软雅黑 Regular", "微软雅黑";
    font-size: 20px;
    height: 50px;
    font-weight: normal;
    line-height: 50px;
}

.panel.window .panel-header.panel-header-noborder.window-header .panel-tool {
    height: auto;
    right: 0px;
    top: 25px;
}

.panel.window .panel-header.panel-header-noborder.window-header .panel-tool-close {
    height: 32px;
    width: 32px;
    background: url(../../ui/easyui/themes/metro/images/dialog_close.png) no-repeat center center;
    margin-right: 16px;
    margin-top: -6px;
}

/*message提示框*/
.panel.window.messager-window .dialog-button.messager-button {
    border: none;
    padding-bottom: 15px;
}

    .panel.window.messager-window .dialog-button.messager-button .l-btn.l-btn-small {
        border: none;
        color: #fff;
        background: #235CBA;
        filter: none;
        border-radius:4px;
    }

.byshow_btn {
    background-image: none;
    background-color: #235CBA;
    color: #fff;
    font-family: "宋体 Regular", "宋体";
    font-size: 13px;
    opacity: 1;
    filter: none;
    border-radius: 4px;
}

/*#endregion */


/*#region 滚动条样式*/
::-webkit-scrollbar {
    width: 10px;
    height: 12px;
}

::-webkit-scrollbar-track-piece {
    background: none;
    margin: 0px;
}

::-webkit-scrollbar-thumb {
    background: #cbcacb;
    min-height: 150px;
    min-width: 150px;
    border-radius: 8px;
}

html {
    font-family: "微软雅黑 Regular";
    scrollbar-arrow-color: #fff; /*图6,三角箭头的颜色*/
    scrollbar-face-color: #cbcacb; /*图5,立体滚动条的颜色*/
    scrollbar-3dlight-color: #fff; /*图1,立体滚动条亮边的颜色*/
    scrollbar-highlight-color: #fff; /*图2,滚动条空白部分的颜色*/
    scrollbar-shadow-color: #fff; /*图3,立体滚动条阴影的颜色*/
    scrollbar-darkshadow-color: #fff; /*图4,立体滚动条强阴影的颜色*/
    scrollbar-track-color: #fff; /*图7,立体滚动条背景颜色*/
    scrollbar-base-color: #fff; /*滚动条的基本颜色*/
}
/*#endregion*/


/*-----datagrid 新增扩展样式-------*/
.datagrid-toolbar, .datagrid-pager {
    background-color: #e3e3e3;
}

.datagrid-htable {
    background-color: #f9fafc;
    height: 30px;
    text-align: center;
    cursor: pointer;
    color: #666666;
    font-size: 13px;
    font-weight: 400;
}

.datagrid-header {
    background-color: #fff;
}

.datagrid-header-row, .datagrid-row {
    height: 26px;
}

    .datagrid-header-row td {
        border-bottom: 0px;
    }

.datagrid-body .datagrid-row td {
    color: #666;
}

.datagrid-body .datagrid-row-checked {
    background-color: #b3cefa;
}

.datagrid-row-over {
    background-color: #b3cefa;
}

.datagrid-row-selected {
    background-color: #b3cefa;
}

.datagrid-header td.datagrid-header-over {
    background-color: #DFEFFF;
}

.datagrid-body .datagrid-row td a {
    color: #235CBA;
    font-family: "Arial Normal";
    text-decoration: none;
}


.datagrid-body {
    margin: 0;
    padding: 0;
    overflow: auto;
    zoom: 1;
    /*border-top: 2px solid #00756B;*/
}

    .datagrid-body .datagrid-body {
        border-top: none;
    }

    .datagrid-body .datagrid-htable {
        height: 25px;
    }

.pagination table {
    float: right;
}


.pagination-info {
    float: left;
    margin: 0 6px 0 8px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.panel-header {
    padding: 0px;
    background-color: #f3f3f3;
    background: -webkit-linear-gradient(top,#EEEEEE 0,#E3E3E3 100%);
    background: -moz-linear-gradient(top,#EEEEEE 0,#E3E3E3 100%);
    background: -o-linear-gradient(top,#EEEEEE 0,#E3E3E3 100%);
    background: linear-gradient(to bottom,#EEEEEE 0,#E3E3E3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8,endColorstr=#eeeeee,GradientType=0);
}

/*选择框连线*/

/*#region tree节点高度修改*/
.tree:not(#mtree) li .tree-node {
    height: 22px;
    padding-top: 3px;
}
/*#endregion*/

.window-mask {
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}


/*必填标识*/
.mandatory_red,
.color-red {
    color: red;
}


.textbox-invalid {
    border-color: #ddd;
}

.by-link {
    font-weight: 700;
}

/* searchbox-condition */
.searchbox-condition {
    width: 365px;
    padding: 30px 20px 20px 35px;
    border: 1px solid lightGrey;
    margin: 0px auto;
    display: none;
    background-color: #fff;
    position: absolute;
    max-height: 400px;
    overflow-y: auto;
    filter: alpha(Opacity=98);
    opacity: 0.98;
    box-shadow: 0 0 8px #ddd;
    list-style: none;
    height: auto;
    text-align: center;
}

    .searchbox-condition li {
        position: relative;
        float: left;
        min-height: 35px;
        height: auto;
    }

    .searchbox-condition .li_text,
    .searchbox-condition .li_vertical_text {
        width: 75px;
        text-align: left;
        padding-right: 5px;
        font-family: "微软雅黑";
        font-weight: 700;
        color: #000;
        padding-left: 10px;
        line-height: 25px;
    }

    .searchbox-condition .li_value {
        width: 268px;
    }

    /*.searchbox-more a .l-btn-text {
    text-decoration: underline;
    color: #235CBA;
}*/

    .searchbox-condition input,
    .searchbox-condition select,
    .searchbox-condition textarea,
    .searchbox-condition .combo {
        height: 22px;
        /* border: 1px solid #d3d3d3;*/
        font-family: "宋体";
        font-size: 13px;
    }

    .searchbox-condition .combo-text {
        border: 1px solid #d3d3d3;
        width: 200px;
    }

    .searchbox-condition select {
        width: 232px;
    }

    .searchbox-condition input[type="text"]:not(.txt_max):not(.txt_search_max):not(.combo-text) {
        width: 227px;
    }

    .searchbox-condition input[type="text"] {
        padding-left: 3px !important;
    }

/*高亮 */
.datagrid-body .datagrid-row td .highlight {
    color: red !important;
    font-weight: 700 !important;
}

.pagination-btn-separator {
    height: 12px;
    border-right: 0px;
    margin: 10px 3px;
}

/*下拉框panel样式*/
.combo-panel {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.combobox-item, .combobox-group, .combobox-stick {
    padding: 3px 5px;
}

.combobox-item-selected {
    background-color: #235CBA;
    color: #fff;
}

label{
    cursor:pointer;
}


/*自定义table样式*/
.lst {
    background: #eeeeee;
    text-align: center;
    /*table-layout: fixed;*/
}

    .lst th {
        background: #fbfbfb;
    }

    .lst td {
        background: #fff;
        padding: 2px;
    }

/*日期时间选择框*/
span.textbox.spinner.easyui-fluid {
    border: 3px solid #f00;
    height: 35px;
    padding-top: 10px;
}

a.datebox-button-a {
    background-color: #235CBA;
    color: #fff;
    padding: 4px 3px;
    border-radius: 3px;
}

.panel.combo-p.panel-htop input[type=text] {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
}