@import url("reset.css");
.dosp {
  display: none;
}
/* common */
:root {
  --color-pink: #ff9191;
  --color-blue: #91dbff;
  --color-blue2: #91ebff;
  --color-orange: #ffa591;
  --color-purple: #cb91ff;
  --color-yellow: rgb(253, 255, 130);
  --color-green: rgb(180, 255, 130);
  --color-gray: #777;
}
.bgYellow {
  background: var(--color-yellow) !important;
}
.bgBlue {
  background: var(--color-blue2) !important;
}
.fontL {
  font-size: 20px;
}
.fontXL {
  font-size: 24px;
}
body {
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #4e463f;
    background-color: #fffbf8;
}
#wrapper {
    /* background: #dfdfdf; */
}
main {
    float: right;
    width: calc(100% - 280px);
    margin-right: 20px;
    min-height: 100vh;
    margin-bottom: 80px;
}
aside {
  float: left;  
  width: 240px;
  height: 100vh;
  background: #180c01;
  position: fixed;
}
main .title {
    font-size: 18px;
    border-left: solid 5px #bdb1a7;
    color:#333;
    line-height: 30px;
    padding: 8px 5px 5px 10px;
    margin: 13px 0;
    font-weight: 400;
}
main .title i {
  margin-right: 5px;
}


main .headinfo {
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
main .headinfo .title {
    font-size: 18px;
    border-left: solid 5px #bdb1a7;
    color:#333;
    line-height: 30px;
    padding: 8px 5px 5px 10px;
    margin: 13px 0;
    font-weight: 400;
}
main .headinfo .title i {
  margin-right: 5px;
}

main .headinfo .loginName {
    background: #3a2009;
    color: #fff;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    padding:0 10px;
    border-radius: 20px;
}

article::after {
  content: '';
  display: block;
  clear: both;
}
.clear::before,.clear::after {
  content: '';
  display: block;
  clear: both;
}
#modal .title {
    font-size: 18px;
    border-left: solid 5px #bdb1a7;
    color:#333;
    line-height: 30px;
    padding: 8px 5px 5px 10px;
    margin: 13px 0;
    font-weight: 400;
}
footer #copyRight {
  text-align: center;
  color: var(--color-pink);
  background: #fff;
  font-size: 12px;
  line-height: 16px;
}
form {
  margin: 0;
}
select, input[type="text"], input[type="date"], input[type="number"], input[type="password"], textarea {
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 5px;
    margin-right: 5px;
    background-color: #fff !important;
    text-align: left;
    box-sizing: border-box;
    outline: none;
}
select:focus, input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: dodgerBlue;
    box-shadow: 0 0 8px 0 dodgerBlue;
}

