@charset "UTF-8";
html,
body {
  height: 100%;
  background: #f5f5f5;
}

h2 {
  font-weight: bold;
  margin: 0 0.5em 0.5em 0;
  display: inline-block;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 80px 15px 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrap > .container {
    padding-top: 120px;
  }
}

/* ヘッダーに当日日付表示 */
.date-display {
  font-weight: bold;
  font-style: italic;
}

.content-header .btn {
  margin-left: 5px;
}

.footer {
  height: 60px;
  color: #fff;
  background-color: #999;
  padding-top: 20px;
}

.not-set {
  color: #a94442;
  font-style: italic;
}

div.required label.control-label:after {
  content: " *";
  color: red;
}

.warning-hint {
  color: #a94442;
}

/* add sorting icons to gridview sort links */
a.asc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
  content: "\e151";
}

a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
  content: "\e152";
}

.list-table th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

/* form layout inline td内textbox等　枠いっぱいのサイズにする */
.form-group.full-width {
  display: block;
}

.form-control.full-width {
  width: 100%;
}

/* form横並び（複数from違いボタンを横に並べる） */
.form-inline-block > form {
  display: inline-block;
}

/* error まとめて表示 */
.error-summary {
  color: #a94442;
  background: #f5f5f5;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.nowrap {
  white-space: nowrap;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-align: left;
}
.nav li > form > button.logout:focus {
  text-decoration: none;
  outline: none;
}
.nav li > form > button.logout:hover {
  text-decoration: none;
}

.nav li > form > button.logout:hover,
.nav li > form > button.logout:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* ヘルプヒント */
.help-hint-body {
  padding: 15px;
  line-height: 2em;
}
.help-hint-body .help-hint-block-title {
  color: #82A1D1;
  font-weight: bold;
  font-size: larger;
}
.help-hint-body .help-hint-block {
  border: 1px solid #ddd;
  padding-top: 5px;
  padding-left: 0;
  margin-bottom: 15px;
}

/* 印刷設定 */
@media print {
  .wrap > .container {
    margin: 0;
    padding: 15px;
    width: 100%;
  }

  footer,
  .yii-debug-toolbar,
  .menu-nav,
  .search,
  .alert,
  .print-off {
    display: none;
  }

  a[href]:after {
    content: "";
  }

  abbr[title]:after {
    content: "";
  }

  .page-break-avoid {
    page-break-inside: avoid;
  }
}
@media screen {
  .print-only {
    display: none;
  }
}
.print-only-title {
  font-size: 24px;
  margin-bottom: 15px;
}

/* グリッド　基本設定 */
.table:not(.table-striped) tr:not(.tr-colored) td {
  background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fff;
}

.table-hover > tbody > tr:hover {
  background-color: #bacbe6;
}

.table-hover > tbody > tr:hover td {
  background-color: transparent;
}

.shift-hotel-update .table td:active,
.shift-hotel-update .table:not(.table-striped) td:active,
.shift-hotel-update .table-hover > tbody > tr:hover td:active,
.shift-hotel-update .table td:hover,
.shift-hotel-update .table:not(.table-striped) td:hover,
.shift-hotel-update .table-hover > tbody > tr:hover td:hover,
.shift-hotel-update .table td:focus,
.shift-hotel-update .table:not(.table-striped) td:focus,
.shift-hotel-update .table-hover > tbody > tr:hover td:focus,
.shift-staff-update .table td:active,
.shift-staff-update .table:not(.table-striped) td:active,
.shift-staff-update .table-hover > tbody > tr:hover td:active,
.shift-staff-update .table td:hover,
.shift-staff-update .table:not(.table-striped) td:hover,
.shift-staff-update .table-hover > tbody > tr:hover td:hover,
.shift-staff-update .table td:focus,
.shift-staff-update .table:not(.table-striped) td:focus,
.shift-staff-update .table-hover > tbody > tr:hover td:focus {
  background-color: #DAEAD4;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

thead tr,
.th-gray-table tr th {
  background-color: gray;
  color: #fff;
}

thead tr a,
.th-gray-table tr th a {
  color: #fff;
  border-bottom: 1px dashed #fff;
}

thead tr a:hover,
.th-gray-table th a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.table tr.detailRow > td,
.table tr.detailRow > td:hover {
  background-color: #e8e8e8;
}

.detail-row-edit {
  cursor: pointer;
}

.detail-row-edit:hover {
  color: #23527c;
}

.text-v-middle th, .text-v-middle td {
  vertical-align: middle !important;
}

/* 帳票関連 */
.document-container {
  padding: 20px;
  page-break-before: always;
}
.document-container:first-child {
  page-break-before: auto;
}

.text-underline {
  border-bottom: 1px solid #333;
}
.text-underline-b {
  border-bottom: 2px solid #333;
}
.text-underline-double {
  border-bottom: 3px double #333;
}

.border-block {
  border: 1px solid #333;
  padding: 3px 10px;
}

.text-underline-block {
  border-bottom: 1px solid #333;
}
.text-underline-block div {
  display: inline-block;
}

.text-left-pull-right-block {
  text-align: right;
}
.text-left-pull-right-block > div {
  display: inline-block;
  text-align: left;
}

.text-smaller {
  font-size: smaller;
}

.text-larger {
  font-size: larger;
}

.text-large {
  font-size: large;
}

.btn-left-space {
  margin-left: 4px;
}

.div_bottom_align {
  display: table;
}
@media (min-width: 768px), print {
  .div_bottom_align .bottom_box {
    float: none;
    display: table-cell;
    vertical-align: bottom;
  }
}

.margin-20-box {
  margin-bottom: 20px;
}

/* 客室清掃作業指示書兼報告書 */
#staff-invoice .title {
  margin: 10px 15px;
  padding: 10px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
#staff-invoice .stamp-box {
  width: 300px;
}
#staff-invoice .stamp-box > table > tbody > tr {
  height: 80px;
}
#staff-invoice .payment-amount-tr {
  border-top-style: double;
}
#staff-invoice .payment-amount-tr > th, #staff-invoice .payment-amount-tr td {
  vertical-align: middle;
}

