﻿html,
body {
  font-family: "Microsoft YaHei", 微软雅黑, Helvetica, sans-serif;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
}
.table thead th, .table thead td {
    font-weight: bold;
}

@media (max-width: 991.98px) {
    .header-mobile-fixed .wrapper {
        padding-top: 55px;
    }
}

#registerForm .spinner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    position: initial;
}
#registerForm .kt-spinner {
    position: relative;
}

.login-logo {
    font-size: 2.5rem;
    color: #986923;
    text-shadow: #d4a632 3px 2px 3px;
}
.login-logo small {
    font-size: 70%;
    margin-bottom: 1rem;
    display: block;
}


.kt-header__brand-logo {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-shadow: #04366f 3px 2px 3px;
}
.kt-header-mobile__logo {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    text-shadow: #004ebb 3px 2px 3px;
}

.form-group .invalid-feedback {
    color: #F64E60;
    font-size: 0.9rem;
    font-weight: 400;
}

.header-menu .menu-nav > .menu-item > .menu-link .menu-text {
    font-weight: bold;
}
.font-weight-bold {
    font-weight: bold !important;
}
.card.card-custom > .card-header .card-title, .card.card-custom > .card-header .card-title .card-label {
    font-weight: bold;
}
.dataTables_wrapper .dataTable tfoot th, .dataTables_wrapper .dataTable thead th {
    font-weight: bold;
}
.table.table-head-custom thead tr, .table.table-head-custom thead th {
    font-size: 1rem;
}
div.dataTables_wrapper div.dataTables_filter {
    display: flex;
    justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_filter label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25%;
}
div.dataTables_wrapper div.dataTables_filter input {
    width: 100%;
}

.form-control-static {
    font-weight: normal;
    margin-top: 0.8rem;
    margin-bottom: 1rem;
    white-space: pre-wrap;
}
.form-group .col-form-label {
    font-weight: bold;
}

.invalid-feedback {
    font-weight: 500;
    font-size: 0.9rem;
    margin: 0;
    line-height: 2;
    text-align: left !important;
    /* padding-left: 1rem; */
}
.error.invalid-feedback {
    display: block;
}

.alert.alert-custom .alert-close {
    position: absolute;
    top: 0;
    right: 0;
}
.alert.alert-custom .alert-close button {
    padding: 0.85rem 1rem;
}
.alert > ul, .alert .alert-text > ul {
    margin-bottom: 0;
    padding-inline-start: 5px;
    display: table-cell;
    vertical-align: middle;
    list-style: none;
}

.opacity-hide {
    width: 0;
    height: 0;
    opacity:0;
    filter:alpha(opacity=0);
}
.dropzone.dropzone-multi .dropzone-item .dropzone-progress {
    width: 25%;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar {
    margin-left: 0;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start, 
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel, 
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete {
    margin-left: 1rem;
    min-width: 25px;
    width: auto;
}
.progress {
    background-color: #dddfe4;
}
.required {
    color: #fd397a;
}

@media (min-width: 1400px) {
    .modal-dialog.modal-xl {
      max-width: 1299px; 
    } 
}

.modal .modal-header .modal-title {
    display: flex;
    align-items: center;
}

.checkbox-inline {
    flex-wrap: wrap;
}

.checkbox-multiline .checkbox {
    margin-bottom: 0.5rem;
}

.modal-open {
    overflow: hidden !important;
}

.ck-body-wrapper {
    z-index: 1051;
}

.input-group label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.bottom_border {
    border-bottom: 1px solid #eaeaff;
}
.label.label-inline.label-h-auto {
    height: auto;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.underline {
    text-decoration: underline;
}

.text-primary i {
    color: #3699FF !important;
}
a.text-primary:hover i, a.text-primary:focus i {
  color: #0073e9 !important;
}

.kt-link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #3699FF; }
  .kt-link:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    top: 1rem;
    left: 0;
    width: 0%;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease; }
  .kt-link:hover {
    text-decoration: none !important; }
    .kt-link:hover:after {
      width: 100%; }
  .kt-link:hover {
    color: #0073e9; }
    .kt-link:hover:after {
      border-bottom: 1px solid #0073e9;
      opacity: 0.3; }
