.body-content {
    height: 400px;
    flex-grow:1!important;
    overflow-y: scroll;
}

.mw100 {
    min-width: 100px;
}

#listSearchForm {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0;
    padding: 8px;
    line-height: 220%;
}

#listSearchForm label {
    font-weight: bolder;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
}

#editForm label {
    width: 150px;
    font-weight: bolder;
}

.label-small {
    width: 100px;
}

.label-big {
    width: 200px;
}

.label-required {
    position: relative;
}

.label-radio {
    width: auto !important;
    display: inline-block;
    margin-right: 15px;
}

.label-required::after {
    content: "\2731";
    color: red;
    position: absolute;
    right: 5px;   /* 调整与右边的距离 */
    top: 50%;
    transform: translateY(-50%);
}

.no-focus:focus {
    box-shadow: none !important;
    border-color: #ced4da !important;
}

@media (max-width: 767.98px) {
    .hide-mobile { display: none; }
}

.table-fixed-width {
    table-layout: fixed; /* 按固定列宽布局 */
    min-width: 100%;
}

.table-fixed-width td, .table-fixed-width th {
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 超出隐藏 */
    text-overflow: ellipsis; /* 超出显示省略号 */
}

.table-fixed-width th {
    text-align: center;
}

.table-fixed-width th.min100 {
    min-width: 100px !important;
    text-overflow: inherit;
    word-wrap: break-word;   /* 老写法 */
    word-break: break-all;   /* 中文常用 */
    white-space: normal;     /* 允许换行 */
}

.pre {
    white-space: pre-wrap; /* 保留空格换行且可自动换行 */
    font-family: monospace; /* 等宽字体 */
    overflow: visible !important;      /* 不隐藏 */
    text-overflow: clip !important;    /* 不显示省略号 */
}

.summernote {
}

.tooltip-img {
    max-width: 200px;
}

.color-block {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
}

.no-counter {
}