/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* application wide styles */

@font-face {
  font-family: The Wave;
  font-weight: 400;
  font-style: normal;

  src: url(./public/72b1be74f35a751b69b1.eot) format('embedded-opentype');
  src: url(./public/6ac349037f77f8c28861.woff2) format('woff2'),
    url(./public/1c944714603bc377f07e.woff) format('woff');
}
@font-face {
  font-family: The Wave;
  font-weight: 600;
  font-style: normal;

  src: url(./public/e3cfc782bdc5353d4318.eot) format('embedded-opentype');
  src: url(./public/229fee9515897eee129f.woff2) format('woff2'),
    url(./public/cd58cd57e6b20093049c.woff) format('woff');
}
@font-face {
  font-family: The Wave;
  font-weight: 700;
  font-style: normal;

  src: url(./public/3977a4008f9471307466.eot) format('embedded-opentype');
  src: url(./public/f3a66eaab34b7513d188.woff2) format('woff2'), url(./public/59bac13d5e4821588ad2.woff) format('woff');
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input,
button,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: inherit;
  font: inherit;
  margin: 0;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-border-radius: 100px;
}
::-webkit-scrollbar:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
::-webkit-scrollbar-thumb {
  background: rgba(200, 200, 200, 0.65);
  -webkit-border-radius: 100px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(200, 200, 200, 0.75);
}
::-webkit-scrollbar-thumb:active {
  background: rgba(200, 200, 200, 0.8);
}

::-webkit-scrollbar-thumb:vertical {
  min-height: 10px;
}
::-webkit-scrollbar-thumb:horizontal {
  min-width: 10px;
}

/**
* This file contains themed css for the core-ui library.
*
* It is auto generated with the '/scripts/build-core-ui-css' script.
*
* *DO NOT* manually edit this file.
*/

/*  imported from avatars.css  */

._1Lgi6 {
  border-radius: 50%;
}
/*  imported from backdrop.css  */

._1fZny {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 1040;
  transition: visibility 0 linear 0.2s,
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
}

.PdIei {
  opacity: 1;
  visibility: visible;
  transition-delay: 0;
}

._16F5O {
  position: absolute;
}
/*  imported from badges.css  */

._6o9jp {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #9E9E9E;
  border-radius: 10px;
}

._3m-LC {
}

._3oCUx {
  background-color: transparent;
  border: 1px solid #9E9E9E;
  color: #737373;
}

._1-lOC {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  padding: 0;
}
/*  imported from ../ripple/ripple.css  */

._3-CsA {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;

  animation: _3Fxyp 2s;
}

@keyframes _3Fxyp {
  from {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(100);
    opacity: 0;
  }
}

/*  imported from buttons.css  */

._1Kpl9 {
  border-radius: 2px;
  border: none;
  color: var(--configit-color-gray-900);
  position: relative;
  height: 36px;
  min-width: 64px;
  padding: 0 16px;
  display: inline-block;

  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;

  overflow: hidden;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0, 0, 0.2, 1),
    color 0.2s cubic-bezier(0, 0, 0.2, 1);
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
}

._1Kpl9 ::-moz-focus-inner {
  border: 0;
}

._1Kpl9 svg {
  fill: currentColor;
}

/* FLAT BUTTONS */
.ecL7_ {
  background: transparent;
}

