/*--------------------------------------------
 * モバイル側　css
 *
 * ・ログイン画面
 * 
 *--------------------------------------------*/

/* ログイン画面　枠 */
.login_frame{
  display: block;
  position: absolute;
  top: 16px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}
.login_box{
  margin-top: 16px;
  width: 80%;
  font-size: 16px;
}
.login_form{
  width: 100%;
  height: 40px;
  border: 1px solid #000;
  border-radius: 8px;
  background-color: #D5D5D5;
  padding-left: 8px;
  padding-right: 8px;
  margin-top:  4px;
  margin-bottom: 16px;
  font-size: 16px;
}
.button_login{
  width: 100%;
  height: 40px;
  border: 1px solid #000;
  border-radius: 8px;
  margin-top:  16px;
  font-size: 20px;
  font-weight:  bold;
  text-shadow: 1px 1px 3px #000;
  color:  #FFF;
  background: #00F900;
}
.font_caption{
  font-size: 12px;
}

/* モバイルTOP */
#top_header_box1{
  margin-top: 16px;
  width: 100%;
  min-width: 320px;
  white-space: nowrap;
}
.date_button{
  min-width: 145px;
  height: 40px;
  border: 2px solid #CCC;
  border-radius: 8px;
  font-size: 10px;
  background-color: rgba(220,255,255,0.6);
  color: #000;
}
.logout_button{
  width: 46px;
  height: 40px;
  border-style: solid #0433FF;
  border-radius: 8px;
  font-size: 10px;
  text-shadow: 1px 1px 3px #000;
  color: #FFFFFF;
}
.submit_button{
  width: 46px;
  height: 40px;
  border-style: solid #0433FF;
  border-radius: 8px;
  font-size: 10px;
  text-shadow: 1px 1px 3px #000;
  color: #FFFFFF;
  /*cursor: pointer;*/
}
#no_data{
  position: relative;
  width: 100%;
  top: 128px;
  min-width: 320px;
  white-space: nowrap;
}


/* 期間選択 */
.term_start_text{
  width: calc(100% - 96px);
  height: 48px;
  line-height: 48px;
  font-size: 14px;
}
.term_end_text{
  margin-top: 32px;
  background-color: #DDD;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  z-index: 60;
}
.term_check_text{
  margin-top: 32px;
  background-color: #DDD;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
}

#top_header_box2{
  width: 100%;
  min-width: 320px;
  white-space: nowrap;
  background-color: #DDD;
}
.flx-column{
    -webkit-box-flex: 1;
    flex: 1 1 1;
}
.cal_top_right_space{
  height:  48px;
  width:  32px;
  /*margin-right: auto;*/
  white-space: nowrap;
}
.close_cal{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 48px;
  width:  32px;
  background-image: url('/image/icon_close.png');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center; 
  background-color: #DDD;
  cursor: pointer;
}
.term_ok_btn{
  /*position: relative;*/
  top: 24px;
  width: 300px;
  height: 40px;
  margin-top: 16px;
  margin-bottom: 32px;
  border-style: none;
  border-radius: 8px;
  font-size: 16px;
  text-shadow: 1px 1px 3px #000;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  z-index: 30;
}



.term_select_start{
  left: 100px;
  width: 1px;
  height: 1px;
  z-index: 20;
  pointer-events : none;
  border: 0px;
  color: #FFF;
  background-color: #FFF;
}
.term_select_start::selection {
    background: #FFF;
}
.term_select_end{
  left: 100px;
  width: 1px;
  height: 1px;
  z-index: 20;
  pointer-events : none;
  border: 0px;
  color: #FFF;
  background-color: #FFF;
}
.term_select_end::selection {
    background: #FFF;
}
.term_title{
  margin-top: 32px;
  font-size: 28px;
}


/* オーバーレイ 1段目 黒背景 */
#overlay-black{
  z-index: 10;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
}
/* アラート用　オーバーレイ　黒背景 */
#alert-overlay{
  z-index: 30;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
}
/* カスタムアラート */
#alert-content{
  position: fixed;
  display: none block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 512px;
  height: 128px;
  border: 2px solid #888;
  border-radius: 8px;
  background: #EEE;
  color: #555;
  z-index:1000;
  text-align: center;
  font-size: 20px;
  padding-top: 36px;
}
/* アラート OKボタン */
.alert_ok_btn{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  width: 384px;
  height: 36px;
  border-style: none;
  border-radius: 8px;
  font-size: 16px;
  text-shadow: 1px 1px 3px #000;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  z-index: 1010;
}
.bl20{
  filter: blur(20px);
}
.br50bl20{
  filter: brightness(50%) blur(20px);
}
.no_click{
  pointer-events : none;
}

/*
#mobile_top{
  padding: 
    constant(safe-area-inset-top) 
    constant(safe-area-inset-right) 
    constant(safe-area-inset-bottom)
    constant(safe-area-inset-left);
}
*/

