/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
# Helper
# Wrapper

# Header
# Page - Login

# Front

--------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Main Abstract
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Variables: Fonts
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Variables: Color
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Variables: Size
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Variables: Vendor
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Variables: Placeholder
/*--------------------------------------------------------*/
/*------------------------------------------------------------*/
/* # Font
/*------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Main Abstract
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Main Font
/*--------------------------------------------------------*/
body {
  font-family: "Prompt", serif;
  font-size: 14px; }

/*---------------------------------------------------------
>> # Reset
/*--------------------------------------------------------*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-weight: 400;
  color: #877874; }

.preloader:after {
  background-color: rgba(0, 0, 0, 0.48);
  background-image: url("images/general/loading.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65px;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 99998; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px; }

a {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  color: inherit;
  text-decoration: none; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

ul, ol {
  margin: 0;
  list-style: none;
  padding-left: 0; }

.color-primary {
  color: #f65469; }

.color-red {
  color: #EF3D30; }

.color-blue {
  color: #00b0c2; }

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

.clearfix:before, .clearfix:after {
  clear: both;
  content: '';
  display: block; }

.hide {
  display: none; }

:focus {
  outline: 0; }

input {
  -webkit-appearance: none;
  appearance: none; }

.pos-relative {
  position: relative; }

/*--------------------------------------------------------*/
/* Layout Helper Mixin
/*--------------------------------------------------------*/
.global-wrapper {
  width: 100%;
  height: 100vh; }

.login-wrapper, .member-info-image-placeholder, .member-info-image-real {
  width: 100%;
  height: 100%; }

.login-wrapper .login-container, .login-failed-desc {
  width: 100%; }

.margin-top-0 {
  margin-top: 0 !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.padding-right-10 {
  padding-right: 10px; }

/*--------------------------------------------------------*/
/* Container Mixin
/*--------------------------------------------------------*/
.login-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.member-container, .member-label-container, .desk-container, .subject-container, .course-container, .entry-container, .registration-container, .teacher-schedule-container {
  display: flex;
  max-width: 1200px;
  margin-bottom: 20px; }

.member-info-container, .desk-info-container, .subject-info-container, .course-info-container, .entry-info-container, .registration-info-container, .teacher-schedule-info-container {
  flex: 1 0 0px; }

.member-info-image-placeholder, .member-info-image-real, .registration-member-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

/*--------------------------------------------------------*/
/* Input Base and Mixin
/*--------------------------------------------------------*/
input, select {
  height: 40px;
  line-height: 40px; }

input, select, textarea {
  border: 1px solid rgba(169, 174, 189, 0.3);
  padding: 10px 20px;
  outline: 0; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

label {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: normal;
  border-radius: 0;
  max-width: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }

.form-control.form-double .form-double-inner:last-child, .form-control.form-third .form-third-inner:last-child, .form-control.form-two-third .form-two-third-inner:last-child, .form-control.form-quad .form-quad-inner:last-child, .form-control.form-fifth .form-fifth-inner:last-child, .member-role-selection:last-child {
  margin-right: 0; }

#bo-login-form input[name="log"], #bo-login-form input[name="pwd"], #bo-login-form input[type="submit"] {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #becad6;
  border-radius: 5px;
  padding: 0 12px;
  color: #453635; }
  #bo-login-form input:hover[name="log"], #bo-login-form input:hover[name="pwd"], #bo-login-form input:hover[type="submit"] {
    border-color: #bab4ad; }
  #bo-login-form input:focus[name="log"], #bo-login-form input:focus[name="pwd"], #bo-login-form input:focus[type="submit"] {
    border-color: #f65469; }

.form-section {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  width: 100%;
  border: 1px solid rgba(190, 202, 214, 0.75);
  background: rgba(247, 246, 244, 0.4);
  padding: 20px 18px;
  border-radius: 8px;
  margin-bottom: 20px; }

.form-section:hover {
  box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
  border: 1px solid #becad6; }

.form-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #cecece;
  color: #453635; }

.form-title-binding {
  margin-top: 30px; }

.form-control {
  margin-bottom: 12px; }
  .form-control label {
    display: block;
    color: #f65469; }
  .form-control.form {
    width: 100%; }
    .form-control.form-double .form-double-inner {
      float: left;
      width: calc( ( 100% - 16px ) / 2);
      margin-right: 16px; }
    .form-control.form-third .form-third-inner {
      float: left;
      width: calc( ( 100% - 16px * ( 2 ) ) / 3);
      margin-right: 16px; }
      .form-control.form-third .form-third-inner .form-input.half {
        width: calc( ( 100% - 16px ) / 2);
        margin-right: 16px;
        float: left; }
        .form-control.form-third .form-third-inner .form-input.half:last-child {
          margin-right: 0; }
    .form-control.form-two-third .form-two-third-inner {
      float: left; }
      .form-control.form-two-third .form-two-third-inner.left {
        width: calc( 100% - ( ( 100% - 16px * ( 2 ) ) / 3 ) - 16px);
        margin-right: 16px; }
      .form-control.form-two-third .form-two-third-inner.right {
        width: calc( ( 100% - 16px * ( 2 ) ) / 3); }
    .form-control.form-quad .form-quad-inner {
      float: left;
      width: calc( ( 100% - 16px * ( 3 ) ) / 4);
      margin-right: 16px; }
    .form-control.form-fifth .form-fifth-inner {
      float: left;
      width: calc( ( 100% - 16px * ( 4 ) ) / 5);
      margin-right: 16px; }

.form-input.halfwidth {
  width: 50%; }

.form-input input, .form-input select {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  width: 100%;
  color: #453635;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  padding: 5px 10px; }

.form-input textarea {
  transition: 0.3s border-color;
  -webkit-transition: 0.3s border-color;
  -moz-transition: 0.3s border-color;
  width: 100% !important;
  color: #453635;
  height: 150px;
  line-height: 22px;
  font-size: 14px;
  padding: 10px; }

.form-input select {
  line-height: 1; }

.form-input input::-webkit-input-placeholder, .form-input select::-webkit-input-placeholder, .form-input textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(169, 174, 189, 0.7); }

.form-input input:-moz-placeholder, .form-input select:-moz-placeholder, .form-input textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(169, 174, 189, 0.7); }

.form-input input::-moz-placeholder, .form-input select::-moz-placeholder, .form-input textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(169, 174, 189, 0.7); }

.form-input input:-ms-input-placeholder, .form-input select:-ms-input-placeholder, .form-input textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(169, 174, 189, 0.7); }

.form-input input:hover, .form-input select:hover, .form-input textarea:hover {
  border-color: #bab4ad; }

.form-input input:focus, .form-input select:focus, .form-input textarea:focus {
  border-color: #f65469; }

.form-input input[type="number"]::-webkit-inner-spin-button, .form-input input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }

.form-input .twitter-typeahead:after, .form-input .date-trigger-wrap:after {
  font-family: 'Font Awesome 5 Free';
  width: 24px;
  height: 36px;
  line-height: 36px;
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 20px;
  opacity: 0.75;
  pointer-events: none;
  color: #f65469; }

.form-input .twitter-typeahead:after {
  content: '\f002';
  font-weight: 900; }

.form-input .date-trigger-wrap {
  display: block;
  position: relative; }
  .form-input .date-trigger-wrap:after {
    content: '\f073'; }

.form-input.onload .twitter-typeahead:after {
  display: none; }

.form-input.halfwidth {
  width: 50%; }

.form-input .input-disabled {
  background-color: #EBEBE4;
  pointer-events: none; }

.form-input .invalidate {
  border-color: rgba(239, 61, 48, 0.55) !important; }

.form-input .error-text {
  font-size: 12px;
  color: #EF3D30;
  display: block;
  margin-top: 5px; }

.date-clear, .date-today {
  float: right;
  margin-top: 4px;
  margin-right: 2px; }

.date-today {
  margin-right: 8px;
  color: #00b0c2; }
  .date-today:hover {
    color: #00c3d6; }

.date-clear {
  color: #EF3D30; }
  .date-clear:hover {
    color: #f04f43; }

.bg-select {
  background: rgba(246, 84, 105, 0.5) !important; }

/*--------------------------------------------------------*/
/* Tools
/*--------------------------------------------------------*/
.toolsbar {
  height: 48px;
  line-height: 48px;
  padding-right: 16px;
  border-bottom: 1px solid #d8d1ca; }

.fade {
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  opacity: 0; }
  .fade.in {
    opacity: 1; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0; }

.tooltip-arrow {
  display: none !important; }

.tooltip-inner {
  background-color: #4e5255;
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  border-radius: 4px; }

.tooltip.in {
  opacity: 1 !important; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
  margin-bottom: 5px !important; }

.tools-item, #attendance-table .firm-box, #teacher-receipt-table .firm-box, .at-box, #front-student-attendance-table .firm-box, .front-receipt-table .tr-item .summary .check-con .check-con-item .firm-box {
  height: 20px;
  width: 20px;
  opacity: .54;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px; }

.tools-item:hover, #attendance-table .firm-box:hover, #teacher-receipt-table .firm-box:hover, .at-box:hover, #front-student-attendance-table .firm-box:hover, .front-receipt-table .tr-item .summary .check-con .check-con-item .firm-box:hover {
  opacity: 0.87; }

.tools-item::before, #attendance-table .firm-box::before, #teacher-receipt-table .firm-box::before, .at-box::before, #front-student-attendance-table .firm-box::before, .front-receipt-table .tr-item .summary .check-con .check-con-item .firm-box::before {
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  transition: 0.15s transform, opacity cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  bottom: -10px;
  left: -10px;
  right: -10px;
  top: -10px;
  background: none;
  border-radius: 50%;
  box-sizing: border-box;
  transform: scale(0); }

.pagination-number {
  position: relative;
  font-size: 12px; }

.all-box .tools-item::before, .all-box #attendance-table .firm-box::before, #attendance-table .all-box .firm-box::before, .all-box #teacher-receipt-table .firm-box::before, #teacher-receipt-table .all-box .firm-box::before, .all-box .at-box::before, .all-box #front-student-attendance-table .firm-box::before, #front-student-attendance-table .all-box .firm-box::before, .all-box .front-receipt-table .tr-item .summary .check-con .check-con-item .firm-box::before, .front-receipt-table .tr-item .summary .check-con .check-con-item .all-box .firm-box::before, .text-tool .tools-item::before, .text-tool #attendance-table .firm-box::before, #attendance-table .text-tool .firm-box::before, .text-tool #teacher-receipt-table .firm-box::before, #teacher-receipt-table .text-tool .firm-box::before, .text-tool .at-box::before, .text-tool #front-student-attendance-table .firm-box::before, #front-student-attendance-table .text-tool .firm-box::before, .text-tool .front-receipt-table .tr-item .summary .check-con .check-con-item .firm-box::before, .front-receipt-table .tr-item .summary .check-con .check-con-item .text-tool .firm-box::before {
  content: '';
  height: 180%;
  position: absolute;
  top: -44%;
  left: -25%;
  width: 150%;
  border-radius: 4px; }

.tools-item::after, #attendance-table .firm-box::after, #teacher-receipt-table .firm-box::after, .at-box::after, #front-student-attendance-table .firm-box::after, .front-receipt-table .tr-item .summary .check-con .check-con-item .firm-box::after {
  content: '';
  height: 180%;
  position: absolute;
  top: -44%;
  left: -25%;
  width: 150%;
  border-radius: 4px; }

.tools-item:hover::before, #attendance-table .firm-box:hover::before, #teacher-receipt-table .firm-box:hover::before, .at-box:hover::before, #front-student-attendance-table .firm-box:hover::before, .front-receipt-table .tr-item .summary .check-con .check-con-item .firm-box:hover::before {
  background-color: rgba(32, 33, 36, 0.085);
  border: none;
  box-shadow: none;
  opacity: 1;
  transform: scale(0.9); }

.tools-item:active::before, #attendance-table .firm-box:active::before, #teacher-receipt-table .firm-box:active::before, .at-box:active::before, #front-student-attendance-table .firm-box:active::before, .front-receipt-table .tr-item .summary .check-con .check-con-item .firm-box:active::before {
  background-color: rgba(32, 33, 36, 0.14); }

.tools-item.disabled, #attendance-table .disabled.firm-box, #teacher-receipt-table .disabled.firm-box, .disabled.at-box, #front-student-attendance-table .disabled.firm-box, .front-receipt-table .tr-item .summary .check-con .check-con-item .disabled.firm-box {
  opacity: 0.25;
  cursor: default;
  pointer-events: none; }

