.RjPanel {
    padding: 5px;
    background-color: white;
    border: 1px solid silver;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 1px;
    background-color: white;
}
.RjFlow {
    display: flex;
    flex-wrap: wrap;
}

#TopErrorMsg {
    width: calc(100% - 20px);
    padding: 10px 10px;
    font-size: 16px;
    background-color: yellow;
    color: red;
    border-bottom: 1px solid silver;
    z-index: 9998;
}

#PanelButton {
    border-top: none;
    position: fixed;
    top: 0px;
    width: calc(100% - 14px);
    z-index: 9999;
    margin-bottom: 0px;
    background-color: mintcream;
    justify-content: space-between;
}

#PanelSearch {
    padding: 8px 5px;
    margin-top: 0px;
    background-color: mintcream;
}

.panel-row {
    display: flex;
    flex-wrap: nowrap;
    padding-right: 10px;
}
.panel-split {
    display: flex;
    flex-wrap: nowrap;
}
.rj-spliter {
    flex:1;
}

/* TAB Control */
.layui-tab.layui-tab-card {
    margin: 1px;
    border: 1px solid silver;
    padding: 0px;
    box-shadow: none;
}

.layui-tab.rj-tab ul.layui-tab-title {
    height: 40px;
    overflow: hidden;
}
    .layui-tab.rj-tab ul.layui-tab-title li {
        border-top: 2px solid whitesmoke;
    }
        .layui-tab.rj-tab ul.layui-tab-title li.layui-this {
            border-top: 2px solid #16baaa;
        }

.RjTabPage {
    border: none;
}

.layui-tab-content {
    overflow: auto;
    padding: 0px;
    height: calc(100% - 41px);
}

.layui-tab-item {
    width: 100%;
}