/* put your own styles to customize and override the theme */


body {
  background-color: #f2f6ff;
}

th,
tr {
  white-space: nowrap;
}

thead th,
th td,
tr td {
  vertical-align: middle !important;
}

.btn-success, .bg-success {
	color:#fff;
	background-color:#28a745 !important;
	border-color:#28a745 !important;
}
.btn-success:hover {
	color:#fff;
	background-color:#218838;
	border-color:#1e7e34
}
.btn-success.focus,.btn-success:focus {
	box-shadow:0 0 0 .2rem rgba(72,180,97,.5)
}
.btn-success.disabled,.btn-success:disabled {
	color:#fff;
	background-color:#28a745;
	border-color:#28a745
}
.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle {
	color:#fff;
	background-color:#1e7e34;
	border-color:#1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
	box-shadow:0 0 0 .2rem rgba(72,180,97,.5)
}
.bg-blue {
  background-color: #007bff !important;
  color: #ffffff;
}
a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #0062cc !important;
  color: #ffffff;
}
.rounded-pill {
  border-radius: 50rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.hidden {
  display: none;
}

.pointer {
  cursor: pointer
}

.table {
  margin-bottom: 0;
}

.page-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.progress-sm {
  height: 0.25rem;
}

.auth-footer {
  text-align: center;
  max-width: 100% !important;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}

#loading {
  height: 100%;
  display: -ms-flexbox !important;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  text-align: center;
}
#mobile-mask{
  display: none;
  position: fixed;            
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #14141F;
  opacity: 0.6;
}

.relogin~.modal-backdrop {
  background-color: #f2f6ff;
}

.app {
  overflow: hidden;
  display: none;
}

.app-aside-expand-md {
  width: 4.25rem !important;
}

.app-aside-expand-md .stacked-menu .menu-link>.menu-icon {
  /* width: auto; */
  margin: 0.3rem 0;
}

.app-aside-expand-md .stacked-menu .menu-link {
  padding: .5rem .75rem
}

.app-aside-expand-md ul,
.app-aside-expand-md li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.app-main {
  height: calc(100vh - 3.5rem);
  overflow: auto !important;
  margin-top: 3.5rem;
  padding-top: 0 !important;
}

.top-bar-brand {
  padding: 0 0 0 .5rem !important;
  font-size: 15px !important;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .app-main {
    padding-left: 4.25rem !important;
  }

  .top-bar-brand {
    width: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .app-main {
    padding-left: 12rem !important;
  }

  .top-bar-brand {
    width: 12rem !important;
  }
}

.hamburger {
  height: 3.5rem;
}

.breadcrumb{
  padding: 1.25rem 0.5rem 0.25rem;
  margin-bottom: 1rem;  
}

.dropdown-menu-rich {
  width: 18rem;
}

.top-bar-search .dropdown-arrow {
  left: 45px;
}

.top-bar-search .dropdown-item:hover,
.top-bar-search .dropdown-item:focus {
  color: #191927;
  text-decoration: none;
  background-color: #f6f7f9;
}

.top-bar-search .dropdown-item-figure {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.25rem;
}

.btn-account {
  padding: 0.25rem 0.5rem !important;
  min-height: 2.25rem !important;
  border-radius: 0.25rem;
}

.dropdown-submenu.dropright .dropdown-menu {
  margin-left: 1px;
}

.dropdown-submenu.dropleft .dropdown-menu {
  margin-right: 1px;
}

[x-placement^="bottom-"] .dropdown-submenu .dropdown-menu,
.navbar .dropdown-submenu .dropdown-menu {
  bottom: auto;
  margin-top: calc(-0.5rem - 1px);
}

[x-placement^="top-"] .dropdown-submenu .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-bottom: calc(-0.5rem - 1px);
}

.dropdown-toggle::after {
  color: #888c9b;
}

.dropdown-submenu.dropright>.dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-submenu.dropright>.dropdown-toggle::after {
  margin-right: -12px;
}

.app-main .popover {
  box-shadow: 0 1rem 3rem rgba(20, 20, 31, 0.175) !important;
  margin-top: 3.5rem;
}

.app-main .popover,
.nav-clearfix {
  width: 21rem;
  max-width: 21rem;
}

.app-main .popover nav a.nav-link {
  margin: 5px;
  padding: 3px 10px;
  color: #888c9b;
  border: solid 1px #eeeeee;
  border-radius: 1rem;
}

.app-main .popover nav a.nav-link:hover {
  color: #ffffff;
  background-color: #346CB0;
}

.app-header .dropdown .dropdown-menu .dropdown-item {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.stacked-menu {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.stacked-menu .menu .menu-item {
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.stacked-menu .menu .menu-item .menu .menu-item {
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.stacked-menu .menu .menu-item .menu-link .link-mark {
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  background-color: #666666;
}

.stacked-menu .menu .menu-item.has-active .menu-link .link-mark {
  background-color: #346CB0;
}

.stacked-menu .menu-item.has-active>.menu-link {
  color: #2e609c;
  font-weight: normal !important;
}

@media (max-width: 767.98px) {
  .app-aside {
    width: 100%;
    max-width: 100%;
  }
}

#stacked-menu-sm {
  height: 100vh;
  overflow: auto;
}

#stacked-menu-sm.stacked-menu .menu {
  height: auto;
}

#stacked-menu-sm.stacked-menu>.menu>.menu-item>.menu-link {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

#stacked-menu-sm.stacked-menu>.menu>.menu-item>.menu-link::after {
  display: none;
}

#stacked-menu-sm.stacked-menu .menu-link>.menu-icon {
  margin-right: .25em;
  color: #346CB0;
}

