﻿html, body, form {
    background: #f0f3f8;
    height: 100%;
    margin: 0 auto;
    padding: 0px;
}

body {
    font-family: 'Microsoft YaHei';
    font-size: 12px;
}

#nav ul {
    padding-left: 0px;
    font-size: 16px;
}

    #nav ul li {
        list-style-type: none;
        line-height: 50px;
        padding: 0 0 0 40px;
        cursor: pointer;
    }

        #nav ul li.cssz {
            background: url(../styles/images/Icons/房源档案.png) no-repeat;
            background-size: 35px 35px;
            background-position: 0% 50%;
        }

        #nav ul li.skgl {
            background: url(../styles/images/Icons/收款管理.png) no-repeat;
            background-size: 35px 35px;
            background-position: 0% 50%;
        }

        #nav ul li.tjbb {
            background: url(../styles/images/Icons/财务审计.png) no-repeat;
            background-size: 35px 35px;
            background-position: 0% 50%;
        }

        #nav ul li.xtsz {
            background: url(../styles/images/Icons/系统设置.png) no-repeat;
            background-size: 35px 35px;
            background-position: 0% 50%;
        }

        #nav ul li.znfa {
            background: url(../styles/images/Icons/单号设置.png) no-repeat;
            background-size: 35px 35px;
            background-position: 0% 50%;
        }

.panel-header, .panel-body {
    border-width: 0px;
}

.combo-p {
    border-radius: 3px !important;
    box-shadow: 0px 6px 15px #d5d5d5;
}

.datagrid-row-selected a {
    color: #fff;
}

.dialogtitle {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.btntoolbar.l-btn.btn_dialog_close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}

    .btntoolbar.l-btn.btn_dialog_close:hover {
        padding: 0;
    }

.datagrid-row-selected {
    background-color: #e8ebf1!important ;
    color: #000;
}

::-webkit-scrollbar { /*滚动条整体样式*/
    width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}

::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #C0C0C0;
}

::-webkit-scrollbar-track { /*滚动条里面轨道*/
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    border-radius: 10px;
    background: #fff;
}

.firsttab {
    margin-top: 30px;
}

table.info {
    width: 95%;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0px;
    background: #fff;
    border-radius: 4px;
}

    table.info td {
        padding: 10px;
        width: 35%;
    }

        table.info td input[type=text], table.info td select, table.info td input[type=password] {
            width: 25%;
        }

    table.info tr:first-child td {
        padding-top: 15px;
    }

    table.info tr:last-child td {
        padding-bottom: 15px;
    }

    table.info td:nth-child(2n-1) {
        width: 15%;
    }

.table_title {
    padding: 10px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.tabs-header ul.tabs {
    border-width: 0px;
    padding: 5px 15px;
}

.tabs-header {
    background-color: #fff;
    border-color: #fff;
    padding-top: 0px;
    padding-left: 0px;
}

.tabs li {
    margin-right: 0px;
}

    .tabs li.tabs-selected {
        background: #fff;
    }

    .tabs li a.tabs-inner {
        color: #000;
        padding: 0px;
        margin: 0px;
        border: 0;
        border-radius: 0;
    }

        .tabs li a.tabs-inner span.tabs-title {
            display: inline-block;
            margin: 0px 20px;
            height: 40px;
            line-height: 40px;
            font-size: 15px;
        }

    .tabs li.tabs-first a.tabs-inner span.tabs-title {
        margin-left: 10px;
    }

    .tabs li.tabs-selected a.tabs-inner {
        background: none;
    }

        .tabs li.tabs-selected a.tabs-inner span.tabs-title {
            border-bottom: solid 2px #3367d6;
            padding-bottom: 0px;
            font-size: 15px;
        }

    .tabs li.tabs-selected {
    }

.tabs-closable {
    padding-right: 0;
    margin-right: 8px;
}

.tabs-header.tabs-header-left {
    background-color: #fff;
}

    .tabs-header.tabs-header-left .tabs {
        border-width: 0px;
    }

        .tabs-header.tabs-header-left .tabs li.tabs-selected {
            background: #fff;
        }

        .tabs-header.tabs-header-left .tabs li a.tabs-inner {
            color: #000;
            margin: 0px;
        }

            .tabs-header.tabs-header-left .tabs li a.tabs-inner span.tabs-title {
                margin: 0px;
                height: 35px;
                line-height: 35px;
            }

        .tabs-header.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
            background: #fff;
            border-radius: 0;
            color: #409eff;
            border: 0;
        }

