.crew-schedule-component .no-result {
  height: 100%;
  text-align: center;
  line-height: 200px;
  background-color: white;
  color: #99ACB6; }

.crew-schedule-component .time-bar {
  position: absolute;
  z-index: 1100;
  top: 54px; }
  .crew-schedule-component .time-bar .time-bar-circle {
    position: relative;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #ea0b0b; }
  .crew-schedule-component .time-bar .time-bar-line {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 4px;
    top: 0px;
    background-color: #ea0b0b; }

.crew-schedule-component .open-paring-panel-component .scroll-auto {
  overflow: visible; }

.crew-schedule-component .open-paring-panel-component .combine {
  outline: 1px solid #DADADA;
  background-color: white;
  border: solid 1px #ffffff;
  outline-offset: 0px;
  box-shadow: 1px 1px 4px #CACACA;
  cursor: pointer;
  height: 50px; }
  .crew-schedule-component .open-paring-panel-component .combine .pattern-name {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 16px;
    text-align: left;
    font-size: 0.7rem;
    color: #74838e; }
  .crew-schedule-component .open-paring-panel-component .combine .event {
    top: 15px;
    height: 50px;
    font-size: 0.7rem; }
    .crew-schedule-component .open-paring-panel-component .combine .event .block-name {
      display: block;
      color: yellow;
      text-align: left;
      padding-left: 5px;
      line-height: 11px; }

.crew-schedule-component .open-paring-panel-component .reload {
  margin-top: 10px; }
  .crew-schedule-component .open-paring-panel-component .reload a {
    color: #ffffff;
    border: solid 1px #ffffff;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px; }
    .crew-schedule-component .open-paring-panel-component .reload a:hover {
      background-color: #2092ed; }
  .crew-schedule-component .open-paring-panel-component .reload .loading {
    position: relative;
    margin-top: 5px; }
    .crew-schedule-component .open-paring-panel-component .reload .loading .sk-circle {
      margin: 5px auto; }
      .crew-schedule-component .open-paring-panel-component .reload .loading .sk-circle .sk-child:before {
        background-color: #92c6f0; }

.crew-schedule-component .open-paring-panel-component .tool-tip-bottom {
  padding: 10px 5px; }

.modal-footer.add-pattern-footer button.disable {
  transition: all 0.2s ease-in;
  background-color: #BBBBBB;
  color: #9C9C9C;
  text-shadow: 1px 1px 1px #FFFFFF; }

.combine.move-open-pairing {
  outline: 1px solid #DADADA;
  background-color: white;
  border: solid 1px #ffffff;
  outline-offset: 0px;
  box-shadow: 1px 1px 4px #CACACA;
  cursor: pointer;
  height: 50px; }
  .combine.move-open-pairing .pattern-name {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 16px;
    text-align: left;
    font-size: 0.7rem;
    color: #74838e; }
  .combine.move-open-pairing .event {
    top: 15px;
    height: 50px;
    font-size: 0.7rem; }
    .combine.move-open-pairing .event .block-name {
      display: block;
      color: yellow;
      text-align: left;
      padding-left: 5px;
      line-height: 11px; }

.open-pairing-tooltip {
  margin-top: -15px !important;
  width: 350px !important;
  z-index: 1000 !important; }
  .open-pairing-tooltip .open-pairing span {
    display: inline-block;
    width: 100%;
    text-align: left; }
  .open-pairing-tooltip .tooltip-inner {
    max-width: 350px !important; }
  .open-pairing-tooltip .tool-tip-bottom {
    padding: 10px 0px;
    text-align: left;
    width: 350px; }
    .open-pairing-tooltip .tool-tip-bottom .detail span {
      display: inline-block;
      font-size: 12px; }
    .open-pairing-tooltip .tool-tip-bottom.block-details {
      width: 220px; }

/*
.crew-schedule-component{
  .right-section{
    .right-section-table{
      overflow-x: visible !important;

      .top-header{
        margin-top: -60px !important;
      }
    }
  }
}*/
