body {
  padding-top: 4rem;
  margin: 0;
  overflow-y: hidden;
}

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

body {
  font-family: "Segoe UI",Helvetica,Arial,sans-serif;
}

mark {
  background-color: #e5d9e9;
  color: #373737;
}

.warning,
.warning-tiny {
  font-style: italic;
  color: #c92225;
}

.warning-tiny {
  font-size: small;
}

.italic {
  font-style: italic;
}

.panel-view .split {
  width: 5px;
  height: 100%;
  z-index: 10;
  cursor: col-resize;
  position: absolute;
  right: 0;
}

.panel-view .panel {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 34em) {
  .panel-view .panel {
    outline: 1px solid #d2d2d2;
  }
}

@media (min-width: 48em) {
  .panel-view .panel {
    z-index: 4;
    border-right: 1px solid #d2d2d2;
    outline: none;
  }

  .panel-view .panel:nth-child(2) {
    z-index: 3;
  }

  .panel-view .panel:nth-child(3) {
    z-index: 2;
  }

  .panel-view .panel:last-child {
    border-right: none;
  }
}

.toast.toast-success {
  background-color: #277542;
  color: #ebebeb;
  opacity: 1 !important;
}

.toast.toast-error {
  background-color: #c92225;
  color: #ebebeb;
  opacity: 1 !important;
}

#toast-container>.toast-custom-warning {
  background-image: url("resources/images/svg/warning-no-fill.svg") !important;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  color: #000;
  background-color: #e69100;
}

#toast-container>.toast-custom-warning .toast-close-button {
  color: #000;
  -webkit-text-shadow: 0 1px 0 #000;
  text-shadow: 0 1px 0 #000;
}

.toast.toast-warning {
  background-color: #e69100;
  color: #000 !important;
  opacity: 1 !important;
}

.toast.toast-info {
  background-color: #555c95;
  color: #ebebeb;
  opacity: 1 !important;
}

.toast-bottom-right-padded {
  bottom: 3.5rem;
  right: 12px;
}

.toast-close-button {
  font-size: 1em !important;
  font-weight: 300 !important;
  opacity: 1 !important;
}

.toast-close-button:focus,
.toast-close-button:hover {
  color: #fff !important;
  opacity: 1 !important;
}

.e-btn {
  border: none;
  background-color: inherit;
  color: #7f4293;
  fill: #7f4293;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px;
  padding-top: 3px;
  text-decoration: none;
  margin-right: 2px;
  margin-top: 2px;
  transition: text-shadow .2s ease-in-out,color .2s ease-in-out;
}

.e-btn:focus,
.e-btn.focus {
  outline: 2px solid #000;
}

.e-btn:active,
.e-btn.active {
  color: #9c55b3;
}

.e-btn.danger {
  color: #c92225;
}

.e-btn.danger:active,
.e-btn.danger.active {
  color: #df3f42;
}

.e-btn.danger:hover:enabled,
.e-btn.danger:hover.enabled,
.e-btn.danger.hover:enabled,
.e-btn.danger.hover.enabled {
  color: #9d1b1d;
  background-color: inherit;
}

.e-btn:hover:enabled,
.e-btn:hover.enabled,
.e-btn.hover:enabled,
.e-btn.hover.enabled {
  color: #613270;
  background-color: inherit;
}

.e-btn:disabled,
.e-btn.disabled,
.e-btn:hover:disabled,
.e-btn.disabled:hover,
.e-btn.hover:disabled,
.e-btn.hover.disabled {
  color: #373737;
  background-color: #d2d2d2;
  opacity: 1;
  cursor: not-allowed;
}

.e-btn.e-btn-quark {
  font-size: .6rem;
}

.e-btn.e-btn-atom {
  font-size: .7rem;
}

.e-btn.e-btn-micro {
  font-size: small;
}

.e-btn.e-btn-puffy {
  font-size: x-large;
}

.select2-container--etrieve-basic .select2-selection--single {
  height: 24px !important;
  background-color: #fff;
  border: 1px solid #7f4293;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .select2-container--etrieve-basic .select2-selection--single {
    border: none;
    background-color: transparent;
    padding: 0rem .6rem;
  }
}