.tabs li.tabs-first a.tabs-inner span.tabs-title {
}

.tabs li a.tabs-inner:hover {
    background: #fff;
    color: #666;
}

.accordion {
    border-width: 0px;
}

    .accordion .accordion-header {
        background-color: #f0f0f0;
        padding: 10px 0;
        border-width: 0px;
    }

    .accordion .accordion-header-selected {
        background-color: #f0f0f0;
    }

        .accordion .accordion-header .panel-title, .accordion .accordion-header-selected .panel-title {
            color: #000;
            margin-left: 0;
            font-size: 14px;
            font-weight: normal;
        }

    .accordion .accordion-body {
        border-width: 0px;
    }

    .accordion .datagrid {
        width: 96%;
        margin: 0 auto;
        border-radius: 6px;
    }

    .accordion .datagrid-header {
        background: #fff;
    }

    .accordion .datagrid-body {
        background: #fff;
    }

.datagrid-body .datagrid-editable {
    margin-right: 0px;
}

.datagrid-body {
    position: relative;
}

.mainLayoutFrame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100px;
}

.mainDialogForm {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #fff;
}

.layout-panel-north label {
    display: inline-block;
    line-height: 28px;
    position: relative;
    padding-right: 5px;
}

.panel.datagrid {
    background: none;
}

.datagrid .panel-body, #main_layout_content .datagrid .panel-body {
    border: solid 0.5px #e2e5eb;
    margin-top: 1px;
    background: #fff;
    padding: 0px 25px;
}

.chktitle .datagrid .panel-body, #main_layout_content .chktitle .datagrid .panel-body {
    border: none !important;
}

.hidenorth.panel-body {
    /*overflow: hidden;*/
    min-height: 45px;
}

    .hidenorth.panel-body .tdsearch {
        min-height: 45px;
        padding: 5px;
        padding-right: 80px;
    }

        .hidenorth.panel-body .tdsearch label {
            padding-bottom: 2px;
        }

            .hidenorth.panel-body .tdsearch label:last-child {
                margin-left: 5px;
                position: absolute;
                bottom: 5px;
                right: 0;
            }

.datagrid-header {
    background: #f3f8fe;
}

.datagrid-btable {
    color: #777;
    font-size: 14px;
}

.datagrid-header, .datagrid-toolbar, .datagrid-pager, .datagrid-footer-inner {
    border-color: #e6eef5;
}

.datagrid-pager {
    background: #fff;
}

.searchTop {
    border-top: 0 !important;
}

.datagrid-toolbar {
    border: none;
    background: #fff;
    /*border-top: solid 15px #f0f0f0;*/
    padding: 16px 0 8px 0 !important;
    text-align: right;
    overflow: hidden;
}

.part_mt {
    margin-top: 15px;
    padding: 0px !important;
}

.datagrid-toolbar .btnlinkbar.l-btn {
    margin: 5px 0 0 0 !important;
}

.datagrid-view {
    background: #fff;
    border: solid 0.5px #e6eef5;
    /*border-right: solid 0.5px #e6eef5;*/
}

.datagrid-header .datagrid-cell span {
    font-size: 14px;
    font-weight: normal;
}

.datagrid-header-row {
    height: 50px;
}

.datagrid-row {
    height: 70px;
}

.datagrid-row-alt, .datagrid-td-rownumber {
    background: #ffffff;
}

.datagrid-row-alt {
    background: #f9f9f9;
}


.datagrid-cell {
    font-size: 14px;
    padding: 0 4px 0 20px;
}

.datagrid-row .datagrid-cell a {
    text-decoration: none;
    margin-right: 10px;
    display: inline-block;
    color: #666;
    padding: 2px 5px;
    /*border: solid 1px #eee;*/
    border-radius: 5px;
}

.datagrid-row.datagrid-row-over .datagrid-cell a {
    /*border: solid 1px #fff;*/
    color: #005b93;
}



.combo-panel.panel-body {
    background: #fff;
}

#main_layout_content .panel-body {
    background: none;
}

.datagrid-cell-group {
    font-size: 14px;
}

.datagrid-header td, .datagrid-body td, .datagrid-footer td {
    border-color: #eee;
}

.datagrid-header-rownumber {
    font-size: 14px;
    width: 40px;
}

.datagrid-header-check, .datagrid-cell-check {
    width: 50px;
    line-height: 30px;
    font-size: 13px;
    height: 30px;
}

