@charset "UTF-8";
/* Scss Document */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 160%;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.tooltip-inner {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../webfonts/fa-solid-900.woff") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff");
}

/* -----------------------
汎用
----------------------- */
html, body {
  color: #444444;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

i {
  margin-right: 8px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  min-height: 1px;
}

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.inline {
  display: inline;
}

.display_table {
  display: table;
}

.display_table_full {
  display: table;
  width: 100%;
}

.display_table-cell {
  display: table-cell;
  vertical-align: middle;
}

*:focus {
  outline: none;
}

a:focus, a:hover {
  outline: none;
  transition-property: "opacity,color,background-color";
  -webkit-transition-property: "opacity,color,background-color";
  -moz-transition-property: "opacity,color,background-color";
  -o-transition-property: "opacity,color,background-color";
  -ms-transition-property: "opacity,color,background-color";
  transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
}

a:focus.img_thumb, a:hover.img_thumb {
  opacity: 0.8;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
}

.img_thumb,
.img_thumb_unfill {
  width: 100%;
  height: 100%;
  padding: 100% 0 0 0;
  display: none;
}

/* ラジオボタン*/
[type="radio"]:checked, [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + span, [type="radio"]:not(:checked) + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 28px;
  color: #555555;
}

[type="radio"]:checked + span:before, [type="radio"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 4px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 2px solid #b6b6b6;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

[type="radio"]:checked + span:after, [type="radio"]:not(:checked) + span:after {
  position: absolute;
  top: 8px;
  left: 6px;
  content: '';
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
}

[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}

[type="radio"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}

/* チェックボックス*/
[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:checked + span, [type="checkbox"]:not(:checked) + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  color: #646464;
  line-height: 30px;
  cursor: pointer;
}

[type="checkbox"]:checked + span:before, [type="checkbox"]:not(:checked) + span:before {
  position: absolute;
  left: 2px;
  top: 6px;
  width: 18px;
  height: 18px;
  content: '';
  background: #ffffff;
  border: 2px solid #b6b6b6;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

[type="checkbox"]:checked + span:after, [type="checkbox"]:not(:checked) + span:after {
  position: absolute;
  left: 2px;
  top: 6px;
  width: 18px;
  color: #ffffff;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 14px;
  text-align: center;
  background: #000000;
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
}

[type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}

[type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}

/*テーブル*/
table tr td {
  vertical-align: middle !important;
}

table tr td label {
  margin-bottom: 0;
  font-weight: normal;
}

/*ぱんくず*/
.breadcrumb {
  padding: 15px 0 0 15px;
  font-size: 11px;
  background: #ffffff;
}

/*ページング*/
ul.paging {
  margin: 30px auto 0;
  text-align: center;
}

ul.paging li {
  float: left;
}

ul.paging li.disabled a {
  border: none;
  pointer-events: none;
}

ul.paging li a {
  display: block;
  width: 30px;
  margin: 5px;
  height: 30px;
  line-height: 30px;
}

ul.paging li a:hover {
  cursor: pointer;
  text-decoration: none;
}

ul.paging li a i {
  line-height: 28px;
  margin: 0;
}

ul.paging li.on a {
  color: #ffffff;
}

.form-control.small {
  width: 100px;
}

.form-control.medium {
  width: 180px;
}

.form-control.large {
  width: 365px;
}

select {
  padding: 0 24px 0 6px !important;
  background: #ffffff url(../img/select.png) no-repeat;
  background-position: right 8px center;
  background-size: 7px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

select:focus {
  color: #333333;
  background: #ffffff url(../img/select.png) no-repeat;
  background-position: right 8px center;
  background-size: 7px;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
}

:focus {
  outline: none !important;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../webfonts/fa-solid-900.woff") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff");
}

/* -----------------------
datepicker
----------------------- */
.ui-datepicker {
  display: none;
  background: #ffffff;
  padding: 0;
  z-index: 1000 !important;
  width: auto;
  height: auto;
  font-size: 12px !important;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0;
  margin: 0;
  color: #ffffff;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  top: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  font-family: FontAwesome;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  content: "\f104";
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  content: "\f105";
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 44px;
  text-align: center;
}

.ui-datepicker table {
  width: 100%;
}

.ui-datepicker table td,
.ui-datepicker table th {
  border: none;
  padding: 0;
}

.ui-datepicker table th {
  color: #ffffff;
  line-height: 44px;
  font-weight: normal;
  text-align: center;
}

.ui-datepicker table td span,
.ui-datepicker table td a {
  color: #000000;
  display: block;
  padding: 15px 0 13px;
  width: 44px;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker table td span:hover,
.ui-datepicker table td a:hover {
  font-weight: bold;
  background: rgba(153, 153, 153, 0.2);
}

.ui-datepicker table td.ui-state-disabled span {
  color: rgba(0, 0, 0, 0.26);
  background: none;
  border: none;
}

.ui-datepicker table td.ui-datepicker-week-end:last-child a {
  color: #0066ff;
}

.ui-datepicker table td.ui-datepicker-week-end:first-child a,
.ui-datepicker table td.holiday a {
  color: #cc0000;
}

.month-picker {
  font-size: 12px !important;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.month-picker table {
  border-spacing: 0 !important;
  border-collapse: separate !important;
  width: 100%;
}

.month-picker .ui-widget-header {
  border: none;
  border-radius: 0;
  margin: 0;
}

.month-picker .ui-widget-header .month-picker-previous .ui-button,
.month-picker .ui-widget-header .month-picker-next .ui-button {
  background: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0;
}

.month-picker .ui-widget-header .month-picker-previous .ui-button:before,
.month-picker .ui-widget-header .month-picker-next .ui-button:before {
  font-family: FontAwesome;
}

.month-picker .ui-widget-header .month-picker-previous .ui-button {
  background: url(../img/ios-arrow-back.svg) no-repeat center;
  background-size: 13px;
}

.month-picker .ui-widget-header .month-picker-next .ui-button {
  background: url(../img/ios-arrow-forward.svg) no-repeat center;
  background-size: 13px;
}

.month-picker .month-picker-month-table .ui-button {
  white-space: nowrap;
  padding: 0;
  margin: 0;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
}

.month-picker .month-picker-month-table .ui-button:hover {
  font-weight: bold;
  background: rgba(153, 153, 153, 0.2);
}

@font-face {
  font-family: "FontAwesome";
  src: url("../webfonts/fa-solid-900.woff") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff");
}

/* ラジオボタン*/
[type="radio"]:checked + span:before, [type="radio"]:not(:checked) + span:before {
  border: 2px solid #b6b6b6;
}

[type="radio"]:checked + span:after, [type="radio"]:not(:checked) + span:after {
  background: #003095;
}

/* チェックボックス*/
[type="checkbox"]:checked + span:before, [type="checkbox"]:not(:checked) + span:before {
  border: 2px solid #b6b6b6;
}

[type="checkbox"]:checked + span:after, [type="checkbox"]:not(:checked) + span:after {
  background: #003095;
}

label {
  font-weight: bold;
}

label.col-form-label.required:after {
  content: '必須';
  position: absolute;
  right: 0;
  padding: 0 4px 1px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  background: #ce1125;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  label.col-form-label.required:after {
    right: 15px;
  }
}

.form-group {
  margin-bottom: 2rem;
}

.form-control {
  border: none;
  border-bottom: 1px solid #dcdcdc;
  font-weight: normal;
}

.form-control.readonly {
  color: #646464;
  background-color: #fafafa !important;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #dcdcdc;
}

.form-control:focus:not([readonly]) {
  border-bottom: #92e3ed 2px solid;
}

table .form-control {
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}

table .form-control:focus {
  border-bottom: 1px solid #92e3ed;
}

.form-control.week-picker {
  width: 250px;
  text-align: center;
}

.confirm .form-group.row {
  border-bottom: rgba(33, 25, 23, 0.12) 1px solid;
}

.form-control,
.custom-select {
  border: none;
  border: 1px solid #dcdcdc;
  font-weight: normal;
}

.form-control.readonly,
.custom-select.readonly {
  color: #646464;
  background-color: #fafafa !important;
}

.form-control:focus,
.custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #dcdcdc;
}

.form-control:focus:not([readonly]),
.custom-select:focus:not([readonly]) {
  border: #92e3ed 2px solid;
}

.form-control.is-invalid:focus:not([readonly]),
.custom-select.is-invalid:focus:not([readonly]) {
  border-color: #ce1125;
}

.form-control[readonly], fieldset[disabled] .form-control {
  background: #ffffff;
}

/** placeholder */
.form-control::-webkit-input-placeholder {
  color: #d6d6d6;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #d6d6d6;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #d6d6d6;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #d6d6d6;
  opacity: 1;
}
.form-control::placeholder {
  color: #d6d6d6;
  opacity: 1;
}

.form-control::-moz-placeholder,
.form-control:-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #d6d6d6;
}

select {
  padding: 0 24px 0 6px !important;
  background: #ffffff url(../img/select.png) no-repeat;
  background-position: right 8px center;
  background-size: 7px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

select:focus {
  color: #333333;
  background: #ffffff url(../img/select.png) no-repeat;
  background-position: right 8px center;
  background-size: 7px;
}

select::-ms-expand {
  display: none;
}

.select-wrapper {
  position: relative;
}

.select-wrapper .form-control {
  background: #ffffff url(../img/select.png) no-repeat;
  background-position: right 8px center;
  background-size: 7px;
}

.select-wrapper .select-options {
  display: none;
  position: absolute !important;
  top: 2px;
  z-index: 50;
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  background: #ffffff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.select-wrapper .select-options li {
  padding: 15px;
  color: #003095;
}

.select-wrapper .select-options li:hover:not(.disabled) {
  cursor: pointer;
  background: rgba(153, 153, 153, 0.2);
}

.select-wrapper .select-options li.disabled {
  color: #aaaaaa;
}

#layer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 40;
}

.exception-error .close-img {
  width: 20%;
  height: 20%;
}

.btn {
  min-height: 30px;
  font-weight: 500;
  transition-property: "opacity,color,background-color";
  -webkit-transition-property: "opacity,color,background-color";
  -moz-transition-property: "opacity,color,background-color";
  -o-transition-property: "opacity,color,background-color";
  -ms-transition-property: "opacity,color,background-color";
  transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
}

.btn-area .btn {
  margin-right: 15px;
}

.btn-area .btn:last-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .btn-area .btn {
    width: 100%;
    margin: 0 0 15px;
  }
}

.btn.btn-orange {
  color: #ffffff;
  background: #fb8c00;
  border: #ef6c00 1px solid;
}

.btn.btn-orange:hover {
  background: #f57c00;
  border: #e65100 1px solid;
}

.btn.btn-orange:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 124, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 124, 0, 0.5);
}

