@charset "utf-8";
/*======================================================================
  ヘルプ機能CSS
========================================================================*/
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;
}
.btn-help-menu-memo {
  position: absolute;
  background-color: #fff;
  color: #ff2800;
  bottom: 8px;
  left: 4px;
  font-size: 13px;
  width: 240px;
  white-space: pre-wrap;
  padding: 4px;
  border-radius: 4px;
}
.btn-help-primary {
  color: #fff;
  background-color: #fabe28;
  border-color: #f5b115;
}
.btn-help-primary:focus,
.btn-help-primary.focus {
  color: #fff;
  background-color: #efa401;
  border-color: #d96f00;
}
.btn-help-primary:hover {
  color: #fff;
  background-color: #efa401;
  border-color: #e79100;
}
.btn-help-primary:active,
.btn-help-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #efa401;
  border-color: #e79100;
}
.btn-help-primary:active:hover,
.btn-help-primary.active:hover,
.open > .dropdown-toggle.btn-help-primary:hover,
.btn-help-primary:active:focus,
.btn-help-primary.active:focus,
.open > .dropdown-toggle.btn-help-primary:focus,
.btn-help-primary:active.focus,
.btn-help-primary.active.focus,
.open > .dropdown-toggle.btn-help-primary.focus {
  color: #fff;
  background-color: #e79100;
  border-color: #d96f00;
}
.btn-help-primary:active,
.btn-help-primary.active,
.open > .dropdown-toggle.btn-help-primary {
  background-image: none;
}
.btn-help-primary.disabled:hover,
.btn-help-primary[disabled]:hover,
fieldset[disabled] .btn-help-primary:hover,
.btn-help-primary.disabled:focus,
.btn-help-primary[disabled]:focus,
fieldset[disabled] .btn-help-primary:focus,
.btn-help-primary.disabled.focus,
.btn-help-primary[disabled].focus,
fieldset[disabled] .btn-help-primary.focus {
  background-color: #fabe28;
  border-color: #f5b115;
}

.help-list-footer {
  font-size: 11px;
  margin-bottom: 4px;
}
.help-list-footer-title {
  margin-left: 8px;
  margin-right: 2px;
}
.help-list-count {
  font-size: 12px;
}
.help-list-legend {
  border: 1px solid #333;
  border-radius: 3px;
  padding: 0 2px;
  margin-left: 2px;
}
input[type="radio"].help-radio-lg,
input[type="checkbox"].help-check-lg,
.radio-inline.help-radio-lg input[type="radio"],
.checkbox-inline.help-check-lg input[type="checkbox"] {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  width: 16px;
  height: 16px;

}
.radio-inline.help-check-lg,
.checkbox-inline.help-check-lg {
  line-height: 24px;
}
.radio-inline.help-check-lg {
  padding-left: 24px;
  padding-right: 8px;
}

.help-input-xs {
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  padding: 0 2px;
}