.bgw {
  background: #fff;
}
/* navi */
#navi .headLogo {
  padding: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .1em;
  background: #3a2009;
  font-family: "M PLUS Rounded 1c";
  text-align: center;
}
#navi .loginName {
    background: #b38c6a;
    color: #fff;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
}
#navi .head {
    margin-top: 10px;
    color: #c9c9c9;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding-left: 10px;
}
#navi ul:nth-child(1) {
  margin-top: 40px;
  border-bottom: solid 1px #efefef;
}
#navi ul {
  /* font-size: 18px; */
  justify-content: flex-start;
  /* margin-top: 20px; */
}
#navi ul li {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #5c5c5c;
}
#navi ul li a {
  color:#fff;
}
#navi ul li i {
  width: 30px;
  text-align: center;
}
#navi ul li.current {
  background: #4e463f;
  border-left: solid 5px #423a33;
}
#navi ul li.current a {
  color:#fff9ad;
  font-weight: bold;
  text-shadow: 0px 1px 0px #3a2009;
}
/* commonHeader */
#commonHeader {
  font-size: 22px;
  font-weight: 500;
  border-bottom: solid 3px var(--color-gray);
}
#commonHeader li {
  margin: 10px;
  line-height : 40px;
}
#commonHeader li span {
    position: relative;
    font-size: 30px;
    line-height: 20px;
    color: var(--color-pink);
    margin-left: 10px;
    padding: 0 10px;
    background: #fff;
    border-radius: 3px;
    border: solid 1px #ccc;
}
/* index */
#index table,#index th,#index td {
  border: none;
}
#index th {
  font-weight: 400;
}
#index th label {
background: #bdb1a7;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    position: relative;
    top: -2px;
    border-radius: 3px;
}
#index td {
  text-align: left;
}
#index table {
    width: 90%;
    margin: 0 5%;
}
#index #panel {
    width: 400px;
    height: auto;
    background: #fff;
    padding: 20px;
    border: solid 1px #ccc;
    position: fixed;
    top: calc(50% - 135px);
    left: calc(50% - 200px);
    box-shadow: 0px 5px 10px #ccc;
    border-radius: 3px;
}
#index #indexLogo {
    margin: 0 auto 10px;
}
#index #loginbtn {
    background: #3a2009;
    width: 50%;
    margin: 10px 25%;
    border: none;
    color: #fff;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
}
.error {
    color: #fff;
    box-shadow: 0px 3px 5px #ccc;
    margin-bottom: 5px;
    font-size: 12px;
    text-align: center;
    background: #ff386a;
    height: 20px;
    border-radius: 3px;
}
/* top */
#scheduleList {
  margin-top: 20px;
}
#top .girlLabel {
  float: left;
  background: var(--color-pink);
  color: #fff;
  border-radius: 3px;
  border: solid 1px #ccc;
  font-weight: bold;
  margin: 0 10px 10px 0;
  padding: 5px;
  font-size: 18px;
  text-align: center;
  height: 80px;
  width: 120px;
}
#top .girlLabel a {
  text-decoration: none;
  color: inherit;
}
#top .girlLabel .name {
  line-height: 20px;
  margin-top: 3px;
}
#top .girlLabel .nextAttend {
    font-size: 12px;
    line-height: 14px;
    background: #fff;
    border-radius: 3px;
    color: var(--color-gray);
    text-align: center;
    position: relative;
}
#top .girlLabel .nextAttend span {
    position: absolute;
    left: -14px;
    top: -2px;
    background: #ff9191;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 30px;
    height: 20px;
    width: 20px;
    display: inline-block;
    line-height: 20px;
}
#top .girlLabel .time {
  font-size: 34px;
  line-height: 38px;
}
#top .girlLabel.outOfWork:before {
  content: '時間外';
}
#top .girlLabel.outOfWork {
  color: var(--color-gray);
  position: relative;
  background: #ccc;
}
#top .girlLabel.outOfWork:before {
    position: absolute;
    top: -14px;
    content: '時間外';
    background: #fff;
    font-size: 15px;
    left: -10px;
    border-radius: 3px;
    padding: 0 3px;
    box-shadow: 0 0 5px #333;
    height: 20px;
    line-height: 22px;
}
#top .girlLabel.inOperation {
  position: relative;
  background: #ffb082;
}
#top .girlLabel.inOperation:before {
    position: absolute;
    top: -10px;
    content: '接客中';
    background: #fff;
    font-size: 15px;
    left: -10px;
    border-radius: 3px;
    padding: 0 3px;
    box-shadow: 0 0 5px #333;
    background: #ff7e33;
    color: #fff;
}

