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

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

*/
#menu-toggle, #sidebar-wrapper {
  z-index: calc(var(--z-index-layer-5) - 1); }

button#menu-toggle {
  display: block;
  position: fixed;
  top: 6px;
  left: 10px;
  padding: 0;
  width: 30px;
  height: 30px;
  transform-origin: center;
  transition: all 0.2s ease-out; }
  @media print {
    button#menu-toggle {
      display: none; } }
  button#menu-toggle .close-icon {
    opacity: 0; }
  button#menu-toggle:hover {
    animation: twerk 0.2s ease-in-out 1; }

.sidebar #menu-toggle i {
  color: #5B617A; }

.sidebar #menu-toggle .close-icon {
  opacity: 1; }

.sidebar #menu-toggle .menu-icon {
  opacity: 0; }

.sidebar #menu-toggle:hover {
  animation: twerk 0.5s ease-in-out 1 reverse; }

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  min-height: 100%; }

@media screen and (min-width: 1000px) {
  #wrapper.fix-menu #page-content-wrapper {
    padding-left: 330px; }
  #wrapper.fix-menu #page-content-wrapper .nav-header {
    margin-left: -330px; }
  #wrapper.fix-menu #sidebar-wrapper {
    transform: translateX(0); } }

#wrapper.sidebar #sidebar-wrapper {
  transform: translateX(0); }

#sidebar-wrapper {
  min-width: 330px;
  position: fixed;
  top: 45px;
  transition: all 0.2s ease-out;
  will-change: left;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  min-height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: var(--menu-background-color);
  color: #efeff1; }
  #sidebar-wrapper .scroller {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 5rem); }
  #sidebar-wrapper .scroller::-webkit-scrollbar {
    width: 0 !important; }
  #sidebar-wrapper .sidebar-wrapper__header {
    box-shadow: 0 0 2px 0 #2c2e33;
    background: #2c2e33;
    height: 5rem;
    position: absolute;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px #5B617A; }
    #sidebar-wrapper .sidebar-wrapper__header input {
      position: absolute;
      right: 1rem;
      top: 1rem;
      padding: 0.1em;
      outline: none;
      border-radius: 3px;
      border: none;
      border: 1px solid #5B617A;
      background: transparent;
      width: calc(100% - 5.5rem);
      color: white; }

.menu-selector {
  font-size: var(--text-size-micro);
  display: flex;
  margin-bottom: 0.5rem; }
  .menu-selector button {
    background: var(--menu-background-color-highlight);
    border-bottom: 1px solid var(--highlight);
    flex: 1 1;
    line-height: 3em; }
    .menu-selector button:hover {
      background: var(--menu-background); }
    .menu-selector button:nth-last-child(1) {
      border-right: none; }
  .menu-selector button.active {
    border-bottom: none;
    border-top: 1px solid var(--highlight);
    border-right: 1px solid var(--highlight);
    border-left: 1px solid var(--highlight);
    background: var(--menu-background); }
    .menu-selector button.active:nth-child(1) {
      border-left: none; }
    .menu-selector button.active:nth-last-child(1) {
      border-right: none; }

/* Sidebar Styles */
button.sidebar-context-trigger {
  z-index: var(--z-index-layer-4);
  color: #5B617A;
  transition: all 0.3s ease-out;
  cursor: context-menu;
  transform: translateZ(1px);
  width: 3rem;
  margin-left: 1rem;
  text-align: center;
  clear: none;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid transparent;
  height: 100%;
  line-height: 100%; }
  button.sidebar-context-trigger i {
    pointer-events: none; }
  button.sidebar-context-trigger:hover {
    color: var(--menu-text-color);
    border-left: 1px solid #2c2e33;
    background: var(--menu-background-color-highlight); }

.m-draggable {
  will-change: translateZ; }
  .m-draggable button.sidebar-context-trigger {
    display: none; }

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none; }

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px; }

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999; }

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: var(--menu-background-color-highlight); }

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

  / ___|___  _ __ | |_ _____  _| |_
 | |   / _ \| '_ \| __/ _ \ \/ / __|
 | |__| (_) | | | | ||  __/>  <| |_
  \____\___/|_| |_|\__\___/_/\_\\__|

 |  \/  | ___ _ __  _   _
 | |\/| |/ _ \ '_ \| | | |
 | |  | |  __/ | | | |_| |
 |_|  |_|\___|_| |_|\__,_|
*/
.sidebar__context-menu {
  padding: 0.5rem;
  position: fixed;
  font-size: 0.8em;
  background-color: var(--menu-background-color);
  font-family: var(--font-regular-font-family);
  font-weight: var(--font-regular-font-weight);
  font-style: normal;
  line-height: 1.6rem;
  visibility: visible;
  -webkit-animation: swing 0.3s ease-out once;
  animation: swing 0.3s ease-out once;
  min-width: 90px;
  min-height: 100px;
  border-left: 3px solid var(--menu-background-color-highlight);
  border-radius: 3px;
  box-shadow: 1px 1px 3px #2c2e33;
  z-index: 1000000;
  -webkit-transform: translateY(-3rem) translateX(-5px);
  transform: translateY(-3rem) translateX(-5px);
  transform-origin: 10px 10px;
  color: var(--menu-text-color); }

.tree-menu-node {
  padding: 0.75rem; }

.context-menu-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10040;
  background-color: rgba(44, 46, 51, 0.05); }

.modal-dialog.full-width {
  width: 100%;
  width: 100vw; }

.modal-dialog.almost-full-width {
  width: 95%;
  width: 95vw; }

.context-menu-rename-modal {
  position: absolute;
  display: block;
  height: 3rem;
  z-index: 1050;
  padding: 1rem;
  transform: translateY(6.5rem); }

/*

  Override component styles for react-large-tree

*/
.no-items {
  margin-left: 35px;
  line-height: 3em;
  color: var(--menu-text-color) !important;
  display: inline-block;
  min-width: 290px; }

#sidebar-wrapper .react-large-tree .expanded.top-level {
  box-shadow: none !important; }

input.tree-searcher {
  width: calc(100% - 1em);
  margin: 1em 0.5em 0.5em 0.5em;
  line-height: 1.6em;
  color: var(--text-dark); }

#sidebar-wrapper.no-search input.tree-searcher {
  display: none;
  height: 0 !important;
  position: fixed;
  top: -400px; }

.sidebar-action-message {
  position: fixed;
  top: 0px;
  height: 50px;
  background: RGBA(44, 46, 51, 1);
  display: block;
  width: 100%;
  line-height: 50px;
  z-index: 1;
  text-align: center;
  color: var(--highlight);
  border-top: 1px solid var(--highlight);
  border-bottom: 1px solid var(--highlight); }
