.new-view .app_name h2 {
  padding: 19px 0 18px; }

.new-view .hamburger_menu-icon {
  height: 70px; }

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

.new-view .search_bar {
  width: 215px;
  background-color: #738d99; }

.new-view .search_panel_new {
  top: 110px; }

.new-view .toolbar {
  background-color: #a1b2ba; }
  .new-view .toolbar .icon-tool-bar ul li.width-180 {
    width: 110px;
    line-height: 2.9;
    text-align: center; }
  .new-view .toolbar .discrepancies-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .new-view .toolbar .discrepancies-list ul li {
      float: left;
      width: unset;
      margin-left: 10px;
      font-size: 0.8rem;
      text-transform: uppercase;
      line-height: 3.7; }
      .new-view .toolbar .discrepancies-list ul li .color-bars {
        padding: 5px 10px;
        color: #fff;
        border-radius: 2px; }
        .new-view .toolbar .discrepancies-list ul li .color-bars.yellow {
          background-color: #f0d507;
          color: #000; }
        .new-view .toolbar .discrepancies-list ul li .color-bars.orange {
          background-color: #f08707; }
        .new-view .toolbar .discrepancies-list ul li .color-bars.red {
          background-color: #bd0664; }
        .new-view .toolbar .discrepancies-list ul li .color-bars.lightblue {
          background-color: #06b7d6; }
        .new-view .toolbar .discrepancies-list ul li .color-bars.green {
          background-color: #4caf50; }
        .new-view .toolbar .discrepancies-list ul li .color-bars.lightgreen {
          background-color: #26a69a; }
        .new-view .toolbar .discrepancies-list ul li .color-bars.purple {
          background-color: #673ab7; }

.new-view .canvas {
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 135px;
  top: 110px; }
  .new-view .canvas .canvas-wrapper {
    width: 100%;
    height: 100%;
    background-color: #ebf1f5;
    overflow: hidden; }
    .new-view .canvas .canvas-wrapper .canvas-30day-temp {
      height: 100%;
      overflow: hidden; }
      .new-view .canvas .canvas-wrapper .canvas-30day-temp .left-section {
        min-width: 215px;
        height: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        position: absolute;
        left: 0px; }
        .new-view .canvas .canvas-wrapper .canvas-30day-temp .left-section .top-header {
          width: 215px; }
          .new-view .canvas .canvas-wrapper .canvas-30day-temp .left-section .top-header .number {
            width: 45px; }
          .new-view .canvas .canvas-wrapper .canvas-30day-temp .left-section .top-header .name {
            width: 170px; }
        .new-view .canvas .canvas-wrapper .canvas-30day-temp .left-section .data-row {
          border-bottom: none; }
          .new-view .canvas .canvas-wrapper .canvas-30day-temp .left-section .data-row .number {
            width: 45px;
            padding: 0px;
            line-height: 3.5;
            height: 50px; }
          .new-view .canvas .canvas-wrapper .canvas-30day-temp .left-section .data-row .name {
            width: 170px;
            padding: 8px 5px;
            height: 50px; }
            .new-view .canvas .canvas-wrapper .canvas-30day-temp .left-section .data-row .name span {
              font-size: 0.8rem; }
      .new-view .canvas .canvas-wrapper .canvas-30day-temp .right-section {
        float: none;
        height: 100%;
        overflow: auto;
        position: absolute;
        right: 0px;
        left: 215px;
        width: unset; }
        .new-view .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table {
          position: relative; }
          .new-view .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .top-header {
            width: 1695px;
            z-index: 4; }
            .new-view .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .top-header .day-view .twentyfour-hour-view .time .hour {
              padding: 0px;
              line-height: 2.4;
              text-align: center; }
          .new-view .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .data-col .twentyfour .hour {
            position: absolute;
            top: 0px;
            bottom: 0px;
            width: 60px;
            float: left;
            display: inline-block;
            z-index: 3;
            border-right: 1px solid #ccd7dd; }
          .new-view .canvas .canvas-wrapper .canvas-30day-temp .right-section .right-section-table .data-row {
            z-index: 2;
            border-bottom: none; }
