.rc-drawer {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1050;
  pointer-events: none;
}

.rc-drawer-inline {
  position: absolute;
}

.rc-drawer-mask {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}

.rc-drawer-content-wrapper {
  position: absolute;
  z-index: 1050;
  overflow: hidden;
  transition: transform 0.3s;
}

.rc-drawer-content-wrapper-hidden {
  display: none;
}

.rc-drawer-left .rc-drawer-content-wrapper {
  top: 0;
  bottom: 0;
  left: 0;
}

.rc-drawer-right .rc-drawer-content-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
}

.rc-drawer-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
  pointer-events: auto;
}
.rc-time-picker {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}

.rc-time-picker * {
  box-sizing: border-box;
}

.rc-time-picker-clear {
  position: absolute;
  right: 6px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 3px;
  margin: 0;
}

.rc-time-picker-clear-icon:after {
  content: "x";
  font-size: 12px;
  font-style: normal;
  color: #aaa;
  display: inline-block;
  line-height: 1;
  height: 20px;
  width: 20px;
  transition: color 0.3s ease;
}

.rc-time-picker-clear-icon:hover:after {
  color: #666;
}

.rc-time-picker-input {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  height: 28px;
  cursor: text;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rc-time-picker-input[disabled] {
  color: #ccc;
  background: #f7f7f7;
  cursor: not-allowed;
}

.rc-time-picker-panel {
  z-index: 1070;
  width: 170px;
  position: absolute;
  box-sizing: border-box;
}

.rc-time-picker-panel * {
  box-sizing: border-box;
}

.rc-time-picker-panel-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  line-height: 1.5;
}

.rc-time-picker-panel-narrow {
  max-width: 113px;
}

.rc-time-picker-panel-input {
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
  border: 1px solid transparent;
}

.rc-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}

.rc-time-picker-panel-input-invalid {
  border-color: red;
}

.rc-time-picker-panel-select {
  float: left;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  border-width: 0 1px;
  margin-left: -1px;
  box-sizing: border-box;
  width: 56px;
  max-height: 144px;
  overflow-y: auto;
  position: relative;
}

.rc-time-picker-panel-select-active {
  overflow-y: auto;
}

.rc-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}

.rc-time-picker-panel-select:last-child {
  border-right: 0;
}

.rc-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}

.rc-time-picker-panel-select li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.rc-time-picker-panel-select li:hover {
  background: #edfaff;
}

li.rc-time-picker-panel-select-option-selected {
  background: #f7f7f7;
  font-weight: bold;
}

li.rc-time-picker-panel-select-option-disabled {
  color: #ccc;
}

li.rc-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.rc-slider {
  position: relative;
  width: 100%;
  height: 14px;
  padding: 5px 0;
  border-radius: 6px;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #e9e9e9;
  border-radius: 6px;
}

.rc-slider-track {
  position: absolute;
  height: 4px;
  background-color: #abe2fb;
  border-radius: 6px;
}

.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #96dbfa;
  border-radius: 50%;
  cursor: pointer;
  cursor: grab;
  opacity: 0.8;
  touch-action: pan-x;
}

.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
}

.rc-slider-handle:focus {
  outline: none;
  box-shadow: none;
}

.rc-slider-handle:focus-visible {
  border-color: #2db7f5;
  box-shadow: 0 0 0 3px #96dbfa;
}

.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}

.rc-slider-handle:hover {
  border-color: #57c5f7;
}

.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: grabbing;
}

.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}

.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: #999;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.rc-slider-mark-text-active {
  color: #666;
}

.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
  pointer-events: none;
}

.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  cursor: pointer;
}

.rc-slider-dot-active {
  border-color: #96dbfa;
}

.rc-slider-dot-reverse {
  margin-right: -4px;
}

.rc-slider-disabled {
  background-color: #e9e9e9;
}

.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}

.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  background-color: #fff;
  border-color: #ccc;
  box-shadow: none;
  cursor: not-allowed;
}

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}

.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}

.rc-slider-vertical .rc-slider-rail {
  width: 4px;
  height: 100%;
}

.rc-slider-vertical .rc-slider-track {
  bottom: 0;
  left: 5px;
  width: 4px;
}

.rc-slider-vertical .rc-slider-handle {
  margin-top: 0;
  margin-left: -5px;
  touch-action: pan-y;
}

.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}

.rc-slider-vertical .rc-slider-step {
  width: 4px;
  height: 100%;
}

.rc-slider-vertical .rc-slider-dot {
  margin-left: -2px;
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  display: block !important;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}

