/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**********************************
 ** ADAPTABLEBLOTTER BASE STYLES **
 **********************************/

:root {
  --ab-space-0: 0px;
  --ab-space-1: 4px;
  --ab-space-2: 8px;
  --ab-space-3: 16px;
  --ab-space-4: 32px;
  --ab-space-5: 64px;
  --ab-space-6: 128px;
  --ab-space-7: 256px;
  --ab-font-size-0: 0.5rem;
  --ab-font-size-1: 0.625rem;
  --ab-font-size-2: 0.75rem;
  --ab-font-size-3: 0.875rem;
  --ab-font-size-4: 1rem;
  --ab-font-size-5: 1.25rem;
  --ab-font-size-6: 1.5rem;
  --ab-font-size-7: 2.25rem;
  --ab__font-family: inherit;
  --ab__border-radius: var(--ab-space-1);
  --ab-color-inputborder: var(--ab-color-primarydark);
  --ab-color-inputcolor: var(--ab-color-text-on-primary);
  --ab-color-error: #dc3545;
  --ab-color-errorlight: #ffd3d2;
  --ab-color-warn: #eb9316;
  --ab-color-info: #17a2b8;
  --ab-color-green: #419641;
  --ab-color-blue: #07c;
  --ab-color-accent: #07c;
  --ab-color-success: var(--ab-color-green);
  --ab-color-accentlight: #dbf0ff;
  --ab-color-defaultbackground: white;
  --ab-color-text-on-defaultbackground: var(--ab-color-text-on-primary);
  --ab-color-text-on-success: white;
  --ab-color-text-on-error: white;
  --ab-color-text-on-info: white;
  --ab-color-text-on-warn: white;
  --ab-color-primary: #e2e2e2;
  --ab-color-primarydark: #b7b7b7;
  --ab-color-primarylight: #f5f5f5;
  --ab-color-text-on-primary: #656565;
  --ab-color-secondary: #07c;
  --ab-color-secondarydark: #015a9a;
  --ab-color-secondarylight: #a9ddff;
  --ab-color-text-on-secondary: white;
  --ab-color-text-on-secondarylight: #000000;
  --ab-icon-fill: currentColor;
  --ab-color-focus: var(--ab-color-accent);
  --ab-focus__box-shadow: 0 0 5px 1px var(--ab-color-accent);
  --ab-focus__outline: none;
  --ab-dashboard__background:  var(--ab-color-defaultbackground);
  --ab-loaded: 777; }

.ab-style__list-group-item:nth-child(2n+1) {
  background: var(--ab-color-primarylight); }

:root {
  --ab-cmp-dialog__background: var(--ab-color-defaultbackground, white);
  --ab-cmp-dialog__color: var(--ab-color-text-on-defaultbackground, white);
  --ab-cmp-dialog-close-button__color: var(--ab-color-text-on-primary);
  --ab-cmp-dialog__border-radius: var(--ab__border-radius);
  --ab-cmp-dialog__min-height: 60vh; }

:root {
  --ab-cmp-dropdown__color: var(--ab-color-inputcolor);
  --ab-cmp-dropdown--empty__color: var(--ab-color-text-on-defaultbackground);
  --ab-cmp-dropdown__border: 1px solid var(--ab-color-inputborder);
  --ab-cmp-dropdown__border-radius: var(--ab__border-radius);
  --ab-cmp-dropdown__fill: var(--ab-color-text-on-defaultbackground);
  --ab-cmp-dropdown__font-size: var(--ab-font-size-2);
  --ab-cmp-dropdown__font-family: var(--ab__font-family); }

:root {
  --ab-cmp-dropdownbutton-list__border: none;
  --ab-cmp-dropdownbutton-list__background: var(--ab-color-primarylight);
  --ab-cmp-dropdownbutton-list-item__padding: var(--ab-space-2);
  --ab-cmp-dropdownbutton-list-item-hover__background: var(--ab-color-primary);
  --ab-cmp-dropdownbutton-list-item-hover__color: var(--ab-color-text-on-primary);
  --ab-cmp-dropdownbutton-list-item__color: var(--ab-color-text-on-primary);
  --ab-cmp-dropdownbutton-list__z-index: 1000;
  --ab-cmp-dropdownbutton-list__border-radius: var(--ab__border-radius);
  --ab-cmp-dropdownbutton-list__box-shadow: 4px 5px 11px -5px rgba(0,0,0,.2), -4px 6px 5px 0 rgba(0,0,0,.14), 5px 3px 5px 0 rgba(0,0,0,.12); }