.btn.btn-large {
  min-height: 48px;
}

.btn.btn-primary {
  background-color: #003095;
  border-color: #003095;
}

.btn.btn-primary:hover, .btn.btn-primary:active {
  background-color: #002677 !important;
  border-color: #002677 !important;
}

.btn.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 48, 149, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 48, 149, 0.5);
}

.btn.btn-radio {
  color: #9e9e9e;
  background: #eeeeee;
  border: #bfbfbf 1px solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-radio:focus {
  outline: none;
}

.btn.btn-radio.active {
  color: #ffffff !important;
  pointer-events: none;
}

.btn.btn-radio.active.blue {
  background: #1e88e5;
  border-color: #1565c0;
}

.btn.btn-radio.active.red {
  background: #d32f2f;
  border-color: #b71c1c;
}

.btn-area {
  text-align: center;
}

@-webkit-keyframes clickEffect {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(100);
    -webkit-transform: scale(100);
    -moz-transform: scale(100);
    -o-transform: scale(100);
    opacity: 0;
  }
}

@keyframes clickEffect {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(100);
    -webkit-transform: scale(100);
    -moz-transform: scale(100);
    -o-transform: scale(100);
    opacity: 0;
  }
}

html, body {
  background: #F2F3F8;
  color: #211917;
}