.rc-slider-tooltip-zoom-down-leave {
  display: block !important;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    transform: scale(0, 0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 50% 100%;
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform: scale(1, 1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0, 0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.rc-slider-tooltip {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-tooltip-hidden {
  display: none;
}

.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}

.rc-slider-tooltip-inner {
  min-width: 24px;
  height: 24px;
  padding: 6px 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}

.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}
.uplot, .uplot *, .uplot *::before, .uplot *::after {
  box-sizing: border-box;
}

.uplot {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  width: min-content;
}

.u-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.u-wrap {
  position: relative;
  -webkit-user-select: none;
          user-select: none;
}

.u-over, .u-under {
  position: absolute;
}

.u-under {
  overflow: hidden;
}

.uplot canvas {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.u-axis {
  position: absolute;
}

.u-legend {
  font-size: 14px;
  margin: auto;
  text-align: center;
}

.u-inline {
  display: block;
}

.u-inline * {
  display: inline-block;
}

.u-inline tr {
  margin-right: 16px;
}

.u-legend th {
  font-weight: 600;
}

.u-legend th > * {
  vertical-align: middle;
  display: inline-block;
}

.u-legend .u-marker {
  width: 1em;
  height: 1em;
  margin-right: 4px;
  background-clip: padding-box !important;
}

.u-inline.u-live th::after {
  content: ":";
  vertical-align: middle;
}

.u-inline:not(.u-live) .u-value {
  display: none;
}

.u-series > * {
  padding: 4px;
}

.u-series th {
  cursor: pointer;
}

.u-legend .u-off > * {
  opacity: 0.3;
}

.u-select {
  background: rgba(0, 0, 0, 0.07);
  position: absolute;
  pointer-events: none;
}

.u-cursor-x, .u-cursor-y {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
  z-index: 100;
}

.u-hz .u-cursor-x, .u-vt .u-cursor-y {
  height: 100%;
  border-right: 1px dashed #607D8B;
}

.u-hz .u-cursor-y, .u-vt .u-cursor-x {
  width: 100%;
  border-bottom: 1px dashed #607D8B;
}

.u-cursor-pt {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0 solid;
  pointer-events: none;
  will-change: transform;
  z-index: 100; /*this has to be !important since we set inline "background" shorthand */
  background-clip: padding-box !important;
}

.u-axis.u-off, .u-select.u-off, .u-cursor-x.u-off, .u-cursor-y.u-off, .u-cursor-pt.u-off {
  display: none;
}
@charset "UTF-8";
/***
 * !!! THIS FILE WAS GENERATED AUTOMATICALLY !!!
 *
 * Do not modify this file!
 * - Edit grafana-ui/src/themes/default.ts to regenerate
 * - Edit grafana-ui/src/themes/_variables.scss.tmpl.ts to update template
 *
 * !!! THIS FILE WAS GENERATED AUTOMATICALLY !!!
 */
/* stylelint-disable-next-line string-quotes */
/* stylelint-disable-next-line string-quotes */
/***
 * !!! THIS FILE WAS GENERATED AUTOMATICALLY !!!
 *
 * Do not modify this file!
 * - Edit grafana-ui/src/themes/light.ts to regenerate
 * - Edit grafana-ui/src/themes/_variable.light.scss.tmpl.ts to update template
 *
 * !!! THIS FILE WAS GENERATED AUTOMATICALLY !!!
 */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 18px;
  box-sizing: border-box;
}

.animate-height {
  max-height: 0;
  overflow: hidden;
}
.animate-height--open {
  max-height: 1000px;
  overflow: auto;
  transition: max-height 250ms ease-in-out;
}

@keyframes spin-clockwise {
  0% {
    transform: rotate(0deg) scaleX(-1);
  }
  100% {
    transform: rotate(359deg) scaleX(-1);
  }
}
.spin-clockwise {
  animation: spin-clockwise 3s infinite linear;
}

/*! normalize.css commit fe56763 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}
[tabindex="-1"]:focus {
  outline: none !important;
}

html {
  font-size: 14px;
  height: 100%;
}

body {
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.5714285714;
  color: rgb(36, 41, 46);
  background-color: #F4F5F5;
  height: 100%;
  width: 100%;
  position: absolute;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 8px;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #8e8e8e;
}

address {
  margin-bottom: 16px;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 8px;
  margin-left: 0;
}

blockquote {
  margin: 0 0 16px;
}

pre {
  margin-top: 0;
  margin-bottom: 16px;
}

figure {
  margin: 0 0 16px;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 4px 8px;
  padding-bottom: 4px 8px;
  color: rgba(36, 41, 46, 0.75);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: inherit;
}

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #d8d9da;
}

small,
.small {
  font-size: 12px;
  font-weight: normal;
}

.small-xs {
  font-size: 10px;
}

mark,
.mark {
  background: #FAD34A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

ul,
ol {
  padding: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 1.5714285714;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 1.5714285714;
}

dt,
dd {
  line-height: 1.5714285714;
}

dt {
  font-weight: 500;
}

dd {
  margin-left: 0.7857142857;
}

.dl-horizontal::after {
  content: "";
  display: table;
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #8e8e8e;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 1.5714285714;
  border-left: 5px solid #b3b3b3;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 1.5714285714;
  color: #8e8e8e;
}
blockquote small:before {
  content: "— ";
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #b3b3b3;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: "";
}
blockquote.pull-right small:after {
  content: " —";
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 1.5714285714;
  font-style: normal;
  line-height: 1.5714285714;
}

a.external-link, .grafana-info-box a {
  color: #1F62E0;
  -webkit-text-decoration: normal;
          text-decoration: normal;
}
a.external-link:hover, .grafana-info-box a:hover {
  color: #1F62E0;
  text-decoration: underline;
}

.link {
  color: rgb(36, 41, 46);
  cursor: pointer;
}

.link:hover {
  color: #000000;
}

.pointer {
  cursor: pointer;
}

.markdown-html img {
  max-width: 100%;
}
.markdown-html ul,
.markdown-html ol {
  padding-left: 24px;
  margin-bottom: 16px;
}
.markdown-html table {
  margin-bottom: 16px;
}
.markdown-html table td,
.markdown-html table th {
  padding: 4px 8px;
}
.markdown-html table th {
  font-weight: 500;
  background: #F4F5F5;
}
.markdown-html table,
.markdown-html th,
.markdown-html td {
  border: 1px solid rgba(36, 41, 46, 0.3);
  border-collapse: collapse;
}
.markdown-html a {
  color: #1F62E0;
  text-decoration: none;
}
.markdown-html a:hover {
  color: #1F62E0;
  text-decoration: underline;
}
.markdown-html p:last-child {
  margin-bottom: 0;
}
.markdown-html table:last-child,
.markdown-html ul:last-child,
.markdown-html ol:last-child {
  margin-bottom: 0;
}

.no-wrap {
  white-space: nowrap;
}

th {
  font-weight: 500;
}

canvas {
  display: block;
}

select,
input[type=file] {
  height: 32px; /* In IE7, the height of the select element cannot be changed by height, only font-size */
  line-height: 32px;
}

select {
  width: 220px;
  border: 1px solid rgba(36, 41, 46, 0.3);
  background-color: #FFFFFF;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::placeholder,
textarea::placeholder {
  color: rgba(36, 41, 46, 0.5);
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: rgba(36, 41, 46, 0.04);
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio][readonly],
input[type=checkbox][readonly] {
  cursor: not-allowed;
  background-color: transparent;
}

input[type=text].input-fluid {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  -moz-box-sizing: border-box;
  height: 100%;
}

input[type=checkbox].cr1 {
  display: none;
}

.editor-option label.cr1 {
  display: inline-block;
  margin: 5px 0 1px 0;
}

label.cr1 {
  display: inline-block;
  height: 18px;
  position: relative;
  clear: none;
  text-indent: 2px;
  margin: 0 0 0px 0;
  padding: 0 0 0 20px;
  vertical-align: top;
  background: url("../img/checkbox_white.png") left top no-repeat;
  cursor: pointer;
}

input[type=checkbox].cr1:checked + label {
  background: url("../img/checkbox_white.png") 0px -18px no-repeat;
}

.gf-fluid-input {
  border: none;
  display: block;
  overflow: hidden;
  padding-right: 10px;
}
.gf-fluid-input input[type=text] {
  width: 100%;
  padding: 5px 6px;
  height: 100%;
  box-sizing: border-box;
}
.gf-fluid-input textarea {
  width: 100%;
  padding: 5px 6px;
  height: 100%;
  box-sizing: border-box;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 32px;
  background-repeat: no-repeat;
  background-position: center right 8px;
  background-size: 16px 16px;
}

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label,
.has-success .custom-control {
  color: #1B855E;
}
.has-success .form-control {
  border-color: #1B855E;
}
.has-success .input-group-addon {
  color: #1B855E;
  border-color: #1B855E;
  background-color: #86e6c3;
}
.has-success .form-control-feedback {
  color: #1B855E;
}
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label,
.has-warning .custom-control {
  color: #FAD34A;
}
.has-warning .form-control {
  border-color: #FAD34A;
}
.has-warning .input-group-addon {
  color: #FAD34A;
  border-color: #FAD34A;
  background-color: white;
}
.has-warning .form-control-feedback {
  color: #FAD34A;
}
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline, .has-danger.radio label, .has-danger.checkbox label, .has-danger.radio-inline label, .has-danger.checkbox-inline label,
.has-danger .custom-control {
  color: #E0226E;
}
.has-danger .form-control {
  border-color: #E0226E;
}
.has-danger .input-group-addon {
  color: #E0226E;
  border-color: #E0226E;
  background-color: #f9d5e3;
}
.has-danger .form-control-feedback {
  color: #E0226E;
}
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
  -webkit-text-fill-color: rgb(36, 41, 46) !important;
  box-shadow: 0 0 0px 1000px #FFFFFF inset;
  border: 1px solid #FFFFFF;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

@media (min-width: 0px) {
  .col-xs {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-xs-1 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xs-0 {
    right: auto;
  }
  .pull-xs-1 {
    right: 8.3333333333%;
  }
  .pull-xs-2 {
    right: 16.6666666667%;
  }
  .pull-xs-3 {
    right: 25%;
  }
  .pull-xs-4 {
    right: 33.3333333333%;
  }
  .pull-xs-5 {
    right: 41.6666666667%;
  }
  .pull-xs-6 {
    right: 50%;
  }
  .pull-xs-7 {
    right: 58.3333333333%;
  }
  .pull-xs-8 {
    right: 66.6666666667%;
  }
  .pull-xs-9 {
    right: 75%;
  }
  .pull-xs-10 {
    right: 83.3333333333%;
  }
  .pull-xs-11 {
    right: 91.6666666667%;
  }
  .pull-xs-12 {
    right: 100%;
  }
  .push-xs-0 {
    left: auto;
  }
  .push-xs-1 {
    left: 8.3333333333%;
  }
  .push-xs-2 {
    left: 16.6666666667%;
  }
  .push-xs-3 {
    left: 25%;
  }
  .push-xs-4 {
    left: 33.3333333333%;
  }
  .push-xs-5 {
    left: 41.6666666667%;
  }
  .push-xs-6 {
    left: 50%;
  }
  .push-xs-7 {
    left: 58.3333333333%;
  }
  .push-xs-8 {
    left: 66.6666666667%;
  }
  .push-xs-9 {
    left: 75%;
  }
  .push-xs-10 {
    left: 83.3333333333%;
  }
  .push-xs-11 {
    left: 91.6666666667%;
  }
  .push-xs-12 {
    left: 100%;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 544px) {
  .col-sm {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-sm-1 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 769px) {
  .col-md {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-md-1 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-xl-1 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em !important;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "grafana-icons";
  src: url("../fonts/grafana-icons.eot?okx5td");
  src: url("../fonts/grafana-icons.eot?okx5td#iefix") format("embedded-opentype"), url("../fonts/grafana-icons.ttf?okx5td") format("truetype"), url("../fonts/grafana-icons.woff?okx5td") format("woff"), url("../fonts/grafana-icons.svg?okx5td#grafana-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-gf {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "grafana-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-gf-fw {
  width: 1.2857142857em;
  text-align: center;
}

.inline-icon-gf {
  vertical-align: middle;
}

.icon-gf-raintank_wordmark:before {
  content: "\e600";
}

.micon-gf-raintank_icn:before {
  content: "\e601";
}

.icon-gf-raintank_r-icn:before {
  content: "\e905";
}

.icon-gf-check-alt:before {
  content: "\e603";
}

.icon-gf-check:before {
  content: "\e604";
}

.icon-gf-collector:before {
  content: "\e605";
}

.icon-gf-dashboard:before {
  content: "\e606";
}

.icon-gf-panel:before {
  content: "\e904";
}

.icon-gf-endpoint-tiny:before {
  content: "\e608";
}

.icon-gf-critical:before {
  content: "\e610";
}

.icon-gf-online:before {
  content: "\e611";
}

.icon-gf-event-error:before {
  content: "\e623";
}

.icon-gf-event:before {
  content: "\e624";
}

.icon-gf-sadface:before {
  content: "\e907";
}

.icon-gf-private-collector:before {
  content: "\e612";
}

.icon-gf-alert:before {
  content: "\e61f";
}

.icon-gf-alert-disabled:before {
  content: "\e621";
}

.icon-gf-refresh:before {
  content: "\e613";
}

.icon-gf-save:before {
  content: "\e614";
}

.icon-gf-share:before {
  content: "\e616";
}

.icon-gf-star:before {
  content: "\e617";
}

.icon-gf-search:before {
  content: "\e618";
}

.icon-gf-settings:before {
  content: "\e615";
}

.icon-gf-add:before {
  content: "\e619";
}

.icon-gf-remove:before {
  content: "\e61a";
}

.icon-gf-video:before {
  content: "\e61b";
}

.icon-gf-bulk_action:before {
  content: "\e61c";
}

.icon-gf-grabber:before {
  content: "\e90b";
}

.icon-gf-users:before {
  content: "\e622";
}

.icon-gf-globe:before {
  content: "\e61d";
}

.icon-gf-snapshot:before {
  content: "\e61e";
}

.icon-gf-play-grafana-icon:before {
  content: "\e629";
}

.icon-gf-grafana-icon:before {
  content: "\e625";
}

.icon-gf-email:before {
  content: "\e628";
}

.icon-gf-stopwatch:before {
  content: "\e626";
}

.icon-gf-skull:before {
  content: "\e900";
}

.icon-gf-probe:before {
  content: "\e901";
}

.icon-gf-apps:before {
  content: "\e902";
}

/* latin */
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/roboto/L0xTDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSh0mQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/roboto/L0xTDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSh0mQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
code,
pre {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  background-color: #f4f5f8;
  color: rgb(36, 41, 46);
  border: 1px solid #d8d9da;
  border-radius: 4px;
}

code {
  color: rgb(36, 41, 46);
  white-space: nowrap;
  padding: 2px 5px;
  margin: 0 2px;
}

code.code--small {
  font-size: 10px;
  padding: 2px;
  margin: 0 2px;
}

pre {
  display: block;
  margin: 0 0 1.5714285714;
  line-height: 1.5714285714;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f4f5f8;
  padding: 10px;
}
pre.pre--no-style {
  background: transparent;
  border: none;
  padding: 0px;
}
pre.prettyprint {
  margin-bottom: 1.5714285714;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.gicon {
  line-height: 1;
  display: inline-block;
  width: 1.1057142857em;
  height: 1.1057142857em;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

.icon--has-hover {
  opacity: 0.7;
}
.icon--has-hover:hover {
  opacity: 1;
}

.gicon-add-annotation {
  background-image: url("../img/icons_light_theme/icon_add_annotation.svg");
}

.gicon-add-annotation-alt {
  background-image: url("../img/icons_light_theme/icon_add_annotation_alt.svg");
}

.gicon-add-datasources {
  background-image: url("../img/icons_light_theme/icon_add_data_sources.svg");
}

.gicon-add-user {
  background-image: url("../img/icons_light_theme/icon_add_user.svg");
}

.gicon-add-team {
  background-image: url("../img/icons_light_theme/icon_add_team.svg");
}

.gicon-add-panel {
  background-image: url("../img/icons_light_theme/icon_add_panel.svg");
}

.gicon-add-link {
  background-image: url("../img/icons_light_theme/icon_add_link.svg");
}

.gicon-add-variable {
  background-image: url("../img/icons_light_theme/icon_add_variable.svg");
}

.gicon-add-alert-notification-channel {
  background-image: url("../img/icons_light_theme/icon_add_notification_channel.svg");
}

.gicon-alert {
  background-image: url("../img/icons_light_theme/icon_alert.svg");
}

.gicon-remove {
  background-image: url("../img/icons_light_theme/icon_remove.svg");
}

.gicon-arrow-left {
  background-image: url("../img/icons_light_theme/icon_arrow_left.svg");
}

.gicon-arrow-left-circle {
  background-image: url("../img/icons_light_theme/icon_arrow_left_circle.svg");
}

.gicon-alert-alt {
  background-image: url("../img/icons_light_theme/icon_alert_alt.svg");
}

.gicon-alert-rules {
  background-image: url("../img/icons_light_theme/icon_alert_rules.svg");
}

.gicon-alert-notification-channel {
  background-image: url("../img/icons_light_theme/icon_notification_channels.svg");
}

.gicon-annotation {
  background-image: url("../img/icons_light_theme/icon_annotation.svg");
}

.gicon-annotation-alt {
  background-image: url("../img/icons_light_theme/icon_annotation_alt.svg");
}

.gicon-apikeys {
  background-image: url("../img/icons_light_theme/icon_apikeys.svg");
}

.gicon-branding {
  background-image: url("../img/grafana_icon.svg");
}

.gicon-cog {
  background-image: url("../img/icons_light_theme/icon_cog.svg");
}

.gicon-dashboard {
  background-image: url("../img/icons_light_theme/icon_dashboard.svg");
}

.gicon-dashboard-starred {
  background-image: url("../img/icons_light_theme/icon_dashboard_fav.svg");
}

.gicon-dashboard-list {
  background-image: url("../img/icons_light_theme/icon_dashboard_list.svg");
}

.gicon-dashboard-new {
  background-image: url("../img/icons_light_theme/icon_new_dashboard.svg");
}

.gicon-dashboard-import {
  background-image: url("../img/icons_light_theme/icon_import_dashboard.svg");
}

.gicon-datasources {
  background-image: url("../img/icons_light_theme/icon_data_sources.svg");
}

.gicon-editor {
  background-image: url("../img/icons_light_theme/icon_editor.svg");
}

.gicon-folder-new {
  background-image: url("../img/icons_light_theme/icon_add_folder.svg");
}

.gicon-home {
  background-image: url("../img/icons_light_theme/icon_home.svg");
}

.gicon-json {
  background-image: url("../img/icons_light_theme/icon_json.svg");
}

.gicon-link {
  background-image: url("../img/icons_light_theme/icon_link.svg");
}

.gicon-manage {
  background-image: url("../img/icons_light_theme/icon_sitemap.svg");
}

.gicon-org {
  background-image: url("../img/icons_light_theme/icon_org.svg");
}

.gicon-playlists {
  background-image: url("../img/icons_light_theme/icon_playlist.svg");
}

.gicon-plugins {
  background-image: url("../img/icons_light_theme/icon_plugins.svg");
}

.gicon-preferences {
  background-image: url("../img/icons_light_theme/icon_preferences.svg");
}

.gicon-question {
  background-image: url("../img/icons_light_theme/icon_question.svg");
}

.gicon-shield {
  background-image: url("../img/icons_light_theme/icon_shield.svg");
}

.gicon-snapshots {
  background-image: url("../img/icons_light_theme/icon_snapshots.svg");
}

.gicon-team {
  background-image: url("../img/icons_light_theme/icon_team.svg");
}

.gicon-user {
  background-image: url("../img/icons_light_theme/icon_user.svg");
}

.gicon-variable {
  background-image: url("../img/icons_light_theme/icon_variable.svg");
}

.gicon-viewer {
  background-image: url("../img/icons_light_theme/icon_viewer.svg");
}

.gicon-zoom-out {
  background-image: url("../img/icons_light_theme/icon_zoom_out.svg");
}

.gicon-explore {
  background-image: url("../img/icons_light_theme/icon_explore.svg");
}

.gicon-reports {
  background-image: url("../img/icons_light_theme/icon_reports.svg");
}

.sidemenu .gicon-dashboard {
  background-image: url("../img/icons_dark_theme/icon_dashboard.svg");
}
.sidemenu .gicon-alert {
  background-image: url("../img/icons_dark_theme/icon_alert.svg");
}
.sidemenu .gicon-cog {
  background-image: url("../img/icons_dark_theme/icon_cog.svg");
}
.sidemenu .gicon-question {
  background-image: url("../img/icons_dark_theme/icon_question.svg");
}
.sidemenu .gicon-explore {
  background-image: url("../img/icons_dark_theme/icon_explore.svg");
}
.sidemenu .gicon-shield {
  background-image: url("../img/icons_dark_theme/icon_shield.svg");
}
.sidemenu .gicon-reports {
  background-image: url("../img/icons_dark_theme/icon_reports.svg");
}

.fa--permissions-list {
  min-width: 20px;
  padding-right: 5px;
}

.panel-editor-tabs .gicon-advanced-active,
.add-panel-widget__icon .gicon-advanced-active {
  background-image: url("../img/icons_light_theme/icon_advanced_active.svg");
}
.panel-editor-tabs .gicon-advanced,
.add-panel-widget__icon .gicon-advanced {
  background-image: url("../img/icons_light_theme/icon_advanced.svg");
}
.panel-editor-tabs .gicon-alert-active,
.add-panel-widget__icon .gicon-alert-active {
  background-image: url("../img/icons_light_theme/icon_alerting_active.svg");
}
.panel-editor-tabs .gicon-alert,
.add-panel-widget__icon .gicon-alert {
  background-image: url("../img/icons_light_theme/icon_alerting.svg");
}
.panel-editor-tabs .gicon-queries-active,
.add-panel-widget__icon .gicon-queries-active {
  background-image: url("../img/icons_light_theme/icon_query_active.svg");
}
.panel-editor-tabs .gicon-queries,
.add-panel-widget__icon .gicon-queries {
  background-image: url("../img/icons_light_theme/icon_query.svg");
}
.panel-editor-tabs .gicon-visualization-active,
.add-panel-widget__icon .gicon-visualization-active {
  background-image: url("../img/icons_light_theme/icon_visualize_active.svg");
}
.panel-editor-tabs .gicon-visualization,
.add-panel-widget__icon .gicon-visualization {
  background-image: url("../img/icons_light_theme/icon_visualize.svg");
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.highlight-word {
  color: #eb7b18;
}

.emphasis-word {
  font-weight: 500;
  color: #000000;
}

.close {
  opacity: 0.2;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5714285714;
  color: #000000;
  text-shadow: 0 1px 0 rgb(255, 255, 255);
}
.close:hover, .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

.d-inline-block {
  display: inline-block;
}

.absolute {
  position: absolute;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-flow-column-nowrap {
  display: flex;
  flex-flow: column nowrap;
}

.center-vh {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.align-items-center {
  display: flex;
  flex-direction: row nowrap;
  align-items: center;
}

input.validation-error,
input.ng-dirty.ng-invalid {
  box-shadow: inset 0 0px 5px #E0226E;
}

input.invalid {
  box-shadow: inset 0 0px 5px #E0226E;
}

[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-0 {
  margin: 0 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a-1 {
  margin: 16px 16px !important;
}

.m-t-1 {
  margin-top: 16px !important;
}

.m-r-1 {
  margin-right: 16px !important;
}

.m-b-1 {
  margin-bottom: 16px !important;
}

.m-l-1 {
  margin-left: 16px !important;
}

.m-x-1 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.m-y-1 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.m-a-2 {
  margin: 24px 24px !important;
}

.m-t-2 {
  margin-top: 24px !important;
}

.m-r-2 {
  margin-right: 24px !important;
}

.m-b-2 {
  margin-bottom: 24px !important;
}

.m-l-2 {
  margin-left: 24px !important;
}

.m-x-2 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.m-y-2 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.m-a-3 {
  margin: 48px 48px !important;
}

.m-t-3 {
  margin-top: 48px !important;
}

.m-r-3 {
  margin-right: 48px !important;
}

.m-b-3 {
  margin-bottom: 48px !important;
}

.m-l-3 {
  margin-left: 48px !important;
}

.m-x-3 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.m-y-3 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.p-a-0 {
  padding: 0 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a-1 {
  padding: 16px 16px !important;
}

.p-t-1 {
  padding-top: 16px !important;
}

.p-r-1 {
  padding-right: 16px !important;
}

.p-b-1 {
  padding-bottom: 16px !important;
}

.p-l-1 {
  padding-left: 16px !important;
}

.p-x-1 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.p-y-1 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.p-a-2 {
  padding: 24px 24px !important;
}

.p-t-2 {
  padding-top: 24px !important;
}

.p-r-2 {
  padding-right: 24px !important;
}

.p-b-2 {
  padding-bottom: 24px !important;
}

.p-l-2 {
  padding-left: 24px !important;
}

.p-x-2 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.p-y-2 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.p-a-3 {
  padding: 48px 48px !important;
}

.p-t-3 {
  padding-top: 48px !important;
}

.p-r-3 {
  padding-right: 48px !important;
}

.p-b-3 {
  padding-bottom: 48px !important;
}

.p-l-3 {
  padding-left: 48px !important;
}

.p-x-3 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.p-y-3 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

.max-width {
  width: 100%;
}

.width-auto {
  width: auto;
}

.width-1 {
  width: 16px !important;
}

.width-2 {
  width: 32px !important;
}

.width-3 {
  width: 48px !important;
}

.width-4 {
  width: 64px !important;
}

.width-5 {
  width: 80px !important;
}

.width-6 {
  width: 96px !important;
}

.width-7 {
  width: 112px !important;
}

.width-8 {
  width: 128px !important;
}

.width-9 {
  width: 144px !important;
}

.width-10 {
  width: 160px !important;
}

.width-11 {
  width: 176px !important;
}

.width-12 {
  width: 192px !important;
}

.width-13 {
  width: 208px !important;
}

.width-14 {
  width: 224px !important;
}

.width-15 {
  width: 240px !important;
}

.width-16 {
  width: 256px !important;
}

.width-17 {
  width: 272px !important;
}

.width-18 {
  width: 288px !important;
}

.width-19 {
  width: 304px !important;
}

.width-20 {
  width: 320px !important;
}

.width-21 {
  width: 336px !important;
}

.width-22 {
  width: 352px !important;
}

.width-23 {
  width: 368px !important;
}

.width-24 {
  width: 384px !important;
}

.width-25 {
  width: 400px !important;
}

.width-26 {
  width: 416px !important;
}

.width-27 {
  width: 432px !important;
}

.width-28 {
  width: 448px !important;
}

.width-29 {
  width: 464px !important;
}

.width-30 {
  width: 480px !important;
}

.max-width-1 {
  max-width: 16px !important;
  flex-grow: 1;
}

.max-width-2 {
  max-width: 32px !important;
  flex-grow: 1;
}

.max-width-3 {
  max-width: 48px !important;
  flex-grow: 1;
}

.max-width-4 {
  max-width: 64px !important;
  flex-grow: 1;
}

.max-width-5 {
  max-width: 80px !important;
  flex-grow: 1;
}

.max-width-6 {
  max-width: 96px !important;
  flex-grow: 1;
}

.max-width-7 {
  max-width: 112px !important;
  flex-grow: 1;
}

.max-width-8 {
  max-width: 128px !important;
  flex-grow: 1;
}

.max-width-9 {
  max-width: 144px !important;
  flex-grow: 1;
}

.max-width-10 {
  max-width: 160px !important;
  flex-grow: 1;
}

.max-width-11 {
  max-width: 176px !important;
  flex-grow: 1;
}

.max-width-12 {
  max-width: 192px !important;
  flex-grow: 1;
}

.max-width-13 {
  max-width: 208px !important;
  flex-grow: 1;
}

.max-width-14 {
  max-width: 224px !important;
  flex-grow: 1;
}

.max-width-15 {
  max-width: 240px !important;
  flex-grow: 1;
}

.max-width-16 {
  max-width: 256px !important;
  flex-grow: 1;
}

.max-width-17 {
  max-width: 272px !important;
  flex-grow: 1;
}

.max-width-18 {
  max-width: 288px !important;
  flex-grow: 1;
}

.max-width-19 {
  max-width: 304px !important;
  flex-grow: 1;
}

.max-width-20 {
  max-width: 320px !important;
  flex-grow: 1;
}

.max-width-21 {
  max-width: 336px !important;
  flex-grow: 1;
}

.max-width-22 {
  max-width: 352px !important;
  flex-grow: 1;
}

.max-width-23 {
  max-width: 368px !important;
  flex-grow: 1;
}

.max-width-24 {
  max-width: 384px !important;
  flex-grow: 1;
}

.max-width-25 {
  max-width: 400px !important;
  flex-grow: 1;
}

.max-width-26 {
  max-width: 416px !important;
  flex-grow: 1;
}

.max-width-27 {
  max-width: 432px !important;
  flex-grow: 1;
}

.max-width-28 {
  max-width: 448px !important;
  flex-grow: 1;
}

.max-width-29 {
  max-width: 464px !important;
  flex-grow: 1;
}

.max-width-30 {
  max-width: 480px !important;
  flex-grow: 1;
}

.min-width-1 {
  min-width: 16px !important;
}

.min-width-2 {
  min-width: 32px !important;
}

.min-width-3 {
  min-width: 48px !important;
}

.min-width-4 {
  min-width: 64px !important;
}

.min-width-5 {
  min-width: 80px !important;
}

.min-width-6 {
  min-width: 96px !important;
}

.min-width-7 {
  min-width: 112px !important;
}

.min-width-8 {
  min-width: 128px !important;
}

.min-width-9 {
  min-width: 144px !important;
}

.min-width-10 {
  min-width: 160px !important;
}

.min-width-11 {
  min-width: 176px !important;
}

.min-width-12 {
  min-width: 192px !important;
}

.min-width-13 {
  min-width: 208px !important;
}

.min-width-14 {
  min-width: 224px !important;
}

.min-width-15 {
  min-width: 240px !important;
}

.min-width-16 {
  min-width: 256px !important;
}

.min-width-17 {
  min-width: 272px !important;
}

.min-width-18 {
  min-width: 288px !important;
}

.min-width-19 {
  min-width: 304px !important;
}

.min-width-20 {
  min-width: 320px !important;
}

.min-width-21 {
  min-width: 336px !important;
}

.min-width-22 {
  min-width: 352px !important;
}

.min-width-23 {
  min-width: 368px !important;
}

.min-width-24 {
  min-width: 384px !important;
}

.min-width-25 {
  min-width: 400px !important;
}

.min-width-26 {
  min-width: 416px !important;
}

.min-width-27 {
  min-width: 432px !important;
}

.min-width-28 {
  min-width: 448px !important;
}

.min-width-29 {
  min-width: 464px !important;
}

.min-width-30 {
  min-width: 480px !important;
}

.offset-width-1 {
  margin-left: 16px !important;
}

.offset-width-2 {
  margin-left: 32px !important;
}

.offset-width-3 {
  margin-left: 48px !important;
}

.offset-width-4 {
  margin-left: 64px !important;
}

.offset-width-5 {
  margin-left: 80px !important;
}

.offset-width-6 {
  margin-left: 96px !important;
}

.offset-width-7 {
  margin-left: 112px !important;
}

.offset-width-8 {
  margin-left: 128px !important;
}

.offset-width-9 {
  margin-left: 144px !important;
}

.offset-width-10 {
  margin-left: 160px !important;
}

.offset-width-11 {
  margin-left: 176px !important;
}

.offset-width-12 {
  margin-left: 192px !important;
}

.offset-width-13 {
  margin-left: 208px !important;
}

.offset-width-14 {
  margin-left: 224px !important;
}

.offset-width-15 {
  margin-left: 240px !important;
}

.offset-width-16 {
  margin-left: 256px !important;
}

.offset-width-17 {
  margin-left: 272px !important;
}

.offset-width-18 {
  margin-left: 288px !important;
}

.offset-width-19 {
  margin-left: 304px !important;
}

.offset-width-20 {
  margin-left: 320px !important;
}

.offset-width-21 {
  margin-left: 336px !important;
}

.offset-width-22 {
  margin-left: 352px !important;
}

.offset-width-23 {
  margin-left: 368px !important;
}

.offset-width-24 {
  margin-left: 384px !important;
}

.offset-width-25 {
  margin-left: 400px !important;
}

.offset-width-26 {
  margin-left: 416px !important;
}

.offset-width-27 {
  margin-left: 432px !important;
}

.offset-width-28 {
  margin-left: 448px !important;
}

.offset-width-29 {
  margin-left: 464px !important;
}

.offset-width-30 {
  margin-left: 480px !important;
}

@keyframes onAutoFillStart {
  from {
    /**/
  }
  to {
    /**/
  }
}
@keyframes onAutoFillCancel {
  from {
    /**/
  }
  to {
    /**/
  }
}
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  -webkit-transition: transform 1ms;
  transition: transform 1ms;
}

input:not(:-webkit-autofill) {
  animation-name: onAutoFillCancel;
}

.ui-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ui-list > li {
  margin-bottom: 4px;
}
.ui-list > li:last-child {
  margin-bottom: 0;
}

.add-panel-widget-container {
  height: 100%;
}

.add-panel-widget {
  height: 100%;
}

.add-panel-widget__header {
  top: 0;
  position: absolute;
  padding: 0 8px;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: move;
  background: #F4F5F5;
  box-shadow: inset 0px -3px 10px #f4f5f8;
  border-bottom: 1px solid #F4F5F5;
}
.add-panel-widget__header .gicon {
  font-size: 30px;
  margin-right: 16px;
}
.add-panel-widget__header:hover {
  transition: background-color 0.1s ease-in-out;
  background-color: rgba(36, 41, 46, 0.12);
}

.add-panel-widget__title {
  font-size: 14px;
  font-weight: 500;
  margin-right: 32px;
}

.add-panel-widget__link {
  margin: 0 8px;
  width: 170px;
  height: 88px !important;
  flex-direction: column !important;
}

.add-panel-widget__icon {
  margin-bottom: 8px;
}
.add-panel-widget__icon .gicon {
  color: white;
  height: 44px;
  width: 53px;
  position: relative;
  left: 5px;
}

.add-panel-widget__create {
  display: inherit;
  margin-bottom: 24px;
  margin-top: 55px;
}

.add-panel-widget__actions {
  display: inherit;
}

.add-panel-widget__action {
  margin: 0 4px;
}

.add-panel-widget__btn-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: transparent;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #d8d9da;
  background-image: linear-gradient(to bottom, #d8d9da, #d8d9da);
  background-repeat: repeat-x;
  border-radius: 6px;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 0px;
  /* please don't change 'position' */
  position: absolute;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: transparent;
  opacity: 0.9;
}

.no-overlay-scrollbar ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.no-overlay-scrollbar ::-webkit-scrollbar:hover {
  height: 8px;
}
.no-overlay-scrollbar ::-webkit-scrollbar-button:start:decrement,
.no-overlay-scrollbar ::-webkit-scrollbar-button:end:increment {
  display: none;
}
.no-overlay-scrollbar ::-webkit-scrollbar-button:horizontal:decrement {
  display: none;
}
.no-overlay-scrollbar ::-webkit-scrollbar-button:horizontal:increment {
  display: none;
}
.no-overlay-scrollbar ::-webkit-scrollbar-button:vertical:decrement {
  display: none;
}
.no-overlay-scrollbar ::-webkit-scrollbar-button:vertical:increment {
  display: none;
}
.no-overlay-scrollbar ::-webkit-scrollbar-button:horizontal:decrement:active {
  background-image: none;
}
.no-overlay-scrollbar ::-webkit-scrollbar-button:horizontal:increment:active {
  background-image: none;
}
.no-overlay-scrollbar ::-webkit-scrollbar-button:vertical:decrement:active {
  background-image: none;
}
.no-overlay-scrollbar ::-webkit-scrollbar-button:vertical:increment:active {
  background-image: none;
}
.no-overlay-scrollbar ::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.no-overlay-scrollbar ::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d8d9da), color-stop(100%, #d8d9da));
  border: 1px solid #fbfbfb;
  border-top: 1px solid #fbfbfb;
  border-left: 1px solid #fbfbfb;
}
.no-overlay-scrollbar ::-webkit-scrollbar-thumb:horizontal {
  width: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8d9da), color-stop(100%, #d8d9da));
  border: 1px solid #fbfbfb;
  border-top: 1px solid #fbfbfb;
  border-left: 1px solid #fbfbfb;
}

.baron {
  overflow: hidden;
}

.main-view.baron {
  width: unset;
}

.baron__clipper {
  position: relative;
  overflow: hidden;
}

.baron__scroller {
  overflow-y: scroll;
  -ms-overflow-style: none;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  /* remove line to customize scrollbar in iOs */
}

.baron__scroller::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.baron__track {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.baron._scrollbar .baron__track {
  display: block;
}

.baron__free {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.baron__bar {
  display: none;
  position: absolute;
  right: 0;
  z-index: 1;
  background: #999;
  width: 15px;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  opacity: 0;
}

.baron._scrollbar .baron__bar {
  display: block;
  background-color: #d8d9da;
  background-image: linear-gradient(to bottom, #d8d9da, #d8d9da);
  background-repeat: repeat-x;
  border-radius: 6px;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.baron._scrollbar .baron__bar:hover, .baron._scrollbar .baron__bar:focus {
  opacity: 0.9;
}

.panel-hover-highlight .baron__track .baron__bar {
  opacity: 0.6;
}

.baron._scrolling > .baron__track .baron__bar {
  opacity: 0.9;
}

.baron__control {
  display: none;
}

.baron.panel-content--scrollable {
  width: calc(100% - 2px);
}
.baron.panel-content--scrollable .baron__scroller {
  padding-top: 1px;
}

.scroll-margin-helper {
  margin-right: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.5714285714;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
  border-radius: 2px;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: none;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn.focus {
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
}
.btn.disabled, .btn[disabled], .btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
  pointer-events: none;
}
.btn--radius-left-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn--radius-right-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-large {
  padding: 11px 24px;
  font-size: 18px;
  border-radius: 2px;
  font-weight: normal;
  height: 48px;
}
.btn-large .gicon {
  margin-right: 8px;
  filter: brightness(100);
}

.btn-small {
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 2px;
  height: 24px;
}

.btn-mini {
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 2px;
  height: height-smpx;
}

.btn-link {
  color: #555555;
  background: transparent;
}

.btn-success,
.btn-primary {
  color: #fff;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.1);
  background-color: #3368ca;
  background-image: linear-gradient(to bottom, #3871DC, rgb(44, 90, 176));
  background-repeat: repeat-x;
  border-color: #3871DC;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled],
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-image: none;
  background-color: #3871DC;
}

.btn-secondary {
  color: #fff;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.1);
  background-color: #e4e4e5;
  background-image: linear-gradient(to bottom, #ececec, #d8d9da);
  background-repeat: repeat-x;
  border-color: #ececec;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.disabled, .btn-secondary[disabled] {
  color: #fff;
  background-image: none;
  background-color: #ececec;
}

.btn-danger {
  color: #fff;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.1);
  background-color: #ce1f65;
  background-image: linear-gradient(to bottom, #E0226E, rgb(179, 27, 88));
  background-repeat: repeat-x;
  border-color: #E0226E;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background-image: none;
  background-color: #E0226E;
}

.btn-secondary {
  color: rgb(36, 41, 46);
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.1);
  background-color: #e4e4e5;
  background-image: linear-gradient(to bottom, #ececec, #d8d9da);
  background-repeat: repeat-x;
  border-color: #ececec;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.disabled, .btn-secondary[disabled] {
  color: rgb(36, 41, 46);
  background-image: none;
  background-color: #ececec;
}

.btn-inverse {
  color: #555555;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  background-color: #e4e4e5;
  background-image: linear-gradient(to bottom, #ececec, #d8d9da);
  background-repeat: repeat-x;
  border-color: #ececec;
  box-shadow: none;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #555555;
  background-image: none;
  background-color: #ececec;
}

.btn-transparent {
  background-color: transparent;
}

.btn-outline-primary {
  color: #ffffff;
  background-image: none;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #3871DC;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #ffffff;
  background-color: #3871DC;
}
.btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #3871DC;
}
.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #1c4aa1;
  border-color: #163a7e;
}
.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
  border-color: #8fafeb;
}
.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
  border-color: #8fafeb;
}

.btn-outline-secondary {
  color: #ffffff;
  background-image: none;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #d8d9da;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #ffffff;
  background-color: #d8d9da;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .open > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #d8d9da;
}
.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open > .btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #acaeb0;
  border-color: #97999c;
}
.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
  border-color: white;
}
.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
  border-color: white;
}

.btn-outline-inverse {
  color: #ffffff;
  background-image: none;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.btn-outline-inverse:hover {
  color: #ffffff;
  background-color: #ececec;
}
.btn-outline-inverse:focus, .btn-outline-inverse.focus {
  color: #ffffff;
  background-color: #ececec;
}
.btn-outline-inverse:active, .btn-outline-inverse.active, .open > .btn-outline-inverse.dropdown-toggle {
  color: #ffffff;
  background-color: #ececec;
}
.btn-outline-inverse:active:hover, .btn-outline-inverse:active:focus, .btn-outline-inverse:active.focus, .btn-outline-inverse.active:hover, .btn-outline-inverse.active:focus, .btn-outline-inverse.active.focus, .open > .btn-outline-inverse.dropdown-toggle:hover, .open > .btn-outline-inverse.dropdown-toggle:focus, .open > .btn-outline-inverse.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #acacac;
}
.btn-outline-inverse.disabled:focus, .btn-outline-inverse.disabled.focus, .btn-outline-inverse:disabled:focus, .btn-outline-inverse:disabled.focus {
  border-color: white;
}
.btn-outline-inverse.disabled:hover, .btn-outline-inverse:disabled:hover {
  border-color: white;
}

.btn-outline-danger {
  color: #ffffff;
  background-image: none;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #E0226E;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #ffffff;
  background-color: #E0226E;
}
.btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #E0226E;
}
.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #961549;
  border-color: #721037;
}
.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
  border-color: #ed7ba9;
}
.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
  border-color: #ed7ba9;
}

.btn-outline-disabled {
  color: #ffffff;
  background-image: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: none;
  cursor: default;
}
.btn-outline-disabled:hover {
  color: #ffffff;
  background-color: #555555;
}
.btn-outline-disabled:focus, .btn-outline-disabled.focus {
  color: #ffffff;
  background-color: #555555;
}
.btn-outline-disabled:active, .btn-outline-disabled.active, .open > .btn-outline-disabled.dropdown-toggle {
  color: #ffffff;
  background-color: #555555;
}
.btn-outline-disabled:active:hover, .btn-outline-disabled:active:focus, .btn-outline-disabled:active.focus, .btn-outline-disabled.active:hover, .btn-outline-disabled.active:focus, .btn-outline-disabled.active.focus, .open > .btn-outline-disabled.dropdown-toggle:hover, .open > .btn-outline-disabled.dropdown-toggle:focus, .open > .btn-outline-disabled.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #2a2a2a;
  border-color: #151515;
}
.btn-outline-disabled.disabled:focus, .btn-outline-disabled.disabled.focus, .btn-outline-disabled:disabled:focus, .btn-outline-disabled:disabled.focus {
  border-color: #888888;
}
.btn-outline-disabled.disabled:hover, .btn-outline-disabled:disabled:hover {
  border-color: #888888;
}
.btn-outline-disabled:hover, .btn-outline-disabled:active, .btn-outline-disabled:active:hover, .btn-outline-disabled:focus {
  color: #555555;
  background-color: transparent;
  border-color: #555555;
}

.btn-p-x-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.btn-p-x-0 {
  padding-left: 0;
  padding-right: 0;
}

.btn-service {
  position: relative;
}

.btn-service--github {
  background-color: #464646;
  border: 1px solid #393939;
}
.btn-service--github .btn-service-icon {
  font-size: 24px;
  border-right: 1px solid #393939;
}

.btn-service--gitlab {
  background-color: #fc6d26;
  border: 1px solid #e24329;
}
.btn-service--gitlab .btn-service-icon {
  font-size: 24px;
  border-right: 1px solid #e24329;
}

.btn-service--google {
  background-color: #e84d3c;
  border: 1px solid #b83e31;
}
.btn-service--google .btn-service-icon {
  font-size: 24px;
  border-right: 1px solid #b83e31;
}

.btn-service--azuread {
  background-color: #2f2f2f;
  border: 1px solid #2f2f2f;
}
.btn-service--azuread .btn-service-icon {
  font-size: 24px;
  border-right: 1px solid #2f2f2f;
}

.btn-service--grafanacom {
  background-color: #262628;
  border: 1px solid #393939;
}
.btn-service--grafanacom .btn-service-icon {
  font-size: 24px;
  border-right: 1px solid #393939;
}

.btn-service--okta {
  background-color: #2f2f2f;
  border: 1px solid #393939;
}
.btn-service--okta .btn-service-icon {
  font-size: 24px;
  border-right: 1px solid #393939;
}

.btn-service--oauth {
  background-color: #262628;
  border: 1px solid #393939;
}
.btn-service--oauth .btn-service-icon {
  font-size: 24px;
  border-right: 1px solid #393939;
}

.btn-service-icon {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  padding-left: 8px;
  padding-right: 8px;
  width: 35px;
  text-align: center;
}
.btn-service-icon::before {
  position: relative;
  top: 4px;
}

.btn-service--grafanacom .btn-service-icon {
  background-image: url(../img/grafana_mask_icon_white.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 60%;
}

.btn-service--azuread .btn-service-icon {
  background-image: url(../img/microsoft_auth_icon.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 60%;
}

.btn-service--okta .btn-service-icon {
  background-image: url(../img/okta_logo_white.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 60%;
}

.toggle-btn {
  background: #F4F5F5;
  color: rgba(36, 41, 46, 0.75);
  box-shadow: none;
}
.toggle-btn:first-child {
  border-radius: 2px 0 0 2px;
  margin: 0;
}
.toggle-btn:last-child {
  border-radius: 0 2px 2px 0;
  margin-left: 0 !important;
}
.toggle-btn.active {
  background-color: white;
  color: rgb(36, 41, 46);
}
.toggle-btn.active:hover {
  cursor: default;
}

.btn-loading span {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.btn-loading span:nth-child(2) {
  animation-delay: 0.2s;
}

.btn-loading span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes blink {
  0% {
    opacity: 0.2;
    font-size: 14;
  }
  20% {
    opacity: 1;
    font-size: 18;
  }
  100% {
    opacity: 0.2;
    font-size: 14;
  }
}
.nav {
  margin: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > .pull-right {
  float: right;
}

.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}

.nav-tabs > li {
  float: left;
}

.nav-tabs > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #8e8e8e;
  padding-left: 10px;
  margin: 0 0 10px 0;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border-radius: 3px;
  border-color: #8e8e8e;
  border-bottom: 1px solid #FFFFFF;
  color: rgb(36, 41, 46);
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.modal-body .nav-tabs {
  border-bottom: none;
}
.modal-body .nav-tabs > li > a {
  border: none;
  border-radius: 0;
}
.modal-body .nav-tabs > li > a:hover, .modal-body .nav-tabs > li > a:focus {
  border-bottom: 1px solid #1F62E0;
}
.modal-body .nav-tabs > .active > a,
.modal-body .nav-tabs > .active > a:hover,
.modal-body .nav-tabs > .active > a:focus {
  border: none;
  border-bottom: 1px solid #1F62E0;
  color: rgb(36, 41, 46);
}

.gf-tabs {
  float: left;
  position: relative;
  top: 1px;
}
.gf-tabs::after {
  content: "";
  display: table;
  clear: both;
}

.gf-tabs-item {
  float: left;
  list-style: none;
}

.gf-tabs-link {
  padding: 10px 15px 9px;
  margin-right: 8px;
  position: relative;
  display: block;
  border: solid transparent;
  border-width: 0 1px 1px;
  border-radius: 3px 3px 0 0;
  color: rgb(36, 41, 46);
}
.gf-tabs-link i {
  margin-right: 5px;
}
.gf-tabs-link .gicon {
  position: relative;
  top: -2px;
}
.gf-tabs-link:hover, .gf-tabs-link:focus {
  color: #000000;
}
.gf-tabs-link.active, .gf-tabs-link.active:hover, .gf-tabs-link.active:focus {
  border-color: #eb7b18 #ececec transparent;
  background: #F4F5F5;
  color: rgb(36, 41, 46);
  overflow: hidden;
}
.gf-tabs-link.active::before, .gf-tabs-link.active:hover::before, .gf-tabs-link.active:focus::before {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  top: 0;
  background-image: linear-gradient(90deg, #FF8833 0%, #F53E4C 100%);
}
.gf-tabs-link.active--panel {
  background: #FFFFFF !important;
}

.alert {
  padding: 15px 20px;
  margin-bottom: 4px;
  border-left: 3px solid #E0226E;
  background: #F4F5F5;
  position: relative;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.alert-success {
  border-color: #1B855E;
}

.alert-danger,
.alert-error {
  border-color: #E0226E;
}

.alert-info {
  border-color: #FAD34A;
}

.alert-warning {
  border-color: #FAD34A;
}

.page-alert-list {
  z-index: 8000;
  min-width: 400px;
  max-width: 600px;
  position: fixed;
  right: 10px;
  top: 60px;
}

.alert-close {
  padding: 0 0 0 16px;
  border: none;
  background: none;
  display: flex;
  align-items: center;
}
.alert-close .fa {
  align-self: flex-end;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.75);
}

.alert-title {
  font-weight: 500;
}

.alert-icon {
  padding: 0 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
}
.alert-icon .fa {
  font-size: 21px;
}

.alert-body {
  overflow-wrap: break-word;
  word-break: break-word;
  flex-grow: 1;
}

.alert-icon-on-top {
  align-items: flex-start;
}

@media (max-width: 768px) {
  .page-alert-list {
    min-width: 0;
    top: 30px;
    width: calc(100% - 20px);
    max-height: calc(100% - 60px);
    overflow-y: auto;
  }
}
/* ============================================================
  SWITCH 3 - YES NO
============================================================ */
gf-form-switch[disabled] .gf-form-switch,
gf-form-switch[disabled] .gf-form-switch-container {
  cursor: default;
  pointer-events: none !important;
}
gf-form-switch[disabled] .gf-form-switch .gf-form-label,
gf-form-switch[disabled] .gf-form-switch-container .gf-form-label {
  color: rgba(36, 41, 46, 0.75);
}

.gf-form-switch-container-react {
  display: flex;
  flex-shrink: 0;
}

.gf-form-switch-container {
  display: flex;
  cursor: pointer;
  margin-right: 4px;
}

.gf-form-switch {
  display: flex;
  position: relative;
  width: 56px;
  height: 32px;
  background: #ffffff;
  border: 1px solid rgba(36, 41, 46, 0.3);
  border-radius: 2px;
  align-items: center;
  justify-content: center;
}
.gf-form-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.gf-form-switch--transparent {
  background: transparent;
  border: 0;
  width: 40px;
}

/* The slider */
.gf-form-switch__slider {
  background: #ececec;
  border-radius: 8px;
  height: 16px;
  width: 32px;
  display: block;
  position: relative;
}
.gf-form-switch__slider::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  top: 2px;
  background: #fbfbfb;
  transition: 0.4s;
  border-radius: 50%;
  box-shadow: 0 0 3px #161719;
}

input:checked + .gf-form-switch__slider {
  background: #1f60c4;
}

input:checked + .gf-form-switch__slider::before {
  transform: translateX(16px);
}

.gf-form-checkbox {
  position: relative;
  display: flex;
  width: 50px;
  height: 32px;
  background: #ffffff;
  border: 1px solid rgba(36, 41, 46, 0.3);
  border-left: none;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
}
.gf-form-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
  appearance: none;
}
.gf-form-checkbox--transparent {
  background: transparent;
  border: none;
  width: 23px;
  height: auto;
  position: relative;
  padding-left: 8px;
}
.gf-form-checkbox--table-cell {
  width: 20px;
  background: transparent;
  height: auto;
  border: none;
  position: relative;
  top: -5px;
}

.gf-form-switch__checkbox {
  height: 16px;
  width: 16px;
  border-radius: 3px;
  border: 1px solid #b3b3b3;
  background: #f4f5f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

input:checked + .gf-form-switch__checkbox::before {
  font-family: "FontAwesome";
  content: "\f00c";
  color: #fbfbfb;
}

input:checked + .gf-form-switch__checkbox {
  background: linear-gradient(0deg, #ff9830, #e55400);
  border: none;
}

.tooltip {
  position: absolute;
  z-index: 1040;
  display: block;
  visibility: visible;
  line-height: 1.4;
  font-weight: 500;
  opacity: 0;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 400px;
  padding: 8px 16px;
  padding: 4px 8px;
  color: rgb(36, 41, 46);
  text-align: center;
  text-decoration: none;
  background-color: #F4F5F5;
  border-radius: 2px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #F4F5F5;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #F4F5F5;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #F4F5F5;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #F4F5F5;
}

.grafana-tooltip {
  position: absolute;
  top: -1000;
  left: 0;
  color: rgb(36, 41, 46);
  padding: 10px;
  font-size: 11pt;
  font-weight: 200;
  background-color: #F4F5F5;
  border-radius: 5px;
  z-index: 9999;
  max-width: 800px;
  max-height: 600px;
  overflow: hidden;
  line-height: 14px;
}
.grafana-tooltip a {
  color: #2f363c;
}
.grafana-tooltip a.external-link, .grafana-tooltip .grafana-info-box a, .grafana-info-box .grafana-tooltip a {
  color: #6E9FFF;
}

.grafana-tip {
  padding-left: 5px;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: 500;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #555555;
}

.label-tag {
  background-color: #9933cc;
  color: #f2f2f2;
  white-space: nowrap;
  border-radius: 3px;
  text-shadow: none;
  font-size: 12px;
  padding: 0px 6px;
  line-height: 20px;
  height: 20px;
}
.label-tag svg {
  margin-bottom: 0;
}
.label-tag .icon-tag {
  position: relative;
  top: 1px;
  padding-right: 4px;
}
.label-tag.muted {
  opacity: 0.85;
  background-color: #7a29a3;
  color: rgba(36, 41, 46, 0.75);
}
.label-tag:hover {
  opacity: 0.85;
  background-color: #7a29a3;
}
.label-tag--gray {
  opacity: 0.85;
  background-color: #555555;
  border-color: #8e8e8e;
}
.label-tag--gray:hover {
  background-color: #555555;
}

.graph-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 544px) {
  .graph-panel--legend-right {
    flex-direction: row;
  }
  .graph-panel--legend-right .graph-legend {
    flex: 0 1 10px;
    max-height: 100%;
    overflow-y: initial;
  }
  .graph-panel--legend-right .graph-legend-series {
    display: block;
    padding-left: 4px;
  }
  .graph-panel--legend-right .graph-legend-table .graph-legend-series {
    display: table-row;
  }
}

.graph-panel__chart {
  position: relative;
  cursor: crosshair;
  flex-grow: 1;
  min-height: 65%;
}

.datapoints-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin-top: -50px;
  margin-left: -100px;
  width: 200px;
  text-align: center;
  cursor: auto;
  padding: 10px;
}

.graph-legend {
  display: flex;
  flex: 0 1 auto;
  max-height: 35%;
  margin: 0;
  text-align: center;
  overflow-y: auto;
  padding-top: 6px;
  position: relative;
}
.graph-legend .popover-content {
  padding: 0;
}

.graph-legend-alias {
  background: transparent;
  border: none;
}

.graph-legend-content {
  position: relative;
}

.graph-legend-icon {
  position: relative;
  padding-right: 4px;
  top: 1px;
}

.graph-legend-icon,
.graph-legend-alias,
.graph-legend-value {
  display: inline;
  white-space: nowrap;
  font-size: 12px;
  text-align: left;
}
.graph-legend-icon.current::before,
.graph-legend-alias.current::before,
.graph-legend-value.current::before {
  content: "Current: ";
}
.graph-legend-icon.max::before,
.graph-legend-alias.max::before,
.graph-legend-value.max::before {
  content: "Max: ";
}
.graph-legend-icon.min::before,
.graph-legend-alias.min::before,
.graph-legend-value.min::before {
  content: "Min: ";
}
.graph-legend-icon.total::before,
.graph-legend-alias.total::before,
.graph-legend-value.total::before {
  content: "Total: ";
}
.graph-legend-icon.avg::before,
.graph-legend-alias.avg::before,
.graph-legend-value.avg::before {
  content: "Avg: ";
}

.graph-legend-icon .fa {
  font-size: 135%;
  position: relative;
  top: 1px;
}

.graph-legend-series {
  float: left;
  white-space: nowrap;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.graph-legend-series--right-y {
  float: right;
}

.graph-panel--legend-right .graph-legend-series--right-y {
  float: left;
}

.graph-legend-value {
  padding-left: 6px;
}

.graph-legend-table {
  padding-right: 5px;
  padding-left: 5px;
}
.graph-legend-table .graph-legend-series {
  display: table-row;
  float: none;
  padding-left: 0;
}
.graph-legend-table .graph-legend-series--right-y {
  float: none;
}
.graph-legend-table .graph-legend-series--right-y .graph-legend-alias::after {
  content: "(right-y)";
  padding: 0 5px;
  color: rgba(36, 41, 46, 0.75);
}
.graph-legend-table td,
.graph-legend-table .graph-legend-alias,
.graph-legend-table .graph-legend-icon,
.graph-legend-table .graph-legend-value {
  float: none;
  display: table-cell;
  white-space: nowrap;
  padding: 2px;
  text-align: right;
}
.graph-legend-table .graph-legend-icon {
  cursor: pointer;
}
.graph-legend-table .graph-legend-value {
  padding-left: 15px;
}
.graph-legend-table .graph-legend-alias {
  text-align: left;
  max-width: 650px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.graph-legend-table .graph-legend-series:nth-child(even) {
  background: #F4F5F5;
}
.graph-legend-table .graph-legend-value.current::before, .graph-legend-table .graph-legend-value.max::before, .graph-legend-table .graph-legend-value.min::before, .graph-legend-table .graph-legend-value.total::before, .graph-legend-table .graph-legend-value.avg::before {
  content: "";
}
.graph-legend-table th {
  text-align: right;
  padding: 0px 10px 1px 0;
  font-weight: bold;
  color: #1F62E0;
  font-size: 85%;
  white-space: nowrap;
}

.graph-legend-series__table-name {
  display: flex;
  align-items: center;
}

.graph-legend-series-hidden .graph-legend-value,
.graph-legend-series-hidden .graph-legend-alias {
  color: rgba(36, 41, 46, 0.5);
}

.graph-legend-popover {
  width: 210px;
}
.graph-legend-popover label {
  display: inline-block;
}
.graph-legend-popover .btn {
  padding: 1px 3px;
  margin-right: 0px;
  line-height: initial;
}

.annotation-tags {
  color: #9933cc;
}

.graph-series-override__properties {
  margin-left: 16px;
}

.graph-tooltip {
  white-space: nowrap;
  font-size: 12px;
  background-color: #ececec;
  color: rgb(36, 41, 46);
}
.graph-tooltip .graph-tooltip-time {
  text-align: center;
  position: relative;
  top: -3px;
  padding: 2px;
  font-weight: 500;
  color: rgb(36, 41, 46);
}
.graph-tooltip .graph-tooltip-list-item {
  display: table-row;
}
.graph-tooltip .graph-tooltip-list-item--highlight {
  color: #000000;
  font-weight: 500;
}
.graph-tooltip .graph-tooltip-series-name {
  display: table-cell;
  padding: 2px;
  max-width: 650px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.graph-tooltip .graph-tooltip-value {
  display: table-cell;
  font-weight: 500;
  padding-left: 15px;
  text-align: right;
}

.graph-annotation .label-tag {
  margin-right: 4px;
  margin-top: 8px;
}
.graph-annotation .graph-annotation__header {
  background: #F4F5F5;
  padding: 4px 8px;
  display: flex;
  flex-wrap: nowrap;
}
.graph-annotation .graph-annotation__title {
  font-weight: 500;
  padding-right: 16px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-grow: 1;
}
.graph-annotation .graph-annotation__edit-icon {
  padding-left: 16px;
}
.graph-annotation .graph-annotation__time {
  color: rgba(36, 41, 46, 0.75);
  font-style: italic;
  font-weight: normal;
  display: inline-block;
  position: relative;
  top: 1px;
}
.graph-annotation .graph-annotation__body {
  padding: 8px;
}
.graph-annotation .graph-annotation__user img {
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.graph-annotation a[href] {
  color: #1F62E0;
  text-decoration: underline;
}

.left-yaxis-label {
  top: 50%;
  left: 8px;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.right-yaxis-label {
  top: 50%;
  right: 8px;
  transform: translateX(50%) translateY(-50%) rotate(90deg);
}

.axisLabel {
  display: inline-block;
  color: rgb(36, 41, 46);
  font-size: 12px;
  position: absolute;
  text-align: center;
}

.alert-handle-wrapper {
  position: absolute;
  -webkit-user-select: none;
          user-select: none;
}
.alert-handle-wrapper .alert-handle {
  z-index: 10;
  position: relative;
  float: right;
  box-shadow: none;
  background: #F4F5F5;
  cursor: move;
  width: 100px;
  font-size: 12px;
  border-radius: 4px;
  text-align: left;
  color: rgba(36, 41, 46, 0.75);
}
.alert-handle-wrapper .alert-handle:hover {
  background-color: #d8d9da;
}
.alert-handle-wrapper .alert-handle .icon-gf {
  font-size: 14px;
  position: relative;
  top: 0px;
  float: left;
  border-right: 1px solid #d8d9da;
  padding: 6px 4px 4px 6px;
}
.alert-handle-wrapper .alert-handle-value {
  border-left: 1px solid #fbfbfb;
  padding: 4px 8px;
  padding: 7px;
  line-height: 24px;
  height: 24px;
}
.alert-handle-wrapper .alert-handle-value .alert-handle-grip {
  background: url("../img/grab_light.svg") no-repeat 50% 50%;
  background-size: 8px;
  float: right;
  width: 16px;
  height: 24px;
  margin-right: 2px;
}
.alert-handle-wrapper--T1 {
  right: -222px;
  width: 245px;
}
.alert-handle-wrapper--T1 .alert-handle-line {
  width: 145px;
}
.alert-handle-wrapper--T0 {
  right: -104px;
  width: 129px;
}
.alert-handle-wrapper--T0 .alert-handle-line {
  width: 28px;
}
.alert-handle-wrapper--no-value .alert-handle-line {
  display: none;
}
.alert-handle-wrapper .alert-handle-line {
  float: left;
  height: 2px;
  margin-top: 13px;
  z-index: 0;
  position: relative;
}
.alert-handle-wrapper .alert-handle-line--critical {
  background-color: rgba(237, 46, 24, 0.6);
}
.alert-handle-wrapper .alert-handle-line--warning {
  background-color: rgba(247, 149, 32, 0.6);
}

.thresholds-form-disabled {
  filter: blur(3px);
}

.submenu-controls {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  gap: 8px 16px;
  padding: 0 0 8px 0;
}

.submenu-item {
  display: inline-block;
}
.submenu-item .fa-caret-down {
  font-size: 75%;
  padding-left: 8px;
}
.submenu-item .gf-form {
  margin-bottom: 0;
}

.variable-link-wrapper {
  display: inline-block;
  position: relative;
}

.progress-tracker-container {
  height: 100%;
  display: flex;
  align-items: center;
}

.progress-tracker-close-btn {
  color: rgba(36, 41, 46, 0.75);
  position: absolute;
  z-index: 10;
  top: 8px;
  right: 8px;
  font-size: 18px;
  background-color: transparent;
  border: none;
}
.progress-tracker-close-btn:hover {
  color: #000000;
}

.progress-tracker {
  display: flex;
  width: 100%;
  padding: 0;
  align-items: center;
}

.progress-step {
  text-align: center;
  position: relative;
  flex: 1 1 0%;
  margin: 0;
  padding: 0;
  color: rgba(36, 41, 46, 0.75);
  height: 84px;
  min-width: 60px;
}
.progress-step::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 29px;
  bottom: 29px;
  right: -30px;
  width: 100%;
  height: 2px;
  border-top: 2px solid #b3b3b3;
}
.progress-step:first-child::after {
  left: 50%;
}
.progress-step:last-child::after {
  right: 50%;
}
.progress-step.active .progress-step-cta {
  display: inline-flex;
}
.progress-step.active .progress-title {
  font-weight: 400;
}
.progress-step.active .progress-text {
  display: none;
}
.progress-step.active .progress-marker .icon-gf {
  color: #eb7b18;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #FF8833 0%, #F53E4C 100%);
  -webkit-background-clip: text;
  text-decoration: none;
}
.progress-step.active .progress-marker .gicon {
  opacity: 1;
}
.progress-step.completed .progress-marker {
  color: #0A764E;
}
.progress-step.completed .progress-marker .icon-gf::before {
  content: "\e604";
}
.progress-step.completed .progress-text {
  text-decoration: line-through;
}

.progress-step-cta {
  padding: 4px 7px;
  font-size: 12px;
  border-radius: 2px;
  color: #fff;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.1);
  background-color: #3368ca;
  background-image: linear-gradient(to bottom, #3871DC, rgb(44, 90, 176));
  background-repeat: repeat-x;
  border-color: #3871DC;
  display: none;
}
.progress-step-cta:hover, .progress-step-cta:focus, .progress-step-cta:active, .progress-step-cta.active, .progress-step-cta.disabled, .progress-step-cta[disabled] {
  color: #fff;
  background-image: none;
  background-color: #3871DC;
}

.progress-marker {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 60px;
  height: 60px;
  padding-bottom: 2px;
  z-index: 1;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  color: rgba(36, 41, 46, 0.75);
  font-size: 35px;
  vertical-align: sub;
}

.progress-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(36, 41, 46, 0.75);
}

.progress-marker {
  color: rgba(36, 41, 46, 0.75);
  text-decoration: none;
  font-size: 35px;
  vertical-align: sub;
}
.progress-marker .gicon {
  opacity: 0.7;
}

a.progress-link:hover .progress-marker,
a.progress-link:hover .progress-text {
  color: #000000;
}
a.progress-link:hover:hover .progress-marker.completed {
  color: #0A764E;
}

.piechart-panel {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.piechart-panel .piechart-container {
  top: 10px;
  margin: auto;
}
.piechart-panel .piechart-container svg {
  width: 100%;
  height: 100%;
}
.piechart-panel .piechart-tooltip {
  white-space: nowrap;
  font-size: 12px;
  background-color: #141414;
  color: #d8d9da;
  opacity: 0;
  position: absolute;
}
.piechart-panel .piechart-tooltip .piechart-tooltip-time {
  text-align: center;
  position: relative;
  padding: 2px;
  font-weight: bold;
  color: #d8d9da;
}
.piechart-panel .piechart-tooltip .piechart-tooltip-time .piechart-tooltip-value {
  display: table-cell;
  font-weight: bold;
  padding: 15px;
  text-align: right;
}

.pluginlist-section-header {
  margin-bottom: 16px;
  color: rgba(36, 41, 46, 0.75);
}

.pluginlist-section {
  margin-bottom: 16px;
}

.pluginlist-link {
  display: block;
  margin: 3px;
  padding: 7px;
  background: #fbfbfb;
  box-shadow: none;
  border-radius: 2px;
}
.pluginlist-link:hover {
  background: #f4f5f8;
}

.pluginlist-icon {
  vertical-align: sub;
  font-size: 2rem;
  margin-right: 8px;
}

.pluginlist-image {
  width: 17px;
}

.pluginlist-title {
  margin-right: 5.3333333333px;
}

.pluginlist-version {
  font-size: 12px;
  color: rgba(36, 41, 46, 0.75);
}

.pluginlist-message {
  float: right;
  font-size: 12px;
}

.pluginlist-message--update:hover {
  border-bottom: 1px solid rgb(36, 41, 46);
}

.pluginlist-message--enable {
  color: #1F62E0;
}
.pluginlist-message--enable:hover {
  border-bottom: 1px solid #1F62E0;
}

.pluginlist-message--no-update {
  color: rgba(36, 41, 46, 0.75);
}

.pluginlist-emphasis {
  font-weight: 500;
}

.singlestat-panel {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.singlestat-panel-value-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 1;
  font-weight: 500;
  line-height: 1;
}

.panel-container--no-title .singlestat-panel-value-container {
  padding-bottom: 0;
}

.singlestat-panel-prefix {
  padding-right: 20px;
}

#flotGaugeValue0 {
  font-weight: 500;
}

.table-panel-content {
  padding: 0;
}
.table-panel-content .panel-title-container {
  padding-bottom: 4px;
}

.table-panel-scroll {
  overflow: auto;
}

.table-panel-container {
  padding-top: 2.2em;
  position: relative;
}

.table-panel-footer {
  text-align: center;
  font-size: 90%;
  line-height: 2px;
}
.table-panel-footer ul {
  position: relative;
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
}
.table-panel-footer ul > li {
  display: inline;
}
.table-panel-footer ul > li > a {
  float: left;
  padding: 4px 12px;
  text-decoration: none;
  border-left-width: 0;
}
.table-panel-footer ul > li > a:hover {
  background-color: #F4F5F5;
}
.table-panel-footer ul > li > a.active {
  font-weight: bold;
  color: #1F62E0;
}

.table-panel-table {
  width: 100%;
  border-collapse: collapse;
}
.table-panel-table th {
  padding: 0;
}
.table-panel-table th:first-child .table-panel-table-header-inner {
  padding-left: 15px;
}
.table-panel-table td {
  padding: 0.45em 1.1em;
  border-bottom: 2px solid #F4F5F5;
  border-right: 2px solid #F4F5F5;
}
.table-panel-table td:first-child {
  padding-left: 15px;
}
.table-panel-table td:last-child {
  border-right: none;
}
.table-panel-table td.table-panel-cell-pre {
  white-space: pre;
}
.table-panel-table td.table-panel-cell-link {
  padding: 0;
}
.table-panel-table td.table-panel-cell-link a {
  padding: 0.45em 0 0.45em 1.1em;
  height: 100%;
  display: inline-block;
  text-decoration: underline;
  text-underline-position: under;
}
.table-panel-table td.cell-highlighted:hover {
  background-color: #F4F5F5;
}
.table-panel-table td:hover .table-panel-filter-link {
  visibility: visible;
}

.table-panel-filter-link {
  visibility: hidden;
  color: rgba(36, 41, 46, 0.75);
  float: right;
  display: block;
  padding: 0 5px;
}

.table-panel-header-bg {
  background: #fbfbfb;
  border-top: 2px solid #F4F5F5;
  border-bottom: 2px solid #F4F5F5;
  height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.table-panel-table-header-inner {
  padding: 0.3em 0 0.45em 1.1em;
  text-align: left;
  color: #1F62E0;
  position: absolute;
  top: 0;
}

.table-panel-width-hack {
  visibility: hidden;
  height: 0px;
  line-height: 0px;
}

.table-panel-color-cell {
  color: white;
}
.table-panel-color-cell a {
  color: white;
}

.table-panel-color-row {
  color: white;
}
.table-panel-color-row a {
  color: white;
}

.heatmap-canvas-wrapper {
  cursor: crosshair;
}

.heatmap-panel {
  position: relative;
}
.heatmap-panel .axis .tick text {
  fill: rgb(36, 41, 46);
  color: rgb(36, 41, 46);
  font-size: 11px;
}
.heatmap-panel .axis .tick line {
  opacity: 0.4;
  stroke: rgba(36, 41, 46, 0.75);
}
.heatmap-panel svg {
  pointer-events: none;
}
.heatmap-panel svg rect {
  pointer-events: visiblePainted;
}

.heatmap-tooltip {
  white-space: nowrap;
  font-size: 12px;
  background-color: #ececec;
  color: rgb(36, 41, 46);
}

.heatmap-histogram rect {
  fill: rgba(36, 41, 46, 0.75);
}

.heatmap-crosshair line {
  stroke: #9f164d;
  stroke-width: 1;
}

.heatmap-selection {
  stroke-width: 1;
  fill: rgba(102, 102, 102, 0.4);
  stroke: rgba(102, 102, 102, 0.8);
}

.heatmap-legend-wrapper {
  margin: 0 16px;
  padding-top: 4px;
}
.heatmap-legend-wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.heatmap-legend-wrapper svg {
  width: 100%;
  max-width: 300px;
  height: 18px;
  float: left;
  white-space: nowrap;
}
.heatmap-legend-wrapper .heatmap-legend-values {
  display: inline-block;
}
.heatmap-legend-wrapper .axis .tick text {
  fill: rgb(36, 41, 46);
  color: rgb(36, 41, 46);
  font-size: 11px;
}
.heatmap-legend-wrapper .axis .tick line {
  opacity: 0.4;
  stroke: rgba(36, 41, 46, 0.75);
}
.heatmap-legend-wrapper .axis .tick .domain {
  opacity: 0.4;
  stroke: rgba(36, 41, 46, 0.75);
}

.bootstrap-tagsinput {
  display: inline-block;
  padding: 0 0 0 6px;
  vertical-align: middle;
  max-width: 100%;
  line-height: 22px;
  background-color: #FFFFFF;
  border: 1px solid rgba(36, 41, 46, 0.3);
}
.bootstrap-tagsinput input {
  display: inline-block;
  border: none;
  margin: 0px;
  border-radius: 0;
  padding: 8px 6px;
  height: 100%;
  width: 70px;
  box-sizing: border-box;
}
.bootstrap-tagsinput input.gf-form-input--has-help-icon {
  padding-right: 32px;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: #ffffff;
}
.bootstrap-tagsinput .tag [data-role=remove] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role=remove]::after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role=remove]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role=remove]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.tag-filter {
  flex-grow: 1;
}
.tag-filter .label-tag {
  margin-left: 6px;
  cursor: pointer;
}
.tag-filter .label-tag .fa.fa-remove {
  margin-right: 3px;
}

.tag-filter-option {
  position: relative;
  text-align: left;
  width: 100%;
  display: block;
  border-radius: 0;
  cursor: pointer;
  padding: 2px 0;
}

.tag-count-label {
  margin-left: 3px;
}

.tag-filter-values {
  display: inline;
}
.tag-filter-values .label-tag {
  margin: 6px 6px 0px 0px;
  font-size: 11px;
  cursor: pointer;
}
.tag-filter-values .label-tag .fa.fa-remove {
  margin-right: 3px;
}

.grafana-options-table {
  width: 100%;
}
.grafana-options-table th {
  text-align: left;
  padding: 5px 10px;
  border-bottom: 4px solid #FFFFFF;
}
.grafana-options-table tr td {
  background-color: #fbfbfb;
  padding: 5px 10px;
  white-space: nowrap;
  border-bottom: 4px solid #FFFFFF;
}
.grafana-options-table tr td.nobg {
  background-color: transparent;
}
.grafana-options-table .max-width-btns {
  padding-right: 0px;
}
.grafana-options-table .max-width-btns .btn {
  box-sizing: border-box;
  width: 100%;
}

.max-width {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.grafana-list-item {
  display: block;
  padding: 1px 10px;
  line-height: 34px;
  background-color: #fbfbfb;
  margin-bottom: 4px;
  cursor: pointer;
}

.search-results-container {
  display: block;
  padding: 16px;
  position: relative;
  flex-grow: 10;
  margin-bottom: 16px;
  background: #FFFFFF;
  border: 1px solid rgba(36, 41, 46, 0.12);
  border-radius: 3px;
  height: unset;
}
.search-results-container .label-tag {
  margin-top: 2px;
  margin-left: 6px;
  font-size: 11px;
  padding: 2px 6px;
}
.search-results-container .selected .search-result-tag {
  opacity: 0.7;
  color: white;
}

.search-section {
  background: #FFFFFF;
  border-bottom: 1px solid #e9edf2;
  padding: 0px 4px 4px 4px;
  margin-bottom: 3px;
}

.search-section__header {
  font-size: 1rem;
  padding: 7px 4px 3px 0;
  color: rgba(36, 41, 46, 0.75);
  display: flex;
  flex-grow: 1;
}
.search-section__header:hover, .search-section__header.selected {
  color: rgb(36, 41, 46);
}
.search-section__header:hover .search-section__header__link {
  opacity: 1;
}

.search-section__header__icon {
  padding: 5px 0px;
  width: 43px;
  text-align: center;
}

.search-section__header__toggle {
  padding: 5px;
}

.search-section__header__text {
  flex-grow: 1;
  line-height: 24px;
}

.search-section__header__link {
  padding: 2px 10px 0;
  color: rgba(36, 41, 46, 0.75);
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}

.search-item {
  display: block;
  margin: 3px;
  padding: 7px;
  background: #fbfbfb;
  box-shadow: none;
  border-radius: 2px;
  display: flex;
  flex-grow: 1;
  align-items: center;
  height: auto;
  min-height: 37px;
  white-space: initial;
  padding: 0px;
}
.search-item:hover {
  background: #f4f5f8;
}
.search-item:hover, .search-item.selected {
  background: #f4f5f8;
}
.search-item:hover .search-item__body-title, .search-item.selected .search-item__body-title {
  color: #000000;
}

.search-item__body {
  flex: 1 1 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}

.search-item__body-folder-title {
  color: rgba(36, 41, 46, 0.75);
  font-size: 10px;
  line-height: 11px;
  position: relative;
  top: -1px;
}

.search-item__icon {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  font-size: 19px;
  padding: 0 2px 0 10px;
}

.search-item__tags {
  display: none;
  padding: 10px;
}

.search-item__actions {
  flex: 0 0 auto;
  padding: 0 10px 0 0;
}

.search-item__actions__item {
  display: inline-block;
  opacity: 0;
  width: 0;
  transition: all 0.2s ease-in-out;
}
.search-item__actions__item .fa-star,
.search-item__actions__item .fa-star-o {
  color: #eb7b18;
  line-height: 37px;
}

.search-item:hover .search-item__actions__item {
  width: 15px;
  opacity: 1;
}

.search-button-row {
  text-align: center;
  padding: 32px 16px;
  background: #FFFFFF;
}

@media (min-width: 769px) {
  .search-item__tags {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: -2px;
  }
}
.gf-form {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
  position: relative;
  margin-bottom: 4px;
}
.gf-form--offset-1 {
  margin-left: 16px;
}
.gf-form--grow {
  flex-grow: 1;
}
.gf-form--flex-end {
  justify-content: flex-end;
}
.gf-form--align-center {
  align-content: center;
}
.gf-form--alt {
  flex-direction: column;
  align-items: flex-start;
}
.gf-form--alt .gf-form-label {
  padding: 4px 0;
}

.gf-form--has-input-icon {
  position: relative;
  margin-right: 4px;
}
.gf-form--has-input-icon .gf-form-input-icon {
  position: absolute;
  top: 8px;
  font-size: 18px;
  left: 10px;
  color: rgba(36, 41, 46, 0.5);
}
.gf-form--has-input-icon > input {
  padding-left: 35px;
}
.gf-form--has-input-icon > input:focus + .gf-form-input-icon {
  color: rgba(36, 41, 46, 0.75);
}
.gf-form--has-input-icon .Select--multi .Select-multi-value-wrapper,
.gf-form--has-input-icon .Select-placeholder {
  padding-left: 30px;
}

.gf-form-disabled {
  color: rgba(36, 41, 46, 0.75);
}
.gf-form-disabled .gf-form-select-wrapper::after {
  color: rgba(36, 41, 46, 0.75);
}
.gf-form-disabled a,
.gf-form-disabled .gf-form-input {
  color: rgba(36, 41, 46, 0.75);
}

.gf-form-group {
  margin-bottom: 40px;
}

.gf-form-inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.gf-form-inline--nowrap {
  flex-wrap: nowrap;
}
.gf-form-inline--xs-view-flex-column {
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 543px) {
  .gf-form-inline--xs-view-flex-column {
    flex-direction: column;
  }
}
.gf-form-inline .select-container {
  margin-right: 4px;
}
.gf-form-inline .gf-form-spacing {
  margin-right: 4px;
}

.gf-form-button-row {
  padding-top: 24px;
}
.gf-form-button-row a,
.gf-form-button-row button {
  margin-right: 16px;
}

.gf-form-label {
  display: flex;
  align-items: center;
  padding: 0 8px;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 12px;
  background-color: #F4F5F5;
  height: 32px;
  line-height: 32px;
  margin-right: 4px;
  border-radius: 2px;
  justify-content: space-between;
  border: none;
}
.gf-form-label--grow {
  flex-grow: 1;
}
.gf-form-label--error {
  color: #CF0E5B;
}
.gf-form-label--transparent {
  background-color: transparent;
  border: 0;
  text-align: right;
  padding-left: 0px;
}
.gf-form-label--variable {
  color: #1F62E0;
  background: #FFFFFF;
  border: 1px solid rgba(36, 41, 46, 0.12);
}
.gf-form-label--dashlink {
  background: #FFFFFF;
  border: 1px solid rgba(36, 41, 46, 0.12);
}
.gf-form-label--justify-left {
  justify-content: left;
}
.gf-form-label--btn {
  border: none;
  border-radius: 2px;
}
.gf-form-label--btn:hover {
  background: #f4f5f8;
  color: rgb(36, 41, 46);
}
.gf-form-label:disabled {
  color: rgba(36, 41, 46, 0.75);
}

.gf-form-label + .gf-form-label {
  margin-right: 4px;
}

.gf-form-pre {
  display: block !important;
  flex-grow: 1;
  margin: 0;
  margin-right: 4px;
  border: 1px solid transparent;
  border-left: none;
  border-radius: 2px;
}

.gf-form-textarea {
  max-width: 650px;
}

.gf-form-input {
  display: block;
  width: 100%;
  height: 32px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 18px;
  color: rgb(36, 41, 46);
  background-color: #FFFFFF;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(36, 41, 46, 0.3);
  border-radius: 2px;
  margin-right: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
textarea.gf-form-input {
  overflow: auto;
  white-space: pre-wrap;
  padding: 6px 8px;
  min-height: 32px;
  height: auto;
}

.gf-form-input::-ms-expand {
  background-color: transparent;
  border: 0;
  display: none;
}
.gf-form-input:focus {
  border-color: #5794f2;
  outline: none;
}
.gf-form-input::placeholder {
  color: rgba(36, 41, 46, 0.5);
  opacity: 1;
}
.gf-form-input:disabled, .gf-form-input[readonly] {
  background-color: rgba(36, 41, 46, 0.04);
  opacity: 1;
}
.gf-form-input:disabled {
  cursor: not-allowed;
}
.gf-form-input.gf-size-auto {
  width: auto;
}
.gf-form-input--dropdown {
  padding-right: 24px;
  position: relative;
  display: flex;
  align-items: center;
}
.gf-form-input--dropdown::after {
  position: absolute;
  top: 36%;
  right: 11px;
  font-size: 11px;
  background-color: transparent;
  color: rgb(36, 41, 46);
  font: normal normal normal 12px / 1 FontAwesome;
  content: "\f0d7";
  pointer-events: none;
}
.gf-form-input--small {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
}
.gf-form-input--plaintext {
  white-space: unset;
}
.gf-form-input--has-help-icon {
  padding-right: 32px;
}

.gf-form-hint {
  width: 100%;
}

.gf-form-hint-text {
  display: block;
  text-align: right;
  padding-top: 0.5em;
}

.gf-form-select-wrapper {
  position: relative;
  background-color: #FFFFFF;
  margin-right: 4px;
}
.gf-form-select-wrapper .gf-form-select-icon {
  position: absolute;
  z-index: 1;
  left: 0 8px;
  top: 50%;
  margin-top: -7px;
}
.gf-form-select-wrapper .gf-form-select-icon + .gf-form-input {
  position: relative;
  z-index: 2;
  padding-left: 32px;
  background-color: transparent;
}
.gf-form-select-wrapper .gf-form-select-icon + .gf-form-input option {
  color: #000000;
}
.gf-form-select-wrapper .gf-form-input {
  margin-right: 0;
  line-height: 32px;
}
.gf-form-select-wrapper select.gf-form-input {
  text-indent: 0.01px;
  text-overflow: "";
  padding-right: 32px;
  appearance: none;
}
.gf-form-select-wrapper select.gf-form-input:-moz-focusring {
  outline: none;
  color: transparent;
  text-shadow: 0 0 0 rgb(36, 41, 46);
}
.gf-form-select-wrapper select.gf-form-input.ng-empty {
  color: rgba(36, 41, 46, 0.75);
}
.gf-form-select-wrapper::after {
  position: absolute;
  top: 36%;
  right: 11px;
  background-color: transparent;
  color: rgb(36, 41, 46);
  font: normal normal normal 12px / 1 FontAwesome;
  content: "\f0d7";
  pointer-events: none;
  font-size: 11px;
}
.gf-form-select-wrapper--has-help-icon::after {
  right: 32px;
}

.gf-form--v-stretch {
  align-items: stretch;
}

.gf-form-btn {
  padding: 0 8px;
  margin-right: 4px;
  line-height: 18px;
  font-size: 12px;
  flex-shrink: 0;
  flex-grow: 0;
}

.natural-language-inputinput[type=number] {
  font-size: 14px;
  line-height: 18px;
  margin: -6px -5px 0 5px;
  padding: 4px;
}

.gf-form-dropdown-typeahead {
  position: relative;
}
.gf-form-dropdown-typeahead::after {
  position: absolute;
  top: 35%;
  right: 8px;
  background-color: transparent;
  color: rgb(36, 41, 46);
  font: normal normal normal 12px / 1 FontAwesome;
  content: "\f0d7";
  pointer-events: none;
  font-size: 11px;
}

.gf-form-help-icon {
  flex-grow: 0;
  color: rgba(36, 41, 46, 0.75);
}
.gf-form-help-icon--bold {
  color: #000000;
  padding-left: 0;
}
.gf-form-help-icon--right-absolute {
  position: absolute;
  right: 16px;
  top: 6px;
}
.gf-form-help-icon--right-normal {
  float: right;
}
.gf-form-help-icon--header {
  margin-bottom: 2px;
}
.gf-form-help-icon--small-padding {
  padding-left: 4px;
}
.gf-form-help-icon:hover {
  color: rgb(36, 41, 46);
}

select.gf-form-input ~ .gf-form-help-icon {
  right: 10px;
}

.gf-form-icon--right-absolute {
  position: absolute;
  right: 16px;
  top: 10px;
  color: rgba(36, 41, 46, 0.75);
}

.cta-form {
  position: relative;
  padding: 24px;
  background-color: #f4f5f8;
  margin-bottom: 24px;
  border-top: 3px solid #1B855E;
}

.cta-form__close {
  background: transparent;
  padding: 4px 8px 4px 9px;
  border: none;
  position: absolute;
  right: 0;
  top: -2px;
  font-size: 14px;
}
.cta-form__close:hover {
  color: #000000;
}

.cta-form__bar {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}

.cta-form__bar-header {
  font-size: 1.2857142857rem;
  padding-right: 20px;
}

.navbar-page-btn {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 18px;
  min-height: 52px;
}
.navbar-page-btn .gicon {
  top: -2px;
  position: relative;
  font-size: 17px;
  line-height: 8px;
  opacity: 0.75;
  margin-right: 10px;
  display: none;
}
@media (min-width: 769px) {
  .navbar-page-btn .gicon {
    display: inline-block;
  }
}
.navbar-page-btn .navbar-page-btn__folder-icon {
  display: none;
}
@media (min-width: 769px) {
  .navbar-page-btn .navbar-page-btn__folder-icon {
    display: inline-block;
  }
}

.filter-controls-filters {
  display: inline-block;
  margin-bottom: 40px;
}

.tab-pane > .filter-controls-filters {
  margin-top: 20px;
}

.filter-controls-actions {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.filter-controls-actions > li {
  display: inline-block;
  margin-right: 10px;
}

.filter-controls-actions-selected {
  text-transform: uppercase;
}

.filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-list > li {
  padding: 10px;
  margin-bottom: 2px;
  background: #FFFFFF;
}
.filter-list > li:last-child {
  margin: 0;
}

.filter-list-card {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-list-card > li {
  display: table-cell;
  vertical-align: top;
}

.filter-list-card-select {
  width: 23px;
  padding-right: 5px;
}

.filter-list-card-title {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.filter-list-card-image {
  width: 50px;
  padding: 5px 50px 5px 5px;
}

.filter-list-card-status {
  color: #777;
  font-size: 12px;
}

.filter-list-card-state {
  display: inline-block;
  padding: 5px 0 0 28px;
  background: 0 bottom no-repeat;
  background-size: 24px auto;
  font-size: 14px;
  text-transform: uppercase;
}
.filter-list-card-state.online {
  background-image: url("/img/online.svg");
  color: #0A764E;
}
.filter-list-card-state.warn {
  background-image: url("/img/warn-tiny.svg");
  color: #8A6C00;
}
.filter-list-card-state.critical {
  background-image: url("/img/critical.svg");
  color: #CF0E5B;
}

.filter-list-card-controls {
  float: right;
}

.filter-list-card-links,
.filter-list-card-config,
.filter-list-card-expand {
  display: inline-block;
  vertical-align: middle;
}

.filter-list-card-link {
  display: block;
  color: #777;
  text-align: right;
}
.filter-list-card-link > a {
  color: #777;
}

.filter-list-card-config {
  padding: 8px 8px 8px 16px;
  color: #777;
  font-size: 25px;
}
.filter-list-card-config > a {
  color: #777;
}

.filter-list-card-expand {
  width: 20px;
  padding: 8px 0 8px 8px;
  color: #aaa;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
}

.filter-list-card-details {
  padding: 20px 0 0 30px;
}

.filter-list-card-details-heading {
  font-weight: normal;
}
.filter-list-card-details-heading > a {
  float: right;
  color: #1F62E0;
  font-size: 12px;
}

.filter-table * {
  box-sizing: border-box;
}

.filter-table {
  width: 100%;
  border-collapse: separate;
}
.filter-table tbody tr:nth-child(odd) {
  background: rgb(249, 249, 249);
}
.filter-table th {
  width: auto;
  padding: 4px 8px;
  text-align: left;
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
}
.filter-table td {
  padding: 4px 8px;
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
}
.filter-table td.filter-table__switch-cell {
  padding: 0;
  border-right: 3px solid #F4F5F5;
}
.filter-table .link-td {
  padding: 0;
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
}
.filter-table .link-td.filter-table__switch-cell {
  padding: 0;
  border-right: 3px solid #F4F5F5;
}
.filter-table .link-td a {
  display: block;
  padding: 0px 8px;
  height: 30px;
}
.filter-table .ellipsis {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-table .expanded {
  border-color: #FFFFFF;
}
.filter-table .expanded > td {
  padding-bottom: 0;
}
.filter-table .filter-table__avatar {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.filter-table--hover tbody tr:hover {
  background: rgb(242, 242, 242);
}

.filter-table__weak-italic {
  font-style: italic;
  color: rgba(36, 41, 46, 0.75);
}

.editor-row {
  vertical-align: top;
}

.section {
  margin-right: 42px;
  vertical-align: top;
  display: inline-block;
}

div.editor-option {
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
}

div.editor-option label {
  display: block;
}

.slate-query-field {
  font-size: 14px;
  font-family: "Roboto Mono", monospace;
  height: auto;
  word-break: break-word;
  overflow: auto;
}

.slate-query-field__wrapper {
  position: relative;
  display: inline-block;
  padding: 6px 8px;
  min-height: 32px;
  width: 100%;
  color: rgb(36, 41, 46);
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid rgba(36, 41, 46, 0.3);
  border-radius: 2px;
  transition: all 0.3s;
  line-height: 18px;
}

.slate-query-field__wrapper--disabled {
  background-color: inherit;
  cursor: not-allowed;
}

.slate-typeahead .typeahead {
  position: relative;
  z-index: 1030;
  border-radius: 2px;
  border: 1px solid rgba(36, 41, 46, 0.12);
  max-height: 66vh;
  overflow-y: scroll;
  overflow-x: hidden;
  outline: none;
  list-style: none;
  background: #FFFFFF;
  color: rgb(36, 41, 46);
  box-shadow: 0 5px 10px 0 #ececec;
}
.slate-typeahead .typeahead-group__title {
  color: rgba(36, 41, 46, 0.75);
  font-size: 12px;
  line-height: 1.5714285714;
  padding: 8px;
}
.slate-typeahead .typeahead-item {
  height: auto;
  font-family: "Roboto Mono", monospace;
  padding: 8px 8px 8px 16px;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 1;
  display: block;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.slate-typeahead .typeahead-item__selected {
  background-color: #f4f5f8;
}
.slate-typeahead .typeahead-item__selected .typeahead-item-hint {
  font-size: 10px;
  color: rgb(36, 41, 46);
  white-space: normal;
}
.slate-typeahead .typeahead-match {
  color: #ecbb13;
  border-bottom: 1px solid #ecbb13;
  padding: inherit;
  background: inherit;
}

/* SYNTAX */
.slate-query-field .token.comment,
.slate-query-field .token.block-comment,
.slate-query-field .token.prolog,
.slate-query-field .token.doctype,
.slate-query-field .token.cdata,
.prism-syntax-highlight .token.comment,
.prism-syntax-highlight .token.block-comment,
.prism-syntax-highlight .token.prolog,
.prism-syntax-highlight .token.doctype,
.prism-syntax-highlight .token.cdata {
  color: rgba(36, 41, 46, 0.75);
}
.slate-query-field .token.variable,
.slate-query-field .token.entity,
.prism-syntax-highlight .token.variable,
.prism-syntax-highlight .token.entity {
  color: rgb(36, 41, 46);
}
.slate-query-field .token.property,
.slate-query-field .token.tag,
.slate-query-field .token.constant,
.slate-query-field .token.symbol,
.slate-query-field .token.deleted,
.prism-syntax-highlight .token.property,
.prism-syntax-highlight .token.tag,
.prism-syntax-highlight .token.constant,
.prism-syntax-highlight .token.symbol,
.prism-syntax-highlight .token.deleted {
  color: #CF0E5B;
}
.slate-query-field .token.attr-value,
.slate-query-field .token.selector,
.slate-query-field .token.string,
.slate-query-field .token.char,
.slate-query-field .token.builtin,
.slate-query-field .token.inserted,
.prism-syntax-highlight .token.attr-value,
.prism-syntax-highlight .token.selector,
.prism-syntax-highlight .token.string,
.prism-syntax-highlight .token.char,
.prism-syntax-highlight .token.builtin,
.prism-syntax-highlight .token.inserted {
  color: #0A764E;
}
.slate-query-field .token.boolean,
.slate-query-field .token.number,
.slate-query-field .token.operator,
.slate-query-field .token.url,
.prism-syntax-highlight .token.boolean,
.prism-syntax-highlight .token.number,
.prism-syntax-highlight .token.operator,
.prism-syntax-highlight .token.url {
  color: #fe85fc;
}
.slate-query-field .token.function,
.slate-query-field .token.attr-name,
.slate-query-field .token.function-name,
.slate-query-field .token.atrule,
.slate-query-field .token.keyword,
.slate-query-field .token.class-name,
.prism-syntax-highlight .token.function,
.prism-syntax-highlight .token.attr-name,
.prism-syntax-highlight .token.function-name,
.prism-syntax-highlight .token.atrule,
.prism-syntax-highlight .token.keyword,
.prism-syntax-highlight .token.class-name {
  color: #1F62E0;
}
.slate-query-field .token.punctuation,
.slate-query-field .token.regex,
.slate-query-field .token.important,
.prism-syntax-highlight .token.punctuation,
.prism-syntax-highlight .token.regex,
.prism-syntax-highlight .token.important {
  color: #eb7b18;
}
.slate-query-field .token.important,
.prism-syntax-highlight .token.important {
  font-weight: normal;
}
.slate-query-field .token.bold,
.prism-syntax-highlight .token.bold {
  font-weight: bold;
}
.slate-query-field .token.italic,
.prism-syntax-highlight .token.italic {
  font-style: italic;
}
.slate-query-field .token.entity,
.prism-syntax-highlight .token.entity {
  cursor: help;
}
.slate-query-field .namespace,
.prism-syntax-highlight .namespace {
  opacity: 0.7;
}

.typeahead {
  max-height: 300px;
  overflow-y: auto;
}

.typeahead strong {
  color: #ecbb13;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background-color: #FFFFFF;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.7;
}

.modal {
  position: fixed;
  z-index: 1060;
  width: 100%;
  background: #F4F5F5;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
  max-width: 750px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 10%;
}

.modal-header {
  background: #F4F5F5;
  box-shadow: inset 0px -3px 10px #f4f5f8;
  border-bottom: 1px solid #F4F5F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-header-title {
  font-size: 18px;
  float: left;
  padding-top: 8px;
  margin: 0 16px;
}

.modal-header-close {
  float: right;
  padding: 9px 16px;
}

.modal-body {
  position: relative;
}

.modal-content {
  padding: 32px;
}
.modal-content--has-scroll {
  max-height: calc(100vh - 400px);
  position: relative;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  border-top: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  text-align: right;
}
.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}

.modal--narrow {
  max-width: 500px;
}

.confirm-modal {
  max-width: 500px;
}
.confirm-modal .confirm-modal-icon {
  padding-top: 41px;
  font-size: 280%;
  color: #1B855E;
  padding-bottom: 20px;
}
.confirm-modal .confirm-modal-text {
  font-size: 1.2857142857rem;
  color: rgb(36, 41, 46);
  margin-bottom: 32px;
  padding-top: 16px;
}
.confirm-modal .confirm-modal-text2 {
  font-size: 14px;
  padding-top: 16px;
}
.confirm-modal .confirm-modal-buttons {
  margin-bottom: 16px;
}
.confirm-modal .confirm-modal-buttons button {
  margin-right: 8px;
}
.confirm-modal .modal-content-confirm-text {
  margin-bottom: 32px;
}
.confirm-modal .modal-content-confirm-text span {
  text-align: center;
}

.share-modal-body .share-modal-options {
  margin: 11px 0px 33px 0px;
  display: inline-block;
}
.share-modal-body .share-modal-big-icon {
  margin-right: 8px;
  margin-top: -7px;
}
.share-modal-body .share-modal-info-text {
  margin-top: 5px;
}
.share-modal-body .share-modal-info-text strong {
  color: #000000;
  font-weight: 500;
}
.share-modal-body .share-modal-header {
  display: flex;
  margin: 0px 0 22px 0;
}
.share-modal-body .share-modal-content {
  flex-grow: 1;
}
.share-modal-body .share-modal-link {
  max-width: 716px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.dropdown-desc {
  position: relative;
  top: -3px;
  width: 250px;
  font-size: 12px;
  margin-left: 22px;
  color: #8e8e8e;
  white-space: normal;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid rgba(36, 41, 46, 0.75);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1030;
  display: none;
  float: left;
  min-width: 140px;
  margin: 2px 0 0;
  list-style: none;
  background-color: #FFFFFF;
  border: 1px solid rgba(36, 41, 46, 0.12);
  text-align: left;
}
.dropdown-menu.pull-left {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: rgba(36, 41, 46, 0.12);
  border-bottom: 1px solid rgba(36, 41, 46, 0.12);
}
.dropdown-menu > li > a,
.dropdown-menu > li > button {
  display: block;
  padding: 3px 20px 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.5714285714;
  color: #161719;
  white-space: nowrap;
}
.dropdown-menu > li > a i,
.dropdown-menu > li > button i {
  display: inline-block;
  margin-right: 10px;
  color: rgba(36, 41, 46, 0.5);
  position: relative;
  top: 3px;
}
.dropdown-menu > li > a .gicon,
.dropdown-menu > li > button .gicon {
  opacity: 0.7;
  width: 18px;
  height: 14px;
}
.dropdown-menu--menu {
  background: #FFFFFF;
  box-shadow: 0px 13px 20px 1px rgba(24, 26, 27, 0.18);
  margin-top: 0px;
}
.dropdown-menu--menu > li > a,
.dropdown-menu--menu > li > button {
  display: flex;
  padding: 5px 10px;
  border-left: 2px solid transparent;
}
.dropdown-menu--menu > li > a:hover,
.dropdown-menu--menu > li > button:hover {
  color: #000000;
  background: rgba(36, 41, 46, 0.12) !important;
}

.dropdown-item-text {
  flex-grow: 1;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > li > button:hover,
.dropdown-menu > li > button:focus,
.dropdown-submenu:hover > button,
.dropdown-submenu:focus > button {
  text-decoration: none;
  color: rgb(36, 41, 46);
  background-color: #f4f5f8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > button,
.dropdown-menu > .active > button:hover,
.dropdown-menu > .active > button:focus {
  color: rgb(36, 41, 46);
  text-decoration: none;
  outline: 0;
  background-color: #f4f5f8;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > button,
.dropdown-menu > .disabled > button:hover,
.dropdown-menu > .disabled > button:focus {
  color: #8e8e8e;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > button:hover,
.dropdown-menu > .disabled > button:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}

.open > .dropdown-menu {
  display: block;
}
.open > .dropdown > .dropdown-menu {
  display: block;
}
.open.cascade-open .dropdown-menu {
  display: block;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1020;
}

.pull-right > .dropdown-menu {
  left: 100%;
  right: unset;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
}

.dropdown-submenu:hover > a::after,
.dropdown-submenu:hover > button::after {
  border-left-color: rgb(36, 41, 46);
}

.dropdown-submenu.pull-left {
  float: none !important;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  width: 100%;
  margin-left: 2px;
}

.dropdown-submenu.pull-right {
  float: none !important;
}

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

.typeahead {
  z-index: 1030;
}

.dropdown-menu-item-shortcut {
  display: block;
  margin-left: 16px;
  color: rgba(36, 41, 46, 0.75);
  min-width: 47px;
}

.dropdown-menu.dropdown-menu--new li a,
.dropdown-menu.dropdown-menu--new li button {
  padding: 8px 16px;
  border-left: 2px solid #202226;
  background: #202226;
}
.dropdown-menu.dropdown-menu--new li a i,
.dropdown-menu.dropdown-menu--new li button i {
  display: inline-block;
  padding-right: 21px;
}
.dropdown-menu.dropdown-menu--new li a:hover,
.dropdown-menu.dropdown-menu--new li button:hover {
  color: #000000;
  background: #F4F5F5;
}

.page-dashboard .footer {
  display: none;
}

.footer {
  color: #555555;
  padding: 16px 0 16px 0;
  font-size: 12px;
  position: relative;
  width: 98%; /* was causing horiz scrollbars - need to examine */
}
.footer a {
  color: #555555;
}
.footer a:hover {
  color: #161719;
  text-decoration: underline;
}
.footer a i {
  display: inline-block;
  padding-right: 2px;
}
.footer ul {
  list-style: none;
}
.footer li {
  display: inline-block;
}
.footer li::after {
  content: " | ";
  padding: 0 8px;
}
.footer li:last-child::after {
  padding-left: 0;
  content: "";
}

.login-page .footer {
  display: block;
  bottom: 16px;
  position: absolute;
  padding: 16px 0 16px 0;
  color: rgb(36, 41, 46);
}
.login-page .footer a {
  color: rgb(36, 41, 46);
}
.login-page .footer a:hover {
  color: #000000;
}

@media (max-width: 991px) {
  .login-page .footer {
    display: none;
  }
}
.grafana-info-box {
  position: relative;
  padding: 24px;
  background-color: #f4f5f8;
  border-left: 3px solid #3871DC;
  margin-bottom: 16px;
  margin-right: 4px;
  box-shadow: none;
  flex-grow: 1;
}
.grafana-info-box h5 {
  margin-bottom: 16px;
}
.grafana-info-box ul {
  padding-left: 24px;
}
.grafana-info-box code {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  background-color: #f4f5f8;
  color: rgb(36, 41, 46);
  border: 1px solid #d8d9da;
  border-radius: 4px;
}
.grafana-info-box p:last-child {
  margin-bottom: 0;
}
.grafana-info-box--max-lg {
  max-width: 992px;
}

.grafana-info-box__close {
  text-align: center;
  display: block;
  color: rgb(36, 41, 46) !important;
  height: 0;
  position: relative;
  top: -9px;
}

.drop-element.drop-error {
  max-width: 100%;
  max-height: 100%;
}
.drop-element.drop-error .drop-content {
  border-radius: 6px;
  position: relative;
  font-weight: 500;
  background: #E0226E;
  color: #ffffff;
  padding: 8px;
  word-wrap: break-word;
  max-width: 280px;
  border: 1px solid #E0226E;
}
.drop-element.drop-error .drop-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 10px;
  border-style: solid;
}
.drop-element.drop-error.drop-wide .drop-content {
  max-width: 560px;
}
.drop-element.drop-error.drop-element-attached-bottom.drop-element-attached-center .drop-content {
  margin-bottom: 10px;
}
.drop-element.drop-error.drop-element-attached-bottom.drop-element-attached-center .drop-content:before {
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top-color: #E0226E;
}
.drop-element.drop-error.drop-element-attached-top.drop-element-attached-center .drop-content {
  margin-top: 10px;
}
.drop-element.drop-error.drop-element-attached-top.drop-element-attached-center .drop-content:before {
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #E0226E;
}
.drop-element.drop-error.drop-element-attached-right.drop-element-attached-middle .drop-content {
  margin-right: 10px;
}
.drop-element.drop-error.drop-element-attached-right.drop-element-attached-middle .drop-content:before {
  left: 100%;
  top: 50%;
  margin-top: -10px;
  border-left-color: #E0226E;
}
.drop-element.drop-error.drop-element-attached-left.drop-element-attached-middle .drop-content {
  margin-left: 10px;
}
.drop-element.drop-error.drop-element-attached-left.drop-element-attached-middle .drop-content:before {
  right: 100%;
  top: 50%;
  margin-top: -10px;
  border-right-color: #E0226E;
}
.drop-element.drop-error.drop-element-attached-left.drop-target-attached-center .drop-content {
  left: -20px;
}
.drop-element.drop-error.drop-element-attached-right.drop-target-attached-center .drop-content {
  left: 20px;
}
.drop-element.drop-error.drop-element-attached-top.drop-element-attached-left.drop-target-attached-middle .drop-content {
  margin-top: 10px;
}
.drop-element.drop-error.drop-element-attached-top.drop-element-attached-left.drop-target-attached-middle .drop-content:before {
  bottom: 100%;
  left: 10px;
  border-bottom-color: #E0226E;
}
.drop-element.drop-error.drop-element-attached-top.drop-element-attached-right.drop-target-attached-middle .drop-content {
  margin-top: 10px;
}
.drop-element.drop-error.drop-element-attached-top.drop-element-attached-right.drop-target-attached-middle .drop-content:before {
  bottom: 100%;
  right: 10px;
  border-bottom-color: #E0226E;
}
.drop-element.drop-error.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-middle .drop-content {
  margin-bottom: 10px;
}
.drop-element.drop-error.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-middle .drop-content:before {
  top: 100%;
  left: 10px;
  border-top-color: #E0226E;
}
.drop-element.drop-error.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-middle .drop-content {
  margin-bottom: 10px;
}
.drop-element.drop-error.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-middle .drop-content:before {
  top: 100%;
  right: 10px;
  border-top-color: #E0226E;
}
.drop-element.drop-error.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
  margin-top: 10px;
}
.drop-element.drop-error.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content:before {
  bottom: 100%;
  left: 10px;
  border-bottom-color: #E0226E;
}
.drop-element.drop-error.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
  margin-top: 10px;
}
.drop-element.drop-error.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content:before {
  bottom: 100%;
  right: 10px;
  border-bottom-color: #E0226E;
}
.drop-element.drop-error.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
  margin-bottom: 10px;
}
.drop-element.drop-error.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content:before {
  top: 100%;
  left: 10px;
  border-top-color: #E0226E;
}
.drop-element.drop-error.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
  margin-bottom: 10px;
}
.drop-element.drop-error.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content:before {
  top: 100%;
  right: 10px;
  border-top-color: #E0226E;
}
.drop-element.drop-error.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 10px;
}
.drop-element.drop-error.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  top: 10px;
  left: 100%;
  border-left-color: #E0226E;
}
.drop-element.drop-error.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 10px;
}
.drop-element.drop-error.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  top: 10px;
  right: 100%;
  border-right-color: #E0226E;
}
.drop-element.drop-error.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 10px;
}
.drop-element.drop-error.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  bottom: 10px;
  left: 100%;
  border-left-color: #E0226E;
}
.drop-element.drop-error.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 10px;
}
.drop-element.drop-error.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  bottom: 10px;
  right: 100%;
  border-right-color: #E0226E;
}

.drop-element.drop-popover {
  max-width: 100%;
  max-height: 100%;
}
.drop-element.drop-popover .drop-content {
  border-radius: 6px;
  position: relative;
  font-weight: 500;
  background: #FFFFFF;
  color: rgb(36, 41, 46);
  padding: 8px;
  word-wrap: break-word;
  max-width: 280px;
  border: 1px solid rgba(36, 41, 46, 0.12);
}
.drop-element.drop-popover .drop-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 10px;
  border-style: solid;
}
.drop-element.drop-popover.drop-wide .drop-content {
  max-width: 560px;
}
.drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-center .drop-content {
  margin-bottom: 10px;
}
.drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-center .drop-content:before {
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top-color: rgba(36, 41, 46, 0.12);
}
.drop-element.drop-popover.drop-element-attached-top.drop-element-attached-center .drop-content {
  margin-top: 10px;
}
.drop-element.drop-popover.drop-element-attached-top.drop-element-attached-center .drop-content:before {
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: rgba(36, 41, 46, 0.12);
}
.drop-element.drop-popover.drop-element-attached-right.drop-element-attached-middle .drop-content {
  margin-right: 10px;
}
.drop-element.drop-popover.drop-element-attached-right.drop-element-attached-middle .drop-content:before {
  left: 100%;
  top: 50%;
  margin-top: -10px;
  border-left-color: rgba(36, 41, 46, 0.12);
}
.drop-element.drop-popover.drop-element-attached-left.drop-element-attached-middle .drop-content {
  margin-left: 10px;
}
.drop-element.drop-popover.drop-element-attached-left.drop-element-attached-middle .drop-content:before {
  right: 100%;
  top: 50%;
  margin-top: -10px;
  border-right-color: rgba(36, 41, 46, 0.12);
}
.drop-element.drop-popover.drop-element-attached-left.drop-target-attached-center .drop-content {
  left: -20px;
}
.drop-element.drop-popover.drop-element-attached-right.drop-target-attached-center .drop-content {
  left: 20px;
}
.drop-element.drop-popover.drop-element-attached-top.drop-element-attached-left.drop-target-attached-middle .drop-content {
  margin-top: 10px;
}
.drop-element.drop-popover.drop-element-attached-top.drop-element-attached-left.drop-target-attached-middle .drop-content:before {
  bottom: 100%;
  left: 10px;
  border-bottom-color: rgba(36, 41, 46, 0.12);
}
.drop-element.drop-popover.drop-element-attached-top.drop-element-attached-right.drop-target-attached-middle .drop-content {
  margin-top: 10px;
}
.drop-element.drop-popover.drop-element-attached-top.drop-element-attached-right.drop-target-attached-middle .drop-content:before {
  bottom: 100%;
  right: 10px;
  border-bottom-color: rgba(36, 41, 46, 0.12);
}
.drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-middle .drop-content {
  margin-bottom: 10px;
}
.drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-middle .drop-content:before {
  top: 100%;
  left: 10px;
  border-top-color: rgba(36, 41, 46, 0.12);
}
.drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-middle .drop-content {
  margin-bottom: 10px;
}
.drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-middle .drop-content:before {
  top: 100%;
  right: 10px;
  border-top-color: rgba(36, 41, 46, 0.12);
}
.drop-element.drop-popover.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
  margin-top: 10px;
}
.drop-element.drop-popover.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content:before {
  bottom: 100%;
  left: 10px;
  border-bottom-color: rgba(36, 41, 46, 0.12);
}
.drop-element.drop-popover.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
  margin-top: 10px;
}
.drop-element.drop-popover.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content:before {
  bottom: 100%;
  right: 10px;
  border-bottom-color: rgba(36, 41, 46, 0.12);
}
.drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
  margin-bottom: 10px;
}
.drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content:before {
  top: 100%;
  left: 10px;
  border-top-color: rgba(36, 41, 46, 0.12);
}
.drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
  margin-bottom: 10px;
}
.drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content:before {
  top: 100%;
  right: 10px;
  border-top-color: rgba(36, 41, 46, 0.12);
}
.drop-element.drop-popover.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 10px;
}
.drop-element.drop-popover.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  top: 10px;
  left: 100%;
  border-left-color: rgba(36, 41, 46, 0.12);
}
.drop-element.drop-popover.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 10px;
}
.drop-element.drop-popover.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  top: 10px;
  right: 100%;
  border-right-color: rgba(36, 41, 46, 0.12);
}
.drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 10px;
}
.drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  bottom: 10px;
  left: 100%;
  border-left-color: rgba(36, 41, 46, 0.12);
}
.drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 10px;
}
.drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  bottom: 10px;
  right: 100%;
  border-right-color: rgba(36, 41, 46, 0.12);
}