:root {
  --ab-cmp-error-box__padding: var(--ab-space-3);
  --ab-cmp-error-box__border-radius: var(--ab__border-radius);
  --ab-cmp-error-box__color: var(--ab-color-text-on-error);
  --ab-cmp-error-box__background: var(--ab-color-error); }

:root {
  --ab-cmp-field-wrap__background: var(--ab-color-defaultbackground);
  --ab-cmp-field-wrap__fill: var(--ab-color-inputcolor); }

:root {
  --ab-cmp-help-block__padding: var(--ab-space-3);
  --ab-cmp-help-block__border-radius: var(--ab__border-radius);
  --ab-cmp-help-block__color: var(--ab-color-text-on-primary);
  --ab-cmp-help-block__background: var(--ab-color-primarylight); }

:root {
  --ab-cmp-input__padding: var(--ab-space-2);
  --ab-cmp-input__color: var(--ab-color-inputcolor);
  --ab-cmp-input__background: var(--ab-color-defaultbackground);
  --ab-cmp-input__border-radius: var(--ab__border-radius);
  --ab-cmp-input__border: 1px solid var(--ab-color-primarydark);
  --ab-cmp-input--disabled__background: var(--ab-color-primarydark);
  --ab-cmp-input__font-size: var(--ab-font-size-2);
  --ab-cmp-input--placeholder__color: var(--ab-color-text-on-defaultbackground);
  --ab-cmp-input__font-family: var(--ab__font-family);
  --ab-cmp-input--placeholder__opacity: 0.6; }

:root {
  --ab-cmp-listgroup: 1; }

.ab-ListGroupItem {
  width: var(--ab-cmp-listgroupitem__width);
  vertical-align: middle;
  text-align: start;
  border: none;
  padding: var(--ab-space-2);
  display: flex;
  flex-flow: row;
  align-items: center;
  background: var(--ab-cmp-listgroupitem__background);
  color: var(--ab-cmp-listgroupitem__color);
  border-radius: var(--ab-cmp-listgroupitem__border-radius); }

.ab-ListGroupItem:nth-child(2n+1) {
    background: var(--ab-cmp-listgroupitem--odd__background);
    color: var(--ab-cmp-listgroupitem--odd__color); }

.ab-ListGroupItem--active.ab-ListGroupItem {
    background: var(--ab-cmp-listgroupitem--active__background);
    color: var(--ab-cmp-listgroupitem--active__color); }

.ab-ListGroupItem:focus {
    z-index: 1; }

:root {
  --ab-cmp-modal-backdrop__background: rgba(0, 0, 0, 0.44); }

:root {
  --ab-cmp-panel_header__background: var(--ab-color-primary);
  --ab-cmp-panel_header__font-size: var(--ab-font-size-2);
  --ab-cmp-panel__font-size: var(--ab-font-size-3);
  --ab-cmp-panel__border-radius: var(--ab__border-radius);
  --ab-cmp-panel__padding: var(--ab-space-2);
  --ab-cmp-panel__max-height: 80vh;
  --ab-cmp-panel__border: 1px solid var(--ab-color-inputborder);
  --ab-cmp-panel-icon__fill: var(--ab-icon-fill);
  --ab-cmp-panel_body__background: var(--ab-color-defaultbackground);
  --ab-cmp-panel_body__color: inherit;
  --ab-cmp-panel_header__padding: var(--ab-space-2);
  --ab-cmp-panel_header__color: var(--ab-color-text-on-primary);
  --ab-cmp-panel_header--variant-primary__background: var(--ab-color-secondary);
  --ab-cmp-panel_header--variant-primary__color: var(--ab-color-text-on-secondary); }

