@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
.clear:after, .row:after {
  content: '.';
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
}

[v-cloak] {
  display: none !important;
}

a {
  display: inline-block;
  text-decoration: none;
}

sup {
  font-size: small;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

html, body {
  height: 100%;
}
html > img, body > img {
  display: none !important;
  /** 為了防止廣告埋code時加入一些圖 **/
}

.dfont, body, select, input, textarea, iframe a, button[type="button"], .button-link {
  font-family: Arial, 微軟正黑體;
}

.black-font {
  color: #000;
}

.white-font {
  color: #fff;
}

.purple-bg {
  background: rgba(147, 112, 219, 0.2);
}

.purple-font {
  color: #AF68A7;
}

.fullhd-w {
  max-width: 1400px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .mx-txt-width {
    max-width: 450px;
    margin: 0 auto;
  }
}

.l-white-tri-down-span, .l-white-tri-down:before {
  width: 0;
  height: 0;
  display: inline-block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid #fff;
  vertical-align: middle;
}

.r-black-tri-down-span, .sel:after, .r-black-tri-down:after {
  width: 0;
  height: 0;
  display: inline-block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid #000;
  vertical-align: middle;
}

body #fancybox-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  font-size: 14px;
  color: #525252;
  overflow-y: scroll;
  /** overflow2選1，給出去前overflow:hidden;拿掉 **/
}

[class*="array-"] {
  position: relative;
  float: left;
  margin: 0 0 20px;
  padding: 0 5px;
}

.array-1 {
  width: 100%;
}

.array-2 {
  width: 50%;
}

.array-3 {
  width: 33.333334%;
}

.sel {
  position: relative;
}
.sel:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  right: 11px;
  pointer-events: none;
}
.sel.birth-wrap {
  padding: 0 5px;
}
.sel.birth-wrap:after {
  right: 15px;
}
.sel.birth-wrap select {
  padding: 0 15px;
}
@media only screen and (max-width: 320px) {
  .sel.birth-wrap select {
    padding: 0 10px;
  }
}

select {
  width: 100%;
  height: 36px;
  padding: 0 30px 0 15px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #000;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
}
select::-ms-expand {
  display: none;
}

img {
  width: 100%;
  display: block;
}

.size16 {
  font-size: 16px;
}

.size18 {
  font-size: 18px;
}

.touchevent {
  cursor: pointer;
}

.bold-font {
  font-weight: bold;
}

.animation, .upload-attr + label, button[type="button"], .button-link, [class*="circle-arrow"]:before, [class*="circle-arrow"]:after, [class*="circle-arrow"] span, .nav-setting li a, .fix-title, .info-wrap li .send {
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

input, textarea {
  padding-left: 10px;
  font-size: 15px;
}
input.placeholder, textarea.placeholder {
  font-size: 15px;
  color: #898989;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  font-size: 15px;
  color: #898989;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 15px;
  color: #898989;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 15px;
  color: #898989;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: #898989;
}

textarea {
  height: 160px;
  padding-top: 5px;
  padding-left: 8px;
}

input[type="search"] {
  width: 100%;
  height: 40px;
  border: 1px solid #000;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
}

.cssQuestionnaireList {
  padding-bottom: 5px;
}

.inline-b {
  display: inline-block;
}

label {
  display: block;
  position: relative;
  margin: 0 5px 0 0;
  padding-left: 25px;
  font-size: 15px;
  line-height: 130%;
}

.round-btn {
  position: relative;
}
.round-btn span {
  display: block;
  color: #505050;
  line-height: 140%;
  -moz-transition: color 350ms ease-in-out;
  -o-transition: color 350ms ease-in-out;
  -webkit-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
}
.round-btn span:before, .round-btn span:after {
  content: '';
  display: block;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.round-btn span:before {
  width: 12px;
  height: 12px;
  top: 5px;
  left: 3px;
  background: #66b78e;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.round-btn span:after {
  width: 18px;
  height: 18px;
  top: 2px;
  left: 0;
  border: 1px solid #a7a7a7;
}
.round-btn input[type="checkbox"]:checked ~ span, .round-btn input[type="radio"]:checked ~ span {
  color: #000;
}
.round-btn input[type="checkbox"]:checked ~ span:before, .round-btn input[type="radio"]:checked ~ span:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.round-btn input[type="checkbox"]:checked ~ span:after, .round-btn input[type="radio"]:checked ~ span:after {
  border: 1px solid #66b78e;
}
.round-btn input[type="checkbox"]:disabled ~ span, .round-btn input[type="radio"]:disabled ~ span {
  color: #898989;
}
.round-btn input[type="checkbox"]:disabled ~ span:before, .round-btn input[type="radio"]:disabled ~ span:before {
  background: #C9CACA;
}
.round-btn input[type="checkbox"]:disabled ~ span:after, .round-btn input[type="radio"]:disabled ~ span:after {
  border: 1px solid #C9CACA;
}

.tick-btn {
  position: relative;
  margin: 0;
  padding-left: 20px;
}
.tick-btn span {
  display: block;
  color: #505050;
  line-height: 135%;
  -moz-transition: color 350ms ease-in-out;
  -o-transition: color 350ms ease-in-out;
  -webkit-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
}
.tick-btn span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #a7a7a7;
}
.tick-btn span i {
  display: block;
  width: 18px;
  position: absolute;
  top: 2px;
  left: 1px;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.tick-btn span i:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -1px;
  right: 0;
  background: #fff;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.tick-btn input[type="checkbox"]:checked ~ span {
  color: #000;
}
.tick-btn input[type="checkbox"]:checked ~ span i:before {
  width: 0;
}
.tick-btn input[type="checkbox"]:disabled ~ span {
  color: #898989;
}
.tick-btn input[type="checkbox"]:disabled ~ span:before {
  background: #C9CACA;
  border: 1px solid #C9CACA;
}
.tick-btn font {
  display: inline-block;
  padding-left: 5px;
  text-align: left;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="button"] {
  width: 100%;
  height: 36px;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

input[type="file"] {
  -webkit-appearance: none;
}

input[type="file"], button[type="button"] {
  padding: 0;
}

button[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  display: block;
  width: 100%;
  border: 1px solid #000;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  resize: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

input[type="search"]:focus {
  outline: none !important;
}

input[type="text"]:focus {
  outline: none !important;
}

input[type="email"]:focus {
  outline: none !important;
}

input[type="password"]:focus {
  outline: none !important;
}

input[type="number"]:focus {
  outline: none !important;
}

textarea:focus {
  outline: none !important;
}

ul, ol {
  list-style: none;
}

.upload-wrap {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}

.upload-attr {
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  overflow: hidden;
}
.upload-attr + label {
  display: block;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  color: #fff6f7;
  background-color: #66b78e;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (min-width: 1025px) {
  .upload-attr + label:hover {
    background: rgba(102, 183, 142, 0.8);
  }
}
.upload-attr + label .icon {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.inline_block {
  display: inline-block;
  margin: 10px 0 0 6px;
}

.img-upload {
  margin-left: -6px;
  padding: 0 10px;
}
.img-upload .table-attr {
  display: table;
  width: 102px;
  height: 102px;
  border: 1px solid #000;
}
.img-upload .table-attr .inner {
  display: table-cell;
  vertical-align: middle;
}
.img-upload .table-attr .inner img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100px;
  margin: auto;
}

.radio-btn [type="radio"]:checked,
.radio-btn [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-btn [type="radio"]:checked + label,
.radio-btn [type="radio"]:not(:checked) + label {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  color: #000;
}
.radio-btn [type="radio"]:checked + label:before,
.radio-btn [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
}
.radio-btn [type="radio"]:checked + label:after,
.radio-btn [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #000;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio-btn [type="radio"]:not(:checked) + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio-btn [type="radio"]:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

button[type="button"], .button-link {
  height: 36px;
  position: relative;
  font-size: 14px;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  outline: none !important;
  background: #66b78e;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  button[type="button"]:hover, .button-link:hover {
    background: rgba(102, 183, 142, 0.8);
  }
}
button[type="button"] span, .button-link span {
  display: inline-block;
  min-width: 70px;
  position: relative;
  padding: 0 20px;
  line-height: 36px;
  color: #fff6f7;
  letter-spacing: 1px;
}
button[type="button"].record-upload, .button-link.record-upload {
  width: -moz-calc((33.333334% - 40px));
  width: -webkit-calc((33.333334% - 40px));
  width: calc((33.333334% - 40px));
  margin: 30px 10px 0 20px;
  float: right;
}
@media only screen and (max-width: 767px) {
  button[type="button"].record-upload, .button-link.record-upload {
    width: -moz-calc((38.333334% - 40px));
    width: -webkit-calc((38.333334% - 40px));
    width: calc((38.333334% - 40px));
  }
}
button[type="button"].record-upload span, .button-link.record-upload span {
  padding: 0 10px;
}
button[type="button"].record-delete, .button-link.record-delete {
  background: #f8d7da;
}
@media only screen and (min-width: 1025px) {
  button[type="button"].record-delete:hover, .button-link.record-delete:hover {
    background: #e6b8bc;
  }
}
button[type="button"].record-delete span, .button-link.record-delete span {
  color: #721c24;
}
button[type="button"].cancel, .button-link.cancel {
  background: #f8d7da;
}
@media only screen and (min-width: 1025px) {
  button[type="button"].cancel:hover, .button-link.cancel:hover {
    background: #e6b8bc;
  }
}
button[type="button"].cancel span, .button-link.cancel span {
  color: #721c24;
}
button[type="button"].disabled, .button-link.disabled {
  background: #ccc;
  cursor: auto;
}
button[type="button"].disabled span, .button-link.disabled span {
  color: #6f6f6f;
}

.button-link {
  display: inline-block;
}

.l-arrow:before {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  margin: -3px 5px 0 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff;
  vertical-align: middle;
}

.r-arrow:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.r-black-tri-up:after {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  margin: -3px 0 0 5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 7px solid #898989;
  vertical-align: middle;
}

.l-white-tri-down:before {
  content: '';
  margin: 0 5px 0 0;
}

.r-black-tri-down:after {
  content: '';
  margin: 0 0 0 5px;
}

.l-white-arrow-down:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(135deg) skew(9deg, 9deg);
  -ms-transform: rotate(135deg) skew(9deg, 9deg);
  -webkit-transform: rotate(135deg) skew(9deg, 9deg);
  transform: rotate(135deg) skew(9deg, 9deg);
  vertical-align: 3px;
}

.r-black-arrow-down:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -moz-transform: rotate(135deg) skew(9deg, 9deg);
  -ms-transform: rotate(135deg) skew(9deg, 9deg);
  -webkit-transform: rotate(135deg) skew(9deg, 9deg);
  transform: rotate(135deg) skew(9deg, 9deg);
  vertical-align: 3px;
}

.l-white-arrow-up:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(-45deg) skew(9deg, 9deg);
  -ms-transform: rotate(-45deg) skew(9deg, 9deg);
  -webkit-transform: rotate(-45deg) skew(9deg, 9deg);
  transform: rotate(-45deg) skew(9deg, 9deg);
  vertical-align: -1px;
}

.r-black-arrow-up:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -moz-transform: rotate(-45deg) skew(9deg, 9deg);
  -ms-transform: rotate(-45deg) skew(9deg, 9deg);
  -webkit-transform: rotate(-45deg) skew(9deg, 9deg);
  transform: rotate(-45deg) skew(9deg, 9deg);
  vertical-align: -1px;
}