.drop-element.drop-help {
  max-width: 100%;
  max-height: 100%;
}
.drop-element.drop-help .drop-content {
  border-radius: 6px;
  position: relative;
  font-weight: 500;
  background: #F4F5F5;
  color: rgb(36, 41, 46);
  padding: 8px;
  word-wrap: break-word;
  max-width: 280px;
  border: 1px solid #F4F5F5;
}
.drop-element.drop-help .drop-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 10px;
  border-style: solid;
}
.drop-element.drop-help.drop-wide .drop-content {
  max-width: 560px;
}
.drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-center .drop-content {
  margin-bottom: 10px;
}
.drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-center .drop-content:before {
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top-color: #F4F5F5;
}
.drop-element.drop-help.drop-element-attached-top.drop-element-attached-center .drop-content {
  margin-top: 10px;
}
.drop-element.drop-help.drop-element-attached-top.drop-element-attached-center .drop-content:before {
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #F4F5F5;
}
.drop-element.drop-help.drop-element-attached-right.drop-element-attached-middle .drop-content {
  margin-right: 10px;
}
.drop-element.drop-help.drop-element-attached-right.drop-element-attached-middle .drop-content:before {
  left: 100%;
  top: 50%;
  margin-top: -10px;
  border-left-color: #F4F5F5;
}
.drop-element.drop-help.drop-element-attached-left.drop-element-attached-middle .drop-content {
  margin-left: 10px;
}
.drop-element.drop-help.drop-element-attached-left.drop-element-attached-middle .drop-content:before {
  right: 100%;
  top: 50%;
  margin-top: -10px;
  border-right-color: #F4F5F5;
}
.drop-element.drop-help.drop-element-attached-left.drop-target-attached-center .drop-content {
  left: -20px;
}
.drop-element.drop-help.drop-element-attached-right.drop-target-attached-center .drop-content {
  left: 20px;
}
.drop-element.drop-help.drop-element-attached-top.drop-element-attached-left.drop-target-attached-middle .drop-content {
  margin-top: 10px;
}
.drop-element.drop-help.drop-element-attached-top.drop-element-attached-left.drop-target-attached-middle .drop-content:before {
  bottom: 100%;
  left: 10px;
  border-bottom-color: #F4F5F5;
}
.drop-element.drop-help.drop-element-attached-top.drop-element-attached-right.drop-target-attached-middle .drop-content {
  margin-top: 10px;
}
.drop-element.drop-help.drop-element-attached-top.drop-element-attached-right.drop-target-attached-middle .drop-content:before {
  bottom: 100%;
  right: 10px;
  border-bottom-color: #F4F5F5;
}
.drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-middle .drop-content {
  margin-bottom: 10px;
}
.drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-middle .drop-content:before {
  top: 100%;
  left: 10px;
  border-top-color: #F4F5F5;
}
.drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-middle .drop-content {
  margin-bottom: 10px;
}
.drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-middle .drop-content:before {
  top: 100%;
  right: 10px;
  border-top-color: #F4F5F5;
}
.drop-element.drop-help.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
  margin-top: 10px;
}
.drop-element.drop-help.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content:before {
  bottom: 100%;
  left: 10px;
  border-bottom-color: #F4F5F5;
}
.drop-element.drop-help.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
  margin-top: 10px;
}
.drop-element.drop-help.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content:before {
  bottom: 100%;
  right: 10px;
  border-bottom-color: #F4F5F5;
}
.drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
  margin-bottom: 10px;
}
.drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content:before {
  top: 100%;
  left: 10px;
  border-top-color: #F4F5F5;
}
.drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
  margin-bottom: 10px;
}
.drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content:before {
  top: 100%;
  right: 10px;
  border-top-color: #F4F5F5;
}
.drop-element.drop-help.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 10px;
}
.drop-element.drop-help.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  top: 10px;
  left: 100%;
  border-left-color: #F4F5F5;
}
.drop-element.drop-help.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 10px;
}
.drop-element.drop-help.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  top: 10px;
  right: 100%;
  border-right-color: #F4F5F5;
}
.drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 10px;
}
.drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  bottom: 10px;
  left: 100%;
  border-left-color: #F4F5F5;
}
.drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 10px;
}
.drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  bottom: 10px;
  right: 100%;
  border-right-color: #F4F5F5;
}