.tools-item.disabled::before, #attendance-table .disabled.firm-box::before, #teacher-receipt-table .disabled.firm-box::before, .disabled.at-box::before, #front-student-attendance-table .disabled.firm-box::before, .front-receipt-table .tr-item .summary .check-con .check-con-item .disabled.firm-box::before {
  transform: scale(0) !important; }

.tools-item-container {
  display: inline-block;
  margin-left: 15px; }

.paginate-arrow.disabled {
  cursor: default;
  pointer-events: none; }

.all-box {
  position: relative; }

.all-box .box-count {
  font-size: 10px;
  position: absolute;
  right: -3px;
  top: 6px;
  line-height: 18px;
  width: 18px;
  height: 18px;
  text-align: center;
  background: #453635;
  border-radius: 50%;
  color: white;
  pointer-events: none; }

.box-container {
  height: 100%;
  padding-right: 8px;
  margin-right: 8px;
  margin-left: 5px; }

.box-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.text-tool {
  vertical-align: middle;
  padding: 2px 10px;
  border-radius: 3px;
  position: relative;
  top: 1px; }

.right-toolsbar {
  height: 48px;
  float: right; }

.right-toolsbar a#save, .right-toolsbar a#edit, .right-toolsbar a#preview {
  color: white !important; }

.toolsbar-commands {
  margin-left: 15px;
  margin-right: 15px; }

.image-selection-box {
  border: 3px dashed #d8d1ca;
  background-position: center center;
  background-repeat: no-repeat; }

.tools-sub-box {
  transition: all 0.2 ease;
  -webkit-transition: all 0.2 ease;
  -moz-transition: all 0.2 ease;
  box-shadow: "0 0.313rem 0.719rem rgba(0,123,255,.1), 0 0.156rem 0.125rem rgba(0,0,0,.06)";
  -webkit-box-shadow: "0 0.313rem 0.719rem rgba(0,123,255,.1), 0 0.156rem 0.125rem rgba(0,0,0,.06)";
  -moz-box-shadow: "0 0.313rem 0.719rem rgba(0,123,255,.1), 0 0.156rem 0.125rem rgba(0,0,0,.06)";
  padding: 15px;
  border-radius: 8px;
  background: white;
  border: 1px solid #becad6;
  position: absolute;
  width: 200px;
  z-index: 999;
  margin-top: -5px;
  margin-left: -15px;
  line-height: 22px;
  display: none; }

.tools-sub-box.big-sub-box {
  width: 240px; }

.tools-sub-box.active {
  display: block; }

.tools-submit-btn {
  display: inline-block;
  line-height: 36px;
  padding: 0px;
  border-radius: 4px;
  width: 100%;
  text-align: center; }

.tools-label {
  margin-bottom: 13px; }

.tools-label .label-box {
  height: 20px;
  width: 20px;
  opacity: .54;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url(images/tools/checkbox-rest.png);
  float: left; }

.tools-label .label-box.active {
  background-image: url(images/tools/checkbox-check.png); }

.tools-label .label-label {
  float: left;
  margin-left: 12px;
  width: calc( 100% - 32px); }

.tools-label-container {
  overflow-y: overlay;
  max-height: 160px;
  padding-right: 22px; }

.tools-separator {
  display: inline-block;
  padding-left: 15px;
  border-right: 1px solid #cecece;
  height: 24px;
  top: 8px;
  position: relative; }

.boxes, #attendance-table .firm-box, #teacher-receipt-table .firm-box, .at-box, #front-student-attendance-table .firm-box, .front-receipt-table .tr-item .summary .check-con .check-con-item .firm-box {
  background-image: url("images/tools/checkbox-rest.png"); }

.boxes.active, #attendance-table .active.firm-box, #teacher-receipt-table .active.firm-box, .active.at-box, #front-student-attendance-table .active.firm-box, .front-receipt-table .tr-item .summary .check-con .check-con-item .active.firm-box {
  background-image: url("images/tools/checkbox-check.png"); }

.boxes.active.red, #attendance-table .active.red.firm-box, #teacher-receipt-table .active.red.firm-box, .active.red.at-box, #front-student-attendance-table .active.red.firm-box, .front-receipt-table .tr-item .summary .check-con .check-con-item .active.red.firm-box {
  background-image: url("images/tools/checkbox-check-red.png"); }

#all-boxes.active {
  background-image: url("images/tools/checkbox-clear.png"); }

#all-boxes.full {
  background-image: url("images/tools/checkbox-check.png"); }

#refresh {
  background-image: url("images/tools/refresh-icon.png"); }

#add {
  background-image: url("images/tools/add-icon.png"); }

#cancel {
  background-image: url("images/tools/cancel-icon.png"); }

#delete {
  background-image: url("images/tools/delete-icon.png"); }

#previous {
  background-image: url("images/tools/previous-icon.png"); }

#next {
  background-image: url("images/tools/next-icon.png"); }

#filter {
  background-image: url("images/tools/filter-icon.svg"); }

#filter.active {
  background-image: url("images/tools/filter-icon-pink.svg"); }

#product-selector {
  background-image: url("images/order/product-selector-icon.png"); }

#print {
  background-image: url("images/tools/print-icon.png"); }

#status {
  background-image: url("images/tools/status-icon.png"); }

#label {
  background-image: url("images/tools/label-icon.png"); }

#starred {
  background-image: url("images/tools/star-icon.png"); }

#recover {
  background-image: url("images/tools/recover-icon.png"); }

#approve {
  background-image: url("images/tools/approve-icon.png"); }

#courier {
  background-image: url("images/tools/courier-icon.png"); }

#export {
  background-image: url("images/tools/export-icon.png"); }

#move {
  background-image: url("images/tools/move-icon.png"); }

#no_continue {
  background-image: url("images/tools/close-icon.png"); }

.tools-holiday-notice {
  padding: 5px 10px;
  background: #ba2c3b;
  color: white;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 15px;
  display: none; }

/*--------------------------------------------------------*/
/* Button
/*--------------------------------------------------------*/
.basic-button, .icon-button, .member-role-selection, .bottom-delete-btn, #filter-save, #filter-record {
  font-size: 14px;
  background-color: #f65469;
  color: white;
  margin-left: 10px;
  padding: 3px 20px;
  border-radius: 3px; }
  .basic-button:hover, .icon-button:hover, .member-role-selection:hover, .bottom-delete-btn:hover, #filter-save:hover, #filter-record:hover {
    background-color: #f7677a; }

.icon-button, .member-role-selection {
  margin-left: 0; }
  .icon-button i, .member-role-selection i {
    margin-right: 8px; }

