
body {
    background: #fff;
}

.tx-layout {
    height: 100%;
}

    .tx-layout .tx-layout-header {
        background: #fff;
        height: 64px;
        width: 100%;
        top: 0px;
        right: 0px;
        left: 0px;
        z-index: 999;
        position: fixed;
        border-bottom: 1px solid #e9e9e9;
    }

        .tx-layout .tx-layout-header .tx-layout-logo {
            width: 240px;
            height: 48px;
            background: #fff;
            border-radius: 6px;
            margin: 12px 0px 0px 24px;
            transition: all 0.3s ease;
            float: left;
        }

        .tx-layout .tx-layout-header .tx-layout-info {
            width: 420px;
            height: 48px;
            margin: 12px 12px 0px 0px;
            transition: all 0.3s ease;
            float: right;
        }

    .tx-layout .tx-layout-leftsider {
        width: 224px;
        position: fixed;
        top: 64px;
        bottom: 0px;
        background: #fff;
        border-right: 1px solid #e9e9e9;
        z-index: 999;
        transition: all 0.3s ease;
    }

    .tx-layout .tx-layout-leftsider-expand {
        overflow: auto;
        overflow-x: hidden;
    }


    .tx-layout .tx-layout-leftsider > .ant-menu {
        margin-bottom: 42px;
        border-right: 0px;
    }

        .tx-layout .tx-layout-leftsider > .ant-menu > .ant-menu-submenu {
            margin: 16px 0;
        }

            .tx-layout .tx-layout-leftsider > .ant-menu > .ant-menu-submenu .ant-menu-sub {
                background: #fff;
            }

            .tx-layout .tx-layout-leftsider > .ant-menu > .ant-menu-submenu .nav-text {
                vertical-align: baseline;
                display: inline-block;
            }

            .tx-layout .tx-layout-leftsider > .ant-menu > .ant-menu-submenu > .anticon {
                transition: font-size .3s;
            }

    .tx-layout .tx-layout-leftsider .tx-layout-leftsider-action {
        height: 32px;
        width: 224px;
        position: fixed;
        bottom: 0;
        background: #ccc;
        color: #999;
        text-align: center;
        line-height: 32px;
        cursor: pointer;
        border-radius: 3px;
        transition: all 0.3s ease;
    }

    .tx-layout .tx-layout-content {
        left: 224px;
        top: 112px;
        right: 0px;
        bottom: 0px;
        padding-left: 24px;
        padding-right: 24px;
        overflow: auto;
        background: #fff;
        position: absolute;
        transition: all 0.3s ease;
    }

    .tx-layout .tx-layout-toolbar {
        left: 224px;
        top: 72px;
        padding-left: 24px;
        position: fixed;
        z-index: 998;
        transition: all 0.3s ease;
        width:100%;
    }

.tx-layout-collapse .tx-layout-leftsider {
    width: 64px;
    transition: all 0.3s ease;
}

    .tx-layout-collapse .tx-layout-leftsider > .ant-menu > .ant-menu-submenu {
        transition: all 0s ease;
    }

        .tx-layout-collapse .tx-layout-leftsider > .ant-menu > .ant-menu-submenu > .ant-menu-submenu-title:after {
            display: none;
        }

        .tx-layout-collapse .tx-layout-leftsider > .ant-menu > .ant-menu-submenu > .anticon {
            font-size: 16px;
            display: inline-block;
        }

        .tx-layout-collapse .tx-layout-leftsider > .ant-menu > .ant-menu-submenu .nav-text {
            display: none;
        }

    .tx-layout-collapse .tx-layout-leftsider .tx-layout-leftsider-action {
        width: 64px;
        transition: all 0.3s ease;
    }

.tx-layout-collapse .tx-layout-toolbar {
    left: 64px;
    transition: all 0.3s ease;
}

.tx-layout-collapse .tx-layout-content {
    left: 64px;
    transition: all 0.3s ease;
}

.ant-form-item > label:after {
    content: "";
    margin: 0 8px 0 2px;
    position: relative;
    top: -.5px;
}

.vertical-center-modal {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}

    .vertical-center-modal .ant-modal {
        top: 0;
    }

.ant-table tr.ant-table-row-hover,
.ant-table tr:hover {
    background: #aef7f7;
}
.position-left-50per {
    position: absolute;
    left: 50%;
}
.ant-checkbox-group {
    display:flex;
    flex-wrap:wrap;
}
.ant-checkbox-group-item {
    margin-top:6px;
}