.drop-element.drop-help {
  transform: translateZ(0);
  transition: opacity 100ms;
  opacity: 0;
}
.drop-element.drop-help .drop-content {
  transition: transform 0.2s cubic-bezier(0, 0, 0.265, 1);
  transform: scale(0.8) translateZ(0);
}
.drop-element.drop-help.drop-open {
  display: none;
}
.drop-element.drop-help.drop-open-transitionend {
  display: block;
}
.drop-element.drop-help.drop-after-open {
  transition: none;
  opacity: 1;
}
.drop-element.drop-help.drop-after-open .drop-content {
  transform: scale(1) translateZ(0);
}
.drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-center .drop-content {
  transform-origin: 50% calc(100% + 0%);
}
.drop-element.drop-help.drop-element-attached-top.drop-element-attached-center .drop-content {
  transform-origin: 50% 0%;
}
.drop-element.drop-help.drop-element-attached-right.drop-element-attached-middle .drop-content {
  transform-origin: calc(100% + 0%) 50%;
}
.drop-element.drop-help.drop-element-attached-left.drop-element-attached-middle .drop-content {
  transform-origin: -0% 50%;
}
.drop-element.drop-help.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
  transform-origin: 0 0%;
}
.drop-element.drop-help.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
  transform-origin: 100% 0%;
}
.drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
  transform-origin: 0 calc(100% + 0%);
}
.drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
  transform-origin: 100% calc(100% + 0%);
}
.drop-element.drop-help.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
  transform-origin: calc(100% + 0%) 0;
}
.drop-element.drop-help.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
  transform-origin: 0% 0;
}
.drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
  transform-origin: calc(100% + 0%) 100%;
}
.drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
  transform-origin: 0% 100%;
}

