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

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

*/
.with-tooltip-group {
  position: relative; }
  .with-tooltip-group input.disabled {
    opacity: 0.5;
    pointer-events: none; }
  .with-tooltip-group label.disabled {
    opacity: 0.5;
    pointer-events: none; }
  .with-tooltip-group > .tooltip {
    z-index: -1;
    top: 47px;
    display: none;
    left: -2px;
    opacity: 0;
    color: #eeeeff;
    padding: 1px 5px;
    border-radius: 4px;
    margin: 0; }
    .with-tooltip-group > .tooltip.tooltip.shift-left {
      margin-right: 12px; }
    .with-tooltip-group > .tooltip.tooltip.shift-right {
      margin-left: 12px; }
  .with-tooltip-group:hover > .tooltip {
    display: block;
    z-index: 9;
    opacity: 1 !important; }
  .with-tooltip-group .tooltip {
    top: 34px;
    padding: 5px 8px;
    border-radius: 5px; }
  .with-tooltip-group .tooltip > .tooltip-arrow {
    z-index: -1;
    position: absolute;
    top: -5px;
    left: 7px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .with-tooltip-group .tooltip.arrow-center .tooltip-arrow {
    left: 44%; }
  .with-tooltip-group > .tooltip.info {
    color: white;
    background-color: black; }
  .with-tooltip-group > .tooltip.info > .tooltip-arrow {
    background-color: var(--bg-dark); }
  .with-tooltip-group > .tooltip.danger {
    color: var(--text-bg-dark);
    background-color: #ED6447; }
  .with-tooltip-group > .tooltip.danger > .tooltip-arrow {
    background-color: #ED6447; }
  .with-tooltip-group > .tooltip.warning {
    color: #ffffff;
    background-color: #eea236; }
  .with-tooltip-group > .tooltip.warning > .tooltip-arrow {
    background-color: #eea236; }
  .with-tooltip-group > .tooltip.success {
    color: #ffffff;
    background-color: #ED6447; }
  .with-tooltip-group > .tooltip.success > .tooltip-arrow {
    background-color: #ED6447; }