.datagrid-header-check, .datagrid-cell-check {
    width: 50px;
    line-height: 50px;
    font-size: 13px;
    height: 50px;
}

    .datagrid-header-check input[type=checkbox], .datagrid-cell-check input[type=checkbox] {
        vertical-align: middle;
        width: 20px;
        height: 20px;
    }

    .datagrid-header-check span {
        vertical-align: middle;
    }

.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
    background: #eef1f6;
    color: #000;
    cursor: default;
}



.textbox {
    border-color: #ddd;
    min-width: 120px;
    height: 33px;
    line-height: 33px;
    padding-left: 5px;
}

    .textbox .textbox-text {
        height: 30px;
        line-height: 30px;
    }

.textbox-invalid {
    border: 1px solid #ddd;
    background: #fff !important;
}

.textbox-focused {
    border-color: #3367d6;
    box-shadow: none;
    /* -moz-box-shadow: 0 0 3px 0 #3367d6;
    -webkit-box-shadow: 0 0 3px 0 #3367d6;
    box-shadow: 0 0 3px 0 #3367d6;*/
}

/*下拉树样式*/
.tree-node {
    height: 40px;
    line-height: 40px;
}

.tree {
    margin: 10px 0;
}
/*下拉框样式*/
.combo-panel.panel-body {
    background: #fff;
    height: auto !important;
    max-height: 290px;
    /*    padding-top: 4px;
    padding-bottom: 4px;*/
}

    .combo-panel.panel-body .combobox-item:first-child {
        margin-top: 10px;
    }

    .combo-panel.panel-body .combobox-item:last-child {
        margin-bottom: 10px;
    }

.combobox-item-selected {
    background-color: #3367d6 !important;
    color: #fff !important;
    padding-left: 12px;
}

.combo-panel.panel-body .combobox-item {
    font-size: 13px;
    text-shadow: 0px 0px #666;
    line-height: 28px;
    cursor: pointer;
}

.combobox-item, .combobox-group, .combobox-stick {
    padding: 6px 12px !important;
}

.combobox-item-hover {
    background-color: #f5f5f5;
    color: #000;
}

.tree-node-selected {
    background-color: #3367d6 !important;
    color: #fff !important;
}

.tree-node-hover {
    background-color: #f5f5f5;
    color: #000;
}

.textbox textarea.textbox-text {
    font-family: 'Microsoft YaHei';
}

.validatebox-invalid {
    background: #fff !important;
}

.spinner-arrow.spinner-button-top, .spinner-arrow.spinner-button-bottom, .spinner-arrow.spinner-button-left, .spinner-arrow.spinner-button-right, .combo-arrow {
    background-color: #fff;
}

.datagrid .datagrid-pager {
    text-align: right;
}

.pagination table {
    display: inline-block;
    float: inherit;
}

a.pagination-link.l-btn-plain {
    width: 26px;
    height: 26px;
    background: #fff;
    border: solid 1px #eee;
    margin: 2px;
    color: #555;
    padding: 0px;
}

.mr10 {
    margin-right: 10px;
}

a.pagination-link.l-btn-plain.l-btn-plain-selected {
    background: #3372ff !important;
    color: #fff;
}

a.pagination-link .l-btn-text {
    padding: 0px;
    min-width: 24px;
    line-height: 24px;
    width: 24px;
    height: 24px;
}

.pagination .pagination-num {
    border: solid 1px #eee !important;
    border-radius: 3px;
    height: 24px;
    line-height: 24px;
    outline: none;
}

.pagination span.pagination-first {
    /*background: url('../styles/images/page/firstpage.png') no-repeat center center;
    background-size: 15px 15px;*/
}

.pagination span.pagination-last {
    /* background: url('../styles/images/page/lastpage.png') no-repeat center center;
    background-size: 15px 15px;*/
}

.pagination-page-list {
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    outline: none;
}

.pagination a {
    outline: none;
}

    .pagination a.l-btn.l-btn-small.l-btn-plain {
        background: none;
    }

.calendar {
    width: 200px;
    height: 220px;
}

.tree-title {
    font-size: 14px;
}

.no_data {
    text-align: center;
    padding: 50px 0;
    font-size: 14px;
}

.datagrid-row .datagrid-cell a.dropMenu {
    border: 0px;
    position: relative;
    color: #888;
    padding: 0 15px 0 0;
    line-height: 28px;
}

.operationMenu {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    min-width: 100px;
    border: solid 1px #eee;
    border-radius: 5px;
}

    .operationMenu a {
        display: block;
        text-decoration: none;
        line-height: 35px;
        color: #888;
        padding: 0 10px;
    }

        .operationMenu a:hover {
            background: #eee;
        }

