﻿#reportPage {
  /*    .lookup-scores-table td, th {
        padding-left: 10px;
    }*/
  /*.svg-background-w {
         background-color:#38f5e2;
         border-radius: 6px;
     }*/ }
  #reportPage .menu-padding {
    margin-bottom: 10px;
    width: 180px; }
  #reportPage .ht-padding {
    padding-bottom: 80px !important; }
  #reportPage .htCore td {
    vertical-align: middle !important;
    max-height: 55px !important;
    padding-top: 5px !important;
    padding-bottom: 4px !important; }
  #reportPage .htCore tr, #reportPage th {
    vertical-align: middle; }
  #reportPage .action-bar.content-action-bar {
    height: 40px !important;
    min-height: 40px !important; }
  #reportPage [aria-expanded="false"] .expanded-icon {
    visibility: hidden; }
  #reportPage [aria-expanded="false"] .collapsed-icon {
    visibility: visible; }
  #reportPage [aria-expanded="true"] .expanded-icon {
    visibility: visible; }
  #reportPage [aria-expanded="true"] .collapsed-icon {
    visibility: hidden; }
  #reportPage .dropdown {
    position: relative;
    display: inline-block; }
  #reportPage .dropdown-content {
    display: none;
    position: absolute;
    top: 25px;
    right: 0;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #666;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 10px 10px; }
  #reportPage .dropdown-content::before {
    content: "";
    width: 0px;
    height: 0px;
    border: 0.8em solid transparent;
    position: absolute; }
  #reportPage .dropdown-content.bottom::before {
    left: 89%;
    top: -22px;
    border-bottom: 10px solid #666; }
  #reportPage .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block; }
  #reportPage .dropdown-content a:hover {
    background-color: #00b5e2; }
  #reportPage .dropdown:hover .dropdown-content {
    display: block; }
  #reportPage .lookup-scores-table {
    white-space: nowrap;
    padding: 3px 5px 3px 5px; }
  #reportPage .lookup-more-details {
    color: darkorange;
    font-style: italic; }
  #reportPage .lookup-addon {
    color: darkblue; }
  #reportPage .editscores-table {
    border-collapse: collapse;
    max-height: 600px;
    display: inline-block; }
  #reportPage .editscores-table tbody {
    width: 100%;
    max-height: 550px;
    display: inline-block;
    overflow-y: scroll; }
  #reportPage .editable-score {
    width: 81px;
    max-width: 120px;
    border: 0px !important;
    padding-right: 10px; }
  #reportPage .ReadOnly {
    opacity: 0.7;
    background: #f9f9f5;
    cursor: default; }
  #reportPage .cr-editable-column {
    cursor: pointer; }
  #reportPage .cr-fixed-column {
    background-color: #f9f9f9 !important; }
  #reportPage .cr-edited-column {
    background-color: green !important; }
  #reportPage .cr-error-column {
    background-color: yellow !important; }
  #reportPage .handsontableinput {
    vertical-align: middle !important; }
  #reportPage .errStats {
    margin-right: 20px; }
  #reportPage .errStats .badge {
    font-size: 0.9em;
    background: #dc4437;
    margin-top: 5px; }
  #reportPage .errStats .stat {
    display: flex;
    align-items: flex-start; }
  #reportPage .errCell {
    color: #dc4437 !important; }
  #reportPage .errPKey {
    border-right: 3px solid #dc4437 !important; }
  #reportPage .changedCell {
    color: #008b8b !important; }
  #reportPage .changedPKey {
    border-right: 3px solid #008b8b !important; }
  #reportPage .chi-active {
    text-decoration-line: underline; }
  #reportPage .summary-count-column {
    color: #000058; }
  #reportPage .main-tabs {
    position: initial; }
  #reportPage .not-published {
    background-color: #f0ad4e; }
  #reportPage .flag-date {
    background-color: transparent;
    color: #f0ad4e; }
  #reportPage .badge-publish {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    border-radius: 5px; }
  #reportPage .newvalue-format {
    color: blue; }
  #reportPage .oldvalue-format {
    color: darkgray; }