.wrap10 {
  padding: 0 10px;
}

.margin-b20 {
  margin: 0 0 15px;
}

.swiper-button-disabled [class*="circle-arrow"] {
  cursor: auto;
}

[class*="circle-arrow"] {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
[class*="circle-arrow"].more:before, [class*="circle-arrow"].more:after {
  color: #545454;
}
[class*="circle-arrow"].more span {
  border: 2px solid #545454;
}
[class*="circle-arrow"]:before, [class*="circle-arrow"]:after {
  content: '';
  display: block;
  color: #ccc;
  z-index: 11;
}
[class*="circle-arrow"]:before {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  border-style: solid;
  -moz-transform: rotate(45deg) skew(7deg, 7deg);
  -ms-transform: rotate(45deg) skew(7deg, 7deg);
  -webkit-transform: rotate(45deg) skew(7deg, 7deg);
  transform: rotate(45deg) skew(7deg, 7deg);
}
[class*="circle-arrow"]:after {
  width: 13px;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  -moz-box-shadow: inset 0 0 0 32px;
  -webkit-box-shadow: inset 0 0 0 32px;
  box-shadow: inset 0 0 0 32px;
}
[class*="circle-arrow"] span {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  border: 2px solid #ccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.circle-arrow-right:before {
  margin-left: -1px;
  border-width: 2px 2px 0 0;
}
.circle-arrow-right:after {
  right: 11px;
}

.circle-arrow-left:before {
  margin-left: -7px;
  border-width: 0 0 2px 2px;
}
.circle-arrow-left:after {
  right: 8px;
}

.original-size {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.large-size {
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.rel-pos {
  position: relative;
}

.fix-pos {
  position: fixed;
}

.list-container .list-title {
  margin: 10px 0;
}
.list-container ul {
  margin: 10px 0 10px 25px;
}
.list-container li {
  position: relative;
  margin-top: 5px;
  list-style-type: decimal;
  letter-spacing: 1px;
}

.with-dots > li {
  position: relative;
  list-style-type: none;
}
.with-dots > li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: -14px;
  background: #000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.with-square > li {
  position: relative;
  list-style-type: none;
}
.with-square > li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 9px;
  left: -14px;
  background: #000;
}

.with-cjk > li {
  position: relative;
  list-style-type: cjk-ideographic;
}

.with-nums > li {
  position: relative;
  list-style-type: decimal;
}

.txt-style-center {
  text-align: center;
}

.txt-style-left {
  text-align: left;
}

.txt-style-right {
  text-align: right;
}

.ainline {
  display: inline-block;
}

.ablock {
  display: block;
}

.max-canvas {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .max-canvas {
    max-width: 900px;
  }
}
@media only screen and (max-width: 767px) {
  .max-canvas {
    max-width: 450px;
  }
}

.mask-bg-block, .mask-bg-layout {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99998;
  cursor: pointer;
}
.mask-bg-block .mask-bg-table, .mask-bg-layout .mask-bg-table {
  display: table;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mask-bg-block .mask-bg-table .close, .mask-bg-layout .mask-bg-table .close {
  display: inline-block;
  width: 30px;
  position: fixed;
  margin-top: -45px;
  margin-left: 535px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 11;
}
@media only screen and (max-width: 767px) {
  .mask-bg-block .mask-bg-table .close, .mask-bg-layout .mask-bg-table .close {
    width: 20px;
    margin-top: -20px;
    margin-left: 255px;
  }
}
.mask-bg-block .mask-bg-table .full-w, .mask-bg-layout .mask-bg-table .full-w {
  display: table-cell;
  vertical-align: middle;
  z-index: 99999;
  pointer-events: none;
}
.mask-bg-block .mask-bg-table .message-box, .mask-bg-layout .mask-bg-table .message-box {
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  pointer-events: auto;
  cursor: auto;
}
.mask-bg-block .mask-bg-table .pop-info-wrap, .mask-bg-layout .mask-bg-table .pop-info-wrap {
  max-width: 600px;
  min-height: 280px;
  max-height: 600px;
  padding: 60px 20px;
  background: #fff;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .mask-bg-block .mask-bg-table .pop-info-wrap, .mask-bg-layout .mask-bg-table .pop-info-wrap {
    max-width: 300px;
    min-height: 220px;
    max-height: 80vh;
    padding: 30px 15px;
  }
}
.mask-bg-block .mask-bg-table .pop-info-wrap .title, .mask-bg-layout .mask-bg-table .pop-info-wrap .title {
  font-size: 18px;
  text-align: center;
}
.mask-bg-block .mask-bg-table .pop-info-wrap .txt-wrap, .mask-bg-layout .mask-bg-table .pop-info-wrap .txt-wrap {
  margin: 20px 0;
  min-height: 46px;
}
@media only screen and (min-width: 768px) {
  .mask-bg-block .mask-bg-table .pop-info-wrap .txt-wrap, .mask-bg-layout .mask-bg-table .pop-info-wrap .txt-wrap {
    padding: 0 60px;
  }
}
.mask-bg-block .mask-bg-table .pop-info-wrap p, .mask-bg-layout .mask-bg-table .pop-info-wrap p {
  text-align: center;
}
.mask-bg-block .mask-bg-table .pop-info-wrap .btn-wrap, .mask-bg-layout .mask-bg-table .pop-info-wrap .btn-wrap {
  margin: 30px 0 0;
  text-align: center;
}
.mask-bg-block .mask-bg-table .pop-info-wrap .btn-wrap button, .mask-bg-layout .mask-bg-table .pop-info-wrap .btn-wrap button {
  margin: 0 5px;
}
.mask-bg-block .mask-bg-table .reg-inf, .mask-bg-layout .mask-bg-table .reg-inf {
  margin-left: 5px;
  margin-right: 5px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .mask-bg-block .mask-bg-table .reg-inf, .mask-bg-layout .mask-bg-table .reg-inf {
    margin-left: 0;
    margin-right: 0;
  }
}
.mask-bg-block .mask-bg-table .reg-inf.title, .mask-bg-layout .mask-bg-table .reg-inf.title {
  font-size: 20px;
}
.mask-bg-block .mask-bg-table .reg-inf .number, .mask-bg-layout .mask-bg-table .reg-inf .number {
  display: inline-block;
  padding: 0 10px;
  font-style: normal;
  font-size: 34px;
  line-height: 120%;
  vertical-align: -5px;
  font-weight: bold;
  color: #068cec;
}
.mask-bg-block .mask-bg-table .reg-inf.date, .mask-bg-layout .mask-bg-table .reg-inf.date {
  margin-top: -25px;
}
@media only screen and (max-width: 767px) {
  .mask-bg-block .mask-bg-table .reg-inf.date, .mask-bg-layout .mask-bg-table .reg-inf.date {
    margin-top: -5px;
  }
}
.mask-bg-block .mask-bg-table .reg-inf.doc, .mask-bg-block .mask-bg-table .reg-inf.reg-top, .mask-bg-block .mask-bg-table .reg-inf.reg-bottom, .mask-bg-layout .mask-bg-table .reg-inf.doc, .mask-bg-layout .mask-bg-table .reg-inf.reg-top, .mask-bg-layout .mask-bg-table .reg-inf.reg-bottom {
  margin-bottom: 15px;
}
.mask-bg-block .mask-bg-table .reg-inf.appt-num, .mask-bg-layout .mask-bg-table .reg-inf.appt-num {
  margin: 0 0 20px;
  text-align: center;
  font-size: 18px;
}
.mask-bg-block .mask-bg-table .reg-inf.reg-top, .mask-bg-block .mask-bg-table .reg-inf.reg-sms, .mask-bg-layout .mask-bg-table .reg-inf.reg-top, .mask-bg-layout .mask-bg-table .reg-inf.reg-sms {
  display: inline-block;
  width: -moz-calc((50% - 10px));
  width: -webkit-calc((50% - 10px));
  width: calc((50% - 10px));
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .mask-bg-block .mask-bg-table .reg-inf.reg-top, .mask-bg-block .mask-bg-table .reg-inf.reg-sms, .mask-bg-layout .mask-bg-table .reg-inf.reg-top, .mask-bg-layout .mask-bg-table .reg-inf.reg-sms {
    display: block;
    width: 100%;
  }
}
.mask-bg-block .mask-bg-table .reg-inf.reg-bottom, .mask-bg-layout .mask-bg-table .reg-inf.reg-bottom {
  display: block;
}
.mask-bg-block .mask-bg-table .reg-inf.reg-sms, .mask-bg-layout .mask-bg-table .reg-inf.reg-sms {
  margin-top: 9px;
  margin-bottom: 22px;
  vertical-align: 5px;
}

.list-title {
  margin: 20px 0 5px;
  font-size: 16px;
}

.marquee {
  width: 100%;
  height: 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #000;
  line-height: 30px;
  color: #fff;
}
.marquee + header {
  top: 30px;
}
.marquee ~ .content {
  padding: 70px 0 0;
}
.marquee ~ .content .table-wrap .fix-title {
  top: 118px;
}

.backend-main-title {
  margin: 20px 0;
  text-align: center;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .backend-main-title {
    margin: 10px 0;
  }
}

.flex-group {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.flex-group .title {
  padding: 2px 10px 0 0;
  font-size: 18px;
}
.flex-group > .form-wrap-control {
  position: relative;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #81cbcc;
  z-index: 999;
}

.head-ui {
  height: 40px;
  text-align: center;
}
.head-ui li {
  display: inline-block;
  vertical-align: middle;
}
.head-ui li a {
  display: block;
  position: relative;
  padding: 0 10px;
  line-height: 40px;
  color: #fff;
}
@media only screen and (max-width: 360px) {
  .head-ui li a {
    padding: 0 5px;
  }
}
.head-ui li a:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
}
.head-ui li a.selected:before {
  background: #ff973f;
}

.fix-backend {
  margin: 0 -10px;
  padding: 0 10px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .fix-backend {
    margin: 0;
  }
}

.top-ui {
  width: 100%;
  max-width: 900px;
  height: 48px;
  position: fixed;
  background: #fff;
  z-index: 998;
}
.top-ui.backend {
  max-width: 100%;
  position: relative;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .top-ui {
    left: 0;
  }
}
.top-ui.auto-h {
  height: auto;
}
.top-ui .back-arrow {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  left: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -moz-transform: rotate(-135deg) skew(2deg, 2deg);
  -ms-transform: rotate(-135deg) skew(2deg, 2deg);
  -webkit-transform: rotate(-135deg) skew(2deg, 2deg);
  transform: rotate(-135deg) skew(2deg, 2deg);
}
.top-ui .back-arrow span {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
.top-ui .close-btn {
  max-width: 24px;
  position: absolute;
  top: 12px;
  right: 10px;
}
.top-ui .title {
  padding: 10px 10px 0;
  text-align: center;
  font-size: 24px;
}
.top-ui .time-update {
  padding: 0 0 10px;
  line-height: 130%;
}

.mx500 {
  max-width: 500px;
  margin: 0 auto;
}

.top-gap {
  margin-top: 48px;
}

.padtop48 {
  padding-top: 48px;
}

.padtop108 {
  padding-top: 108px;
}

.padtop118 {
  padding-top: 118px;
}

.padtop160 {
  padding-top: 160px;
}

@media only screen and (max-width: 767px) {
  .period-choices > .form-wrap-control {
    width: 100%;
  }
}

.top_nav .navbar-right h1 {
  font-size: 36px;
  line-height: 59px;
}

.nav_menu .toggle {
  padding-top: 0;
}
.nav_menu .toggle a {
  padding: 16px 15px 0;
}

.main_container {
  position: relative;
}

.table-wrap {
  overflow: hidden;
}
.table-wrap .row-wrap {
  text-align: center;
}
.table-wrap .record-delete, .table-wrap .record-add, .table-wrap .disabled {
  display: block;
  min-width: 150px;
  margin: 20px auto 0;
}
.table-wrap .record-delete.inline-block, .table-wrap .record-add.inline-block, .table-wrap .disabled.inline-block {
  display: inline-block;
  margin: 20px 5px 0;
}
.table-wrap .txt-link-wrap {
  margin: 20px 0 0;
}

.txt-link-wrap {
  text-align: center;
  color: #0d6d3c;
}
.txt-link-wrap a {
  padding: 0 10px;
  color: #0d6d3c;
  letter-spacing: 1px;
}

.line-login {
  position: relative;
  margin: 0 0 30px;
  padding: 70px 10px 30px;
}
.line-login:after {
  content: 'or';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -9px;
  padding: 0 10px;
  font-size: 20px;
  line-height: 14px;
  background: #fff;
  z-index: 99;
}
.line-login:before {
  content: '';
  display: block;
  width: 100%;
  width: -moz-calc((100% - 20px));
  width: -webkit-calc((100% - 20px));
  width: calc((100% - 20px));
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 10px;
  background: #000;
  z-index: 98;
}
.line-login .line-btn {
  width: 100%;
  background: #01c302;
}
@media only screen and (min-width: 1025px) {
  .line-login .line-btn:hover {
    background: #06b307;
  }
}
.line-login .line-btn img, .line-login .line-btn span {
  margin: 0 5px;
  vertical-align: middle;
}
.line-login .line-btn img {
  display: inline-block;
  width: 30px;
}
.line-login .line-btn span {
  padding: 0;
}

.reset-pw .txt-disp {
  margin: 0 0 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.reset-pw .txt-disp span {
  display: inline-block;
  text-align: left;
}

.swiper-container-horizontal > .swiper-scrollbar {
  height: 3px;
}

.reservation-swiper-scrollbar {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .reservation-swiper-scrollbar {
    display: block;
  }
}

.table-chart.chart01 {
  display: table;
  width: 100%;
  background: #daf1da;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  table-layout: fixed;
}
.table-chart.chart01 .wrap {
  display: table-cell;
  position: relative;
  vertical-align: top;
  text-align: center;
  border-left: 1px solid #fff;
}
.table-chart.chart01 .wrap:nth-child(1) {
  width: 15%;
  background: #66b78e;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .table-chart.chart01 .wrap:nth-child(1) {
    width: 10%;
  }
}
.table-chart.chart01 .wrap:nth-child(2) {
  width: 15%;
}
@media only screen and (min-width: 1025px) {
  .table-chart.chart01 .wrap:nth-child(2) {
    width: 10%;
  }
}
@media only screen and (max-width: 1024px) {
  .table-chart.chart01 .wrap:nth-child(2) {
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 4px 0px 5px -2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 4px 0px 5px -2px;
    box-shadow: rgba(0, 0, 0, 0.5) 4px 0px 5px -2px;
    z-index: 11;
  }
}
.table-chart.chart01 .wrap:nth-child(2) .cell-attr {
  color: #fff;
}
.table-chart.chart01 .wrap:nth-child(2) .first {
  background: #66b78e;
}
.table-chart.chart01 .wrap:nth-child(2) .second {
  background: #f4a460;
}
.table-chart.chart01 .wrap:nth-child(2) .third {
  background: #87CEFA;
}
.table-chart.chart01 .wrap:nth-child(3) {
  width: 70%;
  background: #bdefbd;
}
@media only screen and (min-width: 1025px) {
  .table-chart.chart01 .wrap:nth-child(3) {
    width: 80%;
  }
}
.table-chart.chart01 .wrap .title {
  padding: 5px 0;
  text-align: center;
  background: #66b78e;
  color: #fff;
}
.table-chart.chart01 .wrap .title .inner {
  font-size: 18px;
}
.table-chart.chart01 .wrap .eh {
  display: table;
  width: 100%;
  border-top: 1px solid #fff;
}
.table-chart.chart01 .wrap .inner-wrap {
  border-left: 1px solid #fff;
}
.table-chart.chart01 .wrap .inner-wrap:nth-child(1) {
  border-left: 0;
}
.table-chart.chart01 .wrap .inner {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .table-chart.chart01 .wrap .inner .cell-attr {
    font-size: 20px;
  }
}
.table-chart.chart01 .wrap .first, .table-chart.chart01 .wrap .second, .table-chart.chart01 .wrap .third {
  display: table;
  width: 100%;
  height: 33.3334%;
  padding: 6px 5px 4px;
  white-space: nowrap;
}
.table-chart.chart01 .wrap .first .cell-attr, .table-chart.chart01 .wrap .second .cell-attr, .table-chart.chart01 .wrap .third .cell-attr {
  display: table-cell;
  vertical-align: middle;
  line-height: 130%;
}
.table-chart.chart01 .wrap .first em, .table-chart.chart01 .wrap .second em, .table-chart.chart01 .wrap .third em {
  display: block;
  font-style: normal;
  line-height: 130%;
  color: #0777c7;
}
.table-chart.chart01 .wrap .first {
  background: #bdefbd;
}
.table-chart.chart01 .wrap .second, .table-chart.chart01 .wrap .third {
  border-top: 1px solid #fff;
}
.table-chart.chart01 .wrap .second {
  background: #ffd595;
}
.table-chart.chart01 .wrap .third {
  background: #b0e8f9;
}

.nav-setting {
  margin: 15px 10px;
  text-align: center;
}
.nav-setting li {
  display: inline-block;
  margin: 0 -3px;
  vertical-align: middle;
}
.nav-setting li:first-child a {
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.nav-setting li:last-child a {
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.nav-setting li a {
  display: block;
  padding: 6px 15px;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
@media only screen and (min-width: 1025px) {
  .nav-setting li a:hover {
    background: #c1e4c9;
  }
}
.nav-setting li a.selected {
  background: #66b78e;
  color: #fff;
}

.fix-title {
  display: block;
  width: 100%;
  max-width: 880px;
  position: fixed;
  top: 88px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-box-shadow: 0 3px 4px 0 rgba(24, 24, 24, 0.4);
  -webkit-box-shadow: 0 3px 4px 0 rgba(24, 24, 24, 0.4);
  box-shadow: 0 3px 4px 0 rgba(24, 24, 24, 0.4);
}
@media only screen and (max-width: 980px) {
  .fix-title {
    width: -moz-calc((100% - 20px));
    width: -webkit-calc((100% - 20px));
    width: calc((100% - 20px));
  }
}
@media only screen and (max-width: 767px) {
  .fix-title {
    max-width: 430px;
  }
}
.fix-title.fixed-pos {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
.fix-title ul {
  display: table;
  width: 100%;
  height: 52px;
  border: 1px solid #fff;
  border-left: 0;
}
.fix-title ul li {
  display: table-cell;
  width: 20%;
  vertical-align: top;
  font-size: 18px;
  text-align: center;
  border-left: 1px solid #fff;
  color: #fff;
  line-height: 120%;
}
.fix-title ul li:nth-child(1) {
  width: 23%;
  background: #66b78e;
}
.fix-title ul li:nth-child(2) {
  width: 17%;
  background: #447fe6;
}
.fix-title ul li:nth-child(3) {
  background: #66b78e;
}
.fix-title ul li:nth-child(4) {
  background: #f4a460;
}
.fix-title ul li:nth-child(5) {
  background: #87CEFA;
}
.fix-title ul li em {
  display: block;
  font-size: 15px;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .fix-title ul li em {
    font-size: 12px;
    letter-spacing: -.8px;
  }
}
@media only screen and (max-width: 320px) {
  .fix-title ul li em {
    letter-spacing: -1.3px;
  }
}

.table-chart.chart02 {
  display: table;
  width: 100%;
  background: #daf1da;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.table-chart.chart02 .wrap {
  display: table-cell;
  width: 20%;
  vertical-align: top;
  text-align: center;
  border-left: 1px solid #fff;
}
.table-chart.chart02 .wrap:nth-child(1) {
  width: 23%;
  background: #66b78e;
  color: #fff;
}
.table-chart.chart02 .wrap:nth-child(2) {
  width: 17%;
  background: #689af1;
}
.table-chart.chart02 .wrap:nth-child(2) .title {
  background: #447fe6;
}
.table-chart.chart02 .wrap:nth-child(2) .locate {
  color: #fff;
}
.table-chart.chart02 .wrap:nth-child(3) {
  background: #bdefbd;
}
.table-chart.chart02 .wrap:nth-child(4) {
  background: #ffd595;
}
.table-chart.chart02 .wrap:nth-child(4) .title {
  background: #f4a460;
}
.table-chart.chart02 .wrap:nth-child(5) {
  background: #b0e8f9;
}
.table-chart.chart02 .wrap:nth-child(5) .title {
  background: #87CEFA;
}
.table-chart.chart02 .wrap .eh {
  display: table;
  width: 100%;
  border-top: 1px solid #fff;
}
.table-chart.chart02 .wrap .title {
  padding: 10px 0;
  text-align: center;
  background: #66b78e;
  color: #fff;
}
.table-chart.chart02 .wrap .title .inner {
  font-size: 18px;
}
.table-chart.chart02 .wrap .morning .first .cell-attr, .table-chart.chart02 .wrap .morning .second .cell-attr, .table-chart.chart02 .wrap .afternoon .first .cell-attr, .table-chart.chart02 .wrap .afternoon .second .cell-attr, .table-chart.chart02 .wrap .evening .first .cell-attr, .table-chart.chart02 .wrap .evening .second .cell-attr {
  white-space: nowrap;
}
.table-chart.chart02 .wrap .inner {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .table-chart.chart02 .wrap .inner .cell-attr {
    font-size: 20px;
  }
}
.table-chart.chart02 .wrap .first, .table-chart.chart02 .wrap .second {
  display: table;
  width: 100%;
  height: 66px;
  padding: 6px 0 4px;
}
@media only screen and (max-width: 767px) {
  .table-chart.chart02 .wrap .first, .table-chart.chart02 .wrap .second {
    height: 57px;
    font-size: 15px;
  }
}
.table-chart.chart02 .wrap .first .cell-attr, .table-chart.chart02 .wrap .second .cell-attr {
  display: table-cell;
  vertical-align: middle;
  line-height: 130%;
  white-space: normal;
}
.table-chart.chart02 .wrap .first em, .table-chart.chart02 .wrap .second em {
  display: inline-block;
  font-style: normal;
  line-height: 130%;
  color: #0777c7;
}
@media only screen and (max-width: 320px) {
  .table-chart.chart02 .wrap .first em, .table-chart.chart02 .wrap .second em {
    font-size: 12px;
  }
}
.table-chart.chart02 .wrap .second {
  border-top: 1px solid #fff;
}
.table-chart.chart02 .wrap .ainline, .table-chart.chart02 .wrap em {
  border-bottom: 1px solid #000;
}
.table-chart.chart02.record {
  border-bottom: 1px solid #c3e6cb;
}
.table-chart.chart02.record li {
  display: table;
  width: 100%;
  border-top: 1px solid #c3e6cb;
}
.table-chart.chart02.record li:nth-child(2n+1) {
  background: #d4edda;
}
.table-chart.chart02.record li.title {
  background: #66b78e;
  color: #fff;
}
.table-chart.chart02.record li > div {
  display: table-cell;
  width: 33.3334%;
  padding: 5px;
  vertical-align: top;
  text-align: center;
}
.table-chart.chart02.reservation-list {
  border-bottom: 1px solid #c3e6cb;
}
.table-chart.chart02.reservation-list li {
  display: table;
  width: 100%;
  border-top: 1px solid #c3e6cb;
}
.table-chart.chart02.reservation-list li:nth-child(2n+1) {
  background: #d4edda;
}
.table-chart.chart02.reservation-list li.title {
  background: #66b78e;
  color: #fff;
}
.table-chart.chart02.reservation-list li > div {
  display: table-cell;
  width: 20%;
  padding: 10px 4px;
  vertical-align: top;
  text-align: center;
}
@media only screen and (max-width: 320px) {
  .table-chart.chart02.reservation-list li > div {
    letter-spacing: -1px;
  }
}
.table-chart.chart02.reservation-list li > div:nth-child(3), .table-chart.chart02.reservation-list li > div:nth-child(5) {
  width: 26%;
  padding: 10px 0;
}
.table-chart.chart02.reservation-list li > div span {
  display: inline-block;
  text-align: left;
}
.table-chart.chart02.reservation-list li > div.check-btn {
  width: 8%;
  vertical-align: middle;
}
.table-chart.chart02.reservation-list li > div.check-btn .tick-btn span {
  position: absolute;
  top: -7px;
  left: 5px;
}
.table-chart.chart02.reservation-list li > div.check-btn .tick-btn span:after {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  height: 40px;
  top: -13px;
  left: 0;
  z-index: 11;
}
.table-chart.chart02.reservation-list li > div.check-all .tick-btn {
  font-size: 12px;
}
.table-chart.chart02.reservation-list li > div.check-all .tick-btn span {
  padding: 1px 0 0 18px;
  white-space: nowrap;
  color: #fff;
}
.table-chart.chart02.reservation-list-edit {
  border: 1px solid #b8daff;
  border-top: 0;
}
.table-chart.chart02.reservation-list-edit li {
  display: table;
  width: 100%;
  border-top: 1px solid #b8daff;
}
.table-chart.chart02.reservation-list-edit li > div {
  display: table-cell;
  width: 65%;
  padding: 5px 10px 5px 4px;
  vertical-align: 0;
}
.table-chart.chart02.reservation-list-edit li > div.title {
  width: 35%;
  padding: 5px 15px 5px 5px;
  font-size: 15px;
  border-right: 1px solid #b8daff;
  background: #cce5ff;
  color: #004085;
  text-align: right;
}
.table-chart.chart02.reservation-list-edit li > div input[type="text"] {
  height: 30px;
  border: 0;
}
.table-chart.chart02.reservation-list-edit li > div input[type="text"]#myBirth {
  cursor: pointer;
}
.table-chart.chart02.reservation-list-edit li > div.error {
  background: #f8d7da;
}
.table-chart.chart02.reservation-list-edit li > div.error input[type="text"] {
  background: #f8d7da;
}
.table-chart.chart02.reservation-list-edit li > div.error input[type="text"].placeholder {
  color: #a40000;
}
.table-chart.chart02.reservation-list-edit li > div.error input[type="text"]:-moz-placeholder {
  color: #a40000;
}
.table-chart.chart02.reservation-list-edit li > div.error input[type="text"]::-moz-placeholder {
  color: #a40000;
}
.table-chart.chart02.reservation-list-edit li > div.error input[type="text"]:-ms-input-placeholder {
  color: #a40000;
}
.table-chart.chart02.reservation-list-edit li > div.error input[type="text"]::-webkit-input-placeholder {
  color: #a40000;
}

#vueClinicList.table-wrap {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.table-chart.chart-attr {
  display: table;
  width: 100%;
  background: #daf1da;
}
.table-chart.chart-attr:nth-of-type(1) .wrap:nth-child(1) {
  background: #66b78e;
}
.table-chart.chart-attr:nth-of-type(1) .wrap:nth-child(2) {
  background: #298fd6;
}
.table-chart.chart-attr:nth-of-type(1) .wrap:nth-child(3) {
  background: #66b78e;
}
.table-chart.chart-attr:nth-of-type(1) .wrap:nth-child(4) {
  background: #f4a460;
}
.table-chart.chart-attr:nth-of-type(1) .wrap:nth-child(5) {
  background: #519efd;
}
.table-chart.chart-attr .wrap {
  display: table-cell;
  width: 24%;
  vertical-align: top;
  text-align: center;
  border-left: 1px solid #fff;
}
.table-chart.chart-attr .wrap:nth-child(1) {
  width: 13%;
  color: #fff;
}
.table-chart.chart-attr .wrap:nth-child(2) {
  width: 15%;
}
.table-chart.chart-attr .wrap:nth-child(2) .locate {
  color: #fff;
}
@media only screen and (max-width: 320px) {
  .table-chart.chart-attr .wrap:nth-child(2) .locate .inner-table .cell-attr {
    letter-spacing: -1.5px;
  }
}
.table-chart.chart-attr .wrap .eh {
  display: table;
  width: 100%;
}
.table-chart.chart-attr .wrap .title {
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
.table-chart.chart-attr .wrap .title .inner {
  font-size: 18px;
  line-height: 120%;
}
.table-chart.chart-attr .wrap .title em {
  display: block;
  font-size: 15px;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .table-chart.chart-attr .wrap .title em {
    font-size: 12px;
    letter-spacing: -.8px;
  }
}
.table-chart.chart-attr .wrap .morning .inner-table .cell-attr, .table-chart.chart-attr .wrap .afternoon .inner-table .cell-attr, .table-chart.chart-attr .wrap .evening .inner-table .cell-attr {
  white-space: nowrap;
}
.table-chart.chart-attr .wrap .inner {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .table-chart.chart-attr .wrap .inner {
    font-size: 15px;
  }
}
.table-chart.chart-attr .wrap .inner .inner-table:first-child {
  border-top: 0;
}
@media only screen and (min-width: 768px) {
  .table-chart.chart-attr .wrap .inner .cell-attr {
    font-size: 18px;
  }
}
.table-chart.chart-attr .wrap .inner-table {
  display: table;
  width: 100%;
  height: 63px;
  padding: 6px 0 4px;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .table-chart.chart-attr .wrap .inner-table {
    height: 54px;
  }
}
.table-chart.chart-attr .wrap .inner-table .cell-attr {
  display: table-cell;
  vertical-align: middle;
  line-height: 130%;
  white-space: normal;
}
.table-chart.chart-attr .wrap .inner-table .cell-inline {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.table-chart.chart-attr .wrap .inner-table .cell-inline:nth-child(3) em {
  font-size: 18px;
  font-weight: bold;
}
.table-chart.chart-attr .wrap .inner-table em {
  display: inline-block;
  font-style: normal;
  line-height: 120%;
  color: #0777c7;
  border-bottom: 1px solid #0777c7;
}
@media only screen and (max-width: 767px) {
  .table-chart.chart-attr .wrap .inner-table em {
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  .table-chart.chart-attr .wrap .inner-table em {
    font-size: 12px;
  }
}
.table-chart.main-chart {
  border-top: 1px solid #fff;
}
.table-chart.main-chart .wrap:nth-child(1) {
  background: #66b78e;
}
.table-chart.main-chart .wrap:nth-child(2) {
  background: #3c96d4;
}
.table-chart.main-chart .wrap:nth-child(3) {
  background: #bdefbd;
}
.table-chart.main-chart .wrap:nth-child(4) {
  background: #ffd595;
}
.table-chart.main-chart .wrap:nth-child(5) {
  background: #c5daf5;
}
@media only screen and (max-width: 767px) {
  .table-chart.main-chart .wrap#chartLocate .inner {
    font-size: 14px;
  }
}
.table-chart.main-chart .date {
  font-size: 15px;
  vertical-align: middle;
}
.table-chart.record {
  border-bottom: 1px solid #c3e6cb;
}
.table-chart.record li {
  display: table;
  width: 100%;
  border-top: 1px solid #c3e6cb;
}
.table-chart.record li:nth-child(2n+1) {
  background: #d4edda;
}
.table-chart.record li.title {
  background: #66b78e;
  color: #fff;
}
.table-chart.record li > div {
  display: table-cell;
  width: 33.3334%;
  padding: 5px;
  vertical-align: top;
  text-align: center;
}
.table-chart.reservation-list {
  border-bottom: 1px solid #c3e6cb;
}
.table-chart.reservation-list.cancel-attr li > div:nth-child(5) {
  width: 15%;
}
.table-chart.reservation-list.cancel-attr li > div:nth-child(5) span {
  min-width: 40px;
}
.table-chart.reservation-list.cancel-attr li > div:nth-child(6) {
  width: 15%;
}
.table-chart.reservation-list.cancel-attr li > div .block-wrap {
  display: block;
}
.table-chart.reservation-list.temp-attr {
  min-height: 44px;
  max-height: 285px;
  overflow-y: auto;
}
.table-chart.reservation-list.temp-attr .title {
  width: 94.5%;
  width: -moz-calc((100% - 20px));
  width: -webkit-calc((100% - 20px));
  width: calc((100% - 20px));
  max-width: 480px;
  position: absolute;
  margin-top: 0;
  z-index: 11;
}
@media only screen and (max-width: 767px) {
  .table-chart.reservation-list.temp-attr .title {
    max-width: 430px;
  }
}
.table-chart.reservation-list.temp-attr li:nth-child(2) {
  padding: 44px 0 0;
}
.table-chart.reservation-list.temp-attr li > div:first-child {
  width: 15%;
}
.table-chart.reservation-list li {
  display: table;
  width: 100%;
  position: relative;
  border-top: 1px solid #c3e6cb;
}
.table-chart.reservation-list li:nth-child(2n+1) {
  background: #d4edda;
}
.table-chart.reservation-list li.title {
  background: #66b78e;
  color: #fff;
}
.table-chart.reservation-list li.title > div.check-btn .round-btn:after {
  display: none;
}
.table-chart.reservation-list li > div {
  display: table-cell;
  width: 20%;
  padding: 10px 4px;
  vertical-align: top;
  text-align: center;
}
@media only screen and (max-width: 320px) {
  .table-chart.reservation-list li > div {
    letter-spacing: -1px;
  }
}
.table-chart.reservation-list li > div:nth-child(3), .table-chart.reservation-list li > div:nth-child(5) {
  padding: 10px 0;
}
.table-chart.reservation-list li > div:nth-child(3) {
  width: 24%;
}
.table-chart.reservation-list li > div:nth-child(5) {
  width: 24%;
}
.table-chart.reservation-list li > div span {
  display: inline-block;
  vertical-align: top;
}
.table-chart.reservation-list li > div.check-btn {
  width: 8%;
  vertical-align: top;
}
.table-chart.reservation-list li > div.check-btn .tick-btn span {
  min-width: auto;
  position: absolute;
  top: -7px;
  left: 5px;
}
.table-chart.reservation-list li > div.check-btn .tick-btn span:after {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  height: 40px;
  top: -13px;
  left: 0;
  z-index: 11;
}
.table-chart.reservation-list li > div.check-btn .round-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding-left: 20px;
}
.table-chart.reservation-list li > div.check-btn .round-btn:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}
.table-chart.reservation-list li > div.check-btn .round-btn span {
  min-width: auto;
}
.table-chart.reservation-list li > div.check-btn .round-btn span:before {
  top: 13px;
  left: 13px;
}
.table-chart.reservation-list li > div.check-btn .round-btn span:after {
  top: 10px;
  left: 10px;
}
.table-chart.reservation-list li > div.check-all .tick-btn {
  font-size: 12px;
}
.table-chart.reservation-list li > div.check-all .tick-btn span {
  min-width: auto;
  padding: 1px 0 0 18px;
  white-space: nowrap;
  color: #fff;
}
.table-chart.reservation-list li > div .TemperatureClose {
  display: block;
  height: 22px;
  margin: 0 auto;
  background: none;
}
.table-chart.reservation-list li > div .TemperatureClose img {
  width: 15px;
}
.table-chart.reservation-list-edit {
  border: 1px solid #b8daff;
  border-top: 0;
}
.table-chart.reservation-list-edit li {
  display: table;
  width: 100%;
  border-top: 1px solid #b8daff;
}
.table-chart.reservation-list-edit li > div {
  display: table-cell;
  width: 65%;
  padding: 5px 10px 5px 4px;
  vertical-align: 0;
}
.table-chart.reservation-list-edit li > div.title {
  width: 35%;
  padding: 5px 15px 5px 5px;
  font-size: 15px;
  border-right: 1px solid #b8daff;
  background: #cce5ff;
  color: #004085;
  text-align: right;
}
.table-chart.reservation-list-edit li > div input[type="text"] {
  height: 30px;
  border: 0;
}
.table-chart.reservation-list-edit li > div input[type="text"]#myBirth {
  cursor: pointer;
}
.table-chart.reservation-list-edit li > div.error {
  background: #f8d7da;
}
.table-chart.reservation-list-edit li > div.error input[type="text"] {
  background: #f8d7da;
}
.table-chart.reservation-list-edit li > div.error input[type="text"].placeholder {
  color: #a40000;
}
.table-chart.reservation-list-edit li > div.error input[type="text"]:-moz-placeholder {
  color: #a40000;
}
.table-chart.reservation-list-edit li > div.error input[type="text"]::-moz-placeholder {
  color: #a40000;
}
.table-chart.reservation-list-edit li > div.error input[type="text"]:-ms-input-placeholder {
  color: #a40000;
}
.table-chart.reservation-list-edit li > div.error input[type="text"]::-webkit-input-placeholder {
  color: #a40000;
}
.table-chart.chart-schedule {
  display: table;
  width: 100%;
  height: 180px;
  margin: 15px 0;
  color: #fff;
}
.table-chart.chart-schedule:first-child {
  margin: 0 0 15px;
}
.table-chart.chart-schedule li {
  font-size: 20px;
}
.table-chart.chart-schedule > li {
  display: table-cell;
  height: inherit;
  vertical-align: top;
  border-left: 1px solid #fff;
}
.table-chart.chart-schedule > li:first-child {
  width: 40%;
  background: #70ad47;
  border-left: 0;
}
.table-chart.chart-schedule > li:last-child {
  width: 60%;
  background: #ffc000;
}
.table-chart.chart-schedule > li > div {
  border-top: 1px solid #fff;
}
.table-chart.chart-schedule > li > div:first-child {
  border-top: 0;
}
.table-chart.chart-schedule .inner-even {
  height: 50%;
}
.table-chart.chart-schedule .inner-sm {
  height: 25%;
}
.table-chart.chart-schedule .inner-l {
  height: 75%;
}
.table-chart.chart-schedule .inner-table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.table-chart.chart-schedule .inner-table .inner-cell {
  display: table-cell;
  vertical-align: middle;
}
.table-chart.chart-schedule .clinic-num {
  font-size: 60px;
  font-weight: bold;
}
.table-chart.chart-schedule .clinic-num.closed {
  font-size: 28px;
}

#resList .row-wrap.cell-2 .inline-block.record-add, #resList .row-wrap.cell-2 .inline-block.record-delete, #resList .row-wrap.cell-2 .inline-block.disabled {
  min-width: 150px;
}
@media only screen and (max-width: 767px) {
  #resList .row-wrap.cell-2 .inline-block.record-add, #resList .row-wrap.cell-2 .inline-block.record-delete, #resList .row-wrap.cell-2 .inline-block.disabled {
    min-width: 130px;
  }
}
#resList .row-wrap .inline-block.record-add, #resList .row-wrap .inline-block.record-delete, #resList .row-wrap .inline-block.disabled {
  min-width: 140px;
}
@media only screen and (max-width: 767px) {
  #resList .row-wrap .inline-block.record-add, #resList .row-wrap .inline-block.record-delete, #resList .row-wrap .inline-block.disabled {
    min-width: 100px;
  }
}
@media only screen and (max-width: 320px) {
  #resList .row-wrap .inline-block.record-add, #resList .row-wrap .inline-block.record-delete, #resList .row-wrap .inline-block.disabled {
    min-width: 80px;
  }
}