body {
  min-height: 100vh;
  padding-top: 56px;
}

a {
  color: #003095;
}

a:hover {
  color: #211917;
  text-decoration: none;
}

img {
  max-width: 100%;
}

iframe {
  width: 100%;
  border: none;
}

figure {
  margin: 0;
}

.text-danger,
.red,
.error {
  color: #D84D46 !important;
}

.text-primary,
.blue {
  color: #5171B9 !important;
}

.green {
  color: #689f38 !important;
}

.bg_gray {
  background: #F2F3F8;
}

h2 {
  text-align: center;
  font-size: 18px;
  border-bottom: rgba(33, 25, 23, 0.12) 1px solid;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

#content .content-inner {
  padding: 15px 0;
  background: #ffffff;
}

#content .content-inner .header {
  padding: 0 15px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: rgba(33, 25, 23, 0.12) 1px solid;
}

#content .content-inner .header h3 {
  font-size: 18px;
  padding: 4px 0 4px 8px;
  border-left: #003095 4px solid;
}

#content .content-inner .card-body h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}

#content .content-inner .card-body.display_flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  #content .content-inner .header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .content-inner .header h3 {
    width: 100%;
  }
}

.display_flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}

.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.img_thumb {
  height: auto;
}

.img_thumb.silver_ratio {
  padding-top: 70%;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

footer {
  font-size: 12px;
  padding: 8px 0;
}

.ui-datepicker .ui-datepicker-header {
  background: #003095;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background: #002677;
}

.ui-datepicker table thead th {
  background: #003DBF;
}

.ui-datepicker table .ui-datepicker-today .ui-state-active,
.ui-datepicker table .ui-datepicker-today .ui-state-highlight {
  background: #FFE5B3;
  font-weight: bold;
}

.ui-datepicker table .ui-datepicker-current-day a {
  background: #B3CDFF;
  font-weight: bold;
}

#g_nav {
  background: #003095;
  color: #ffffff;
}

#g_nav #login_shop_name {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  color: #ffffff;
}

#g_nav .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

#g_nav .navbar-nav .nav-item.active .nav-link,
#g_nav .navbar-nav .nav-item .nav-link:hover {
  color: #ffffff;
}

#g_nav .navbar-nav .nav-item.dropdown .dropdown-item:active {
  background: #003095;
}

#g_nav .nav-right li {
  margin-left: 15px;
  font-size: 12px;
}

@media screen and (max-width: 1023px) {
  #g_nav .navbar-nav .nav-item .nav-link {
    padding: 10px 0;
  }
  #g_nav .nav-right li {
    margin-left: 0;
  }
}

.pagination .page-item .page-link:hover {
  cursor: pointer;
}

.pagination .page-item .page-link i {
  margin: 0;
}

.pagination .page-item.active .page-link {
  background: #003095;
  border-color: #003095;
}

.pagination .page-item.active .page-link:hover {
  color: #ffffff;
}

.pagination .page-item.disabled .page-link {
  color: #cccccc;
}

.card.border-primary {
  border-color: #0F40B9 !important;
}

.card .card-header.bg-primary {
  background-color: #0F40B9 !important;
}

.card.border-danger {
  border-color: #ce1125 !important;
}

.card .card-header.bg-danger {
  background-color: #ce1125 !important;
}

.card.card-login {
  width: 75%;
  max-width: 768px;
}

@media screen and (max-width: 1023px) {
  .card.card-login {
    width: 100%;
  }
}