.bottom-delete-btn {
  background-color: #453635;
  float: right; }
  .bottom-delete-btn:hover {
    background-color: #534140; }

.pdf-button {
  padding: 8px 30px;
  margin: 0;
  margin-top: 8px;
  display: inline-block;
  background-color: #00b0c2; }
  .pdf-button:hover {
    background-color: #00c3d6; }

/*--------------------------------------------------------*/
/* Colorpicker
/*--------------------------------------------------------*/
.example-colorpick {
  font-size: 12px;
  line-height: 36px;
  padding: 1px 10px;
  text-transform: capitalize;
  border-radius: 3px; }

.pcr-app {
  box-shadow: #dadce0 1px 0px 0px inset, #dadce0 -1px 0px 0px inset, rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.1) 0px 1px 3px 1px !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  font-family: 'Prompt' !important; }

.pcr-app .pcr-interaction .pcr-save {
  background: #f65469 !important; }

.pcr-app .pcr-interaction .pcr-cancel, .pcr-app .pcr-interaction .pcr-clear {
  background: #453635 !important; }

.pcr-app .pcr-interaction input:focus {
  box-shadow: none !important; }

.pcr-app input {
  height: auto; }

/*--------------------------------------------------------*/
/* On Off Switch
/*--------------------------------------------------------*/
.onoffswitch {
  position: relative;
  width: 72px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  top: 7px; }

.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  margin: 0; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 20px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #F65469;
  color: #FFFFFF; }

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 26px;
  margin: -2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 48px;
  border: 1px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

/*--------------------------------------------------------*/
/* TABLE
/*--------------------------------------------------------*/
.bo-table, .registration-day-table {
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
  color: #453635;
  margin-bottom: 20px; }

.bo-table.fullwidth-table, .fullwidth-table.registration-day-table {
  width: 100%; }

.bo-table thead, .registration-day-table thead {
  color: white; }

.bo-table th, .registration-day-table th {
  position: sticky;
  top: 0;
  background-color: #f65469 !important;
  font-size: 14px;
  z-index: 9;
  font-weight: normal; }

.bo-table th, .registration-day-table th, .bo-table td, .registration-day-table td {
  padding: 8px 0;
  padding-right: 8px;
  border: 0;
  vertical-align: top;
  text-align: left; }

.bo-table td, .registration-day-table td {
  padding: 10px 0; }

.bo-table tr, .registration-day-table tr {
  transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  border-bottom: 1px solid #d8d1ca; }

.bo-table tbody tr:hover, .registration-day-table tbody tr:hover {
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  -moz-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  z-index: 1; }

.bo-table tbody tr.active, .registration-day-table tbody tr.active {
  background: rgba(255, 122, 140, 0.2); }

.bo-table td:not(.table-box), .registration-day-table td:not(.table-box) {
  padding-right: 15px; }

.bo-table .table-box, .registration-day-table .table-box {
  width: 63px;
  padding-left: 1px; }

.bo-table .table-first-blank, .registration-day-table .table-first-blank {
  width: 20px; }

.bo-table .table-item-view, .registration-day-table .table-item-view {
  background-image: url("images/tools/view-icon.png"); }

.bo-table .table-item, .registration-day-table .table-item {
  height: 20px;
  width: 20px;
  opacity: .54;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px; }
  .bo-table .table-item:hover, .registration-day-table .table-item:hover {
    opacity: 0.9; }

.bo-table .table-member-image, .registration-day-table .table-member-image {
  width: 50px;
  border-radius: 50%; }

.bo-table .table-image, .registration-day-table .table-image {
  width: 65px; }
  .bo-table .table-image a, .registration-day-table .table-image a {
    display: block; }
    .bo-table .table-image a:hover, .registration-day-table .table-image a:hover {
      opacity: 0.9; }

.example-colorpick.in-table {
  line-height: unset; }

.bo-table .course-end-in, .registration-day-table .course-end-in {
  width: 90px; }

/*--------------------------------------------------------*/
/* Not Found
/*--------------------------------------------------------*/
.not-found-text {
  font-size: 24px;
  padding-left: 15px;
  padding-top: 30px; }

/*--------------------------------------------------*/
/* MEDIA
/*--------------------------------------------------*/
.back-office .media-modal {
  max-width: 1400px;
  margin: 0 auto; }

.back-office .media-modal-close .screen-reader-text, .back-office .attachments-browser .screen-reader-text {
  display: none !important; }

.back-office .media-frame, .back-office .media-modal {
  font-family: 'Prompt'; }

.back-office .media-frame-title h1 {
  color: #453635; }

.back-office .media-modal-close:active, .back-office .media-modal-close:hover {
  color: #f65469; }

.back-office .media-modal-close:focus {
  color: #f7677a;
  border: 0;
  box-shadow: none; }

.back-office .media-button-select:disabled {
  opacity: 0.6; }

.back-office .media-button-select {
  background: #f65469 !important;
  border: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-transform: capitalize;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2 ease;
  -moz-transition: all 0.2s ease; }

.back-office .media-button-select:active, .back-office .media-button-select:hover, .back-office .media-button-select:focus {
  background: #f7677a !important;
  border: 0 !important;
  box-shadow: none !important;
  vertical-align: top; }

.back-office .attachment-details {
  outline: 0 !important; }

.back-office .attachments-browser .media-toolbar, .back-office .post-upload-ui {
  display: none !important; }

.back-office .attachments-browser .attachments {
  top: 10px; }

.back-office .media-frame-actions-heading, .back-office .media-frame-content .edit-attachment {
  display: none; }

.back-office .media-router .media-menu-item:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  color: #f65469;
  outline: 0; }

.back-office .media-router .media-menu-item.active, .back-office .media-router .media-menu-item:active, .back-office .media-router .media-menu-item:hover {
  color: #f65469; }

.back-office .media-frame-content button.button-hero {
  color: #f65469;
  border-color: #f65469; }
  .back-office .media-frame-content button.button-hero:focus {
    box-shadow: 0 0 0 1px #f7677a;
    -webkit-box-shadow: 0 0 0 1px #f7677a;
    -moz-box-shadow: 0 0 0 1px #f7677a;
    outline: 0; }

/*--------------------------------------------------------*/
/* Datepicker
/*--------------------------------------------------------*/
.datepicker-input {
  position: relative; }

.datepicker-input .datepicker-inline {
  display: none !important;
  width: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 62px;
  background: white;
  border: 1px solid #cecece;
  box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
  z-index: 999;
  color: #453635; }

.datepicker-input.datepicker-left .datepicker-inline {
  left: 0;
  right: unset; }

.datepicker-input .datepicker-inline.active {
  display: block !important; }

.datepicker-input .datepicker-inline .datepicker-months, .datepicker-input .datepicker-inline .datepicker-years {
  min-width: 217px; }

.datepicker table tr td.active.active, .datepicker table tr td .active {
  background-color: #f65469 !important; }

/*--------------------------------------------------------*/
/* Typeahead
/*--------------------------------------------------------*/
.typeahead-input .twitter-typeahead {
  display: block !important;
  width: 80%; }

.typeahead-input.fullwidth .twitter-typeahead {
  width: 100%; }

.typeahead-input .tt-menu, .typeahead-address .tt-menu {
  width: 100%;
  background: white;
  border: 1px solid #f65469;
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.1);
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.1);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden; }

.typeahead-input .tt-suggestion, .typeahead-input .empty-message, .typeahead-address .tt-suggestion {
  transition: all ease .15s;
  -webkit-transition: all ease .15s;
  -moz-transition: all ease .15s;
  border-bottom: 1px solid #d8d1ca;
  margin: 0;
  padding: 7px 10px;
  font-size: 13px;
  cursor: pointer;
  background: transparent; }

.typeahead-address .tt-suggestion {
  padding: 10px; }

.typeahead-input .empty-message {
  font-size: 14px; }

.typeahead-input .tt-suggestion:last-child, .typeahead-address .tt-suggestion:last-child {
  border-bottom: 0; }

.typeahead-input .tt-suggestion:hover, .typeahead-input .tt-cursor, .typeahead-address .tt-suggestion:hover, .typeahead-address .tt-cursor {
  background-color: rgba(255, 122, 140, 0.2); }

.typeahead-address .tt-menu {
  color: #453635; }

.educational-typeahead-item p {
  margin: 0;
  font-size: 14px;
  color: #453635; }

.educational-typeahead.tt-input {
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 20px; }

.educational-typeahead.tt-input.loading {
  background-image: url(images/general/loading.svg); }

.educational-total-purchase-tag {
  display: inline-block;
  border-radius: 3px;
  background: #453635;
  color: white;
  padding: 1px 10px;
  text-transform: capitalize; }

.twitter-typeahead .empty-message {
  font-size: 14px;
  color: #453635; }
  .twitter-typeahead .empty-message span {
    float: right;
    background-color: #f65469;
    color: white;
    border-radius: 6px;
    margin-bottom: 2px;
    padding: 3px 15px;
    font-size: 14px;
    cursor: pointer;
    line-height: 16px; }
    .twitter-typeahead .empty-message span:hover {
      background-color: #f7677a; }

/*--------------------------------------------------------*/
/* Dataset
/*--------------------------------------------------------*/
.member-dataset-item, .member-dataset-item-choose {
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  border: 1px solid #d8d1ca;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 14px;
  background: white;
  margin-right: 5px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 13px; }
  .member-dataset-item:hover, .member-dataset-item-choose:hover {
    background: rgba(255, 255, 255, 0.6);
    border-color: #bab4ad; }
  .selected.member-dataset-item, .selected.member-dataset-item-choose {
    opacity: 0.4; }

.member-dataset-item-choose {
  position: relative;
  padding: 5px 35px 4px 14px;
  cursor: move; }

.member-dataset-item-remove {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  position: absolute;
  width: 16px;
  height: 16px;
  background: white;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  line-height: 13px;
  text-align: center;
  color: #EF3D30;
  border: 1px solid #EF3D30;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer; }
  .member-dataset-item-remove:hover {
    background: #EF3D30;
    color: white; }

#member-filter-save-container {
  position: absolute;
  top: 48px;
  right: 5px;
  width: 320px;
  height: auto;
  max-height: calc( 100vh - 220px);
  border: 1px solid #f7677a;
  border-radius: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999;
  margin-bottom: 0;
  background: white;
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  padding-top: 10px;
  padding-right: 15px; }

/*--------------------------------------------------------*/
/* Animated Effect
/*--------------------------------------------------------*/
.main-nav ul > li:after {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  content: ' ';
  position: absolute;
  display: block;
  border-top: 3px solid #f65469;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  box-sizing: border-box;
  opacity: 0;
  z-index: 1002; }

.main-nav ul > li:hover:after, .main-nav ul > li.active:after {
  width: 100%;
  opacity: 1; }

/*------------------------------------------------------------*/
/* # Wrapper
/*------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Wrapper
/*--------------------------------------------------------*/
html, body {
  overflow-y: hidden;
  overflow: hidden !important; }

.global-wrapper {
  overflow-y: hidden; }

.content-wrapper {
  width: 100%;
  height: calc( 100% - 70px);
  position: fixed;
  top: 70px; }

.thebox .content-wrapper {
  height: calc( 100% - 75px); }

.sidebar-wrapper {
  width: 256px;
  overflow-y: auto;
  height: 100%;
  border-right: 1px solid #d8d1ca;
  float: left; }

.data-wrapper {
  width: calc( 100% - 256px);
  height: 100%;
  overflow-y: auto; }
  .data-wrapper.fullwidth {
    width: 100%; }

/*------------------------------------------------------------*/
/* # Container
/*------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Main Header
/*--------------------------------------------------------*/
.main-header {
  position: fixed;
  border-top: 1px solid #d8d1ca;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background-color: white;
  font-size: 16px; }
  .main-header:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 68px;
    border-bottom: 1px solid #d8d1ca;
    width: 100%; }

.header-left {
  width: 50%; }

.main-logo {
  width: 256px;
  padding-left: 20px;
  padding-right: 5px;
  line-height: 69px;
  border-right: 1px solid #d8d1ca;
  margin-right: 5px;
  background-color: #f65469;
  text-align: left;
  float: left; }
  .main-logo img {
    width: 40px; }

.main-user {
  line-height: 69px;
  float: right;
  padding-right: 20px; }
  .main-user span {
    text-transform: capitalize;
    font-weight: bold; }
  .main-user a {
    color: #f65469;
    margin-left: 15px; }
    .main-user a .account-trigger {
      display: flex;
      justify-content: center;
      align-items: center; }
      .main-user a .account-trigger span {
        margin-right: 12px;
        flex: 1; }
      .main-user a .account-trigger i {
        margin-right: 8px;
        flex: 1;
        bottom: 1px !important; }
  .main-user a .front-submenu:hover {
    text-decoration: underline;
    color: #f7677a; }

.back-office .main-user .back-hello a {
  margin-left: 15px; }

@media screen and (min-width: 1321px) {
  .back-office .account-trigger-container {
    display: none; }
  .back-office .front-submenu {
    display: none !important; } }

@media screen and (max-width: 1320px) {
  .back-office .main-nav,
  .back-office .back-hello {
    display: none; }
  .back-office .main-user {
    display: flex; } }

/*--------------------------------------------------------*/
/* Main Nav
/*--------------------------------------------------------*/
.main-nav {
  float: left; }
  .main-nav ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 69px;
    margin-right: 1px; }
  .main-nav ul > li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 69px;
    margin-right: 1px;
    float: left;
    position: relative; }
    .main-nav ul > li > a {
      font-weight: 600;
      display: inline-block;
      padding: 24px 20px;
      line-height: 21px; }
    .main-nav ul > li.active > a {
      color: #f65469; }
    .main-nav ul > li:hover > a {
      transition: border-bottom 0s;
      -webkit-transition: border-bottom 0s;
      -moz-transition: border-bottom 0s;
      position: relative;
      z-index: 1001;
      color: #f65469; }
  @media screen and (max-width: 1200px) {
    .main-nav {
      max-width: 460px;
      overflow-x: auto; }
      .main-nav ul {
        display: flex; }
        .main-nav ul li {
          float: none;
          flex: 0 0 auto; } }

/*--------------------------------------------------------*/
/* Sidebar
/*--------------------------------------------------------*/
.sidebar-container {
  padding-top: 30px;
  padding-bottom: 20px; }
  .sidebar-container > ul > li.sidebar-heading {
    color: #453635;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px; }
    .sidebar-container > ul > li.sidebar-heading:not(:first-child) {
      margin-top: 20px; }
  .sidebar-container > ul > li:hover a, .sidebar-container > ul > li.active a {
    background-color: #e8eaed;
    color: #f65469; }
  .sidebar-container > ul > li > a {
    padding: 5px 20px 5px 35px;
    margin-bottom: 1px;
    font-size: 14px;
    line-height: 22px;
    display: block; }
    .sidebar-container > ul > li > a > span {
      float: right;
      font-size: 12px;
      height: 22px;
      line-height: 22px;
      display: block; }
      .sidebar-container > ul > li > a > span:first-child {
        float: left;
        font-size: 14px;
        max-width: 150px;
        height: auto;
        position: relative; }
  .sidebar-container > ul > li.sub a {
    padding-left: 55px; }

/*--------------------------------------------------------*/
/* Breadcrumb
/*--------------------------------------------------------*/
.breadcrumb-container {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  height: 41px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f7f6f4;
  border-bottom: 1px solid #d8d1ca; }

.breadcrumb {
  width: 100%;
  overflow: hidden;
  height: 41px;
  line-height: 41px;
  z-index: 1003; }

.breadcrumb-item {
  padding-right: 15px;
  float: left;
  font-size: 14px; }
  .breadcrumb-item.with-arrow span, .breadcrumb-item.with-arrow a {
    padding-left: 5px; }
  .breadcrumb-item.with-arrow:before {
    font: normal normal normal 14px "Font Awesome 5 Free";
    content: "\f105";
    color: #877874;
    font-weight: 900;
    position: relative;
    top: 1px; }

/*--------------------------------------------------------*/
/* Content Container
/*--------------------------------------------------------*/
.content-container {
  width: 100%;
  height: calc( 100% - 41px);
  padding-left: 20px; }

.attendance-schedule-wrapper {
  height: calc( 100vh - 74px);
  overflow-y: hidden; }

.data-outer-container {
  margin-top: 2px;
  width: 100%;
  overflow-y: auto;
  height: calc( 100vh - 70px - 41px - 48px - 2px);
  border-top: 1px solid #d8d1ca; }
  .data-outer-container.calendar-open {
    overflow: hidden; }

.data-container {
  width: 100%;
  padding: 20px 20px 0 10px; }

/*------------------------------------------------------------*/
/* # Page - Login
/*------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Login Page
/*--------------------------------------------------------*/
.login-wrapper {
  background-color: #FAFAFA;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/login-bg.jpg); }
  .login-wrapper .login-container {
    max-width: 340px; }
    .login-wrapper .login-container .login-logo {
      margin-bottom: 25px;
      text-align: center; }
      .login-wrapper .login-container .login-logo img {
        max-width: 180px; }

#bo-login-form p {
  margin: 0 0 15px 0; }
  #bo-login-form p label {
    display: block;
    margin-bottom: 5px;
    color: #f65469; }

#bo-login-form input[name="log"], #bo-login-form input[name="pwd"] {
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s; }
  #bo-login-form input[name="log"]:hover, #bo-login-form input[name="pwd"]:hover {
    border-color: #8fa4b8; }
  #bo-login-form input[name="log"]:focus, #bo-login-form input[name="pwd"]:focus {
    box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
    outline: 0;
    border-color: #f65469; }

#bo-login-form input[type="submit"] {
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: white;
  background-color: #f65469; }
  #bo-login-form input[type="submit"]:hover {
    box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
    background-color: #f7677a; }

#bo-login-form .login-submit {
  margin-bottom: 10px; }

#bo-login-form .login-remember {
  display: none; }

.login-failed-desc {
  display: block;
  text-align: center;
  color: #EF3D30;
  font-size: 12px; }

/*------------------------------------------------------------*/
/* # Page - Member
/*------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Member Main
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Member Container
/*--------------------------------------------------------*/
.member-label-container, .faculty-container, .school-container {
  max-width: 850px;
  width: 100%;
  display: block; }

/*--------------------------------------------------------*/
/* Member Info
/*--------------------------------------------------------*/
.member-info-box {
  padding-top: 15px;
  padding-left: 10px; }

.member-info-box-left {
  float: left;
  width: 250px;
  margin-right: 50px; }
  .member-info-box-left .error-text {
    color: #EF3D30;
    width: 100%;
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 12px; }

.member-info-box-right {
  float: right;
  width: calc( 100% - 250px - 50px); }

.member-info-image {
  transition: 0.3s border-color;
  -webkit-transition: 0.3s border-color;
  -moz-transition: 0.3s border-color;
  width: 100%;
  height: 250px;
  border-radius: 50%;
  border: 3px dashed rgba(169, 174, 189, 0.3);
  background-color: white;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  .member-info-image.invalidate {
    border-color: rgba(239, 61, 48, 0.55); }
  .member-info-image:hover {
    border-color: #bab4ad; }
    .member-info-image:hover .member-info-image-placeholder {
      opacity: 1; }

.member-info-image-placeholder {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  background-size: unset;
  background-image: url("images/placeholder/member-image-add.png");
  opacity: 0.7; }

.member-info-image-real {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  position: absolute;
  left: 1.5%;
  top: 1.5%;
  width: 97%;
  height: 97%;
  border-radius: 50%; }

/*--------------------------------------------------------*/
/* Member Role
/*--------------------------------------------------------*/
.member-role-box {
  margin-bottom: 8px; }
  .member-role-box .error-text {
    color: #EF3D30;
    width: 100%;
    display: block;
    margin-top: 10px;
    font-size: 12px;
    float: left; }

.member-role-selection {
  width: 100%;
  margin-bottom: 12px;
  text-align: center;
  line-height: 36px;
  height: 40px;
  display: block;
  padding: 2px 30px;
  margin-right: 15px;
  border: 1px dotted #f65469;
  background-color: white;
  color: #f65469;
  font-weight: bold; }
  .member-role-selection:hover, .member-role-selection.active {
    background-color: #f65469;
    color: white; }

#bo-member-role > .form-control {
  margin-bottom: 0; }

.member-label-form-control {
  display: flex;
  flex-flow: row wrap;
  gap: 20px; }
  .member-label-form-control .form-input {
    flex: 0 0 calc(50% - 10px); }

/*--------------------------------------------------------*/
/* Student Info
/*--------------------------------------------------------*/
.student-goal-box {
  padding: 0;
  margin-bottom: 10px;
  background: white;
  display: flex; }

.student-goal-box-order {
  float: left;
  width: 42px;
  font-size: 16px;
  background-color: #f65469;
  color: white;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px; }

.student-goal-box-content {
  padding: 12px 15px;
  float: left;
  width: calc( 100% - 42px); }

/*--------------------------------------------------------*/
/* Member Label Table
/*--------------------------------------------------------*/
#member_label-table .label-name {
  width: 400px; }

#member_label-table td.label-name a {
  color: #f65469; }
  #member_label-table td.label-name a:hover {
    color: #f7677a; }

/*--------------------------------------------------------*/
/* Member Filter
/*--------------------------------------------------------*/
#filter-form {
  position: relative;
  margin-top: 2px;
  width: 100%;
  overflow-y: auto;
  height: calc( ( 100vh - 166px ));
  background-color: #f7f6f4;
  border: 1px solid #d8d1ca;
  padding: 0 0 15px 0;
  color: #453635; }

.filter-header {
  padding: 10px 15px 5px 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  position: sticky;
  top: 0;
  z-index: 1001;
  background-color: #FAFAFA; }

.filter-heading {
  color: #453635;
  float: left;
  margin: 0;
  font-size: 18px; }

#member-filter-swapper {
  display: inline-block;
  position: relative;
  cursor: pointer;
  left: 10px;
  top: 6px;
  color: #f65469; }
  #member-filter-swapper:hover {
    color: #f7677a; }

#record_filter {
  display: inline-block;
  line-height: 32px;
  padding: 0 24px;
  border-radius: 4px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 14px;
  color: white;
  width: 100%;
  background-color: #f65469; }
  #record_filter:hover {
    background-color: #f7677a; }

#filter-save, #filter-record {
  float: right;
  color: white;
  margin-left: 10px; }

.filter-section {
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 30px; }

.filter-subhead {
  width: 100%;
  margin: 10px 0 15px 0;
  font-size: 15px;
  border-bottom: 1px dashed #cccccc;
  color: #453635;
  float: left; }
  .filter-subhead:first-child {
    margin-top: 0; }
  .filter-subhead.color-primary {
    color: #f65469; }

.filter-container label {
  font-size: 13px; }

.form-member-filter-keyword {
  width: calc( ( ( ( 100% - 60px ) / 5 ) * 2 ) + 15px);
  float: left; }

.member_filter-table {
  margin-bottom: 20px; }

#member_filter-table tbody {
  cursor: move; }

#member_filter-table .form-input input {
  max-width: 340px;
  font-size: 12px;
  line-height: 12px;
  height: 28px; }

.member-filter-menu-select .form-input {
  width: 140px; }

.member-filter-menu-select select {
  line-height: 12px;
  height: 28px;
  font-size: 12px; }

.member-filter-color {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #767676;
  border-radius: 50%; }

.sidebar-container > ul > li.preset-filter-sidebar-item > a .preset-filter-sidebar-color {
  content: '';
  width: 8px;
  height: 8px;
  background: attr(data-color);
  position: absolute;
  left: -15px;
  top: 7px;
  border-radius: 50%; }

/*--------------------------------------------------------*/
/* Student Redistration Table
/*--------------------------------------------------------*/
#registration-table .regis-code {
  color: #f65469; }
  #registration-table .regis-code:hover {
    color: #f7677a; }

/*--------------------------------------------------------*/
/* Teacher Redistration Table
/*--------------------------------------------------------*/
#teacher-registration-table .regis-code {
  color: #f65469; }
  #teacher-registration-table .regis-code:hover {
    color: #f7677a; }

/*--------------------------------------------------------*/
/* Attendance Table
/*--------------------------------------------------------*/
#attendance-table td:not(.table-box), #attendance-table th:not(.table-box) {
  padding: 8px 8px; }

#attendance-table .center {
  text-align: center;
  border-right: 1px dashed #cccccc; }

#attendance-table .bleft {
  border-left: 1px dashed #cccccc; }

#attendance-table .firm-box {
  pointer-events: none; }

#teacher-receipt-table {
  margin-bottom: 5px; }
  #teacher-receipt-table td:not(.table-box), #teacher-receipt-table th:not(.table-box) {
    padding: 8px 8px; }
  #teacher-receipt-table .center {
    text-align: center;
    border-right: 1px dashed #cccccc; }
  #teacher-receipt-table .bleft {
    border-left: 1px dashed #cccccc; }
  #teacher-receipt-table .firm-box {
    pointer-events: none; }
  #teacher-receipt-table td.first, #teacher-receipt-table th.first {
    padding-left: 12px; }
  #teacher-receipt-table td.regiscode {
    color: #f65469; }
    #teacher-receipt-table td.regiscode:hover {
      color: #f7677a; }
  #teacher-receipt-table td.price, #teacher-receipt-table th.price {
    width: 150px; }

.color-black {
  color: #453635;
  margin-top: 5px;
  margin-bottom: 5px; }

.teacher-summary-item {
  margin-bottom: 5px;
  border: 1px solid #cecece;
  padding: 5px;
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  -moz-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15); }
  .teacher-summary-item p {
    float: right;
    text-align: left;
    font-size: 15px;
    font-weight: bold; }
  .teacher-summary-item .salary {
    width: 150px;
    padding-left: 8px; }
  .teacher-summary-item .salary-text {
    padding-right: 20px; }

.teacher-summary-final-item {
  border: 1px solid #cecece;
  padding: 10px 5px;
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  -moz-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15); }
  .teacher-summary-final-item p {
    float: right;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #f65469; }
  .teacher-summary-final-item .salary {
    width: 150px;
    padding-left: 8px; }
  .teacher-summary-final-item .salary-text {
    padding-right: 20px; }

/*------------------------------------------------------------*/
/* # Page - Desk
/*------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Desk Main
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Desk Container
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Table
/*--------------------------------------------------------*/
#desk-table td.desk-name {
  color: #f65469; }
  #desk-table td.desk-name:hover {
    color: #f7677a; }

/*------------------------------------------------------------*/
/* # Page - Subject
/*------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Subject Main
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Subject Container
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Table
/*--------------------------------------------------------*/
#subject-table td.subject-name {
  color: #f65469; }
  #subject-table td.subject-name:hover {
    color: #f7677a; }

/*------------------------------------------------------------*/
/* # Page - Course
/*------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Course Main
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Course Container
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Table
/*--------------------------------------------------------*/
#course-table td.course-name {
  color: #f65469; }
  #course-table td.course-name:hover {
    color: #f7677a; }

/*------------------------------------------------------------*/
/* # Page - Entry
/*------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Entry Main
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Entry Container
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Table
/*--------------------------------------------------------*/
#entry-table td.entry-code {
  color: #f65469; }
  #entry-table td.entry-code:hover {
    color: #f7677a; }

#entry-table td .entry-schedule-on-hold {
  color: #EF3D30; }

#entry-table td .entry-schedule-started {
  color: #00b0c2; }

/*--------------------------------------------------------*/
/* Entry Add
/*--------------------------------------------------------*/
.entry-heading-container {
  border: 1px solid #d8d1ca;
  border-radius: 6px;
  background-color: white;
  padding: 10px 20px 15px 15px;
  min-width: 300px;
  width: auto;
  display: inline-block; }

.entry-heading-course-name {
  font-size: 18px;
  font-weight: bold;
  color: #f65469;
  margin: 0;
  margin-bottom: 5px; }

.entry-heading-course-code {
  font-size: 15px;
  font-weight: bold;
  color: #453635;
  margin: 0; }

/*--------------------------------------------------------*/
/* Entry Edit
/*--------------------------------------------------------*/
#create_entry_schedule {
  display: inline-block;
  margin-left: 0;
  margin-top: 10px;
  padding: 6px 25px; }

/*------------------------------------------------------------*/
/* # Page - Registration
/*------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Registration Main
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Registration Container
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Registration Table
/*--------------------------------------------------------*/
.registration-day-table {
  width: 100%;
  padding: 0 3px;
  table-layout: fixed; }
  .registration-day-table thead {
    border-left: 1px solid #9a9191;
    border-right: 1px solid #9a9191; }
  .registration-day-table tbody {
    border-left: 1px solid #d8d1ca;
    border-right: 1px solid #d8d1ca; }
  .registration-day-table th, .registration-day-table td {
    text-align: center;
    width: calc( ( 100% - 4px ) / 8);
    margin: 0;
    padding: 5px 3px !important;
    font-weight: bold; }
    .registration-day-table th .desk-name, .registration-day-table td .desk-name {
      font-size: 12px; }
  .registration-day-table th {
    background-color: #9a9191 !important; }
  .registration-day-table .entry-time-item {
    transition: 0.15s all;
    -webkit-transition: 0.15s all;
    -moz-transition: 0.15s all;
    padding: 3px 5px;
    margin-bottom: 3px;
    border: 1px solid #d8d1ca;
    background-color: white;
    border-radius: 6px;
    cursor: pointer; }
    .registration-day-table .entry-time-item:hover {
      color: #f65469;
      border: 1px solid #f65469; }
    .registration-day-table .entry-time-item.active {
      color: white;
      border: 1px solid #f65469;
      background-color: #f65469; }
  .registration-day-table .spacing {
    width: 2px; }

/*--------------------------------------------------------*/
/* Registration Add
/*--------------------------------------------------------*/
.registration-member-image {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 50%;
  cursor: pointer;
  float: left; }
  .registration-member-image:hover {
    opacity: 0.9; }

.registration-member-info {
  float: left;
  color: #453635;
  font-size: 14px;
  padding-top: 8px; }
  .registration-member-info p {
    margin-top: 0;
    margin-bottom: 5px; }
  .registration-member-info .student-name {
    color: #f65469;
    font-size: 18px;
    font-weight: bold; }

.registration-day-selection {
  padding: 15px 12px 10px 12px;
  border: 1px solid #d8d1ca;
  border-radius: 8px;
  background-color: white; }
  .registration-day-selection .day-selection {
    transition: 0.15s all;
    -webkit-transition: 0.15s all;
    -moz-transition: 0.15s all;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px 15px;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #d8d1ca;
    color: #453635; }
    .registration-day-selection .day-selection:hover {
      border: 1px solid #f65469;
      color: #f65469; }
    .registration-day-selection .day-selection.active {
      background-color: #f65469;
      border: 1px solid #f65469;
      color: white; }

.generate-register-schedule-container {
  width: 100%;
  text-align: center; }
  .generate-register-schedule-container a {
    padding: 9px 25px;
    display: inline-block;
    margin-left: 0 !important; }
    .generate-register-schedule-container a.hide {
      display: none; }

/*--------------------------------------------------------*/
/* Registration Add
/*--------------------------------------------------------*/
.registration-calendar-container {
  width: 100%;
  height: calc( 100vh - 162px);
  border-top: 5px solid white;
  border-bottom: 5px solid white;
  background: white;
  position: sticky;
  z-index: 20;
  top: 0px;
  padding-bottom: 2px; }

.calendar-container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-right: 0; }

.calendar-header {
  width: 100%;
  padding: 5px 0 5px 5px;
  font-size: 18px;
  font-weight: bold;
  color: #453635;
  background: #cccccc;
  margin-bottom: 5px;
  border-top: 1px solid #d8d1ca;
  border-bottom: 1px solid #d8d1ca; }

.calendar-summary {
  color: #453635;
  padding: 6px 0 10px 3px;
  margin-right: 30px;
  border-bottom: 1px solid #d8d1ca; }
  .calendar-summary .calendar-summary-info {
    float: left; }
    .calendar-summary .calendar-summary-info .total-course, .calendar-summary .calendar-summary-info .total-extra {
      display: inline-block; }
    .calendar-summary .calendar-summary-info .total-course {
      margin-right: 25px; }
  .calendar-summary .calendar-summary-command {
    float: right; }

.calendar-month-container {
  overflow-y: auto;
  height: calc( 100% - 40px);
  padding-right: 12px;
  padding-top: 2px; }

.calendar-row {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #d8d1ca; }
  .calendar-row .calendar-item {
    border-left: 1px solid #d8d1ca; }
    .calendar-row .calendar-item:last-child {
      border-right: 1px solid #d8d1ca; }
    .calendar-row .calendar-item.blank {
      border-left: 1px solid transparent; }
    .calendar-row .calendar-item.heading {
      border-left: 0 !important;
      border-right: 0 !important;
      padding-left: 5px;
      font-weight: bold; }
    .calendar-row .calendar-item .calendar-date {
      margin: 0;
      margin-bottom: 5px;
      width: 100%;
      padding: 6px 8px;
      font-size: 14px;
      line-height: 1rem;
      border-bottom: 1px dashed #cccccc;
      background-color: #f7f6f4; }

.calendar-item {
  flex: 1;
  color: #453635;
  min-height: 120px;
  list-style: none; }
  .calendar-item.heading {
    min-height: 25px; }

.calendar-body-content .calendar-row:last-child:not(:first-child) {
  border-bottom: 0; }
  .calendar-body-content .calendar-row:last-child:not(:first-child) .calendar-item {
    border-left: 0;
    border-right: 1px solid #d8d1ca;
    border-bottom: 1px solid #d8d1ca; }
    .calendar-body-content .calendar-row:last-child:not(:first-child) .calendar-item:first-child {
      border-left: 1px solid #d8d1ca; }
    .calendar-body-content .calendar-row:last-child:not(:first-child) .calendar-item.blank {
      border-right: 1px solid transparent !important;
      border-bottom: 1px solid transparent !important; }

.calendar-body-content .calendar-item.holiday {
  background-color: #fae08c; }

.calendar-month-view {
  margin-bottom: 25px; }

.calendar-schedule {
  transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: calc( 100% - 10px);
  margin: 0 5px 3px 5px;
  margin-bottom: 3px;
  font-size: 12px;
  cursor: pointer;
  background-color: white; }
  .calendar-schedule:hover {
    background-color: white;
    border-color: #f65469;
    color: #f65469; }
    .calendar-schedule:hover .schedule-desk, .calendar-schedule:hover .schedule-time {
      border-right: 1px solid #f65469; }
  .calendar-schedule.active {
    border-color: #f65469;
    background-color: #f65469;
    color: white; }
  .calendar-schedule .schedule-desk, .calendar-schedule .schedule-capacity, .calendar-schedule .schedule-time {
    float: left;
    padding: 3px 0px; }
  .calendar-schedule .schedule-desk {
    width: 44px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center; }
  .calendar-schedule .schedule-time {
    width: calc( 100% - 79px);
    border-right: 1px solid #d8d1ca;
    border-left: 1px solid #d8d1ca;
    text-align: center; }
  .calendar-schedule .schedule-capacity {
    width: 35px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center; }

.next-month-container {
  text-align: center; }
  .next-month-container .next-month-trigger {
    padding: 3px 50px;
    line-height: 40px;
    font-size: 16px;
    margin-left: 0;
    margin-bottom: 20px;
    display: inline-block; }

/*--------------------------------------------------------*/
/* Registration Schedule Result
/*--------------------------------------------------------*/
.schedule-result-table {
  display: none; }

.schedule-result {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  color: #453635;
  border-top: 1px solid #d8d1ca;
  margin-bottom: 25px; }
  .schedule-result p {
    margin: 0; }
  .schedule-result .schedule-item {
    list-style: none;
    flex: 0 0 12.5%;
    margin-bottom: 3px;
    border-right: 1px dashed #cccccc; }
    .schedule-result .schedule-item:nth-child(8n+1) {
      border-left: 1px dashed #cccccc; }
    .schedule-result .schedule-item .s-heading {
      padding: 3px 5px;
      background-color: #f7677a;
      color: white; }
    .schedule-result .schedule-item .s-body {
      background-color: white; }
      .schedule-result .schedule-item .s-body.status-absence {
        background-color: #efefef; }
      .schedule-result .schedule-item .s-body.status-finished {
        background-color: #fff0f2; }
      .schedule-result .schedule-item .s-body.status-absence.status-finished {
        background-color: #efefef; }
      .schedule-result .schedule-item .s-body .s-day {
        border-bottom: 1px dashed #d8d1ca;
        padding: 3px 5px;
        font-weight: bold;
        background-color: #f7f6f4; }
      .schedule-result .schedule-item .s-body .s-date {
        padding: 6px 5px 6px 5px;
        border-bottom: 1px dashed #d8d1ca; }
      .schedule-result .schedule-item .s-body .s-time {
        font-size: 12px;
        padding: 6px 5px 0px 5px; }
      .schedule-result .schedule-item .s-body .s-desk {
        padding: 3px 5px 6px 5px;
        border-bottom: 1px solid #d8d1ca;
        font-size: 12px;
        color: #f65469; }

.schedule-command-container {
  margin-bottom: 10px; }
  .schedule-command-container a {
    display: inline-block;
    margin-left: 0;
    margin-right: 7px;
    padding: 6px 25px; }
    .schedule-command-container a.black-button {
      background-color: #453635; }
      .schedule-command-container a.black-button:hover {
        background-color: #534140; }

/*--------------------------------------------------------*/
/* Member Attendance Tools
/*--------------------------------------------------------*/
.move-container {
  display: none;
  left: 325px;
  position: absolute;
  z-index: 9999;
  width: 275px; }
  .move-container.active {
    display: block; }
  .move-container #schedule-move-form {
    margin: 0;
    background: white;
    position: relative;
    line-height: 1.25; }
    .move-container #schedule-move-form button {
      border: 0;
      margin-left: 0;
      width: 100%;
      padding: 10px;
      cursor: pointer; }

/*--------------------------------------------------------*/
/* Break Course
/*--------------------------------------------------------*/
.break-course-button-container {
  margin-top: 13px;
  margin-bottom: 10px; }
  .break-course-button-container #break-course-button {
    margin-left: 0;
    padding: 5px 22px;
    background-color: #453635; }
    .break-course-button-container #break-course-button:hover {
      background-color: #534140; }

.break-course-notice {
  width: 100%;
  background: #453635;
  padding: 15px 20px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: white;
  font-size: 15px; }

.course-break-front {
  display: inline-block;
  background-color: #453635;
  padding: 1px 9px;
  color: white;
  margin-top: 6px;
  margin-bottom: 4px;
  border-radius: 5px; }

/*------------------------------------------------------------*/
/* # Page - Schedule
/*------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Schedule Main
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Schedule Info
/*--------------------------------------------------------*/
.attendance-data-outer-container {
  height: calc( 100vh - 70px - 48px - 6px); }
  @media screen and (max-width: 1200px) {
    .attendance-data-outer-container {
      height: calc( 100vh - 70px - 48px - 75px); } }

.schedule-info-section {
  width: 100%;
  border-bottom: 1px solid #cccccc; }

.schedule-info-title {
  font-size: 18px;
  color: #453635; }

.schedule-info-date {
  color: #f65469;
  margin-bottom: 14px; }

.schedule-info-container {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #453635;
  text-align: center; }
  .schedule-info-container .schedule-command li {
    display: inline-block;
    color: rgba(54, 54, 54, 0.3);
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px; }
    .schedule-info-container .schedule-command li:last-child {
      margin-right: 0; }
    .schedule-info-container .schedule-command li.active {
      text-decoration: underline; }
    .schedule-info-container .schedule-command li.on-hold.active, .schedule-info-container .schedule-command li.on-hold:hover {
      color: #453635; }
    .schedule-info-container .schedule-command li.started.active, .schedule-info-container .schedule-command li.started:hover {
      color: #00b0c2; }
    .schedule-info-container .schedule-command li.finished.active, .schedule-info-container .schedule-command li.finished:hover {
      color: #f65469; }
    .schedule-info-container .schedule-command li.cancelled.active, .schedule-info-container .schedule-command li.cancelled:hover {
      color: red; }
  .schedule-info-container .schedule-extra {
    display: inline-block;
    width: 660px;
    margin-top: 15px;
    margin-bottom: 3px;
    padding-top: 15px;
    border-top: 1px dashed #cecece; }
    .schedule-info-container .schedule-extra .extra-item {
      display: inline-block;
      margin-right: 30px; }
      .schedule-info-container .schedule-extra .extra-item:last-child {
        margin-right: 0; }
      .schedule-info-container .schedule-extra .extra-item span {
        margin-right: 5px;
        font-weight: bold; }
      .schedule-info-container .schedule-extra .extra-item select {
        padding: 5px 10px;
        width: 80px;
        height: 32px; }

/*--------------------------------------------------------*/
/* Attendance Table
/*--------------------------------------------------------*/
.schedule-attendance-table {
  width: 100%;
  min-width: 1320px;
  text-align: left;
  border-collapse: separate; }
  .schedule-attendance-table tbody tr td, .schedule-attendance-table thead tr th {
    border-bottom: 1px solid #cccccc;
    padding-left: 10px; }
  .schedule-attendance-table tbody tr td {
    background: white; }
    @media screen and (max-width: 767px) {
      .schedule-attendance-table tbody tr td {
        background: white !important; } }
  .schedule-attendance-table tbody tr:not(.sub-item):hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }
    .schedule-attendance-table tbody tr:not(.sub-item):hover td {
      transition: 0.15s background-color;
      -webkit-transition: 0.15s background-color;
      -moz-transition: 0.15s background-color;
      background-color: rgba(255, 122, 140, 0.2); }
  .schedule-attendance-table tbody tr.sub-item {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }
    .schedule-attendance-table tbody tr.sub-item td {
      background-color: #bababa !important; }
    .schedule-attendance-table tbody tr.sub-item.topborder td {
      border-top: 1px solid #cccccc; }
    .schedule-attendance-table tbody tr.sub-item.current td {
      background-color: #efefef !important; }
  .schedule-attendance-table thead th {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0; }
  .schedule-attendance-table .order {
    z-index: 99;
    width: 60px;
    text-align: center;
    border-right: 1px dashed #d8d1ca; }
    @media screen and (max-width: 767px) {
      .schedule-attendance-table .order {
        width: 50px; } }
  .schedule-attendance-table .info {
    z-index: 99;
    width: 275px;
    border-right: 1px dashed #d8d1ca; }
    @media screen and (max-width: 767px) {
      .schedule-attendance-table .info {
        width: 250px;
        z-index: 98; } }
  .schedule-attendance-table .round {
    width: 80px;
    text-align: center;
    border-right: 1px dashed #d8d1ca;
    padding-left: 8px; }
  .schedule-attendance-table .round-temp {
    width: 80px;
    text-align: center;
    padding-left: 8px; }
  .schedule-attendance-table td.member-info {
    position: relative;
    z-index: 9; }
  .schedule-attendance-table .member-info .member-info-inner {
    display: flex;
    flex-flow: row wrap; }
    .schedule-attendance-table .member-info .member-info-inner .table-member-image-container {
      flex: 0 0 50px;
      margin-right: 10px; }
    .schedule-attendance-table .member-info .member-info-inner .member-content {
      flex: 1; }
      .schedule-attendance-table .member-info .member-info-inner .member-content .member-name {
        color: #f65469;
        padding-right: 30px; }
      .schedule-attendance-table .member-info .member-info-inner .member-content p {
        margin: 0; }
      .schedule-attendance-table .member-info .member-info-inner .member-content .ed-degree {
        margin-right: 10px; }
      .schedule-attendance-table .member-info .member-info-inner .member-content .member-divider {
        width: 100%;
        margin: 5px 0;
        border-top: 1px dotted #cccccc; }
      .schedule-attendance-table .member-info .member-info-inner .member-content .goal-item {
        display: flex;
        flex-flow: row wrap;
        margin-bottom: 5px; }
        .schedule-attendance-table .member-info .member-info-inner .member-content .goal-item .goal-order {
          flex: 0 0 20px; }
          .schedule-attendance-table .member-info .member-info-inner .member-content .goal-item .goal-order span {
            width: 16px;
            height: 16px;
            line-height: 16px;
            text-align: center;
            border-radius: 50%;
            background-color: #453635;
            color: white;
            display: block;
            font-size: 10px;
            position: relative;
            top: 3px; }
        .schedule-attendance-table .member-info .member-info-inner .member-content .goal-item .goal-content {
          flex: 1; }
  .schedule-attendance-table .member-info.schedule-student-member-info-column .ed-school {
    display: none; }
  .schedule-attendance-table .member-info.schedule-student-member-info-column .goal-item {
    display: none !important; }
  .schedule-attendance-table .member-info.schedule-student-member-info-column.active .ed-school {
    display: block; }
  .schedule-attendance-table .member-info.schedule-student-member-info-column.active .goal-item {
    display: flex !important; }
  .schedule-attendance-table .member-info .previous-info {
    position: absolute;
    right: 12px;
    top: 6px;
    font-size: 18px;
    color: #453635; }
    .schedule-attendance-table .member-info .previous-info:hover {
      color: #f7677a; }
  .schedule-attendance-table tr .check {
    width: 100px;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px; }
    .schedule-attendance-table tr .check.b-right {
      border-right: 1px dashed #d8d1ca; }
  .schedule-attendance-table tr .comment-col {
    padding-left: 15px; }
  .schedule-attendance-table tr.sub-item .at-box {
    pointer-events: none; }
  .schedule-attendance-table textarea {
    width: 100% !important;
    color: #453635;
    line-height: 22px;
    font-size: 14px;
    padding: 10px;
    height: 100px; }

.schedule-table-section {
  width: 100%; }

.schedule-table-container {
  width: 100%; }

/*------------------------------------------------------------*/
/* # Page - Teacher Schedule
/*------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Teacher Schedule Main
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Teacher Schedule Container
/*--------------------------------------------------------*/
/*------------------------------------------------------------*/
/* # Page - Calendar
/*------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Calendar Main
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Calendar Info
/*--------------------------------------------------------*/
.calendar-data-wrapper-wrapper {
  height: calc( 100% - 74px); }

.calendar-data-wrapper-container, .calendar-data-wrapper-wrapper {
  overflow-y: hidden; }

.calendar-content-container {
  padding-left: 0px;
  height: calc( 100vh - 78px); }
  @media screen and (max-width: 1200px) {
    .calendar-content-container {
      overflow-y: hidden;
      height: calc( 100vh - 145px);
      height: 100%; } }

.calendar-data-outer-container {
  overflow: hidden;
  height: calc( 100vh - 70px - 2px);
  padding-right: 0; }
  @media screen and (max-width: 1200px) {
    .calendar-data-outer-container {
      height: calc( 100vh - 145px);
      overflow-y: hidden; } }

.c-container-wrapper {
  width: 100%;
  overflow-x: auto;
  height: calc( 100% - 78px);
  margin-bottom: 10px; }
  @media screen and (max-width: 1200px) {
    .c-container-wrapper {
      margin-bottom: 0;
      height: calc( 100% - 62px); } }
  .c-container-wrapper .c-container {
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .c-container-wrapper .c-container {
        width: 1500px;
        padding-bottom: 30px; } }
    .c-container-wrapper .c-container .time-heading {
      display: flex;
      flex-flow: row wrap;
      font-size: 12px;
      position: sticky;
      top: 0;
      z-index: 9;
      background: white; }
    .c-container-wrapper .c-container .desk-row {
      font-size: 16px;
      text-align: center; }
      .c-container-wrapper .c-container .desk-row .left-side, .c-container-wrapper .c-container .desk-row .right-side {
        background: #e8e8e8;
        border-top: 1px solid #453635;
        border-bottom: 1px solid #453635; }
      .c-container-wrapper .c-container .desk-row .left-side {
        padding: 8px 0;
        color: #453635 !important; }
    .c-container-wrapper .c-container .row-block {
      display: flex;
      flex-flow: row wrap;
      color: #453635; }
      .c-container-wrapper .c-container .row-block:not(.time-heading).left-side, .c-container-wrapper .c-container .row-block:not(.time-heading).right-side {
        border-bottom: 1px dashed #d8d1ca; }
      .c-container-wrapper .c-container .row-block .left-side {
        flex: 0 0 300px;
        border-right: 1px solid #cccccc;
        padding: 8px 0;
        text-align: center;
        color: #f65469; }
      .c-container-wrapper .c-container .row-block .right-side {
        display: flex;
        flex: 1;
        position: relative; }
        .c-container-wrapper .c-container .row-block .right-side .time-block {
          flex: 1;
          border-right: 1px dashed #cccccc;
          text-align: center;
          padding: 8px 0;
          color: #f65469; }
        .c-container-wrapper .c-container .row-block .right-side .time-item-container {
          position: absolute;
          left: 0; }
        .c-container-wrapper .c-container .row-block .right-side .time-item {
          display: block;
          position: absolute;
          left: 0;
          background: #f65469;
          padding: 5px 0 5px 6px;
          margin-top: 2px;
          font-size: 12px;
          line-height: 21px;
          color: white;
          border: 1px solid white;
          border-radius: 5px; }
          .c-container-wrapper .c-container .row-block .right-side .time-item span {
            float: right;
            padding-right: 10px; }
          .c-container-wrapper .c-container .row-block .right-side .time-item:hover {
            background: #f7677a;
            text-decoration: underline; }
    .c-container-wrapper .c-container .item-row-block-container .row-block:not(:last-child) {
      border-bottom: 1px dashed #cccccc; }
    .c-container-wrapper .c-container .c-list {
      border-bottom: 1px solid #453635; }

.c-date-container {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #d8d1ca;
  top: 0;
  background: white;
  z-index: 99; }
  .c-date-container form {
    width: 390px; }
    .c-date-container form .form-control {
      width: 290px;
      float: left;
      margin-bottom: 0; }
    .c-date-container form button {
      width: 90px;
      float: right;
      outline: 0;
      border: 0;
      line-height: 36px;
      padding: 0;
      cursor: pointer; }

/*------------------------------------------------------------*/
/* # Page - Holiday
/*------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Holiday Main
/*--------------------------------------------------------*/
.holiday-table-container {
  height: calc( 100vh - 70px - 41px - 48px - 130px);
  overflow-y: auto; }
  .holiday-table-container .holiday-date {
    width: 250px; }

#holiday-add-form {
  max-width: 1000px;
  padding: 20px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin: 10px 0; }
  #holiday-add-form button {
    border: 0;
    outline: 0;
    cursor: pointer;
    height: 36px;
    margin-top: 26px;
    margin-left: 0;
    padding: 0px 30px; }

/*------------------------------------------------------------*/
/* # Front
/*------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* Front Header
/*--------------------------------------------------------*/
.thebox .main-header,
.back-office .main-header {
  z-index: 99; }

.thebox .main-user,
.back-office .main-user {
  position: relative; }
  .thebox .main-user a,
  .back-office .main-user a {
    margin-left: 0; }
    .thebox .main-user a .account-trigger,
    .back-office .main-user a .account-trigger {
      width: 50px;
      height: 50px;
      margin-top: 10px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 50%;
      cursor: pointer;
      text-align: center; }
      .thebox .main-user a .account-trigger i,
      .back-office .main-user a .account-trigger i {
        font-size: 28px;
        position: relative;
        bottom: 5px; }
  .thebox .main-user .front-submenu,
  .back-office .main-user .front-submenu {
    background: white;
    display: none;
    right: 20px;
    position: absolute;
    width: 200px;
    top: 70px;
    border: 1px solid #d8d1ca;
    border-radius: 6px;
    text-align: right;
    color: #453635;
    padding: 5px 0px;
    font-size: 16px;
    box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }
    .thebox .main-user .front-submenu li a,
    .back-office .main-user .front-submenu li a {
      display: block;
      line-height: 22px;
      padding: 10px;
      border-top: 1px dashed #cccccc; }
    .thebox .main-user .front-submenu li:last-child a,
    .back-office .main-user .front-submenu li:last-child a {
      border-bottom: 1px dashed #cccccc; }

/*--------------------------------------------------------*/
/* Container
/*--------------------------------------------------------*/
.front-container {
  width: 600px;
  margin: 0 auto;
  padding-top: 50px; }
  .front-container .schedule-container {
    overflow-x: auto; }
  @media screen and (max-width: 640px) {
    .front-container {
      width: calc( 100% - 30px); } }

/*--------------------------------------------------------*/
/* Profile
/*--------------------------------------------------------*/
.profile-container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 10px; }
  @media screen and (max-width: 480px) {
    .profile-container {
      display: block;
      text-align: center; } }
  .profile-container .profile-image {
    background-image: url(http://localhost/bakingsoda-office/wp-content/uploads/2021/03/012-octopus-5.png);
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 2px solid #efefef;
    cursor: pointer;
    flex: 0 0 150px;
    margin-right: 50px; }
    @media screen and (max-width: 480px) {
      .profile-container .profile-image {
        width: 200px;
        height: 200px;
        margin: 0 auto;
        margin-bottom: 25px; } }
  .profile-container .profile-info {
    flex-grow: 1; }
    .profile-container .profile-info .profile-name {
      font-size: 22px;
      padding-bottom: 5px;
      margin-bottom: 10px;
      border-bottom: 1px solid #cccccc;
      font-weight: bold;
      color: #f65469; }
    .profile-container .profile-info .profile-role {
      font-size: 16px; }
    .profile-container .profile-info .profile-goal p {
      margin: 0;
      margin-top: 15px;
      margin-bottom: 2px;
      font-size: 15px;
      font-weight: bold;
      color: #453635; }

/*--------------------------------------------------------*/
/* Schedule
/*--------------------------------------------------------*/
.no-class {
  padding-left: 6px; }

.student-front-title-container {
  display: flex;
  align-items: baseline; }
  .student-front-title-container .schedule-title {
    flex: 0 0 200px; }
    @media screen and (max-width: 480px) {
      .student-front-title-container .schedule-title {
        flex: 0 0 108px; } }
    .student-front-title-container .schedule-title.scourse {
      flex: 0 0 100%; }
  .student-front-title-container .schedule-help {
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 7px;
    padding-left: 6px;
    border-bottom: 1px solid #cccccc;
    flex: 1; }
    .student-front-title-container .schedule-help.shelp {
      padding-left: 0px; }

#current-course-table th:first-child {
  width: 200px; }

.schedule-title {
  color: #453635;
  font-size: 18px;
  padding-bottom: 5px;
  padding-left: 6px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0; }

.schedule-container {
  margin-bottom: 30px; }
  .schedule-container .schedule-item-link:hover .schedule-item {
    background: #efefef; }
  .schedule-container .schedule-item {
    padding: 20px 6px 15px 6px;
    border-bottom: 1px solid #cccccc;
    display: flex; }
    .schedule-container .schedule-item.extra {
      background-color: #efefef; }
    .schedule-container .schedule-item .schedule-date-container {
      flex: 0 0 150px;
      margin-right: 50px; }
      @media screen and (max-width: 480px) {
        .schedule-container .schedule-item .schedule-date-container {
          flex: 0 0 90px;
          margin-right: 18px; } }
      .schedule-container .schedule-item .schedule-date-container .schedule-date {
        font-weight: bold;
        font-size: 22px;
        line-height: 1;
        color: #453635; }
      .schedule-container .schedule-item .schedule-date-container .schedule-day {
        font-size: 16px; }
    .schedule-container .schedule-item .schedule-detail {
      flex-grow: 1; }
      .schedule-container .schedule-item .schedule-detail .schedule-time {
        margin-top: 4px;
        margin-bottom: 2px;
        font-size: 16px;
        line-height: 1;
        color: #877874;
        display: flex; }
        .schedule-container .schedule-item .schedule-detail .schedule-time span {
          font-size: 14px;
          margin-left: 10px;
          margin-top: -3px;
          padding: 3px 10px;
          background-color: #80162b;
          color: white;
          border-radius: 60px;
          display: inline-block; }
          .schedule-container .schedule-item .schedule-detail .schedule-time span.freebadge.free {
            background-color: #f65469; }
          .schedule-container .schedule-item .schedule-detail .schedule-time span.freebadge.frombreak {
            background-color: #d1d1d1;
            color: #453635; }
      .schedule-container .schedule-item .schedule-detail .schedule-course {
        font-size: 18px;
        color: #453635;
        line-height: 1.4; }

.student-schedule-container .student-schedule-item {
  cursor: pointer; }
  .student-schedule-container .student-schedule-item:hover {
    transition: 0.15s background-color;
    -webkit-transition: 0.15s background-color;
    -moz-transition: 0.15s background-color;
    background-color: rgba(255, 122, 140, 0.2); }

.student-schedule-container table {
  width: 100%;
  text-align: center;
  color: #453635;
  border-collapse: collapse; }
  .student-schedule-container table .at-box {
    pointer-events: none; }
  .student-schedule-container table th {
    padding: 10px 0;
    color: #f65469; }
  .student-schedule-container table .sub-item {
    border-bottom: 1px solid #cccccc; }
    .student-schedule-container table .sub-item td {
      background-color: #efefef;
      padding: 10px 0; }
    .student-schedule-container table .sub-item.extra td {
      background-color: #cecece; }
  .student-schedule-container table .student-comment {
    padding: 10px;
    text-align: center;
    width: 100%;
    display: none; }
    .student-schedule-container table .student-comment.active {
      display: table-cell; }

.unauthorized {
  font-size: 26px;
  text-align: center;
  margin-bottom: 10px; }

.unauthorized-sub {
  font-size: 14px;
  text-align: center; }

.schedule-detail-inner {
  width: calc( 100% - 10px);
  font-size: 16px;
  text-align: center;
  border: 1px solid rgba(190, 202, 214, 0.75);
  background: rgba(247, 246, 244, 0.4);
  padding: 20px 18px;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto 5px auto;
  color: #f65469;
  font-weight: bold; }
  .schedule-detail-inner .time {
    color: #877874;
    font-size: 14px;
    font-weight: normal; }

.schedule-attendance-table tr.front-head td {
  background: #453635 !important;
  color: white; }

.schedule-attendance-table tr.front-head td:first-child {
  position: sticky;
  left: 0; }

.front-absence {
  padding: 2px 22px;
  font-size: 14px;
  background: #ba2c3b;
  display: inline-block;
  border-radius: 14px;
  margin-top: 8px;
  color: white;
  margin-bottom: 5px; }

.front-subt {
  padding: 2px 22px;
  font-size: 14px;
  background: #453635;
  display: inline-block;
  border-radius: 14px;
  margin-top: 0px;
  color: white;
  margin-bottom: 5px; }

.front-nosubt {
  padding: 2px 22px;
  font-size: 14px;
  background: #ba2c3b;
  display: inline-block;
  border-radius: 14px;
  margin-top: 0px;
  color: white;
  margin-bottom: 5px; }

/*--------------------------------------------------------*/
/* Savebar
/*--------------------------------------------------------*/
.save-bar {
  text-align: right;
  padding: 15px 20px; }

/*--------------------------------------------------------*/
/* Change Password
/*--------------------------------------------------------*/
.change-password-container {
  max-width: 450px;
  margin: 0 auto; }
  .change-password-container .schedule-title {
    padding-left: 0;
    margin-bottom: 30px; }
  .change-password-container .reset-password-notice {
    text-align: center;
    margin-top: 15px;
    font-size: 16px; }
    .change-password-container .reset-password-notice .success {
      color: #00b0c2; }
    .change-password-container .reset-password-notice .error {
      color: #EF3D30; }
  .change-password-container input[type="submit"] {
    margin: 0;
    margin-top: 5px;
    width: 100%;
    cursor: pointer; }

/*--------------------------------------------------------*/
/* Table
/*--------------------------------------------------------*/
.front-table {
  min-width: 540px; }
  .front-table:not(.no-padding-left) tr td:first-child, .front-table:not(.no-padding-left) tr th:first-child {
    padding-left: 15px; }

#front-student-attendance-table td:not(.table-box), #front-student-attendance-table th:not(.table-box) {
  padding: 8px 8px; }

#front-student-attendance-table .center {
  text-align: center;
  border-right: 1px dashed #cccccc; }

#front-student-attendance-table .bleft {
  border-left: 1px dashed #cccccc; }

#front-student-attendance-table .bright-none {
  border-right: 0; }

#front-student-attendance-table .firm-box {
  pointer-events: none; }

#front-student-attendance-table .detail b {
  font-size: 20px;
  line-height: 20px; }

#front-student-attendance-table .detail .day {
  color: #877874;
  margin-left: 2px; }

#front-student-attendance-table .sa-comment {
  display: none; }
  #front-student-attendance-table .sa-comment td {
    background: #f7f6f4;
    padding: 15px 20px 0; }
  #front-student-attendance-table .sa-comment .sa-comment-title {
    margin: 0;
    font-weight: bold;
    margin-bottom: 5px; }
  #front-student-attendance-table .sa-comment .sa-comment-content {
    margin: 0; }

/*--------------------------------------------------------*/
/* Teacher Profile
/*--------------------------------------------------------*/
.teacher-profile-header {
  text-align: center; }

.teacher-profile-list {
  font-size: 16px;
  text-align: center;
  border: 1px solid rgba(190, 202, 214, 0.75);
  background: rgba(247, 246, 244, 0.4);
  padding: 20px 18px;
  border-radius: 8px;
  margin-top: 6px; }
  .teacher-profile-list .teacher-profile {
    padding: 15px 7px;
    border-bottom: 1px solid #f7f6f4; }
    .teacher-profile-list .teacher-profile:last-child {
      border-bottom: 0; }
    .teacher-profile-list .teacher-profile b {
      font-size: 14px;
      color: #534140; }
    .teacher-profile-list .teacher-profile span {
      color: #f65469; }

/*--------------------------------------------------------*/
/* Teacher Receipt
/*--------------------------------------------------------*/
.front-receipt-table {
  margin-bottom: 15px; }
  .front-receipt-table .tr-item {
    font-size: 12px;
    display: flex;
    border: 1px solid rgba(190, 202, 214, 0.75);
    border-radius: 8px;
    background: rgba(247, 246, 244, 0.4);
    margin-bottom: 2px;
    overflow: hidden; }
    .front-receipt-table .tr-item .order {
      flex: 0 0 40px;
      text-align: center;
      padding-top: 10px;
      border-right: 1px dashed #cccccc; }
    .front-receipt-table .tr-item .time {
      flex: 0 0 100px;
      padding-top: 10px;
      padding-left: 10px;
      border-right: 1px dashed #cccccc; }
      .front-receipt-table .tr-item .time b {
        color: #453635; }
    .front-receipt-table .tr-item .summary {
      flex-grow: 1; }
      .front-receipt-table .tr-item .summary .title {
        padding-left: 10px;
        display: flex;
        background: #f65469;
        color: white;
        line-height: 42px; }
      .front-receipt-table .tr-item .summary .bottom {
        background: #453635;
        color: white;
        text-align: center;
        padding: 6px;
        font-size: 16px; }
        .front-receipt-table .tr-item .summary .bottom.red {
          background: #ba2c3b; }
      .front-receipt-table .tr-item .summary .check-con {
        display: flex;
        color: #453635; }
        .front-receipt-table .tr-item .summary .check-con .check-con-item {
          padding-top: 5px;
          flex: 1;
          text-align: center;
          border-bottom: 1px solid #cccccc;
          border-right: 1px dashed #cccccc; }
          .front-receipt-table .tr-item .summary .check-con .check-con-item:last-child {
            border-right: 0; }
          .front-receipt-table .tr-item .summary .check-con .check-con-item .check-con-head {
            padding-bottom: 5px;
            border-bottom: 1px solid #cccccc; }
            @media screen and (max-width: 479.99px) {
              .front-receipt-table .tr-item .summary .check-con .check-con-item .check-con-head {
                height: 45px;
                padding-left: 5px;
                padding-right: 5px; } }
          .front-receipt-table .tr-item .summary .check-con .check-con-item .check-con-content {
            padding-bottom: 5px;
            margin-top: 5px; }
          .front-receipt-table .tr-item .summary .check-con .check-con-item .firm-box {
            pointer-events: none; }
  .front-receipt-table .referer-item {
    display: flex;
    border: 1px solid rgba(190, 202, 214, 0.75);
    border-radius: 8px;
    background: rgba(247, 246, 244, 0.4);
    margin-bottom: 2px;
    overflow: hidden;
    padding: 12px;
    font-size: 16px; }
    .front-receipt-table .referer-item .referer-code {
      color: #f65469;
      flex: 0 0 110px; }
    .front-receipt-table .referer-item .referer-price {
      flex: 1;
      text-align: right;
      font-weight: bold;
      font-size: 16px;
      color: #453635; }

.tr-title {
  font-size: 16px;
  font-weight: bold;
  color: #453635;
  margin-bottom: 10px; }

.tr-summary {
  border: 1px solid rgba(190, 202, 214, 0.75);
  background: rgba(247, 246, 244, 0.4);
  border-radius: 8px;
  margin-bottom: 2px;
  overflow: hidden;
  padding: 15px 20px; }
  .tr-summary .bottom {
    text-align: center; }
    .tr-summary .bottom .salary {
      color: #453635; }
  .tr-summary .top {
    text-align: center;
    font-weight: bold;
    color: #453635;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .tr-summary .top .curr {
      font-size: 18px; }
    .tr-summary .top .total {
      font-size: 28px;
      color: #f65469;
      width: 100%;
      display: block;
      background: white;
      border-radius: 8px;
      border: 1px solid #ccc;
      margin-top: 6px; }

/*--------------------------------------------------------*/
/* Student Receipt
/*--------------------------------------------------------*/
.teacher-profile span.pay-normal {
  padding: 5px 30px;
  display: inline-block;
  background: #f65469;
  color: white;
  margin-top: 8px;
  border-radius: 8px; }

.teacher-profile span.pay-success {
  padding: 5px 30px;
  display: inline-block;
  background: #00b0c2;
  color: white;
  margin-top: 8px;
  border-radius: 8px; }

.teacher-profile span.pay-error {
  padding: 5px 30px;
  display: inline-block;
  background: #453635;
  color: white;
  margin-top: 8px;
  border-radius: 8px; }

/*# sourceMappingURL=backoffice.css.map */