.drop-element.drop-error {
  transform: translateZ(0);
  transition: opacity 100ms;
  opacity: 0;
}
.drop-element.drop-error .drop-content {
  transition: transform 0.2s cubic-bezier(0, 0, 0.265, 1);
  transform: scale(0.8) translateZ(0);
}
.drop-element.drop-error.drop-open {
  display: none;
}
.drop-element.drop-error.drop-open-transitionend {
  display: block;
}
.drop-element.drop-error.drop-after-open {
  transition: none;
  opacity: 1;
}
.drop-element.drop-error.drop-after-open .drop-content {
  transform: scale(1) translateZ(0);
}
.drop-element.drop-error.drop-element-attached-bottom.drop-element-attached-center .drop-content {
  transform-origin: 50% calc(100% + 0%);
}
.drop-element.drop-error.drop-element-attached-top.drop-element-attached-center .drop-content {
  transform-origin: 50% 0%;
}
.drop-element.drop-error.drop-element-attached-right.drop-element-attached-middle .drop-content {
  transform-origin: calc(100% + 0%) 50%;
}
.drop-element.drop-error.drop-element-attached-left.drop-element-attached-middle .drop-content {
  transform-origin: -0% 50%;
}
.drop-element.drop-error.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
  transform-origin: 0 0%;
}
.drop-element.drop-error.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
  transform-origin: 100% 0%;
}
.drop-element.drop-error.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
  transform-origin: 0 calc(100% + 0%);
}
.drop-element.drop-error.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
  transform-origin: 100% calc(100% + 0%);
}
.drop-element.drop-error.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
  transform-origin: calc(100% + 0%) 0;
}
.drop-element.drop-error.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
  transform-origin: 0% 0;
}
.drop-element.drop-error.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
  transform-origin: calc(100% + 0%) 100%;
}
.drop-element.drop-error.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
  transform-origin: 0% 100%;
}