table thead th {
  background: #333333;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  border-top: none !important;
}

table.th-color th {
  background: #333333;
  color: #ffffff;
  font-weight: normal;
  border-top: none !important;
}

table.reserve_complete th {
  background: #0F40B9;
  color: #fbf500;
  font-size: 20px;
  border: #0F40B9 1px solid;
  border-bottom-color: #ffffff;
  vertical-align: middle;
}

table.reserve_complete td {
  color: #ce1125;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  background: #ffffff;
  border: #dee2e6 1px solid;
}

.modal .modal-header {
  background: #F2F3F8;
}

.modal#reserve_detail .modal-body,
.modal#reserve_add .modal-body {
  padding: 0;
}

.modal#reserve_detail .modal-body iframe,
.modal#reserve_add .modal-body iframe {
  vertical-align: bottom;
  border-radius: .3rem;
}

.modal-backdrop {
  width: 100%;
  height: 100%;
}

.shift_week > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.shift_week > .input-group {
  margin-right: 1rem;
}

.shift_week > .input-group:last-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .shift_week {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shift_week > .input-group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0;
  }
}

#car_size span {
  color: #ce1125;
  font-weight: bold;
  font-size: 36px;
}

.ui-draggable-dragging {
  z-index: 2000;
}

.ui-draggable-dragging * {
  text-indent: -9999px;
}

#time_table {
  max-width: 100%;
  font-size: 0;
  margin-top: 15px;
}

#time_table .label_area {
  min-width: 150px;
  max-width: 150px;
  font-size: 14px;
  margin-right: 15px;
}

#time_table .label_area .schedule {
  margin-bottom: 8px;
}

#time_table #reserve_schedule {
  display: inline-block;
  white-space: nowrap;
}

#time_table .subject_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: sticky;
  top: 80px;
  z-index: 900;
}

#time_table .subject_list .time {
  display: inline-block;
  height: 1px;
}

#time_table .subject_list .subject {
  background: #e8eeff;
  border-right: #003095 1px solid;
  padding: 8px 6px 7px;
  width: 120px;
  display: inline-block;
  text-align: center;
  color: #003095;
  font-size: 12px;
}

#time_table .subject_list.checkbox {
  position: static;
}

#time_table .subject_list.checkbox .subject {
  background: none;
  border: none;
}

#time_table .subject_list.checkbox .subject label {
  margin: 0;
}

#time_table .subject_list.checkbox .subject [type="checkbox"]:checked + span,
#time_table .subject_list.checkbox .subject [type="checkbox"]:not(:checked) + span {
  padding-left: 0;
  margin-right: 0;
  line-height: 18px;
}

#time_table .subject_list.checkbox .subject [type="checkbox"]:checked + span:before, #time_table .subject_list.checkbox .subject [type="checkbox"]:checked + span:after,
#time_table .subject_list.checkbox .subject [type="checkbox"]:not(:checked) + span:before,
#time_table .subject_list.checkbox .subject [type="checkbox"]:not(:checked) + span:after {
  top: 0;
  left: 0;
}

#time_table .btn {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 24px;
  background: none;
  color: #135381;
}

#time_table .btn i {
  margin: 0;
}

#time_table .btn:hover {
  background: rgba(138, 179, 207, 0.5);
}

#time_table .schedule {
  font-size: 14px;
  width: 100%;
  padding: 5px;
}

#time_table .time {
  display: inline-block;
  min-width: 50px;
  vertical-align: top;
}

#time_table .time .timeline {
  width: 100%;
  height: 100%;
}

#time_table .time .schedule {
  min-height: 104px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f0efef;
  border-bottom: #003095 1px solid;
  font-size: 12px;
}

#time_table .time .schedule p {
  width: 100%;
}

#time_table .time .schedule:first-child {
  min-height: 67px;
  background: #ffffff;
}

#time_table .time .schedule.sub_car, #time_table .time .schedule.reserve_count {
  min-height: 30px;
}

#time_table h3 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  height: 30px;
  padding: 6px 8px 7px;
  text-align: center;
  background: #135381;
  font-size: 12px;
  color: #ffffff;
  border-right: #e8eeff 1px solid;
}

#time_table h3 a {
  color: #ffffff;
}

#time_table .subject_wrap {
  display: inline-block;
  vertical-align: top;
}

#time_table .subject.sub_car .timeline,
#time_table .subject.sub_car .timeline .schedule,
#time_table .subject.sub_car .timeline > .layer,
#time_table .subject.reserve_count .timeline,
#time_table .subject.reserve_count .timeline .schedule,
#time_table .subject.reserve_count .timeline > .layer {
  min-height: 30px;
  height: 30px;
}

#time_table .subject .timeline {
  position: relative;
  width: 100%;
  min-height: 104px;
  background: #ffffff;
}

#time_table .subject .timeline > .layer {
  position: absolute;
  width: 100%;
  height: 104px;
}

#time_table .subject .timeline a:hover {
  text-decoration: none;
}

#time_table .subject .timeline > .shift-layer .schedule.span_1 {
  width: 30px;
}

#time_table .subject .timeline > .shift-layer .schedule:not(.reserve):after {
  content: "";
  display: block;
  margin: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 4px;
  border: #dddddd 1px solid;
}

