@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #f0f0f0;
  overflow-x: hidden;
}

.bacstage {
  background: #f0f0f0;
}

.nav_top_bar {
  margin-top: 10px;
  color: #6c757d;
  cursor: pointer;
}

.nav_top_bar .nav-item p {
  padding: 0.5rem 1rem;
}

.bacstage_wordspace {
  width: 82%;
}

.bacstage_nav {
  padding: 30px;
  background: #5f7d84;
  height: 100% !important;
  color: #fff;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ntcri_logo {
  -o-object-fit: cover;
     object-fit: cover;
}

.logo_box {
  -webkit-box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
          box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  padding: 10px 0px;
  background: #fff;
}

.bacstage_nav_content {
  padding: 5px 15px;
  list-style: none;
}

.bacstage_nav_content ul {
  padding: 10px;
}

.bacstage_nav_content li {
  margin-top: 10px;
  cursor: pointer;
  font-size: 16px;
}

.bacstage_nav_content li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.bacstage_wordspace_breadcrumb {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
          box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  padding: 15px 20px;
  margin-top: 0px;
  font-size: 18px;
}

.bacstage_wordspace_breadcrumb a {
  color: #6c757d;
  text-decoration: underline;
}

.bacstage_wordspace_addclass_w80 {
  width: 80%;
  margin: 0 auto;
}

.bacstage_wordspace_addclass_w90 {
  margin: 0 auto;
  overflow-x: scroll;
}

.bacstage_wordspace_addclass {
  padding: 15px;
}

.bacstage_wordspace_addclass,
.bacstage_wordspace_class_list {
  overflow-x: auto;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
          box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  padding: 50px 0;
  margin-top: 30px;
}

.bacstage_wordspace_addclass .input-group-text,
.bacstage_wordspace_class_list .input-group-text {
  background-color: #fff !important;
  border: none !important;
  width: 15%;
}

.bacstage_wordspace_addclass .date,
.bacstage_wordspace_class_list .date {
  background-color: #fff !important;
  border: none !important;
  width: 15%;
}

.send_button {
  margin-top: 30px;
}

.bacstage_nav_title {
  color: #ffff;
  font-size: 20px;
  text-decoration: none;
}

.bacstage_nav_title {
  cursor: pointer;
  margin-top: 15px;
}

.bacstage_wordspace_class_list {
  padding: 15px;
}

.table tr th {
  font-size: 14px;
}

.table td {
  font-size: 14px;
}

.delete {
  font-size: 12px;
}

.teacher {
  width: 9%;
}

.classname {
  width: 15%;
}

.number {
  width: 6%;
}