.girlList {
  position: relative;
  margin-top: 20px;
  width: 100%;
  min-height: 50px;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
  height: 220px;
}
.girlList .header {
  overflow: hidden;
  width: 130px;
  float: left;
}
.girlList .timeLabel {
  float: left;
  background: #ff4d86;
  color:#fff;
  border-radius: 3px;
  border: solid 1px #ccc;
  font-weight: bold;
  margin: 0 10px 0 0;
  padding: 5px;
  font-size: 18px;
  text-align: center;
  height: 100px;
  width: 120px;
}
.girlList .timeLabel.disabled {
  background: var(--color-gray);
  color:#ccc;
}
.girlList .timeLabel.over {
  opacity: 0.2;
  animation: flash 1.5s infinite linear;
}
.girlList .timeLabel .remain {
  font-size: 12px;
}
.girlList .timeLabel .remain span {
  font-size: 36px;
  letter-spacing: -2px;
}
.girlList .timeLabel .end {
  font-size: 14px;
}
.girlList .timeLabel .end span {
  font-size: 26px;
  line-height: 20px;
}
.girlList .carLabel {
    position: absolute;
    left: 0;
    top: 110px;
    background: #b4ff82;
    padding: 10px;
    border-radius: 3px;
    border: solid 1px #ccc;
    width: 249px;
}
.girlList .slipWrapper {
    width: calc(100% - 130px);
    margin-left: 130px;
}
.girlList .slipList {
    float: left;
    border-radius: 3px;
    padding: 0;
    border: solid 1px #ccc;
    position: relative;
}
.girlList .slipList .group0 {
  display: none;
}
.girlList .slipList [class^="group"] {
    position: absolute;
    right: -10px;
    top: -20px;
    color: #fff;
    padding: 2px;
    border-radius: 3px;
    border: solid 2px #fff;
    box-shadow: 0 0 5px #333;
}
.girlList .slipList .group1 {
background: var(--color-pink);
}
.girlList .slipList .group2 {
background: var(--color-blue);
}
.girlList .slipList .group3 {
background: var(--color-orange);
}
.girlList .slipList .group4 {
background: var(--color-purple);
}
.girlList .slipList .group5 {
background: var(--color-green);
}
.girlList .slipList.num2 {
  width: calc((100% - 550px) / 1);
}
.girlList .slipList.num3 {
  width: calc((100% - 550px) / 2);
}
.girlList .slipList.num4 {
  width: calc((100% - 550px) / 3);
}
.girlList .slipList.num5 {
  width: calc((100% - 550px) / 4);
}
.girlList .slipList.num6 {
  width: calc((100% - 550px) / 5);
}
.girlList .slipList.num7 {
  width: calc((100% - 550px) / 6);
}
.girlList .slipList.num8 {
  width: calc((100% - 550px) / 7);
}
.girlList .slipList.num9 {
  width: calc((100% - 550px) / 8);
}
.girlList .slipList.num10 {
  width: calc((100% - 550px) / 9);
}
.girlList .slipList.type0 .inner {
  background: #fff;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #fff, #e1ffe4);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #fff, #e1ffe4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.girlList .slipList.type1 .inner {
  background: #fff;
}
.girlList .slipList.mode1 .inner {
  position:relative;
  z-index:1;
}
.girlList .slipList.mode2 .inner {
  position:relative;
  z-index:1;
  border: solid 3px #ff4d86;
}
.girlList .slipList.mode3 .inner {
  position:relative;
  z-index:1;
  border: solid 3px #ff4d86;
  top: -3px;
}
.girlList .slipList.mode4 .inner {
  background: #ccc;
}
.girlList .slipList.endService .inner {
  background: #ccc;
}
.girlList .slipList .inner.active {
    z-index: 10;
    position: relative;
}
.girlList .slipList .inner {
  background: #fff;
  box-shadow: 0 0 10px #333;
  border-radius: 5px;
  width: 550px;
}
.girlList .slipList ul {
  border-bottom: solid 1px #ccc;
  margin-bottom: 0;
}
.girlList .slipList li {
    line-height: 26px;
    cursor: pointer;
    padding: 2px;
}
.girlList .slipList li:first-child {
    /* border-left: solid 1px #ccc; */
}
.girlList .slipList li:last-child {
    border-right: none;
}
.girlList .slipList li.bigTextLabel {
  position: relative;
  top: 5px;
}
.girlList .slipList li.bigText {
    font-size: 20px;
    background: #fff;
    padding: 2px 4px;
    margin: 4px;
    border-radius: 3px;
    border: solid 1px #ccc;
}
.girlList .slipList li.slipLabel {
  font-weight: bold;
}
.girlList .slipList li.startTime {
  background: var(--color-yellow);
}
.girlList .slipList li.totalPrice {
    font-weight: bold;
    background: var(--color-pink);
    color: #fdff82;
    margin-left: auto;
    margin-right: 0;
    font-size: 19px;
    line-height: 26px;
}
.girlList .slipList .timerBtn {
    background: #fff;
    font-weight: bold;
    padding: 1px 5px;
    border-radius: 5px;
    position: relative;
    left: -1px;
    top: 4px;
}
.girlList .slipList .timerBtn.mode0 {
    background: var(--color-blue2);
    color: var(--color-yellow);
}
.girlList .slipList .timerBtn.mode1 {
    background: var(--color-pink);
    color: #fff;
}
.girlList .slipList .timerBtn.mode2 {
    background: #ff4d86;
    color: #fff;
}
.girlList .slipList .timerBtn.mode3 {
    background: #ff4d86;
    color: #fff;
}
.girlList .addBtn {
  background: #82e2ff;
  color: #fff;
  position: absolute;
  right: 50px;
  top: calc(50% - 25px);
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 40px;
  border-radius: 50px;
  line-height: 55px;
  cursor: pointer;
}

