@keyframes fadeOut {
  0% {
    background: #7876E0; }
  85% {
    background: #7876E0; }
  100% {
    background: white; } }

table.dataTable thead th {
  font-weight: 500 !important;
  border-bottom: 1px solid #888 !important; }

#bwc-pm {
  color: #2c2b2b; }
  #bwc-pm #stat-table_wrapper {
    clear: initial; }
  #bwc-pm .dashboard {
    padding: 0 24px;
    position: relative;
    font-weight: 400;
    margin-top: 20px;
    padding-bottom: 20px; }
    #bwc-pm .dashboard h2 {
      font-weight: 500;
      margin: 0; }
    #bwc-pm .dashboard .dashboard-header {
      margin: 0;
      float: left; }
    #bwc-pm .dashboard table {
      width: 100%;
      background: white;
      border-radius: 10px; }
      #bwc-pm .dashboard table.hide {
        display: none; }
      #bwc-pm .dashboard table td {
        text-align: center; }
      #bwc-pm .dashboard table thead tr th {
        font-weight: 500; }
    #bwc-pm .dashboard input[type='search'] {
      height: 42px;
      width: 200px;
      padding: 4px 8px;
      border: 1px solid #BDBDBD;
      border-radius: 4px; }
      #bwc-pm .dashboard input[type='search']:focus {
        outline: none;
        border-color: #7876E0;
        box-shadow: 0 0 1px 0px #7876E0; }
    #bwc-pm .dashboard .dataTables_filter {
      display: flex;
      margin-bottom: 16px; }
