@charset "UTF-8";
/* 
    Created on : 2020/02/03
    Author     : m
*/
/*  for shared  */
/* 
	variables
*/
/* color scheme */
/*  layout margin */
/*
	mixin
*/
/*
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
*/
html, body {
  background: #333;
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", 'Noto Sans JP', メイリオ,Meiryo,sans-serif;
  color: #343a40;
  text-align: justify;
}

input, select, textarea {
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", 'Noto Sans JP', メイリオ,Meiryo,sans-serif;
}

@media screen and (min-width: 576px) {
  html, body, input, select, textarea {
    font-size: 14px;
  }
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  color: #007bff;
  text-decoration: none;
}

a img {
  -webkit-transition: 400ms;
  transition: 400ms;
}

a:hover img {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
}

abbr[title], dfn[title] {
  border: none;
  cursor: default;
  text-decoration: none;
}

select option:disabled {
  color: #999;
  background: #eee;
}

/*  bs override */
.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}

.invalid-feedback {
  display: block;
}

#article {
  background: #fff;
  padding: 2rem 0 2rem;
}

#search-header {
  padding: 0.2rem;
}

.wrapper {
  padding: 0 0 2rem;
}

.input-type-number {
  text-align: right;
}

.flat-dtp {
  text-align: center;
}

@media print {
  html, body {
    background: none;
  }
}

#header {
  padding: 4.5rem 0 1rem;
  background: #dddddd;
  background: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), color-stop(10%, #eeeeee), to(#eeeeee));
  background: linear-gradient(0deg, #e6e6e6 0%, #eeeeee 10%, #eeeeee 100%);
  border-bottom: 1px solid #d2d2d2;
}

#admin-nav {
  background: #343a40;
}

#company-nav {
  background: #420d5a;
}

#leader-nav {
  background: #612f23;
}

#normal-nav {
  background: #2172a6;
}

.navbar-brand img {
  width: 26px;
}

#footer {
  padding: 1rem;
}

#footer .powerd-by {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

/*  for class  */
#login .login-col {
  max-width: 600px;
  margin: 2rem 2rem 0;
}

@media screen and (min-width: 576px) {
  #login .login-col {
    margin: 4rem auto 0;
  }
}

#login #footer {
  max-width: 600px;
  margin: 1rem 2rem 0;
}

@media screen and (min-width: 576px) {
  #login #footer {
    margin: 1rem auto 0;
  }
}

#main .table-staff-resently {
  border-bottom: 1px solid #d5d5d5;
}

#main .table-staff-resently tr .cell-company {
  max-width: 10rem;
}

#main .table-staff-resently tr .cell-date {
  width: 6rem;
}

#main .table-my-summary {
  width: 100%;
  border-top: 1px solid #d5d5d5;
}

#main .table-my-summary th,
#main .table-my-summary td {
  padding: 0.5rem 0;
  border-bottom: 1px solid #d5d5d5;
}

#main .table-my-summary th {
  width: 4rem;
}

#main .table-my-summary td {
  text-align: right;
}

#main .table-my-summary td strong {
  font-size: 1.2rem;
}

#main .progress-input-rate {
  border-radius: 0;
  height: 5px;
}

#main .table-my-count {
  width: 100%;
  border-top: 1px solid #d5d5d5;
}

#main .table-my-count th,
#main .table-my-count td {
  padding: 0.5rem 0;
  border-bottom: 1px solid #d5d5d5;
}

#main .table-my-count th {
  width: 4rem;
  font-weight: normal;
}

#main .table-my-count td {
  text-align: right;
}

#main .table-my-subtotal {
  width: 100%;
  border-right: 1px solid #d5d5d5;
}

#main .table-my-subtotal th,
#main .table-my-subtotal td {
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #d5d5d5;
  text-align: center;
}

#main .table-my-subtotal thead th {
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  background: #f8f9fa;
}

#main .table-my-subtotal thead th:first-of-type {
  background: none;
  border-top: none;
  border-left: none;
}

#main .table-my-subtotal thead th .cell-time {
  width: 35%;
}

#main .table-my-subtotal tbody td {
  text-align: right;
  border-left: 1px solid #d5d5d5;
}

#main .table-my-subtotal tbody td.cell-title {
  text-align: left;
}

#main .table-my-salary {
  width: 100%;
}

#main .table-my-salary tr th,
#main .table-my-salary tr td {
  border-bottom: 1px solid #d5d5d5;
  padding: 0.5rem 1rem;
}

#main .table-my-salary tr th {
  width: 10rem;
  background: #f8f9fa;
  font-weight: normal;
}

#main .table-my-salary tr td {
  border-left: 1px solid #d5d5d5;
  text-align: right;
}

#main .table-my-salary tr.tr-strong th {
  font-weight: bold;
  color: #007bff;
  background: rgba(0, 123, 255, 0.1);
}

#main .table-my-salary tr.tr-strong td {
  font-weight: bold;
  background: rgba(0, 123, 255, 0.05);
}

#main .table-my-salary tr:last-of-type th,
#main .table-my-salary tr:last-of-type td {
  border-bottom: none;
}

#operation .table-log-list .col-span-date {
  background: #ffd;
}

#operation .table-log-list .cell-time {
  width: 100px;
}

#operation .table-log-list .cell-name {
  width: 10rem;
  min-width: 8rem;
}

#operation .table-log-list .cell-text {
  min-width: 16rem;
}

#operation .table-log-list .cell-detail {
  width: 3.5rem;
}

#staff .input-type-number {
  max-width: 8rem;
}

#staff .staff-index .table-staff-list .cell-dept {
  width: 14rem;
  min-width: 10rem;
}

#staff .staff-index .table-staff-list .cell-staff-no {
  width: 10rem;
}

#staff .staff-index .table-staff-list .cell-name {
  min-width: 10rem;
}

#staff .staff-index .table-staff-list .cell-employment-type {
  width: 7rem;
  min-width: 6rem;
}

#staff .staff-index .table-staff-list .cell-payment-type {
  width: 7rem;
}

#staff .staff-index .table-staff-list .cell-operation {
  width: 4em;
  min-width: 4rem;
}

#staff .staff-index #select-sections .company-block .company-block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(213, 213, 213, 0.1);
  border-bottom: 1px solid #d5d5d5;
  padding: 0.4rem 1rem;
}

#staff .staff-index #select-sections .company-block .company-block-title .company-block-title-text {
  margin: 0;
  font-size: 1rem;
}

#staff .staff-index #select-sections .company-block .company-block-sections {
  border-bottom: 1px solid #d5d5d5;
  padding: 0.5rem 1rem;
}

#staff .staff-index #select-sections .company-block:last-of-type .company-block-sections {
  border-bottom: none;
}

@media screen and (min-width: 576px) {
  #staff .staff-index .table-staff-list .cell-operation {
    width: 3.5rem;
    min-width: 3.5rem;
  }
}

#staff .staff-add {
  /*
			input, select, etc... settings
		*/
}

#staff .staff-add .table-staff-add {
  width: 100%;
}

