﻿/* 通用 */
#pageloading {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFFFFF url('../images/loading.gif') no-repeat center center;
    width: 100%;
    height: 100%;
    _height: 800px;
    z-index: 99999;
}

body {
    font-family: "微软雅黑", "宋体", Arial, sans-serif;
    font-size: 14px;
    /*overflow: hidden;*/
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    cursor: pointer;
}

span.star {
    color: Red;
    line-height: 25px;
}

a:hover {
    text-decoration: underline;
}

p {
    line-height: 26px;
}

p, span, b, div {
    text-align: left;
}

    p.p1 {
        line-height: 32px;
    }

.l-clear {
    clear: both;
}

ul, li {
    list-style: none;
}
/*清除在IE内Input自带的清除按钮,本属性只能对IE10+使用*/
input::-ms-clear {
    display: none;
}

.invalid {
    color: #FF1010;
    margin-top: 6px;
    margin-left: 4px;
}

.jloading {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px;
    color: White;
    background: #6287AC;
    z-index: 99999;
    border-left: 1px solid #53779D;
    border-bottom: 1px solid #53779D;
    filter: alpha(opacity=70);
    opacity: 0.70;
}

.chk-icon {
    background: url(../ligerUI/skins/Aqua/images/controls/checkbox.gif) 0px 0px;
    height: 13px;
    line-height: 13px;
    width: 13px;
    margin: 4px 20px;
    display: block;
    cursor: pointer;
}

.chk-icon-selected {
    background-position: 0px -13px;
}


.selhistory {
    margin-right: 2px;
}
/* 按钮 */
.button {
    line-height: 25px;
    height: 25px;
    background: url('../images/ui/button1.gif') repeat-x;
    position: relative;
    margin-bottom: 8px;
    color: #2C69A2;
    width: 120px;
    cursor: pointer;
    margin-top: 0px;
}

.button-l, .button-r {
    width: 2px;
    height: 25px;
    background: url('../images/ui/button1.gif') no-repeat;
    position: absolute;
}

.button-l {
    left: 0px;
    background-position: 0px -25px;
}

.button-r {
    right: 0px;
    background-position: 0px -50px;
}

.button-icon {
    position: absolute;
    left: 7px;
    top: 6px;
}

.button img {
    width: 16px;
    height: 16px;
}

.button span {
    display: block;
    margin-left: 30px;
    text-align: center;
}

.buttonnoicon span {
    margin-left: 4px;
}


.button2, .button2 .button-l, .button2 .button-r {
    background-image: url('../images/ui/button2.gif');
    line-height: 23px;
    height: 23px;
    color: #333;
}

    .button2 .button-icon {
        top: 4px;
    }

    .button2 .button-l, .button2 .button-r {
        background-position: 0px -23px;
        width: 1px;
    }

#btn1container {
    margin-right: 4px;
}