#stacked-menu-sm.stacked-menu .menu .menu {
  margin-left: 2rem;
}

#stacked-menu-sm.stacked-menu>.menu>.menu-item>.menu .menu-link {
  padding: 0.25rem 0;
}

#stacked-menu-sm.stacked-menu .menu .menu-item .menu .menu-item {
  float: left;
  margin-right: 1.75rem;
  margin-bottom: 0.25rem;
}

#stacked-menu-sm.stacked-menu .menu .menu-item .menu .menu-item .menu-link label {
  color: #000000;
  cursor: pointer;
  font-size: 13px;
}

#stacked-menu-sm.stacked-menu .menu-item.has-active>.menu-link label {
  color: #2e609c !important;
  font-weight: normal !important;
}

#stacked-menu-sm.stacked-menu .menu .menu-item .menu .menu-item .menu-link .fa,
#favoriteModal .metric .fa {
  font-size: 1.5rem !important;
}
#favoriteModal .metric .fa.text-danger,#favoriteModal .metric .fa.text-success {
  font-size: 1rem !important;
}

.data-item {
  margin: 0.5rem 0;
  /* border-right: dashed 1px #a6abbd; */
  text-align: center;
}

.data-item:last-child {
  border-right: none;
}

@media (max-width: 991.98px) {
  .data-item.data-item-seperator {
    border-right: none;
  }
}

#step_companyData .dropdown .dropdown-menu .dropdown-item,
#step_chart .dropdown .dropdown-menu .dropdown-item {
  color: #888C9B;
}

#step_companyData .dropdown .dropdown-menu .dropdown-item.active,
#step_chart .dropdown .dropdown-menu .dropdown-item.active {
  color: #346CB0;
  background-color: #ffffff;
  border-bottom: none !important;
}

#step_companyData .dropdown .dropdown-menu .dropdown-item:hover,
#step_chart .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
}

#step_companyData .dropdown .dropdown-menu .dropdown-item.active:hover,
#step_chart .dropdown .dropdown-menu .dropdown-item.active:hover {
  color: #346CB0;
}

.steps li a {
  line-height: 1.75rem;
  cursor: text;
}

.steps li:before {
  top: 4px;
  left: -1rem;
  height: 2rem;
  width: 2rem;
}

.steps .close {
  margin-top: 0.75rem;
  margin-left: 0.75rem;
  font-size: 32px;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .steps .close {
    position: absolute;
    margin-top: -0.25rem;
    right: 5px;
  }
}

.companyDataIndex.metric-row .metric {
  min-height: 4.5rem;
}

#teacherData .metric {
  min-height: 6.5rem;
  padding: 0.75rem 0;
}

.todos.todo-md .scrollbar {
  position: relative;
  max-height: 200px;
}

 #indexAttends .scrollbar {
  position: relative;
  max-height: 400px;
}

#favorites span {
  font-size: 14px;
}

#favorites div:hover,
#favorites div:hover i.fa {
  color: #346cb0 !important;
}
#step_favorites_header .tile-wrapper:hover .tile,#step_favorites_header .tile-wrapper:hover .tile-peek {
  color: #346CB0 !important;
}

.todos .tile-md {
  width: 4rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 12px;
  font-weight: normal;
  border-radius: .75rem;
}

.todos .list-group-item {
  padding: 0.5rem;
}

.todos-recruit {
  background-color: #ffffff;
  border: solid 1px #346CB0;
  color: #346CB0;

}

.todos-order {
  background-color: #ffffff;
  border: solid 1px #EC935E;
  color: #EC935E;
}

.todos-teaching {
  background-color: #ffffff;
  border: solid 1px #00A28A;
  color: #00A28A;
}

.todos-teacher {
  background-color: #ffffff;
  border: solid 1px #b76ba3;
  color: #b76ba3;
}

.list-group-item-body {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-group-item-body span.link:hover {
  color: #346CB0 !important;
}

.chartjs {
  background: url(images/chart_bg.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0.25;
}

#mobile-menu-home {
  position: fixed;
  bottom: 0;
  width: 100% !important;
  z-index: 5;
  box-shadow: 0px -3px 6px #888c9b94;
}

#mobile-menu-home .btn {
  height: calc(3.25rem + 2px);
  line-height: 2.75;
}

/* perfect-scrollbar 样式 */
.ps__thumb-x {
  height: 8px;
}

.ps__thumb-y {
  width: 8px;
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #c1c1c1;
  border-radius: 8px;
}

.card-title a {
  font-weight: normal;
  color: #888c9b;
}

.card-title a.active {
  border-bottom: solid 2px #346CB0;
}

.fileinput-dropzone {
  padding: 0.5rem;
}

.fileinput-dropzone img {
  margin-bottom: 0.5rem;
}

.text-decoration-underline {
  text-decoration: underline;
}

.font-size-normal {
  font-size: 14px;
}

.list-circle {
  background-color: #666666;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  left: 10px;
  top: 16px;
}

.dropdown-item:hover .list-circle {
  background-color: #ffffff;
}

.dropdown-item:hover .fa {
  color: #ffffff;
}

.input-group-prepend.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 80px;
  border-right: 1px solid #e8e8e8;
}