#staff .staff-add .table-staff-add th {
  /*width: 12rem;*/
  width: 33%;
  padding: 0.5rem 0 0.5rem 1rem;
  border-top: 1px solid #d5d5d5;
  font-weight: normal;
  position: relative;
  color: #6c757d;
}

#staff .staff-add .table-staff-add th:before {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d5d5d5;
}

#staff .staff-add .table-staff-add th.required {
  color: #343a40;
}

#staff .staff-add .table-staff-add th.required:after {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dc3545;
}

#staff .staff-add .table-staff-add th.auto {
  color: #6c757d;
}

#staff .staff-add .table-staff-add th.auto:after {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #17a2b8;
}

#staff .staff-add .table-staff-add th.is-valid {
  color: #28a745;
}

#staff .staff-add .table-staff-add th.is-valid.required:after {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #28a745;
}

#staff .staff-add .table-staff-add th.is-invalid {
  color: #dc3545;
}

@media screen and (min-width: 576px) {
  #staff .staff-add .table-staff-add th {
    width: 12rem;
  }
}

#staff .staff-add .table-staff-add td {
  padding: 0.5rem 0;
  border-top: 1px solid #d5d5d5;
}

#staff .staff-add input[name="name_sei"],
#staff .staff-add input[name="name_mei"],
#staff .staff-add input[name="name_sei_kana"],
#staff .staff-add input[name="name_mei_kana"] {
  max-width: 10rem;
}

#staff .staff-add input[name="birthday_y"],
#staff .staff-add input[name="join_date_y"],
#staff .staff-add input[name="leave_date_y"] {
  max-width: 6rem;
  min-width: 3.3rem;
  text-align: center;
}

#staff .staff-add select[name="birthday_m"],
#staff .staff-add select[name="birthday_d"],
#staff .staff-add select[name="join_date_m"],
#staff .staff-add select[name="join_date_d"],
#staff .staff-add select[name="leave_date_m"],
#staff .staff-add select[name="leave_date_d"] {
  max-width: 4rem;
}

#staff .staff-add select[name="gender"] {
  max-width: 8rem;
}

#staff .staff-add input[name="post_number"] {
  max-width: 6rem;
  text-align: center;
}

#staff .staff-add input[name="phone_main"],
#staff .staff-add input[name="phone_sub"] {
  max-width: 10rem;
}

#staff .staff-add select[name="company_name"],
#staff .staff-add select[name="department_name"] {
  max-width: 14rem;
}

#staff .staff-add select[name="range_flg"],
#staff .staff-add select[name="insurance_employment_flg"],
#staff .staff-add select[name="social_insurance_flg"],
#staff .staff-add select[name="company_food_flg"] {
  max-width: 5rem;
  text-align: center;
}

#staff .staff-add select[name="employment_type"],
#staff .staff-add select[name="payment_type"] {
  max-width: 10rem;
}

#staff .staff-add select[name="working_start_time_h"],
#staff .staff-add select[name="working_start_time_i"],
#staff .staff-add select[name="working_end_time_h"],
#staff .staff-add select[name="working_end_time_i"],
#staff .staff-add select[name="break_time"],
#staff .staff-add input[name="standard_time"],
#staff .staff-add input[name="working_early_time"] {
  max-width: 5rem;
  text-align: center;
}

#staff .staff-add select[name="auth_level_cd"] {
  max-width: 10rem;
}

#staff .staff-detail .table-staff-detail {
  width: 100%;
}

#staff .staff-detail .table-staff-detail th,
#staff .staff-detail .table-staff-detail td {
  border-top: 1px solid #d5d5d5;
  padding: 0.5rem 1rem;
}

#staff .staff-detail .table-staff-detail th {
  font-size: 0.9rem;
  font-weight: normal;
  background: #f8f9fa;
  width: 10rem;
}

#staff .staff-detail .table-staff-detail td.cell-amount {
  text-align: right;
}

#staff .staff-detail .table-staff-detail tr:first-of-type th,
#staff .staff-detail .table-staff-detail tr:first-of-type td {
  border: none;
}

#staff .staff-detail .btn-under-table {
  padding: 0.5rem 0 0;
}

#department .department-index .card-dept {
  background: #f8f9fa;
}

#department .department-index .card-dept .card-title {
  margin-bottom: 0;
  padding: 1rem 1.25rem;
  background: #fff;
}

#department .department-index .card-dept .card-title .text-muted {
  font-weight: bold;
}

#department .department-index .card-dept .card-body {
  padding: 0;
}

#department .department-index .card-dept .card-table {
  width: 100%;
  margin-bottom: 0;
  background: #fff;
}

#department .department-index .card-dept .card-table .cell-sort {
  width: 4rem;
  min-width: 4rem;
  text-align: center;
}

#department .department-index .card-dept .card-table .cell-id {
  width: 3rem;
}

#department .department-index .card-dept .card-table .cell-operation {
  width: 5rem;
  padding-right: 1.25rem;
}

#department .department-index .card-dept .card-table .row-invalid {
  display: none;
  background: #d6d8db;
}

#department .department-index .card-dept .card-table .row-invalid td {
  color: #6c757d;
}

#department .department-index .card-dept .card-footer {
  background: #f8f9fa;
  border-top: none;
}

#department .department-add .table-department-add {
  width: 100%;
  /*
				input, select, etc... settings
			*/
}

#department .department-add .table-department-add th {
  width: 12rem;
  padding: 0.5rem 0 0.5rem 1rem;
  border-top: 1px solid #d5d5d5;
  font-weight: normal;
  position: relative;
  color: #6c757d;
}

#department .department-add .table-department-add th:before {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d5d5d5;
}

#department .department-add .table-department-add th.required {
  color: #343a40;
}

#department .department-add .table-department-add th.required:after {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dc3545;
}

#department .department-add .table-department-add th.auto {
  color: #6c757d;
}

#department .department-add .table-department-add th.auto:after {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #17a2b8;
}

#department .department-add .table-department-add th.is-valid {
  color: #28a745;
}

#department .department-add .table-department-add th.is-valid.required:after {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #28a745;
}

#department .department-add .table-department-add th.is-invalid {
  color: #dc3545;
}

#department .department-add .table-department-add td {
  padding: 0.5rem 0;
  border-top: 1px solid #d5d5d5;
}

#department .department-add .table-department-add select[name="company_id"] {
  max-width: 14rem;
}

#department .department-add .table-department-add input[name="department_id_before"] {
  max-width: 3rem;
  text-align: center;
}

#department .department-add .table-department-add input[name="department_id_after"] {
  max-width: 4rem;
  text-align: center;
}

#department .department-add .table-department-add input[name="department_name"],
#department .department-add .table-department-add input[name="department_name_disp"] {
  max-width: 20rem;
}

#department .department-add .table-department-add input[name="sort"] {
  max-width: 4rem;
  text-align: center;
}

#department .department-add .table-department-add input[name="section_id_after"] {
  max-width: 4rem;
  text-align: center;
}

#department .department-add .table-department-add input[name="section_name"] {
  max-width: 20rem;
}