:root {
  --ab-cmp-simple-button__padding: var(--ab-space-1) var(--ab-space-1);
  --ab-cmp-simple-button__border-radius: var(--ab__border-radius);
  --ab-cmp-simple-button--outlined__background: var(--ab-color-defaultbackground);
  --ab-cmp-simple-button--outlined__border-width: 2px;
  --ab-cmp-simple-button__font-size: var(--ab-font-size-2);
  --ab-cmp-simple-button__font-family: var(--ab__font-family); }

:root {
  --ab-cmp-textarea__padding: var(--ab-space-1) var(--ab-space-2);
  --ab-cmp-textarea__border-radius: var(--ab__border-radius);
  --ab-cmp-textarea__border: 1px solid var(--ab-color-inputborder);
  --ab-cmp-textarea__font-size: var(--ab-font-size-3);
  --ab-cmp-textarea__font-family: var(--ab__font-family); }

:root {
  --ab-cmp-tooltip__opacity: 0.96; }

:root {
  --ab-cmp-button-border-radius: 0px;
  --ab-cmp-button-disabled-opacity: 0.5;
  --ab-cmp-button-background: var(--ab-color-primary);
  --ab-cmp-button-disabled-background:var(--ab-color-primarydark); }

:root {
  --ab-cmp-dashboardpanel_body__background: var(--ab-color-primarylight);
  --ab-cmp-dashboardpanel_header__background: var(--ab-color-primary);
  --ab-cmp-dashboardpanel_header__fill: currentColor;
  --ab-cmp-dashboardpanel_header__color: var(--ab-color-text-on-primary);
  --ab-cmp-dashboardpanel__fill: var(--ab-color-text-on-primary);
  --ab-cmp-dashboardpanel__color: currentColor;
  --ab-cmp-dashboardpanel_header__padding: var(--ab-space-0);
  --ab-cmp-dashboardpanel_body__padding: var(--ab-space-1); }

:root {
  --ab-cmp-popover__border-radius: var(--ab__border-radius);
  --ab-cmp-popover__background: var(--ab-color-defaultbackground);
  --ab-cmp-popover__color: var(--ab-color-text-on-defaultbackground);
  --ab-cmp-popover__box-shadow: var(--ab-cmp-dropdownbutton-list__box-shadow);
  --ab-cmp-popover__border: 1px solid var(--ab-color-primarydark); }

:root {
  --ab-dashboard__border-radius: var(--ab__border-radius); }

.ab-Dialog {
  position: relative;
  background: var(--ab-cmp-dialog__background);
  color: var(--ab-cmp-dialog__color);
  border-radius: var(--ab-cmp-dialog__border-radius);
  min-height: var(--ab-cmp-dialog__min-height);
  display: flex;
  flex-flow: column; }

.ab-Dialog > * {
    flex: 1; }

.ab-Dialog__close-button {
    position: absolute;
    right: 0.7rem;
    top: 0;
    font-size: var(--ab-font-size-3);
    font-weight: 700;
    line-height: 1;
    color: var(--ab-cmp-dialog-close-button__color);
    text-shadow: 0 1px 0 #fff;
    cursor: pointer; }

.ab-Dialog-fixed-wrapper {
    position: fixed;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }

.ab-Dropdown {
  background: var(--ab-color-defaultbackground);
  border: var(--ab-cmp-dropdown__border);
  border-radius: var(--ab-cmp-dropdown__border-radius);
  position: relative;
  min-width: 120px;
  max-width: 300px;
  font-family: var(--ab-cmp-dropdown__font-family);
  font-size: var(--ab-cmp-dropdown__font-size); }

.ab-Dropdown--focused {
    box-shadow: var(--ab-focus__box-shadow);
    outline: var(--ab-focus__outline); }

.ab-Dropdown__text {
    color: var(--ab-cmp-dropdown__color);
    padding: var(--ab-space-2);
    pointer-events: none;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1; }

.ab-Dropdown--empty .ab-Dropdown__text {
    color: var(--ab-color-text-on-defaultbackground); }

.ab-Dropdown select {
    font-family: inherit;
    font-size: inherit;
    position: absolute;
    cursor: pointer; }

.ab-Dropdown .ab-SimpleButton {
    color: var(--ab-cmp-dropdown__color) !important; }