.btn__delete,
.btn__delete_loc,
.btn__delete_event,
.btn__delete_news,
.btn__delete_course,
.btn__delete_article,
.btn__delete_record,
.btn__delete_article_bookList {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  box-shadow: 0 0 6px #b3b3b3;
  -webkit-box-shadow: 0 0 6px #b3b3b3;
  -moz-box-shadow: 0 0 6px #b3b3b3;
  color: #fff;
  margin-right: 0;
  background-color: #e74c3c;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn__delete:hover,
.btn__delete_loc:hover,
.btn__delete_event:hover,
.btn__delete_news:hover,
.btn__delete_course:hover,
.btn__delete_article:hover,
.btn__delete_record:hover,
.btn__delete_article_bookList:hover {
  background-color: #d0ece7;
}

.btn__edit,
.btn__edit_location,
.btn__edit_course,
.btn__edit_event,
.btn__edit_save,
.edit_loc,
.btn__edit_news,
.btn__edit_article,
.course_check,
.btn__edit_record,
.btn__edit_article_bookList,.btn__edit_article_subsidy{
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  box-shadow: 0 0 6px #b3b3b3;
  -webkit-box-shadow: 0 0 6px #b3b3b3;
  -moz-box-shadow: 0 0 6px #b3b3b3;
  padding: 0.5rem;
  padding-left: 0.7rem;
  color: black;
  background-color: white;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn__edit:hover,
.btn__edit_location:hover,
.btn__edit_course:hover,
.btn__edit_event:hover,
.btn__edit_save:hover,
.edit_loc:hover,
.btn__edit_news:hover,
.btn__edit_article:hover,
.course_check:hover,
.btn__edit_record:hover,
.btn__edit_article_bookList:hover {
  background-color: #d0ece7;
}

.manage_course {
  font-size: 16px;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  box-shadow: 0 0 6px #b3b3b3;
  -webkit-box-shadow: 0 0 6px #b3b3b3;
  -moz-box-shadow: 0 0 6px #b3b3b3;
  padding: 0.5rem;
  padding-left: 0.7rem;
  color: #000;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.manage_course:hover {
  background-color: #d0ece7;
}

.signup_up_check {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  box-shadow: 0 0 6px #b3b3b3;
  -webkit-box-shadow: 0 0 6px #b3b3b3;
  -moz-box-shadow: 0 0 6px #b3b3b3;
  padding: 0.5rem;
  padding-left: 0.7rem;
  color: #198754;
  background-color: #fff;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.signup_up_check:hover {
  opacity: 0.8;
  color: #fff;
  background-color: #198754;
}

.login_logo {
  width: 300px;
}

.loginbanner {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}

.navbar {
  width: 100%;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  top: 0px;
  z-index: 1004;
  position: fixed;
  left: 0px;
}

.nav-tool-bar-item {
  font-size: 16px;
  color: #888888;
  text-decoration: none;
  padding: 30px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-tool-bar-item:hover {
  color: #888888;
  opacity: 0.6;
}

.item-active {
  background: #f0f0f0;
}

.login_space {
  margin: 0 auto;
  width: 40%;
}

.form-title span {
  width: 60px;
  height: 3px;
  margin: 20px auto 35px;
  display: block;
  background: #3b7054;
}

.login-form {
  margin: auto;
  max-width: 500px;
  position: relative;
}

.login_input {
  width: 80%;
  margin: 30px auto;
  text-align: center;
}

.login_input p {
  color: #888;
}

.login_input .copyright {
  margin-top: 15px;
  font-size: 14px;
}

.login_input .input-group {
  margin-top: 20px;
}

.login_input .input-group-text {
  width: 20%;
  background-color: #fff !important;
  border: none !important;
}

.login_input .login_input_text a {
  color: #3b7054;
  font-weight: 600;
  text-decoration: none;
}

.login_input .login_button,
.login_input .signup_button {
  background: #3b7054;
  color: #fff;
  width: 100%;
  margin: 20px auto 0;
  font-size: 16px;
  border: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 15px 0;
}

.login_input .line {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.login_input .line p {
  background-color: #fff;
  padding: 10px;
}

.login_input .line span {
  display: block;
  border-top: 1px solid #888888;
  width: 280px;
  position: absolute;
  bottom: 35px;
  z-index: -1;
}

.section-recover-password {
  height: 100vh;
}

.section-recover-password .section-recover-password-w40 {
  width: 40%;
  margin: 0 auto;
}

.section-recover-password .section-recover-password-w40 .recover-password-title {
  background: #3b7054;
  padding: 15px;
  color: #fff;
  font-size: 20px;
}

.section-recover-password .section-recover-password-w40 .recover-password-title p {
  margin-bottom: 0;
}

.section-recover-password .section-recover-password-w40 .card-text {
  padding: 15px;
}

.section-recover-password .section-recover-password-w40 .input-group-text {
  background-color: #fff !important;
  border: none !important;
}

.cancle-recover-password a {
  text-decoration: none;
  color: #000;
}

.hideorview {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.view {
  cursor: pointer;
}

.hide {
  display: none;
  cursor: pointer;
}

#logout {
  color: #888888;
  border: none;
}

.user_data .card {
  padding: 15px;
  border-radius: 4px;
}

.user_data h3 {
  padding: 8px 16px;
}

.user_data h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.user_data span {
  font-size: 14px;
}

.user_data .user_data_text {
  margin-top: 12px;
  padding: 8px 16px;
}

.img_file_preview {
  width: 300px;
  height: 200px;
  margin: 10px auto;
  overflow-y: hidden;
}

#blah,
#blah_bookList,#blah_subsidy {
  width: 300px;
  height: 200px;
  margin: 10px auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.get_img_file {
  -o-object-fit: cover;
     object-fit: cover;
}

.search_bar {
  margin-top: 30px;
}

.btn__add,
.btn__add_class {
  border-radius: 30px;
  display: inline-block;
  height: 3rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px;
  content: "新增";
  top: 0.5rem;
  left: 30%;
  color: #000;
  border: none;
}

.btn__add i,
.btn__add_class i {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn__add:hover,
.btn__add_class:hover {
  color: #000;
  background-color: lightgray;
}

.btn__add:hover::after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#map {
  padding: 6px 12px;
}

#address-form,
#address-form_revise {
  width: 100%;
}

.editor_item_btn {
  border: none;
  background: #fff;
}

.editor_item {
  width: 80%;
}

.course_introduction {
  width: 12%;
}

.course_item {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.course_item p {
  font-size: 14px;
}

#tiny {
  width: 80%;
}

#exampleModal_add_event .input-group-text,
#exampleModal_edit_event .input-group-text {
  font-size: 0.9rem;
}

.loc_title {
  font-size: 24px;
}

.w-15 {
  width: 15%;
}

.inputw-100 {
  width: 100% !important;
}

.form-control {
  width: auto;
  display: inline-block;
}

.form-select {
  width: auto;
  display: inline-block;
}

.add_item {
  height: 38px;
  color: #5f7d84;

  border: 1px solid #5f7d84;
}
.ml-auto{
  margin-left: auto;

}

.add_item:hover {
  color: #fff;
  background-color: #5f7d84;
  border: 1px solid #5f7d84;
}

.table-container {
  overflow-x: scroll;
}

.table-container table {
  border-collapse: collapse;
  white-space: nowrap;
}

.table-container th,
.table-container td {
  padding: 8px;
  text-align: left;
}

.k-grid-edit,
.k-button-solid-primary {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.k-button-solid-primary:hover {
  background-color: #ebebeb;
  border-color: rgba(0, 0, 0, 0.08);
}

.nav-link {
  color: #5f7d84;
}

.userTable table {
  min-width: 1500px;
}

.userTable_record table {
  min-width: 2200px;
}

.courseTable table {
  min-width: 1500px;
}

.proposalTable table {
  min-width: 1800px;
}

.shop_table table {
  min-width: 1200px;
}

.research_teble table {
  min-width: 2000px;
}

.k-form-label {
  font-weight: bold;
  /* 设置标签文本为粗体 */
  /* 添加其他样式属性 */
}

.k-grid .k-grid-header-menu {
  color: #fff;
}

.k-table-thead {
  color: #fff;
  background-color: #78a8b5;
}

.nav-link:hover {
  color: #5f7d84;
}

.k-label,
.k-form-label {
  margin-bottom: 15px !important;
}

#ordersGrid2,
.k-grid .k-command-cell > .k-button + .k-button {
  -webkit-margin-end: unset;
          margin-inline-end: unset;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  margin-left: 10px;
}

.bacstage_nav .active a::before {
  content: ">";
  color: #fff;
  position: absolute;
  left: 12px;
}

.nav_active a::before {
  color: #fff;
  content: ">";
  position: absolute;
  left: 12px;
}

.k-window {
  z-index: 1060 !important;
}

.course_state,
.search_button,
.category_line {
  height: 38px;
  color: #5f7d84;
  border: 1px solid #5f7d84;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.course_state a,
.search_button a,
.category_line a {
  color: #5f7d84;
  text-decoration: none;
}

.course_state:hover,
.search_button:hover,
.category_line:hover {
  color: #fff;
  background-color: #5f7d84;
  border: 1px solid #5f7d84;
}

.course_state:hover a,
.search_button:hover a,
.category_line:hover a {
  color: #fff;
}

.course_state_active {
  color: #fff;
  background-color: #5f7d84;
  border: 1px solid #5f7d84;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.km-loader:before {
  background: #369;
}

.RejectWindow {
  width: 400px;
  height: 200px;
}

#myChart_chart {
  width: 500px;
  height: 200px;
}

.page-item.active .page-link {
  background-color: #78a8b5;
  border-color: #78a8b5;
}

.page-link {
  color: #78a8b5;
}

.manage_btn {
  color: #5f7d84;
  background-color: none;
  border: 1px solid #5f7d84;
}

.manage_btn:hover {
  color: #fff;
  background-color: #5f7d84;
  border: 1px solid #5f7d84;
}

.analysis_dashbord {
  margin-bottom: 50px;
}

.analysis_dashbord .card {
  padding: 15px;
}

.analysis_dashbord .card h3 {
  font-size: 1.2rem;
}

.dash_title {
  font-size: 1.2rem;
}

.overflowauto {
  overflow-y: auto;
  height: 90vh;
}

.kendo-button {
  font-size: 14px;
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  padding-block: 4px;
  padding-inline: 8px;
  border-radius: 4px;
}

.kendo-button:hover {
  background-color: #ebebeb;
}

.k-svg-icon {
  display: none;
}

.loadingFullScreen {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

#apiLoading {
  display: none;
}

.dataLoading {
  display: none;
}

.createUserModal .input-group-text {
  background-color: #fff !important;
  border: none !important;
  width: 20%;
}

.createUserModal .date {
  background-color: #fff !important;
  border: none !important;
  width: 20%;
}

.section-list {
  background: #eee;
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 15px;
}

#buy_way_title{
padding:5px;
}

#buy_way_url{
  padding:5px;
}

.buy_way{
  margin-left:5px;
  padding:5px 5px;
  color: #5f7d84;
  border: 1px solid #5f7d84;
  background:#fff;
}

.buy_way:hover{
  background:#5f7d84;
  color:#fff;
}
/*# sourceMappingURL=style.css.map */


.breadcrumb-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbar .dropdown .dropdown-menu {
  width: auto;
  right: 0;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.dropdown-toggle{
  text-decoration:none !important
}

.dropdown-menu a{

  text-decoration:none;
}

.nav-link:focus, .nav-link:hover {
  color: #6c757d;
}

.new_password{
  cursor:pointer;
  color: #888 !important;
  text-decoration:none;
}


#custom-input {
  display: none;
  /* margin-top: 5px; */
  margin-left:5px;
}