.state {
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.state-default {
  background-color: #346CB0;
}

.followstate-1,
.state-0,
.state-3 {
  background-color: rgb(240, 72, 100, 0.5);
}

.followstate-5,
.state-1 {
  background-color: rgb(47, 194, 91, 0.5);
}

.followstate-2,
.state-2 {
  background-color: rgb(24, 144, 255, 0.5);
}

.followstate-3,
.state-6 {
  background-color: rgb(133, 67, 224, 0.5);
}

.followstate-4,
.state-5 {
  background-color: rgb(19, 194, 194, 0.5);
}

.followstate-6,
.state-4 {
  background-color: rgb(250, 204, 20, 0.5);
}

.followstate-7 {
  background-color: rgba(255, 0, 0, 0.5);
}

.followstate-8 {
  background-color: rgb(236, 147, 94, 0.5);
}

.followstate-9 {
  background-color: rgb(242, 0, 239, 0.5);
}

.followstate-10 {
  background-color: rgb(8, 36, 205, 0.5);
}

.followstate-11 {
  background-color: rgb(0, 162, 138, 0.5);
}

.followstate-12 {
  background-color: rgb(52, 108, 176, 0.5);
}

.btn-icon-header {
  line-height: calc(calc(1.5rem + 2px) - 2px);
  width: 1.5rem;
  height: 1.5rem;
}

.dataTables_wrapper .table thead {
  background-color: #f2f6ff;
}

.dataTables_wrapper .table .dropdown {
  margin-left: 1rem;
  margin-right: 0.5rem;
}

.dataTables_wrapper #experience.table .dropdown {
  margin-left: 0rem;
  margin-right: 0rem;
  width:100px;
  /* border: none; */
}

.dataTables_wrapper .table .dropdown-menu {
  margin-right: 1.25rem;
}

.dataTables_wrapper .dataTables_empty {
  padding-left: 0;
  padding-right: 0;
}

#selectedRowOperator {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

#selectedRowOperator.selectedRowOperator{
  display: block !important;
}

#selectedRowOperator .statics {
  margin-top: 1rem;
  margin-left: 0;
}

@media (min-width: 768px) {
  #selectedRowOperator {
    margin-bottom: 0.75rem;
  }

  #selectedRowOperator.selectedRowOperator{
    display: flex !important;
  }

  #selectedRowOperator .statics {
    margin-top: .5rem;
    margin-left: 1rem;
  }
}

.dataTables_length select {
  width: 90px !important;
  padding: .25rem 0;
  color: #888c9b !important;
  border-color: #c6c9d5 !important;
}

.dataTables_length .dropdown.bootstrap-select {
  border: solid 1px #e6e8ed;
  border-radius: .25rem;
  width: 120px !important;
}

.dataTables_length .dropdown.bootstrap-select .btn:hover {
  border-color: transparent;
}

@media (max-width: 575.98px) {
  .modal-search {
    width: 365px;
  }
}

.modal-search {
  width: 365px;
}

.tag {
  height: 1.8rem;
  line-height: 1.8rem;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
  color: #ffffff;
  background-color: #27a200;
}

.preview-detail {
  padding-top: 1rem;
  padding-right: 1rem;
  /* min-width: 23rem; */
}

.preview-detail .btn-edit {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10000;
}

.preview-detail .info {
  padding-left: 1rem;
  padding-right: 0;
}

.preview-detail .info .info-title {
  margin: 0.75rem 0;
}

.preview-detail label {
  padding: 0px 3px !important;
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
}

.preview-detail .rating {
  height: 24px;
}

.course-type,
.fee-type,
.flow-type,
.account-type {
  display: inline-block;
  font-size: 80%;
  font-weight: 400;
  line-height: 1.25rem;
  height: 1.25rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  padding-right: 0.5em;
  padding-left: 0.5em;
  border-radius: 0.25rem;
  margin-right: 0.25rem;
  color: #ffffff;
}

.course-type-1,
.account-type-1 {
  background-color: #4d9dff;
}

.course-type-2,
.account-type-2,
.flow-type-1 {
  background-color: #50ad54;
}
.course-type-2{
  padding-left: 1px;
  padding-right: 1px;
}
.course-type-experience.course-type-2{
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.course-type-3,
.fee-type-product {
  background-color: #4d9dff;
}

.course-type-4,
.fee-type-extra,
.flow-type-2 {
  background-color: #EC935E;
}

.input-group-prepend-select .select2-container {
  width: auto !important;
  margin: -1px 0 0 -1px;
}

.fa-heart {
  font-size: 12px;
  margin-right: 2px;
  color: #ea675963;
  cursor: text;
}

.fa-trash-o {
  cursor: pointer
}

.fa-times-circle:hover,
.fa-trash-o:hover,
.btn:hover span.fa-trash-o {
  color: #ff0000;
}

.btn-icon:hover .fa-plus,
.btn-icon:hover .fa-pencil {
  color: #346CB0;
}

.modal-dialog-fullscreen {
  /* top: 3.5rem !important; */
  width: 100% !important;
  max-width: 100% !important;
}

.modal-dialog-fullscreen .modal-content {
  /* max-height: calc(100vh - 1rem); */
  max-height: 100%;
  border: 0;
}

.setting-header {
  padding: 0.75rem 1rem;
}

.setting-param .dd {
  margin-bottom: 1rem;
}

.switcher-description {
  margin: 0 0.75rem;
}

.config-fixed-width-input-number {
  width: 80px !important;
  text-align: center;
}

.table tr td .bootstrap-touchspin {
  min-width: 110px;
}

.table tr td input[type='text'].form-control {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.info-title {
  line-height: 1.75rem;
  padding: 0.25rem 0.5rem;
  margin-bottom: 1rem;
  border-left: 5px solid #346CB0;
  background-color: #f6f7f9;
  font-weight: bold;
  align-items: center;
}

.info-title label {
  margin-bottom: 0;
}

#btn-operator {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  background-color: #f6f7f9;
}

#search.fixed {
  margin-bottom: 70px;
}