.ab-DropdownButton {
  position: relative; }

.ab-DropdownButton__list {
  text-align: start;
  padding: var(--ab-space-1) 0;
  box-shadow: var(--ab-cmp-dropdownbutton-list__box-shadow); }

.ab-DropdownButton__content {
  font-family: var(--ab__font-family);
  font-size: var(--ab-font-size-2);
  max-width: 100%;
  width: 100%;
  border-spacing: 0; }

.ab-DropdownButton__list-item {
  fill: currentColor;
  color: var(--ab-cmp-dropdownbutton-list-item__color); }

.ab-DropdownButton__list-item--not-clickable {
  cursor: auto; }

.ab-DropdownButton__list-item--clickable:hover {
  background: var(--ab-cmp-dropdownbutton-list-item-hover__background);
  color: var(--ab-cmp-dropdownbutton-list-item-hover__color);
  fill: currentColor;
  cursor: pointer; }

.ab-DropdownButton__list-item--clickable:hover .glyphicon.glyphicon {
    color: inherit; }

.ab-EmptyContent {
  text-align: center; }

.ab-EmptyContent p {
    color: var(--ab-color-text-on-primary); }

.ab-ErrorBox {
  padding: var(--ab-cmp-error-box__padding);
  border-radius: var(--ab-cmp-error-box__border-radius);
  background: var(--ab-cmp-error-box__background);
  color: var(--ab-cmp-error-box__color); }

.ab-FieldWrap {
  border: 1px solid var(--ab-color-inputborder);
  color: 1px solid var(--ab-color-inputcolor);
  border-radius: var(--ab__border-radius);
  background: var(--ab-cmp-field-wrap__background);
  overflow: hidden;
  fill: var(--ab-cmp-field-wrap__fill); }

.ab-FieldWrap:focus-within {
    box-Shadow: var(--ab-focus__box-shadow); }

.ab-FieldWrap input, .ab-FieldWrap select, .ab-FieldWrap > * {
    border: none;
    flex: 1; }

.ab-FieldWrap input, .ab-FieldWrap select, .ab-FieldWrap .ab-Dropdown {
    outline: none !important;
    box-shadow: none !important; }

.ab-FormLayout {
  display: grid;
  align-items: center; }

.ab-FormLayout_column--label {
  text-align: end; }

.ab-HelpBlock {
  padding: var(--ab-cmp-help-block__padding);
  background: var(--ab-cmp-help-block__background);
  border-radius: var(--ab-cmp-help-block__border-radius);
  color: var(--ab-cmp-help-block__color); }

.ab-Input {
  padding: var(--ab-cmp-input__padding);
  color: var(--ab-cmp-input__color);
  background: var(--ab-cmp-input__background) !important;
  border-radius: var(--ab-cmp-input__border-radius);
  border: var(--ab-cmp-input__border);
  font-family: var(--ab-cmp-input__font-family);
  font-size: var(--ab-cmp-input__font-size);
  /* WebKit, Edge */
  /* Firefox 4-18 */
  /* Firefox 19+ */
  /* IE 10-11 */
  /* Edge */
  /* MODERN BROWSER */ }

.ab-Input[disabled] {
    background: var(--ab-cmp-input--disabled__background); }

.ab-Input:focus {
    box-shadow: var(--ab-focus__box-shadow);
    outline: var(--ab-focus__outline); }

.ab-Input::-webkit-input-placeholder {
    color: var(--ab-cmp-input--placeholder__color);
    opacity: var(--ab-cmp-input--placeholder__opacity); }

.ab-Input:-moz-placeholder {
    color: var(--ab-cmp-input--placeholder__color);
    opacity: var(--ab-cmp-input--placeholder__opacity); }

.ab-Input::-moz-placeholder {
    color: var(--ab-cmp-input--placeholder__color);
    opacity: var(--ab-cmp-input--placeholder__opacity); }

.ab-Input:-ms-input-placeholder {
    color: var(--ab-cmp-input--placeholder__color);
    opacity: var(--ab-cmp-input--placeholder__opacity); }

.ab-Input::-ms-input-placeholder {
    color: var(--ab-cmp-input--placeholder__color);
    opacity: var(--ab-cmp-input--placeholder__opacity); }