/* tableCommon */
table {
    border: solid 1px #ccc;
    border-collapse:collapse;
    margin: 10px 0;
    background: #fff;
}
thead {
    font-weight: bold;
    background: #bdb1a7;
    color: #fff;
}
th,td {
    border: solid 1px #e0e5e7;
    border-collapse:collapse;
    border-spacing: 0;
    padding: 6px 6px;
}

.dataBox th, .dataBox .head  {
    background: #bdb1a7;
    color:#fff;
}

.dataBox td {
    padding: 6px 6px 0;
}

#historyList tbody tr:hover {
  background: #e5f3fb !important;
  cursor: pointer;
}
#historyList tbody tr.current {
  position: relative;
}
#historyList tbody tr.current::after {
    content: '　';
    display: block;
    position: absolute;
    width: calc(100% - 2px);
    height: 100%;
    left: 0;
    opacity: 0;
    background-color: #b9ff5c66 !important;
    animation: flash 1.5s infinite linear;
}

@keyframes flash {
  50% {
    opacity: 1;
  }
}
tr.active {
  color: #fff;
  background: #ff9191;
  font-weight: bold;
  cursor: pointer;
}
/* .btn */
.btn {
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    font-size: 12px;
    color:#fff;
    letter-spacing: .1em;
}
.btn:hover {
  color: #fff;
}
.title .btn {
    display: inline-block;
    margin-left: 10px;
    height: 30px;
    line-height: 29px;
    font-size: 16px;
    padding: 0 8px;
    position: relative;
    top: -2px;
}
td .btn:nth-child(n+2) {
  margin-top: 5px;
}
.btn.edit {
  /* background: var(--color-green); */
  background: #3a2009;
}
.btn.delete {
  background: var(--color-pink);
  height: 30px;
  font-size: 14px;
  padding: 0 20px;
}
.btn.add {
  background: #3a2009;
  height: 30px;
  font-size: 14px;
  padding: 0 20px;
}
.btn.reload {
  background: var(--color-purple);
}
.btn.saveBtn {
    background: #23b943;
    border: 0;
    font-size: 14px;
}
.dataDelete {
    background: #ff5d74;
    padding: 0 10px;
    margin-top: 10px;
    display: inline-block;
}
/* #top */
#historyList {
  width: 100%;
}
#historyList td:nth-child(1) {
  /* width: 160px !important; */
}
#historyList td:nth-child(2) {
  /* width: 90px !important; */
}
#historyList td:nth-child(4) {
  /* width: 130px !important; */
  /* text-align: center; */
}
#historyList td:nth-child(7) {
  /* width: 65px !important; */
  /* text-align: center; */
}
#weekList {
    float: right;
    background: #fff;
    border-radius: 5px;
    position: relative;
    top: -3px;
    border: solid 1px #ccc;
    line-height: 32px;
    height: 35px;
    overflow: hidden;
}
#weekList li a {
  display: block;
  text-decoration: none;
  padding: 2px 8px;
  font-size :18px;
  border-right: solid 1px #ccc;
}
#weekList li a.current {
  background: var(--color-orange);
  color: #fff;
}
#weekList li:last-child a {
  border:none;
}
/* history */
#searchBox {
  width: 100%;
  background: #f8f8f8;
  border-bottom: 2px solid rgb(224, 229, 231);
  border-radius: 10px;
  padding:20px 20px 10px;
  position: relative;
}
#searchBox ul {
  padding: 0;
}
#searchBox ul:nth-child(2) {
  border: none;
}
#searchBox .searchBtn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 32px;
    padding: 0 20px;
    color:#fff;
    font-weight: 600;
    background-image: -webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background-image: -o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));
    background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13;
    border: 1px solid #eb961e;
}
#searchBox .resetBtn {
    position: absolute;
    bottom: 10px;
    right: 98px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 32px;
    padding: 0 20px;
    color: #a7a7a7;
    border: 1px solid #ccc;
    background: #ebedee;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
}