.ecL7_:hover,
.ecL7_:active,
.ecL7_:focus {
  background: color(#9E9E9E alpha(20%));
}

.ecL7_[disabled] {
  opacity: 0.4;
  cursor: default;
  background: transparent;
}

/* RAISED BUTTONS */
.xQ2kw {
  background: color(#9E9E9E alpha(20%));
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),0 3px 1px -2px rgba(0, 0, 0, 0.2),0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

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

.xQ2kw[disabled] {
  opacity: 0.4;
  cursor: default;
  box-shadow: none;
}

/* COlORS */
.GbdfN {
  color: var(--configit-color-primary-800);
}

._2MWPo {
  color: var(--configit-color-red-600);
}

._1Tdou {
  color: var(--configit-color-yellow-900);
}

._2KiJP {
  color: var(--configit-color-green-900);
}

/* COLORS */
._2LkRC {
  background: var(--configit-color-primary-800);
  color: var(--configit-color-white);
}

._2sjdl {
  background: var(--configit-color-red-600);
  color: var(--configit-color-white);
}

.vzVg4 {
  background: var(--configit-color-yellow-900);
}

._3nDuk {
  background: var(--configit-color-green-900);
  color: var(--configit-color-white);
}

._3mIWP {
  background: transparent;
  color: var(--configit-color-gray-900);
}

._2Uaeg {
  background: transparent;
  color: var(--configit-color-white);
}

/* RIPPLES */
._1Jo6b {
}

._1BAh- {
  background-color: rgba(0, 0, 0, 0.24);
}

._3uvnE {
  background-color: rgba(255, 255, 255, 0.87);
}
/*  imported from icon-buttons.css  */

.e41rx {
  background: transparent;
  border: none;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  min-width: 32px;
  width: 32px;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  color: inherit;
  line-height: normal;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.e41rx::-moz-focus-inner {
  border: 0;
}

.e41rx:hover {
  background: color(#9E9E9E alpha(20%));
}

.e41rx:focus:not(:active) {
  background: color(#9E9E9E alpha(12%));
  outline: none;
}

.e41rx:active {
  background: color(#9E9E9E alpha(40%));
  outline: none;
}

.e41rx[disabled] {
  opacity: 0.4;
  cursor: default;
  background: transparent;
}

._154Mi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-10px, -10px);
  line-height: 20px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

._2llqg {
  height: 24px;
  min-width: 24px;
  width: 24px;
}

._1PPnJ {
  transform: translate(-8px, -8px);
  line-height: 16px;
  width: 16px;
  height: 16px;
}

.Kycvs {
  height: 40px;
  min-width: 40px;
  width: 40px;
}

._1Ywkt {
  transform: translate(-15px, -15px);
  line-height: 30px;
  width: 30px;
  height: 30px;
}
/*  imported from split-buttons.css  */

._1r2ad {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),0 3px 1px -2px rgba(0, 0, 0, 0.2),0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  white-space: nowrap;
}

._1r2ad button {
  box-shadow: none;
}

._1r2ad,
._3fGBg,
.O3zTB {
  display: inline-block;
}

.O3zTB button {
  border-right: 1px solid #9E9E9E;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

._3fGBg button {
  padding: 0;
  min-width: 24px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

._1-UrZ {
  box-shadow: 0 4px 5px 0  rgba(0, 0, 0, 0.14),0 1px 10px 0 rgba(0, 0, 0, 0.2),0 2px 4px -1px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
/*  imported from checkboxes.css  */

._1aG0c {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.42857143;
  cursor: pointer;
}

.ty5FX {
  cursor: pointer;
}

.LD2VT {
  display: inline-block;
  max-width: 100%;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

._1aG0c + ._1aG0c {
  margin-top: -5px;
}

._2KpnO {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
}

._2KpnO + ._2KpnO {
  margin-top: 0;
  margin-left: 10px;
}

._33WAP {
  cursor: pointer;
}

._1KLaA {
  cursor: default;
  color: #9B9B9B;
}

._2ZOtK {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
  cursor: pointer;
}

.RzcvO {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}
/*  imported from icons.css  */

.vfMw6 {
  display: inline-block;
  position: relative;
  fill: #737373;
  vertical-align: text-bottom;
}

._3j-do {
  width: 12px;
  height: 12px;
  line-height: 12px;
}

._3jNY8 {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

._3eL2m {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

._2Vq69 {
  fill: var(--configit-color-gray-900);
}

._2_Pfa {
  fill: var(--configit-color-green-900);
}

._26fBa {
  fill: var(--configit-color-yellow-900);
}

._381V4 {
  fill: var(--configit-color-red-600);
}

._3Ggkg {
  fill: var(--configit-color-white);
}

._2mEuA {
  width: 100%;
  height: 100%;
  background: inherit;
  fill: inherit;
  /* Click events ar swallowed by SVG <use>, see
     https://github.com/facebook/react/issues/4963
     'pointer-events: none' should not be needed when this issue is fixed */
  pointer-events: none;
}

._3nD4A {
  animation: _3nD4A 2s infinite linear;
  display: inline-block;
}

@keyframes _3nD4A {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/*  imported from inline-edit-dialog.css  */

._2AbaN {
  min-height: 20px;
  background-color: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 0px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),0 3px 1px -2px rgba(0, 0, 0, 0.2),0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
._2Xir3 {
  padding: 16px;
}
/*  imported from inline-edit-trigger.css  */

._1m3Uq {
  padding: 0px;
  background: none;
  border: none;
  outline: 0;
  text-align: left;
}

._3KrBf:focus {
  outline: 1px dotted #9E9E9E;
}

._25_3f:after,
._3u5d-:hover:after,
._276Kq:focus:after {
  content: ' ';
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: -16px;
  opacity: 1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNzI3MjcyIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMyAxNy4yNVYyMWgzLjc1TDE3LjgxIDkuOTRsLTMuNzUtMy43NUwzIDE3LjI1ek0yMC43MSA3LjA0Yy4zOS0uMzkuMzktMS4wMiAwLTEuNDFsLTIuMzQtMi4zNGMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxIDBsLTEuODMgMS44MyAzLjc1IDMuNzUgMS44My0xLjgzeiIvPg0KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4NCjwvc3ZnPg==);
}
._1itBt {
}
._25_3f:after {
  opacity: 0.3;
}

._1t8L1 {
}

._2gog9 {
}

button._2gog9 {
  cursor: text;
}

._3hQ4Z {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}

._3k1Wd {
  color: #9E9E9E;
}
/*  imported from validated-input.css  */

._1nnU1 {
  display: block;
  outline: none;
  border: 0;
  background: transparent;
  width: 100%;
  line-height: 1.42857143;
  transition: border-color 0.3s ease-out;
}

._1nnU1::-ms-clear {
  display: none;
}

.VWWyO:focus,
._2AoXv:active {
  border-bottom: 1px solid var(--configit-color-primary-800);
  box-shadow: 0px 1px 0px 0px var(--configit-color-primary-800);
}

._33BdW {
  border-bottom: 1px solid #BDBDBD;
}

._3X6Zf:focus,
._146i7:active {
  box-shadow: 0 3px 2px -2px var(--configit-color-red-600);
}

._2cu0M {
  border-bottom: 1px solid var(--configit-color-red-600);
  box-shadow: 0px 1px 0px 0px var(--configit-color-red-600);
}

._3KW0D {
  cursor: default;
  background-color: transparent;
  opacity: 1;
  border-bottom: 1px dashed #BDBDBD;
  box-shadow: none;
}

._22bG7 {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #9E9E9E;
}

._1jNHV {
  color: var(--configit-color-red-600);
}

.WigmU {
  display: table;
}

._3hSy0 {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 6px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #9E9E9E;
  text-align: center;
}

._3e03z {
  color: var(--configit-color-red-600);
}
/*
  imported from list-groups.css 
 */

/*
 * Can be used on <ul>, <ol>, or <div>.
 */
._3GPEY {
  /* No need to set list-style: none; since .item is block level.
     Reset padding because ul and ol */
  padding-left: 0;
}
/*
  imported from list-group-items.css 
 */

/*
 * Individual list items
 *
 * Use on `li`s or `div`s within the `.listGroup` parent.
 */
.WeMN1 {
  position: relative;
  display: block;
  align-items: center;
  /* Place the border on the list items and negative margin up for better styling */
  margin-bottom: -1px;
  background: inherit;
}

._3Zrrb {
  background-color: transparent;
  border: none;
  padding: 12px 0;
  color: #737373;
}

._3tr1a {
  flex: 1;
}

._3gt3g {
  padding: 12px 16px;
}

/* bordered */
._2Sk8b {
  border: 1px solid #DBDBDB;
}

.Td65A {
  padding: 4.5px 8px;
}

.eWuZZ {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: -1px;
  padding-left: 0;
  padding-right: 0;
}

/* Modifiers can be used together with above classes */

/* links */
._2fCug,
._2fCug:hover,
._2fCug:focus {
  /* override default <a> styles */
  text-decoration: none;
  cursor: pointer;
  color: currentcolor;
}

/* active  */
._2Blro,
._2Blro:hover,
._2Blro:focus {
  border-left: 2px solid var(--configit-color-primary-trans-5);
}

/* disabled */
._1LVqL {
  color: #9B9B9B;
}
._1LVqL,
._1LVqL:hover,
._1LVqL:focus {
  text-decoration: none;
  cursor: not-allowed;
}
/* imported from list-group-item-actions.css 
 */

/**
 * action items (icons, buttons) in list groups
 */

/* Align primary actions left */
._2L8oa {
  align-items: flex-start;
  margin-right: 4px;
}

/* Align secondary actions left */
.rRyfU {
  align-items: flex-end;
  margin-left: 4px;
}
/*  imported from dividers.css  */

._2QJsT {
  height: 1px;
  margin: 0;
  overflow: hidden;
  margin: 4px 0;
  background-color: #DBDBDB;
}
/*  imported from menus.css  */

._1Yyng {
  z-index: 1000;
  position: absolute;
  left: 0;
  right: auto;
  padding: 8px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: white;
  outline: none;
  overflow-x: hidden;
}

._1pzLA {
  border: 1px solid #DBDBDB;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),0 3px 1px -2px rgba(0, 0, 0, 0.2),0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

._3Z9tK {
  overflow-y: auto;
}

._1Sc_Q {
  width: 192px;
}
._37ZIW {
  width: 320px;
}
._5QdMN {
  width: 448px;
}

._28we6 {
  min-width: 192px;
}
._2diHz {
  min-width: 320px;
}
._3QUnH {
  min-width: 448px;
}

._29Yko {
  position: static;
}
/*  imported from menu-items.css  */

._1JMC8 {
  padding: 12px 16px;
  padding-left: 24px;
}

._3ujjl {
  padding: 9px 12px;
  padding-left: 16px;
}

/* Only use hover background when hover has not been disabled
   e.g. when a dropdown menu has focus regular hover will be disabled
   and instead be controlled by the dropdown menu. */
._10UxU,
.VLkb8:focus,
.XnEfC:hover {
  text-decoration: none;
  outline: none;
  color: var(--configit-color-gray-900);
  background-color: var(--configit-color-primary-trans-3);
}

/* Never show default a-tag hover style in menu items */
._2MFlw:hover {
  color: var(--configit-color-gray-900);
  text-decoration: none;
  outline: none;
}

._1OR0D {
  cursor: pointer;
  display: block;
  clear: both;
  white-space: nowrap;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--configit-color-gray-900);
  line-height: 1.45;
  font-size: 14px;
  text-decoration: none;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

._2RoZf {
}

._1dUmc {
}

._19KKL {
  color: #737373;
  font-size: 12px;
}

._3R1MV {
}

._1M0DG {
}

._1DuKM:focus,
.anKmi:hover,
._2PblJ:focus {
  color: #9B9B9B;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
}

._1DuKM {
  cursor: default;
  color: #9B9B9B;
}

._1ulLe {
  display: inline-block;
  width: 20px;
}

._1lGBS,
._1lGBS:hover {
  background-color: #E0E0E0;
}
/*  imported from modals.css  */

._2wr2s {
  display: flex;
  flex-direction: column;
  border: 1px solid #DBDBDB;
  background: white;
  borderradius: 2;
}
._31c_2 {
  padding: 18px 24px;
  padding-bottom: 20px;
}
._1kmCd {
  margin: 0;
  font-size: 18px;
}
._1zs7n {
  padding: 18px 24px;
  flex: 1;
  overflow: auto;
}
._31c_2 + ._1zs7n {
  padding-top: 0px;
}

._1U7If {
  line-height: 36px;
  text-align: right;
  padding: 18px 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}
/*  imported from RadioButtonList.css  */

._2kPz8 {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 24px;
}

._2kPz8 label {
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: normal;
  cursor: pointer;
}

._2kPz8 input[type='radio'] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}

._2kPz8 + ._2kPz8 {
  margin-top: -5px;
}

._38cQE {
  color: #9B9B9B;
}

._38cQE label {
  color: #9B9B9B;
}
/*  imported from select.css  */

._1uftk {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),0 3px 1px -2px rgba(0, 0, 0, 0.2),0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #DBDBDB;
}

._2EcfX {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #DBDBDB;
}

.ydCAH {
  margin-top: 0;
  margin-bottom: 0;
  height: 20px;
  cursor: pointer;
}

._18V9H {
  width: 70%;
}

._1LbCa {
  display: flex;
  align-self: center;
  padding: 4px;
  margin-top: 2px;
}

._1Pmor {
  width: 100%;
  text-align: right;
  margin-right: 10px;
}

._3H0Bh {
  float: right;
  padding: 5px 10px 5px 0px;
}

.IhIXB {
  float: left;
  padding: 5px 0px 5px 10px;
}

._3kitV {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

._30alC {
  color: #9E9E9E;
}

._2ocuR {
}
/*  imported from search-field.css  */

._30jnP {
  padding: 5px;
  border-style: solid;
  border-width: 1px 0;
  border-color: #DBDBDB;
  position: relative;
}

.Kb1-X {
  border: none;
}

._3XLo6 {
  position: absolute;
  left: 8px;
  opacity: 0.6;
}

._2P4PT {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  opacity: 0.6;
}

._2jk51 {
  width: 100%;
  outline: 0;
  border: none;
  padding-left: 24px;
  padding-right: 24px;
  background-color: inherit;
}
/*  imported from select-trigger.css  */

.yOt06:focus,
.JjIfT:active {
  border-bottom: 1px solid var(--configit-color-primary-800);
  box-shadow: 0px 1px 0px 0px var(--configit-color-primary-800);
}

.PtZZQ {
  border: 0;
  background: transparent;
  outline: none;
  width: 100%;
  position: relative;
}

._1QieP {
  border-bottom: 1px solid #BDBDBD;
}

._2QfzA {
  border-bottom: 1px dashed #BDBDBD;
  box-shadow: none;
}

._1z9ux {
}

._3CoK4 {
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 3px;
  color: var(--configit-color-gray-900);
}

._387mZ {
  position: absolute;
  bottom: -3px;
  right: 2px;
}
/*  imported from side-nav.css  */

._2nVdg {
  background-color: white;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  z-index: 1080;
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 1px solid #DBDBDB;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

._2vjJP {
  position: fixed;
}

.yrtXk {
  position: absolute;
}

._1sDPb {
  position: static;
}
/*  imported from active-tab-marks.css  */

._31wd2 {
  bottom: 0px;
  display: block;
  height: 2px;
  margin-top: -1px;
  position: relative;
  transition: left 0.225s cubic-bezier(0.35, 0, 0.25, 1),
    right 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}

._3WtMO {
  background-color: var(--configit-color-primary-800);
}

._2kDuC {
  background-color: #fff;
}

._3fLtS {
  margin: 0 auto;
}

.xHOEo {
  bottom: 1px;
}
/*  imported from scroller.css  */

._2njmi {
  padding-top: 7px;
}

.R6OT0 {
  float: right;
}

._3M47e {
  float: left;
}
/*  imported from tab-items.css  */

.cab8t {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: 48px;
  font-weight: 500;
  white-space: initial;
  text-transform: uppercase;
  opacity: 0.7;
}

.cab8t:hover,
.cab8t:focus,
.cab8t:active {
  opacity: 1;
  text-decoration: 'none';
}

._2jP5_ {
  opacity: 1;
}
/*  imported from tab-items-lists.css  */

._2a2Bm {
  white-space: nowrap;
  display: block;
  padding: 0;
  height: 48px;
}

._2zoHt {
  margin: 0;
}

._1dDWZ {
  margin: 0 auto;
}
/*  imported from tabs.css */

._2DSHT {
  position: relative;
}

.BvbEk {
}

._3oCAo {
  background-color: var(--configit-color-primary-800);
}

._1D5QT {
  margin: 0;
  padding: 0;
  height: 49px;
  /* add the border*/
  overflow: hidden;
}

.rDPW3 {
  border-bottom: 1px solid #DBDBDB;
}

._2saTE {
  margin-left: auto;
  margin-right: auto;
}
/*  imported from ../ripple/ripple.css  */

._3-CsA {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;

  animation: _3Fxyp 2s;
}

@keyframes _3Fxyp {
  from {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(100);
    opacity: 0;
  }
}

/*  imported from tab-item-titles.css  */

._1ReNX:hover,
._1ReNX:focus,
._1ReNX:active {
  text-decoration: none;
}

._1ReNX {
  display: inline-block;
  width: 100%;
  line-height: 48px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}

._2TLhd {
  color: var(--configit-color-primary-800);
}

._1oPpn {
  color: white;
}

.kR9xI {
  color: #FFAB00;
}

._38OvA {
  color: #B71C1C;
}

._1XgCh {
  background-color: #9E9E9E;
}

/**
 * Styles defined in this file is used to override styled defined in
 * core-ui.
 *
 * This is a HACK and overrides should be kept to a minimum
 * When core-ui no longer is used this file MUST be deleted
 *
 */

.card {
  border-radius: 0;
}

a {
  text-decoration: underline;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.form-control:focus,
.form-control.focus,
.form-control:active {
  border-bottom-color: rgb(31, 71, 120);
  box-shadow: 0px 1px 0px 0px rgb(31, 71, 120);
}

.form-field > label {
  display: initial;
  max-width: unset;
  margin-bottom: unset;
}

.form-field > label input[type='radio'],
.form-field > label input[type='checkbox'] {
  box-sizing: unset;
  padding: unset;
  margin: unset;
}

.radio-buttons-container > .container {
  width: unset;
}

/*!
 * Datetimepicker for Bootstrap v3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px;
}
.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%;
}
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
}
.bootstrap-datetimepicker-widget table[data-hour-format='12'] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  width: 20px;
  height: 20px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #999999;
}
.bootstrap-datetimepicker-widget td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #1f4778;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #1f4778;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #1f4778;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.old {
  color: #999999;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th.switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}

.Resizer {
  background: transparent;
  opacity: 0.2;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}

.Resizer:hover {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.Resizer.horizontal {
  height: 11px;
  margin: -5px 0;
  border-top: 10px solid rgba(255, 255, 255, 0);
  border-bottom: 10px solid rgba(255, 255, 255, 0);
  cursor: row-resize;
  width: 100%;
}

.Resizer.horizontal:hover {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 10px solid rgba(0, 0, 0, 0.5);
}

.Resizer.vertical {
  width: 3px;
  /* margin: 0 -5px; */
  border-left: 2.5px solid rgba(255, 255, 255, 0);
  border-right: 2.5px solid rgba(255, 255, 255, 0);
  cursor: col-resize;
}

.Resizer.vertical:hover {
  border-left: 2.5px solid rgba(0, 0, 0, 0.5);
  border-right: 2.5px solid rgba(0, 0, 0, 0.5);
}
.Resizer.disabled {
  cursor: not-allowed;
}
.Resizer.disabled:hover {
  border-color: transparent;
}