.ab-Input::placeholder {
    color: var(--ab-cmp-input--placeholder__color);
    opacity: var(--ab-cmp-input--placeholder__opacity); }

.ab-ListGroup {
  display: flex;
  flex-flow: column;
  align-items: flex-start; }

:root {
  --ab-cmp-listgroupitem__width: 100%;
  --ab-cmp-listgroupitem__background: var(--ab-color-primary);
  --ab-cmp-listgroupitem__color: var(--ab-color-text-on-primary);
  --ab-cmp-listgroupitem__border-radius: 0px;
  --ab-cmp-listgroupitem--odd__background: var(--ab-color-primarylight);
  --ab-cmp-listgroupitem--odd__color: var(--ab-color-text-on-primary);
  --ab-cmp-listgroupitem--active__background: var(--ab-color-secondarylight);
  --ab-cmp-listgroupitem--active__color: var(--ab-color-text-on-secondarylight); }

.ab-Modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  font-family: var(--ab__font-family); }

.ab-Modal-backdrop {
  background: var(--ab-cmp-modal-backdrop__background);
  z-index: 900;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.ab-Panel {
  display: flex;
  flex-flow: column;
  max-height: var(--ab-cmp-panel__max-height);
  font-size: var(--ab-cmp-panel__font-size); }

.ab-Panel .glyphicon {
    -webkit-text-fill-color: var(--ab-cmp-panel-icon__fill);
    fill: var(--ab-cmp-panel-icon__fill); }

.ab-Panel__header {
    flex: none;
    background: var(--ab-cmp-panel_header__background);
    color: var(--ab-cmp-panel_header__color);
    font-size: var(--ab-cmp-panel_header__font-size);
    padding: var(--ab-cmp-panel_header__padding);
    border-top-left-radius: var(--ab-cmp-panel__border-radius);
    border-top-right-radius: var(--ab-cmp-panel__border-radius);
    border: var(--ab-cmp-panel__border); }

.ab-Panel__header--variant-primary {
      background: var(--ab-cmp-panel_header--variant-primary__background);
      color: var(--ab-cmp-panel_header--variant-primary__color);
      fill: currentColor; }

.ab-Panel__body {
    position: relative;
    padding: var(--ab-cmp-panel__padding);
    border: var(--ab-cmp-panel__border);
    background: var(--ab-cmp-panel_body__background);
    color: var(--ab-cmp-panel_body__color);
    flex: 1;
    border-bottom-left-radius: var(--ab-cmp-panel__border-radius);
    border-bottom-right-radius: var(--ab-cmp-panel__border-radius); }

.ab-Panel__body--scroll-auto {
      overflow: auto; }

.ab-Panel--with-header > .ab-Panel__body {
    border-top: none; }

.ab-Panel--no-header > .ab-Panel__body {
    border-top-left-radius: var(--ab-cmp-panel__border-radius);
    border-top-right-radius: var(--ab-cmp-panel__border-radius); }

.ab-SimpleButton {
  padding: var(--ab-cmp-simple-button__padding);
  font-family: var(--ab-cmp-simple-button__font-family);
  font-size: var(--ab-cmp-simple-button__font-size); }

.ab-SimpleButton:focus {
    box-shadow: var(--ab-focus__box-shadow);
    outline: var(--ab-focus__outline); }

.ab-SimpleButton.ab-SimpleButton {
  vertical-align: middle;
  border-radius: var(--ab-cmp-simple-button__border-radius);
  color: var(--ab-color-text-on-primary);
  position: relative;
  overflow: hidden;
  display: inline-flex;
  flex-flow: row;
  flex: none;
  align-items: center;
  fill: currentColor; }

.ab-SimpleButton.ab-SimpleButton > * {
    z-index: 1; }

.ab-SimpleButton.ab-SimpleButton svg {
    vertical-align: middle; }

.ab-SimpleButton.ab-SimpleButton--tone-neutral {
    color: var(--ab-color-text-on-primary); }

.ab-SimpleButton.ab-SimpleButton--tone-success {
    color: var(--ab-color-success); }

.ab-SimpleButton.ab-SimpleButton--tone-accent {
    color: var(--ab-color-text-on-secondary); }

.ab-SimpleButton.ab-SimpleButton--tone-error {
    color: var(--ab-color-error); }

.ab-SimpleButton.ab-SimpleButton--disabled {
    opacity: 0.5; }

.ab-SimpleButton.ab-SimpleButton:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
    border-radius: inherit; }