.drop-element.drop-popover {
  transform: translateZ(0);
  transition: opacity 100ms;
  opacity: 0;
}
.drop-element.drop-popover .drop-content {
  transition: transform 0.2s cubic-bezier(0, 0, 0.265, 1);
  transform: scale(0.8) translateZ(0);
}
.drop-element.drop-popover.drop-open {
  display: none;
}
.drop-element.drop-popover.drop-open-transitionend {
  display: block;
}
.drop-element.drop-popover.drop-after-open {
  transition: none;
  opacity: 1;
}
.drop-element.drop-popover.drop-after-open .drop-content {
  transform: scale(1) translateZ(0);
}
.drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-center .drop-content {
  transform-origin: 50% calc(100% + 0%);
}
.drop-element.drop-popover.drop-element-attached-top.drop-element-attached-center .drop-content {
  transform-origin: 50% 0%;
}
.drop-element.drop-popover.drop-element-attached-right.drop-element-attached-middle .drop-content {
  transform-origin: calc(100% + 0%) 50%;
}
.drop-element.drop-popover.drop-element-attached-left.drop-element-attached-middle .drop-content {
  transform-origin: -0% 50%;
}
.drop-element.drop-popover.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
  transform-origin: 0 0%;
}
.drop-element.drop-popover.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
  transform-origin: 100% 0%;
}
.drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
  transform-origin: 0 calc(100% + 0%);
}
.drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
  transform-origin: 100% calc(100% + 0%);
}
.drop-element.drop-popover.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
  transform-origin: calc(100% + 0%) 0;
}
.drop-element.drop-popover.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
  transform-origin: 0% 0;
}
.drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
  transform-origin: calc(100% + 0%) 100%;
}
.drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
  transform-origin: 0% 100%;
}

.drop-element {
  z-index: 10000;
  position: absolute;
  display: none;
  opacity: 0;
}
.drop-element.drop-open {
  display: block;
}

.drop-element,
.drop-element * {
  box-sizing: border-box;
}

.drop-popover-close {
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 18px;
}

.drop-help a {
  color: #f4f5f8;
}
.drop-help a:hover {
  color: #ffffff;
}

.drop-hide-out-of-bounds.drop-open.drop-help.drop-out-of-bounds, .drop-hide-out-of-bounds.drop-open-transitionend.drop-help.drop-out-of-bounds {
  display: none;
}

.drop-element.drop-popover .drop-content {
  box-shadow: 0px 13px 20px 1px rgba(24, 26, 27, 0.18);
}

.drop-element.drop-popover--form .drop-content {
  max-width: none;
  padding: 0;
}

.drop-element.drop-popover--annotation .drop-content {
  padding: 0;
}

.drop-popover.gf-color-picker .drop-content {
  width: 210px;
}

.drop-popover.drop-popover--transparent .drop-content {
  border: none;
  background: none;
  padding: 0;
  max-width: none;
}
.drop-popover.drop-popover--transparent .drop-content:before {
  display: none;
}

.query-keyword {
  font-weight: 500;
  color: #1F62E0 !important;
}

.query-segment-operator {
  color: #eb7b18 !important;
}

.query-placeholder {
  color: #8e8e8e;
}

.tight-form-func {
  background: #F4F5F5;
}
.tight-form-func.show-function-controls {
  padding-top: 5px;
  min-width: 100px;
  text-align: center;
}

input[type=text].tight-form-func-param {
  font-size: 12px;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

.tight-form-func-controls {
  text-align: center;
}
.tight-form-func-controls .fa-arrow-left {
  float: left;
  position: relative;
  top: 2px;
}
.tight-form-func-controls .fa-arrow-right {
  float: right;
  position: relative;
  top: 2px;
}
.tight-form-func-controls .fa-remove {
  margin-left: 10px;
}

.grafana-metric-options {
  margin-top: 25px;
}

.tight-form-func {
  background: #F4F5F5;
}
.tight-form-func.show-function-controls {
  padding-top: 5px;
  min-width: 100px;
  text-align: center;
}

.rst-text::before {
  content: " ";
}

.rst-unknown.rst-directive {
  font-family: monospace;
  margin-bottom: 16px;
  word-wrap: break-word;
}

.rst-interpreted_text {
  font-family: monospace;
  display: inline;
}

.rst-bullet-list {
  padding-left: 24px;
  margin-bottom: 16px;
}

.rst-paragraph:last-child {
  margin-bottom: 0;
}

.drop-element.drop-popover.drop-function-def .drop-content {
  max-width: 416px;
}

.rst-literal-block .rst-text {
  display: block;
}

.query-editor-row {
  margin-bottom: 2px;
}
.query-editor-row:hover .query-editor-row__actions {
  display: flex;
}
.query-editor-row--disabled .query-keyword {
  color: rgba(36, 41, 46, 0.75);
}

.query-editor-row__action {
  margin-left: 3px;
  background: transparent;
  border: none;
  box-shadow: none;
}
.query-editor-row__action:hover {
  color: rgb(36, 41, 46);
}

.query-editor-row__body {
  margin: 2px 0 10px 40px;
  background: #F4F5F5;
}
.query-editor-row__body--collapsed {
  display: none;
}

.tabbed-view {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}
.tabbed-view.tabbed-view--new {
  padding: 0 0 0 0;
  height: 100%;
}

.tabbed-view-header {
  box-shadow: inset 0px -3px 10px #f4f5f8;
  border-bottom: 1px solid #F4F5F5;
  padding: 0 16px;
}
.tabbed-view-header::after {
  content: "";
  display: table;
  clear: both;
}

.tabbed-view-title {
  float: left;
  padding-top: 8px;
  margin: 0 48px 0 0;
}

.tabbed-view-close-btn {
  float: right;
  margin: 0;
  background-color: transparent;
  border: none;
  padding: 10px 15px 9px;
  color: rgb(36, 41, 46);
}
.tabbed-view-close-btn i {
  font-size: 120%;
}
.tabbed-view-close-btn:hover {
  color: #000000;
}

.tabbed-view-body {
  padding: 32px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tabbed-view-body--small {
  min-height: 0px;
  padding-bottom: 0px;
}

.section-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.query-part {
  background-color: #F4F5F5;
}
.query-part.show-function-controls {
  padding-top: 5px;
  min-width: 100px;
  text-align: center;
}
.query-part .query-part__last {
  display: none;
}
.query-part:hover .query-part__last {
  display: inline;
}
.query-part:hover {
  background: #eff0f0;
}

.query-part__link {
  cursor: pointer;
}
.query-part__link--no-value {
  color: rgba(36, 41, 46, 0.75);
}

/* Structure */
json-tree .json-tree-key {
  vertical-align: middle;
}
json-tree .expandable {
  position: relative;
}
json-tree .expandable::before {
  pointer-events: none;
}
json-tree .expandable::before,
json-tree .expandable > .json-tree-key {
  cursor: pointer;
}
json-tree .json-tree-branch-preview {
  display: inline-block;
  vertical-align: middle;
}

/* Looks */
json-tree ul {
  padding-left: 16px;
}
json-tree li,
json-tree ul {
  list-style: none;
}
json-tree li {
  line-height: 18px;
}
json-tree .json-tree-key {
  color: #1F62E0;
  padding: 5px 10px 5px 15px;
}
json-tree .json-tree-key::after {
  content: ":";
}
json-tree json-node.expandable::before {
  content: "▶";
  position: absolute;
  left: 0px;
  font-size: 8px;
  transition: transform 0.1s ease;
}
json-tree json-node.expandable.expanded::before {
  transform: rotate(90deg);
}
json-tree .json-tree-leaf-value,
json-tree .json-tree-branch-preview {
  word-break: break-all;
}
json-tree .json-tree-branch-preview {
  overflow: hidden;
  font-style: italic;
  max-width: 40%;
  height: 1.5em;
  opacity: 0.7;
}

.edit-tab-with-sidemenu {
  display: flex;
  flex-direction: row;
}

.edit-tab-content {
  flex-grow: 1;
  min-width: 0;
}

.edit-sidemenu-aside {
  margin-right: 32px;
}

.edit-sidemenu {
  width: 100%;
  list-style: none;
}
.edit-sidemenu li.active {
  border-image: linear-gradient(0.01deg, #F53E4C -31.2%, #FF8833 113.07%);
  border-image-slice: 1;
  border-style: solid;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left-width: 2px;
}
.edit-sidemenu a {
  display: block;
  color: rgb(36, 41, 46);
  margin: 0 0 1.5rem 1rem;
  white-space: nowrap;
}

.column-styles-heading {
  border-bottom: 1px solid #555555;
}

@media (max-width: 768px) {
  .edit-tab-with-sidemenu {
    flex-direction: column;
  }
  .edit-sidemenu-aside {
    width: 100%;
    margin-bottom: 2rem;
  }
  .edit-sidemenu li {
    float: left;
  }
  .edit-sidemenu a {
    margin: 0.3rem 1rem;
  }
}
.dashboard-row {
  display: flex;
  align-items: center;
  height: 100%;
}
.dashboard-row--collapsed {
  background: #FFFFFF;
}
.dashboard-row--collapsed .dashboard-row__panel_count {
  display: inline-block;
}
.dashboard-row--collapsed .dashboard-row__drag {
  visibility: visible;
  opacity: 1;
}
.dashboard-row--collapsed .dashboard-row__toggle-target {
  flex: 1;
  cursor: pointer;
  margin-right: 15px;
}
.dashboard-row:hover .dashboard-row__actions, .dashboard-row:focus-within .dashboard-row__actions {
  opacity: 1;
}

.dashboard-row__title {
  flex-grow: 0;
  font-size: 1.1428571429rem;
  font-weight: 500;
  color: rgb(36, 41, 46);
  background: transparent;
  border: none;
}
.dashboard-row__title .fa {
  color: rgba(36, 41, 46, 0.75);
  font-size: 10px;
  padding: 0 8px;
}

.dashboard-row__actions {
  color: rgba(36, 41, 46, 0.75);
  opacity: 0;
  transition: 200ms opacity ease-in 200ms;
}
.dashboard-row__actions button {
  color: rgba(36, 41, 46, 0.75);
  padding-left: 16px;
  background: transparent;
  border: none;
}
.dashboard-row__actions button:hover {
  color: #000000;
}

.dashboard-row__panel_count {
  padding-left: 16px;
  color: rgba(36, 41, 46, 0.75);
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  display: none;
}

.dashboard-row__drag {
  cursor: move;
  width: 16px;
  height: 100%;
  background: url("../img/grab_dark.svg") no-repeat 50% 50%;
  background-size: 8px;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

.json-formatter-row {
  font-family: monospace;
}
.json-formatter-row,
.json-formatter-row a,
.json-formatter-row a:hover {
  color: black;
  text-decoration: none;
}
.json-formatter-row .json-formatter-row {
  margin-left: 16px;
}
.json-formatter-row .json-formatter-children.json-formatter-empty {
  opacity: 0.5;
  margin-left: 16px;
}
.json-formatter-row .json-formatter-children.json-formatter-empty::after {
  display: none;
}
.json-formatter-row .json-formatter-children.json-formatter-empty.json-formatter-object::after {
  content: "No properties";
}
.json-formatter-row .json-formatter-children.json-formatter-empty.json-formatter-array::after {
  content: "[]";
}
.json-formatter-row .json-formatter-string {
  color: green;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
.json-formatter-row .json-formatter-number {
  color: #3871DC;
}
.json-formatter-row .json-formatter-boolean {
  color: #E0226E;
}
.json-formatter-row .json-formatter-null {
  color: #855a00;
}
.json-formatter-row .json-formatter-undefined {
  color: rgb(202, 11, 105);
}
.json-formatter-row .json-formatter-function {
  color: #ff20ed;
}
.json-formatter-row .json-formatter-date {
  background-color: fade(black, 5%);
}
.json-formatter-row .json-formatter-url {
  text-decoration: underline;
  color: #3871DC;
  cursor: pointer;
}
.json-formatter-row .json-formatter-bracket {
  color: #3871DC;
}
.json-formatter-row .json-formatter-key {
  color: #00008b;
  cursor: pointer;
  padding-right: 2px;
  margin-right: 4px;
}
.json-formatter-row .json-formatter-constructor-name {
  cursor: pointer;
}
.json-formatter-row .json-formatter-array-comma {
  margin-right: 4px;
}
.json-formatter-row .json-formatter-toggler {
  line-height: 16px;
  font-size: 10px;
  vertical-align: middle;
  opacity: 0.6;
  cursor: pointer;
  padding-right: 2px;
}
.json-formatter-row .json-formatter-toggler::after {
  display: inline-block;
  transition: transform 100ms ease-in;
  content: "►";
}
.json-formatter-row > a > .json-formatter-preview-text {
  opacity: 0;
  transition: opacity 0.15s ease-in;
  font-style: italic;
}
.json-formatter-row:hover > a > .json-formatter-preview-text {
  opacity: 0.6;
}
.json-formatter-row.json-formatter-open > .json-formatter-toggler-link .json-formatter-toggler::after {
  transform: rotate(90deg);
}
.json-formatter-row.json-formatter-open > .json-formatter-children::after {
  display: inline-block;
}
.json-formatter-row.json-formatter-open > a > .json-formatter-preview-text {
  display: none;
}
.json-formatter-row.json-formatter-open.json-formatter-empty::after {
  display: block;
}

.gf-code-editor {
  min-height: 36px;
  min-width: 280px;
  flex-grow: 1;
  margin-right: 4px;
}
.gf-code-editor.ace_editor {
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  min-height: 50px;
  border-radius: 2px;
  border: 1px solid rgba(36, 41, 46, 0.3);
}
.gf-code-editor .ace_content {
  z-index: 0;
}

.ace_editor.ace_autocomplete {
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  background-color: #FFFFFF !important;
  color: #161719 !important;
  border: 1px solid rgba(36, 41, 46, 0.12) !important;
  width: 550px !important;
}
.ace_editor.ace_autocomplete .ace_scroller .ace_selected,
.ace_editor.ace_autocomplete .ace_scroller .ace_active-line,
.ace_editor.ace_autocomplete .ace_scroller .ace_line-hover {
  color: rgb(36, 41, 46);
  background-color: #f4f5f8 !important;
}
.ace_editor.ace_autocomplete .ace_scroller .ace_line-hover {
  border-color: transparent;
}
.ace_editor.ace_autocomplete .ace_scroller .ace_completion-highlight {
  color: #ecbb13;
}
.ace_editor.ace_autocomplete .ace_scroller .ace_rightAlignedText {
  color: rgba(36, 41, 46, 0.75);
  z-index: 0;
}

.ace_tooltip.ace_doc-tooltip {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  background-color: #F4F5F5;
  color: rgb(36, 41, 46);
  background-image: none;
  border: 1px solid rgba(36, 41, 46, 0.12);
  padding: 8px 16px;
}
.ace_tooltip.ace_doc-tooltip hr {
  background-color: rgb(36, 41, 46);
  margin: 8px 0;
}
.ace_tooltip.ace_doc-tooltip code {
  padding: 0px 1px;
  margin: 0px;
}

.ace_tooltip {
  border-radius: 3px;
}

.ace_hidden-cursors .ace_cursor {
  opacity: 0 !important;
}

.react-grid-layout {
  position: relative;
  transition: height 200ms ease;
}

.react-grid-item {
  transition: all 200ms ease;
  transition-property: left, top;
}

.react-grid-item img {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}

.react-grid-item.cssTransforms {
  transition-property: transform;
}

.react-grid-item.resizing {
  z-index: 1;
  will-change: width, height;
}

.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
  will-change: transform;
}

.react-grid-item.dropping {
  visibility: hidden;
}

.react-grid-item.react-grid-placeholder {
  background: red;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
}

.react-grid-item > .react-resizable-handle::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}

.react-resizable-hide > .react-resizable-handle {
  display: none;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-w,
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-n,
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}

.react-resizable {
  position: relative;
}

.react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+");
  background-position: bottom right;
  padding: 0 3px 3px 0;
}

.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}

.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}