#time_table .subject .timeline > .reserve-layer {
  display: block;
}

#time_table .subject .timeline .schedule {
  height: 104px;
  color: #333333;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  padding: 0;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  white-space: normal;
  vertical-align: top;
  display: inline-block;
}

#time_table .subject .timeline .schedule.delete {
  opacity: 0.5;
}

#time_table .subject .timeline .schedule.reserve {
  position: absolute;
  z-index: 800;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  border-color: transparent;
}

#time_table .subject .timeline .schedule.reserve > .inner {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 4px;
  margin: 2px;
}

#time_table .subject .timeline .schedule.reserve > .inner i {
  margin: 0;
}

#time_table .subject .timeline .schedule.reserve a {
  color: #ffffff;
}

#time_table .subject .timeline .schedule.reserve .badge {
  background: #ffffff;
  text-shadow: none;
  display: inline-block;
  width: 96%;
  min-height: 13px;
}

#time_table .subject .timeline .schedule.reserve .badge.badge-tel {
  color: #000000;
  background: #FFF100;
}

#time_table .subject .timeline .schedule.reserve .badge.badge-web {
  color: #000000;
  background: #3BFFFF;
}

#time_table .subject .timeline .schedule.reserve.impossible {
  color: #666666;
  text-shadow: none;
}

#time_table .subject .timeline .schedule.error, #time_table .subject .timeline .schedule.closed {
  font-size: 12px;
  border: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  min-height: 0;
  text-align: center;
}

#time_table .subject .timeline .schedule.row1 {
  height: 39px;
}

#time_table .subject .timeline .schedule.row2 {
  height: 80px;
}

#time_table .subject .timeline .schedule.row3 {
  height: 117px;
}

#time_table .subject .timeline .schedule.row4 {
  height: 160px;
}

#time_table .subject .timeline .schedule.row5 {
  height: 195px;
}

#time_table .subject .timeline .schedule.row6 {
  height: 240px;
}

#time_table .subject .timeline .schedule.row7 {
  height: 273px;
}

#time_table .subject .timeline .schedule.row8 {
  height: 320px;
}

#time_table .subject .timeline .schedule.row9 {
  height: 351px;
}

#time_table .subject .timeline .schedule.row10 {
  height: 400px;
}

#time_table .subject .timeline .schedule.row11 {
  height: 429px;
}

#time_table .subject .timeline .schedule.row12 {
  height: 480px;
}

#time_table .subject .timeline .schedule.row13 {
  height: 507px;
}

#time_table .subject .timeline .schedule.row14 {
  height: 560px;
}

#time_table .subject .timeline .schedule.row15 {
  height: 585px;
}

#time_table .subject .timeline .schedule.row16 {
  height: 640px;
}

#time_table .subject .timeline .schedule.row17 {
  height: 663px;
}

#time_table .subject .timeline .schedule.row18 {
  height: 720px;
}

#time_table .subject .timeline .schedule.row19 {
  height: 741px;
}

#time_table .subject .timeline .schedule.row20 {
  height: 800px;
}

#time_table .subject .timeline .schedule.row21 {
  height: 819px;
}

#time_table .subject .timeline .schedule.row22 {
  height: 880px;
}

#time_table .subject .timeline .schedule.row23 {
  height: 897px;
}

#time_table .subject .timeline .schedule.row24 {
  height: 960px;
}

#time_table .subject .timeline .schedule.row25 {
  height: 975px;
}

#time_table .subject .timeline .schedule.row26 {
  height: 1040px;
}

#time_table .subject .timeline .schedule.row27 {
  height: 1053px;
}

#time_table .subject .timeline .schedule.row28 {
  height: 1120px;
}

#time_table .subject .timeline .schedule.row29 {
  height: 1131px;
}

#time_table .subject .timeline .schedule.row30 {
  height: 1200px;
}

#time_table .subject .timeline .schedule.row31 {
  height: 1209px;
}

#time_table .subject .timeline .schedule.row32 {
  height: 1280px;
}

#time_table .subject .timeline .schedule.row33 {
  height: 1287px;
}

#time_table .subject .timeline .schedule.row34 {
  height: 1360px;
}

#time_table .subject .timeline .schedule.row35 {
  height: 1365px;
}

#time_table .subject .timeline .schedule.row36 {
  height: 1440px;
}

#time_table .subject .timeline .schedule.row37 {
  height: 1443px;
}

#time_table .subject .timeline .schedule.row38 {
  height: 1520px;
}

#time_table .subject .timeline .schedule.row39 {
  height: 1521px;
}

#time_table .subject .timeline .schedule.row40 {
  height: 1600px;
}

#time_table .subject .timeline .schedule.row41 {
  height: 1599px;
}

#time_table .subject .timeline .schedule.row42 {
  height: 1680px;
}

#time_table .subject .timeline .schedule.row43 {
  height: 1677px;
}

#time_table .subject .timeline .schedule.row44 {
  height: 1760px;
}

#time_table .subject .timeline .schedule.row45 {
  height: 1755px;
}

#time_table .subject .timeline .schedule.row46 {
  height: 1840px;
}