.form-bar {
    /*height: 30px;
    line-height: 30px;*/
    background: #EAEAEA;
    border-top: 1px solid #C6C6C6;
    overflow: hidden;
    margin-bottom: 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 5px;
    text-align: right;
}
/* ie6 */
.form-bar {
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

.form-bar-inner {
    margin-right: 20px;
}

.form-bar .btn {
    min-width: 70px;
}

.form-bar .l-dialog-btn {
}

.l-dialog td, .l-dialog tr, .l-dialog td div {
    font-size: 14px;
}


.l-tree .l-tree-icon-none img {
    border: 0 none;
    height: 16px;
    width: 16px;
    top: 2px;
    margin-top: 2px;
    margin-left: 2px;
}

.l-grid-row-cell-inner img {
    width: 16px;
    height: 16px;
    margin: 3px;
}




.iconlist {
    width: 400px;
    padding: 10px;
}

    .iconlist li {
        border: 1px solid #FFFFFF;
        float: left;
        display: block;
        padding: 2px;
        cursor: pointer;
    }

        .iconlist li.over {
            border: 1px solid #516B9F;
        }

        .iconlist li img {
            height: 16px;
            height: 16px;
        }

/* 一条线 导航线 */
.navline {
    height: 1px;
    line-height: 1px;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    background-color: #D9D9D9;
    width: 99%;
}


/* 搜索框 */
.searchtitle {
    padding-left: 28px;
    position: relative;
}

    .searchtitle img {
        width: 22px;
        height: 22px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .searchtitle span {
        font-size: 14px;
        font-weight: bold;
    }

    .searchtitle .togglebtn {
        position: absolute;
        top: 6px;
        right: 15px;
        background: url(../images/ui/toggle.gif) no-repeat 0px 0px;
        height: 10px;
        width: 9px;
        cursor: pointer;
    }

    .searchtitle .togglebtn-down {
        background-position: 0px -10px;
    }


/*弹出窗口加载样式*/
.l-dialog-tc {
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.l-dialog-btn {
    height: 30px;
    line-height: 30px;
}

.l-dialog-loading {
    background: none; /*#fff url("../images/loading.gif") no-repeat scroll 0 0;*/
    border: 0 none;
    height: 40px;
    left: 40%;
    padding: 8px;
    position: absolute;
    top: 30%;
    width: 40px;
    z-index: 99000;
}

.l-dialog-buttons {
    height: auto;
    padding: 5px;
}

    .l-dialog-buttons .btn {
        float: right;
        margin-right: 10px;
        min-width: 70px;
    }

.l-dialog-buttons-inner {
    text-align: right;
}

.l-dialog-btn-ok {
    background: #006ac3;
    border-color: #006ac3;
    color: #ffffff;
}

    .l-dialog-btn-ok:hover, .l-dialog-btn-ok:focus, .l-dialog-btn-ok:active {
        background: #00549a !important;
        color: #ffffff;
    }

.l-dialog-btn-no {
    background: #ececec;
    border-color: #bbbbbb;
}

    .l-dialog-btn-no:hover, .l-dialog-btn-no:focus, .l-dialog-btn-no:active {
        background: #cccccc;
        color: #000;
    }

/*LigerUI表格中仿LtkjUI样式开关样式修改*/
.l-grid-row-cell-inner .fa {
    font-size: 16px;
    line-height: 28px;
}

.l-grid-row-cell-inner .fa-toggle-on {
    color: #1abc9c;
    font-size: 16px;
    line-height: 28px;
}
/*仿LigerUI样式顶部字母索引工具条*/
.initial-search {
    font-size: 16pt;
    background: white url('/Content/ligerUI/images/ui/gridbar.jpg') repeat-x;
    border: medium none;
    height: 28px;
    line-height: 28px;
}

    .initial-search table {
        width: 100%;
    }

        .initial-search table td:hover {
            color: blue;
            background: white url('/Content/ligerUI/images/dialog/title_bg.gif') repeat-x;
            background: #e6e6e6;
        }

        .initial-search table td {
            text-align: center;
            cursor: pointer;
            font-size: 16px;
            width: 40px;
        }

/*LigerUI Grid工具条按钮样式*/
.l-toolbar {
    overflow: hidden;
    border: none;
    height: auto;
    line-height: 28px;
    background: url("../images/ui/gridbar.jpg");
}

.l-toolbar-item {
    margin-top: 0;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 10px;
    height: 30px;
    line-height: 28px;
    background-image: url("../images/ui/gridbar.jpg");
}

    .l-toolbar-item .l-icon, .l-toolbar-item img {
        top: 5px;
        left: 10px;
    }

    .l-panel-btn-over, .l-panel-btn-selected, .l-toolbar-item:hover {
        background: #e6e6e6 none repeat scroll 0 0;
    }

        .l-panel-btn-over .l-panel-btn-l, .l-panel-btn-over .l-panel-btn-r, .l-panel-btn-selected .l-panel-btn-l, .l-panel-btn-selected .l-panel-btn-r {
            display: none;
        }

    .l-toolbar-item .l-icon.btnicon {
        top: 8px;
    }
/*LigerUI Grid工具条按钮菜单样式*/
.l-menu-item-icon.btnicon {
    top: 5px;
    left: 8px;
}

/*自定义LigerUI样式*/

.l-button {
    height: 28px;
    background-image: url("../images/ui/gridbar.jpg");
}

    .l-button:hover {
        background: #f5f5f5;
    }

/************************************LigerUI 表单样式-输入框加高************************************/
.l-form {
    margin: 10px;
}

    .l-form ul, .l-form li {
        list-style: none;
        font-size: 14px;
    }

    .l-form li {
        float: left;
        line-height: 28px;
        overflow: hidden;
        padding: 3px 0;
        position: relative;
        text-align: left;
    }

.l-text {
    background: #ffffff;
    border: 1px solid #d0d0d0;
    height: 28px;
    line-height: 28px;
    position: relative;
    width: 130px;
}

.l-text-field {
    background: #ffffff;
    border: 0 none;
    color: #333333;
    height: 26px;
    left: 0;
    line-height: 26px;
    margin: 0;
    outline: medium none;
    position: absolute;
    top: 0;
    width: 110px;
    padding-left: 0;
}

.l-text-focus, .l-text-over {
    border: 1px solid #66afe9;
    border-color: #66afe9;
    outline: 0;
}

.l-text-invalid {
    background: #fee url("../../Aqua/images/common/invalid-line.gif") repeat-x scroll 50% 100%;
    border-color: #f77;
}


.l-textarea-invalid:hover, .l-textarea-invalid:focus {
    border-color: #f77;
}

.l-text-readonly {
    background: none;
    border: 0;
    margin: 0;
    border-bottom: 1px solid #b1b1b1;
}

.l-text-readonly, .l-text-disabled, .l-text-disabled .l-text-field {
    color: #000;
    background: #eee;
}

    .l-text-readonly, .l-text-disabled.l-text-focus, .l-text-disabled.l-text-over {
        border: 1px solid #d0d0d0;
    }

.l-box-select {
    line-height: 24px;
    border: 1px solid #66afe9;
}

.l-textarea {
    resize: none;
    background: none;
}

    .l-textarea:focus, .l-textarea:hover {
        border: 1px solid #66afe9;
    }

    .l-textarea:read-only {
        color: #000;
        background: #eee;
    }

        .l-textarea:read-only:focus, .l-textarea:read-only:hover {
            border: 1px solid #d0d0d0;
        }

    .l-textarea:-moz-read-only {
        color: #000;
        background: #eee;
    }

        .l-textarea:-moz-read-only:focus, .l-textarea:-moz-read-only:hover {
            border: 1px solid #d0d0d0;
        }

.textarea-min .l-textarea {
    height: 50px;
}

.l-radiolist label {
    font-weight: normal;
}

.l-radiolist td {
    padding: 0px 4px;
}

.l-radiolist-disabled td {
    color: #000;
}


/************************************LigerUI 日期样式-白色风格************************************/
.l-box-dateeditor {
    background: white none repeat scroll 0 0;
    border: 1px solid #aaa;
}

.l-box-dateeditor-header {
    background: #fff none repeat scroll 0 0;
    color: #aaa;
}

.l-box-dateeditor-body thead td {
    background: #e6e6e6 none repeat scroll 0 0;
    border-bottom: 1px solid #aaa;
}

.l-box-dateeditor-toolbar {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #ccc;
    padding-left: 0;
}

    .l-box-dateeditor-toolbar .l-button-today {
        margin-left: 40px;
    }

.l-box-dateeditor-header-text {
    color: #000;
}

    .l-box-dateeditor-header-text a {
        color: #000;
    }

.l-box-dateeditor-header-btn {
    background: #fff;
    background-image: url("../images/ui/dateeditor-btn.gif");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 15px;
    position: absolute;
    top: 3px;
    width: 15px;
    border: 1px solid #e6e6e6;
}

.l-box-dateeditor-header-btn-over {
    background: #fff;
    background-image: url("../images/ui/dateeditor-btn.gif");
    border: 1px solid #bbb;
}

.l-box-dateeditor-header-prevyear {
    background-position: 3px 3px;
    left: 4px;
}

.l-box-dateeditor-header-prevmonth {
    background-position: 3px -12px;
    left: 24px;
}

.l-box-dateeditor-header-nextmonth {
    background-position: 3px -27px;
}

.l-box-dateeditor-header-nextyear {
    background-position: 3px -42px;
    right: 4px;
}
/*LigerUI Grid样式*/
.l-grid td div {
    font-size: 14px;
}

.l-grid-row {
    cursor: pointer;
}

.l-panel-bbar-inner {
    margin-top: 0;
}
/************************************LigerUI 搜索表单样式************************************/
.search-box {
    margin: 0;
    overflow: hidden;
}

    .search-box.line {
        border-bottom: 1px solid #ddd;
    }

    .search-box .search-group {
        float: left;
        margin: 5px 5px;
    }

        .search-box .search-group .l-button {
            font-size: 12px;
        }

    .search-box .l-text:focus, .search-box .l-text:hover {
        border: 1px solid #66afe9;
    }

    .search-box .l-form {
        margin-right: 50px;
    }

        .search-box .l-form .button2, .search-box .l-form .button2 .button-l, .search-box .l-form .button2 .button-r {
            background-image: url("../images/ui/gridbar.jpg");
            color: #333;
            height: 26px;
            line-height: 26px;
            margin: 0;
        }

        .search-box .l-form .button {
            border: 1px solid #d0d0d0;
        }

            .search-box .l-form .button:hover {
                background: #f5f5f5;
            }

    .search-box .btn-group {
        padding: 3px 0;
        float: left;
    }

        .search-box .btn-group .btn {
            padding: 3px 8px;
        }

    .search-box .toolbar {
        float: none;
        position: absolute;
        right: 8px;
        top: 3px;
        padding: 0;
    }

        .search-box .toolbar .btn {
            padding: 3px 8px;
        }

            .search-box .toolbar .btn i {
                margin-right: 0;
            }
/************************************LtkjUI搜索栏样式************************************/

/*组织机构树搜索按钮*/
#treeSearch .search {
    float: none;
}

#treeSearch .l-button {
    width: 40px;
}

#treeSearch .l-text:focus, #treeSearch .l-text:hover {
    border: 1px solid #66afe9;
}
/*.topPanel {
    height: auto;
    line-height: normal;
}

    .topPanel .search {
        float: none;
        padding: 6px 8px;
    }

        .topPanel .search .input-group {
            margin: 0;
        }

    .topPanel .toolbar {
        float: none;
        position: absolute;
        right: 8px;
        top: 6px;
        padding: 0;
    }
*/