/* 客室清掃日報 */
#work-report-daily-hotel .document-container {
  padding-top: 0;
}

#work-report-daily-hotel-table {
  table-layout: fixed;
}
#work-report-daily-hotel-table .title {
  width: 160px;
}
#work-report-daily-hotel-table .amount {
  width: 70px;
}

/* 事業所基本情報 */
.jscolor {
  width: 20px;
  color: transparent !important;
  cursor: pointer;
}
.jscolor-view {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  border: solid 1px;
}

/* 事業所詳細・編集 */
.hotel-update .table-title {
  font-weight: bold;
  margin-top: 20px;
}

.hotel-view-price-table {
  table-layout: fixed;
}
.hotel-view-price-table th.date-col {
  width: 100px;
}

.hotel-update-table .title-col {
  min-width: 170px;
}
.hotel-update-table .date-col {
  width: 160px;
}
.hotel-update-table .price_unit-col label {
  margin-top: 5px;
}
.hotel-update-table .min-num-col {
  width: 100px;
}
.hotel-update-table .middle-num-col {
  width: 130px;
}
.hotel-update-table .btn-col {
  width: 50px;
  text-align: center;
  vertical-align: middle;
}
.hotel-update-table .form-group {
  margin-bottom: 0;
}

.guarantee-price-dl dt {
  clear: left;
  float: left;
  font-weight: normal;
}
.guarantee-price-dl dd {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 110px;
}
.guarantee-price-dl dd .form-group {
  margin-top: -3px;
}

/* シフト管理 */
.shift-table tr.my-shift > td {
  background-color: #fffce8;
}
.shift-table tr.my-shift > td:hover {
  background-color: #fff5b5;
}
.shift-table th, .shift-table td {
  text-align: center;
  white-space: nowrap;
}
.shift-table th.hov,
.shift-table td.hov {
  background-color: #fff5b5 !important;
}
.shift-table th.hov-target,
.shift-table td.hov-target {
  background-color: #DAEAD4 !important;
}
.shift-table select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /*appearance: none;*/
  border: none;
  background-color: inherit;
  cursor: pointer;
}
.shift-table select:focus {
  outline: none;
}
.shift-table td.shift-table-name {
  text-align: left;
}
.shift-table td.shift-table-name .label-post {
  font-weight: normal;
  border: 1px solid gray;
  background-color: #fff;
  color: gray;
  margin-right: 3px;
  font-size: 85%;
  padding: .1em .5em .1em;
}
.shift-table tr.lock-shift > td {
  background-color: #f0f0f0;
}

.sticky_table .sticky,
.sticky_table .sticky-second {
  position: -webkit-sticky;
  position: sticky;
}

.sticky_table .sticky {
  left: 0;
  z-index: 2;
}

.sticky_table .sticky-second {
  z-index: 1;
}

/* 作業管理 */
.tab-pane .well {
  margin-bottom: 10px;
}

.work-instruction-index .select2-search__field {
  min-width: 130px !important;
}
.work-instruction-index .tab-pane {
  margin-top: 3px;
}
.work-instruction-index .select-hotel {
  margin-right: 3px;
  min-width: 100px;
}

#helpCleaningChangeForm, .inline-block-form {
  display: inline-block;
}

#rowCleaningChangeForm {
  margin: 20px;
}

td .bootstrap-timepicker input {
  width: 65px !important;
}

.change-form-panel {
  margin-bottom: 10px;
}

.well {
  border: 0;
  box-shadow: none;
  background-color: #82A1D1;
}
.well .form-group:last-child {
  margin-bottom: 0;
}

.col-hotel-changer .well {
  background-color: #999;
}

.nav-tabs {
  margin-bottom: 20px;
}