.appt-title {
  position: relative;
}
.appt-title .time-update {
  position: absolute;
  top: 10px;
  right: 5px;
}
@media only screen and (max-width: 767px) {
  .appt-title .time-update {
    top: auto;
    right: auto;
  }
}
.appt-title .time-table {
  margin: 0 -5px;
}
@media only screen and (min-width: 768px) {
  .appt-title .time-table {
    width: 60%;
    position: absolute;
  }
}
.appt-title .time-table .sel {
  margin: 24px 0 10px;
}
.appt-title .time-table .sel:before {
  content: '';
  display: block;
  position: absolute;
  top: -24px;
  left: 10px;
}
.appt-title .time-table .sel:nth-child(1):before {
  content: '日期：';
}
.appt-title .time-table .sel:nth-child(2):before {
  content: '診別：';
}
.appt-title .time-table .sel:nth-child(3):before {
  content: '時段：';
}

.scroll-table-chart {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .scroll-table-chart {
    z-index: 999;
  }
}
.scroll-table-chart .title, .scroll-table-chart .inner-wrap > li > ul {
  display: table;
  width: 100%;
  text-align: center;
}
.scroll-table-chart .title > li, .scroll-table-chart .inner-wrap > li > ul > li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid #fff;
  padding: 2px 5px;
  letter-spacing: 1px;
  vertical-align: middle;
  color: #000;
}
@media only screen and (max-width: 980px) {
  .scroll-table-chart .title > li, .scroll-table-chart .inner-wrap > li > ul > li {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-table-chart .title > li, .scroll-table-chart .inner-wrap > li > ul > li {
    letter-spacing: 0;
  }
}
.scroll-table-chart .title > li:first-child, .scroll-table-chart .inner-wrap > li > ul > li:first-child {
  border-left: none;
}
.scroll-table-chart .title > li:nth-child(2), .scroll-table-chart .title > li:nth-child(3), .scroll-table-chart .inner-wrap > li > ul > li:nth-child(2), .scroll-table-chart .inner-wrap > li > ul > li:nth-child(3) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .scroll-table-chart .title > li:nth-child(2), .scroll-table-chart .title > li:nth-child(3), .scroll-table-chart .inner-wrap > li > ul > li:nth-child(2), .scroll-table-chart .inner-wrap > li > ul > li:nth-child(3) {
    max-width: 72px;
  }
}
@media only screen and (max-width: 320px) {
  .scroll-table-chart .title > li:nth-child(2), .scroll-table-chart .title > li:nth-child(3), .scroll-table-chart .inner-wrap > li > ul > li:nth-child(2), .scroll-table-chart .inner-wrap > li > ul > li:nth-child(3) {
    max-width: 60px;
  }
}
.scroll-table-chart .title > li:nth-child(2) .name, .scroll-table-chart .inner-wrap > li > ul > li:nth-child(2) .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scroll-table-chart .title > li:nth-child(1), .scroll-table-chart .inner-wrap > li > ul > li:nth-child(1) {
  width: 10%;
}
.scroll-table-chart .title > li:nth-child(2), .scroll-table-chart .inner-wrap > li > ul > li:nth-child(2) {
  width: 24%;
}
.scroll-table-chart .title > li:nth-child(3), .scroll-table-chart .inner-wrap > li > ul > li:nth-child(3) {
  width: 23%;
}
.scroll-table-chart .title > li:nth-child(4), .scroll-table-chart .inner-wrap > li > ul > li:nth-child(4) {
  width: 20%;
}
.scroll-table-chart .title > li:nth-child(5), .scroll-table-chart .inner-wrap > li > ul > li:nth-child(5) {
  width: 10%;
}
.scroll-table-chart .title > li:nth-child(6), .scroll-table-chart .inner-wrap > li > ul > li:nth-child(6) {
  width: 12%;
}
.scroll-table-chart #apptSwiper {
  padding-top: 75px;
}
@media only screen and (max-width: 767px) {
  .scroll-table-chart #apptSwiper {
    padding-top: 50px;
  }
}
.scroll-table-chart .inner-wrap > li {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #a5cba5;
  border-left: 0;
}
.scroll-table-chart .inner-wrap > li:first-child {
  border-left: 2px solid #a5cba5;
}
.scroll-table-chart .inner-wrap > li > ul {
  background: #eaffea;
}
.scroll-table-chart .inner-wrap > li > ul:nth-child(2n+1) {
  background: #c6f1c6;
}
.scroll-table-chart .inner-wrap > li > ul.title {
  background: #66b78e;
}
.scroll-table-chart .inner-wrap > li > ul.title > li {
  font-size: 17px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .scroll-table-chart .inner-wrap > li > ul.title > li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .scroll-table-chart .inner-wrap > li > ul.title > li {
    padding: 8px 0;
    font-size: 12px;
  }
}
.scroll-table-chart .inner-wrap > li > ul.now {
  background: #ffd715;
}
.scroll-table-chart .inner-wrap > li > ul > li {
  height: 39px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .scroll-table-chart .inner-wrap > li > ul > li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  .scroll-table-chart .inner-wrap > li > ul > li {
    font-size: 12;
  }
}
.scroll-table-chart .inner-wrap > li .name, .scroll-table-chart .inner-wrap > li .underline {
  display: block;
  text-decoration: underline;
}
.scroll-table-chart .inner-wrap > li em {
  font-style: normal;
}
.scroll-table-chart .inner-wrap > li .revise {
  color: #0777c7;
  text-decoration: underline;
}
.scroll-table-chart .appt-next, .scroll-table-chart .appt-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 44px;
  background: #66b78e;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .scroll-table-chart .appt-next, .scroll-table-chart .appt-prev {
    top: 25px;
  }
}
.scroll-table-chart .appt-next:before, .scroll-table-chart .appt-prev:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  -moz-transform: rotate(45deg) skew(7deg, 7deg);
  -ms-transform: rotate(45deg) skew(7deg, 7deg);
  -webkit-transform: rotate(45deg) skew(7deg, 7deg);
  transform: rotate(45deg) skew(7deg, 7deg);
}
.scroll-table-chart .appt-next {
  right: 0;
}
.scroll-table-chart .appt-next:before {
  margin-left: -11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.scroll-table-chart .appt-prev {
  left: auto;
  right: 50px;
}
.scroll-table-chart .appt-prev:before {
  margin-left: -7px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.scroll-table-chart .appt-page {
  width: 94.6%;
  width: -moz-calc((100% - 20px));
  width: -webkit-calc((100% - 20px));
  width: calc((100% - 20px));
  margin: 10px 0;
}
.scroll-table-chart .appt-page .swiper-pagination-bullet {
  margin: 0 3px;
}
.scroll-table-chart .appt-page .swiper-pagination-bullet-active {
  background: #66b78e;
}

.time-record {
  margin: 0 -5px;
}
.time-record .sel {
  position: relative;
  margin: 30px 0 10px;
}
.time-record .dates:before {
  content: '日期';
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 10px;
  font-size: 16px;
}
.time-record .hours:before {
  content: '時';
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 10px;
  font-size: 16px;
}
.time-record .division {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -3px;
  margin-top: -18px;
  font-size: 20px;
}
.time-record .minutes:before {
  content: '分';
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 10px;
  font-size: 16px;
}

.temp-record {
  margin: 0 -5px;
}
.temp-record .sel {
  position: relative;
  margin: 30px 0 0;
}
.temp-record .temp01:before {
  content: '體溫';
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 10px;
  font-size: 16px;
}
.temp-record .temp01 .decimal {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -3px;
  margin-top: -18px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .temp-record .temp02 {
    width: 28.333334%;
  }
}
.temp-record .temp02:before {
  content: '°C';
  display: inline-block;
  position: absolute;
  top: 5px;
  right: -15px;
  font-size: 18px;
}

.content {
  padding: 40px 0 0;
}

footer {
  padding: 9px 5px 8px;
  background: #fff;
  color: #fff;
  font-size: 12px;
}
footer.pos-fix {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 500;
}

.sitemap-buttons {
  width: 100%;
  max-width: 900px;
  position: fixed;
  bottom: 36px;
  z-index: 999;
}
.sitemap-buttons li {
  display: inline-block;
  width: 33.334%;
  float: left;
  text-align: center;
  vertical-align: top;
  border: 1px solid;
}
.sitemap-buttons li:nth-child(1) {
  background-color: #cce5ff;
  border-color: #b8daff;
}
.sitemap-buttons li:nth-child(1) a {
  color: #004085;
}
.sitemap-buttons li:nth-child(2) {
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.sitemap-buttons li:nth-child(2) a {
  color: #155724;
}
.sitemap-buttons li:nth-child(3) {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.sitemap-buttons li:nth-child(3) a {
  color: #0c5460;
}
.sitemap-buttons li:nth-child(4) {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.sitemap-buttons li:nth-child(4) a {
  color: #721c24;
}
.sitemap-buttons li:nth-child(5) {
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.sitemap-buttons li:nth-child(5) a {
  color: #856404;
}
.sitemap-buttons li:nth-child(6) {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.sitemap-buttons li:nth-child(6) a {
  color: #383d41;
}
.sitemap-buttons li.full {
  width: 100%;
  border: 0;
  background: #fff;
  letter-spacing: 2px;
}
.sitemap-buttons li a {
  display: block;
  padding: 20px 0;
}

.error-txt {
  display: none;
  margin: 5px 0 0;
  color: #a40000;
  font-style: normal;
  font-size: 14px;
}

.error input, .error textarea {
  background: #f8d7da;
  border-color: #f5c6cb;
}
.error .error-txt {
  display: block;
}

.info-wrap li.mobile-valid .edit-attr {
  width: -moz-calc((100% - 193px));
  width: -webkit-calc((100% - 193px));
  width: calc((100% - 193px));
}
.info-wrap li.mobile-valid .send {
  display: inline-block;
  min-width: auto;
  width: 110px;
  margin: 0 0 0 5px;
  padding: 6px 2px;
}
.info-wrap li.mobile-valid .joinin-btn {
  display: inline-block;
  width: 110px;
  margin: 0 0 0 5px;
  padding: 0 2px;
  cursor: pointer;
}
.info-wrap li.mobile-valid .joinin-btn span {
  padding: 0;
}
.info-wrap li .title, .info-wrap li .edit-attr {
  display: inline-block;
}
.info-wrap li .title {
  width: 60px;
  margin: 0 10px 0 0;
  text-align: right;
  line-height: 36px;
}
.info-wrap li .edit-attr {
  width: -moz-calc((100% - 74px));
  width: -webkit-calc((100% - 74px));
  width: calc((100% - 74px));
  position: relative;
}
.info-wrap li .edit-attr.id-check {
  width: -moz-calc((100% - 163px));
  width: -webkit-calc((100% - 163px));
  width: calc((100% - 163px));
}
.info-wrap li .edit-attr.id-check ~ .verify, .info-wrap li .edit-attr.id-check ~ .disabled {
  min-width: 80px;
  width: 80px;
  margin: 0 0 0 5px;
}
.info-wrap li .edit-attr.id-check ~ .verify span, .info-wrap li .edit-attr.id-check ~ .disabled span {
  padding: 0;
}
.info-wrap li .triple-bar {
  width: -moz-calc((100% - 64px));
  width: -webkit-calc((100% - 64px));
  width: calc((100% - 64px));
  margin: 0 -5px;
}
.info-wrap li .triple-bar .sel {
  margin: 0;
}
.info-wrap li .triple-bar.error ~ .error-txt {
  display: block;
  margin-left: 74px;
}
.info-wrap li .round-btn, .info-wrap li .check-btn {
  margin-top: 7px;
  margin-bottom: 8px;
}
.info-wrap li .txt-disp {
  padding: 0 10px;
  line-height: 36px;
}
.info-wrap li .send {
  display: block;
  min-width: 170px;
  margin: 10px 0 0 73px;
  padding: 0 10px;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (min-width: 1025px) {
  .info-wrap li .send:hover {
    background: #c1e4c9;
  }
}
.info-wrap li .send.disabled {
  background: #ccc;
  border: 1px solid #ccc;
  color: #6f6f6f;
  cursor: auto;
}

.agreement {
  margin: 30px 0 15px 73px;
}
.agreement a {
  color: #08c;
}

.section-title {
  padding: 10px;
  font-size: 18px;
}

.Questionnaire .amount-per-day {
  display: inline-block;
  width: 40px;
  height: 24px;
  margin: 0 2px 0 0;
  padding: 0 5px;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #000;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.table-row-chart {
  display: table;
  width: 100%;
}
.table-row-chart.main-chart .wrap {
  border-top: 1px solid #fff;
}
.table-row-chart.main-chart .wrap:nth-child(1) {
  width: 23%;
}
.table-row-chart.main-chart .wrap:nth-child(2) {
  background: #3c96d4;
}
.table-row-chart.main-chart .wrap:nth-child(3) {
  background: #bdefbd;
}
.table-row-chart.main-chart .wrap:nth-child(4) {
  background: #ffd595;
}
.table-row-chart.main-chart .wrap:nth-child(5) {
  background: #b2d4ff;
}
.table-row-chart .wrap {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #fff;
}
.table-row-chart .wrap:nth-child(1) {
  width: 23%;
  background: #66b78e;
  color: #fff;
}
.table-row-chart .wrap:nth-child(2) {
  width: 17%;
  background: #298fd6;
}
.table-row-chart .wrap:nth-child(2) .locate {
  color: #fff;
}
.table-row-chart .wrap:nth-child(2) .locate .inner-table:nth-child(1), .table-row-chart .wrap:nth-child(2) .locate .inner-table:nth-child(2), .table-row-chart .wrap:nth-child(2) .locate .inner-table:nth-child(3) {
  padding-bottom: 0;
}
.table-row-chart .wrap:nth-child(3) {
  background: #66b78e;
}
.table-row-chart .wrap:nth-child(4) {
  background: #f4a460;
}
.table-row-chart .wrap:nth-child(5) {
  background: #519efd;
}
.table-row-chart .wrap .eh {
  display: table;
  width: 100%;
  height: 100%;
}
.table-row-chart .wrap .title {
  padding: 10px 0;
  font-size: 18px;
  color: #fff;
  border-top: 0;
}
.table-row-chart .wrap .inner {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .table-row-chart .wrap .inner {
    font-size: 20px;
  }
}
.table-row-chart .wrap .inner-table {
  display: table;
  width: 100%;
  height: 109px;
  padding: 6px 0 4px;
  border-top: 1px solid #fff;
}
.table-row-chart .wrap .inner-table:nth-child(1) {
  padding-bottom: 12px;
  border-top: 0;
}
.table-row-chart .wrap .inner-table:nth-child(2) {
  padding-bottom: 12px;
}
.table-row-chart .wrap .inner-table .cell-attr {
  display: table-cell;
  vertical-align: middle;
  line-height: 130%;
  white-space: normal;
}
.table-row-chart .wrap a {
  margin: 0 0 5px;
  line-height: 130%;
  border-bottom: 1px solid #000;
}
.table-row-chart .wrap a:last-child {
  margin: 0;
}
.table-row-chart .wrap a.ablock {
  border-bottom: 0;
}
.table-row-chart .wrap a.ablock em {
  border-bottom: 1px solid #000;
}
.table-row-chart .wrap em {
  display: inline-block;
  font-style: normal;
  line-height: 130%;
  color: #0777c7;
}

.paragraph-wrap {
  padding-left: 10px;
  padding-right: 10px;
}
.paragraph-wrap p {
  margin: 0 0 20px;
}

.time-wrap {
  font-size: 18px;
}
.time-wrap span {
  display: inline-block;
  vertical-align: top;
}

.tab-button-wrap {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 10px;
  background: #4489ff;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.tab-button-wrap .txt-link {
  display: inline-block;
  position: relative;
  margin-left: -4px;
  vertical-align: top;
}
.tab-button-wrap .txt-link:first-child {
  margin-left: 0;
}
.tab-button-wrap .txt-link a {
  padding: 10px;
  font-size: 16px;
  color: #fff;
  line-height: 120%;
}
@media only screen and (min-width: 1025px) {
  .tab-button-wrap .txt-link a:hover {
    color: #dedede;
  }
}
.tab-button-wrap .txt-link:first-child:before {
  display: none;
}
.tab-button-wrap .txt-link:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  background: #fff;
}

#divCriteria {
  padding: 15px;
}
#divCriteria .to-appt-page {
  margin: 10px 0 20px;
}
#divCriteria .to-appt-page .button-link {
  height: auto;
  padding: 2px 10px;
  font-size: 20px;
  color: #fff;
}
#divCriteria > ul > li {
  float: left;
}
#divCriteria > ul > li:first-child {
  width: 40%;
}
#divCriteria > ul > li:last-child {
  width: 60%;
}
#divCriteria > ul li {
  display: inline-block;
  vertical-align: top;
}
#divCriteria > ul li .sel {
  margin-top: 34px;
}
#divCriteria > ul li .sel:before {
  content: '';
  display: block;
  position: absolute;
  top: -36px;
  left: 10px;
}
#divCriteria > ul li .sel:nth-child(1):before {
  content: '日期：';
}
#divCriteria > ul li .sel:nth-child(2):before {
  content: '診別：';
}
#divCriteria > ul li .sel:nth-child(3):before {
  content: '時段：';
}

