@charset "UTF-8";

/* node_modules/@mirus/mirus-common/dist/mirus-ag-grid/style/grid-styles.scss */
.kpi:after {
  font-family: "Material Icons";
  font-size: var(--font-size);
  line-height: 1;
}
.kpi[class*=arrow]:after {
  content: "forward";
}
.kpi[class*=arrow][class*=up] {
  transform: rotate(-90deg);
}
.kpi[class*=arrow][class*=down] {
  transform: rotate(90deg);
}
.kpi[class*=chevron]:after {
  content: "chevron_right";
}
.kpi[class*=chevron][class*=up] {
  transform: rotate(-90deg);
}
.kpi[class*=chevron][class*=down] {
  transform: rotate(90deg);
}
.kpi[class*=star]:after {
  content: "star";
}
.kpi[class*=star_circle]:after {
  content: "stars";
}
.kpi[class*=check]:after {
  content: "check";
  color: #4cd708;
}
.kpi[class*=x]:after {
  content: "close";
  color: #f9050b;
}
.kpi[class*=circle]:not([class*=star]):not([class*=check]):not([class*=x]):after,
.kpi:not([class*=arrow]):not([class*=chevron]):not([class*=circle]):not([class*=star]):not([class*=check]):not([class*=x]):after {
  content: "circle";
}
.kpi[class*=blue] {
  color: #008cff;
}
.kpi[class*=teal] {
  color: #00dded;
}
.kpi[class*=green] {
  color: #37c000;
}
.kpi[class*=yellow] {
  color: #ffea00;
}
.kpi[class*=orange] {
  color: #fb9900;
}
.kpi[class*=red] {
  color: #ff2c00;
}
.kpi[class*=magenta] {
  color: #e800a0;
}
.kpi[class*=purple] {
  color: #9200ff;
}
.kpi[class*=black] {
  color: #000000;
}
.kpi[class*=white] {
  color: #ffffff;
}
.underline {
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: bold;
}
body {
  --ag-wrapper-border: 0;
  --ag-wrapper-border-radius: 0;
  --ag-border-color: rgb(from var(--p-content-color) r g b / 10%);
  --ag-spacing: var(--spacing);
  --ag-font-size: var(--text-sm);
  --ag-line-height: calc(var(--ag-row-height) - (var(--ag-row-border-width) * 2));
  --ag-background-color: var(--p-content-background);
  --ag-foreground-color: var(--p-content-color);
  --ag-header-font-size: var(--text-md);
  --ag-header-font-weight: bold;
  --ag-header-background-color: transparent;
  --ag-dimnension-background: rgb(from var(--p-primary-500) r g b / 7.5%);
  --ag-total-background: rgb(from var(--p-yellow-300) r g b / 10%);
  --ag-header-height: 40px;
  --ag-cell-horizontal-border: solid rgba(0, 0, 0, 0.07);
  --ag-odd-row-background-color: #00000006;
  --ag-font-size: 12px;
  --ag-row-height: 33px;
  --ag-cell-horizontal-padding: 8px;
  --ag-border-radius: 3px;
  --ag-header-foreground-color: rgba(0, 0, 0, 0.7);
  --ag-tooltip-background-color: rgba(0, 0, 0, 0.65);
  --ag-font-family:
    Roboto,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
}
ag-grid-angular :where(.ag-ltr) .ag-sort-indicator-icon {
  padding: unset;
  margin-left: var(--ag-spacing);
}
ag-grid-angular .ag-header {
  border-bottom: 0px;
}
ag-grid-angular .ag-header .ag-header-cell.align-text-left .ag-header-cell-label {
  justify-content: flex-start;
}
ag-grid-angular .ag-header .ag-header-cell.align-text-center .ag-header-cell-label {
  justify-content: center;
}
ag-grid-angular .ag-header .ag-header-cell.align-text-right .ag-header-cell-label {
  justify-content: flex-end;
  padding-right: 1rem;
}
ag-grid-angular .ag-header .ag-header-cell-comp-wrapper {
  height: 40px;
}
ag-grid-angular .ag-header .ag-header-row {
  border-top: var(--ag-row-border);
}
ag-grid-angular .ag-header .ag-header-cell-label .ag-header-cell-text {
  white-space: normal !important;
  word-wrap: normal;
  word-break: normal;
}
ag-grid-angular .ag-header .ag-header-menu-icon {
  margin-right: -32px;
}
ag-grid-angular .ag-header .ag-header-active .ag-header-menu-icon {
  margin-right: 0px;
}
ag-grid-angular .ag-header .ag-sort-indicator-icon,
ag-grid-angular .ag-header .ag-sort-indicator-icon *:before {
  width: 12px;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
}
ag-grid-angular .ag-row {
  border-bottom: 0;
}
ag-grid-angular .ag-header-group-cell,
ag-grid-angular .ag-header-cell,
ag-grid-angular .ag-cell {
  border-right: var(--ag-row-border);
  border-bottom: var(--ag-row-border);
}
ag-grid-angular .ag-cell {
  line-height: var(--ag-line-height);
}
ag-grid-angular .ag-cell.dimension {
  background-color: var(--accent-50, #F0F8FC);
  color: var(--accent-contrast-50, #000000);
}
ag-grid-angular .ag-cell.dimension:not(.ag-cell-wrap-text) {
  white-space: pre;
}
ag-grid-angular .ag-cell.total-cell {
  background-color: #FFFFD6;
}
ag-grid-angular .ag-cell.accounting {
  width: 100%;
}
ag-grid-angular .ag-cell.accounting:before {
  content: "$";
  float: left;
}
ag-grid-angular .ag-cell.cell-span {
  border-top-width: 0;
  border-bottom-width: 0;
}
ag-grid-angular .ag-cell.cell-span.cell-span-end {
  border-bottom: var(--ag-row-border);
}
ag-grid-angular .ag-spanned-cell-wrapper > .ag-spanned-cell {
  display: block;
  position: relative;
}
.ag-tooltip {
  color: #fff;
  max-width: 350px;
}
.ag-menu-option-icon {
  font-family: "Material Icons";
  font-size: 18px;
  height: 18px;
  line-height: 18px;
}

/* node_modules/gridstack/dist/gridstack.min.css */
.grid-stack {
  position: relative;
}
.grid-stack-rtl {
  direction: ltr;
}
.grid-stack-rtl > .grid-stack-item {
  direction: rtl;
}
.grid-stack-placeholder > .placeholder-content {
  background-color: rgba(0, 0, 0, .1);
  margin: 0;
  position: absolute;
  width: auto;
  z-index: 0 !important;
}
.grid-stack > .grid-stack-item {
  position: absolute;
  padding: 0;
  top: 0;
  width: var(--gs-column-width);
  height: var(--gs-cell-height);
}
.grid-stack > .grid-stack-item > .grid-stack-item-content {
  margin: 0;
  position: absolute;
  width: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.grid-stack > .grid-stack-item.size-to-content:not(.size-to-content-max) > .grid-stack-item-content {
  overflow-y: hidden;
}
.grid-stack:not(.grid-stack-rtl) > .grid-stack-item {
  left: 0;
}
.grid-stack.grid-stack-rtl > .grid-stack-item {
  right: 0;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content,
.grid-stack > .grid-stack-placeholder > .placeholder-content {
  top: var(--gs-item-margin-top);
  right: var(--gs-item-margin-right);
  bottom: var(--gs-item-margin-bottom);
  left: var(--gs-item-margin-left);
}
.grid-stack-item > .ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.grid-stack-item.ui-resizable-autohide > .ui-resizable-handle,
.grid-stack-item.ui-resizable-disabled > .ui-resizable-handle {
  display: none;
}
.grid-stack-item > .ui-resizable-ne,
.grid-stack-item > .ui-resizable-nw,
.grid-stack-item > .ui-resizable-se,
.grid-stack-item > .ui-resizable-sw {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 20 20"><path d="m10 3 2 2H8l2-2v14l-2-2h4l-2 2"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.grid-stack-item > .ui-resizable-ne {
  transform: rotate(45deg);
}
.grid-stack-item > .ui-resizable-sw {
  transform: rotate(45deg);
}
.grid-stack-item > .ui-resizable-nw {
  transform: rotate(-45deg);
}
.grid-stack-item > .ui-resizable-se {
  transform: rotate(-45deg);
}
.grid-stack-item > .ui-resizable-nw {
  cursor: nw-resize;
  width: 20px;
  height: 20px;
  top: var(--gs-item-margin-top);
  left: var(--gs-item-margin-left);
}
.grid-stack-item > .ui-resizable-n {
  cursor: n-resize;
  height: 10px;
  top: var(--gs-item-margin-top);
  left: 25px;
  right: 25px;
}
.grid-stack-item > .ui-resizable-ne {
  cursor: ne-resize;
  width: 20px;
  height: 20px;
  top: var(--gs-item-margin-top);
  right: var(--gs-item-margin-right);
}
.grid-stack-item > .ui-resizable-e {
  cursor: e-resize;
  width: 10px;
  top: 15px;
  bottom: 15px;
  right: var(--gs-item-margin-right);
}
.grid-stack-item > .ui-resizable-se {
  cursor: se-resize;
  width: 20px;
  height: 20px;
  bottom: var(--gs-item-margin-bottom);
  right: var(--gs-item-margin-right);
}
.grid-stack-item > .ui-resizable-s {
  cursor: s-resize;
  height: 10px;
  left: 25px;
  bottom: var(--gs-item-margin-bottom);
  right: 25px;
}
.grid-stack-item > .ui-resizable-sw {
  cursor: sw-resize;
  width: 20px;
  height: 20px;
  bottom: var(--gs-item-margin-bottom);
  left: var(--gs-item-margin-left);
}
.grid-stack-item > .ui-resizable-w {
  cursor: w-resize;
  width: 10px;
  top: 15px;
  bottom: 15px;
  left: var(--gs-item-margin-left);
}
.grid-stack-item.ui-draggable-dragging > .ui-resizable-handle {
  display: none !important;
}
.grid-stack-item.ui-draggable-dragging {
  will-change:
    left,
    right,
    top;
}
.grid-stack-item.ui-resizable-resizing {
  will-change: width, height;
}
.ui-draggable-dragging,
.ui-resizable-resizing {
  z-index: 10000;
}
.ui-draggable-dragging > .grid-stack-item-content,
.ui-resizable-resizing > .grid-stack-item-content {
  box-shadow: 1px 4px 6px rgba(0, 0, 0, .2);
  opacity: .8;
}
.grid-stack-animate,
.grid-stack-animate .grid-stack-item {
  transition:
    left .3s,
    right .3s,
    top .3s,
    height .3s,
    width .3s;
}
.grid-stack-animate .grid-stack-item.grid-stack-placeholder,
.grid-stack-animate .grid-stack-item.ui-draggable-dragging,
.grid-stack-animate .grid-stack-item.ui-resizable-resizing {
  transition:
    left 0s,
    right 0s,
    top 0s,
    height 0s,
    width 0s;
}
.grid-stack > .grid-stack-item[gs-y="0"] {
  top: 0;
}
.grid-stack:not(.grid-stack-rtl) > .grid-stack-item[gs-x="0"] {
  left: 0;
}
.grid-stack.grid-stack-rtl > .grid-stack-item[gs-x="0"] {
  right: 0;
}

/* node_modules/@highcharts/dashboards/css/dashboards.css */
/**
 * @license Highcharts Dashboards v1.3.1
 *
 * (c) 2009-2023 Highsoft AS
 *
 * License: www.highcharts.com/license
 */
:root,
.highcharts-light {
  --highcharts-neutral-color-100: #000000;
  --highcharts-neutral-color-80: #333333;
  --highcharts-neutral-color-60: #666666;
  --highcharts-neutral-color-20: #cccccc;
  --highcharts-neutral-color-5: #f2f2f2;
  --highcharts-neutral-color-3: #f7f7f7;
  --highcharts-neutral-color-0: #ffffff;
  --highcharts-highlight-color-100: #0022ff;
  --highcharts-highlight-color-80: #334eff;
  --highcharts-highlight-color-60: #667aff;
  --highcharts-highlight-color-20: #ccd3ff;
  --highcharts-highlight-color-10: #e6e9ff;
  --highcharts-dashboards-toggle-button-color: #016667;
  --highcharts-dashboards-overlay-color: #dae3ec90;
  --highcharts-dashboards-pointer-selected-color: #4a4a53;
  --highcharts-dashboards-danger-color: rgb(153, 0, 51);
  --highcharts-background-color: #ffffff;
  --highcharts-dashboards-shadow-color:
    4,
    9,
    20;
  --highcharts-dashboards-edit-row-color: #7bb343;
  --highcharts-dashboards-edit-row-contrast-color: #1a5e20;
  --highcharts-dashboards-edit-row-highlight-color: #b0c2d4;
  --highcharts-dashboards-dropdown-box-shadow-color:
    34,
    34,
    34,
    0.1;
}
@media (prefers-color-scheme: dark) {
  :root {
    --highcharts-background-color: #333333;
    --highcharts-neutral-color-100: rgb(255, 255, 255);
    --highcharts-neutral-color-80: rgb(214, 214, 214);
    --highcharts-neutral-color-60: rgb(173, 173, 173);
    --highcharts-neutral-color-40: rgb(133, 133, 133);
    --highcharts-neutral-color-20: rgb(92, 92, 92);
    --highcharts-neutral-color-10: rgb(71, 71, 71);
    --highcharts-neutral-color-5: rgb(61, 61, 61);
    --highcharts-neutral-color-3: rgb(57, 57, 57);
    --highcharts-neutral-color-0: rgb(0, 0, 0);
    --highcharts-highlight-color-100: rgb(122, 167, 255);
    --highcharts-highlight-color-80: rgb(108, 144, 214);
    --highcharts-highlight-color-60: rgb(94, 121, 173);
    --highcharts-highlight-color-20: rgb(65, 74, 92);
    --highcharts-highlight-color-10: rgb(58, 63, 71);
  }
  .highcharts-dashboards-edit-tools .highcharts-dashboards-edit-context-menu-btn {
    background-color: var(--highcharts-neutral-color-80);
    filter: invert(1) brightness(1);
  }
  .highcharts-dashboards-edit-tools .highcharts-dashboards-edit-context-menu-btn:hover {
    background-color: var(--highcharts-neutral-color-0);
    color: var(--highcharts-neutral-color-100);
  }
  .highcharts-dashboards-edit-tools .highcharts-dashboards-edit-button.highcharts-dashboards-edit-tools-btn {
    background-color: var(--highcharts-neutral-color-80);
    filter: invert(1) brightness(1);
    border: 1px solid var(--highcharts-neutral-color-0);
  }
  .highcharts-dashboards-edit-tools .highcharts-dashboards-edit-button.highcharts-dashboards-edit-tools-btn:hover,
  .highcharts-dashboards-edit-tools .highcharts-dashboards-edit-button.highcharts-dashboards-edit-tools-btn.selected {
    color: var(--highcharts-neutral-color-0);
    background-color: var(--highcharts-neutral-color-80);
    filter: none;
  }
  .highcharts-dashboards-edit-popup-close,
  .highcharts-dashboards-edit-pointer,
  .highcharts-dashboards-edit-accordion-header-icon {
    filter: invert(1);
  }
  .highcharts-dashboards-edit-sidebar-title {
    filter: brightness(0) invert(1);
  }
  .highcharts-dashboards-edit-menu .highcharts-dashboards-edit-toolbar-item div {
    filter: brightness(0) invert(1);
  }
}
.highcharts-dark {
  --highcharts-background-color: #333333;
  --highcharts-neutral-color-100: rgb(255, 255, 255);
  --highcharts-neutral-color-80: rgb(214, 214, 214);
  --highcharts-neutral-color-60: rgb(173, 173, 173);
  --highcharts-neutral-color-40: rgb(133, 133, 133);
  --highcharts-neutral-color-20: rgb(92, 92, 92);
  --highcharts-neutral-color-10: rgb(71, 71, 71);
  --highcharts-neutral-color-5: rgb(61, 61, 61);
  --highcharts-neutral-color-3: rgb(57, 57, 57);
  --highcharts-neutral-color-0: rgb(0, 0, 0);
  --highcharts-highlight-color-100: rgb(122, 167, 255);
  --highcharts-highlight-color-80: rgb(108, 144, 214);
  --highcharts-highlight-color-60: rgb(94, 121, 173);
  --highcharts-highlight-color-20: rgb(65, 74, 92);
  --highcharts-highlight-color-10: rgb(58, 63, 71);
}
.highcharts-dark .highcharts-dashboards-edit-tools .highcharts-dashboards-edit-context-menu-btn {
  background-color: var(--highcharts-neutral-color-80);
  filter: invert(1) brightness(1);
}
.highcharts-dark .highcharts-dashboards-edit-tools .highcharts-dashboards-edit-context-menu-btn:hover {
  background-color: var(--highcharts-neutral-color-0);
}
.highcharts-dark .highcharts-dashboards-edit-tools .highcharts-dashboards-edit-button.highcharts-dashboards-edit-tools-btn {
  background-color: var(--highcharts-neutral-color-80);
  filter: invert(1) brightness(1);
  border: 1px solid var(--highcharts-neutral-color-0);
}
.highcharts-dark .highcharts-dashboards-edit-tools .highcharts-dashboards-edit-button.highcharts-dashboards-edit-tools-btn:hover,
.highcharts-dark .highcharts-dashboards-edit-tools .highcharts-dashboards-edit-button.highcharts-dashboards-edit-tools-btn.selected {
  color: var(--highcharts-neutral-color-0);
  background-color: var(--highcharts-neutral-color-80);
  filter: none;
}
.highcharts-dark .highcharts-dashboards-edit-popup-close,
.highcharts-dark .highcharts-dashboards-edit-pointer,
.highcharts-dark .highcharts-dashboards-edit-accordion-header-icon {
  filter: invert(1);
}
.highcharts-dark .highcharts-dashboards-edit-sidebar-title {
  filter: brightness(0) invert(1);
}
.highcharts-dark .highcharts-dashboards-edit-menu .highcharts-dashboards-edit-toolbar-item div {
  filter: brightness(0) invert(1);
}
.highcharts-dashboards,
.highcharts-dashboards-wrapper {
  background-color: var(--highcharts-neutral-color-5);
  padding: 20px 10px;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  transition: 0.5s;
  overflow-x: scroll;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1rem;
}
.highcharts-dashboards-fullscreen:fullscreen {
  overflow: scroll;
}
.highcharts-dashboards-layout {
  position: relative;
}
.highcharts-dashboards-layouts-wrapper {
  margin: 0 auto;
  width: 100%;
}
.highcharts-dashboards-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.highcharts-dashboards-cell {
  position: relative;
  flex: 1;
  min-width: 20px;
}
.highcharts-dashboards-row,
.highcharts-dashboards-row .highcharts-dashboards-cell {
  box-sizing: border-box;
  border: 1px dashed transparent;
}
.highcharts-dashboards-cell img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}
.highcharts-dashboards-cell-state-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  border: 8px solid var(--highcharts-neutral-color-80);
  border-radius: 50%;
  animation: loading-spinner 1s linear infinite;
  border-color: var(--highcharts-neutral-color-80) transparent transparent transparent;
}
@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.highcharts-dashboards-cell > .highcharts-dashboards-component {
  position: relative;
  margin: 5px;
  background-color: var(--highcharts-background-color);
  box-shadow:
    0 0.4688rem 2.1875rem rgba(var(--highcharts-dashboards-shadow-color), 0.03),
    0 0.9375rem 1.4063rem rgba(var(--highcharts-dashboards-shadow-color), 0.03),
    0 0.25rem 0.5313rem rgba(var(--highcharts-dashboards-shadow-color), 0.03),
    0 0.125rem 0.1875rem rgba(var(--highcharts-dashboards-shadow-color), 0.03);
  background-clip: border-box;
  border-radius: 3px;
  overflow: hidden;
}
.highcharts-dashboards-component {
  color: var(--highcharts-neutral-color-100);
}
.highcharts-dashboards-component-kpi {
  min-height: 150px;
  text-align: center;
}
.highcharts-dashboards-component-kpi-value {
  font-size: 2.5em;
}
.highcharts-dashboards-component-kpi-subtitle {
  font-size: 2em;
}
.highcharts-dashboards-component-kpi-content {
  display: flex;
  flex-direction: column;
}
.highcharts-dashboards-component-title {
  color: var(--highcharts-neutral-color-100);
  margin: 0.5em 10px;
}
.highcharts-dashboards-component img {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.highcharts-dashboards-edit-enabled.highcharts-dashboards-edit-cell-highlight-active {
  pointer-events: none;
}
.highcharts-dashboards-edit-enabled.highcharts-dashboards-edit-cell-highlight-active .highcharts-dashboards-edit-sidebar {
  pointer-events: auto;
}
.highcharts-dashboards-edit-enabled .highcharts-dashboards-row {
  border: 1px solid var(--highcharts-neutral-color-20);
}
.highcharts-dashboards-edit-enabled .highcharts-dashboards-edit-row-context-highlight {
  background:
    repeating-linear-gradient(
      -45deg,
      var(--highcharts-dashboards-edit-row-highlight-color),
      var(--highcharts-dashboards-edit-row-highlight-color) 5px,
      var(--highcharts-neutral-color-0) 5px,
      var(--highcharts-neutral-color-0) 10px);
}
.highcharts-dashboards-edit-enabled .highcharts-dashboards-edit-cell-highlight {
  box-shadow: 0 0 0 99998px rgba(var(--highcharts-neutral-color-80), 0.5);
  position: relative;
  z-index: 100;
  pointer-events: auto;
  transition: all 0.5s ease;
  box-sizing: border-box;
}
.highcharts-dashboards-edit-menu {
  overflow: hidden;
}
.highcharts-dashboards-edit-menu.highcharts-dashboards-edit-toolbar-row .highcharts-dashboards-edit-menu-item {
  float: left;
}
.highcharts-dashboards-edit-drop-pointer {
  position: absolute;
  z-index: 9999;
  display: none;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      45deg,
      var(--highcharts-dashboards-edit-row-highlight-color),
      var(--highcharts-dashboards-edit-row-highlight-color) 10px,
      var(--highcharts-neutral-color-0) 10px,
      var(--highcharts-neutral-color-0) 20px);
  opacity: 0.5;
  transition: 0.1s;
  border-radius: 2px;
}
.highcharts-dashboards-edit-drag-mock {
  position: absolute;
  top: 100px;
  left: 100px;
  min-height: 150px;
  min-width: 300px;
  z-index: 99999;
  display: none;
  cursor: grab;
  pointer-events: none;
  border-radius: 5px;
  background-color: var(--highcharts-background-color);
  box-shadow:
    0 0.4688rem 2.1875rem rgba(var(--highcharts-dashboards-shadow-color), 0.03),
    0 0.9375rem 1.4063rem rgba(var(--highcharts-dashboards-shadow-color), 0.03),
    0 0.25rem 0.5313rem rgba(var(--highcharts-dashboards-shadow-color), 0.03),
    0 0.125rem 0.1875rem rgba(var(--highcharts-dashboards-shadow-color), 0.03);
}
.highcharts-dashboards-edit-resize-pointer {
  position: absolute;
  z-index: 100;
  display: none;
  pointer-events: none;
  border: 4px solid var(--highcharts-highlight-color-60);
  opacity: 0.5;
}
.highcharts-dashboards-edit-ctx-detection-pointer {
  position: absolute;
  z-index: 101;
  display: none;
  pointer-events: none;
  border: 2px solid var(--highcharts-highlight-color-20);
}
.highcharts-dashboards-edit-resize-snap {
  position: absolute;
  background-color: var(--highcharts-background-color);
  z-index: 10;
}
.highcharts-dashboards-edit-resize-snap-x {
  cursor: col-resize;
}
.highcharts-dashboards-edit-resize-snap-y {
  cursor: row-resize;
  rotate: 90deg;
}
.highcharts-dashboards-edit-resizer-menu-btn-active {
  color: var(--highcharts-highlight-color-60);
}
.highcharts-dashboards-cell > .highcharts-dashboards-component .title-wrapper {
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--highcharts-highlight-color-10);
}
.highcharts-dashboards-toolbar {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 15px;
  display: none;
  font-weight: bold;
}
.highcharts-dashboards-toolbar .tools-row {
  display: inline-block;
  float: left;
  background-color: var(--highcharts-neutral-color-60);
  padding: 0 10px;
}
.highcharts-dashboards-toolbar .tools-cell {
  display: inline-block;
  background-color: var(--highcharts-neutral-color-20);
  padding: 0 10px;
}
.highcharts-dashboards-toolbar .drag-drop {
  display: inline-block;
  cursor: move;
  text-indent: -9999px;
  background: url(https://code.highcharts.com/dashboards/gfx/dashboards-icons/drag.svg) no-repeat 50% 50%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.highcharts-dashboards-toolbar .edit-col,
.highcharts-dashboards-toolbar .edit-row {
  background: url(https://code.highcharts.com/dashboards/gfx/dashboards-icons/settings.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  display: inline-block;
  float: right;
  margin-left: 10px;
}
.highcharts-dashboards-edit-toggle-container {
  align-items: center;
  background-color: transparent;
  border: none;
  color: var(--highcharts-neutral-color-100);
  cursor: pointer;
  justify-content: space-around;
  display: flex;
  min-width: 100px;
  width: 100%;
}
.highcharts-dashboards-edit-toggle-wrapper,
.highcharts-dashboards-edit-accordion-content label.highcharts-dashboards-edit-toggle-wrapper {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 23px;
}
.highcharts-dashboards-edit-toggle-wrapper input {
  opacity: 0;
  width: 0;
  height: 0;
}
.highcharts-dashboards-edit-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--highcharts-neutral-color-20);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.highcharts-dashboards-edit-toggle-slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: var(--highcharts-neutral-color-0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.highcharts-dashboards-edit-toggle-wrapper input:checked + .highcharts-dashboards-edit-toggle-slider {
  background-color: var(--highcharts-neutral-color-100);
}
.highcharts-dashboards-edit-toggle-wrapper input:checked + .highcharts-dashboards-edit-toggle-slider::before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
.highcharts-dashboards-edit-sidebar .highcharts-dashboards-edit-label-text.highcharts-dashboards-edit-toggle-labels {
  background: none;
  border: none;
  display: inline-block;
  padding: 0 5px;
  margin: 0;
  width: auto;
  line-height: 1em;
  font-size: 0.756em;
}
.highcharts-dashboards-edit-context-menu {
  background-color: var(--highcharts-background-color);
  margin-left: auto;
  border-radius: 3px;
  position: absolute;
  display: none;
  z-index: 9999;
  box-shadow:
    0 0.4688rem 2.1875rem rgba(var(--highcharts-dashboards-shadow-color), 0.03),
    0 0.9375rem 1.4063rem rgba(var(--highcharts-dashboards-shadow-color), 0.03),
    0 0.25rem 0.5313rem rgba(var(--highcharts-dashboards-shadow-color), 0.03),
    0 0.125rem 0.1875rem rgba(var(--highcharts-dashboards-shadow-color), 0.03);
}
.highcharts-dashboards-edit-context-menu-btn {
  display: flex;
  align-items: center;
  height: 32px;
  margin-left: 16px;
  border-radius: 4px;
  border: none;
  float: right;
  cursor: pointer;
  background-color: var(--highcharts-neutral-color-0);
  padding: 6px;
  gap: 6px;
}
.highcharts-dashboards-edit-context-menu-btn:hover {
  background-color: var(--highcharts-neutral-color-60);
  filter: invert(100%);
}
.highcharts-dashboards-edit-menu-item {
  display: none;
}
.highcharts-dashboards-edit-tools {
  overflow: hidden;
  width: 100%;
}
.highcharts-dashboards-edit-context-menu-item {
  padding: 10px 15px;
  color: var(--highcharts-neutral-color-100);
  font-size: 0.876em;
  line-height: 1em;
  cursor: pointer;
}
.highcharts-dashboards-edit-context-menu-item:hover {
  color: var(--highcharts-neutral-color-100);
}
.highcharts-dashboards-edit-separator {
  background-color: var(--highcharts-neutral-color-20);
  height: 1px;
  margin: 5px 0;
  padding: 0;
  cursor: default;
}
.highcharts-dashboards-edit-toolbar {
  color: var(--highcharts-neutral-color-60);
  position: absolute;
  z-index: 90;
  border-radius: 3px;
  box-shadow:
    0 0.4688rem 2.1875rem rgba(var(--highcharts-dashboards-shadow-color), 0.1),
    0 0.9375rem 1.4063rem rgba(var(--highcharts-dashboards-shadow-color), 0.1),
    0 0.25rem 0.5313rem rgba(var(--highcharts-dashboards-shadow-color), 0.1),
    0 0.125rem 0.1875rem rgba(var(--highcharts-dashboards-shadow-color), 0.1);
}
.highcharts-dashboards-edit-toolbar-item div {
  min-width: 35px;
  min-height: 30px;
  box-sizing: border-box;
  text-align: center;
  padding: 15px 10px;
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  filter: brightness(0) invert(0);
}
.highcharts-dashboards-edit-toolbar-row {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: var(--highcharts-background-color);
  padding-left: 3px;
  padding-right: 3px;
}
.highcharts-dashboards-edit-toolbar-row .highcharts-dashboards-edit-toolbar-item div {
  min-width: 25px;
  min-height: 25px;
  background-size: 17px 17px;
}
.highcharts-dashboards-edit-toolbar-row .highcharts-dashboards-edit-toolbar-item:hover {
  background-color: var(--highcharts-neutral-color-3);
}
.highcharts-dashboards-edit-toolbar-cell .highcharts-dashboards-edit-toolbar-item div {
  min-width: 30px;
}
.highcharts-dashboards-edit-toolbar-cell {
  background-color: var(--highcharts-background-color);
  border-radius: 5px;
  color: var(--highcharts-background-color);
}
.highcharts-dashboards-edit-toolbar-cell .highcharts-dashboards-edit-toolbar-item:hover {
  background-color: var(--highcharts-neutral-color-3);
}
.highcharts-dashboards-edit-toolbar-cell-outline {
  position: absolute;
  pointer-events: none;
  display: none;
  opacity: 1;
}
.highcharts-dashboards-edit-toolbar-row-outline {
  position: absolute;
  pointer-events: none;
  display: none;
  opacity: 1;
}
.highcharts-dashboards-edit-menu-vertical-separator {
  height: 1px;
  background-color: var(--highcharts-neutral-color-20);
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0;
  cursor: default;
}
.highcharts-dashboards-edit-sidebar {
  top: 0;
  left: -340px;
  transition: 0.5s;
  width: 300px;
  background-color: var(--highcharts-background-color);
  color: var(--highcharts-neutral-color-60);
  position: absolute;
  z-index: 1000;
  min-height: 500px;
  height: 100%;
  padding: 20px;
  overflow: scroll;
}
.highcharts-dashboards-edit-sidebar-right {
  left: auto;
  right: -340px;
}
.highcharts-dashboards-edit-sidebar-tab-btn,
.highcharts-dashboards-edit-sidebar .highcharts-dashboards-edit-button.highcharts-dashboards-edit-sidebar-tab-btn {
  margin-top: 10px;
}
.highcharts-dashboards-edit-tools-btn {
  padding: 6px 10px 6px 40px;
  margin-left: 16px;
  background-color: var(--highcharts-neutral-color-0);
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px center;
  border-radius: 4px;
  float: right;
  cursor: pointer;
}
.highcharts-dashboards-edit-tools-btn.selected,
.highcharts-dashboards-edit-tools-btn:hover {
  background-color: var(--highcharts-neutral-color-60);
  filter: invert(100%);
}
.highcharts-dashboards-edit-sidebar-item {
  font-size: 0.876em;
}
.highcharts-dashboards-edit-sidebar-item input,
.highcharts-dashboards-edit-sidebar-item textarea,
.highcharts-dashboards-edit-sidebar-item select {
  color: var(--highcharts-neutral-color-60);
  border: 1px solid var(--highcharts-neutral-color-60);
  border-radius: 3px;
}
.highcharts-dashboards-edit-sidebar .highcharts-dashboards-edit-button,
.highcharts-dashboards-edit-sidebar-item button {
  background-color: var(--highcharts-highlight-color-60);
  color: var(--highcharts-neutral-color-0);
  padding: 5px;
  border: none;
  border-radius: 3px;
  background-size: 20px;
}
.highcharts-dashboards-edit-button.highcharts-dashboards-edit-sidebar-button-nav {
  min-width: 34px;
  min-height: 34px;
  background-position: 50% 50%;
  background-color: var(--highcharts-background-color);
}
.highcharts-dashboards-edit-sidebar-button-nav.highcharts-dashboards-edit-close-btn {
  background-size: 15px;
  margin-right: -10px;
}
.highcharts-dashboards-edit-sidebar-button-nav.highcharts-dashboards-edit-close-btn:hover {
  background-color: var(--highcharts-background-color);
  border: 1px solid var(--highcharts-highlight-color-80);
}
.highcharts-dashboards-edit-button {
  cursor: pointer;
}
.highcharts-dashboards-edit-sidebar .highcharts-dashboards-edit-button {
  gap: 10px;
  flex: 1;
}
.highcharts-dashboards-edit-sidebar-show {
  left: 0;
  transition: left 0.5s;
}
.highcharts-dashboards-edit-sidebar-right-show {
  right: 0;
  transition: right 0.5s;
}
.highcharts-dashboards-edit-sidebar .highcharts-dashboards-edit-label-text {
  font-weight: bold;
  padding: 3px;
  display: inline-block;
}
.highcharts-dashboards-edit-sidebar-title {
  display: inline-block;
  color: var(--highcharts-neutral-color-80);
  padding: 5px 5px 5px 0;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  position: relative;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  margin-bottom: 10px;
}
.highcharts-dashboards-edit-sidebar .highcharts-dashboards-edit-popup-close {
  display: inline-block;
  float: right;
}
.highcharts-dashboards-edit-rotate-element {
  transform: rotate(-90deg);
}
.highcharts-dashboards-edit-sidebar .highcharts-dashboards-edit-hidden-element {
  display: none;
}
.highcharts-dashboards-edit-sidebar-tab-wrapper.current {
  display: block;
}
.highcharts-dashboards-edit-grid-items {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}
.highcharts-dashboards-edit-grid-items div {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  margin: 10px 0;
  padding: 10px;
  background-color: var(--highcharts-neutral-color-3);
  border: 1px solid var(--highcharts-neutral-color-20);
  cursor: grab;
  border-radius: 5px;
}
.highcharts-dashboards-edit-grid-items div:hover {
  background-color: var(--highcharts-neutral-color-20);
}
.highcharts-dashboards-edit-grid-items div:active {
  scale: 0.9;
  background:
    repeating-linear-gradient(
      -45deg,
      var(--highcharts-dashboards-edit-row-highlight-color),
      var(--highcharts-dashboards-edit-row-highlight-color) 5px,
      var(--highcharts-neutral-color-0) 5px,
      var(--highcharts-neutral-color-0) 10px);
  pointer-events: none;
}
.highcharts-dashboards-edit-sidebar-tabs {
  display: flex;
  font-size: 0.876em;
  margin-top: 15px;
  font-weight: bold;
}
.highcharts-dashboards-edit-sidebar-tab {
  text-align: left;
  padding: 5px;
  border-bottom: 3px solid transparent;
  transition: 0.3s;
  font-size: 0.876em;
  color: var(--highcharts-neutral-color-100);
  margin-left: 25px;
}
.highcharts-dashboards-edit-sidebar-tab:first-child {
  margin-left: 20px;
}
.highcharts-dashboards-edit-sidebar-tab-content {
  display: none;
  padding: 10px;
}
.highcharts-dashboards-edit-sidebar-tab:hover,
.highcharts-dashboards-edit-toolbar-tab-active {
  cursor: pointer;
  opacity: 1;
  border-color: var(--highcharts-highlight-color-60);
  color: var(--highcharts-highlight-color-60);
}
.highcharts-dashboards-edit-tabs-buttons-wrapper {
  text-align: center;
  margin-top: 30px;
}
.highcharts-dashboards-edit-sidebar .highcharts-dashboards-edit-tabs-buttons-wrapper button.highcharts-dashboards-edit-button {
  float: none;
}
.highcharts-dashboards-edit-tabs-buttons-wrapper button:first-child {
  margin-right: 10px;
}
.highcharts-dashboards-edit-mask {
  opacity: 0.3;
}
.highcharts-dashboards-edit-confirmation-popup {
  display: none;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--highcharts-background-color);
  color: var(--highcharts-neutral-color-60);
  font-size: 0.876em;
  max-height: 90%;
  top: 5%;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  border-radius: 10px;
  padding: 20px;
}
.highcharts-dashboards-edit-popup-close {
  background-repeat: no-repeat;
  background-position: 0% 100%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: auto;
}
.highcharts-dashboards-edit-confirmation-popup .highcharts-dashboards-edit-confirmation-popup-content {
  min-width: 300px;
  margin-bottom: 20px;
}
.highcharts-dashboards-edit-confirmation-popup .highcharts-dashboards-edit-label-text {
  text-align: center;
}
.highcharts-dashboards-edit-confirmation-popup .highcharts-dashboards-edit-confirmation-popup-button-container {
  display: flex;
  justify-content: center;
}
.highcharts-dashboards-edit-confirmation-popup .highcharts-dashboards-edit-button {
  padding: 4px 12px;
  border-radius: 5px;
}
.highcharts-dashboards-edit-confirmation-popup .highcharts-dashboards-edit-confirmation-popup-cancel-btn {
  border: 1px solid var(--highcharts-neutral-color-100);
  margin-right: 15px;
}
.highcharts-dashboards-edit-confirmation-popup .highcharts-dashboards-edit-confirmation-popup-confirm-btn {
  background-color: var(--highcharts-dashboards-danger-color);
  border: 1px solid var(--highcharts-dashboards-danger-color);
  color: var(--highcharts-neutral-color-0);
}
.highcharts-dashboards-edit-overlay {
  background: rgba(var(--highcharts-neutral-color-80), 0.5);
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.highcharts-dashboards-edit-overlay-active {
  z-index: 99;
  display: block;
  background-color: var(--highcharts-dashboards-overlay-color);
}
@media (max-width: 728px) {
  .highcharts-dashboards-row {
    flex-direction: cell;
  }
  .highcharts-dashboards-cell {
    flex: 1;
  }
  .highcharts-dashboards-cell-state-loading::after {
    margin-left: -16px;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    border-width: 4px;
  }
  .highcharts-dashboards-component-title {
    font-size: 1em;
  }
  .highcharts-dashboards-component-kpi-value {
    font-size: 1.5em;
  }
  .highcharts-dashboards-component-kpi-subtitle {
    font-size: 1em;
  }
}
.highcharts-dashboards-edit-context-menu-btn:focus,
.highcharts-dashboards-row .highcharts-dashboards-cell:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.highcharts-dashboards-edit-dropdown-content {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid var(--highcharts-neutral-color-20);
  list-style-type: none;
  border-radius: 5px;
  margin: 0;
}
.highcharts-dashboards-edit-dropdown-content li {
  margin: 0;
  background: none;
}
.highcharts-dashboards-edit-dropdown-content li:hover {
  background-color: var(--highcharts-neutral-color-3);
}
.highcharts-dashboards-edit-dropdown-content span {
  color: var(--highcharts-neutral-color-100);
}
.highcharts-dashboards-edit-dropdown {
  position: relative;
  color: var(--highcharts-neutral-color-100);
  font-weight: 700;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  line-height: 16px;
}
.highcharts-dashboards-edit-dropdown .highcharts-dashboards-edit-dropdown-button {
  color: var(--highcharts-neutral-color-100);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 5px;
  background: var(--highcharts-neutral-color-3);
  border: 1px solid var(--highcharts-neutral-color-20);
  border-radius: 5px;
  cursor: pointer;
}
.highcharts-dashboards-edit-dropdown-button-content {
  display: flex;
  align-items: center;
}
.highcharts-dashboards-edit-select-option-button {
  display: flex;
  border: none;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  cursor: pointer;
  margin: 0;
  background: var(--highcharts-background-color);
  color: var(--highcharts-neutral-color-100);
}
.highcharts-dashboards-edit-select-option-button:hover {
  background-color: var(--highcharts-neutral-color-5);
}
.highcharts-dashboards-edit-select-option-button:hover {
  background-color: var(--highcharts-neutral-color-5);
}
.highcharts-dashboards-edit-accordion-nested {
  display: flex;
  margin: 5px 0;
  flex-direction: column;
  background-color: var(--highcharts-background-color);
  border: 1px solid var(--highcharts-neutral-color-20);
  border-radius: 5px;
}
.highcharts-dashboards-edit-accordion-nested .highcharts-dashboards-edit-accordion-header {
  min-height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
}
.highcharts-dashboards-edit-accordion-nested .highcharts-dashboards-edit-accordion-header-btn {
  flex-direction: row-reverse;
  justify-content: left;
  align-items: center;
  border: none;
  background: none;
  margin: 0;
  width: 100%;
  padding: 0;
  display: flex;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 0.75rem;
}
.highcharts-dashboards-edit-accordion-header-icon.highcharts-dashboards-edit-collapsed-element {
  border-width: 0 2px 2px 0;
  margin-bottom: 4px;
  display: inline-block;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  cursor: pointer;
}
.highcharts-dashboards-edit-accordion-header-icon {
  margin: 0 10px;
  border: solid black;
  border-width: 2px 0 0;
  display: inline-block;
  width: 6.5px;
  height: 1px;
  cursor: pointer;
}
.highcharts-dashboards-edit-accordion-nested .highcharts-dashboards-edit-accordion-content {
  display: flex;
  flex-direction: column;
}
.highcharts-dashboards-edit-dropdown-content .highcharts-dashboards-edit-custom-option-button,
.highcharts-dashboards-edit-accordion-nested .highcharts-dashboards-edit-custom-option-button {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  border: none;
  background: none;
  cursor: pointer;
}
.highcharts-dashboards-edit-accordion-nested .highcharts-dashboards-edit-custom-option-button:hover {
  background-color: var(--highcharts-dashboards-neutral-color-10);
}
.highcharts-dashboards-edit-accordion-nested .highcharts-dashboards-edit-custom-option-button > img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.highcharts-dashboards-edit-accordion-header-btn {
  border: none;
  font: inherit;
  color: inherit;
  background: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  cursor: pointer;
  align-items: center;
}
.highcharts-dashboards-edit-accordion {
  padding: 0;
  margin: 8px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: var(--highcharts-neutral-color-100);
  line-height: 16px;
  border: 1px solid var(--highcharts-neutral-color-20);
  border-radius: 5px;
}
.highcharts-dashboards-edit-accordion-content {
  padding: 0 16px 16px;
  display: flex;
  flex-direction: column;
}
.highcharts-dashboards-edit-accordion-content > .highcharts-dashboards-edit-label-text {
  display: none;
}
.highcharts-dashboards-edit-accordion-content textarea {
  min-height: 300px;
  overflow-y: auto;
  background-color: var(--highcharts-neutral-color-3);
  border: 1px solid var(--highcharts-neutral-color-20);
  color: var(--highcharts-neutral-color-100);
  border-radius: 5px;
  resize: vertical;
}
.highcharts-dashboards-edit-accordion-content input {
  background-color: var(--highcharts-neutral-color-3);
  border: 1px solid var(--highcharts-neutral-color-20);
  color: var(--highcharts-neutral-color-100);
  border-radius: 5px;
  padding: 5px;
}
.highcharts-dashboards-edit-accordion-content .highcharts-dashboards-edit-toggle-wrapper input:checked + .highcharts-dashboards-edit-toggle-slider {
  background-color: var(--highcharts-dashboards-toggle-button-color);
}
.highcharts-dashboards-edit-accordion-nested .highcharts-dashboards-edit-accordion-content > label {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  padding: 0;
  margin-bottom: 2px;
  text-transform: capitalize;
  margin-top: 10px;
}
.highcharts-dashboards-edit-accordion-menu {
  margin-bottom: 20px;
}
.highcharts-dashboards-edit-accordion-menu-buttons-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
.highcharts-dashboards-edit-accordion-menu-buttons-container .highcharts-dashboards-edit-confirmation-popup-confirm-btn {
  background-color: var(--highcharts-neutral-color-100);
  border: 1px solid var(--highcharts-neutral-color-100);
  border-radius: 5px;
}
.highcharts-dashboards-edit-accordion-menu-buttons-container .highcharts-dashboards-edit-confirmation-popup-confirm-btn:hover {
  background-color: var(--highcharts-neutral-color-80);
}
.highcharts-dashboards-edit-accordion-menu-buttons-container .highcharts-dashboards-edit-confirmation-popup-cancel-btn {
  background-color: var(--highcharts-neutral-color-0);
  border: 1px solid var(--highcharts-neutral-color-100);
  border-radius: 5px;
  color: var(--highcharts-neutral-color-100);
}
.highcharts-dashboards-edit-accordion-menu-buttons-container .highcharts-dashboards-edit-confirmation-popup-cancel-btn:hover {
  background-color: var(--highcharts-neutral-color-3);
}
.highcharts-dashboards-edit-accordion-nested .highcharts-dashboards-edit-accordion-content.highcharts-dashboards-edit-hidden-element {
  display: none;
}

/* node_modules/@highcharts/dashboards/css/datagrid.css */
/**
 * @license Highcharts Dashboards v1.3.1
 *
 * (c) 2009-2023 Highsoft AS
 *
 * License: www.highcharts.com/license
 */
:root,
.highcharts-light {
  --highcharts-background-color: #ffffff;
  --highcharts-neutral-color-100: #000000;
  --highcharts-neutral-color-80: #333333;
  --highcharts-neutral-color-60: #666666;
  --highcharts-neutral-color-20: #cccccc;
  --highcharts-neutral-color-10: #e6e6e6;
  --highcharts-neutral-color-5: #f2f2f2;
  --highcharts-neutral-color-3: #f7f7f7;
  --highcharts-neutral-color-0: #ffffff;
  --highcharts-highlight-color-100: #0022ff;
  --highcharts-highlight-color-80: #334eff;
  --highcharts-highlight-color-60: #667aff;
  --highcharts-highlight-color-20: #ccd3ff;
  --highcharts-highlight-color-10: #e6e9ff;
}
@media (prefers-color-scheme: dark) {
  :root {
    --highcharts-background-color: #333333;
    --highcharts-neutral-color-100: rgb(255, 255, 255);
    --highcharts-neutral-color-80: rgb(214, 214, 214);
    --highcharts-neutral-color-60: rgb(173, 173, 173);
    --highcharts-neutral-color-40: rgb(133, 133, 133);
    --highcharts-neutral-color-20: rgb(92, 92, 92);
    --highcharts-neutral-color-10: rgb(71, 71, 71);
    --highcharts-neutral-color-5: rgb(61, 61, 61);
    --highcharts-neutral-color-3: rgb(57, 57, 57);
    --highcharts-neutral-color-0: rgb(0, 0, 0);
    --highcharts-highlight-color-100: rgb(122, 167, 255);
    --highcharts-highlight-color-80: rgb(108, 144, 214);
    --highcharts-highlight-color-60: rgb(94, 121, 173);
    --highcharts-highlight-color-20: rgb(65, 74, 92);
    --highcharts-highlight-color-10: rgb(58, 63, 71);
  }
}
.highcharts-dark {
  --highcharts-background-color: #333333;
  --highcharts-neutral-color-100: rgb(255, 255, 255);
  --highcharts-neutral-color-80: rgb(214, 214, 214);
  --highcharts-neutral-color-60: rgb(173, 173, 173);
  --highcharts-neutral-color-40: rgb(133, 133, 133);
  --highcharts-neutral-color-20: rgb(92, 92, 92);
  --highcharts-neutral-color-10: rgb(71, 71, 71);
  --highcharts-neutral-color-5: rgb(61, 61, 61);
  --highcharts-neutral-color-3: rgb(57, 57, 57);
  --highcharts-highlight-color-100: rgb(122, 167, 255);
  --highcharts-highlight-color-80: rgb(108, 144, 214);
  --highcharts-highlight-color-60: rgb(94, 121, 173);
  --highcharts-highlight-color-20: rgb(65, 74, 92);
  --highcharts-highlight-color-10: rgb(58, 63, 71);
}
.highcharts-datagrid-container {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  color: var(--highcharts-neutral-color-100);
  border: 1px solid var(--highcharts-neutral-color-20);
}
.highcharts-datagrid-outer-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  overflow: auto;
  z-index: 0;
  background-color: var(--highcharts-background-color);
  color: var(--highcharts-neutral-color-100);
}
.highcharts-datagrid-scroll-container {
  height: 1000px;
}
.highcharts-datagrid-inner-container {
  display: flex;
  flex-direction: column;
  position: "-webkit-sticky";
  position: sticky;
  top: 0;
  overflow: hidden;
}
.highcharts-datagrid-cell {
  display: flex;
  align-items: center;
  border-left: 1px solid var(--highcharts-neutral-color-20);
  border-top: 1px solid var(--highcharts-neutral-color-20);
  overflow: hidden;
  padding: 8px 12px;
  flex: 1;
  box-sizing: border-box;
}
.highcharts-datagrid-cell:first-child {
  border-left: none;
}
.highcharts-datagrid-cell-input {
  width: calc(100% + 24px);
  margin: -8px -12px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 2px solid var(--highcharts-highlight-color-100);
  outline: none;
  font: inherit;
}
.highcharts-datagrid-row {
  display: flex;
  background: var(--highcharts-background-color);
  width: 100%;
}
.highcharts-datagrid-row:nth-child(even) {
  background-color: var(--highcharts-neutral-color-3);
}
.highcharts-datagrid-row.hovered {
  background-color: var(--highcharts-highlight-color-10);
}
.highcharts-datagrid-row:first-child .highcharts-datagrid-cell {
  border-top: none;
}
.highcharts-datagrid-column-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--highcharts-neutral-color-20);
  color: var(--highcharts-neutral-color-100);
  overflow: hidden;
  padding: 4px 4px 4px 12px;
  flex: 1;
  font-weight: 700;
  box-sizing: border-box;
}
.highcharts-datagrid-column-header:first-child {
  border-left: none;
}
.highcharts-datagrid-column-headers {
  display: flex;
  background-color: var(--highcharts-neutral-color-5);
  width: 100%;
}
.highcharts-datagrid-col-resize-handle {
  cursor: ew-resize;
  opacity: 0;
  background-color: var(--highcharts-highlight-color-100);
  position: absolute;
  top: 0;
  width: 5px;
}
.highcharts-datagrid-col-resize-crosshair {
  position: absolute;
  background-color: var(--highcharts-highlight-color-100);
  width: 3px;
  left: 0;
  opacity: 0;
  z-index: 1;
}

/* mirus-app/src/styles.scss */
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }
  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[10000\] {
  z-index: 10000;
}
.z-\[9999\] {
  z-index: 9999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\!mt-4 {
  margin-top: 1rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[calc\(100vh-150px\)\] {
  height: calc(100vh - 150px);
}
.h-full {
  height: 100%;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-full {
  max-height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[calc\(100vh-64px\)\] {
  min-height: calc(100vh - 64px);
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/5 {
  width: 40%;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[400px\] {
  width: 400px;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-2\/3 {
  flex-basis: 66.666667%;
}
.basis-4\/5 {
  flex-basis: 80%;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-5 {
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.justify-self-end {
  justify-self: end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-sky-200 {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-sky-500 {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-l-blue-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-gray-100 {
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50 {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-50 {
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-gray-200 {
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #e5e7eb var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.to-blue-50 {
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}
.to-gray-100 {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.\!pt-1 {
  padding-top: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}
.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.underline {
  text-decoration-line: underline;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.duration-500 {
  animation-duration: 500ms;
}
.ease-in {
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.running {
  animation-play-state: running;
}
.paused {
  animation-play-state: paused;
}
.\[-\:\\s\|\] {
  -: s|;
}
.\[index\:number\] {
  index: number;
}
.\[key\:string\] {
  key: string;
}
@layer mirus {
  --ag-wrapper-border: 0;
  --ag-wrapper-border-radius: 0;
  --ag-border-color: rgba(0, 0, 0, 0.07);
  --ag-row-border: solid 1px var(--ag-border-color);
  --ag-spacing: var( --spacing );
  --ag-font-size: var( --text-sm );
  --ag-header-font-size: var( --text-lg );
  --ag-header-font-weight: bold;
  --ag-header-background-color: transparent;
  --ag-header-height: 40px;
  --ag-cell-horizontal-border: solid rgba(0, 0, 0, 0.07);
  --ag-odd-row-background-color: #00000006;
  --ag-font-size: 12px;
  --ag-row-height: 33px;
  --ag-cell-horizontal-padding: 8px;
  --ag-border-radius: 3px;
  --ag-header-foreground-color: rgba(0, 0, 0, 0.7);
  --ag-tooltip-background-color: rgba(0, 0, 0, 0.65);
  --ag-font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
[class*=-theme] .mat-mdc-button > .mat-icon,
[class*=-theme] .mat-mdc-unelevated-button > .mat-icon,
[class*=-theme] .mat-mdc-raised-button > .mat-icon,
[class*=-theme] .mat-mdc-outlined-button > .mat-icon {
  font-size: 2rem;
  height: 2rem;
  width: 2rem;
}
.mdc-button .mdc-button__label .mat-icon {
  vertical-align: text-bottom;
}
.mat-mdc-icon-button.small,
.mat-mdc-fab.small,
.mat-mdc-mini-fab.small {
  vertical-align: middle;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 4px;
}
.mat-mdc-icon-button.small .mat-icon,
.mat-mdc-icon-button.small svg,
.mat-mdc-fab.small .mat-icon,
.mat-mdc-fab.small svg,
.mat-mdc-mini-fab.small .mat-icon,
.mat-mdc-mini-fab.small svg {
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
}
.mat-mdc-icon-button.small .mat-mdc-button-touch-target,
.mat-mdc-fab.small .mat-mdc-button-touch-target,
.mat-mdc-mini-fab.small .mat-mdc-button-touch-target {
  width: 28px;
  height: 28px;
}
.mat-mdc-icon-button.mini,
.mat-mdc-fab.mini,
.mat-mdc-mini-fab.mini {
  vertical-align: middle;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
}
.mat-mdc-icon-button.mini .mat-mdc-button-touch-target,
.mat-mdc-fab.mini .mat-mdc-button-touch-target,
.mat-mdc-mini-fab.mini .mat-mdc-button-touch-target {
  height: 22px;
  width: 22px;
}
.mat-mdc-icon-button.mini,
.mat-mdc-fab.mini,
.mat-mdc-mini-fab.mini {
  font-size: 10px;
  line-height: 14px;
  padding: 3px 0;
}
.mat-mdc-icon-button.mini .mat-icon,
.mat-mdc-fab.mini .mat-icon,
.mat-mdc-mini-fab.mini .mat-icon {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  line-height: 14px;
  font-size: 14px;
}
.mat-mdc-icon-button.mini .mat-icon svg,
.mat-mdc-fab.mini .mat-icon svg,
.mat-mdc-mini-fab.mini .mat-icon svg {
  width: 14px;
  height: 14px;
}
.mat-mdc-button.mdc-button-disabled,
.mat-mdc-button[disabled],
.mat-mdc-raised-button.mdc-button-disabled,
.mat-mdc-raised-button[disabled],
.mat-mdc-unelevated-button.mdc-button-disabled,
.mat-mdc-unelevated-button[disabled],
.mat-button-toggle.mdc-button-disabled,
.mat-button-toggle[disabled],
.mdc-button-toggle .mdc-button.mdc-button-disabled,
.mdc-button-toggle .mdc-button[disabled],
.mdc-raised-button.mdc-button-disabled,
.mdc-raised-button[disabled],
.mdc-unelevated-button.mdc-button-disabled,
.mdc-unelevated-button[disabled] {
  pointer-events: auto !important;
  opacity: 0.5;
}
.mat-mdc-button.mdc-button-disabled .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mdc-button-disabled .mdc-button__ripple,
.mat-mdc-button[disabled] .mat-mdc-button-persistent-ripple,
.mat-mdc-button[disabled] .mdc-button__ripple,
.mat-mdc-raised-button.mdc-button-disabled .mat-mdc-button-persistent-ripple,
.mat-mdc-raised-button.mdc-button-disabled .mdc-button__ripple,
.mat-mdc-raised-button[disabled] .mat-mdc-button-persistent-ripple,
.mat-mdc-raised-button[disabled] .mdc-button__ripple,
.mat-mdc-unelevated-button.mdc-button-disabled .mat-mdc-button-persistent-ripple,
.mat-mdc-unelevated-button.mdc-button-disabled .mdc-button__ripple,
.mat-mdc-unelevated-button[disabled] .mat-mdc-button-persistent-ripple,
.mat-mdc-unelevated-button[disabled] .mdc-button__ripple,
.mat-button-toggle.mdc-button-disabled .mat-mdc-button-persistent-ripple,
.mat-button-toggle.mdc-button-disabled .mdc-button__ripple,
.mat-button-toggle[disabled] .mat-mdc-button-persistent-ripple,
.mat-button-toggle[disabled] .mdc-button__ripple,
.mdc-button-toggle .mdc-button.mdc-button-disabled .mat-mdc-button-persistent-ripple,
.mdc-button-toggle .mdc-button.mdc-button-disabled .mdc-button__ripple,
.mdc-button-toggle .mdc-button[disabled] .mat-mdc-button-persistent-ripple,
.mdc-button-toggle .mdc-button[disabled] .mdc-button__ripple,
.mdc-raised-button.mdc-button-disabled .mat-mdc-button-persistent-ripple,
.mdc-raised-button.mdc-button-disabled .mdc-button__ripple,
.mdc-raised-button[disabled] .mat-mdc-button-persistent-ripple,
.mdc-raised-button[disabled] .mdc-button__ripple,
.mdc-unelevated-button.mdc-button-disabled .mat-mdc-button-persistent-ripple,
.mdc-unelevated-button.mdc-button-disabled .mdc-button__ripple,
.mdc-unelevated-button[disabled] .mat-mdc-button-persistent-ripple,
.mdc-unelevated-button[disabled] .mdc-button__ripple {
  display: none !important;
}
.mat-mdc-button.small,
.mat-mdc-button.small .mat-button-toggle-button,
.mat-mdc-raised-button.small,
.mat-mdc-raised-button.small .mat-button-toggle-button,
.mat-mdc-unelevated-button.small,
.mat-mdc-unelevated-button.small .mat-button-toggle-button,
.mat-button-toggle.small,
.mat-button-toggle.small .mat-button-toggle-button,
.mdc-button-toggle .mdc-button.small,
.mdc-button-toggle .mdc-button.small .mat-button-toggle-button,
.mdc-raised-button.small,
.mdc-raised-button.small .mat-button-toggle-button,
.mdc-unelevated-button.small,
.mdc-unelevated-button.small .mat-button-toggle-button {
  font-size: 12px;
  min-height: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-mdc-button.small .mat-icon,
.mat-mdc-button.small .mat-button-toggle-button .mat-icon,
.mat-mdc-raised-button.small .mat-icon,
.mat-mdc-raised-button.small .mat-button-toggle-button .mat-icon,
.mat-mdc-unelevated-button.small .mat-icon,
.mat-mdc-unelevated-button.small .mat-button-toggle-button .mat-icon,
.mat-button-toggle.small .mat-icon,
.mat-button-toggle.small .mat-button-toggle-button .mat-icon,
.mdc-button-toggle .mdc-button.small .mat-icon,
.mdc-button-toggle .mdc-button.small .mat-button-toggle-button .mat-icon,
.mdc-raised-button.small .mat-icon,
.mdc-raised-button.small .mat-button-toggle-button .mat-icon,
.mdc-unelevated-button.small .mat-icon,
.mdc-unelevated-button.small .mat-button-toggle-button .mat-icon {
  font-size: 18px;
  line-height: 18px;
  height: 1.8rem;
  width: 1.8rem;
}
.mat-mdc-button.small,
.mat-mdc-button.small .mat-button-toggle-button,
.mat-mdc-raised-button.small,
.mat-mdc-raised-button.small .mat-button-toggle-button,
.mat-mdc-unelevated-button.small,
.mat-mdc-unelevated-button.small .mat-button-toggle-button,
.mat-button-toggle.small,
.mat-button-toggle.small .mat-button-toggle-button,
.mdc-button-toggle .mdc-button.small,
.mdc-button-toggle .mdc-button.small .mat-button-toggle-button,
.mdc-raised-button.small,
.mdc-raised-button.small .mat-button-toggle-button,
.mdc-unelevated-button.small,
.mdc-unelevated-button.small .mat-button-toggle-button {
}
.mat-mdc-button.small .mdc-button-toggle-label-content,
.mat-mdc-button.small .mat-button-toggle-label-content,
.mat-mdc-button.small .mat-button-toggle-button .mdc-button-toggle-label-content,
.mat-mdc-button.small .mat-button-toggle-button .mat-button-toggle-label-content,
.mat-mdc-raised-button.small .mdc-button-toggle-label-content,
.mat-mdc-raised-button.small .mat-button-toggle-label-content,
.mat-mdc-raised-button.small .mat-button-toggle-button .mdc-button-toggle-label-content,
.mat-mdc-raised-button.small .mat-button-toggle-button .mat-button-toggle-label-content,
.mat-mdc-unelevated-button.small .mdc-button-toggle-label-content,
.mat-mdc-unelevated-button.small .mat-button-toggle-label-content,
.mat-mdc-unelevated-button.small .mat-button-toggle-button .mdc-button-toggle-label-content,
.mat-mdc-unelevated-button.small .mat-button-toggle-button .mat-button-toggle-label-content,
.mat-button-toggle.small .mdc-button-toggle-label-content,
.mat-button-toggle.small .mat-button-toggle-label-content,
.mat-button-toggle.small .mat-button-toggle-button .mdc-button-toggle-label-content,
.mat-button-toggle.small .mat-button-toggle-button .mat-button-toggle-label-content,
.mdc-button-toggle .mdc-button.small .mdc-button-toggle-label-content,
.mdc-button-toggle .mdc-button.small .mat-button-toggle-label-content,
.mdc-button-toggle .mdc-button.small .mat-button-toggle-button .mdc-button-toggle-label-content,
.mdc-button-toggle .mdc-button.small .mat-button-toggle-button .mat-button-toggle-label-content,
.mdc-raised-button.small .mdc-button-toggle-label-content,
.mdc-raised-button.small .mat-button-toggle-label-content,
.mdc-raised-button.small .mat-button-toggle-button .mdc-button-toggle-label-content,
.mdc-raised-button.small .mat-button-toggle-button .mat-button-toggle-label-content,
.mdc-unelevated-button.small .mdc-button-toggle-label-content,
.mdc-unelevated-button.small .mat-button-toggle-label-content,
.mdc-unelevated-button.small .mat-button-toggle-button .mdc-button-toggle-label-content,
.mdc-unelevated-button.small .mat-button-toggle-button .mat-button-toggle-label-content {
  line-height: 28px;
}
.mat-mdc-button.mini,
.mat-mdc-raised-button.mini,
.mat-mdc-unelevated-button.mini,
.mat-button-toggle.mini,
.mdc-button-toggle .mdc-button.mini,
.mdc-raised-button.mini,
.mdc-unelevated-button.mini {
  --mat-button-filled-container-height: 22px;
  min-width: 48px;
  min-height: 22px;
  font-size: 10px;
  line-height: 22px;
}
.mat-mdc-button.mini .mat-icon,
.mat-mdc-raised-button.mini .mat-icon,
.mat-mdc-unelevated-button.mini .mat-icon,
.mat-button-toggle.mini .mat-icon,
.mdc-button-toggle .mdc-button.mini .mat-icon,
.mdc-raised-button.mini .mat-icon,
.mdc-unelevated-button.mini .mat-icon {
  font-size: 20px;
  padding: 2px 0;
}
.mat-mdc-button.mini .mat-icon svg,
.mat-mdc-raised-button.mini .mat-icon svg,
.mat-mdc-unelevated-button.mini .mat-icon svg,
.mat-button-toggle.mini .mat-icon svg,
.mdc-button-toggle .mdc-button.mini .mat-icon svg,
.mdc-raised-button.mini .mat-icon svg,
.mdc-unelevated-button.mini .mat-icon svg {
  padding: 1px 0;
  width: 18px;
  height: 18px;
}
[mat-icon-button],
.mat-mdc-icon-button {
}
[mat-icon-button].mat-mdc-button.small,
[mat-icon-button].mat-mdc-raised-button.small,
[mat-icon-button].mat-mdc-unelevated-button.small,
[mat-icon-button].mdc-button-toggle.small,
.mat-mdc-icon-button.mat-mdc-button.small,
.mat-mdc-icon-button.mat-mdc-raised-button.small,
.mat-mdc-icon-button.mat-mdc-unelevated-button.small,
.mat-mdc-icon-button.mdc-button-toggle.small {
  min-width: 28px;
}
.mat-mdc-fab:not(.small):not(.mini),
.mat-mdc-mini-fab:not(.small):not(.mini) {
}
.mat-mdc-fab:not(.small):not(.mini) .mdc-button-wrapper,
.mat-mdc-mini-fab:not(.small):not(.mini) .mdc-button-wrapper {
  line-height: 22px !important;
}
.mdc-button-group button,
.mat-button-toggle-group button {
  margin: 0;
  border-radius: 0;
}
.mdc-button-group button:first-child,
.mat-button-toggle-group button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.mdc-button-group button:last-child,
.mat-button-toggle-group button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.mdc-button-group button:not(:last-child),
.mat-button-toggle-group button:not(:last-child) {
  border-right: 0;
}
.mdc-button-group mat-button-toggle,
.mat-button-toggle-group mat-button-toggle {
  min-height: 100%;
  height: 100%;
}
pagination-template .mat-mdc-button-base {
  margin: 0 1px;
}
.mat-mdc-unelevated-button.mat-warn-alt,
.mat-mdc-unelevated-button.btn-warning,
.mat-mdc-unelevated-button:not(:disabled).mat-warn-alt,
.mat-mdc-unelevated-button:not(:disabled).btn-warning {
  background: #ff9a0b;
  color: #ffffff;
}
.mat-mdc-unelevated-button.mat-warn-alt .mat-ripple .mat-ripple-element,
.mat-mdc-unelevated-button.btn-warning .mat-ripple .mat-ripple-element,
.mat-mdc-unelevated-button:not(:disabled).mat-warn-alt .mat-ripple .mat-ripple-element,
.mat-mdc-unelevated-button:not(:disabled).btn-warning .mat-ripple .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-button-toggle-group.small,
.mat-button-toggle-group.small .mat-button-toggle {
  font-size: 12px;
  min-height: 34px;
  height: 34px;
  line-height: 34px;
}
.mat-button-toggle-group.small .mat-icon,
.mat-button-toggle-group.small .mat-button-toggle .mat-icon {
  font-size: 18px;
  line-height: 18px;
  height: 1.8rem;
  width: 1.8rem;
}
.mat-button-toggle-group.small,
.mat-button-toggle-group.small .mat-button-toggle {
}
.mat-button-toggle-group.small .mdc-button-toggle-label-content,
.mat-button-toggle-group.small .mat-button-toggle-label-content,
.mat-button-toggle-group.small .mat-button-toggle .mdc-button-toggle-label-content,
.mat-button-toggle-group.small .mat-button-toggle .mat-button-toggle-label-content {
  line-height: 34px;
}
.mat-button-toggle-group.small .mat-button-toggle-focus-overlay,
.mat-button-toggle-group.small mat-button-toggle-ripple,
.mat-button-toggle-group.small .mat-button-toggle .mat-button-toggle-focus-overlay,
.mat-button-toggle-group.small .mat-button-toggle mat-button-toggle-ripple {
  height: 34px;
}
mat-icon.large {
  height: 32px;
  width: 32px;
  font-size: 32px;
  line-height: 32px;
}
mat-icon.small {
  height: 18px;
  width: 18px;
  font-size: 18px;
  line-height: 18px;
}
mat-icon.tiny {
  height: 14px;
  width: 14px;
  font-size: 14px;
  line-height: 14px;
}
.mat-badge[matbadgeposition*=center] .mat-badge-content,
.mat-badge[matBadgePosition*=center] .mat-badge-content {
  top: unset !important;
  margin: auto;
}
.mat-badge[matbadgeposition*=end] .mat-badge-content,
.mat-badge[matBadgePosition*=end] .mat-badge-content {
  right: 0 !important;
}
.mat-badge.mat-badge-mid .mat-badge-content {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.mat-badge.mat-badge-expandable.mat-badge-small .mat-badge-content {
  min-width: 16px;
  width: auto;
  border-radius: 8px;
  padding: 0 4px;
}
.mat-badge.mat-badge-expandable.mat-badge-mid .mat-badge-content {
  min-width: 20px;
  width: auto;
  border-radius: 10px;
  padding: 0 4px;
}
.mat-badge.mat-badge-expandable.mat-badge-medium .mat-badge-content {
  min-width: 22px;
  width: auto;
  border-radius: 11px;
  padding: 0 4px;
}
.mat-badge.mat-badge-expandable.mat-badge-large .mat-badge-content {
  min-width: 28px;
  width: auto;
  border-radius: 14px;
  padding: 0 4px;
}
mat-card mat-card-title.mat-mdc-card-title {
  margin: 8px 16px 0px;
}
mat-card mat-icon[mat-card-avatar] {
  font-size: 40px;
  line-height: 40px;
}
.radio-with-input {
  margin-bottom: 4px;
}
.radio-with-input label {
  display: flex;
  align-items: center;
}
.radio-with-input input:not([type=radio]) {
  margin: 0 8px;
}
.mat-mdc-radio-button .mdc-radio {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.mat-mdc-radio-button .mdc-radio label {
  display: flex;
  align-items: center;
}
.mat-mdc-list-base.compact {
}
.mat-mdc-list-base.compact .mat-mdc-list-item.mat-list-option,
.mat-mdc-list-base.compact .mat-list-option.mat-list-option {
  font-size: 12px;
  height: 24px;
  line-height: 24px;
}
.mat-mdc-list-base.compact .mat-mdc-list-item.mat-list-option .mat-mdc-icon-button.small,
.mat-mdc-list-base.compact .mat-list-option.mat-list-option .mat-mdc-icon-button.small {
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
  line-height: 28px;
}
.mat-mdc-list-base.compact .mat-mdc-list-item.mat-list-option .mat-mdc-icon-button.small .mat-icon,
.mat-mdc-list-base.compact .mat-list-option.mat-list-option .mat-mdc-icon-button.small .mat-icon {
  line-height: 14px;
}
.mat-mdc-list-base.compact .mat-mdc-list-item.mat-list-option .mat-icon,
.mat-mdc-list-base.compact .mat-list-option.mat-list-option .mat-icon {
  height: 18px;
  width: 18px;
}
.mat-mdc-list-base.compact .mat-mdc-list-item.mat-list-option,
.mat-mdc-list-base.compact .mat-list-option.mat-list-option {
}
.mat-mdc-list-base.compact .mat-mdc-list-item.mat-list-option .mat-list-item-content,
.mat-mdc-list-base.compact .mat-list-option.mat-list-option .mat-list-item-content {
  padding: 0 8px;
}
.mat-mdc-list-base.compact .mat-mdc-list-item.mat-list-option .mat-list-item-content .mat-list-text,
.mat-mdc-list-base.compact .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text {
  padding-left: 0px;
}
report-groups-list-menu .mat-expansion-panel-header-title.mat-badge {
  margin-right: 8px;
}
.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-expansion-panel-body {
  position: relative;
}
.mat-expansion-panel-body.scroll-up:before {
  content: "expand_less";
  font-family: "MATERIAL ICONS";
  position: absolute;
  color: #333;
  top: 0px;
  z-index: 100000000000;
  width: 100%;
  box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.2), inset 0px 10px 10px 0px rgb(255, 255, 255);
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 24px;
  animation: fadeIn 0.25s;
}
.mat-expansion-panel-body.scroll-down:after {
  content: "expand_more";
  font-family: "MATERIAL ICONS";
  position: absolute;
  color: #333;
  bottom: 8px;
  z-index: 100000000000;
  width: 100%;
  box-shadow: inset 0px -10px 10px -10px rgba(0, 0, 0, 0.2), inset 0px -10px 10px 0px rgb(255, 255, 255);
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 24px;
  animation: fadeIn 0.25s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mat-mdc-checkbox.list-item {
  width: 100%;
}
.mat-mdc-checkbox.list-item label {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  padding: 2px 0;
  font-weight: normal;
}
.mdc-list-item--with-leading-radio .mdc-list-item__start,
.mdc-list-item--with-leading-checkbox .mdc-list-item__start {
  margin-right: 8px !important;
}
.cdk-virtual-scroll-content-wrapper {
  right: 0;
}
.tox .tox-statusbar.mirus-word-limit {
  padding-top: 4px;
}
.tox .tox-statusbar.mirus-word-limit:before {
  content: "";
  width: var(--word-limit);
  height: 4px;
  position: absolute;
  top: 0;
  z-index: 10000;
  left: 0;
}
.tox .tox-statusbar.mirus-word-limit.mirus-word-limit-max {
  padding-top: 8px;
}
.tox .tox-statusbar.mirus-word-limit.mirus-word-limit-max:before {
  height: 8px;
}
#toast-container .ngx-toastr.wide {
  width: 500px;
}
.ag-cell-wrap-text {
  white-space: normal;
  word-break: normal;
}
html {
  --font-weight-light: 200;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --cubic-trans: cubic-bezier(0.4, 0.0, 0.2, 1);
  --mat-list-list-item-label-text-size: 14px;
  --mat-checkbox-label-text-size: 14px;
}
.webpart-modal.disabled:before {
  content: "";
  position: absolute;
  top: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.75);
}
/*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: underline;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #77787b;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #d0d0d0;
}
.hr_dash {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #d0d0d0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #77787b;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #77787b;
  padding: 4px;
  margin-bottom: 10px;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014\a0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\a0\2014";
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family:
    Menlo,
    Monaco,
    Consolas,
    "Courier New",
    monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 1px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 1px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
}
.table > thead > tr > th {
  vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \	;
  line-height: normal;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
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;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type=date] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type=radio][disabled],
input[type=checkbox][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  padding: 6px 6px;
  font-family: "Arial";
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.btn-default {
  color: #333;
  background-color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #fafafa;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #77787b;
  border-color: #7b7e81;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #8c9298;
  border-color: #7b7e81;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #77787b;
  border-color: #7b7e81;
}
.btn-primary .badge {
  color: #77787b;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #77787b;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/fonts/glyphicons-halflings-regular.eot);
  src:
    url(/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),
    url(/fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(/fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 12px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #222;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: 0;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #cf0;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle=buttons] > .btn > input[type=radio],
[data-toggle=buttons] > .btn > input[type=checkbox] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 3px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  color: #000;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #77787b;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid #999;
  border-radius: 0;
  background: #77787b;
  color: #fff;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  background-color: #a7a7a9;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #000;
  cursor: default;
  background-color: #d0d0d0;
  border: 1px solid #d0d0d0;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 1px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 1px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #77787b;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 1px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 1px;
  }
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 20px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
  .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
  }
  .tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .tabs-left > .nav-tabs > li > a:hover,
  .tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  }
  .tabs-left > .nav-tabs .active > a,
  .tabs-left > .nav-tabs .active > a:hover,
  .tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
  }
  .tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
  }
  .tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .tabs-right > .nav-tabs > li > a:hover,
  .tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  }
  .tabs-right > .nav-tabs .active > a,
  .tabs-right > .nav-tabs .active > a:hover,
  .tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #FC3;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #c0202f;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 1px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\a0";
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 1px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #77787b;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #a7a7a9;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #77787b;
  border-color: #77787b;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  margin-right: 5px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #77787b;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #77787b;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #77787b;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #77787b;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  border: 1px solid;
  margin: 10px 0px;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: 10px center;
  word-wrap: break-word;
  width: auto;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  background-image: url(/jsp/reports/app/images/alert_success.png);
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  background-image: url(/jsp/reports/app/images/alert_info.png);
}
.alert-info-nospin {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  background-image: url(/jsp/reports/app/images/alert_warning.png);
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  background-image: url(/jsp/reports/app/images/alert_error.png);
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #77787b;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #77787b;
  border-color: #77787b;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-heading {
  padding: 5px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 1px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #798288;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #77787b;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #798288;
  border-color: #77787b;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #77787b;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #77787b;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 1;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  word-break: break-word;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #616161;
  border-radius: 4px;
  opacity: 0.95;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d0d0d0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1px;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 4px 14px;
  margin: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1em;
  background-color: #798288;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 1px;
  color: #fff !important;
}
.popover-content {
  padding: 4px 14px;
  font-size: 11px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.0001) 0%,
      rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \	;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.kpistyle input[type=text] {
  height: 30px;
  line-height: 20px;
}
.fade {
  opacity: 1;
}
.fade-out {
  opacity: 0.5;
}
.popover {
  font-size: 12px;
}
.popover-header {
  margin-top: 0px;
  --bs-popover-header-font-size: 1.2rem;
  font-weight: bold;
}
.ui-jqgrid {
  position: relative;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ui-jqgrid .ui-jqgrid-view {
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
}
.ui-jqgrid .ui-jqgrid-titlebar {
  font-weight: normal;
  min-height: 37px;
  padding: 4px 8px;
  position: relative;
  margin-right: 2px;
  border-bottom: 1px solid #ddd;
}
.ui-jqgrid .ui-jqgrid-caption {
  text-align: left;
}
.ui-jqgrid .ui-jqgrid-title {
  padding-top: 5px;
  vertical-align: middle;
  position: absolute;
}
.ui-jqgrid .ui-jqgrid-titlebar-close {
  color: inherit;
  position: absolute;
  top: 50%;
  margin: -10px 7px 0 0;
  padding: 1px;
  cursor: pointer;
}
.ui-jqgrid .ui-jqgrid-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-jqgrid .ui-jqgrid-hdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ui-jqgrid .ui-jqgrid-hbox {
  float: left;
  padding-right: 20px;
}
.ui-jqgrid .ui-jqgrid-htable {
  margin-bottom: 0;
  table-layout: fixed;
  border-top: none;
}
.ui-jqgrid .ui-jqgrid-htable thead th {
  overflow: hidden;
  border-bottom: none;
  padding-right: 2px;
}
.ui-jqgrid .ui-jqgrid-htable thead th div {
  overflow: hidden;
  position: relative;
}
.ui-th-column,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
  overflow: hidden;
  white-space: nowrap;
}
.ui-th-column-header,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column-header {
  overflow: hidden;
  white-space: nowrap;
}
.ui-th-rtl,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {
  text-align: center;
}
.ui-jqgrid tr.jqg-first-row-header th {
  height: auto;
  border-top: none;
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: none;
  padding-right: 2px;
  text-align: center;
}
.ui-jqgrid tr.jqg-second-row-header th,
.ui-jqgrid tr.jqg-third--row-header th {
  border-top: none;
  text-align: center;
}
.ui-jqgrid .ui-th-div-ie {
  white-space: nowrap;
  height: 17px;
}
.ui-jqgrid .ui-jqgrid-resize {
  height: 20px !important;
  position: relative;
  cursor: e-resize;
  display: inline;
  overflow: hidden;
}
.ui-jqgrid .ui-grid-ico-sort {
  margin-left: 5px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  font-size: 12px;
}
.ui-jqgrid .ui-icon-asc {
  margin-top: -3px;
}
.ui-jqgrid .ui-icon-desc {
  margin-top: 4px;
}
.ui-jqgrid .ui-i-asc {
  margin-top: 0;
}
.ui-jqgrid .ui-i-desc {
  margin-top: 0;
  margin-right: 13px;
}
.ui-jqgrid .ui-single-sort-asc {
  margin-top: 0;
}
.ui-jqgrid .ui-jqgrid-sortable {
  cursor: pointer;
}
.ui-jqgrid .ui-icon-left .ui-grid-ico-sort {
  margin-left: -14px;
}
.ui-jqgrid .table-bordered,
.ui-jqgrid .table-bordered td,
.ui-jqgrid .table-bordered th.ui-th-ltr {
  border-left: 0px none !important;
}
.ui-jqgrid .table-bordered th.ui-th-rtl {
  border-right: 0px none !important;
}
.ui-jqgrid .table-bordered tr.ui-row-rtl td {
  border-right: 0px none !important;
  border-left: 1px solid #ddd !important;
}
div.tablediv > .table-bordered {
  border-left: 1px solid #ddd !important;
}
.ui-jqgrid .ui-jqgrid-bdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: auto;
  text-align: left;
}
.ui-jqgrid .ui-jqgrid-btable {
  table-layout: fixed;
  border-left: none;
  border-top: none;
  margin-bottom: 0px;
}
.ui-jqgrid tr.jqgrow {
  outline-style: none;
}
.ui-jqgrid tr.jqgroup {
  outline-style: none;
}
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td {
  overflow: hidden;
  white-space: pre;
  padding-right: 2px;
}
.ui-jqgrid tr.jqgfirstrow td {
  height: auto;
  border-top: none;
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: none;
  padding-right: 2px;
}
.ui-jqgrid tr.jqgroup td {
  white-space: nowrap;
}
.ui-jqgrid tr.jqfoot td {
  white-space: nowrap;
}
.ui-jqgrid .ui-jqgrid-resize-mark {
  width: 2px;
  left: 0;
  background-color: #777;
  cursor: e-resize;
  cursor: col-resize;
  position: absolute;
  top: 0;
  height: 100px;
  overflow: hidden;
  display: none;
  border: 0 none;
  z-index: 99999;
}
.ui-jqgrid .ui-jqgrid-sdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-right: 0 none !important;
}
.ui-jqgrid .ui-jqgrid-ftable {
  table-layout: fixed;
  margin-bottom: 0;
}
.ui-jqgrid tr.footrow td {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 2px;
  border-bottom: 0px none;
}
.ui-jqgrid tr.footrow-ltr td {
  text-align: left;
}
.ui-jqgrid tr.footrow-rtl td {
  text-align: right;
}
.ui-jqgrid .ui-jqgrid-pager,
.ui-jqgrid .ui-jqgrid-toppager {
  border-left-width: 0px;
  border-top: 1px solid #ddd;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.ui-jqgrid .ui-jqgrid-toppager {
  border-top-width: 0;
  border-bottom: 1px solid #ddd;
}
.ui-jqgrid .ui-jqgrid-toppager .ui-pager-control,
.ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
  position: relative;
  border-left: 0;
  border-bottom: 0;
  border-top: 0;
}
.ui-jqgrid .ui-pg-table {
  position: relative;
  padding: 1px 0;
  width: auto;
  margin: 0;
}
.ui-jqgrid .ui-pg-table td {
  font-weight: normal;
  vertical-align: middle;
}
.ui-jqgrid .ui-pager-control .ui-pager-table td {
  border-top: 0px none !important;
  min-height: 20px !important;
}
.ui-jqgrid .ui-pg-button {
  height: auto;
}
.ui-jqgrid .ui-paging-pager td {
  padding: 0 5px;
}
.ui-jqgrid .ui-pg-button span {
  display: block;
  margin: 0px 2px;
  float: left;
}
.ui-jqgrid .ui-pg-input,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-input {
  display: inline-block;
  height: auto;
  width: auto;
  font-size: 0.9em;
  margin: 0;
  line-height: inherit;
  border: none;
  padding: 0px 3px;
}
.ui-jqgrid .ui-pg-selbox,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-selbox {
  font-size: 0.9em;
  line-height: inherit;
  display: block;
  height: 22px;
  margin: 0;
  padding: 3px 0px 3px 3px;
  border: none;
}
.ui-jqgrid .ui-separator {
  height: 18px;
  border: none;
  border-left: 2px solid #ccc;
}
.ui-separator-li {
  height: 2px;
  border: none;
  border-top: 2px solid #ccc;
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {
  float: left;
  position: relative;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-button {
  cursor: pointer;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span {
  float: left;
}
.ui-jqgrid td input,
.ui-jqgrid td select,
.ui-jqgrid td textarea {
  margin: 0;
}
.ui-jqgrid td textarea {
  width: auto;
  height: auto;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pager-table,
.ui-jqgrid .ui-jqgrid-toppager .ui-pager-table {
  width: 100%;
  table-layout: fixed;
  height: 100%;
}
.ui-jqgrid .ui-jqgrid-pager .ui-paging-info,
.ui-jqgrid .ui-jqgrid-toppager .ui-paging-info {
  font-weight: normal;
  height: auto;
  margin-top: 3px;
  margin-right: 4px;
  display: inline;
}
.ui-jqgrid .ui-jqgrid-pager .ui-paging-pager,
.ui-jqgrid .ui-jqgrid-toppager .ui-paging-pager {
  table-layout: auto;
  height: 100%;
}
.ui-jqgrid .ui-jqgrid-pager .navtable,
.ui-jqgrid .ui-jqgrid-toppager .navtable {
  float: left;
  table-layout: auto;
  height: 100%;
}
.ui-jqgrid .ui-jqgrid-pager .navtable td,
.ui-jqgrid .ui-jqgrid-toppager .navtable td {
  padding: 0 5px;
}
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
  display: block;
}
.ui-jqgrid .ui-subgrid {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-jqgrid .ui-subgrid table {
  table-layout: fixed;
}
.ui-jqgrid .ui-subgrid td.subgrid-data {
  border-top: 0 none !important;
}
.ui-jqgrid .ui-subgrid td.subgrid-cell {
  vertical-align: middle;
}
.ui-jqgrid a.ui-sghref {
  text-decoration: none;
  color: #010101;
}
.ui-jqgrid .ui-th-subgrid {
  height: 20px;
}
.tablediv > .row {
  margin: 0 0;
}
.ui-jqgrid .loading,
.loading_pivot {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  display: none;
  border: 1px solid #ddd;
  font-size: 14px;
  background-color: #d9edf7;
}
.ui-jqgrid .jqgrid-overlay {
  display: none;
}
* .jqgrid-overlay iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ui-jqgrid .ui-userdata {
  padding: 4px 0px;
  overflow: hidden;
  min-height: 32px;
}
.ui-jqgrid .ui-userdata-top {
  border-left-width: 0px;
  border-bottom: 1px solid #ddd;
}
.ui-jqgrid .ui-userdata-bottom {
  border-left-width: 0px;
  border-top: 1px solid #ddd;
}
.ui-jqdialog {
  display: none;
  width: 500px;
  position: absolute;
  overflow: visible;
}
.ui-jqdialog .ui-jqdialog-titlebar {
  padding: 0.1em 0.1em;
  min-height: 35px;
}
.ui-jqdialog .ui-jqdialog-title {
  margin: 0.3em 0 0.2em;
  font-weight: bold;
  padding-left: 6px;
  padding-right: 6px;
}
.ui-jqdialog .ui-jqdialog-titlebar-close {
  position: absolute;
  top: 0%;
  margin: 3px 5px 0 0;
  padding: 8px;
  cursor: pointer;
}
.ui-jqdialog .ui-jqdialog-titlebar-close:hover,
.ui-jqdialog .ui-jqdialog-titlebar-close:focus {
  padding: 8px;
}
.ui-jqdialog-content,
.ui-jqdialog .ui-jqdialog-content {
  border: 0;
  padding: 0.3em 0.2em;
  background: none;
  height: auto;
}
.ui-jqdialog .ui-jqconfirm {
  padding: 0.4em 1em;
  border-width: 3px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  overflow: visible;
  display: none;
  height: 120px;
  width: 220px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.jqgrid-overlay-modal {
  display: none;
}
.ui-jqdialog-content .FormGrid {
  margin: 0 8px 0 8px;
  overflow: auto;
  position: relative;
}
.ui-jqdialog-content .EditTable {
  width: 100%;
  margin-bottom: 0;
}
.ui-jqdialog-content .DelTable {
  width: 100%;
  margin-bottom: 0;
}
.EditTable td input,
.EditTable td select,
.EditTable td textarea {
  width: 98%;
  display: inline-block;
}
.EditTable td textarea {
  width: auto;
  height: auto;
}
.EditTable .FormData td {
  height: 37px !important;
}
.ui-jqdialog-content td.EditButton {
  text-align: right;
  padding: 5px 5px 5px 0;
}
.ui-jqdialog-content td.navButton {
  text-align: center;
  border-left: 0 none;
  border-top: 0 none;
  border-right: 0 none;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ui-jqdialog-content input.FormElement {
  padding: 0.5em 0.3em;
  margin-bottom: 5px;
}
.ui-jqdialog-content select.FormElement {
  padding: 0.3em;
  margin-bottom: 3px;
}
.ui-jqdialog-content .data-line {
  padding-top: 0.1em;
  border: 0 none;
}
.ui-jqdialog-content .CaptionTD {
  vertical-align: middle;
  border: 0 none;
  padding: 2px;
  white-space: nowrap;
}
.ui-jqdialog-content .DataTD {
  padding: 2px;
  border: 0 none;
  vertical-align: top;
}
.ui-jqdialog-content .form-view-data {
  white-space: pre;
}
.fm-button-icon-left {
  margin-left: 4px;
  margin-right: 4px;
}
.fm-button-icon-right {
  margin-left: 4px;
  margin-right: 4px;
}
#nData,
#pData {
  margin-left: 4px;
  margin-right: 4px;
}
#sData span,
#cData span {
  margin-left: 5px;
}
.ui-jqgrid .selected-row,
div.ui-jqgrid .selected-row td {
  font-style: normal;
}
.ui-inline-del,
.ui-inline-cancel {
  margin-left: 14px;
}
.ui-jqgrid .tree-wrap {
  float: left;
  position: relative;
  height: 18px;
  white-space: nowrap;
  overflow: hidden;
}
.ui-jqgrid .tree-minus {
  position: absolute;
  height: 18px;
  width: 18px;
  overflow: hidden;
}
.ui-jqgrid .tree-plus {
  position: absolute;
  height: 18px;
  width: 18px;
  overflow: hidden;
}
.ui-jqgrid .tree-leaf {
  position: absolute;
  height: 18px;
  width: 18px;
  overflow: hidden;
}
.ui-jqgrid .treeclick {
  cursor: pointer;
}
* iframe.jqm {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ui-jqgrid-dnd tr td {
  border-right-width: 1px;
  border-right-color: inherit;
  border-right-style: solid;
  height: 20px;
}
.ui-jqgrid .ui-jqgrid-caption-rtl {
  text-align: right;
}
.ui-jqgrid .ui-jqgrid-hbox-rtl {
  float: right;
}
.ui-jqgrid .ui-jqgrid-resize-ltr {
  float: right;
  margin: -2px -2px -2px 0;
  height: 100%;
}
.ui-jqgrid .ui-jqgrid-resize-rtl {
  float: left;
  margin: -2px -2px -2px 0px;
}
.ui-jqgrid .tree-wrap-ltr {
  float: left;
}
.ui-jqgrid .tree-wrap-rtl {
  float: right;
}
.ui-jqgrid .ui-ellipsis {
  -moz-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ui-search-menu,
.ui-nav-menu {
  position: absolute;
  padding: 2px 5px;
  z-index: 99999;
}
.ui-search-menu.ui-menu .ui-menu-item,
.ui-nav-menu.ui-menu .ui-menu-item {
  list-style-image: none;
  padding-right: 0;
  padding-left: 0;
}
.ui-search-menu.ui-menu .ui-menu-item a,
.ui-nav-menu.ui-menu .ui-menu-item a {
  display: block;
}
.ui-search-menu.ui-menu .ui-menu-item a.g-menu-item:hover,
.ui-nav-menu.ui-menu .ui-menu-item a.g-menu-item:hover {
  margin: -1px;
  font-weight: normal;
}
.ui-jqgrid .ui-search-table {
  padding: 0;
  border: 0 none;
  height: 20px;
  width: 100%;
}
.ui-jqgrid .ui-search-table .ui-search-oper {
  width: 20px;
}
a.g-menu-item,
a.soptclass,
a.clearsearchclass {
  cursor: pointer;
}
.ui-jqgrid .ui-jqgrid-view input,
.ui-jqgrid .ui-jqgrid-view select,
.ui-jqgrid .ui-jqgrid-view textarea,
.ui-jqgrid .ui-jqgrid-view button {
}
.ui-jqgrid .ui-scroll-popup {
  width: 100px;
}
.ui-search-table select,
.ui-search-table input {
  padding: 4px 3px;
}
.ui-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}
.ui-jqgrid-pager .ui-pg-table .ui-pg-button:hover,
.ui-jqgrid-toppager .ui-pg-table .ui-pg-button:hover {
  background-color: #ddd;
}
.ui-jqgrid-corner {
  border-radius: 5px;
}
.ui-resizable-handle {
  display: block;
  left: 97%;
}
.ui-jqdialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-top-corner {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ui-bottom-corner {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ui-search-table {
  margin-bottom: 0;
}
.ui-search-table .columns,
.ui-search-table .operators {
  padding-right: 5px;
}
.opsel {
  float: left;
  width: 100px;
  margin-right: 5px;
}
.add-group,
.add-rule,
.delete-group {
  width: 14%;
  margin-right: 5px;
}
.delete-rule {
  width: 15px;
}
ul.ui-search-menu,
ul.ui-nav-menu {
  list-style-type: none;
}
ul.ui-search-menu li a,
ul.ui-nav-menu li a,
.soptclass,
.clearsearchclass {
  text-decoration: none;
  color: #010101;
}
ul.ui-search-menu li a:hover,
ul.ui-nav-menu li a:hover,
a.soptclass:hover,
a.clearsearchclass:hover {
  background-color: #ddd;
  padding: 1px 1px;
  text-decoration: none;
}
ul.ui-search-menu li,
ul.ui-nav-menu li {
  padding: 5px 5px;
}
.ui-menu-item hr {
  margin-bottom: 0px;
  margin-top: 0px;
}
.searchFilter .ui-search-table td,
.searchFilter .ui-search-table th {
  border-top: 0px none !important;
}
.searchFilter .queryresult {
  margin-bottom: 5px;
}
.searchFilter .queryresult tr td {
  border-top: 0px none;
}
.ui-search-label {
  padding-left: 5px;
}
.frozen-div,
.frozen-bdiv {
  background-color: #fff;
}
.ui-jqgrid .ui-jqgrid-htable .colmenu {
  position: absolute;
  right: 1px;
  height: 100%;
  color: black;
}
.ui-jqgrid .ui-jqgrid-htable .colmenu-rtl {
  right: auto;
  left: 1px;
}
.ui-jqgrid .ui-jqgrid-htable .colmenuspan {
  display: inline-block;
}
.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
  height: 17px;
  margin-top: 5px;
}
.column-menu,
.ui-search-menu {
  padding: 10px 15px;
}
.column-menu .divider {
  background-color: #e5e5e5;
  height: 1px;
  padding: 0 0;
  margin: 5px 0;
  overflow: hidden;
}
.ui-menu-item .ui-common-table .menu_icon {
  padding-right: 8px;
  padding-left: 8px;
}
td.menu_text {
  width: auto;
  padding-left: 1px;
  white-space: nowrap;
}
#search_menu .ui-menu-item div {
  padding: 3px 0;
  white-space: nowrap;
}
#search_menu .search_buttons {
  display: inline-block;
  width: 50%;
  padding: 3px 3px;
}
.search_buttons .btn-default:hover {
  padding-bottom: 6px;
  padding-top: 6px;
}
.search_buttons #bs_reset {
  margin-right: 3px;
}
.search_buttons #bs_search {
  margin-left: 3px;
}
.ui-jqgrid .ui-jqgrid-menubar {
  margin: 5px 5px;
  width: 16px;
  height: 16px;
}
.ui-jqgrid a.ui-jqgrid-menubar {
  text-decoration: none;
  color: #010101;
}
.ui-jqgrid .ui-jqgrid-menubar:hover {
  margin: 5px 5px;
  background-color: #ddd;
  text-decoration: none;
}
.ui-jqgrid .menubar-rtl {
  float: right;
}
.ui-jqgrid .menubar-ltr {
  float: left;
}
.jqgridprint {
  width: 100%;
  font-size: 13px;
}
.jqgridprint th,
.jqgridprint td {
  padding: 4px 4px 4px 4px;
  text-align: center;
}
.jqgridprint th {
  border-bottom: 2px solid #333333;
}
.jqgridprint td {
  border-bottom: 1px dotted #999999;
}
.jqgridprint tfoot td {
  border-bottom-width: 0px;
  border-top: 2px solid #333333;
  padding-top: 20px;
}
.ui-jqgrid .jqgrid-caption-menu {
  left: 0;
  top: 30px;
  position: absolute;
  display: none;
  font-size: inherit;
  width: auto;
}
.ui-jqgrid .jqgrid-column-menu {
  font-size: inherit;
  width: auto;
  position: absolute;
}
.btn-group a {
  color: #fff;
  text-decoration: none;
}
.glyphicon {
  font: normal normal normal 14px/1;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  position: relative;
  top: 1px;
  font-weight: normal;
  display: inline-block;
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-triangle-top:before {
  content: "expand_less";
}
.glyphicon-triangle-bottom:before {
  content: "expand_more";
}
.glyphicon-chevron-left:before {
  content: "chevron_left";
}
.glyphicon-chevron-right:before {
  content: "chevron_right";
}
.glyphicon-import:before {
  content: "drag_indicator";
}
.glyphicon-search:before {
  content: "search";
}
.glyphicon-refresh:before {
  content: "refresh";
}
.glyphicon-remove-circle:before {
  content: "close";
}
.glyphicon-step-backward:before {
  content: "first_page";
}
.glyphicon-backward:before {
  content: "fast_rewind";
}
.glyphicon-forward:before {
  content: "fast_forward";
}
.glyphicon-step-forward:before {
  content: "last_page";
}
.ui-jqgrid tr.jqg-second-row-header th,
.ui-jqgrid tr.jqg-third-row-header th {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.ui-jqgrid tr.jqg-second-row-header,
.ui-jqgrid tr.jqg-third-row-header {
  border-bottom: 1px solid #ddd;
}
.ui-jqgrid tr.jqg-second-row-header:nth-child(2) th {
  border-top: none;
}
.ui-jqgrid td.oneClick {
  background-color: #bfedfb !important;
  cursor: pointer;
}
.ui-jqgrid td.oneClick:hover {
  text-decoration: underline;
}
.ui-jqgrid td.drillToRNum {
  background-color: #fcf8e3 !important;
  cursor: pointer;
}
.ui-jqgrid td.drillToRNum:hover {
  text-decoration: underline;
}
.ui-jqgrid td.totalCell {
  background-color: #FFFFD6 !important;
}
.ui-jqgrid tr.isLoading {
  pointer-events: none;
  opacity: 0.25;
}
.ui-jqgrid .ui-jqgrid-btable.ng-grid-wrap tbody tr.jqgrow td {
  white-space: normal;
}
.highlight {
  background: #fff003 !important;
}
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
  white-space: normal;
  overflow: initial;
}
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column .ui-th-div {
  height: auto;
}
.grid-container.with-pager .ui-jqgrid-pager {
  position: absolute;
  bottom: 0;
  left: 0;
}
.grid-container.with-pager .ui-jqgrid-view.table-responsive {
  bottom: 33px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.gridster {
  position: relative;
  margin: auto;
  height: 0;
}
.gridster > ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.gridster-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  z-index: 2;
  position: absolute;
  display: none;
}
.gridster-loaded {
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.gridster-loaded .gridster-item {
  display: block;
  position: absolute;
  -webkit-transition:
    opacity 0.3s,
    left 0.3s,
    top 0.3s,
    width 0.3s,
    height 0.3s;
  -moz-transition:
    opacity 0.3s,
    left 0.3s,
    top 0.3s,
    width 0.3s,
    height 0.3s;
  -o-transition:
    opacity 0.3s,
    left 0.3s,
    top 0.3s,
    width 0.3s,
    height 0.3s;
  transition:
    opacity 0.3s,
    left 0.3s,
    top 0.3s,
    width 0.3s,
    height 0.3s;
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
.gridster-loaded .gridster-preview-holder {
  display: none;
  z-index: 1;
  position: absolute;
  background-color: #ddd;
  border-color: #fff;
  opacity: 0.2;
}
.gridster-loaded .gridster-item.gridster-item-moving,
.gridster-loaded .gridster-preview-holder {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.gridster-mobile {
  height: 100% !important;
}
.gridster-mobile .gridster-item {
  height: 100%;
  position: static;
  float: none;
}
.gridster-item.ng-leave.ng-leave-active {
  opacity: 0;
}
.gridster-item.ng-enter {
  opacity: 1;
}
.gridster-item-moving {
  z-index: 3;
}
.gridster-item-resizable-handler {
  position: absolute;
  font-size: 1px;
  display: block;
  z-index: 5;
}
.handle-se {
  cursor: se-resize;
  width: 0;
  height: 0;
  right: 1px;
  bottom: 1px;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent;
}
.handle-ne {
  cursor: ne-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  top: 1px;
}
.handle-nw {
  cursor: nw-resize;
  width: 12px;
  height: 12px;
  left: 1px;
  top: 1px;
}
.handle-sw {
  cursor: sw-resize;
  width: 12px;
  height: 12px;
  left: 1px;
  bottom: 1px;
}
.handle-e {
  cursor: e-resize;
  width: 12px;
  bottom: 0;
  right: 1px;
  top: 0;
}
.handle-s {
  cursor: s-resize;
  height: 12px;
  right: 0;
  bottom: 1px;
  left: 0;
}
.handle-n {
  cursor: n-resize;
  height: 12px;
  right: 0;
  top: 1px;
  left: 0;
}
.handle-w {
  cursor: w-resize;
  width: 12px;
  left: 1px;
  top: 0;
  bottom: 0;
}
.gridster .gridster-item:hover .gridster-box {
  border: 1.5px solid #B3B2B3;
}
.gridster .gridster-item:hover .handle-se {
  border-color: transparent transparent #ccc;
}
.tablist {
  list-style: none;
  height: 2em;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 4px;
}
.tablist li {
  float: left;
  margin-right: 0.13em;
}
.tablist li a {
  display: block;
  padding: 0.4em 1em;
  text-decoration: none;
  min-height: 30px;
  line-height: 24px;
  border-bottom: 0;
  font:
    bold 0.88em/2em arial,
    geneva,
    helvetica,
    sans-serif;
  color: #fff;
  background-color: #77787b;
  margin-bottom: 4px;
}
.tablist li a:hover {
  background: #A7A7A9;
  text-decoration: none;
  color: #000;
}
.tablist li#current a {
  background-color: #d0d0d0;
  color: #000;
}
.tablist li#current a:hover {
  background: #A7A7A9;
  color: #000;
}
ul {
  list-style-type: none;
}
.tablist ul li a.active {
  background-color: #fff;
  color: #000;
  border: 1px solid #d0d0d0;
  border-bottom: hidden;
}
ng-grid.cozy .table > thead > tr > th,
ng-grid.cozy .table > tbody > tr > th,
ng-grid.cozy .table > tfoot > tr > th,
ng-grid.cozy .table > thead > tr > td,
ng-grid.cozy .table > tbody > tr > td,
ng-grid.cozy .table > tfoot > tr > td,
ng-grid.compact .table > thead > tr > th,
ng-grid.compact .table > tbody > tr > th,
ng-grid.compact .table > tfoot > tr > th,
ng-grid.compact .table > thead > tr > td,
ng-grid.compact .table > tbody > tr > td,
ng-grid.compact .table > tfoot > tr > td,
ng-test.cozy .table > thead > tr > th,
ng-test.cozy .table > tbody > tr > th,
ng-test.cozy .table > tfoot > tr > th,
ng-test.cozy .table > thead > tr > td,
ng-test.cozy .table > tbody > tr > td,
ng-test.cozy .table > tfoot > tr > td,
ng-test.compact .table > thead > tr > th,
ng-test.compact .table > tbody > tr > th,
ng-test.compact .table > tfoot > tr > th,
ng-test.compact .table > thead > tr > td,
ng-test.compact .table > tbody > tr > td,
ng-test.compact .table > tfoot > tr > td {
  padding: 0px;
  vertical-align: top;
}
ng-grid.cozy .ui-jqgrid tr.jqg-second-row-header th,
ng-grid.cozy .ui-jqgrid tr.jqg-third-row-header th,
ng-grid.compact .ui-jqgrid tr.jqg-second-row-header th,
ng-grid.compact .ui-jqgrid tr.jqg-third-row-header th,
ng-test.cozy .ui-jqgrid tr.jqg-second-row-header th,
ng-test.cozy .ui-jqgrid tr.jqg-third-row-header th,
ng-test.compact .ui-jqgrid tr.jqg-second-row-header th,
ng-test.compact .ui-jqgrid tr.jqg-third-row-header th {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0px !important;
}
ng-grid.cozy .ui-jqgrid .ui-jqgrid-htable .ui-th-div,
ng-grid.compact .ui-jqgrid .ui-jqgrid-htable .ui-th-div,
ng-test.cozy .ui-jqgrid .ui-jqgrid-htable .ui-th-div,
ng-test.compact .ui-jqgrid .ui-jqgrid-htable .ui-th-div {
  height: 17px;
  display: inine-block;
}
ng-grid.cozy body .ui-jqgrid .ui-jqgrid-htable th div,
ng-grid.compact body .ui-jqgrid .ui-jqgrid-htable th div,
ng-test.cozy body .ui-jqgrid .ui-jqgrid-htable th div,
ng-test.compact body .ui-jqgrid .ui-jqgrid-htable th div {
  height: auto;
  overflow: visible;
  padding-right: 4px;
  position: relative;
  vertical-align: text-top;
  white-space: normal !important;
}
ng-grid.compact .table > thead > tr > th,
ng-grid.compact .table > tbody > tr > th,
ng-grid.compact .table > tfoot > tr > th,
ng-grid.compact .table > thead > tr > td,
ng-grid.compact .table > tbody > tr > td,
ng-grid.compact .table > tfoot > tr > td,
ng-test.compact .table > thead > tr > th,
ng-test.compact .table > tbody > tr > th,
ng-test.compact .table > tfoot > tr > th,
ng-test.compact .table > thead > tr > td,
ng-test.compact .table > tbody > tr > td,
ng-test.compact .table > tfoot > tr > td {
  line-height: 1.428571429;
}
ng-grid.cozy .table > thead > tr > th,
ng-grid.cozy .table > tbody > tr > th,
ng-grid.cozy .table > tfoot > tr > th,
ng-grid.cozy .table > thead > tr > td,
ng-grid.cozy .table > tbody > tr > td,
ng-grid.cozy .table > tfoot > tr > td,
ng-test.cozy .table > thead > tr > th,
ng-test.cozy .table > tbody > tr > th,
ng-test.cozy .table > tfoot > tr > th,
ng-test.cozy .table > thead > tr > td,
ng-test.cozy .table > tbody > tr > td,
ng-test.cozy .table > tfoot > tr > td {
  line-height: 1.828571429;
}
.cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
  display: flex;
  background: #fff;
  line-height: 25px;
  padding: 0 8px;
}
.cdk-drag-placeholder {
  opacity: 0;
}
.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.example-box:last-child {
  border: none;
}
.cdk-overlay-pane.fullscreen {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
}
.cdk-overlay-pane.fullscreen.widget-frame {
  height: calc(100% - 80px);
  margin-top: 40px;
}
*[data-shortcut]:after {
  content: attr(data-shortcut);
  display: flex;
  position: absolute;
  right: 8px;
  top: 0;
  height: 100%;
  align-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
*[data-shortcut]:hover:after {
  opacity: 0.5;
}
@media print {
  body.IN-COMPONENT-PRINT-MODE > *:not(.print-this-node) {
    display: none;
  }
  body.IN-COMPONENT-PRINT-MODE .print-this-node {
    display: initial;
    max-width: 650px;
  }
  body.IN-COMPONENT-PRINT-MODE .print-this-node * {
    overflow: visible !important;
    max-height: none !important;
    height: auto !important;
  }
  body.IN-COMPONENT-PRINT-MODE .print-this-node a:after {
    display: none;
  }
  @page {
    size: 8.5in 11in;
  }
  html {
    overflow: visible;
    padding-bottom: 0 !important;
  }
  body {
    width: 1100px;
    height: 100%;
    overflow-x: visible;
    overflow-y: visible;
  }
  mirus-history {
    display: none;
  }
}
@media screen {
  html {
    padding: 0;
    margin: 0;
  }
  html body {
    overflow-y: auto;
    overflow-x: auto;
  }
  html body report-list-component > div {
    padding: 0px 4px;
    margin-bottom: 27px;
  }
  html body div.center {
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
  }
  html body div.center div.circle {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #f0c327;
    border-top-color: #bd3321;
    animation: spin 2s infinite linear;
    margin: -20px auto;
  }
  html body div.center div.ie-circle {
    width: 48px;
    height: 40px;
    margin: 0 auto;
  }
  html body .highcharts-credits {
    display: none;
  }
  html body.no-history {
    padding-bottom: 0 !important;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  --spacing: .25rem;
  margin: 0;
  font-family:
    "Helvetica Neue",
    Roboto,
    sans-serif !important;
  display: flex;
  flex-direction: row;
}
body app-component {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body app-component root-component {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
body app-component root-component .main-content > router-outlet + * {
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
body app-component root-component router-outlet + *:not(mirus-utilities) {
  display: flex;
  flex-direction: row;
  flex: 1;
}
body app-component root-component .sidebar {
  position: relative;
  height: 100%;
  width: 100%;
}
body app-component root-component .sidebar > .mirus-modal {
  position: absolute;
  border: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 0;
  min-width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
body app-component root-component .sidebar > .mirus-modal[data-index="0"] {
  z-index: 200 !important;
}
body app-component root-component .sidebar > .mirus-modal.visible {
  animation: slideIn 0.335s cubic-bezier(0.4, 0, 0.2, 1);
}
body app-component root-component .sidebar > .mirus-modal.removed {
  animation: slideOut 0.335s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3000 !important;
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    z-index: 4000;
  }
  to {
    transform: translateX(0%);
    z-index: 90;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
    z-index: 90;
  }
  to {
    transform: translateX(100%);
    z-index: 4000;
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    z-index: 4000;
  }
  to {
    transform: translateX(0%);
    z-index: 90;
  }
}
@keyframes slideOutLeft {
  from {
    transform: translateX(0%);
    z-index: 90;
  }
  to {
    transform: translateX(-100%);
    z-index: 4000;
  }
}
@keyframes slide {
  0% {
    transform: translateX(100%);
    z-index: 1000;
  }
  100% {
    transform: translateX(0%);
    z-index: 90;
  }
}
body app-component root-component .sidebar .mirus-modal-content {
  --mat-checkbox-label-text-size: 12px;
}
body app-component root-component .sidebar .mirus-modal-content .mat-mdc-checkbox .mat-internal-form-field {
  flex: 1;
}
body app-component root-component .sidebar .mirus-modal-content fieldset {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  margin: 0 0 24px;
  padding: 0 16px;
}
body app-component root-component .sidebar .mirus-modal-content fieldset legend {
  padding: 0 8px;
  margin-left: -8px;
  width: auto;
  border-bottom: 0;
  font-size: 17px;
  margin-bottom: 0;
}
body app-component root-component .sidebar .mirus-modal-content .form-group {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
body app-component root-component .sidebar .mirus-modal-content .form-group > input,
body app-component root-component .sidebar .mirus-modal-content .form-group > select,
body app-component root-component .sidebar .mirus-modal-content .form-group .form-control {
  display: flex;
  flex: 1;
}
body app-component root-component .sidebar .mirus-modal-content .form-group > label,
body app-component root-component .sidebar .mirus-modal-content .form-group > .control-label {
  width: 25%;
  padding-top: 12px;
  margin-bottom: 0;
  align-self: start;
}
body app-component root-component .sidebar .mirus-modal-content label,
body app-component root-component .sidebar .mirus-modal-content .control-label {
  font-weight: var(--font-weight-normal);
  font-family:
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
}
body app-component root-component .sidebar .mirus-modal-content .report-header {
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  margin: 8px 0;
  padding: 4px 0;
  border-bottom: 1px solid #ddd;
}
body app-component root-component .sidebar .mirus-modal-content .header {
  font-size: 14px;
  font-weight: var(--font-weight-normal);
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 4px 0;
}
body app-component root-component .sidebar .mirus-modal-content .header + * {
  margin-left: calc(var(--spacing) * 4);
  margin-top: calc(var(--spacing) * 4);
}
body app-component root-component .left-panel .mirus-modal.visible {
  animation: slideInLeft 0.335s cubic-bezier(0.4, 0, 0.2, 1);
}
body app-component root-component .left-panel .mirus-modal.removed {
  animation: slideOutLeft 0.335s cubic-bezier(0.4, 0, 0.2, 1);
}
.scroll-container {
  overflow-x: hidden;
  overflow-y: auto;
}
.tooltip-multi-line {
  white-space: pre-line;
  text-align: center;
  text-wrap: nowrap;
}
.tooltip-multi-line .mat-mdc-tooltip-surface {
  text-align: unset;
  max-width: unset;
}
.mat-mdc-tab-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-mdc-tab-header {
  --mat-tab-label-text-tracking: 0;
  --mat-tab-header-label-text-tracking: 0;
}
.mat-mdc-tab-header .mdc-tab {
  padding: 0 12px 0 12px;
}
.mat-mdc-tab-header .mdc-tab mat-icon {
  margin-right: 6px;
}
.mat-mdc-tab-body-wrapper {
  height: 100%;
  flex: 1;
}
.mat-tab-label-content .mat-icon {
  margin-right: 8px;
}
.mat-mdc-tab-group.flex-body-wrapper {
}
.mat-mdc-tab-group.flex-body-wrapper .mat-tab-body-wrapper {
  flex: 1;
}
mat-tab-group[noTabHeader] > .mat-mdc-tab-header {
  display: none;
}
.mat-mdc-list-item.disabled {
}
.mat-mdc-list-item.disabled .mdc-list-item__content {
  opacity: 0.5;
}
.mat-mdc-list-item.with-confirm {
  height: 58px;
  border-bottom: 1px dotted #ddd;
}
.mat-mdc-list-item.with-confirm:last-child {
  border: 0;
}
.mat-mdc-list-item.with-confirm {
}
.mat-mdc-list-item.with-confirm .mdc-list-item__content .mat-mdc-list-item-line {
  width: auto;
  flex: 1;
  display: flex;
  flex-direction: row;
}
.mat-mdc-list-item {
}
.mat-mdc-list-item .form-group mat-button-toggle-group {
  height: 34px;
}
.mat-mdc-list-item .form-group mat-button-toggle-group .mdc-button-toggle-label-content {
  line-height: 32px;
}
.mat-mdc-list-item .mat-mdc-menu-panel.small .mat-mdc-menu-item {
  line-height: 36px;
  height: 36px;
}
.mat-mdc-list-item .mat-mdc-menu-panel.small .mat-mdc-menu-item .mat-icon {
  font-size: 18px;
  line-height: 24px;
}
.mat-mdc-list-item .mat-mdc-menu-panel.small .mat-mdc-menu-item .mat-icon svg {
  height: 18px;
  width: 18px;
  margin: 3px 3px 3px 0;
}
.mat-mdc-list-item .mat-mdc-radio-button {
}
.mat-mdc-list-item .mat-mdc-radio-button .mat-radio-label {
}
.mat-mdc-list-item .mat-mdc-radio-button .mat-radio-label,
.mat-mdc-list-item .mat-mdc-radio-button .mat-radio-label .mat-radio-label-content {
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}
.mat-mdc-list-item {
}
.mat-mdc-list-item .align-self-auto {
  align-self: auto !important;
}
.mat-mdc-list-item .align-self-normal {
  align-self: normal !important;
}
.mat-mdc-list-item .align-self-start {
  align-self: start !important;
}
.mat-mdc-list-item .align-self-center {
  align-self: center !important;
}
.mat-mdc-list-item .align-self-end {
  align-self: end !important;
}
.mat-mdc-list-item .align-self-self-start {
  align-self: self-start !important;
}
.mat-mdc-list-item .align-self-self-end {
  align-self: self-end !important;
}
.mat-mdc-list-item .align-self-flex-start {
  align-self: flex-start !important;
}
.mat-mdc-list-item .align-self-flex-end {
  align-self: flex-end !important;
}
.mat-mdc-list-item .align-self-baseline {
  align-self: baseline !important;
}
.mat-mdc-list-item .align-self-first baseline {
  align-self: first baseline !important;
}
.mat-mdc-list-item .align-self-last baseline {
  align-self: last baseline !important;
}
.mat-mdc-list-item .align-self-stretch {
  align-self: stretch !important;
}
.mat-mdc-list-item .align-self-safe center {
  align-self: safe center !important;
}
.mat-mdc-list-item .align-self-unsafe center {
  align-self: unsafe center !important;
}
@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 0.05;
  }
  to {
    transform: translate3d(0, 45px, 0);
    opacity: 0.4;
  }
}
.mat-mdc-list-item {
}
.mat-mdc-list-item .bounce-indicator {
  position: relative;
}
.mat-mdc-list-item .bounce-indicator:after {
  -webkit-animation-name: bounce;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  -webkit-animation-iteration-count: infinite;
  content: "keyboard_double_arrow_down";
  font-family: "Material Icons";
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 40px;
  color: #000;
}
dashboard-control-panel {
}
dashboard-control-panel .mat-tab-label {
  padding: 0 16px;
  min-width: 50px;
}
.rotate90 {
  transform: rotate(90deg);
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.335s;
}
.rotate-90 {
  transform: rotate(-90deg);
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.335s;
}
tab-select-list label {
  margin: 1px 0;
}
.tox-menu {
  min-width: 175px !important;
}
.ag-sort-order {
  display: none;
}
.highcharts-dashboards-component-kpi-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.highcharts-dashboards-component-kpi-value {
  font-size: 3.5em;
}
tooltip.tooltip {
  background: rgba(97, 97, 97, 0.9);
}
tooltip.tooltip:after {
  display: none;
  content: none;
}
.text-warning {
  color: #ff9d11;
}
dash-widget-frame.DashboardDividerWidgetComponent content-frame {
  border: 0px;
  min-height: 0px;
  justify-content: flex-end;
}
dash-widget-frame.DashboardDividerWidgetComponent content-frame mat-toolbar button[type=submit] {
  color: #fff;
}
dash-widget-frame.DashboardDividerWidgetComponent content-frame mat-toolbar .icon-menu {
  color: currentColor;
}
.gridster-item-moving dashboard-divider-widget,
.gridster-item-resizing dashboard-divider-widget {
  pointer-events: initial;
}
.gridster-item-moving dashboard-divider-widget iframe,
.gridster-item-resizing dashboard-divider-widget iframe {
  pointer-events: none;
}
gridster-item > .gridster-item-content {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
gridster-item > .gridster-item-content > dash-widget-frame {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
gridster-item > .gridster-item-content > dash-widget-frame > content-frame {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
gridster-item > .gridster-item-content > dash-widget-frame > content-frame > main {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
gridster-item > .gridster-item-content > dash-widget-frame > content-frame > main > * {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
alert-viewer ag-grid-angular .ag-header .ag-header-menu-icon,
dimension-grid ag-grid-angular .ag-header .ag-header-menu-icon {
  margin-right: -52px;
}
:root {
  --scroll-thumb: rgba(160, 160, 160, 0.7);
  --scroll-thumb-hover: rgba(120, 120, 120, 0.8);
}
.dark {
  --scroll-thumb: rgba(74, 74, 74, 0.7);
  --scroll-thumb-hover: rgba(102, 102, 102, 0.8);
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: transparent;
}
::-webkit-scrollbar-track {
  background: transparent;
  margin: 0;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(156, 163, 175, 0.5);
  width: 8px;
  border-radius: 9999px;
  min-height: 40px;
  border: 2px solid transparent;
  background-clip: padding-box;
  transition: background-color 0.15s ease-in-out;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(156, 163, 175, 0.7);
}
::-webkit-scrollbar-corner {
  background: transparent;
}
@media screen-capture {
  * {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
  }
}
.form-inline .form-group {
  flex-direction: row;
  box-sizing: border-box;
  display: flex !important;
  flex: 1;
}
.form-inline .form-group > .control-label {
  width: 33%;
  line-height: 34px;
  height: 34px;
  margin-bottom: 0;
}
.form-inline .form-group > input,
.form-inline .form-group > select {
  display: flex;
  flex: 1;
}
.input-group .input-group-addon:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0 8px;
}
.input-group .input-group-addon:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 0 8px;
}
.input-group input:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  height: 36px;
  line-height: 36px;
}
.input-group input:last-child + .input-group-addon {
  border-radius: 0;
}
.input-group .btn-default {
  border: 1px solid #ccc;
  height: 34px;
}
.input-group .btn-default.btn-mat-icon {
  padding: 5px;
  line-height: 10px;
  height: 34px;
  border-left: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.form-control.ng-invalid {
  border-color: #900;
}
.form-control.ng-invalid:focus {
  border-color: #900;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(150, 0, 0, 0.6);
}
.wdm-popover-menu.mat-mdc-menu-panel {
  min-width: 320px;
  max-width: 420px;
  padding: 0;
  border: 1px solid #e7e6e1;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(15, 15, 16, 0.08), 0 12px 32px rgba(15, 15, 16, 0.12);
  background: #ffffff;
  overflow: hidden;
}
.wdm-popover-menu.mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: 0;
}
.wdm-popover-form {
  padding: 14px 16px;
  color: #0e0e10;
  font-family:
    ui-sans-serif,
    -apple-system,
    "Inter var",
    system-ui,
    sans-serif;
}
.wdm-popover-form__title {
  font-size: 10.5px;
  font-weight: 600;
  color: #6b6b67;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.wdm-popover-form__count {
  font-family:
    ui-monospace,
    "SF Mono",
    Menlo,
    Consolas,
    monospace;
  font-size: 11px;
  color: #6b6b67;
  text-align: center;
  padding: 6px 0;
}
.wdm-popover-form .form-inline {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.wdm-popover-form .form-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px;
  padding: 0 0 10px !important;
  margin: 0;
}
.wdm-popover-form .control-label {
  font-size: 10.5px !important;
  font-weight: 500 !important;
  color: #9a9993 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
}
.wdm-popover-form select.form-control,
.wdm-popover-form input.form-control {
  display: block !important;
  flex: none !important;
  width: 100% !important;
  height: 32px !important;
  padding: 0 10px;
  background: #ffffff;
  border: 1px solid #e7e6e1;
  border-radius: 6px;
  font-family: inherit;
  font-size: 12.5px;
  color: #0e0e10;
  box-sizing: border-box;
  margin: 0 !important;
}
.wdm-popover-form select.form-control:focus,
.wdm-popover-form select.form-control:focus-visible,
.wdm-popover-form input.form-control:focus,
.wdm-popover-form input.form-control:focus-visible {
  outline: none;
  border-color: #0099fd;
  box-shadow: 0 0 0 3px #e5f4ff;
}
.wdm-popover-form select.form-control {
  padding-right: 24px;
  cursor: pointer;
}
.wdm-popover-form select.form-control[multiple] {
  height: auto !important;
  min-height: 140px;
  padding: 4px;
}
.wdm-popover-form .actions {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 4px;
}
.wdm-popover-form .actions .mat-mdc-button-base {
  height: 28px;
  padding: 0 12px;
  font-size: 12px;
  min-width: 0;
}
.wdm-popover-form .wdm-paging-group {
  display: flex;
  align-items: stretch;
  border: 1px solid #e7e6e1;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 4px;
}
.wdm-popover-form .wdm-paging-group .btn.btn-default {
  flex: 1 1 auto;
  border: none;
  background: #ffffff;
  font-family: inherit;
  font-size: 11.5px;
  font-weight: 500;
  color: #6b6b67;
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
}
.wdm-popover-form .wdm-paging-group .btn.btn-default:hover:not(:disabled) {
  background: #f6f6f3;
}
.wdm-popover-form .wdm-paging-group .btn.btn-default:disabled {
  color: #9a9993;
  cursor: not-allowed;
}
.wdm-popover-form .wdm-paging-group__amount {
  flex: 0 0 64px;
  border: none !important;
  border-left: 1px solid #e7e6e1 !important;
  border-right: 1px solid #e7e6e1 !important;
  border-radius: 0 !important;
  height: 30px !important;
  text-align: center;
  font-family: ui-monospace, monospace;
  font-size: 11.5px;
  padding: 0 !important;
  background: #fafaf7;
}
.wdm-popover-form search-bar {
  display: block;
}
.wdm-popover-form search-bar .input-group {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #e7e6e1;
  border-radius: 6px;
  overflow: hidden;
}
.wdm-popover-form search-bar .input-group .input-group-addon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 32px;
  color: #9a9993;
  border: none !important;
  background: transparent !important;
}
.wdm-popover-form search-bar .input-group .input-group-addon mat-icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.wdm-popover-form search-bar .input-group input.form-control {
  display: block !important;
  flex: 1 1 auto !important;
  width: auto !important;
  height: 32px !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 8px !important;
  box-shadow: none !important;
  font-size: 12.5px;
}
.wdm-popover-form search-bar .input-group input.form-control:focus,
.wdm-popover-form search-bar .input-group input.form-control:focus-visible {
  box-shadow: none !important;
  border: none !important;
}
.wdm-popover-form search-bar .input-group .input-group-btn {
  display: inline-flex;
  align-items: center;
}
.wdm-popover-form search-bar .input-group .input-group-btn .btn {
  border: none;
  background: transparent;
  color: #6b6b67;
  height: 32px;
  padding: 0 8px;
  font-size: 11.5px;
  cursor: pointer;
}
.wdm-popover-form search-bar .input-group .input-group-btn .btn:hover {
  color: #0e0e10;
  background: #f3f3f0;
}
.wdm-export-range {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11.5px;
  color: #6b6b67;
  padding: 4px 0 10px;
}
.wdm-export-range > span {
  white-space: nowrap;
}
.wdm-export-range__buttons {
  margin-left: auto;
  display: inline-flex;
  gap: 2px;
}
.cdk-overlay-backdrop.wdm-popover-backdrop {
  background: transparent;
}
.wdm-grid-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
}
.wdm-grid-toolbar::-webkit-scrollbar {
  height: 4px;
}
.wdm-grid-toolbar::-webkit-scrollbar-thumb {
  background: #d9d7d0;
  border-radius: 2px;
}
.wdm-grid-toolbar .wdm-tb-search {
  flex: 1 1 auto;
  min-width: 160px;
  margin: 0 4px;
}
.wdm-grid-toolbar .wdm-tb-search search-bar {
  display: block;
  width: 100%;
}
.wdm-grid-toolbar .wdm-tb-search .search-bar,
.wdm-grid-toolbar .wdm-tb-search .mat-form-field,
.wdm-grid-toolbar .wdm-tb-search form {
  width: 100%;
  height: 28px;
}
.wdm-grid-toolbar .wdm-tb-search input {
  height: 28px !important;
  font-size: 12.5px;
}
.wdm-grid-toolbar .wdm-tb-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  height: 28px;
  border: 1px solid #e7e6e1;
  border-radius: 6px;
  background: #ffffff;
  color: #383838;
  font-family:
    ui-sans-serif,
    -apple-system,
    "Inter var",
    system-ui,
    sans-serif;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition:
    background 0.12s,
    border-color 0.12s,
    color 0.12s;
  flex-shrink: 0;
}
.wdm-grid-toolbar .wdm-tb-btn mat-icon {
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  color: #6b6b67;
}
.wdm-grid-toolbar .wdm-tb-btn:hover {
  background: #f3f3f0;
  border-color: #d9d7d0;
  color: #0e0e10;
}
.wdm-grid-toolbar .wdm-tb-btn:hover mat-icon {
  color: #0e0e10;
}
.wdm-grid-toolbar .wdm-tb-badge {
  display: inline-grid;
  place-items: center;
  min-width: 16px;
  height: 16px;
  padding: 0 5px;
  border-radius: 999px;
  background: #0099fd;
  color: #fff;
  font-family:
    ui-monospace,
    "SF Mono",
    Menlo,
    Consolas,
    monospace;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0;
  margin-left: 2px;
}
.wdm-grid-toolbar .wdm-tb-link {
  border: none;
  background: transparent;
  font-family:
    ui-sans-serif,
    -apple-system,
    "Inter var",
    system-ui,
    sans-serif;
  font-size: 11.5px;
  color: #6b6b67;
  cursor: pointer;
  padding: 0 4px;
  height: 22px;
}
.wdm-grid-toolbar .wdm-tb-link:hover {
  color: #dc2626;
  text-decoration: underline;
}
.wdm-grid-toolbar .wdm-tb-chips {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  min-width: 0;
  overflow: hidden;
}
.wdm-grid-toolbar .wdm-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 4px 3px 8px;
  height: 24px;
  border: 1px solid #e7e6e1;
  border-radius: 5px;
  background: #ffffff;
  font-size: 11.5px;
  font-weight: 500;
  color: #383838;
  flex-shrink: 0;
  max-width: 280px;
}
.wdm-grid-toolbar .wdm-chip__field {
  color: #0e0e10;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 120px;
}
.wdm-grid-toolbar .wdm-chip__op {
  font-family:
    ui-monospace,
    "SF Mono",
    Menlo,
    Consolas,
    monospace;
  font-size: 10.5px;
  color: #6b6b67;
  letter-spacing: 0;
}
.wdm-grid-toolbar .wdm-chip__val {
  font-family:
    ui-monospace,
    "SF Mono",
    Menlo,
    Consolas,
    monospace;
  font-size: 11px;
  color: #0e0e10;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 140px;
}
.wdm-grid-toolbar .wdm-chip__x {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: none;
  background: transparent;
  border-radius: 3px;
  color: #9a9993;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 0;
}
.wdm-grid-toolbar .wdm-chip__x:hover {
  background: #f3f3f0;
  color: #dc2626;
}
.sa-route-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family:
    ui-sans-serif,
    -apple-system,
    "Inter var",
    system-ui,
    "Segoe UI",
    sans-serif;
  font-size: 13px;
  color: #8a8a92;
}
.sa-route-breadcrumb a {
  color: #8a8a92;
  text-decoration: none;
}
.sa-route-breadcrumb a:hover {
  color: #2563eb;
}
.sa-route-breadcrumb a:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
  border-radius: 2px;
}
.sa-route-breadcrumb .here {
  color: #0a0a0b;
  font-weight: 500;
}
.sa-route-breadcrumb mat-icon {
  font-size: 14px;
  width: 14px;
  height: 14px;
  color: #b5b5bb;
}
.sa-users-toolbar {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  min-width: 0;
  font-family:
    ui-sans-serif,
    -apple-system,
    "Inter var",
    system-ui,
    "Segoe UI",
    sans-serif;
  font-size: 13px;
  color: #0a0a0b;
}
.sa-users-toolbar__title {
  margin: 0;
  font-size: inherit;
  font-weight: 500;
  color: inherit;
  white-space: nowrap;
}
.sa-users-toolbar__info {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 2px;
  margin: 0;
  cursor: help;
  color: #b5b5bb;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  transition: color 0.1s, background 0.1s;
}
.sa-users-toolbar__info mat-icon {
  font-size: 14px;
  width: 14px;
  height: 14px;
}
.sa-users-toolbar__info:hover {
  color: #8a8a92;
  background: #f7f7f8;
}
.sa-users-toolbar__info:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}
.placeholder\:text-gray-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.hover\:bg-blue-100\/50:hover {
  background-color: rgb(219 234 254 / 0.5);
}
.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}
.hover\:text-amber-900:hover {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.focus\:ring-sky-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-sky-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:border-gray-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-gray-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.disabled\:text-gray-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group[open] .group-open\:rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-CYGWDKGD.css.map */
