@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;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

@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 */
.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: rgb(221, 221, 221);
  background: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), color-stop(10%, rgb(238, 238, 238)), to(rgb(238, 238, 238)));
  background: linear-gradient(0deg, #e6e6e6 0%, rgb(238, 238, 238) 10%, rgb(238, 238, 238) 100%);
  border-bottom: 1px solid rgb(210, 210, 210);
}

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

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

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

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

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

#bc-area {
  padding: 4.5rem 0 1rem;
  background: #f8f9fa;
  border-bottom: 1px solid #d5d5d5;
}
#bc-area .breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  background: none;
}
@media print {
  #bc-area {
    display: none;
  }
}

#message-area {
  background: #f8f9fa;
  border-bottom: 1px solid #d5d5d5;
  background-image: linear-gradient(45deg, rgba(213, 213, 213, 0.15) 25%, transparent 25%, transparent 50%, rgba(213, 213, 213, 0.15) 50%, rgba(213, 213, 213, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  -webkit-animation: 1s linear message-area-stripes infinite;
          animation: 1s linear message-area-stripes infinite;
}

@-webkit-keyframes message-area-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes message-area-stripes {
  0% {
    background-position-x: 1rem;
  }
}
#main-content {
  background: #fff;
}

#footer {
  font-size: 0.8rem;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#footer {
  padding: 1rem;
}
#footer .powerd-by {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
@media print {
  #footer {
    display: none;
  }
}