#time_table .subject .timeline .schedule.row47 {
  height: 1833px;
}

#time_table .subject .timeline .schedule.row48 {
  height: 1920px;
}

#time_table .subject .timeline .schedule.row49 {
  height: 1911px;
}

#time_table .subject .timeline .schedule.row50 {
  height: 2000px;
}

#time_table .subject .timeline .schedule.row51 {
  height: 1989px;
}

#time_table .subject .timeline .schedule.row52 {
  height: 2080px;
}

#time_table .subject .timeline .schedule.row53 {
  height: 2067px;
}

#time_table .subject .timeline .schedule.row54 {
  height: 2160px;
}

#time_table .subject .timeline .schedule.row55 {
  height: 2145px;
}

#time_table .subject .timeline .schedule.row56 {
  height: 2240px;
}

#time_table .subject .timeline .schedule.row57 {
  height: 2223px;
}

#time_table .subject .timeline .schedule.row58 {
  height: 2320px;
}

#time_table .subject .timeline .schedule.row59 {
  height: 2301px;
}

#time_table .subject .timeline .schedule.row60 {
  height: 2400px;
}

#time_table .subject.reserve_count .timeline > .layer .schedule:after {
  content: attr(data-reservecount);
}

#time_table.sub_car {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#time_table.sub_car #reserve_schedule {
  width: 100%;
}

#time_table.sub_car #reserve_schedule .date_row:nth-child(odd) {
  background: rgba(242, 243, 248, 0.5);
}

#time_table.sub_car #reserve_schedule .date_row:nth-child(odd) .timeline {
  background: none;
}

#time_table.sub_car #reserve_schedule .schedule_date {
  width: 50px;
  padding: 5px;
  font-size: 12px;
  border-bottom: rgba(33, 25, 23, 0.12) 1px solid;
  text-align: center;
}

#time_table.sub_car .subject_list {
  position: sticky;
  top: 80px;
  z-index: 1000;
}

#time_table.sub_car .subject_list .subject {
  background: #e8eeff;
  border-right: #003095 1px solid;
  padding: 8px 6px 7px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  display: inline-block;
  text-align: center;
  color: #003095;
  font-size: 12px;
}

#time_table.sub_car .subject_list .subject:first-child {
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

#time_table.sub_car .time .schedule {
  min-height: 30px;
  font-size: 12px;
  border-bottom-color: #ffffff;
}

#time_table.sub_car .time .schedule:first-child {
  min-height: 30px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f0efef;
}

#time_table.sub_car .subject .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: 30px;
  width: 100%;
}

#time_table.sub_car .subject .timeline > .schedule {
  height: 30px;
}

#time_table.sub_car .subject .timeline > .schedule.span_1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#time_table.sub_car .subject .timeline > .schedule:not(.reserve):after {
  content: "";
  display: block;
  margin: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 4px;
  border: rgba(33, 25, 23, 0.12) 1px solid;
}

#time_table.sub_car .subject .timeline > .schedule.disabled:after {
  background: #FFF0BD;
}

#time_table.sub_car .subject .timeline > .schedule.disabled:hover {
  cursor: pointer;
}

.keep, .new_reserve, .alacarte {
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 4px;
  display: inline-block;
  color: #ffffff;
}

.keep {
  border: rgba(33, 25, 23, 0.12) 1px solid;
  background: #999999;
}

.new_reserve {
  background: #28a745;
  border: rgba(33, 25, 23, 0.12) 1px solid;
}

.alacarte {
  background: #999900;
  border: rgba(33, 25, 23, 0.12) 1px solid;
}

.selection {
  background: rgba(0, 0, 255, 0.1);
  border-radius: 0.1em;
  border: 0.05em solid rgba(0, 0, 255, 0.2);
}

.date_btn_area {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.date_btn_area > * {
  margin: 0 8px;
}

.date_btn_area .btn i {
  margin: 0;
}

#delete_area {
  padding: 10px;
  background: #ffffff;
  font-size: 14px;
}

#delete_area .inner {
  border: rgba(33, 25, 23, 0.12) 4px dashed;
  padding: 50px 20px;
  text-align: center;
  background: url(../img/trash-alt-solid.svg) no-repeat center;
  background-size: 80px;
}

#hold_area {
  padding: 10px;
  font-size: 14px;
}

#hold_area > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#hold_area .customer {
  padding: 5px 10px;
  border-radius: 4px;
  margin: 2px;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  border-top: transparent 8px solid;
}

#hold_area .customer:hover {
  cursor: pointer;
  opacity: 0.8;
}

#hold_area .customer.category_1 {
  border-top-color: #28a745;
}

#hold_area .customer.category_2 {
  border-top-color: #007bff;
}

#hold_area .customer.category_3 {
  border-top-color: #ffc107;
}

#hold_area .customer span {
  font-size: 10px;
}

#hold_area .customer.ui-draggable-dragging {
  height: 104px;
  padding: 0;
  text-align: center;
  overflow: hidden;
}

#hold_area .customer.ui-draggable-dragging > .inner {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 4px;
  margin: 2px;
}

#hold_area .btn {
  letter-spacing: 0;
  padding: 4px 10px;
  height: 34px;
  margin-left: auto;
}

