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

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

*/
.reports-container {
  padding: 1rem;
  clear: both; }

.cannot-drag header {
  cursor: inherit !important; }
  .cannot-drag header:active {
    cursor: inherit !important; }

.cannot-drag .react-resizable-handle.react-resizable-handle-se {
  display: none !important; }

.report-info-popover {
  color: #7D8296; }
  .report-info-popover .joinWords {
    font-family: var(--font-thin-font-family);
    font-weight: var(--font-thin-font-weight);
    font-style: normal; }

.ba-filters-icon.active {
  color: var(--highlight); }
  .ba-filters-icon.active:hover {
    color: #fff; }

.filter-type-radios, .stacking-type-radios {
  display: flex;
  flex-direction: row; }
  .filter-type-radios label, .stacking-type-radios label {
    flex: 1 1 120px; }
  .filter-type-radios input, .stacking-type-radios input {
    margin-top: 0; }

/*

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

*/
.reports-container {
  min-height: calc(100vh - 10rem);
  overflow: hidden;
  height: auto;
  padding-bottom: 10rem; }

.modal.in .modal-dialog {
  margin: 30px auto;
  width: 90%;
  max-width: 1000px; }

.active-snapshot {
  color: #D55435; }

.checkbox.checkbox-small {
  font-size: 14px; }
  .checkbox.checkbox-small input[type="checkbox"] {
    margin-top: 3px; }

.checkbox.visible-xs-inline-block {
  margin-right: 10px;
  vertical-align: middle; }

.error-message,
.success-message {
  z-index: 1000000;
  position: absolute;
  margin: 0 auto;
  top: 56px;
  left: 0;
  right: 0;
  max-width: 360px;
  border-radius: 6px;
  color: #ffffff;
  text-align: center; }
  .error-message p,
  .success-message p {
    line-height: 16px;
    font-size: 12px;
    margin: 5px; }

label.radio-inline input[type="radio"][disabled] + span {
  color: grey; }

.error-message-no-absolute {
  color: #ED6447; }

.error-message {
  background-color: #ED6447; }

.success-message {
  background-color: #42B04B; }

.row.no-margin-bottom {
  margin-bottom: 0 !important; }

input.no-margin {
  margin: 0; }

.react-datepicker-popper {
  z-index: 10; }

.react-datepicker__close-icon:after {
  background-color: white;
  color: black; }

div.stack-all-container {
  padding: 8px 0 0; }

div.ba-radios-container {
  padding: 6px 0 10px; }
  div.ba-radios-container label {
    margin-right: 4px;
    line-height: 2; }
  div.ba-radios-container .radio-selector.disabled {
    opacity: 0.7;
    pointer-events: none; }

.table-options-ctrls div.ba-radios-container label {
  margin-right: 0px;
  line-height: 2;
  margin: 0;
  padding-right: 12px; }

.manage-data-page .react-datepicker {
  min-width: 220px; }

.dragging-sort-setting {
  display: flex;
  align-items: end;
  width: 400px;
  list-style: none;
  padding: 0;
  margin: 0 0 0.2em; }

li.sort-item {
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 0.2em; }
  li.sort-item > div {
    /* display: flex;
      align-items: end; */
    width: 100%; }
  li.sort-item.dragging-item {
    background: red; }
  li.sort-item.sortable > div {
    align-items: center; }
  li.sort-item fieldset {
    flex: 1;
    display: inline-block !important;
    margin-bottom: 0;
    margin-top: 0;
    width: 25%; }
    li.sort-item fieldset:first-child {
      flex: 2;
      width: 50%; }
  li.sort-item i {
    cursor: grab;
    font-size: var(--text-size-small); }