#searchBox #startDate,#searchBox #endDate {
  width: 137px;
}
#searchBox #startTime,#searchBox #endTime {
  width: 56px;
}
#searchBox .mr10 {
  margin-right: 10px;
}
#searchBox #customerId {
  width: 80px;
}
#searchBox #customerName {
  width: 150px;
}
#searchBox #tel {
  width: 115px;
}
#searchBox #address {
  width: 300px;
}
#searchBox #girl {
  width: 150px;
}
#searchBox #nominateType {
  width: 50px;
}
#searchBox #freeWord {
  width: 500px;
}
/* #usage */
#usage table {
  width: 100%;
}
#usage table th:nth-child(1) {
  /* width: 30px !important; */
}
#usage table th:nth-child(2) {
  /* width: 160px !important; */
}
#usage table th:nth-child(3) {
  /* width: 70px !important; */
}
#usage table th:nth-child(6) {
  /* width: 95px !important; */
}
#usage table th:nth-child(7) {
  /* width: 40px !important; */
}
#usage table th:nth-child(8) {
  /* width: 75px !important; */
}
#usage table th:nth-child(11) {
  /* width: 70px !important; */
}
#usage table tbody tr:hover {
    background: #e5f3fb !important;
    cursor: pointer;
}

/* #customer */
#customer table {
  width: 100%;
}
#customer table th:nth-child(1) {
  /* width: 70px !important; */
}
#customer table th:nth-child(3) {
  /* width: 50px !important; */
}
#customer table th:nth-child(4) {
  /* width: 60px !important; */
}
#customer table th:nth-child(7) {
  /* width: 60px !important; */
}
#customer table tbody tr:hover {
    background: #e5f3fb !important;
    cursor: pointer;
}
#customerAddBtn {
    background: #3a2009;
    color: #fff;
    height: 30px;
    font-size:14px;
    padding: 0 20px;
}
.csvUpload {
    background: #3a2009;
    color: #fff;
    height: 30px;
    font-size:14px;
    padding: 0 20px;
    border:0;
}
/* config */
#config li {
  width: 300px;
  margin-right: 10px;
}
/* modal */
#modal {
  position: relative;
  padding: 30px;
  width: 100%;
  background: #f8f8f8;
  height: 100vh;
}
#modal #modalClose {
    position: absolute;
    font-size: 40px;
    right: 10px;
    top: 0;
    height: 40px;
    line-height: 40px;
}
#modal table {
  width: 100%;
  background: #fff;
}

#slipListWrapper {
}
#slipListWrapper .footer {
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#slipListWrapper .footer .saveBtn {
  height: 40px;
  line-height: 40px;
}
#customerDataList textarea {
  width: 100%;
  height: 80px;
  margin-bottom:0;
}
#customerData form {
  display: inline;
}
#customerData .add {
  border: none;
  color: #fff;
}
#usageStatistics th {
  width: 80px;
  font-weight: 400;
  background: #bdb1a7;
  color: #fff;
}
#usageStatistics td {
  font-weight: 600;
}

#usageCastList ul {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    position: relative;
    box-shadow: 0 0 5px #3a2009 inset;
    border: 1px solid #3a2009;
}
#usageCastList ul li {
  margin-right: 10px;
}
#usageCastList ul li.honshiExist {
  color: #ee0000;
  font-weight: bold;
}

#usageCastList .title .col1 {
  font-size: 14px;
  color: #ee0000;
}