#loading {
  position: fixed;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  -webkit-transform: translateY(-500px);
  transform: translateY(-500px);
  border-radius: 50%;
  border: 4px solid #003095;
  border-right-color: transparent;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

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

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

#calendar .calendar-title {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: rgba(33, 25, 23, 0.12) 1px solid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#calendar .calendar-title .this_month {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  text-align: center;
}

#calendar .calendar-title .prev .btn, #calendar .calendar-title .next .btn {
  font-size: 16px;
}

#calendar .calendar-title .prev .btn i, #calendar .calendar-title .next .btn i {
  color: #003095;
}

#calendar .calendar-title .next i {
  margin: 0 0 0 8px;
}

#calendar .state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  margin-bottom: 8px;
}

#calendar .state .btn {
  pointer-events: none;
}

#calendar .state .btn i {
  width: 16px;
  height: 16px;
  background-size: 16px;
}

#calendar .state dd {
  padding-right: 15px;
}

#calendar table.state-calendar thead th {
  background: none;
  color: #211917;
}

#calendar table.state-calendar th .date, #calendar table.state-calendar td .date {
  font-size: 16px;
  margin-bottom: 8px;
  vertical-align: top;
}

#calendar table.state-calendar th, #calendar table.state-calendar td {
  text-align: center;
  vertical-align: top !important;
}

#calendar table.state-calendar .blue {
  color: #1183CF;
  background: #ECF7FE;
}

#calendar table.state-calendar .red {
  color: #CE1123;
  background: #FFF5F6;
}

#calendar table.state-calendar .disabled {
  background: #F2F3F8;
}

#calendar.shift.content-inner .card-body h4 {
  color: #333333;
}

#calendar.shift.content-inner .card-body h4.week_6 {
  color: #1183CF;
}

#calendar.shift.content-inner .card-body h4.week_0, #calendar.shift.content-inner .card-body h4.holiday {
  color: #CE1123;
}

#timeModal .state-calendar {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#timeModal .state-calendar .time-th {
  -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
  background-color: #fff5ae;
  text-align: center;
  font-weight: bold;
  padding-top: 2.0rem !important;
}

#timeModal .state-calendar .time {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
}

#timeModal .state-calendar .time-th,
#timeModal .state-calendar .time {
  padding: .75rem;
  border-right: rgba(33, 25, 23, 0.12) 1px solid;
  border-bottom: rgba(33, 25, 23, 0.12) 1px solid;
}

#timeModal .state-calendar .time-th > p,
#timeModal .state-calendar .time > p {
  font-weight: bold;
}

.extra_shift {
  margin-top: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.extra_shift > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: .3rem;
  border-bottom: rgba(33, 25, 23, 0.12) 1px solid;
  border-right: rgba(33, 25, 23, 0.12) 1px solid;
  text-align: center;
}

.extra_shift > div > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.extra_shift > .extra_shift-header {
  background: #333333 !important;
  color: #ffffff;
  border-right: #ffffff 1px solid !important;
}

@media screen and (max-width: 1023px) {
  .extra_shift > div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.xdsoft_datetimepicker {
  padding: 0;
}

.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background: none;
  text-indent: inherit;
  font-style: normal;
}

