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

   __     ___    ____  ____
   \ \   / / \  |  _ \/ ___|
    \ \ / / _ \ | |_) \___ \
     \ 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; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@keyframes twerk {
  15% {
    transform: rotate(-5deg); }
  50% {
    transform: rotate(25deg); }
  85% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

.twerk {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation-name: twerk;
  animation-name: twerk; }

@keyframes buzz {
  0% {
    transform: translateY(-5px); }
  33% {
    transform: translateY(5px); }
  66% {
    transform: translateY(-3px); }
  100% {
    transform: translateY(0); } }

@keyframes bounce {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-2px); }
  100% {
    transform: translateY(0); } }

.fade-enter {
  opacity: 0.01; }

.fade-enter.fade-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-in; }

.fade-leave {
  opacity: 1; }

.fade-leave.fade-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in; }
  .fade-leave.fade-leave-active.delay {
    transition-delay: 600ms; }

@keyframes report-fade-out {
  to {
    filter: grayscale(75%) contrast(20%) brightness(110%); } }

@keyframes report-fade-in {
  to {
    filter: grayscale(0%) contrast(100%) brightness(100%); } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.buzz {
  animation: buzz 0.3s 1; }

/*
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

*/
.highlighted-report-sentence {
  color: #7D8296; }
  .highlighted-report-sentence .sentence-item {
    animation: buzz 0.3s 1;
    display: inline-block;
    margin-right: 1rem; }
  .highlighted-report-sentence .joinWords {
    color: #a7abb8;
    animation: none; }

.animated-header-segment {
  animation: buzz 0.3s 1;
  display: inline-block;
  padding-right: 0.25em; }

.header-sentence {
  font-family: var(--font-semibold-font-family);
  font-weight: var(--font-semibold-font-weight);
  font-style: normal;
  text-align: middle;
  color: var(--text-main);
  background: var(--bg);
  width: calc(100%);
  padding: 1rem; }
  .header-sentence .joinWords {
    padding-right: 0.25em;
    animation: none; }
  .header-sentence.underlay {
    display: block;
    width: 100%;
    padding: 1rem; }
  .header-sentence.overlay {
    padding-top: 1rem;
    z-index: var(--z-index-layer-4); }

.affixed .header-sentence.overlay {
  box-shadow: 0 2px 7px 0 RGBA(29, 29, 36, 0.3); }

.report-editor-container {
  color: var(--text-main);
  background: var(--bg);
  text-align: center;
  padding-bottom: 2rem; }
  .report-editor-container .editor-section {
    background: var(--content-bg);
    text-align: left;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    border: 2px solid var(--line);
    border-left: none; }
    .report-editor-container .editor-section fieldset {
      margin-bottom: 0; }
    .report-editor-container .editor-section header {
      font-family: var(--font-semibold-font-family);
      font-weight: var(--font-semibold-font-weight);
      font-style: normal;
      padding: 0.5rem; }
    .report-editor-container .editor-section label {
      display: inline; }
    .report-editor-container .editor-section .drag-handle {
      cursor: grab; }
      .report-editor-container .editor-section .drag-handle:active {
        cursor: grabbing; }
      .report-editor-container .editor-section .drag-handle i {
        pointer-events: none; }
    .report-editor-container .editor-section.show-me {
      box-shadow: -4px 0 0 0 var(--brand-5); }
    .report-editor-container .editor-section.split-by {
      box-shadow: -4px 0 0 0 var(--brand-2); }
    .report-editor-container .editor-section.filter-by {
      box-shadow: -4px 0 0 0 var(--brand-3); }
    .report-editor-container .editor-section.when {
      box-shadow: -4px 0 0 0 var(--brand-4); }
    .report-editor-container .editor-section.alert-thresholds {
      box-shadow: -4px 0 0 0 var(--brand-6); }
    .report-editor-container .editor-section.alert-recipients {
      box-shadow: -4px 0 0 0 var(--highlight); }
    .report-editor-container .editor-section.alert-label {
      box-shadow: -4px 0 0 0 var(--hazard-lighter); }
    .report-editor-container .editor-section.alert-frequency {
      box-shadow: -4px 0 0 0 var(--warning-dark); }
    .report-editor-container .editor-section.sort-by {
      box-shadow: -4px 0 0 0 var(--text-main); }

.date-picker hr {
  border-top: 1px solid var(--line); }

.date-picker .border-right {
  border-right: 1px solid var(--line); }

.report-editor-metric-list li,
.report-editor-dimension-list li,
.report-editor-filter-list li,
.report-editor-period-comparison-list li {
  font-size: var(--text-size-small);
  padding: 0.5rem;
  border-bottom: 1px dashed var(--line);
  padding-left: 3rem; }
  .report-editor-metric-list li .drag-handle, .report-editor-metric-list li .icon,
  .report-editor-dimension-list li .drag-handle,
  .report-editor-dimension-list li .icon,
  .report-editor-filter-list li .drag-handle,
  .report-editor-filter-list li .icon,
  .report-editor-period-comparison-list li .drag-handle,
  .report-editor-period-comparison-list li .icon {
    color: var(--text-main);
    margin-left: -2rem; }

.editor-section.show-me .partner-metric.has-metric {
  border-radius: 2px 0 0 2px !important; }

.editor-section.show-me .partner-metric.has-metric + button {
  border-radius: 0 2px 2px 0 !important; }

.editor-section.split-by .filter-button.has-filter {
  border-radius: 2px 0 0 2px !important; }

.editor-section.split-by .filter-button.has-filter + button {
  border-radius: 0 2px 2px 0 !important; }

.editor-section.sort-by {
  color: var(--text-main); }

.sort-metric-row {
  height: 34px; }

.sort-metric-direction {
  padding-top: 5px; }

.metric-sort-result-limit {
  width: 70px; }

.metric-sort-metric {
  width: 300px; }

.sort-metric-result-limit-value {
  margin: -1.25rem 1rem;
  width: 120px;
  display: inline-block; }

.ba-modal main .category-tree span.glyphicon {
  float: right;
  margin-right: 1rem;
  color: var(--text-light); }

.ba-modal main .category-tree .list-group-item {
  padding: 0.75rem;
  border-radius: 0; }
  .ba-modal main .category-tree .list-group-item .selected-count {
    color: var(--text-light);
    font-size: var(--text-medium);
    width: auto;
    height: auto;
    float: right;
    margin-right: 1rem; }

.ba-modal main .category-tree .list-group-item > .list-group-item {
  background-color: var(--bg);
  margin-right: -0.75rem;
  border-right: none;
  border-left: none;
  border-bottom: none; }
  .ba-modal main .category-tree .list-group-item > .list-group-item:hover {
    background: var(--line-dark); }
  .ba-modal main .category-tree .list-group-item > .list-group-item i.fa {
    padding-left: 0.5rem; }
  .ba-modal main .category-tree .list-group-item > .list-group-item:nth-last-child(1) {
    margin-bottom: -0.75rem; }

.datamodel-option {
  height: 2.5em;
  line-height: 2.5em;
  display: flex;
  align-items: center;
  cursor: pointer; }
  .datamodel-option:hover {
    background: #edf5ff; }
  .datamodel-option::after {
    display: block;
    content: "";
    clear: both; }