.select2-container--etrieve-basic .select2-selection--single .select2-selection__rendered {
  line-height: 22px;
}

@media (max-width: 767px) {
  .select2-container--etrieve-basic .select2-selection--single .select2-selection__rendered {
    padding-right: 8px !important;
  }
}

.select2-container--etrieve-basic .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #7f4293;
}

.select2-container--etrieve-basic .select2-selection--single .select2-selection__arrow b {
  border-color: #7f4293;
  border-style: solid;
  border-width: .15em .15em 0 0;
  display: inline-block;
  height: .45em;
  transform: rotate(135deg);
  vertical-align: top;
  width: .45em;
  position: absolute;
  right: .6rem;
  top: .5rem;
  left: unset;
  margin: 0;
}

@media (max-width: 767px) {
  .select2-container--etrieve-basic .select2-selection--single .select2-selection__arrow b {
    display: none;
  }
}

.select2-container--etrieve-basic.select2-container--open .select2-selection__arrow b {
  border-color: #7f4293;
  border-width: .15em .15em 0 0;
}

.select2-container--etrieve-basic .select2-dropdown {
  border-color: #7f4293;
  color: #7f4293;
  font-size: .9rem;
}

.select2-container--etrieve-basic .select2-dropdown .select2-results__option {
  padding: .1rem .5rem;
  border-bottom: 1px solid #7f4293;
}

.select2-container--etrieve-basic .select2-dropdown .select2-results__option:last-child {
  border-bottom: none;
}

@media (max-width: 767px) {
  .select2-container--etrieve-basic .select2-dropdown .select2-results__option {
    border-bottom: 1px solid #b8b8b8;
    padding: .5rem;
  }
}

.select2-container--etrieve-basic .select2-dropdown .select2-results__option--highlighted {
  background-color: #7f4293;
  color: #ebebeb;
}

.select2-container--etrieve-basic .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #7f4293;
  color: #ebebeb;
}

@media (max-width: 767px) {
  .select2-container--etrieve-basic .select2-dropdown {
    position: fixed !important;
    width: 100% !important;
    display: block !important;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-top: 1px solid #b8b8b8 !important;
    border-bottom: 1px solid #b8b8b8;
    box-shadow: 0 6px 4px -4px #b8b8b8;
  }
}

.select2-container--etrieve-default .select2-selection--single {
  line-height: 30px;
  height: 30px !important;
}

.select2-container--etrieve-default .select2-selection--single .select2-selection__rendered {
  padding-right: 25px !important;
}

.select2-container--etrieve-default .select2-selection--single .select2-selection__rendered img {
  margin-right: .5rem;
}

.select2-container--etrieve-default .select2-selection--single .select2-selection__arrow b {
  border-color: #000;
  border-style: solid;
  border-width: .15em .15em 0 0;
  display: inline-block;
  height: .45em;
  transform: rotate(135deg);
  vertical-align: top;
  width: .45em;
  position: absolute;
  right: .6rem;
  top: .7rem;
  left: unset;
  margin: 0;
}

.select2-container--etrieve-default.select2-container--open .select2-selection__arrow b {
  border-color: #000;
  border-width: .15em .15em 0 0;
}

.select2-container--etrieve-default.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #b8b8b8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.select2-container--etrieve-default .select2-dropdown {
  border-color: #b8b8b8;
  font-size: .8rem;
}

.select2-container--etrieve-default .select2-dropdown .select2-results__options {
  padding: .1rem;
}

.select2-container--etrieve-default .select2-dropdown .select2-results__option {
  padding: .25rem .5rem;
  margin-bottom: .5rem;
}

.select2-container--etrieve-default .select2-dropdown .select2-results__option:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.select2-container--etrieve-default .select2-dropdown .select2-results__option img {
  margin-right: .5rem;
}

.select2-container--etrieve-default .select2-dropdown .select2-results__option--highlighted {
  background-color: #7f4293;
  color: #ebebeb;
}

.select2-container--etrieve-default .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #7f4293;
  color: #ebebeb;
}

.select2-container--etrieve-filter .select2-selection--single {
  line-height: 25px;
  height: 25px !important;
}

