<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tabulator {
  position: relative;
  border: 1px solid #999;
  background-color: #888;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  .tabulator[tabulator-layout="fitDataFill"] .tabulator-tableholder .tabulator-table {
    min-width: 100%; }
  .tabulator[tabulator-layout="fitDataTable"] {
    display: inline-block; }
  .tabulator.tabulator-block-select {
    user-select: none; }
  .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {
    user-select: none; }
  .tabulator .tabulator-header {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #999;
    background-color: #e6e6e6;
    color: #555;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    outline: none; }
    .tabulator .tabulator-header.tabulator-header-hidden {
      display: none; }
    .tabulator .tabulator-header .tabulator-header-contents {
      position: relative;
      overflow: hidden; }
      .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {
        display: inline-block; }
    .tabulator .tabulator-header .tabulator-col {
      display: inline-flex;
      position: relative;
      box-sizing: border-box;
      flex-direction: column;
      justify-content: flex-start;
      border-right: 1px solid #aaa;
      background: #e6e6e6;
      text-align: left;
      vertical-align: bottom;
      overflow: hidden; }
      .tabulator .tabulator-header .tabulator-col.tabulator-moving {
        position: absolute;
        border: 1px solid #999;
        background: #cdcdcd;
        pointer-events: none; }
      .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {
        background-color: #D6D6D6;
        color: #000000; }
      .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {
        background-color: #3876ca;
        color: #FFFFFF; }
      .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
        box-sizing: border-box;
        position: relative;
        padding: 4px; }
        .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {
          padding: 0 8px; }
          .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {
            cursor: pointer;
            opacity: .6; }
        .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
          position: relative; }
        .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
          box-sizing: border-box;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          vertical-align: bottom; }
          .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {
            white-space: normal;
            text-overflow: initial; }
          .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
            box-sizing: border-box;
            width: 100%;
            border: 1px solid #999;
            padding: 1px;
            background: #fff; }
          .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {
            width: calc(100% - 22px); }
        .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
          display: flex;
          align-items: center;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 4px; }
          .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #bbb; }
      .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
        position: relative;
        display: flex;
        border-top: 1px solid #aaa;
        overflow: hidden;
        margin-right: -1px; }
      .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
        position: relative;
        box-sizing: border-box;
        margin-top: 2px;
        width: 100%;
        text-align: center; }
        .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
          height: auto !important; }
        .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
          margin-top: 3px; }
        .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
          width: 0;
          height: 0; }
      .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
        padding-right: 25px; }
      @media (hover: hover) and (pointer: fine) {
        .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
          cursor: pointer;
          background-color: #cdcdcd; } }
      .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter {
        color: #bbb; }
        @media (hover: hover) and (pointer: fine) {
          .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
            cursor: pointer;
            border-bottom: 6px solid #555; } }
        .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
          border-top: none;
          border-bottom: 6px solid #bbb; }
      .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter {
        color: #666; }
        @media (hover: hover) and (pointer: fine) {
          .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
            cursor: pointer;
            border-bottom: 6px solid #555; } }
        .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
          border-top: none;
          border-bottom: 6px solid #666; }
      .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter {
        color: #666; }
        @media (hover: hover) and (pointer: fine) {
          .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
            cursor: pointer;
            border-top: 6px solid #555; } }
        .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
          border-bottom: none;
          border-top: 6px solid #666;
          color: #666; }
      .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        display: flex;
        align-items: center;
        justify-content: center; }
      .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
        transform: rotate(180deg); }
      .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
        padding-right: 0;
        padding-top: 20px; }
      .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
        padding-right: 0;
        padding-bottom: 20px; }
      .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {
        justify-content: center;
        left: 0;
        right: 0;
        top: 4px;
        bottom: auto; }
    .tabulator .tabulator-header .tabulator-frozen {
      position: sticky;
      left: 0;
      z-index: 11; }
      .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
        border-right: 2px solid #aaa; }
      .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
        border-left: 2px solid #aaa; }
    .tabulator .tabulator-header .tabulator-calcs-holder {
      box-sizing: border-box;
      display: inline-block;
      background: #f3f3f3 !important;
      border-top: 1px solid #aaa;
      border-bottom: 1px solid #aaa; }
      .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
        background: #f3f3f3 !important; }
        .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
          display: none; }
    .tabulator .tabulator-header .tabulator-frozen-rows-holder {
      display: inline-block; }
      .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
        display: none; }
  .tabulator .tabulator-tableholder {
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .tabulator .tabulator-tableholder:focus {
      outline: none; }
    .tabulator .tabulator-tableholder .tabulator-placeholder {
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 100%;
      width: 100%; }
      .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode="virtual"] {
        min-height: 100%; }
      .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {
        display: inline-block;
        text-align: center;
        padding: 10px;
        color: #ccc;
        font-weight: bold;
        font-size: 20px;
        white-space: normal; }
    .tabulator .tabulator-tableholder .tabulator-table {
      position: relative;
      display: inline-block;
      background-color: #fff;
      white-space: nowrap;
      overflow: visible;
      color: #333; }
      .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {
        font-weight: bold;
        background: #f2f2f2 !important; }
        .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
          border-bottom: 2px solid #aaa; }
        .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
          border-top: 2px solid #aaa; }
    .tabulator .tabulator-tableholder .tabulator-range-overlay {
      position: absolute;
      inset: 0;
      z-index: 10;
      pointer-events: none; }
      .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {
        position: absolute;
        box-sizing: border-box;
        border: 1px solid #2975DD; }
        .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {
          content: '';
          position: absolute;
          right: -3px;
          bottom: -3px;
          width: 6px;
          height: 6px;
          background-color: #2975DD;
          border-radius: 999px; }
      .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {
        position: absolute;
        box-sizing: border-box;
        border: 2px solid #2975DD; }
  .tabulator .tabulator-footer {
    border-top: 1px solid #999;
    background-color: #e6e6e6;
    color: #555;
    font-weight: bold;
    white-space: nowrap;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none; }
    .tabulator .tabulator-footer .tabulator-footer-contents {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding: 5px 10px; }
      .tabulator .tabulator-footer .tabulator-footer-contents:empty {
        display: none; }
    .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {
      margin-top: -5px;
      overflow-x: auto; }
      .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {
        display: inline-block;
        padding: 5px;
        border: #999 1px solid;
        border-top: none;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size: .9em; }
        .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {
          cursor: pointer;
          opacity: .7; }
        .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {
          background: #fff; }
    .tabulator .tabulator-footer .tabulator-calcs-holder {
      box-sizing: border-box;
      width: 100%;
      text-align: left;
      background: #f3f3f3 !important;
      border-bottom: 1px solid #aaa;
      border-top: 1px solid #aaa;
      overflow: hidden; }
      .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
        display: inline-block;
        background: #f3f3f3 !important; }
        .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
          display: none; }
      .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
        margin-bottom: -5px;
        border-bottom: none; }
    .tabulator .tabulator-footer &gt; * + .tabulator-page-counter {
      margin-left: 10px; }
    .tabulator .tabulator-footer .tabulator-page-counter {
      font-weight: normal; }
    .tabulator .tabulator-footer .tabulator-paginator {
      flex: 1;
      text-align: right;
      color: #555;
      font-family: inherit;
      font-weight: inherit;
      font-size: inherit; }
    .tabulator .tabulator-footer .tabulator-page-size {
      display: inline-block;
      margin: 0 5px;
      padding: 2px 5px;
      border: 1px solid #aaa;
      border-radius: 3px; }
    .tabulator .tabulator-footer .tabulator-pages {
      margin: 0 7px; }
    .tabulator .tabulator-footer .tabulator-page {
      display: inline-block;
      margin: 0 2px;
      padding: 2px 5px;
      border: 1px solid #aaa;
      border-radius: 3px;
      background: rgba(255, 255, 255, 0.2); }
      .tabulator .tabulator-footer .tabulator-page.active {
        color: #d00; }
      .tabulator .tabulator-footer .tabulator-page:disabled {
        opacity: .5; }
      @media (hover: hover) and (pointer: fine) {
        .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {
          cursor: pointer;
          background: rgba(0, 0, 0, 0.2);
          color: #fff; } }
  .tabulator .tabulator-col-resize-handle {
    position: relative;
    display: inline-block;
    width: 6px;
    margin-left: -3px;
    margin-right: -3px;
    z-index: 11;
    vertical-align: middle; }
    @media (hover: hover) and (pointer: fine) {
      .tabulator .tabulator-col-resize-handle:hover {
        cursor: ew-resize; } }
    .tabulator .tabulator-col-resize-handle:last-of-type {
      width: 3px;
      margin-right: 0; }
  .tabulator .tabulator-col-resize-guide {
    position: absolute;
    top: 0;
    width: 4px;
    height: 100%;
    margin-left: -0.5px;
    background-color: #999;
    opacity: .5; }
  .tabulator .tabulator-row-resize-guide {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -0.5px;
    background-color: #999;
    opacity: .5; }
  .tabulator .tabulator-alert {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    text-align: center; }
    .tabulator .tabulator-alert .tabulator-alert-msg {
      display: inline-block;
      margin: 0 auto;
      padding: 10px 20px;
      border-radius: 10px;
      background: #fff;
      font-weight: bold;
      font-size: 16px; }
      .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {
        border: 4px solid #333;
        color: #000; }
      .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {
        border: 4px solid #D00;
        color: #590000; }

.tabulator-row {
  position: relative;
  box-sizing: border-box;
  min-height: 22px;
  background-color: #fff; }
  .tabulator-row.tabulator-row-even {
    background-color: #fff; }
  @media (hover: hover) and (pointer: fine) {
    .tabulator-row.tabulator-selectable:hover {
      background-color: #fff;
      cursor: pointer; } }
  .tabulator-row.tabulator-selected {
    background-color: #9ABCEA; }
  @media (hover: hover) and (pointer: fine) {
    .tabulator-row.tabulator-selected:hover {
      background-color: #9ABCEA;
      cursor: pointer; } }
  .tabulator-row.tabulator-row-moving {
    border: 1px solid #000;
    background: #fff; }
  .tabulator-row.tabulator-moving {
    position: absolute;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    pointer-events: none;
    z-index: 15; }
  .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {
    background-color: #D6D6D6;
    color: #000000; }
  .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {
    background-color: #3876ca;
    color: #FFFFFF; }
  .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {
    background-color: #3876ca;
    color: #FFFFFF; }
  .tabulator-row .tabulator-row-resize-handle {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px; }
    .tabulator-row .tabulator-row-resize-handle.prev {
      top: 0;
      bottom: auto; }
    @media (hover: hover) and (pointer: fine) {
      .tabulator-row .tabulator-row-resize-handle:hover {
        cursor: ns-resize; } }
  .tabulator-row .tabulator-responsive-collapse {
    box-sizing: border-box;
    padding: 5px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa; }
    .tabulator-row .tabulator-responsive-collapse:empty {
      display: none; }
    .tabulator-row .tabulator-responsive-collapse table {
      font-size: 14px; }
      .tabulator-row .tabulator-responsive-collapse table tr td {
        position: relative; }
        .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
          padding-right: 10px; }
  .tabulator-row .tabulator-cell {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 4px;
    border-right: 1px solid #aaa;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none; }
    .tabulator-row .tabulator-cell.tabulator-row-header {
      border-right: 1px solid #999;
      border-bottom: 1px solid #aaa;
      background: #e6e6e6; }
    .tabulator-row .tabulator-cell.tabulator-frozen {
      display: inline-block;
      position: sticky;
      left: 0;
      background-color: inherit;
      z-index: 11; }
      .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
        border-right: 2px solid #aaa; }
      .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
        border-left: 2px solid #aaa; }
    .tabulator-row .tabulator-cell.tabulator-editing {
      border: 1px solid #1D68CD;
      outline: none;
      padding: 0; }
      .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {
        border: 1px;
        background: transparent;
        outline: none; }
    .tabulator-row .tabulator-cell.tabulator-validation-fail {
      border: 1px solid #dd0000; }
      .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {
        border: 1px;
        background: transparent;
        color: #dd0000; }
    .tabulator-row .tabulator-cell.tabulator-row-handle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none; }
      .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
        width: 80%; }
        .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
          width: 100%;
          height: 3px;
          margin-top: 2px;
          background: #666; }
    .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {
      background-color: #9ABCEA; }
    .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {
      display: inline-block;
      width: 7px; }
    .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
      display: inline-block;
      vertical-align: middle;
      height: 9px;
      width: 7px;
      margin-top: -9px;
      margin-right: 5px;
      border-bottom-left-radius: 1px;
      border-left: 2px solid #aaa;
      border-bottom: 2px solid #aaa; }
    .tabulator-row .tabulator-cell .tabulator-data-tree-control {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      vertical-align: middle;
      height: 11px;
      width: 11px;
      margin-right: 5px;
      border: 1px solid #333;
      border-radius: 2px;
      background: rgba(0, 0, 0, 0.1);
      overflow: hidden; }
      @media (hover: hover) and (pointer: fine) {
        .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
          cursor: pointer;
          background: rgba(0, 0, 0, 0.2); } }
      .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
        display: inline-block;
        position: relative;
        height: 7px;
        width: 1px;
        background: transparent; }
        .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
          position: absolute;
          content: "";
          left: -3px;
          top: 3px;
          height: 1px;
          width: 7px;
          background: #333; }
      .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
        display: inline-block;
        position: relative;
        height: 7px;
        width: 1px;
        background: #333; }
        .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
          position: absolute;
          content: "";
          left: -3px;
          top: 3px;
          height: 1px;
          width: 7px;
          background: #333; }
    .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      height: 15px;
      width: 15px;
      border-radius: 20px;
      background: #666;
      color: #fff;
      font-weight: bold;
      font-size: 1.1em; }
      @media (hover: hover) and (pointer: fine) {
        .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
          opacity: .7;
          cursor: pointer; } }
      .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
        display: initial; }
      .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
        display: none; }
      .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {
        stroke: #fff; }
      .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
        display: none; }
    .tabulator-row .tabulator-cell .tabulator-traffic-light {
      display: inline-block;
      height: 14px;
      width: 14px;
      border-radius: 14px; }
  .tabulator-row.tabulator-group {
    box-sizing: border-box;
    border-bottom: 1px solid #999;
    border-right: 1px solid #aaa;
    border-top: 1px solid #999;
    padding: 5px;
    padding-left: 10px;
    background: #ccc;
    font-weight: bold;
    min-width: 100%; }
    @media (hover: hover) and (pointer: fine) {
      .tabulator-row.tabulator-group:hover {
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.1); } }
    .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
      margin-right: 10px;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #666;
      border-bottom: 0; }
    .tabulator-row.tabulator-group.tabulator-group-level-1 {
      padding-left: 30px; }
    .tabulator-row.tabulator-group.tabulator-group-level-2 {
      padding-left: 50px; }
    .tabulator-row.tabulator-group.tabulator-group-level-3 {
      padding-left: 70px; }
    .tabulator-row.tabulator-group.tabulator-group-level-4 {
      padding-left: 90px; }
    .tabulator-row.tabulator-group.tabulator-group-level-5 {
      padding-left: 110px; }
    .tabulator-row.tabulator-group .tabulator-group-toggle {
      display: inline-block; }
    .tabulator-row.tabulator-group .tabulator-arrow {
      display: inline-block;
      width: 0;
      height: 0;
      margin-right: 16px;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-right: 0;
      border-left: 6px solid #666;
      vertical-align: middle; }
    .tabulator-row.tabulator-group span {
      margin-left: 10px;
      color: #d00; }

.tabulator-toggle {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  border: 1px solid #ccc;
  background: #dcdcdc; }
  .tabulator-toggle.tabulator-toggle-on {
    background: #1c6cc2; }
  .tabulator-toggle .tabulator-toggle-switch {
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff; }

.tabulator-popup-container {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000; }

.tabulator-popup {
  padding: 5px;
  border-radius: 3px; }

.tabulator-tooltip {
  max-width: Min(500px, 100%);
  padding: 3px 5px;
  border-radius: 2px;
  box-shadow: none;
  font-size: 12px;
  pointer-events: none; }

.tabulator-menu .tabulator-menu-item {
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px;
  user-select: none; }
  .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
    opacity: .5; }
  @media (hover: hover) and (pointer: fine) {
    .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
      cursor: pointer;
      background: #fff; } }
  .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
    padding-right: 25px; }
    .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {
      display: inline-block;
      position: absolute;
      top: calc(5px + .4em);
      right: 10px;
      height: 7px;
      width: 7px;
      content: '';
      border-width: 1px 1px 0 0;
      border-style: solid;
      border-color: #aaa;
      vertical-align: top;
      transform: rotate(45deg); }

.tabulator-menu .tabulator-menu-separator {
  border-top: 1px solid #aaa; }

.tabulator-edit-list {
  max-height: 200px;
  font-size: 14px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .tabulator-edit-list .tabulator-edit-list-item {
    padding: 4px;
    color: #333;
    outline: none; }
    .tabulator-edit-list .tabulator-edit-list-item.active {
      color: #fff;
      background: #1D68CD; }
      .tabulator-edit-list .tabulator-edit-list-item.active.focused {
        outline: 1px solid rgba(255, 255, 255, 0.5); }
    .tabulator-edit-list .tabulator-edit-list-item.focused {
      outline: 1px solid #1D68CD; }
    @media (hover: hover) and (pointer: fine) {
      .tabulator-edit-list .tabulator-edit-list-item:hover {
        cursor: pointer;
        color: #fff;
        background: #1D68CD; } }
  .tabulator-edit-list .tabulator-edit-list-placeholder {
    padding: 4px;
    color: #333;
    text-align: center; }
  .tabulator-edit-list .tabulator-edit-list-group {
    border-bottom: 1px solid #aaa;
    padding: 4px;
    padding-top: 6px;
    color: #333;
    font-weight: bold; }
  .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {
    padding-left: 12px; }
  .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {
    padding-left: 20px; }
  .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {
    padding-left: 28px; }
  .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {
    padding-left: 36px; }

.tabulator.tabulator-ltr {
  direction: ltr; }

.tabulator.tabulator-rtl {
  text-align: initial;
  direction: rtl; }
  .tabulator.tabulator-rtl .tabulator-header .tabulator-col {
    text-align: initial;
    border-left: 1px solid #aaa;
    border-right: initial; }
    .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
      margin-right: initial;
      margin-left: -1px; }
    .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
      padding-right: 0;
      padding-left: 25px; }
    .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
      left: 8px;
      right: initial; }
  .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {
    content: '';
    position: absolute;
    left: -3px;
    right: initial;
    bottom: -3px;
    width: 6px;
    height: 6px;
    background-color: #2975DD;
    border-radius: 999px; }
  .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
    border-right: initial;
    border-left: 1px solid #aaa; }
    .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
      margin-right: initial;
      margin-left: 5px;
      border-bottom-left-radius: initial;
      border-bottom-right-radius: 1px;
      border-left: initial;
      border-right: 2px solid #aaa; }
    .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {
      margin-right: initial;
      margin-left: 5px; }
    .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
      border-left: 2px solid #aaa; }
    .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
      border-right: 2px solid #aaa; }
  .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {
    width: 3px;
    margin-left: 0;
    margin-right: -3px; }
  .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {
    text-align: initial; }

.tabulator-print-fullscreen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000; }

body.tabulator-print-fullscreen-hide &gt; *:not(.tabulator-print-fullscreen) {
  display: none !important; }

.tabulator-print-table {
  border-collapse: collapse; }
  .tabulator-print-table .tabulator-data-tree-branch {
    display: inline-block;
    vertical-align: middle;
    height: 9px;
    width: 7px;
    margin-top: -9px;
    margin-right: 5px;
    border-bottom-left-radius: 1px;
    border-left: 2px solid #aaa;
    border-bottom: 2px solid #aaa; }
  .tabulator-print-table .tabulator-print-table-group {
    box-sizing: border-box;
    border-bottom: 1px solid #999;
    border-right: 1px solid #aaa;
    border-top: 1px solid #999;
    padding: 5px;
    padding-left: 10px;
    background: #ccc;
    font-weight: bold;
    min-width: 100%; }
    @media (hover: hover) and (pointer: fine) {
      .tabulator-print-table .tabulator-print-table-group:hover {
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.1); } }
    .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {
      margin-right: 10px;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #666;
      border-bottom: 0; }
    .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {
      padding-left: 30px !important; }
    .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {
      padding-left: 50px !important; }
    .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {
      padding-left: 70px !important; }
    .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {
      padding-left: 90px !important; }
    .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {
      padding-left: 110px !important; }
    .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {
      display: inline-block; }
    .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {
      display: inline-block;
      width: 0;
      height: 0;
      margin-right: 16px;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-right: 0;
      border-left: 6px solid #666;
      vertical-align: middle; }
    .tabulator-print-table .tabulator-print-table-group span {
      margin-left: 10px;
      color: #d00; }
  .tabulator-print-table .tabulator-data-tree-control {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    height: 11px;
    width: 11px;
    margin-right: 5px;
    border: 1px solid #333;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden; }
    @media (hover: hover) and (pointer: fine) {
      .tabulator-print-table .tabulator-data-tree-control:hover {
        cursor: pointer;
        background: rgba(0, 0, 0, 0.2); } }
    .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
      display: inline-block;
      position: relative;
      height: 7px;
      width: 1px;
      background: transparent; }
      .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
        position: absolute;
        content: "";
        left: -3px;
        top: 3px;
        height: 1px;
        width: 7px;
        background: #333; }
    .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
      display: inline-block;
      position: relative;
      height: 7px;
      width: 1px;
      background: #333; }
      .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
        position: absolute;
        content: "";
        left: -3px;
        top: 3px;
        height: 1px;
        width: 7px;
        background: #333; }

.red {
  background-color: #F44336 !important; }

.red-text {
  color: #F44336 !important; }

.red.lighten-5 {
  background-color: #FFEBEE !important; }

.red-text.text-lighten-5 {
  color: #FFEBEE !important; }

.red.lighten-4 {
  background-color: #FFCDD2 !important; }

.red-text.text-lighten-4 {
  color: #FFCDD2 !important; }

.red.lighten-3 {
  background-color: #EF9A9A !important; }

.red-text.text-lighten-3 {
  color: #EF9A9A !important; }

.red.lighten-2 {
  background-color: #E57373 !important; }

.red-text.text-lighten-2 {
  color: #E57373 !important; }

.red.lighten-1 {
  background-color: #EF5350 !important; }

.red-text.text-lighten-1 {
  color: #EF5350 !important; }

.red.darken-1 {
  background-color: #E53935 !important; }

.red-text.text-darken-1 {
  color: #E53935 !important; }

.red.darken-2 {
  background-color: #D32F2F !important; }

.red-text.text-darken-2 {
  color: #D32F2F !important; }

.red.darken-3 {
  background-color: #C62828 !important; }

.red-text.text-darken-3 {
  color: #C62828 !important; }

.red.darken-4 {
  background-color: #B71C1C !important; }

.red-text.text-darken-4 {
  color: #B71C1C !important; }

.red.accent-1 {
  background-color: #FF8A80 !important; }

.red-text.text-accent-1 {
  color: #FF8A80 !important; }

.red.accent-2 {
  background-color: #FF5252 !important; }

.red-text.text-accent-2 {
  color: #FF5252 !important; }

.red.accent-3 {
  background-color: #FF1744 !important; }

.red-text.text-accent-3 {
  color: #FF1744 !important; }

.red.accent-4 {
  background-color: #D50000 !important; }

.red-text.text-accent-4 {
  color: #D50000 !important; }

.pink {
  background-color: #e91e63 !important; }

.pink-text {
  color: #e91e63 !important; }

.pink.lighten-5 {
  background-color: #fce4ec !important; }

.pink-text.text-lighten-5 {
  color: #fce4ec !important; }

.pink.lighten-4 {
  background-color: #f8bbd0 !important; }

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important; }

.pink.lighten-3 {
  background-color: #f48fb1 !important; }

.pink-text.text-lighten-3 {
  color: #f48fb1 !important; }

.pink.lighten-2 {
  background-color: #f06292 !important; }

.pink-text.text-lighten-2 {
  color: #f06292 !important; }

.pink.lighten-1 {
  background-color: #ec407a !important; }

.pink-text.text-lighten-1 {
  color: #ec407a !important; }

.pink.darken-1 {
  background-color: #d81b60 !important; }

.pink-text.text-darken-1 {
  color: #d81b60 !important; }

.pink.darken-2 {
  background-color: #c2185b !important; }

.pink-text.text-darken-2 {
  color: #c2185b !important; }

.pink.darken-3 {
  background-color: #ad1457 !important; }

.pink-text.text-darken-3 {
  color: #ad1457 !important; }

.pink.darken-4 {
  background-color: #880e4f !important; }

.pink-text.text-darken-4 {
  color: #880e4f !important; }

.pink.accent-1 {
  background-color: #ff80ab !important; }

.pink-text.text-accent-1 {
  color: #ff80ab !important; }

.pink.accent-2 {
  background-color: #ff4081 !important; }

.pink-text.text-accent-2 {
  color: #ff4081 !important; }

.pink.accent-3 {
  background-color: #f50057 !important; }

.pink-text.text-accent-3 {
  color: #f50057 !important; }

.pink.accent-4 {
  background-color: #c51162 !important; }

.pink-text.text-accent-4 {
  color: #c51162 !important; }

.purple {
  background-color: #9c27b0 !important; }

.purple-text {
  color: #9c27b0 !important; }

.purple.lighten-5 {
  background-color: #f3e5f5 !important; }

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important; }

.purple.lighten-4 {
  background-color: #e1bee7 !important; }

.purple-text.text-lighten-4 {
  color: #e1bee7 !important; }

.purple.lighten-3 {
  background-color: #ce93d8 !important; }

.purple-text.text-lighten-3 {
  color: #ce93d8 !important; }

.purple.lighten-2 {
  background-color: #ba68c8 !important; }

.purple-text.text-lighten-2 {
  color: #ba68c8 !important; }

.purple.lighten-1 {
  background-color: #ab47bc !important; }

.purple-text.text-lighten-1 {
  color: #ab47bc !important; }

.purple.darken-1 {
  background-color: #8e24aa !important; }

.purple-text.text-darken-1 {
  color: #8e24aa !important; }

.purple.darken-2 {
  background-color: #7b1fa2 !important; }

.purple-text.text-darken-2 {
  color: #7b1fa2 !important; }

.purple.darken-3 {
  background-color: #6a1b9a !important; }

.purple-text.text-darken-3 {
  color: #6a1b9a !important; }

.purple.darken-4 {
  background-color: #4a148c !important; }

.purple-text.text-darken-4 {
  color: #4a148c !important; }

.purple.accent-1 {
  background-color: #ea80fc !important; }

.purple-text.text-accent-1 {
  color: #ea80fc !important; }

.purple.accent-2 {
  background-color: #e040fb !important; }

.purple-text.text-accent-2 {
  color: #e040fb !important; }

.purple.accent-3 {
  background-color: #d500f9 !important; }

.purple-text.text-accent-3 {
  color: #d500f9 !important; }

.purple.accent-4 {
  background-color: #aa00ff !important; }

.purple-text.text-accent-4 {
  color: #aa00ff !important; }

.deep-purple {
  background-color: #673ab7 !important; }

.deep-purple-text {
  color: #673ab7 !important; }

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important; }

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important; }

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important; }

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important; }

.deep-purple.lighten-3 {
  background-color: #b39ddb !important; }

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important; }

.deep-purple.lighten-2 {
  background-color: #9575cd !important; }

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important; }

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important; }

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important; }

.deep-purple.darken-1 {
  background-color: #5e35b1 !important; }

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important; }

.deep-purple.darken-2 {
  background-color: #512da8 !important; }

.deep-purple-text.text-darken-2 {
  color: #512da8 !important; }

.deep-purple.darken-3 {
  background-color: #4527a0 !important; }

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important; }

.deep-purple.darken-4 {
  background-color: #311b92 !important; }

.deep-purple-text.text-darken-4 {
  color: #311b92 !important; }

.deep-purple.accent-1 {
  background-color: #b388ff !important; }

.deep-purple-text.text-accent-1 {
  color: #b388ff !important; }

.deep-purple.accent-2 {
  background-color: #7c4dff !important; }

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important; }

.deep-purple.accent-3 {
  background-color: #651fff !important; }

.deep-purple-text.text-accent-3 {
  color: #651fff !important; }

.deep-purple.accent-4 {
  background-color: #6200ea !important; }

.deep-purple-text.text-accent-4 {
  color: #6200ea !important; }

.indigo {
  background-color: #3f51b5 !important; }

.indigo-text {
  color: #3f51b5 !important; }

.indigo.lighten-5 {
  background-color: #e8eaf6 !important; }

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important; }

.indigo.lighten-4 {
  background-color: #c5cae9 !important; }

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important; }

.indigo.lighten-3 {
  background-color: #9fa8da !important; }

.indigo-text.text-lighten-3 {
  color: #9fa8da !important; }

.indigo.lighten-2 {
  background-color: #7986cb !important; }

.indigo-text.text-lighten-2 {
  color: #7986cb !important; }

.indigo.lighten-1 {
  background-color: #5c6bc0 !important; }

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important; }

.indigo.darken-1 {
  background-color: #3949ab !important; }

.indigo-text.text-darken-1 {
  color: #3949ab !important; }

.indigo.darken-2 {
  background-color: #303f9f !important; }

.indigo-text.text-darken-2 {
  color: #303f9f !important; }

.indigo.darken-3 {
  background-color: #283593 !important; }

.indigo-text.text-darken-3 {
  color: #283593 !important; }

.indigo.darken-4 {
  background-color: #1a237e !important; }

.indigo-text.text-darken-4 {
  color: #1a237e !important; }

.indigo.accent-1 {
  background-color: #8c9eff !important; }

.indigo-text.text-accent-1 {
  color: #8c9eff !important; }

.indigo.accent-2 {
  background-color: #536dfe !important; }

.indigo-text.text-accent-2 {
  color: #536dfe !important; }

.indigo.accent-3 {
  background-color: #3d5afe !important; }

.indigo-text.text-accent-3 {
  color: #3d5afe !important; }

.indigo.accent-4 {
  background-color: #304ffe !important; }

.indigo-text.text-accent-4 {
  color: #304ffe !important; }

.blue {
  background-color: #2196F3 !important; }

.blue-text {
  color: #2196F3 !important; }

.blue.lighten-5 {
  background-color: #E3F2FD !important; }

.blue-text.text-lighten-5 {
  color: #E3F2FD !important; }

.blue.lighten-4 {
  background-color: #BBDEFB !important; }

.blue-text.text-lighten-4 {
  color: #BBDEFB !important; }

.blue.lighten-3 {
  background-color: #90CAF9 !important; }

.blue-text.text-lighten-3 {
  color: #90CAF9 !important; }

.blue.lighten-2 {
  background-color: #64B5F6 !important; }

.blue-text.text-lighten-2 {
  color: #64B5F6 !important; }

.blue.lighten-1 {
  background-color: #42A5F5 !important; }

.blue-text.text-lighten-1 {
  color: #42A5F5 !important; }

.blue.darken-1 {
  background-color: #1E88E5 !important; }

.blue-text.text-darken-1 {
  color: #1E88E5 !important; }

.blue.darken-2 {
  background-color: #1976D2 !important; }

.blue-text.text-darken-2 {
  color: #1976D2 !important; }

.blue.darken-3 {
  background-color: #1565C0 !important; }

.blue-text.text-darken-3 {
  color: #1565C0 !important; }

.blue.darken-4 {
  background-color: #0D47A1 !important; }

.blue-text.text-darken-4 {
  color: #0D47A1 !important; }

.blue.accent-1 {
  background-color: #82B1FF !important; }

.blue-text.text-accent-1 {
  color: #82B1FF !important; }

.blue.accent-2 {
  background-color: #448AFF !important; }

.blue-text.text-accent-2 {
  color: #448AFF !important; }

.blue.accent-3 {
  background-color: #2979FF !important; }

.blue-text.text-accent-3 {
  color: #2979FF !important; }

.blue.accent-4 {
  background-color: #2962FF !important; }

.blue-text.text-accent-4 {
  color: #2962FF !important; }

.light-blue {
  background-color: #03a9f4 !important; }

.light-blue-text {
  color: #03a9f4 !important; }

.light-blue.lighten-5 {
  background-color: #e1f5fe !important; }

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important; }

.light-blue.lighten-4 {
  background-color: #b3e5fc !important; }

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important; }

.light-blue.lighten-3 {
  background-color: #81d4fa !important; }

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important; }

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important; }

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important; }

.light-blue.lighten-1 {
  background-color: #29b6f6 !important; }

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important; }

.light-blue.darken-1 {
  background-color: #039be5 !important; }

.light-blue-text.text-darken-1 {
  color: #039be5 !important; }

.light-blue.darken-2 {
  background-color: #0288d1 !important; }

.light-blue-text.text-darken-2 {
  color: #0288d1 !important; }

.light-blue.darken-3 {
  background-color: #0277bd !important; }

.light-blue-text.text-darken-3 {
  color: #0277bd !important; }

.light-blue.darken-4 {
  background-color: #01579b !important; }

.light-blue-text.text-darken-4 {
  color: #01579b !important; }

.light-blue.accent-1 {
  background-color: #80d8ff !important; }

.light-blue-text.text-accent-1 {
  color: #80d8ff !important; }

.light-blue.accent-2 {
  background-color: #40c4ff !important; }

.light-blue-text.text-accent-2 {
  color: #40c4ff !important; }

.light-blue.accent-3 {
  background-color: #00b0ff !important; }

.light-blue-text.text-accent-3 {
  color: #00b0ff !important; }

.light-blue.accent-4 {
  background-color: #0091ea !important; }

.light-blue-text.text-accent-4 {
  color: #0091ea !important; }

.cyan {
  background-color: #00bcd4 !important; }

.cyan-text {
  color: #00bcd4 !important; }

.cyan.lighten-5 {
  background-color: #e0f7fa !important; }

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important; }

.cyan.lighten-4 {
  background-color: #b2ebf2 !important; }

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important; }

.cyan.lighten-3 {
  background-color: #80deea !important; }

.cyan-text.text-lighten-3 {
  color: #80deea !important; }

.cyan.lighten-2 {
  background-color: #4dd0e1 !important; }

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important; }

.cyan.lighten-1 {
  background-color: #26c6da !important; }

.cyan-text.text-lighten-1 {
  color: #26c6da !important; }

.cyan.darken-1 {
  background-color: #00acc1 !important; }

.cyan-text.text-darken-1 {
  color: #00acc1 !important; }

.cyan.darken-2 {
  background-color: #0097a7 !important; }

.cyan-text.text-darken-2 {
  color: #0097a7 !important; }

.cyan.darken-3 {
  background-color: #00838f !important; }

.cyan-text.text-darken-3 {
  color: #00838f !important; }

.cyan.darken-4 {
  background-color: #006064 !important; }

.cyan-text.text-darken-4 {
  color: #006064 !important; }

.cyan.accent-1 {
  background-color: #84ffff !important; }

.cyan-text.text-accent-1 {
  color: #84ffff !important; }

.cyan.accent-2 {
  background-color: #18ffff !important; }

.cyan-text.text-accent-2 {
  color: #18ffff !important; }

.cyan.accent-3 {
  background-color: #00e5ff !important; }

.cyan-text.text-accent-3 {
  color: #00e5ff !important; }

.cyan.accent-4 {
  background-color: #00b8d4 !important; }

.cyan-text.text-accent-4 {
  color: #00b8d4 !important; }

.teal {
  background-color: #009688 !important; }

.teal-text {
  color: #009688 !important; }

.teal.lighten-5 {
  background-color: #e0f2f1 !important; }

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important; }

.teal.lighten-4 {
  background-color: #b2dfdb !important; }

.teal-text.text-lighten-4 {
  color: #b2dfdb !important; }

.teal.lighten-3 {
  background-color: #80cbc4 !important; }

.teal-text.text-lighten-3 {
  color: #80cbc4 !important; }

.teal.lighten-2 {
  background-color: #4db6ac !important; }

.teal-text.text-lighten-2 {
  color: #4db6ac !important; }

.teal.lighten-1 {
  background-color: #26a69a !important; }

.teal-text.text-lighten-1 {
  color: #26a69a !important; }

.teal.darken-1 {
  background-color: #00897b !important; }

.teal-text.text-darken-1 {
  color: #00897b !important; }

.teal.darken-2 {
  background-color: #00796b !important; }

.teal-text.text-darken-2 {
  color: #00796b !important; }

.teal.darken-3 {
  background-color: #00695c !important; }

.teal-text.text-darken-3 {
  color: #00695c !important; }

.teal.darken-4 {
  background-color: #004d40 !important; }

.teal-text.text-darken-4 {
  color: #004d40 !important; }

.teal.accent-1 {
  background-color: #a7ffeb !important; }

.teal-text.text-accent-1 {
  color: #a7ffeb !important; }

.teal.accent-2 {
  background-color: #64ffda !important; }

.teal-text.text-accent-2 {
  color: #64ffda !important; }

.teal.accent-3 {
  background-color: #1de9b6 !important; }

.teal-text.text-accent-3 {
  color: #1de9b6 !important; }

.teal.accent-4 {
  background-color: #00bfa5 !important; }

.teal-text.text-accent-4 {
  color: #00bfa5 !important; }

.green {
  background-color: #4CAF50 !important; }

.green-text {
  color: #4CAF50 !important; }

.green.lighten-5 {
  background-color: #E8F5E9 !important; }

.green-text.text-lighten-5 {
  color: #E8F5E9 !important; }

.green.lighten-4 {
  background-color: #C8E6C9 !important; }

.green-text.text-lighten-4 {
  color: #C8E6C9 !important; }

.green.lighten-3 {
  background-color: #A5D6A7 !important; }

.green-text.text-lighten-3 {
  color: #A5D6A7 !important; }

.green.lighten-2 {
  background-color: #81C784 !important; }

.green-text.text-lighten-2 {
  color: #81C784 !important; }

.green.lighten-1 {
  background-color: #66BB6A !important; }

.green-text.text-lighten-1 {
  color: #66BB6A !important; }

.green.darken-1 {
  background-color: #43A047 !important; }

.green-text.text-darken-1 {
  color: #43A047 !important; }

.green.darken-2 {
  background-color: #388E3C !important; }

.green-text.text-darken-2 {
  color: #388E3C !important; }

.green.darken-3 {
  background-color: #2E7D32 !important; }

.green-text.text-darken-3 {
  color: #2E7D32 !important; }

.green.darken-4 {
  background-color: #1B5E20 !important; }

.green-text.text-darken-4 {
  color: #1B5E20 !important; }

.green.accent-1 {
  background-color: #B9F6CA !important; }

.green-text.text-accent-1 {
  color: #B9F6CA !important; }

.green.accent-2 {
  background-color: #69F0AE !important; }

.green-text.text-accent-2 {
  color: #69F0AE !important; }

.green.accent-3 {
  background-color: #00E676 !important; }

.green-text.text-accent-3 {
  color: #00E676 !important; }

.green.accent-4 {
  background-color: #00C853 !important; }

.green-text.text-accent-4 {
  color: #00C853 !important; }

.light-green {
  background-color: #8bc34a !important; }

.light-green-text {
  color: #8bc34a !important; }

.light-green.lighten-5 {
  background-color: #f1f8e9 !important; }

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important; }

.light-green.lighten-4 {
  background-color: #dcedc8 !important; }

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important; }

.light-green.lighten-3 {
  background-color: #c5e1a5 !important; }

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important; }

.light-green.lighten-2 {
  background-color: #aed581 !important; }

.light-green-text.text-lighten-2 {
  color: #aed581 !important; }

.light-green.lighten-1 {
  background-color: #9ccc65 !important; }

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important; }

.light-green.darken-1 {
  background-color: #7cb342 !important; }

.light-green-text.text-darken-1 {
  color: #7cb342 !important; }

.light-green.darken-2 {
  background-color: #689f38 !important; }

.light-green-text.text-darken-2 {
  color: #689f38 !important; }

.light-green.darken-3 {
  background-color: #558b2f !important; }

.light-green-text.text-darken-3 {
  color: #558b2f !important; }

.light-green.darken-4 {
  background-color: #33691e !important; }

.light-green-text.text-darken-4 {
  color: #33691e !important; }

.light-green.accent-1 {
  background-color: #ccff90 !important; }

.light-green-text.text-accent-1 {
  color: #ccff90 !important; }

.light-green.accent-2 {
  background-color: #b2ff59 !important; }

.light-green-text.text-accent-2 {
  color: #b2ff59 !important; }

.light-green.accent-3 {
  background-color: #76ff03 !important; }

.light-green-text.text-accent-3 {
  color: #76ff03 !important; }

.light-green.accent-4 {
  background-color: #64dd17 !important; }

.light-green-text.text-accent-4 {
  color: #64dd17 !important; }

.lime {
  background-color: #cddc39 !important; }

.lime-text {
  color: #cddc39 !important; }

.lime.lighten-5 {
  background-color: #f9fbe7 !important; }

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important; }

.lime.lighten-4 {
  background-color: #f0f4c3 !important; }

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important; }

.lime.lighten-3 {
  background-color: #e6ee9c !important; }

.lime-text.text-lighten-3 {
  color: #e6ee9c !important; }

.lime.lighten-2 {
  background-color: #dce775 !important; }

.lime-text.text-lighten-2 {
  color: #dce775 !important; }

.lime.lighten-1 {
  background-color: #d4e157 !important; }

.lime-text.text-lighten-1 {
  color: #d4e157 !important; }

.lime.darken-1 {
  background-color: #c0ca33 !important; }

.lime-text.text-darken-1 {
  color: #c0ca33 !important; }

.lime.darken-2 {
  background-color: #afb42b !important; }

.lime-text.text-darken-2 {
  color: #afb42b !important; }

.lime.darken-3 {
  background-color: #9e9d24 !important; }

.lime-text.text-darken-3 {
  color: #9e9d24 !important; }

.lime.darken-4 {
  background-color: #827717 !important; }

.lime-text.text-darken-4 {
  color: #827717 !important; }

.lime.accent-1 {
  background-color: #f4ff81 !important; }

.lime-text.text-accent-1 {
  color: #f4ff81 !important; }

.lime.accent-2 {
  background-color: #eeff41 !important; }

.lime-text.text-accent-2 {
  color: #eeff41 !important; }

.lime.accent-3 {
  background-color: #c6ff00 !important; }

.lime-text.text-accent-3 {
  color: #c6ff00 !important; }

.lime.accent-4 {
  background-color: #aeea00 !important; }

.lime-text.text-accent-4 {
  color: #aeea00 !important; }

.yellow {
  background-color: #ffeb3b !important; }

.yellow-text {
  color: #ffeb3b !important; }

.yellow.lighten-5 {
  background-color: #fffde7 !important; }

.yellow-text.text-lighten-5 {
  color: #fffde7 !important; }

.yellow.lighten-4 {
  background-color: #fff9c4 !important; }

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important; }

.yellow.lighten-3 {
  background-color: #fff59d !important; }

.yellow-text.text-lighten-3 {
  color: #fff59d !important; }

.yellow.lighten-2 {
  background-color: #fff176 !important; }

.yellow-text.text-lighten-2 {
  color: #fff176 !important; }

.yellow.lighten-1 {
  background-color: #ffee58 !important; }

.yellow-text.text-lighten-1 {
  color: #ffee58 !important; }

.yellow.darken-1 {
  background-color: #fdd835 !important; }

.yellow-text.text-darken-1 {
  color: #fdd835 !important; }

.yellow.darken-2 {
  background-color: #fbc02d !important; }

.yellow-text.text-darken-2 {
  color: #fbc02d !important; }

.yellow.darken-3 {
  background-color: #f9a825 !important; }

.yellow-text.text-darken-3 {
  color: #f9a825 !important; }

.yellow.darken-4 {
  background-color: #f57f17 !important; }

.yellow-text.text-darken-4 {
  color: #f57f17 !important; }

.yellow.accent-1 {
  background-color: #ffff8d !important; }

.yellow-text.text-accent-1 {
  color: #ffff8d !important; }

.yellow.accent-2 {
  background-color: #ffff00 !important; }

.yellow-text.text-accent-2 {
  color: #ffff00 !important; }

.yellow.accent-3 {
  background-color: #ffea00 !important; }

.yellow-text.text-accent-3 {
  color: #ffea00 !important; }

.yellow.accent-4 {
  background-color: #ffd600 !important; }

.yellow-text.text-accent-4 {
  color: #ffd600 !important; }

.amber {
  background-color: #ffc107 !important; }

.amber-text {
  color: #ffc107 !important; }

.amber.lighten-5 {
  background-color: #fff8e1 !important; }

.amber-text.text-lighten-5 {
  color: #fff8e1 !important; }

.amber.lighten-4 {
  background-color: #ffecb3 !important; }

.amber-text.text-lighten-4 {
  color: #ffecb3 !important; }

.amber.lighten-3 {
  background-color: #ffe082 !important; }

.amber-text.text-lighten-3 {
  color: #ffe082 !important; }

.amber.lighten-2 {
  background-color: #ffd54f !important; }

.amber-text.text-lighten-2 {
  color: #ffd54f !important; }

.amber.lighten-1 {
  background-color: #ffca28 !important; }

.amber-text.text-lighten-1 {
  color: #ffca28 !important; }

.amber.darken-1 {
  background-color: #ffb300 !important; }

.amber-text.text-darken-1 {
  color: #ffb300 !important; }

.amber.darken-2 {
  background-color: #ffa000 !important; }

.amber-text.text-darken-2 {
  color: #ffa000 !important; }

.amber.darken-3 {
  background-color: #ff8f00 !important; }

.amber-text.text-darken-3 {
  color: #ff8f00 !important; }

.amber.darken-4 {
  background-color: #ff6f00 !important; }

.amber-text.text-darken-4 {
  color: #ff6f00 !important; }

.amber.accent-1 {
  background-color: #ffe57f !important; }

.amber-text.text-accent-1 {
  color: #ffe57f !important; }

.amber.accent-2 {
  background-color: #ffd740 !important; }

.amber-text.text-accent-2 {
  color: #ffd740 !important; }

.amber.accent-3 {
  background-color: #ffc400 !important; }

.amber-text.text-accent-3 {
  color: #ffc400 !important; }

.amber.accent-4 {
  background-color: #ffab00 !important; }

.amber-text.text-accent-4 {
  color: #ffab00 !important; }

.orange {
  background-color: #ff9800 !important; }

.orange-text {
  color: #ff9800 !important; }

.orange.lighten-5 {
  background-color: #fff3e0 !important; }

.orange-text.text-lighten-5 {
  color: #fff3e0 !important; }

.orange.lighten-4 {
  background-color: #ffe0b2 !important; }

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important; }

.orange.lighten-3 {
  background-color: #ffcc80 !important; }

.orange-text.text-lighten-3 {
  color: #ffcc80 !important; }

.orange.lighten-2 {
  background-color: #ffb74d !important; }

.orange-text.text-lighten-2 {
  color: #ffb74d !important; }

.orange.lighten-1 {
  background-color: #ffa726 !important; }

.orange-text.text-lighten-1 {
  color: #ffa726 !important; }

.orange.darken-1 {
  background-color: #fb8c00 !important; }

.orange-text.text-darken-1 {
  color: #fb8c00 !important; }

.orange.darken-2 {
  background-color: #f57c00 !important; }

.orange-text.text-darken-2 {
  color: #f57c00 !important; }

.orange.darken-3 {
  background-color: #ef6c00 !important; }

.orange-text.text-darken-3 {
  color: #ef6c00 !important; }

.orange.darken-4 {
  background-color: #e65100 !important; }

.orange-text.text-darken-4 {
  color: #e65100 !important; }

.orange.accent-1 {
  background-color: #ffd180 !important; }

.orange-text.text-accent-1 {
  color: #ffd180 !important; }

.orange.accent-2 {
  background-color: #ffab40 !important; }

.orange-text.text-accent-2 {
  color: #ffab40 !important; }

.orange.accent-3 {
  background-color: #ff9100 !important; }

.orange-text.text-accent-3 {
  color: #ff9100 !important; }

.orange.accent-4 {
  background-color: #ff6d00 !important; }

.orange-text.text-accent-4 {
  color: #ff6d00 !important; }

.deep-orange {
  background-color: #ff5722 !important; }

.deep-orange-text {
  color: #ff5722 !important; }

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important; }

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important; }

.deep-orange.lighten-4 {
  background-color: #ffccbc !important; }

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important; }

.deep-orange.lighten-3 {
  background-color: #ffab91 !important; }

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important; }

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important; }

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important; }

.deep-orange.lighten-1 {
  background-color: #ff7043 !important; }

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important; }

.deep-orange.darken-1 {
  background-color: #f4511e !important; }

.deep-orange-text.text-darken-1 {
  color: #f4511e !important; }

.deep-orange.darken-2 {
  background-color: #e64a19 !important; }

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important; }

.deep-orange.darken-3 {
  background-color: #d84315 !important; }

.deep-orange-text.text-darken-3 {
  color: #d84315 !important; }

.deep-orange.darken-4 {
  background-color: #bf360c !important; }

.deep-orange-text.text-darken-4 {
  color: #bf360c !important; }

.deep-orange.accent-1 {
  background-color: #ff9e80 !important; }

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important; }

.deep-orange.accent-2 {
  background-color: #ff6e40 !important; }

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important; }

.deep-orange.accent-3 {
  background-color: #ff3d00 !important; }

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important; }

.deep-orange.accent-4 {
  background-color: #dd2c00 !important; }

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important; }

.brown {
  background-color: #795548 !important; }

.brown-text {
  color: #795548 !important; }

.brown.lighten-5 {
  background-color: #efebe9 !important; }

.brown-text.text-lighten-5 {
  color: #efebe9 !important; }

.brown.lighten-4 {
  background-color: #d7ccc8 !important; }

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important; }

.brown.lighten-3 {
  background-color: #bcaaa4 !important; }

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important; }

.brown.lighten-2 {
  background-color: #a1887f !important; }

.brown-text.text-lighten-2 {
  color: #a1887f !important; }

.brown.lighten-1 {
  background-color: #8d6e63 !important; }

.brown-text.text-lighten-1 {
  color: #8d6e63 !important; }

.brown.darken-1 {
  background-color: #6d4c41 !important; }

.brown-text.text-darken-1 {
  color: #6d4c41 !important; }

.brown.darken-2 {
  background-color: #5d4037 !important; }

.brown-text.text-darken-2 {
  color: #5d4037 !important; }

.brown.darken-3 {
  background-color: #4e342e !important; }

.brown-text.text-darken-3 {
  color: #4e342e !important; }

.brown.darken-4 {
  background-color: #3e2723 !important; }

.brown-text.text-darken-4 {
  color: #3e2723 !important; }

.blue-grey {
  background-color: #607d8b !important; }

.blue-grey-text {
  color: #607d8b !important; }

.blue-grey.lighten-5 {
  background-color: #eceff1 !important; }

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important; }

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important; }

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important; }

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important; }

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important; }

.blue-grey.lighten-2 {
  background-color: #90a4ae !important; }

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important; }

.blue-grey.lighten-1 {
  background-color: #78909c !important; }

.blue-grey-text.text-lighten-1 {
  color: #78909c !important; }

.blue-grey.darken-1 {
  background-color: #546e7a !important; }

.blue-grey-text.text-darken-1 {
  color: #546e7a !important; }

.blue-grey.darken-2 {
  background-color: #455a64 !important; }

.blue-grey-text.text-darken-2 {
  color: #455a64 !important; }

.blue-grey.darken-3 {
  background-color: #37474f !important; }

.blue-grey-text.text-darken-3 {
  color: #37474f !important; }

.blue-grey.darken-4 {
  background-color: #263238 !important; }

.blue-grey-text.text-darken-4 {
  color: #263238 !important; }

.grey {
  background-color: #9e9e9e !important; }

.grey-text {
  color: #9e9e9e !important; }

.grey.lighten-5 {
  background-color: #fafafa !important; }

.grey-text.text-lighten-5 {
  color: #fafafa !important; }

.grey.lighten-4 {
  background-color: #f5f5f5 !important; }

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important; }

.grey.lighten-3 {
  background-color: #eeeeee !important; }

.grey-text.text-lighten-3 {
  color: #eeeeee !important; }

.grey.lighten-2 {
  background-color: #e0e0e0 !important; }

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important; }

.grey.lighten-1 {
  background-color: #bdbdbd !important; }

.grey-text.text-lighten-1 {
  color: #bdbdbd !important; }

.grey.darken-1 {
  background-color: #757575 !important; }

.grey-text.text-darken-1 {
  color: #757575 !important; }

.grey.darken-2 {
  background-color: #616161 !important; }

.grey-text.text-darken-2 {
  color: #616161 !important; }

.grey.darken-3 {
  background-color: #424242 !important; }

.grey-text.text-darken-3 {
  color: #424242 !important; }

.grey.darken-4 {
  background-color: #212121 !important; }

.grey-text.text-darken-4 {
  color: #212121 !important; }

.shades.black {
  background-color: #000000 !important; }

.shades-text.text-black {
  color: #000000 !important; }

.shades.white {
  background-color: #FFFFFF !important; }

.shades-text.text-white {
  color: #FFFFFF !important; }

.shades.transparent {
  background-color: transparent !important; }

.shades-text.text-transparent {
  color: transparent !important; }

.black {
  background-color: #000000 !important; }

.black-text {
  color: #000000 !important; }

.white {
  background-color: #FFFFFF !important; }

.white-text {
  color: #FFFFFF !important; }

.transparent {
  background-color: transparent !important; }

.transparent-text {
  color: transparent !important; }

.navbar &gt; .container-fluid .navbar-logo {
  margin: 0; }

.navbar-logo i {
  color: #0090D9; }

.sidebar-toggle {
  cursor: pointer;
  border-right: 1px solid #444;
  display: block; }

.sidebar-toggle:hover {
  background-position: 0 40px;
  color: white; }

#sidebar::-webkit-scrollbar {
  width: .6em; }

#sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #DFE5E9; }

#sidebar::-webkit-scrollbar-thumb {
  background-color: #aaa; }

.wrapper-sidebar-open {
  padding-left: 125px; }

.wrapper-sidebar-close {
  padding-left: 0px; }

#sidebar {
  width: 250px;
  left: 0;
  position: fixed;
  height: 100%;
  z-index: 30;
  overflow-y: scroll;
  background-color: #2B2E33;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.sidebar-nav {
  top: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar-nav ul {
  padding: 0; }

.sidebar-nav li {
  position: relative; }

.sidebar-nav a {
  color: #adadad;
  display: block;
  text-decoration: none;
  cursor: pointer; }

.sidebar-nav a:hover {
  color: #fff; }

.sidebar-nav a i {
  padding-right: 10px;
  -webkit-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  -ms-transition: color 0.15s linear;
  transition: color 0.15s linear; }

.sidebar-nav a:hover i {
  color: #3187D6; }

.sidebar-nav li a {
  padding: 11px 20px 11px 28px; }

.sidebar-nav li.current a {
  color: #fff;
  background-color: #16191F;
  border-left: 3px solid #00A2D9; }

.sidebar-nav li.current a:hover i {
  color: #fff; }

.sidebar-nav li.current.hasSub a {
  border-left: none; }

.sidebar-nav li.current li.current a {
  color: #fff;
  border-left: 3px solid #00A2D9;
  font-weight: 600; }

.sidebar-nav ul.submenu a {
  background-color: #34383F;
  padding: 11px 28px 11px 45px; }

.sidebar-nav &gt; li.current li.current &gt; a:after {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #DFE5E9;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 0;
  z-index: 5; }

.sidebar-nav ul.submenu a.btn-success {
  color: #fff !important;
  background-color: #5cb85c;
  padding: 6px 12px;
  border-width: 1px !important;
  text-align: center;
  margin: 10px;
  border-color: #4cae4c !important; }

.sidebar-nav ul.submenu a.btn-primary {
  color: #fff !important;
  background-color: #00A2D9;
  padding: 6px 12px;
  border-width: 1px !important;
  text-align: center;
  margin: 10px;
  border-color: Highlight !important; }

.fa.arrow:before {
  content: "\F105";
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear; }

.active &gt; a &gt; .fa.arrow:before {
  content: "\F105";
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

#main-menu {
  margin-bottom: 50px; }

@media (max-width: 767px) {
  #wrapper {
    padding-left: 0; }
  #sidebar {
    left: -250px; }
  #sidebar.sidebar-open {
    left: 0; }
  .sidebar-toggle {
    display: block; } }

@media (min-width: 768px) {
  .wrapper-sidebar-open {
    padding-left: 50px; }
  .wrapper-sidebar-close {
    padding-left: 0px; }
  #sidebar {
    width: 50px;
    position: fixed;
    overflow: visible; }
  #sidebar.sidebar-close {
    left: -50px; }
  .sidebar-nav li a {
    padding: 10px;
    text-align: center; }
  .sidebar-nav li.current.hasSub a {
    border-left: 3px solid #00A2D9; }
  .sidebar-nav li a .arrow {
    display: none; }
  .sidebar-nav li a i {
    display: block;
    font-size: 1.3em;
    padding-right: 0;
    line-height: normal; }
  .sidebar-nav &gt; li &gt; a .sidebar-text {
    display: none; }
  .sidebar-nav li.active i,
  .sidebar-nav li.current a i {
    color: #3187D6; }
  .sidebar-nav .submenu {
    position: absolute;
    left: 50px;
    width: 220px;
    top: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5); }
  .sidebar-nav ul.submenu a {
    background-color: #00A2D9;
    color: #121212;
    text-align: left; }
  .sidebar-nav ul.submenu li a:hover {
    color: #fff; }
  .sidebar-nav ul.submenu li.current a {
    color: #fff;
    border-left: 0;
    font-weight: 600; }
  .sidebar-nav &gt; li.current &gt; a:after {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #00A2D9;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 0;
    z-index: 5; }
  .sidebar-nav &gt; li.current.active &gt; a:after {
    border-right: 9px solid #dfe5e9; }
  .sidebar-nav &gt; li.current li.current &gt; a:after {
    border-right: 9px solid #00A2D9; } }

@media (min-width: 992px) {
  .wrapper-sidebar-open {
    padding-left: 125px; }
  .wrapper-sidebar-close {
    padding-left: 0px; }
  #sidebar {
    width: 125px;
    position: fixed;
    overflow: visible; }
  #sidebar.sidebar-close {
    left: -250px; }
  .sidebar-nav li a {
    padding: 18px 20px 12px 20px;
    text-align: center; }
  .sidebar-nav li.current.hasSub a {
    border-left: 3px solid #00A2D9; }
  .sidebar-nav li a .arrow {
    display: none; }
  .sidebar-nav li a i {
    display: block;
    font-size: 1.8em;
    padding-right: 0;
    line-height: normal; }
  .sidebar-nav &gt; li &gt; a .sidebar-text {
    display: inline; }
  .sidebar-nav li.active i,
  .sidebar-nav li.current a i {
    color: #3187D6; }
  .sidebar-nav .submenu {
    position: absolute;
    left: 125px;
    width: 220px;
    top: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5); }
  .sidebar-nav ul.submenu a {
    background-color: #00A2D9;
    color: #121212;
    text-align: left; }
  .sidebar-nav ul.submenu li a:hover {
    color: #fff; }
  .sidebar-nav ul.submenu li.current a {
    color: #fff;
    border-left: 0;
    font-weight: 600; }
  .sidebar-nav &gt; li.current &gt; a:after {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #00A2D9;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 0;
    z-index: 5; }
  .sidebar-nav &gt; li.current.active &gt; a:after {
    border-right: 9px solid #dfe5e9; }
  .sidebar-nav &gt; li.current li.current &gt; a:after {
    border-right: 9px solid #00A2D9; } }

@media (min-width: 1200px) {
  .wrapper-sidebar-open {
    padding-left: 250px; }
  .wrapper-sidebar-close {
    padding-left: 0px; }
  #sidebar {
    width: 250px;
    overflow: auto;
    position: fixed;
    height: 100%; }
  #sidebar.sidebar-close {
    left: -250px; }
  .sidebar-nav li a {
    padding: 11px 20px 11px 28px;
    text-align: left; }
  .sidebar-nav li.current.hasSub a {
    border-left: none; }
  .sidebar-nav li a .arrow {
    display: inline-block;
    float: right;
    padding-top: 3px; }
  .sidebar-nav li a i {
    display: inline-block;
    font-size: 1.33333333em;
    padding-right: 10px;
    line-height: .75em; }
  .sidebar-nav li.active i,
  .sidebar-nav li.current a i {
    color: #fff; }
  .sidebar-nav &gt; li &gt; a .sidebar-text {
    display: inline; }
  .sidebar-nav .submenu {
    position: static;
    left: 0;
    width: auto;
    top: 0;
    box-shadow: none; }
  .sidebar-nav ul.submenu a {
    background-color: #34383F;
    color: #fff;
    text-align: left; }
  .sidebar-nav ul.submenu li a:hover {
    color: #fff; }
  .sidebar-nav ul.submenu li.current a {
    color: #fff;
    border-left: 3px solid #00A2D9;
    font-weight: 600; }
  .sidebar-nav &gt; li.current &gt; a:after {
    display: none; }
  .sidebar-nav &gt; li.current li.current &gt; a:after {
    border-right: 9px solid #DFE5E9; } }

/* validation */
.form-control.input-validation-error {
  border-bottom-color: #d00;
  background-color: #fcede6; }

.field-validation-error {
  color: #d00;
  position: relative;
  font-size: 11px; }

.field-validation-valid,
.validation-summary-valid {
  display: none; }

.validation-summary-errors {
  color: #a94442;
  background-color: #f2dede;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ebccd1;
  border-radius: 4px; }
  .validation-summary-errors ul {
    margin: 0; }

.labelPop.btn-xs {
  background-color: #eee;
  color: #000;
  border-color: #ccc;
  width: 34px; }

/*
* +--------------------------------------------+
|                                              |
|  &lt;div class="checkbox-list"&gt;                 |
|    &lt;div class="input-group"&gt;                 |
|      &lt;div class="checkbox"&gt;                  |
|      &lt;div class="checkbox"&gt;                  |
|      &lt;div class="checkbox"&gt;                  |
|      &lt;a class="input-group-addon labelPop"&gt;  |
|                                              |
+----------------------------------------------+
*/
.checkbox-list {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding-left: 10px; }
  .checkbox-list .input-group-addon {
    border: 1px solid #ccc;
    border-width: 0 0 0 1px; }
  .checkbox-list .labelPop {
    float: right;
    background-color: #EEE;
    display: block;
    padding: 6px 12px;
    text-decoration: none;
    color: #555;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .checkbox-list .setmargin {
    margin-left: 462px;
    margin-top: -20px; }
  .checkbox-list .checkbox-with-popover {
    margin: 0; }
    .checkbox-list .checkbox-with-popover label {
      padding-top: 6px;
      padding-bottom: 6px; }

/*
* +--------------------------------------------+
|                                              |
|  &lt;div class="selectbox-list"&gt;                |
|    &lt;div class="input-group"&gt;                 |
|      &lt;select&gt;                                |
|      &lt;select&gt;                                |
|      &lt;select&gt;                                |
|      &lt;a class="input-group-addon labelPop"&gt;  |
|                                              |
+----------------------------------------------+
*/
.selectbox-list {
  border-radius: 4px;
  border: 1px solid #ccc; }
  .selectbox-list .input-group-addon {
    border: 1px solid #ccc;
    border-width: 0 0 0 1px; }
  .selectbox-list .input-group select.form-control {
    border: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2); }

.custom-radio-list .labelPop {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 12px; }

.custom-radio-list {
  position: relative; }

#apjm-notification {
  display: block;
  position: fixed;
  z-index: 10004;
  bottom: 20px;
  right: 20px; }

.apjm-notification {
  position: relative;
  clear: both;
  overflow: hidden;
  opacity: 1;
  max-height: 1000px;
  padding: 20px;
  pointer-events: auto;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1px; }
  .apjm-notification p {
    margin: 4px; }

.k-widget.k-notification.k-notification-info {
  background-color: rgba(91, 192, 222, 0.9);
  color: #fff;
  border: none; }

.k-widget.k-notification.k-notification-success {
  background-color: rgba(76, 175, 80, 0.9);
  color: #fff;
  border: none; }

.k-widget.k-notification.k-notification-warning {
  background-color: rgba(255, 160, 0, 0.95);
  color: #fff;
  border: none; }

.k-widget.k-notification.k-notification-error {
  background-color: rgba(244, 67, 54, 0.8);
  color: #fff;
  border: none; }

.full-width {
  width: 100%; }

@media screen and (max-width: 667px) {
  .rotate-90-mobile {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg); } }

/* MAJOR STYLES:
-------------------------------------------------- */
html,
body,
#wrapper,
#main-content {
  height: 100%; }

#wrapper {
  width: 100%; }

body {
  padding-top: 50px;
  /* must be padding-top as it effects pickers, no margin-top */
  background: #DFE5E9;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif; }

.mainTopNav {
  margin-bottom: 0;
  border-width: 0; }

body::-webkit-scrollbar {
  width: .8em; }

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #DFE5E9; }

body::-webkit-scrollbar-thumb {
  background-color: #aaa; }

a {
  color: #0090D9;
  transition: color 0.2s linear 0s,background-color 0.2s linear 0s; }

a.active {
  color: #00A2D9;
  text-decoration: underline; }

.h1, .h2, .h3, h1, h2, h3 {
  font-family: 'Carrois Gothic', verdana, arial; }

.footer-content {
  padding: 30px 0; }

.panel {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }

.panel .panel {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* MINOR STYLES:
-------------------------------------------------- */
.alert {
  text-align: center; }

#main-content {
  position: relative; }

/* multi inputs edit material page */
.multi-input-group .multi-input-input {
  padding: 0;
  background: #fff;
  display: flex;
  width: auto; }

.multi-input-group .multi-input-input .form-control {
  border: 0;
  text-align: center; }

.multi-input-group .multi-input-text {
  font-size: 12px;
  background: #f9f9f9;
  border-right: 0; }

.k-dropdown.form-control {
  padding: 0;
  border: 0;
  display: block;
  width: 100%; }

.asterisk {
  color: red;
  font-size: 14px; }

.label-tip {
  background: #eee;
  color: #555;
  border: 1px solid #ccc;
  border-radius: .25em;
  font-size: 75%;
  text-align: center;
  vertical-align: baseline;
  padding: .1em .6em;
  line-height: 1;
  display: inline;
  font-weight: 600; }
  .label-tip:hover, .label-tip:focus {
    text-decoration: none;
    cursor: pointer; }

/* material depth */
.z-depth-1,
.btn-primary {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.z-depth-2,
.tab-content {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

/*------------------------------------------------------------------------------------*/
/*---------------------------------  PAGE ELEMENTS  ----------------------------------*/
.page-content {
  padding: 0 15px 20px;
  margin: 0 auto 30px; }

.page-footer {
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 29;
  margin-left: 250px;
  border-top: 1px solid #ddd; }

@media (min-width: 768px) {
  .page-footer {
    margin-left: 50px; } }

@media (min-width: 992px) {
  .page-footer {
    margin-left: 125px; } }

@media (min-width: 1200px) {
  .page-footer {
    margin-left: 250px; } }

.k-window .page-footer {
  margin-left: 0;
  position: static;
  background: none;
  border: none;
  padding: 0; }

/* page header / title */
#mobile-page-title {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 65px; }

h2.page-title-reg {
  margin: 0;
  background-color: #fff;
  padding: 9px 15px;
  font-size: 22px;
  position: relative; }
  h2.page-title-reg.clear-heading-bg {
    background-color: initial;
    padding: 8px 15px 6px 0; }

h2.page-title-reg.no-breadcrumbs {
  margin-bottom: 20px; }

@media (max-width: 767px) {
  h2.page-title-reg {
    display: none; }
  h2.page-title-reg.no-breadcrumbs {
    height: 1px;
    background-color: transparent;
    font-size: 0;
    margin-bottom: 5px;
    padding: 0; }
  .breadcrumb {
    margin-bottom: 5px; }
  .page-content {
    padding: 0 5px; } }

.k-window .page-title-reg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  text-indent: 10px; }

.k-window .page-content {
  margin-top: 50px; }

.set-copy-margin {
  margin-left: 5px; }

/* form areas */
.ps-button-row-bottom {
  border-top: 1px #ddd solid;
  margin-top: 15px;
  padding-top: 15px; }

.ps-button-row-mid {
  border-bottom: 1px #ddd solid;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px; }

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.status-bubbles {
  max-width: 100%;
  height: auto; }

/*------------------------------------------------------------------------------------*/
/*---------------------------------  FORMULA BUILDER ---------------------------------*/
.formula-builder-focusblock {
  position: relative; }

.formula-builder-navbar {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
  min-height: 25px;
  border-color: #ccc;
  border-bottom-color: #e7e7e7; }

.formula-builder-navbar.hide {
  display: none; }

.formula-builder-navbar.showing {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 100%;
  z-index: 9; }

.k-grid-content .formula-builder-navbar.showing {
  position: static;
  bottom: 0; }

.formula-builder-navbar .container-fluid {
  padding: 0 5px; }

.formula-builder-navbar .btn {
  padding: 4px 10px;
  font-size: 12px;
  line-height: normal; }

.input-group input.form-control.formula-builder {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.step-review table td:last-child {
  font-weight: bold; }

#steps-nav {
  background: #fff;
  border-color: #ddd;
  border-radius: 0; }

#steps-nav .navbar-nav &gt; .active &gt; a, #steps-nav .navbar-nav &gt; .active &gt; a:hover, #steps-nav .navbar-nav &gt; .active &gt; a:focus {
  color: #fff;
  background-color: #3071a9; }

@media (max-width: 767px) {
  #steps-nav .nav li {
    float: left;
    width: 25%;
    text-align: center; }
  #steps-nav {
    top: 50px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    min-height: 40px;
    border-width: 0 0 1px; }
  #steps-nav .navbar-nav {
    margin: 0; }
  .tab-footer button {
    display: block;
    width: 100%;
    margin-bottom: 15px; } }

.navbar-header {
  position: relative;
  z-index: 5; }

.navbar-center {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 0; }

.tab-footer {
  background: #fff;
  padding: 15px 15px 0;
  border-top: 1px #ddd solid;
  margin: 15px -15px 0; }

.job-list-title {
  margin: 0; }

panel-slim {
  height: 1%; }

/*------------------------------------------------------------------------------------*/
/*------------------------------  KENDO COMBOBOX ADJUSTMENTS -----------------------------*/
html .k-widget.k-combobox.k-header {
  width: 100%; }

.k-widget.k-combobox .k-input {
  height: auto; }

.k-widget.k-combobox.form-control {
  padding: 0; }

/*------------------------------------------------------------------------------------*/
/*------------------------------  KENDO GRID ADJUSTMENTS -----------------------------*/
/* darker color for deleted rows */
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; th,
.table-hover &gt; tbody &gt; tr:hover &gt; .danger,
.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover {
  background-color: #E57373;
  font-weight: 600; }

.table-hover &gt; tbody &gt; tr.danger &gt; td,
.table-hover &gt; tbody &gt; tr.danger &gt; th,
.table-hover &gt; tbody &gt; tr &gt; td.danger,
.table-hover &gt; tbody &gt; tr &gt; th.danger,
.table-hover &gt; tfoot &gt; tr.danger &gt; td,
.table-hover &gt; tfoot &gt; tr.danger &gt; th,
.table-hover &gt; tfoot &gt; tr &gt; td.danger,
.table-hover &gt; tfoot &gt; tr &gt; th.danger,
.table-hover &gt; thead &gt; tr.danger &gt; td,
.table-hover &gt; thead &gt; tr.danger &gt; th,
.table-hover &gt; thead &gt; tr &gt; td.danger,
.table-hover &gt; thead &gt; tr &gt; th.danger {
  background-color: #EF9A9A;
  font-weight: 600; }

/* if a grid is the direct child of a panel body add this class to the panel body */
.panel-body-grid {
  padding: 0; }

.panel-body-grid .panel {
  margin-bottom: 0; }

.panel-body-grid .k-grid {
  border: none;
  border-radius: 0; }

.col-width-auto {
  width: auto; }

/*------------------------------------------------------------------------------------*/
/*--------------------------------- APJM GRID CONTROLS -----------------------------*/
.apjm-grid-controls {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
  background-color: #F5F5F5; }
  .apjm-grid-controls .row {
    margin-left: 0;
    margin-right: 0; }
  .apjm-grid-controls.no-box-shadow {
    box-shadow: initial; }
  .apjm-grid-controls.border-bottom {
    border-bottom: 1px solid #ddd; }

.apjm-grid-controls &gt; .row &gt; [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 8px;
  padding-bottom: 8px; }

@media (max-width: 768px) {
  .apjm-grid-controls &gt; .row &gt; [class*='col-'] {
    padding-bottom: 0; }
  .apjm-grid-controls &gt; .row &gt; [class*='col-']:last-child {
    padding-bottom: 8px; } }

.apjm-grid-fullsize-wrap .k-widget.k-grid {
  border: none; }

/*------------------------------------------------------------------------------------*/
/*--------------------------------- GRID ACTION MENU -----------------------------*/
.actionmenu-item-btn {
  padding: 5px 10px; }

.btn-group.open .actionmenu-item-btn.dropdown-toggle {
  background: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-right: 1px solid #fff; }

.btn-group.actionmenu-btn-group.open:after {
  content: "";
  width: 6px;
  height: 32px;
  z-index: 99999;
  position: absolute;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.actionmenu-holder {
  position: absolute;
  top: 0;
  left: -600em;
  z-index: 9999; }

.actionmenu-holder .actionmenu-items.dropdown-menu {
  display: block;
  position: static;
  float: none;
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.175); }

.actionmenu-holder button {
  padding: 6px 11px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-top-color: transparent; }

.actionmenu-holder button:hover {
  cursor: default;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border-top-color: transparent; }

.k-grid-content-locked table tr td.grid-actionmenu-area {
  overflow: visible; }

td.grid-actionmenu-area .dropdown-menu {
  top: auto;
  left: 0;
  min-width: 100px;
  font-size: 13px;
  border-radius: 0;
  bottom: 100%; }

td.grid-actionmenu-area .dropdown-menu &gt; li &gt; a {
  padding: 3px 15px; }

.datepicker.datepicker-dropdown {
  z-index: 1090; }

/*------------------------------------------------------------------------------------*/
/*---------------------------------  COLUMN LIST CONTROL -----------------------------*/
.column-list {
  margin-bottom: 15px; }

.column-list .input-group-addon {
  white-space: normal; }

.column-list .input-group-addon button:first-child {
  margin-bottom: 4px; }

.gridSummary {
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAABACAYAAAB7jnWuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNCQTY3MUExQ0M4MTFFNEIyQjBERUFFRUZCNzE5MTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNCQTY3MTkxQ0M4MTFFNEIyQjBERUFFRUZCNzE5MTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCRjQyMTc2NjYyMDMxMUUyQTM2Mzk3QjJBMEQzMTc4RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCRjQyMTc2NzYyMDMxMUUyQTM2Mzk3QjJBMEQzMTc4RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkKGDNgAABAISURBVHjanFkJWBRX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) transparent no-repeat 0 0;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-indent: -999em;
  margin: 2px;
  padding: 0; }

.gridJobDetail {
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAABACAYAAAB7jnWuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNCQTY3MUExQ0M4MTFFNEIyQjBERUFFRUZCNzE5MTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNCQTY3MTkxQ0M4MTFFNEIyQjBERUFFRUZCNzE5MTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCRjQyMTc2NjYyMDMxMUUyQTM2Mzk3QjJBMEQzMTc4RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCRjQyMTc2NzYyMDMxMUUyQTM2Mzk3QjJBMEQzMTc4RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkKGDNgAABAISURBVHjanFkJWBRX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) transparent no-repeat 0 -16px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-indent: -999em;
  margin: 2px;
  padding: 0; }

.gridItemDetail {
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAABACAYAAAB7jnWuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNCQTY3MUExQ0M4MTFFNEIyQjBERUFFRUZCNzE5MTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNCQTY3MTkxQ0M4MTFFNEIyQjBERUFFRUZCNzE5MTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCRjQyMTc2NjYyMDMxMUUyQTM2Mzk3QjJBMEQzMTc4RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCRjQyMTc2NzYyMDMxMUUyQTM2Mzk3QjJBMEQzMTc4RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkKGDNgAABAISURBVHjanFkJWBRX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) transparent no-repeat 0 -48px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-indent: -999em;
  margin: 2px;
  padding: 0; }

.gridPickList {
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAABACAYAAAB7jnWuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNCQTY3MUExQ0M4MTFFNEIyQjBERUFFRUZCNzE5MTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNCQTY3MTkxQ0M4MTFFNEIyQjBERUFFRUZCNzE5MTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCRjQyMTc2NjYyMDMxMUUyQTM2Mzk3QjJBMEQzMTc4RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCRjQyMTc2NzYyMDMxMUUyQTM2Mzk3QjJBMEQzMTc4RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkKGDNgAABAISURBVHjanFkJWBRX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) transparent no-repeat 0 -32px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-indent: -999em;
  margin: 2px;
  padding: 0; }

.gridSummary:hover {
  background-position: -16px 0; }

.gridJobDetail:hover {
  background-position: -16px -16px; }

.gridItemDetail:hover {
  background-position: -16px -48px; }

.gridPickList:hover {
  background-position: -16px -32px; }

/*------------------------------------------------------------------------------------*/
/*--------------------------------- FLex Row -----------------------------------------*/
.flex-row.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-row.row:after, .flex-row.row:before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-row.row &gt; [class*=col-] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.jobsschedule-filter-panel {
  flex-wrap: nowrap !important; }

#formDiv {
  margin-bottom: 50px; }

.col-list-btn {
  display: block;
  margin: 5px 0; }

.col-list .form-control,
.col-list .input-group-addon {
  border: none; }

.job-lists-sort-group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .job-lists-sort-group .job-lists-sort-col,
  .job-lists-sort-group .job-lists-sort-dir {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .job-lists-sort-group .job-lists-sort-col {
    width: 70%;
    padding-left: 15px; }
    .job-lists-sort-group .job-lists-sort-col .form-control {
      border-width: 1px 1px 0 1px; }
  .job-lists-sort-group .job-lists-sort-dir {
    width: 30%;
    padding-right: 15px; }
    .job-lists-sort-group .job-lists-sort-dir .form-control {
      border-width: 1px 1px 0 0; }
  .job-lists-sort-group .job-lists-sort-dir-last .form-control,
  .job-lists-sort-group .job-lists-sort-col-last .form-control {
    border-bottom-width: 1px; }
  .job-lists-sort-group .schedule-lists-sort-col,
  .job-lists-sort-group .schedule-lists-sort-dir {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .job-lists-sort-group .schedule-lists-sort-col {
    width: 85%;
    padding-left: 15px; }
    .job-lists-sort-group .schedule-lists-sort-col .form-control {
      border-width: 1px 1px 0 1px; }
  .job-lists-sort-group .schedule-lists-sort-dir {
    width: 15%;
    padding-right: 15px; }
    .job-lists-sort-group .schedule-lists-sort-dir .form-control {
      border-width: 1px 1px 0 0; }
  .job-lists-sort-group .schedule-lists-sort-dir-last .form-control,
  .job-lists-sort-group .schedule-lists-sort-col-last .form-control {
    border-bottom-width: 1px; }

.no-sort a {
  display: none;
  /* removes the sort drop down for grid column headers with this class */ }

/* grid edits */
.k-grid tr td {
  border-width: 0;
  position: relative; }

.row-deleted {
  font-weight: 500;
  color: #c00;
  text-decoration: line-through; }

.deleted-true {
  font-weight: 600;
  background-color: #EF9A9A; }

.deleted-true .delete-column a {
  display: none; }

.k-grid td,
.k-grid td.max-cell-width {
  overflow: visible !important;
  /* for tooltip messages to show inside of kendo grids */
  word-break: break-all;
  /* when a large string of characters has no spaces, like email addresses */ }

.k-grid td.max-cell-width {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  max-width: 200px; }

html .k-grid .k-grid-edit-row .k-tooltip {
  width: 100%;
  max-width: 300px;
  white-space: normal; }

.k-window-content.k-content {
  background-color: #DFE5E9; }

.table-fixed {
  table-layout: fixed; }

.table-fixed tr td {
  text-overflow: ellipsis;
  overflow: hidden; }

.k-textbox &gt; input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
  padding: .160em 0; }

.km-pane-wrapper .k-pager-wrap &gt; .k-link:first-child {
  border-radius: 4px 0 0 4px; }

.k-loading-color {
  background-color: #555; }

td.sortable {
  cursor: move; }

.k-widget .col-xs-1, .k-widget .col-sm-1, .k-widget .col-md-1, .k-widget .col-lg-1, .k-widget .col-xs-2, .k-widget .col-sm-2, .k-widget .col-md-2, .k-widget .col-lg-2, .k-widget .col-xs-3, .k-widget .col-sm-3, .k-widget .col-md-3, .k-widget .col-lg-3, .k-widget .col-xs-4, .k-widget .col-sm-4, .k-widget .col-md-4, .k-widget .col-lg-4, .k-widget .col-xs-5, .k-widget .col-sm-5, .k-widget .col-md-5, .k-widget .col-lg-5, .k-widget .col-xs-6, .k-widget .col-sm-6, .k-widget .col-md-6, .k-widget .col-lg-6, .k-widget .col-xs-7, .k-widget .col-sm-7, .k-widget .col-md-7, .k-widget .col-lg-7, .k-widget .col-xs-8, .k-widget .col-sm-8, .k-widget .col-md-8, .k-widget .col-lg-8, .k-widget .col-xs-9, .k-widget .col-sm-9, .k-widget .col-md-9, .k-widget .col-lg-9, .k-widget .col-xs-10, .k-widget .col-sm-10, .k-widget .col-md-10, .k-widget .col-lg-10, .k-widget .col-xs-11, .k-widget .col-sm-11, .k-widget .col-md-11, .k-widget .col-lg-11, .k-widget .col-xs-12, .k-widget .col-sm-12, .k-widget .col-md-12, .k-widget .col-lg-12, .k-widget .form-control, .k-widget .btn {
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.input-group .k-combobox .k-dropdown-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/*------------------------------------------------------------------------------------*/
/*------------------------------------ BOOTSTRAP EDITS -------------------------------*/
.breadcrumb {
  border-radius: 0;
  border-top: 1px #ddd solid;
  font-size: 12px; }

.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:focus,
.nav-tabs &gt; li.active &gt; a:hover {
  border: 1px solid transparent; }

.nav-tabs &gt; li &gt; a {
  text-transform: uppercase;
  font-weight: 600; }

.form-control[type=file] {
  font-size: 11px; }

.popover {
  z-index: 10005;
  /* used for popover that are inside a k-window */ }

.badge.badge-info,
.panel-default &gt; .panel-heading .badge {
  background-color: #5bc0de;
  border-radius: .25em;
  padding: .2em .6em .3em;
  font-size: 75%;
  display: inline;
  color: #fff; }

.panel-body {
  position: relative; }

textarea.form-control {
  max-width: 100%; }

select[multiple],
select[size] {
  min-height: 125px; }

.form-group {
  position: relative; }
  .form-group.white-bg {
    background-color: white;
    padding: 1rem; }

span.form-control.auto-complete-input {
  padding: 0; }

input.form-control.auto-complete-input {
  height: 32px;
  padding: 6px 12px;
  line-height: 1.42857143;
  font-size: 14px;
  border: none; }

.panel-heading .form-group + .form-group {
  margin: 0; }

.panel-default.panel-flat {
  box-shadow: none;
  border: none; }
  .panel-default.panel-flat .panel-heading {
    background-color: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0; }

.panel-title .labelPop {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #ccc;
  float: right;
  background-color: #e5e5e5;
  text-decoration: none; }
  .panel-title .labelPop.inline-labelPop {
    float: none;
    display: inline-block; }

.inline-labelPop {
  background-color: #eee;
  color: #333;
  border: 1px solid #ddd;
  padding: 0 5px; }
  .inline-labelPop:hover {
    background-color: #999; }

@media (min-width: 1401px) {
  .panel-heading .form-group {
    margin: 0; } }

.nav-tabs.no-border {
  border-bottom: none; }

/* XL column addition */
.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 1401px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-11 {
    width: 91.66666667%; }
  .col-xl-10 {
    width: 83.33333333%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-8 {
    width: 66.66666667%; }
  .col-xl-7 {
    width: 58.33333333%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-5 {
    width: 41.66666667%; }
  .col-xl-4 {
    width: 33.33333333%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-2 {
    width: 16.66666667%; }
  .col-xl-1 {
    width: 8.33333333%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-pull-11 {
    right: 91.66666667%; }
  .col-xl-pull-10 {
    right: 83.33333333%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-8 {
    right: 66.66666667%; }
  .col-xl-pull-7 {
    right: 58.33333333%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-5 {
    right: 41.66666667%; }
  .col-xl-pull-4 {
    right: 33.33333333%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-2 {
    right: 16.66666667%; }
  .col-xl-pull-1 {
    right: 8.33333333%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-push-11 {
    left: 91.66666667%; }
  .col-xl-push-10 {
    left: 83.33333333%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-8 {
    left: 66.66666667%; }
  .col-xl-push-7 {
    left: 58.33333333%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-5 {
    left: 41.66666667%; }
  .col-xl-push-4 {
    left: 33.33333333%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-2 {
    left: 16.66666667%; }
  .col-xl-push-1 {
    left: 8.33333333%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .col-xl-offset-11 {
    margin-left: 91.66666667%; }
  .col-xl-offset-10 {
    margin-left: 83.33333333%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-8 {
    margin-left: 66.66666667%; }
  .col-xl-offset-7 {
    margin-left: 58.33333333%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-5 {
    margin-left: 41.66666667%; }
  .col-xl-offset-4 {
    margin-left: 33.33333333%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-2 {
    margin-left: 16.66666667%; }
  .col-xl-offset-1 {
    margin-left: 8.33333333%; }
  .col-xl-offset-0 {
    margin-left: 0; } }

/* XXS column addition */
@media (max-width: 460px) {
  .col-xxs-1, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px; }
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left; }
  .col-xxs-12 {
    width: 100%; }
  .col-xxs-11 {
    width: 91.66666667%; }
  .col-xxs-10 {
    width: 83.33333333%; }
  .col-xxs-9 {
    width: 75%; }
  .col-xxs-8 {
    width: 66.66666667%; }
  .col-xxs-7 {
    width: 58.33333333%; }
  .col-xxs-6 {
    width: 50%; }
  .col-xxs-5 {
    width: 41.66666667%; }
  .col-xxs-4 {
    width: 33.33333333%; }
  .col-xxs-3 {
    width: 25%; }
  .col-xxs-2 {
    width: 16.66666667%; }
  .col-xxs-1 {
    width: 8.33333333%; }
  .col-xxs-pull-12 {
    right: 100%; }
  .col-xxs-pull-11 {
    right: 91.66666667%; }
  .col-xxs-pull-10 {
    right: 83.33333333%; }
  .col-xxs-pull-9 {
    right: 75%; }
  .col-xxs-pull-8 {
    right: 66.66666667%; }
  .col-xxs-pull-7 {
    right: 58.33333333%; }
  .col-xxs-pull-6 {
    right: 50%; }
  .col-xxs-pull-5 {
    right: 41.66666667%; }
  .col-xxs-pull-4 {
    right: 33.33333333%; }
  .col-xxs-pull-3 {
    right: 25%; }
  .col-xxs-pull-2 {
    right: 16.66666667%; }
  .col-xxs-pull-1 {
    right: 8.33333333%; }
  .col-xxs-pull-0 {
    right: auto; }
  .col-xxs-push-12 {
    left: 100%; }
  .col-xxs-push-11 {
    left: 91.66666667%; }
  .col-xxs-push-10 {
    left: 83.33333333%; }
  .col-xxs-push-9 {
    left: 75%; }
  .col-xxs-push-8 {
    left: 66.66666667%; }
  .col-xxs-push-7 {
    left: 58.33333333%; }
  .col-xxs-push-6 {
    left: 50%; }
  .col-xxs-push-5 {
    left: 41.66666667%; }
  .col-xxs-push-4 {
    left: 33.33333333%; }
  .col-xxs-push-3 {
    left: 25%; }
  .col-xxs-push-2 {
    left: 16.66666667%; }
  .col-xxs-push-1 {
    left: 8.33333333%; }
  .col-xxs-push-0 {
    left: auto; }
  .col-xxs-offset-12 {
    margin-left: 100%; }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%; }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%; }
  .col-xxs-offset-9 {
    margin-left: 75%; }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%; }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%; }
  .col-xxs-offset-6 {
    margin-left: 50%; }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%; }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%; }
  .col-xxs-offset-3 {
    margin-left: 25%; }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%; }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%; }
  .col-xxs-offset-0 {
    margin-left: 0; } }

/* custom right, left and below tabs */
.tabs-below &gt; .nav-tabs,
.tabs-right &gt; .nav-tabs,
.tabs-left &gt; .nav-tabs {
  border-bottom: 0; }

.tabs-left .tab-content,
.tabs-right .tab-content,
.tabs-below .tab-content {
  box-shadow: none; }

.tab-content &gt; .tab-pane,
.pill-content &gt; .pill-pane {
  display: none; }

.tab-content &gt; .active,
.pill-content &gt; .active {
  display: block; }

.tabs-below &gt; .nav-tabs {
  border-top: 1px solid #ddd; }

.tabs-below &gt; .nav-tabs &gt; li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-below &gt; .nav-tabs &gt; li &gt; a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.tabs-below &gt; .nav-tabs &gt; li &gt; a:hover,
.tabs-below &gt; .nav-tabs &gt; li &gt; a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent; }

.tabs-below &gt; .nav-tabs &gt; .active &gt; a,
.tabs-below &gt; .nav-tabs &gt; .active &gt; a:hover,
.tabs-below &gt; .nav-tabs &gt; .active &gt; a:focus {
  border-color: transparent #ddd #ddd #ddd; }

.tabs-left &gt; .nav-tabs &gt; li,
.tabs-right &gt; .nav-tabs &gt; li {
  float: none; }

.tabs-left &gt; .nav-tabs &gt; li &gt; a,
.tabs-right &gt; .nav-tabs &gt; li &gt; a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-left &gt; .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd; }

.tabs-left &gt; .nav-tabs &gt; li &gt; a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.tabs-left &gt; .nav-tabs &gt; li &gt; a:hover,
.tabs-left &gt; .nav-tabs &gt; li &gt; a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee; }

.tabs-left &gt; .nav-tabs .active &gt; a,
.tabs-left &gt; .nav-tabs .active &gt; a:hover,
.tabs-left &gt; .nav-tabs .active &gt; a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff; }

.tabs-right &gt; .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd; }

.tabs-right &gt; .nav-tabs &gt; li &gt; a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.tabs-right &gt; .nav-tabs &gt; li &gt; a:hover,
.tabs-right &gt; .nav-tabs &gt; li &gt; a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

.tabs-right &gt; .nav-tabs .active &gt; a,
.tabs-right &gt; .nav-tabs .active &gt; a:hover,
.tabs-right &gt; .nav-tabs .active &gt; a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff; }

.edu-widget * {
  box-sizing: border-box; }

.page-title-reg .edu-widget-button {
  position: absolute;
  right: 15px;
  top: 2px; }

.edu-widget-button .btn.collapsed {
  background: transparent;
  border: transparent;
  box-shadow: none;
  border: 1px solid transparent; }

.edu-widget-button .btn.collapsed:hover,
.edu-widget-button .btn {
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
  color: #000;
  background-color: #e6e6e6; }

.edu-widget.edu-widget-body {
  background-color: #e3e3e3;
  border: 1px solid #c6c6c6;
  position: relative;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1); }

.panel-body .edu-widget.edu-widget-body {
  margin: -15px -15px 20px;
  overflow: hidden; }

.panel-body.panel-body-grid .edu-widget.edu-widget-body {
  margin: 0;
  overflow: hidden; }

.edu-widget .tab-content {
  background: #ebebeb;
  padding: 15px 25px;
  float: left;
  width: 70%;
  overflow-y: auto;
  box-sizing: border-box;
  line-height: 1.55;
  font-size: 15px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.19);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1; }

.edu-widget .tabs-left &gt; .nav-tabs {
  float: left;
  margin-right: 0;
  border-right: 1px solid #ddd;
  width: 30%;
  box-sizing: border-box;
  padding: 40px 0 20px 20px;
  position: relative;
  z-index: 2; }

.edu-widget .nav-tabs &gt; li &gt; a {
  text-transform: none; }

.edu-widget .tabs-left &gt; .nav-tabs &gt; li &gt; a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.edu-widget .tabs-left &gt; .nav-tabs .badge {
  font-weight: normal;
  margin-right: 10px; }

.edu-widget .nav-tabs &gt; li.active &gt; a,
.edu-widget .nav-tabs &gt; li.active &gt; a:focus,
.edu-widget .nav-tabs &gt; li.active &gt; a:hover {
  color: #555;
  cursor: default;
  background-color: #ebebeb;
  border: 1px solid #ddd;
  border-color: transparent;
  box-shadow: -3px 1px 2px 1px rgba(0, 0, 0, 0.1); }

.edu-widget .tabs-left-heading {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #999;
  text-transform: uppercase; }

.edu-widget-tab-associated-element {
  background-color: #ff9 !important; }

/* LOGIN PAGE:
-------------------------------------------------- */
.Login {
  background: #dfe5e9;
  background: -moz-radial-gradient(center, ellipse cover, #dfe5e9 2%, #dfe5e9 2%, #b2c0ca 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(2%, #dfe5e9), color-stop(2%, #dfe5e9), color-stop(100%, #b2c0ca));
  background: -webkit-radial-gradient(center, ellipse cover, #dfe5e9 2%, #dfe5e9 2%, #b2c0ca 100%);
  background: -o-radial-gradient(center, ellipse cover, #dfe5e9 2%, #dfe5e9 2%, #b2c0ca 100%);
  background: -ms-radial-gradient(center, ellipse cover, #dfe5e9 2%, #dfe5e9 2%, #b2c0ca 100%);
  background: radial-gradient(ellipse at center, #dfe5e9 2%, #dfe5e9 2%, #b2c0ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe5e9', endColorstr='#b2c0ca',GradientType=1 );
  color: #FFF; }

#login-block {
  padding-top: 50px;
  padding-bottom: 25px;
  max-width: 550px; }
  #login-block .login-box {
    position: relative;
    background: #222D3A;
    border-radius: 7px;
    padding-bottom: 50px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5); }
  #login-block .login-logo {
    padding: 50px 5%; }
    #login-block .login-logo img {
      margin: 0 auto; }
    #login-block .login-logo a {
      text-decoration: none;
      color: #fff; }
    #login-block .login-logo .fa-print {
      font-size: 8em;
      color: #839FB4; }

.login-form {
  padding: 0 10%; }
  .login-form .checkbox input {
    margin: 4px 0 0 -20px;
    padding: 0; }
  .login-form .eula {
    color: #bbb;
    margin: 0; }

.btn-login {
  text-transform: uppercase;
  margin: 20px auto; }

.login-links {
  text-align: center;
  display: none; }
  .login-links a {
    color: #FFF;
    display: inline-block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0.7;
    padding: 5px; }
  .login-links a:hover {
    opacity: 1;
    text-decoration: none; }

label.checkbox input {
  width: 14px;
  background: none;
  border: 0;
  margin: 4px 0 0;
  padding: 0; }

.login-remember {
  display: none; }

.login-form input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.login-form .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  box-shadow: none; }

.input-group-addon-user {
  border-bottom-left-radius: 0;
  border-bottom-width: 0; }

.input-group-addon-password {
  border-top-left-radius: 0; }

@media only screen and (max-width: 479px) {
  #login-block {
    padding-top: 10px;
    padding-bottom: 0; }
  .login-box,
  body.login {
    margin-top: 0; } }

/* CUSTOM ANIMATION: Used on login page,
-------------------------------------------------- */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

.animated.hinge {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible;
  -o-animation-name: flipInX;
  backface-visibility: visible;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible;
  animation-name: flipOutX;
  backface-visibility: visible; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible;
  -o-animation-name: flipInY;
  backface-visibility: visible;
  animation-name: flipInY; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@media (max-width: 768px) {
  body.Login {
    padding-top: 0; }
  #login-block {
    padding-top: 10px; }
  #login-block .login-logo {
    padding: 20px 5%; }
  #login-block .login-box {
    padding-bottom: 20px; } }

@media (max-width: 460px) {
  body.Login {
    padding-top: 50px; }
  #login-block {
    padding-top: 10px; }
  #login-block .login-logo {
    padding: 20px 5%; }
  #login-block .login-box {
    padding-bottom: 20px; }
  .login-form {
    padding: 0 5%; } }

.Jobs .jobListTabs {
  background-color: #fff;
  border: 1px solid #ccc;
  border-width: 1px 0;
  box-shadow: none;
  padding: 0;
  display: flex; }

.Jobs #main-content {
  position: static; }

.Jobs .multipleQtyEstimateItemsListGroup {
  line-height: 30px;
  font-size: 16px; }

.Jobs .multipleQtyEstimateItemsListGroup-btn {
  text-align: right; }

#jobForm {
  position: relative;
  padding-bottom: 65px;
  margin: 0 auto;
  max-width: 85%; }

@media (max-width: 768px) {
  .Jobs .multipleQtyEstimateItemsListGroup-btn .btn {
    display: block;
    width: 100%; } }

/* scroll list */
.scrollList .scrollList-prev,
.scrollList .scrollList-next {
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
  background: #fff;
  cursor: pointer;
  width: 3%;
  float: left;
  text-align: center;
  display: none;
  min-width: 44px;
  flex: 0 1 auto; }

.scrollList .scrollList-prev:hover,
.scrollList .scrollList-next:hover {
  background: #eee; }

.scrollList.need-scroll .scrollList-prev,
.scrollList.need-scroll .scrollList-next {
  display: block; }

.scrollList .scrollList-viewport {
  overflow: hidden;
  width: 100%;
  float: left;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) inset;
  flex: 0 1 auto; }

.scrollList.need-scroll .scrollList-viewport {
  width: 94%; }

.scrollList .scrollList-ul {
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%; }

.scrollList .scrollList-ul li {
  margin-left: 0; }

.nav-pills.scrollList-ul &gt; li.active &gt; a,
.nav-pills.scrollList-ul &gt; li.active &gt; a:focus,
.nav-pills.scrollList-ul &gt; li.active &gt; a:hover {
  color: #222;
  background-color: rgba(0, 144, 217, 0.15);
  border-radius: 0; }

.jobListGrid {
  position: relative; }

.jobs-grid {
  border: none; }

.jobs-grid .table-hover &gt; tbody &gt; tr:hover {
  background-color: #eee; }

.jobs-grid .k-grouping-header {
  padding: 5px 15px;
  margin: 0;
  background: repeating-linear-gradient(45deg, whitesmoke, whitesmoke 5px, #F1f1f1 5px, #F1f1f1 10px); }

.jobs-grid .k-grid-content-locked table tr td,
.jobs-grid .k-grid-content table tr td {
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis; }

.progress100 .bar {
  background-color: #5cb85c;
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress100 .estimate {
  background-color: #4fc3f7; }

.progress100 .cancelled {
  background-color: #e57373; }

.progress100 .job {
  background-color: #81c784; }

.jobs-grid .progress100 {
  height: 22px;
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0;
  border: 1px solid #D7D7D7;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/* Styling for multiple prices in grid */
.multiple-pop {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#MarkupTable .display-flex {
  display: flex; }

#MarkupTable .col-qtys-flex {
  flex-grow: 1; }

#MarkupTable .gap-10 {
  gap: 10px; }

#MarkupTable h4 {
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px; }

.calculation-error {
  margin-top: 15px; }

@media (max-width: 768px) {
  .jobs-list-grid-control-deleted {
    width: 70px; }
  .scrollList .scrollList-viewport,
  .scrollList .scrollList-ul {
    overflow: scroll; } }

.jobs-grid-width {
  width: auto !important; }

@media (max-width: 460px) {
  .jobs-grid .k-grouping-header {
    padding: 5px 8px;
    font-size: 12px; }
  .scrollList .scrollList-viewport,
  .scrollList .scrollList-ul {
    overflow: scroll; } }

.CreateEstimate .row-qtys {
  margin-left: -5px;
  margin-right: -5px; }

.CreateEstimate .col-qtys {
  float: left;
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px; }
  .CreateEstimate .col-qtys .markup-input {
    padding-left: 0;
    padding-right: 25px; }

.CreateEstimate .table {
  display: table; }

.CreateEstimate .table-row {
  display: table-row; }

.CreateEstimate .table-cell {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #ddd;
  display: table-cell;
  line-height: 34px; }

.CreateEstimate .table-cell.table-head {
  font-weight: bold;
  border: none;
  padding: 0 8px; }

.CreateEstimate .total-price-input {
  background-color: #fff;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s; }

.CreateEstimate .bg-yellow {
  background-color: #fffad6; }

.JobListCreate #JobViewsForm {
  position: relative; }

.Materials .page-title-reg {
  display: none; }

.Materials .input-group {
  position: relative; }

.Materials .input-group-text {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  pointer-events: none; }

.Materials .input-group input {
  padding-left: 25px; }

.MaterialCategories .page-title-reg {
  display: none; }

.ExternalStorage .page-title-reg {
  display: none; }

.People .page-title-reg {
  display: none; }

.PeopleEdit #divaddress .address-form {
  padding: 15px; }

.Organizations .page-title-reg {
  display: none; }

.OrganizationsEdit #divaddress .address-form {
  padding: 15px; }

.MaterialBins .page-title-reg {
  display: none; }

.ProductEngines .page-title-reg {
  display: none; }

#ddlworkflowComponents-list .k-item .k-state-selected .k-state-focused &gt; span {
  all: unset;
  vertical-align: top;
  overflow: hidden; }

.dropdown-header {
  display: none;
  border-width: 0 0 1px 0;
  text-transform: uppercase; }

.dropdown-header &gt; span {
  display: none;
  padding: 10px; }

.dropdown-header &gt; span:first-child {
  width: 50px; }

.k-list-container &gt; .k-footer {
  padding: 10px; }

#customers-list .k-item {
  line-height: 1em;
  min-width: 300px; }

.k-group-header {
  display: none; }

/* Material Theme padding adjustment*/
.k-material #ddlworkflowComponents-list .k-item,
.k-material #ddlworkflowComponents-list .k-item.k-state-hover,
.k-materialblack #ddlworkflowComponents-list .k-item,
.k-materialblack #ddlworkflowComponents-list .k-item.k-state-hover {
  padding-left: 5px;
  border-left: 0; }

#ddlworkflowComponents-list .k-item &gt; span {
  vertical-align: top;
  margin: 20px 10px 10px 5px; }

#ddlworkflowComponents-list .k-item &gt; span:first-child {
  margin: 10px;
  width: 50px;
  height: 50px; }

#ddlworkflowComponents-list h3 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 1px 0;
  padding: 0; }

#ddlworkflowComponents-list p {
  margin: 0;
  padding: 0;
  font-size: .8em; }

.input-icon {
  position: relative; }

.input-icon &gt; i {
  position: absolute;
  display: block;
  top: 0;
  font-style: normal;
  line-height: 33px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  z-index: 5; }

.input-icon &gt; input {
  padding-left: 20px; }

.input-icon-right &gt; i {
  right: 0;
  padding-left: 0;
  padding-right: 10px; }

.input-icon-right &gt; input {
  padding-right: 25px;
  text-align: right;
  padding-left: 12px; }

.optionsGrid .k-grid-content-locked table tr td,
.optionsGrid .k-grid-content table tr td {
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis; }

.markup-input {
  padding-left: 0;
  padding-right: 25px; }

/* product engine component list */
.component-panel .panel-body {
  padding: 0; }

.component-panel-info {
  padding: 15px; }

.component {
  border-top: 1px solid #ddd;
  margin: 0; }

.component:hover {
  background: #f5f5f5; }

.component-item {
  float: left;
  padding: 0 15px;
  border-left: 1px solid #ddd;
  min-height: 80px; }

.component-drag-handle {
  border: none;
  height: 100%;
  line-height: 80px;
  color: #cecece;
  cursor: ns-resize;
  text-align: center;
  width: 10%; }

.component:hover .component-drag-handle {
  background: #fff; }

.component-drag-handle i {
  vertical-align: middle;
  text-shadow: 0px -1px 0px #a0a0a0; }

.component-heading-details {
  width: 65%; }

.component-heading {
  font-size: 16px;
  margin: 5px 0 3px 0; }

.component-edit-delete {
  border-left: 1px solid #ddd;
  float: right;
  line-height: 80px;
  width: 25%; }

.component-placeholder {
  background: #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
  height: 80px; }

.component.ui-sortable-helper {
  border: 2px #000 solid; }

@media (max-width: 768px) {
  .component-drag-handle {
    width: 10%; }
  .component-heading-details {
    width: 65%; }
  .component-heading-details .component-heading {
    font-size: 16px;
    margin: 5px 0 3px 0;
    white-space: nowrap;
    overflow: hidden; }
  .component-edit-delete {
    width: 25%; } }

@media (max-width: 520px) {
  .component-drag-handle {
    width: 25%; }
  .component-heading-details {
    width: 75%; }
  .component-heading-details .component-heading {
    font-size: 16px;
    margin: 5px 0 3px 0;
    white-space: normal;
    overflow: visible; }
  .component-edit-delete {
    width: 75%;
    text-align: right;
    float: right;
    min-height: 40px; } }

.Groups .page-title-reg {
  display: none; }

.GroupsEdit .panel-body-acl {
  padding-top: 0;
  padding-bottom: 0; }

.GroupsEdit .checkbox.all-check {
  margin: 0;
  padding: 10px 15px;
  background-color: #fafafa;
  border-bottom: 1px #ddd solid; }

.Users .page-title-reg {
  display: none; }

.Facilities .page-title-reg {
  display: none; }

.Departments .page-title-reg {
  display: none; }

.Production .page-title-reg {
  display: none; }

.PricingView {
  max-width: 1000px;
  margin: 0 auto; }
  .PricingView .row-qtys,
  .PricingView .col-qtys,
  .PricingView .mqt,
  .PricingView .mqt:before,
  .PricingView .mqt:after,
  .PricingView .mqt-col,
  .PricingView .mqt-cell,
  .PricingView .btn-block,
  .PricingView .qty-details-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .PricingView .row-qtys {
    margin-left: -5px;
    margin-right: -5px; }
  .PricingView .col-qtys {
    float: left;
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px; }
  .PricingView .mqt {
    font-size: 18px;
    font-weight: bold; }
  .PricingView .mqt:before,
  .PricingView .mqt:after {
    display: table;
    content: " "; }
  .PricingView .mqt:after {
    clear: both; }
  .PricingView .mqt-col {
    float: left;
    width: 16.6666667%; }
  .PricingView .mqt-cell {
    padding: 15px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eee;
    line-height: 18px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden; }
  .PricingView .mqt-cell.mqt-cell-header {
    background-color: #2b2b2b;
    font-size: 22px;
    line-height: normal;
    color: #ccc;
    border-color: transparent; }
  .PricingView .mqt-col-labels {
    font-size: 16px;
    font-weight: normal; }
    .PricingView .mqt-col-labels .mqt-cell {
      text-align: right;
      background-color: #fafafa; }
    .PricingView .mqt-col-labels .mqt-cell:first-child,
    .PricingView .mqt-col-labels .mqt-cell:last-child {
      background-color: transparent;
      border-color: transparent; }
  .PricingView .mqt-selection-indicator .down-arrow {
    border-top: 40px solid #5bc0de;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    height: 1px;
    width: 1px;
    margin: 0 auto; }
  .PricingView #engineDetails {
    margin-top: -5px;
    margin-bottom: 30px; }
  .PricingView .qty-total {
    border-bottom: 1px dotted #aaa;
    margin: 10px 0; }
  .PricingView .qty-total:before,
  .PricingView .qty-total:after {
    content: '';
    display: table; }
  .PricingView .qty-total:after {
    clear: both; }
  .PricingView .qty-total-label {
    float: left;
    font-weight: bold; }
  .PricingView .qty-total-value {
    float: right; }
  .PricingView .qty-details-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .PricingView .qty-details-list li strong {
    float: right;
    font-weight: normal; }
  .PricingView .qty-details-item i {
    font-size: 10px;
    vertical-align: middle;
    margin: 0 10px; }
  .PricingView .qty-details .well h4 {
    margin: 0; }
  .PricingView .qty-details .well .production-name {
    color: #777; }

.PriceGroups .page-title-reg {
  display: none; }

.PriceGroups .checkbox-permissions {
  margin: 5px 5px 5px 5px;
  padding-block: 5px;
  margin-block: 2px; }

.Attributes .page-title-reg {
  display: none; }

.CustomFields .page-title-reg {
  display: none; }

.Audits .page-title-reg {
  display: none; }

.ShippingMethods .page-title-reg {
  display: none; }

.ShippingMethods .input-icon {
  position: relative; }

.ShippingMethods .input-icon &gt; i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal; }

.ShippingMethods .input-icon &gt; input {
  padding-left: 25px;
  padding-right: 0; }

.ShippingMethods .input-icon-right &gt; i {
  right: 0;
  z-index: 3;
  top: 17px; }

.ShippingMethods .input-icon-right &gt; input {
  padding-left: 0;
  padding-right: 25px;
  text-align: right; }

.SubscriberPaymentMethods .page-title-reg {
  display: none; }

.public-estimate {
  max-width: 1000px;
  margin: 0 auto; }
  .public-estimate .general-settings-logo {
    max-height: 100px; }
  .public-estimate .multipleQtyEstimateItemsListGroup {
    line-height: 30px;
    font-size: 16px; }
  .public-estimate .multipleQtyEstimateItemsListGroup-btn {
    text-align: right; }
  .public-estimate .public-estimate-header h3 {
    margin-top: 0; }
  .public-estimate .estimate-details .estimate-name {
    font-size: 18px; }
  .public-estimate .estimate-details .quantity-list {
    font-size: 18px; }
    .public-estimate .estimate-details .quantity-list label, .public-estimate .estimate-details .quantity-list ul {
      display: inline-block;
      margin: 0;
      vertical-align: top;
      font-weight: 400; }
    .public-estimate .estimate-details .quantity-list li {
      float: left;
      border-right: 1px solid #999;
      padding: 0 8px; }
  .public-estimate .estimate-details .component-list {
    margin: 20px 0; }
  .public-estimate .estimate-details .text-pre-wrap {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important; }

@media (max-width: 768px) {
  .public-estimate .multipleQtyEstimateItemsListGroup-btn .btn {
    display: block;
    width: 100%; } }

.IntegrationSettings #settingsForm {
  position: relative; }

.MaterialsTransactions .apjm-grid-fullsize-wrap {
  position: relative; }

.MaterialsTransactions .breadcrumb {
  border-top: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  border-right: 1px solid #ddd; }

@media (max-width: 768px) {
  .MaterialsTransactions #chart-example {
    display: none; } }

.person-form-group .input-group {
  margin-right: 40px; }

.person-form-group .btn-success {
  position: absolute;
  right: 0;
  top: 25px; }

.jobstatuses #addStatus2 {
  position: absolute;
  right: 15px;
  top: 25px; }

.jobstatuses .status-list {
  border: 1px solid #ddd;
  margin: 20px 0;
  border-width: 1px 1px 0; }
  .jobstatuses .status-list .status-item-wrap {
    margin-bottom: 0px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
    border-width: 0 0 1px; }
  .jobstatuses .status-list .status-item {
    display: inline-block;
    vertical-align: top; }
  .jobstatuses .status-list .status-drag-handle .btn {
    cursor: move; }
  .jobstatuses .status-list .status-item.status-item-input {
    width: 75%; }
  .jobstatuses .status-list .status-drag-handle, .jobstatuses .status-list .status-drag-star, .jobstatuses .status-list .status-drag-delete {
    width: 38px; }

.jobstatuses #infoMessages, .jobstatuses #warningMessages {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 15px;
  width: 100%; }

.jobstatuses .fa.disabled, .jobstatuses .fa[disabled],
.jobstatuses .disabled &gt; .fa,
.jobstatuses [disabled] &gt; .fa {
  color: grey;
  /*or*/
  opacity: 0.5; }

@media (max-width: 768px) {
  .jobstatuses .status-list .status-item.status-item-input {
    width: 60%; } }

.countdown-timer {
  font-weight: 700;
  align-self: center;
  flex: auto;
  text-align: right; }

body.jobprofitability {
  background-color: #fff; }

body.jobprofitability .k-grid {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px; }

#MaterialsGrid,
#ProductionGrid,
#Grid {
  font-size: 14px;
  margin-bottom: 30px; }

body.jobprofitability .panel {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

body.jobprofitability .k-button,
body.jobprofitability .k-widget {
  -webkit-box-shadow: none;
  box-shadow: none; }

body.jobprofitability .k-grid td {
  padding: .2em .6em; }

body.jobprofitability .k-grid td div {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

body.jobprofitability .k-grid-header th {
  font-size: 13px; }

body.jobprofitability .k-widget {
  border-width: 1px 0 0; }

body.jobprofitability .k-grid {
  border-radius: 0; }

body.jobprofitability .report-grid .k-grid-footer tr td {
  border-width: 0 0 0 1px; }

body.jobprofitability .k-grid-content-locked,
body.jobprofitability .k-grid-footer-locked,
body.jobprofitability .k-grid-header-locked {
  border-right: 2px solid #ccc; }

body.jobprofitability .wrappable {
  white-space: normal;
  text-align: left;
  overflow-wrap: break-word;
  text-wrap: balance;
  text-wrap: wrap; }

body.jobprofitability .panel-body {
  padding: 0; }

body.jobprofitability .row {
  margin-right: 0;
  margin-left: 0; }

body.jobprofitability .col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0; }

body.jobprofitability .breadcrumb {
  border-radius: 0;
  border-top: none;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  padding: 5px 0 0; }

body.jobprofitability .form-group {
  margin-bottom: 5px; }

body.jobprofitability #report-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1px;
  font-weight: 400;
  font-size: 12px; }

body.jobprofitability .profit-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1px;
  font-weight: 500;
  font-size: 16px; }

body.jobprofitability .profit-lable-strong {
  font-weight: 600; }

.mt-3 {
  padding-top: 10px;
  background-color: white; }

.mb-3 {
  padding-bottom: 10px;
  background-color: white; }

body.jobprofitability .report-header {
  background-color: white; }

body.jobprofitability .form-control {
  height: 31px; }

body.jobprofitability .btn {
  font-size: 12px; }

body.jobprofitability a.input-group-addon.labelPop {
  display: none; }

body.jobprofitability .report-section-heading {
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans";
  margin-left: 20px; }

.report-totals {
  font-weight: 700; }

.jobprofitability h2.page-title-reg {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd; }

body.jobprofitability .jobnumber-input {
  background-color: #F5F5F5;
  border-bottom: 1px solid #ddd; }
</pre></body></html>