.ab-SimpleButton.ab-SimpleButton--variant-outlined, .ab-SimpleButton.ab-SimpleButton--variant-text {
    transition: opacity 0.2s; }

.ab-SimpleButton.ab-SimpleButton--variant-outlined:before, .ab-SimpleButton.ab-SimpleButton--variant-text:before {
      content: '';
      opacity: 0;
      transition: opacity 0.2s; }

.ab-SimpleButton.ab-SimpleButton--variant-outlined:hover:not(.ab-SimpleButton--disabled), .ab-SimpleButton.ab-SimpleButton--variant-text:hover:not(.ab-SimpleButton--disabled) {
      cursor: pointer; }

.ab-SimpleButton.ab-SimpleButton--variant-outlined:hover:not(.ab-SimpleButton--disabled):before, .ab-SimpleButton.ab-SimpleButton--variant-text:hover:not(.ab-SimpleButton--disabled):before {
        opacity: 0.15;
        background-color: currentColor; }

.ab-SimpleButton.ab-SimpleButton--variant-text {
    background: transparent; }

.ab-SimpleButton.ab-SimpleButton--variant-outlined {
    background: var(--ab-cmp-simple-button--outlined__background);
    border-width: var(--ab-cmp-simple-button--outlined__border-width);
    border-color: currentColor;
    border-style: solid; }

.ab-SimpleButton.ab-SimpleButton--variant-raised {
    color: var(--ab-color-text-on-primary);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); }

.ab-SimpleButton.ab-SimpleButton--variant-raised:focus {
      box-shadow: var(--ab-focus__box-shadow); }

.ab-SimpleButton.ab-SimpleButton--variant-raised:hover {
      box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); }

.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-success {
      background: var(--ab-color-success);
      color: var(--ab-color-text-on-success); }

.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-success:not(.ab-SimpleButton--disabled) {
        opacity: 1; }

.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-accent {
      background: var(--ab-color-secondary);
      color: var(--ab-color-text-on-secondary); }

.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-accent:not(.ab-SimpleButton--disabled) {
        opacity: 1; }

.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-none {
      background: transparent; }

.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-none:not(.ab-SimpleButton--disabled) {
        opacity: 1; }

.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-neutral {
      background: var(--ab-color-primary);
      color: var(--ab-color-text-on-primary); }

.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-neutral:not(.ab-SimpleButton--disabled) {
        opacity: 1; }

.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-error {
      background: var(--ab-color-error);
      color: var(--ab-color-text-on-error); }

.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-error:not(.ab-SimpleButton--disabled) {
        opacity: 1; }

.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-warning {
      background: var(--ab-color-warn);
      color: var(--ab-color-text-on-warn); }

.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-warning:not(.ab-SimpleButton--disabled) {
        opacity: 1; }

.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-info {
      background: var(--ab-color-info);
      color: var(--ab-color-text-on-info); }

.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-info:not(.ab-SimpleButton--disabled) {
        opacity: 1; }

.ab-Textarea {
  padding: var(--ab-cmp-textarea__padding);
  border-radius: var(--ab-cmp-textarea__border-radius);
  border: var(--ab-cmp-textarea__border);
  font-family: var(--ab-cmp-textarea__font-family);
  font-size: var(--ab-cmp-textarea__font-size); }

.ab-Textarea:focus {
    box-shadow: var(--ab-focus__box-shadow);
    outline: var(--ab-focus__outline); }

.ab-Tooltip {
  pointer-events: none;
  padding: var(--ab-space-1) var(--ab-space-2);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  font-size: var(--ab-font-size-2);
  color: var(--ab-color-text-on-primary); }

.ab-Tooltip:before {
    border: solid 1px var(--ab-color-inputborder);
    content: '';
    position: absolute;
    border-radius: var(--ab__border-radius);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: var(--ab-cmp-tooltip__opacity);
    background: var(--ab-color-primary);
    z-index: -1; }