#search .form-control,
#search .input-group,
#search .input-group .form-control.border {
  border: none !important;
  border-bottom: 1px solid #e8e8e8 !important;
  border-radius: 0rem;
}

#search .input-group .form-control {
  border: none !important;
}

#search .bootstrap-select .dropdown-toggle.btn-light,
#search .bootstrap-select .dropdown-toggle.btn-light:hover,
#search .bootstrap-select .dropdown-toggle.btn-light:focus,
#search .bootstrap-select .dropdown-toggle.btn-light:not(:disabled):not(.disabled):active {
  border-color: transparent !important;
}

#search .fa-search {
  cursor: pointer;
}

#search-detail {
  background-color: #f6f7f9;
  padding: 0.75rem 0;
}

@media (min-width: 992px) {
  #search-detail {
    background-color: #ffffff;
  }
}

#search-detail .col.d-block.d-lg-none .input-group,
#search .input-group .bs-searchbox .form-control {
  border: 1px solid #e8e8e8 !important;
  border-radius: 0.25rem;
}

#search-detail .col.d-block.d-lg-none .input-group .form-control {
  border-top: 1px solid #e8e8e8 !important;
  border-bottom: 1px solid #e8e8e8 !important;
}

.search-detail {
  position: fixed;
  z-index: 1020;
  top: 56px;
  padding-right: 1rem;
  width: calc(100vw - 19.75rem);
}

@media (max-width: 575.98px) {
  .search-detail {
    width: calc(100vw - 2.25rem);
    padding-right: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .search-detail {
    width: calc(100vw - 4rem);
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .search-detail {
    width: calc(100vw - 8.5rem);
  }
}

#search-modal .modal-content {
  min-width: 350.66px;
}

#search-modal .input-group:not(.input-group-alt) .input-group-prepend .input-group-text {
  margin-bottom: 5px !important;
}

#search-modal .input-group:not(.input-group-alt) .input-group-append .input-group-text {
  padding: 0.375rem !important;
}

#search-modal .modal-footer {
  padding: 0rem !important;
}

#search-modal .modal-footer .btn {
  height: calc(2.875rem + 2px);
  width: 100%;
  border-radius: 0rem;
}

@media (max-width: 991.98px) {
  .modal-drawer-footer {
    padding: 0px;
  }

  .modal-drawer-footer .btn {
    height: calc(2.875rem + 2px);
    width: 100%;
    margin: 0px;
    border: none;
  }

  .modal-drawer-footer .btn:not(:first-child) {
    border-left: 1px solid rgba(34, 34, 48, 0.1) !important;
    ;
  }
}

@media (min-width: 768px) {
  .modal-drawer-footer .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

#quick-search {
  display: flex;
  background-color: #f6f7f9;
  margin-bottom: 1rem;
  padding: 0.75rem 0.5rem;
  box-sizing: border-box;
  box-shadow: #a6abbd 0px 0px 10px 0px;
  border-radius: 5px;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

#quick-search button.btn {
  color: #2e609c;
}

#quick-search button.btn.active {
  border-color: #346cb0;
  background-color: #f2f6ff !important;
}

.btn-filter {
  padding-left: 0rem !important;
  padding-right: 0.5rem !important;
}

#moreSearch {
  display: none;
}

#moreSearch .row {
  margin-top: 0.5rem;
}

#search-modal .modal-body {
  padding-left: 0;
  padding-right: 0;
}

#communicationAddModal #curCustomer {
  display: block;
  height: 43.2rem;
  overflow-y: auto;
}

#communicationAddModal #curCustomer .list-group-item-title {
  font-size: 14px;
  margin-bottom: 0.25rem;
}

.timeline.communication-ecords {
  max-height: 11rem;
  overflow-y: auto;
}

.recruitSale #saleTypeContent .form-control {
  display: inline;
  width: 76px !important;
  margin: 0 0.25rem;
  text-align: center;
}

.recruitSale .sale-item {
  position: relative;
  display: inline-block;
  width: 140px;
  margin: 0.5rem 0.5rem 0 0;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgba(34, 34, 48, 0.1);
  background-color: #f6f7f9;
  border-radius: 0.25rem;
  line-height: 2.5rem;
}

.recruitSale .sale-item-close {
  position: absolute;
  top: 0.2rem;
  right: 0.25rem;
  line-height: 0.5rem;
  cursor: pointer;
}

.recruitSale .sale-item-plus {
  line-height: 1rem;
  margin-top: 0.75rem;
}

label.has-notified,
span.has-notified {
  position: relative;
  cursor: pointer;
}

label.has-notified::before,
span.has-notified::before {
  position: absolute;
  top: 0.1rem;
  right: -0.4rem;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #67acff;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label.has-notified.warning::before,
span.has-notified.warning::before {
  background-color: #F7C46C !important;
}

label.has-notified.success::before,
span.has-notified.success::before {
  background-color: rgb(47, 194, 91, 0.5) !important;
}

#order .visual-picker-sm .visual-picker-figure:after {
  content: '\f058' !important;
}

