@charset "UTF-8";

a {
  text-decoration: none;
  color: #333;
}

label.control-label {
  font-weight: 900;
  color: #333;
}

.remark-text {
  color: #999;
  margin-bottom: 15px;
  display: inline-block;
  line-height: 22px;
}

.form-group {
  padding-bottom: 10px;
  border-bottom: 1px #eee solid;
  margin-bottom: 20px;
}

.form-group.none-border {
  border-bottom: 0px #eee solid;
}

/* 預約單列表頁 */

body {
  background-color: #f8f8f8;
}

.reserve-box {
  background-color: #fcf8f1;
}

.reserve-box.client {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .reserve-box.client {
    padding-top: 10px;
  }
}

.reserve-header {
  background-color: #eb7f69;
  padding: 0 15px;
  text-align: center;
  position: relative;
  height: 50px;
}

.page-head-left-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  color: #fff;
  width: 50px !important;
}

.page-head-right-btn {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 16px;
  color: #fff;
  width: 50px !important;
}

.reserve-header h1 {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  line-height: 50px;
}

.reserve-header a {
  position: absolute;
  top: 5px;
  right: 15px;
  color: rgba(255, 255, 255, 0.9);
  width: 110px;
  text-align: center;
  line-height: 40px;
  text-align: right;
}

.reserve-header a.left {
  position: absolute;
  top: 5px;
  left: 15px;
  text-align: left;
}

.reserve-list-box {
  border: 3px #ccc solid;
  border-radius: 10px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.2);
}

.reserve-list {
  padding: 30px 15px;
}

.reserve-list a {
  display: block;
  background-color: #fff;
  border-radius: 1px;
  border: 3px #eee solid;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
  padding: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #222;
  border-radius: 6px;
}

.reserve-list a span.rl-title {
  color: #777;
  font-size: 16px;
}

.reserve-list a span.w900 {
  font-weight: 900;
}

/* 預約表單 */

.form-content {
  padding: 30px 15px;
}

.form-content-box {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  border: 1px #eee solid;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
  padding: 15px 15px 0 15px;
  margin-bottom: 30px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 28px;
  color: #555
}

.form-content-title {
  font-weight: 900;
  color: #111;
  letter-spacing: 0.05em;
  font-size: 18px;
  margin-bottom: 5px;
}

.reserve-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  background-color: #eb7f69;
  border: 0px;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 16px;
  display: block;
  text-align: center;
  max-width: 200px;
}

.remark-text {
  font-size: 14px;
  color: #888;
}

/* 工單頁 */

.report-textarea {
  width: 100%;
  min-height: 150px;
  border: 1px #ccc solid;
  padding: 10px;
  color: #555;
  border-radius: 3px;
}

/* 個人資料頁 */

.account-picture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

/* 用戶列表頁 */

.account-picture-list {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
}


/* 站無資料 */

.no-article {
  width: 150px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
}

.no-article-text {
  line-height: 50px;
  color: #444;
  letter-spacing: 0.05em;
}

/* 會員列表 */

.member-list a {
  display: block;
  padding: 15px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin: 15px 0;
  position: relative;
  padding: 20px 0 20px 100px;
  line-height: 30px;
  font-size: 18px;
}

.member-list a div span {
  color: #999;
}

.member-list a img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.search-form {
  padding: 15px 15px 0px 15px;
  margin-bottom: 0;
}

.client-link-box {
  display: block;
  background-color: #f9f9f9;
  border-radius: 6px;
  border: 1px #ccc solid;
  padding: 10px;
  margin-bottom: 15px;
}

.user-info-remark {
  width: 100%;
  min-height: 120px;
  padding: 5px;
  border: 1px #ccc solid;
  border-radius: 2px;
}


/* 上傳圖片影片 開始 */