.maskMenuBg {
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.more_menu_box .menu-line {
    border: 0px;
}

.more_menu_box .menu-text {
    padding-left: 5px;
}

    .more_menu_box .menu-text a {
        text-decoration: none;
        color: #0094ff;
    }


.more_menu_box .menu-item.menu-active {
    background: none;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    border-color: #fff;
}

    .more_menu_box .menu-item.menu-active a {
        text-decoration: underline;
    }

.datagrid-row-editing .textbox.textbox-readonly {
    border: 0px;
    padding-left: 8px;
}

    .datagrid-row-editing .textbox.textbox-readonly .textbox-text {
        background: none;
        font-size: 14px;
        color: #666;
        padding-left: 0px;
    }

    .datagrid-row-editing .textbox.textbox-readonly .textbox-addon {
        display: none;
    }

#tt_mm {
    text-align: right;
}

#tb {
    text-align: right;
}

.filedIcon {
    display: inline-block;
    margin-left: 5px;
    line-height: 15px;
}

    .filedIcon img {
        width: 15px;
        vertical-align: top;
    }

.datetimeIcon {
    display: inline-block;
    margin-left: 5px;
    line-height: 16px;
}

    .datetimeIcon img {
        width: 15px;
        vertical-align: top;
    }

.checkContainer {
    background: #fff;
    padding: 20px;
    margin-bottom: 80px;
    overflow: hidden;
}

    .checkContainer input[type="text"] {
        width: 200px;
        height: 29px;
        line-height: 25px;
        padding-left: 5px;
        border: solid 1px #ccc;
        border-radius: 5px;
    }

        .checkContainer input[type="text"]:focus {
            outline: none;
        }

    .checkContainer label.checklabel {
        margin-right: 15px;
        display: block;
        margin-bottom: 10px;
    }

        .checkContainer label.checklabel input[type=checkbox] {
            width: 16px !important;
            height: 16px;
            vertical-align: middle;
            margin: 0;
        }

        .checkContainer label.checklabel span {
            vertical-align: middle;
            padding-left: 5px;
        }

.more_mask_bg {
    background-color: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9990;
}

.dateTimeBox {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    border: 0.5px solid #d9d9d9;
}

.select-daterange-main-bgfff {
    width: 200px;
    margin-right: 15px;
    overflow: hidden;
    float: left;
}

    .select-daterange-main-bgfff input {
        line-height: 33px;
        border-radius: 5px;
        border: 0 !important;
        outline: 0px;
        background: #fff !important;
        padding: 0 11px;
        width: 100%;
    }

.tb_leftDiv {
    width: auto;
    float: left;
    text-align: left;
    line-height: 40px;
    /*padding-left: 25px;*/
    color: #333;
}

.pl0 {
    padding-left: 0px !important;
}

.tb_leftTitle {
    width: auto;
    float: left;
    font-weight: bold;
    font-size: 15px;
}
/*合同详情*/
.mt60 {
    margin-top: 60px;
}

.top_fixed {
    position: fixed;
    z-index: 2;
    width: 100%;
}

.top-msg-main {
    background: #fff;
    padding: 5px 30px 5px 50px;
    text-align: left;
    border-bottom: solid 0.5px #e2e5eb;
    overflow: hidden;
}

.textbox-addon-right {
    padding-right: 10px;
}

.combo-arrow:hover {
    background-color: #fff;
    color: #e6e6e6;
}

/*页面数量统计*/
.countbox {
    margin: 20px 25px 20px 25px;
    cursor: pointer;
}

.countitem {
    /*padding: 20px 25px 20px 25px;*/
    width: auto;
    min-width: 10%;
    display: inline-block;
    border-left: solid 1px #f2f2f2;
    padding-left: 28px;
    padding-right: 28px;
    text-align: left;
}

    .countitem.active .counttitle {
        color: #3b92e3;
        font-weight: bold;
        text-decoration: underline;
    }

    .countitem:first-child {
        border-left: 0;
        padding-left:0;
    }

.counttitle {
    text-align: left;
    font-size: 13px;
    color: #888;
}

/*统计栏可点击样式*/
.countitems {
    /*    padding: 20px 25px 20px 25px;*/
    width: auto;
    min-width: 10%;
    display: inline-block;
    border-left: solid 1px #f2f2f2;
    padding-left: 28px;
    padding-right: 28px;
    text-align: left;
    cursor: pointer;
    /*    float: left;*/
}

    .countitems:first-child {
        border-left: 0;
        padding-left:0;
    }