.visual-picker-custom .visual-picker {
  margin-right: -2px;
  margin-bottom: 0rem;
  padding-bottom: 0rem;
}

.visual-picker-custom .visual-picker-figure {
  height: 2.15rem;
  margin-bottom: 0rem !important;
  border-radius: 0rem;
  padding-bottom: 0rem;
}

.visual-picker-custom.disabled .visual-picker-figure {
  background-color: #ecedf1;
  color: black !important;
  cursor: not-allowed;
}

.visual-picker-attend .visual-picker-figure {
  margin: 1rem .25rem 0 0;
  background-color: #f6f7f9;
  border-radius: 0.25rem !important;
}

.visual-picker-custom .visual-picker:focus .visual-picker-figure,
.visual-picker-custom .visual-picker:hover .visual-picker-figure,
.visual-picker-custom .visual-picker input[type="checkbox"]:focus~.visual-picker-figure,
.visual-picker-custom .visual-picker input[type="radio"]:focus~.visual-picker-figure {
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
  color: #346cb0;
}

.visual-picker-custom .visual-picker input[type="checkbox"]:checked~.visual-picker-figure,
.visual-picker-custom .visual-picker input[type="radio"]:checked~.visual-picker-figure {
  box-shadow: 0 0 0 1px #346cb0, 0 1px 3px 0 rgba(20, 20, 31, .15);
  color: #346cb0;
}

.visual-picker-custom.visual-picker-col-7 .visual-picker input[type="checkbox"]:checked~.visual-picker-figure {
  color: #ffffff !important;
  background-color: #346cb0;
}

.visual-picker-custom.visual-picker-col-2 .visual-picker-figure,
.visual-picker-custom.visual-picker-col-3 .visual-picker-figure,
.visual-picker-custom.visual-picker-col-4 .visual-picker-figure,
.visual-picker-custom.visual-picker-col-5 .visual-picker-figure,
.visual-picker-custom.visual-picker-col-6 .visual-picker-figure,
.visual-picker-custom.visual-picker-col-7 .visual-picker-figure {
  width: 100% !important;
  padding: 0 0.5rem;
}

.visual-picker-custom.visual-picker-col-2 .visual-picker {
  width: 49.5% !important;
}

.visual-picker-custom.visual-picker-col-3 .visual-picker {
  width: 32.75% !important;
}

.visual-picker-custom.visual-picker-col-4 .visual-picker {
  width: 24.15% !important;
}

.visual-picker-custom.visual-picker-col-5 .visual-picker {
  width: 19.15% !important;
}

.visual-picker-custom.visual-picker-col-6 .visual-picker {
  width: 16.15% !important;
}

.visual-picker-custom.visual-picker-col-7 .visual-picker {
  width: 13.6% !important;
}

.visual-picker-custom .visual-picker {
  min-width: 2.55rem;
}

.flatpickr {
  background: #ffffff url(../images/calendar.png) right center no-repeat;
}

#search-modal .flatpickr {
  background-position: 98% center !important;
}

.flatpickr-months {
  padding-bottom: 0.5rem;
}

.flatpickr-current-month span.cur-month {
  font-weight: 400 !important;
}

.flatpickr-day {
  padding: 0;
  height: 39px;
  line-height: 39px;
}

#fieldModal .custom-control-inline {
  margin-right: .7rem;
}

#fieldModal .field-item {
  display: flex;
  padding: 0.4rem;
}

#fieldModal .field-item .operator,
tr td .delete {
  opacity: 0;
}

#fieldModal .field-item:hover {
  background-color: #f6f7f9;
}

#fieldModal .field-item:hover .operator,
tr td:hover .delete {
  opacity: 1;
}

.plus {
  font-size: 16px;
  line-height: 14px;
  margin-right: 0.25rem;
}

.border-top-primary {
  border-top: solid 1px #346cb0 !important;
}

.description {
  margin-left: 0.75rem;
  margin-top: 0.25rem;
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 0.75rem;
  color: #888c9b;
}

.btn-floated{
  font-size: 1rem;
  right: 0.5rem !important;
  bottom: 0.5rem !important;
  width: 3rem !important;
  height: 3rem !important;
}

.btn-home{
  font-size: 1rem;
  bottom: 4rem !important;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden !important;;
}

.overflow-y-auto {
  overflow-y: auto;
}

#confirmModal.modal {
  z-index: 1140 !important;
}

#modalContainer5 .modal {
  z-index: 1130 !important;
}

.modal-backdrop~.modal-backdrop~.modal-backdrop~.modal-backdrop~.modal-backdrop {
  z-index: 1120;
}

#modalContainer4 .modal {
  z-index: 1110 !important;
}

.modal-backdrop~.modal-backdrop~.modal-backdrop~.modal-backdrop {
  z-index: 1100;
}

#modalContainer3 .modal {
  z-index: 1090 !important;
}

.modal-backdrop~.modal-backdrop~.modal-backdrop {
  z-index: 1080;
}

#modalContainer2 .modal {
  z-index: 1070 !important;
}

.modal-backdrop~.modal-backdrop {
  z-index: 1060;
}

@media (min-width: 992px) {
  #detailModal .modal-content {
    background-color: #f6f7f9 !important;
  }
}

select~button~.dropdown-menu {
  margin-top: 1px !important;
  margin-bottom: 3px !important;
}