.vueRegisteredinfo.DetailPart {
  margin-top: 15px;
  font-size: 16px;
}
.vueRegisteredinfo.DetailPart .date-wrap .outpatient-time, .vueRegisteredinfo.DetailPart .date-wrap .time-update {
  display: inline-block;
  vertical-align: top;
}
.vueRegisteredinfo.DetailPart .date-wrap .outpatient-time span, .vueRegisteredinfo.DetailPart .date-wrap .time-update span {
  display: inline-block;
  vertical-align: top;
}
.vueRegisteredinfo.DetailPart .date-wrap .outpatient-time {
  margin: 0 60px 0 0;
}
.vueRegisteredinfo.DetailPart .date-wrap .outpatient-time li {
  display: inline-block;
  vertical-align: top;
}
.vueRegisteredinfo.DetailPart .patient-detail {
  margin: 40px 0 5px;
}
.vueRegisteredinfo.DetailPart .patient-detail > li {
  display: inline-block;
  vertical-align: top;
}
.vueRegisteredinfo.DetailPart .patient-detail > li:first-child {
  width: 60%;
  padding: 0 15px 0 0;
}
.vueRegisteredinfo.DetailPart .patient-detail > li:last-child {
  width: 40%;
  margin: 32px 0 0 -5px;
}
.vueRegisteredinfo.DetailPart .patient-detail .patient-disp {
  margin: 0 0 0 19px;
}
.vueRegisteredinfo.DetailPart .patient-detail .patient-disp.with-dots li:before {
  background: #73879C;
}
.vueRegisteredinfo.DetailPart .patient-detail .patient-disp li {
  margin: 0 0 7px;
}
.vueRegisteredinfo.DetailPart .patient-detail .patient-disp li .inline-attr {
  display: inline-block;
  min-width: 85px;
  margin: 0 30px 0 0;
  vertical-align: top;
}
.vueRegisteredinfo.DetailPart .patient-detail .patient-disp li .inline-attr:last-child {
  margin: 0;
}
.vueRegisteredinfo.DetailPart .patient-detail .patient-disp li .large-font {
  display: inline-block;
  margin: -7px 0 0;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  color: #3280f5;
}
.vueRegisteredinfo.DetailPart .patient-detail .patient-disp .syndrome {
  margin: 10px 0 0 -19px;
}
.vueRegisteredinfo.DetailPart .patient-detail .patient-disp .syndrome li {
  display: inline-block;
  width: -moz-calc((50% - 5px));
  width: -webkit-calc((50% - 5px));
  width: calc((50% - 5px));
  margin: 0 5px 0 0;
  vertical-align: top;
}
.vueRegisteredinfo.DetailPart .patient-detail .patient-disp .syndrome li:last-child {
  margin: 0;
}
.vueRegisteredinfo.DetailPart .patient-detail .patient-disp .syndrome li .btn {
  margin-bottom: 6px;
}
.vueRegisteredinfo.DetailPart .patient-detail .patient-disp .syndrome li textarea {
  height: 230px;
}
.vueRegisteredinfo.DetailPart .patient-detail .multi-attr {
  margin: 0 -5px;
}
.vueRegisteredinfo.DetailPart .patient-detail .multi-attr li {
  display: inline-block;
  width: -moz-calc((50% - 10px));
  width: -webkit-calc((50% - 10px));
  width: calc((50% - 10px));
  margin: 0 5px 10px;
  float: left;
}
.vueRegisteredinfo.DetailPart .patient-detail .multi-attr li .photo-wrap {
  width: 100%;
  height: 138px;
}
.vueRegisteredinfo.DetailPart .patient-detail .multi-attr li .photo-wrap img {
  max-height: 136px;
}
.vueRegisteredinfo.DetailPart .patient-detail .photo-note {
  display: block;
  margin: 7px 0;
}
.vueRegisteredinfo.DetailPart .patient-detail .photo-wrap {
  display: table;
  width: 286px;
  height: 272px;
  margin: 10px 0 0;
  border: 1px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.vueRegisteredinfo.DetailPart .patient-detail .photo-wrap .inner-wrap {
  display: table-cell;
  vertical-align: middle;
}
.vueRegisteredinfo.DetailPart .patient-detail .photo-wrap .inner-wrap a {
  display: block;
}
.vueRegisteredinfo.DetailPart .patient-detail .photo-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 270px;
  margin: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.listStyleNone .round-btn {
  margin: 10px 10px 10px 0;
}
.listStyleNone .btn {
  border: 0;
}

input[type="text"].birth-gap {
  width: 150px;
  margin: 0 5px;
}

.btn-danger {
  max-width: 70px;
}

.send-list > tbody > tr > th, .send-list > tbody > tr > td {
  vertical-align: middle;
}

.pager-wrap .inner-attr {
  display: inline-block;
}
.pager-wrap .shift-icon, .pager-wrap .page-num {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .pager-wrap .shift-icon {
    margin: 0 -2.5px;
  }
}
.pager-wrap a {
  display: block;
  min-width: 28px;
  min-height: 28px;
  padding: 6px 2px;
  text-align: center;
  line-height: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #656565;
}
@media only screen and (min-width: 1025px) {
  .pager-wrap a:hover {
    background: #e6e6e6;
  }
}
.pager-wrap .page-num li {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .pager-wrap .page-num li {
    margin: 0 -2.5px;
  }
}
.pager-wrap .page-num li a.selected {
  background: #3280f5;
  color: #fff;
  border: 1px solid #3280f5;
}
@media only screen and (min-width: 1025px) {
  .pager-wrap .page-num li a.selected:hover {
    cursor: default;
  }
}
.pager-wrap .first-move a:before {
  content: '|';
  display: inline-block;
  padding: 0 1px 0 0;
  vertical-align: 1px;
  font-size: 12px;
}
.pager-wrap .last-move a:after {
  content: '|';
  display: inline-block;
  padding: 0 0 0 1px;
  vertical-align: 1px;
  font-size: 12px;
}

table > tbody tr td .birthday-se-w {
  width: -moz-calc((((100% - 130px) / 2) - 10px) / 3);
  width: -webkit-calc((((100% - 130px) / 2) - 10px) / 3);
  width: calc((((100% - 130px) / 2) - 10px) / 3);
  float: left;
}
table > tbody tr td .reg-rem-w {
  width: -moz-calc((100% - 10px) / 3);
  width: -webkit-calc((100% - 10px) / 3);
  width: calc((100% - 10px) / 3);
  float: left;
}

.mr-5 {
  margin-right: 5px;
}

.ml-20 {
  margin-left: 20px;
}

.pd-0 {
  padding: 0;
}

.txt-center {
  text-align: center;
}

.search-member > tbody > tr > th {
  width: 100px;
  line-height: 36px;
  text-align: right;
}
.search-member > tbody > tr > td {
  position: relative;
}
.search-member > tbody > tr > td:nth-child(2) {
  width: 45%;
}
.search-member > tbody > tr > td:nth-child(4) {
  width: 30%;
}
.search-member > tbody > tr .hyphen-mark {
  display: inline-block;
  width: 8px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin: -1px 0 0 6px;
  background: #000;
}

.user-memo table > tbody > tr > td {
  vertical-align: middle;
}
.user-memo table > tbody th, .user-memo table > tbody td {
  padding: 8px 2px;
}
@media only screen and (min-width: 1500px) {
  .user-memo table > tbody th, .user-memo table > tbody td {
    padding: 8px 4px;
  }
}
.user-memo th:nth-child(1), .user-memo td:nth-child(1) {
  width: 38px;
}
.user-memo th:nth-child(2), .user-memo td:nth-child(2) {
  width: 50px;
}
.user-memo th:nth-child(3), .user-memo td:nth-child(3) {
  width: 75px;
}
.user-memo th:nth-child(4), .user-memo td:nth-child(4) {
  width: 35px;
}
.user-memo th:nth-child(5), .user-memo td:nth-child(5) {
  width: 85px;
}
.user-memo th:nth-child(6), .user-memo td:nth-child(6) {
  width: 100px;
}
@media only screen and (min-width: 1500px) {
  .user-memo th:nth-child(6), .user-memo td:nth-child(6) {
    width: 60px;
  }
}
.user-memo th:nth-child(7), .user-memo td:nth-child(7) {
  width: 60px;
}
@media only screen and (min-width: 1500px) {
  .user-memo th:nth-child(7), .user-memo td:nth-child(7) {
    width: 45px;
  }
}
.user-memo th:nth-child(8), .user-memo th:nth-child(11), .user-memo td:nth-child(8), .user-memo td:nth-child(11) {
  width: 200px;
}
@media only screen and (min-width: 1500px) {
  .user-memo th:nth-child(8), .user-memo th:nth-child(11), .user-memo td:nth-child(8), .user-memo td:nth-child(11) {
    width: 100px;
  }
}
.user-memo th:nth-child(9), .user-memo td:nth-child(9) {
  width: 90px;
}
.user-memo th:nth-child(10), .user-memo td:nth-child(10) {
  width: 180px;
}
@media only screen and (min-width: 1500px) {
  .user-memo th:nth-child(10), .user-memo td:nth-child(10) {
    width: 90px;
  }
}
.user-memo th:nth-child(12), .user-memo td:nth-child(12) {
  width: 570px;
}
.user-memo th:nth-child(13), .user-memo th:nth-child(14), .user-memo td:nth-child(13), .user-memo td:nth-child(14) {
  width: 50px;
}
.user-memo th .tick-btn, .user-memo td .tick-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 4px;
  padding: 0;
}
.user-memo th input, .user-memo td input {
  padding-left: 2px;
}
.user-memo th .sel select, .user-memo td .sel select {
  padding: 0 17px 0 5px;
}
.user-memo th .sel:after, .user-memo td .sel:after {
  right: 6px;
}
.user-memo th .rel-disp, .user-memo td .rel-disp {
  border-bottom: 1px solid #08c;
  color: #08c;
  cursor: pointer;
}
.user-memo th .rel-disp:hover + .hover-disp, .user-memo td .rel-disp:hover + .hover-disp {
  display: block;
}
.user-memo th .hover-disp, .user-memo td .hover-disp {
  display: none;
  position: absolute;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #ccc;
}
.user-memo td:nth-child(2), .user-memo td:nth-child(3) {
  line-height: 36px;
}
.user-memo td:nth-child(9) input {
  padding: 0;
  text-align: center;
}
.user-memo textarea {
  height: 36px;
}