#department .department-detail .table-department-detail {
  width: 100%;
}

#department .department-detail .table-department-detail th,
#department .department-detail .table-department-detail td {
  border-top: 1px solid #d5d5d5;
  padding: 0.5rem 1rem;
}

#department .department-detail .table-department-detail th {
  font-size: 0.9rem;
  font-weight: normal;
  background: #f8f9fa;
  width: 10rem;
}

#department .department-detail .table-department-detail td.cell-amount {
  text-align: right;
}

#department .department-detail .table-department-detail tr:first-of-type th,
#department .department-detail .table-department-detail tr:first-of-type td {
  border: none;
}

#department .department-detail .table-department-section .cell-section-id {
  width: 5rem;
}

#department .department-detail .table-department-section .cell-section-name {
  min-width: 10rem;
}

#department .department-detail .table-department-section .cell-sort {
  width: 4rem;
  min-width: 4rem;
}

#department .department-detail .table-department-section .cell-persons {
  width: 5rem;
  min-width: 5rem;
}

#department .department-detail .table-department-section .cell-operation {
  width: 4rem;
  min-width: 4rem;
}

#department .department-detail .table-department-section td.cell-sort {
  text-align: center;
}

#department .department-detail .table-department-section td.cell-persons {
  text-align: right;
}

#department .department-detail .add-section input[name="section_id_simple"] {
  max-width: 4rem;
  min-width: 4rem;
  text-align: center;
}

#department .department-detail .add-section input[name="section_name"] {
  max-width: 14rem;
  min-width: 10rem;
}

#department .department-detail .add-section input[name="sort"] {
  max-width: 4rem;
  min-width: 4rem;
  text-align: center;
}

@media screen and (min-width: 576px) {
  #department .department-detail .table-department-section .cell-operation {
    width: 3.5rem;
    min-width: 3.5rem;
  }
}

#department .department-section .table-department-section .cell-section-id {
  width: 5rem;
}

#department .department-section .table-department-section .cell-section-id input {
  text-align: center;
}

#department .department-section .table-department-section .cell-section-name {
  width: 20rem;
}

#department .department-section .table-department-section .cell-sort {
  width: 4rem;
}

#department .department-section .table-department-section .cell-sort input {
  text-align: center;
}

#personal .personal-password .table-password-change {
  width: 100%;
}

#personal .personal-password .table-password-change th {
  width: 14rem;
  padding: 0.5rem 0 0.5rem 1rem;
  border-top: 1px solid #d5d5d5;
  font-weight: normal;
  position: relative;
  color: #6c757d;
}

#personal .personal-password .table-password-change th:before {
  content: '';
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d5d5d5;
}

#personal .personal-password .table-password-change th.required {
  color: #343a40;
}

#personal .personal-password .table-password-change th.required:after {
  content: '';
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dc3545;
}

#personal .personal-password .table-password-change th.auto {
  color: #6c757d;
}

#personal .personal-password .table-password-change th.auto:after {
  content: '';
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #17a2b8;
}

#personal .personal-password .table-password-change th.is-valid {
  color: #28a745;
}

#personal .personal-password .table-password-change th.is-valid.required:after {
  content: '';
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #28a745;
}

#personal .personal-password .table-password-change th.is-invalid {
  color: #dc3545;
}

#personal .personal-password .table-password-change td {
  padding: 0.5rem 0;
  border-top: 1px solid #d5d5d5;
}

#personal .personal-password input[name=password_now],
#personal .personal-password input[name=password_new],
#personal .personal-password input[name=password_new_reinput] {
  max-width: 20rem;
}

#work {
  /* 勤怠一覧 */
  /* 勤怠入力 */
}

#work .work-index .summary-block {
  padding: 0 0 1rem;
}

#work .work-index .summary-block .table-month-summary {
  width: 100%;
}

#work .work-index .summary-block .table-month-summary th, #work .work-index .summary-block .table-month-summary td {
  padding: 0.5rem 0.2rem;
  text-align: center;
}

#work .work-index .summary-block .table-month-summary th {
  font-size: 0.9rem;
  max-width: 6rem;
  background: #f8f9fa;
  font-weight: normal;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}

#work .work-index .summary-block .table-month-summary th:first-of-type {
  border-left: none;
}

#work .work-index .summary-block .table-month-summary td {
  font-weight: bold;
}

#work .work-index .summary-block .table-month-count {
  width: 100%;
}

#work .work-index .summary-block .table-month-count th, #work .work-index .summary-block .table-month-count td {
  padding: 0.2rem;
  text-align: center;
  border-left: 1px solid #d5d5d5;
}

#work .work-index .summary-block .table-month-count th:first-of-type, #work .work-index .summary-block .table-month-count td:first-of-type {
  border-left: none;
}

#work .work-index .summary-block .table-month-count th {
  font-size: 0.9rem;
  font-weight: normal;
  background: #f8f9fa;
  border-bottom: 1px solid #d5d5d5;
}

#work .work-index .table-work-list {
  width: 100%;
  /*
				table cell width, hide settings
			*/
}

#work .work-index .table-work-list tr.no-input {
  background: #f8f9fa;
}

#work .work-index .table-work-list th {
  font-size: 0.9rem;
  font-weight: normal;
  text-align: center;
  vertical-align: bottom;
  padding: 0.3rem 0;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}

#work .work-index .table-work-list th:first-of-type {
  border-left: none;
}

#work .work-index .table-work-list th.cell-time-group {
  border: 1px solid #d5d5d5;
}

#work .work-index .table-work-list th.cell-time {
  border: 1px solid #d5d5d5;
}

#work .work-index .table-work-list th.cell-total-time-group {
  background: #ffff99;
}

#work .work-index .table-work-list th.cell-total-time {
  background: #ffc;
}

#work .work-index .table-work-list th.cell-time-before {
  background: #f8f9fa;
}

#work .work-index .table-work-list td {
  padding: 0.3rem 0.3rem;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}

#work .work-index .table-work-list td:first-of-type {
  border-left: none;
}

#work .work-index .table-work-list td.cell-date {
  text-align: right;
}

#work .work-index .table-work-list td.cell-date small {
  color: #6c757d;
}

#work .work-index .table-work-list td.cell-date.week-sat small {
  color: #17a2b8;
}

#work .work-index .table-work-list td.cell-date.week-sun small {
  color: #dc3545;
}

#work .work-index .table-work-list td.cell-status {
  text-align: center;
}

#work .work-index .table-work-list td.cell-time {
  text-align: right;
}

#work .work-index .table-work-list td.cell-total-time {
  text-align: right;
  font-weight: bold;
}

#work .work-index .table-work-list td.cell-operation {
  padding-right: 0;
}

#work .work-index .table-work-list td.status-full {
  color: #28a745;
  background: rgba(40, 167, 69, 0.1);
}

#work .work-index .table-work-list td.status-half {
  color: rgba(40, 167, 69, 0.6);
  background: rgba(40, 167, 69, 0.05);
}