.xdsoft_datetimepicker .xdsoft_label i:before, .xdsoft_datetimepicker .xdsoft_prev:before, .xdsoft_datetimepicker .xdsoft_next:before, .xdsoft_datetimepicker .xdsoft_today_button:before {
  color: #ffffff;
  font-family: FontAwesome;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  background: #6A0000;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button, .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label {
  float: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev:before {
  content: '\f053';
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next:before {
  content: '\f054';
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button:before {
  content: '\f015';
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label i:before {
  content: '\f0d7';
  font-size: 10px;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_month, .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_year {
  background: none;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_monthselect .xdsoft_option, .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_yearselect .xdsoft_option {
  color: #333333;
  font-weight: normal;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar th, .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar td {
  background: none;
  border: none;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar th > div, .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar td > div {
  padding: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar th {
  background: #B02424;
  color: #ffffff;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar td:hover {
  background: rgba(153, 153, 153, 0.2) !important;
  color: #333333 !important;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar td.xdsoft_current {
  background: #FFE5B3 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333333;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  padding: 0 8px;
  margin: 0 !important;
  width: 70px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  margin: 0;
  width: 100%;
  height: auto;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:before {
  content: '\f077';
  color: #B02424;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:before {
  content: '\f078';
  color: #B02424;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: none;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: rgba(153, 153, 153, 0.2) !important;
  color: #333333 !important;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #FFE5B3 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333333;
}

.month-picker .ui-widget-header .month-picker-year-table {
  background: #003095;
  color: #ffffff;
}

.month-picker .ui-widget-header .month-picker-year-table .ui-button:hover {
  cursor: pointer;
}

.month-picker .ui-widget-header .month-picker-year-table .month-picker-previous .ui-button:hover,
.month-picker .ui-widget-header .month-picker-year-table .month-picker-next .ui-button:hover {
  background-color: #6A0000;
}

.month-picker .month-picker-month-table {
  background: #ffffff;
}

.month-picker .month-picker-month-table .ui-button.ui-state-highlight {
  font-weight: bold;
  background: #FFE5B3;
}

.btn.btn-state-circle.event_none, .btn.btn-state-close.event_none, .btn.btn-state-triangle.event_none {
  pointer-events: none;
  margin: 0 5px;
}

.btn.btn-state-no_reserved {
  color: #fff;
  background-color: #FA8994;
  border-color: #FA8994;
}

.btn.btn-state-circle {
  color: #fff;
  background-color: #0097DB;
  border-color: #0097DB;
}

.btn.btn-state-close {
  border: rgba(33, 25, 23, 0.12) 1px solid;
  border-width: 2px;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn.btn-state-triangle {
  color: #fff;
  background-color: #00B84A;
  border-color: #00B84A;
}

.icon-state {
  margin: 0 auto;
  display: block;
  width: 20px;
  height: 20px;
}

.icon-state.state-no_reserved {
  background: url(../img/state_close.svg) no-repeat;
  background-size: 20px;
}

.icon-state.state-circle {
  background: url(../img/state_wcircle.svg) no-repeat;
  background-size: 20px;
}

.icon-state.state-triangle {
  background: url(../img/state_circle.svg) no-repeat;
  background-size: 20px;
}

.icon-state.state-close {
  background: url(../img/state_triangle.svg) no-repeat;
  background-size: 20px;
}

.maker_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.maker_list li {
  -ms-flex-preferred-size: 16.6%;
      flex-basis: 16.6%;
  padding: 8px;
  font-size: 11px;
  text-align: center;
  font-weight: normal;
}

.maker_list li label {
  display: block;
  border: rgba(33, 25, 23, 0.12) 1px solid;
  border-width: 2px;
  height: 100%;
  padding: 4px 0;
}

.maker_list li label:hover {
  background: rgba(33, 25, 23, 0.05);
  cursor: pointer;
}

.maker_list li label.active {
  border: #0F40B9 2px solid;
}

@media screen and (max-width: 767px) {
  .maker_list li {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
  }
}

.menu_list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}

.menu_list li {
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  padding: 0 15px;
  text-align: center;
  margin-top: 15px;
}

.menu_list li label {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border: rgba(33, 25, 23, 0.12) 1px solid;
  border-width: 2px;
}

.menu_list li label.disabled {
  opacity: 0.4;
}

.menu_list li label:not(.disabled):hover {
  cursor: pointer;
  opacity: 0.8;
}

.menu_list li label h4 {
  font-size: 100% !important;
  padding: 8px 0;
  margin-bottom: 0 !important;
  background: rgba(33, 25, 23, 0.12);
}

.menu_list li label.active {
  border: #0F40B9 2px solid;
}

.menu_list li label.active h4 {
  background: #0F40B9;
  color: #ffffff !important;
}

@media screen and (max-width: 1023px) {
  .menu_list {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .menu_list li {
    flex-basis: 50%;
    -ms-flex-preferred-size: 43%;
    margin-bottom: 15px;
  }
}

.course_detail {
  display: none;
}

.course_detail .inner {
  position: relative;
  padding: 30px 15px;
  margin-top: 15px;
  border-radius: 10px;
  border: 2px solid #003ec0;
  background: #ffffff;
}

.course_detail .inner:before {
  content: "";
  position: absolute;
  top: -30px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #003ec0;
}

.course_detail .inner .menu_list {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.course_detail .inner .menu_list li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 15px 15px 0;
  margin-bottom: 0;
}

.course_detail.div_0 .inner:before {
  left: 12.5%;
}

.course_detail.div_1 .inner:before {
  left: 37.5%;
}

.course_detail.div_2 .inner:before {
  left: 62.5%;
}

.course_detail.div_3 .inner:before {
  left: 87.5%;
}

@media screen and (max-width: 767px) {
  .course_detail .inner .menu_list li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .course_detail .inner:before {
    left: 50% !important;
  }
}

.alert.ajax-alert {
  position: fixed;
  z-index: 1040;
  top: 15px;
}

.context-menu-item:not(.context-menu-separator) {
  padding: .8em 2em !important;
}

.context-menu-item:not(.context-menu-separator).context-menu-icon-delete, .context-menu-item:not(.context-menu-separator).context-menu-icon.context-menu-icon-delete::before {
  color: #ce1125;
}

/* header toggle button */
input {
  display: none;
}

input + label,
input + label::before,
input + label::after {
  -webkit-transition: all .2s;
  transition: all .2s;
}

input + label {
  margin-bottom: 0 !important;
  display: inline-block;
  position: relative;
  width: 85px;
  height: 32px;
  border-radius: 24px;
  cursor: pointer;
}

input + label::before {
  position: absolute;
  display: block;
  content: attr(data-off-label);
  top: 6px;
  right: 7px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14.5px;
}

input + label::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
}

input:checked + label::before {
  content: attr(data-on-label);
  left: 7px;
  right: auto;
  color: #fff;
}

input:checked + label::after {
  left: 54px;
  background-color: #fff;
}

#switch + label {
  background-color: #a9a9a9;
}

#switch + label::before {
  color: #fff;
}

#switch:checked + label {
  background-color: #00B050;
}

#switch:checked + label::before {
  color: #fff;
}
/*# sourceMappingURL=admin.css.map */