body {
    font-family: Montserrat, Arial, Noto Sans Simplified Chinese;
    font-weight: 400;
    font-size: 0.9rem;
    background: #fff;
}

/*@media screen and (max-width: 992px) {
    body {
        font-family: Montserrat, Arial, Noto Sans Simplified Chinese;
        font-weight: 400;
        font-size: 0.8rem;
        background: #fff;
    }

}

@media screen and (max-width: 768px) {
    body {
        font-family: Montserrat, Arial, Noto Sans Simplified Chinese;
        font-weight: 400;
        font-size: 0.7rem;
        background: #fff;
    }
}*/

.card-panel-heading {
    color: #064365;
    font-size: 24px;
    background-color: #f7f0f0;
    border-color: #b94743;
}

.card-panel-heading-high {
    min-height: 80px;
}

.card-panel-heading-border {
    border-bottom: 1px solid #b94743;
}

.card-panel-header {
    padding: 10px 15px;
    font-size: 18px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: none;
    border-top-right-radius: none;
    color: #fff;
    background-color: #0068a2;
    border-color: #fff;
}

.no-link-style {
    text-decoration: none;
    color: inherit;
}

.mfooter {
    bottom: 0;
    width: 100%;
    background-color: #DA291C;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 10px;
    font-size: 0.8em;
}

.ffooter {
    color: #FFFFFF;
    text-align: center;
}

.bs-card-spacer {
    --bs-card-spacer-y: 0;
    --bs-card-spacer-x: 0;
}

.bs-card-inherit {
    --bs-card-spacer-y: inherit;
    --bs-card-spacer-x: inherit;
}

#mainbody {
    margin-bottom: 0px;
}

#mask {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
}

#sidebar {
    position: static !important;
    /*width: 260px !important;*/
}

#mask img {
    position: fixed;
    top: 40%;
    margin-left: 45%;
}

.custom-black {
    color: black;
    font-size: 80%;
    text-decoration: none;
}

.login-title {
    /*background-color: #0168A2;*/
    color: white;
    background-color: #0168A2;
    height: 43px;
    line-height: 43px;
    padding-top: 0px;
    font-size: 16px;
}


.sidebarbackgroud {
    background: #001E60;
    font-weight: bold;
}

.btn-with-icon i {
    margin-right: 5px;
}

#mainbody > .container {
    min-height: 500px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

#mainbody {
    margin-bottom: 0px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9; /* 设置奇数行的背景颜色 */
}

/*.table-striped tbody tr:nth-of-type(even) {
    background-color: #e6e6e6;*/ /* 设置偶数行的背景颜色 */
/*}*/

.sidebarcardbackground {
    background-color: #064365;
}

.custom-button:hover {
    background-color: #f0ad4c;
    color: white;
}

.card {
    border: none;
}

    .card.custom-border {
        border: 1px solid black;
    }

.btn-primary {
    background-color: #0068a2;
    border-color: #0068a2;
}


.form-check-input:checked {
    background-color: #0068a2; 
}

.long-string {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.nav-item {
    height: 39px;
}

.datetimepicker-days > .table-condensed {
    width: 260px;
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-tr {
    vertical-align: top;
}