@charset "UTF-8";

.control-order-by .btn {
  display: none;
}

.resource-item.disabled:hover {
  z-index: 100;
}

.resource-item.disabled .heading,
.resource-item.disabled .dropdown {
  cursor: default;
  pointer-events: none;
}

.resource-item.disabled .dropdown {
  filter: grayscale(1);
}

.resource-item.disabled .heading {
  display: block;
  padding-right: 100px;
}

.resource-item.disabled .heading::after {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  z-index: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  -webkit-mask-image: url(/tokyo_od_theme/images/common/icon_unlink.svg);
  mask-image: url(/tokyo_od_theme/images/common/icon_unlink.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background: #d29922;
}

.resource-item.disabled .disabled-tooltip {
  visibility: hidden;
  position: absolute;
  z-index: 100;
  bottom: calc(100% - 4px);
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  width: 300px;
  color: #000;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  word-break: break-all;
  word-wrap: break-word;
}

.resource-item.disabled:hover .disabled-tooltip {
  visibility: visible;
}

.resource-item.disabled .disabled-tooltip::after {
  content: "";
  position: absolute;
  z-index: 100;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 5px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.notes .maintenance {
  color: #e0051e;
}
