﻿/* Orange */
/* Slightly lighter dark blue than $colordarkblue */
.sch-table-wrap thead.ant-table-thead tr th {
  padding: 0.625rem;
  font-size: 1rem;
  color: #000 !important;
  background-color: #fff !important;
  border-bottom: 0; }
  .sch-table-wrap thead.ant-table-thead tr th::before {
    display: none; }

.sch-table-wrap tbody.ant-table-tbody tr td {
  padding: 0;
  background-color: #F0EDED !important;
  font-size: 0.75rem !important;
  color: #000 !important;
  border-bottom: 0;
  cursor: pointer; }
  .sch-table-wrap tbody.ant-table-tbody tr td.ant-table-cell-fix-left {
    padding: 0 0.625rem; }

.sch-table-wrap tbody.ant-table-tbody tr:nth-child(2n) td.ant-table-cell-fix-left {
  background-color: #fff !important; }

.sch-table-wrap .ant-table-content {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .sch-table-wrap .ant-table-content::-webkit-scrollbar {
    width: 0.625rem;
    height: 0.625rem; }
  .sch-table-wrap .ant-table-content::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .sch-table-wrap .ant-table-content::-webkit-scrollbar-thumb {
    background: #002266; }
  .sch-table-wrap .ant-table-content::-webkit-scrollbar-thumb:hover {
    background: #555; }

.sorting-cols .ant-table-wrapper {
  margin-bottom: 15px !important; }
  .sorting-cols .ant-table-wrapper .ant-table th svg {
    color: #ccc !important; }
  .sorting-cols .ant-table-wrapper .ant-table tr:hover {
    cursor: pointer; }
  .sorting-cols .ant-table-wrapper .ant-table tr:nth-child(2n) td {
    background-color: #EEF2F6; }
  .sorting-cols .ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:first-child {
    border-start-start-radius: 0; }
  .sorting-cols .ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:last-child {
    border-start-end-radius: 0; }
  .sorting-cols .ant-table-wrapper .ant-table-container table tbody tr td {
    color: #002266;
    font-size: 0.75rem; }
  .sorting-cols .ant-table-wrapper .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
    height: 4rem; }
  .sorting-cols .ant-table-wrapper .ant-table-thead > tr > td:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
    height: 4rem; }
  .sorting-cols .ant-table-wrapper .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 60%; }