.help-table-filter {
  padding: 3px 2px 2px 2px;
}
.help-table-filter-input {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.help-table-filter-input input::-ms-clear {
  visibility: hidden;
}

.help-table-filter-input > input.search {
  background-image: url("../img/icon/icon_search.png");
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: auto;
  padding-left: 20px;
}

.help-table-filter-clear {
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  color: #999;
  font-size: 17px;
  height: 17px;
  color: #ccc;
}
.help-table-filter-clear:hover {
  color: #3a4652;
}

.help-item {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
}
.help-item-title {
  border: 1px solid transparent;
  border-radius: 4px 0 0 4px;
  background-color: #3a4652;
  color: #fff;
}
.help-item-value {
  border: 1px solid #715c1f;
  border-radius: 0 4px 4px 0;
  background-color: #ebe1a9;
  color: #333;
  text-align: left;
}

.help-term-backward {
  border-radius: 0;
}
.help-term-select {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.help-term-forward {
  border-radius: 0 4px 4px 0;
}

.help-tablelist table {
  border-spacing: 2px;
  border-collapse: separate;
  background-color: #fbf7ed !important;
  font-size: 14px;
}
.help-tablelist th,
.help-tablelist td {
  border: none;
  padding: 0;
  border-radius: 3px;
  line-height: 16px;
}
.help-tablelist th {
  background-color: #3a4652;
  color: #fff;
  text-align: center;
  line-height: 16px;
}
.help-tablelist th.sat {
  background-color: #399ac9;
}
.help-tablelist th.sun {
  background-color: #ff003c;
}
.help-tablelist th > div.normal-request {
  border: 1px solid #3a4652;
  border-radius: 3px;
  background-color: #d9edf7;
  color: #333;
  height: 23px;
  line-height: 23px;
}
.help-tablelist th > div.urgent-request {
  border: 1px solid #3a4652;
  border-radius: 3px;
  background-color: #f2dede;
  color: #333;
  height: 23px;
  line-height: 23px;
}

.help-tablelist td {
  border: 1px solid #3a4652;
  background-color: #fbf7ed;
  text-align: left;
  padding: 2px 2px;
}
.help-tablelist td.center {
  text-align: center;
}
.help-tablelist td.right {
  text-align: right;
}
.help-tablelist td.normal,
.help-tablelist tr.normal-request td,
.help-tablelist td.normal-request,
.help-time-cell.normal-request,
.help-request-table tr.normal-request td,
.help-request-table tr.normal-request button.request-type-change,
.bar-inner.normal-request,
.help-list-legend.normal-request {
    background-color: #d9edf7;
}
.help-tablelist td.normal-request.checked {
    background-color: #79c1e3;
}
.help-tablelist td.extra {
  background-color: yellow;
}
.help-tablelist tr.urgent td,
.help-tablelist td.urgent {
  background-color: #ff003c;
  color: #fff;
}
.help-tablelist tr.noconfirm td,
.help-tablelist td.noconfirm {
  background-color: #ccc;
}
.help-tablelist tr.urgent-request td,
.help-tablelist td.urgent-request,
.help-time-cell.urgent-request,
.help-request-table tr.urgent-request td,
.help-request-table tr.urgent-request button.request-type-change,
.bar-inner.urgent-request,
.help-list-legend.urgent-request {
  background-color: #f2dede;
}
.help-tablelist tr.is-deleted td,
.help-list-legend.is-deleted,
.help-list-legend.canceled-request,
.help-tablelist td.canceled-request,
.help-request-table tr.canceled-request td {
  background-color: #ccc;
}
.help-tablelist td.assigned,
.help-time-cell.assigned,
.bar-inner.assigned,
.help-list-legend.assigned {
  background-color: #ffffbc;
}
.help-tablelist td.selected {
  border-color: #337ab7;
  box-shadow: 0px 0px 2px inset;
}
.help-list-legend.not-assigned-request,
.help-tablelist td.not-assigned-request,
.help-time-cell.not-assigned-request {
  background-color: #fce4d6;
}
.help-tablelist .help-order-button {
  font-size: 12px;
  border: 1px solid #fff;
  cursor: pointer;
}
.help-tablelist .help-order-button-selected {
  font-size: 12px;
  border: 1px solid #fabe28;
  background-color: #fabe28;
  color: #3a4652;
  cursor: pointer;
}
.reference-is-overlapping {
  position: relative;
}
.is_overlapping {
  color: red;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 3px;
}
.help-daily-shift {
  width: 132px;
}
@media (min-width: 0px) { /* div width: 1148px */
  .help-request-table { width: 1290px; }
  .help-request-store, .help-request-comment { width: 79px; }
}
@media (min-width: 1360px) { /* div width: 1308px */
  .help-request-table { width: 1290px; }
  .help-request-store, .help-request-comment { width: 79px; }
}
@media (min-width: 1400px) { /* div width: 1348px */
  .help-request-table { width: 1330px; }
  .help-request-store, .help-request-comment { width: 99px; }
}
@media (min-width: 1530px) { /* div width: 1478px */
  .help-request-table { width: 1460px; }
  .help-request-store, .help-request-comment { width: 164px; }
}
@media (min-width: 1600px) { /* div width: 1548px */
  .help-request-table { width: 1530px; }
  .help-request-store, .help-request-comment { width: 199px; }
}
@media (min-width: 1900px) { /* div width: 1848px */
  .help-request-table { width: 1830px; }
  .help-request-store, .help-request-comment { width: 349px; }
}

.help-request-status-link {
  width: 44px;
  height: 34px;
  position: relative;
  padding: 0px 0px;
}
.help-request-status-link .draft_count,
.help-request-status-link .confirm_count {
  font-size: 13px;
  position: absolute;
  left: 1px;
  top: 3px;
  width: 18px;
  text-align: center;
}
.help-request-status-link .need_count {
  font-size: 10px;
  position: absolute;
  right: 3px;
  bottom: 2px;
  width: 26px;
  text-align: center;
}
.help-request-priority-setting {
  display: none;
  position: absolute;
  top: 0;
  left: 168px;
  border: 1px solid #333;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
  width: 450px;
  z-index: 1000;
}

.help-request-type-change {
  display: none;
  position: absolute;
  top: 300px;
  left: 168px;
  border: 1px solid #333;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
  z-index: 1000;
}

.help-normal-request {
  border-radius: 16px;
  padding: 0 8px;
  background-color: #d9edf7;
  border: 1px solid #ccc;
}
.help-urgent-request {
  border-radius: 16px;
  padding: 0 8px;
  background-color: #ff003c;
  color: #fff;
}
.help-time-title {
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  width: 43px !important;
  margin-right: 1px;
  float: left;
  border: 1px solid #3a4652;
  background-color: #3a4652;
  color: #ffffff;
  text-align: center;
}
.help-time-cell {
  height: 43px;
  min-height: 43px;
  max-height: 43px;
  width: 11px;
  max-width: 11px;
  min-width: 11px;
  border-left: 1px dashed #aaa;
  float: left;
}
.help-time-cell.sep {
  border-left: 1px solid #555;
}
.help-time-cell.fill {
  background-color: yellow !important;
}
.help-time-cell.last {
  width: 1px;
  max-width: 1px;
  min-width: 1px;
  border-left: 1px solid #555;
}
.help-time-cell.noconfirm {
  background-color: #ccc;
}
.help-time-cell.canceled-request {
  background-color: #ccc;
}
.help-time-cell.ui-selecting {
  background-color: #FECA40 !important;
}
.help-time-cell.ui-selected {
  background-color: #F39814 !important;
  color: white !important;
}
.help-time-cell-none {
  background-position: 0 0;
  background-image: url("../img/background/help-time-cell-none.png");
  background-repeat: repeat-x;
  height: 43px;
  border-left: 1px solid #333;
}
.help-time-bar {
  position: absolute;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  margin-top: 4px;
  overflow: hidden;
}

.help-time-bar > div.bar-inner {
  width: 100%;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  line-height: 32px;
  border: 1px solid #d9534f;
  border-radius: 4px;
  overflow: hidden;
  cursor: default;
  white-space: nowrap;
}

.help-shift-bar {
  position: absolute;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin-top: 4px;
  overflow: hidden;
  border: 1px solid #333;
  border-radius: 4px;
  box-sizing: content-box;
}
.help-shift-bar.drafted {
  margin-top: 3px;
  margin-left: -1px;
  border-radius: 6px;
  border: 2px solid #333;
}
.help-shift-bar.confirmed {
  margin-top: 3px;
  margin-left: -1px;
  border-radius: 6px;
  border: 2px solid #333;
}
.help-shift-bar:hover {
  margin-top: 2px;
  margin-left: -2px;
  z-index: 200;
  border: 3px dashed #333 !important;
}
.help-shift-bar.selected {
  margin-top: 2px;
  margin-left: -2px;
  z-index: 300;
  border: 3px dashed #d9534f !important;
}
.ui-resizable-se {
  cursor: w-resize !important;
  width: 12px !important;
  height: 12px !important;
  right: 0px !important;
  bottom: 0px !important;
  background-position: 0 0 !important;
  background-image: url("../img/icon/icon_handle_se.png") !important;
}
.ui-resizable-sw {
  cursor: w-resize !important;
  width: 12px !important;
  height: 12px !important;
  left: 0px !important;
  bottom: 0px !important;
  background-position: 0 0 !important;
  background-image: url("../img/icon/icon_handle_sw.png") !important;
}

#help-shift-tooltip {
  display: none;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  font-size: 12px;
  border-radius: 4px;
  padding: 4px 8px;
}

.bar-inner {
  font-size: 11px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: default;
  white-space: nowrap;
}
.help-list-legend.not-assigned,
.bar-inner.not-assigned {
  background-color: #ffffff;
}
.help-list-legend.moving,
.bar-inner.move {
  background-color: #ccc;
}
.bar-inner.break {
  background-color: #c0cdff;
}
.bar-inner.leave {
  background-color: #3a4652;
  color:#fff;
}
.help-shift-bar > .bar-inner:hover,
.help-shift-bar > .bar-inner.selected {
  z-index: 200;
}
.help-shift-bar > .bar-inner:hover {
  z-index: 200;
}
.help-shift-bar > .bar-inner.selected {
  z-index: 300;
  background-color: #fabe28;
}
.help-shift-bar > .bar-inner > .bar-inner-upper {
  margin-top: 1px;
  margin-left: 1px;
  margin-right: 1px;
  height: 14px;
  min-height: 14px;
  max-height: 14px;
  line-height: 14px;
}
.help-shift-bar > .bar-inner > .bar-inner-lower {
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 1px;
  height: 14px;
  min-height: 14px;
  max-height: 14px;
  line-height: 14px;
}
.help-shift-bar > .bar-inner > .bar-inner-lower.staff-request {
  background-image: url("../img/icon/icon_comment_none.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  padding-left: 18px;
}

.help-shift-bar > .bar-inner > .bar-inner-lower > .breaktime {
  height: 14px;
  padding: 0 1px;
  position: absolute;
  bottom: 1px;
  right: 0;
  background-color: #C0CDFF;
  border: 1px solid #5375ff;
  border-radius: 4px;
  font-size: 11px;
}
.help-shift-bar > .bar-inner > .bar-inner-lower > .help_status {
  height: 14px;
  padding: 0 2px;
  position: absolute;
  bottom: 1px;
  left: 0;
  border-radius: 4px;
  font-size: 11px;
  display: none;
}
.help-shift-bar > .bar-inner > .bar-inner-lower.staff-request > .help_status {
  left: 18px;
}
.help-shift-bar > .bar-inner > .bar-inner-lower > .help_status.drafted {
  background-color: #ff003c;
  border: 1px solid #ff003c;
  color: #fff;
  display: block;
}
.help-shift-bar > .bar-inner > .bar-inner-lower > .help_status.confirmed {
  background-color: #337ab7;
  border: 1px solid #337ab7;
  color: #fff;
  display: block;
}

.help-tablelist tr.hover>td,
.help-tablelist tr.hover>td>div.help-apply-cell1,
.help-tablelist tr.selected>td,
.help-tablelist tr.selected>td>div.help-apply-cell1 {
  background-color: #ebe1a9 !important;
}
.help-tablelist tr.hover>td.hover,
.help-tablelist tr.hover>td.hover>div.help-apply-cell1,
.help-tablelist tr.selected>td.selected,
.help-tablelist tr.selected>td.selected>div.help-apply-cell1 {
  background-color: #fabe28 !important;
}

.help-shift-warning {
  background-image: url("../img/icon/icon_warning_yellow.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.help-shift-popup {
  background-image: url("../img/icon/icon_warning_pink.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.help-shift-prohibition {
  background-image: url("../img/icon/icon_warning_red.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.daily.help-shift-warning,
.daily.help-shift-popup,
.daily.help-shift-prohibition {
  padding-bottom: 16px;
}
.help-shift-staff th.shift,
.help-shift-store th.shift {
  border: none;
  background-color: transparent;
  padding: 0;
  text-align: left;
  position: relative;
}
.help-shift-weekly th.shift div {
  text-align: center;
  height: 53px;
}
.help-shift-staff th.shift div.time_zone,
.help-shift-store th.shift div.time_zone {
  float: left;
  text-align: center;
  height: 53px;
  line-height: 53px;
  background-color: #3a4652;
  color: #ffffff;
  width: 43px;
  margin-right: 1px;
}
.help-shift-staff th.shift div.time_zone.first,
.help-shift-store th.shift div.time_zone.first {
  border-radius: 3px 0 0 3px;
}
.help-shift-staff th.shift div.time_zone.last,
.help-shift-store th.shift div.time_zone.last {
  border-radius: 0 3px 3px 0;
  width: 44px;
}
.help-shift-staff th.shift div.time_label,
.help-shift-store th.shift div.time_label {
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
}
.help-shift-staff th.shift div.time_label div,
.help-shift-store th.shift div.time_label div {
  float: left;
  text-align: center;
  height: 24px;
  line-height: 26px;
  background-color: #3a4652;
  color: #ffffff;
  width: 44px;
}

.help-shift-weekly th.help-check-lg,
.help-shift-staff th.help-check-lg,
.help-shift-staff td.help-check-lg,
.help-shift-store th.help-check-lg,
.help-shift-store td.help-check-lg {
  padding: 0;
}
.help-shift-weekly th.help-check-lg > label,
.help-shift-staff th.help-check-lg > label,
.help-shift-staff td.help-check-lg > label,
.help-shift-store th.help-check-lg > label,
.help-shift-store td.help-check-lg > label {
  width: 100%;
  height: 42px;
  line-height: 38px;
  margin: 0;
}
.help-shift-staff .base_store_name,
.help-shift-staff .staff_name,
.help-shift-staff .conditions,
.help-shift-store .store_comment {
  width: 100%;
  max-height: 40px;
  overflow: hidden;
}
.help-shift-staff .staff_name,
.help-shift-staff .conditions,
.help-shift-store .store_comment {
  line-height: 1.1;
}
.help-shift-staff .conditions {
  font-size: 12px;
}
.help-shift-store .store_comment {
  font-size: 13px;
}
.help-shift-staff .shift,
.help-shift-store .shift {
  padding: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  position: relative;
}
.help-shift-staff .shift > div,
.help-shift-store .shift > div {
  position: relative;
}
.help-shift-staff .help_work_type,
.help-shift-weekly .help_work_type,
.help-apply-weekly .help_work_type {
  font-size: 13px;
  line-height: 13px;
}
.help-shift-staff td.working-time-total,
.help-shift-weekly td.working-time-total,
.help-apply-weekly td.working-time-total {
  position: relative;
}
.help-shift-staff div.working-time-total,
.help-shift-weekly div.working-time-total,
.help-apply-weekly div.working-time-total {
  position: relative;
  width: 100%;
  height: 13px;
  font-size: 13px;
}
.help-shift-staff div.working-time-total .title,
.help-shift-weekly div.working-time-total .title,
.help-apply-weekly div.working-time-total .title {
  position: absolute;
  top: 0;
  left: 0;
}
.help-shift-staff div.working-time-total .value,
.help-shift-weekly div.working-time-total .value,
.help-apply-weekly div.working-time-total .value {
  position: absolute;
  top: 0;
  right: 12px;
}
.help-shift-staff div.working-time-total .unit,
.help-shift-weekly div.working-time-total .unit,
.help-apply-weekly div.working-time-total .unit {
  position: absolute;
  top: 1px;
  right: 4px;
  font-size: 12px;
}
.help-shift-staff div.working-time-total.labor,
.help-shift-weekly div.working-time-total.labor,
.help-apply-weekly div.working-time-total.labor {
  height: 14px;
  font-size: 10px;
  border-bottom: 1px dashed #999;
}
.help-shift-staff div.working-time-total.labor .value,
.help-shift-weekly div.working-time-total.labor .value,
.help-apply-weekly div.working-time-total.labor .value {
  font-size: 11px;
}
.help-shift-staff div.working-time-total.labor .unit,
.help-shift-weekly div.working-time-total.labor .unit,
.help-apply-weekly div.working-time-total.labor .unit {
  font-size: 10px;
  top: 0;
  right: 0px;
}
.help-shift-staff td.working-time-total .labor-mark,
.help-shift-weekly td.working-time-total .labor-mark,
.help-apply-weekly td.working-time-total .labor-mark {
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 0;
  right: 0;
}
.help-shift-staff .vacation,
.help-shift-weekly .vacation,
.help-apply-weekly .vacation {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 16px;
  border-radius: 16px;
  font-size: 11px;
  text-align: left;
  padding: 1px 2px;
  background-color: #337ab7;
  color: #fff;
  display: block;
}

.help-shift-weekly td.help-check-lg {
  padding: 0;
}
.help-shift-weekly td.help-check-lg > label {
  width: 100%;
  height: 52px;
  line-height: 48px;
  margin: 0;
}
.help-shift-weekly .base_store_name,
.help-shift-weekly .staff_name,
.help-shift-weekly .conditions,
.help-apply-weekly .base_store_name,
.help-apply-weekly .staff_name,
.help-apply-weekly .conditions {
  width: 100%;
  max-height: 46px;
  overflow: hidden;
}
.help-shift-weekly .conditions,
.help-apply-weekly .conditions {
  font-size: 12px;
}

.help-shift-weekly .cell {
  position: relative;
}

.help-shift-weekly .cell > .cell-shift {
  margin: 1px 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
}
.help-shift-weekly .cell > .cell-shift > .time {
  width: 50%;
  padding-left: 4px;
  padding-top: 2px;
  text-align: left;
  font-size: 13px;
  line-height : 1.0;
  display: inline-block;
}
.help-shift-weekly .cell > .cell-shift > .hour {
  width: 50%;
  padding-right: 4px;
  padding-top: 2px;
  text-align: right;
  font-size: 13px;
  line-height : 1.0;
  display: inline-block;
}
.help-shift-weekly .cell > .cell-shift > .store {
  width: 100%;
  padding-left: 4px;
  padding-bottom: 1px;
  text-align: left;
  font-size: 11px;
  line-height : 12px;
  overflow: hidden;
  white-space: nowrap;
}
.help-urgent-help_status,
.help-shift-weekly .help_status {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  font-size: 11px;
  text-align: left;
  padding: 1px 2px;
  display: none;
}
.help-urgent-help_status.draft,
.help-shift-weekly .help_status.draft {
  background-color: #ff003c;
  color: #fff;
  display: block;
}
.help-urgent-help_status.confirm,
.help-shift-weekly .help_status.confirm {
  background-color: #337ab7;
  color: #fff;
  display: block;
}
.help-apply-header_warning {
    background-image: url("../img/icon/icon_warning_yellow.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.help-apply-header_popup {
    background-image: url("../img/icon/icon_warning_pink.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.help-apply-header_prohibition {
    background-image: url("../img/icon/icon_warning_red.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.help-apply-cell.clickable {
  cursor: pointer;
}
.help-apply-cell1 {
  position: relative;
  font-size: 13px;
  height: 27px;
  border-bottom: 1px solid #333;
}
.help-apply-cell2 {
  position: relative;
  font-size: 13px;
  height: 26px;
}
.help-apply-cell-time_from {
  text-align: right;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
}
.help-apply-cell-time_sep {
  text-align: right;
  position: absolute;
  left: 42px;
  top: 0;
}
.help-apply-cell-time_to {
  text-align: right;
  position: absolute;
  left: 0;
  top: 12px;
  width: 40px;
}
.help-apply-cell-hoursupper {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}
.help-apply-cell1 > .help-apply-cell-hourslower {
    right: 0;
}
.help-apply-cell2 > .help-apply-cell-hourslower {
    right: 18px;
}
.help-apply-cell-hourslower {
  text-align: right;
  position: absolute;
  right: 0;
  top: 12px;
  font-size:11px;
}
.help-apply-cell-noconfirm {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 6px;
}
.help-list-legend.noconfirm,
.help-apply-cell.noconfirm,
.help-apply-cell1.noconfirm {
  background-color: #bcbdc2;
}
.help-list-legend.modify,
.help-apply-cell.modify,
.help-apply-cell1.modify {
  background-color: #ffff00;
}

.help-list-legend.retirement,
.help-staff tr.retirement td {
  background-color: #bcbdc2;
}
.help-list-legend.suspention,
.help-staff tr.suspention td {
  background-color: #9ca7e2;
}
.help-list-legend.notset,
.help-staff tr.notset td {
  background-color: #ffff00;
}
.help-list-legend.move,
.help-staff tr.move td {
  background-color: #ccc;
}
.help-list-legend.break {
  background-color: #c0cdff;
}
.help-list-legend.leave,
.help-staff tr.leave td {
  background-color: #3a4652;
  color:#fff;
}
.help-staff-level_title {
  border: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  margin-top: 4px;
  margin-right: 4px;
  min-height: 0;
  overflow: hidden;
  width: 238px;
  text-align: center;
  line-height: 28px;
  background-color: #eee;
}
.help-staff-level_list {
  border: 1px solid #ccc;
  border-radius: 0 0 4px 4px;
  border-top: none;
  margin-right: 4px;
  max-height: 320px;
  min-height: 34px;
  overflow-y: scroll;
  width: 238px;
}
.help-staff-level_item {
  position: relative;
  border-bottom: 1px solid #ccc;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  width: 218px;
  padding-left: 4px;
}
.help-staff-level_item_remove {
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  color: #ccc;
}
.help-staff-level_item_remove:hover {
  color: #333;
  cursor: pointer;
}
.help-work-area {
  width: 359px;
}
.help-work-area .help-staff-level_item {
  width: 339px;
}
.help-menu-assign {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    cursor: default;
    min-width: 160px;
    padding: 0;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.help-menu-assign>div.menu {
    overflow-y: auto;
    max-height: 278px;
    min-width: 220px;
    height: auto;
    width: auto;
}
.help-menu-assign>div.menu>ul>li>a {
    margin-bottom: 2px;
    text-align: left;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid #777777;
}
.help-menu-assign>div.menu>ul>li>a:focus,
.help-menu-assign>div.menu>ul>li>a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.help-menu-assign>div.menu>ul>li>a.request ,
.help-menu-assign>div.menu>ul>li>a.work {
    background-color: #FFD1D1;
    border-color: #D9534F;
    color: #333;
}
.help-menu-assign>div.menu>ul>li>a.move {
    background-color: #ccc;
    border-color: #333;
    color: #333;
}
.help-menu-assign>div.menu>ul>li>a.break {
    background-color: #c0cdff;
    border-color: #333;
    color: #333;
}
.help-menu-assign>div.menu>ul>li>a.leave {
    background-color: #3a4652;
    color:#fff;
    border-color: #333;
}
.help-menu-assign>div.menu>ul>li>a.staff {
    background-color: #AEF6FB;
    border-color: #FF367F;
    color: #333;
}
.help-shift-inactive-tab {
  height: 28px;
  margin-top: 6px;
  background-color: #e6e6e6;
}
.help_urgent_check {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    width: 16px;
    height: 16px;
}
.help-urgent-warning {
    background-image: url("../img/icon/icon_warning_yellow.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.help-urgent-popup {
    background-image: url("../img/icon/icon_warning_pink.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.help-urgent-prohibition {
    background-image: url("../img/icon/icon_warning_red.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.help-attention-small {
    color: #FF2800;
    font-size: 14px;
}
.help-normal-small {
    color: #0000FF;
    font-size: 14px;
}
.help-top-blink {
  -webkit-animation: flash 1s linear infinite;
  -moz-animation: flash 1s linear infinite;
  animation: flash 1s linear infinite;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.help-top-warning {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
}
.help-matching {
  -webkit-animation: flash 1s linear infinite;
  -moz-animation: flash 1s linear infinite;
  animation: flash 1s linear infinite;
}
.help-matching:disabled {
  -webkit-animation: flash 0s linear infinite;
  -moz-animation: flash 0s linear infinite;
  animation: flash 0s linear infinite;
}
.matching-chance:hover {
	animation:none;
	-webkit-animation:none;
}
#dialog-matching > table {
  margin: 8px 0;
}
#dialog-matching > table > td {
  text-align: left;
}
#dialog-matching > table > td:first {
  text-align: center;
  width: 40px;
  padding-right: 8px;
}
#dialog-matching .checktext {
  font-size: 14px;
  position: relative;
  margin-bottom: 8px;
  border-bottom: 1px solid #333;
}
#dialog-matching .checktext-strong {
  font-size: 15px;
  font-weight: bold;
}
#dialog-matching .checkbox {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  outline: 0;
  margin-top: 0;
}
#dialog-matching button.button-disabled {
  color: #ddd;
  cursor: not-allowed;
}

.base-priority {
  overflow-y: scroll;
  height: 360px;
  width: 420px;
  margin: 8px 0;
}
.base-priority-row {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  border-radius: 4px;
  height: 40px;
  width: 400px;
  margin: 2px 0;
}
.base-priority-row.disable {
  background-color: #eee;
  color: #999;
}
.base-priority-row_priority {
  border-right: 1px solid #ccc;
  height: 100%;
  width: 40px;
  text-align: center;
  padding: 8px 0;
}
.base-priority-row_name {
  height: 100%;
  text-align: left;
  padding: 8px 4px;
}
.base-priority-row_enable {
  height: 100%;
  text-align: center;
  padding: 8px 4px;
}
.base-priority-row_enable label {
  font-weight: normal;
  font-size: 13px;
  margin: 0;
  color: #333;
}
.base-priority-row_enable input[type="checkbox"] {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  width: 16px;
  height: 16px;
  margin: 0 2px !important;
}
.base-priority-row_handle {
  border-left: 1px solid #ccc;
  height: 100%;
  width: 40px;
  text-align: center;
  padding: 8px 0;
  cursor: move;
}
.base-priority-row.disable .base-priority-row_handle {
  color: #ccc;
  cursor: default;
}

.base-priority-list {
  position: relative;
}
.base-priority-list .pull-left,
.base-priority-list .pull-right {
  position: relative;
  width: 138px;
  height: 30px;
  font-size: 12px;
}
.base-priority-list .pull-left > span,
.base-priority-list .pull-right > span {
  position: absolute;
}
.base-priority-listitem {
  font-size: 12px;
  text-align: left;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 2px 2px;
  margin-right: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.base-priority-listitem.none {
  border: none;
}

.workinghours {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
}

.workinghours-cols-first {
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.workinghours-cols-total,
.workinghours-cols-input {
  border: 1px solid #ccc;
  border-left: none;
}
.workinghours-cols-input.last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.workinghours-header {
  background-color: #3a4652;
  color: #fff;
  padding: 2px 0;
}
.workinghours-header.first {
  border-top-left-radius: 4px;
}
.workinghours-header.last {
  border-top-right-radius: 4px;
}
.workinghours-cell {
  border-top: 1px solid #ccc;
  height: 31px;
  line-height: 31px;
  padding: 0 4px;
}
.workinghours-cell.right {
  text-align: right;
}
.workinghours-input {
  border-top: 1px solid #ccc;
  height: 31px;
  line-height: 31px;
  padding-right: 2px;
}
.workinghours-input input.form-control {
  width: 36px;
  margin: 2px 2px;
  text-align: right;
  border-radius: 0;
  height: 26px;
  padding-right: 2px;
  padding-left: 0;
}
.workinghours-input.edit,
.workinghours-input.edit input.form-control {
  background-color: #ff9;
  font-weight: bold;
}

.request-type-select-deactive {
  background-color: #CCC;
  border: unset;
  color: #fff;
}

.request-type-select-urgent {
  background-color: #ff003c;
  border: 1px solid #ff003c;
  color: #fff;
}

.request-type-select-normal {
  background-color: #d9edf7;
  border: 1px solid #cccccc;
}
