﻿html, body, form {
    background: #f0f0f0;
    height: 100%;
    margin: 0 auto;
}

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: solid 1px #D4D4D4;
}

.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: #d0d0d0;
    color: #000;
}

::-webkit-scrollbar { /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}

::-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: #EDEDED;
}

.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-left: 10px;
}

.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 #409eff;
            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;
}

.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: 0px;
    background: none;
}

.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: #f3f8fe;
}

.datagrid-pager {
    background: #fff;
}

.searchTop {
    border-top: 0 !important;
}

.datagrid-toolbar {
    background: #fff;
    border-top: solid 15px #f0f0f0;
    padding: 15px 0 15px 0 !important;
    text-align: right;
}

    .datagrid-toolbar .btnlinkbar.l-btn {
        margin: 5px 0 0 0 !important;
    }

.datagrid-view {
    background: #fff;
}

.datagrid-header .datagrid-cell span {
    font-size: 14px;
    font-weight: normal;
}

.datagrid-header-row {
    height: 50px;
}

.datagrid-row {
    height: 70px !important;
}

.datagrid-row-alt, .datagrid-td-rownumber {
    background: #ffffff;
}

.datagrid-row-selected {
    background: #d0d0d0;
}

.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: #fff;
}

.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;
    }

    .datagrid-header-check span {
        vertical-align: middle;
    }

.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
    background: #f5f5f5;
    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: #00a3e5;
    -moz-box-shadow: 0 0 3px 0 #00a3e5;
    -webkit-box-shadow: 0 0 3px 0 #00a3e5;
    box-shadow: 0 0 3px 0 #00a3e5;
}

.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;
}

    a.pagination-link.l-btn-plain.l-btn-plain-selected {
        background: #00b8f4 !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: 5px;
    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;
}