#work .work-index .table-work-list td.status-sp {
  color: #28a745;
  font-weight: bold;
  background: rgba(40, 167, 69, 0.15);
}

#work .work-index .table-work-list td.status-none {
  color: #6c757d;
}

#work .work-index .table-work-list td.no-data {
  color: rgba(108, 117, 125, 0.5);
}

#work .work-index .table-work-list .cell-date {
  width: 3.5rem;
}

#work .work-index .table-work-list .cell-status {
  width: 4rem;
}

#work .work-index .table-work-list .cell-time-group {
  display: none;
}

#work .work-index .table-work-list .cell-time {
  display: none;
  width: 4rem;
}

#work .work-index .table-work-list .cell-remarks {
  display: none;
}

#work .work-index .table-work-list .cell-operation {
  width: 3.5rem;
}

@media screen and (min-width: 768px) {
  #work .work-index .table-work-list .cell-time, #work .work-index .table-work-list .cell-time-group {
    display: table-cell;
  }
}

@media screen and (min-width: 992px) {
  #work .work-index .table-work-list .cell-date {
    width: 3.5rem;
  }
  #work .work-index .table-work-list .cell-status {
    width: 4rem;
  }
  #work .work-index .table-work-list .cell-time {
    width: 4rem;
  }
  #work .work-index .table-work-list .cell-total-time {
    width: 4rem;
  }
  #work .work-index .table-work-list .cell-remarks {
    display: table-cell;
  }
}

#work .work-add .target-date {
  font-size: 1.4rem;
}

#work .work-add .target-date .target-day {
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  #work .work-add .target-date {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 992px) {
  #work .work-add .target-date {
    margin-top: 0;
  }
}

#work .work-add .table-add-work-summary {
  width: 100%;
}

#work .work-add .table-add-work-summary th, #work .work-add .table-add-work-summary td {
  border-top: 1px solid #d5d5d5;
  padding: 0.5rem 1rem;
}

#work .work-add .table-add-work-summary th {
  font-size: 0.9rem;
  font-weight: normal;
  background: #f8f9fa;
}

#work .work-add .table-add-work-summary td.cell-amount {
  text-align: right;
}

#work .work-add .table-add-work-summary tr:first-of-type th, #work .work-add .table-add-work-summary tr:first-of-type td {
  border: none;
}

#work .work-add .table-add-work-detail {
  width: 100%;
}

#work .work-add .table-add-work-detail th {
  width: 33.3%;
  padding: 0.5rem 0 0.5rem 1rem;
  border-top: 1px solid #d5d5d5;
  font-weight: normal;
  position: relative;
  color: #6c757d;
}

#work .work-add .table-add-work-detail th:before {
  content: '';
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d5d5d5;
}

#work .work-add .table-add-work-detail th.required {
  color: #343a40;
}

#work .work-add .table-add-work-detail th.required:after {
  content: '';
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dc3545;
}

#work .work-add .table-add-work-detail th.auto {
  color: #6c757d;
}

#work .work-add .table-add-work-detail th.auto:after {
  content: '';
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #17a2b8;
}

#work .work-add .table-add-work-detail th.is-valid {
  color: #28a745;
}

#work .work-add .table-add-work-detail th.is-valid.required:after {
  content: '';
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #28a745;
}

#work .work-add .table-add-work-detail th.is-invalid {
  color: #dc3545;
}

#work .work-add .table-add-work-detail td {
  padding: 0.5rem 0;
  border-top: 1px solid #d5d5d5;
}

@media screen and (min-width: 576px) {
  #work .work-add .table-add-work-detail th {
    width: 12rem;
  }
}

#work .work-add select[name=working_status] {
  max-width: 8rem;
}

#work .work-add select[name=early_before], #work .work-add select[name=early_after],
#work .work-add select[name=extension_before], #work .work-add select[name=extension_after],
#work .work-add select[name=late_before], #work .work-add select[name=late_after],
#work .work-add select[name=leave_before], #work .work-add select[name=leave_after] {
  max-width: 5rem;
}

#work .work-add input[name=daily_worktime], #work .work-add input[name=daily_overtime] {
  max-width: 5rem;
  text-align: right;
}

#report .report-index .table-work-summary {
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  margin: 0 0 2rem;
  /*
				table cell width, hide settings
			*/
}

#report .report-index .table-work-summary th {
  font-size: 0.9rem;
  font-weight: normal;
  text-align: center;
  vertical-align: bottom;
  padding: 0.3rem 0;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}

#report .report-index .table-work-summary th:first-of-type {
  border-left: none;
}

#report .report-index .table-work-summary th.cell-time-group {
  border: 1px solid #d5d5d5;
}

#report .report-index .table-work-summary th.cell-time {
  border: 1px solid #d5d5d5;
}

#report .report-index .table-work-summary th.cell-total-time-group {
  background: #ffff99;
  background: rgba(255, 193, 7, 0.2);
}

#report .report-index .table-work-summary th.cell-total-time {
  background: #ffc;
  background: rgba(255, 193, 7, 0.1);
}

#report .report-index .table-work-summary th.cell-total-day-group {
  background: rgba(40, 167, 69, 0.2);
}

#report .report-index .table-work-summary th.cell-total-day {
  background: rgba(40, 167, 69, 0.1);
}

#report .report-index .table-work-summary th.cell-time-before {
  background: #f8f9fa;
}

#report .report-index .table-work-summary td {
  padding: 0.3rem 0.3rem;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}

#report .report-index .table-work-summary td:first-of-type {
  border-left: none;
}

#report .report-index .table-work-summary td.cell-time {
  text-align: right;
}

#report .report-index .table-work-summary td.cell-total-time {
  text-align: right;
  font-weight: bold;
}

#report .report-index .table-work-summary td.cell-total-day {
  text-align: right;
}

#report .report-index .table-work-summary td.cell-total-day.cell-status-no {
  color: #6c757d;
}

#report .report-index .table-work-summary td.cell-total-day-all {
  font-weight: bold;
}

#report .report-index .table-work-summary td.no-data {
  color: rgba(108, 117, 125, 0.5);
}

#report .report-index .table-work-summary td.cell-staff-name {
  position: relative;
  padding: 0.3rem 0;
}

#report .report-index .table-work-summary td.cell-staff-name .progress-input-rate {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
}

#report .report-index .table-work-summary .cell-time {
  width: 3.5rem;
}

#report .report-index .table-work-summary .cell-total-time {
  width: 4rem;
}

#report .report-index .table-work-summary .cell-total-day {
  width: 3rem;
}

#report .report-index .table-work-summary .cell-time-group,
#report .report-index .table-work-summary .cell-time {
  display: none;
}

@media screen and (min-width: 768px) {
  #report .report-index .table-work-summary .cell-time-group,
  #report .report-index .table-work-summary .cell-time {
    display: table-cell;
  }
}

#report .report-details .seciton-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0 1rem;
}

#report .report-details .seciton-title:before {
  content: "";
  width: 2rem;
  height: 5px;
  background: rgba(108, 117, 125, 0.2);
}