.add-video,
.add-image {
  width: 33%;
  height: 65px;
  padding: 10px 0;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  background-color: #f68c77;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}


.add-video span,
.add-image span {
  display: block;
  line-height: 14px;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.05em;
}

.video-box {
  position: relative;
  float: left;
}

.video-box .video-del-btn {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 2;
}

.video-box {
  position: relative;
  width: 100%;
  padding: 5px;
  margin-top: 10px;
}

.video-box video {
  width: 100%;
  border-radius: 6px;
}

.video-box-loading,
.image-box-loading {
  position: absolute;
  left: 45%;
  top: 25px;
  z-index: 2;
}

.thumb-img {
  width: 100%;
  padding: 0;
}

.sortable_box {
  margin-top: 10px;
  position: relative;
  padding: 0;
}

.img-del-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.image-box {
  margin-bottom: 10px;
  position: relative;
}

.img-thumbnail {
  height: 150px;
}

.image-box-content {
  height: 100%;
  width: auto;
  text-align: center;
  background-color: #f3f3f3;

}

.img-thumbnail img {
  height: 100%;
  width: auto;
  text-align: center;
}

.video-box video {
  height: 150px;
}

.video-box {
  background-color: #f3f3f3;
  border-radius: 6px;
  border: 1px #ddd solid;
  ;
  padding: 3px;
}

/* 隱藏 */
.displaynone {
  display: none;
}

/* 上傳圖片影片 結束 */

/* 頁碼 開始 */

.page-link {
  color: #666;
}

.page-item.active .page-link {
  background-color: #eb7f69 !important;
  border: 1px #eb7f69 solid;
}

/* 頁碼 結束 */

/* 工單報告 開始 */

.add-input {
  width: 130px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  border-radius: 3px;
  background-color: #eb7f69;
  color: #fff;
  letter-spacing: 0.05em;
}

.add-input i {
  margin: 0 3px 0 5px;
}

.report-title {
  width: 100%;
  margin-bottom: 10px;
  border: 1px #ccc solid;
  padding: 0 5px;
  border-radius: 3px;
}

/* 工單報告 結束 */

.reserve-rightnow-text {
  color: #666;
  letter-spacing: 0.05em;
  font-size: 18px;
}

.reserve-rightnow {
  margin-top: 30px;
  width: 180px;
  line-height: 50px !important;
  padding: 0 !important;
  border-radius: 6px !important;
  background-color: #eb7f69 !important;
  color: #fff !important;
  letter-spacing: 0.05em;
  margin: 0 auto;
  ;
  margin-top: 40px;
  font-size: 20px !important;
  display: block;

}

/* 註冊會員 開始 */

.register-logo {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
}

/* 註冊會員 結束 */

/* 可上班時間表單 開始 */

.work-time select {
  width: 120px;
  display: inline-block;
}

/* 可上班時間表單 結束 */

/* 員工介面選單 開始 */

.menu-box {
  width: 100%;
  height: 150px;
  display: block;
  border: #ccc 2px solid;
  border-radius: 6px;
  margin: 20px 0 0 0;
  padding: 40px 15px;
  background-color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  font-weight: 900;
  transition: all 0.3s;
  position: relative;
}

.count-bag {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -12px;
  right: -12px;
  border-radius: 50%;
  background-color: rgba(198, 0, 0, 0.794);
  color: #fff;
  line-height: 40px;
  text-align: center;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.menu-box:hover {
  background-color: #f9f9f9;
  border: #eb7f69 2px solid;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .menu-box {
    height: 100px;
    padding: 15px;
  }
}


.menu-box i {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #999;
}

/* 員工介面選單 結束 */

.children-info-content {
  position: relative;
}

.date-remove-btn,
.children-remove-btn {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 0;
  right: 0;
}


@media screen and (max-width: 767px) {

  .date-remove-btn,
  .children-remove-btn {
    top: -5px;
    right: 0px;
  }

}

.reserve-title {
  margin-top: 20px;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #d76d58;
}

.create-reserve-btn {
  width: 180px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 6px;
  background-color: #fa8c76;
  color: #fff;
  letter-spacing: 0.05em;
  display: block;
  float: right;
  margin-right: 15px;
}

.color-pink-orange {
  color: #fd7d63;

}