.panel-body {
  padding: 15px 15px 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.panel-body .form-group {
  margin-bottom: 10px;
}

.btn-container {
  text-align: center;
  margin-top: 20px;
}

.alert-dismissable {
  font-weight: bold;
  font-size: 120%;
}

/* マネージャー */
.manager-staff-hotel-dl {
  margin-left: 15px;
}
.manager-staff-hotel-dl dt {
  clear: left;
  float: left;
}
.manager-staff-hotel-dl dd {
  float: left;
  margin-right: 5px;
}
.manager-staff-hotel-dl dd.select-dd {
  width: 80%;
}
.manager-staff-hotel-dl dd .form-group {
  margin-bottom: 0;
}

/* スタッフ */
.staff-hotel-dl dt {
  clear: left;
  float: left;
  width: 30%;
  margin-top: 5px;
  margin-right: 5px;
}
.staff-hotel-dl dd {
  float: left;
  width: 25%;
}
.staff-hotel-dl dd .form-group {
  margin-bottom: 0;
}

.staff-hotel-view-dl {
  margin-bottom: 0;
}
.staff-hotel-view-dl dt {
  clear: left;
  float: left;
  width: 70%;
  margin-right: 5px;
  font-weight: normal;
}
.staff-hotel-view-dl dd.price-view {
  float: left;
}
.staff-hotel-view-dl dd .edit-btn {
  clear: both;
  float: right;
}

.staff-hotel-view-table {
  margin-bottom: 8px;
}

/* フォームのみ画面のトップマージン用 */
.form-container {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .col-hotel-changer {
    padding-right: 5px;
  }
  .col-hotel-changer .form-inline .form-group {
    display: block;
    width: 100%;
  }
  .col-hotel-changer .form-inline select {
    display: block !important;
    width: 100% !important;
  }

  .col-search {
    padding-left: 5px;
  }
}
.index-container {
  margin-top: 20px;
}

.min-margin-hr {
  margin-top: 0;
  margin-bottom: 10px;
}

/* 客室清掃室数集計表 */
.certificate-box table {
  width: 250px;
  float: right;
}
.certificate-box th {
  text-align: center;
  width: 50%;
}
.certificate-box tbody > tr {
  height: 80px;
}
.certificate-box p {
  clear: right;
  float: right;
  font-weight: bold;
}

/* media queries */
@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }

  .navbar-brand {
    font-size: 14px;
  }

  .search > ul.list-inline > li {
    display: block;
  }

  #work-report-daily-hotel-table {
    table-layout: auto;
  }
  #work-report-daily-hotel-table .title {
    width: auto;
  }
  #work-report-daily-hotel-table .amount {
    width: auto;
  }
}
/* 作業状況 */
.sub-instruction {
  color: gray;
}

/* 請負請求書 */
#report-contract-payment-view .stamp-box {
  margin-left: 10px;
  text-align: center;
  border: 1px dotted #ddd;
  width: 80px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.8;
}
#report-contract-payment-view .received-comment {
  margin-top: -5px;
  margin-bottom: -10px;
}
#report-contract-payment-view .double-height-td {
  height: 6em;
  vertical-align: middle;
}
#report-contract-payment-view .no-right-border {
  border-right: none;
  vertical-align: top !important;
}
#report-contract-payment-view .no-left-border {
  border-left: none;
}
@media print {
  #report-contract-payment-view .no-right-border {
    border-right: none !important;
  }
  #report-contract-payment-view .no-left-border {
    border-left: none !important;
  }
}
#report-contract-payment-view .has-spacer-row {
  /* テーブルに設定 */
  border-left: none;
  border-right: none;
}
#report-contract-payment-view .has-spacer-row .spacer-row td {
  /* 空行を作り、テーブルが切れているように見せたい。（カラム幅を揃えたい） */
  border: none !important;
  background-color: transparent;
}

/* 請負請求書（領収書）詳細表示設定 */
.payment-view-settings-panel {
  margin-bottom: 10px;
}
.payment-view-settings-panel .panel-body {
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
.payment-view-settings-panel .panel-body label {
  margin-bottom: 0;
}
.payment-view-settings-panel .panel-body .item-label {
  margin-left: 15px;
}
.payment-view-settings-panel .panel-body input[type=checkbox] {
  margin-left: 10px;
}
.payment-view-settings-panel .panel-body .input-label {
  font-weight: normal;
}

/* 月間交通費編集 */
#transportation-expenses-update .form-control-view {
  display: block;
  padding: 7px 12px 5px;
}

/* datepicker 埋もれ解消 */
.datepicker {
  z-index: 1151 !important;
}

/* select2 */
.select2-selection__rendered {
  line-height: 31px !important;
  color: #555;
}

.select2-container .select2-selection--single {
  height: 35px !important;
}

.select2-selection__arrow {
  height: 34px !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px;
}

/*# sourceMappingURL=style.css.map */
