.admin_mode {
  background-color: #718b98;
  /*------------------ Time Line ---------------------- */
  /*----------------------- slider range selector ------------------- */ }
  .admin_mode .toolbar {
    background-color: #a3b2b9; }
    .admin_mode .toolbar .add-btn {
      height: 40px;
      border-radius: 0px;
      border: none;
      background-color: #264259;
      padding: 6px 30px;
      font-size: 0.9rem; }
      .admin_mode .toolbar .add-btn i {
        vertical-align: top;
        font-size: 18px;
        margin-right: 3px; }
    .admin_mode .toolbar .toolbar-heading {
      color: #56646b; }
    .admin_mode .toolbar .tab-btn {
      height: 40px;
      border-radius: 0px;
      border: none;
      background-color: #a3b2b9;
      border-bottom: 4px solid #a3b2b9;
      padding: 0px 20px;
      color: #212121;
      font-weight: 400; }
      .admin_mode .toolbar .tab-btn.activetab {
        border-bottom: 4px solid #0864a1;
        font-weight: 500;
        background: #8da2ac; }
    .admin_mode .toolbar .icon-tool-bar li.switch-label {
      width: 80px;
      line-height: 2.8; }
      .admin_mode .toolbar .icon-tool-bar li.switch-label a {
        font-size: 0.8rem;
        color: #5e6c74;
        font-weight: bold; }
    .admin_mode .toolbar .icon-tool-bar li.disabled {
      pointer-events: none;
      background-color: #daddde;
      cursor: not-allowed; }
    .admin_mode .toolbar .icon-tool-bar li.switch-tool {
      width: 50px;
      padding-left: 10px; }
    .admin_mode .toolbar .icon-tool-bar li.approve-btn {
      width: unset;
      padding: 0px 0px 0px 25px; }
      .admin_mode .toolbar .icon-tool-bar li.approve-btn label {
        color: #e0e0e0; }
      .admin_mode .toolbar .icon-tool-bar li.approve-btn [type="checkbox"]:not(:checked) + label:after {
        border: none; }
      .admin_mode .toolbar .icon-tool-bar li.approve-btn [type="checkbox"]:not(:checked) + label:before {
        border: 2px solid #fff; }
    .admin_mode .toolbar .icon-tool-bar .switch {
      background: #89979e;
      border: 1px solid #89979e;
      height: 5px; }
      .admin_mode .toolbar .icon-tool-bar .switch small {
        background: #ececec;
        top: -4px; }
      .admin_mode .toolbar .icon-tool-bar .switch.checked {
        background: #90caf9;
        border: 1px solid #90caf9; }
        .admin_mode .toolbar .icon-tool-bar .switch.checked small {
          background: #2196f3; }
    .admin_mode .toolbar .time-list {
      float: right;
      margin-top: 8px;
      text-transform: uppercase; }
      .admin_mode .toolbar .time-list span {
        margin-right: 10px;
        vertical-align: bottom; }
      .admin_mode .toolbar .time-list .time-btn {
        font-size: 11px;
        color: #fff;
        background-color: #5f7783;
        padding: 3px 15px;
        margin-right: 10px;
        text-transform: uppercase; }
      .admin_mode .toolbar .time-list .time-btn.active {
        background-color: #264250; }
    .admin_mode .toolbar .refresh-container {
      padding-left: 68px; }
      .admin_mode .toolbar .refresh-container a {
        position: relative;
        background-color: #8299a5;
        color: white;
        display: block;
        width: 40px;
        height: 40px;
        cursor: pointer; }
        .admin_mode .toolbar .refresh-container a i {
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          text-align: center;
          margin-top: 7px; }
  .admin_mode .search_bar_wrapper {
    width: 310px; }
    .admin_mode .search_bar_wrapper .search_bar {
      background-color: #748b99;
      padding: 0px;
      width: 100%; }
      .admin_mode .search_bar_wrapper .search_bar .form-group {
        margin-bottom: 0px; }
        .admin_mode .search_bar_wrapper .search_bar .form-group .search-box {
          height: 40px;
          padding: 10px 15px;
          font-weight: 300; }
        .admin_mode .search_bar_wrapper .search_bar .form-group .form-control {
          border: none;
          box-shadow: none;
          color: #fff;
          font-weight: 300;
          padding: 0px 15px;
          height: 40px; }
          .admin_mode .search_bar_wrapper .search_bar .form-group .form-control::-webkit-input-placeholder {
            color: #fff;
            font-weight: normal;
            font-weight: 300; }
          .admin_mode .search_bar_wrapper .search_bar .form-group .form-control::-moz-placeholder {
            color: #fff;
            font-weight: normal;
            font-weight: 300; }
          .admin_mode .search_bar_wrapper .search_bar .form-group .form-control:-ms-input-placeholder {
            color: #fff;
            font-weight: normal;
            font-weight: 300; }
          .admin_mode .search_bar_wrapper .search_bar .form-group .form-control:-moz-placeholder {
            color: #fff;
            font-weight: normal;
            font-weight: 300; }
      .admin_mode .search_bar_wrapper .search_bar .form-control-feedback {
        top: 4px;
        right: 10px; }
        .admin_mode .search_bar_wrapper .search_bar .form-control-feedback i {
          top: 7px;
          position: relative; }
  .admin_mode .search_panel_new {
    height: auto;
    border-top: none; }
    .admin_mode .search_panel_new .search-panel {
      padding-top: 20px; }
      .admin_mode .search_panel_new .search-panel .typeahead-wrapper .form-control-feedback {
        right: -7px; }
        .admin_mode .search_panel_new .search-panel .typeahead-wrapper .form-control-feedback i {
          color: #b8c5cc; }
    .admin_mode .search_panel_new .select-dropdown ul.dropdown-menu {
      width: 100%; }
    .admin_mode .search_panel_new.animate-slide {
      line-height: 20px;
      opacity: 1;
      height: 100%;
      left: 70px; }
    .admin_mode .search_panel_new.animate-slide.ng-hide-remove {
      transition: all linear 0.2s; }
    .admin_mode .search_panel_new.animate-slide.ng-hide {
      line-height: 0;
      opacity: 0; }
  .admin_mode .canvas {
    overflow: auto;
    width: 100%;
    position: absolute;
    bottom: 0px;
    top: 110px;
    left: 70px; }
    .admin_mode .canvas .canvas-wrapper {
      width: 100%;
      height: 100%;
      background-color: #FFF; }
      .admin_mode .canvas .canvas-wrapper .canvas-30day-temp {
        height: 100%;
        /* overflow: hidden;*/
        overflow: auto; }
        .admin_mode .canvas .canvas-wrapper .canvas-30day-temp .left-section {
          /*height: 100%;*/
          overflow: auto;
          position: absolute;
          left: 70px;
          right: 33.33%;
          top: 0px;
          bottom: 0px; }
          .admin_mode .canvas .canvas-wrapper .canvas-30day-temp .left-section.full-width {
            right: 0px; }
            .admin_mode .canvas .canvas-wrapper .canvas-30day-temp .left-section.full-width .tabheadersection ul {
              margin: 0px;
              padding: 0px;
              list-style: none; }
              .admin_mode .canvas .canvas-wrapper .canvas-30day-temp .left-section.full-width .tabheadersection ul li {
                display: inline-block;
                float: left;
                padding: 15px 25px;
                background-color: #ffffff;
                cursor: pointer; }
                .admin_mode .canvas .canvas-wrapper .canvas-30day-temp .left-section.full-width .tabheadersection ul li a {
                  color: #000;
                  font-weight: 500; }
                .admin_mode .canvas .canvas-wrapper .canvas-30day-temp .left-section.full-width .tabheadersection ul li.activetab {
                  background-color: #e4eaef; }
        .admin_mode .canvas .canvas-wrapper .canvas-30day-temp .right-section {
          width: 33.33%;
          /* height: 100%; */
          overflow: auto;
          position: fixed;
          right: 0px;
          top: 110px;
          padding-bottom: 20px;
          bottom: 0px;
          -ms-box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.2); }
          .admin_mode .canvas .canvas-wrapper .canvas-30day-temp .right-section .comment-list {
            width: 100%;
            height: auto;
            max-height: 250px;
            overflow-y: auto;
            border-bottom: 6px solid #f8f8f8; }
            .admin_mode .canvas .canvas-wrapper .canvas-30day-temp .right-section .comment-list ul {
              list-style: none;
              padding-left: 0px; }
              .admin_mode .canvas .canvas-wrapper .canvas-30day-temp .right-section .comment-list ul li {
                padding: 25px 0px;
                border-bottom: 2px solid #f0f0f0; }
                .admin_mode .canvas .canvas-wrapper .canvas-30day-temp .right-section .comment-list ul li:last-child {
                  border: none; }
            .admin_mode .canvas .canvas-wrapper .canvas-30day-temp .right-section .comment-list hr {
              border-top-width: 2px; }
            .admin_mode .canvas .canvas-wrapper .canvas-30day-temp .right-section .comment-list.no-border {
              border: none; }
          .admin_mode .canvas .canvas-wrapper .canvas-30day-temp .right-section .form-control-feedback.text-icon-wrapper {
            top: 5px; }
            .admin_mode .canvas .canvas-wrapper .canvas-30day-temp .right-section .form-control-feedback.text-icon-wrapper .text-icon {
              color: #bac7cd; }
          .admin_mode .canvas .canvas-wrapper .canvas-30day-temp .right-section .select-dropdown ul.dropdown-menu {
            width: 100%; }
        .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section {
          height: 100%;
          overflow: auto;
          position: absolute;
          left: 70px;
          right: 50%; }
          .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list {
            overflow-y: auto;
            overflow-x: auto;
            height: 100%; }
            .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-form {
              display: block;
              width: 100%;
              height: 0px;
              /*overflow: hidden;*/
              transition: height 0.2s linear;
              padding: 0% 2% 0% 4%; }
              .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-form .file-upload-section .uploaded-file {
                background-color: #f7f7f7;
                border: 1px solid #e7e6e6;
                width: 100%;
                margin-top: 10px;
                padding: 3px 15px; }
                .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-form .file-upload-section .uploaded-file .file-type-icon {
                  display: inline-block;
                  margin-right: 10px;
                  float: left;
                  padding-top: 5px; }
                .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-form .file-upload-section .uploaded-file .file-details {
                  display: inline-block; }
                  .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-form .file-upload-section .uploaded-file .file-details .file-size {
                    display: block;
                    font-size: 0.9rem;
                    color: #c8c8c8; }
                  .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-form .file-upload-section .uploaded-file .file-details .file-name {
                    font-size: 0.9rem; }
              .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-form .file-upload-section .fileUpload {
                opacity: 0;
                transition: opacity 0.5s linear; }
              .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-form .file-upload-section:hover .fileUpload, .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-form .file-upload-section:focus .fileUpload {
                opacity: 1; }
              .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-form .file-upload-section:hover .uploaded-file, .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-form .file-upload-section:focus .uploaded-file {
                opacity: 0; }
              .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-form.active-form {
                padding: 2% 2% 2% 4%;
                height: 451px;
                border-bottom: 1px solid #f0f3f5; }
                .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-form.active-form .select-component.multi-select .selected-values {
                  overflow-y: auto; }
              .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-form .select-dropdown ul.dropdown-menu {
                width: 100%; }
            .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-list-item-row {
              height: 65px;
              background-color: #ffffff;
              border-bottom: 1px solid #f0f3f5;
              cursor: pointer; }
              .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-list-item-row:nth-of-type(2n) {
                background-color: #f7f9fa; }
              .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-list-item-row .doc-list-item-row-heading {
                width: 100%;
                height: 65px;
                padding: 15px; }
              .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-list-item-row .doc-form {
                display: none; }
              .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-list-item-row .doc-list-item-col {
                display: inline-block;
                float: left; }
                .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-list-item-row .doc-list-item-col .sub-title {
                  display: block;
                  font-size: 0.8rem;
                  color: #959595; }
                .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-list-item-row .doc-list-item-col.doc-icon {
                  width: 10%; }
                  .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-list-item-row .doc-list-item-col.doc-icon img {
                    margin-top: 8px; }
                .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-list-item-row .doc-list-item-col.doc-name {
                  width: 60%; }
                .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-list-item-row .doc-list-item-col.doc-date {
                  width: 25%; }
                .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-list-item-row .doc-list-item-col.doc-link {
                  width: 5%;
                  float: right; }
                  .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-list-item-row .doc-list-item-col.doc-link i {
                    margin-top: 5px;
                    color: #838383; }
              .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-list-item-row.active-row {
                height: 515px; }
                .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-list-item-row.active-row .doc-form {
                  display: inline-block; }
                .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-list-item-row.active-row .doc-list-item-row-heading {
                  background-color: #1abc9c;
                  color: #fff; }
                .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-list-item-row.active-row .doc-list-item-col .sub-title {
                  color: #fff; }
                .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-list-item-row.active-row .doc-list-item-col.doc-link i {
                  color: #8bddcd; }
              .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-list-item-row.active-class .doc-list-item-row-heading {
                background-color: #1abc9c;
                color: #fff; }
              .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-list-item-row.active-class .doc-list-item-col .sub-title {
                color: #fff; }
              .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .left-section .doc-list .doc-list-item-row.active-class .doc-list-item-col.doc-link i {
                color: #8bddcd; }
        .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .right-section {
          width: 50%;
          height: 100%;
          overflow: auto;
          position: fixed;
          right: 0px; }
          .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .right-section .pdf-viewer-header {
            height: 65px;
            background-color: #4b6886;
            color: #a5b4c3; }
            .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .right-section .pdf-viewer-header h4 {
              padding: 23px 0px;
              font-weight: 400;
              display: inline-block;
              margin: 0px; }
            .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .right-section .pdf-viewer-header ul.navbar-right li a {
              padding-top: 20px;
              padding-bottom: 15px; }
              .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .right-section .pdf-viewer-header ul.navbar-right li a .badge {
                vertical-align: top;
                margin-left: 3px;
                font-weight: 400;
                background-color: #e91e63; }
              .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .right-section .pdf-viewer-header ul.navbar-right li a i {
                color: #a5b4c3; }
              .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .right-section .pdf-viewer-header ul.navbar-right li a:hover, .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .right-section .pdf-viewer-header ul.navbar-right li a:focus {
                background-color: transparent; }
                .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .right-section .pdf-viewer-header ul.navbar-right li a:hover i, .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .right-section .pdf-viewer-header ul.navbar-right li a:focus i {
                  color: #fff; }
            .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .right-section .pdf-viewer-header ul .popover.bottom {
              margin-top: 0px;
              min-width: 400px;
              padding: 0px; }
              .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .right-section .pdf-viewer-header ul .popover.bottom .popover-content {
                padding: 0px; }
                .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .right-section .pdf-viewer-header ul .popover.bottom .popover-content .popover-title {
                  color: #888989;
                  padding: 20px;
                  font-size: 1.1rem;
                  font-weight: 300;
                  background-color: #eff2f3;
                  margin-bottom: 0px; }
                  .admin_mode .canvas .canvas-wrapper .canvas-30day-temp.document-list-down .right-section .pdf-viewer-header ul .popover.bottom .popover-content .popover-title .close i {
                    vertical-align: middle; }
  .admin_mode .crew-list {
    overflow: auto;
    max-height: 50px; }
  .admin_mode .targethours table {
    margin: 0px; }
    .admin_mode .targethours table tr td {
      padding: 15px 10px !important; }
      .admin_mode .targethours table tr td.bg-cream {
        background-color: #fdfdfd; }
      .admin_mode .targethours table tr td.bg-gray {
        background-color: #e4eaef; }
      .admin_mode .targethours table tr td.bg-lightbrown {
        background-color: #f5f5f5; }
    .admin_mode .targethours table tr.low-padding td {
      padding: 7px 10px !important; }
      .admin_mode .targethours table tr.low-padding td span:not(:first-child) {
        margin-left: 10px; }
    .admin_mode .targethours table tr.row-with-border {
      border-top: 2px solid #efefef; }
  .admin_mode .targethours input[type=text], .admin_mode .targethours input[type=password], .admin_mode .targethours select, .admin_mode .targethours textarea {
    font-size: 14px;
    padding: 5px;
    display: block;
    width: 100%;
    height: 35px;
    border: 1px solid #afbec5;
    background: #fff; }
  .admin_mode .targethours .icon-rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: bottom;
    color: #1f5581; }
  .admin_mode .table-section .table {
    margin-top: 0px;
    margin-bottom: 0px; }
  .admin_mode .table-section .fixed_header_table {
    position: relative;
    border: none;
    padding-top: 45px;
    padding-right: 12px;
    background-color: #e2e9ef;
    left: 0; }
    .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div {
      overflow-y: visible;
      overflow-x: auto;
      max-height: 650px;
      border-top: 1px solid #e2e3e5; }
      .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table td,
      .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table th {
        color: #212121;
        padding: 10px 20px; }
      .admin_mode .table-section .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; }
      .admin_mode .table-section .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; }
        .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table th div label.small-checkbox {
          left: 2px; }
        .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table th div i.alert-icon {
          color: #7b939e; }
      .admin_mode .table-section .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; }
        .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr td {
          padding: 10px !important;
          padding-right: 200px;
          font-size: 13px; }
          .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr td.arrow-icon {
            padding-right: 0px !important; }
            .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr td.arrow-icon i {
              vertical-align: middle;
              float: right;
              font-size: 21px;
              color: #4d91b2; }
          .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr td.sby-row {
            padding: 0px 5px 0px 9px !important; }
          .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr td.duty-row {
            padding: 0px 2px 0px 2px !important; }
          .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr td.flight-row {
            padding: 4px !important; }
          .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr td .cancelled-tag {
            margin-left: 4px;
            color: #A94442;
            background: #fad7d4;
            border: 1px solid #A94442;
            padding: 2px 4px;
            border-radius: 4px;
            font-size: 10px;
            font-weight: bold; }
          .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr td .training-tag {
            margin-left: 4px;
            color: #4aad4c;
            background: #E2EFDA;
            border: 1px solid #4aad4c;
            padding: 2px 4px;
            border-radius: 4px;
            font-size: 10px;
            font-weight: bold; }
          .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr td .assigned {
            opacity: 1;
            transition: opacity 0.5s linear;
            pointer-events: auto; }
          .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr td button.assign-btn {
            opacity: 1;
            transition: opacity 0.5s linear;
            pointer-events: auto; }
          .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr td i.alert-icon {
            color: #ffcd02;
            opacity: 0.6; }
            .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr td i.alert-icon:hover {
              opacity: 1; }
          .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr td i.remark-icon {
            color: #2ecc71;
            font-size: 1.4rem; }
        .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr:hover {
          cursor: pointer;
          background-color: #faf6d0; }
          .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr:hover.edit-row td .assigned {
            opacity: 1; }
          .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr:hover.edit-row td button.assign-btn {
            opacity: 1;
            pointer-events: auto; }
          .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr:hover .roster-actionbtn {
            opacity: 1;
            pointer-events: auto; }
        .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.selected {
          background-color: #faf6d0; }
          .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.selected td .assigned {
            opacity: 1; }
          .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.selected td button.assign-btn {
            opacity: 1;
            pointer-events: auto; }
        .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.add-row td {
          vertical-align: middle; }
          .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.add-row td .group {
            margin-bottom: 0px;
            border: 1px solid #2196f3; }
            .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.add-row td .group .dropdown ul.dropdown-menu li a i {
              position: unset;
              top: unset;
              right: unset;
              font-size: 20px; }
              .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.add-row td .group .dropdown ul.dropdown-menu li a i.green-done {
                color: #27b34f; }
              .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.add-row td .group .dropdown ul.dropdown-menu li a i.red-block {
                color: #df5252; }
            .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.add-row td .group input {
              padding: 6px 10px;
              border-bottom: none; }
            .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.add-row td .group .ui-datepicker-trigger {
              top: 7px;
              right: 5px; }
            .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.add-row td .group .select-dropdown {
              height: 32px;
              border-bottom: none; }
              .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.add-row td .group .select-dropdown .select-dropdown-label {
                padding-top: 5px;
                padding-left: 5px; }
        .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.add-row button.assign-btn {
          opacity: 1;
          pointer-events: auto; }
        .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.edit-row td {
          vertical-align: middle; }
          .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.edit-row td .group {
            margin-bottom: 0px;
            border: 1px solid #2196f3; }
            .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.edit-row td .group .dropdown ul.dropdown-menu li a i {
              position: unset;
              top: unset;
              right: unset;
              font-size: 20px; }
              .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.edit-row td .group .dropdown ul.dropdown-menu li a i.green-done {
                color: #27b34f; }
              .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.edit-row td .group .dropdown ul.dropdown-menu li a i.red-block {
                color: #df5252; }
            .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.edit-row td .group input {
              padding: 6px 10px;
              border-bottom: none; }
            .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.edit-row td .group .ui-datepicker-trigger {
              top: 7px;
              right: 5px; }
            .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.edit-row td .group .select-dropdown {
              height: 32px;
              border-bottom: none; }
              .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.edit-row td .group .select-dropdown .select-dropdown-label {
                padding-top: 5px;
                padding-left: 5px; }
                .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.edit-row td .group .select-dropdown .select-dropdown-label i {
                  position: unset; }
              .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr.edit-row td .group .select-dropdown .dropdown-menu {
                max-height: 150px;
                overflow-y: auto; }
      .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div table.table-with-btn tbody td {
        line-height: 2; }
      .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div.bottompaneltable {
        max-height: 350px; }
      .admin_mode .table-section .fixed_header_table .fixed_header_table_inner_div.dropdownoverflow {
        min-height: 650px;
        background: #fff; }
    .admin_mode .table-section .fixed_header_table.padding-top-70 {
      padding-top: 70px; }
  .admin_mode .table-section .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fff; }
  .admin_mode .table-section.small-headers .fixed_header_table .fixed_header_table_inner_div table th div {
    font-size: 0.8rem;
    padding: 10px;
    margin-left: -18px; }
    .admin_mode .table-section.small-headers .fixed_header_table .fixed_header_table_inner_div table th div .total {
      display: block;
      font-size: 1.1rem; }
    .admin_mode .table-section.small-headers .fixed_header_table .fixed_header_table_inner_div table th div.right-align-header {
      padding-left: 20px;
      text-align: right; }
      .admin_mode .table-section.small-headers .fixed_header_table .fixed_header_table_inner_div table th div.right-align-header.padding-left-30 {
        padding-left: 30px !important; }
      .admin_mode .table-section.small-headers .fixed_header_table .fixed_header_table_inner_div table th div.right-align-header.padding-left-40 {
        padding: 10px 40px !important; }
      .admin_mode .table-section.small-headers .fixed_header_table .fixed_header_table_inner_div table th div.right-align-header.padding-left-60 {
        padding-left: 60px !important; }
  .admin_mode .table-section.small-headers .fixed_header_table .fixed_header_table_inner_div table th:last-child div {
    padding: 5px; }
    .admin_mode .table-section.small-headers .fixed_header_table .fixed_header_table_inner_div table th:last-child div.padding-10 {
      padding: 10px; }
  .admin_mode .table-section.small-headers .fixed_header_table .fixed_header_table_inner_div.lastcol_normal table th:last-child div {
    padding: 10px; }
  .admin_mode .table-section.small-headers .fixed_header_table .fixed_header_table_inner_div table tbody tr td {
    padding: 15px 5px !important;
    font-size: 0.85rem; }
    .admin_mode .table-section.small-headers .fixed_header_table .fixed_header_table_inner_div table tbody tr td.right-align-text-padding {
      padding-right: 30px !important;
      text-align: right; }
  .admin_mode .pattern-panel .patter-open-btn {
    padding: 5px 20px 5px;
    background-color: #2196f3;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    width: 210px;
    margin: 0px auto;
    text-align: center;
    cursor: pointer; }
  .admin_mode .pattern-panel .arrow {
    margin: 0px auto;
    border-style: solid;
    border-width: 0 9px 9px 7px;
    width: 0px;
    border-color: transparent transparent #2196f3 transparent; }
  .admin_mode .pattern-panel {
    border-bottom: 2px solid #2196f3;
    border-top: none;
    width: 100%;
    background-color: transparent; }
  .admin_mode .pattern-panel.open {
    border-top: 4px solid #2196f3;
    border-bottom: none;
    width: 100%; }
    .admin_mode .pattern-panel.open .arrow {
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-top: 7px solid #2196f3;
      border-bottom: 0px; }
  .admin_mode .bottom-content {
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 3;
    background-color: white;
    left: 70px; }
  .admin_mode .limitationPanel h4 {
    font-size: 1.2rem;
    color: #8198a4;
    margin-top: 20px; }
  .admin_mode .limitationPanel .fixed_header_table {
    background: #fff; }
    .admin_mode .limitationPanel .fixed_header_table .fixed_header_table_inner_div table th div {
      color: #7ba6e0; }
  .admin_mode .close-panel {
    height: 0px;
    transition: all 0.2s ease-in; }
    .admin_mode .close-panel.open {
      /*height: 500px;*/
      height: 300px;
      background-color: #fff;
      border-bottom: none;
      overflow: auto; }
      .admin_mode .close-panel.open .patter-open-btn {
        display: block;
        padding: 0px 20px 5px; }
      .admin_mode .close-panel.open .panel-inner-content {
        display: inline-block;
        height: 500px;
        background-color: #fff;
        width: 100%; }
      .admin_mode .close-panel.open .arrow {
        display: block; }
    .admin_mode .close-panel .arrow {
      display: none; }
    .admin_mode .close-panel .patter-open-btn {
      display: none; }
    .admin_mode .close-panel .panel-inner-content {
      display: none; }
  .admin_mode .headerbg {
    background-color: #4b6886;
    color: #fff; }
    .admin_mode .headerbg h5 {
      font-weight: 400;
      margin: 15px 0px;
      font-size: 1rem; }
  .admin_mode .font-weight-normal {
    font-weight: normal; }
  .admin_mode .normal-label {
    color: #8097a2;
    font-weight: 300; }
    .admin_mode .normal-label.bold {
      font-weight: 500; }
  .admin_mode .status-label {
    text-transform: uppercase;
    color: #000000;
    font-size: 1.1rem; }
    .admin_mode .status-label.red-label {
      color: #f30303; }
  .admin_mode .switch {
    background: #90caf9;
    border: 1px solid #f3f1f1; }
    .admin_mode .switch small {
      background: #2196f3; }
    .admin_mode .switch.checked {
      background: #f3f1f1; }
      .admin_mode .switch.checked small {
        background: #d7d7d7; }
  .admin_mode .multi-select-selected label {
    text-transform: uppercase;
    color: #215ca5;
    margin-bottom: 15px; }
  .admin_mode .multi-select-selected .selected-values {
    margin-left: -5px; }
    .admin_mode .multi-select-selected .selected-values .alert {
      font-size: 0.9rem;
      color: #fff;
      padding: 6px 10px;
      margin-bottom: 10px;
      margin-left: 5px;
      font-weight: 300;
      border-radius: 3px;
      display: inline-block;
      float: left; }
      .admin_mode .multi-select-selected .selected-values .alert.alert-success {
        background-color: #7cc576; }
      .admin_mode .multi-select-selected .selected-values .alert .close {
        text-shadow: none;
        opacity: 1; }
        .admin_mode .multi-select-selected .selected-values .alert .close i {
          position: relative;
          top: unset;
          right: unset;
          color: #fff;
          float: right;
          font-size: 17px; }
  .admin_mode .typeahead-wrapper .dropdown-menu {
    top: 40px !important; }
    .admin_mode .typeahead-wrapper .dropdown-menu li {
      background-color: #f8f8f8;
      color: #212121; }
      .admin_mode .typeahead-wrapper .dropdown-menu li a {
        padding: 10px 15px; }
      .admin_mode .typeahead-wrapper .dropdown-menu li.active a {
        background-color: #e4eaef;
        color: #212121; }
      .admin_mode .typeahead-wrapper .dropdown-menu li:hover a {
        background-color: #e4eaef; }
  .admin_mode .unreadFeedback {
    font-size: 0.9rem;
    color: #ee599b;
    margin-top: 5px;
    font-weight: 500;
    margin-bottom: 0px;
    display: block; }
  .admin_mode .timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative; }
  .admin_mode .timeline:before {
    top: 35px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #eeeeee;
    left: 30%;
    margin-left: -1px; }
  .admin_mode .timeline > li {
    margin-bottom: 20px;
    position: relative; }
  .admin_mode .timeline > li:before,
  .admin_mode .timeline > li:after {
    content: " ";
    display: table; }
  .admin_mode .timeline > li:after {
    clear: both; }
  .admin_mode .timeline > li:before,
  .admin_mode .timeline > li:after {
    content: " ";
    display: table; }
  .admin_mode .timeline > li:after {
    clear: both; }
  .admin_mode .timeline > li > .timeline-panel {
    width: 30%;
    float: left;
    border-radius: 2px;
    padding: 10px;
    position: relative;
    color: #c8c8c8;
    padding: 10px 20px; }
  .admin_mode .timeline > li > .timeline-badge {
    color: #fff;
    width: 10px;
    height: 10px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 30%;
    margin-left: -5px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%; }
  .admin_mode .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    width: 70%; }
  .admin_mode .timeline > li.timeline-inverted:nth-child(-n+2) > .timeline-panel {
    color: #6e6e6e; }
  .admin_mode .timeline > li.timeline-inverted > .timeline-date {
    display: inline-block;
    width: 30%;
    text-align: right;
    padding: 10px 25px;
    color: #c8c8c8; }
  .admin_mode .timeline > li.timeline-inverted:nth-child(-n+2) > .timeline-date {
    color: #6e6e6e; }
  .admin_mode .timeline-badge.latest {
    background-color: #e91e63 !important; }
  .admin_mode .red-block {
    color: #df5252; }
  .admin_mode .green-done {
    color: #27b34f; }
  .admin_mode .small-text {
    font-size: 13px; }
  .admin_mode .feedback-right-side-panel {
    position: fixed;
    right: -500px;
    width: 500px;
    top: 110px;
    bottom: 0px;
    background-color: #f5f5f5;
    transition: all 0.5s linear;
    overflow: auto;
    -ms-box-shadow: -1px 0px 1px 0px rgba(206, 211, 214, 0.75);
    box-shadow: -1px 0px 1px 0px rgba(206, 211, 214, 0.75); }
    .admin_mode .feedback-right-side-panel.active-panel {
      right: 0px; }
    .admin_mode .feedback-right-side-panel .feedback-heading {
      padding: 15px 15px 10px;
      background-color: #0d212b;
      color: #fff;
      text-transform: uppercase; }
      .admin_mode .feedback-right-side-panel .feedback-heading h4 {
        display: inline-block;
        margin: 2px 0px 0px; }
      .admin_mode .feedback-right-side-panel .feedback-heading .close {
        color: #fff;
        text-shadow: none;
        opacity: 1; }
    .admin_mode .feedback-right-side-panel .chatbox {
      background-color: #fefefe; }
      .admin_mode .feedback-right-side-panel .chatbox .chat-dept {
        font-size: 0.85rem;
        color: #8b8b8b;
        display: inline-block; }
        .admin_mode .feedback-right-side-panel .chatbox .chat-dept span {
          color: #3caf4d;
          font-weight: 500; }
      .admin_mode .feedback-right-side-panel .chatbox .single-chat-right {
        padding-left: 60px; }
        .admin_mode .feedback-right-side-panel .chatbox .single-chat-right .edit {
          float: right;
          color: #22638e;
          font-size: 0.9rem;
          font-weight: 500;
          cursor: pointer; }
          .admin_mode .feedback-right-side-panel .chatbox .single-chat-right .edit i {
            font-size: 13px;
            vertical-align: middle;
            margin-left: 5px;
            font-weight: 500;
            position: relative;
            top: -2px; }
        .admin_mode .feedback-right-side-panel .chatbox .single-chat-right p {
          transition: all 0.2s linear; }
          .admin_mode .feedback-right-side-panel .chatbox .single-chat-right p.editing {
            padding: 5px;
            border: 1px solid #ddd;
            background-color: #fff; }
    .admin_mode .feedback-right-side-panel .add-feedback-btn {
      color: #22638e;
      font-size: 0.9rem;
      font-weight: 500;
      cursor: pointer; }
      .admin_mode .feedback-right-side-panel .add-feedback-btn i {
        font-size: 13px;
        vertical-align: middle;
        margin-left: 5px;
        font-weight: 500; }
  .admin_mode .edit-field-box {
    position: absolute;
    bottom: 0px;
    width: 490px;
    opacity: 0;
    height: 190px;
    z-index: -1;
    right: 0px;
    background-color: #3c3c3c;
    transition: all 0.2s linear; }
    .admin_mode .edit-field-box.active-editing {
      bottom: 0px;
      z-index: 1;
      opacity: 1; }
      .admin_mode .edit-field-box.active-editing textarea {
        background-color: #fff;
        border-radius: 3px;
        padding: 5px; }
  .admin_mode .fade-div.ng-hide-remove {
    -webkit-animation: 0.4s show;
    animation: 0.4s show; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }
  70% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }
  70% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
  .admin_mode.report .black-header {
    background-color: #0d212b;
    height: 80px;
    color: #fff;
    padding: 20px 10px; }
    .admin_mode.report .black-header h4 {
      margin: 0px;
      font-weight: 400; }
    .admin_mode.report .black-header p {
      margin-bottom: 0px;
      font-weight: 300; }
  .admin_mode.report .report-area {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 150px;
    background-color: #f8f8f8;
    padding: 15px 0px;
    overflow-y: auto; }
    .admin_mode.report .report-area h3 {
      font-size: 16px;
      margin-top: 0px; }
      .admin_mode.report .report-area h3.green-text {
        color: #2ea940; }
    .admin_mode.report .report-area .table-section .fixed_header_table {
      background-color: #769fcd;
      padding-top: 35px; }
      .admin_mode.report .report-area .table-section .fixed_header_table .fixed_header_table_inner_div {
        background: #fff; }
        .admin_mode.report .report-area .table-section .fixed_header_table .fixed_header_table_inner_div table th div {
          color: #fff;
          padding: 8px 18px;
          margin-left: -15px;
          border-left: 1px solid #fff; }
        .admin_mode.report .report-area .table-section .fixed_header_table .fixed_header_table_inner_div table th:first-child div {
          border-left: none; }
        .admin_mode.report .report-area .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr {
          background: #fff; }
          .admin_mode.report .report-area .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr td {
            vertical-align: middle; }
            .admin_mode.report .report-area .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr td input {
              padding: 5px;
              border: 1px solid #a6d5fa;
              background: #fff; }
            .admin_mode.report .report-area .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr td .select-insidetable-checkbox {
              display: inline-block;
              width: 50%; }
            .admin_mode.report .report-area .table-section .fixed_header_table .fixed_header_table_inner_div table tbody tr td .checkbox-with-select {
              display: inline-block;
              margin-left: 20px;
              vertical-align: middle;
              position: relative;
              top: 8px; }
        .admin_mode.report .report-area .table-section .fixed_header_table .fixed_header_table_inner_div.no-scroll {
          overflow-x: visible; }
    .admin_mode.report .report-area .empty-space {
      width: 100%;
      height: 50px; }
    .admin_mode.report .report-area .whitebg {
      background-color: #fff;
      border: 1px solid #e9e9e9; }
  .admin_mode .sms-send-btn {
    width: 100%;
    padding: 10px 50px;
    font-size: 16px;
    background-color: #2196f3;
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px; }
    .admin_mode .sms-send-btn i {
      vertical-align: sub;
      font-size: 20px;
      margin-right: 10px;
      color: #fff; }
  .admin_mode .right-panel {
    position: fixed;
    right: -600px;
    width: 550px;
    top: 110px;
    bottom: 0px;
    background-color: #fff;
    transition: all 0.4s ease-in;
    -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); }
    .admin_mode .right-panel .right-panel-header {
      background-color: #39b54a;
      padding: 13px 15px;
      color: #fff;
      position: absolute;
      width: 100%;
      z-index: 1; }
    .admin_mode .right-panel .right-panel-body {
      overflow: auto;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px; }
    .admin_mode .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; }
      .admin_mode .right-panel .close-btn i {
        color: #fff;
        font-size: 20px; }
    .admin_mode .right-panel.active-panel {
      right: 0px; }
    .admin_mode .right-panel .crew-list-to-add {
      margin-top: 20px;
      overflow-y: scroll;
      overflow-x: auto;
      max-height: 180px; }
      .admin_mode .right-panel .crew-list-to-add ul {
        list-style: none;
        padding: 0px; }
      .admin_mode .right-panel .crew-list-to-add [type="checkbox"]:not(:checked) + label,
      .admin_mode .right-panel .crew-list-to-add [type="checkbox"]:checked + label {
        margin-top: unset;
        margin-bottom: 15px; }
    .admin_mode .right-panel .added-crew-list {
      margin-top: 30px;
      overflow-y: scroll;
      overflow-x: auto;
      max-height: 180px; }
    .admin_mode .right-panel .table-section .table-bg-white > tbody > tr {
      background-color: #fff; }
    .admin_mode .right-panel .fixed_header_table {
      background-color: transparent; }
      .admin_mode .right-panel .fixed_header_table .fixed_header_table_inner_div {
        max-height: 200px; }
        .admin_mode .right-panel .fixed_header_table .fixed_header_table_inner_div table th div {
          color: #7ba6e0;
          font-size: 0.8rem; }
        .admin_mode .right-panel .fixed_header_table .fixed_header_table_inner_div table td {
          font-size: 0.9rem; }
    .admin_mode .right-panel .send-btn {
      background-color: #01b175; }
  .admin_mode .alert-markas-btn, .admin_mode .sendsms-table-btn, .admin_mode .already-info-btn {
    font-size: 0.8rem;
    text-transform: none;
    box-shadow: none;
    padding: 6px 10px;
    background-color: #2196f3;
    font-weight: 300;
    margin-bottom: 5px; }
  .admin_mode .sendsms-table-btn {
    background-color: #2ecc71; }
  .admin_mode .already-info-btn {
    background-color: #34495e; }
  .admin_mode .status-bar {
    display: block;
    width: 60px;
    height: 5px;
    margin-top: 5px; }
    .admin_mode .status-bar.error {
      background-color: #d9322c; }
    .admin_mode .status-bar.processing {
      background-color: #ebb700; }
    .admin_mode .status-bar.completed {
      background-color: #39c458; }
    .admin_mode .status-bar.stopped {
      background-color: #000000; }
    .admin_mode .status-bar.requested {
      background-color: #0975b1; }
    .admin_mode .status-bar.cancelled {
      background-color: #666666; }
  .admin_mode .roster-actionbtn {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #fff;
    font-weight: 400;
    padding: 6px 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s linear; }
  .admin_mode .roster-cancel-btn {
    background-color: #506e89; }
  .admin_mode .roster-stop-btn {
    background-color: #e74c3c;
    margin-left: 5px; }
  .admin_mode .tooltip-inner {
    border-radius: 0px;
    box-shadow: 2px 3px 8px -3px rgba(0, 0, 0, 0.75);
    max-width: 300px;
    padding: 3px 3px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px; }
  .admin_mode .d-inline-b {
    display: inline-block; }
  .admin_mode .small-schedule-btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8rem;
    background: #2196f3;
    width: 100%; }
  .admin_mode .ui-slider.ui-widget.ui-widget-content {
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #dbdbdb;
    border: none; }
  .admin_mode .ui-slider-horizontal .ui-slider-range-min {
    background-color: #009688;
    border-radius: 5px; }
  .admin_mode .ui-slider .ui-slider-handle {
    border-radius: 50%;
    width: 1.6em;
    height: 1.6em; }
  .admin_mode .ui-slider-horizontal .ui-slider-handle {
    top: -0.45em; }
  .admin_mode .ui-state-active,
  .admin_mode .ui-widget-content .ui-state-active,
  .admin_mode .ui-widget-header .ui-state-active,
  .admin_mode a.ui-button:active,
  .admin_mode .ui-button:active,
  .admin_mode .ui-button.ui-state-active:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #ffffff;
    cursor: pointer; }
  .admin_mode .header-checkbox {
    width: auto;
    padding: 11px 14px 4px 14px;
    margin: 0; }
    .admin_mode .header-checkbox label {
      color: #000;
      font-weight: 500; }
    .admin_mode .header-checkbox .small-checkbox {
      margin: 0px; }
    .admin_mode .header-checkbox .label {
      color: #fff !important;
      font-weight: 300;
      font-size: 14px;
      line-height: 1; }
  .admin_mode .header-checkbox input[type="checkbox"]:not(:checked) + label:before {
    border: 2px solid #ffffff;
    background: #fff; }
  .admin_mode .top-dropdown {
    padding: 0 10px;
    width: 200px; }
    .admin_mode .top-dropdown .select-dropdown {
      height: 34px; }
    .admin_mode .top-dropdown button {
      padding: 7px 7px 0 0; }
  .admin_mode .hr-margin {
    margin: 10px 0; }
  .admin_mode .blue-txt {
    color: #579bd1; }
  .admin_mode .green-txt {
    color: #00A600; }
  .admin_mode .max-width {
    max-width: 120px; }
  .admin_mode .border-left {
    border-left: 1px solid rgba(210, 210, 210, 0.57); }
  .admin_mode .y-scroll-languages {
    height: 145px;
    overflow-y: auto; }
  .admin_mode .assigned {
    padding: 7px 12px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px; }
    .admin_mode .assigned i {
      vertical-align: text-bottom; }
  .admin_mode .renewal-popup .modal-body .header-popup {
    padding: 10px 18px;
    background: #5EB6FB; }
  .admin_mode .renewal-popup .modal-body .body-popup {
    border: 1px solid #eaeaea; }
    .admin_mode .renewal-popup .modal-body .body-popup .padding-40 {
      padding: 0 40px; }
  .admin_mode .renewal-popup .modal-body .list-group-item {
    background: #F5F5F5;
    border: 1px solid #e8e8e8;
    border-top: 2px solid #4DADAC;
    margin-bottom: 15px;
    padding: 9px 15px;
    height: 64px; }
    .admin_mode .renewal-popup .modal-body .list-group-item .main-heading {
      font-size: 13px;
      color: #797777; }
    .admin_mode .renewal-popup .modal-body .list-group-item .sub-content {
      font-size: 13px;
      font-weight: 500; }
    .admin_mode .renewal-popup .modal-body .list-group-item .text-middle {
      color: #439a99;
      vertical-align: middle;
      line-height: 40px; }
    .admin_mode .renewal-popup .modal-body .list-group-item .assign-option {
      width: 20px;
      height: 35px; }
    .admin_mode .renewal-popup .modal-body .list-group-item .radio-link {
      position: absolute;
      top: 12px;
      font-weight: 300;
      margin-left: 20px;
      text-decoration: underline;
      color: #ef3373;
      font-weight: 500; }
  .admin_mode .renewal-popup .modal-body .tab-content {
    height: auto;
    max-height: 400px;
    overflow-y: auto; }
  .admin_mode .font-18 {
    font-size: 18px; }
  .admin_mode .font-16 {
    font-size: 16px; }
  .admin_mode .grey-txt {
    color: #797777; }
  .admin_mode .border-right {
    border-right: 1px solid #ddd; }
  .admin_mode .alert-radio input[type=radio] {
    margin-right: 10px !important; }
  .admin_mode .icon-align {
    vertical-align: bottom;
    margin-right: 10px; }
  .admin_mode .airports_table thead tr th:last-child div {
    width: 114px;
    white-space: pre-wrap;
    padding: 2px 18px !important; }
  .admin_mode .top-btn {
    background: #35485E;
    height: 32px;
    border-radius: 3px;
    margin: 4px 5px 4px;
    padding: 6px 15px;
    border: none;
    color: #fff;
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
    .admin_mode .top-btn:active {
      background-image: none;
      outline: 0;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .admin_mode .top-btn i {
      margin-right: 5px;
      font-size: 20px; }
    .admin_mode .top-btn span {
      position: relative;
      bottom: 5px; }
  .admin_mode .header-sms {
    background: #3FCC79;
    color: #fff;
    padding: 10px 18px; }
  .admin_mode .blue-txt {
    color: #2C98F0; }
  .admin_mode .text-uppercase {
    text-transform: uppercase; }
  .admin_mode .body-sms {
    border: 1px solid #eaeaea; }
    .admin_mode .body-sms [type="checkbox"]:not(:checked) + label.small-checkbox:before {
      width: 20px;
      height: 20px; }
    .admin_mode .body-sms [type="checkbox"] + label.small-checkbox:after {
      width: 20px;
      height: 20px; }
    .admin_mode .body-sms [type="checkbox"]:checked + label.small-checkbox:before {
      left: 1px;
      height: 14px; }
    .admin_mode .body-sms .header-msg-content {
      background: #5EB6FB;
      color: #fff;
      padding: 10px 18px; }
    .admin_mode .body-sms textarea {
      min-height: 60px; }
    .admin_mode .body-sms .scroll-y {
      overflow-y: auto;
      height: 400px; }
  .admin_mode .radio-group .checkbox-right-align label {
    margin-right: 5px; }
  .admin_mode .panel-header {
    background: #F6F6F6;
    padding: 10px;
    font-weight: 500; }
  .admin_mode .panel-list ul li {
    color: #585858;
    border-bottom: none;
    border-left: none;
    border-right: none; }
    .admin_mode .panel-list ul li:first-child {
      border-top: none; }
    .admin_mode .panel-list ul li a {
      color: #b5b5b5; }
  .admin_mode .panel-list .editable {
    position: relative;
    bottom: 5px;
    float: right;
    width: 100px;
    padding: 5px 5px;
    border: 1px solid #ddd; }
  .admin_mode .scroll-y-vh {
    height: calc(90vh - 110px);
    overflow-y: auto; }
  .admin_mode .update-footer {
    position: absolute;
    bottom: 0;
    background: #f9f9f9;
    box-shadow: 0px -2px 14px -6px rgba(0, 0, 0, 0.39);
    width: 100%;
    height: 66px; }
  .admin_mode .white-txt {
    color: #fff !important; }
    .admin_mode .white-txt::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    .admin_mode .white-txt:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .admin_mode .white-txt.white-txt:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
  .admin_mode .round-checkbox label {
    margin-right: 20px; }
  .admin_mode .round-checkbox [type="checkbox"] + label.small-checkbox:before, .admin_mode .round-checkbox [type="checkbox"] + label.small-checkbox:after {
    width: 30px;
    height: 30px;
    border-radius: 50%; }
  .admin_mode .round-checkbox [type="checkbox"] + label.small-checkbox:before {
    display: none; }
  .admin_mode .round-checkbox [type="checkbox"]:not(:checked) + label {
    top: 2px;
    padding-left: 7px;
    line-height: 28px;
    font-size: 12px; }
  .admin_mode .round-checkbox [type="checkbox"]:checked + label {
    line-height: 28px;
    color: #fff;
    font-size: 12px;
    padding-left: 7px; }
    .admin_mode .round-checkbox [type="checkbox"]:checked + label:after {
      z-index: -2; }
  .admin_mode .topbar-input {
    margin-left: 67px;
    width: 50%;
    font-weight: 300;
    font-size: 12px;
    padding-bottom: 5px; }
  .admin_mode .topbar-input + span {
    width: 50%;
    margin-left: 65px; }
  .admin_mode .topbar-label {
    color: #fff;
    margin-left: 10px;
    font-size: 15px; }
  .admin_mode .topbar-dropdown button {
    width: 35%;
    margin-left: 86px !important;
    color: #fff;
    font-size: 12px;
    padding-top: 10px; }
  .admin_mode .topbar-dropdown .caret {
    color: #fff; }
  .admin_mode .topbar-dropdown-group button {
    color: #fff;
    font-size: 12px;
    padding-top: 10px; }
  .admin_mode .topbar-dropdown-group .dropdown {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    height: 35px; }
  .admin_mode .input-number {
    padding: 8px 10px;
    border: 1px solid #ddd;
    height: 33px; }
  .admin_mode .span-title {
    color: #8097a2;
    font-weight: 300; }
  .admin_mode .inc-dec-input a {
    font-size: 18px; }
  .admin_mode .hard_soft_table thead tr th div:last-child {
    padding: 10px !important; }
  .admin_mode .padding-reduce {
    padding: 3px 18px !important; }
  .admin_mode .add-new {
    padding: 6px 12px;
    height: 40px;
    border-radius: 0px;
    border: none;
    background-color: #264259;
    font-size: 0.9rem; }
  .admin_mode .edit-all-btn a {
    margin: 9px 10px;
    color: #292B2C; }
  .admin_mode .search-bar-width {
    width: 210px !important; }
  .admin_mode .offset-minutes .offset-dropdown {
    min-width: 50px !important; }
  .admin_mode .offset-minutes input {
    width: 100px; }
  .admin_mode .txt-warning {
    color: #f7aa04; }
  .admin_mode .topbar-btn-group {
    padding: 9px 22px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase; }
    .admin_mode .topbar-btn-group.first-action {
      background: #2196f3; }
    .admin_mode .topbar-btn-group.second-action {
      background: #415764; }
  .admin_mode .icons-list a {
    margin-right: 20px;
    color: #496374; }
    .admin_mode .icons-list a .text-up {
      vertical-align: super;
      margin-right: 3px; }
      .admin_mode .icons-list a .text-up + span {
        position: relative;
        bottom: 3px;
        font-size: 22px;
        margin-left: 1px;
        margin-right: 1px; }
    .admin_mode .icons-list a:hover {
      color: #4a4a4a; }
  .admin_mode .acars-messages-table table.inside-table {
    width: 100%;
    border-bottom: 2px solid #d2d2d2;
    background: #fff; }
    .admin_mode .acars-messages-table table.inside-table:hover {
      background-color: #faf6d0; }
    .admin_mode .acars-messages-table table.inside-table.row-select {
      background-color: #dcebf7; }
  .admin_mode .duty-sheet-table table.inside-table {
    width: 100%;
    border-bottom: 2px solid #d2d2d2;
    background: #fff; }
    .admin_mode .duty-sheet-table table.inside-table:hover {
      background-color: #faf6d0; }
    .admin_mode .duty-sheet-table table.inside-table.row-select {
      background-color: #dcebf7; }
    .admin_mode .duty-sheet-table table.inside-table tbody.first-left-side, .admin_mode .duty-sheet-table table.inside-table thead {
      float: left;
      width: 3%; }
    .admin_mode .duty-sheet-table table.inside-table tbody.left-side, .admin_mode .duty-sheet-table table.inside-table thead {
      float: left;
      width: 44%; }
      .admin_mode .duty-sheet-table table.inside-table tbody.left-side tr, .admin_mode .duty-sheet-table table.inside-table thead tr {
        border-bottom: none; }
        .admin_mode .duty-sheet-table table.inside-table tbody.left-side tr.emply-cells, .admin_mode .duty-sheet-table table.inside-table thead tr.emply-cells {
          border-bottom: 1px solid #f0f3f5; }
          .admin_mode .duty-sheet-table table.inside-table tbody.left-side tr.emply-cells td:first-child, .admin_mode .duty-sheet-table table.inside-table thead tr.emply-cells td:first-child {
            border-bottom: 1px solid #fff; }
      .admin_mode .duty-sheet-table table.inside-table tbody.left-side td:last-child, .admin_mode .duty-sheet-table table.inside-table thead td:last-child {
        padding: 0px 14.5px !important; }
      .admin_mode .duty-sheet-table table.inside-table tbody.left-side th div, .admin_mode .duty-sheet-table table.inside-table thead th div {
        padding: 0px 5px !important; }
    .admin_mode .duty-sheet-table table.inside-table .right-side, .admin_mode .duty-sheet-table table.inside-table thead + thead {
      float: right;
      width: 53%; }
      .admin_mode .duty-sheet-table table.inside-table .right-side tr.new-section, .admin_mode .duty-sheet-table table.inside-table thead + thead tr.new-section {
        border-top: 1px solid #f0f3f5; }
    .admin_mode .duty-sheet-table table.inside-table td {
      height: 22px; }
    .admin_mode .duty-sheet-table table.inside-table .header th:first-child div {
      margin-left: -4px; }
  .admin_mode .duty-sheet-table .icon {
    vertical-align: middle;
    margin: 0 5px;
    color: #1976d2; }
  .admin_mode .duty-sheet-table [rowspan] {
    vertical-align: middle;
    background: #fff !important; }
  .admin_mode .duty-sheet-table .border-left {
    border-left: 1px solid #f0f3f5; }
  .admin_mode .duty-sheet-table .border-right {
    border-right: 1px solid #ddd; }
  .admin_mode .duty-sheet-table .text-success {
    color: #4aad4c; }
  .admin_mode .duty-sheet-table .gender {
    padding: 0px;
    text-align: center;
    width: 20px;
    height: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto; }
    .admin_mode .duty-sheet-table .gender.male {
      background: #1AAEEC; }
    .admin_mode .duty-sheet-table .gender.female {
      background: #EF6EAA; }
  .admin_mode .duty-sheet-table .lang {
    text-transform: uppercase; }
  .admin_mode .duty-sheet-table .td-gender {
    width: 80px; }
  .admin_mode .duty-sheet-table .td-sign-in {
    width: 80px; }
    .admin_mode .duty-sheet-table .td-sign-in i {
      display: block;
      text-align: center; }
  .admin_mode .duty-sheet-table .tooltip-inner {
    border-radius: 0px;
    box-shadow: 2px 3px 8px -3px rgba(0, 0, 0, 0.75);
    max-width: 500px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px; }
  .admin_mode .bottom-panel-table {
    border-bottom: 1px solid #ddd !important; }
    .admin_mode .bottom-panel-table .fixed_header_table {
      background-color: #ffffff !important; }
      .admin_mode .bottom-panel-table .fixed_header_table .fixed_header_table_inner_div {
        max-height: 170px !important; }
      .admin_mode .bottom-panel-table .fixed_header_table thead tr th {
        border-bottom: 3px solid #617A89 !important; }
        .admin_mode .bottom-panel-table .fixed_header_table thead tr th div {
          color: #599CD0 !important; }
      .admin_mode .bottom-panel-table .fixed_header_table tbody {
        height: 115px;
        overflow-y: scroll; }
        .admin_mode .bottom-panel-table .fixed_header_table tbody tr {
          border-bottom: 0 !important; }
        .admin_mode .bottom-panel-table .fixed_header_table tbody td {
          color: #797777 !important; }
  .admin_mode .duty-sheet .close-panel.open {
    height: 700px !important;
    overflow: unset; }
  .admin_mode .duty-sheet .dhd-table tbody tr.row-select {
    background-color: #dcebf7; }
  .admin_mode .duty-sheet .bottom-panel-table .fixed_header_table .fixed_header_table_inner_div {
    min-height: 170px; }
  .admin_mode .duty-sheet .close-panel.open .panel-inner-content {
    height: 700px !important; }
  .admin_mode .training-roster .close-panel.open {
    /*height: 680px!important;*/
    height: 600px !important; }
  .admin_mode .training-roster .dhd-table tbody tr.row-select {
    background-color: #dcebf7; }
  .admin_mode .gd-print-popup .header-gd, .admin_mode .right-content .header-gd {
    background: #B9C9D2;
    color: #fff;
    padding: 10px 18px; }
  .admin_mode .gd-print-popup .border-collapse, .admin_mode .right-content .border-collapse {
    border-collapse: separate;
    border-spacing: 0 10px; }
  .admin_mode .gd-print-popup .list-view-table, .admin_mode .right-content .list-view-table {
    border: none;
    margin-bottom: 15px;
    height: 64px; }
    .admin_mode .gd-print-popup .list-view-table thead th, .admin_mode .right-content .list-view-table thead th {
      border-bottom: none !important;
      color: #797777;
      font-weight: normal;
      border-top: none !important;
      padding: 6px 8px !important; }
    .admin_mode .gd-print-popup .list-view-table thead th:first-child, .admin_mode .gd-print-popup .list-view-table tbody td:first-child, .admin_mode .right-content .list-view-table thead th:first-child, .admin_mode .right-content .list-view-table tbody td:first-child {
      padding-left: 5px !important; }
    .admin_mode .gd-print-popup .list-view-table thead th:last-child, .admin_mode .gd-print-popup .list-view-table tbody td:last-child, .admin_mode .right-content .list-view-table thead th:last-child, .admin_mode .right-content .list-view-table tbody td:last-child {
      padding-right: 5px !important; }
    .admin_mode .gd-print-popup .list-view-table tbody tr, .admin_mode .right-content .list-view-table tbody tr {
      background: #F5F5F5; }
    .admin_mode .gd-print-popup .list-view-table .on-label, .admin_mode .right-content .list-view-table .on-label {
      background: #3fcc79;
      padding: 2px 10px;
      color: #fff; }
    .admin_mode .gd-print-popup .list-view-table .in-label, .admin_mode .right-content .list-view-table .in-label {
      background: #E44E43;
      padding: 2px 10px;
      color: #fff; }
    .admin_mode .gd-print-popup .list-view-table thead.header-joining, .admin_mode .right-content .list-view-table thead.header-joining {
      background: #3FCC79;
      padding: 10px 18px; }
      .admin_mode .gd-print-popup .list-view-table thead.header-joining tr th, .admin_mode .right-content .list-view-table thead.header-joining tr th {
        color: #000; }
      .admin_mode .gd-print-popup .list-view-table thead.header-joining + tbody, .admin_mode .right-content .list-view-table thead.header-joining + tbody {
        border-bottom: 1px solid #ddd; }
        .admin_mode .gd-print-popup .list-view-table thead.header-joining + tbody tr td, .admin_mode .right-content .list-view-table thead.header-joining + tbody tr td {
          background: #fff; }
  .admin_mode .angular-bootstrap-contextmenu .dropdown ul.dropdown-menu {
    border-bottom: none; }
  .admin_mode .angular-bootstrap-contextmenu .dropdown-menu .divider {
    margin: 0; }
  .admin_mode .show-panel.open {
    display: none; }
  .admin_mode .right-content {
    position: fixed;
    top: 200px;
    width: 90%;
    right: 0px;
    z-index: 3; }
  .admin_mode .journey-log-table thead, .admin_mode .gd-table thead {
    background: #fff;
    color: #000; }
    .admin_mode .journey-log-table thead tr th, .admin_mode .gd-table thead tr th {
      border: 1px solid #000;
      border-bottom: 1px solid #000000 !important;
      border-top: 1px solid #000000 !important;
      font-weight: bold;
      text-transform: uppercase; }
      .admin_mode .journey-log-table thead tr th:first-child, .admin_mode .gd-table thead tr th:first-child {
        padding: 15px !important; }
    .admin_mode .journey-log-table thead .header-line-two, .admin_mode .gd-table thead .header-line-two {
      text-align: center; }
      .admin_mode .journey-log-table thead .header-line-two .v-aligh-middle, .admin_mode .gd-table thead .header-line-two .v-aligh-middle {
        vertical-align: middle; }
  .admin_mode .journey-log-table tbody tr td, .admin_mode .gd-table tbody tr td {
    border: 1px solid #000; }
    .admin_mode .journey-log-table tbody tr td:first-child, .admin_mode .gd-table tbody tr td:first-child {
      padding-left: 0px !important; }
    .admin_mode .journey-log-table tbody tr td.white-borders, .admin_mode .gd-table tbody tr td.white-borders {
      border: 1px solid #fff; }
    .admin_mode .journey-log-table tbody tr td.white-bottom-borders, .admin_mode .gd-table tbody tr td.white-bottom-borders {
      border-bottom: 1px solid #fff; }
    .admin_mode .journey-log-table tbody tr td.white-right-borders, .admin_mode .gd-table tbody tr td.white-right-borders {
      border-right: 1px solid #fff; }
    .admin_mode .journey-log-table tbody tr td.white-left-borders, .admin_mode .gd-table tbody tr td.white-left-borders {
      border-left: 1px solid #fff; }
    .admin_mode .journey-log-table tbody tr td.dot-line, .admin_mode .gd-table tbody tr td.dot-line {
      border-bottom: 2px dotted #000; }
    .admin_mode .journey-log-table tbody tr td strong, .admin_mode .gd-table tbody tr td strong {
      text-transform: uppercase; }
  .admin_mode .journey-log-table .logo-td, .admin_mode .gd-table .logo-td {
    max-width: 284px; }
    .admin_mode .journey-log-table .logo-td .wataniya-logo, .admin_mode .gd-table .logo-td .wataniya-logo {
      width: 100%;
      margin: 41px auto; }
  .admin_mode .journey-log-table .padding-0-10, .admin_mode .gd-table .padding-0-10 {
    padding: 0 10px !important; }
  .admin_mode .journey-log-table .shift-date, .admin_mode .gd-table .shift-date {
    position: relative;
    right: 150px; }
  .admin_mode .journey-log-table .nat-width, .admin_mode .gd-table .nat-width {
    width: 190px; }
  .admin_mode .journey-log-table .big-bold, .admin_mode .gd-table .big-bold {
    font-weight: bold;
    font-size: 14px; }
  .admin_mode .journey-log-table .title, .admin_mode .gd-table .title {
    font-size: 26px;
    margin-right: 20px; }
  .admin_mode .gd-table tr td strong {
    text-transform: uppercase; }
  .admin_mode .right-panel-full-width .active-panel {
    width: 95%;
    right: 0; }
  .admin_mode .header-print {
    background-color: #fff; }
    .admin_mode .header-print .print-title {
      font-size: 24px;
      text-transform: uppercase;
      color: #000;
      font-weight: 500;
      margin: 10px 10px 10px 50px; }
    .admin_mode .header-print .print-subtitle {
      float: right;
      font-size: 15px;
      margin: 25px; }
  .admin_mode .target_hr_table input[type="text"] {
    display: inline-block;
    width: 50px;
    height: 30px;
    border: 1px solid #afbec5;
    margin-left: 5px;
    vertical-align: bottom; }
  .admin_mode .target_hr_table input[type="checkbox"] + label {
    position: relative;
    top: 9px;
    margin-left: 10px; }
  .admin_mode .target_hr_table .time-icon {
    color: #2d81e4;
    font-size: 18px; }
  .admin_mode .target_hr_table .name {
    min-width: 325px;
    border: 1px solid #ddd; }
  .admin_mode .target_hr_table .hrs_col {
    border: 1px solid #ddd; }
  .admin_mode .target_hr_table .model {
    min-width: 130px; }
  .admin_mode .target_hr_table thead {
    background-color: #e2e9ef; }
    .admin_mode .target_hr_table thead tr th {
      padding: 15px !important; }
  .admin_mode .target_hr_table tbody tr td:first-child {
    padding: 6px !important; }
  .admin_mode .target_hr_table tbody tr td span.small-txt {
    float: right;
    font-size: 12px;
    color: #909090; }
  .admin_mode .target_hr_table tbody tr td span.small-txt-left {
    float: left;
    font-size: 12px;
    color: #909090; }
  .admin_mode .target_hr_table tbody tr td.gray-font {
    color: #909090;
    border-bottom: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    text-align: center; }
  .admin_mode .target_hr_table tbody tr td.blue-font {
    color: #1675d1;
    border-bottom: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    text-align: center; }
  .admin_mode .target_hr_table tbody tr td.green-font {
    color: #58c633;
    border-bottom: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    text-align: center; }
  .admin_mode .target_hr_table tbody tr td.orange-font {
    color: #ea951e;
    border-bottom: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    text-align: center; }
  .admin_mode .target_hr_table tbody tr td.main-col {
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
    padding: 1px; }
  .admin_mode .target_hr_table tbody tr td.target-col {
    padding-top: 0px; }
  .admin_mode .target_hr_table thead tr th span.small-txt-left {
    float: left;
    font-size: 12px;
    color: #718b98; }
  .admin_mode .target_hr_table thead tr th.blue-font {
    color: #1675d1;
    min-width: 100px; }
  .admin_mode .target_hr_table thead tr th.green-font {
    color: #58c633;
    min-width: 100px; }
  .admin_mode .target_hr_table thead tr th.orange-font {
    color: #ea951e;
    min-width: 100px; }
  .admin_mode .target_hr_table thead tr th.long-header {
    min-width: 130px; }
  .admin_mode .targethrs-bottom-panel {
    bottom: 10px; }
    .admin_mode .targethrs-bottom-panel i {
      font-size: 18px; }
    .admin_mode .targethrs-bottom-panel .close-panel .panel-inner-content {
      display: block;
      margin-top: 20px; }
      .admin_mode .targethrs-bottom-panel .close-panel .panel-inner-content .show-open {
        display: none; }
    .admin_mode .targethrs-bottom-panel .close-panel.open .panel-inner-content .show-close {
      display: none;
      background-color: white; }
    .admin_mode .targethrs-bottom-panel .close-panel.open .panel-inner-content .show-open {
      display: block;
      background-color: white; }
      .admin_mode .targethrs-bottom-panel .close-panel.open .panel-inner-content .show-open table thead tr th {
        border-bottom: none !important; }
        .admin_mode .targethrs-bottom-panel .close-panel.open .panel-inner-content .show-open table thead tr th:first-child {
          color: #a7a9a8; }
      .admin_mode .targethrs-bottom-panel .close-panel.open .panel-inner-content .show-open table tbody tr.total td span {
        border-top: 1px solid #ddd !important;
        padding: 5px 2px 5px 20px;
        border-bottom: 4px solid #ddd !important; }
    .admin_mode .targethrs-bottom-panel .close-panel.open {
      height: 250px; }
    .admin_mode .targethrs-bottom-panel .detail-table thead tr th {
      color: #a7a9a8; }
    .admin_mode .targethrs-bottom-panel .detail-table .info {
      background: #f3fbd1;
      color: #EFB43E;
      padding: 10px;
      font-size: 13px;
      font-weight: 400; }
  .admin_mode .no-overflow {
    overflow: hidden; }
  .admin_mode .overflow-x {
    overflow: auto; }
  .admin_mode .text-capitalise {
    text-transform: capitalize !important; }
  .admin_mode .no-list-style li {
    list-style: none; }
  .admin_mode .shift-right {
    position: relative;
    left: 248px; }
  .admin_mode .gd-image {
    width: 143px;
    height: 70px; }
  .admin_mode .bottom-content.pax-message-config {
    max-height: 400px; }
  .admin_mode .paxmsg-bottom-panel {
    bottom: 0px; }
    .admin_mode .paxmsg-bottom-panel i {
      font-size: 15px; }
    .admin_mode .paxmsg-bottom-panel .close-panel .panel-inner-content {
      display: block;
      margin-top: 20px; }
      .admin_mode .paxmsg-bottom-panel .close-panel .panel-inner-content .show-open {
        display: none; }
    .admin_mode .paxmsg-bottom-panel .close-panel.open .panel-inner-content .show-close {
      display: none;
      background-color: white; }
    .admin_mode .paxmsg-bottom-panel .close-panel.open .panel-inner-content .show-open {
      display: block;
      height: 0px;
      background-color: white; }
      .admin_mode .paxmsg-bottom-panel .close-panel.open .panel-inner-content .show-open table thead tr th {
        border-bottom: none !important; }
        .admin_mode .paxmsg-bottom-panel .close-panel.open .panel-inner-content .show-open table thead tr th:first-child {
          color: #a7a9a8; }
      .admin_mode .paxmsg-bottom-panel .close-panel.open .panel-inner-content .show-open table tbody tr.total td span {
        border-top: 1px solid #ddd !important;
        padding: 5px 2px 5px 20px;
        border-bottom: 4px solid #ddd !important; }
    .admin_mode .paxmsg-bottom-panel .close-panel.open {
      height: 250px; }
    .admin_mode .paxmsg-bottom-panel .detail-table thead tr th {
      color: #a7a9a8; }
    .admin_mode .paxmsg-bottom-panel .detail-table .info {
      background: #f3fbd1;
      color: #EFB43E;
      padding: 10px;
      font-size: 13px;
      font-weight: 400; }
  .admin_mode u.color-Y {
    color: red; }
  .admin_mode u.color-F {
    color: red; }
  .admin_mode .table-section-relative-position {
    position: absolute;
    margin-bottom: 0px; }
  .admin_mode .app_status {
    font-size: 8px; }
  .admin_mode .font-red {
    color: red; }
  .admin_mode .font-orange {
    color: #F28C28; }
  .admin_mode .font-green {
    color: green; }
  .admin_mode .small-icon {
    font-size: 9px; }
  .admin_mode .fuel-price .airport .dropdown-menu {
    top: 12px !important;
    max-height: 250px !important; }
  .admin_mode.alert-popup {
    background-color: white; }
  .admin_mode .duty_print {
    width: 100%;
    padding: 0px !important;
    background: white;
    padding-left: 0px; }
  .admin_mode.duty_print_td {
    height: 60px; }
  .admin_mode tr.duty_print.bottom_border {
    border-top: 1px solid #ddd;
    padding-left: 0px;
    text-align: center; }
  .admin_mode .a-group a {
    text-align: left;
    border: none;
    display: block;
    width: 150px;
    margin-bottom: 5px; }
  .admin_mode .font-sick {
    color: red;
    font-weight: bold; }
