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

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

*/
#print-content-wrapper {
  /* background: white; */ }

.print-plan-container {
  color: black !important; }
  @media screen {
    .print-plan-container {
      margin-left: 3rem; } }
  .print-plan-container .print-plan-controls {
    margin-top: 20px;
    margin-bottom: 20px; }
    @media print {
      .print-plan-container .print-plan-controls {
        display: none; } }
    .print-plan-container .print-plan-controls a {
      color: var(--text-main);
      margin-right: 20px;
      cursor: pointer; }
      .print-plan-container .print-plan-controls a i {
        margin-right: 4px; }
  .print-plan-container .plan-totals {
    color: black !important;
    margin-left: 50px;
    margin-bottom: 25px; }
    .print-plan-container .plan-totals .total {
      border-left: 1px solid black;
      padding-left: 10px; }
  .print-plan-container .plan-print-table table, .print-plan-container .plan-print-table th, .print-plan-container .plan-print-table td {
    border-collapse: collapse;
    min-width: 50px;
    font-size: 12px;
    border: 1px solid black;
    text-align: center;
    padding: 3px; }
    .print-plan-container .plan-print-table table.fixed, .print-plan-container .plan-print-table th.fixed, .print-plan-container .plan-print-table td.fixed {
      background: #e0e0e0; }

.plan-print-table td.campaign-row {
  /* row with the blue line joined by circles that indicates
    bursts of spending.  */ }
  .plan-print-table td.campaign-row.start-date {
    background-image: radial-gradient(circle, darkgray, darkgray 20%, transparent 20%, transparent 100%), linear-gradient(to right, #F4F5F3, #F4F5F3 60%, transparent 60%, transparent 100%), linear-gradient(to bottom, transparent, transparent 45%, darkgray 45%, darkgray 55%, transparent 55%, transparent 100%); }
  .plan-print-table td.campaign-row.mid-date {
    background-image: linear-gradient(to bottom, transparent, transparent 45%, darkgray 45%, darkgray 55%, transparent 55%, transparent 100%); }
  .plan-print-table td.campaign-row.end-date {
    background-image: radial-gradient(circle, darkgray, darkgray 20%, transparent 20%, transparent 100%), linear-gradient(to left, #F4F5F3, #F4F5F3 60%, transparent 60%, transparent 100%), linear-gradient(to bottom, transparent, transparent 45%, darkgray 45%, darkgray 55%, transparent 55%, transparent 100%); }
  .plan-print-table td.campaign-row.solo {
    background-image: radial-gradient(circle, darkgray, darkgray 15%, transparent 15%, transparent 24%, darkgray 25%, darkgray 30%, transparent 31%, transparent 100%); }