.file-upload {
  position: relative;
}
.file-upload.visible-frame {
  padding: 0;
}
.file-upload.visible-frame input[type="file"] {
  width: 100%;
  height: calc((2.25rem + 2px));
  position: relative;
  padding: .3rem .75rem;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  overflow: auto;
  -webkit-appearance: initial;
  border: 1px solid #9c9c9c;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background: #fff;
}

.dataTables_wrapper > .row {
  overflow: hidden !important;
}

.label-title {
  margin: 5px 0 15px;
  padding: 5px 25px;
  background: #627b88;
  color: #edf4f9;
}

.check-list-disp {
  padding: 0 4px;
}
.check-list-disp li {
  display: inline-block;
  width: 10%;
  margin: 10px 4px 0 -4px;
  padding: 0 10px 0 0;
  vertical-align: top;
}
.check-list-disp li .tick-btn input[type="checkbox"] ~ span {
  min-width: 65px;
  padding: 5px 1px;
  background: #6bef6b;
  color: #0000ff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #6bef6b;
  word-break: break-all;
}

.normal-table th {
  background: #2a3f54;
  color: #fff;
}
.normal-table th, .normal-table td {
  text-align: center;
}

.fl-pager > li {
  float: right;
}
.fl-pager .inner-wrap {
  padding-right: 10px;
}
.fl-pager .inner-wrap li {
  display: inline-block;
  vertical-align: top;
}
.fl-pager .inner-wrap li.selected a {
  background: #777;
  color: #fff;
}
.fl-pager .inner-wrap li a {
  min-width: 26px;
  padding: 0 5px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #73879C;
}