input.error,
select.error,
textarea.error,
button.error,
div.error,
input.errors {
  border: solid 1px #ff0000 !important;
}

label.error {
  display: none !important;
}

.white-space-pre-line{
  white-space: pre-line
}

.auto-column-width {
  white-space: pre-line;
  min-width: 180px;
}

/* mobile start */
.mobile-mode {
  padding: 0 !important;
  border: none !important;
}

.mobile-content,
.mobile-content-title,
.mobile-content-operator {
  display: -ms-flexbox !important;
  display: flex !important;
}

.mobile-content,
.mobile-content-title {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.mobile-content {
  border-bottom: solid 1px #e6e8ed;
  background-color: #fff;
  padding: 0.75rem;
  /* border-radius: .25rem; */
}

.mobile-content-items ul {
  margin: 0;
  padding: 0;
}

.mobile-content-items ul li {
  list-style: none;
  display: inline-block;
  margin-right: 2rem;
}

.mobile-content-items .fa {
  font-size: 1rem !important;
}

.mobile-content-body {
  width: 100% !important;
}

.mobile-content-title {
  font-size: 1rem;
  align-items: center;
  height: 2rem;
  line-height: 2rem;
}

.mobile-content-marker,
.mobile-content-items {
  color: #888c9b;
}

.mobile-content-marker {
  font-size: 0.75rem;
  font-weight: normal;
}

.mobile-content-items {
  line-height: 1.75rem;
  margin-top: 0.5rem;
  white-space: normal;
}

.mobile-content-operator {
  align-items: center !important;
  padding-left: 1rem;
}

.mobile-content-operator .btn-sm {
  padding: 0;
  line-height: calc(2.25rem + 2px);
  border-radius: 2.25rem;
  width: calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
}

.mobile-content-operator .dropdown {
  margin: 0 !important;
}
.mobile-loader {
  margin-top: 1rem;
}

/* mobile end */

.text-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 15rem;
  display: inline-block;
}

table tr.row-hover {
  background-color: #f6f7f9;
}

table tr td.operator a:not(:last-child) {
  margin-right: 1rem !important;
}

.btn-group-dimension .btn {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}

.unattendable{
  background-color: #fff9ef !important;
}
.attend-remarks {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  font-size: 11px;
  width: 100px;
  line-height: 22px;
}

.text-sm {
  font-size: 0.75rem;
}

.text-lg {
  font-size: 1rem;
}

.dropdown-menu .disabled .disabled .text {
  color: #a6abbd;
}

.custom-control-input:disabled~.custom-control-label::before {
  background: #a6abbd !important;
}

#columnConfigModal .custom-control {
  display: inline-block;
  width: 9.5rem;
  height: 2.25rem;
}

button.note-btn.btn {
  padding-left: .75rem;
  padding-right: .75rrm;
}

.phone-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1050;
  left: 0;
  top: 0;
}

.phone {
  position: relative;
  margin: 6rem auto 0;
  background-size: 100%;
  background-image: url(../../images/phone_bg.png);
  background-repeat: no-repeat;
  width: 326px;
  height: 620px;
  border-radius: 40px;
  box-shadow: -5px 3px 15px rgba(0, 0, 0, 0.3);
}

.phone .close-top {
  position: absolute;
  right: -25px;
  top: -20px;
  color: #e6e6e6;
  cursor: pointer;
}

.phone .close-bottom {
  position: absolute;
  left: 133px;
  bottom: 4px;
}

.phone-content {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 320px;
  height: 486px;
  position: absolute;
  top: 97px;
  left: 3px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: auto;
  padding: 12px;
}

.phone-content img, #noticeModal .note-editor img {
  max-width: 100%;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem !important;
}

.phone-title {
  position: absolute;
  top: 65px;
  width: 80%;
  left: 10%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}

.note-btn-group .btn-sm {
  padding: 0.5rem;
}

#pageLoading {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -12px;
  z-index: 100000;
  display: none;
}

#pageLoading .fa-spinner {
  font-size: 1rem;
}

/* modules: product*/

#register .metric {
  text-align: center;
  cursor: pointer;
  padding: 0 1rem;
  min-height: 3rem;
}

#register .metric .fa {
  color: #888c9b;
  padding: 0.2rem;
  margin-bottom: 0.25rem;
}

#register .metric .metric-operator{
  border-radius: 8px; 
  padding: 1rem; 
  margin-bottom: 0.5rem;
}

#register .metric .metric-operator img{
  width: 48px;
}

#inout-title {
  border-top: 3px solid #8bbfff;
  padding: 0.75rem 0.5rem;
  background-color: #f2f6ff;
}

/**/
/*** business ***/
ul.infos {
  margin: 0;
  padding: 0 0 0 .5rem;
}

ul.infos li {
  list-style-type: none;
  float: left;
  margin-right: 1rem;
  line-height: 1.75rem;
}

.card-business {
  margin-bottom: 1.25rem !important;
}

.card-business .metric-row {
  margin-bottom: 0;
}

.card-business .metric {
  text-align: center;
  padding: 0;
  min-height: 4.5rem;
  min-width: 5rem;
}

.card-business .metric:hover,
#register .metric:hover {
  background-color: #f2f6ff;
  border-radius: 0.5rem;
  cursor: pointer;
}

.card-business .metric .fa {
  /* padding: 0.2rem; */
  margin-bottom: 0.5rem;
}

