.CrewSchedule .expire-div-detail {
  color: #344252;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: bold;
  padding-bottom: 10px; }
  .CrewSchedule .expire-div-detail span {
    font-weight: normal;
    color: #344252;
    font-size: 12px; }

.CrewSchedule .btn-update {
  width: 100%;
  font-size: 12px;
  background-color: #2196f3;
  padding: 7px 10px;
  border: none;
  color: white;
  border-radius: 4%; }

.CrewSchedule .btn-update-disabled {
  width: 100%;
  font-size: 12px;
  background-color: #cccccc;
  padding: 7px 10px;
  border: 1px solid #999999;
  color: #666666;
  border-radius: 4%; }

.CrewSchedule .btn-collapsible-group {
  margin: 10px 0 0 10px; }

.CrewSchedule .btn-collapsible-group button {
  background-color: #fff;
  border: 1px solid black;
  color: black;
  padding: 10px 24px;
  cursor: pointer;
  float: left;
  border-radius: 5%; }

.CrewSchedule .btn-collapsible-group .selected {
  border: 1px solid #1976D2;
  color: #1976D2; }

.CrewSchedule .btn-collapsible-group button:hover:enabled {
  background-color: #F4F1F1; }

.CrewSchedule .btn-collapsible-group button:hover:disabled {
  opacity: 0.65;
  cursor: not-allowed; }

.CrewSchedule .btn-collapsible-group:after {
  content: "";
  clear: both;
  display: table; }

.CrewSchedule .tab-section {
  margin-top: 0px; }

.CrewSchedule .toolbar .icon-tool-bar ul li a.switch-active-label {
  color: #a4bfdb; }

.CrewSchedule .toolbar .icon-tool-bar ul li.switch-label-left {
  width: 136px; }
  .CrewSchedule .toolbar .icon-tool-bar ul li.switch-label-left a {
    position: absolute;
    padding: 10px 18px; }

.CrewSchedule .toolbar .icon-tool-bar ul li.switch-label-right {
  width: 158px; }
  .CrewSchedule .toolbar .icon-tool-bar ul li.switch-label-right a {
    position: absolute;
    padding: 10px 18px; }

.CrewSchedule .toolbar .icon-tool-bar ul li.bluebg {
  background-color: #217dc6; }

.CrewSchedule .toolbar .icon-tool-bar ul li.lightbluebg {
  background-color: #2196f3; }

.CrewSchedule .toolbar .switch {
  background: #1c6aa9;
  border-color: #1c6aa9; }

.CrewSchedule .toolbar .switch:checked {
  background: #105ec1;
  border-color: #105ec1; }
  .CrewSchedule .toolbar .switch:checked .small {
    background: #2196f3; }

.CrewSchedule .canvas {
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 45px;
  top: 110px; }
  .CrewSchedule .canvas .canvas-wrapper {
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden; }
    .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp {
      height: 100%;
      overflow: hidden; }
      .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section {
        float: none;
        height: 100%;
        overflow: auto;
        position: absolute;
        right: 370px;
        left: 70px;
        width: auto;
        /*overflow-x: hidden;*/ }
        .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .month-nav {
          height: 40px;
          position: fixed;
          left: 70px;
          right: 560px;
          background-color: #217dc6;
          color: #fff;
          z-index: 3; }
          .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .month-nav .month-nav-block {
            padding: 10px 15px; }
            .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .month-nav .month-nav-block a {
              color: #fff;
              font-size: 0.7rem;
              text-transform: uppercase; }
              .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .month-nav .month-nav-block a i {
                vertical-align: middle;
                font-size: 20px; }
            .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .month-nav .month-nav-block:nth-child(2) {
              padding: 10px 10px;
              font-weight: 500; }
              .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .month-nav .month-nav-block:nth-child(2) span {
                margin: 0px 10px; }
        .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table {
          position: absolute;
          top: 40px;
          width: 1550px;
          margin-left: 1px; }
          .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .top-header {
            width: auto;
            z-index: 4;
            min-height: 40px;
            margin-top: 0px;
            overflow: hidden; }
            .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .top-header .header-col {
              height: 40px; }
              .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .top-header .header-col .day {
                height: 40px;
                padding: 15px 0px 0px;
                width: 221.4px; }
                .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .top-header .header-col .day .hours {
                  top: 3px;
                  position: relative; }
                  .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .top-header .header-col .day .hours.empty {
                    top: 0px;
                    text-align: center; }
                    .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .top-header .header-col .day .hours.empty .date {
                      font-size: 12px; }
          .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .data-row {
            z-index: 2;
            height: 104px; }
            .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .data-row .data-col {
              height: 104px; }
              .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .data-row .data-col .day {
                width: 221.4px;
                height: 104px;
                position: relative; }
                .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .data-row .data-col .day .date {
                  position: relative;
                  font-size: 11px;
                  top: 2px;
                  left: 5px;
                  font-weight: 500; }
                .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .data-row .data-col .day.selected-date {
                  border: 2px solid #f2cf0d !important;
                  background-color: #fcf1cb;
                  z-index: 1; }
                  .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .data-row .data-col .day.selected-date .date {
                    font-weight: 900; }
                .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .data-row .data-col .day.current-date {
                  border: 2px solid #2196f3;
                  z-index: 1; }
                .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .data-row .data-col .day .notification_icons {
                  position: relative;
                  top: -12px; }
                  .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .data-row .data-col .day .notification_icons .notify-icons {
                    display: inline-block;
                    float: right;
                    text-align: right;
                    margin-right: 5px; }
                    .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .data-row .data-col .day .notification_icons .notify-icons .notification {
                      position: unset;
                      top: unset;
                      font-size: 22px !important; }
              .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .data-row .data-col .inline-modal-wrapper {
                position: relative; }
                .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .data-row .data-col .inline-modal-wrapper.expand-me {
                  height: 648px;
                  top: 104px; }
            .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .data-row.first-row {
              margin-top: 40px; }
            .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .data-row.expand-me {
              height: 753px !important; }
      .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right {
        position: absolute;
        width: 560px;
        background: #fcfafa;
        right: 0px;
        z-index: 5;
        overflow-y: auto; }
        .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right input {
          padding-right: 0px; }
        .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right h5 {
          /* color: #1976d2;*/
          margin-top: 0px; }
        .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right .crew-title-section {
          border-radius: 0px;
          background-color: #E9EDF0;
          color: black;
          min-height: 40px;
          font-size: 13px;
          font-weight: 400;
          text-transform: uppercase;
          padding-top: 10px;
          cursor: pointer;
          -webkit-user-select: text;
          -moz-user-select: text;
          -ms-user-select: text;
          user-select: text; }
        .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right .crew-detail-section {
          margin-right: 0px;
          margin-left: -15px;
          min-height: 100px;
          padding: 5px;
          color: black;
          background: #E9EDF0;
          -webkit-user-select: text;
          -moz-user-select: text;
          -ms-user-select: text;
          user-select: text; }
          .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right .crew-detail-section .icon-div {
            display: inline-block;
            float: left; }
            .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right .crew-detail-section .icon-div i {
              vertical-align: middle;
              color: #fff;
              opacity: 0.6;
              font-size: 18px; }
          .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right .crew-detail-section .icon-div-detail {
            padding-left: 20px;
            font-size: 12px;
            margin-bottom: 10px;
            font-weight: 500; }
            .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right .crew-detail-section .icon-div-detail span {
              font-size: 12px;
              color: #344252;
              letter-spacing: 0;
              line-height: 12px; }
          .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right .crew-detail-section .nationality {
            text-align: left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: 500;
            font-size: 0.9rem;
            margin-bottom: 15px;
            margin-left: 20px; }
        .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right .crew-detail-bottom {
          background: #35c149;
          padding: 10px 5px;
          margin-right: 0px;
          margin-left: -15px; }
        .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right .panel-group .panel {
          border-bottom: thick black;
          border-radius: 0px;
          background: #fcfafa;
          box-shadow: none;
          margin-top: 0px; }
          .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right .panel-group .panel .panel-heading {
            border-radius: 0px;
            background-color: #E9EDF0;
            color: black;
            min-height: 40px; }
            .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right .panel-group .panel .panel-heading .panel-title {
              font-size: 12px;
              font-weight: 300;
              text-transform: uppercase;
              padding-top: 2.5px; }
              .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right .panel-group .panel .panel-heading .panel-title a.accordion-toggle {
                display: block;
                width: 100%;
                font-weight: 500; }
            .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right .panel-group .panel .panel-heading i {
              float: right;
              line-height: 0.7; }
          .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right .panel-group .panel:nth-child(1) .panel-heading {
            background-color: #f5f7f8;
            padding-bottom: 0px; }
            .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right .panel-group .panel:nth-child(1) .panel-heading .crew-member-nav {
              font-size: 0.7rem; }
              .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right .panel-group .panel:nth-child(1) .panel-heading .crew-member-nav i {
                font-size: 1.2rem;
                float: none;
                vertical-align: bottom; }
          .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right .panel-group .panel:nth-child(2) .panel-heading {
            background-color: #f2f4f6; }
          .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right .panel-group .panel:nth-child(3) .panel-heading {
            background-color: #eff2f4; }
          .CrewSchedule .canvas .canvas-wrapper .canvas-30day-temp .crew_detail_panel_right .panel-group .panel .panel-body {
            padding: 0px;
            border-top: none; }

.CrewSchedule .bottom-content {
  position: fixed;
  width: 100%;
  bottom: 45px;
  z-index: 3; }

.CrewSchedule .legend-footer {
  position: absolute;
  left: 70px;
  right: 0px;
  bottom: 0;
  height: 45px;
  z-index: 3;
  background-color: #ebf1f5;
  border-top: 1px solid #dde3e6; }
  .CrewSchedule .legend-footer .legend {
    padding: 10px 20px 0px;
    line-height: 2; }
    .CrewSchedule .legend-footer .legend .legend-list {
      line-height: 1; }
      .CrewSchedule .legend-footer .legend .legend-list ul {
        margin-bottom: 0px; }
    .CrewSchedule .legend-footer .legend .time-msg {
      font-size: 13px; }

.CrewSchedule .profile-btn {
  background-color: transparent;
  border: 1px solid black;
  font-size: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 3px 5px;
  color: black;
  text-transform: uppercase; }
  .CrewSchedule .profile-btn i {
    font-size: 14px;
    vertical-align: middle;
    margin-right: 5px; }

.CrewSchedule .label-notes {
  background-color: #e91e63;
  color: #fff;
  font-size: 0.7rem;
  text-transform: none;
  margin-left: 10px;
  border-radius: 8px;
  padding: 6px 10px; }

.CrewSchedule .expiries-block {
  font-weight: 500;
  text-transform: uppercase; }
  .CrewSchedule .expiries-block span {
    font-size: 0.9rem;
    margin-right: 2px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 0px; }
    .CrewSchedule .expiries-block span.colored {
      background-color: #ffa4a0;
      border-radius: 5px;
      padding: 5px;
      opacity: 0.5;
      border: 1px solid black; }

.CrewSchedule .inline-icon {
  vertical-align: bottom;
  font-size: 21px !important; }

.CrewSchedule .cream-bg-wrapper {
  padding-left: 10px;
  padding-right: 10px; }
  .CrewSchedule .cream-bg-wrapper .cream-bg {
    background-color: #fcf1cb;
    padding: 15px 5px 10px; }
    .CrewSchedule .cream-bg-wrapper .cream-bg .group input {
      background-color: #fcf1cb; }

.CrewSchedule .crew-exclusions {
  font-size: 11px;
  font-weight: 300; }

.CrewSchedule .airport-exclusions {
  font-weight: 300;
  font-size: 11px; }
  .CrewSchedule .airport-exclusions span {
    margin-right: 10px; }

.CrewSchedule .notes h5:first-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd; }

.CrewSchedule .notes .note-list {
  margin-bottom: 30px; }
  .CrewSchedule .notes .note-list .single-note-div {
    font-weight: 500;
    font-size: 0.95rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .CrewSchedule .notes .note-list .single-note-div .duration {
      color: #579bd1; }
    .CrewSchedule .notes .note-list .single-note-div .close i {
      font-size: 20px; }

.CrewSchedule .notes .duration {
  color: #579bd1;
  font-size: 0.95rem;
  font-weight: 500; }
  .CrewSchedule .notes .duration a {
    color: #e63d39;
    text-decoration: underline;
    margin-left: 10px; }
  .CrewSchedule .notes .duration .from-to-datepicker {
    position: relative;
    display: inline-block;
    width: 93px; }
    .CrewSchedule .notes .duration .from-to-datepicker .daterange-datepicker-ui {
      display: inline-block;
      margin: 0px 10px;
      font-size: 0.9rem;
      top: 0px; }
      .CrewSchedule .notes .duration .from-to-datepicker .daterange-datepicker-ui:disabled {
        top: 0px; }
    .CrewSchedule .notes .duration .from-to-datepicker .ui-datepicker-trigger {
      position: absolute;
      top: 10px;
      right: -10px;
      cursor: pointer; }
    .CrewSchedule .notes .duration .from-to-datepicker:first-child {
      margin-right: 15px; }

.CrewSchedule .notes .btn-panel:hover {
  color: #fff; }

.CrewSchedule .blueline-fleet {
  border-left: 3px solid blue; }

.CrewSchedule .blueline-fleet-user-details {
  border-bottom: 3px solid blue; }

.CrewSchedule .blueline-fleet-with-border {
  width: 6px;
  border: 2px outset #fff;
  background: blue;
  z-index: 1; }

.CrewSchedule .sm-block {
  height: 25px;
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 2.5;
  background-color: #9a4da8;
  padding: 0 5px;
  overflow: hidden;
  z-index: 2; }
  .CrewSchedule .sm-block.to-be-shown {
    box-shadow: 0px 0px 0px 2px white, 0px 0px 0px 4px red; }
  .CrewSchedule .sm-block.is-selected {
    border: 2px solid #faf6d0;
    box-shadow: -1px 7px 15px -1px rgba(0, 0, 0, 0.4);
    z-index: 10;
    line-height: 2rem; }
    .CrewSchedule .sm-block.is-selected.to-be-shown {
      box-shadow: 0px 0px 0px 2px white, 0px 0px 0px 4px red, 0px 0px 0px 6px black; }

.CrewSchedule .auto {
  border-left: 3px solid #af9325; }

.CrewSchedule .rest-time {
  position: absolute;
  right: 0px;
  width: 0;
  height: 0;
  border-bottom: 25px solid transparent;
  z-index: 1; }

.CrewSchedule .red-bar {
  position: absolute;
  display: block;
  height: 1px;
  border: 0;
  border-top: 3px solid;
  margin: 1em 0;
  padding: 0; }

.CrewSchedule .off-block {
  position: absolute;
  height: 25px;
  text-align: center;
  text-transform: uppercase;
  line-height: 2;
  background-color: #d8dfe5;
  color: #6e706f;
  padding: 0 5px;
  overflow: hidden; }
  .CrewSchedule .off-block.compare-off {
    background-color: #c1ccd2;
    color: #dbe0e3; }

.CrewSchedule .compare-block {
  color: #fff; }

.CrewSchedule .compare-rest-time {
  opacity: 0.5; }

.CrewSchedule .fdp-pending {
  position: absolute;
  right: 0;
  font-size: 20px;
  color: #0000ff; }

.CrewSchedule .combine-patterns {
  height: 29px;
  position: absolute;
  top: 75px; }
  .CrewSchedule .combine-patterns.isPattern {
    border: 1px solid #999; }
  .CrewSchedule .combine-patterns.isLayover {
    border: 2px solid deeppink;
    border-block-color: deeppink; }
  .CrewSchedule .combine-patterns.is-selected {
    border: 2px solid #37474F; }
  .CrewSchedule .combine-patterns.is-selected.to-be-shown + div .sm-block {
    box-shadow: 0px 0px 0px 4px white, 0px 0px 0px 6px black; }

.CrewSchedule .disable-click {
  pointer-events: none; }
  .CrewSchedule .disable-click span {
    color: #ddd; }

.CrewSchedule .tooltip .tooltip-inner .tool-tip-header span {
  display: inline-block;
  color: #264250; }

.CrewSchedule .tooltip .tooltip-inner .tool-tip-header.block-details {
  width: 220px;
  width: 220px;
  background-color: #f3d897; }
  .CrewSchedule .tooltip .tooltip-inner .tool-tip-header.block-details span {
    color: #4c4c4c; }

.CrewSchedule .tooltip .tooltip-inner .tool-tip-bottom {
  padding: 10px 0px;
  text-align: left;
  width: 220px; }
  .CrewSchedule .tooltip .tooltip-inner .tool-tip-bottom .detail span {
    display: inline-block;
    font-size: 12px; }
  .CrewSchedule .tooltip .tooltip-inner .tool-tip-bottom.block-details {
    width: 220px; }

.CrewSchedule .trainig-pattern-view .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .left-section {
  overflow-x: scroll; }
  .CrewSchedule .trainig-pattern-view .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .left-section .top-header {
    min-height: 59px;
    border-right: 1px solid #ccd7dd; }
  .CrewSchedule .trainig-pattern-view .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .left-section .data-row.first-row {
    margin-top: 59px; }

.CrewSchedule .trainig-pattern-view .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .right-section .top-header .day-view {
  height: 30px; }
  .CrewSchedule .trainig-pattern-view .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .right-section .top-header .day-view .twentyfour-hour-view .day {
    height: 40px;
    padding: 0px; }

.CrewSchedule .trainig-pattern-view .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .right-section .right-section-table .data-row.first-row {
  margin-top: 0px; }

.CrewSchedule .inline-modal-wrapper.expand-me .add-training-modal-window .modal-body .canvas .date-filters-top-header {
  height: 29px; }

.CrewSchedule .inline-modal-wrapper.expand-me .add-training-modal-window .modal-body .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .left-section .data-row .data-col {
  border-right: 1px solid #ccd7dd;
  border-bottom: 1px solid #ccd7dd; }

.CrewSchedule .inline-modal-wrapper.expand-me .add-training-modal-window .modal-body .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .right-section .top-header {
  top: 96px; }

.CrewSchedule .inline-modal-wrapper.expand-me .add-training-modal-window .modal-body .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .right-section .right-section-table {
  top: 59px;
  height: 1000px; }
  .CrewSchedule .inline-modal-wrapper.expand-me .add-training-modal-window .modal-body .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .right-section .right-section-table .data-col {
    height: auto; }

.CrewSchedule .table-horizantal {
  overflow: auto;
  width: 100%;
  max-height: 400px; }
  .CrewSchedule .table-horizantal .table {
    margin-top: 0px; }
    .CrewSchedule .table-horizantal .table th {
      background-color: #f5f8fa;
      vertical-align: middle; }
      .CrewSchedule .table-horizantal .table th:first-child {
        padding-left: 15px !important; }
    .CrewSchedule .table-horizantal .table tbody tr.selected-flight {
      background-color: #d6e1e8; }
    .CrewSchedule .table-horizantal .table tbody tr.selected-crew {
      background-color: #d6e1e8; }
    .CrewSchedule .table-horizantal .table tbody tr td:first-child {
      padding-left: 15px !important; }
    .CrewSchedule .table-horizantal .table tbody tr td.flight-panel {
      padding: 5px 15px !important;
      font-size: 13px; }

.CrewSchedule .fixed_header_table {
  position: relative;
  border: none;
  padding-top: 45px; }
  .CrewSchedule .fixed_header_table .fixed_header_table_inner_div {
    overflow-y: visible;
    overflow-x: auto;
    max-height: 650px; }
    .CrewSchedule .fixed_header_table .fixed_header_table_inner_div table {
      margin: 0px; }
      .CrewSchedule .fixed_header_table .fixed_header_table_inner_div table td, .CrewSchedule .fixed_header_table .fixed_header_table_inner_div table th {
        color: #212121;
        padding: 10px 20px; }
      .CrewSchedule .fixed_header_table .fixed_header_table_inner_div table th {
        height: 0;
        line-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding: 0px 15px !important;
        color: transparent;
        border: none;
        white-space: nowrap; }
      .CrewSchedule .fixed_header_table .fixed_header_table_inner_div table th div {
        position: absolute;
        background: transparent;
        padding: 15px 18px;
        top: 0;
        margin-left: -20px;
        line-height: normal;
        border-left: none;
        color: #1d2124;
        font-weight: 500; }
      .CrewSchedule .fixed_header_table .fixed_header_table_inner_div table tbody tr {
        border-bottom: 1px solid #f0f3f5;
        transition: background-color 0.2s ease-in 0.2s; }
        .CrewSchedule .fixed_header_table .fixed_header_table_inner_div table tbody tr td {
          padding: 15px !important; }
        .CrewSchedule .fixed_header_table .fixed_header_table_inner_div table tbody tr:hover {
          cursor: pointer;
          background-color: #faf6d0; }
    .CrewSchedule .fixed_header_table .fixed_header_table_inner_div .table-striped > tbody > tr {
      background-color: #fff; }

.CrewSchedule .btn-box {
  background-color: #1976d2;
  border-radius: 0px;
  color: #fff;
  font-size: 0.9rem; }

.CrewSchedule .right-panel {
  position: fixed;
  right: -600px;
  width: 550px;
  top: 110px;
  z-index: 5;
  bottom: 0px;
  background-color: #fff;
  transition: all 0.5s linear;
  -ms-box-shadow: 2px 0px 10px 1px rgba(170, 170, 170, 0.7);
  box-shadow: 2px 0px 10px 1px rgba(170, 170, 170, 0.7); }
  .CrewSchedule .right-panel .right-panel-header {
    background-color: #39b54a;
    padding: 13px 15px;
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 1; }
  .CrewSchedule .right-panel .right-panel-body {
    overflow: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px; }
  .CrewSchedule .right-panel .close-btn {
    background-color: #39b54a;
    color: #fff;
    width: 50px;
    text-align: center;
    height: 46px;
    padding: 13px 10px;
    position: absolute;
    left: -50px;
    cursor: pointer;
    -ms-box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.2);
    box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.2);
    top: 0px; }
    .CrewSchedule .right-panel .close-btn i {
      color: #fff;
      font-size: 20px; }
  .CrewSchedule .right-panel.active-panel {
    right: 0px; }

.CrewSchedule .category-tabs .nav-tabs {
  border-bottom: none;
  margin-bottom: 15px;
  background: none; }
  .CrewSchedule .category-tabs .nav-tabs li {
    font-size: 1.2rem;
    padding-right: 30px;
    min-width: unset;
    background: none;
    box-shadow: none; }
    .CrewSchedule .category-tabs .nav-tabs li a {
      padding: 0px;
      color: rgba(0, 0, 0, 0.4);
      border: none; }
      .CrewSchedule .category-tabs .nav-tabs li a:hover, .CrewSchedule .category-tabs .nav-tabs li a:focus {
        background: none;
        border-color: #fff; }
    .CrewSchedule .category-tabs .nav-tabs li.active a {
      color: #1d82d3;
      border-bottom: solid #1d82d3;
      padding-left: 0px;
      padding-bottom: 0px;
      border-width: 0px 0px 4px 0px;
      background: none; }

.CrewSchedule .category-tabs .start-time, .CrewSchedule .category-tabs .end-time, .CrewSchedule .category-tabs .location, .CrewSchedule .category-tabs .assign-me {
  padding: 5px 10px; }

.CrewSchedule .category-tabs .available-training-section {
  border-top: 2px solid #009393; }
  .CrewSchedule .category-tabs .available-training-section .name {
    font-size: 0.8em;
    padding: 2px 10px;
    color: gray; }

.CrewSchedule .category-tabs .available-training-date {
  padding: 10px 10px 10px;
  border-right: 1px solid #ddd; }
  .CrewSchedule .category-tabs .available-training-date h2 {
    margin-top: 5px;
    margin-bottom: 0px; }
  .CrewSchedule .category-tabs .available-training-date h4, .CrewSchedule .category-tabs .available-training-date h5 {
    margin-top: 0px;
    color: #888888; }

.CrewSchedule .category-tabs .available-training-details {
  border-bottom: 1px solid #ddd; }
  .CrewSchedule .category-tabs .available-training-details .d-inline-b {
    padding-top: 0px; }
  .CrewSchedule .category-tabs .available-training-details .detail-title {
    font-size: 0.9rem;
    color: #737373; }
  .CrewSchedule .category-tabs .available-training-details .detail-info {
    font-size: 1rem;
    color: #000;
    font-weight: 700; }

.CrewSchedule .category-tabs .assign-me {
  position: relative;
  color: #009393;
  font-weight: 500; }

.CrewSchedule .category-tabs label.radio-btn {
  position: relative;
  top: inherit;
  pointer-events: auto; }

.CrewSchedule .d-inline-b {
  display: inline-block;
  float: left; }

.CrewSchedule .maximum-height {
  height: 100%; }

.CrewSchedule .minimum-height {
  height: 40px; }

.CrewSchedule .warning-section {
  position: relative;
  color: white;
  background: red;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0.5rem;
  font-weight: 600;
  transition: 0.5s;
  gap: 1rem; }

.activefullscreen .CrewSchedule .sm-block {
  line-height: 3.5; }

.training-details .month-name {
  color: #888888 !important; }

.training-details .no-training {
  color: gray;
  text-align: center; }

.default-validations-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .default-validations-grid label {
    position: initial; }

.all-copy {
  -webkit-user-select: text;
  /* Chrome text / Safari text */
  -moz-user-select: text;
  /* Firefox text */
  -ms-user-select: text;
  /* IE 10+ */
  user-select: text;
  /* Likely future */ }