/*  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 .main-index .table-now-working {
  width: 100%;
}
#main .main-index .table-now-working thead tr th {
  font-weight: normal;
  text-align: center;
  background: rgba(108, 117, 125, 0.05);
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #d5d5d5;
}
#main .main-index .table-now-working tbody tr td {
  padding: 0.4rem 0.8rem;
  border-bottom: 1px solid #d5d5d5;
}
#main .main-index .table-now-working tbody tr td.cell-section-id {
  width: 6rem;
  text-align: center;
}
#main .main-index .table-now-working tbody tr td.cell-work-count {
  width: 4rem;
  text-align: right;
}
#main .main-index .table-now-working tbody tr td.cell-belong-count {
  width: 6rem;
  text-align: left;
}
#main .main-index .table-now-working tbody tr td.cell-detail {
  width: 6rem;
}
#main .main-index .table-now-working tbody tr.now-working td {
  background-color: rgba(40, 167, 69, 0.05);
}
#main .main-index .table-now-working tbody tr.now-working td.cell-work-count {
  color: #28a745;
}
#main .main-index .table-now-working tbody tr:last-of-type td {
  border-bottom: none;
}
#main .main-index .table-add-staff {
  width: 100%;
}
#main .main-index .table-add-staff thead tr th {
  color: #6c757d;
  font-weight: normal;
  padding: 0.5rem 0;
  border-bottom: 1px solid #d5d5d5;
}
#main .main-index .table-add-staff thead tr th.cell-date {
  text-align: right;
}
#main .main-index .table-add-staff tbody tr td {
  padding: 0.5rem 0;
  border-bottom: 1px solid #d5d5d5;
}
#main .main-index .table-add-staff tbody tr td.cell-no {
  width: 8rem;
}
#main .main-index .table-add-staff tbody tr td.cell-section {
  width: 8rem;
}
#main .main-index .table-add-staff tbody tr td.cell-date {
  width: 6rem;
  text-align: right;
}
#main .main-work .table-now-working {
  width: 100%;
  border-top: 1px solid #d5d5d5;
}
#main .main-work .table-now-working thead tr th {
  font-size: 0.9rem;
  font-weight: normal;
  text-align: center;
  padding: 0.5rem 0;
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
#main .main-work .table-now-working thead tr th.cell-status {
  border-left: none;
}
#main .main-work .table-now-working tbody tr td {
  padding: 0.4rem 0;
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
#main .main-work .table-now-working tbody tr td.cell-status {
  width: 5rem;
  color: #28a745;
  font-weight: bold;
  text-align: center;
  border-left: none;
}
#main .main-work .table-now-working tbody tr td.cell-no {
  width: 8rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
#main .main-work .table-now-working tbody tr td.cell-name {
  border-left: none;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
#main .main-work .table-now-working tbody tr td.cell-employment {
  width: 6rem;
  text-align: center;
}
#main .main-work .table-now-working tbody tr td.cell-payment {
  width: 6rem;
  text-align: center;
}
#main .main-work .table-now-working tbody tr td.cell-start, #main .main-work .table-now-working tbody tr td.cell-end {
  width: 5rem;
  text-align: center;
}
#main .main-work .table-now-working tbody tr td.cell-gender {
  width: 5rem;
  text-align: center;
}
#main .main-work .table-now-working tbody tr td.cell-phone {
  width: 9rem;
  text-align: center;
}
#main .main-work .table-now-working tbody tr td.cell-memo {
  min-width: 8rem;
}
#main .main-work .table-now-working tbody tr.now-working td {
  background-color: rgba(40, 167, 69, 0.1);
}

#operation .table-log-list .col-span-date {
  background: #ffd;
}
#operation .table-log-list .cell-time {
  width: 100px;
}
#operation .table-log-list .cell-name {
  width: 14rem;
  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: 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_start_time_h],
#staff .staff-add select[name=break_start_time_i],
#staff .staff-add select[name=break_end_time_h],
#staff .staff-add select[name=break_end_time_i],
#staff .staff-add input[name=break_time],
#staff .staff-add input[name=standard_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;
}
#staff .staff-report .input-ym-range {
  width: 14rem;
}
#staff .staff-report .input-ym-range .form-control {
  text-align: center;
}
#staff .staff-report .input-m-range {
  width: 12rem;
}
#staff .staff-report .input-m-range .form-control {
  text-align: center;
}

#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-pw {
  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;
}
#work .work-add .table-add-work-detail td .input-block-datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#work .work-add .table-add-work-detail td .input-block-datetime .input-block-date {
  width: 10rem;
}
#work .work-add .table-add-work-detail td .input-block-datetime .input-block-time {
  width: 16rem;
  padding: 0 1rem;
}
#work .work-add .table-add-work-detail td .input-block-datetime .input-block-time.range {
  padding: 0;
}
#work .work-add .table-add-work-detail td .input-block-datetime .real-time {
  display: inline-block;
  padding: 0.25rem 0 0 1rem;
  color: #6c757d;
}
#work .work-add .table-add-work-detail td .input-block-datetime input, #work .work-add .table-add-work-detail td .input-block-datetime select {
  text-align: center;
}
#work .work-add .table-add-work-detail td .calc-time {
  width: 8rem;
}
#work .work-add .table-add-work-detail td .calc-time input {
  text-align: center;
}
@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;
}
#report .report-index .table-work-summary tr th {
  font-size: 0.9rem;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  padding: 0.3rem 0;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
#report .report-index .table-work-summary tr th:first-of-type {
  border-left: none;
}
#report .report-index .table-work-summary tr th.cell-section {
  width: 7rem;
}
#report .report-index .table-work-summary tr th.cell-staff-no {
  width: 8rem;
}
#report .report-index .table-work-summary tr th.cell-total-days {
  width: 6rem;
}
#report .report-index .table-work-summary tr th.cell-ope {
  width: 3.5rem;
}
#report .report-index .table-work-summary tr th.cell-total-base {
  width: 7rem;
  border-left: 1px solid #d5d5d5;
}
#report .report-index .table-work-summary tr th.cell-total-base, #report .report-index .table-work-summary tr th.cell-total-after, #report .report-index .table-work-summary tr th.cell-total-hard, #report .report-index .table-work-summary tr th.cell-total-early {
  width: 7rem;
}
#report .report-index .table-work-summary tr th.cell-dept-name {
  padding-left: 1rem;
  text-align: left;
  background: rgba(108, 117, 125, 0.05);
}
#report .report-index .table-work-summary tr td {
  vertical-align: middle;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}
#report .report-index .table-work-summary tr td:first-of-type {
  border-left: 5px solid rgba(213, 213, 213, 0.3);
}
#report .report-index .table-work-summary tr td.cell-staff-no {
  text-align: center;
}
#report .report-index .table-work-summary tr td.cell-total-base, #report .report-index .table-work-summary tr td.cell-total-after, #report .report-index .table-work-summary tr td.cell-total-hard, #report .report-index .table-work-summary tr td.cell-total-early, #report .report-index .table-work-summary tr td.cell-total-days {
  text-align: right;
}
#report .report-index .table-work-summary tr td.cell-ope {
  width: 4rem;
}
#report .report-index .table-work-summary tr.approval td {
  background-color: rgba(40, 167, 69, 0.05);
}
#report .report-index .table-work-summary tr.approval td:first-of-type {
  border-left-color: #28a745;
}
#report .report-staff .table-month-summary {
  width: 100%;
}
#report .report-staff .table-month-summary th,
#report .report-staff .table-month-summary td {
  padding: 0.5rem 0.2rem;
  text-align: center;
}
#report .report-staff .table-month-summary th {
  font-size: 0.9rem;
  width: 6rem;
  background: #f8f9fa;
  font-weight: normal;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
#report .report-staff .table-month-summary th:first-of-type {
  border-left: none;
}
#report .report-staff .table-month-summary th.cell-title-sm {
  width: 4rem;
}
#report .report-staff .table-month-summary th.cell-title-sum {
  background: rgba(40, 167, 69, 0.1);
}
#report .report-staff .table-month-summary td {
  font-weight: bold;
}
#report .report-staff .table-month-summary td.cell-staff-no-value {
  width: 10rem;
}
#report .report-staff .table-month-summary td.cell-wtime {
  width: 7rem;
}
#report .report-staff .table-work-list {
  width: 100%;
}
#report .report-staff .table-work-list thead tr th {
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  font-size: 0.9rem;
  font-weight: normal;
  color: #6c757d;
  text-align: center;
  vertical-align: middle;
}
#report .report-staff .table-work-list thead tr th.cell-date {
  border-left: none;
}
#report .report-staff .table-work-list tbody tr.row-week-0 {
  background: rgba(220, 53, 69, 0.05);
}
#report .report-staff .table-work-list tbody tr.row-week-0 td.cell-day, #report .report-staff .table-work-list tbody tr.row-week-0 td.cell-week {
  color: #dc3545;
}
#report .report-staff .table-work-list tbody tr.row-week-6 {
  background: rgba(23, 162, 184, 0.1);
}
#report .report-staff .table-work-list tbody tr td {
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  vertical-align: middle;
  text-align: center;
}
#report .report-staff .table-work-list tbody tr td.cell-day {
  width: 2rem;
  vertical-align: top;
  border-left: none;
}
#report .report-staff .table-work-list tbody tr td.cell-week {
  width: 1.8rem;
  font-size: 0.8rem;
  text-align: left;
  vertical-align: top;
  padding-top: 0.5rem;
  padding-right: 0;
  border-left: none;
}
#report .report-staff .table-work-list tbody tr td.cell-section {
  width: 8rem;
}
#report .report-staff .table-work-list tbody tr td.cell-start {
  width: 4rem;
  color: rgba(108, 117, 125, 0.8);
  padding-left: 0;
  padding-right: 0;
}
#report .report-staff .table-work-list tbody tr td.cell-start.r {
  color: #343a40;
}
#report .report-staff .table-work-list tbody tr td.cell-start.r.diff {
  color: #dc3545;
  font-weight: bold;
  background: rgba(255, 193, 7, 0.05);
}
#report .report-staff .table-work-list tbody tr td.cell-start.r.edited {
  color: #28a745;
  font-weight: bold;
  background: rgba(40, 167, 69, 0.1);
}
#report .report-staff .table-work-list tbody tr td.cell-end {
  width: 4rem;
  color: rgba(108, 117, 125, 0.8);
  padding-left: 0;
  padding-right: 0;
}
#report .report-staff .table-work-list tbody tr td.cell-end.r {
  color: #343a40;
}
#report .report-staff .table-work-list tbody tr td.cell-end.r.diff {
  color: #dc3545;
  font-weight: bold;
  background: rgba(255, 193, 7, 0.05);
}
#report .report-staff .table-work-list tbody tr td.cell-end.r.edited {
  color: #28a745;
  font-weight: bold;
  background: rgba(40, 167, 69, 0.1);
}
#report .report-staff .table-work-list tbody tr td.cell-base, #report .report-staff .table-work-list tbody tr td.cell-after, #report .report-staff .table-work-list tbody tr td.cell-hard, #report .report-staff .table-work-list tbody tr td.cell-early, #report .report-staff .table-work-list tbody tr td.cell-sum, #report .report-staff .table-work-list tbody tr td.cell-breaktime {
  width: 4rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
}
#report .report-staff .table-work-list tbody tr td.cell-break-start, #report .report-staff .table-work-list tbody tr td.cell-break-end {
  width: 4rem;
  padding-left: 0;
  padding-right: 0;
}
#report .report-staff .table-work-list tbody tr td.cell-ap {
  width: 3rem;
}
#report .report-staff .table-work-list tbody tr td.cell-chx {
  width: 2rem;
  padding-left: 0;
  padding-right: 0;
}
#report .report-staff .table-work-list tbody tr td.cell-ope {
  width: 4rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#report #model-operation .modal-option .option-operate {
  border-top: 1px solid #d5d5d5;
  padding: 1rem 1rem;
}
#report #model-operation .modal-option .option-operate .assign-block {
  padding: 0 4rem 0 0;
}
#report #model-operation .modal-option .option-operate .assign-block .assign-block-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#report #model-operation .modal-option .option-operate .assign-block .assign-block-inputs .sept {
  padding: 0 1rem;
}
#report #model-operation .modal-option .option-operate .assign-block .assign-block-inputs input,
#report #model-operation .modal-option .option-operate .assign-block .assign-block-inputs select {
  text-align: center;
}
#report #model-operation .modal-option .option-operate .assign-block .assign-block-inputs .input-group-text {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

#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;
}
@media print {
  #payslip .payslip-one {
    padding: 3rem;
    font-family: serif;
  }
}
#payslip .payslip-one .print-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#payslip .payslip-one .print-wrap .print-block-header {
  width: 40%;
}
#payslip .payslip-one .print-wrap .print-block-header h2 {
  font-size: 3rem;
}
#payslip .payslip-one .print-wrap .print-block-detail {
  width: 45%;
}
#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;
}
@media print {
  #payslip .payslip-one .table-personal-salary tr th,
  #payslip .payslip-one .table-personal-salary tr td {
    font-size: 1.2rem;
    padding: 0.4rem 0;
  }
}
#payslip .payslip-one .table-personal-salary tr th {
  font-weight: normal;
}
@media screen {
  #payslip .payslip-one .table-personal-salary tr th {
    width: 10rem;
    background: #f8f9fa;
  }
}
#payslip .payslip-one .table-personal-salary tr td {
  border-left: 1px solid #d5d5d5;
  text-align: right;
}
@media print {
  #payslip .payslip-one .table-personal-salary tr td {
    border-left: none;
    font-size: 1.2rem;
  }
}
@media screen {
  #payslip .payslip-one .table-personal-salary tr.tr-strong th {
    color: #007bff;
    background: rgba(0, 123, 255, 0.1);
  }
}
@media screen {
  #payslip .payslip-one .table-personal-salary tr.tr-strong td {
    background: rgba(0, 123, 255, 0.05);
  }
}
#payslip .payslip-one .table-personal-salary tr.tr-strong th,
#payslip .payslip-one .table-personal-salary tr.tr-strong td {
  font-weight: bold;
}
@media print {
  #payslip .payslip-one .table-personal-salary tr.tr-strong th,
  #payslip .payslip-one .table-personal-salary tr.tr-strong td {
    font-size: 1.6rem;
    border-bottom: 2px solid #000000;
  }
}
@media screen {
  #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;
}
@media print {
  #bonus .bonus-one {
    padding: 3rem;
    font-family: serif;
  }
}
#bonus .bonus-one .print-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#bonus .bonus-one .print-wrap .print-block-header {
  width: 40%;
}
#bonus .bonus-one .print-wrap .print-block-header h2 {
  font-size: 3rem;
}
#bonus .bonus-one .print-wrap .print-block-detail {
  width: 45%;
}
#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;
}
@media print {
  #bonus .bonus-one .table-personal-salary tr th,
  #bonus .bonus-one .table-personal-salary tr td {
    font-size: 1.2rem;
    padding: 0.4rem 0;
  }
}
#bonus .bonus-one .table-personal-salary tr th {
  font-weight: normal;
}
@media screen {
  #bonus .bonus-one .table-personal-salary tr th {
    width: 10rem;
    background: #f8f9fa;
  }
}
#bonus .bonus-one .table-personal-salary tr td {
  border-left: 1px solid #d5d5d5;
  text-align: right;
}
@media print {
  #bonus .bonus-one .table-personal-salary tr td {
    border-left: none;
    font-size: 1.2rem;
  }
}
@media screen {
  #bonus .bonus-one .table-personal-salary tr.tr-strong th {
    color: #007bff;
    background: rgba(0, 123, 255, 0.1);
  }
}
@media screen {
  #bonus .bonus-one .table-personal-salary tr.tr-strong td {
    background: rgba(0, 123, 255, 0.05);
  }
}
#bonus .bonus-one .table-personal-salary tr.tr-strong th,
#bonus .bonus-one .table-personal-salary tr.tr-strong td {
  font-weight: bold;
}
@media print {
  #bonus .bonus-one .table-personal-salary tr.tr-strong th,
  #bonus .bonus-one .table-personal-salary tr.tr-strong td {
    font-size: 1.6rem;
    border-bottom: 2px solid #000000;
  }
}
@media screen {
  #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-summary-list {
  width: 100%;
  border-top: 1px solid #d5d5d5;
}
#export .table-summary-list th,
#export .table-summary-list td {
  padding: 0.2rem 0.3rem;
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
#export .table-summary-list thead th {
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: normal;
  text-align: center;
}
#export .table-summary-list thead th.cell-staff-no {
  border-left: none;
}
#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: 9rem;
  text-align: center;
  font-size: 0.9rem;
  border-left: none;
}
#export .table-summary-list tbody tr td.cell-total-days {
  width: 6rem;
  text-align: right;
}
#export .table-summary-list tbody tr td.cell-total-hard, #export .table-summary-list tbody tr td.cell-total-early, #export .table-summary-list tbody tr td.cell-total-base, #export .table-summary-list tbody tr td.cell-total-after {
  width: 8rem;
  text-align: right;
}
#export .table-summary-list tbody tr td.cell-emp {
  width: 8rem;
  text-align: center;
}
#export .table-summary-list tbody tr td.cell-ope {
  width: 4rem;
}

#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;
}

#belong .belong-index .card-dept {
  background: #f8f9fa;
}
#belong .belong-index .card-dept .card-title {
  margin-bottom: 0;
  padding: 1rem 1.25rem;
  background: #fff;
}
#belong .belong-index .card-dept .card-title .company-id {
  font-weight: bold;
  color: rgba(108, 117, 125, 0.5);
}
#belong .belong-index .card-dept .card-body {
  padding: 0;
}
#belong .belong-index .card-dept .card-table {
  width: 100%;
  margin-bottom: 0;
  background: #fff;
}
#belong .belong-index .card-dept .card-table td {
  vertical-align: middle;
}
#belong .belong-index .card-dept .card-table .cell-id {
  width: 3rem;
  padding-left: 1.25rem;
}
#belong .belong-index .card-dept .card-table .cell-cnt {
  width: 4rem;
  text-align: right;
  padding-right: 1rem;
}
#belong .belong-index .card-dept .card-table .cell-ope {
  width: 5rem;
  padding-right: 1.25rem;
}
#belong .belong-index .card-dept .card-footer {
  background: #f8f9fa;
  border-top: none;
}
#belong .belong-detail .table-belong-staffs thead tr th {
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
#belong .belong-detail .table-belong-staffs thead tr th:first-of-type {
  border-left: none;
}
#belong .belong-detail .table-belong-staffs thead tr th.cell-sort {
  width: 3rem;
}
#belong .belong-detail .table-belong-staffs thead tr th.cell-staff-no {
  width: 10rem;
}
#belong .belong-detail .table-belong-staffs thead tr th.cell-employment {
  width: 6rem;
  border-left: 1px solid #d5d5d5;
}
#belong .belong-detail .table-belong-staffs thead tr th.cell-basetime {
  width: 10rem;
}
#belong .belong-detail .table-belong-staffs thead tr th.cell-break {
  width: 6rem;
}
#belong .belong-detail .table-belong-staffs tbody tr td {
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
#belong .belong-detail .table-belong-staffs tbody tr td:first-of-type {
  border-left: none;
}
#belong .belong-detail .table-belong-staffs tbody tr td.cell-sort {
  text-align: right;
}
#belong .belong-detail .table-belong-staffs tbody tr td.cell-staff-no {
  text-align: center;
}
#belong .belong-detail .table-belong-staffs tbody tr td.cell-employment {
  text-align: center;
}
#belong .belong-detail .table-belong-staffs tbody tr td.cell-basetime {
  text-align: center;
}
#belong .belong-detail .table-belong-staffs tbody tr td.cell-break {
  text-align: center;
}
#belong .belong-edit .table-edit-sort {
  border-bottom: 1px solid #d5d5d5;
}
#belong .belong-edit .table-edit-sort thead tr th {
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
}
#belong .belong-edit .table-edit-sort thead tr th.cell-staff-no {
  width: 9rem;
}
#belong .belong-edit .table-edit-sort thead tr th.cell-sort {
  width: 5rem;
}
#belong .belong-edit .table-edit-sort thead tr th.cell-ope {
  width: 5rem;
}
#belong .belong-edit .table-edit-sort tbody tr td {
  vertical-align: middle;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#belong .belong-edit .table-edit-sort tbody tr td.cell-sort .input-sort {
  text-align: center;
}
#belong .belong-edit #ac-belong-not-staff .ac-title {
  color: #6c757d;
  text-align: left;
  text-decoration: none;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
#belong .belong-edit #ac-belong-not-staff .ac-title:hover, #belong .belong-edit #ac-belong-not-staff .ac-title:active, #belong .belong-edit #ac-belong-not-staff .ac-title:focus {
  color: #007bff;
  background: rgba(0, 123, 255, 0.1);
}
#belong .belong-edit #ac-belong-not-staff .table-add-list {
  margin: 0;
}
#belong .belong-edit #ac-belong-not-staff .table-add-list thead tr th {
  border-top: none;
  border-bottom: 1px solid #d5d5d5;
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
}
#belong .belong-edit #ac-belong-not-staff .table-add-list thead tr th.cell-staff-no {
  width: 9rem;
}
#belong .belong-edit #ac-belong-not-staff .table-add-list thead tr th.cell-ope {
  width: 4rem;
}
#belong .belong-edit #ac-belong-not-staff .table-add-list tbody tr.check-on td {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  background: rgba(255, 193, 7, 0.1);
}
#belong .belong-edit #ac-belong-not-staff .table-add-list tbody tr td.cell-staff-no {
  width: 9rem;
  color: #6c757d;
  text-align: center;
}
#belong .belong-edit #ac-belong-not-staff .table-add-list tbody tr td.cell-ope {
  width: 4rem;
  text-align: center;
}/*# sourceMappingURL=main.css.map */