.progress-list {
  outline: 0;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .progress-list {
    padding-bottom: 0.25rem;
  }
}

#step-student-block, #step-project-block, #step-billing-block {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}

#step-project-block input[type='text'].form-control {
  padding: 0.375rem;
}

.project-item .row .col-12 {
  margin-bottom: 1rem;
}

.project-item .fa-trash-o {
  font-size: 16px;
}

.project-item .course-title {
  display: flex;
  border-top: #346CB0 2px solid;
  background-color: #f6f7f9;
  margin: 0.75rem 0 0 0;
  padding: 0.25rem 0.5rem;
  align-items: center;
}

.project-item .course-title .fa-trash-o {
  margin-left: auto !important;
  margin-right: 0.5rem;
}

.project-item.info-title .bootstrap-select,
.project-item .course-title .bootstrap-select {
  width: 100px !important;
}

.project-item input.form-control,
.project-item .input-group-text {
  padding: .375rem .5rem;
}

.input-min-max-width {
  min-width: 100px;
  max-width: 180px;
}

.input-min-max-width .form-control,
.input-min-max-width.form-control {
  padding-right: 0.25rem !important;
  padding-left: 0.5rem !important;
}

/*** schedule ***/
#data-type .btn-group button.btn {
  color: #2e609c;
}

#data-type .btn-group button.btn.active {
  border-color: #346cb0;
  background-color: #f2f6ff !important;
}

.schedule-header {
  margin: 2rem 0 1rem 0;
}

.schedule-header .btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.schedule-title {
  font-size: 1.2rem;
  margin-left: 0.5rem;
}

.schedule-body .table {
  table-layout: fixed;
}

.schedule .table th.today,
.schedule .schedule-day.today {
  background-color: #ffeeaa;
}

.schedule .table td {
  padding: 0;
  border: 1px solid #d7dce5;
}

.schedule-body th {
  text-align: center;
  line-height: 1.8rem;
  background-color: #f6f7f9;
  font-weight: normal;
  padding: .5rem .125rem;
}

.schedule-day-name {
  font-size: 18px;
  margin-right: 0.25rem;
}

.schedule-week-name {
  font-size: 18px;
}

.schedule-day {
  text-align: right;
  padding: 2px;
  background-color: #f8f8f8;
}

.schedule-today {
  color: #2e609c;
  background-color: rgba(52, 108, 176, 0.08);
}

.schedule-other-month {
  opacity: .3
}

.schedule-item {
  min-height: 64px;
  overflow-x: hidden;
}

.schedule-item-content {
  padding: .125rem .25rem;
  border: solid 2px #ffffff;
  border-radius: 0.5rem;
  line-height: 24px;
  color: #333333;
  margin: 4px 2px;
  font-size: 12px;
  cursor: pointer;
}

.schedule-item .schedule-item-content:last-child{
  margin-bottom: 1.5rem;
}

.schedule-item-content.focus{
  border-color: #346CB0;
}

.schedule-item-name {
  color: #000000;
  line-height: 24px;
  font-size: 13px;
}

.schedule-item-state-0 {
  background-color: #feeeed;
}

.schedule-item-state-1 {
  background-color: #e7ffea;
}

.schedule-item-state-2 {
  background-color: #e8f4fe;
}

.schedule-body tbody:not(:last-child) {
  border-bottom: solid 2px #ffebc8;
}

/* classPlan */
#classPlan ul.list {
  margin: 0.25rem 0.25rem 0 0;
  padding: 0rem;
  max-height: 9.25rem;
  overflow-x: hidden;
  overflow-y: auto;
}

#classPlan ul.list li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  padding: 0.25rem 0.5rem;
  margin: 0 0.25rem 0.25rem 0;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}

.attendState-0 {
  border: solid 1px #f1584a;
  background-color: #feeeed;
}

.attendState-1 {
  border: solid 1px #36c797;
  background-color: #ebf9f5;
}

.attendState-2 {
  border: solid 1px #1a91f2;
  background-color: #e8f4fe;
}

#detail-sign .table tr td {
  min-width: 1.75rem;
  padding: 0.25rem;
}

.jstree-default ul li {
  margin: 0.5rem 0;
}

.jstree-default .jstree-ocl:before {
  width: 1.5rem;
  display: block;
  font-size: 2rem;
}

.jstree-default .jstree-node {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.jstree-default .jstree-node.jstree-leaf {
  margin-left: 1.5rem;
}

@media (min-width: 992px) {
  .jstree-default .jstree-node {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

#warehouseModal .custom-control.custom-checkbox {
  width: 150px;
  overflow: hidden;
  height: 2rem;
}

#storeChange .bg-in {
  background-color: #d8e0ed;
}

#storeChange .bg-out {
  background-color: #fff4e1;
}

.card,
.card-deck {
  margin-bottom: 2px;
}

.card.mb {
  margin-bottom: 1rem !important;
}

.card-body-table-bg {
  background-color: #f6f7f9;
  padding-top: 0;
}

header.card-header {
  height: 3.5rem;
  overflow: hidden;
}

#details .nav-header {
  height: 3.45rem;
  overflow: hidden;
}

@media (min-width: 992px) {

  .card,
  .card-deck {
    margin-bottom: 1.25rem;
  }

  .card-body-table-bg {
    background-color: #ffffff;
  }

  #details .nav-header {
    height: 3.8rem;
  }
}

header.card-header .nav,
#details .nav-header .nav {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: block;
}