.select2-container--etrieve-filter .select2-selection--single .select2-selection__rendered {
  padding-right: 25px !important;
  border: 1px solid #b8b8b8;
  background-color: #fff;
  border-radius: 5px;
}

.select2-container--etrieve-filter .select2-selection--single .select2-selection__rendered img {
  margin-right: .5rem;
}

.select2-container--etrieve-filter .select2-selection--single .select2-selection__arrow b {
  border-color: #000;
  border-style: solid;
  border-width: .15em .15em 0 0;
  display: inline-block;
  height: .45em;
  transform: rotate(135deg);
  vertical-align: top;
  width: .45em;
  position: absolute;
  right: .6rem;
  top: .55rem;
  left: unset;
  margin: 0;
}

.select2-container--etrieve-filter.select2-container--open .select2-selection__arrow b {
  border-color: #000;
  border-width: .15em .15em 0 0;
}

.select2-container--etrieve-filter.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #b8b8b8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.select2-container--etrieve-filter .select2-dropdown {
  border-color: #b8b8b8;
  font-size: .8rem;
}

.select2-container--etrieve-filter .select2-dropdown .select2-results__options {
  padding: .1rem;
}

.select2-container--etrieve-filter .select2-dropdown .select2-results__option {
  padding: .25rem .5rem;
  margin-bottom: .5rem;
}

.select2-container--etrieve-filter .select2-dropdown .select2-results__option:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.select2-container--etrieve-filter .select2-dropdown .select2-results__option img {
  margin-right: .5rem;
}

.select2-container--etrieve-filter .select2-dropdown .select2-results__option--highlighted {
  background-color: #7f4293;
  color: #ebebeb;
}

.select2-container--etrieve-filter .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #7f4293;
  color: #ebebeb;
}

.etrieve-header {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 4rem;
  min-height: 4rem;
  background-color: #fff;
  color: #373737;
  fill: #373737;
}

.etrieve-header.action {
  background-color: #7f4293;
  color: #373737;
  fill: #373737;
}

.etrieve-header.dark {
  background-color: #fff;
  color: #373737;
  fill: #373737;
}

.etrieve-header.fixed-top {
  position: fixed;
}

.etrieve-header .bar {
  padding: 0 .5rem;
  display: flex;
  align-items: center;
  height: 4rem;
}

.etrieve-header .bar-center,
.etrieve-header .bar-right,
.etrieve-header .bar-left {
  padding: .75rem .5rem;
  height: 4rem;
  background: none;
  border: none;
}

.etrieve-header .bar-center svg,
.etrieve-header .bar-right svg,
.etrieve-header .bar-left svg {
  vertical-align: baseline;
}

.etrieve-header .bar-center {
  flex: 1;
  text-align: center;
  margin: 0 3rem;
  height: auto;
}

.etrieve-header .brand {
  font-size: 1.25rem;
  margin-top: -0.25rem;
  display: block;
}

@media (min-width: 48em) {
  .etrieve-header .bar-center {
    text-align: left;
    margin: auto;
    margin-bottom: 6px;
  }
}

.etrieve-header .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: -99;
  background-color: rgba(0,0,0,0);
  transition: background-color .4s ease-in-out;
}

.etrieve-header.backdrop-active .backdrop {
  z-index: 2;
  pointer-events: auto;
  background-color: rgba(0,0,0,.65);
}

.etrieve-header.backdrop-active+.page-content,
.etrieve-header.backdrop-active>.bar {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  transition: filter .4s ease-in-out;
}

