.crewingView {
  background-color: #718b98;
  /*---- End of media query ----- */ }
  .crewingView .warning-bg {
    background-color: #fda004;
    color: #000; }
  .crewingView .error-bg {
    background-color: #ea0b0b;
    color: #fff; }
  .crewingView .primary-bg {
    background-color: #2396f2;
    color: #fff; }
  .crewingView .canvas {
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: 50px;
    top: 110px;
    left: 70px; }
    .crewingView .canvas.filter-active {
      top: 130px;
      transition: top 0.4s ease-in; }
    .crewingView .canvas .canvas-wrapper {
      width: 100%;
      height: 100%;
      background-color: #FFFFFF;
      overflow: hidden; }
      .crewingView .canvas .canvas-wrapper .canvas-30day-temp {
        height: 100%;
        overflow: hidden; }
        .crewingView .canvas .canvas-wrapper .canvas-30day-temp .fixed-header .first-row {
          margin-top: 75px; }
        .crewingView .canvas .canvas-wrapper .canvas-30day-temp .left-section {
          min-width: 335px;
          height: 100%;
          overflow-y: hidden;
          overflow-x: scroll;
          position: absolute;
          left: 0px; }
          .crewingView .canvas .canvas-wrapper .canvas-30day-temp .left-section .top-header .number {
            min-width: 45px; }
          .crewingView .canvas .canvas-wrapper .canvas-30day-temp .left-section .top-header .flying_hours {
            padding: 20px 2px;
            min-width: 110px; }
          .crewingView .canvas .canvas-wrapper .canvas-30day-temp .left-section.fixed-header .top-header {
            position: fixed;
            z-index: 1081; }
          .crewingView .canvas .canvas-wrapper .canvas-30day-temp .left-section .data-row {
            transition: all 0.3s ease-in; }
            .crewingView .canvas .canvas-wrapper .canvas-30day-temp .left-section .data-row.selected-crew {
              background-color: #faf6d0; }
            .crewingView .canvas .canvas-wrapper .canvas-30day-temp .left-section .data-row .name {
              position: relative; }
              .crewingView .canvas .canvas-wrapper .canvas-30day-temp .left-section .data-row .name .name-txt {
                display: block;
                text-overflow: ellipsis;
                overflow: hidden; }
                .crewingView .canvas .canvas-wrapper .canvas-30day-temp .left-section .data-row .name .name-txt.default-language {
                  color: #B71C1C; }
            .crewingView .canvas .canvas-wrapper .canvas-30day-temp .left-section .data-row .number {
              min-width: 45px; }
            .crewingView .canvas .canvas-wrapper .canvas-30day-temp .left-section .data-row .flying_hours {
              min-width: 110px; }
            .crewingView .canvas .canvas-wrapper .canvas-30day-temp .left-section .data-row:not(.selected-crew) .name:hover {
              transition: background-color 0.2s ease-in 0.2s;
              background-color: rgba(224, 224, 224, 0.41); }
          .crewingView .canvas .canvas-wrapper .canvas-30day-temp .left-section.is-expand {
            width: 99.5% !important; }
        .crewingView .canvas .canvas-wrapper .canvas-30day-temp .right-section {
          height: 100%;
          overflow: auto;
          position: absolute;
          right: 0px;
          left: 335px;
          width: unset; }
          .crewingView .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table {
            position: relative;
            overflow-x: hidden; }
          .crewingView .canvas .canvas-wrapper .canvas-30day-temp .right-section .fixed-header .top-header {
            width: 1575px;
            height: 75px;
            z-index: 1081;
            /* z-index: 1;*/
            margin-top: unset; }
            .crewingView .canvas .canvas-wrapper .canvas-30day-temp .right-section .fixed-header .top-header .header-col .day {
              height: 60px;
              position: relative; }
              .crewingView .canvas .canvas-wrapper .canvas-30day-temp .right-section .fixed-header .top-header .header-col .day.week-start {
                border-left: solid 1px #718b98;
                background-color: #c3d2dc; }
                .crewingView .canvas .canvas-wrapper .canvas-30day-temp .right-section .fixed-header .top-header .header-col .day.week-start .open-pairings-count {
                  background-color: #c3d2dc;
                  border-left: solid 1px #718b98;
                  box-sizing: content-box;
                  left: -1px;
                  right: -1px;
                  transition: all 0.2s ease-in; }
                  .crewingView .canvas .canvas-wrapper .canvas-30day-temp .right-section .fixed-header .top-header .header-col .day.week-start .open-pairings-count:hover {
                    background-color: #b1c0ca; }
              .crewingView .canvas .canvas-wrapper .canvas-30day-temp .right-section .fixed-header .top-header .header-col .day.selected-date {
                transition: all 0.3s ease-in;
                background-color: #faf6d0; }
              .crewingView .canvas .canvas-wrapper .canvas-30day-temp .right-section .fixed-header .top-header .header-col .day.drop-here {
                transition: all 0.3s ease-in;
                background-color: #faf6d0;
                border-bottom: solid 1px #ccd7dd; }
              .crewingView .canvas .canvas-wrapper .canvas-30day-temp .right-section .fixed-header .top-header .header-col .day .filter-icon {
                position: absolute;
                cursor: pointer;
                left: 45px;
                top: 16px;
                opacity: 0;
                border: solid 1px #c7cccf;
                transition: opacity 0.4s ease-in; }
                .crewingView .canvas .canvas-wrapper .canvas-30day-temp .right-section .fixed-header .top-header .header-col .day .filter-icon i {
                  font-size: 0.9rem; }
              .crewingView .canvas .canvas-wrapper .canvas-30day-temp .right-section .fixed-header .top-header .header-col .day.M .filter-icon {
                left: 35px; }
              .crewingView .canvas .canvas-wrapper .canvas-30day-temp .right-section .fixed-header .top-header .header-col .day:hover .filter-icon, .crewingView .canvas .canvas-wrapper .canvas-30day-temp .right-section .fixed-header .top-header .header-col .day:active .filter-icon {
                opacity: 1; }
        .crewingView .canvas .canvas-wrapper .canvas-30day-temp .top-header {
          min-height: 75px; }
        .crewingView .canvas .canvas-wrapper .canvas-30day-temp .data-row .name {
          padding: 8px 5px; }
          .crewingView .canvas .canvas-wrapper .canvas-30day-temp .data-row .name .profile-content {
            display: inline-block;
            font-size: 0.7rem;
            color: #757575; }
          .crewingView .canvas .canvas-wrapper .canvas-30day-temp .data-row .name .fleet-exp {
            display: inline-block;
            font-size: 0.7rem;
            color: #5d5d5d; }
          .crewingView .canvas .canvas-wrapper .canvas-30day-temp .data-row .name .blueline-fleet {
            border-bottom: 3px solid blue; }
          .crewingView .canvas .canvas-wrapper .canvas-30day-temp .data-row .name .color-bar {
            top: 2px;
            left: 1px;
            height: 3px;
            width: 99%;
            position: absolute;
            margin-bottom: 1px;
            display: table; }
            .crewingView .canvas .canvas-wrapper .canvas-30day-temp .data-row .name .color-bar .color-bar-inner {
              display: table-row; }
              .crewingView .canvas .canvas-wrapper .canvas-30day-temp .data-row .name .color-bar .color-bar-inner .color-bar-single-block {
                display: table-cell;
                height: 3px; }
        .crewingView .canvas .canvas-wrapper .canvas-30day-temp .data-row .data-col {
          height: 50px; }
          .crewingView .canvas .canvas-wrapper .canvas-30day-temp .data-row .data-col .day {
            height: 50px; }
            .crewingView .canvas .canvas-wrapper .canvas-30day-temp .data-row .data-col .day.selected-date {
              transition: all 0.3s ease-in;
              border: solid 2px #000000;
              z-index: 1;
              position: relative; }
            .crewingView .canvas .canvas-wrapper .canvas-30day-temp .data-row .data-col .day.drop-here {
              transition: all 0.3s ease-in;
              background-color: #faf6d0;
              border-bottom: solid 1px #ccd7dd; }
              .crewingView .canvas .canvas-wrapper .canvas-30day-temp .data-row .data-col .day.drop-here.over {
                background-color: #fff69f; }
            .crewingView .canvas .canvas-wrapper .canvas-30day-temp .data-row .data-col .day.week-start {
              border-left: solid 1px #718b98; }
          .crewingView .canvas .canvas-wrapper .canvas-30day-temp .data-row .data-col.error-col {
            background-color: rgba(239, 220, 222, 0.6); }
        .crewingView .canvas .canvas-wrapper .canvas-30day-temp .data-row .icon-container {
          padding-left: 3px;
          height: 0px; }
          .crewingView .canvas .canvas-wrapper .canvas-30day-temp .data-row .icon-container .notification {
            position: relative;
            cursor: pointer; }
        .crewingView .canvas .canvas-wrapper .canvas-30day-temp .data-row.expand-me .data-col .day.selected-date:before {
          content: "";
          position: relative;
          width: 25px;
          height: 25px;
          background: #fff;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 42px;
          display: block;
          margin: 0 auto;
          -ms-box-shadow: -4px -4px 10px -4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px -4px 10px -4px rgba(0, 0, 0, 0.5);
          z-index: 1;
          -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s; }
      .crewingView .canvas .canvas-wrapper.visibility-param-enable .combine .event.to-be-shown {
        box-shadow: 0px 0px 0px 2px white,0px 0px 0px 4px red; }
      .crewingView .canvas .canvas-wrapper.visibility-param-enable .combine.is-selected .event.to-be-shown {
        box-shadow: 0px 0px 0px 2px white,0px 0px 0px 4px red,0px 0px 0px 6px black; }
    .crewingView .canvas.open-pairing-active {
      bottom: 350px; }
  .crewingView .search_panel_new {
    height: 100%; }
    .crewingView .search_panel_new [uib-typeahead-popup].dropdown-menu {
      width: inherit; }
  .crewingView .drag-drop-right {
    position: absolute;
    right: 0px;
    left: 335px;
    width: unset; }
  .crewingView .drag-drop-left {
    position: absolute;
    left: 0px; }
  .crewingView .panel-right .flight-data {
    height: unset; }
  .crewingView .panel-right .table-fixed-right {
    margin-left: 140px;
    width: 170px;
    overflow-x: auto; }
    .crewingView .panel-right .table-fixed-right .right-panel-table {
      margin-top: 0px;
      margin-bottom: 0px; }
      .crewingView .panel-right .table-fixed-right .right-panel-table tbody tr th {
        position: absolute;
        width: 140px;
        left: 0px;
        height: 65px; }
      .crewingView .panel-right .table-fixed-right .right-panel-table tbody tr.selected-flight {
        background-color: #d6e1e8; }
      .crewingView .panel-right .table-fixed-right .right-panel-table tbody tr.selected-crew {
        background-color: #d6e1e8; }
      .crewingView .panel-right .table-fixed-right .right-panel-table tbody tr td {
        height: 65px;
        cursor: pointer;
        padding-top: 15px !important;
        transition: all 0.2s ease-in; }
  .crewingView .panel-right .table-horizantal {
    overflow: auto;
    width: 100%;
    max-height: 400px; }
    .crewingView .panel-right .table-horizantal .table {
      margin-top: 0px; }
      .crewingView .panel-right .table-horizantal .table th {
        background-color: #f5f8fa;
        vertical-align: middle; }
        .crewingView .panel-right .table-horizantal .table th:first-child {
          padding-left: 15px !important; }
      .crewingView .panel-right .table-horizantal .table tbody tr.selected-flight {
        background-color: #d6e1e8; }
      .crewingView .panel-right .table-horizantal .table tbody tr.selected-crew {
        background-color: #d6e1e8; }
      .crewingView .panel-right .table-horizantal .table tbody tr td:first-child {
        padding-left: 15px !important; }
  .crewingView .panel-right .separation {
    margin-top: 15px; }
    .crewingView .panel-right .separation .separation-header {
      padding: 10px 15px;
      background-color: #d6e1e8; }
      .crewingView .panel-right .separation .separation-header h4 {
        text-transform: uppercase;
        font-size: 1.1rem;
        font-weight: 500; }
  .crewingView .panel-right .right-panel-btn-close {
    right: 600px; }
  .crewingView .panel-right .btn-panel[disabled] {
    background-color: #b9b9b9;
    color: #8c8c8c; }
  @media screen and (min-width: 1024px) and (max-width: 1399px) {
    .crewingView .canvas .canvas-wrapper .canvas-30day-temp .top-header {
      z-index: 3; }
      .crewingView .canvas .canvas-wrapper .canvas-30day-temp .top-header .header-col .day.W {
        padding: 25px 2px 0; }
        .crewingView .canvas .canvas-wrapper .canvas-30day-temp .top-header .header-col .day.W .date-num {
          font-size: 11px; }
        .crewingView .canvas .canvas-wrapper .canvas-30day-temp .top-header .header-col .day.W .date {
          font-size: 11px;
          float: left; }
      .crewingView .canvas .canvas-wrapper .canvas-30day-temp .top-header .header-col .day.M {
        padding: 15px 2px 0;
        text-align: center; }
        .crewingView .canvas .canvas-wrapper .canvas-30day-temp .top-header .header-col .day.M .date-num {
          text-overflow: ellipsis;
          overflow: hidden;
          padding: 0px;
          font-size: 10px;
          width: 100%; }
        .crewingView .canvas .canvas-wrapper .canvas-30day-temp .top-header .header-col .day.M .date {
          font-size: 12px; }
      .crewingView .canvas .canvas-wrapper .canvas-30day-temp .top-header .header-col .day .filter-icon {
        left: 30px !important;
        top: 25px !important; }
    .crewingView .canvas .canvas-wrapper .canvas-30day-temp .left-section.is-expand {
      width: 99.2% !important; }
    .crewingView .search_panel_new {
      z-index: 2001; }
      .crewingView .search_panel_new .group {
        margin-bottom: 15px; }
    .crewingView .inline-modal-wrapper.expand-me .add-training-modal-window .modal-body .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .right-section .top-header {
      width: 92.6%; } }
  .crewingView .trainig-pattern-view .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .left-section {
    overflow-x: auto; }
    .crewingView .trainig-pattern-view .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .left-section .top-header {
      min-height: 59px;
      border-right: 1px solid #ccd7dd; }
    .crewingView .trainig-pattern-view .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .left-section .data-row.first-row {
      margin-top: 59px; }
  .crewingView .trainig-pattern-view .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .right-section .top-header .day-view {
    height: 30px; }
    .crewingView .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; }
      .crewingView .trainig-pattern-view .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .right-section .top-header .day-view .twentyfour-hour-view .day .training-headers {
        height: 28px; }
        .crewingView .trainig-pattern-view .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .right-section .top-header .day-view .twentyfour-hour-view .day .training-headers .category-heading {
          height: 28px; }
  .crewingView .trainig-pattern-view .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .right-section .right-section-table .data-row.first-row {
    margin-top: 0px; }
  .crewingView .trainig-pattern-view .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .right-section .right-section-table .data-col {
    height: auto; }
  .crewingView .trainig-pattern-view .canvas .date-filters-top-header {
    height: 29px; }
  .crewingView .inline-modal-wrapper.expand-me .add-training-modal-window .modal-body .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .right-section .right-section-table {
    overflow: hidden;
    top: 60px;
    height: 2000px; }
    .crewingView .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; }
  .crewingView .inline-modal-wrapper.expand-me .add-training-modal-window .modal-body .canvas .canvas-wrapper .canvas-30day-temp.training-pattern .right-section .top-header {
    top: 95px; }
  .crewingView .toolbar .top-right-section {
    position: absolute;
    right: 30px;
    top: 70px; }
    @media screen and (max-width: 1200px) {
      .crewingView .toolbar .top-right-section {
        display: none; } }
  .crewingView .multi-select-selected label {
    text-transform: uppercase;
    color: #215ca5;
    margin-bottom: 15px; }
  .crewingView .multi-select-selected .selected-values {
    margin-left: -5px; }
    .crewingView .multi-select-selected .selected-values .alert {
      font-size: 0.9rem;
      color: #fff;
      padding: 4px 10px;
      margin-bottom: 10px;
      margin-left: 5px;
      font-weight: 500;
      border-radius: 3px;
      display: inline-block;
      float: left; }
      .crewingView .multi-select-selected .selected-values .alert.alert-success {
        background-color: #7cc576; }
      .crewingView .multi-select-selected .selected-values .alert.alert-danger {
        background-color: #ff8a80; }
      .crewingView .multi-select-selected .selected-values .alert.alert-primary {
        background-color: #06b7d6; }
      .crewingView .multi-select-selected .selected-values .alert .close {
        text-shadow: none;
        opacity: 1; }
        .crewingView .multi-select-selected .selected-values .alert .close i {
          position: relative;
          top: unset;
          right: unset;
          color: #fff;
          float: right;
          font-size: 17px;
          margin-left: 10px; }

.activefullscreen .panels.panel-right.open {
  top: 40px; }

.profile-image {
  width: 45px;
  border-radius: 45px;
  height: 45px;
  margin-bottom: 5px; }
