input,
textarea:focus {
    outline: none;
}


/** 顶部提示 **/

.topbar-tip {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: none !important;
    padding: 1rem 1rem 2rem 1rem;
    text-align: center;
    z-index: 1050;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, .1);
}

.display-hide {
    display: none;
}

.item-required:before {
    content: '*';
    color: #fe6567;
    margin-right: 5px;
}

.table th[align="center"] {
    text-align: center;
}

.table-tools-header {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem;
}

.table-tools-createbtn {
    position: absolute;
    right: 10px;
}

#tableContainer p {
    margin-bottom: 0;
}

.handle-container-flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.handle-container-flex .dropdown-item {
    text-align: center;
}

.handle-container-flex .btn-group .handle-btn-more {
    color: #007bff;
}

.handle-btn-more {
    padding: 0 4px;
    border: 0;
    background: none;
}

.breadcrumb-tools {
    flex-wrap: nowrap;
}

.breadcrumb-tools-btn {
    margin-left: 5px;
}

.container-filter {
    background-color: #fff;
    border: 0 solid rgba(0, 0, 0, .125);
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    padding: 10px 15px;
}


/** 筛选组件**/

.filter-group {
    width: 280px;
    height: 30px;
    margin-bottom: 8px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}

.filter-group:last-child {
    margin-bottom: 0;
}

.filter-group label {
    margin-bottom: 0;
    width: 78px;
    border-right: 1px solid rgba(0, 0, 0, .125);
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #313651;
}

.search-select-box .select2-container--default .select2-selection--single{
    padding: 0;
    text-align: center;
    border: 0;
}
.search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered{
    margin-top: 0;
    padding: 0 10px;
}

.filter-btn-tools {
    width: 80%;
}

.filter-btn-tools .dropdown-menu {
    width: 100%;
    text-align: center;
}

.filter-btn-tools-icon {
    position: absolute;
    right: 5px;
    top: 4px;
}

.filter-datetime-input {
    text-align: center;
    border: none;
    cursor: pointer;
    width: 80%;
    height: 100%;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: #a3a8ad;
}

.breadcrumb-item.active a {
    color: #343a40;
}

.tab-content-container {
    margin-top: 15px;
}

.breadcrumb-reset {
    margin: 0;
    padding: 0.5rem 0;
    background-color: #fff;
}

.content-wrapper-reset {
    padding: 10px 0;
}

#detail-container input {
    border: 0!important;
}

#detail-container .detail-header {
    display: flex;
    justify-content: flex-end;
}

#detail-container textarea {
    resize: none;
}

#detail-container .form-control:disabled,
#detail-container .form-control[readonly] {
    background-color: #fff;
}

.title-line-clamp1 {
    width: 280px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}