#report .report-details .seciton-title.my-section:before {
  background: #17a2b8;
}

#report .report-details .seciton-title h2 {
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.5rem;
  margin: 0;
}

#report .report-details select#select-dept option[selected] {
  background: rgba(108, 117, 125, 0.2);
  font-weight: bold;
}

#report .report-details .staff-details {
  padding: 0 0 1rem;
}

#report .report-details .staff-details .table-staff-info {
  width: 100%;
}

#report .report-details .staff-details .table-staff-info th,
#report .report-details .staff-details .table-staff-info td {
  padding: 0.5rem 0;
  text-align: center;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px dotted #d5d5d5;
}

#report .report-details .staff-details .table-staff-info th {
  font-size: 0.9rem;
  font-weight: normal;
  text-align: center;
  background: rgba(108, 117, 125, 0.05);
}

#report .report-details .staff-details .table-staff-info th:first-of-type {
  border-left: none;
}

#report .report-details .staff-details .table-staff-info th.cell-name {
  width: 6rem;
}

#report .report-details .staff-details .table-staff-info th.cell-range {
  width: 5rem;
}

#report .report-details .staff-details .table-staff-info th.cell-early {
  width: 8rem;
}

#report .report-details .staff-details .table-staff-info th.cell-break {
  width: 5rem;
}

#report .report-details .staff-details .table-staff-info th.cell-base {
  width: 7rem;
}

#report .report-details .staff-details .table-staff-info td.cell-name {
  font-weight: bold;
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
}

#report .report-details .staff-details .table-staff-info td.cell-range {
  width: 10rem;
}

#report .report-details .staff-details .table-staff-info td.cell-early {
  width: 3rem;
}

#report .report-details .staff-details .table-staff-info td.cell-break {
  width: 3rem;
}

#report .report-details .staff-details .table-staff-info td.cell-base {
  width: 3rem;
}

#report .report-details .staff-details .table-staff-detail {
  width: 100%;
}

#report .report-details .staff-details .table-staff-detail thead th {
  border-bottom: 1px solid #d5d5d5;
  font-weight: normal;
}

#report .report-details .staff-details .table-staff-detail thead th.cell-date {
  width: 4rem;
  text-align: center;
  border-left: 1px solid #d5d5d5;
}

#report .report-details .staff-details .table-staff-detail thead th.cell-date .week {
  display: block;
  font-size: 0.9rem;
}

#report .report-details .staff-details .table-staff-detail thead th.cell-date .week.week-sat {
  color: #17a2b8;
}

#report .report-details .staff-details .table-staff-detail thead th.cell-date .week.week-sun {
  color: #dc3545;
}

#report .report-details .staff-details .table-staff-detail thead th.cell-total {
  border-left: 1px solid #d5d5d5;
  width: 5rem;
  text-align: center;
}

#report .report-details .staff-details .table-staff-detail tbody td, #report .report-details .staff-details .table-staff-detail tfoot td {
  padding: 0.4rem 0.2rem;
  border-bottom: 1px solid #d5d5d5;
}

#report .report-details .staff-details .table-staff-detail tbody td.cell-type-group, #report .report-details .staff-details .table-staff-detail tfoot td.cell-type-group {
  width: 5rem;
  border-right: 1px solid #d5d5d5;
  text-align: center;
}

#report .report-details .staff-details .table-staff-detail tbody td.cell-type-ba, #report .report-details .staff-details .table-staff-detail tfoot td.cell-type-ba {
  text-align: center;
}

#report .report-details .staff-details .table-staff-detail tbody td.cell-date, #report .report-details .staff-details .table-staff-detail tfoot td.cell-date {
  border-left: 1px solid #d5d5d5;
  text-align: center;
}

#report .report-details .staff-details .table-staff-detail tbody td.cell-total, #report .report-details .staff-details .table-staff-detail tfoot td.cell-total {
  border-left: 1px solid #d5d5d5;
  text-align: center;
}

#report .report-details .staff-details .table-staff-detail tbody td.no-data, #report .report-details .staff-details .table-staff-detail tfoot td.no-data {
  color: rgba(108, 117, 125, 0.5);
}

#report .report-staff .target-block {
  padding: 0 0 1rem;
}

#report .report-staff .target-block .card {
  border-width: 2px;
}

#report .report-staff .target-block .table-month-summary {
  width: 100%;
}

#report .report-staff .target-block .table-month-summary th,
#report .report-staff .target-block .table-month-summary td {
  padding: 0.5rem 0.2rem;
  text-align: center;
}

#report .report-staff .target-block .table-month-summary th {
  font-size: 0.9rem;
  width: 6rem;
  background: #ffff99;
  font-weight: normal;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}

#report .report-staff .target-block .table-month-summary th:first-of-type {
  border-left: none;
}

#report .report-staff .target-block .table-month-summary td {
  font-size: 1.1rem;
  font-weight: bold;
}

#report .report-staff .summary-block {
  padding: 0 0 1rem;
}

#report .report-staff .summary-block .table-month-summary {
  width: 100%;
}

#report .report-staff .summary-block .table-month-summary th,
#report .report-staff .summary-block .table-month-summary td {
  padding: 0.5rem 0.2rem;
  text-align: center;
}

#report .report-staff .summary-block .table-month-summary th {
  font-size: 0.9rem;
  max-width: 6rem;
  background: #f8f9fa;
  font-weight: normal;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}

#report .report-staff .summary-block .table-month-summary th:first-of-type {
  border-left: none;
}

#report .report-staff .summary-block .table-month-summary td {
  font-weight: bold;
}

#report .report-staff .summary-block .table-month-count {
  width: 100%;
}

#report .report-staff .summary-block .table-month-count th,
#report .report-staff .summary-block .table-month-count td {
  padding: 0.2rem;
  text-align: center;
  border-left: 1px solid #d5d5d5;
}

#report .report-staff .summary-block .table-month-count th:first-of-type,
#report .report-staff .summary-block .table-month-count td:first-of-type {
  border-left: none;
}

#report .report-staff .summary-block .table-month-count th {
  font-size: 0.9rem;
  font-weight: normal;
  background: #f8f9fa;
  border-bottom: 1px solid #d5d5d5;
}

#report .report-staff .table-work-list {
  width: 100%;
  /*
				table cell width, hide settings
			*/
}

#report .report-staff .table-work-list tr.no-input {
  background: #f8f9fa;
}

#report .report-staff .table-work-list th {
  font-size: 0.9rem;
  font-weight: normal;
  text-align: center;
  vertical-align: bottom;
  padding: 0.3rem 0;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}

#report .report-staff .table-work-list th:first-of-type {
  border-left: none;
}

#report .report-staff .table-work-list th.cell-time-group {
  border: 1px solid #d5d5d5;
}

#report .report-staff .table-work-list th.cell-time {
  border: 1px solid #d5d5d5;
}

#report .report-staff .table-work-list th.cell-total-time-group {
  background: #ffff99;
}

#report .report-staff .table-work-list th.cell-total-time {
  background: #ffc;
}