.ab-WizardPanel > .ab-Panel__body {
  display: flex;
  flex-flow: column; }

.ab-ObjectCollection__list > * {
  background: var(--ab-cmp-listgroupitem__background);
  color: var(--ab-cmp-listgroupitem__color); }

.ab-ObjectCollection__list > *:nth-child(2n + 1) {
  background: var(--ab-cmp-listgroupitem--odd__background);
  color: var(--ab-cmp-listgroupitem--odd__color); }

.ab-Popover {
  border-radius: var(--ab-cmp-popover__border-radius);
  border: var(--ab-cmp-popover__border);
  background: var(--ab-cmp-popover__background);
  color: var(--ab-cmp-popover__color);
  box-shadow: var(--ab-cmp-popover__box-shadow);
  font-size: var(--ab-font-size-2);
  font-family: var(--ab__font-family); }

.ab-Overlay--show-triangle > .ab-Popover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid; }

.ab-Overlay--position-bottom.ab-Overlay--show-triangle > .ab-Popover:before {
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent var(--ab-cmp-popover__background) transparent;
  left: 50%;
  top: -10px;
  transform: translate3d(-5px, 0px, 0px); }

.ab-Overlay--position-top.ab-Overlay--show-triangle > .ab-Popover:before {
  border-width: 10px 5px 0 5px;
  border-color: var(--ab-cmp-popover__background) transparent transparent transparent;
  left: 50%;
  bottom: -10px;
  transform: translate3d(-5px, 0px, 0px); }

:root {
  --ab-cmp-singlelistbox-item-background: red; }

.ab-AvailableDropZone .placeholder,
.ab-SelectedDropZone .placeholder {
  width: 100%; }

.ab-AvailableDropZone .placeholder:before,
  .ab-SelectedDropZone .placeholder:before {
    content: 'DROPS HERE'; }

.ab-Button.ab-Button {
  border-radius: var(--ab-cmp-button-border-radius);
  padding: var(--ab-space-2); }

.ab-Button.ab-Button--enabled {
    cursor: pointer;
    background: var(--ab-cmp-button-background); }

.ab-Button.ab-Button--disabled {
    opacity: var(--ab-cmp-button-disabled-opacity);
    background: var(--ab-cmp-button-disabled-background); }

.ab-DashboardPanel .ab-CheckBox:not(.ab-dd-checkbox),
.ab-DashboardPanel .ab-SimpleButton.ab-SimpleButton {
  fill: currentColor;
  color: var(--ab-cmp-dashboardpanel_header__color);
  border-color: currentColor; }

.ab-DashboardPanel .glyphicon.glyphicon {
  color: var(--ab-cmp-dashboardpanel__fill); }

.ab-Dashboard__inner {
  flex-wrap: wrap;
  flex-direction: row; }

.ab-Dashboard__inner > ul {
    flex: 0 0 auto; }

.ab-Dashboard__container > * {
  height: 100%; }

.ab-Dashboard {
  background: var(--ab-dashboard__background);
  border-radius: var(--ab-dashboard__border-radius);
  font-family: var(--ab__font-family); }

.popover-content {
  padding: 1px; }

/* Styles for the coloured cell render 

Can I put them somewhere else?
*/

.ab_div-colour-render-bar {
  display: inline-block;
  height: 100%;
  position: relative;
  z-index: 0; }

.ab_div-colour-render-text {
  position: absolute;
  font-weight: normal;
  font-size: 12p;
  z-index: 100; }

.ab_div-colour-render-div {
  display: inline-block;
  height: 100%;
  width: 100%; }

:root {
  --ab_flex-direction: column;
  --ab_min-height: 100px; }

.ab__react-wrapper {
  display: flex;
  flex-flow: var(--ab_flex-direction);
  min-height: var(--ab_min-height); }

.ab--flex-fill {
  flex: 100; }

.ab__react-wrapper [data-ab-name='ab__aggrid-container'] > div:not(.ag-root-wrapper) {
  display: none; }

html.ab--theme-light {
  --ab-theme-loaded: light; }