/* Tablator Row */
.mobile_top_cell{
  height: 40px;
  line-height: 36px;
  font-size: 12px;
  border-right: 1px solid #000 !important;
  border-bottom: 2px solid #000;
}
.mobile_top_cell_time{
  height: 40px;
  line-height: 36px;
  font-size: 12px;
  border-right: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  border-bottom: 2px solid #000;
}
.mobile_top_cell_member{
  padding-left: 4px !important;
  padding-right: 4px !important;
  height: 40px;
  line-height: 36px;
  font-size: 12px;
  border-right: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  border-bottom: 2px solid #000;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.mobile_top_cell_tel{
  position: absolute;
  padding-top: 4px !important;
  height: 40px;
  border-right: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  border-bottom: 2px solid #000;
}
.mobile_top_cell_status, .mobile_top_cell_expense {
  height: 40px;
  font-size: 12px;
  border-right: 2px solid #000 !important;
  border-left: 1px solid #000 !important;
  border-bottom: 2px solid #000;
  cursor: pointer;
}
.mobile_top_cell_status .status, .mobile_top_cell_expense .expense {
  position: absolute;
  left:  10%;
  margin-top: 4px !important;
  height: 28px;
  line-height: 28px;
  width:  80%;
  border-radius: 8px;
  font-size: 16px;
}
.status_incomplete:before{
  content: "未";
}
.status_complete:before{
  content: "済";
}
.table-btn {
  line-height: 33px;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
.table-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-family: sans-serif;
}
.tabulator {
  margin: 16px auto;
}
.tabulator_cell{
  height: 40px;
  line-height: 36px;
  font-size: 14px;
  border-right: 1px solid #000 !important;
  border-left: 1px solid #000;
  border-bottom: 2px solid #000;
}
.tabulator_cell:first-child {
  border-left: 0;
}
.tabulator_cell:last-child {
  border-right: 2px solid #000 !important;
}
.cell_dot:before {
  content: "●";
  font-size: 24px;
  line-height: 32px;
}
.cell_amount {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}
.amount-input:before {
  position: absolute;
  content: '¥';
  top: 44px;
  left: 10px;
  z-index: 1;
}
.amount-input {
  position: relative;
}
.overflow_3dots {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.font_white{
  color: #FFF;
  text-shadow: 1px 1px 3px #000;
}
.font_black{
  color: #000;
  /*text-shadow: 1px 1px 3px #FFF;*/
}
.font_blue {
  color: #0433FF;
}
.cursor_pointer {
  cursor: pointer;
}
.text-right {
  text-align: right;
}
.gone{
  display: none;
}
.block{
  display: block;
}
.hide{
  visibility:hidden;
}
.bg_blue{
  background: #0433FF;
}
.bg_red{
  background: #FF2600;
}
.bg_logout{
  background: #444444;
}
.bg_green{
  background: #00F900;
}
.bg_gray {
  background: #ddd;
}
.bg_dark_gray{
  background: #8C8C8C;
}
.cRed{
  color: #FF2600;
}

.marginL2{
  margin-left: 2px;
}
.marginL16{
  margin-left: 16px;
}
.marginL32{
  margin-left: 32px;
}
.marginR2{
  margin-right: 2px;
}
.marginR16{
  margin-right: 16px;
}
.marginR32{
  margin-right: 32px;
}
.marginT16{
  margin-top: 16px;
}
.marginT32{
  margin-top: 32px;
}
.marginB16{
  margin-bottom: 16px;
}
/*
.color_black{
  color: #000 !important;
  text-shadow: 1px 1px 1px #DDD !important;
}*/
.color_red {
  color: #FF2600 !important;
}
.color_green {
  color: #189E1A !important;
}
.w100{
  width: 100%;
}
.marginB0{
  margin-bottom: 0px !important;
}
.br50{
  filter: brightness(50%)
}
.to_cursor{
  cursor: pointer;
}
/* Modal style start */
.modal-content-wrapper {
  width: 80%;
  margin: 16px auto 0 auto;
}
.modal-common-label {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #555;
  text-align: left;
}
.modal-common-inputs {
  position: relative;
  width: 100%;
  height: 46px;
  margin-top: 4px;
  border: 1px solid #000 !important;
  font-size: 16px;
  border-radius: 8px;
  padding: 10px !important;
}
#expense_amount.modal-common-inputs {
  padding-left: 20px !important;
}
.modal-common-inputs.disabled {
  background-color: #DDD;
}
.modal-common-inputs::placeholder {
  text-align: center;
}
/* Modal style end */

/* トースト */
.toast{
    position: fixed;
    bottom: 10%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 8px;
    padding: 8px 15px;
    border: none;
    z-index: 1000;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    font-size: 20px;
}

/* スピナー */
.sk-circle {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  opacity: 0.5;
  z-index: 10;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }
@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.sk-circle-small {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  width: 32px;
  height: 32px;
  opacity: 0.5;
  z-index: 10;
}
.sk-circle-small .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle-small .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle-small .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle-small .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle-small .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle-small .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle-small .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle-small .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle-small .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle-small .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle-small .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle-small .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle-small .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle-small .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle-small .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle-small .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle-small .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle-small .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle-small .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle-small .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle-small .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle-small .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle-small .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle-small .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }
@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.tabulator .tabulator-tableHolder {
  overflow: overlay;
}
.tabulator .tabulator-tableHolder {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.tabulator .tabulator-tableHolder::-webkit-scrollbar {
  display: none;  /* Safari and Chrome */
}

.tabulator .tabulator-row .tabulator-cell {
  padding: 2px 3px 0 3px;
}