#report .report-staff .table-work-list th.cell-time-before {
  background: #f8f9fa;
}

#report .report-staff .table-work-list td {
  padding: 0.3rem 0.3rem;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}

#report .report-staff .table-work-list td:first-of-type {
  border-left: none;
}

#report .report-staff .table-work-list td.cell-date {
  text-align: right;
}

#report .report-staff .table-work-list td.cell-date small {
  color: #6c757d;
}

#report .report-staff .table-work-list td.cell-date.week-sat small {
  color: #17a2b8;
}

#report .report-staff .table-work-list td.cell-date.week-sun small {
  color: #dc3545;
}

#report .report-staff .table-work-list td.cell-status {
  text-align: center;
}

#report .report-staff .table-work-list td.cell-time {
  text-align: right;
}

#report .report-staff .table-work-list td.cell-total-time {
  text-align: right;
  font-weight: bold;
}

#report .report-staff .table-work-list td.cell-operation {
  padding-right: 0;
}

#report .report-staff .table-work-list td.status-full {
  color: #28a745;
  background: rgba(40, 167, 69, 0.1);
}

#report .report-staff .table-work-list td.status-half {
  color: rgba(40, 167, 69, 0.6);
  background: rgba(40, 167, 69, 0.05);
}

#report .report-staff .table-work-list td.status-sp {
  color: #28a745;
  font-weight: bold;
  background: rgba(40, 167, 69, 0.15);
}

#report .report-staff .table-work-list td.status-none {
  color: #6c757d;
}

#report .report-staff .table-work-list td.no-data {
  color: rgba(108, 117, 125, 0.5);
}

#report .report-staff .table-work-list .cell-date {
  width: 3.5rem;
}

#report .report-staff .table-work-list .cell-status {
  width: 4rem;
}

#report .report-staff .table-work-list .cell-time-group {
  display: none;
}

#report .report-staff .table-work-list .cell-time {
  display: none;
  width: 4rem;
}

#report .report-staff .table-work-list .cell-remarks {
  display: none;
}

#report .report-staff .table-work-list .cell-operation {
  width: 3.5rem;
}

@media screen and (min-width: 768px) {
  #report .report-staff .table-work-list .cell-time,
  #report .report-staff .table-work-list .cell-time-group {
    display: table-cell;
  }
}

@media screen and (min-width: 992px) {
  #report .report-staff .table-work-list .cell-date {
    width: 3.5rem;
  }
  #report .report-staff .table-work-list .cell-status {
    width: 4rem;
  }
  #report .report-staff .table-work-list .cell-time {
    width: 4rem;
  }
  #report .report-staff .table-work-list .cell-total-time {
    width: 4rem;
  }
  #report .report-staff .table-work-list .cell-remarks {
    display: table-cell;
  }
}

#report .report-add .target-date {
  font-size: 1.4rem;
}

#report .report-add .target-date .target-day {
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  #report .report-add .target-date {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 992px) {
  #report .report-add .target-date {
    margin-top: 0;
  }
}

#report .report-add .table-add-work-summary {
  width: 100%;
}

#report .report-add .table-add-work-summary th,
#report .report-add .table-add-work-summary td {
  border-top: 1px solid #d5d5d5;
  padding: 0.5rem 1rem;
}

#report .report-add .table-add-work-summary th {
  font-size: 0.9rem;
  font-weight: normal;
  background: #f8f9fa;
}

#report .report-add .table-add-work-summary td.cell-amount {
  text-align: right;
}

#report .report-add .table-add-work-summary tr:first-of-type th,
#report .report-add .table-add-work-summary tr:first-of-type td {
  border: none;
}

#report .report-add .table-add-work-detail {
  width: 100%;
}

#report .report-add .table-add-work-detail th {
  width: 33.3%;
  padding: 0.5rem 0 0.5rem 1rem;
  border-top: 1px solid #d5d5d5;
  font-weight: normal;
  position: relative;
  color: #6c757d;
}

#report .report-add .table-add-work-detail th:before {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d5d5d5;
}

#report .report-add .table-add-work-detail th.required {
  color: #343a40;
}

#report .report-add .table-add-work-detail th.required:after {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dc3545;
}

#report .report-add .table-add-work-detail th.auto {
  color: #6c757d;
}

#report .report-add .table-add-work-detail th.auto:after {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #17a2b8;
}

#report .report-add .table-add-work-detail th.is-valid {
  color: #28a745;
}

#report .report-add .table-add-work-detail th.is-valid.required:after {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #28a745;
}

#report .report-add .table-add-work-detail th.is-invalid {
  color: #dc3545;
}

#report .report-add .table-add-work-detail td {
  padding: 0.5rem 0;
  border-top: 1px solid #d5d5d5;
}

@media screen and (min-width: 576px) {
  #report .report-add .table-add-work-detail th {
    width: 12rem;
  }
}

#report .report-add select[name="working_status"] {
  max-width: 8rem;
}

#report .report-add select[name="early_before"],
#report .report-add select[name="early_after"],
#report .report-add select[name="extension_before"],
#report .report-add select[name="extension_after"],
#report .report-add select[name="late_before"],
#report .report-add select[name="late_after"],
#report .report-add select[name="leave_before"],
#report .report-add select[name="leave_after"] {
  max-width: 5rem;
}

#report .report-add input[name="daily_worktime"],
#report .report-add input[name="daily_overtime"] {
  max-width: 5rem;
  text-align: right;
}

#payslip thead th {
  text-align: center;
}

#payslip .payslip-index .cell-payslip-date {
  width: 8rem;
}

#payslip .payslip-index .cell-payslip-count {
  width: 8rem;
}

#payslip .payslip-index .cell-payslip-time {
  width: 18rem;
}

#payslip .payslip-index .cell-operation {
  width: 4rem;
}

#payslip .payslip-detail .block-company {
  background: rgba(108, 117, 125, 0.1);
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  padding: 1rem 0 0 1.5rem;
}

#payslip .payslip-detail .block-company .block-dept {
  background: rgba(255, 255, 255, 0.3);
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  padding: 1rem 0 0 1.5rem;
  border-bottom-right-radius: 5px;
}

#payslip .payslip-detail .block-company .block-dept:first-of-type {
  border-top-left-radius: 5px;
}

#payslip .payslip-detail .block-company .block-dept .block-section {
  background: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  padding: 1rem 0 0 1.5rem;
  border-bottom-right-radius: 5px;
}

#payslip .payslip-detail .block-company .block-dept .block-section:first-of-type {
  border-top-left-radius: 5px;
}

#payslip .payslip-detail .block-company .block-dept .block-section .block-staff {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  background: #fff;
}

#payslip .payslip-detail .block-company .block-dept .block-section .block-staff .table-salary-staff {
  width: 100%;
}

#payslip .payslip-detail .block-company .block-dept .block-section .block-staff .table-salary-staff tr th,
#payslip .payslip-detail .block-company .block-dept .block-section .block-staff .table-salary-staff tr td {
  padding: 0.5rem 1rem;
  border-top: 1px solid #d5d5d5;
}

