@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
@import url("../fonts/dripicons-v2.ttf");
body {
  min-height: 100vh; }

body.signin {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5; }

.container-user {
  max-width: 576px !important; }

.form-signin {
  width: 100%;
  max-width: 430px;
  padding: 15px;
  margin: auto; }

.form-signin .checkbox {
  font-weight: 400; }

.form-signin .form-floating:focus-within {
  z-index: 2; }

.form-signin input {
  margin-bottom: 10px; }

/*.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}*/
.shift-responsive {
  overflow-x: auto;
  font-size: 14px; }
  @media (max-width: 991.98px) {
    .shift-responsive .row {
      min-width: 1296px; } }

.shift-table {
  text-align: center;
  height: 100%; }
  .shift-table th {
    font-weight: normal;
    line-height: 110%; }

.shift-table-head {
  height: 30px; }

.shift-table-comment {
  text-align: left !important; }

.shift-table-date {
  width: 80px; }

.shift-table-time {
  width: 60px; }

.shift-table-bace {
  width: 120px;
  text-align: left !important; }

.shift-table-count {
  width: 36px; }

.shift-table-check {
  width: 34px; }

.shift-table-edit {
  width: 90px; }

.shift-checkcount {
  width: 60px; }

.layoutSample-time {
  width: 210px; }

.layoutSample-text {
  width: 180px; }

.layoutSample-over {
  min-height: 100px;
  overflow-y: auto; }

.table-layoutSample th {
  font-size: 14px;
  line-height: 120%; }

.table-layoutSample2 .btn {
  font-size: 14px;
  width: 66px;
  margin-bottom: 5px; }

.table-layoutSample div.btn {
  width: 31%;
  margin-bottom: 3px;
  font-size: 10px;
  line-height: 120%;
  font-weight: bold; }
  .table-layoutSample div.btn span {
    font-weight: normal;
    font-size: 10px; }

.shift-group {
  display: flex;
  flex-wrap: wrap; }

.shift-unit {
  width: 72px;
  margin: 0 2px 2px;
  display: flex;
  margin-bottom: 5px;
  align-items: center;
  height: 76px;
  background-color: #fff;
  border: 1px solid #ccc; }
  .shift-unit .inner {
    width: 100%;
    font-size: 12px;
    line-height: 110%;
    text-align: center;
    font-weight: bold; }
  .shift-unit span {
    display: block;
    font-size: 11px;
    font-weight: normal; }
  .shift-unit .shift-other {
    margin-top: 5px; }

.shift-success {
  background: #c9dcb3; }

.shift-warning {
  background: #fae4a0; }

.shift-danger {
  background: #efb5c4; }

#table_24h th, #table_24h td {
  font-size: 12px;
  font-weight: normal;
  width: 20px;
  height: 24px; }
#table_24h th {
  text-align: center;
  background-color: #212529;
  color: #fff;
  border: 1px solid #adb5bd; }
#table_24h td {
  border-bottom: solid 1px #dee2e6; }
#table_24h .h_bace {
  width: 160px; }
#table_24h .c_left {
  border-left: dotted 1px #dee2e6;
  border-right: none; }
#table_24h .c_center {
  border-left: none;
  border-right: none; }
#table_24h .c_right {
  border-left: none;
  border-right: dotted 1px #dee2e6; }
#table_24h .h_day {
  text-align: center;
  width: 30px; }
#table_24h .h_name {
  text-align: center;
  width: 160px; }
#table_24h .c_mark_prefer {
  background-color: lime; }

.c_mark_shift {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.3) 70%, rgba(255, 255, 255, 0) 71%, rgba(255, 255, 255, 0) 100%);
  background-size: auto 100%;
  background-color: #e9ecef; }

/* mark_type_1～5 は ps_type の値に対応する。
	1=希望
	2=シフト_この拠点 
	3=希望+シフト_この拠点
	4=シフト_他の拠点 
	5=希望+シフト_他の拠点
	0=データなし
 */
.c_mark_type_1 {
  background-color: #e4edd9 !important;
  cursor: pointer; }

.c_mark_type_2 {
  cursor: pointer;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.3) 70%, rgba(255, 255, 255, 0) 71%, rgba(255, 255, 255, 0) 100%);
  background-size: auto 100%;
  background-color: #dce7f7 !important; }

.c_mark_type_3 {
  cursor: pointer;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.3) 70%, rgba(255, 255, 255, 0) 71%, rgba(255, 255, 255, 0) 100%);
  background-size: auto 100%;
  background-color: #72a1e0 !important; }

.c_mark_type_4 {
  cursor: pointer;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.3) 70%, rgba(255, 255, 255, 0) 71%, rgba(255, 255, 255, 0) 100%);
  background-size: auto 100%;
  background-color: #fae4a0 !important; }

.c_mark_type_5 {
  cursor: pointer;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.3) 70%, rgba(255, 255, 255, 0) 71%, rgba(255, 255, 255, 0) 100%);
  background-size: auto 100%;
  background-color: #f5c941 !important; }

table#table_24h td.c_mark_ovrework {
  background-color: red;
  cursor: pointer; }

table#table_24h td.c_mark_off {
  background-color: white; }

table#table_24h td.c_mark_nocolor {
  cursor: pointer; }