header.card-header .nav .nav-item,
#details .nav .nav-item {
  display: inline-block;
  margin-bottom: 0 !important;
}

header.card-header .nav .nav-item .auto-focus {
  width: 0.0001rem;
  height: 0.0001rem;
  border-width: 0px;
  color: #ffffff;
  cursor: none;
}

/* .has-clearable{
    border: 1px solid rgba(34, 34, 48, 0.1) !important;
    border-radius: 0.25rem !important;
  } */
.has-clearable .close {
  color: #a6abbd !important;
}

.has-clearable .fa-times-circle:hover {
  color: #888c9b !important;
}

.No {
  font-size: 16px;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.outline-0 {
  outline: 0;
}

#toast-container>div {
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
  filter: alpha(opacity=100) !important;
}

.introjs-button {
  color: #ffffff !important;
  background-color: #346cb0 !important;
  text-shadow: none !important;
}

.introjs-disabled {
  opacity: 0.65
}

.introjs-bullets ul li a.active {
  width: 15px;
  background: #346cb0 !important;
}

#attendModal tr:hover button.close {
  display: block;
}

#attendModal .visual-picker-col-3 .visual-picker-figure {
  width: 3rem;
}

@media (min-width: 992px) {
  #attendModal .visual-picker-col-3 .visual-picker-figure {
    width: 4rem;
  }
}

#teacherData .data-item {
  padding-top: .25rem;
  padding-bottom: .25rem;
  cursor: pointer;
}
#teacherData .data-item:hover {
  background-color: #f2f6ff;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
  border-color: #346cb0 !important;
}

.white-space-normal{
  white-space: normal;
}

#comments .img-container{
  max-width: 200px;
  white-space: normal;
}

#comments .fileinput-button{
  color: #346cb0;
}
#comments .fileinput-button .fa{
  line-height: 1.5rem;
}

#comments .record{
  position: absolute;
  z-index: 1090;
  width:8rem; 
  left: 50%;
  margin-left: -4rem;
  padding: 1.5rem 1rem; 
  border-radius: 0.25rem; 
  background-color: #888c9b;
  text-align: center;
  color: #fff;
  display: none;
}
#comments .close{
  position: absolute;
  margin-top: -0.5rem;
  right: 0rem;
  font-size: 1rem;
  color: #ff0000;
  opacity: 0.6;
}

#comments img, .previewImages img{
  width: 48px;
  height: 48px;
  padding: 0.125rem;
  margin-bottom: 3px;
  cursor: pointer;
  object-fit: cover;
  border-radius: .25rem;
}
#comments .topic img, .previewImages img{
  width: 48px !important;
}
.orderRemarks img{
  width: 4rem !important;
  border-radius: 0.25rem;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
}

@media(max-width: 991.98px) {
  #comments img, .previewImages img{
    width: 32% !important;
  }
  #comments .topic img{
    height: auto !important;
  }
  #comments .play{
    width: 64px !important;
    height: 64px !important;
  }
  #comments .rating{    
    font-size: 1.25rem !important;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-top: 0.25rem;
  }  
  #comments .close{
    right: -0.15rem !important;
    font-size: 1.5rem !important;
  }
}

#comments .no-data img {
  width: 68px !important;
  height: 59px !important;
}

#comments .note-editor img {
  width: 100% !important;
  height: 100% !important;
}

#lightGallery-action {
  margin-left: -68px !important;
  bottom: 15px !important;
}

#lightGallery-action a {
  margin: 0 16px 0 0 !important;
  width: 42px !important;
  height: 42px !important;
  font-size: 24px !important;
}

#lightGallery-action a#lightGallery-prev:before, #lightGallery-action a#lightGallery-next:after {
  left: 7px !important;
}

#lightGallery-action a.cLthumb:after {  
  left: 9px !important;
  font-size: 24px !important;
}

#lightGallery_counter {
  bottom: 60px !important;
}

.note-editor.note-frame .note-editing-area .note-editable p, .topic p, .topic div{
  margin-bottom: 0.25rem !important;
  line-height: 24px !important;
}
xmp{
  margin: auto 0;
  color: #000;
  font-size: 14px;
  white-space: normal;
}

#account.form-control, #storeAccount.form-control, #refundAccount.form-control{
  height: auto !important;
}

#account.form-control .custom-control, #storeAccount.form-control .custom-control, #refundAccount.form-control .custom-control{
  margin: 0.5rem 1.5rem;
  margin-left: 0;
}

.dropdown-item.text-danger:hover{
  color: #fff !important;
}

/* SPIN */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  /* -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3) !important; */
  border-radius: 12px;
  background-color: rgb(204, 204, 204);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(155, 155, 155);
}

@media(max-width: 991.98px) {
  ::-webkit-scrollbar {
    width: 4px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }
}

@media (max-width: 991.98px) {
  #printBody label.col-2 {
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }

  #printBody label.col-4 {
    -ms-flex: 0 0 66.666667% !important;
    flex: 0 0 66.666667% !important;
    max-width: 66.666667% !important;
  }
}

#printModalBody table tr td, #printModalBody table thead th { 
  padding: 0.25rem;
  border: solid 1px #000; 
}
#printModalBody tr, #printModal th{white-space: initial;}

.lodop-tip {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background-color: #f6f7f9;
  padding: 1.5rem;
}

.fileupload {
  width: 4.75rem;
  height: 1.9rem;
  border-width: 2px !important;
  overflow: hidden;
}