.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}

.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}

.react-resizable-handle-w,
.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}

.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}

.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}

.react-resizable-handle-n,
.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}

.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}

.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}

.react-resizable-handle {
  visibility: hidden;
}

.react-grid-item,
#grafana-portal-container {
  touch-action: initial !important;
}
.react-grid-item:hover .react-resizable-handle,
#grafana-portal-container:hover .react-resizable-handle {
  visibility: visible;
}

.panel-in-fullscreen .react-grid-layout {
  height: auto !important;
}
.panel-in-fullscreen .react-grid-item {
  display: none !important;
  transition-property: none !important;
}
.panel-in-fullscreen .react-grid-item--fullscreen {
  display: block !important;
  position: unset !important;
  transform: translate(0px, 0px) !important;
}
.panel-in-fullscreen .panel-header:hover {
  background-color: inherit;
}
.panel-in-fullscreen .panel-title-container {
  cursor: pointer;
}
.panel-in-fullscreen .react-resizable-handle {
  display: none;
}
.panel-in-fullscreen .react-grid-layout {
  transition-property: none;
}

@media (max-width: 768px) {
  .react-grid-item {
    display: block !important;
    transition-property: none !important;
    position: unset !important;
    transform: translate(0px, 0px) !important;
    margin-bottom: 16px;
  }
}
.react-grid-item.react-grid-placeholder {
  box-shadow: 0 0 4px #5794f2;
  background: #e5eefd;
  z-index: -1;
  opacity: unset;
}

.theme-dark .react-grid-item > .react-resizable-handle::after {
  border-right: 2px solid #555555;
  border-bottom: 2px solid #555555;
}

.theme-light .react-grid-item > .react-resizable-handle::after {
  border-right: 2px solid #b3b3b3;
  border-bottom: 2px solid #b3b3b3;
}

.react-grid-item.resizing.panel,
.react-grid-item.panel.dropdown-menu-open,
.react-grid-item.react-draggable-dragging.panel {
  z-index: 1030;
}

.react-grid-item.cssTransforms {
  transition-property: none;
}

.animated .react-grid-item.cssTransforms {
  transition-property: transform;
}

.dashboard-list .search-results-container {
  padding: 5px 0 0 0;
}

.search-results {
  margin-top: 32px;
}

.search-results-filter-row {
  height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-results-filter-row .gf-form-button-row {
  padding-top: 0;
}
.search-results-filter-row .gf-form-button-row button:last-child {
  margin-right: 0;
}

.search-results-filter-row__filters {
  display: flex;
}

.search-results-filter-row__filters-item {
  width: 150px;
  margin-right: 0;
}

.page-header {
  margin-top: 16px;
}
.page-header .btn {
  float: right;
  margin-left: 16px;
}
.page-header .btn .fa {
  position: relative;
  top: 1px;
}
@media (min-width: 769px) {
  .page-header {
    margin-top: 0;
  }
}

.page-header__inner {
  flex-grow: 1;
  display: flex;
  padding: 24px 0;
}

.page-header__title {
  font-size: 1.7142857143rem;
  margin-bottom: 1px;
  padding-top: 16px;
}

.page-header__img {
  position: relative;
  top: 10px;
  height: 50px;
}

.page-header__icon {
  font-size: 50px;
  width: 50px;
  height: 50px;
  position: relative;
  color: rgba(36, 41, 46, 0.75);
}
.page-header__icon.fa {
  top: 10px;
}
.page-header__icon.gicon {
  top: 10px;
}
.page-header__icon.icon-gf {
  top: 3px;
}

.page-header__logo {
  margin: -1px 16px -1px 0;
  color: rgba(36, 41, 46, 0.75);
}

.page-header__sub-title {
  color: rgba(36, 41, 46, 0.75);
}

.page-header-stamps-type {
  color: rgba(36, 41, 46, 0.5);
  text-transform: uppercase;
}

.page-header__select-nav {
  margin-bottom: 10px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .page-header__select-nav {
    display: none;
  }
}

.page-header__link {
  color: rgb(36, 41, 46);
  text-decoration: underline;
}

.page-header__tabs {
  display: none;
}
@media (min-width: 992px) {
  .page-header__tabs {
    display: block;
  }
}

.page-breadcrumbs {
  display: flex;
  padding: 10px 0;
  line-height: 0.5;
}

.breadcrumb {
  display: inline-block;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  border-radius: 5px;
  counter-reset: flag;
}

.dashboard-settings {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1020;
  background: #F4F5F5;
  display: flex;
  flex-direction: column;
}

.dashboard-settings__body {
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  background: #FFFFFF;
}

.dashboard-settings__aside {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}

.dashboard-settings__aside-header {
  color: rgba(36, 41, 46, 0.75);
  font-size: 1.5714285714rem;
  padding-right: 60px;
  white-space: nowrap;
  margin-bottom: 16px;
}
.dashboard-settings__aside-header i {
  font-size: 25px;
  position: relative;
  top: 1px;
  padding-right: 5px;
}

.dashboard-settings__header {
  font-size: 1.5714285714rem;
  margin-bottom: 16px;
}

.dashboard-settings__subheader {
  color: rgba(36, 41, 46, 0.75);
  font-style: italic;
}

.dashboard-settings__nav-item {
  padding: 8px 40px 8px 8px;
  color: rgba(36, 41, 46, 0.75);
  font-size: 14px;
  line-height: 20px;
  position: relative;
  border-left: 2px solid transparent;
}
.dashboard-settings__nav-item.active {
  color: rgb(36, 41, 46);
  font-weight: 500;
}
.dashboard-settings__nav-item.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(0.01deg, #F53E4C -31.2%, #FF8833 113.07%);
}
.dashboard-settings__nav-item .gicon {
  margin-bottom: 2px;
  margin-right: 4px;
}
.dashboard-settings__nav-item .fa {
  font-size: 17px;
  width: 16px;
  margin-right: 4px;
}

.dashboard-settings__aside-actions {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
  margin: 40px 32px 0 0;
}
.dashboard-settings__aside-actions button {
  margin-bottom: 8px;
}

.dashboard-settings__json-save-button {
  margin-top: 16px;
}

.toolbar {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 16px;
  position: relative;
  flex: 0 0 auto;
}

.toolbar__heading {
  font-size: 18px;
  padding-right: 20px;
}

.toolbar__left {
  display: flex;
  flex-grow: 1;
  align-items: center;
}

.toolbar__main {
  padding: 0 8px;
  font-size: 14px;
  line-height: 18px;
  color: rgb(36, 41, 46);
  background-color: #FFFFFF;
  height: 32px;
  border: 1px solid rgba(36, 41, 46, 0.3);
  border-radius: 2px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.toolbar__main .fa {
  margin-left: 20px;
  display: inline-block;
  position: relative;
}

.toolbar__main-image {
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.toolbar__close {
  flex-grow: 1;
  text-align: left;
}

.add-data-source-header {
  margin-bottom: 32px;
  padding-top: 16px;
  text-align: center;
}

.add-data-source-search {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.add-data-source-category {
  margin-bottom: 16px;
}

.add-data-source-category__header {
  font-size: 1.1428571429rem;
  margin-bottom: 8px;
}

.add-data-source-item {
  padding: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #F4F5F5;
  border: 1px solid transparent;
  border-radius: 3px;
  margin-bottom: 2px;
}
.add-data-source-item:hover {
  box-shadow: 0 0 4px #1F62E0;
  background: #fbfcfe;
  border: 1px solid #1F62E0;
  color: #000000;
}
.add-data-source-item:hover .add-data-source-item-actions {
  opacity: 1;
  transition: 0.15s opacity ease-in-out;
}

.add-data-source-item-text-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.add-data-source-item-desc {
  font-size: 12px;
  color: rgba(36, 41, 46, 0.75);
}

.add-data-source-item-badge {
  margin-top: 6px;
}

.add-data-source-item-text {
  font-size: 1.1428571429rem;
}

.add-data-source-item-logo {
  margin-right: 24px;
  margin-left: 8px;
  width: 55px;
  max-height: 55px;
}

.add-data-source-item-actions {
  opacity: 0;
  padding-left: 16px;
  display: flex;
  align-items: center;
}
.add-data-source-item-actions > button {
  margin-left: 16px;
  cursor: pointer;
}

.add-datasource-item-actions__btn-icon {
  margin-left: 8px;
}

.add-data-source-more {
  text-align: center;
  margin: 32px;
}

.page-loader-wrapper {
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-loader-wrapper__spinner {
  font-size: 32px;
  margin-bottom: 8px;
}
.page-loader-wrapper__text {
  font-size: 14px;
}

.toggle-button-group {
  display: flex;
}
.toggle-button-group .btn {
  color: #555555;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  background-color: #e4e4e5;
  background-image: linear-gradient(to bottom, #ececec, #d8d9da);
  background-repeat: repeat-x;
  border-color: #ececec;
  height: 32px;
  padding: 7px 10px;
  font-weight: 500;
  font-size: 12px;
  border-radius: 0;
  border-right: 1px solid #f4f5f8;
}
.toggle-button-group .btn:hover, .toggle-button-group .btn:focus, .toggle-button-group .btn:active, .toggle-button-group .btn.active, .toggle-button-group .btn.disabled, .toggle-button-group .btn[disabled] {
  color: #555555;
  background-image: none;
  background-color: #ececec;
}
.toggle-button-group .btn.active {
  background: #eb7b18;
  box-shadow: inset 0 0 4px #ffffff;
  border-right: 0;
  color: #ffffff;
}
.toggle-button-group .btn.active:hover {
  cursor: default;
}
.toggle-button-group .btn:first-child {
  border-radius: 2px 0 0 2px;
  margin: 0;
}
.toggle-button-group .btn:last-child {
  border-radius: 0 2px 2px 0;
  margin-left: 0;
}
.toggle-button-group--padded {
  padding-left: 2px;
}

.popover-box {
  background-color: #FFFFFF;
  color: rgb(36, 41, 46);
  border: 1px solid rgba(36, 41, 46, 0.12);
  border-radius: 2px;
  max-width: 500px;
}

.popover-box__header {
  background-color: rgba(36, 41, 46, 0.12);
  padding: 6px 10px;
  display: flex;
}

.popover-box__title {
  font-weight: 500;
  padding-right: 16px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-grow: 1;
}

.popover-box__body {
  padding: 20px 10px 10px 10px;
}

.popover-box__close {
  cursor: pointer;
}

.panel-header:hover {
  transition: background-color 0.1s ease-in-out;
  background-color: rgba(36, 41, 46, 0.12);
}

.panel-container--no-title .panel-header {
  position: absolute;
  left: min(50px, 10%);
  right: min(50px, 10%);
  z-index: 10;
}
.panel-container--no-title .panel-header:hover {
  left: 0;
  right: 0;
}
.panel-container--no-title .panel-content {
  height: 100%;
}

.panel-title-container {
  cursor: move;
  word-wrap: break-word;
  display: block;
}

.panel-title {
  border: 0px;
  font-weight: 500;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  height: 32px;
  line-height: 32px;
  align-items: center;
}

.panel-menu-container {
  width: 0px;
  height: 19px;
  display: inline-block;
}

.panel-menu-toggle {
  position: absolute;
  top: calc(50% - 9px);
  color: rgba(36, 41, 46, 0.75);
  cursor: pointer;
  margin: 2px 0 0 2px;
  visibility: hidden;
  opacity: 0;
}
.panel-menu-toggle:hover {
  color: #000000;
}

.panel-loading {
  position: absolute;
  top: 0px;
  right: 4px;
  z-index: 11;
  font-size: 18px;
  color: rgba(36, 41, 46, 0.75);
}
.panel-loading:hover {
  cursor: pointer;
}

.panel-empty {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.panel-empty p {
  text-align: center;
  color: rgba(36, 41, 46, 0.75);
  font-size: 18px;
  width: 100%;
}

.panel-menu {
  top: 25px;
  left: -100px;
}

.panel-info-corner-inner {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.panel-info-corner {
  background: none;
  border: none;
  color: rgba(36, 41, 46, 0.75);
  cursor: pointer;
  position: absolute;
  display: none;
  left: 0;
  width: 32px;
  height: 32px;
  z-index: 2;
  top: 0;
}
.panel-info-corner .fa {
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 75%;
  z-index: 3;
}
.panel-info-corner--info {
  display: block;
}
.panel-info-corner--info .panel-info-corner-inner {
  border-left: 32px solid white;
  border-right: none;
  border-bottom: 32px solid transparent;
}
.panel-info-corner--info .fa:before {
  content: "\f129";
}
.panel-info-corner--links {
  display: block;
}
.panel-info-corner--links .panel-info-corner-inner {
  border-left: 32px solid white;
  border-right: none;
  border-bottom: 32px solid transparent;
}
.panel-info-corner--links .fa {
  left: 4px;
}
.panel-info-corner--links .fa:before {
  content: "\f08e";
}
.panel-info-corner--error {
  display: block;
  color: #ffffff;
}
.panel-info-corner--error .panel-info-corner-inner {
  border-left: 32px solid #E0226E;
  border-right: none;
  border-bottom: 32px solid transparent;
}
.panel-info-corner--error .fa:before {
  content: "\f12a";
}

.panel-info-content {
  overflow: auto;
}
.panel-info-content code {
  white-space: normal;
  word-wrap: break-word;
}
.panel-info-content pre > code {
  display: block;
}
.panel-info-content .panel-info-corner-links {
  list-style: none;
  padding-left: 0;
}

.panel-time-info {
  font-weight: 500;
  float: right;
  margin-right: 8px;
  color: #1F62E0;
  font-size: 85%;
  position: absolute;
  right: 0;
}

.rc-cascader {
  font-size: 12px;
}
.rc-cascader-dropdown {
  position: absolute;
  z-index: 9999;
}
.rc-cascader-dropdown-hidden {
  display: none;
}
.rc-cascader-menus {
  overflow: hidden;
  background: #F4F5F5;
  border: 1px solid rgba(36, 41, 46, 0.12);
  border-radius: 2px;
  box-shadow: 0 5px 10px 0 #ececec;
  white-space: nowrap;
}
.rc-cascader-menus.slide-up-enter, .rc-cascader-menus.slide-up-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-play-state: paused;
}
.rc-cascader-menus.slide-up-enter.slide-up-enter-active.rc-cascader-menus-placement-bottomLeft, .rc-cascader-menus.slide-up-appear.slide-up-appear-active.rc-cascader-menus-placement-bottomLeft {
  animation-name: SlideUpIn;
  animation-play-state: running;
}
.rc-cascader-menus.slide-up-enter.slide-up-enter-active.rc-cascader-menus-placement-topLeft, .rc-cascader-menus.slide-up-appear.slide-up-appear-active.rc-cascader-menus-placement-topLeft {
  animation-name: SlideDownIn;
  animation-play-state: running;
}
.rc-cascader-menus.slide-up-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  opacity: 1;
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-play-state: paused;
}
.rc-cascader-menus.slide-up-leave.slide-up-leave-active.rc-cascader-menus-placement-bottomLeft {
  animation-name: SlideUpOut;
  animation-play-state: running;
}
.rc-cascader-menus.slide-up-leave.slide-up-leave-active.rc-cascader-menus-placement-topLeft {
  animation-name: SlideDownOut;
  animation-play-state: running;
}
.rc-cascader-menu {
  display: inline-block;
  /* width: 100px; */
  max-width: 50vw;
  height: 192px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid rgba(36, 41, 46, 0.12);
  overflow: auto;
}
.rc-cascader-menu:last-child {
  border-right: 0;
}
.rc-cascader-menu-item {
  height: 32px;
  line-height: 32px;
  padding: 0 2.5em 0 16px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  position: relative;
}
.rc-cascader-menu-item:hover {
  background: rgba(36, 41, 46, 0.12);
}
.rc-cascader-menu-item-disabled {
  cursor: not-allowed;
  color: rgba(36, 41, 46, 0.75);
}
.rc-cascader-menu-item-disabled:hover {
  background: transparent;
}
.rc-cascader-menu-item-disabled:after {
  position: absolute;
  right: 12px;
  content: "loading";
  color: rgba(36, 41, 46, 0.75);
  font-style: italic;
}
.rc-cascader-menu-item-active {
  color: #000000;
  background: rgba(36, 41, 46, 0.08);
}
.rc-cascader-menu-item-active:hover {
  background: rgba(36, 41, 46, 0.12);
}
.rc-cascader-menu-item-expand {
  position: relative;
}
.rc-cascader-menu-item-expand:after {
  content: ">";
  font-size: 12px;
  color: rgba(36, 41, 46, 0.75);
  position: absolute;
  right: 16px;
  top: 0;
  line-height: 32px;
}

@keyframes SlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes SlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0.8);
  }
}
@keyframes SlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 0% 100%;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 100%;
    transform: scaleY(1);
  }
}
@keyframes SlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 0% 100%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 100%;
    transform: scaleY(0.8);
  }
}
.gf-form-select-box__control {
  width: 100%;
  margin-right: 4px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid rgba(36, 41, 46, 0.3);
  color: rgb(36, 41, 46);
  cursor: default;
  height: 32px;
  outline: none;
  overflow: hidden;
  position: relative;
}

.gf-form-select-box__control--is-focused {
  background-color: #FFFFFF;
  border-color: #5794f2;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #5794f2;
}

.gf-form-select-box__control--is-disabled {
  background-color: rgba(36, 41, 46, 0.04);
}

.gf-form-select-box__control--menu-right .gf-form-select-box__menu {
  right: 0;
  left: unset;
}

.gf-form-select-box__input input {
  line-height: inherit;
}

.gf-form-select-box__menu {
  background: #FFFFFF;
  box-shadow: 0px 13px 20px 1px rgba(24, 26, 27, 0.18);
  position: absolute;
  z-index: 1030;
  min-width: 100%;
}
.gf-form-select-box__menu-notice--no-options {
  background-color: #FFFFFF;
  padding: 10px;
}

.gf-form-select-box__menu-list {
  overflow-y: auto;
  max-height: 300px;
  max-width: 600px;
}

.tag-filter .gf-form-select-box__menu {
  width: 100%;
}

/* .gf-form-select-box__single-value { */
/* } */
.gf-form-select-box__multi-value {
  display: inline;
  margin: 0 6px 0 0;
  cursor: pointer;
}

.gf-form-select-box__multi-value__remove {
  text-align: center;
  display: inline-block;
  margin-left: 2px;
  position: relative;
}