.daterangepicker {
  border: 1px solid #e2e4e7;
}
.daterangepicker.ltr .calendar.left {
  margin: 4px;
}
.daterangepicker.ltr .calendar.left .calendar-table {
  padding: 0;
}
.daterangepicker.dropdown-menu {
  display: none;
}
.daterangepicker.single.ltr .ranges {
  display: block !important;
  margin: 10px 0 20px;
  float: none;
  text-align: center;
}
.daterangepicker.single.ltr .ranges .range_inputs .btn {
  margin: 0 5px;
  padding: 0 10px;
}
.daterangepicker.single.ltr .ranges .range_inputs .btn.cancelBtn {
  background: #dadada;
}
.daterangepicker.single.ltr .ranges .range_inputs .btn.cancelBtn:hover {
  background: #e3e3e3;
}
.daterangepicker.single.ltr .calendar {
  float: none;
}
.daterangepicker .calendar-time .sel, .daterangepicker .calendar-table .sel {
  display: inline-block;
}
.daterangepicker .calendar-time .sel select, .daterangepicker .calendar-table .sel select {
  width: 100%;
  height: 32px;
  padding: 0 25px 0 10px;
}
.daterangepicker .calendar-time .svg-inline--fa, .daterangepicker .calendar-table .svg-inline--fa {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -7px;
}
.daterangepicker .calendar-time {
  margin: 5px auto 10px;
}
.daterangepicker .calendar-time .sel {
  margin: 0 1px;
}
.daterangepicker .calendar-table .sel {
  margin: 0 5px;
}
.daterangepicker .calendar-table .sel select {
  font-size: 14px;
}
.daterangepicker .calendar {
  margin: 4px;
}
.daterangepicker .calendar .calendar-table {
  width: 250px;
  padding: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.daterangepicker .calendar .calendar-table table {
  border: 0;
}
.daterangepicker .calendar .calendar-table table th, .daterangepicker .calendar .calendar-table table td {
  padding: 3px;
  line-height: 180%;
}
.daterangepicker .calendar .calendar-table table th {
  font-size: 114.2857%;
  cursor: default;
}
.daterangepicker .calendar .calendar-table table th.prev.available, .daterangepicker .calendar .calendar-table table th.next.available {
  cursor: pointer;
}
.daterangepicker .calendar .calendar-table table td {
  border: 0;
}

.line-push > thead > tr > td, .line-push > thead > tr > th, .line-push > tbody > tr > td, .line-push > tbody > tr > th {
  padding: 8px;
}

td span {
  line-height: 100%;
}

.input-group > .sel select {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

div.loading > div > img {
  margin: 0 auto;
}

.form-group .control-label {
  margin: 0;
}