#payslip .payslip-detail .block-company .block-dept .block-section .block-staff .table-salary-staff tr th {
  width: 8rem;
}

#payslip .payslip-detail .block-company .block-dept .block-section .block-staff .table-salary-staff tr:first-of-type th, #payslip .payslip-detail .block-company .block-dept .block-section .block-staff .table-salary-staff tr:first-of-type td {
  border: none;
}

#payslip .payslip-one .table-personal-salary {
  width: 100%;
}

#payslip .payslip-one .table-personal-salary tr th,
#payslip .payslip-one .table-personal-salary tr td {
  border-bottom: 1px solid #d5d5d5;
  padding: 0.5rem 1rem;
}

#payslip .payslip-one .table-personal-salary tr th {
  width: 10rem;
  background: #f8f9fa;
  font-weight: normal;
}

#payslip .payslip-one .table-personal-salary tr td {
  border-left: 1px solid #d5d5d5;
  text-align: right;
}

#payslip .payslip-one .table-personal-salary tr.tr-strong th {
  font-weight: bold;
  color: #007bff;
  background: rgba(0, 123, 255, 0.1);
}

#payslip .payslip-one .table-personal-salary tr.tr-strong td {
  font-weight: bold;
  background: rgba(0, 123, 255, 0.05);
}

#payslip .payslip-one .table-personal-salary tr:last-of-type th,
#payslip .payslip-one .table-personal-salary tr:last-of-type td {
  border-bottom: none;
}

#payslip .payslip-import .table-imported-format {
  width: 100%;
}

#payslip .payslip-import .table-imported-format thead th {
  background: #f8f9fa;
  text-align: center;
  padding: 0.5rem 0;
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

#payslip .payslip-import .table-imported-format thead th.cell-name {
  width: 10rem;
}

#payslip .payslip-import .table-imported-format thead th.cell-strong {
  width: 4rem;
}

#payslip .payslip-import .table-imported-format thead th:first-of-type {
  border-left: none;
}

#payslip .payslip-import .table-imported-format tbody tr th,
#payslip .payslip-import .table-imported-format tbody tr td {
  border-bottom: 1px solid #d5d5d5;
  padding: 0.5rem 1rem;
}

#payslip .payslip-import .table-imported-format tbody tr th {
  background: #f8f9fa;
  font-weight: normal;
}

#payslip .payslip-import .table-imported-format tbody tr td {
  border-left: 1px solid #d5d5d5;
  text-align: right;
}

#payslip .payslip-import .table-imported-format tbody tr.tr-strong th {
  font-weight: bold;
  color: #007bff;
  background: rgba(0, 123, 255, 0.1);
}

#payslip .payslip-import .table-imported-format tbody tr.tr-strong td {
  font-weight: bold;
  background: rgba(0, 123, 255, 0.05);
}

#payslip .payslip-import .table-imported-format tbody tr.no-edit th,
#payslip .payslip-import .table-imported-format tbody tr.no-edit td {
  color: rgba(108, 117, 125, 0.5);
  background: #f8f9fa;
}

#payslip .payslip-import .table-imported-format tbody tr:last-of-type th,
#payslip .payslip-import .table-imported-format tbody tr:last-of-type td {
  border-bottom: none;
}

#payslip .payslip-import .not-exist-staff-list {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid rgba(220, 53, 69, 0.2);
  margin: 0 0 1rem;
}

#payslip .payslip-import .not-exist-staff-list li {
  padding: 0.5rem;
  border-top: 1px solid rgba(220, 53, 69, 0.2);
}

#bonus thead th {
  text-align: center;
}

#bonus .bonus-index .cell-bonus-date {
  width: 8rem;
}

#bonus .bonus-index .cell-bonus-count {
  width: 8rem;
}

#bonus .bonus-index .cell-bonus-time {
  width: 18rem;
}

#bonus .bonus-index .cell-operation {
  width: 4rem;
}

#bonus .bonus-detail .block-company {
  background: rgba(108, 117, 125, 0.1);
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  padding: 1rem 0 0 1.5rem;
}

#bonus .bonus-detail .block-company .block-dept {
  background: rgba(255, 255, 255, 0.3);
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  padding: 1rem 0 0 1.5rem;
  border-bottom-right-radius: 5px;
}

#bonus .bonus-detail .block-company .block-dept:first-of-type {
  border-top-left-radius: 5px;
}

#bonus .bonus-detail .block-company .block-dept .block-section {
  background: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  padding: 1rem 0 0 1.5rem;
  border-bottom-right-radius: 5px;
}

#bonus .bonus-detail .block-company .block-dept .block-section:first-of-type {
  border-top-left-radius: 5px;
}

#bonus .bonus-detail .block-company .block-dept .block-section .block-staff {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  background: #fff;
}

#bonus .bonus-detail .block-company .block-dept .block-section .block-staff .table-salary-staff {
  width: 100%;
}

#bonus .bonus-detail .block-company .block-dept .block-section .block-staff .table-salary-staff tr th,
#bonus .bonus-detail .block-company .block-dept .block-section .block-staff .table-salary-staff tr td {
  padding: 0.5rem 1rem;
  border-top: 1px solid #d5d5d5;
}

#bonus .bonus-detail .block-company .block-dept .block-section .block-staff .table-salary-staff tr th {
  width: 8rem;
}

#bonus .bonus-detail .block-company .block-dept .block-section .block-staff .table-salary-staff tr:first-of-type th,
#bonus .bonus-detail .block-company .block-dept .block-section .block-staff .table-salary-staff tr:first-of-type td {
  border: none;
}

#bonus .bonus-one .table-personal-salary {
  width: 100%;
}

#bonus .bonus-one .table-personal-salary tr th,
#bonus .bonus-one .table-personal-salary tr td {
  border-bottom: 1px solid #d5d5d5;
  padding: 0.5rem 1rem;
}

#bonus .bonus-one .table-personal-salary tr th {
  width: 10rem;
  background: #f8f9fa;
  font-weight: normal;
}

#bonus .bonus-one .table-personal-salary tr td {
  border-left: 1px solid #d5d5d5;
  text-align: right;
}

#bonus .bonus-one .table-personal-salary tr.tr-strong th {
  font-weight: bold;
  color: #007bff;
  background: rgba(0, 123, 255, 0.1);
}

#bonus .bonus-one .table-personal-salary tr.tr-strong td {
  font-weight: bold;
  background: rgba(0, 123, 255, 0.05);
}

#bonus .bonus-one .table-personal-salary tr:last-of-type th,
#bonus .bonus-one .table-personal-salary tr:last-of-type td {
  border-bottom: none;
}

#bonus .bonus-import .table-imported-format {
  width: 100%;
}

#bonus .bonus-import .table-imported-format thead th {
  background: #f8f9fa;
  text-align: center;
  padding: 0.5rem 0;
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

#bonus .bonus-import .table-imported-format thead th.cell-name {
  width: 10rem;
}

#bonus .bonus-import .table-imported-format thead th.cell-strong {
  width: 4rem;
}

