a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, 微软雅黑, STHeitiSC-Light, simsun, 宋体, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    box-sizing: border-box
}

body {
    background-color: #f3f5f8;
}

[class*=sidebar-dark] .nav-legacy .nav-treeview > .nav-item > .nav-link.active {
    background: #007bff 0;
    color: #fff;
}

.sidebar{
    overflow-y: unset;
}

.sidebar-dark-primary .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
    border-color: #fff;
}

[class*=sidebar-dark-] {
    box-shadow: 2px 0 6px rgba(0, 21, 41, .35);
}

.card-body.p-0 .table tbody > tr > td:first-of-type, .card-body.p-0 .table tbody > tr > th:first-of-type, .card-body.p-0 .table thead > tr > td:first-of-type, .card-body.p-0 .table thead > tr > th:first-of-type {
    padding-left: 0.75rem;
}

.card-body.p-0 .table tbody > tr > td:last-of-type, .card-body.p-0 .table tbody > tr > th:last-of-type, .card-body.p-0 .table thead > tr > td:last-of-type, .card-body.p-0 .table thead > tr > th:last-of-type {
    padding-right: 0.75rem;
}

.table {
    width: 100%;
    margin-bottom: 0;
}

th, td {
    white-space: nowrap;
}

div.dataTables_wrapper {
    margin: 0 auto;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(240, 240, 240);
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #fff;
}

.projects th {
    vertical-align: middle;
}

.nav-item {
    line-height: 1.8rem;
}

.nav-sidebar .nav-treeview {
    padding: 10px 0;
}

.sidebar-mini .nav-legacy > .nav-item .nav-link .nav-icon,
.nav-legacy.nav-sidebar > .nav-item > .nav-link > .nav-icon {
    font-size: 10px;
}

.btn-group > .active {
    background-color: #e9ecef;
    color: #2b2b2b;
}

.main-footer.text-sm {
    background: #f4f6f9;
    border-top: 1px solid #f4f6f9;
    color: #869099;
    padding: 1rem;
}

.form-group-check {
    display: flex;
    align-items: center;
    margin-left: 0;
}

h1 > small {
    font-size: 15px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 300;
}

table > thead {
    background-color: #FBFBFB;
}

.col-form-label {
    display: flex;
    justify-content: flex-end;
}

.form-header {
    padding-bottom: 9px;
    padding-left: 20px;
    margin: 40px 0 30px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
}

.form-table-header {
    padding-bottom: 9px;
    padding-left: 20px;
    margin: 40px 0 10px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.admin-actions {
    display: flex;
    height: 100%;
    align-items: flex-end;
}

.admin-search-panel {
    padding-top: 20px;

}

tr.selected {
    background-color: #e4efff !important;
}

tr.selected:hover {
    background-color: #d6e4ff !important;
}

tbody > tr > th, td:focus {
    outline: none;
}

.switchery-small {
    margin-top: 7px;
}

.form-check > .switchery-small {
    margin-top: 0;
}

.dataTables_empty {
    text-align: center;
}

.input-action-btn {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.input-action > .form-control:disabled, .input-action > .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

.input-group > .form-control:disabled, .input-group > .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

.pagination-total-text{
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 40px;
    margin-right: 8px;
}
.pagination-pagesize{
    width: 105px;
    margin-left: 8px;
}

.text-sm .select2-container--default .select2-selection--multiple, select.form-control-sm~.select2-container--default .select2-selection--multiple {
    height: calc(2.25rem + 2px);
}

.select2-container--default .select2-selection--multiple.text-sm .select2-selection__choice, .text-sm .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0.6rem;
}
.text-sm .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field, select.form-control-sm~.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    margin-top: 0.6rem;
}

.select2-container--default input::placeholder {
    color: #929ba1;
    font-size: 1rem;
    font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #929ba1;
    font-size: 1rem;
    font-weight: 400;
}

.text-sm .select2-container--default .select2-selection--single, select.form-control-sm~.select2-container--default .select2-selection--single {
    height: calc(2.25rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    padding-top: 0.65rem;
}

.text-sm .select2-container--default .select2-selection--single .select2-selection__arrow, select.form-control-sm~.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
}

.content{
    padding-bottom: 20px;
}

.content-wrapper{
    overflow: hidden;
}

.form-control-clear{
    z-index: 10;
    width: 0;
    line-height: 38px;
    position: relative;
    left: -26px;
    color: #999;
}