.slipList {
  padding: 10px;
  background: #fff;
}
.slipList.current {
  background: #fbffba;
}
.slipList ul {
  margin-bottom: 5px;
}
.slipList ul:last-child {
  border: none;
  margin-bottom: 0;
}
.slipList ul:first-child li:last-child {
    margin-left: auto;
}
.slipList li {
  margin: 0 5px;
}
.slipList li label.slipnum {
    background: #bdb1a7;
    color: #fff;
    padding: 2px 5px;
    position: relative;
    top: 3px;
}
.slipList .optionBox li {
  margin-bottom: 5px;
}
.slipList li .startDate {
  width: 140px;
}
.slipList li .startTime {
  width: 55px;
}
.slipList li .girlName {
  width: 150px;
}
.slipList li .nominate {
  width: 115px;
}
.slipList li .course {
  width: 55px;
}
.slipList li .price {
  width: 85px;
}
.slipList li .address {
  width: 655px;
}
.slipList li .roomNumber {
  width: 50px;
}
.slipList li textarea {
    margin: 0;
    padding: 5px;
    width: 840px;
    height: 70px;
}
.select2-container .select2-selection--single {
    height: 31px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px !important;
}
.select2-results__options {
  display: block;
}
.select2-results__option {
  width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-left: -4px !important;
    margin-top: -4px !important;
}
/* summary */
#summary .title {
  position:relative;
  height: 40px;
  line-height: 29px;
}
#periodRange {
  float: left;
}
#periodSelector {
    float: left;
    margin: 0 10px;
    background: #fff;
    border: solid 1px #bdb1a7;
    line-height: 27px;
    border-radius: 3px;
}
#periodSelector li {
  padding: 0 5px;
}
#periodSelector li a {
  text-decoration: none;  
}
#periodSelector li.current {
  background: #bdb1a7;
}
#periodSelector li.current a {
  color: #fff;
}
#periodSelectForm {
  position: absolute;
  right: 0px;
  top: 0px;

}
#periodSelectBtn {
    background: #6a9fb3;
    color: #fff;
    border: 0;
}
.summaryList {

}
.summaryList li {
    background: #fff;
    margin: 10px;
    box-shadow: 0 0 5px #bdb1a7;
    border-radius: 5px;
    padding: 20px;
    width: 210px;
}
.summaryList li.big {
  background: #BDB1A7;
  color: #fff;
}
.summaryList li .totalLabel {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 3px;
    color: #a1866f;
}
.summaryList li.big .totalLabel {
  color: #fff;
}
.summaryList li .totalValue {
    text-align: right;
    font-size: 30px;
    line-height: 25px;
    margin: 10px 0;
    border-bottom: solid 3px #e5d8cd;
}
.summaryList li .averageLabel {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #a1866f;
}
.summaryList li.big .averageLabel {
  color: #fff;
}
.summaryList li .averageValue {
    text-align: right;
    font-size: 30px;
    line-height: 25px;
    border-bottom: solid 3px #e5d8cd;
    margin-top: 10px;
}
.summaryList.graph li {
    width: 500px;
}
/* dayReport */
#slipSummary {
  width: 100%;
}
#girlSummary {
  float: left;
  margin-right: 20px;
}
#staffSummary {
  float: left;
  margin-right: 20px;
}
#costSummary {
  float: left;
  margin-right: 20px;
}

table caption {
  text-align: left;
  font-weight: bold;
  padding: 10px;
  font-size: 20px;
  height: 50px;
}
/* slip */
#slipSummary #usageSequenceForm {
  display: inline;
}
#slipSummary #usageSequenceSelector {
    font-weight: normal;
    font-size: 14px;
    position: relative;
    top: -3px;
}
/**/
#summaryBox {
  font-size: 20px;
  background: #fff;
  box-shadow: 0 0 5px #bdb1a7;
  border-radius: 10px;
  padding: 20px;
}
#summaryBox ul li {
  margin: 10px;
}
#summaryBox ul li:nth-child(odd) {
  font-size: 14px;
  line-height: 33px;
  color: #a1866f;
}
#summaryBox ul li:nth-last-child(2) {
  color: #e17e2b;
  font-size: 18px;
}
#summaryBox ul li:nth-last-child(1) {
  color: #e17e2b;
}
#summaryBox ul li:nth-child(even) {
  font-weight: bold;
  border-bottom: solid 3px #e5d8cd;
}
#summaryBox ul:nth-child(1) {
}
#summaryBox ul:nth-child(2) {
  line-height: 20px;
}
#summaryBox ul:nth-child(2) li:nth-child(odd) {
  font-size: 14px;
  line-height: 14px;
}
#summaryBox ul:nth-child(2) li:nth-child(even) {
  font-size: 14px;
  line-height: 14px;
}
#summaryBox ul:nth-child(3) {
}
#summaryBox ul:nth-child(4) {
}
input[type=submit] {
  background: #BDB1A7;
  color: #fff;
  border: solid 1px #3a2009;
  border-radius: 3px;
}
#dayReport input[type=text],#girlSalaryList input[type=text],#staffSalaryList input[type=text],#config input[type=text] {
  width: 65px;
  text-align:right;
}
/*girlSummaryBox*/
.girlSummaryBoxWrap {
  display: flex;
  justify-content: left;
}
.girlSummaryBox {
  width: 550px;
  margin-right: 20px;
}
.girlSummaryBox table {
  width: 550px;
}
.girlSummaryBox .girlData {
  font-size: 16px;
  background: #fff;
  box-shadow: 0 0 5px #bdb1a7;
  border-radius: 10px;
  padding: 20px;
}
.girlSummaryBox .girlData ul {
  margin-bottom: 10px;
}
.girlSummaryBox .girlData ul li {
    padding: 5px;
    font-weight: bold;
    border-bottom: solid 3px #e5d8cd;
    line-height: 12px;
}
.girlSummaryBox .girlData ul li.label {
    font-weight: normal;
    font-size: 14px;
    border-bottom: none;
}
.girlSummaryBox .girlData ul li.scoutList {
    line-height: 12px;
    padding: 0;
}
.girlSummaryBox .girlData ul li.scoutList select {
    padding: 0;
    height: 25px;
    margin: 0 10px 0 0;
}
.girlSummaryBox .girlData ul:last-child {
  justify-content: right;
  margin-bottom: 0;
}
.girlSummaryBox .girlData ul:last-child li {
}
.girlSummaryBox .girlData ul:last-child li:nth-child(3) {
}
.girlSummaryBox .girlData ul:last-child li:nth-child(10) {
  font-size: 20px;
  color: #FF9191;
}
/*staffSummaryBox*/
.staffSummaryBoxWrap {
  display: flex;
  justify-content: left;
}
.staffSummaryBox {
  width: 550px;
  margin-right: 20px;
}
.staffSummaryBox table {
  width: 550px;
}
.staffSummaryBox .staffData {
  font-size: 16px;
  background: #fff;
  box-shadow: 0 0 5px #bdb1a7;
  border-radius: 10px;
  padding: 20px;
}
.staffSummaryBox .staffData ul {
  margin-bottom: 10px;
}
.staffSummaryBox .staffData ul li {
    padding: 5px;
    font-weight: bold;
    border-bottom: solid 3px #e5d8cd;
    line-height: 12px;
}
.staffSummaryBox .staffData ul li.label {
    font-weight: normal;
    font-size: 14px;
    border-bottom: none;
}
.staffSummaryBox .staffData ul:last-child {
  margin-bottom: 0;
}
.staffSummaryBox .staffData ul:last-child li {
}