#bonus .bonus-import .table-imported-format thead th:first-of-type {
  border-left: none;
}

#bonus .bonus-import .table-imported-format tbody tr th,
#bonus .bonus-import .table-imported-format tbody tr td {
  border-bottom: 1px solid #d5d5d5;
  padding: 0.5rem 1rem;
}

#bonus .bonus-import .table-imported-format tbody tr th {
  background: #f8f9fa;
  font-weight: normal;
}

#bonus .bonus-import .table-imported-format tbody tr td {
  border-left: 1px solid #d5d5d5;
  text-align: right;
}

#bonus .bonus-import .table-imported-format tbody tr.tr-strong th {
  font-weight: bold;
  color: #007bff;
  background: rgba(0, 123, 255, 0.1);
}

#bonus .bonus-import .table-imported-format tbody tr.tr-strong td {
  font-weight: bold;
  background: rgba(0, 123, 255, 0.05);
}

#bonus .bonus-import .table-imported-format tbody tr.no-edit th,
#bonus .bonus-import .table-imported-format tbody tr.no-edit td {
  color: rgba(108, 117, 125, 0.5);
  background: #f8f9fa;
}

#bonus .bonus-import .table-imported-format tbody tr:last-of-type th,
#bonus .bonus-import .table-imported-format tbody tr:last-of-type td {
  border-bottom: none;
}

#bonus .bonus-import .not-exist-staff-list {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid rgba(220, 53, 69, 0.2);
  margin: 0 0 1rem;
}

#bonus .bonus-import .not-exist-staff-list li {
  padding: 0.5rem;
  border-top: 1px solid rgba(220, 53, 69, 0.2);
}

#salary .salary-index .table-my-salary {
  width: 100%;
}

#salary .salary-index .table-my-salary tr th,
#salary .salary-index .table-my-salary tr td {
  border-bottom: 1px solid #d5d5d5;
  padding: 0.5rem 1rem;
}

#salary .salary-index .table-my-salary tr th {
  width: 10rem;
  background: #f8f9fa;
  font-weight: normal;
}

#salary .salary-index .table-my-salary tr td {
  border-left: 1px solid #d5d5d5;
  text-align: right;
}

#salary .salary-index .table-my-salary tr.tr-strong th {
  font-weight: bold;
  color: #007bff;
  background: rgba(0, 123, 255, 0.1);
}

#salary .salary-index .table-my-salary tr.tr-strong td {
  font-weight: bold;
  background: rgba(0, 123, 255, 0.05);
}

#salary .salary-index .table-my-salary tr:last-of-type th,
#salary .salary-index .table-my-salary tr:last-of-type td {
  border-bottom: none;
}

@media print {
  body#salary {
    background: #fff;
  }
  body#salary #footer {
    display: none;
  }
  body#salary .salary-index-print {
    font-family: serif;
  }
  body#salary .salary-index-print .print-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10mm;
  }
  body#salary .salary-index-print .print-wrap .print-block-header {
    width: 40%;
  }
  body#salary .salary-index-print .print-wrap .print-block-header .print-title {
    font-size: 3rem;
    margin: 0 0 2rem;
  }
  body#salary .salary-index-print .print-wrap .print-block-header .print-sub-info {
    margin: 0 0 2rem;
  }
  body#salary .salary-index-print .print-wrap .print-block-detail {
    width: 45%;
  }
  body#salary .salary-index-print .print-wrap .print-block-detail .block-table .table-my-print-salary {
    width: 100%;
  }
  body#salary .salary-index-print .print-wrap .print-block-detail .block-table .table-my-print-salary tr th,
  body#salary .salary-index-print .print-wrap .print-block-detail .block-table .table-my-print-salary tr td {
    font-size: 1.2rem;
    font-weight: normal;
    border-bottom: 1px solid #999;
    padding: 0.3rem 0;
  }
  body#salary .salary-index-print .print-wrap .print-block-detail .block-table .table-my-print-salary tr.tr-strong th,
  body#salary .salary-index-print .print-wrap .print-block-detail .block-table .table-my-print-salary tr.tr-strong td {
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 2px solid #000;
  }
  body#salary .salary-index-print .print-wrap .print-block-detail .block-table .table-my-print-salary tr:first-of-type th,
  body#salary .salary-index-print .print-wrap .print-block-detail .block-table .table-my-print-salary tr:first-of-type td {
    border-top: 1px solid #ccc;
  }
  body#salary .salary-index-print .print-wrap .print-block-detail .block-table .table-my-print-salary td {
    text-align: right;
  }
}

#export .table-target-range {
  width: 100%;
}

#export .table-target-range th,
#export .table-target-range td {
  padding: 0.45rem 0.2rem;
  text-align: center;
}

#export .table-target-range th {
  font-size: 0.9rem;
  max-width: 8rem;
  background: #f8f9fa;
  font-weight: normal;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}

#export .table-target-range th:first-of-type {
  border-left: none;
}

#export .table-target-range td {
  font-weight: bold;
}

#export .table-summary-list {
  width: 100%;
}

#export .table-summary-list th,
#export .table-summary-list td {
  padding: 0.2rem 0.5rem;
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

#export .table-summary-list th:last-of-type,
#export .table-summary-list td:last-of-type {
  border-right: 1px solid #d5d5d5;
}

#export .table-summary-list thead th {
  padding: 0.8rem 0.5rem;
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: normal;
  text-align: center;
  vertical-align: bottom;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

#export .table-summary-list thead th:last-of-type {
  border-right: 1px solid #d5d5d5;
}

#export .table-summary-list tbody tr:hover td {
  color: #007bff;
  background: rgba(0, 123, 255, 0.1);
}

#export .table-summary-list tbody tr td.cell-staff_no {
  width: 8rem;
  text-align: center;
  font-size: 0.9rem;
}

#export .table-summary-list tbody tr td.cell-needday, #export .table-summary-list tbody tr td.cell-normal, #export .table-summary-list tbody tr td.cell-dayoff, #export .table-summary-list tbody tr td.cell-half, #export .table-summary-list tbody tr td.cell-special, #export .table-summary-list tbody tr td.cell-daily_worktime_total, #export .table-summary-list tbody tr td.cell-closed, #export .table-summary-list tbody tr td.cell-companyclose, #export .table-summary-list tbody tr td.cell-early_total, #export .table-summary-list tbody tr td.cell-overtime_total, #export .table-summary-list tbody tr td.cell-late_leave_total_count, #export .table-summary-list tbody tr td.cell-before_total, #export .table-summary-list tbody tr td.cell-after_total {
  width: 4.2rem;
  text-align: right;
}

#labor .labor-index .table-labor-setting {
  border-bottom: 1px solid #d5d5d5;
}

#labor .labor-index .table-labor-setting th {
  vertical-align: middle;
  width: 10rem;
}

#labor .labor-index .table-labor-setting .input-group-ym {
  width: 16rem;
}

#labor .labor-index .table-labor-setting .input-group-ym select {
  text-align: center;
}
/*# sourceMappingURL=main.css.map */