.etrieve-header.backdrop-active .collapsible-nav {
  width: calc(100% - 4rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.collapsible-nav {
  width: 0;
  background-color: #fff;
  color: #373737;
  height: auto;
  margin-top: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  overflow-y: hidden;
  z-index: 3;
}

.collapsible-nav .etrieve-header {
  position: static;
  height: 4rem;
}

.collapsible-nav .etrieve-header .brand {
  margin-top: 0;
}

.collapsible-nav .etrieve-header .bar-center {
  text-align: center;
  padding: .5rem;
}

@media (min-width: 48em) {
  .etrieve-header .backdrop {
    display: none;
  }

  .etrieve-header.backdrop-active .backdrop {
    display: none;
  }

  .etrieve-header.backdrop-active+.page-content,
  .etrieve-header.backdrop-active>.bar {
    filter: unset !important;
    -webkit-filter: none !important;
  }

  .etrieve-header.backdrop-active .collapsible-nav {
    width: 20rem !important;
    border-left: 1px solid #d2d2d2;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.tab-nav {
  background-color: transparent;
  color: #373737;
  display: flex;
  flex-direction: column;
}

.tab-nav .loading-indicator {
  margin-top: 3rem;
  text-align: center;
}

.tab-nav.hog {
  height: 100%;
}

.tab-nav.hog .loading-indicator+.nav-container .nav-group {
  display: none;
}

.tab-nav.hog .nav-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.tab-nav .nav-container {
  flex: 1 1 auto;
}

.tab-nav .nav-group {
  padding-bottom: 1rem;
}

.tab-nav .group-title {
  padding: 1rem .5rem .5rem;
  white-space: nowrap;
  padding-top: 0rem;
}

.tab-nav .group-title.sub-text {
  color: #373737;
  font-size: .9rem;
  padding: .5rem;
}

.tab-nav .group {
  list-style: none;
  padding: 0;
  background-color: inherit;
  margin-right: 1px;
  margin-left: 2px;
}

.tab-nav .group:first-of-type {
  margin-right: 1px;
  margin-left: 2px;
}

.tab-nav .nav-item {
  position: initial;
  border-bottom: 1px solid #d2d2d2;
  background-color: #fff;
  cursor: pointer;
  height: 3rem;
  font-size: 1rem;
  color: #373737;
  overflow: hidden;
  transition: background-color .2s ease-in-out,color .2s ease-in-out;
}

.tab-nav .nav-item:first-child {
  border-top: 1px solid #d2d2d2;
}

.tab-nav .nav-item.active {
  background-color: #7f4293;
  color: #ebebeb;
}

.tab-nav .nav-item.active a,
.tab-nav .nav-item.active button {
  color: #ebebeb;
}

.tab-nav .nav-item.active li {
  color: #ebebeb;
}

.tab-nav .nav-item.active li .nav-icon svg,
.tab-nav .nav-item.active li .nav-chevron svg {
  fill: #7f4293 !important;
}

.tab-nav .nav-item.active li .nav-icon .checkbox__background,
.tab-nav .nav-item.active li .nav-chevron .checkbox__background {
  background-color: #fff;
}

.tab-nav .nav-item.active .nav-icon svg,
.tab-nav .nav-item.active .nav-chevron svg {
  fill: #ebebeb;
}

.tab-nav .nav-item>a,
.tab-nav .nav-item>li,
.tab-nav .nav-item>button {
  width: 100%;
  height: 100%;
  position: initial;
  padding: 0rem .5rem;
  margin: 0;
  text-decoration: none;
  color: #373737;
  display: inline-block;
}

.tab-nav .nav-item.disabled,
.tab-nav .nav-item.e-btn:hover:disabled,
.tab-nav .nav-item.e-btn.hover:disabled {
  cursor: default;
  color: #d2d2d2;
}

.tab-nav .nav-item.disabled svg,
.tab-nav .nav-item.e-btn:hover:disabled svg,
.tab-nav .nav-item.e-btn.hover:disabled svg {
  fill: #d2d2d2;
}

.tab-nav .nav-item.disabled a,
.tab-nav .nav-item.e-btn:hover:disabled a,
.tab-nav .nav-item.e-btn.hover:disabled a,
.tab-nav .nav-item.disabled button,
.tab-nav .nav-item.e-btn:hover:disabled button,
.tab-nav .nav-item.e-btn.hover:disabled button {
  cursor: default;
  color: inherit;
}

.tab-nav .nav-item .item-container {
  position: relative;
  display: flow-root;
}

.tab-nav .nav-item .item-container .nav-badge {
  left: .8rem;
}

.tab-nav .nav-item .item-container .nav-icon {
  display: flex;
}

.tab-nav:not(.no-hover) .nav-item:not(.disabled):not(.e-btn:hover:disabled):not(.e-btn:hover.disabled):not(.e-btn.hover:disabled):not(.e-btn.hover.disabled):hover {
  background-color: #e5d9e9;
  color: #373737;
}

.tab-nav:not(.no-hover) .nav-item:not(.disabled):not(.e-btn:hover:disabled):not(.e-btn:hover.disabled):not(.e-btn.hover:disabled):not(.e-btn.hover.disabled):hover a,
.tab-nav:not(.no-hover) .nav-item:not(.disabled):not(.e-btn:hover:disabled):not(.e-btn:hover.disabled):not(.e-btn.hover:disabled):not(.e-btn.hover.disabled):hover button,
.tab-nav:not(.no-hover) .nav-item:not(.disabled):not(.e-btn:hover:disabled):not(.e-btn:hover.disabled):not(.e-btn.hover:disabled):not(.e-btn.hover.disabled):hover li {
  color: #373737;
}

.tab-nav:not(.no-hover) .nav-item:not(.disabled):not(.e-btn:hover:disabled):not(.e-btn:hover.disabled):not(.e-btn.hover:disabled):not(.e-btn.hover.disabled):hover svg {
  fill: #373737;
}

.tab-nav:not(.no-hover) .nav-item:not(.disabled):not(.e-btn:hover:disabled):not(.e-btn:hover.disabled):not(.e-btn.hover:disabled):not(.e-btn.hover.disabled):hover .nav-icon svg,
.tab-nav:not(.no-hover) .nav-item:not(.disabled):not(.e-btn:hover:disabled):not(.e-btn:hover.disabled):not(.e-btn.hover:disabled):not(.e-btn.hover.disabled):hover .nav-chevron svg {
  fill: #373737;
}

.tab-nav .nav-icon {
  margin: 4px !important;
  text-align: center;
  width: 20px;
  height: 20px;
  position: relative;
  top: .75rem;
  margin: -0.75rem -0.5rem;
  display: inline-block;
  float: left;
}

.tab-nav .nav-chevron {
  width: 2rem;
  height: 3rem;
  padding: .6rem;
  position: absolute;
  right: 0;
}

.tab-nav .nav-chevron .default-chevron {
  transform: rotate(270deg) translateZ(0);
}

.tab-nav .nav-icon svg {
  fill: #373737;
}

.tab-nav .nav-text {
  margin: .7rem 1rem .7rem .7rem;
}

.tab-nav .nav-icon~.nav-text {
  margin: .8rem 1rem .7rem 2.5rem;
}

.tab-nav .nav-text.detailed {
  margin: .1rem 1rem .1rem .7rem;
}

.tab-nav .nav-text.detailed .title {
  font-size: 1rem;
  width: calc(100% - 4rem);
}

.tab-nav .nav-text.detailed .title--icon {
  width: calc(100% - 5rem);
}

.tab-nav .nav-text.detailed .sub-title {
  font-size: smaller;
}

.tab-nav .nav-text.detailed .sub-title.right {
  position: absolute;
  top: .3rem;
  right: 2rem;
}

.tab-nav .nav-text.detailed .sub-title.lower {
  width: calc(100% - 3rem);
}

.tab-nav .nav-text.detailed .sub-title.state {
  position: absolute;
  right: 2rem;
  top: 1.5rem;
}

.tab-nav .nav-icon~.nav-text.detailed {
  margin: .1rem 1rem .1rem 2.5rem;
}

.tab-nav .nav-badge {
  position: absolute;
  left: 1.5rem;
  margin-top: .4rem;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: #c92225;
  border-radius: .75em;
  text-align: center;
  color: #fff;
  font-size: .7rem;
}

.tab-nav .nav-badge-wide {
  width: 2em;
}

.tab-nav .tab-nav-header {
  height: 3rem;
  background-color: #373737;
}

.tab-nav .etrieve-header .bar-right,
.tab-nav .etrieve-header .bar-left {
  padding: .3rem;
  width: 1.5rem;
}

.tab-nav.dark {
  background-color: #373737;
  color: #ebebeb;
}

.tab-nav.dark .nav-item {
  color: inherit;
  background-color: inherit;
  border-bottom: 1px solid #515151;
  transition: all .2s ease-in-out;
}

.tab-nav.dark .nav-item:first-child {
  border-top: 1px solid #515151;
}

.tab-nav.dark .nav-item.active {
  background-color: #ebebeb;
  color: #373737;
}

.tab-nav.dark .nav-item.active a,
.tab-nav.dark .nav-item.active button {
  color: #373737;
}

.tab-nav.dark .nav-item.active .nav-icon svg,
.tab-nav.dark .nav-item.active .nav-chevron svg {
  fill: #373737;
}

.tab-nav.dark .nav-item svg {
  fill: #ebebeb;
}

.tab-nav.dark:not(.no-hover) .nav-item:not(.disabled):not(.e-btn:hover:disabled):not(.e-btn:hover.disabled):not(.e-btn.hover:disabled):not(.e-btn.hover.disabled):hover {
  background-color: #515151;
  color: inherit;
}

.tab-nav.dark:not(.no-hover) .nav-item:not(.disabled):not(.e-btn:hover:disabled):not(.e-btn:hover.disabled):not(.e-btn.hover:disabled):not(.e-btn.hover.disabled):hover a,
.tab-nav.dark:not(.no-hover) .nav-item:not(.disabled):not(.e-btn:hover:disabled):not(.e-btn:hover.disabled):not(.e-btn.hover:disabled):not(.e-btn.hover.disabled):hover button {
  color: #ebebeb;
}

.tab-nav.dark:not(.no-hover) .nav-item:not(.disabled):not(.e-btn:hover:disabled):not(.e-btn:hover.disabled):not(.e-btn.hover:disabled):not(.e-btn.hover.disabled):hover svg {
  fill: #ebebeb;
}

.tab-nav.dark:not(.no-hover) .nav-item:not(.disabled):not(.e-btn:hover:disabled):not(.e-btn:hover.disabled):not(.e-btn.hover:disabled):not(.e-btn.hover.disabled):hover .nav-icon svg,
.tab-nav.dark:not(.no-hover) .nav-item:not(.disabled):not(.e-btn:hover:disabled):not(.e-btn:hover.disabled):not(.e-btn.hover:disabled):not(.e-btn.hover.disabled):hover .nav-chevron svg {
  fill: #ebebeb;
}

.tab-nav.dark .disabled,
.tab-nav.dark .e-btn:hover:disabled,
.tab-nav.dark .e-btn.hover:disabled {
  cursor: default;
  color: #6a6a6a;
}

.tab-nav.dark .disabled svg,
.tab-nav.dark .e-btn:hover:disabled svg,
.tab-nav.dark .e-btn.hover:disabled svg {
  fill: #6a6a6a;
}

.tab-nav.dark .disabled a,
.tab-nav.dark .e-btn:hover:disabled a,
.tab-nav.dark .e-btn.hover:disabled a,
.tab-nav.dark .disabled button,
.tab-nav.dark .e-btn:hover:disabled button,
.tab-nav.dark .e-btn.hover:disabled button {
  cursor: default;
  color: inherit;
}

.tab-nav.dark a,
.tab-nav.dark button {
  color: inherit;
  transition: all .2s ease-in-out;
}

.display-tabs {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #d2d2d2;
}

.display-tabs__navigation {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  margin-bottom: -1px;
  transition: background-color .2s ease-in-out;
}

.display-tabs__navigation a {
  text-decoration: none;
  color: inherit;
}

.display-tabs__navigation a:hover {
  text-decoration: none;
}

.display-tabs__navigation:hover {
  background-color: #ebebeb;
}

.display-tabs .tab-active {
  background-color: #fff;
}

.display-tabs--active {
  background-color: #fff;
}

.insetButton {
  background-color: transparent;
  border: none;
}

.no-style-button {
  border: none;
  background: transparent;
}

.no-style-button:focus {
  outline: none;
}

.font-size-normal {
  font-size: 1rem;
}

.no-vis {
  visibility: hidden !important;
}

.hidden {
  display: none !important;
}

.text-center {
  text-align: center !important;
}

.text-bold {
  font-weight: bold;
}

.content-right {
  display: flex;
  justify-content: flex-end;
}

.shadow-bottom {
  box-shadow: 0 0px 5px 0px #1f1f1f;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.z-index-4 {
  z-index: 4 !important;
}

.z-index-5 {
  z-index: 5 !important;
}

.z-index-6 {
  z-index: 6 !important;
}

.z-index-7 {
  z-index: 7 !important;
}

.z-index-8 {
  z-index: 8 !important;
}

.z-index-9 {
  z-index: 9 !important;
}

.z-index-10 {
  z-index: 10 !important;
}

.cursor-pointer {
  cursor: pointer;
}

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

.container-text-ellipsis {
  display: inline-grid;
}

.text-ellipsis-paragraph {
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.flip-vertical {
  transform: scaleY(-1);
}

.no-border {
  border: none !important;
}

.no-padding {
  padding: 0 !important;
}

.bg-action {
  background-color: #7f4293;
}

.bg-content {
  background-color: #008287;
  color: #ebebeb;
}

.bg-security {
  background-color: #787373;
  color: #ebebeb;
}

.error-text {
  color: #c92225;
}

svg.chevron-back {
  display: inline-block !important;
  width: 1rem !important;
  height: 1rem !important;
  transform: rotate(90deg) !important;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.focus-dark:focus {
  outline: 1px solid #000;
  outline-offset: -2px;
}

.focus-light:focus {
  outline: 1px solid #fff;
  outline-offset: -2px;
}

.focus-default:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
}

@media (max-width: 543px) {
  .visible-xs-up {
    visibility: hidden !important;
  }

  .visible-xs-down {
    visibility: visible !important;
  }
}

@media (min-width: 544px) {
  .visible-xs-up {
    visibility: visible !important;
  }

  .visible-xs-down {
    visibility: hidden !important;
  }
}

@keyframes FadeIn {
  to {
    opacity: 1;
  }
}

@keyframes FadeOut {
  to {
    opacity: 0;
  }
}

@keyframes SlideInRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes SlideOutRight {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes SlideInLeft {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes SlideOutLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.animate-slide-in-right.au-enter {
  transform: translateX(100%);
}

.animate-slide-in-right.au-enter-active {
  animation: SlideInRight 1s;
}

.animate-slide-out-right.au-leave-active {
  animation: SlideOutRight 1s;
}

.animate-slide-in-left.au-enter {
  transform: translateX(-100%);
}

.animate-slide-in-left.au-enter-active {
  animation: SlideInLeft 1s;
}

.animate-slide-out-left.au-leave-active {
  animation: SlideOutLeft 1s;
}

.animate-fade-in.au-enter {
  opacity: 0;
}

.animate-fade-in.au-enter-active {
  animation: FadeIn 1s;
}

.animate-fade-out.au-leave-active {
  animation: FadeOut 1s;
}

.animate-fade-out.au-left {
  opacity: 0;
}

.au-stagger {
  -webkit-animation-delay: 5000ms;
  animation-delay: 5000ms;
}

.e-dialog--center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 200px;
  margin-left: -200px;
  margin-top: -200px;
}

.toast.toast-success {
  background-color: #277542;
  color: #ebebeb;
  opacity: 1 !important;
}

.toast.toast-error {
  background-color: #c92225;
  color: #ebebeb;
  opacity: 1 !important;
}

#toast-container>.toast-custom-warning {
  background-image: url("resources/images/svg/warning-no-fill.svg") !important;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  color: #000;
  background-color: #e69100;
}

#toast-container>.toast-custom-warning .toast-close-button {
  color: #000;
  -webkit-text-shadow: 0 1px 0 #000;
  text-shadow: 0 1px 0 #000;
}

.toast.toast-warning {
  background-color: #e69100;
  color: #000 !important;
  opacity: 1 !important;
}

.toast.toast-info {
  background-color: #555c95;
  color: #ebebeb;
  opacity: 1 !important;
}

.toast-bottom-right-padded {
  bottom: 3.5rem;
  right: 12px;
}

.toast-close-button {
  font-size: 1em !important;
  font-weight: 300 !important;
  opacity: 1 !important;
}

.toast-close-button:focus,
.toast-close-button:hover {
  color: #fff !important;
  opacity: 1 !important;
}

html {
  background-color: #f0f2f5;
}