.topPanel .toolbar .btn i {
    margin-right: 0;
}

.btn-group .btn {
    padding: 4px 8px;
}



.topPanel {
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0px;
    border-bottom: none;
    position: relative;
}

    .topPanel .search {
        float: left;
        padding: 9px;
    }

        .topPanel .search table td {
            height: 50px;
            line-height: 50px;
        }

            .topPanel .search table td .btn-group {
                line-height: 30px;
                margin-top: 1px;
            }

        .topPanel .search .input-group {
            line-height: 29px;
            margin-top: 1px;
            width: 200px;
        }

            .topPanel .search .input-group .btn {
                padding: 0px 0px;
                font-size: 14px;
                height: 29px;
                min-width: 30px;
            }

                .topPanel .search .input-group .btn i {
                    margin-right: 0px;
                }

            .topPanel .search .input-group .form-control {
                box-shadow: none;
                height: 29px;
                line-height: 29px;
                padding-top: 0px;
                padding-bottom: 0px;
                padding-right: 0px;
                padding-left: 7px;
                resize: none;
            }

                .topPanel .search .input-group .form-control:focus {
                    border-color: #ddd;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

        .topPanel .search .btn i {
            margin-right: 4px;
            font-size: 14px;
        }

    .topPanel .toolbar {
        float: right;
        padding-right: 10px;
    }

        .topPanel .toolbar .btn i {
            margin-right: 5px;
            font-size: 13px;
        }

        .topPanel .toolbar .operate {
            line-height: 50px;
            height: 50px;
            width: 100%;
            background: #fff;
            position: absolute;
            top: 0px;
            left: -100.1%;
            z-index: 999;
        }

            .topPanel .toolbar .operate ul {
                margin: 9px 0 0 -2px;
            }

                .topPanel .toolbar .operate ul li {
                    float: left;
                    height: 12px;
                    line-height: 12px;
                }

                    .topPanel .toolbar .operate ul li.split {
                        position: relative;
                        display: block;
                        border-right: 1px solid #c9c9c9;
                        height: 16px;
                        margin-left: 5px;
                        margin-right: 5px;
                        margin-top: 8px;
                    }

                    .topPanel .toolbar .operate ul li a {
                        cursor: pointer;
                        padding: 10px 10px;
                    }

                    .topPanel .toolbar .operate ul li i {
                        margin-right: 4px;
                        font-size: 13px;
                        color: #666666;
                        vertical-align: middle;
                        margin-top: -1px;
                    }

                .topPanel .toolbar .operate ul .first {
                    position: relative;
                    display: block;
                    padding: 2px 15px;
                    padding-right: 10px;
                    margin-top: 8px;
                    margin-right: 0px;
                    border-right: 1px solid #c9c9c9;
                }

                .topPanel .toolbar .operate ul li.first > span {
                    margin-left: 5px;
                    margin-right: 5px;
                }

            .topPanel .toolbar .operate .close {
                position: absolute;
                top: 18px;
                right: 12px;
                display: block;
                height: 12px;
                width: 12px;
                background: url(../img/button_pm_close.png) left center no-repeat;
            }

            .topPanel .toolbar .operate .dropdown-menu {
                top: 24px;
            }

                .topPanel .toolbar .operate .dropdown-menu li {
                    float: none;
                    height: auto;
                }

                    .topPanel .toolbar .operate .dropdown-menu li a {
                        padding: 5px 20px;
                    }
/*统计汇总自定义样式*/
.totalbox {
    padding: 0 8px;
    line-height: 22px;
}

    .totalbox label {
        margin-left: 20px;
    }

        .totalbox label:first-child {
            margin-left: 0;
        }

.l-text-field-null{
    color:#C1C1C1;
}