.p-centered {
    height: 45px;
    line-height: 45px;
}

.error-logs {
    background-color: #e4e5e7a8;
    font-size: 14px;
}

/*所有表格右侧加粗一条线*/
.dataTables_wrapper thead th:not(:last-child) {
    border-right: 1px solid #D9DDE5;
}

/*Loading...水平垂直居中显示*/
.justify-align-center {
    align-items: center;
    justify-content: center;
}

footer a {
    color: #337ab7 !important;
}


.card-body-content {
    background: #f5f9fd;
    margin: 1rem 10px;
    border-left: 5px solid #8C9AF5;
    border-radius: .25rem;
    padding: 1rem 1.5rem;
}

.card-body-content p {
    font-size: 1.125rem;
    line-height: 2;
    margin-bottom: 0;
    text-align: justify;
}
