﻿html,body {
    height: 100%
}

.check-table,
.check-table + i {
    display: none;
}

.th-check, .tb-check {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #D1C5BA;
    border-radius: 5px;
    text-align: center;
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
}

.th-check {
    color: #fff;
    border: 1px solid #fff;
}

.tb-check {
    color: #D1C5BA;
    border: 1px solid #D1C5BA;
}

.check-table:checked + i {
    display: block;
}

    .check-table:checked + i:before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 11px;
        transform: rotate(45deg);
        margin-bottom: 3px;
    }

.th-check > .check-table:checked + i:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.tb-check > .check-table:checked + i:before {
    border-right: 2px solid #007bff;
    border-bottom: 2px solid #007bff;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
    font-size: 16px !important;
}

.bootstrap-table .table-bordered th, .bootstrap-table .table-bordered td {
    /*border: 1px solid #dee2e6;*/
    border: none;
    word-break: keep-all
}

.layui-btn {
    background-color: #007bff;
}

.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #1E9FFF;
}

.layui-laydate .layui-this, .layui-form-select dl dd.layui-this {
    background-color: #007bff !important;
    color: #fff !important;
}

.layui-laydate-header i:hover, .layui-laydate-header span:hover
, .layui-laydate-footer span:hover, .layui-form-checked i, .layui-form-checked:hover i{
    color: #4994f2;
}

.layui-form-checked span, .layui-form-checked:hover span {
    background-color: #4994f2;
}

.required-red {
    color: red;
    vertical-align: sub;
}

.redColor {
    color: #ff4242;
}

.layui-form-checkbox i {
    height: 30px;
}

.disable-input {
    background-color: #eee;
}

.font-14 {
    font-size: 14px !important;
}

.left-head a {
    color: #007bff;
}

.header-left {
    padding-left: 40px;
}

body {
    line-height: 1.5;
    font: 16px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}

.swal2-popup .swal2-title {
    font-size: 1.5em !important;
}

.backward-group button:not(.backward-no):not(:nth-last-child(-n+1)):after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #e7e7e7;
    position: absolute;
    top: 10px;
    right: 0;
}

.member-content .content-right .content-wrap .wrap-header {
    margin-bottom: 0 !important;
}

.wrap-header .input-group {
    padding-top: 0 !important;
}

.policy table.table-margin, .hightList table.table-margin, .table-list.table-margin, .propertyQuery .table-list table, .hightList .wrap-box table {
    margin-top: 0;
}

.member-content .content-right .content-wrap {
    padding: 10px 10px 10px 10px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.bootstrap-table {
    overflow: hidden
}

.bootstrap-table .fixed-table-container .fixed-table-body {
    border: 1px solid #dee2e6;
}

.fixed-table-loading {
    border: 1px solid #dee2e6;
}

.bootstrap-table table {
    table-layout: fixed;
}

/*.hightList .wrap-box table {
    margin-top: 0 !important; 
}*/

fieldset > legend {
    width: auto;
}

.member-content > .hightList {
    height: 100%;
}

.bootstrap-table tbody td .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: 0.5rem;
}
.table th, .table td {
    padding: 0.5rem;
}

.bootstrap-table {
    font-size: 14px;
}

.btn-warning {
    border-color: inherit !important;
}

.header-right .menu1, .header-right .menu2, .header-right .menu3, .header-right .menu4 {
    width: 160px;
    height: 200px;
}
    .header-right .menu1 p, .header-right .menu2 p, .header-right .menu3 p, .header-right .menu4 p {
        line-height: 15px;
    }

.bootstrap-table .fixed-table-container .table thead th .bs-checkbox .th-inner {
    overflow: visible
}

.fixed-table-body table tbody tr {
    border-top: none !important;
    border-bottom: #d2d2d2 1px dashed;
}

.bootstrap-table .table th, .bootstrap-table .table td {
    border: none;
}

.dropdown-menu .table td{
    line-height:normal;
    font-size:14px;
}
.no-scroll{
    overflow-y:hidden !important;
}