.counttitles {
    text-align: left;
    font-size: 13px;
    color: #888;
}

.countnumber {
    text-align: left;
    padding-top: 10px;
    font-weight: 600;
    font-size: 20px;
}

/*统计点击选中样式*/
.checkedsty {
    color: #3b92e3;
    font-weight: bold;
    text-decoration: underline;
}

/*页面数量统计完*/
/*二级页面顶部样式*/
.part {
    background: #fff;
}

.mt80 {
    margin-top: 80px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb20 {
    margin-bottom: 20px;
}

.pt60 {
    padding-top: 60px;
}

.pt80 {
    padding-top: 80px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb60 {
    padding-bottom: 60px;
}
/*二级页面顶部样式完*/
/*鼠标指针---手*/
.cursorsty {
    cursor: pointer;
}
/*鼠标指针---手完*/


/* easyui datetime新的时间样式*/
.calendar-hover,
.calendar-nav-hover,
.calendar-menu-hover {
    background-color: #fff !important;
    color: #1882e5 !important;
}

.datebox .combo-arrow {
    background-image: url(/CSS/images/icon-date.svg) !important;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.calendar {
    border-color: #fff;
}

.calendar-header {
    background: #fff !important;
}

.calendar-body th {
    background: #fff !important;
    padding: 6px 0 !important;
}

.datebox-button {
    background-color: #fff !important;
    height: 36px !important;
    line-height: 36px !important;
    padding: 0 !important;
    border-top: solid 0.5px #f0f0f0;
}

    .datebox-button a:hover {
        color: #1882e5 !important;
    }

.calendar-header {
    height: 40px !important;
}

.calendar-title {
    height: 40px !important;
}

    .calendar-title:hover {
        color: #1882e5 !important;
    }

.calendar-day, .calendar-menu-month {
    color: #666 !important;
}

    .calendar-day:hover, .calendar-menu-month:hover {
        background-color: #f0f3f8 !important;
        color: #333 !important;
        border-radius: 0 !important;
    }

.calendar-title span {
    height: 40px !important;
    line-height: 40px !important;
}

.calendar-selected {
    background-color: #3b92e3 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
}

    .calendar-selected:hover {
        background-color: #3b92e3 !important;
        color: #fff !important;
    }
/*/////////////////////////*/
.dialog-button.messager-button a:first-child {
    background: #3b77e3;
}

.textbox textarea.textbox-text {
    line-height: unset;
}

.new-search-top {
    padding: 0px !important;
    margin-top: 15px;
}

/*列表状态样式*/
.gridLabel {
    padding: 4px 10px;
    width: fit-content;
    text-align: center;
    background: #3b92e3;
    color: #fff !important;
    border-radius: 3px;
    display: inline-block;
    margin-right: 5px;
}

.gridLabelRed {
    background: #ff3333;
}

.gridLabelGrey {
    background: #bbb;
}

.gridLabelDarkgrey {
    background: #666;
}

.readcss {
    background: #3bd0ab;
}

.send {
    background: #aaaaa9;
}

.noreadcss {
    background: #9fc9be;
}

.close {
    background: #d5d5d5;
}

/*progressbar 进度条样式*/
.profluid {
    border: 0;
    width: 85%;
    border-width: 0 !important;
}

.procolor {
    width: 100% !important;
    height: 6px;
    line-height: 6px;
    background-color: #ddd !important;
}

.provalue {
    height: 6px;
    line-height: 6px;
    background-color: #3b92e3 !important;
    padding-top: 5px;
}

.pronumber {
    text-align: left;
    margin-top: -12px;
    font-size: 10px;
    color: #bbb;
    width: 12%;
    float: right;
}

.icon_rightMore {
    border: 0 !important;
    font-weight: 400;
}

.icon_dropdownMore {
    font-size: 25px !important;
    position: relative;
    font-weight: 400;
}

    .icon_dropdownMore:hover {
        color: #666666;
    }

.dropdown-menu-more {
    border-radius: 3px;
    min-width: 90px;
    right: 14px;
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 6px 15px #d5d5d5;
    z-index: 999;
    color: #666666;
    padding-top: 10px;
    padding-bottom: 10px;
}



    .dropdown-menu-more ul {
        list-style: outside none none;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

        .dropdown-menu-more ul li {
            width: 100%;
            margin: 0 auto;
            padding-bottom: 5px;
            padding-top: 5px;
            line-height: 28px;
            text-shadow: 0px 0px #666;
            cursor: pointer;
        }

            .dropdown-menu-more ul li:hover {
                background-color: #f5f5f5;
                color: #000;
            }
/*  统计右侧更多样式*/
.right_more {
    font-size: 25px !important;
    line-height: 50px;
    margin-right: 10px;
}

.openRight {
    display: block !important;
}

.top-msg-main {
    background: #fff;
    padding: 5px 30px 5px 50px;
    text-align: left;
    border-bottom: solid 0.5px #e2e5eb;
    overflow: hidden;
}

.msg-mainlft {
    width: 70%;
    height: 94px;
    float: left;
    white-space: nowrap;
    overflow-x: auto;
    overflow: hidden;
}

.mainlft-center {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}

.box_wrapper {
    padding: 24px 0;
    float: left;
}

.sta-list {
    min-width: 120px;
    float: left;
    border-right: solid 0.5px #f0f0f0;
    margin-left: 25px;
    overflow: hidden;
}

.sta-title {
    font-size: 12px;
    color: #8690a3;
    text-shadow: 0px 0px 0px #8690a3;
}

.sta-count {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding: 12px 20px 0px 0px;
}

.msg-mainrgt {
    width: 19%;
    float: right;
    text-align: right;
    padding-top: 20px;
    /*background:#f5f5f5;*/
    overflow: hidden;
}

    .msg-mainrgt a {
        margin-right: 0px;
        margin-left: 10px;
    }

.mt20 {
    margin-top: 20px;
}

.w35_content {
    margin: 20px 20px 0 20px;
    border: solid 0.5px #e2e5eb;
    border-radius:3px;
}

    .w35_content .table_title {
        margin-left: 0;
        border-bottom: solid 0.5px #e2e5eb;
    }

    .w35_content .myui-row.myui-row-table {
        border: 0px;
    }
/*弹窗内容模块边框*/
.box_border {
    border: solid 0.5px #e2e5eb;
}
/*弹窗页面内容模块标题*/
.table_title {
    border-bottom: solid 0.5px #e2e5eb;
    margin: 0px !important;
    padding: 18px 10px 13px 28px;
    overflow: hidden;
}
/*弹窗页面内容模块带表格的标题没有border_bottom*/
.no_borderbtn {
    border-bottom: none !important;
}

/*弹框按钮居左*/
.addBtnLeft {
    float: left;
    margin-left: 20px !important;
}

/*disabled样式*/
.myui-row [class*=myui-col-] .textbox.textbox-disabled, .myui-row [class*=myui-col-] .textbox.textbox-readonly {
    border: solid 0.5px #f0f0f0;
    border-radius: 5px;
    background: #f0f0f0;
    cursor: not-allowed;
}
.textbox-disabled .combo-arrow, .textbox-readonly .combo-arrow {
    background-color: #f0f0f0 !important;
}
.textbox-disabled.textbox-text, .textbox-readonly .textbox-text {
    background: #f0f0f0 !important;
    cursor: not-allowed;
}
.textbox-readonly, .textbox-label-readonly {
    opacity: 0.6;
    filter: alpha(opacity=60);
}


/****   弹窗样式   ****/
/***全屏***/


/* 新 UEditor富文本样式*/
.edui-default .edui-toolbar .edui-button .edui-icon, .edui-default .edui-toolbar .edui-menubutton .edui-icon, .edui-default .edui-toolbar .edui-splitbutton .edui-icon {
    filter: grayscale(1);
}

.edui-default .edui-editor-toolbarboxouter {
    border-bottom: 0 !important;
}

.edui-default .edui-editor-toolbarboxinner {
    background: #fafafa;
}

.edui-default .edui-toolbar .edui-combox-body .edui-button-body {
    min-width: 60px;
    width: auto !important;
    margin: 0 5px 0 0 !important;
}

.edui-default .edui-toolbar .edui-combox-body .edui-arrow {
    width: 12px !important;
}

.edui-default .edui-toolbar .edui-button, .edui-default .edui-toolbar .edui-splitbutton, .edui-default .edui-toolbar .edui-menubutton, .edui-default .edui-toolbar .edui-combox {
    margin: 1px 4px !important;
}

.edui-default .edui-colorpicker-nocolor {
    height: auto !important;
}

.edui-default .edui-editor {
    border-radius: 0 !important;
}

.edui-default .edui-toolbar .edui-state-active .edui-splitborder {
    border-left: 1px solid transparent !important;
}