.gf-form-select-box__multi-value__label {
  display: inline;
  vertical-align: middle;
}

.gf-form-select-box__option {
  border-left: 2px solid transparent;
  white-space: nowrap;
  background-color: #FFFFFF;
}
.gf-form-select-box__option.gf-form-select-box__option--is-focused {
  color: rgb(36, 41, 46);
  background: rgba(36, 41, 46, 0.12);
  border-image: linear-gradient(0.01deg, #F53E4C -31.2%, #FF8833 113.07%);
  border-image-slice: 1;
  border-style: solid;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left-width: 2px;
}
.gf-form-select-box__option.gf-form-select-box__option--is-selected .fa {
  color: #7b8087;
}

.gf-form-select-box__placeholder {
  color: rgba(36, 41, 46, 0.5);
}

.gf-form-select-box__control--is-focused .gf-form-select-box__placeholder {
  display: none;
}

.gf-form-select-box__value-container {
  display: inline-block;
  padding: 6px 20px 6px 10px;
  vertical-align: middle;
}
.gf-form-select-box__value-container > div {
  display: inline-block;
  vertical-align: middle;
}

.gf-form-select-box__indicators {
  position: absolute;
  height: 100%;
  right: 8px;
  top: 1px;
  display: inline-block;
  text-align: right;
}

.gf-form-input--form-dropdown {
  padding: 0;
  border: 0;
  overflow: visible;
  position: relative;
}

.gf-form--has-input-icon .gf-form-select-box__value-container {
  padding-left: 30px;
}

.gf-form-select-box__desc-option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  justify-items: center;
  cursor: pointer;
  padding: 7px 10px;
  width: 100%;
}

.gf-form-select-box__desc-option__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-right: 10px;
  font-weight: 500;
}

.gf-form-select-box__desc-option__desc {
  font-weight: normal;
  font-size: 12px;
  color: rgba(36, 41, 46, 0.75);
}

.gf-form-select-box__desc-option__img {
  width: 16px;
  margin-right: 10px;
}

.gf-form-select-box__option-group__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  justify-items: center;
  cursor: pointer;
  padding: 7px 10px;
  width: 100%;
  border-bottom: 1px solid #d8d9da;
  text-transform: capitalize;
}
.gf-form-select-box__option-group__header .fa {
  padding-right: 2px;
}

.gf-form-select-box-button-select {
  height: auto;
}

.select-button {
  display: flex;
  align-items: center;
}

.rc-time-picker-input,
.rc-time-picker-panel-input-wrap,
.rc-time-picker-panel-inner {
  background-color: #FFFFFF;
  color: rgb(36, 41, 46);
  border-color: rgba(36, 41, 46, 0.3);
  font-size: 14px;
}

.rc-time-picker-input {
  padding: 0 8px;
  height: 32px;
}

.rc-time-picker-panel {
  width: 176px;
}

.rc-time-picker-panel-select {
  width: 50%;
}
.rc-time-picker-panel-select:only-child {
  width: 100%;
}
.rc-time-picker-panel-select .rc-time-picker-panel-select-option-selected {
  background-color: rgba(36, 41, 46, 0.12);
}
.rc-time-picker-panel-select li:hover {
  background-color: rgba(36, 41, 46, 0.12);
}

.rc-time-picker-panel-narrow {
  max-width: none;
}

.uplot {
  font-family: inherit;
}

.u-select {
  background: rgba(120, 120, 130, 0.2);
}

.u-cursor-x {
  border-right: 1px dashed rgba(120, 120, 130, 0.5);
}

.u-cursor-y {
  width: 100%;
  border-bottom: 1px dashed rgba(120, 120, 130, 0.5);
}

.shared-crosshair:not(.plot-active) .u-cursor-pt {
  display: none !important;
}

/* Is still used in some angular templates*/
.login-form {
  margin-bottom: 16px;
  width: 100%;
}

.panel {
  height: 100%;
}

.panel-height-helper {
  display: block;
  height: 100%;
}

.panel-container {
  background-color: #FFFFFF;
  border: 1px solid rgba(36, 41, 46, 0.12);
  position: relative;
  border-radius: 2px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  box-shadow: none;
}
.panel-container--transparent {
  background-color: transparent;
  border: 1px solid transparent;
  box-shadow: none;
}
.panel-container:hover .panel-menu-toggle {
  visibility: visible;
  transition: opacity 0.1s ease-in 0.2s;
  opacity: 1;
}
.panel-container--is-editing {
  height: auto;
}
.panel-container--absolute {
  position: absolute;
}

.panel-content {
  padding: 8px;
  width: 100%;
  flex-grow: 1;
  contain: strict;
  height: calc(100% - 32px);
}
.panel-content--no-padding {
  padding: 0;
}

div.flot-text {
  color: rgb(36, 41, 46) !important;
}

.dashboard-solo .footer,
.dashboard-solo .sidemenu {
  display: none;
}

.template-variable {
  color: #1F62E0;
}

.panel-solo {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  left: 0;
  top: 0;
  width: "100%";
  height: "100%";
}
.panel-solo .panel-container {
  border: none;
}
.panel-solo .panel-menu-toggle,
.panel-solo .panel-menu {
  display: none;
}

.playlist-description {
  width: 555px;
  margin-bottom: 20px;
}

.playlist-search-container {
  z-index: 1000;
  position: relative;
  width: 700px;
  box-shadow: 0px 0px 55px 0px black;
  background-color: #FFFFFF;
}
.playlist-search-container .label-tag {
  margin-left: 6px;
  font-size: 11px;
  padding: 2px 6px;
}

.playlist-search-switches {
  position: absolute;
  top: 8px;
  right: 11px;
}

.playlist-search-containerwrapper {
  margin-bottom: 15px;
}

.playlist-search-field-wrapper input {
  width: 100%;
  padding: 8px 8px;
  height: 100%;
  box-sizing: border-box;
}
.playlist-search-field-wrapper button {
  margin: 0 4px 0 0;
}
.playlist-search-field-wrapper > span {
  display: block;
  overflow: hidden;
}

.playlist-search-results-container {
  min-height: 100px;
  overflow: auto;
  display: block;
  line-height: 28px;
}
.playlist-search-results-container .search-item:hover,
.playlist-search-results-container .search-item.selected {
  background-color: #f4f5f8;
}
.playlist-search-results-container .selected .search-result-tag {
  opacity: 0.7;
  color: white;
}
.playlist-search-results-container .fa-star,
.playlist-search-results-container .fa-star-o {
  padding-left: 13px;
}
.playlist-search-results-container .fa-star {
  color: #eb7b18;
}
.playlist-search-results-container .search-result-link .fa {
  padding-right: 10px;
}
.playlist-search-results-container .search-item {
  display: block;
  padding: 3px 10px;
  white-space: nowrap;
  background-color: #fbfbfb;
  margin-bottom: 4px;
}
.playlist-search-results-container .search-item .search-result-icon:before {
  content: "\f009";
}
.playlist-search-results-container .search-item.search-item-dash-home .search-result-icon:before {
  content: "\f015";
}
.playlist-search-results-container .search-result-tags {
  float: right;
}
.playlist-search-results-container .search-result-actions {
  float: right;
  padding-left: 20px;
}

.playlist-available-list td {
  line-height: 28px;
  max-width: 335px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.playlist-available-list .add-dashboard {
  text-align: center;
}
.playlist-available-list .fa-star {
  color: #eb7b18;
}

.playlist-column-header {
  border-bottom: thin solid #555555;
  padding-bottom: 3px;
  margin-bottom: 15px;
}

.selected-playlistitem-settings {
  text-align: right;
}

.admin-settings-section {
  color: #1F62E0;
  font-weight: 500;
}

td.admin-settings-key {
  padding-left: 20px;
}

.admin-list-table {
  margin-bottom: 20px;
}

.admin-list-paging {
  float: right;
}
.admin-list-paging li {
  display: inline-block;
  padding-left: 10px;
  margin-bottom: 5px;
}

.admin-list-table .team-permissions {
  padding-right: 120px;
}

.alert-state-paused,
.alert-state-pending {
  color: rgba(36, 41, 46, 0.75);
  font-weight: 500;
}

.alert-state-ok {
  color: #0A764E;
  font-weight: 500;
}

.alert-state-warning {
  color: #8A6C00;
  font-weight: 500;
}

.alert-state-critical {
  color: #CF0E5B;
  font-weight: 500;
}

.alert-notify-emails {
  width: 400px;
  border-right: 1px solid #000000;
}

.alert-notify-emails .bootstrap-tagsinput {
  width: 394px;
}

.alert-notify-emails .bootstrap-tagsinput input {
  border: 0;
}

.panel-alert-icon {
  display: none;
}

.panel-has-alert .panel-alert-icon {
  display: inline-block;
}

.panel-alert-state--alerting svg.panel-alert-icon {
  color: #CF0E5B;
  animation: alerting-panel 1s cubic-bezier(1, 0.1, 0.73, 1) 0s infinite alternate;
}
.panel-alert-state--ok svg.panel-alert-icon {
  color: #0A764E;
}
.panel-alert-state--pending svg.panel-alert-icon {
  color: #8A6C00;
}

@keyframes alerting-panel {
  100% {
    transform: scale(1.2);
  }
}
.alert-rule-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
}

.alert-rule-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #F4F5F5;
  box-shadow: none;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 4px;
}

.alert-rule-item__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  overflow: hidden;
}

.alert-rule-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  padding: 0 4px 0 2px;
}
.alert-rule-item__icon .icon-gf,
.alert-rule-item__icon .fa {
  font-size: 200%;
  position: relative;
  top: 2px;
}

.alert-rule-item__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.alert-rule-item__name {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}

.alert-list__btn {
  margin: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-rule-item__text {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
}

.alert-rule-item__time {
  color: rgba(36, 41, 46, 0.75);
  font-weight: normal;
  white-space: nowrap;
}

.alert-rule-item__info {
  font-weight: normal;
  flex-grow: 2;
  display: flex;
  align-items: flex-end;
}

.alert-rule-item__actions {
  display: flex;
  align-items: center;
}

.alert-tesint {
  display: flex;
}

.diff-indent-0 {
  padding-left: 0px;
  margin-left: 10px;
}

.diff-indent-1 {
  padding-left: 21px;
  margin-left: 10px;
}

.diff-indent-2 {
  padding-left: 42px;
  margin-left: 10px;
}

.diff-indent-3 {
  padding-left: 63px;
  margin-left: 10px;
}

.diff-indent-4 {
  padding-left: 84px;
  margin-left: 10px;
}

.diff-indent-5 {
  padding-left: 105px;
  margin-left: 10px;
}

.diff-indent-6 {
  padding-left: 126px;
  margin-left: 10px;
}

.diff-indent-7 {
  padding-left: 147px;
  margin-left: 10px;
}

.diff-indent-8 {
  padding-left: 168px;
  margin-left: 10px;
}

.diff-indent-9 {
  padding-left: 189px;
  margin-left: 10px;
}

.diff-indent-10 {
  padding-left: 210px;
  margin-left: 10px;
}

.diff-indent-11 {
  padding-left: 231px;
  margin-left: 10px;
}

.diff-indent-12 {
  padding-left: 252px;
  margin-left: 10px;
}

.diff-indent-13 {
  padding-left: 273px;
  margin-left: 10px;
}

.diff-indent-14 {
  padding-left: 294px;
  margin-left: 10px;
}

.diff-indent-15 {
  padding-left: 315px;
  margin-left: 10px;
}

.diff-indent-16 {
  padding-left: 336px;
  margin-left: 10px;
}

.delta-html {
  background: #F4F5F5;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-user-select: none;
          user-select: none;
}

.diff-line {
  color: rgb(36, 41, 46);
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  line-height: 2;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.diff-line:after {
  left: -40px;
}

.diff-line-number {
  color: rgba(36, 41, 46, 0.75);
  display: inline-block;
  font-size: 10px;
  line-height: 2.3;
  text-align: right;
  width: 30px;
}

.diff-line-number-hide {
  visibility: hidden;
}

.diff-line-icon {
  color: #d8d9da;
  font-size: 10px;
  float: right;
  position: relative;
  top: 2px;
  right: 10px;
}

.diff-json-new,
.diff-json-old,
.diff-json-deleted,
.diff-json-added {
  color: #fbfbfb;
}
.diff-json-new .diff-line-number,
.diff-json-old .diff-line-number,
.diff-json-deleted .diff-line-number,
.diff-json-added .diff-line-number {
  color: #d8d9da;
}

.diff-json-new {
  background-color: #664e33;
}

.diff-json-old {
  background-color: #5a372a;
}

.diff-json-added {
  background-color: rgb(44, 90, 176);
}

.diff-json-deleted {
  background-color: rgb(179, 27, 88);
}

.diff-value {
  -webkit-user-select: all;
          user-select: all;
}

.diff-circle {
  margin-right: 0.5em;
}
.diff-circle * {
  margin-bottom: 1px;
}

.diff-circle-changed {
  color: #f59433;
}

.diff-circle-added {
  color: #29d761;
}

.diff-circle-deleted {
  color: #fd474a;
}

.diff-item-added,
.diff-item-deleted {
  list-style: none;
}

.diff-group {
  background: #F4F5F5;
  font-size: 16px;
  font-style: normal;
  padding: 10px 15px;
  margin: 16px 0;
}
.diff-group .diff-group {
  padding: 0 5px;
}

.diff-group-name {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  padding-left: 1.75em;
  margin: 0 0 14px 0;
}

.diff-summary-key {
  padding-left: 0.25em;
}

.diff-list {
  padding-left: 40px;
}
.diff-list .diff-list {
  padding-left: 0;
}

.diff-item {
  color: #8e8e8e;
  line-height: 2.5;
}
.diff-item > div {
  display: inline;
}

.diff-item-changeset {
  list-style: none;
}

.diff-label {
  background-color: rgba(36, 41, 46, 0.12);
  border-radius: 3px;
  color: #8e8e8e;
  display: inline;
  font-size: 14px;
  margin: 0 5px;
  padding: 3px 8px;
}

.diff-linenum {
  float: right;
}

.diff-arrow {
  color: #161719;
}

.diff-block {
  width: 100%;
  display: inline-block;
}

.diff-block-title {
  font-size: 16px;
  display: inline-block;
}

.diff-title {
  font-size: 16px;
}

.diff-change-container {
  margin: 0 0;
  padding-left: 3em;
  padding-right: 0;
}

.diff-change-group {
  width: 100%;
  color: rgb(36, 41, 46);
  margin-bottom: 14px;
}

.diff-change-item {
  display: inline-block;
}

.diff-change-title {
  font-size: 16px;
}

.bullet-position-container {
  position: relative;
  left: -6px;
}

.diff-list-circle {
  margin-bottom: 3px;
}

.signup-page-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: url(/img/background_tease.jpg);
}
.signup-page-container .signup-logo-container {
  width: 150px;
  margin: 0 auto;
  padding: 80px 0;
}

.error-container {
  display: flex;
  flex-direction: row;
}

.error-row {
  display: flex;
  flex-direction: row;
}

.error-column {
  display: flex;
  flex-direction: column;
}

.error-space-between {
  justify-content: space-between;
}

.graph-box {
  width: 62%;
  padding: 32px 16px;
}

.info-box {
  width: 38%;
  padding: 32px 16px;
}

.graph-percentage {
  padding: 0 0 18px;
}

.image-box {
  padding: 8px;
}

.left-margin {
  padding: 0 0 0 64px;
}

.current-box {
  justify-content: flex-end;
}

.current-text {
  color: #1F62E0;
  font-weight: bold;
  line-height: 14px;
}

.error-link {
  color: #eb7b18;
}

.error-minus {
  color: #7eb26d;
  padding: 0 8px;
  line-height: 21px;
}

.graph-percentage p {
  text-align: right;
  margin: 0;
  line-height: 14px;
}

.graph-text {
  margin: 0;
}

@media (max-width: 768px) {
  .graph-box {
    width: 50%;
  }
  .info-box {
    width: 50%;
  }
}
@media (max-width: 543px) {
  .error-container {
    flex-direction: column;
  }
  .graph-box {
    width: 100%;
  }
  .info-box {
    width: 100%;
  }
  .error-full-width {
    width: 100%;
  }
}
.explore-active-button {
  box-shadow: 0px 0px 4px rgba(234, 161, 51, 0.6);
  border: 1px solid #ff780a !important;
  color: #ff780a !important;
}

.explore-input-margin {
  margin-right: 4px;
}

.graph-legend {
  flex-wrap: wrap;
}

.query-row-break {
  flex-basis: 100%;
}

.explore .prom-query-field-info {
  margin: 0.25em 0.5em 0.5em;
  display: flex;
}
.explore .prom-query-field-info details {
  margin-left: 1em;
}

.ReactTable {
  border: none;
}

.ReactTable .rt-table {
  min-height: 90px;
}

.ReactTable .rt-thead.-header {
  box-shadow: none;
  background: #fbfbfb;
  border-top: 2px solid #F4F5F5;
  border-bottom: 2px solid #F4F5F5;
  height: 2em;
}

.ReactTable .rt-thead.-header .rt-th {
  text-align: left;
  color: #1F62E0;
  font-weight: 500;
}

.ReactTable .rt-thead .rt-td,
.ReactTable .rt-thead .rt-th {
  padding: 0.45em 0 0.45em 1.1em;
  border-right: none;
  box-shadow: none;
}

.ReactTable .rt-tbody .rt-td {
  padding: 0.45em 0 0.45em 1.1em;
  border-bottom: 2px solid #F4F5F5;
  border-right: 2px solid #F4F5F5;
}

.ReactTable .rt-tbody .rt-td:last-child {
  border-right: none;
}

.ReactTable .-pagination {
  border-top: none;
  box-shadow: none;
  margin-top: 8px;
}

.ReactTable .-pagination .-btn {
  color: #1F62E0;
  background: #fbfbfb;
}

.ReactTable .-pagination input,
.ReactTable .-pagination select {
  color: rgb(36, 41, 46);
  background-color: #FFFFFF;
}

.ReactTable .-loading {
  background: #FFFFFF;
}

.ReactTable .-loading.-active {
  opacity: 0.8;
}

.ReactTable .-loading > div {
  color: rgb(36, 41, 46);
}

.ReactTable .rt-tr .rt-td:last-child {
  text-align: right;
}

.ReactTable .rt-noData {
  top: 60px;
  z-index: inherit;
}

.rc-cascader-menu-item-loading:after {
  position: absolute;
  right: 12px;
  content: "loading";
  color: #767980;
  font-style: italic;
}

.rc-cascader-menu {
  vertical-align: top;
  scrollbar-width: thin;
}

.cheat-sheet-item {
  margin: 24px 0;
}

.cheat-sheet-item__title {
  font-size: 1.5714285714rem;
}

.cheat-sheet-item__example {
  margin: 4px 0;
  text-align: left;
  border: none;
  background: transparent;
  display: block;
}

.query-type-toggle {
  margin-left: 5px;
}
.query-type-toggle .btn.active {
  background-color: #FFFFFF;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(36, 41, 46, 0.3);
  border-radius: 2px;
  box-shadow: none;
  color: rgb(36, 41, 46);
}

.sidebar-content {
  width: calc(100% - 210px);
}

@media (min-width: 769px) {
  .sidebar-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 769px) {
  .page-sidebar {
    width: 154px;
    margin-left: 56px;
  }
}

.page-sidebar-section {
  margin-bottom: 32px;
}

.get-more-plugins-link {
  color: #b3b3b3;
  font-size: 12px;
  position: relative;
  top: 16px;
}
.get-more-plugins-link:hover {
  color: #000000;
}
.get-more-plugins-link img {
  vertical-align: top;
}

@media (max-width: 768px) {
  .get-more-plugins-link {
    display: none;
  }
}
.plugin-info-list-item {
  white-space: nowrap;
  max-width: 154px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.plugin-info-list-item img,
.plugin-info-list-item i {
  width: 16px;
  margin-right: 4px;
  margin-bottom: 1px;
}

.view-mode--inactive .react-resizable-handle, .view-mode--tv .react-resizable-handle, .view-mode--kiosk .react-resizable-handle,
.view-mode--inactive .add-row-panel-hint,
.view-mode--tv .add-row-panel-hint,
.view-mode--kiosk .add-row-panel-hint,
.view-mode--inactive .dash-row-menu-container,
.view-mode--tv .dash-row-menu-container,
.view-mode--kiosk .dash-row-menu-container,
.view-mode--inactive .panel-info-corner--info,
.view-mode--tv .panel-info-corner--info,
.view-mode--kiosk .panel-info-corner--info,
.view-mode--inactive .panel-info-corner--links,
.view-mode--tv .panel-info-corner--links,
.view-mode--kiosk .panel-info-corner--links {
  display: none;
}

.view-mode--tv .sidemenu, .view-mode--kiosk .sidemenu {
  position: fixed;
  background-color: transparent;
  box-shadow: none;
}
.view-mode--tv .sidemenu .sidemenu__top, .view-mode--kiosk .sidemenu .sidemenu__top,
.view-mode--tv .sidemenu .sidemenu__bottom,
.view-mode--kiosk .sidemenu .sidemenu__bottom,
.view-mode--tv .sidemenu .sidemenu__logo_small_breakpoint,
.view-mode--kiosk .sidemenu .sidemenu__logo_small_breakpoint {
  display: none;
}
@media (max-width: 768px) {
  .view-mode--tv .sidemenu .sidemenu__logo, .view-mode--kiosk .sidemenu .sidemenu__logo {
    display: block;
  }
}
.view-mode--tv .page-toolbar, .view-mode--kiosk .page-toolbar {
  padding-left: 60px;
}
.view-mode--tv .page-toolbar--fullscreen, .view-mode--kiosk .page-toolbar--fullscreen {
  padding-left: 16px;
}
.view-mode--tv .submenu-controls, .view-mode--kiosk .submenu-controls {
  display: none;
}

.view-mode--kiosk .sidemenu,
.view-mode--kiosk .page-toolbar {
  display: none;
}
.view-mode--kiosk .submenu-controls {
  display: none;
}

@media (max-width: 768px) {
  nav.page-toolbar--fullscreen {
    padding-left: 16px;
  }
}
body {
  background-color: white;
}

.react-grid-layout {
  background-color: white;
}

div[class*=canvas-content] {
  background-color: #ffffff;
}

div[class*=panel-container] {
  border-radius: 1rem;
  border: none;
  background-color: #f8f8f8;
}

div[class*=panel-content] {
  border-radius: 1rem;
  border: none;
}

nav[aria-label=Breadcrumbs] {
  display: none;
}

.main-view div:first-child {
  box-shadow: none;
}

button[title="Enable kiosk mode"] {
  display: none;
}

button[title="Toggle top search bar"] {
  display: none;
}

nav[aria-label=Breadcrumbs] + div {
  visibility: hidden;
}

nav[aria-label=Breadcrumbs] + div > div:last-of-type {
  display: none;
}