/*configBox*/
.configBoxWrap {
  display: flex;
  justify-content: left;
}
.configBox {
  width: 550px;
  margin-right: 20px;
}
.configBox table {
  width: 550px;
}
.configBox table tbody {
  background: #fff;
}
.configBox .configData {
  font-size: 16px;
  background: #fff;
  box-shadow: 0 0 5px #bdb1a7;
  border-radius: 10px;
  padding: 20px;
}
.configBox .configData ul {
  margin-bottom: 10px;
}
.configBox .configData ul li {
    padding: 5px;
    font-weight: bold;
    border-bottom: solid 3px #e5d8cd;
    line-height: 12px;
}
.configBox .configData ul li.label {
    font-weight: normal;
    font-size: 14px;
    border-bottom: none;
}
.configBox .configData ul:last-child {
  margin-bottom: 0;
}
.configBox .configData ul:last-child li {
}
.configBox .disabledBtn {
  background: #ccc;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.configBox .addBtn {
    background: #5299EE;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 10px;
    padding: 10px;
    margin-left: 10px;
    color: #fff;
}
.configBox .disabledBtn.show {
  background: #5299EE;
  color: #fff;
}
#startTimerModal {
}
#startTimerModal #startTimeSetting {
}
#endTimerModal {
  display: none;
}
#alarmModal {
  display: none;
}
.timerModal {
  width: 300px;
  padding: 10px;
  background: rgba( 255, 255, 255, 0.25 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.timerModal .caption {
    text-align: center;
    margin: 10px;
    font-weight: bold;
    font-size: 18px;
    color: var(--color-pink);
    margin: 10px;
}
.timerModal .buttonGroup {
    display: flex;
    justify-content: center;
    margin: 10px;
}
.timerModal .buttonGroup li {
    padding: 5px;
    background: #ccc;
    font-size: 14px;
    border-radius: 5px;
    width: 84px;
    text-align: center;
    height: 40px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.timerModal .buttonGroup li:nth-child(1) {
  margin-right: 10px;
}
.timerModal .buttonGroup li#timerStart {
  background: #6eafff;
}
.timerModal .buttonGroup li#timerEnd {
  background: #ff8c8c;
}
.timerModal .buttonGroup li#alarmStop {
  background: #ae8cff;
  width: auto;
}
.timerModal .buttonGroup li#alarmStop.over {
  background: #FF4D86;
  width: auto;
}
.timerModalGroup {
  z-index: 11;
  display: none;
  justify-content: center;
  align-items:center;
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.6);
}
figure {
    visibility:hidden;
}