/*
    ____                      _ _
   | __ ) _ __ __ _ _ __   __| (_)_ __   __ _
   |  _ \| '__/ _` | '_ \ / _` | | '_ \ / _` |
   | |_) | | | (_| | | | | (_| | | | | | (_| |
   |____/|_|  \__,_|_| |_|\__,_|_|_| |_|\__, |
                                        |___/
*/
/*

   __     ___    ____  ____
   \ \   / / \  |  _ \/ ___|
    \ \ / / _ \ | |_) \___ \
     \ V / ___ \|  _ < ___) |
      \_/_/   \_\_| \_\____/

*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i|Montserrat:300,300i,400,400i,500,500i|");
:root {
  --text-blue:  #225C88;
  --text-light: #7D8296;
  --text-white: #FFFFFF;
  --text-black: #000000; }

:root {
  --font-family: ProximaNovaA-Regular;
  --font-weight: normal;
  --font-medium-font-weight: normal;
  --font-regular-font-weight: normal;
  --font-semibold-font-weight: normal;
  --font-italic-font-weight: normal;
  --font-thin-font-weight: normal;
  --font-italic-font-style: normal; }

/*
NOTE: when you reference one of these vars, comment underneath the element you've used it for. Mandem organised
*/
/*
USED FOR:
plan inputs
dashboard-panel
dashboard panel buttons
modal-body.report-options-modal > span.glyphicon
*/
/*
USED FOR:
dashboard panel header
dashboard panel buttons
typeahead
editable table > page header
*/
/*
USED FOR:
.modal-body.report-options-modal > .Select-menu-outer
*/
/*
USED FOR:
menu
dashboard panel
charts > drillup
.dashboard-filter-sentence-container > #fixed-version
superbutton overlay content
*/
/*
context menu
USED FOR:
header
pinned nav
dashboard panel
simple sidebar
spark chart

*/
/*
USED FOR:
modals
tooltip box
c tooltip

*/
/*
USED FOR:
error messages

*/
.popover {
  max-width: none; }

.report-info-popover {
  color: var(--text-light); }
  .report-info-popover .joinWords {
    font-family: var(--font-thin-font-family);
    font-weight: var(--font-thin-font-weight);
    font-style: normal; }
  .report-info-popover .toggle-datasource-qry {
    cursor: pointer; }
    .report-info-popover .toggle-datasource-qry:hover, .report-info-popover .toggle-datasource-qry.active {
      color: var(--text-main); }
  .report-info-popover .datasourceQry {
    margin-top: 3px;
    font-family: monospace;
    font-size: 0.85em;
    line-height: 1.2em; }
  .report-info-popover hr {
    margin: 8px; }

.report-info-popover {
  width: 995px; }
  .report-info-popover .report-info-popover-body .report-info-spec-section {
    font-size: var(--text-size-small);
    border-bottom: 1px dashed var(--line);
    padding-top: 10px;
    padding-bottom: 5px; }
    .report-info-popover .report-info-popover-body .report-info-spec-section .spec-subsection {
      display: inline-block;
      vertical-align: top; }
      .report-info-popover .report-info-popover-body .report-info-spec-section .spec-subsection.left {
        width: 18%;
        margin-right: 10px;
        text-align: right; }
      .report-info-popover .report-info-popover-body .report-info-spec-section .spec-subsection.right {
        width: 75%; }
  .report-info-popover .report-info-popover-body .report-info-spec-block {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 0 10px 10px 0; }
    .report-info-popover .report-info-popover-body .report-info-spec-block i {
      margin-left: 3px; }
    .report-info-popover .report-info-popover-body .report-info-spec-block.metric {
      background-color: #DDEDE3;
      border: 1px solid #175788;
      color: #175788; }
    .report-info-popover .report-info-popover-body .report-info-spec-block.dimension {
      background-color: #C5D5E7;
      border: 1px solid #2F638E;
      color: #2F638E; }
    .report-info-popover .report-info-popover-body .report-info-spec-block.filter {
      background-color: #ead8d2;
      border: 1px solid #5F3C1E;
      color: #382412; }
    .report-info-popover .report-info-popover-body .report-info-spec-block.filter-value {
      background-color: #DAB9AF;
      border: 1px solid #5F3C1E;
      color: #5F3C1E; }
    .report-info-popover .report-info-popover-body .report-info-spec-block.date {
      background-color: #D8CBE8;
      border: 1px solid var(--text-main);
      color: var(--text-main); }
    .report-info-popover .report-info-popover-body .report-info-spec-block.comparison {
      background-color: #BBA8D7;
      border: 1px solid var(--text-main);
      color: var(--text-main); }
    .report-info-popover .report-info-popover-body .report-info-spec-block.sort {
      background-color: white;
      border: 1px solid var(--text-main);
      color: var(--text-main); }

button.expanding-spec-row-expand {
  color: var(--highlight); }
  button.expanding-spec-row-expand:hover {
    color: var(--highlight-light); }

.query-time {
  cursor: pointer;
  margin: 0 0.5rem;
  outline: none; }
  .query-time:hover {
    color: var(--text-main); }
  .query-time.active-true {
    font-weight: bold; }
    .query-time.active-true:before {
      content: "\f061";
      font-family: "Font Awesome 5 pro";
      margin-right: 2px; }
  .query-time :hover > .tooltip {
    z-index: 9;
    opacity: 0.8; }
