/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[2]!./node_modules/material-design-icons/iconfont/material-icons.css ***!
  \********************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('MaterialIcons-Regular.4674f8ded773cb03e824.eot'); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url('MaterialIcons-Regular.cff684e59ffb052d72cb.woff2') format('woff2'),
       url('MaterialIcons-Regular.83bebaf37c09c7e1c3ee.woff') format('woff'),
       url('MaterialIcons-Regular.5e7382c63da0098d634a.ttf') format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[2]!./node_modules/@profect/v7charts/dist/resources/lib/js.api.here.com/v3/3.1/mapsjs-ui.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Explanation why the layout looks so complicated:
 * The UI container needs a position (absolute or relative) to prevent z-index issues (DomMarker on top of UI)
 * Therefore it has these additional styles:
 *    position: absolute;
 *    width: 100%;
 *    height: 100%;
 * To prevent that the UI container captures all events the container is displaced by
 *   left: 100%;
 * To neutralize the displacement for the UI elements within the UI container the following adjustments are needed:
 *  - InfoBubble (.H_ib):            left: -100%;
 *  - left anchor (.H_l_left):       margin-left: -100%;
 *  - center anchor (.H_l_center):   left: -50%;            (was left: 50%)
 *  - right anchor (.H_l_right):     right: 100%;           (was right: 0)
 *                                        margin-left: -100%;
 */

.H_ui {
  font-size: 10px;
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  /* position ui on top of imprint to make both clickable */
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
}

.H_ui * {
  /* normalize in case some other normalization CSS likes things differently */
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.H_noevs {
  pointer-events: none;
}

/*
 * Layout
 */

.H_l_left {
  position: absolute;
  left: 16px;
  margin-left: -100%;
}

.H_l_center {
  position: absolute;
  left: -50%;
}

.H_l_right {
  position: absolute;
  right: calc(100% + 16px);
  margin-left: -100%;
}

.H_l_top {
  top: 16px;
}

.H_l_middle {
  top: 50%;
}

.H_l_bottom {
  bottom: 16px;
}

/* Fix MAPSJS-579 for modern browsers */

[class^=H_l_] {
    pointer-events: none;
}

.H_ctl {
    /* hack for IE9-10, auto doesn't work for them */
    pointer-events: visiblePainted;
    pointer-events: auto;
}

.H_l_horizontal .H_ctl {
  float: left;
}

.H_l_anchor {
  clear: both;
  float: right;
}

.H_l_vertical .H_ctl {
  clear: both;
}

.H_l_right .H_l_vertical .H_ctl {
  float: right;
}

.H_l_right.H_l_middle.H_l_vertical .H_ctl{
  float: right;
}

/**
 *  Element styles
 */

.H_ctl {
  margin: .8em;
  position: relative;
  -ms-touch-action: none;
}

.H_btn {
  cursor: pointer;
}

.H_grp .H_btn,
.H_rdo_buttons .H_btn {
    box-shadow: none;
}

.H_grp .H_btn.H_active,
.H_rdo_buttons .H_btn.H_active {
  background: none;
}

.H_btn {
  box-shadow: 0em 0 0.4em 0 rgba(15, 22, 33, 0.6);
  border-radius: 0.5em;
  width: 4em;
  height: 4em;
  background: #fff;
}

.H_disabled,
.H_disabled:hover {
  cursor: default;
}

.H_rdo_title {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background-color: #575B63;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 8px;
  cursor: default;
}

.H_rdo ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

/**
 *   Base Elements
 */

.H_ctl.H_grp {
  background: #fff;
  box-shadow: 0em 0 0.4em 0 rgba(15, 22, 33, 0.6);
  border-radius: 0.5em;
}

/* Button divider */

.H_zoom .H_el {
  position: relative;
}

.H_l_vertical .H_zoom .H_el:last-child::after,
.H_l_horizontal .H_zoom .H_el:last-child::after {
  content: none;
}

.H_l_vertical .H_zoom .H_el {
  margin-bottom: 0.1em;
}

.H_l_vertical .H_zoom .H_el:last-child {
  margin-bottom: 0;
}

.H_l_vertical .H_zoom .H_el::after {
  content: "";
  position: absolute;
  width: 2.6em;
  height: 0.1em;
  bottom: -0.1em;
  left: 0.7em;
  background: rgba(15, 22, 33, 0.1);
}

.H_l_horizontal .H_zoom .H_el {
  margin-right: 0.1em;
}

.H_l_horizontal .H_zoom .H_el:last-child {
  margin-right: 0;
}

.H_l_horizontal .H_zoom .H_el::after {
  content: "";
  position: absolute;
  width: 0.1em;
  height: 2.6em;
  top: 0.7em;
  right: -0.1em;
  background: rgba(15, 22, 33, 0.1);
}

/* End: Button divider */

.H_l_horizontal .H_grp .H_btn,
.H_l_vertical .H_ctl {
  float: left;
}

/** Menu panel */

.H_overlay {
  font-size: 14px;
  color: rgba(15, 22, 33, 0.6);
  box-shadow: 0px 0 4px 0 rgba(15, 22, 33, 0.6);
  border-radius: 5px;
  position: absolute;
  min-width: 200px;
  background: #fff;
  display: none;
  z-index: 100;
  padding-bottom: 4px;
}

.H_overlay .H_separator {
  content: "";
  position: relative;
  display: block;
  margin: 8px 16px 8px 16px;
  height: 1px;
  background: rgba(15, 22, 33, 0.1);
}

.H_overlay .H_btn,
.H_overlay .H_rdo li {
  width: 184px;
  height: 24px;
  line-height: 24px;
  padding: 8px 16px;
}

.H_overlay .H_btn{
  border-radius: 0px;
}

.H_overlay .H_btn:hover,
.H_overlay .H_rdo li:hover {
  color: rgba(15, 22, 33, 0.8);
}

.H_overlay .H_btn.H_disabled,
.H_overlay .H_rdo.H_disabled li,
.H_overlay .H_btn.H_disabled:hover,
.H_overlay .H_rdo.H_disabled li:hover {
  color: rgba(15, 22, 33, 0.2);
}

.H_overlay .H_btn.H_active,
.H_overlay .H_rdo.H_active li,
.H_overlay .H_btn.H_active:hover,
.H_overlay .H_rdo.H_active li:hover {
  color: #0F1621;
}

.H_overlay>*:last-child {
  clear: both;
}

.H_overlay>.H_btn {
  white-space: nowrap;
}

.H_overlay.H_open {
  display: block;
}

.H_overlay::before, .H_overlay::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

.H_overlay.H_left::before {
  border-width: 10px 10px 10px 0;
  border-color: transparent rgba(15, 22, 33, 0.2) transparent transparent;
  left: -12px;
}

.H_overlay.H_left::after {
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  left: -10px;
}

.H_overlay.H_top.H_left::after {
  border-color: transparent #575B63 transparent transparent;
}

.H_overlay.H_right::before {
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent rgba(15, 22, 33, 0.2);
  left: calc(100% + 1px);
}

.H_overlay.H_right::after {
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  left: 100%;
}

.H_overlay.H_top.H_right::after {
  border-color: transparent transparent transparent #575B63;
}

.H_overlay.H_top::before,
.H_overlay.H_top::after {
  top: 10px;
}

.H_overlay.H_bottom::before,
.H_overlay.H_bottom::after {
  bottom: 10px;
}

.H_overlay.H_middle::before,
.H_overlay.H_middle::after {
  top: 50%;
  margin-top: -10px;
}

.H_overlay.H_top.H_center::before {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(15, 22, 33, 0.2) transparent;
  top: -11px;
  left: 50%;
  margin-left: -10px;
}

.H_overlay.H_top.H_center::after {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #575B63 transparent;
  top: -10px;
  left: 50%;
  margin-left: -10px;
}

.H_overlay.H_bottom.H_center::before {
  border-width: 10px 10px 0 10px;
  border-color: rgba(15, 22, 33, 0.2) transparent transparent transparent;
  bottom: -11px;
  left: 50%;
  margin-left: -10px;
}

.H_overlay.H_bottom.H_center::after {
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}

/** InfoBubble */

.H_ib {
  position: absolute;
  left: .91em;
  left: -100%;
}

.H_ib_tail {
  position: absolute;
  width: 20px;
  height: 10px;
  margin: -10px -10px;
}

.H_ib_tail::before{
  bottom: -1px;
  border-width: 10px;
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  right: 0px;
}

.H_ib_tail::after{
  bottom: 0;
  position: absolute;
  display: block;
  content: "";
  border-color: white;
  border-style: solid;
  border-width: 10px;
}

.H_ib.H_ib_top .H_ib_tail::after {
  border-width: 10px 10px 0px 10px;
  border-color: white transparent;
}

.H_ib.H_ib_top .H_ib_tail::before {
  border-top-color: rgba(15, 22, 33, 0.2);
  border-bottom-width: 0px;
}

.H_ib_notail .H_ib_tail {
  display: none;
}

.H_ib_body {
  background: white;
  position: absolute;
  bottom: .5em;
  padding: 0;
  right: 0px;
  border-radius: 5px;
  margin-right: -3em;
  box-shadow: 0px 0 4px 0 rgba(15, 22, 33, 0.6);
  margin-bottom: 0.5em;
}

.H_ib_close {
  font-size: .6em;
  position: absolute;
  right: 12px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  top: 12px;
  z-index: 1;
  background: none;
  box-shadow: none;
}

.H_ib_close svg.H_icon {
    top: 0;
    transform: none;
    width: auto;
    height: auto;
}

.H_ib_noclose .H_ib_close {
  display: none;
}

.H_ib_noclose .H_ib_body {
  padding: 0 0 0 0;
}

.H_ib_content {
  min-width: 6em;
  font: 14px "Lucida Grande", Arial, Helvetica, sans-serif;
  line-height: 24px;
  margin: 16px 28px 20px 16px;
  color: rgba(15,22,33,.8);
  user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
}

/*##################################################  SLIDER  ########################################################*/

.H_l_horizontal .H_zoom_slider {
  min-width: 262px;
}

.H_slider {
  cursor: pointer;
}

.H_l_horizontal.H_slider {
  float: left;
  height: 4em;
  width: auto;
  padding: 0 1em;
}

.H_slider .H_slider_track {
  width: 0.4em;
  height: 100%;
}

.H_l_horizontal.H_slider .H_slider_track {
  height: 0.4em;
  width: 100%;
}

.H_l_horizontal.H_slider .H_slider_cont {
  height: 100%;
}

.H_l_horizontal.H_slider .H_slider_knob_cont {
  margin-top: -0.4em;
}

.H_slider {
  background-color: #fff;
  padding: 1em 0em;
  width: 4em;
}

.H_slider .H_slider_cont {
  position: relative;
}

.H_slider .H_slider_knob_cont,
.H_slider .H_slider_knob_halo {
  width: 1.8em;
  height: 1.8em;
  margin-left: 0em;
  border-radius:9em;
}

.H_slider .H_slider_knob {
  width: 1.2em;
  height: 1.2em;
  background-color: white;
  border-radius:9em;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  box-shadow: 0em 0 0.5em 0 rgba(15, 22, 33, 0.6);
  position: absolute;
}

.H_slider:hover .H_slider_knob {
  box-shadow: 0em 0 0.5em 0 rgba(15, 22, 33, 0.8);
}

.H_slider.H_disabled .H_slider_knob {
  box-shadow: 0em 0 0.5em 0 rgba(15, 22, 33, 0.2);
}

.H_slider.H_slider_active .H_slider_knob {
  box-shadow: 0em 0 0.5em 0 rgba(15, 22, 33, 1);
}

.H_slider:hover .H_slider_track {
  background-color: rgba(15, 22, 33, 0.8);
}

.H_disabled .H_slider_track {
  background-color: rgba(15, 22, 33, 0.2);
}

.H_slider:hover .H_slider_track_active {
  background-color: rgba(0, 182, 178, 0.8);
}

.H_disabled .H_slider_track_active {
  background-color: rgba(0, 182, 178, 0.2);
}

.H_slider.H_slider_active .H_slider_track {
  background-color: rgba(15, 22, 33, 1.0);
}

.H_slider.H_slider_active .H_slider_track_active {
  background-color: rgba(0, 182, 178, 1.0);
}

.H_slider .H_slider_track,
.H_slider .H_slider_knob_cont{
  position:relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.H_slider .H_slider_track {
  background-color: rgba(15, 22, 33, 0.6);
  overflow: hidden;
}

.H_slider .H_slider_track_active {
  background-color: #00B6B2;
  position: absolute;
  transform: translate(-50%,0%);
}

.H_slider.H_disabled .H_slider_track {
  background-color: rgba(15, 22, 33, 0.2);
}

.H_slider.H_disabled .H_slider_track_active {
  background-color: #bae2e3;
}

.H_slider.H_l_horizontal .H_slider_track_active {
  transform: translate(-200%, -50%);
}

.H_slider.H_disabled {
  cursor: default;
}

/*###############################################  CONTEXT MENU  #####################################################*/

.H_context_menu {
  font-size: 14px;
  min-width: 158px;
  max-width: 40%;
  box-shadow: 0em 0 0.4em 0 rgba(15, 22, 33, 0.6);
  position: absolute;
  left: -100%;
  top: 0;
  color: rgba(15, 22, 33, 0.6);
  background-color: #fff;
  border-radius: 5px;
  padding: 16px 16px 4px 16px;
  -moz-user-select: initial;
  -khtml-user-select: initial;
  -webkit-user-select: initial;
  -o-user-select: initial;
  -ms-user-select: initial;
  z-index: 200;
}

.H_context_menu_closed {
    display: none;
}

.H_context_menu_item {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
  margin-bottom: 16px;
  outline: none;
}

.H_context_menu_item.clickable:hover {
  color: rgba(15, 22, 33, 0.8);
  cursor: pointer;
}

.H_context_menu_item.disabled:hover,
.H_context_menu_item.disabled {
    background: transparent !important;
    color: rgba(15, 22, 33, 0.2);
    cursor: default !important;

    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

.H_context_menu_item_separator {
    height: 0;
    border-top: 1px solid rgba(15, 22, 33, 0.1);
    padding-bottom: 16px;
    line-height: 0;
    font-size: 0;
}

/*#################################################  SCALE BAR  ######################################################*/

.H_scalebar {
  margin-top: 36px;
  box-shadow: none;
  display: flex;
  align-items: center;
  text-shadow:
    -1px -1px 0 rgba(255, 255, 255, 0.7),
    1px -1px 0 rgba(255, 255, 255, 0.7),
    -1px 1px 0 rgba(255, 255, 255, 0.7),
    1px 1px 0 rgba(255, 255, 255, 0.7);
}

/*###################################  DISTANCE MEASUREMENT AND TRAFFIC INCIDENTS ####################################*/

.H_tib_content {
  width: 25em;
  position: relative;
  margin: -16px -28px -20px -16px;
}

.H_tib .H_tib_desc { padding: 0px 16px 20px 16px }

.H_tib .H_tib_time {color: rgba(15,22,33,.4);margin-top: 0.8em;}

.H_tib_right { float:right; }

.H_tib .H_btn > svg.H_icon {
  fill: rgba(255,255,255, .6);
}

.H_tib .H_btn:hover > svg.H_icon {
  fill: white;
}

.H_dm_label {
  font: 12px "Lucida Grande", Arial, Helvetica, sans-serif;
  color: black;
  text-shadow: 1px 1px .5px #FFF, 1px -1px .5px #FFF, -1px 1px .5px #FFF, -1px -1px .5px #FFF;
  white-space: nowrap;
  margin-left: 12px;
  margin-top: -7px;
  /* This will not work on IE9, but it is accepted! */
  pointer-events: none;
}

/*###################################################  ICON  #########################################################*/

svg.H_icon {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin:auto;
  width: 24px;
  height: 24px;
  fill: rgba(15, 22, 33, 0.6);
}

svg.H_icon .H_icon_stroke {
  stroke: rgba(15, 22, 33, 0.6);
  fill: none;
}

.H_btn:hover > svg.H_icon {
  fill: rgba(15, 22, 33, 0.8);
}

.H_btn:hover > svg.H_icon .H_icon_stroke {
  stroke: rgba(15, 22, 33, 0.8);
}

.H_btn.H_active {
  background-color: #CFD0D3;
}

.H_rdo .H_btn.H_active {
  background: none;
}

.H_active > svg.H_icon,
.H_active:hover > svg.H_icon {
  fill: #0F1621 !important;
}

.H_active > svg.H_icon .H_icon_stroke,
.H_active:hover > svg.H_icon .H_icon_stroke {
  stroke: #0F1621;
}

.H_disabled svg.H_icon,
.H_disabled:hover svg.H_icon {
  fill: rgba(15, 22, 33, 0.2);
  cursor: default;
}

.H_disabled svg.H_icon .H_icon_stroke,
.H_disabled:hover svg.H_icon .H_icon_stroke {
  stroke: rgba(15, 22, 33, 0.2);
}

/*###############################################  OVERVIEW MAP  #####################################################*/

.H_overview {
  transition: width 0.2s,height 0.2s,margin-top 0.2s, padding 0.2s;
  width: 0em;
  height: 0em;
  overflow: hidden;
  cursor: default;
  position: absolute;
  margin: auto;
  box-sizing: border-box;
  box-shadow: 0em 0 0.4em 0 rgba(15, 22, 33, 0.6);
}

.H_l_vertical .H_overview_active {
    margin: auto 5px;
}

.H_l_horizontal .H_overview_active {
  margin: 5px auto;
}

.H_l_center .H_overview {
  left: -9999px;
  right: -9999px;
}

.H_l_middle .H_overview {
  top: -9999px;
  bottom: -9999px;
}

.H_l_right .H_overview {
  right: 100%;
}

.H_l_left .H_overview {
  left: 100%;
}

.H_l_bottom .H_overview {
  bottom: 0;
}

.H_l_center.H_l_bottom .H_overview {
  bottom: 100%;
}

.H_l_top .H_overview {
  top: 0;
}

.H_l_center.H_l_top .H_overview {
  top: 100%;
}

.H_overview .H_overview_map {
  background-color: rgba(256,256,256,0.6);
  box-sizing: border-box;
  box-shadow: 0em 0 0.4em 0 rgba(15, 22, 33, 0.6);
}

.H_overview_map .H_ui {
  display: none;
}

.H_zoom_lasso {
  position: absolute;
  display: none;
  box-shadow: 0em 0 0.4em 0 rgba(15, 22, 33, 0.6);
  z-index: 100000;
  background-color: rgba(15, 22, 33, 0.2);
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[2]!./node_modules/@circlon/angular-tree-component/css/angular-tree-component.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.tree-children.tree-children-no-padding { padding-left: 0 }
.tree-children { padding-left: 20px; overflow: hidden }
.node-drop-slot { display: block; height: 2px }
.node-drop-slot.is-dragging-over { background: #ddffee; height: 20px; border: 2px dotted #888; }
.toggle-children-wrapper-expanded .toggle-children { transform: rotate(90deg) }
.toggle-children-wrapper-collapsed .toggle-children { transform: rotate(0); }
.toggle-children-wrapper {
  padding: 2px 3px 5px 1px;
}
/* tslint:disable */
.toggle-children {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABAhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjY1RTYzOTA2ODZDRjExREJBNkUyRDg4N0NFQUNCNDA3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYzRkRFQjcxODUzNTExRTU4RTQwRkQwODFEOUZEMEE3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYzRkRFQjcwODUzNTExRTU4RTQwRkQwODFEOUZEMEE3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTk5NzA1OGEtZDI3OC00NDZkLWE4ODgtNGM4MGQ4YWI1NzNmIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YzRkZmQxMGMtY2NlNS0xMTc4LWE5OGQtY2NkZmM5ODk5YWYwIi8+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+Z2x5cGhpY29uczwvcmRmOmxpPiA8L3JkZjpBbHQ+IDwvZGM6dGl0bGU+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+5iogFwAAAGhJREFUeNpiYGBgKABigf///zOQg0EARH4A4gZyDIIZ8B/JoAJKDIDhB0CcQIkBRBtEyABkgxwoMQCGD6AbRKoBGAYxQgXIBRuZGKgAKPIC3QLxArnRSHZCIjspk52ZKMrOFBUoAAEGAKnq593MQAZtAAAAAElFTkSuQmCC');
  height: 8px;
  width: 9px;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 1px;
  background-repeat: no-repeat;
  background-position: center;
}
.toggle-children-placeholder {
  display: inline-block;
  height: 10px;
  width: 10px;
  position: relative;
  top: 1px;
  padding-right: 3px;
}
.node-content-wrapper {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  transition: background-color .15s,box-shadow .15s;
}
.node-wrapper {display: flex; align-items: flex-start;}
.node-content-wrapper-active,
.node-content-wrapper.node-content-wrapper-active:hover,
.node-content-wrapper-active.node-content-wrapper-focused {
  background: #beebff;
}
.node-content-wrapper-focused { background: #e7f4f9 }
.node-content-wrapper:hover { background: #f7fbff }
.node-content-wrapper-active, .node-content-wrapper-focused, .node-content-wrapper:hover {
  box-shadow: inset 0 0 1px #999;
}
.node-content-wrapper.is-dragging-over { background: #ddffee; box-shadow: inset 0 0 1px #999; }
.node-content-wrapper.is-dragging-over-disabled { opacity: 0.5 }
tree-viewport {
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  overflow: auto;
  display: block;
}
.tree-children { padding-left: 20px }
.empty-tree-drop-slot .node-drop-slot { height: 20px; min-width: 100px }
.angular-tree-component {
  width: 100%;
  position:relative;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */    /* Konqueror */
  -moz-user-select: none;      /* Firefox */       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently not supported by any browser */
}
tree-root .angular-tree-component-rtl {
  direction: rtl;
}
tree-root .angular-tree-component-rtl .toggle-children-wrapper-collapsed .toggle-children {
  transform: rotate(180deg) !important;
}
tree-root .angular-tree-component-rtl .tree-children {
  padding-right: 20px;
  padding-left: 0;
}
tree-node-checkbox {
  padding: 1px;
}

/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[2]!./node_modules/normalize.css/normalize.css ***!
  \**********************************************************************************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].rules[1].use[1]!./src/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
    Created on : 24.01.2018, 11:30:57
    Author     : acw

    Here you should be able to use and/or overwrite all rules and variables from
    the v7 client core main.scss and it's imported styles. You should also be
    able to overwrite bootstrap rules and variables.
*/
/*******************************************************************************
* HELPER MEDIA QUERIES VIEWS
* xs        -- max-width: 35.999rem
* sm        -- min-width: 36rem, max-width: 59.999rem
* md        -- min-width: 60rem, max-width: 79.999rem
* lg        -- min-width: 80rem, max-width: 119.999rem
* xl        -- min-width: 120rem
* landscape -- orientation: landscape
* portrait  -- orientation: portrait
* documentation for using library: https://www.npmjs.com/package/mq-scss 
* documentation for defining display: https://github.com/angular/flex-layout/wiki/Responsive-API   
*******************************************************************************/
/*******************************************************************************
* _variables.scss must be imported after projects (and always use the '!default'
keyword to make overwritting in the project as easy as possible). This way only
non project-defined variables will be set.
*******************************************************************************/
/*
    Created on : 23.08.2018, 09:24:56
    Author     : acw
*/
/*******************************************************************************
* HELPER MEDIA QUERIES VIEWS
* xs        -- max-width: 35.999rem
* sm        -- min-width: 36rem, max-width: 59.999rem
* md        -- min-width: 60rem, max-width: 79.999rem
* lg        -- min-width: 80rem, max-width: 119.999rem
* xl        -- min-width: 120rem
* landscape -- orientation: landscape
* portrait  -- orientation: portrait
* documentation for using library: https://www.npmjs.com/package/mq-scss 
* documentation for defining display: https://github.com/angular/flex-layout/wiki/Responsive-API   
*******************************************************************************/
/*
    Created on : 24.09.2018, 14:21:56
    Author     : acw
*/
/*******************************************************************************
* CONSTANTS - DO NOT USE THESE VARIABLES DIRECTLY OUTSIDE THIS SCSS!
*******************************************************************************/
/*******************************************************************************
* VARIABLES
*******************************************************************************/
.v7-background-panel-color {
  background-color: #BDBDBD;
}
.v7-background-edge-color {
  background-color: #DCDDE0;
}
.v7-background-center-color {
  background-color: #F5F5F5;
}
.v7-background-subpanel-color {
  background-color: white;
}
/* 
    Here bootstrap variables can be overwritten for customization of bootstrap
    components.

    See ...\node_modules\bootstrap\scss\_variables.scss for overwritable 
    variables and https://getbootstrap.com/docs/4.1/getting-started/theming/
    for instructions.

    Created on : 20.08.2018, 11:04:42
    Author     : acw
*/
/*******************************************************************************
* COLORS
*******************************************************************************/
/*******************************************************************************
* BASIC LAYOUT
*******************************************************************************/
/*******************************************************************************
* TOOLTIPS
*******************************************************************************/
/*******************************************************************************
* CARDS
*******************************************************************************/
/*******************************************************************************
* TABLES
*******************************************************************************/
/*******************************************************************************
* BUTTONS
*******************************************************************************/
/*
    Created on : 20.08.2018, 11:05:49
    Author     : acw
*/
/*******************************************************************************
* BASIC LAYOUT
*******************************************************************************/
.v7-dossier-element-height {
  height: 25rem;
}
.v7-justify-content-evenly {
  justify-content: space-evenly !important;
}
/*******************************************************************************
* START PAGE
*******************************************************************************/
/*******************************************************************************
* MODULES
*******************************************************************************/
/*******************************************************************************
* CHECKBOXES
*******************************************************************************/
/*******************************************************************************
* BORDERS
*******************************************************************************/
/*******************************************************************************
* TABLES
*******************************************************************************/
/*******************************************************************************
* FORM-CONTROL:FOCUS
*******************************************************************************/
/*******************************************************************************
* MEDIA QUERIES VIEWS
* to define px, 'mq package' can't recognize calculateRem
* use https://nekocalc.com/de/px-zu-rem-umrechner instead
*
* Keep in mind that mq adds 1 to the minimun value to avoid conflicts
* see https://www.npmjs.com/package/mq-scss#insideoutside for more details
*******************************************************************************/
/*
    Created on : 24.09.2018, 14:20:19
    Author     : acw
*/
@font-face {
  font-family: "Open Sans";
  src: url(/assets/fonts/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans SemiBold";
  src: url(/assets/fonts/OpenSans-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans Bold";
  src: url(/assets/fonts/OpenSans-Bold.ttf) format("truetype");
}
.v7-standard-font {
  font-size: 1rem;
}
.v7-highlight-font {
  font-size: 1.2rem;
}
.v7-startpage-header-font {
  font-size: 1.5rem;
}
.v7-header-font {
  font-size: 2.5rem;
}
.v7-font-h1, .v7-rollen-page-component .rollen-layout .v7-mat-card-login-text, .v7-login-page-component .loading-layout mat-card-title, .v7-login-page-component .login-layout .v7-login-card mat-card-title {
  color: #434951;
  font-size: 1.715rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  margin: 2rem 0 2rem 0;
}
.v7-font-h2, .news-entry-card .news-entry-title-container .news-entry-title {
  color: #434951;
  font-size: 1.225rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  margin: 1.5rem 0 1.5rem 0;
}
.v7-font-buttons, .v7-login-page-form .login-button, .news-entry-card .news-entry-done-button-container .news-entry-done-button {
  color: #434951;
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  letter-spacing: 0.0625rem;
}
.v7-font-p, .v7-df-select-panel, .v7-df-dropdown-option .v7-df-option-text, v7-news-component .news-mat-card .card-body .v7-news-description, v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item, v7-workflow-graph-component .workflow-level-container .workflow-level, v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .v7-doubleslider-textfield, v7-table-view-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-table-view-component .v7-tableview-table-row, v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu {
  color: #434951;
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.v7-font-p-strong, v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title span, v7-news-component .news-mat-card .card-body .v7-news-caption, v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-table-view-component .v7-tableview-table-header-data, .news-entry-card .news-entry-body-container .news-entry-body {
  color: #434951;
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
}
.v7-font-p-strong-white {
  color: white;
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
}
.v7-font-label {
  color: #434951;
  font-size: 0.625rem;
  font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
  letter-spacing: 0.0625rem;
}
.v7-font-p-small {
  color: #434951;
  font-size: 0.625rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.v7-font-p-small-white {
  color: white;
  font-size: 0.625rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.v7-font-p-small-strong, v7-double-slider-component .ngx-slider .ngx-slider-limit {
  color: #434951;
  font-size: 0.625rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
}
.v7-font-hint, v7-news-component .news-mat-card .v7-news-footer {
  color: #C2C2C2;
  font-size: 0.625rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
/* 
    Created on : 23.08.2018, 09:24:48
    Author     : acw
*/
/* 
    Created on : 10.09.2018, 14:04:14
    Author     : acw
*/
.mat-icon svg {
  vertical-align: top !important;
}
div .image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-grow: 1;
  flex-shrink: 0;
  align-self: center;
  text-align: center;
}
div .image.v7-corporate-logo {
  content: url(/assets/images/corporate_logo.png);
  padding: 1rem;
  align-self: flex-start;
}
div .image.v7-light-corporate-logo {
  content: url(/assets/images/negative_corporate_logo.png);
  max-width: 8.75rem;
  height: auto;
}
div .image.v7-application-logo {
  content: url(/assets/images/splash_logo.png);
  padding: 0.5rem;
}
div .image.v7-light-application-logo {
  content: url(/assets/images/negative_application_logo.png);
  max-width: 50%;
  height: auto;
}
div .image.v7-splash-logo {
  content: url(/assets/images/splash_logo.png);
  -o-object-fit: contain;
     object-fit: contain;
  height: 2rem;
  width: auto;
  margin-left: 2rem;
  margin-right: 3rem;
}
div .image.image-user:before {
  content: " ";
  background: url("/assets/icons/baseline-person-24px.svg");
  background-size: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 7rem;
  width: 7rem;
  display: inline-block;
}
div .image.image-business:before {
  content: " ";
  background: url("/assets/icons/baseline-business_center-24px.svg");
  background-size: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 7rem;
  width: 7rem;
  display: inline-block;
}
div .image.image-industry:before {
  content: " ";
  background: url("/assets/icons/baseline-business-24px.svg");
  background-size: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 7rem;
  width: 7rem;
  display: inline-block;
}
div .image.image-gauge-undefined:before {
  content: " ";
  background: url("/assets/icons/baseline-signal_wifi_0_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(84%) sepia(0%) saturate(60%) hue-rotate(268deg) brightness(95%) contrast(81%);
}
div .image.image-gauge-empty:before {
  content: " ";
  background: url("/assets/icons/baseline-signal_wifi_0_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(13%) sepia(76%) saturate(7309%) hue-rotate(1deg) brightness(112%) contrast(118%);
}
div .image.image-gauge-low:before {
  content: " ";
  background: url("/assets/icons/baseline-signal_wifi_1_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(76%) sepia(83%) saturate(3736%) hue-rotate(3deg) brightness(104%) contrast(108%);
}
div .image.image-gauge-middle:before {
  content: " ";
  background: url("/assets/icons/baseline-signal_wifi_2_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(71%) sepia(100%) saturate(448%) hue-rotate(359deg) brightness(101%) contrast(105%);
}
div .image.image-gauge-high:before {
  content: " ";
  background: url("/assets/icons/baseline-signal_wifi_3_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(63%) sepia(81%) saturate(372%) hue-rotate(38deg) brightness(99%) contrast(91%);
}
div .image.image-gauge-full:before {
  content: " ";
  background-image: url("/assets/icons/baseline-signal_wifi_4_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(22%) sepia(100%) saturate(4584%) hue-rotate(110deg) brightness(95%) contrast(104%);
}
div .image.image-phone:before {
  content: " ";
  background: url("/assets/icons/baseline-phone-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
}
div .image.image-letter:before {
  content: " ";
  background: url("/assets/icons/baseline-mail_outline-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
}
div .image.image-email:before {
  content: " ";
  background: url("/assets/icons/baseline-alternate_email-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
}
#headerStuff .v7-application-logo {
  content: url(/assets/images/splash_logo.png);
  -o-object-fit: contain;
     object-fit: contain;
  height: 2rem;
  width: auto;
  margin-left: 2rem;
  margin-right: 2.5rem;
}
.background-logo::before {
  background: url(/assets/images/background.jpg) 0/cover fixed;
  background-size: cover;
}
.background-logo {
  overflow: hidden;
}
.background-logo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: blur(0.625rem);
  z-index: -1;
}
.background-logo-pure::before {
  background: url(/assets/images/background.jpg) 0/cover fixed;
  background-size: cover;
}
.background-logo-pure {
  position: relative;
  overflow: hidden;
}
.background-logo-pure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.background-logo-blurred::before {
  background: url(/assets/images/background.jpg) 0/cover fixed;
  background-size: cover;
}
.background-logo-blurred {
  position: relative;
  overflow: hidden;
}
.background-logo-blurred::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
/*
    Created on : 21.09.2018, 10:22:39
    Author     : acw
*/
.mat-checkbox {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.mat-checkbox .mat-checkbox-ripple {
  width: 0 !important;
  height: 0 !important;
}
.mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container:hover .mat-checkbox-frame {
  border-color: #C2C2C2 !important;
}
.mat-checkbox .mat-checkbox-layout .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #F15A23;
}
.mat-checkbox .mat-checkbox-frame {
  border-width: 0.0625rem;
  border-color: #DEDEDE !important;
  border-radius: 0.125rem;
}
.mat-checkbox .mat-checkbox-inner-container {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.mat-checkbox .search-color {
  color: #F15A23;
}
.mat-checkbox.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-background, .mat-checkbox.mat-checkbox-indeterminate .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #F15A23;
}
.mat-checkbox.mat-checkbox-disabled .mat-checkbox-frame {
  background-color: #F0F0F0;
  border-color: #DEDEDE !important;
}
.mat-checkbox.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: rgba(241, 90, 35, 0.38);
}
/*
    Created on : 02.04.2019, 17:02:13
    Author     : acw
*/
.cdk-overlay-container .mat-menu-panel {
  border-radius: 0.125rem;
}
.cdk-overlay-container .mat-dialog-container {
  max-width: none;
}
.cdk-overlay-container .cdk-overlay-pane {
  max-width: none !important;
}
mat-dialog-container {
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 0.125rem !important;
}
mat-dialog-container .v7-mat-dialog-wrap {
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
  overflow-y: auto;
  flex-direction: column;
}
mat-dialog-container .v7-mat-dialog-wrap .v7-mat-dialog-content {
  padding: 2rem;
}
mat-dialog-container .v7-mat-dialog-wrap .v7-mat-dialog-text {
  margin-top: 0.5rem;
}
mat-dialog-container .v7-mat-dialog-wrap p, mat-dialog-container .v7-mat-dialog-wrap h2 {
  margin: 0;
}
mat-dialog-container .v7-mat-dialog-wrap .v7-mat-dialog-buttons {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem 1rem 1rem;
}
mat-dialog-container .v7-mat-dialog-wrap .v7-mat-dialog-buttons button {
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  margin-right: 1rem;
}
mat-dialog-container .v7-mat-dialog-wrap .v7-mat-dialog-buttons button:last-child {
  margin-right: 0;
}
.mat-dialog {
  border-radius: 0.125rem !important;
}
.mat-dialog mat-dialog-container v7-funnel-component .v7-dataview {
  padding-top: 0.125rem;
}
.mat-dialog .v7-flow-panel,
.mat-dialog .v7-panel {
  margin: 0;
  border: none;
  box-shadow: none;
}
.mat-divider-no-padding {
  padding: 0 !important;
}
/*
    Created on : 23.08.2018, 10:32:30
    Author     : acw

    This file should style the trees from the @circlon/angular-tree-component
    library in a default way. There shouldn't be any custom v7 classes in this
    file, just the classes that the library brings natively with it. All
    customization for special case trees should be done in the respective
    components scss-files. This file should just give a solid and broad
    foundation for all further customizations.
*/
.angular-tree-component {
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  /* This style is used for displaying the lines inside of opened branches.
  It is taken from the angular2-tree-styling-page and provided by the community:
  https://angular2-tree.readme.io/v7.2.0/docs/styling
  =============================================================================================== */
  /* =============================================================================================== */
}
.angular-tree-component .checkbox-width {
  display: flex;
  padding: 0 0.3125rem;
}
.angular-tree-component .node-drop-slot {
  height: 0.4375rem;
}
.angular-tree-component .tree-children {
  position: relative;
  padding-left: 1.6875rem;
}
.angular-tree-component .tree-children::after {
  content: "";
  position: absolute;
}
.angular-tree-component .node-wrapper {
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.angular-tree-component .node-wrapper::before {
  content: "";
  position: absolute;
  border-bottom: 0.0625rem solid #f5f5f5;
  border-left: 0.0625rem solid #f5f5f5;
  height: 2.375rem;
  top: -1.5625rem;
  width: 2rem;
  left: -0.9375rem;
  right: 0.625rem;
}
.angular-tree-component .node-wrapper tree-node-expander {
  order: 0;
}
.angular-tree-component .node-wrapper tree-node-checkbox {
  order: 1;
}
.angular-tree-component .node-wrapper:hover {
  box-shadow: none;
  background: none;
}
.angular-tree-component .node-wrapper:active {
  background: none;
  box-shadow: none;
}
.angular-tree-component .node-wrapper:focus-within {
  box-shadow: none;
  background: none;
}
.angular-tree-component .node-wrapper .node-content-wrapper {
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  order: 2;
  width: 100%;
}
.angular-tree-component .node-wrapper .node-content-wrapper .label-disabled {
  cursor: not-allowed;
  color: #DEDEDE;
  font-weight: normal;
}
.angular-tree-component .node-wrapper .node-content-wrapper.node-content-wrapper-active, .angular-tree-component .node-wrapper .node-content-wrapper.node-content-wrapper-focused {
  color: #434951;
  background: transparent !important;
  box-shadow: none;
}
.angular-tree-component .node-wrapper .node-content-wrapper.node-content-wrapper-active:active, .angular-tree-component .node-wrapper .node-content-wrapper.node-content-wrapper-focused:active {
  background-color: #F5F5F5;
}
.angular-tree-component .node-wrapper .node-content-wrapper:hover {
  box-shadow: none;
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  background-color: #F5F5F5;
}
.angular-tree-component .tree-node-level-1 > tree-node-wrapper > .node-wrapper::before {
  display: none;
}
.angular-tree-component .tree-node-leaf > .node-wrapper::before {
  width: 1.5625rem;
}
.angular-tree-component .tree-children::after {
  border-left: 0.0625rem solid lightgrey;
  height: 100%;
  top: -0.9375rem;
  left: -0.9375rem;
}
.angular-tree-component tree-node:last-child > .tree-node > .tree-children::after {
  border-left: none;
}
.angular-tree-component .toggle-children {
  z-index: 1;
}
.angular-tree-component span.toggle-children {
  background-image: none;
  vertical-align: text-top;
  margin-right: 0.875rem;
  top: -0.125rem;
}
.angular-tree-component span.toggle-children::before {
  content: url("/assets/icons/baseline-chevron_right-24px.svg");
}
.angular-tree-component span.toggle-children-wrapper {
  padding-left: 0;
}
.angular-tree-component span.toggle-children-wrapper-expanded > .toggle-children {
  transform: rotate(0deg);
  margin-right: 0.875rem;
}
.angular-tree-component span.toggle-children-wrapper-expanded > .toggle-children::before {
  content: url("/assets/icons/baseline-expand_more-24px.svg");
}
.angular-tree-component .fixedTreeLabel {
  opacity: 0.5;
}
/* 
    Created on : 26.10.2018, 10:23:29
    Author     : sbu
*/
v7-search-field-selection-element-component .mat-form-field, .search-container .mat-form-field, .searchfield-container .mat-form-field {
  width: calc(100% - 2rem);
  margin: 0.78125rem 1rem 0.0625rem 1rem;
  min-height: 2.4rem;
  max-height: 2.4rem;
}
v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper, .search-container .mat-form-field .mat-form-field-wrapper, .searchfield-container .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
  font-size: 0.875rem;
}
v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper .search-magnifier, .search-container .mat-form-field .mat-form-field-wrapper .search-magnifier, .searchfield-container .mat-form-field .mat-form-field-wrapper .search-magnifier {
  font-size: 175%;
}
v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper .mat-input-element, .search-container .mat-form-field .mat-form-field-wrapper .mat-input-element, .searchfield-container .mat-form-field .mat-form-field-wrapper .mat-input-element {
  margin-left: 0.5rem;
}
v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper .mat-form-field-label, .search-container .mat-form-field .mat-form-field-wrapper .mat-form-field-label, .searchfield-container .mat-form-field .mat-form-field-wrapper .mat-form-field-label {
  margin-left: 0.5rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-infix, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-infix, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-infix {
  padding: 0.5625rem 0 0.75rem 0;
  border-top: none;
  bottom: 0.0625rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix {
  padding: 0.125rem 0 0.75rem 0;
  border-top: 0.438rem solid transparent;
  bottom: 0.0625rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3rem) scale(0.75);
  top: 1.5rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-infix, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-infix, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-infix {
  padding: 0.5625rem 0 0.75rem 0;
  border-top: none;
  top: 0.0625rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix {
  padding: 0.125rem 0 0.75rem 0;
  border-top: 0.438rem solid transparent;
  bottom: 0.0625rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3rem) scale(0.75);
  top: 1.5rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick, .search-container .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, .search-container .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick, .searchfield-container .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, .searchfield-container .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick {
  top: 0;
  min-height: 2.5rem;
  max-height: 2.5rem;
}
.search-container, .searchfield-container {
  padding-bottom: 1rem;
}
/*******************************************************************************
* DONUT-CHARTS
*******************************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 62.5rem white inset !important;
}
:focus {
  outline: none !important;
}
.news-entry-card {
  width: 43.75rem;
  padding: 0 0 1rem 2rem;
  border: 0.0625rem solid #DEDEDE;
}
.news-entry-card .news-entry-close-button-container {
  display: flex;
  justify-content: flex-end;
  padding: 0 0.375rem 0 0;
}
.news-entry-card .news-entry-close-button-container button {
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  background: rgba(255, 255, 255, 0);
  margin-top: 0.375rem;
  padding: 0;
}
.news-entry-card .news-entry-title-container {
  padding: 0.125rem 2rem 0 0;
}
.news-entry-card .news-entry-title-container .news-entry-title {
  margin: 0 0 1.3125rem 0;
}
.news-entry-card .news-entry-title-container .news-entry-title div {
  display: flex;
  align-items: center;
}
.news-entry-card .news-entry-title-container .news-entry-title div mat-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.375rem;
}
.news-entry-card .news-entry-title-container .news-entry-title div mat-icon svg {
  vertical-align: top;
}
.news-entry-card .news-entry-body-container {
  padding: 0 2rem 0 0;
  margin-bottom: 1rem;
  max-height: 37.5rem;
  overflow-y: auto;
}
.news-entry-card .news-entry-done-button-container {
  padding: 0 1rem 0 0;
  display: flex;
  justify-content: flex-end;
}
.news-entry-card .news-entry-done-button-container .news-entry-done-button {
  width: 7.8125rem;
  height: 2.5rem;
  background-color: #F15A23;
  color: white;
  border: none;
}
.news-entry-card .news-entry-done-button-container .news-entry-done-button mat-icon {
  width: 1rem;
  height: 1rem;
  vertical-align: sub;
  margin-left: 0.5rem;
}
.multiline-tooltip {
  white-space: pre-line !important;
  max-width: 32rem !important;
}
html {
  height: 100%;
  width: 100%;
}
html body {
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #434951;
  background-color: #F5F5F5 !important;
}
html body h1, html body .h1 {
  color: #434951;
  font-size: 1.715rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  margin: 2rem 0 2rem 0;
}
html body h2, html body .h2 {
  color: #434951;
  font-size: 1.225rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  margin: 1.5rem 0 1.5rem 0;
}
html body p, html body .p {
  color: #434951;
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
/*******************************************************************************
* Bootstrap import must come after variable overwriting.
* For Bootstrap theming see https://getbootstrap.com/docs/4.1/getting-started/theming/
*
* TODO: Bootstrap will be removed step by step. v7-770
* Uncomment one import at a time and check the complete application for changes.
* This is best done with another opened tab with the dependency and then jumping
* from one to the other to see changes.
*******************************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #F15A23;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #bc3b0c;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #F15A23;
  border-color: #F15A23;
}
.btn-primary:hover {
  color: #fff;
  background-color: #e0460e;
  border-color: #d4420d;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #e0460e;
  border-color: #d4420d;
  box-shadow: 0 0 0 0 rgba(243, 115, 68, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #F15A23;
  border-color: #F15A23;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #d4420d;
  border-color: #c83f0d;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(243, 115, 68, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #434951;
  border-color: #434951;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #32363c;
  border-color: #2c3035;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #32363c;
  border-color: #2c3035;
  box-shadow: 0 0 0 0 rgba(95, 100, 107, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #434951;
  border-color: #434951;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #2c3035;
  border-color: #262a2e;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(95, 100, 107, 0.5);
}
.btn-success {
  color: #212529;
  background-color: #7cbc5c;
  border-color: #7cbc5c;
}
.btn-success:hover {
  color: #fff;
  background-color: #68ab46;
  border-color: #63a243;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #68ab46;
  border-color: #63a243;
  box-shadow: 0 0 0 0 rgba(110, 165, 84, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #7cbc5c;
  border-color: #7cbc5c;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #63a243;
  border-color: #5d993f;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(110, 165, 84, 0.5);
}
.btn-info {
  color: #212529;
  background-color: white;
  border-color: white;
}
.btn-info:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0 rgba(222, 222, 223, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: white;
  border-color: white;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 222, 223, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #e5c719;
  border-color: #e5c719;
}
.btn-warning:hover {
  color: #212529;
  background-color: #c3a915;
  border-color: #b79f14;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #c3a915;
  border-color: #b79f14;
  box-shadow: 0 0 0 0 rgba(200, 175, 27, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #e5c719;
  border-color: #e5c719;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #b79f14;
  border-color: #ac9513;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(200, 175, 27, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #B00120;
  border-color: #B00120;
}
.btn-danger:hover {
  color: #fff;
  background-color: #8a0119;
  border-color: #7d0117;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #8a0119;
  border-color: #7d0117;
  box-shadow: 0 0 0 0 rgba(188, 39, 65, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #B00120;
  border-color: #B00120;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #7d0117;
  border-color: #710114;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(188, 39, 65, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #F15A23;
  border-color: #F15A23;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #F15A23;
  border-color: #F15A23;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(241, 90, 35, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #F15A23;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #F15A23;
  border-color: #F15A23;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(241, 90, 35, 0.5);
}
.btn-outline-secondary {
  color: #434951;
  border-color: #434951;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #434951;
  border-color: #434951;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(67, 73, 81, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #434951;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #434951;
  border-color: #434951;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(67, 73, 81, 0.5);
}
.btn-outline-success {
  color: #7cbc5c;
  border-color: #7cbc5c;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #7cbc5c;
  border-color: #7cbc5c;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(124, 188, 92, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #7cbc5c;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #7cbc5c;
  border-color: #7cbc5c;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(124, 188, 92, 0.5);
}
.btn-outline-info {
  color: white;
  border-color: white;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: white;
  border-color: white;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: white;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: white;
  border-color: white;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-warning {
  color: #e5c719;
  border-color: #e5c719;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #e5c719;
  border-color: #e5c719;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(229, 199, 25, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #e5c719;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #e5c719;
  border-color: #e5c719;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(229, 199, 25, 0.5);
}
.btn-outline-danger {
  color: #B00120;
  border-color: #B00120;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #B00120;
  border-color: #B00120;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(176, 1, 32, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #B00120;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #B00120;
  border-color: #B00120;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(176, 1, 32, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #F15A23;
  text-decoration: none;
}
.btn-link:hover {
  color: #bc3b0c;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #F15A23 !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #d4420d !important;
}
.bg-secondary {
  background-color: #434951 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #2c3035 !important;
}
.bg-success {
  background-color: #7cbc5c !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #63a243 !important;
}
.bg-info {
  background-color: white !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #e6e6e6 !important;
}
.bg-warning {
  background-color: #e5c719 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #b79f14 !important;
}
.bg-danger {
  background-color: #B00120 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #7d0117 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 0.0625rem solid #DEDEDE !important;
}
.border-top {
  border-top: 0.0625rem solid #DEDEDE !important;
}
.border-right {
  border-right: 0.0625rem solid #DEDEDE !important;
}
.border-bottom {
  border-bottom: 0.0625rem solid #DEDEDE !important;
}
.border-left {
  border-left: 0.0625rem solid #DEDEDE !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #F15A23 !important;
}
.border-secondary {
  border-color: #434951 !important;
}
.border-success {
  border-color: #7cbc5c !important;
}
.border-info {
  border-color: white !important;
}
.border-warning {
  border-color: #e5c719 !important;
}
.border-danger {
  border-color: #B00120 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0 !important;
}
.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 2rem !important;
}
.mt-4,
.my-4 {
  margin-top: 2rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 2rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 2rem !important;
}
.m-5 {
  margin: 2.5rem !important;
}
.mt-5,
.my-5 {
  margin-top: 2.5rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 2.5rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 2.5rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 2.5rem !important;
}
.m-6 {
  margin: 3rem !important;
}
.mt-6,
.my-6 {
  margin-top: 3rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 3rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 3rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 3rem !important;
}
.m-7 {
  margin: 4rem !important;
}
.mt-7,
.my-7 {
  margin-top: 4rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 4rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 4rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 4rem !important;
}
.m-8 {
  margin: 30rem !important;
}
.mt-8,
.my-8 {
  margin-top: 30rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 30rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 30rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 30rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 2rem !important;
}
.pt-4,
.py-4 {
  padding-top: 2rem !important;
}
.pr-4,
.px-4 {
  padding-right: 2rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}
.pl-4,
.px-4 {
  padding-left: 2rem !important;
}
.p-5 {
  padding: 2.5rem !important;
}
.pt-5,
.py-5 {
  padding-top: 2.5rem !important;
}
.pr-5,
.px-5 {
  padding-right: 2.5rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 2.5rem !important;
}
.pl-5,
.px-5 {
  padding-left: 2.5rem !important;
}
.p-6 {
  padding: 3rem !important;
}
.pt-6,
.py-6 {
  padding-top: 3rem !important;
}
.pr-6,
.px-6 {
  padding-right: 3rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 3rem !important;
}
.pl-6,
.px-6 {
  padding-left: 3rem !important;
}
.p-7 {
  padding: 4rem !important;
}
.pt-7,
.py-7 {
  padding-top: 4rem !important;
}
.pr-7,
.px-7 {
  padding-right: 4rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 4rem !important;
}
.pl-7,
.px-7 {
  padding-left: 4rem !important;
}
.p-8 {
  padding: 30rem !important;
}
.pt-8,
.py-8 {
  padding-top: 30rem !important;
}
.pr-8,
.px-8 {
  padding-right: 30rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 30rem !important;
}
.pl-8,
.px-8 {
  padding-left: 30rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -2rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -2rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -2rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -2rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -2rem !important;
}
.m-n5 {
  margin: -2.5rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -2.5rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -2.5rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -2.5rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -2.5rem !important;
}
.m-n6 {
  margin: -3rem !important;
}
.mt-n6,
.my-n6 {
  margin-top: -3rem !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -3rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -3rem !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -3rem !important;
}
.m-n7 {
  margin: -4rem !important;
}
.mt-n7,
.my-n7 {
  margin-top: -4rem !important;
}
.mr-n7,
.mx-n7 {
  margin-right: -4rem !important;
}
.mb-n7,
.my-n7 {
  margin-bottom: -4rem !important;
}
.ml-n7,
.mx-n7 {
  margin-left: -4rem !important;
}
.m-n8 {
  margin: -30rem !important;
}
.mt-n8,
.my-n8 {
  margin-top: -30rem !important;
}
.mr-n8,
.mx-n8 {
  margin-right: -30rem !important;
}
.mb-n8,
.my-n8 {
  margin-bottom: -30rem !important;
}
.ml-n8,
.mx-n8 {
  margin-left: -30rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 2rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 2rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 2rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 2rem !important;
  }

  .m-sm-5 {
    margin: 2.5rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 2.5rem !important;
  }

  .m-sm-6 {
    margin: 3rem !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 3rem !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 3rem !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 3rem !important;
  }

  .m-sm-7 {
    margin: 4rem !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 4rem !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 4rem !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 4rem !important;
  }

  .m-sm-8 {
    margin: 30rem !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 30rem !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 30rem !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 30rem !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 30rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 2rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 2rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 2rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 2rem !important;
  }

  .p-sm-5 {
    padding: 2.5rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 2.5rem !important;
  }

  .p-sm-6 {
    padding: 3rem !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 3rem !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 3rem !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 3rem !important;
  }

  .p-sm-7 {
    padding: 4rem !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 4rem !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 4rem !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 4rem !important;
  }

  .p-sm-8 {
    padding: 30rem !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 30rem !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 30rem !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 30rem !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 30rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -2rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -2rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -2rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -2rem !important;
  }

  .m-sm-n5 {
    margin: -2.5rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -2.5rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -2.5rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -2.5rem !important;
  }

  .m-sm-n6 {
    margin: -3rem !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -3rem !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -3rem !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -3rem !important;
  }

  .m-sm-n7 {
    margin: -4rem !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -4rem !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -4rem !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -4rem !important;
  }

  .m-sm-n8 {
    margin: -30rem !important;
  }

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -30rem !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -30rem !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -30rem !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -30rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 2rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 2rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 2rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 2rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 2rem !important;
  }

  .m-md-5 {
    margin: 2.5rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 2.5rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 2.5rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 2.5rem !important;
  }

  .m-md-6 {
    margin: 3rem !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 3rem !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 3rem !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 3rem !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 3rem !important;
  }

  .m-md-7 {
    margin: 4rem !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 4rem !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 4rem !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 4rem !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 4rem !important;
  }

  .m-md-8 {
    margin: 30rem !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 30rem !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 30rem !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 30rem !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 30rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 2rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 2rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 2rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 2rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 2rem !important;
  }

  .p-md-5 {
    padding: 2.5rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 2.5rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 2.5rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 2.5rem !important;
  }

  .p-md-6 {
    padding: 3rem !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 3rem !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 3rem !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 3rem !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 3rem !important;
  }

  .p-md-7 {
    padding: 4rem !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 4rem !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 4rem !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 4rem !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 4rem !important;
  }

  .p-md-8 {
    padding: 30rem !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 30rem !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 30rem !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 30rem !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 30rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -2rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -2rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -2rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -2rem !important;
  }

  .m-md-n5 {
    margin: -2.5rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -2.5rem !important;
  }

  .m-md-n6 {
    margin: -3rem !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -3rem !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -3rem !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -3rem !important;
  }

  .m-md-n7 {
    margin: -4rem !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -4rem !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -4rem !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -4rem !important;
  }

  .m-md-n8 {
    margin: -30rem !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -30rem !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -30rem !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -30rem !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -30rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 2rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 2rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 2rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 2rem !important;
  }

  .m-lg-5 {
    margin: 2.5rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 2.5rem !important;
  }

  .m-lg-6 {
    margin: 3rem !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 3rem !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 3rem !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 3rem !important;
  }

  .m-lg-7 {
    margin: 4rem !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 4rem !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 4rem !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 4rem !important;
  }

  .m-lg-8 {
    margin: 30rem !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 30rem !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 30rem !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 30rem !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 30rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 2rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 2rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 2rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 2rem !important;
  }

  .p-lg-5 {
    padding: 2.5rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 2.5rem !important;
  }

  .p-lg-6 {
    padding: 3rem !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 3rem !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 3rem !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 3rem !important;
  }

  .p-lg-7 {
    padding: 4rem !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 4rem !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 4rem !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 4rem !important;
  }

  .p-lg-8 {
    padding: 30rem !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 30rem !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 30rem !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 30rem !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 30rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -2rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -2rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -2rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -2rem !important;
  }

  .m-lg-n5 {
    margin: -2.5rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -2.5rem !important;
  }

  .m-lg-n6 {
    margin: -3rem !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -3rem !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -3rem !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -3rem !important;
  }

  .m-lg-n7 {
    margin: -4rem !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -4rem !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -4rem !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -4rem !important;
  }

  .m-lg-n8 {
    margin: -30rem !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -30rem !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -30rem !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -30rem !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -30rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 2rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 2rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 2rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 2rem !important;
  }

  .m-xl-5 {
    margin: 2.5rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 2.5rem !important;
  }

  .m-xl-6 {
    margin: 3rem !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 3rem !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 3rem !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 3rem !important;
  }

  .m-xl-7 {
    margin: 4rem !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 4rem !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 4rem !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 4rem !important;
  }

  .m-xl-8 {
    margin: 30rem !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 30rem !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 30rem !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 30rem !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 30rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 2rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 2rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 2rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 2rem !important;
  }

  .p-xl-5 {
    padding: 2.5rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 2.5rem !important;
  }

  .p-xl-6 {
    padding: 3rem !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 3rem !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 3rem !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 3rem !important;
  }

  .p-xl-7 {
    padding: 4rem !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 4rem !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 4rem !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 4rem !important;
  }

  .p-xl-8 {
    padding: 30rem !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 30rem !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 30rem !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 30rem !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 30rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -2rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -2rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -2rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -2rem !important;
  }

  .m-xl-n5 {
    margin: -2.5rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -2.5rem !important;
  }

  .m-xl-n6 {
    margin: -3rem !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -3rem !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -3rem !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -3rem !important;
  }

  .m-xl-n7 {
    margin: -4rem !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -4rem !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -4rem !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -4rem !important;
  }

  .m-xl-n8 {
    margin: -30rem !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -30rem !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -30rem !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -30rem !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -30rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #F15A23 !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #bc3b0c !important;
}
.text-secondary {
  color: #434951 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #202327 !important;
}
.text-success {
  color: #7cbc5c !important;
}
a.text-success:hover, a.text-success:focus {
  color: #58903b !important;
}
.text-info {
  color: white !important;
}
a.text-info:hover, a.text-info:focus {
  color: #d9d9d9 !important;
}
.text-warning {
  color: #e5c719 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #a08b11 !important;
}
.text-danger {
  color: #B00120 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #640112 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
/*******************************************************************************
* media queries helper
*******************************************************************************/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: "•";
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: "☑";
}
.ql-editor ul[data-checked=false] > li::before {
  content: "☐";
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
.ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }

  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }

  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
/*******************************************************************************
* component styles are imported after bootstrap styles, so they can make use of
* bootstrap classes and variables.
*******************************************************************************/
/*
    Created on : 10.08.2018, 09:07:30
    Author     : acw
*/
/*
    Created on : 25.10.2017, 12:28:48
    Author     : acw
*/
.v7-dataview {
  width: 100%;
  height: 100%;
  padding: 2rem;
}
.v7-dataview .dataview-header {
  padding: 0 0 2rem 0;
}
.v7-dataview .dataview-header .dataview-caption {
  color: #434951;
  font-size: 1.715rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 2rem;
}
.v7-dataview .dataview-header .dataview-caption .dataview-caption-textarea {
  width: 100%;
  height: 4rem;
  border: none;
  background-color: transparent;
  outline: none;
  resize: none;
  overflow: auto;
}
.v7-dataview .dataview-body {
  height: 100%;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  padding: 0;
  overflow: auto;
}
.default-content-size {
  max-height: calc(100vh - 4rem - 2.5rem);
  max-width: calc(100vw - 30rem);
}
@media (max-width: 59.999rem) and (min-width: 36rem) {
  .default-content-size:not(.v7-media-query-not-responsive) {
    max-width: calc(100vw - 17.813rem);
  }
}
@media (max-width: 79.999rem) and (min-width: 60rem) {
  .default-content-size:not(.v7-media-query-not-responsive) {
    max-width: calc(100vw - 23.8125rem);
  }
}
.default-content-size .v7-dataview .dataview-body {
  max-height: calc(calc(100vh - 4rem - 2.5rem) - 2rem - 4rem - calc(2rem + 2.1875rem) - 2rem);
}
.default-fullscreen-content-size {
  width: 100vw;
}
.default-fullscreen-content-size .v7-dataview .dataview-body {
  height: calc(calc(100vh - 4rem - 2.5rem) - 2rem - 4rem - calc(2rem + 2.1875rem) - 2rem);
}
.overlay-content-size {
  max-width: calc(100vw - 30rem - 3rem*2);
}
@media (max-width: 79.999rem) and (min-width: 60rem) {
  .overlay-content-size:not(.v7-media-query-not-responsive) {
    max-width: 34.25rem;
    height: 100%;
    display: inline-block;
  }
}
.overlay-content-size .v7-dataview .dataview-body {
  max-height: calc(calc(calc(100vh - 4rem - 2.5rem) - 2rem - 4rem - calc(2rem + 2.1875rem) - 2rem) - 3rem - 3rem);
}
.default-tab-content-size {
  max-width: calc(100vw - 30rem - 4.125rem);
}
@media (max-width: 79.999rem) and (min-width: 60rem) {
  .default-tab-content-size:not(.v7-media-query-not-responsive) {
    max-width: calc(100vw - 23.8125rem - 4rem);
  }
}
.default-tab-content-size .v7-dataview .dataview-body {
  max-height: calc(100vh - 4rem - 2rem - 3.625rem - 2rem - calc(2rem + 2.1875rem) - 2rem - 2.5rem);
}
.v7-dataview-without-padding .v7-dataview {
  padding: 0;
}
/* 
    Created on : 10.08.2018, 09:06:31
    Author     : acw
*/
/*
    Created on : 27.06.2019, 11:02:51
    Author     : sbu
*/
.v7-button .btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  animation: none;
  position: relative;
}
.v7-button .btn.btn-shadow {
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25) !important;
}
.v7-button .btn:focus, .v7-button .btn:active:focus, .v7-button .btn.active:focus, .v7-button .btn.focus, .v7-button .btn:active.focus, .v7-button .btn.active.focus, .v7-button .btn:hover, .v7-button .btn:focus, .v7-button .btn.focus, .v7-button .btn:active, .v7-button .btn.active {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  animation: none;
  position: relative;
}
.v7-button .btn:focus.btn-shadow, .v7-button .btn:active:focus.btn-shadow, .v7-button .btn.active:focus.btn-shadow, .v7-button .btn.focus.btn-shadow, .v7-button .btn:active.focus.btn-shadow, .v7-button .btn.active.focus.btn-shadow, .v7-button .btn:hover.btn-shadow, .v7-button .btn:focus.btn-shadow, .v7-button .btn.focus.btn-shadow, .v7-button .btn:active.btn-shadow, .v7-button .btn.active.btn-shadow {
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25) !important;
}
.v7-button .btn span {
  text-align: left;
  white-space: nowrap;
  flex-grow: 1;
}
.v7-button .btn mat-icon {
  margin: 0 0.5rem 0 0.5rem;
}
.v7-button .btn.icon-first mat-icon {
  order: -1;
}
.v7-button .btn-kpi {
  background-color: #434951;
  border-radius: 0.125rem;
  height: 2.1875rem;
  padding-right: 0.3125rem;
  cursor: default;
}
.v7-button .btn-lg {
  font-size: xx-large;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 10rem;
  padding: 2rem;
  margin: 0;
}
.v7-button .btn-lg mat-icon {
  width: x-large;
}
.v7-button .btn-md {
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 2.5rem;
  padding: 0 1rem 0 1rem;
  margin: 0;
}
.v7-button .btn-md mat-icon {
  width: larger;
}
.v7-button .btn-sm {
  font-size: small;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 2rem;
  padding: 0;
  margin: 0;
}
.v7-button .btn-sm mat-icon {
  width: medium;
}
.v7-button .btn-xs {
  font-size: x-small;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 1.25rem;
  padding: 0;
  margin: 0;
}
.v7-button .btn-xs mat-icon {
  width: small;
}
.v7-button .btn-icon-dark {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  background: transparent;
  color: #434951;
  border: none;
  outline: none;
}
.v7-button .btn-icon-light {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  background: transparent;
  color: white;
  border: none;
  outline: none;
}
.v7-button .understep-workflow:hover {
  color: white;
  background: #F15A23;
}
.v7-button .nounderstep-workflow:hover {
  color: #F15A23;
}
.v7-button .btn-breadcrumb {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}
/*
    Created on : Oct 19, 2018, 12:39:30 PM
    Author     : peter.rumanovsky
*/
.v7-calendar {
  position: relative;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #DEDEDE;
  margin-top: 0.625rem;
  width: 10.3125rem !important;
}
.v7-calendar .top-panel {
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.v7-calendar .month-and-year-label {
  position: relative;
  font-size: small;
  font-weight: bold;
  top: 0.6875rem;
  padding-left: 0;
  padding-right: 0;
}
.v7datesheet {
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 0.3125rem;
  margin-left: 0.65625rem;
  margin-bottom: 0.375rem;
}
.v7datesheet .selected {
  background-color: #F15A23;
  color: white;
}
.v7datesheet .selected:hover {
  background-color: #F15A23;
  color: white;
}
.v7datesheet th {
  width: 1.25rem;
  height: 1.375rem;
  font-size: small;
  text-align: center;
}
.v7datesheet td {
  width: 1.25rem;
  height: 1.375rem;
  font-size: small;
  text-align: center;
}
.v7datesheet td:hover {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  color: #F15A23;
}
/* 
    Created on : 28.07.2017, 14:40:54
    Author     : kfe
*/
.v7-checkbox, .v7-checkbox-main {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  position: relative;
  height: 1.5625rem;
  text-align: left;
  vertical-align: left;
  font-size: medium;
  margin: 0.3125rem 0;
}
.v7-checkbox .v7-checkbox-disabled, .v7-checkbox-main .v7-checkbox-disabled {
  opacity: 0.5;
}
.v7-checkbox nocheckbox, .v7-checkbox-main nocheckbox {
  display: none;
}
.v7-checkbox nocheckboxlabel, .v7-checkbox-main nocheckboxlabel {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  position: relative;
  left: -1.5rem;
}
.v7-checkbox-main {
  margin: 0 0 0.78125rem 0;
  top: 0.375rem;
}
.v7-checkboxlist .selectedEntry {
  font-size: small;
  color: white;
  background-color: #F15A23;
  padding-left: 0.25rem;
  padding-right: 0.375rem;
  margin: 0.125rem;
  border-radius: 0.625rem;
}
.v7-checkboxlist .deleteX {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  padding-left: 0.25rem;
}
.v7-checkboxlist .selectedEntriesPanel {
  min-height: 2rem;
  max-height: 4rem;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
}
.v7-checkboxlist .selected-entries {
  min-height: 2rem;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: 0.0625rem solid #DEDEDE;
  align-items: center;
}
.v7-checkboxlist .selected-entries input {
  color: #434951;
  background: white;
  border: 0;
  -moz-apperance: none;
  -webkit-apperance: none;
}
.v7-checkboxlist .v7-checkboxlist-data {
  margin: 0.5rem 1rem;
}
/* 
    Created on : Oct 18, 2018, 4:17:35 PM
    Author     : peter.rumanovsky
*/
.v7-dateinput .input-field {
  position: relative;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #DEDEDE;
  background-color: white;
  width: 10.3125rem;
  flex-direction: row;
  flex-wrap: nowrap;
}
.v7-dateinput input[type=text] {
  border-width: 0;
  width: 7.1875rem;
  height: 2.125rem;
  margin-left: 0.625rem;
}
.v7-dateinput input[type=text]:focus {
  outline: none;
}
.v7-dateinput .calendar-button {
  color: #434951;
  background-color: white;
  height: 2.125rem;
  width: 2.1875rem;
  border: none;
  margin-left: auto;
  border-radius: 0rem;
  outline: none;
}
.v7-dateinput .calendar-button:hover, .v7-dateinput .calendar-button:focus, .v7-dateinput .calendar-button:active, .v7-dateinput .calendar-button:focus:active {
  color: #434951;
}
.v7-dateinput .calendar-button mat-icon {
  margin: 0;
}
.v7-dateinput .calendar-panel {
  position: absolute;
  display: none;
  width: 12.1875rem;
  background-color: white;
  z-index: 1;
  margin-top: 0.25rem;
}
.v7-dateinput .calendar-panel.show {
  display: flex !important;
}
/* 
    Created on : Oct 19, 2018, 3:39:32 PM
    Author     : peter.rumanovsky
*/
.v7-dropdown .dropdown-menu {
  width: 16rem;
}
.v7-dropdown .dropdown-hotkey {
  float: right;
}
.v7-dropdown .dropdown-menu li mat-icon {
  margin-left: -0.9375rem;
}
.v7-dropdown .dropdown-submenu {
  position: relative;
}
.v7-dropdown .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -calculateRem(6px);
  margin-left: -calculateRem(1px);
  border-radius: 0 0.375rem 0.375rem 0.375rem;
}
.v7-dropdown .dropdown-submenu :hover > .dropdown-menu {
  display: block;
}
.v7-dropdown .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0.3125rem 0 0.3125rem 0.3125rem;
  border-left-color: #434951;
  margin-top: 0.3125rem;
  margin-right: -calculateRem(10px);
}
.v7-dropdown .dropdown-submenu .pull-left {
  float: none;
}
.v7-dropdown .dropdown-submenu .pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 0.625rem;
  border-radius: 0.375rem 0 0.375rem 0.375rem;
}
/*
    Created on : Oct 22, 2018, 12:36:19 PM
    Author     : peter.rumanovsky
    Completely reworked on: Dec 10, 2019, 17:00:00 PM
    Rework Author: sebastian.budsa
*/
/*
    Created on : 23.08.2018, 09:24:56
    Author     : acw
*/
/*******************************************************************************
* HELPER MEDIA QUERIES VIEWS
* xs        -- max-width: 35.999rem
* sm        -- min-width: 36rem, max-width: 59.999rem
* md        -- min-width: 60rem, max-width: 79.999rem
* lg        -- min-width: 80rem, max-width: 119.999rem
* xl        -- min-width: 120rem
* landscape -- orientation: landscape
* portrait  -- orientation: portrait
* documentation for using library: https://www.npmjs.com/package/mq-scss 
* documentation for defining display: https://github.com/angular/flex-layout/wiki/Responsive-API   
*******************************************************************************/
/*
    Created on : 24.09.2018, 14:21:56
    Author     : acw
*/
/*******************************************************************************
* CONSTANTS - DO NOT USE THESE VARIABLES DIRECTLY OUTSIDE THIS SCSS!
*******************************************************************************/
/*******************************************************************************
* VARIABLES
*******************************************************************************/
.v7-background-panel-color {
  background-color: #BDBDBD;
}
.v7-background-edge-color {
  background-color: #DCDDE0;
}
.v7-background-center-color {
  background-color: #F5F5F5;
}
.v7-background-subpanel-color {
  background-color: white;
}
/* 
    Here bootstrap variables can be overwritten for customization of bootstrap
    components.

    See ...\node_modules\bootstrap\scss\_variables.scss for overwritable 
    variables and https://getbootstrap.com/docs/4.1/getting-started/theming/
    for instructions.

    Created on : 20.08.2018, 11:04:42
    Author     : acw
*/
/*******************************************************************************
* COLORS
*******************************************************************************/
/*******************************************************************************
* BASIC LAYOUT
*******************************************************************************/
/*******************************************************************************
* TOOLTIPS
*******************************************************************************/
/*******************************************************************************
* CARDS
*******************************************************************************/
/*******************************************************************************
* TABLES
*******************************************************************************/
/*******************************************************************************
* BUTTONS
*******************************************************************************/
/*
    Created on : 20.08.2018, 11:05:49
    Author     : acw
*/
/*******************************************************************************
* BASIC LAYOUT
*******************************************************************************/
.v7-dossier-element-height {
  height: 25rem;
}
.v7-justify-content-evenly {
  justify-content: space-evenly !important;
}
/*******************************************************************************
* START PAGE
*******************************************************************************/
/*******************************************************************************
* MODULES
*******************************************************************************/
/*******************************************************************************
* CHECKBOXES
*******************************************************************************/
/*******************************************************************************
* BORDERS
*******************************************************************************/
/*******************************************************************************
* TABLES
*******************************************************************************/
/*******************************************************************************
* FORM-CONTROL:FOCUS
*******************************************************************************/
/*******************************************************************************
* MEDIA QUERIES VIEWS
* to define px, 'mq package' can't recognize calculateRem
* use https://nekocalc.com/de/px-zu-rem-umrechner instead
*
* Keep in mind that mq adds 1 to the minimun value to avoid conflicts
* see https://www.npmjs.com/package/mq-scss#insideoutside for more details
*******************************************************************************/
/*
    Created on : 24.09.2018, 14:20:19
    Author     : acw
*/
@font-face {
  font-family: "Open Sans";
  src: url(/assets/fonts/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans SemiBold";
  src: url(/assets/fonts/OpenSans-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans Bold";
  src: url(/assets/fonts/OpenSans-Bold.ttf) format("truetype");
}
.v7-standard-font {
  font-size: 1rem;
}
.v7-highlight-font {
  font-size: 1.2rem;
}
.v7-startpage-header-font {
  font-size: 1.5rem;
}
.v7-header-font {
  font-size: 2.5rem;
}
.v7-font-h1, .v7-rollen-page-component .rollen-layout .v7-mat-card-login-text, .v7-login-page-component .loading-layout mat-card-title, .v7-login-page-component .login-layout .v7-login-card mat-card-title {
  color: #434951;
  font-size: 1.715rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  margin: 2rem 0 2rem 0;
}
.v7-font-h2, .news-entry-card .news-entry-title-container .news-entry-title {
  color: #434951;
  font-size: 1.225rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  margin: 1.5rem 0 1.5rem 0;
}
.v7-font-buttons, .v7-login-page-form .login-button, .news-entry-card .news-entry-done-button-container .news-entry-done-button {
  color: #434951;
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  letter-spacing: 0.0625rem;
}
.v7-font-p, .v7-df-select-panel, .v7-df-dropdown-option .v7-df-option-text, v7-news-component .news-mat-card .card-body .v7-news-description, v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item, v7-workflow-graph-component .workflow-level-container .workflow-level, v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .v7-doubleslider-textfield, v7-table-view-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-table-view-component .v7-tableview-table-row, v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu {
  color: #434951;
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.v7-font-p-strong, v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title span, v7-news-component .news-mat-card .card-body .v7-news-caption, v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-table-view-component .v7-tableview-table-header-data, .news-entry-card .news-entry-body-container .news-entry-body {
  color: #434951;
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
}
.v7-font-p-strong-white {
  color: white;
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
}
.v7-font-label {
  color: #434951;
  font-size: 0.625rem;
  font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
  letter-spacing: 0.0625rem;
}
.v7-font-p-small {
  color: #434951;
  font-size: 0.625rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.v7-font-p-small-white {
  color: white;
  font-size: 0.625rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.v7-font-p-small-strong, v7-double-slider-component .ngx-slider .ngx-slider-limit {
  color: #434951;
  font-size: 0.625rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
}
.v7-font-hint, v7-news-component .news-mat-card .v7-news-footer {
  color: #C2C2C2;
  font-size: 0.625rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
/* 
    Created on : 23.08.2018, 09:24:48
    Author     : acw
*/
/* 
    Created on : 10.09.2018, 14:04:14
    Author     : acw
*/
.mat-icon svg {
  vertical-align: top !important;
}
div .image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-grow: 1;
  flex-shrink: 0;
  align-self: center;
  text-align: center;
}
div .image.v7-corporate-logo {
  content: url(/assets/images/corporate_logo.png);
  padding: 1rem;
  align-self: flex-start;
}
div .image.v7-light-corporate-logo {
  content: url(/assets/images/negative_corporate_logo.png);
  max-width: 8.75rem;
  height: auto;
}
div .image.v7-application-logo {
  content: url(/assets/images/splash_logo.png);
  padding: 0.5rem;
}
div .image.v7-light-application-logo {
  content: url(/assets/images/negative_application_logo.png);
  max-width: 50%;
  height: auto;
}
div .image.v7-splash-logo {
  content: url(/assets/images/splash_logo.png);
  -o-object-fit: contain;
     object-fit: contain;
  height: 2rem;
  width: auto;
  margin-left: 2rem;
  margin-right: 3rem;
}
div .image.image-user:before {
  content: " ";
  background: url("/assets/icons/baseline-person-24px.svg");
  background-size: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 7rem;
  width: 7rem;
  display: inline-block;
}
div .image.image-business:before {
  content: " ";
  background: url("/assets/icons/baseline-business_center-24px.svg");
  background-size: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 7rem;
  width: 7rem;
  display: inline-block;
}
div .image.image-industry:before {
  content: " ";
  background: url("/assets/icons/baseline-business-24px.svg");
  background-size: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 7rem;
  width: 7rem;
  display: inline-block;
}
div .image.image-gauge-undefined:before {
  content: " ";
  background: url("/assets/icons/baseline-signal_wifi_0_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(84%) sepia(0%) saturate(60%) hue-rotate(268deg) brightness(95%) contrast(81%);
}
div .image.image-gauge-empty:before {
  content: " ";
  background: url("/assets/icons/baseline-signal_wifi_0_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(13%) sepia(76%) saturate(7309%) hue-rotate(1deg) brightness(112%) contrast(118%);
}
div .image.image-gauge-low:before {
  content: " ";
  background: url("/assets/icons/baseline-signal_wifi_1_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(76%) sepia(83%) saturate(3736%) hue-rotate(3deg) brightness(104%) contrast(108%);
}
div .image.image-gauge-middle:before {
  content: " ";
  background: url("/assets/icons/baseline-signal_wifi_2_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(71%) sepia(100%) saturate(448%) hue-rotate(359deg) brightness(101%) contrast(105%);
}
div .image.image-gauge-high:before {
  content: " ";
  background: url("/assets/icons/baseline-signal_wifi_3_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(63%) sepia(81%) saturate(372%) hue-rotate(38deg) brightness(99%) contrast(91%);
}
div .image.image-gauge-full:before {
  content: " ";
  background-image: url("/assets/icons/baseline-signal_wifi_4_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(22%) sepia(100%) saturate(4584%) hue-rotate(110deg) brightness(95%) contrast(104%);
}
div .image.image-phone:before {
  content: " ";
  background: url("/assets/icons/baseline-phone-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
}
div .image.image-letter:before {
  content: " ";
  background: url("/assets/icons/baseline-mail_outline-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
}
div .image.image-email:before {
  content: " ";
  background: url("/assets/icons/baseline-alternate_email-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
}
#headerStuff .v7-application-logo {
  content: url(/assets/images/splash_logo.png);
  -o-object-fit: contain;
     object-fit: contain;
  height: 2rem;
  width: auto;
  margin-left: 2rem;
  margin-right: 2.5rem;
}
.background-logo::before {
  background: url(/assets/images/background.jpg) 0/cover fixed;
  background-size: cover;
}
.background-logo {
  overflow: hidden;
}
.background-logo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: blur(0.625rem);
  z-index: -1;
}
.background-logo-pure::before {
  background: url(/assets/images/background.jpg) 0/cover fixed;
  background-size: cover;
}
.background-logo-pure {
  position: relative;
  overflow: hidden;
}
.background-logo-pure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.background-logo-blurred::before {
  background: url(/assets/images/background.jpg) 0/cover fixed;
  background-size: cover;
}
.background-logo-blurred {
  position: relative;
  overflow: hidden;
}
.background-logo-blurred::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
/*
    Created on : 21.09.2018, 10:22:39
    Author     : acw
*/
.mat-checkbox {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.mat-checkbox .mat-checkbox-ripple {
  width: 0 !important;
  height: 0 !important;
}
.mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container:hover .mat-checkbox-frame {
  border-color: #C2C2C2 !important;
}
.mat-checkbox .mat-checkbox-layout .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #F15A23;
}
.mat-checkbox .mat-checkbox-frame {
  border-width: 0.0625rem;
  border-color: #DEDEDE !important;
  border-radius: 0.125rem;
}
.mat-checkbox .mat-checkbox-inner-container {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.mat-checkbox .search-color {
  color: #F15A23;
}
.mat-checkbox.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-background, .mat-checkbox.mat-checkbox-indeterminate .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #F15A23;
}
.mat-checkbox.mat-checkbox-disabled .mat-checkbox-frame {
  background-color: #F0F0F0;
  border-color: #DEDEDE !important;
}
.mat-checkbox.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: rgba(241, 90, 35, 0.38);
}
/*
    Created on : 02.04.2019, 17:02:13
    Author     : acw
*/
.cdk-overlay-container .mat-menu-panel {
  border-radius: 0.125rem;
}
.cdk-overlay-container .mat-dialog-container {
  max-width: none;
}
.cdk-overlay-container .cdk-overlay-pane {
  max-width: none !important;
}
mat-dialog-container {
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 0.125rem !important;
}
mat-dialog-container .v7-mat-dialog-wrap {
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
  overflow-y: auto;
  flex-direction: column;
}
mat-dialog-container .v7-mat-dialog-wrap .v7-mat-dialog-content {
  padding: 2rem;
}
mat-dialog-container .v7-mat-dialog-wrap .v7-mat-dialog-text {
  margin-top: 0.5rem;
}
mat-dialog-container .v7-mat-dialog-wrap p, mat-dialog-container .v7-mat-dialog-wrap h2 {
  margin: 0;
}
mat-dialog-container .v7-mat-dialog-wrap .v7-mat-dialog-buttons {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem 1rem 1rem;
}
mat-dialog-container .v7-mat-dialog-wrap .v7-mat-dialog-buttons button {
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  margin-right: 1rem;
}
mat-dialog-container .v7-mat-dialog-wrap .v7-mat-dialog-buttons button:last-child {
  margin-right: 0;
}
.mat-dialog {
  border-radius: 0.125rem !important;
}
.mat-dialog mat-dialog-container v7-funnel-component .v7-dataview {
  padding-top: 0.125rem;
}
.mat-dialog .v7-flow-panel,
.mat-dialog .v7-panel {
  margin: 0;
  border: none;
  box-shadow: none;
}
.mat-divider-no-padding {
  padding: 0 !important;
}
/*
    Created on : 23.08.2018, 10:32:30
    Author     : acw

    This file should style the trees from the @circlon/angular-tree-component
    library in a default way. There shouldn't be any custom v7 classes in this
    file, just the classes that the library brings natively with it. All
    customization for special case trees should be done in the respective
    components scss-files. This file should just give a solid and broad
    foundation for all further customizations.
*/
.angular-tree-component {
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  /* This style is used for displaying the lines inside of opened branches.
  It is taken from the angular2-tree-styling-page and provided by the community:
  https://angular2-tree.readme.io/v7.2.0/docs/styling
  =============================================================================================== */
  /* =============================================================================================== */
}
.angular-tree-component .checkbox-width {
  display: flex;
  padding: 0 0.3125rem;
}
.angular-tree-component .node-drop-slot {
  height: 0.4375rem;
}
.angular-tree-component .tree-children {
  position: relative;
  padding-left: 1.6875rem;
}
.angular-tree-component .tree-children::after {
  content: "";
  position: absolute;
}
.angular-tree-component .node-wrapper {
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.angular-tree-component .node-wrapper::before {
  content: "";
  position: absolute;
  border-bottom: 0.0625rem solid #f5f5f5;
  border-left: 0.0625rem solid #f5f5f5;
  height: 2.375rem;
  top: -1.5625rem;
  width: 2rem;
  left: -0.9375rem;
  right: 0.625rem;
}
.angular-tree-component .node-wrapper tree-node-expander {
  order: 0;
}
.angular-tree-component .node-wrapper tree-node-checkbox {
  order: 1;
}
.angular-tree-component .node-wrapper:hover {
  box-shadow: none;
  background: none;
}
.angular-tree-component .node-wrapper:active {
  background: none;
  box-shadow: none;
}
.angular-tree-component .node-wrapper:focus-within {
  box-shadow: none;
  background: none;
}
.angular-tree-component .node-wrapper .node-content-wrapper {
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  order: 2;
  width: 100%;
}
.angular-tree-component .node-wrapper .node-content-wrapper .label-disabled {
  cursor: not-allowed;
  color: #DEDEDE;
  font-weight: normal;
}
.angular-tree-component .node-wrapper .node-content-wrapper.node-content-wrapper-active, .angular-tree-component .node-wrapper .node-content-wrapper.node-content-wrapper-focused {
  color: #434951;
  background: transparent !important;
  box-shadow: none;
}
.angular-tree-component .node-wrapper .node-content-wrapper.node-content-wrapper-active:active, .angular-tree-component .node-wrapper .node-content-wrapper.node-content-wrapper-focused:active {
  background-color: #F5F5F5;
}
.angular-tree-component .node-wrapper .node-content-wrapper:hover {
  box-shadow: none;
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  background-color: #F5F5F5;
}
.angular-tree-component .tree-node-level-1 > tree-node-wrapper > .node-wrapper::before {
  display: none;
}
.angular-tree-component .tree-node-leaf > .node-wrapper::before {
  width: 1.5625rem;
}
.angular-tree-component .tree-children::after {
  border-left: 0.0625rem solid lightgrey;
  height: 100%;
  top: -0.9375rem;
  left: -0.9375rem;
}
.angular-tree-component tree-node:last-child > .tree-node > .tree-children::after {
  border-left: none;
}
.angular-tree-component .toggle-children {
  z-index: 1;
}
.angular-tree-component span.toggle-children {
  background-image: none;
  vertical-align: text-top;
  margin-right: 0.875rem;
  top: -0.125rem;
}
.angular-tree-component span.toggle-children::before {
  content: url("/assets/icons/baseline-chevron_right-24px.svg");
}
.angular-tree-component span.toggle-children-wrapper {
  padding-left: 0;
}
.angular-tree-component span.toggle-children-wrapper-expanded > .toggle-children {
  transform: rotate(0deg);
  margin-right: 0.875rem;
}
.angular-tree-component span.toggle-children-wrapper-expanded > .toggle-children::before {
  content: url("/assets/icons/baseline-expand_more-24px.svg");
}
.angular-tree-component .fixedTreeLabel {
  opacity: 0.5;
}
/* 
    Created on : 26.10.2018, 10:23:29
    Author     : sbu
*/
v7-search-field-selection-element-component .mat-form-field, .search-container .mat-form-field, .searchfield-container .mat-form-field {
  width: calc(100% - 2rem);
  margin: 0.78125rem 1rem 0.0625rem 1rem;
  min-height: 2.4rem;
  max-height: 2.4rem;
}
v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper, .search-container .mat-form-field .mat-form-field-wrapper, .searchfield-container .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
  font-size: 0.875rem;
}
v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper .search-magnifier, .search-container .mat-form-field .mat-form-field-wrapper .search-magnifier, .searchfield-container .mat-form-field .mat-form-field-wrapper .search-magnifier {
  font-size: 175%;
}
v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper .mat-input-element, .search-container .mat-form-field .mat-form-field-wrapper .mat-input-element, .searchfield-container .mat-form-field .mat-form-field-wrapper .mat-input-element {
  margin-left: 0.5rem;
}
v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper .mat-form-field-label, .search-container .mat-form-field .mat-form-field-wrapper .mat-form-field-label, .searchfield-container .mat-form-field .mat-form-field-wrapper .mat-form-field-label {
  margin-left: 0.5rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-infix, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-infix, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-infix {
  padding: 0.5625rem 0 0.75rem 0;
  border-top: none;
  bottom: 0.0625rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix {
  padding: 0.125rem 0 0.75rem 0;
  border-top: 0.438rem solid transparent;
  bottom: 0.0625rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3rem) scale(0.75);
  top: 1.5rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-infix, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-infix, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-infix {
  padding: 0.5625rem 0 0.75rem 0;
  border-top: none;
  top: 0.0625rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix {
  padding: 0.125rem 0 0.75rem 0;
  border-top: 0.438rem solid transparent;
  bottom: 0.0625rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3rem) scale(0.75);
  top: 1.5rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick, .search-container .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, .search-container .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick, .searchfield-container .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, .searchfield-container .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick {
  top: 0;
  min-height: 2.5rem;
  max-height: 2.5rem;
}
.search-container, .searchfield-container {
  padding-bottom: 1rem;
}
/*******************************************************************************
* DONUT-CHARTS
*******************************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 62.5rem white inset !important;
}
:focus {
  outline: none !important;
}
.news-entry-card {
  width: 43.75rem;
  padding: 0 0 1rem 2rem;
  border: 0.0625rem solid #DEDEDE;
}
.news-entry-card .news-entry-close-button-container {
  display: flex;
  justify-content: flex-end;
  padding: 0 0.375rem 0 0;
}
.news-entry-card .news-entry-close-button-container button {
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  background: rgba(255, 255, 255, 0);
  margin-top: 0.375rem;
  padding: 0;
}
.news-entry-card .news-entry-title-container {
  padding: 0.125rem 2rem 0 0;
}
.news-entry-card .news-entry-title-container .news-entry-title {
  margin: 0 0 1.3125rem 0;
}
.news-entry-card .news-entry-title-container .news-entry-title div {
  display: flex;
  align-items: center;
}
.news-entry-card .news-entry-title-container .news-entry-title div mat-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.375rem;
}
.news-entry-card .news-entry-title-container .news-entry-title div mat-icon svg {
  vertical-align: top;
}
.news-entry-card .news-entry-body-container {
  padding: 0 2rem 0 0;
  margin-bottom: 1rem;
  max-height: 37.5rem;
  overflow-y: auto;
}
.news-entry-card .news-entry-done-button-container {
  padding: 0 1rem 0 0;
  display: flex;
  justify-content: flex-end;
}
.news-entry-card .news-entry-done-button-container .news-entry-done-button {
  width: 7.8125rem;
  height: 2.5rem;
  background-color: #F15A23;
  color: white;
  border: none;
}
.news-entry-card .news-entry-done-button-container .news-entry-done-button mat-icon {
  width: 1rem;
  height: 1rem;
  vertical-align: sub;
  margin-left: 0.5rem;
}
.multiline-tooltip {
  white-space: pre-line !important;
  max-width: 32rem !important;
}
html {
  height: 100%;
  width: 100%;
}
html body {
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #434951;
  background-color: #F5F5F5 !important;
}
html body h1, html body .h1 {
  color: #434951;
  font-size: 1.715rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  margin: 2rem 0 2rem 0;
}
html body h2, html body .h2 {
  color: #434951;
  font-size: 1.225rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  margin: 1.5rem 0 1.5rem 0;
}
html body p, html body .p {
  color: #434951;
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
/* 
    Created on : Oct 22, 2018, 1:00:40 PM
    Author     : peter.rumanovsky
*/
/* 
    Created on : Oct 22, 2018, 1:02:36 PM
    Author     : peter.rumanovsky
*/
.v7-textfield > input {
  width: 100%;
}
.v7-textfield > input:focus {
  outline: none;
}
/* 
    Created on : 10.08.2018, 09:00:30
    Author     : acw
*/
.v7-save-component {
  background: #F5F5F5;
  width: 64rem;
  height: calc(100vh - 14rem);
}
.v7-save-component .save-component-heading {
  font-size: 14pt;
  padding: 1.25rem 0 1.25rem 2rem;
}
.v7-save-component .save-scroll {
  overflow: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 12pt;
  height: calc(100vh - 14rem - 4rem);
}
.v7-save-component .save-scroll .save-component-shadow {
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25);
}
.v7-save-component .save-scroll .save-component-shadow .save-component-margin {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.v7-save-component .save-scroll .save-component-shadow .save-component-margin .v7-textfield > input {
  width: 100%;
}
.v7-save-component .save-scroll .save-component-shadow .save-component-margin .v7-textfield > input:focus {
  outline: none;
}
.v7-save-component .save-scroll .save-component-shadow .save-component-margin .v7-checkboxlist {
  border: 0.0625rem solid #DEDEDE;
}
.v7-save-component .save-scroll .save-component-shadow .save-component-margin .v7-checkboxlist .selected-entries {
  width: 100%;
  border-bottom: calculaterem(1px) solid #DEDEDE;
  padding-left: 2rem;
}
.v7-save-component .save-scroll .save-component-shadow .save-component-margin .v7-checkboxlist .selection-element-entries {
  margin-left: 2rem;
}
/* 
    Created on : 14.08.2018, 09:46:44
    Author     : acw
*/
.category-container {
  height: calc(100vh - 10.3rem);
}
.category-container .category-heading {
  background-color: #434951;
  color: white;
  font-size: 14pt;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
}
.category-container .v7-category-tree {
  background-color: white;
  text-align: center;
}
.category-container .v7-category-tree .search-container {
  margin: 0 0.3125rem 0 0.3125rem;
  padding-top: 0.625rem;
  border-bottom: 0.0625rem solid black;
}
.category-container .v7-category-tree .search-container .searchfield {
  width: 90%;
  border: none;
  padding: 0 0.5rem;
  display: inline;
}
.category-container .v7-category-tree .search-container .searchfield:focus {
  outline: none;
}
.category-container .v7-category-tree .tree-root {
  margin: 2rem 0 0 2rem;
  /* This style is used for displaying the lines inside of opened branches.
  It is taken from the angular2-tree-styling-page and provided by the community:
  https://angular2-tree.readme.io/v7.2.0/docs/styling 
  =============================================================================================== */
  /* =============================================================================================== */
}
.category-container .v7-category-tree .tree-root .node-content-wrapper, .category-container .v7-category-tree .tree-root .tree-children {
  position: relative;
}
.category-container .v7-category-tree .tree-root .node-content-wrapper::before, .category-container .v7-category-tree .tree-root .tree-children::after {
  content: "";
  position: absolute;
}
.category-container .v7-category-tree .tree-root .node-content-wrapper::before {
  border-bottom: 0.0625rem solid lightgrey;
  border-left: 0.0625rem solid lightgrey;
  height: 1.75rem;
  top: -0.875rem;
  width: 1.25rem;
  left: -1.5625rem;
}
.category-container .v7-category-tree .tree-root .tree-node-level-1 > tree-node-wrapper > .node-wrapper > .node-content-wrapper::before {
  display: none;
}
.category-container .v7-category-tree .tree-root .tree-node-leaf > .node-wrapper > .node-content-wrapper::before {
  width: 1.5625rem;
}
.category-container .v7-category-tree .tree-root .tree-children::after {
  border-left: 0.0625rem solid lightgrey;
  height: 100%;
  top: -0.9375rem;
  left: -0.9375rem;
}
.category-container .v7-category-tree .tree-root tree-node:last-child > .tree-node > .tree-children::after {
  border-left: none;
}
.category-container .v7-category-tree .tree-root .toggle-children {
  z-index: 1;
}
.category-container .v7-category-tree .tree-root span.toggle-children {
  background-image: none;
  margin-right: 0.875rem;
}
.category-container .v7-category-tree .tree-root span.toggle-children::before {
  content: url("/assets/icons/baseline-expand_less-24px.svg");
}
.category-container .v7-category-tree .tree-root span.toggle-children-wrapper-expanded > .toggle-children {
  transform: rotate(0deg);
  margin-right: 0.875rem;
}
.category-container .v7-category-tree .tree-root span.toggle-children-wrapper-expanded > .toggle-children::before {
  content: url("/assets/icons/baseline-expand_more-24px.svg");
}
.category-container .v7-category-tree .tree-root .node-content-wrapper:hover, .category-container .v7-category-tree .tree-root .node-content-wrapper-focused {
  color: #F15A23;
  background-color: white;
  border-width: 0;
  box-shadow: none;
}
.category-container .v7-category-tree .entry {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
}
.category-container .v7-category-tree .entry label {
  cursor: inherit;
  flex-grow: 1;
  padding: 0.5rem;
  margin: 0;
}
/*
    Created on : 14.08.2018, 14:21:57
    Author     : job
*/
.v7-header {
  height: 4rem;
  background-color: white;
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25);
  z-index: 2;
  position: relative;
  flex-wrap: nowrap;
}
.v7-header v7-image-component, .v7-header .v7-application-logo {
  height: 4rem;
  padding: 0.5rem 1rem !important;
  border-right: 0.0625rem solid #F0F0F0;
  flex-grow: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.v7-header .v7-header-popup-icon {
  height: 4rem;
  padding: 1rem 0.5rem !important;
  flex-grow: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.v7-header .header-popup-panel {
  position: relative;
  top: 60px;
}
.v7-header v7-label-component {
  height: 4rem;
  line-height: 4rem;
}
.v7-header v7-label-component.v7-datahold-label {
  text-align: right;
}
.v7-header v7-label-component.v7-flexfill-label {
  flex-grow: 1;
  min-width: 3rem;
}
.v7-header v7-label-component.v7-datahold-value {
  padding: 0 1rem 0 0.2rem;
}
.v7-header v7-dataview-label-component {
  height: 4rem;
  line-height: 4rem;
}
.v7-header v7-dataview-label-component.v7-datahold-value {
  padding: 0 1rem 0 0.2rem;
}
.v7-header v7-user-information-component {
  border-left: 0.0625rem solid #F0F0F0;
  padding: 0 1rem;
  height: 4rem;
  line-height: 4rem;
  flex-shrink: 0;
}
.v7-header > v7-flow-panel-component {
  order: 4;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
/* 
    Created on : 29.08.2018, 12:43:35
    Author     : sbu
*/
.hidden-container .v7-startpage {
  height: calc(100vh - $v7-start-header-height);
  background-color: #F5F5F5;
}
/* 
    Created on : Oct 18, 2018, 2:33:16 PM
    Author     : peter.rumanovsky
*/
.v7-image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-grow: 1;
  flex-shrink: 0;
  align-self: center;
  text-align: center;
}
.v7-image.v7-corporate-logo {
  content: url(/assets/images/corporate_logo.png);
  padding: 1rem 0;
  align-self: flex-start;
}
.v7-image.v7-light-corporate-logo {
  content: url(/assets/images/negative_corporate_logo.png);
  max-width: 8.75rem;
  height: auto;
}
.v7-image.v7-application-logo {
  content: url(/assets/images/splash_logo.png);
  padding: 1rem;
}
.v7-image.v7-light-application-logo {
  content: url(/assets/images/negative_application_logo.png);
  max-width: 50%;
  height: auto;
}
.v7-image.v7-splash-logo {
  content: url(/assets/images/splash_logo.png);
  -o-object-fit: contain;
     object-fit: contain;
  height: 2rem;
  width: auto;
  margin-left: 2rem;
  margin-right: 3rem;
}
.v7-image.image-user:before {
  content: " ";
  background: url("/assets/icons/baseline-person-24px.svg");
  background-size: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 7rem;
  width: 7rem;
  display: inline-block;
}
.v7-image.image-business:before {
  content: " ";
  background: url("/assets/icons/baseline-person-24px.svg");
  background-size: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 7rem;
  width: 7rem;
  display: inline-block;
}
.v7-image.image-industry:before {
  content: " ";
  background: url("/assets/icons/baseline-business_center-24px.svg");
  background-size: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 7rem;
  width: 7rem;
  display: inline-block;
}
.v7-image.image-gauge-undefined:before {
  content: " ";
  background-image: url("/assets/icons/baseline-signal_wifi_0_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(84%) sepia(0%) saturate(60%) hue-rotate(268deg) brightness(95%) contrast(81%);
}
.v7-image.image-gauge-empty:before {
  content: " ";
  background-image: url("/assets/icons/baseline-signal_wifi_0_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(13%) sepia(76%) saturate(7309%) hue-rotate(1deg) brightness(112%) contrast(118%);
}
.v7-image.image-gauge-low:before {
  content: " ";
  background-image: url("/assets/icons/baseline-signal_wifi_1_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(76%) sepia(83%) saturate(3736%) hue-rotate(3deg) brightness(104%) contrast(108%);
}
.v7-image.image-gauge-middle:before {
  content: " ";
  background-image: url("/assets/icons/baseline-signal_wifi_2_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(71%) sepia(100%) saturate(448%) hue-rotate(359deg) brightness(101%) contrast(105%);
}
.v7-image.image-gauge-high:before {
  content: " ";
  background-image: url("/assets/icons/baseline-signal_wifi_3_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(63%) sepia(81%) saturate(372%) hue-rotate(38deg) brightness(99%) contrast(91%);
}
.v7-image.image-gauge-full:before {
  content: " ";
  background-image: url("/assets/icons/baseline-signal_wifi_4_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(22%) sepia(100%) saturate(4584%) hue-rotate(110deg) brightness(95%) contrast(104%);
}
.v7-image.image-phone:before {
  content: " ";
  background: url("/assets/icons/baseline-phone-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
}
.v7-image.image-letter:before {
  content: " ";
  background: url("/assets/icons/baseline-mail_outline-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
}
.v7-image.image-email:before {
  content: " ";
  background: url("/assets/icons/baseline-alternate_email-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
}
/*
    Created on : 10.09.2018, 15:29:29
    Author     : acw
*/
/* 
    Created on : Oct 23, 2018, 9:59:48 AM
    Author     : peter.rumanovsky
*/
/*$v7-collapse-to-left-height: 100% !default;


.v7-collapse-to-left{
    height: $v7-collapse-to-left-height;
}*/
.v7-panel {
  background-color: transparent;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.v7-panel .panel-edge {
  background: white;
  color: #434951;
  padding: 2rem 2rem 0 2rem;
  width: 30rem;
  overflow: auto;
}
@media (max-width: 59.999rem) and (min-width: 36rem) {
  .v7-panel .panel-edge:not(.v7-media-query-not-responsive) {
    width: 21.813rem;
  }
}
@media (max-width: 79.999rem) and (min-width: 60rem) {
  .v7-panel .panel-edge:not(.v7-media-query-not-responsive) {
    width: 23.8125rem;
  }
}
.v7-panel .panel-edge-element {
  background: #BDBDBD;
  color: #434951;
  padding: 2rem 2rem 0 0;
  width: 28rem;
  overflow: auto;
}
.v7-panel .panel-buttonbar-edge {
  background: #DCDDE0;
  padding: 0;
  width: 30rem;
  height: 2.5rem;
  padding-left: 0;
}
@media (max-width: 59.999rem) and (min-width: 36rem) {
  .v7-panel .panel-buttonbar-edge:not(.v7-media-query-not-responsive) {
    width: 21.813rem;
  }
}
@media (max-width: 79.999rem) and (min-width: 60rem) {
  .v7-panel .panel-buttonbar-edge:not(.v7-media-query-not-responsive) {
    width: 23.8125rem;
  }
}
.v7-panel .panel-buttonbar-center {
  background: #434951;
  color: white;
  height: 2.5rem;
  padding-left: 0;
}
.v7-panel .justify-content-flex-end {
  justify-content: flex-end;
}
.v7-panel .justify-content-space-between {
  justify-content: space-between;
}
.v7-panel .no-padding {
  padding: 0;
}
.v7-panel .panel-overlay-buttonbar-center {
  justify-content: flex-end;
}
.v7-panel .panel-overlay-buttonbar-center button {
  border-radius: 0 !important;
}
.v7-panel .panel-dialog {
  background-color: white;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
}
.v7-panel .panel-dialog .panel-dialog-header {
  justify-content: flex-end;
}
.v7-panel .panel-dialog .panel-dialog-header .btn {
  padding: 0rem;
}
.v7-panel .panel-dialog .panel-dialog-footer {
  padding: 2rem 2rem 1rem 2rem;
  justify-content: flex-end;
}
.v7-panel .panel-dialog .panel-dialog-footer .btn {
  margin-left: 2rem;
}
.v7-panel .panel-buttonbar-right {
  background: #F5F5F5;
  color: white;
  justify-content: flex-end;
}
.v7-panel .panel-buttonbar-right .btn {
  margin-left: 2rem;
}
.v7-panel .panel-content-center {
  background: #F5F5F5;
}
.v7-panel .panel-fixed-to-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.v7-panel .order-first {
  order: -1;
}
.v7-panel .default-sidebar-height {
  height: calc(100vh - 4rem - 2.5rem);
  overflow: auto;
}
.v7-panel .overlay-sidebar-height {
  height: calc(100vh - 3rem - 2.5rem - 3rem);
  overflow: auto;
}
.v7-panel .overlay-sidebar-height .panel-body {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.v7-panel .default-sidebar-height-analyse-diagramm .panel-body {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.v7-panel-shadow {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  margin: 2rem;
}
/*
    Created on : Nov 29, 2018, 1:33:00 PM
    Author     : peter.rumanovsky
*/
/*$v7-calendar-overview-body-item-last-min-height: calculateRem(600px) !default;*/
v7-calendar-overview-component .calendar-overview-content {
  overflow: auto;
  border-left: 0.0625rem solid lightgrey;
  border-right: 0.0625rem solid lightgrey;
  height: auto;
}
v7-calendar-overview-component .calendar-overview-content .calendar-overview-header {
  display: flex;
  justify-content: flex-start;
}
v7-calendar-overview-component .calendar-overview-content .calendar-overview-header .header-item {
  color: white;
  min-width: 9.375rem;
  height: 1.875rem;
  background-color: #434951;
  padding-left: 0.3125rem;
}
v7-calendar-overview-component .calendar-overview-content .calendar-overview-body {
  width: 100%;
}
v7-calendar-overview-component .calendar-overview-content .calendar-overview-body .body-row {
  display: flex;
  justify-content: flex-start;
}
v7-calendar-overview-component .calendar-overview-content .calendar-overview-body .body-row .body-item {
  min-width: 9.375rem;
  max-width: 9.375rem;
  border-right: 0.0625rem solid lightgrey;
  display: flex;
  color: white;
}
v7-calendar-overview-component .calendar-overview-content .calendar-overview-body .body-row .body-item .item-start {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  min-height: 1.875rem;
  max-height: -moz-max-content;
  max-height: max-content;
  background-color: #434951;
  padding-left: 0.3125rem;
  position: relative;
  display: flex;
  align-items: center;
}
v7-calendar-overview-component .calendar-overview-content .calendar-overview-body .body-row .body-item .item-start:hover {
  background-color: #535B67;
}
v7-calendar-overview-component .calendar-overview-content .calendar-overview-body .body-row .body-item .item-start-selected {
  background-color: #30343A;
}
v7-calendar-overview-component .calendar-overview-content .calendar-overview-body .body-row .body-item .item-start-selected:hover {
  background-color: #30343A;
}
v7-calendar-overview-component .calendar-overview-content .calendar-overview-body .body-row .body-item .data-container {
  margin-left: 0.3125rem;
}
v7-calendar-overview-component .calendar-overview-content .calendar-overview-body .body-row .body-item-last {
  /*height: $v7-calendar-overview-body-item-last-height;*/
  border-bottom: 0.0625rem solid lightgrey;
}
/* 
    Created on : Nov 12, 2018, 2:20:12 PM
    Author     : peter.rumanovsky
*/
v7-exclusion-component .dataview-body {
  box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}
v7-exclusion-component .dataview-body .v7-exclusion-card {
  padding: 0rem;
  height: 100%;
  width: 100%;
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table {
  padding: 0rem;
  width: 100%;
  color: #434951;
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .v7-exclusion-header {
  /*v7-exclusion-header-firstColumn*/
  /*position: absolute;*/
  /*                left: calc(0% + 0.833125rem);*/
  /*                width: calc(100% - 8px);
                  padding-left: 8px;                */
  padding: 0rem;
  padding-top: 0.6875rem;
  line-height: 1.225rem;
  padding-bottom: 0.625rem;
  height: 2.5rem;
  color: #434951;
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  border-bottom: #F5F5F5;
  border-bottom: 0.03125rem solid #F5F5F5;
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .v7-exclusion-header .v7-exclusion-header-firstColumn {
  /*position: absolute;*/
  /*left: calc(0% + 0.833125rem);*/
  padding-left: 1rem;
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .tr-locked {
  padding: 0rem;
  padding-top: 0.6875rem;
  line-height: 1.225rem;
  padding-bottom: 0.625rem;
  height: 2.5rem;
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .tr-locked .v7-exclusion-table-firstColumn {
  padding: 0rem;
  padding-top: 0.6875rem;
  line-height: 1.225rem;
  padding-bottom: 0.625rem;
  height: 2.5rem;
  position: absolute;
  left: calc(0% + 0.833125rem);
  padding-right: calc(72.666875rem - 49833125rem);
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .tr-locked .icon-col {
  position: absolute;
  left: calc(100% - 2.625rem);
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .tr-locked .mat-icon {
  vertical-align: middle !important;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .tr-locked button {
  display: none;
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .tr-locked:hover {
  background-color: #F5F5F5;
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .tr-locked:hover .btn-sm {
  color: #C2C2C2;
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .tr-locked:hover .btn-sm:hover {
  color: #535B67;
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .tr-locked:hover button {
  display: inline;
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .tr-unlocked {
  padding: 0rem;
  padding-top: 0.6875rem;
  line-height: 1.225rem;
  padding-bottom: 0.625rem;
  height: 2.5rem;
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .tr-unlocked .v7-exclusion-table-firstColumn {
  padding: 0rem;
  padding-top: 0.6875rem;
  line-height: 1.225rem;
  padding-bottom: 0.625rem;
  height: 2.5rem;
  position: absolute;
  left: calc(0% + 0.833125rem);
  padding-right: calc(72.666875rem - 49833125rem);
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .tr-unlocked .icon-col {
  position: absolute;
  left: calc(100% - 2.625rem);
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .tr-unlocked .mat-icon {
  vertical-align: middle !important;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .tr-unlocked button {
  display: none;
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .tr-unlocked:hover {
  background-color: #F5F5F5;
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .tr-unlocked:hover .btn-sm {
  color: #C2C2C2;
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .tr-unlocked:hover .btn-sm:hover {
  color: #535B67;
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .tr-unlocked:hover button {
  display: inline;
}
v7-exclusion-component .dataview-body .v7-exclusion-card .v7-exclusion-table .exclusion-icon {
  width: 1rem;
  height: 1rem;
  margin: 0.5rem;
}
/* 
    Created on : 13.09.2018, 17:30:35
    Author     : acw
*/
v7-kpi-donut-component .v7-dataview .dataview-body {
  flex-direction: column;
  align-items: center !important;
  justify-content: space-between;
}
v7-kpi-donut-component .v7-dataview .dataview-body .v7charts-position-relative {
  width: inherit;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
v7-kpi-donut-component .v7-dataview .dataview-body .v7charts-position-relative .v7charts-single-donut-chart-label {
  width: 100%;
  left: 0;
  top: auto;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  font-size: 1.225rem;
}
v7-kpi-donut-component .v7-dataview .dataview-body .v7-highlight-font {
  margin-top: 1rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
}
v7-kpi-donut-component .leq33 .v7charts-single-donut-chart .v7charts-single-donut-chart-group :first-child :first-child {
  fill: #B00120;
}
v7-kpi-donut-component .leq66 .v7charts-single-donut-chart .v7charts-single-donut-chart-group :first-child :first-child {
  fill: #e5c719;
}
v7-kpi-donut-component .gt66 .v7charts-single-donut-chart .v7charts-single-donut-chart-group :first-child :first-child {
  fill: #7cbc5c;
}
/* 
    Created on : 11.09.2018, 15:49:38
    Author     : acw
*/
v7-kpi-matrix-component .dataview-body {
  align-items: inherit;
}
v7-kpi-matrix-component th {
  border-top: none;
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  padding: 0.75rem;
}
v7-kpi-matrix-component td {
  border-top: none;
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 0.75rem;
}
v7-kpi-matrix-component .highlighted {
  color: #F15A23;
}
v7-kpi-matrix-component .table {
  margin-bottom: 1rem;
  color: #212529;
}
v7-dataview-label-component .v7-dataview {
  padding: 0 1rem;
}
/*
    Created on : 10.09.2018, 15:20:03
    Author     : acw
*/
v7-list-view-component.v7-dataview {
  padding: 18.75rem;
}
v7-list-view-component.v7-dataview .dataview-caption {
  text-transform: uppercase;
}
v7-list-view-component.v7-dataview .dataview-body {
  padding: 0;
}
v7-list-view-component .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #434951;
}
v7-list-view-component th {
  border-top: none;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  min-width: 7rem;
}
v7-list-view-component td {
  border-top: none;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  min-width: 7rem;
}
v7-list-view-component td .skeletonPulse {
  height: 1rem;
}
v7-list-view-component.v7-listview-unlabled th {
  display: none;
}
v7-list-view-component.v7-listview-highlighted th, v7-list-view-component.v7-listview-highlighted td {
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  color: #F15A23;
}
/* 
    Created on : 19.09.2018, 14:32:15
    Author     : acw
*/
v7-threshold-indicator-component.v7-dataview .dataview-body {
  flex-direction: column;
  align-items: center;
}
v7-threshold-indicator-component.v7-dataview .dataview-body .v7-highlight-font {
  text-align: center;
  align-self: center;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
}
/*
    Created on : 23.11.2018, 10:03:24
    Author     : job
*/
v7-table-view-pagination-component {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
v7-table-view-pagination-component .v7-tableview-pagination-button {
  min-width: 1rem;
  height: 1rem;
  color: #434951;
  font-size: 0.625rem;
  line-height: 0.875rem;
  border-radius: 0;
  padding: 0;
  margin: 0 0.0625rem 1rem 0.0625rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
v7-table-view-pagination-component .v7-tableview-pagination-button.mat-icon-button[disabled] mat-icon svg {
  color: #C2C2C2;
}
v7-table-view-pagination-component .v7-tableview-pagination-button.mat-icon-button[disabled]:hover mat-icon svg {
  color: #C2C2C2;
}
v7-table-view-pagination-component .v7-tableview-pagination-button.mat-icon-button:hover {
  color: #535B67;
}
v7-table-view-pagination-component .v7-tableview-pagination-button .mat-icon {
  line-height: 0.875rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
v7-table-view-pagination-component .v7-tableview-pagination-button .mat-button-wrapper {
  padding: 0;
  line-height: 0.875rem;
}
v7-table-view-pagination-component .v7-tableview-pagination-button.mat-button {
  font-size: 0.625rem;
}
v7-table-view-pagination-component .v7-tableview-pagination-button.active {
  color: white;
  background-color: #F15A23;
}
v7-table-view-pagination-component .v7-tableview-pagination-arrow {
  width: 1.5rem;
  margin: 0 0.5rem 0 0.5rem;
}
v7-table-view-pagination-component .v7-tableview-pagination-dot {
  vertical-align: middle;
  height: 1rem;
  line-height: 0.875rem;
  margin: 0 0.5rem 1rem 0.1875rem;
}
v7-table-view-filter-component .tableview-filter-container .mat-divider {
  border-top-color: #F5F5F5;
}
v7-table-view-filter-component .tableview-filter-container mat-form-field {
  padding: 1rem;
  padding-bottom: 0.5625rem;
}
v7-table-view-filter-component .tableview-filter-container mat-form-field .mat-form-field-wrapper {
  height: 2.5rem;
  width: 18.75rem;
}
v7-table-view-filter-component .tableview-filter-container mat-form-field .mat-form-field-wrapper .mat-form-field-flex {
  width: 18.75rem;
  height: 2.5rem;
  align-items: center;
}
v7-table-view-filter-component .tableview-filter-container mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix {
  top: 0;
  padding-right: 0.5rem;
}
v7-table-view-filter-component .tableview-filter-container mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline {
  top: 0;
}
v7-table-view-filter-component .tableview-filter-container mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  top: 0;
  border: none;
  padding: 0.4em 0;
}
v7-table-view-filter-component .tableview-filter-container mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper {
  margin: 0;
  padding: 0;
  height: 3.75rem;
  top: -1.5em;
}
v7-table-view-filter-component .tableview-filter-container mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label {
  margin: 0;
}
v7-table-view-filter-component .tableview-filter-container .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  transform: translateY(-1.1em) scale(0.75);
  width: 133.33333%;
}
v7-table-view-filter-component .tableview-filter-container .selected-entries-container {
  height: 3.3125rem;
  border-top: 0.0625rem solid #F0F0F0;
}
v7-table-view-component {
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: auto;
  color: #434951;
}
v7-table-view-component .v7-dataview .v7-tableview-body {
  overflow: display;
}
v7-table-view-component .set-filters {
  width: 100%;
  margin-bottom: 8px;
}
v7-table-view-component .tableview-mat-card {
  width: 100%;
  padding: 0 0 0 0;
  border-radius: 0.125rem;
}
v7-table-view-component .tableview-mat-card .mat-progress-spinner {
  margin: 0 auto 0.3125rem auto;
}
v7-table-view-component .clickable .v7-tableview-table-row-data {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-table-view-component .v7-tableview-table {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  display: grid;
  overflow-x: auto;
  overflow-y: auto;
}
v7-table-view-component .table {
  overflow: auto;
  min-width: 100%;
  margin-bottom: 1.5rem;
}
v7-table-view-component .table .mat-row {
  border-style: none;
  min-height: 2.5rem;
  max-height: 2.5rem;
  display: flex;
  align-items: center;
}
v7-table-view-component .table .mat-row:hover {
  background-color: #F5F5F5;
}
v7-table-view-component .table .mat-row .mat-cell {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.6875rem;
  padding-left: 1rem;
  align-items: center;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow-wrap: break-word;
}
v7-table-view-component .table .mat-row .mat-cell:last-of-type {
  padding-right: 2.8125rem;
}
v7-table-view-component .table .mat-row .mat-cell.emptyColumn {
  max-width: 0;
  padding-left: 0;
}
v7-table-view-component .table .mat-row:nth-child(even):not(.v7-tableview-table-row-selected) .mat-cell {
  background-color: #FCFCFC;
}
v7-table-view-component .table .mat-row:nth-child(odd):not(.v7-tableview-table-row-selected) .mat-cell {
  background-color: white;
}
v7-table-view-component .table .v7-tableview-checkbox {
  width: 5.5rem;
  height: 1.25rem;
}
v7-table-view-component .table .v7-tableview-table-row-selected {
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  background-color: #DEDEDE !important;
}
v7-table-view-component .v7-tableview-body {
  overflow: inherit;
  min-width: auto;
  box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12);
}
v7-table-view-component .v7-tableview-caption {
  font-size: 1.5rem;
}
v7-table-view-component .v7-tableview-table-header {
  background: #434951;
  color: white;
}
v7-table-view-component .v7-tableview-table-header-data-container {
  display: flex;
  margin: 0 0 0 -1rem;
  align-items: center;
}
v7-table-view-component .v7-tableview-table-header-data-container .mat-sort-header-arrow {
  color: #434951;
}
v7-table-view-component .mat-header-row {
  min-height: 2.5rem;
  max-height: 2.5rem;
  display: flex;
  align-items: center;
  border-bottom-style: solid;
  border-bottom-width: 0.0625rem;
}
v7-table-view-component .mat-header-row .mat-header-cell {
  border-bottom: 0.0625rem solid #F0F0F0;
  display: block;
  padding-top: 0.6875rem;
  align-items: center;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow-wrap: break-word;
}
v7-table-view-component .mat-header-row .mat-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
v7-table-view-component .mat-header-row.filter, v7-table-view-component .mat-header-row .filter {
  min-height: 7.8125rem;
  max-height: 7.8125rem;
  display: flex;
  align-items: center;
  border-bottom-style: solid;
  border-bottom-width: 0.0625rem;
}
v7-table-view-component .mat-header-row.filter .mat-header-cell, v7-table-view-component .mat-header-row .filter .mat-header-cell {
  display: block;
  padding: 0;
  align-items: center;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow-wrap: break-word;
}
v7-table-view-component .mat-header-row.filter .mat-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content, v7-table-view-component .mat-header-row .filter .mat-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
v7-table-view-component .v7-tableview-table-header-data {
  height: 2.5rem;
  size: 0.875rem;
  text-align: left;
  line-height: 1.225rem;
  border: none;
  vertical-align: middle;
  color: #434951;
  font-weight: 600;
  border-bottom: 0.0625rem solid #F0F0F0;
  padding-left: 1rem;
  min-width: 8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
v7-table-view-component .v7-tableview-table-header-data:last-of-type {
  padding-right: 2.8125rem;
}
v7-table-view-component .v7-tableview-table-header-data:first-of-type.checkbox {
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-table-view-component .v7-tableview-table-header-data:first-of-type.checkboxOnLoad {
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button {
  margin-left: -0.25rem;
  visibility: hidden;
  vertical-align: middle;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button .mat-icon {
  width: 1rem;
  height: 1rem;
  fill: #C2C2C2;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button-active {
  visibility: visible;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button-active .mat-icon {
  fill: #434951;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon {
  vertical-align: middle;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon .mat-icon {
  width: 1rem;
  height: 1rem;
  fill: #434951;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon-selected .mat-icon {
  fill: #434951;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon-selected .mat-icon {
  fill: #F15A23;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content > div {
  justify-content: flex-end;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content:hover .v7-tableview-sort-button {
  visibility: visible;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu {
  display: inline-block;
  margin-left: 0.25rem;
  visibility: hidden;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu .mat-icon {
  width: 1rem;
  height: 1rem;
  fill: #434951;
  vertical-align: middle;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-table-view-component .v7-tableview-table-header-data:hover .v7-tableview-table-header-data-menu {
  display: inline-block;
  margin-left: 0.25rem;
  visibility: visible;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  border-radius: 0.125rem;
  background-color: white;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item:hover {
  background-color: #F5F5F5;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item:focus {
  background-color: #DEDEDE;
}
v7-table-view-component .skeletonPulse {
  margin-right: 1.5625rem;
  height: 1rem;
}
v7-table-view-component mat-footer-row {
  width: 6.25rem;
  min-height: 11rem;
  margin-top: 2.006875rem;
  border-bottom-width: 0rem;
  display: flex;
}
v7-table-view-component mat-footer-row.skeletonPulse {
  margin-right: auto;
  margin-left: auto;
}
v7-table-view-component .v7-tableview-table-row {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  height: 2.5rem;
  size: 0.875rem;
  text-align: left;
  line-height: 1.225rem;
  border: none;
  vertical-align: middle;
  color: #434951;
  min-width: 8rem;
  display: flex;
  align-items: center;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow-wrap: break-word;
}
v7-table-view-component .v7-tableview-table-row.checkbox {
  padding-left: 1rem;
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-table-view-component .v7-tableview-table-row.checkbox .skeletonPulse {
  max-width: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
}
v7-table-view-component .v7-tableview-table-row-isOdd {
  background-color: #DCDDE0;
}
v7-table-view-component .mat-checkbox .mat-checkbox-ripple {
  display: none;
}
v7-table-view-component .v7-tableview-header-data-menu {
  width: 16.0625rem;
  background-color: white;
}
v7-table-view-component .v7-tableview-header-data-menu .tableview-header-data-menu-item {
  padding: 0;
  height: 2.5rem;
  background-color: white;
  line-height: 0.0875rem;
}
v7-table-view-component .v7-tableview-header-data-menu .tableview-header-data-menu-item .mat-icon {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  fill: #434951;
}
v7-table-view-component .v7-tableview-header-data-menu .tableview-header-data-menu-item .mat-icon svg {
  height: 1rem;
  width: 1rem;
}
v7-table-view-component .v7-tableview-header-data-menu .tableview-header-data-menu-item:hover {
  background-color: #F5F5F5;
}
v7-table-view-component .campaign-analyse-campaign-overview {
  padding: 0;
}
v7-table-view-component .campaign-analyse-campaign-overview .v7-dataview {
  padding-left: 0;
  padding-right: 0;
}
v7-table-view-component .selection-table-overview {
  padding: 0;
}
/*
    Created on : 07.09.2018, 13:12:43
    Author     : job
*/
v7-table-view-custom-sort-component {
  width: 48.375rem;
  height: 29.3125rem;
}
v7-table-view-custom-sort-component .sort-header {
  color: #434951;
  padding: 0 0 0 1rem;
  margin-top: 1rem;
}
v7-table-view-custom-sort-component .all-columns {
  max-height: 16.75rem;
  min-height: 16.75rem;
  overflow-x: hidden;
}
v7-table-view-custom-sort-component .all-columns .cols-container {
  padding: 0 1rem;
  display: block;
  justify-content: space-between;
  padding-bottom: 0.75rem;
}
v7-table-view-custom-sort-component .all-columns .cols-container .bla {
  height: 4.921875rem;
  display: flex;
}
v7-table-view-custom-sort-component .all-columns .cols-container .bla .col-container {
  display: flex;
  flex-direction: column;
  height: 4.921875rem;
  padding-right: 2rem;
}
v7-table-view-custom-sort-component .all-columns .cols-container .bla .col-container .col-text {
  display: flex;
  margin-bottom: 0.5rem;
}
v7-table-view-custom-sort-component .all-columns .cols-container .bla .col-container .col-dropdown {
  display: flex;
  padding: 0;
}
v7-table-view-custom-sort-component .all-columns .cols-container .bla .col-container .col-dropdown mat-form-field {
  width: 18.75rem;
  padding: 0;
}
v7-table-view-custom-sort-component .all-columns .cols-container .bla .col-container .col-dropdown mat-form-field .mat-form-field-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}
v7-table-view-custom-sort-component .all-columns .cols-container .bla .col-container .col-dropdown mat-form-field .mat-select-empty .mat-select-arrow {
  color: #C2C2C2;
}
v7-table-view-custom-sort-component .all-columns .cols-container .bla .col-container .col-dropdown mat-form-field .mat-select-placeholder {
  color: #C2C2C2;
}
v7-table-view-custom-sort-component .all-columns .cols-container .bla .order-container {
  display: flex;
  flex-direction: column;
  padding-right: 2rem;
}
v7-table-view-custom-sort-component .all-columns .cols-container .bla .order-container .order-text {
  display: flex;
  padding-bottom: 0.5rem;
}
v7-table-view-custom-sort-component .all-columns .cols-container .bla .order-container .order-dropdown {
  display: flex;
  padding: 0;
}
v7-table-view-custom-sort-component .all-columns .cols-container .bla .order-container .order-dropdown mat-form-field {
  width: 18.75rem;
  padding: 0;
}
v7-table-view-custom-sort-component .all-columns .cols-container .bla .order-container .order-dropdown mat-form-field .mat-form-field-wrapper {
  margin-bottom: 0;
}
v7-table-view-custom-sort-component .all-columns .cols-container .bla .order-container .order-dropdown mat-form-field .mat-select-empty .mat-select-arrow {
  color: #C2C2C2;
}
v7-table-view-custom-sort-component .all-columns .cols-container .bla .order-container .order-dropdown mat-form-field .mat-select-placeholder {
  color: #C2C2C2;
}
v7-table-view-custom-sort-component .add-col-btn {
  display: flex;
  color: #434951;
  padding-top: 0.75rem;
  padding-left: 1rem;
}
v7-table-view-custom-sort-component .add-col-btn .add-col-icon {
  width: 1.5rem;
  height: 1.5rem;
}
v7-table-view-custom-sort-component .del-col-btn {
  display: flex;
  color: #434951;
  padding: 1.25rem 0.25rem 1.5rem 0rem;
}
v7-table-view-custom-sort-component .del-col-btn mat-icon {
  height: 1.3125rem;
  width: 1.3125rem;
}
v7-table-view-custom-sort-component .drag-and-drop {
  color: #434951;
  padding: 1.25rem 0rem 1.5rem 0rem;
  cursor: move;
}
v7-table-view-custom-sort-component .drag-and-drop mat-icon {
  height: 1.3125rem;
  width: 1.3125rem;
}
v7-table-view-custom-sort-component .cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
v7-table-view-custom-sort-component .all-columns.cdk-drop-list-dragging .cols-container:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
v7-table-view-custom-sort-component .cdk-drag-placeholder {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
v7-table-view-custom-sort-component .apply-col-btn {
  display: flex;
  float: right;
}
v7-minimap-component {
  display: block;
  width: 100%;
  height: 100%;
}
v7-minimap-component #minimap {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  position: fixed;
  left: 30rem2rem;
  bottom: 5rem;
  width: 12.5rem;
  height: 12.5rem;
  border: 0 solid #494D4E;
  z-index: 2;
}
v7-minimap-component #minimap_arrows {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  position: fixed;
  left: 30rem2rem;
  bottom: 5rem;
  width: 12.5rem;
  height: 12.5rem;
  border: 0 solid #494D4E;
  pointer-events: none;
  z-index: 3;
}
/*
Created on : 23.08.2018, 15:23:14
Author     : job
*/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spread {
  0% {
    max-width: 10.625rem;
  }
  100% {
    max-width: 23.75rem;
  }
}
@keyframes show {
  to {
    opacity: 0.8;
    overflow: visible;
  }
}
v7-dataview-footer-component {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: flex-end;
  padding: 2rem 0 0 0;
}
v7-dataview-footer-component .mat-select {
  width: 1rem;
  height: 1rem;
}
v7-dataview-footer-component .mat-select .mat-select-trigger {
  vertical-align: top;
}
v7-dataview-footer-component .mat-select .mat-select-trigger .mat-select-value {
  display: none;
}
v7-dataview-footer-component .mat-select .mat-select-trigger .mat-select-arrow-wrapper {
  padding-bottom: 0.4375rem;
}
v7-dataview-footer-component .mat-select .mat-select-trigger .mat-select-arrow-wrapper .mat-select-arrow {
  color: white;
  border-left: 0.21875rem solid transparent;
  border-right: 0.21875rem solid transparent;
}
v7-dataview-footer-component .mat-select-value {
  width: 0;
}
v7-dataview-footer-component .v7-dataview-left-half {
  margin-left: 0.3125rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  padding-bottom: 0.3125rem;
  left: 0;
  width: auto;
}
v7-dataview-footer-component .v7-dataview-left-half .v7-dataview-xOfy-von {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  display: inline-block;
}
v7-dataview-footer-component .v7-dataview-separator {
  height: 2.125rem;
  margin: -0.3125rem 0 0 0.4375rem;
  border-left-width: 0.125rem;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.1);
}
v7-dataview-footer-component .v7-dataview-right-half {
  font-size: 0.875rem;
  margin-right: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 0.5rem;
  right: 0;
  width: auto;
}
v7-dataview-footer-component .bottom-scale-right {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0.5rem;
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
  background-color: white;
  opacity: 0.25;
  z-index: 1;
}
v7-dataview-footer-component .bottom-scale-left {
  position: absolute;
  width: 0%;
  bottom: 0;
  left: 0;
  height: 0.5rem;
  background-color: #F15A23;
  z-index: 2;
  border-bottom-left-radius: 0.125rem;
}
v7-dataview-footer-component .v7-dataview-xOfy-scale {
  margin-left: 0.3125rem;
  overflow: hidden;
  height: 1.625rem;
}
v7-dataview-footer-component .v7-dataview-footer-countUp {
  pointer-events: none;
}
v7-dataview-footer-component .v7-dataview-loader {
  min-height: 1rem;
  min-width: 1rem;
  margin-top: -0.3125rem;
}
v7-dataview-footer-component .v7-dataview-loader.mat-progress-spinner circle {
  stroke: white;
}
v7-dataview-footer-component .loading-pop-up {
  position: absolute;
  width: 10.9375rem;
  margin: -3.125rem 0 0 -8.4375rem;
  padding: 0.625rem;
  background-color: #434951;
  border-radius: 0.25rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.625rem;
  color: white;
  animation: show 0s 10s forwards;
  opacity: 0;
  overflow: hidden;
}
v7-dataview-footer-component .loading-pop-up:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0.6875rem 0.6875rem 0;
  border-color: #434951 transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -0.6875rem;
  left: 8.875rem;
}
v7-dataview-footer-component .btn-primary.dropdown-toggle {
  background-color: #434951;
}
v7-dataview-footer-component .v7-button .btn-primary.are-loaded-data {
  animation: 1.5s ease-out 0s 1 spread;
}
v7-dataview-footer-component .v7-button .btn-primary.x-of-y {
  height: 2.6875rem;
}
/* 
    Created on : 20.09.2018, 17:26:15
    Author     : acw
*/
/*
    Created on : Oct 31, 2018, 11:03:53 AM
    Author     : peter.rumanovsky
*/
.v7-selection-element {
  position: relative;
  font-size: medium;
  display: inline-block;
  background-color: white;
  width: 100%;
}
.v7-selection-element .form-control {
  border-radius: 0;
}
.v7-selection-element .form-control:focus {
  border-radius: 0;
  border-color: #DEDEDE;
  border-width: 0.0625rem;
}
.v7-selection-element .selection-element-entries {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 20rem;
  overflow-y: auto;
  margin: 0.5rem;
}
.v7-selection-element .selection-element-entries::-webkit-scrollbar-track {
  background-color: white;
}
.v7-selection-element .selection-element-entries::-webkit-scrollbar {
  width: 0.5rem;
  background-color: #F5F5F5;
}
.v7-selection-element .selection-element-entries::-webkit-scrollbar-thumb {
  border-radius: 0;
  width: 0.5rem;
  background-color: white;
}
.v7-selection-element .selection-element-entries:hover::-webkit-scrollbar-thumb {
  background-color: #434951;
}
.v7-selection-element .selection-element-entry {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.v7-selection-element .text-input {
  text-align: left;
}
.v7-selection-element .number-input {
  text-align: center;
}
.v7-selection-element .list-unstyled {
  margin: 0 0.5rem;
}
/* 
    Created on : 24.09.2018, 10:46:37
    Author     : acw
*/
v7-folder-button-component .v7-button .btn-md {
  padding: 0 0.5rem 0 1rem;
  height: 2.6875rem;
  box-shadow: 0 0 0.125rem #434951;
  margin-bottom: 0.75rem;
}
v7-folder-button-component .v7-button button {
  width: 100%;
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background: #434951;
  color: white;
}
v7-folder-button-component .v7-button button:active, v7-folder-button-component .v7-button button:focus {
  background-color: #30343A;
  color: white;
}
v7-folder-button-component .v7-button button:hover {
  background-color: #535B67;
  color: white;
}
v7-folder-button-component .v7-button button .folder-icon {
  margin: 0 0.625rem 0 0.125rem;
}
v7-folder-button-component .v7-button button .chevron-icon {
  margin: 0;
}
/* 
    Created on : Oct 23, 2018, 8:17:45 AM
    Author     : peter.rumanovsky
*/
v7-check-box-list-selection-element-component .mat-list {
  padding-bottom: 0.5rem;
}
v7-check-box-list-selection-element-component .mat-list .mat-list-item {
  height: 2.25rem;
}
v7-check-box-list-selection-element-component .wildcard-checkbox {
  margin-top: 0.5rem;
  margin-left: 1rem;
}
/* 
    Created on : 10.09.2018, 10:04:23
    Author     : sbu
*/
/* 
    Created on : Oct 25, 2018, 10:47:48 AM
    Author     : peter.rumanovsky
*/
v7-check-box-tree-selection-element-component .node-content-wrapper {
  display: flex;
  justify-content: space-between;
}
v7-check-box-tree-selection-element-component .drag-entry-icon {
  margin-right: 1rem;
  cursor: grab;
  cursor: -moz-grab;
}
v7-check-box-tree-selection-element-component .checkbox-tree-root ::ng-deep .mat-checkbox .mat-checkbox-layout {
  margin: 0.375rem 0;
}
v7-check-box-tree-selection-element-component .tree-root {
  /* The following styles make the default html checkbox invisible 
  and create a custom checkbox look in it's place.
  Taken from a w3schools tutorial at: https://www.w3schools.com/howto/howto_css_custom_checkbox.asp
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a red background */
  /* When a child of the checkbox is checked (indeterminate state)*/
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
  margin: 0.5rem 0 0 0.5rem;
  /* This style is used for displaying the lines inside of opened branches.
  It is taken from the angular2-tree-styling-page and provided by the community:
  https://angular2-tree.readme.io/v7.2.0/docs/styling 
  =============================================================================================== */
  /* =============================================================================================== */
}
v7-check-box-tree-selection-element-component .tree-root .container {
  display: block;
  position: relative;
  padding-left: 2.1875rem;
  margin-bottom: 0.25rem;
  cursor: pointer;
  font-size: 12pt;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
v7-check-box-tree-selection-element-component .tree-root .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
v7-check-box-tree-selection-element-component .tree-root .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5625rem;
  width: 1.5625rem;
  background-color: #fff;
  border-radius: 0;
  border: 0.0625rem solid #DEDEDE;
}
v7-check-box-tree-selection-element-component .tree-root .container:hover input ~ .checkmark {
  background-color: #ccc;
}
v7-check-box-tree-selection-element-component .tree-root .container input:checked ~ .checkmark {
  background-color: #F15A23;
  border: none;
}
v7-check-box-tree-selection-element-component .tree-root .container input:indeterminate ~ .checkmark {
  background-clip: content-box;
  background-color: #F15A23;
  padding: 0.125rem;
}
v7-check-box-tree-selection-element-component .tree-root .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
v7-check-box-tree-selection-element-component .tree-root .container input:checked ~ .checkmark:after {
  display: block;
}
v7-check-box-tree-selection-element-component .tree-root .container .checkmark:after {
  left: 0.5625rem;
  top: 0.3125rem;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid white;
  border-width: 0 0.1875rem 0.1875rem 0;
  transform: rotate(45deg);
}
v7-check-box-tree-selection-element-component .tree-root .node-content-wrapper span {
  display: block;
  width: 12.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
v7-check-box-tree-selection-element-component .tree-root .tree-children {
  position: relative;
}
v7-check-box-tree-selection-element-component .tree-root .node-content-wrapper::before, v7-check-box-tree-selection-element-component .tree-root .tree-children::after {
  content: "";
  position: absolute;
}
v7-check-box-tree-selection-element-component .tree-root .node-content-wrapper::before {
  border-bottom: 0.0625rem solid lightgrey;
  border-left: 0.0625rem solid lightgrey;
  height: 1.75rem;
  top: -0.875rem;
  width: 0.625rem;
  left: -1.5625rem;
}
v7-check-box-tree-selection-element-component .tree-root .tree-node-level-1 > tree-node-wrapper > .node-wrapper > .node-content-wrapper::before {
  display: none;
}
v7-check-box-tree-selection-element-component .tree-root .node-wrapper {
  margin-left: 1px;
}
v7-check-box-tree-selection-element-component .tree-root .tree-node-leaf > .node-wrapper > .node-content-wrapper::before {
  width: 1.5625rem;
}
v7-check-box-tree-selection-element-component .tree-root .tree-children::after {
  border-left: 0.0625rem solid lightgrey;
  height: 100%;
  top: -0.9375rem;
  left: -0.9375rem;
}
v7-check-box-tree-selection-element-component .tree-root tree-node:last-child > .tree-node > .tree-children::after {
  border-left: none;
}
v7-check-box-tree-selection-element-component .tree-root .toggle-children {
  z-index: 1;
}
v7-check-box-tree-selection-element-component .tree-root span.toggle-children {
  background-image: none;
  margin-right: 0.875rem;
}
v7-check-box-tree-selection-element-component .tree-root span.toggle-children::before {
  content: url("/assets/icons/baseline-chevron_right-24px.svg");
}
v7-check-box-tree-selection-element-component .tree-root span.toggle-children-wrapper-expanded > .toggle-children {
  transform: rotate(0deg);
  margin-right: 0.875rem;
}
v7-check-box-tree-selection-element-component .tree-root span.toggle-children-wrapper-expanded > .toggle-children::before {
  content: url("/assets/icons/baseline-expand_more-24px.svg");
}
v7-check-box-tree-selection-element-component .tree-root .node-content-wrapper:hover, v7-check-box-tree-selection-element-component .tree-root .node-content-wrapper-focused {
  color: #F15A23;
  background-color: white;
  border-width: 0;
  box-shadow: none;
}
v7-check-box-tree-selection-element-component .tree-root .mat-progress-spinner {
  float: right;
  margin: 0 0.3125rem 0.3125rem 0;
}
v7-check-box-tree-selection-element-component v7-selected-entries-component .mat-chip-list-wrapper {
  margin: 0.2rem 0.2rem 0.2rem 0.2rem;
}
v7-check-box-tree-selection-element-component v7-selected-entries-component ::ng-deep {
  border-top: 0.0625rem solid #F0F0F0;
}
v7-check-box-tree-selection-element-component v7-selected-entries-component ::ng-deep .mat-chip-list-wrapper {
  margin: 0.2rem 0.2rem 0.2rem 0.2rem;
}
v7-check-box-tree-selection-element-component v7-selected-entries-component ::ng-deep .mat-chip-list-wrapper .mat-button-toggle {
  border-radius: 0.125rem;
  margin: 0 0.25rem 0 0;
}
v7-check-box-tree-selection-element-component v7-selected-entries-component ::ng-deep .mat-chip-list-wrapper .chiplist {
  margin: 0;
}
v7-check-box-tree-selection-element-component v7-selected-entries-component ::ng-deep .mat-chip-list-wrapper .chiplist .mat-chip {
  color: #434951;
  background-color: white;
}
v7-check-box-tree-selection-element-component v7-selected-entries-component ::ng-deep .mat-chip-list-wrapper .chiplist .mat-chip:hover {
  background-color: white;
}
v7-check-box-tree-selection-element-component v7-selected-entries-component ::ng-deep .mat-chip-list-wrapper .chiplist .mat-chip:hover .mat-icon {
  color: #535B67;
}
v7-check-box-tree-selection-element-component v7-selected-entries-component ::ng-deep .mat-chip-list-wrapper .chiplist .mat-chip:active {
  background-color: white;
}
v7-check-box-tree-selection-element-component v7-selected-entries-component ::ng-deep .mat-chip-list-wrapper .chiplist .mat-chip:active .mat-icon {
  color: #30343A;
}
v7-check-box-tree-selection-element-component v7-selected-entries-component ::ng-deep .mat-chip-list-wrapper .chiplist .mat-chip:focus, v7-check-box-tree-selection-element-component v7-selected-entries-component ::ng-deep .mat-chip-list-wrapper .chiplist .mat-chip:after {
  background-color: white;
}
v7-check-box-tree-selection-element-component v7-selected-entries-component ::ng-deep .mat-chip-list-wrapper .chiplist .mat-chip .mat-icon {
  color: #C2C2C2;
  width: 1rem;
  height: 1rem;
  margin-right: 0.125rem;
}
v7-check-box-tree-selection-element-component .wildcard-checkbox {
  margin-top: 0.5rem;
  margin-left: 1rem;
}
/*
    Created on : Oct 22, 2018, 3:18:53 PM
    Author     : peter.rumanovsky
*/
v7-double-date-chooser-selection-element-component .v7-dateinputpanel {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel {
  display: flex;
  flex-direction: column;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .mat-icon {
  color: #434951;
  width: 1.5rem;
  height: 1.5rem;
  padding-bottom: 0.125rem;
  margin: 0;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .v7-date-clear-button {
  width: 0.75rem;
  height: 0.75rem;
  position: relative;
  left: 5.1025rem;
  bottom: 1rem;
}
@-moz-document url-prefix() {
  v7-double-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .v7-date-clear-button {
    bottom: 1.525rem;
  }
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .v7-date-clear-button .mat-icon {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .v7-date-clear-button .mat-icon svg {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: baseline;
  color: #C2C2C2;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .v7-date-clear-button:hover svg {
  color: #434951;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .v7-date-clear-button:active svg {
  color: #30343A;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .time-container {
  margin-top: 1rem;
  display: flex;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .time-container .divider {
  margin-left: -0.3125rem;
  padding-top: 0.3rem;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .time-container .time-field-hour {
  align-items: center;
  width: 4.375rem;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .time-container .time-field-hour .mat-form-field-wrapper {
  width: 4.375rem;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .time-container .time-field-hour .mat-form-field-wrapper .mat-form-field-flex {
  align-items: flex-end;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .time-container .time-field-minute {
  width: 5rem;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .time-container .time-field-minute .mat-form-field-wrapper {
  width: 5rem;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .mat-form-field {
  width: 8.75rem;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .mat-form-field .mat-form-field-wrapper {
  padding: 0;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .mat-form-field .mat-form-field-underline {
  top: 1.9375rem;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .mat-form-field .mat-form-field-flex {
  flex-direction: row-reverse;
  padding: 0;
  height: 2.5rem;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .mat-form-field .mat-form-field-infix {
  border: 0;
  position: relative;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .mat-form-field .mat-form-field-infix .mat-input-element {
  position: relative;
  transform: translateY(-9%);
  font-size: 14px;
}
@-moz-document url-prefix() {
  v7-double-date-chooser-selection-element-component .v7-dateinputpanel .mat-form-field .mat-form-field-infix .mat-input-element {
    transform: translateY(-50%);
  }
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .mat-form-field .mat-form-field-suffix {
  padding-left: 0;
  top: 0.4375rem;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .mat-form-field .mat-datepicker-toggle-default-icon {
  width: 1.5rem;
  color: #434951;
  padding-bottom: 0.125rem;
}
v7-double-date-chooser-selection-element-component .wildcard-checkbox {
  margin-top: 0.5rem;
  margin-left: 1rem;
}
v7-double-date-chooser-selection-element-component .dateinputundo {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  display: flex;
  align-items: center;
  height: inherit;
  width: 1.128125rem;
  margin-right: 0.3125rem;
  margin-top: 0.25rem;
}
v7-double-date-chooser-selection-element-component .dateinputundo mat-icon {
  color: #535B67;
  width: 2rem;
  margin: 0;
}
v7-double-date-chooser-selection-element-component .checkbox-field-values-unknown {
  border-bottom: #DEDEDE 0.0625rem solid;
  padding: 1rem 1rem 0.5rem 1rem;
}
v7-double-date-chooser-selection-element-component div.double-date-panel {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding: 0.875rem 1rem;
}
v7-double-date-chooser-selection-element-component div.double-date-panel > span {
  position: relative;
  align-self: center;
}
/*
    Created on : Oct 22, 2018, 8:51:03 AM
    Author     : peter.rumanovsky
*/
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement {
  display: flex;
  flex-direction: column;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-min-max-panel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: small;
  padding: 0.5rem 1rem 0rem 1rem;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin: 1rem;
  margin-top: 1rem;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field {
  width: 8.75rem;
  height: 2.5rem;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .v7-doubleslider-clear-button {
  width: 1rem;
  height: 1rem;
  display: none;
  margin-right: 0.5rem;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .v7-doubleslider-clear-button .mat-icon {
  width: 1rem;
  height: 1rem;
  margin: 0;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .v7-doubleslider-clear-button .mat-icon svg {
  width: 1rem;
  height: 1rem;
  vertical-align: baseline;
  color: #C2C2C2;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .v7-doubleslider-clear-button:hover svg {
  color: #434951;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .v7-doubleslider-clear-button:active svg {
  color: #30343A;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .v7-doubleslider-textfield {
  color: #C2C2C2;
  text-align: center;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .mat-form-field-wrapper {
  margin: 0;
  padding: 0;
  height: 2.5rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid #DEDEDE;
  width: 8.75rem;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .mat-form-field-wrapper .mat-form-field-flex {
  height: 2.5rem;
  padding: 0;
  margin: 0;
  width: 8.75rem;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline {
  display: none;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick {
  display: none;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  display: flex;
  height: 2.5rem;
  padding: 0;
  border: 0;
  align-items: center;
  border-radius: 0.125rem;
  width: 8.75rem;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper {
  padding: 0;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .mat-form-field-wrapper:hover {
  border-color: #C2C2C2;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .mat-form-field-wrapper:focus-within {
  border-color: #434951;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .mat-form-field-wrapper:focus-within .v7-doubleslider-textfield {
  color: #434951;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .mat-form-field-wrapper:focus-within .v7-doubleslider-clear-button {
  display: inline;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .wildcard-checkbox {
  margin-top: 0.5rem;
  margin-left: 1rem;
}
v7-double-slider-selection-element-component .checkbox-field-values-unknown {
  border-bottom: #DEDEDE 0.0625rem solid;
  padding: 1rem 1rem 0.5rem 1rem;
}
/* 
    Created on : Oct 22, 2018, 4:40:37 PM
    Author     : peter.rumanovsky
*/
/*
    Created on : Oct 22, 2018, 12:36:19 PM
    Author     : peter.rumanovsky
    Completely reworked on: Dec 10, 2019, 17:00:00 PM
    Rework Author: sebastian.budsa
*/
/*
    Created on : 23.08.2018, 09:24:56
    Author     : acw
*/
/*******************************************************************************
* HELPER MEDIA QUERIES VIEWS
* xs        -- max-width: 35.999rem
* sm        -- min-width: 36rem, max-width: 59.999rem
* md        -- min-width: 60rem, max-width: 79.999rem
* lg        -- min-width: 80rem, max-width: 119.999rem
* xl        -- min-width: 120rem
* landscape -- orientation: landscape
* portrait  -- orientation: portrait
* documentation for using library: https://www.npmjs.com/package/mq-scss 
* documentation for defining display: https://github.com/angular/flex-layout/wiki/Responsive-API   
*******************************************************************************/
/*
    Created on : 24.09.2018, 14:21:56
    Author     : acw
*/
/*******************************************************************************
* CONSTANTS - DO NOT USE THESE VARIABLES DIRECTLY OUTSIDE THIS SCSS!
*******************************************************************************/
/*******************************************************************************
* VARIABLES
*******************************************************************************/
.v7-background-panel-color {
  background-color: #BDBDBD;
}
.v7-background-edge-color {
  background-color: #DCDDE0;
}
.v7-background-center-color {
  background-color: #F5F5F5;
}
.v7-background-subpanel-color {
  background-color: white;
}
/* 
    Here bootstrap variables can be overwritten for customization of bootstrap
    components.

    See ...\node_modules\bootstrap\scss\_variables.scss for overwritable 
    variables and https://getbootstrap.com/docs/4.1/getting-started/theming/
    for instructions.

    Created on : 20.08.2018, 11:04:42
    Author     : acw
*/
/*******************************************************************************
* COLORS
*******************************************************************************/
/*******************************************************************************
* BASIC LAYOUT
*******************************************************************************/
/*******************************************************************************
* TOOLTIPS
*******************************************************************************/
/*******************************************************************************
* CARDS
*******************************************************************************/
/*******************************************************************************
* TABLES
*******************************************************************************/
/*******************************************************************************
* BUTTONS
*******************************************************************************/
/*
    Created on : 20.08.2018, 11:05:49
    Author     : acw
*/
/*******************************************************************************
* BASIC LAYOUT
*******************************************************************************/
.v7-dossier-element-height {
  height: 25rem;
}
.v7-justify-content-evenly {
  justify-content: space-evenly !important;
}
/*******************************************************************************
* START PAGE
*******************************************************************************/
/*******************************************************************************
* MODULES
*******************************************************************************/
/*******************************************************************************
* CHECKBOXES
*******************************************************************************/
/*******************************************************************************
* BORDERS
*******************************************************************************/
/*******************************************************************************
* TABLES
*******************************************************************************/
/*******************************************************************************
* FORM-CONTROL:FOCUS
*******************************************************************************/
/*******************************************************************************
* MEDIA QUERIES VIEWS
* to define px, 'mq package' can't recognize calculateRem
* use https://nekocalc.com/de/px-zu-rem-umrechner instead
*
* Keep in mind that mq adds 1 to the minimun value to avoid conflicts
* see https://www.npmjs.com/package/mq-scss#insideoutside for more details
*******************************************************************************/
/*
    Created on : 24.09.2018, 14:20:19
    Author     : acw
*/
@font-face {
  font-family: "Open Sans";
  src: url(/assets/fonts/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans SemiBold";
  src: url(/assets/fonts/OpenSans-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans Bold";
  src: url(/assets/fonts/OpenSans-Bold.ttf) format("truetype");
}
.v7-standard-font {
  font-size: 1rem;
}
.v7-highlight-font {
  font-size: 1.2rem;
}
.v7-startpage-header-font {
  font-size: 1.5rem;
}
.v7-header-font {
  font-size: 2.5rem;
}
.v7-font-h1, .v7-rollen-page-component .rollen-layout .v7-mat-card-login-text, .v7-login-page-component .loading-layout mat-card-title, .v7-login-page-component .login-layout .v7-login-card mat-card-title {
  color: #434951;
  font-size: 1.715rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  margin: 2rem 0 2rem 0;
}
.v7-font-h2, .news-entry-card .news-entry-title-container .news-entry-title {
  color: #434951;
  font-size: 1.225rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  margin: 1.5rem 0 1.5rem 0;
}
.v7-font-buttons, .v7-login-page-form .login-button, .news-entry-card .news-entry-done-button-container .news-entry-done-button {
  color: #434951;
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  letter-spacing: 0.0625rem;
}
.v7-font-p, .v7-df-select-panel, .v7-df-dropdown-option .v7-df-option-text, v7-news-component .news-mat-card .card-body .v7-news-description, v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item, v7-workflow-graph-component .workflow-level-container .workflow-level, v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-table-view-component .v7-tableview-table-row, v7-table-view-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .v7-doubleslider-textfield {
  color: #434951;
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.v7-font-p-strong, v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title span, v7-news-component .news-mat-card .card-body .v7-news-caption, .news-entry-card .news-entry-body-container .news-entry-body, v7-table-view-component .v7-tableview-table-header-data, v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content {
  color: #434951;
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
}
.v7-font-p-strong-white {
  color: white;
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
}
.v7-font-label {
  color: #434951;
  font-size: 0.625rem;
  font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
  letter-spacing: 0.0625rem;
}
.v7-font-p-small {
  color: #434951;
  font-size: 0.625rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.v7-font-p-small-white {
  color: white;
  font-size: 0.625rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.v7-font-p-small-strong, v7-double-slider-component .ngx-slider .ngx-slider-limit {
  color: #434951;
  font-size: 0.625rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
}
.v7-font-hint, v7-news-component .news-mat-card .v7-news-footer {
  color: #C2C2C2;
  font-size: 0.625rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
/* 
    Created on : 23.08.2018, 09:24:48
    Author     : acw
*/
/* 
    Created on : 10.09.2018, 14:04:14
    Author     : acw
*/
.mat-icon svg {
  vertical-align: top !important;
}
div .image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-grow: 1;
  flex-shrink: 0;
  align-self: center;
  text-align: center;
}
div .image.v7-corporate-logo {
  content: url(/assets/images/corporate_logo.png);
  padding: 1rem;
  align-self: flex-start;
}
div .image.v7-light-corporate-logo {
  content: url(/assets/images/negative_corporate_logo.png);
  max-width: 8.75rem;
  height: auto;
}
div .image.v7-application-logo {
  content: url(/assets/images/splash_logo.png);
  padding: 0.5rem;
}
div .image.v7-light-application-logo {
  content: url(/assets/images/negative_application_logo.png);
  max-width: 50%;
  height: auto;
}
div .image.v7-splash-logo {
  content: url(/assets/images/splash_logo.png);
  -o-object-fit: contain;
     object-fit: contain;
  height: 2rem;
  width: auto;
  margin-left: 2rem;
  margin-right: 3rem;
}
div .image.image-user:before {
  content: " ";
  background: url("/assets/icons/baseline-person-24px.svg");
  background-size: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 7rem;
  width: 7rem;
  display: inline-block;
}
div .image.image-business:before {
  content: " ";
  background: url("/assets/icons/baseline-business_center-24px.svg");
  background-size: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 7rem;
  width: 7rem;
  display: inline-block;
}
div .image.image-industry:before {
  content: " ";
  background: url("/assets/icons/baseline-business-24px.svg");
  background-size: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 7rem;
  width: 7rem;
  display: inline-block;
}
div .image.image-gauge-undefined:before {
  content: " ";
  background: url("/assets/icons/baseline-signal_wifi_0_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(84%) sepia(0%) saturate(60%) hue-rotate(268deg) brightness(95%) contrast(81%);
}
div .image.image-gauge-empty:before {
  content: " ";
  background: url("/assets/icons/baseline-signal_wifi_0_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(13%) sepia(76%) saturate(7309%) hue-rotate(1deg) brightness(112%) contrast(118%);
}
div .image.image-gauge-low:before {
  content: " ";
  background: url("/assets/icons/baseline-signal_wifi_1_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(76%) sepia(83%) saturate(3736%) hue-rotate(3deg) brightness(104%) contrast(108%);
}
div .image.image-gauge-middle:before {
  content: " ";
  background: url("/assets/icons/baseline-signal_wifi_2_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(71%) sepia(100%) saturate(448%) hue-rotate(359deg) brightness(101%) contrast(105%);
}
div .image.image-gauge-high:before {
  content: " ";
  background: url("/assets/icons/baseline-signal_wifi_3_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(63%) sepia(81%) saturate(372%) hue-rotate(38deg) brightness(99%) contrast(91%);
}
div .image.image-gauge-full:before {
  content: " ";
  background-image: url("/assets/icons/baseline-signal_wifi_4_bar-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
  filter: invert(22%) sepia(100%) saturate(4584%) hue-rotate(110deg) brightness(95%) contrast(104%);
}
div .image.image-phone:before {
  content: " ";
  background: url("/assets/icons/baseline-phone-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
}
div .image.image-letter:before {
  content: " ";
  background: url("/assets/icons/baseline-mail_outline-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
}
div .image.image-email:before {
  content: " ";
  background: url("/assets/icons/baseline-alternate_email-24px.svg");
  background-size: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
}
#headerStuff .v7-application-logo {
  content: url(/assets/images/splash_logo.png);
  -o-object-fit: contain;
     object-fit: contain;
  height: 2rem;
  width: auto;
  margin-left: 2rem;
  margin-right: 2.5rem;
}
.background-logo::before {
  background: url(/assets/images/background.jpg) 0/cover fixed;
  background-size: cover;
}
.background-logo {
  overflow: hidden;
}
.background-logo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: blur(0.625rem);
  z-index: -1;
}
.background-logo-pure::before {
  background: url(/assets/images/background.jpg) 0/cover fixed;
  background-size: cover;
}
.background-logo-pure {
  position: relative;
  overflow: hidden;
}
.background-logo-pure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.background-logo-blurred::before {
  background: url(/assets/images/background.jpg) 0/cover fixed;
  background-size: cover;
}
.background-logo-blurred {
  position: relative;
  overflow: hidden;
}
.background-logo-blurred::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
/*
    Created on : 21.09.2018, 10:22:39
    Author     : acw
*/
.mat-checkbox {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.mat-checkbox .mat-checkbox-ripple {
  width: 0 !important;
  height: 0 !important;
}
.mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container:hover .mat-checkbox-frame {
  border-color: #C2C2C2 !important;
}
.mat-checkbox .mat-checkbox-layout .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #F15A23;
}
.mat-checkbox .mat-checkbox-frame {
  border-width: 0.0625rem;
  border-color: #DEDEDE !important;
  border-radius: 0.125rem;
}
.mat-checkbox .mat-checkbox-inner-container {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.mat-checkbox .search-color {
  color: #F15A23;
}
.mat-checkbox.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-background, .mat-checkbox.mat-checkbox-indeterminate .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #F15A23;
}
.mat-checkbox.mat-checkbox-disabled .mat-checkbox-frame {
  background-color: #F0F0F0;
  border-color: #DEDEDE !important;
}
.mat-checkbox.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: rgba(241, 90, 35, 0.38);
}
/*
    Created on : 02.04.2019, 17:02:13
    Author     : acw
*/
.cdk-overlay-container .mat-menu-panel {
  border-radius: 0.125rem;
}
.cdk-overlay-container .mat-dialog-container {
  max-width: none;
}
.cdk-overlay-container .cdk-overlay-pane {
  max-width: none !important;
}
mat-dialog-container {
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 0.125rem !important;
}
mat-dialog-container .v7-mat-dialog-wrap {
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
  overflow-y: auto;
  flex-direction: column;
}
mat-dialog-container .v7-mat-dialog-wrap .v7-mat-dialog-content {
  padding: 2rem;
}
mat-dialog-container .v7-mat-dialog-wrap .v7-mat-dialog-text {
  margin-top: 0.5rem;
}
mat-dialog-container .v7-mat-dialog-wrap p, mat-dialog-container .v7-mat-dialog-wrap h2 {
  margin: 0;
}
mat-dialog-container .v7-mat-dialog-wrap .v7-mat-dialog-buttons {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem 1rem 1rem;
}
mat-dialog-container .v7-mat-dialog-wrap .v7-mat-dialog-buttons button {
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  margin-right: 1rem;
}
mat-dialog-container .v7-mat-dialog-wrap .v7-mat-dialog-buttons button:last-child {
  margin-right: 0;
}
.mat-dialog {
  border-radius: 0.125rem !important;
}
.mat-dialog mat-dialog-container v7-funnel-component .v7-dataview {
  padding-top: 0.125rem;
}
.mat-dialog .v7-flow-panel,
.mat-dialog .v7-panel {
  margin: 0;
  border: none;
  box-shadow: none;
}
.mat-divider-no-padding {
  padding: 0 !important;
}
/*
    Created on : 23.08.2018, 10:32:30
    Author     : acw

    This file should style the trees from the @circlon/angular-tree-component
    library in a default way. There shouldn't be any custom v7 classes in this
    file, just the classes that the library brings natively with it. All
    customization for special case trees should be done in the respective
    components scss-files. This file should just give a solid and broad
    foundation for all further customizations.
*/
.angular-tree-component {
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  /* This style is used for displaying the lines inside of opened branches.
  It is taken from the angular2-tree-styling-page and provided by the community:
  https://angular2-tree.readme.io/v7.2.0/docs/styling
  =============================================================================================== */
  /* =============================================================================================== */
}
.angular-tree-component .checkbox-width {
  display: flex;
  padding: 0 0.3125rem;
}
.angular-tree-component .node-drop-slot {
  height: 0.4375rem;
}
.angular-tree-component .tree-children {
  position: relative;
  padding-left: 1.6875rem;
}
.angular-tree-component .tree-children::after {
  content: "";
  position: absolute;
}
.angular-tree-component .node-wrapper {
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.angular-tree-component .node-wrapper::before {
  content: "";
  position: absolute;
  border-bottom: 0.0625rem solid #f5f5f5;
  border-left: 0.0625rem solid #f5f5f5;
  height: 2.375rem;
  top: -1.5625rem;
  width: 2rem;
  left: -0.9375rem;
  right: 0.625rem;
}
.angular-tree-component .node-wrapper tree-node-expander {
  order: 0;
}
.angular-tree-component .node-wrapper tree-node-checkbox {
  order: 1;
}
.angular-tree-component .node-wrapper:hover {
  box-shadow: none;
  background: none;
}
.angular-tree-component .node-wrapper:active {
  background: none;
  box-shadow: none;
}
.angular-tree-component .node-wrapper:focus-within {
  box-shadow: none;
  background: none;
}
.angular-tree-component .node-wrapper .node-content-wrapper {
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  order: 2;
  width: 100%;
}
.angular-tree-component .node-wrapper .node-content-wrapper .label-disabled {
  cursor: not-allowed;
  color: #DEDEDE;
  font-weight: normal;
}
.angular-tree-component .node-wrapper .node-content-wrapper.node-content-wrapper-active, .angular-tree-component .node-wrapper .node-content-wrapper.node-content-wrapper-focused {
  color: #434951;
  background: transparent !important;
  box-shadow: none;
}
.angular-tree-component .node-wrapper .node-content-wrapper.node-content-wrapper-active:active, .angular-tree-component .node-wrapper .node-content-wrapper.node-content-wrapper-focused:active {
  background-color: #F5F5F5;
}
.angular-tree-component .node-wrapper .node-content-wrapper:hover {
  box-shadow: none;
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  background-color: #F5F5F5;
}
.angular-tree-component .tree-node-level-1 > tree-node-wrapper > .node-wrapper::before {
  display: none;
}
.angular-tree-component .tree-node-leaf > .node-wrapper::before {
  width: 1.5625rem;
}
.angular-tree-component .tree-children::after {
  border-left: 0.0625rem solid lightgrey;
  height: 100%;
  top: -0.9375rem;
  left: -0.9375rem;
}
.angular-tree-component tree-node:last-child > .tree-node > .tree-children::after {
  border-left: none;
}
.angular-tree-component .toggle-children {
  z-index: 1;
}
.angular-tree-component span.toggle-children {
  background-image: none;
  vertical-align: text-top;
  margin-right: 0.875rem;
  top: -0.125rem;
}
.angular-tree-component span.toggle-children::before {
  content: url("/assets/icons/baseline-chevron_right-24px.svg");
}
.angular-tree-component span.toggle-children-wrapper {
  padding-left: 0;
}
.angular-tree-component span.toggle-children-wrapper-expanded > .toggle-children {
  transform: rotate(0deg);
  margin-right: 0.875rem;
}
.angular-tree-component span.toggle-children-wrapper-expanded > .toggle-children::before {
  content: url("/assets/icons/baseline-expand_more-24px.svg");
}
.angular-tree-component .fixedTreeLabel {
  opacity: 0.5;
}
/* 
    Created on : 26.10.2018, 10:23:29
    Author     : sbu
*/
v7-search-field-selection-element-component .mat-form-field, .search-container .mat-form-field, .searchfield-container .mat-form-field {
  width: calc(100% - 2rem);
  margin: 0.78125rem 1rem 0.0625rem 1rem;
  min-height: 2.4rem;
  max-height: 2.4rem;
}
v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper, .search-container .mat-form-field .mat-form-field-wrapper, .searchfield-container .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
  font-size: 0.875rem;
}
v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper .search-magnifier, .search-container .mat-form-field .mat-form-field-wrapper .search-magnifier, .searchfield-container .mat-form-field .mat-form-field-wrapper .search-magnifier {
  font-size: 175%;
}
v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper .mat-input-element, .search-container .mat-form-field .mat-form-field-wrapper .mat-input-element, .searchfield-container .mat-form-field .mat-form-field-wrapper .mat-input-element {
  margin-left: 0.5rem;
}
v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper .mat-form-field-label, .search-container .mat-form-field .mat-form-field-wrapper .mat-form-field-label, .searchfield-container .mat-form-field .mat-form-field-wrapper .mat-form-field-label {
  margin-left: 0.5rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-infix, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-infix, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-infix {
  padding: 0.5625rem 0 0.75rem 0;
  border-top: none;
  bottom: 0.0625rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix, .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix, .searchfield-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix {
  padding: 0.125rem 0 0.75rem 0;
  border-top: 0.438rem solid transparent;
  bottom: 0.0625rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3rem) scale(0.75);
  top: 1.5rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix, .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix, .searchfield-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-infix, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-infix, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-infix {
  padding: 0.5625rem 0 0.75rem 0;
  border-top: none;
  top: 0.0625rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix, .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix, .searchfield-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix {
  padding: 0.125rem 0 0.75rem 0;
  border-top: 0.438rem solid transparent;
  bottom: 0.0625rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3rem) scale(0.75);
  top: 1.5rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix, .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix, .searchfield-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick, .search-container .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, .search-container .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick, .searchfield-container .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, .searchfield-container .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick {
  top: 0;
  min-height: 2.5rem;
  max-height: 2.5rem;
}
.search-container, .searchfield-container {
  padding-bottom: 1rem;
}
/*******************************************************************************
* DONUT-CHARTS
*******************************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 62.5rem white inset !important;
}
:focus {
  outline: none !important;
}
.news-entry-card {
  width: 43.75rem;
  padding: 0 0 1rem 2rem;
  border: 0.0625rem solid #DEDEDE;
}
.news-entry-card .news-entry-close-button-container {
  display: flex;
  justify-content: flex-end;
  padding: 0 0.375rem 0 0;
}
.news-entry-card .news-entry-close-button-container button {
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  background: rgba(255, 255, 255, 0);
  margin-top: 0.375rem;
  padding: 0;
}
.news-entry-card .news-entry-title-container {
  padding: 0.125rem 2rem 0 0;
}
.news-entry-card .news-entry-title-container .news-entry-title {
  margin: 0 0 1.3125rem 0;
}
.news-entry-card .news-entry-title-container .news-entry-title div {
  display: flex;
  align-items: center;
}
.news-entry-card .news-entry-title-container .news-entry-title div mat-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.375rem;
}
.news-entry-card .news-entry-title-container .news-entry-title div mat-icon svg {
  vertical-align: top;
}
.news-entry-card .news-entry-body-container {
  padding: 0 2rem 0 0;
  margin-bottom: 1rem;
  max-height: 37.5rem;
  overflow-y: auto;
}
.news-entry-card .news-entry-done-button-container {
  padding: 0 1rem 0 0;
  display: flex;
  justify-content: flex-end;
}
.news-entry-card .news-entry-done-button-container .news-entry-done-button {
  width: 7.8125rem;
  height: 2.5rem;
  background-color: #F15A23;
  color: white;
  border: none;
}
.news-entry-card .news-entry-done-button-container .news-entry-done-button mat-icon {
  width: 1rem;
  height: 1rem;
  vertical-align: sub;
  margin-left: 0.5rem;
}
.multiline-tooltip {
  white-space: pre-line !important;
  max-width: 32rem !important;
}
html {
  height: 100%;
  width: 100%;
}
html body {
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #434951;
  background-color: #F5F5F5 !important;
}
html body h1, html body .h1 {
  color: #434951;
  font-size: 1.715rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  margin: 2rem 0 2rem 0;
}
html body h2, html body .h2 {
  color: #434951;
  font-size: 1.225rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  margin: 1.5rem 0 1.5rem 0;
}
html body p, html body .p {
  color: #434951;
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
v7-radio-list-selection-element-component .v7-selection-element mat-radio-group {
  display: flex;
  flex-direction: column;
  margin: 1rem 1rem 0.5625rem 1rem;
}
v7-radio-list-selection-element-component .v7-selection-element mat-radio-group .mat-radio-label {
  margin-bottom: 0.4375rem;
}
v7-radio-list-selection-element-component .v7-selection-element mat-radio-group .mat-radio-button {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
}
v7-radio-list-selection-element-component .v7-selection-element mat-radio-group .mat-radio-button .mat-radio-outer-circle {
  border-width: 1px;
}
v7-radio-list-selection-element-component .v7-selection-element mat-radio-group .mat-radio-button.mat-accent .mat-radio-outer-circle {
  border-color: #DEDEDE;
}
v7-radio-list-selection-element-component .v7-selection-element mat-radio-group .mat-radio-button.mat-accent .mat-radio-outer-circle:hover {
  border-color: #C2C2C2;
}
v7-radio-list-selection-element-component .v7-selection-element mat-radio-group .mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #F15A23;
}
v7-radio-list-selection-element-component .v7-selection-element mat-radio-group .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  background-color: #C2C2C2;
}
v7-radio-list-selection-element-component .v7-selection-element mat-radio-group .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #F15A23;
}
v7-radio-list-selection-element-component .v7-selection-element mat-radio-group .mat-radio-button.mat-radio-checked.mat-radio-disabled .mat-radio-outer-circle {
  border-color: #DEDEDE;
}
v7-radio-list-selection-element-component .v7-selection-element mat-radio-group .mat-radio-button.mat-radio-checked.mat-radio-disabled .mat-radio-inner-circle {
  background-color: #DEDEDE;
}
v7-radio-list-selection-element-component .progressSpinner {
  display: flex;
  justify-content: center;
}
v7-radio-list-selection-element-component .wildcard-checkbox {
  margin-top: 0.5rem;
  margin-left: 1rem;
}
/*
    Created on : Oct 23, 2018, 8:28:11 AM
    Author     : peter.rumanovsky
*/
/*@import '../../../../../../styles/global/global';
@import '../../../../../../styles/component/folderpanel/selectionelements/searchfield/searchfield-selectionelement-vars';


:host ::ng-deep{

    .searchfield-container {
        padding: $v7-searchfield-container-padding;

        .formfield {
            width: 100%;

            .mat-form-field-wrapper{
                padding-bottom: $v7-searchfield-form-field-wrapper-padding-bottom;

                .mat-form-field-underline{
                    background-color: $divider-color;
                    margin-bottom: $v7-searchfield-underline-margin-bottom;
                }

                .mat-form-field-flex{
                    margin-bottom: $v7-searchfield-icon-to-line-margin;

                    .mat-form-field-label {
                        color: $hint-color;
                        font-family: $v7-font-family;
                        font-size: $v7-font-p-size;
                        margin-top: $v7-searchfield-icon-to-line-margin;
                        height: $v7-searchfield-label-height;
                    }


                    .search-magnifier {
                        margin: $v7-search-magnifier-margin;
                        vertical-align: middle;
                    }
                }
            }
        }
    }

    .selectedentries {

        .selected-entries{
            height: auto;
            padding-bottom: $v7-selected-entries-padding-bottom;

            .mat-icon-button {
                border-radius: 0;
                border: $v7-cross-button-border;
                width: $v7-cross-button-dimension;
                height: $v7-cross-button-dimension;
                line-height: 0;
                color: $v7-cross-button-color;

                .mat-icon {
                    font-size: $v7-cross-button-dimension;
                    width: $v7-cross-button-dimension;
                    height: $v7-cross-button-dimension;
                    line-height: $v7-cross-button-line-height;
                    margin-left: $v7-searchfield-cross-button-icon-margin;
                    margin-top: $v7-searchfield-cross-button-icon-margin;
                }

            }

            .mat-chip-list {
                margin-left: $v7-chip-list-margin-left;

                .mat-chip {
                    font-size: $v7-chip-font-size;
                }

                .mat-standard-chip {
                    min-height: $v7-chip-height;
                    border: $v7-chip-border;
                    background-color: $second-font-color;
                    padding-right: 0;
                    padding-left: $v7-chip-list-margin-left;
                    color: $main-color;

                    .mat-chip-trailing-icon{
                        margin-bottom: $v7-mat-chip-trailing-icon-margin-bottom;
                        transform: scale(1.066);
                        color: $hint-color;
                    }
                }
            }
        }

    }

}*/
/*
    Created on : 23.10.2018, 13:52:54
    Author     : nsp
*/
/*
@mixin selectedEntryShared(){
    font-size: $selectedentries-font-size;
    color: $second-font-color;
    padding: $selectedentries-padding;
    margin: $selectedentries-margin;
    border-radius: $selectedentries-border-radius;
}*/
v7-search-field-selection-element-component {
  display: block;
  width: 100%;
  background-color: white;
  text-align: left;
}
v7-search-field-selection-element-component .mat-form-field {
  width: calc(100% - 2rem);
  margin: 0.78125rem 1rem 0.0625rem 1rem;
}
v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
}
v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper .search-magnifier {
  font-size: 175%;
}
v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper .mat-input-element {
  margin-left: 0.5rem;
}
v7-search-field-selection-element-component .mat-form-field .mat-form-field-wrapper .mat-form-field-label {
  margin-left: 0.5rem;
}
v7-search-field-selection-element-component .mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button.clear-text-button {
  position: absolute;
  bottom: -0.65rem;
  right: 0;
}
v7-search-field-selection-element-component .mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button.clear-text-button.hidden {
  display: none;
}
v7-search-field-selection-element-component v7-selected-entries-component {
  border-top: 0.0625rem solid #F0F0F0;
}
v7-search-field-selection-element-component v7-selected-entries-component .mat-chip-list-wrapper {
  margin: 0.2rem 0.2rem 0.2rem 0.2rem;
  align-items: flex-start;
}
v7-search-field-selection-element-component v7-selected-entries-component .mat-chip-list-wrapper .mat-button-toggle {
  border-radius: 0.125rem;
  margin: 0 0.25rem 0 0;
}
v7-search-field-selection-element-component v7-selected-entries-component .mat-chip-list-wrapper .chiplist {
  margin: 0;
}
v7-search-field-selection-element-component v7-selected-entries-component .mat-chip-list-wrapper .chiplist .mat-chip {
  color: #434951;
  background-color: white;
}
v7-search-field-selection-element-component v7-selected-entries-component .mat-chip-list-wrapper .chiplist .mat-chip:hover {
  background-color: white;
}
v7-search-field-selection-element-component v7-selected-entries-component .mat-chip-list-wrapper .chiplist .mat-chip:hover .mat-icon {
  color: #535B67;
}
v7-search-field-selection-element-component v7-selected-entries-component .mat-chip-list-wrapper .chiplist .mat-chip:active {
  background-color: white;
}
v7-search-field-selection-element-component v7-selected-entries-component .mat-chip-list-wrapper .chiplist .mat-chip:active .mat-icon {
  color: #30343A;
}
v7-search-field-selection-element-component v7-selected-entries-component .mat-chip-list-wrapper .chiplist .mat-chip:focus, v7-search-field-selection-element-component v7-selected-entries-component .mat-chip-list-wrapper .chiplist .mat-chip:after {
  background-color: white;
}
v7-search-field-selection-element-component v7-selected-entries-component .mat-chip-list-wrapper .chiplist .mat-chip .mat-icon {
  color: #C2C2C2;
  width: 1rem;
  height: 1rem;
  margin-right: 0.125rem;
}
v7-search-field-selection-element-component .wildcard-checkbox {
  margin-top: 0.5rem;
  margin-left: 1rem;
}
v7-folder-panel-component {
  display: block;
  width: 100%;
}
v7-folder-panel-component .folderpanel-searchfield {
  background-color: white;
  min-height: 55px;
  max-height: 55px;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-infix {
  padding: 0.5625rem 0 0.75rem 0;
  border-top: none;
  bottom: 0.0625rem;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-folder-panel-component .folderpanel-searchfield .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-folder-panel-component .folderpanel-searchfield .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-folder-panel-component .folderpanel-searchfield .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix {
  padding: 0.125rem 0 0.75rem 0;
  border-top: 0.438rem solid transparent;
  bottom: 0.0625rem;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3rem) scale(0.75);
  top: 1.5rem;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-folder-panel-component .folderpanel-searchfield .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-folder-panel-component .folderpanel-searchfield .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-folder-panel-component .folderpanel-searchfield .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-infix {
  padding: 0.5625rem 0 0.75rem 0;
  border-top: none;
  top: 0.0625rem;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-folder-panel-component .folderpanel-searchfield .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-folder-panel-component .folderpanel-searchfield .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-folder-panel-component .folderpanel-searchfield .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix {
  padding: 0.125rem 0 0.75rem 0;
  border-top: 0.438rem solid transparent;
  bottom: 0.0625rem;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3rem) scale(0.75);
  top: 1.5rem;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-folder-panel-component .folderpanel-searchfield .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-folder-panel-component .folderpanel-searchfield .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-folder-panel-component .folderpanel-searchfield .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-folder-panel-component .folderpanel-searchfield .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick {
  top: 0;
  min-height: 2.5rem;
  max-height: 2.5rem;
}
v7-folder-panel-component .folderpanel-searchfield .formfield {
  margin: 0;
  width: 100%;
}
v7-folder-panel-component .folderpanel-searchfield .mat-form-field-wrapper {
  padding-bottom: 1.1875rem;
}
v7-folder-panel-component .folderpanel-divider {
  background-color: white;
  padding: 0 0 1.5rem 0;
}
v7-folder-panel-component .panel-navigation {
  background: white;
  height: 2.25rem;
}
v7-folder-panel-component .panel-nav {
  display: flex;
  background-color: white;
  width: 100%;
  align-items: center;
  height: 2.25rem;
}
v7-folder-panel-component .panel-nav .btn-path {
  font-size: 0.625rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background: transparent;
  padding: 0 0.5rem;
  padding-bottom: 0.0625rem;
  border-radius: 0;
}
v7-folder-panel-component .panel-nav .btn-path:hover {
  background-color: white;
}
v7-folder-panel-component .panel-nav .btn-path .mat-button-wrapper {
  line-height: 1.5rem;
  min-width: 0;
  height: 1.4375rem;
}
v7-folder-panel-component .panel-nav .panel-navigation-path {
  display: flex;
  align-items: center;
}
v7-folder-panel-component .panel-nav .panel-navigation-path .chevron-right-icon {
  width: 1rem;
  height: 1rem;
}
v7-folder-panel-component .panel-nav .panel-navigation-path:last-child button {
  color: #F15A23;
}
v7-folder-panel-component .panel-nav .btn-back {
  background: transparent;
  padding: 0;
  opacity: 0;
}
v7-folder-panel-component .panel-nav .btn-back .mat-icon {
  margin: 0;
  fill: #434951;
}
v7-folder-panel-component .panel-body .v7-radio-list-selection-element-component:first-child .v7-expand-panel-container {
  padding-top: 0;
}
/*
    Created on : Oct 24, 2018, 8:35:49 AM
    Author     : peter.rumanovsky
*/
v7-button-component .btn, .v7-button-component .btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  animation: none;
}
v7-button-component .btn.btn-shadow, .v7-button-component .btn.btn-shadow {
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25) !important;
}
v7-button-component .btn:focus, v7-button-component .btn:active:focus, v7-button-component .btn.active:focus, v7-button-component .btn.focus, v7-button-component .btn:active.focus, v7-button-component .btn.active.focus, v7-button-component .btn:hover, v7-button-component .btn:focus, v7-button-component .btn.focus, v7-button-component .btn:active, v7-button-component .btn.active, .v7-button-component .btn:focus, .v7-button-component .btn:active:focus, .v7-button-component .btn.active:focus, .v7-button-component .btn.focus, .v7-button-component .btn:active.focus, .v7-button-component .btn.active.focus, .v7-button-component .btn:hover, .v7-button-component .btn:focus, .v7-button-component .btn.focus, .v7-button-component .btn:active, .v7-button-component .btn.active {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  animation: none;
}
v7-button-component .btn:focus.btn-shadow, v7-button-component .btn:active:focus.btn-shadow, v7-button-component .btn.active:focus.btn-shadow, v7-button-component .btn.focus.btn-shadow, v7-button-component .btn:active.focus.btn-shadow, v7-button-component .btn.active.focus.btn-shadow, v7-button-component .btn:hover.btn-shadow, v7-button-component .btn:focus.btn-shadow, v7-button-component .btn.focus.btn-shadow, v7-button-component .btn:active.btn-shadow, v7-button-component .btn.active.btn-shadow, .v7-button-component .btn:focus.btn-shadow, .v7-button-component .btn:active:focus.btn-shadow, .v7-button-component .btn.active:focus.btn-shadow, .v7-button-component .btn.focus.btn-shadow, .v7-button-component .btn:active.focus.btn-shadow, .v7-button-component .btn.active.focus.btn-shadow, .v7-button-component .btn:hover.btn-shadow, .v7-button-component .btn:focus.btn-shadow, .v7-button-component .btn.focus.btn-shadow, .v7-button-component .btn:active.btn-shadow, .v7-button-component .btn.active.btn-shadow {
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25) !important;
}
v7-button-component .btn span, .v7-button-component .btn span {
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  flex-grow: 1;
}
v7-button-component .btn mat-icon, .v7-button-component .btn mat-icon {
  margin: 0 0.5rem 0 0.5rem;
}
v7-button-component .btn.icon-first mat-icon, .v7-button-component .btn.icon-first mat-icon {
  order: -1;
}
v7-button-component .btn-kpi, .v7-button-component .btn-kpi {
  background-color: #434951;
  border-radius: 0.125rem;
  height: 2.1875rem;
  padding-right: 0.3125rem;
  cursor: default;
}
v7-button-component .btn-lg, .v7-button-component .btn-lg {
  font-size: xx-large;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 10rem;
  padding: 2rem;
  margin: 0;
}
v7-button-component .btn-lg mat-icon, .v7-button-component .btn-lg mat-icon {
  width: x-large;
}
v7-button-component .btn-md, .v7-button-component .btn-md {
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 2.5rem;
  padding: 0 1rem 0 1rem;
  margin: 0;
}
v7-button-component .btn-md mat-icon, .v7-button-component .btn-md mat-icon {
  width: larger;
}
v7-button-component .btn-sm, .v7-button-component .btn-sm {
  font-size: small;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 2rem;
  padding: 0;
  margin: 0;
}
v7-button-component .btn-sm mat-icon, .v7-button-component .btn-sm mat-icon {
  width: medium;
}
v7-button-component .btn-xs, .v7-button-component .btn-xs {
  font-size: x-small;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 1.25rem;
  padding: 0;
  margin: 0;
}
v7-button-component .btn-xs mat-icon, .v7-button-component .btn-xs mat-icon {
  width: small;
}
v7-button-component .btn-icon-dark, .v7-button-component .btn-icon-dark {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  background: transparent;
  color: #434951;
  border: none;
  outline: none;
}
v7-button-component .btn-icon-light, .v7-button-component .btn-icon-light {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  background: transparent;
  color: white;
  border: none;
  outline: none;
}
v7-button-component .understep-workflow:hover, .v7-button-component .understep-workflow:hover {
  color: white;
  background: #F15A23;
}
v7-button-component .nounderstep-workflow:hover, .v7-button-component .nounderstep-workflow:hover {
  color: #F15A23;
}
v7-button-component .btn-breadcrumb, .v7-button-component .btn-breadcrumb {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}
v7-button-component .btn, .v7-button-component .btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  animation: none;
}
v7-button-component .btn.btn-shadow, .v7-button-component .btn.btn-shadow {
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25) !important;
}
v7-button-component .btn:focus, v7-button-component .btn:active:focus, v7-button-component .btn.active:focus, v7-button-component .btn.focus, v7-button-component .btn:active.focus, v7-button-component .btn.active.focus, v7-button-component .btn:hover, v7-button-component .btn:focus, v7-button-component .btn.focus, v7-button-component .btn:active, v7-button-component .btn.active, .v7-button-component .btn:focus, .v7-button-component .btn:active:focus, .v7-button-component .btn.active:focus, .v7-button-component .btn.focus, .v7-button-component .btn:active.focus, .v7-button-component .btn.active.focus, .v7-button-component .btn:hover, .v7-button-component .btn:focus, .v7-button-component .btn.focus, .v7-button-component .btn:active, .v7-button-component .btn.active {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  animation: none;
}
v7-button-component .btn:focus.btn-shadow, v7-button-component .btn:active:focus.btn-shadow, v7-button-component .btn.active:focus.btn-shadow, v7-button-component .btn.focus.btn-shadow, v7-button-component .btn:active.focus.btn-shadow, v7-button-component .btn.active.focus.btn-shadow, v7-button-component .btn:hover.btn-shadow, v7-button-component .btn:focus.btn-shadow, v7-button-component .btn.focus.btn-shadow, v7-button-component .btn:active.btn-shadow, v7-button-component .btn.active.btn-shadow, .v7-button-component .btn:focus.btn-shadow, .v7-button-component .btn:active:focus.btn-shadow, .v7-button-component .btn.active:focus.btn-shadow, .v7-button-component .btn.focus.btn-shadow, .v7-button-component .btn:active.focus.btn-shadow, .v7-button-component .btn.active.focus.btn-shadow, .v7-button-component .btn:hover.btn-shadow, .v7-button-component .btn:focus.btn-shadow, .v7-button-component .btn.focus.btn-shadow, .v7-button-component .btn:active.btn-shadow, .v7-button-component .btn.active.btn-shadow {
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25) !important;
}
v7-button-component .btn span, .v7-button-component .btn span {
  text-align: left;
  white-space: nowrap;
  flex-grow: 1;
}
v7-button-component .btn mat-icon, .v7-button-component .btn mat-icon {
  margin: 0 0.5rem 0 0.5rem;
}
v7-button-component .btn.icon-first mat-icon, .v7-button-component .btn.icon-first mat-icon {
  order: -1;
  margin-left: 0;
}
v7-button-component .btn-kpi, .v7-button-component .btn-kpi {
  background-color: #434951;
  border-radius: 0.125rem;
  height: 2.1875rem;
  padding-right: 0.3125rem;
  cursor: default;
}
v7-button-component .btn-lg, .v7-button-component .btn-lg {
  font-size: xx-large;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 10rem;
  padding: 2rem;
  margin: 0;
}
v7-button-component .btn-lg mat-icon, .v7-button-component .btn-lg mat-icon {
  width: x-large;
}
v7-button-component .btn-md, .v7-button-component .btn-md {
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 2.5rem;
  padding: 0 1rem 0 1rem;
  margin: 0;
}
v7-button-component .btn-md mat-icon, .v7-button-component .btn-md mat-icon {
  width: larger;
}
v7-button-component .btn-sm, .v7-button-component .btn-sm {
  font-size: small;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 2rem;
  padding: 0;
  margin: 0;
}
v7-button-component .btn-sm mat-icon, .v7-button-component .btn-sm mat-icon {
  width: medium;
}
v7-button-component .btn-xs, .v7-button-component .btn-xs {
  font-size: x-small;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 1.25rem;
  padding: 0;
  margin: 0;
}
v7-button-component .btn-xs mat-icon, .v7-button-component .btn-xs mat-icon {
  width: small;
}
v7-button-component .btn-icon-dark, .v7-button-component .btn-icon-dark {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  background: transparent;
  color: #434951;
  border: none;
  outline: none;
}
v7-button-component .btn-icon-light, .v7-button-component .btn-icon-light {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  background: transparent;
  color: white;
  border: none;
  outline: none;
}
v7-button-component .understep-workflow:hover, .v7-button-component .understep-workflow:hover {
  color: white;
  background: #F15A23;
}
v7-button-component .nounderstep-workflow:hover, .v7-button-component .nounderstep-workflow:hover {
  color: #F15A23;
}
v7-button-component .btn-breadcrumb, .v7-button-component .btn-breadcrumb {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}
v7-button-component .btn-close, .v7-button-component .btn-close {
  height: 1.5rem;
  padding: 0.375rem 0.375rem 0rem 0rem;
  margin: -1rem -1rem 0rem 0rem;
  color: #434951;
}
v7-button-component .btn-close .mat-icon, .v7-button-component .btn-close .mat-icon {
  margin: 0rem;
}
v7-button-component .btn-primary, .v7-button-component .btn-primary {
  border-radius: 0.125rem;
  border-color: rgba(255, 255, 255, 0);
}
v7-button-component .btn-primary-no-radius, .v7-button-component .btn-primary-no-radius {
  border-radius: 0;
}
v7-button-component .btn-primary:hover, .v7-button-component .btn-primary:hover {
  background-color: #FC7647;
}
v7-button-component .btn-primary:active, .v7-button-component .btn-primary:active {
  background-color: #D54C1B;
}
v7-button-component .btn-primary:disabled, .v7-button-component .btn-primary:disabled {
  background-color: #F15A23;
  opacity: 38%;
  cursor: not-allowed;
}
v7-button-component .btn-secondary, .v7-button-component .btn-secondary {
  border-color: rgba(255, 255, 255, 0);
}
v7-button-component .btn-secondary:hover, .v7-button-component .btn-secondary:hover {
  background-color: #535B67;
}
v7-button-component .btn-secondary:active, .v7-button-component .btn-secondary:active {
  background-color: #30343A;
}
v7-button-component .btn-secondary:disabled, .v7-button-component .btn-secondary:disabled {
  background-color: #434951;
  opacity: 38%;
  cursor: not-allowed;
}
v7-button-component .btn-default, .v7-button-component .btn-default {
  background-color: #DEDEDE;
  border-color: rgba(255, 255, 255, 0);
}
v7-button-component .btn-default:hover, .v7-button-component .btn-default:hover {
  background-color: #F5F5F5;
}
v7-button-component .btn-default:active, .v7-button-component .btn-default:active {
  background-color: #C2C2C2;
}
v7-button-component .btn-default:disabled, .v7-button-component .btn-default:disabled {
  background-color: #DEDEDE;
  opacity: 38%;
  cursor: not-allowed;
}
v7-button-component .btn-next, .v7-button-component .btn-next {
  border-radius: 0;
}
v7-button-component .overlay-panel-close-button, .v7-button-component .overlay-panel-close-button {
  margin-top: 0.375rem;
  margin-right: 0.375rem;
  padding: 0 !important;
  height: auto;
}
v7-button-component .overlay-panel-close-button mat-icon, .v7-button-component .overlay-panel-close-button mat-icon {
  margin: 0 !important;
}
v7-button-component .btn-define-campaign-left-menu, .v7-button-component .btn-define-campaign-left-menu {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0 0.625rem;
}
v7-button-component .btn-define-campaign-left-menu mat-icon, .v7-button-component .btn-define-campaign-left-menu mat-icon {
  margin: 0 0.875rem 0 0;
}
/* 
    Created on : Oct 19, 2018, 3:09:13 PM
    Author     : peter.rumanovsky
*/
v7-double-slider-component {
  padding: 1rem;
  padding-bottom: 0;
  margin-top: 1rem;
  display: block;
}
v7-double-slider-component .ngx-slider {
  margin: 0;
  height: 100%;
}
v7-double-slider-component .ngx-slider .ngx-slider-bar-wrapper {
  padding-top: 1rem;
}
v7-double-slider-component .ngx-slider .ngx-slider-bar {
  height: 0.25rem;
  border-radius: 0.125rem;
  background-color: #DEDEDE;
}
v7-double-slider-component .ngx-slider .ngx-slider-selection {
  background: #F15A23;
}
v7-double-slider-component .ngx-slider .ngx-slider-pointer {
  background-color: #434951;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  top: -0.375rem;
  border: solid 0.125rem white;
}
v7-double-slider-component .ngx-slider .ngx-slider-pointer:after {
  display: none;
}
v7-double-slider-component .ngx-slider .ngx-slider-pointer:hover {
  cursor: grab;
  cursor: -moz-grab;
  background-color: #535B67;
}
v7-double-slider-component .ngx-slider .ngx-slider-pointer:active {
  background-color: #30343A;
}
v7-double-slider-component .ngx-slider .ngx-slider-bubble {
  display: none;
  visibility: hidden;
}
v7-double-slider-component .ngx-slider .ngx-slider-bubble.ngx-slider-limit {
  color: #434951;
}
v7-double-slider-component .ngx-slider .ngx-slider-limit {
  color: #434951;
  line-height: 0.875rem;
  display: block;
  height: 0.875rem;
  visibility: visible;
}
/*
    Created on : 05.12.2017, 15:51:45
    Author     : acw
*/
v7-drag-pool-component .v7-selection-element {
  position: relative;
  font-size: medium;
  display: inline-block;
  background-color: white;
  width: 100%;
}
@media (max-width: 59.999rem) and (min-width: 36rem) {
  v7-drag-pool-component .v7-selection-element:not(.v7-media-query-not-responsive) {
    min-height: 23rem;
  }
}
v7-drag-pool-component .v7-selection-element .v7-dragpool {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  line-height: 0.875rem;
  font-size: 0.625rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  align-items: flex-start;
}
v7-drag-pool-component .v7-selection-element .v7-dragpool .text-container {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0.25rem;
}
v7-drag-pool-component .v7-selection-element .v7-dragpool .text-container mat-icon {
  transform: scale(0.4);
  vertical-align: 0.625rem;
  color: #C2C2C2;
  margin-left: -0.4375rem;
}
v7-drag-pool-component .v7-selection-element .v7-dragpool .text-container mat-icon:hover {
  color: #30343A;
}
v7-drag-pool-component .v7-selection-element .v7-dragpool .drag-container {
  cursor: grab;
  cursor: -moz-grab;
  width: 5.25rem;
  height: 5.25rem;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #DEDEDE;
  white-space: nowrap;
  margin-bottom: 0.625rem;
}
v7-drag-pool-component .v7-selection-element .v7-dragpool .drag-container mat-Icon {
  color: #F15A23;
}
v7-drag-pool-component .v7-selection-element .v7-dragpool .drag-container:hover {
  border-color: #C2C2C2;
}
v7-drag-pool-component .v7-selection-element .v7-dragpool .drag-container:active {
  border: 0.0625rem dashed #C2C2C2;
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.23);
}
v7-drag-pool-component .v7-selection-element .v7-dragpool .drag-container .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
v7-drag-pool-component .v7-selection-element .v7-dragpool .drag-container .funnel {
  height: 3.5rem;
  width: 3.5rem;
  display: inline-block;
  vertical-align: middle;
  margin: auto 0.875rem;
}
v7-drag-pool-component .v7-selection-element .v7-dragpool .operators {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
}
@media (max-width: 59.999rem) and (min-width: 36rem) {
  v7-drag-pool-component .v7-selection-element .v7-dragpool .operators:not(.v7-media-query-not-responsive) {
    display: grid;
    grid-gap: 0.3125rem;
    grid-template-columns: repeat(auto-fit, 5.3125rem);
    grid-template-rows: repeat(2, 7.3125rem);
    min-height: 7.3125rem;
  }
}
@media (max-width: 79.999rem) and (min-width: 60rem) {
  v7-drag-pool-component .v7-selection-element .v7-dragpool .operators:not(.v7-media-query-not-responsive) {
    flex-wrap: wrap;
  }
}
v7-drag-pool-component .v7-selection-element .v7-dragpool .operators .drag-container {
  cursor: grab;
  cursor: -moz-grab;
  width: 5.25rem;
  height: 5.25rem;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #DEDEDE;
  white-space: nowrap;
}
v7-drag-pool-component .v7-selection-element .v7-dragpool .operators .drag-container:hover {
  border-color: #C2C2C2;
}
v7-drag-pool-component .v7-selection-element .v7-dragpool .operators .drag-container:active {
  border: 0.0625rem dashed #C2C2C2;
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.23);
}
v7-drag-pool-component .v7-selection-element .v7-dragpool .operators .drag-container .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
v7-drag-pool-component .v7-selection-element .v7-dragpool .operators .drag-container .operator {
  width: 3.5rem;
  height: 3.5rem;
  margin: auto 0.875rem;
  display: inline-block;
  vertical-align: middle;
}
v7-expand-panel-component {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
}
v7-expand-panel-component .v7-expand-panel {
  box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12);
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: white;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 2.1875rem;
  background-color: #434951;
  color: white;
  border: 0.0625rem solid #434951;
  border-radius: 0.125rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  padding-left: 0.8125rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-header span {
  margin: auto 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-header .btn {
  margin: auto 0;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body {
  width: 100%;
  display: inline-block;
  padding-top: 0;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-infix {
  padding: 0.5625rem 0 0.75rem 0;
  border-top: none;
  bottom: 0.0625rem;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix {
  padding: 0.125rem 0 0.75rem 0;
  border-top: 0.438rem solid transparent;
  bottom: 0.0625rem;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3rem) scale(0.75);
  top: 1.5rem;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-infix {
  padding: 0.5625rem 0 0.75rem 0;
  border-top: none;
  top: 0.0625rem;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix {
  padding: 0.125rem 0 0.75rem 0;
  border-top: 0.438rem solid transparent;
  bottom: 0.0625rem;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3rem) scale(0.75);
  top: 1.5rem;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick {
  top: 0;
  min-height: 2.5rem;
  max-height: 2.5rem;
}
v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .fieldselection-tree-root, v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body .checkbox-tree-root {
  padding: 0.25rem 0.75rem;
}
/* 
    Created on : Oct 22, 2018, 11:12:34 AM
    Author     : peter.rumanovsky
*/
v7-history-pool-component {
  display: block;
}
v7-history-pool-component .v7-historypool .historypool-progress-spinner {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}
v7-history-pool-table-component {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: calc(100vh - 4rem - 2.5rem);
  max-height: calc(100vh - 4rem - 2.5rem);
  display: flex;
}
v7-history-pool-table-component .emptyspace {
  width: 1.5rem;
  height: 0.0625rem;
  display: inline-block;
}
v7-history-pool-table-component .v7-dataview .dataview-body.default-content-size {
  max-height: calc(calc(100vh - 4rem - 2.5rem) - 4rem);
  height: calc(calc(100vh - 4rem - 2.5rem) - 4rem);
}
v7-history-pool-table-component .v7-dataview .dataview-body.default-content-size table {
  border-collapse: separate;
  border-spacing: 0;
}
v7-history-pool-table-component .v7-dataview .dataview-body.default-content-size table {
  width: 100%;
}
v7-history-pool-table-component .v7-dataview .dataview-body.default-fullscreen-content-size {
  max-height: calc(calc(100vh - 4rem - 2.5rem) - 4rem);
  height: calc(calc(100vh - 4rem - 2.5rem) - 4rem);
}
v7-history-pool-table-component .v7-dataview .dataview-body.default-fullscreen-content-size table {
  border-collapse: separate;
  border-spacing: 0;
}
v7-history-pool-table-component .v7-dataview .dataview-body.default-fullscreen-content-size table {
  width: 100%;
}
v7-history-pool-table-component .mat-table {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  margin: 0 0 1rem 0;
}
v7-history-pool-table-component .mat-table thead .mat-header-row .mat-header-cell .header-content {
  height: 2.5rem;
  padding-top: 0.6rem;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  margin: 0;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
v7-history-pool-table-component .mat-table thead .mat-header-row .mat-header-cell .header-content.sortable {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-history-pool-table-component .mat-table tbody .mat-row:nth-child(even) {
  background-color: #FCFCFC;
}
v7-history-pool-table-component .mat-table tbody .mat-row .mat-cell {
  border-width: 0;
  max-width: 10rem;
  padding-right: 0.375rem;
}
v7-history-pool-table-component .mat-table tbody .mat-row .mat-cell.mat-column-caption {
  max-width: 12.5rem;
}
v7-history-pool-table-component .mat-table tbody .mat-row .mat-cell.mat-column-description {
  max-width: 15rem;
}
v7-history-pool-table-component .mat-table tbody .mat-row .mat-cell .body-content {
  height: 2.5rem;
  padding-top: 0.6rem;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  margin: 0;
  width: 100%;
}
v7-history-pool-table-component .mat-table tbody .mat-row .mat-cell .body-content mat-icon {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  font-size: 1.6rem;
}
v7-history-pool-table-component v7-dataview-footer-component {
  padding: 0;
  top: -3rem;
  position: relative;
}
v7-history-pool-table-component v7-table-view-pagination-component {
  width: 100%;
  z-index: 9999;
}
v7-history-pool-table-component .history-pool-table-loading {
  border-collapse: separate;
  border-spacing: 0;
  height: 100%;
}
v7-history-pool-table-component .history-pool-table-loading thead {
  height: 3.5rem;
}
v7-history-pool-table-component .history-pool-table-loading thead tr {
  min-height: 3.5rem;
  max-height: 3.5rem;
  display: flex;
  border: solid 0.0625rem #FCFCFC;
}
v7-history-pool-table-component .history-pool-table-loading thead tr th {
  min-height: 3.5rem;
  flex-grow: 1;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  background-color: white;
}
v7-history-pool-table-component .history-pool-table-loading thead tr th:first-of-type {
  padding: 0 0.75rem 0 0;
}
v7-history-pool-table-component .history-pool-table-loading thead tr th .header-content {
  height: 2.5rem;
  padding-top: 0.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  width: 100%;
  display: block;
}
v7-history-pool-table-component .history-pool-table-loading tbody .history-loading-template .skeletonPulse {
  height: 16rem;
  max-height: 16rem;
}
/*
Created on : 23.08.2018, 08:54:11
Author     : acw
*/
/*$v7-history-restore-tree-treecontainer-height: calc(20rem - 0.625rem - 1.8rem) !default;*/
v7-history-restore-tree-component {
  display: block;
  width: 100%;
}
v7-history-restore-tree-component .v7-history-restore-tree ::ng-deep .toggle-children-placeholder {
  width: 0;
  padding-right: 0;
}
v7-history-restore-tree-component .v7-history-restore-tree ::ng-deep .toggle-children-wrapper {
  padding: 0;
}
v7-history-restore-tree-component .v7-history-restore-tree ::ng-deep .node-wrapper:active {
  margin-left: -0.0625rem;
  cursor: grabbing;
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.23);
  border: dashed 0.0625rem #C2C2C2;
}
v7-history-restore-tree-component .v7-history-restore-tree ::ng-deep .node-wrapper:active label:active, v7-history-restore-tree-component .v7-history-restore-tree ::ng-deep .node-wrapper:active label:focus, v7-history-restore-tree-component .v7-history-restore-tree ::ng-deep .node-wrapper:active label:focus-within {
  cursor: grabbing;
}
v7-history-restore-tree-component .v7-history-restore-tree ::ng-deep .entry {
  min-height: 2rem;
}
v7-history-restore-tree-component .v7-history-restore-tree ::ng-deep .angular-tree-component .node-drop-slot {
  height: 0;
}
v7-history-restore-tree-component .v7-history-restore-tree ::ng-deep .angular-tree-component .tree-node-level-1 {
  padding-bottom: 0.5rem;
}
v7-history-restore-tree-component .v7-history-restore-tree ::ng-deep .angular-tree-component span .toggle-children {
  vertical-align: middle;
}
v7-history-restore-tree-component .v7-history-restore-tree ::ng-deep .angular-tree-component .node-wrapper {
  align-items: normal;
}
v7-history-restore-tree-component .v7-history-restore-tree {
  /*max-height: $v7-history-restore-tree-max-height;*/
  /*        .tree-container {
              overflow: auto;
              max-height: $v7-history-restore-tree-treecontainer-height;
          }*/
}
v7-history-restore-tree-component .v7-history-restore-tree .node-content-wrapper {
  width: 100%;
}
v7-history-restore-tree-component .v7-history-restore-tree .node-content-wrapper:hover button.dh-lines {
  opacity: 0.5;
  color: #C2C2C2;
}
v7-history-restore-tree-component .v7-history-restore-tree .node-content-wrapper:hover button.dh-lines:active {
  opacity: 1;
  color: #434951;
}
v7-history-restore-tree-component .v7-history-restore-tree .node-content-wrapper:active {
  background-color: transparent !important;
  border: dashed #C2C2C2;
  border-width: thin;
}
v7-history-restore-tree-component .v7-history-restore-tree .node-content-wrapper:active button.dh-lines {
  opacity: 1;
  color: #434951;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container {
  padding: 1rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-infix {
  padding: 0.5625rem 0 0.75rem 0;
  border-top: none;
  bottom: 0.0625rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix {
  padding: 0.125rem 0 0.75rem 0;
  border-top: 0.438rem solid transparent;
  bottom: 0.0625rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3rem) scale(0.75);
  top: 1.5rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-infix {
  padding: 0.5625rem 0 0.75rem 0;
  border-top: none;
  top: 0.0625rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix {
  padding: 0.125rem 0 0.75rem 0;
  border-top: 0.438rem solid transparent;
  bottom: 0.0625rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3rem) scale(0.75);
  top: 1.5rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-history-restore-tree-component .v7-history-restore-tree .search-container .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick {
  top: 0;
  min-height: 2.5rem;
  max-height: 2.5rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .tree-container {
  padding: 1rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .search-container.search-container-with-divider {
  border-bottom: 0.0625rem solid #F0F0F0;
}
v7-history-restore-tree-component .v7-history-restore-tree .mat-form-field {
  width: 100%;
  margin: 0;
  min-height: 2.4rem;
  max-height: 2.4rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button.clear-text-button {
  position: absolute;
  bottom: -0.65rem;
  right: 0;
}
v7-history-restore-tree-component .v7-history-restore-tree .mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button.clear-text-button.hidden {
  display: none;
}
v7-history-restore-tree-component .v7-history-restore-tree .entry {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
}
v7-history-restore-tree-component .v7-history-restore-tree .entry .entry-icon {
  height: 1rem;
  min-width: 1rem;
  max-width: 1rem;
  margin: 0;
}
v7-history-restore-tree-component .v7-history-restore-tree .entry .entry-icon svg {
  vertical-align: top;
}
v7-history-restore-tree-component .v7-history-restore-tree .entry button {
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
v7-history-restore-tree-component .v7-history-restore-tree .entry button.dh-lines {
  opacity: 0;
}
v7-history-restore-tree-component .v7-history-restore-tree .entry.draggable-entry {
  cursor: grab;
  cursor: -moz-grab;
}
v7-history-restore-tree-component .v7-history-restore-tree .entry label {
  flex-grow: 1;
  padding: 0 0.25rem;
  margin: 0;
}
v7-history-restore-tree-component .v7-history-restore-tree .entry label:active {
  cursor: grabbing;
}
v7-history-restore-tree-component .v7-history-restore-tree .node-content-wrapper-active .entry {
  color: #7cbc5c;
  background: transparent;
}
/* 
    Created on : Oct 22, 2018, 2:00:22 PM
    Author     : peter.rumanovsky
*/
v7-label-component, .v7-label-component {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
}
v7-label-component.create-campaign-form-date-divider, .v7-label-component.create-campaign-form-date-divider {
  position: relative;
  top: -1.25rem;
  margin: 0 1.375rem;
}
v7-label-component.entity-define-main-label, .v7-label-component.entity-define-main-label {
  padding: 0 2rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  font-size: 1.715rem;
  line-height: 2.3125rem;
  margin: 2rem 0 0 0;
  font-weight: 600;
}
/* 
    Created on : 23.10.2018, 13:52:54
    Author     : nsp
*/
/*
    Created on : 24.06.2019, 10:07:07
    Author     : sbu
*/
v7-selected-entries-component, .v7-selected-entries-component {
  display: block;
  width: 100%;
  background-color: white;
  text-align: left;
}
v7-selected-entries-component .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-infix, .v7-selected-entries-component .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-infix {
  padding: 0.5625rem 0 0.75rem 0;
  border-top: none;
  bottom: 0.0625rem;
}
v7-selected-entries-component .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-selected-entries-component .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-selected-entries-component .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .v7-selected-entries-component .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-selected-entries-component .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-selected-entries-component .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-selected-entries-component .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .v7-selected-entries-component .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-selected-entries-component .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-selected-entries-component .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-selected-entries-component .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-selected-entries-component .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-selected-entries-component .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix, .v7-selected-entries-component .search-container .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-selected-entries-component .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix, .v7-selected-entries-component .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix {
  padding: 0.125rem 0 0.75rem 0;
  border-top: 0.438rem solid transparent;
  bottom: 0.0625rem;
}
v7-selected-entries-component .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield, .v7-selected-entries-component .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-selected-entries-component .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .v7-selected-entries-component .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3rem) scale(0.75);
  top: 1.5rem;
}
v7-selected-entries-component .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-selected-entries-component .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-selected-entries-component .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .v7-selected-entries-component .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-selected-entries-component .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-selected-entries-component .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-selected-entries-component .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .v7-selected-entries-component .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-selected-entries-component .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-selected-entries-component .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-selected-entries-component .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-selected-entries-component .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-selected-entries-component .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix, .v7-selected-entries-component .search-container .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-selected-entries-component .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-infix, .v7-selected-entries-component .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-infix {
  padding: 0.5625rem 0 0.75rem 0;
  border-top: none;
  top: 0.0625rem;
}
v7-selected-entries-component .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-selected-entries-component .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-selected-entries-component .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .v7-selected-entries-component .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-selected-entries-component .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-selected-entries-component .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-selected-entries-component .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .v7-selected-entries-component .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-selected-entries-component .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-selected-entries-component .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-selected-entries-component .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-selected-entries-component .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-selected-entries-component .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix, .v7-selected-entries-component .search-container .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-selected-entries-component .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix, .v7-selected-entries-component .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix {
  padding: 0.125rem 0 0.75rem 0;
  border-top: 0.438rem solid transparent;
  bottom: 0.0625rem;
}
v7-selected-entries-component .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield, .v7-selected-entries-component .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-selected-entries-component .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .v7-selected-entries-component .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3rem) scale(0.75);
  top: 1.5rem;
}
v7-selected-entries-component .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-selected-entries-component .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-selected-entries-component .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .v7-selected-entries-component .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-selected-entries-component .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-selected-entries-component .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-selected-entries-component .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .v7-selected-entries-component .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-selected-entries-component .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-selected-entries-component .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-selected-entries-component .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-selected-entries-component .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-selected-entries-component .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix, .v7-selected-entries-component .search-container .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-selected-entries-component .search-container .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-selected-entries-component .search-container .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick, .v7-selected-entries-component .search-container .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, .v7-selected-entries-component .search-container .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick {
  top: 0;
  min-height: 2.5rem;
  max-height: 2.5rem;
}
v7-selected-entries-component .mat-form-field, .v7-selected-entries-component .mat-form-field {
  width: calc(100% - 2rem);
  margin: 0.78125rem 1rem 0.0625rem 1rem;
}
v7-selected-entries-component .mat-form-field .mat-form-field-wrapper, .v7-selected-entries-component .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
}
v7-selected-entries-component .mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button.clear-text-button.hidden, .v7-selected-entries-component .mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button.clear-text-button.hidden {
  display: none;
}
v7-selected-entries-component .selected-entries, .v7-selected-entries-component .selected-entries {
  min-height: 3.25rem;
  padding: 1rem 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
v7-selected-entries-component .selected-entries .mat-chip-list-wrapper, .v7-selected-entries-component .selected-entries .mat-chip-list-wrapper {
  align-items: flex-start;
}
v7-selected-entries-component .selected-entries .mat-button-toggle, .v7-selected-entries-component .selected-entries .mat-button-toggle {
  margin: 0 0.25rem 0 0;
  height: 1.25rem;
  width: 1.25rem;
}
v7-selected-entries-component .selected-entries .mat-button-toggle .mat-button-toggle-label-content, .v7-selected-entries-component .selected-entries .mat-button-toggle .mat-button-toggle-label-content {
  right: 0.97rem;
  bottom: 1.05rem;
  padding: 0 0.8125rem;
}
v7-selected-entries-component .selected-entries .mat-button-toggle .mat-button-toggle-focus-overlay, .v7-selected-entries-component .selected-entries .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: white;
}
v7-selected-entries-component .selected-entries .mat-button-toggle .mat-icon, .v7-selected-entries-component .selected-entries .mat-button-toggle .mat-icon {
  color: #F15A23;
}
v7-selected-entries-component .selected-entries .mat-button-toggle .mat-icon:hover, .v7-selected-entries-component .selected-entries .mat-button-toggle .mat-icon:hover {
  color: #FC7647;
}
v7-selected-entries-component .selected-entries .mat-button-toggle .mat-icon:active, .v7-selected-entries-component .selected-entries .mat-button-toggle .mat-icon:active {
  color: #D54C1B;
}
v7-selected-entries-component .selected-entries .mat-button-toggle .mat-icon:disabled, .v7-selected-entries-component .selected-entries .mat-button-toggle .mat-icon:disabled {
  color: rgba(241, 90, 35, 0.38);
}
v7-selected-entries-component .selected-entries .mat-button-toggle-checked, .v7-selected-entries-component .selected-entries .mat-button-toggle-checked {
  background-color: white !important;
  color: rgba(255, 255, 255, 0);
  border-color: #F15A23;
}
v7-selected-entries-component .selected-entries .chip-container, .v7-selected-entries-component .selected-entries .chip-container {
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100% - 24px);
  margin-top: -4px;
}
v7-selected-entries-component .selected-entries .chiplist, .v7-selected-entries-component .selected-entries .chiplist {
  margin: 0;
  max-width: calc(100% - 3.2rem);
}
v7-selected-entries-component .selected-entries .chiplist .mat-chip, .v7-selected-entries-component .selected-entries .chiplist .mat-chip {
  font-size: 0.625rem;
}
v7-selected-entries-component .selected-entries .chiplist .mat-standard-chip, .v7-selected-entries-component .selected-entries .chiplist .mat-standard-chip {
  min-height: 1.25rem;
  border: solid 0.0625rem #C2C2C2;
  background-color: white;
  padding-right: 0;
  padding-left: 0.5rem;
  white-space: nowrap;
}
v7-selected-entries-component .selected-entries .all-text, .v7-selected-entries-component .selected-entries .all-text {
  margin-top: 1rem;
}
/* 
    Created on : 29.10.2018, 10:04:37
    Author     : sbu
*/
v7-field-selection-tree-component {
  display: block;
  width: 100%;
}
v7-field-selection-tree-component .fieldselection-tree-root ::ng-deep {
  margin: 1rem 1rem 1rem 1rem;
}
v7-field-selection-tree-component .fieldselection-tree-root ::ng-deep .mat-checkbox .mat-checkbox-layout {
  margin: 0.375rem 0;
}
v7-field-selection-tree-component .fieldselection-tree-root ::ng-deep .node-content-wrapper span {
  display: block;
  width: 12.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*
    Created on : 22.07.2018, 21:23:27
    Author     : kfe
*/
v7-workflow-graph-component {
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
v7-workflow-graph-component button {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  background-color: rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  border: none;
  overflow: hidden;
  outline: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14pt;
  padding: 0;
  height: 1.5rem;
}
v7-workflow-graph-component .workflow-level-container {
  display: flex;
  align-items: center;
}
v7-workflow-graph-component .workflow-level-container .workflow-level {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1.1875rem;
}
v7-workflow-graph-component .workflow-level-container .workflow-level.active-level {
  color: #F15A23;
}
v7-workflow-graph-component .workflow-level-container .workflow-level.disabled-level {
  cursor: not-allowed;
  color: rgba(67, 73, 81, 0.38);
}
v7-workflow-graph-component .workflow-level-container .workflow-chevron {
  font-size: 0.875rem;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-self: center;
  color: #434951;
}
v7-workflow-graph-component .workflow-level-container .workflow-chevron.disabled {
  color: rgba(67, 73, 81, 0.38);
  background-color: unset;
}
v7-workflow-graph-component .workflow-level-container .workflow-more {
  font-size: 0.875rem;
  width: 1rem;
  display: flex;
  align-items: flex-end;
}
v7-workflow-graph-component .workflow-home {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #434951;
  font-size: unset;
}
v7-workflow-graph-component .workflow-home svg {
  vertical-align: top;
}
v7-workflow-graph-component .workflow-nav {
  height: 100%;
  display: flex;
  align-items: center;
  border-right: solid 0.0625rem #F0F0F0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: unset;
}
v7-workflow-graph-component .workflow-nav svg {
  vertical-align: top;
}
v7-workflow-graph-component .workflow-nav .workflow-nav-button:disabled {
  cursor: not-allowed;
  color: #F0F0F0;
}
.workflow-level-more button[disabled] {
  cursor: not-allowed;
}
.workflow-level-more button.active {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  color: #F15A23;
}
.workflow-graph-mat-menu .workflow-graph-mat-menu-item-active {
  color: #F15A23;
}
.workflow-graph-mat-menu .workflow-graph-mat-menu-item-disabled {
  cursor: not-allowed;
  color: rgba(67, 73, 81, 0.38);
}
/*
    Created on : 07.07.2017, 14:11:20
    Author     : hku
*/
v7-workflow-select-component {
  display: block;
  width: 100%;
  padding: 0.5rem 2rem 0 6.25rem;
  justify-content: flex-end;
}
v7-workflow-select-component h1 {
  margin: 2.5rem 0;
}
v7-workflow-select-component .workflowselection-container {
  padding: 0;
  overflow: auto;
  height: calc(100vh - 8.75rem - 4.25rem);
}
v7-workflow-select-component .workflowselection-container .workflowselection {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  font: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  letter-spacing: 0.0625rem;
  color: white;
  background-color: #434951;
  width: 20.75rem;
  height: 6rem;
  padding: 2rem;
  margin: 0 1rem 1rem 0;
  transition: background-color 0.2s;
  border: none;
  border-radius: 0;
  border-width: 0;
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25);
}
v7-workflow-select-component .workflowselection-container .workflowselection .workflow-selection-icon {
  width: 1.75rem;
  height: auto;
  margin-right: 1.5rem;
}
v7-workflow-select-component .workflowselection-container .workflowselection .workflow-selection-category {
  width: 1.75rem;
  height: auto;
  margin-right: 1.5rem;
}
v7-workflow-select-component .workflowselection-container .workflowselection .workflow-button-text {
  display: inline-block;
  vertical-align: middle;
  text-align: start;
  text-transform: uppercase;
}
v7-workflow-select-component .workflowselection-container .workflowselection:focus + .workflow-category-selection, v7-workflow-select-component .workflowselection-container .workflowselection:active:focus + .workflow-category-selection, v7-workflow-select-component .workflowselection-container .workflowselection.active:focus + .workflow-category-selection, v7-workflow-select-component .workflowselection-container .workflowselection.focus + .workflow-category-selection, v7-workflow-select-component .workflowselection-container .workflowselection:active.focus + .workflow-category-selection, v7-workflow-select-component .workflowselection-container .workflowselection.active.focus + .workflow-category-selection, v7-workflow-select-component .workflowselection-container .workflowselection:focus + .workflow-category-selection, v7-workflow-select-component .workflowselection-container .workflowselection.focus + .workflow-category-selection, v7-workflow-select-component .workflowselection-container .workflowselection:active + .workflow-category-selection, v7-workflow-select-component .workflowselection-container .workflowselection.active + .workflow-category-selection {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0.5rem 0 0.5rem 0;
  background-color: white;
  height: auto;
  width: 20.75rem;
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.16);
}
v7-workflow-select-component .workflowselection-container .workflowselection:focus + .workflow-category-selection .workflow-category-item, v7-workflow-select-component .workflowselection-container .workflowselection:active:focus + .workflow-category-selection .workflow-category-item, v7-workflow-select-component .workflowselection-container .workflowselection.active:focus + .workflow-category-selection .workflow-category-item, v7-workflow-select-component .workflowselection-container .workflowselection.focus + .workflow-category-selection .workflow-category-item, v7-workflow-select-component .workflowselection-container .workflowselection:active.focus + .workflow-category-selection .workflow-category-item, v7-workflow-select-component .workflowselection-container .workflowselection.active.focus + .workflow-category-selection .workflow-category-item, v7-workflow-select-component .workflowselection-container .workflowselection:focus + .workflow-category-selection .workflow-category-item, v7-workflow-select-component .workflowselection-container .workflowselection.focus + .workflow-category-selection .workflow-category-item, v7-workflow-select-component .workflowselection-container .workflowselection:active + .workflow-category-selection .workflow-category-item, v7-workflow-select-component .workflowselection-container .workflowselection.active + .workflow-category-selection .workflow-category-item {
  opacity: 1;
  height: 2.5rem;
  width: 20.75rem;
  padding-bottom: 0.75rem;
  padding-top: 0.6875rem;
}
v7-workflow-select-component .workflowselection-container .workflowselection:focus, v7-workflow-select-component .workflowselection-container .workflowselection:active:focus, v7-workflow-select-component .workflowselection-container .workflowselection.active:focus, v7-workflow-select-component .workflowselection-container .workflowselection.focus, v7-workflow-select-component .workflowselection-container .workflowselection:active.focus, v7-workflow-select-component .workflowselection-container .workflowselection.active.focus, v7-workflow-select-component .workflowselection-container .workflowselection:hover, v7-workflow-select-component .workflowselection-container .workflowselection:focus, v7-workflow-select-component .workflowselection-container .workflowselection.focus, v7-workflow-select-component .workflowselection-container .workflowselection:active, v7-workflow-select-component .workflowselection-container .workflowselection.active {
  color: white;
  background-color: #F15A23;
  outline: none;
  box-shadow: none;
}
v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-selection {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  opacity: 0;
  height: 0;
  transition: padding-top 0.1s, padding-bottom 0.1s, opacity 0.1s, height 0.1s linear;
  overflow: hidden;
  margin: 0rem 1rem 0rem 0rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: white;
  text-align: left;
}
v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item:focus, v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item:active:focus, v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item.active:focus, v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item.focus, v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item:active.focus, v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item.active.focus, v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item:hover, v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item:focus, v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item.focus, v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item:active, v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item.active {
  background-color: #F5F5F5;
}
v7-workflow-select-component .workflowselection-container .workflow-category-group:focus .workflow-category-item, v7-workflow-select-component .workflowselection-container .workflow-category-group:active:focus .workflow-category-item, v7-workflow-select-component .workflowselection-container .workflow-category-group.active:focus .workflow-category-item, v7-workflow-select-component .workflowselection-container .workflow-category-group.focus .workflow-category-item, v7-workflow-select-component .workflowselection-container .workflow-category-group:active.focus .workflow-category-item, v7-workflow-select-component .workflowselection-container .workflow-category-group.active.focus .workflow-category-item, v7-workflow-select-component .workflowselection-container .workflow-category-group:focus .workflow-category-item, v7-workflow-select-component .workflowselection-container .workflow-category-group.focus .workflow-category-item, v7-workflow-select-component .workflowselection-container .workflow-category-group:active .workflow-category-item, v7-workflow-select-component .workflowselection-container .workflow-category-group.active .workflow-category-item {
  opacity: 1;
  height: 2.5rem;
  width: 20.75rem;
  padding-bottom: 0.75rem;
  padding-top: 0.6875rem;
}
v7-workflow-select-component .workflowselection-container .workflow-category-group + .workflow-category-selection {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0.5rem 0 0.5rem 0;
  background-color: white;
  height: auto;
  width: 20.75rem;
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.16);
}
v7-workflow-select-component .workflowselection-container .workflow-category-group + .workflow-category-selection .workflow-category-item {
  opacity: 1;
  height: 2.5rem;
  width: 20.75rem;
  padding-bottom: 0.75rem;
  padding-top: 0.6875rem;
}
/*
    Created on : 16.08.2018, 14:57:45
    Author     : job
*/
v7-news-container-component {
  display: block;
  padding: 0.5rem 2rem 0 2rem;
}
v7-news-container-component .news-label {
  margin: 2.5rem 0;
}
v7-news-container-component .btn-md {
  margin-bottom: 1.5rem;
  height: 2.5rem;
  letter-spacing: 0.0625rem;
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 2.5rem;
}
v7-news-container-component .btn-md mat-icon {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.5rem;
}
v7-news-container-component .btn-primary {
  border-radius: 0.125rem;
  border-color: rgba(255, 255, 255, 0);
}
v7-news-container-component .btn-primary:hover {
  background-color: #FC7647;
}
v7-news-container-component .btn-primary:active {
  background-color: #D54C1B;
}
v7-news-container-component .btn-primary:disabled {
  background-color: #F15A23;
  opacity: 38%;
}
v7-news-container-component .v7-news-container-body {
  width: 35.25rem;
}
/*
    Created on : 14.08.2018, 13:42:40
    Author     : job
*/
/*
    Created on : 16.08.2018, 14:57:45
    Author     : job
*/
v7-news-container-component {
  display: block;
  padding: 0.5rem 2rem 0 2rem;
}
v7-news-container-component .news-label {
  margin: 2.5rem 0;
}
v7-news-container-component .btn-md {
  margin-bottom: 1.5rem;
  height: 2.5rem;
  letter-spacing: 0.0625rem;
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 2.5rem;
}
v7-news-container-component .btn-md mat-icon {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.5rem;
}
v7-news-container-component .btn-primary {
  border-radius: 0.125rem;
  border-color: rgba(255, 255, 255, 0);
}
v7-news-container-component .btn-primary:hover {
  background-color: #FC7647;
}
v7-news-container-component .btn-primary:active {
  background-color: #D54C1B;
}
v7-news-container-component .btn-primary:disabled {
  background-color: #F15A23;
  opacity: 38%;
}
v7-news-container-component .v7-news-container-body {
  width: 35.25rem;
}
/*
$v7-news-arrow-up-size: 1rem !default;
$v7-news-arrow-up-style: solid !default;

$v7-news-before-width: 0 !default;
$v7-news-before-height: 0 !default;
$v7-news-before-content: '' !default;
$v7-news-before-position: absolute !default;
*/
v7-news-component .news-mat-card {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  position: relative;
  background: white;
  font-size: 1rem;
  color: white;
  height: 10.1875rem;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0.125rem;
}
@media (max-width: 59.999rem) and (min-width: 36rem) {
  v7-news-component .news-mat-card:not(.v7-media-query-not-responsive) {
    width: 16rem;
  }
}
@media (max-width: 79.999rem) and (min-width: 60rem) {
  v7-news-component .news-mat-card:not(.v7-media-query-not-responsive) {
    width: 25rem;
  }
}
v7-news-component .news-mat-card .card-body {
  flex-direction: column;
  justify-content: space-between;
}
v7-news-component .news-mat-card .card-body .v7-news-caption {
  margin: 0;
  overflow: hidden;
}
v7-news-component .news-mat-card .card-body .v7-news-description {
  margin: 0.5rem -1rem 0.75rem 0;
  padding: 0 1rem 0 0;
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 1.5;
  max-height: 6em;
  text-align: justify;
}
v7-news-component .news-mat-card .card-body .v7-news-description::before {
  bottom: -0.5rem;
  position: absolute;
  display: block;
  width: 35.25rem;
  -moz-filter: blur(0.125rem);
  -o-filter: blur(0.125rem);
  -ms-filter: blur(0.125rem);
  filter: blur(0.125rem);
  content: "-";
  background-color: white;
  color: white;
}
v7-news-component .news-mat-card .v7-news-footer {
  position: absolute;
  top: 8.3125rem;
  margin: 0;
  line-height: 0.875rem;
}
/*
    Created on : 11.09.2018, 15:18:18
    Author     : acw
*/
v7-user-information-component {
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
v7-user-information-component div {
  display: inline;
}
.v7-campaign-management-definition {
  height: 100vh;
}
.v7-campaign-management-definition > div:nth-child(2) {
  height: calc(100vh - 4rem);
}
.v7-administration-page.v7-panel .default-sidebar-height {
  height: 100%;
}
.v7-administration-page {
  height: 100%;
}
.v7-administration-page .v7-administration-page-adminpanel-container {
  padding-left: 2rem;
}
.v7-administration-page .v7-administration-default-controlbar-component {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.v7-administration-page .v7-administration-default-controlbar-component .v7-administration-default-controlbar-moveto {
  padding-right: 1rem;
}
.v7-administration-page .v7-administration-default-controlbar-component .v7-administration-default-controlbar-newcat {
  padding-right: 2rem;
}
.v7-administration-page .v7-administration-default-controlbar-component .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field {
  width: auto;
  min-width: none;
}
.v7-administration-page .v7-administration-default-controlbar-component .v7-controlbar-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.v7-administration-page .v7-administration-default-category-component {
  display: flex;
}
.v7-administration-page .v7-administration-default-category-component.v7-default-category-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.v7-administration-page .v7-administration-default-category-component mat-icon {
  transform: scale(0.8);
}
.v7-administration-page .v7-administration-default-category-component .v7-default-category-caption {
  padding-left: 0.5rem;
  margin-right: auto;
}
.v7-administration-page .v7-administration-default-category-component .v7-default-category-draghandle {
  display: none;
}
.v7-administration-page .v7-administration-default-category-component:hover .v7-default-category-draghandle {
  display: inline-block;
}
.v7-administration-page .v7-administration-default-v7object-component {
  display: flex;
}
.v7-administration-page .v7-administration-default-v7object-component .v7-default-v7object-icon {
  margin: 0rem 0.4rem 0rem 0.4rem;
}
.v7-administration-page .v7-administration-default-v7object-component mat-icon {
  transform: scale(0.8);
}
.v7-administration-page .v7-administration-default-v7object-component .v7-default-v7object-caption {
  margin-right: auto;
}
.v7-administration-page .v7-administration-default-v7object-component .v7-default-v7object-draghandle {
  display: none;
}
.v7-administration-page .v7-administration-default-v7object-component:hover .v7-default-v7object-draghandle {
  display: inline-block;
}
.v7-administration-page .v7-administration-default-v7object-component.v7-default-v7object-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.v7-administration-page .v7-administration-default-v7object-component .v7object-edit-dialog-search-container {
  width: -moz-fit-content;
  width: fit-content;
}
.v7-administration-page .v7-administration-user-admin-panel .v7-loading-spinner {
  display: inline-flex;
}
.v7-administration-page .v7-administration-user-admin-panel mat-card {
  margin: 2.5rem 2.5rem 2.5rem 0rem;
  max-width: 50rem;
}
.v7-administration-page .v7-administration-v7object-admin-panel .v7-administration-panel-content {
  margin-top: 2.5rem;
}
.v7-administration-page .v7-administration-v7object-admin-panel .v7-loading-spinner {
  display: inline-flex;
}
.v7-administration-page .v7-administration-v7object-admin-panel .v7-administration-panel-loading-spinner-container {
  margin-left: 0.5rem;
}
.v7-administration-page .v7-administration-v7object-admin-panel mat-card {
  margin: 2.5rem 2.5rem 2.5rem 0rem;
  max-width: 50rem;
}
.v7-administration-page .v7-administration-v7object-admin-panel .v7object-adminstration-panel-search-container {
  width: -moz-fit-content;
  width: fit-content;
}
.v7-administration-page .v7-administration-v7object-tree .content {
  position: relative;
}
.v7-administration-page .v7-administration-v7object-tree .content .v7-simple-checkbox-tree-loading-spinner-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.v7-administration-page .v7-administration-v7object-tree .content .mat-tree-node {
  min-height: 0;
}
.v7-administration-page .v7-administration-v7object-tree .content .mat-tree-node > div {
  width: 100%;
  display: flex;
  align-items: center;
}
.v7-administration-page .v7-administration-v7object-tree v7-v7object-component-container, .v7-administration-page .v7-administration-v7object-tree v7-category-component-container {
  display: inline-block;
  width: 100%;
}
.v7-administration-page .v7-administration-v7object-tree .v7-v7object-tree-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.v7-administration-category-edit-dialog .v7-administration-category-edit-dialog-add-subcategory-btn {
  margin-bottom: 1rem;
}
.v7-administration-category-edit-dialog.v7-panel .panel-dialog {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
.v7-administration-category-edit-dialog.v7-panel .panel-dialog .v7-button-component {
  padding-right: 0rem;
}
.v7-administration-v7object-edit-dialog {
  min-width: 38rem;
}
.v7-administration-v7object-edit-dialog .v7-dynamic-form-control-text-area-component mat-form-field {
  width: 100%;
}
.v7-administration-v7object-edit-dialog .v7-dynamic-form-control-text-component mat-form-field {
  width: 100%;
}
.v7-administration-v7object-edit-dialog.v7-panel .panel-dialog {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
.v7-administration-v7object-edit-dialog.v7-panel .panel-dialog .v7-button-component {
  padding-right: 0rem;
}
.v7-administration-v7object-edit-dialog .v7object-edit-dialog-public-checkbox-label {
  margin-bottom: 0.3rem;
}
.v7-administration-v7object-edit-dialog .v7-selected-entries-component .mat-form-field {
  margin-left: 0rem;
  margin-right: 0rem;
  width: 100%;
}
.v7-administration-v7object-edit-dialog .v7object-edit-dialog-visiblitytree-container {
  margin-left: -15px;
}
.v7-administration-delete-dialog.v7-panel .panel-dialog {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
.v7-administration-delete-dialog.v7-panel .panel-dialog .panel-dialog-footer {
  padding-right: 0rem;
}
.v7-administration-create-category-dialog mat-form-field {
  width: 100%;
}
.v7-administration-create-category-dialog.v7-panel .panel-dialog {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
.v7-administration-create-category-dialog.v7-panel .panel-dialog .v7-button-component {
  padding-right: 0rem;
}
.v7object-edit-dialog-visibility-selective-container {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 1rem;
}
.content {
  position: relative;
}
.content .v7-simple-checkbox-tree-loading-spinner-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.content .mat-tree-node {
  min-height: 0;
}
.content .mat-tree-node > div {
  width: 100%;
  display: flex;
  align-items: center;
}
.content .v7-simple-checkbox-tree-disabled {
  opacity: 0.5;
  pointer-events: none;
}
/*
    Created on : Jun 4, 2020, 13:30:00 AM
    Author     : jakub.hoferik
*/
.v7-panel-full-width {
  width: 100%;
}
/*
    Created on : Oct 26, 2018, 9:08:51 AM
    Author     : peter.rumanovsky
*/
v7-flow-panel-component {
  display: block;
}
v7-flow-panel-component .v7-flow-panel {
  align-items: center;
}
v7-flow-panel-component .v7-flow-panel.flow-panel-align-top {
  align-items: normal;
}
v7-flow-panel-component .v7-flow-panel.flow-panel-form-padding {
  padding: 0 4rem 0 0;
}
v7-flow-panel-component .v7-flow-panel.flow-panel-padding-zero {
  padding: 0;
}
v7-flow-panel-component .v7-flow-panel.panel-content-end {
  justify-content: flex-end;
}
v7-flow-panel-component .v7-flow-panel.dynamic-form-control-last-inputs-no-margin v7-label-component.create-campaign-form-date-divider {
  top: -0.9rem;
}
v7-flow-panel-component .v7-flow-panel.dynamic-form-control-checkbox-padding {
  padding-bottom: 0.75rem;
}
v7-flow-panel-component .v7-flow-panel.overlay-visibility-expansion-panel .search-container {
  margin-top: 0.375rem;
}
v7-flow-panel-component .left-side-content {
  width: 30rem;
}
@media (max-width: 79.999rem) and (min-width: 60rem) {
  v7-flow-panel-component .left-side-content:not(.v7-media-query-not-responsive) {
    width: 23.75rem;
  }
}
v7-flow-panel-component .left-side-content .v7-font-h2, v7-flow-panel-component .left-side-content .news-entry-card .news-entry-title-container .news-entry-title, .news-entry-card .news-entry-title-container v7-flow-panel-component .left-side-content .news-entry-title {
  margin: 0;
  margin-bottom: 1.5rem;
  height: 1.6875rem;
}
v7-flow-panel-component .left-side-content .v7-mini-squeeze-panel {
  width: 26rem;
}
@media (max-width: 79.999rem) and (min-width: 60rem) {
  v7-flow-panel-component .left-side-content .v7-mini-squeeze-panel:not(.v7-media-query-not-responsive) {
    width: 19.725rem;
  }
}
v7-flow-panel-component .left-side-content .v7-mini-squeeze-panel .mat-expansion-panel-body .form-control-tree {
  margin: 0;
}
v7-flow-panel-component .left-side-content .v7-mini-squeeze-panel .mat-expansion-panel-body .form-control-tree .angular-tree-component {
  padding-top: 0.8375rem;
}
v7-flow-panel-component .left-side-content .v7-mini-squeeze-panel .mat-expansion-panel-body .form-control-tree .angular-tree-component .mat-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}
v7-flow-panel-component .left-side-content .v7-mini-squeeze-panel .mat-expansion-panel-body .form-control-tree .angular-tree-component .entry {
  align-items: center;
  padding: 0 0.375rem;
}
v7-flow-panel-component .left-side-content .v7-mini-squeeze-panel .mat-expansion-panel-body .mat-form-field {
  width: calc(100% - 1.875rem);
  margin: 1rem 0.9375rem 0;
}
@media (max-width: 79.999rem) and (min-width: 60rem) {
  v7-flow-panel-component .left-side-content .v7-mini-squeeze-panel .mat-expansion-panel-body .mat-form-field:not(.v7-media-query-not-responsive) {
    width: 17.75rem;
  }
}
v7-flow-panel-component .left-side-content .v7-mini-squeeze-panel .mat-expansion-panel-body .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
}
v7-flow-panel-component .left-side-content .v7-mini-squeeze-panel .mat-expansion-panel-body .mat-form-field-appearance-outline .mat-form-field-wrapper {
  margin: 0;
}
v7-flow-panel-component .right-side-content {
  padding: 0;
  width: 30rem;
}
v7-flow-panel-component .right-side-content .v7-save-dialog-options {
  height: calc(100vh - 11.173625rem);
}
v7-flow-panel-component .right-side-content .v7-category-dialog-options {
  height: 34rem;
}
v7-flow-panel-component .right-side-content .panel-dialog-header {
  height: 2rem;
}
v7-flow-panel-component .right-side-content .panel-dialog-header .btn-md {
  height: 1.5rem;
}
v7-flow-panel-component .right-side-content .panel-dialog-header .btn-md .mat-icon {
  margin-top: 0.125rem;
  margin-right: 0.375rem;
}
v7-flow-panel-component .right-side-content .v7-save-dialog-options .v7-font-h2, v7-flow-panel-component .right-side-content .v7-save-dialog-options .news-entry-card .news-entry-title-container .news-entry-title, .news-entry-card .news-entry-title-container v7-flow-panel-component .right-side-content .v7-save-dialog-options .news-entry-title, v7-flow-panel-component .right-side-content .v7-category-dialog-options .v7-font-h2, v7-flow-panel-component .right-side-content .v7-category-dialog-options .news-entry-card .news-entry-title-container .news-entry-title, .news-entry-card .news-entry-title-container v7-flow-panel-component .right-side-content .v7-category-dialog-options .news-entry-title {
  margin: 0;
  margin-bottom: 1.5rem;
  height: 1.6875rem;
}
v7-flow-panel-component .right-side-content .v7-mini-squeeze-panel {
  width: 26rem;
}
v7-flow-panel-component .right-side-content .pb-rc {
  padding-bottom: 1.5rem;
}
v7-flow-panel-component .right-side-content .mat-expansion-panel-body {
  padding: 0;
}
v7-flow-panel-component .right-side-content .mat-expansion-panel-body .mat-divider {
  width: 26rem;
  margin-left: -1rem;
  padding-bottom: 0.6875rem;
}
v7-flow-panel-component .right-side-content .mat-expansion-panel-body .v7-flow-panel {
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 1rem;
}
v7-flow-panel-component .right-side-content .mat-expansion-panel-body .v7-flow-panel .content {
  padding: 0;
  border: 0;
}
v7-flow-panel-component .right-side-content .mat-expansion-panel-body .v7-flow-panel .content .mat-form-field {
  margin: 0;
}
v7-flow-panel-component .right-side-content .mat-expansion-panel-body .v7-flow-panel .content .mat-form-field-wrapper {
  padding-bottom: 0;
}
v7-flow-panel-component .right-side-content .mat-expansion-panel-body .v7-flow-panel .mat-form-field-wrapper {
  margin: 0;
  padding-bottom: 1.5rem;
  width: 24rem;
}
v7-flow-panel-component .right-side-content .mat-expansion-panel-body .v7-flow-panel .sichtbarkeit-label {
  padding-bottom: 0.5rem;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.044375rem;
}
v7-flow-panel-component .right-side-content .panel-dialog-footer {
  padding: 2rem 1rem 1rem 2rem !important;
}
v7-flow-panel-component .right-side-content .btn-primary {
  width: 7.25rem;
}
v7-flow-panel-component .right-side-content .btn {
  display: block !important;
}
v7-flow-panel-component .v7-background-center-news-form {
  width: 43.75rem;
  height: 29.4375rem;
  padding: 0 2rem 0 2rem;
}
v7-flow-panel-component .v7-background-center-news-form .addNewsFormGroup .text-titel .mat-form-field {
  width: 39.75rem;
}
v7-flow-panel-component .v7-background-center-news-form .addNewsFormGroup .text-titel .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 1.25rem;
}
v7-flow-panel-component .v7-background-center-news-form .addNewsFormGroup .textarea-titel mat-form-field {
  width: 100%;
}
v7-flow-panel-component .v7-background-center-news-form .addNewsFormGroup .textarea-titel mat-form-field .mat-form-field-wrapper {
  padding-bottom: 1.25rem;
}
v7-flow-panel-component .v7-background-center-news-form .addNewsFormGroup .textarea-titel mat-form-field .mat-form-field-wrapper .mat-form-field-flex {
  height: 9.375rem;
}
v7-flow-panel-component .v7-background-center-news-form .addNewsFormGroup .textarea-titel .mat-form-field-appearance-outline .mat-form-field-wrapper {
  margin: 0;
  margin-bottom: 0.25em;
}
v7-flow-panel-component .v7-background-center-news-form .addNewsFormGroup .mat-form-field {
  font: 0.875rem/1.25 Open Sans;
}
v7-flow-panel-component .topButtonBar-News {
  justify-content: flex-end;
  width: 41.375rem;
  padding-right: 0.375rem;
  padding-top: 0.6875rem;
}
v7-flow-panel-component .bottomButtonBar-News {
  justify-content: flex-end;
  width: 41.375rem;
  padding-right: 1rem;
  margin-top: 0.2225rem;
}
v7-flow-panel-component .bottomButtonBar-News .btn-create {
  width: 7.125rem;
  -moz-text-align-last: center;
       text-align-last: center;
  letter-spacing: 0.0625rem;
}
v7-flow-panel-component .delete-dialog-form-group {
  padding: 0 1rem 0 1rem;
  top: -1rem;
  position: relative;
}
v7-flow-panel-component .delete-dialog-form-group .mat-input-element:disabled {
  color: #434951;
}
v7-flow-panel-component .delete-dialog-buttonbar {
  background: #434951;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
/* 
    Created on : 10.09.2018, 15:30:11
    Author     : acw
*/
v7-carousel-panel-component {
  display: block;
  background-color: white;
}
v7-carousel-panel-component .carousel-indicators li {
  background-color: rgba(67, 73, 81, 0.5);
  height: 0.375rem;
  width: 2.5rem;
}
v7-carousel-panel-component .carousel-indicators li.active {
  background-color: #434951;
}
v7-carousel-panel-component .carousel-control-prev, v7-carousel-panel-component .carousel-control-next {
  width: 3rem;
  color: #434951;
}
v7-carousel-panel-component .carousel-item {
  padding-left: 3rem;
  padding-right: 3rem;
}
v7-carousel-panel-component .carousel-item .carousel-default-item {
  height: 25rem;
  justify-content: space-evenly;
}
/* 
    Created on : 15.08.2018, 10:42:17
    Author     : hku
*/
v7-center-panel-component {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch !important;
  align-items: stretch;
}
v7-drop-down-info-component .myPanelClass {
  margin-top: 1.875rem !important;
}
v7-drop-down-info-component .mat-select-panel {
  max-height: 80vh !important;
  padding: 0;
}
v7-drop-down-info-component .main-container {
  height: auto;
  padding: 0;
}
/* 
    Created on : Oct 23, 2018, 10:22:05 AM
    Author     : peter.rumanovsky
*/
/*
    Created on : Oct 24, 2018, 8:35:49 AM
    Author     : peter.rumanovsky
*/
v7-button-component .btn, .v7-button-component .btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  animation: none;
}
v7-button-component .btn.btn-shadow, .v7-button-component .btn.btn-shadow {
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25) !important;
}
v7-button-component .btn:focus, v7-button-component .btn:active:focus, v7-button-component .btn.active:focus, v7-button-component .btn.focus, v7-button-component .btn:active.focus, v7-button-component .btn.active.focus, v7-button-component .btn:hover, v7-button-component .btn:focus, v7-button-component .btn.focus, v7-button-component .btn:active, v7-button-component .btn.active, .v7-button-component .btn:focus, .v7-button-component .btn:active:focus, .v7-button-component .btn.active:focus, .v7-button-component .btn.focus, .v7-button-component .btn:active.focus, .v7-button-component .btn.active.focus, .v7-button-component .btn:hover, .v7-button-component .btn:focus, .v7-button-component .btn.focus, .v7-button-component .btn:active, .v7-button-component .btn.active {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  animation: none;
}
v7-button-component .btn:focus.btn-shadow, v7-button-component .btn:active:focus.btn-shadow, v7-button-component .btn.active:focus.btn-shadow, v7-button-component .btn.focus.btn-shadow, v7-button-component .btn:active.focus.btn-shadow, v7-button-component .btn.active.focus.btn-shadow, v7-button-component .btn:hover.btn-shadow, v7-button-component .btn:focus.btn-shadow, v7-button-component .btn.focus.btn-shadow, v7-button-component .btn:active.btn-shadow, v7-button-component .btn.active.btn-shadow, .v7-button-component .btn:focus.btn-shadow, .v7-button-component .btn:active:focus.btn-shadow, .v7-button-component .btn.active:focus.btn-shadow, .v7-button-component .btn.focus.btn-shadow, .v7-button-component .btn:active.focus.btn-shadow, .v7-button-component .btn.active.focus.btn-shadow, .v7-button-component .btn:hover.btn-shadow, .v7-button-component .btn:focus.btn-shadow, .v7-button-component .btn.focus.btn-shadow, .v7-button-component .btn:active.btn-shadow, .v7-button-component .btn.active.btn-shadow {
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25) !important;
}
v7-button-component .btn span, .v7-button-component .btn span {
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  flex-grow: 1;
}
v7-button-component .btn mat-icon, .v7-button-component .btn mat-icon {
  margin: 0 0.5rem 0 0.5rem;
}
v7-button-component .btn.icon-first mat-icon, .v7-button-component .btn.icon-first mat-icon {
  order: -1;
}
v7-button-component .btn-kpi, .v7-button-component .btn-kpi {
  background-color: #434951;
  border-radius: 0.125rem;
  height: 2.1875rem;
  padding-right: 0.3125rem;
  cursor: default;
}
v7-button-component .btn-lg, .v7-button-component .btn-lg {
  font-size: xx-large;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 10rem;
  padding: 2rem;
  margin: 0;
}
v7-button-component .btn-lg mat-icon, .v7-button-component .btn-lg mat-icon {
  width: x-large;
}
v7-button-component .btn-md, .v7-button-component .btn-md {
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 2.5rem;
  padding: 0 1rem 0 1rem;
  margin: 0;
}
v7-button-component .btn-md mat-icon, .v7-button-component .btn-md mat-icon {
  width: larger;
}
v7-button-component .btn-sm, .v7-button-component .btn-sm {
  font-size: small;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 2rem;
  padding: 0;
  margin: 0;
}
v7-button-component .btn-sm mat-icon, .v7-button-component .btn-sm mat-icon {
  width: medium;
}
v7-button-component .btn-xs, .v7-button-component .btn-xs {
  font-size: x-small;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 1.25rem;
  padding: 0;
  margin: 0;
}
v7-button-component .btn-xs mat-icon, .v7-button-component .btn-xs mat-icon {
  width: small;
}
v7-button-component .btn-icon-dark, .v7-button-component .btn-icon-dark {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  background: transparent;
  color: #434951;
  border: none;
  outline: none;
}
v7-button-component .btn-icon-light, .v7-button-component .btn-icon-light {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  background: transparent;
  color: white;
  border: none;
  outline: none;
}
v7-button-component .understep-workflow:hover, .v7-button-component .understep-workflow:hover {
  color: white;
  background: #F15A23;
}
v7-button-component .nounderstep-workflow:hover, .v7-button-component .nounderstep-workflow:hover {
  color: #F15A23;
}
v7-button-component .btn-breadcrumb, .v7-button-component .btn-breadcrumb {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}
v7-button-component .btn, .v7-button-component .btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  animation: none;
}
v7-button-component .btn.btn-shadow, .v7-button-component .btn.btn-shadow {
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25) !important;
}
v7-button-component .btn:focus, v7-button-component .btn:active:focus, v7-button-component .btn.active:focus, v7-button-component .btn.focus, v7-button-component .btn:active.focus, v7-button-component .btn.active.focus, v7-button-component .btn:hover, v7-button-component .btn:focus, v7-button-component .btn.focus, v7-button-component .btn:active, v7-button-component .btn.active, .v7-button-component .btn:focus, .v7-button-component .btn:active:focus, .v7-button-component .btn.active:focus, .v7-button-component .btn.focus, .v7-button-component .btn:active.focus, .v7-button-component .btn.active.focus, .v7-button-component .btn:hover, .v7-button-component .btn:focus, .v7-button-component .btn.focus, .v7-button-component .btn:active, .v7-button-component .btn.active {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  animation: none;
}
v7-button-component .btn:focus.btn-shadow, v7-button-component .btn:active:focus.btn-shadow, v7-button-component .btn.active:focus.btn-shadow, v7-button-component .btn.focus.btn-shadow, v7-button-component .btn:active.focus.btn-shadow, v7-button-component .btn.active.focus.btn-shadow, v7-button-component .btn:hover.btn-shadow, v7-button-component .btn:focus.btn-shadow, v7-button-component .btn.focus.btn-shadow, v7-button-component .btn:active.btn-shadow, v7-button-component .btn.active.btn-shadow, .v7-button-component .btn:focus.btn-shadow, .v7-button-component .btn:active:focus.btn-shadow, .v7-button-component .btn.active:focus.btn-shadow, .v7-button-component .btn.focus.btn-shadow, .v7-button-component .btn:active.focus.btn-shadow, .v7-button-component .btn.active.focus.btn-shadow, .v7-button-component .btn:hover.btn-shadow, .v7-button-component .btn:focus.btn-shadow, .v7-button-component .btn.focus.btn-shadow, .v7-button-component .btn:active.btn-shadow, .v7-button-component .btn.active.btn-shadow {
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25) !important;
}
v7-button-component .btn span, .v7-button-component .btn span {
  text-align: left;
  white-space: nowrap;
  flex-grow: 1;
}
v7-button-component .btn mat-icon, .v7-button-component .btn mat-icon {
  margin: 0 0.5rem 0 0.5rem;
}
v7-button-component .btn.icon-first mat-icon, .v7-button-component .btn.icon-first mat-icon {
  order: -1;
  margin-left: 0;
}
v7-button-component .btn-kpi, .v7-button-component .btn-kpi {
  background-color: #434951;
  border-radius: 0.125rem;
  height: 2.1875rem;
  padding-right: 0.3125rem;
  cursor: default;
}
v7-button-component .btn-lg, .v7-button-component .btn-lg {
  font-size: xx-large;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 10rem;
  padding: 2rem;
  margin: 0;
}
v7-button-component .btn-lg mat-icon, .v7-button-component .btn-lg mat-icon {
  width: x-large;
}
v7-button-component .btn-md, .v7-button-component .btn-md {
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 2.5rem;
  padding: 0 1rem 0 1rem;
  margin: 0;
}
v7-button-component .btn-md mat-icon, .v7-button-component .btn-md mat-icon {
  width: larger;
}
v7-button-component .btn-sm, .v7-button-component .btn-sm {
  font-size: small;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 2rem;
  padding: 0;
  margin: 0;
}
v7-button-component .btn-sm mat-icon, .v7-button-component .btn-sm mat-icon {
  width: medium;
}
v7-button-component .btn-xs, .v7-button-component .btn-xs {
  font-size: x-small;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 1.25rem;
  padding: 0;
  margin: 0;
}
v7-button-component .btn-xs mat-icon, .v7-button-component .btn-xs mat-icon {
  width: small;
}
v7-button-component .btn-icon-dark, .v7-button-component .btn-icon-dark {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  background: transparent;
  color: #434951;
  border: none;
  outline: none;
}
v7-button-component .btn-icon-light, .v7-button-component .btn-icon-light {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  background: transparent;
  color: white;
  border: none;
  outline: none;
}
v7-button-component .understep-workflow:hover, .v7-button-component .understep-workflow:hover {
  color: white;
  background: #F15A23;
}
v7-button-component .nounderstep-workflow:hover, .v7-button-component .nounderstep-workflow:hover {
  color: #F15A23;
}
v7-button-component .btn-breadcrumb, .v7-button-component .btn-breadcrumb {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}
v7-button-component .btn-close, .v7-button-component .btn-close {
  height: 1.5rem;
  padding: 0.375rem 0.375rem 0rem 0rem;
  margin: -1rem -1rem 0rem 0rem;
  color: #434951;
}
v7-button-component .btn-close .mat-icon, .v7-button-component .btn-close .mat-icon {
  margin: 0rem;
}
v7-button-component .btn-primary, .v7-button-component .btn-primary {
  border-radius: 0.125rem;
  border-color: rgba(255, 255, 255, 0);
}
v7-button-component .btn-primary-no-radius, .v7-button-component .btn-primary-no-radius {
  border-radius: 0;
}
v7-button-component .btn-primary:hover, .v7-button-component .btn-primary:hover {
  background-color: #FC7647;
}
v7-button-component .btn-primary:active, .v7-button-component .btn-primary:active {
  background-color: #D54C1B;
}
v7-button-component .btn-primary:disabled, .v7-button-component .btn-primary:disabled {
  background-color: #F15A23;
  opacity: 38%;
  cursor: not-allowed;
}
v7-button-component .btn-secondary, .v7-button-component .btn-secondary {
  border-color: rgba(255, 255, 255, 0);
}
v7-button-component .btn-secondary:hover, .v7-button-component .btn-secondary:hover {
  background-color: #535B67;
}
v7-button-component .btn-secondary:active, .v7-button-component .btn-secondary:active {
  background-color: #30343A;
}
v7-button-component .btn-secondary:disabled, .v7-button-component .btn-secondary:disabled {
  background-color: #434951;
  opacity: 38%;
  cursor: not-allowed;
}
v7-button-component .btn-default, .v7-button-component .btn-default {
  background-color: #DEDEDE;
  border-color: rgba(255, 255, 255, 0);
}
v7-button-component .btn-default:hover, .v7-button-component .btn-default:hover {
  background-color: #F5F5F5;
}
v7-button-component .btn-default:active, .v7-button-component .btn-default:active {
  background-color: #C2C2C2;
}
v7-button-component .btn-default:disabled, .v7-button-component .btn-default:disabled {
  background-color: #DEDEDE;
  opacity: 38%;
  cursor: not-allowed;
}
v7-button-component .btn-next, .v7-button-component .btn-next {
  border-radius: 0;
}
v7-button-component .overlay-panel-close-button, .v7-button-component .overlay-panel-close-button {
  margin-top: 0.375rem;
  margin-right: 0.375rem;
  padding: 0 !important;
  height: auto;
}
v7-button-component .overlay-panel-close-button mat-icon, .v7-button-component .overlay-panel-close-button mat-icon {
  margin: 0 !important;
}
v7-button-component .btn-define-campaign-left-menu, .v7-button-component .btn-define-campaign-left-menu {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0 0.625rem;
}
v7-button-component .btn-define-campaign-left-menu mat-icon, .v7-button-component .btn-define-campaign-left-menu mat-icon {
  margin: 0 0.875rem 0 0;
}
/*
    Created on : 05.07.2019, 16:31:02
    Author     : sbu
*/
/*
    Created on : Oct 23, 2018, 10:22:05 AM
    Author     : peter.rumanovsky
*/
/*
    Created on : Oct 24, 2018, 8:35:49 AM
    Author     : peter.rumanovsky
*/
v7-button-component .btn, .v7-button-component .btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  animation: none;
}
v7-button-component .btn.btn-shadow, .v7-button-component .btn.btn-shadow {
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25) !important;
}
v7-button-component .btn:focus, v7-button-component .btn:active:focus, v7-button-component .btn.active:focus, v7-button-component .btn.focus, v7-button-component .btn:active.focus, v7-button-component .btn.active.focus, v7-button-component .btn:hover, v7-button-component .btn:focus, v7-button-component .btn.focus, v7-button-component .btn:active, v7-button-component .btn.active, .v7-button-component .btn:focus, .v7-button-component .btn:active:focus, .v7-button-component .btn.active:focus, .v7-button-component .btn.focus, .v7-button-component .btn:active.focus, .v7-button-component .btn.active.focus, .v7-button-component .btn:hover, .v7-button-component .btn:focus, .v7-button-component .btn.focus, .v7-button-component .btn:active, .v7-button-component .btn.active {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  animation: none;
}
v7-button-component .btn:focus.btn-shadow, v7-button-component .btn:active:focus.btn-shadow, v7-button-component .btn.active:focus.btn-shadow, v7-button-component .btn.focus.btn-shadow, v7-button-component .btn:active.focus.btn-shadow, v7-button-component .btn.active.focus.btn-shadow, v7-button-component .btn:hover.btn-shadow, v7-button-component .btn:focus.btn-shadow, v7-button-component .btn.focus.btn-shadow, v7-button-component .btn:active.btn-shadow, v7-button-component .btn.active.btn-shadow, .v7-button-component .btn:focus.btn-shadow, .v7-button-component .btn:active:focus.btn-shadow, .v7-button-component .btn.active:focus.btn-shadow, .v7-button-component .btn.focus.btn-shadow, .v7-button-component .btn:active.focus.btn-shadow, .v7-button-component .btn.active.focus.btn-shadow, .v7-button-component .btn:hover.btn-shadow, .v7-button-component .btn:focus.btn-shadow, .v7-button-component .btn.focus.btn-shadow, .v7-button-component .btn:active.btn-shadow, .v7-button-component .btn.active.btn-shadow {
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25) !important;
}
v7-button-component .btn span, .v7-button-component .btn span {
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  flex-grow: 1;
}
v7-button-component .btn mat-icon, .v7-button-component .btn mat-icon {
  margin: 0 0.5rem 0 0.5rem;
}
v7-button-component .btn.icon-first mat-icon, .v7-button-component .btn.icon-first mat-icon {
  order: -1;
}
v7-button-component .btn-kpi, .v7-button-component .btn-kpi {
  background-color: #434951;
  border-radius: 0.125rem;
  height: 2.1875rem;
  padding-right: 0.3125rem;
  cursor: default;
}
v7-button-component .btn-lg, .v7-button-component .btn-lg {
  font-size: xx-large;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 10rem;
  padding: 2rem;
  margin: 0;
}
v7-button-component .btn-lg mat-icon, .v7-button-component .btn-lg mat-icon {
  width: x-large;
}
v7-button-component .btn-md, .v7-button-component .btn-md {
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 2.5rem;
  padding: 0 1rem 0 1rem;
  margin: 0;
}
v7-button-component .btn-md mat-icon, .v7-button-component .btn-md mat-icon {
  width: larger;
}
v7-button-component .btn-sm, .v7-button-component .btn-sm {
  font-size: small;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 2rem;
  padding: 0;
  margin: 0;
}
v7-button-component .btn-sm mat-icon, .v7-button-component .btn-sm mat-icon {
  width: medium;
}
v7-button-component .btn-xs, .v7-button-component .btn-xs {
  font-size: x-small;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 1.25rem;
  padding: 0;
  margin: 0;
}
v7-button-component .btn-xs mat-icon, .v7-button-component .btn-xs mat-icon {
  width: small;
}
v7-button-component .btn-icon-dark, .v7-button-component .btn-icon-dark {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  background: transparent;
  color: #434951;
  border: none;
  outline: none;
}
v7-button-component .btn-icon-light, .v7-button-component .btn-icon-light {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  background: transparent;
  color: white;
  border: none;
  outline: none;
}
v7-button-component .understep-workflow:hover, .v7-button-component .understep-workflow:hover {
  color: white;
  background: #F15A23;
}
v7-button-component .nounderstep-workflow:hover, .v7-button-component .nounderstep-workflow:hover {
  color: #F15A23;
}
v7-button-component .btn-breadcrumb, .v7-button-component .btn-breadcrumb {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}
v7-button-component .btn, .v7-button-component .btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  animation: none;
}
v7-button-component .btn.btn-shadow, .v7-button-component .btn.btn-shadow {
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25) !important;
}
v7-button-component .btn:focus, v7-button-component .btn:active:focus, v7-button-component .btn.active:focus, v7-button-component .btn.focus, v7-button-component .btn:active.focus, v7-button-component .btn.active.focus, v7-button-component .btn:hover, v7-button-component .btn:focus, v7-button-component .btn.focus, v7-button-component .btn:active, v7-button-component .btn.active, .v7-button-component .btn:focus, .v7-button-component .btn:active:focus, .v7-button-component .btn.active:focus, .v7-button-component .btn.focus, .v7-button-component .btn:active.focus, .v7-button-component .btn.active.focus, .v7-button-component .btn:hover, .v7-button-component .btn:focus, .v7-button-component .btn.focus, .v7-button-component .btn:active, .v7-button-component .btn.active {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  animation: none;
}
v7-button-component .btn:focus.btn-shadow, v7-button-component .btn:active:focus.btn-shadow, v7-button-component .btn.active:focus.btn-shadow, v7-button-component .btn.focus.btn-shadow, v7-button-component .btn:active.focus.btn-shadow, v7-button-component .btn.active.focus.btn-shadow, v7-button-component .btn:hover.btn-shadow, v7-button-component .btn:focus.btn-shadow, v7-button-component .btn.focus.btn-shadow, v7-button-component .btn:active.btn-shadow, v7-button-component .btn.active.btn-shadow, .v7-button-component .btn:focus.btn-shadow, .v7-button-component .btn:active:focus.btn-shadow, .v7-button-component .btn.active:focus.btn-shadow, .v7-button-component .btn.focus.btn-shadow, .v7-button-component .btn:active.focus.btn-shadow, .v7-button-component .btn.active.focus.btn-shadow, .v7-button-component .btn:hover.btn-shadow, .v7-button-component .btn:focus.btn-shadow, .v7-button-component .btn.focus.btn-shadow, .v7-button-component .btn:active.btn-shadow, .v7-button-component .btn.active.btn-shadow {
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25) !important;
}
v7-button-component .btn span, .v7-button-component .btn span {
  text-align: left;
  white-space: nowrap;
  flex-grow: 1;
}
v7-button-component .btn mat-icon, .v7-button-component .btn mat-icon {
  margin: 0 0.5rem 0 0.5rem;
}
v7-button-component .btn.icon-first mat-icon, .v7-button-component .btn.icon-first mat-icon {
  order: -1;
  margin-left: 0;
}
v7-button-component .btn-kpi, .v7-button-component .btn-kpi {
  background-color: #434951;
  border-radius: 0.125rem;
  height: 2.1875rem;
  padding-right: 0.3125rem;
  cursor: default;
}
v7-button-component .btn-lg, .v7-button-component .btn-lg {
  font-size: xx-large;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 10rem;
  padding: 2rem;
  margin: 0;
}
v7-button-component .btn-lg mat-icon, .v7-button-component .btn-lg mat-icon {
  width: x-large;
}
v7-button-component .btn-md, .v7-button-component .btn-md {
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 2.5rem;
  padding: 0 1rem 0 1rem;
  margin: 0;
}
v7-button-component .btn-md mat-icon, .v7-button-component .btn-md mat-icon {
  width: larger;
}
v7-button-component .btn-sm, .v7-button-component .btn-sm {
  font-size: small;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 2rem;
  padding: 0;
  margin: 0;
}
v7-button-component .btn-sm mat-icon, .v7-button-component .btn-sm mat-icon {
  width: medium;
}
v7-button-component .btn-xs, .v7-button-component .btn-xs {
  font-size: x-small;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 1.25rem;
  padding: 0;
  margin: 0;
}
v7-button-component .btn-xs mat-icon, .v7-button-component .btn-xs mat-icon {
  width: small;
}
v7-button-component .btn-icon-dark, .v7-button-component .btn-icon-dark {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  background: transparent;
  color: #434951;
  border: none;
  outline: none;
}
v7-button-component .btn-icon-light, .v7-button-component .btn-icon-light {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  background: transparent;
  color: white;
  border: none;
  outline: none;
}
v7-button-component .understep-workflow:hover, .v7-button-component .understep-workflow:hover {
  color: white;
  background: #F15A23;
}
v7-button-component .nounderstep-workflow:hover, .v7-button-component .nounderstep-workflow:hover {
  color: #F15A23;
}
v7-button-component .btn-breadcrumb, .v7-button-component .btn-breadcrumb {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}
v7-button-component .btn-close, .v7-button-component .btn-close {
  height: 1.5rem;
  padding: 0.375rem 0.375rem 0rem 0rem;
  margin: -1rem -1rem 0rem 0rem;
  color: #434951;
}
v7-button-component .btn-close .mat-icon, .v7-button-component .btn-close .mat-icon {
  margin: 0rem;
}
v7-button-component .btn-primary, .v7-button-component .btn-primary {
  border-radius: 0.125rem;
  border-color: rgba(255, 255, 255, 0);
}
v7-button-component .btn-primary-no-radius, .v7-button-component .btn-primary-no-radius {
  border-radius: 0;
}
v7-button-component .btn-primary:hover, .v7-button-component .btn-primary:hover {
  background-color: #FC7647;
}
v7-button-component .btn-primary:active, .v7-button-component .btn-primary:active {
  background-color: #D54C1B;
}
v7-button-component .btn-primary:disabled, .v7-button-component .btn-primary:disabled {
  background-color: #F15A23;
  opacity: 38%;
  cursor: not-allowed;
}
v7-button-component .btn-secondary, .v7-button-component .btn-secondary {
  border-color: rgba(255, 255, 255, 0);
}
v7-button-component .btn-secondary:hover, .v7-button-component .btn-secondary:hover {
  background-color: #535B67;
}
v7-button-component .btn-secondary:active, .v7-button-component .btn-secondary:active {
  background-color: #30343A;
}
v7-button-component .btn-secondary:disabled, .v7-button-component .btn-secondary:disabled {
  background-color: #434951;
  opacity: 38%;
  cursor: not-allowed;
}
v7-button-component .btn-default, .v7-button-component .btn-default {
  background-color: #DEDEDE;
  border-color: rgba(255, 255, 255, 0);
}
v7-button-component .btn-default:hover, .v7-button-component .btn-default:hover {
  background-color: #F5F5F5;
}
v7-button-component .btn-default:active, .v7-button-component .btn-default:active {
  background-color: #C2C2C2;
}
v7-button-component .btn-default:disabled, .v7-button-component .btn-default:disabled {
  background-color: #DEDEDE;
  opacity: 38%;
  cursor: not-allowed;
}
v7-button-component .btn-next, .v7-button-component .btn-next {
  border-radius: 0;
}
v7-button-component .overlay-panel-close-button, .v7-button-component .overlay-panel-close-button {
  margin-top: 0.375rem;
  margin-right: 0.375rem;
  padding: 0 !important;
  height: auto;
}
v7-button-component .overlay-panel-close-button mat-icon, .v7-button-component .overlay-panel-close-button mat-icon {
  margin: 0 !important;
}
v7-button-component .btn-define-campaign-left-menu, .v7-button-component .btn-define-campaign-left-menu {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0 0.625rem;
}
v7-button-component .btn-define-campaign-left-menu mat-icon, .v7-button-component .btn-define-campaign-left-menu mat-icon {
  margin: 0 0.875rem 0 0;
}
v7-collapsible-left-right-panel-component {
  display: block;
  width: 100%;
}
v7-collapsible-left-right-panel-component .funnel-folder-pannel .v7-button .folderpanel-divider {
  padding-bottom: 0.75rem;
}
v7-collapsible-left-right-panel-component .v7-left-right-panel {
  flex-wrap: nowrap;
  overflow: hidden;
}
v7-collapsible-left-right-panel-component .v7-left-right-panel .v7-collapse-to-left {
  height: 100%;
}
v7-collapsible-left-right-panel-component .v7-left-right-panel .dataview-right {
  float: right;
}
v7-collapsible-left-right-panel-component .v7-left-right-panel .dataview-left {
  float: left;
}
v7-collapsible-left-right-panel-component .v7-left-right-panel .btn-collapsetoleft {
  display: flex;
  position: relative;
  height: 10rem;
  width: 1.25rem;
  min-width: 1.25rem;
  opacity: 0;
  border-top: 0.0625rem solid #F0F0F0;
  border-right: 0.0625rem solid #F0F0F0;
  border-bottom: 0.0625rem solid #F0F0F0;
  border-radius: 0;
  padding: 0;
  background-color: white;
  position: absolute !important;
  z-index: 1;
  top: 50% !important;
  transform: translateY(-50%);
  transition: all 0.15s ease-out;
}
v7-collapsible-left-right-panel-component .v7-left-right-panel .btn-collapsetoleft:hover {
  opacity: 1;
}
v7-collapsible-left-right-panel-component .v7-left-right-panel .btn-collapsetoleft:after {
  content: "";
  position: absolute;
  top: -15%;
  bottom: -15%;
  left: 0;
  right: -1.25rem;
}
v7-collapsible-left-right-panel-component .v7-left-right-panel .btn-collapsetoleft .mat-icon {
  display: flex;
  justify-content: center;
  color: #C2C2C2;
  padding-right: 0.375rem;
  transform: scale(1.34);
}
v7-collapsible-left-right-panel-component .v7-left-right-panel .btn-collapsetoleft .mat-button-wrapper {
  display: flex;
  align-items: center;
}
v7-collapsible-left-right-panel-component .v7-left-right-panel .btn-collapsetoleft .collapse {
  opacity: 1;
}
@media (pointer: coarse) and (hover: none) {
  v7-collapsible-left-right-panel-component .v7-left-right-panel .btn-collapsetoleft {
    opacity: 1;
  }
}
v7-left-right-panel-component {
  width: 100%;
}
v7-left-right-panel-component .v7-left-right-panel {
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
}
v7-left-right-panel-component .v7-left-right-panel .dataview-right {
  float: right;
}
v7-left-right-panel-component .v7-left-right-panel .dataview-left {
  float: left;
}
v7-left-right-panel-component .v7-left-right-panel .btn-collapsetoleft {
  display: flex;
  position: relative;
  height: 10rem;
  width: 1.25rem;
  min-width: 1.25rem;
  opacity: 0;
  border-top: 0.0625rem solid #F0F0F0;
  border-right: 0.0625rem solid #F0F0F0;
  border-bottom: 0.0625rem solid #F0F0F0;
  border-radius: 0;
  padding: 0;
  background-color: white;
  position: absolute !important;
  z-index: 1;
  top: 50% !important;
  transform: translateY(-50%);
  transition: all 0.15s ease-out;
}
v7-left-right-panel-component .v7-left-right-panel .btn-collapsetoleft:hover {
  opacity: 1;
}
v7-left-right-panel-component .v7-left-right-panel .btn-collapsetoleft:after {
  content: "";
  position: absolute;
  top: -15%;
  bottom: -15%;
  left: 0;
  right: -1.25rem;
}
v7-left-right-panel-component .v7-left-right-panel .btn-collapsetoleft .mat-icon {
  display: flex;
  justify-content: center;
  color: #C2C2C2;
  padding-right: 0.375rem;
  transform: scale(1.34);
}
v7-left-right-panel-component .v7-left-right-panel .btn-collapsetoleft .collapse {
  opacity: 1;
}
/*
    Created on : Oct 23, 2018, 2:13:34 PM
    Author     : peter.rumanovsky
*/
/*
    Created on : 10.09.2018, 15:29:29
    Author     : acw
*/
/* 
    Created on : Oct 23, 2018, 9:59:48 AM
    Author     : peter.rumanovsky
*/
/*$v7-collapse-to-left-height: 100% !default;


.v7-collapse-to-left{
    height: $v7-collapse-to-left-height;
}*/
.v7-panel {
  background-color: transparent;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.v7-panel .panel-edge {
  background: white;
  color: #434951;
  padding: 2rem 2rem 0 2rem;
  width: 30rem;
  overflow: auto;
}
@media (max-width: 59.999rem) and (min-width: 36rem) {
  .v7-panel .panel-edge:not(.v7-media-query-not-responsive) {
    width: 21.813rem;
  }
}
@media (max-width: 79.999rem) and (min-width: 60rem) {
  .v7-panel .panel-edge:not(.v7-media-query-not-responsive) {
    width: 23.8125rem;
  }
}
.v7-panel .panel-edge-element {
  background: #BDBDBD;
  color: #434951;
  padding: 2rem 2rem 0 0;
  width: 28rem;
  overflow: auto;
}
.v7-panel .panel-buttonbar-edge {
  background: #DCDDE0;
  padding: 0;
  width: 30rem;
  height: 2.5rem;
  padding-left: 0;
}
@media (max-width: 59.999rem) and (min-width: 36rem) {
  .v7-panel .panel-buttonbar-edge:not(.v7-media-query-not-responsive) {
    width: 21.813rem;
  }
}
@media (max-width: 79.999rem) and (min-width: 60rem) {
  .v7-panel .panel-buttonbar-edge:not(.v7-media-query-not-responsive) {
    width: 23.8125rem;
  }
}
.v7-panel .panel-buttonbar-center {
  background: #434951;
  color: white;
  height: 2.5rem;
  padding-left: 0;
}
.v7-panel .justify-content-flex-end {
  justify-content: flex-end;
}
.v7-panel .justify-content-space-between {
  justify-content: space-between;
}
.v7-panel .no-padding {
  padding: 0;
}
.v7-panel .panel-overlay-buttonbar-center {
  justify-content: flex-end;
}
.v7-panel .panel-overlay-buttonbar-center button {
  border-radius: 0 !important;
}
.v7-panel .panel-dialog {
  background-color: white;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
}
.v7-panel .panel-dialog .panel-dialog-header {
  justify-content: flex-end;
}
.v7-panel .panel-dialog .panel-dialog-header .btn {
  padding: 0rem;
}
.v7-panel .panel-dialog .panel-dialog-footer {
  padding: 2rem 2rem 1rem 2rem;
  justify-content: flex-end;
}
.v7-panel .panel-dialog .panel-dialog-footer .btn {
  margin-left: 2rem;
}
.v7-panel .panel-buttonbar-right {
  background: #F5F5F5;
  color: white;
  justify-content: flex-end;
}
.v7-panel .panel-buttonbar-right .btn {
  margin-left: 2rem;
}
.v7-panel .panel-content-center {
  background: #F5F5F5;
}
.v7-panel .panel-fixed-to-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.v7-panel .order-first {
  order: -1;
}
.v7-panel .default-sidebar-height {
  height: calc(100vh - 4rem - 2.5rem);
  overflow: auto;
}
.v7-panel .overlay-sidebar-height {
  height: calc(100vh - 3rem - 2.5rem - 3rem);
  overflow: auto;
}
.v7-panel .overlay-sidebar-height .panel-body {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.v7-panel .default-sidebar-height-analyse-diagramm .panel-body {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.v7-panel-shadow {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  margin: 2rem;
}
v7-overlay-panel-component {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
v7-overlay-panel-component .v7-panel {
  background-color: transparent;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}
v7-overlay-panel-component .v7-panel .panel-dialog {
  margin: 0 auto;
}
v7-overlay-panel-component .overlay-background {
  z-index: 100;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background: rgba(67, 73, 81, 0.9);
  width: 100vw;
  height: 100vh;
}
v7-overlay-panel-component .overlay-background .overlay-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: calc(100vw - 3rem*2);
  height: calc(100vh - 3rem*2);
}
v7-overlay-panel-component .overlay-sidebar-height {
  height: calc(100vh - 8rem);
  overflow: auto;
}
v7-overlay-panel-component .panel-overlay-dialog {
  border-radius: 0.125rem !important;
  overflow: hidden;
}
v7-overlay-panel-component .save-form-dialog v7-button-component button {
  border-radius: 0.125rem !important;
}
/*
    Created on : 10.09.2018, 17:10:20
    Author     : acw
*/
v7-mini-squeeze-panel-component {
  display: block;
}
v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel {
  border-radius: 0;
  color: #434951;
}
v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-header {
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  background-color: #434951;
  height: 2.1875rem;
}
v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-header:hover {
  background-color: #434951 !important;
}
v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]) {
  background-color: #434951;
}
v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title {
  margin: 0;
}
v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title .mat-icon {
  margin: 0;
  color: white;
  order: 2;
}
v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title span {
  width: 100%;
  color: white;
  position: relative;
  top: 0.125rem;
}
v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-body {
  color: #434951;
}
v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-body v7-dynamic-form-control-checkbox-component .mat-checkbox-layout {
  margin-bottom: 0;
}
v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-body v7-dynamic-form-control-check-box-tree-component tree-viewport {
  padding-bottom: 0.375rem;
}
v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-body v7-dynamic-form-control-singleselectiontree-tree-component tree-node:last-child .tree-node-level-1 {
  padding-bottom: 0;
}
v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-body v7-flow-panel-component v7-selected-entries-component .search-container mat-form-field {
  margin-left: 0;
  margin-top: 0;
}
v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-body v7-flow-panel-component v7-selected-entries-component .selected-entries {
  padding-left: 0;
}
v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-body v7-flow-panel-component v7-selected-entries-component v7-dynamic-form-control-check-box-tree-component2 mat-tree {
  padding: 0;
}
v7-mini-squeeze-panel-component.v7-mini-squeeze-panel.v7-compass-entity-select-filter-squeeze-panel {
  padding: 0.75rem 0;
}
v7-mini-squeeze-panel-component.v7-mini-squeeze-panel.v7-compass-entity-select-filter-squeeze-panel:not(.v7-squeeze-panel-no-content-padding) .mat-expansion-panel-body {
  padding: 1.5rem 1.5rem 0.75rem 1.5rem;
}
/*
    Created on : 10.09.2018, 17:10:20
    Author     : acw
*/
v7-squeeze-panel-component {
  display: block;
}
v7-squeeze-panel-component .mat-expansion-panel .mat-expansion-panel-header {
  padding: 1.25rem 2rem 1.125rem 2rem;
}
v7-squeeze-panel-component .mat-expansion-panel .mat-expansion-panel-header .mat-icon {
  margin: 0.1875rem 0.5rem 0 0;
}
v7-squeeze-panel-component .mat-expansion-panel .mat-expansion-panel-header span {
  font-size: 1.225rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  color: #434951;
}
v7-squeeze-panel-component .mat-expansion-panel .mat-divider {
  width: calc(100%+2*$v7-squeeze-panel-mat-expansion-panel-body-padding-left-right);
  margin: 0 -2rem;
  padding-bottom: 0.75rem;
}
v7-squeeze-panel-component .mat-expansion-panel .mat-expansion-panel-body {
  padding: 0 2rem 2rem 2rem;
}
v7-squeeze-panel-component .mat-expansion-panel .mat-expansion-panel-body .v7-dataview {
  padding: 0;
}
/* 
    Created on : Nov 26, 2018, 2:20:57 PM
    Author     : peter.rumanovsky
*/
v7-tab-panel-component {
  display: block;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  padding: 2rem;
  overflow: auto;
}
v7-tab-panel-component.default-content-size {
  max-height: calc(100vh - 4rem);
  max-width: calc(100vw - 30rem);
}
v7-tab-panel-component .tab-header {
  display: flex;
}
v7-tab-panel-component .caption h1 {
  margin: 0;
}
v7-tab-panel-component .orientation-left {
  justify-content: flex-start;
}
v7-tab-panel-component .orientation-right {
  justify-content: flex-end;
}
v7-tab-panel-component .tab-buttons {
  width: 100%;
  position: relative;
  display: flex;
  padding-left: 0;
  list-style: none;
  margin: 0;
  bottom: auto;
  right: auto;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  align-items: flex-end;
}
v7-tab-panel-component .tab-buttons .tab-button-a {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  color: #434951;
  background-color: white;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  text-indent: 0;
  margin: 0;
  align-items: center;
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.16);
  border: none;
}
v7-tab-panel-component .tab-buttons .tab-button-a.active {
  color: white;
  background-color: #F15A23;
  border: none;
}
v7-tab-panel-component .tab-inner {
  height: calc(100% - 3.5rem);
  width: 100%;
}
v7-tab-panel-component .tab-inner .tab-item {
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: none;
}
v7-tab-panel-component .tab-inner .tab-item .v7-dataview {
  padding: 2rem 0 0 0;
}
v7-tab-panel-component .tab-inner .tab-item .tab-default-item {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
v7-tab-panel-component .tab-inner .tab-item.active {
  display: block;
}
/* 
    Created on : Oct 23, 2018, 2:31:18 PM
    Author     : peter.rumanovsky
*/
v7-top-bottom-panel-component {
  display: flex;
  flex-direction: column;
  width: 100%;
}
v7-jwtbuilder-component .v7-jwt-top-level-card {
  margin-bottom: 1rem;
}
v7-jwtbuilder-component .v7-jwt-top-level-card .v7-jwt-select-all-checkbox {
  font-weight: bold;
}
v7-jwtbuilder-component .v7-jwt-top-level-card .v7-jwt-privileges-scrollable {
  height: 18rem;
  overflow-y: scroll;
}
v7-jwtbuilder-component .v7-jwt-top-level-card .matcards1 {
  width: 45%;
  margin: 0 auto;
  word-break: break-all;
}
v7-jwtbuilder-component .v7-jwt-top-level-card .matcards2 {
  width: 45%;
  margin: 0 auto;
}
v7-jwtbuilder-component .v7-jwt-top-level-card .matcards3 {
  width: 45%;
  margin: 0 auto;
  word-break: break-all;
}
v7-jwtbuilder-component .v7-jwt-top-level-card .generateToken {
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  transition-duration: 0.4s;
  cursor: pointer;
  display: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3% 0 auto !important;
}
v7-jwtbuilder-component .v7-jwt-top-level-card .checkbox {
  display: grid;
  max-height: 11.5rem !important;
  height: 11.5rem !important;
  min-height: 11.5rem !important;
  overflow-y: auto;
  width: 30%;
  margin: 0 auto;
}
v7-jwtbuilder-component .v7-jwt-top-level-card .roleBox {
  display: grid;
  max-height: 12.5rem;
  height: 12.5rem;
  min-height: 12.5rem;
  overflow-y: auto;
  width: 30%;
  margin: 0 0 2% 0;
  background-color: white;
}
v7-jwtbuilder-component .v7-jwt-top-level-card .roleLabel {
  margin: 0 0 0.5rem 0;
  display: inline-block;
  font-size: 2.125rem;
}
v7-jwtbuilder-component .v7-jwt-top-level-card .copyButton {
  margin-left: 80%;
}
v7-jwtbuilder-component .v7-jwt-top-level-card label.labelRole {
  margin: 0 0 2% 42%;
  font-size: 2.125rem;
}
v7-jwtbuilder-component .v7-jwt-top-level-card .selectedRoles {
  margin: 0 auto;
}
/*
    author: mdi
*/
v7-notification-component .overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(67, 73, 81, 0.9);
  z-index: 5;
  top: 0;
  left: 0;
}
v7-notification-component .overlay .notification {
  position: absolute;
  display: list-item;
  z-index: 5;
  border-radius: 0.1rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  text-align: left;
  background-color: white;
  max-width: 50%;
  min-width: 20%;
}
v7-notification-component .overlay .notification .headline {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 2rem;
  margin-bottom: 0.5rem;
}
v7-notification-component .overlay .notification .message {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
v7-notification-component .overlay .buttons {
  float: right;
  margin-right: 1rem;
}
v7-notification-component .overlay .buttons .button {
  height: 2.5rem;
  background-color: rgba(67, 73, 81, 0.9);
  border: none;
  color: white;
  font-weight: 600;
  float: left;
  margin-left: 1rem;
  margin-bottom: 1rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
v7-notification-component .notification {
  position: absolute;
  top: 4.08rem;
  left: 0;
  width: 100%;
  height: 3rem;
  box-shadow: 0 0.063rem 0.188rem 0 #DEDEDE;
  background-color: white;
  max-height: 3rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: left;
}
v7-notification-component .notification .messages {
  height: 3rem;
  text-align: left;
  align-items: center;
  display: inline-flex;
  max-width: 90%;
}
v7-notification-component .notification .messages .message {
  margin-left: 1rem;
  float: left;
  overflow: hidden;
  max-width: 90%;
  max-height: 2.5rem;
}
v7-notification-component .notification .messages .message-text {
  margin-left: 0.5rem;
}
v7-notification-component .notification .buttons {
  float: right;
  margin-right: 1rem;
  height: 3rem;
  align-items: center;
  display: inline-flex;
}
v7-notification-component .notification .buttons .button {
  border: none;
  height: 2.5rem;
  background-color: white;
  color: #F15A23;
  float: left;
  margin-left: 1rem;
  font-weight: 600;
}
/*
    Created on : 10.04.2020, 15:29:29
    Author     : jho
*/
v7-task-progress-list-component {
  padding: 0;
}
v7-task-progress-list-component .task-progress-list-icon-wrap {
  position: relative;
  margin-right: 0.5rem;
  z-index: 5;
}
v7-task-progress-list-component .task-progress-list-icon {
  cursor: pointer;
  padding: 0.5rem;
}
v7-task-progress-list-component .task-progress-list-icon .task-progress-list-icon-loading-bar {
  height: 0.125rem;
}
v7-task-progress-list-component .task-progress-list-icon .task-progress-list-icon-loading-bar .v7-progress-bar {
  height: 0.125rem;
  margin-top: 0.125rem;
  width: 90%;
  left: 5%;
}
v7-task-progress-list-component .task-progress-list-icon .task-progress-list-icon-loading-bar .mat-progress-bar-buffer {
  background-color: #DEDEDE !important;
}
v7-task-progress-list-component .task-progress-list-popup {
  padding: 0;
  box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 2.5rem;
  display: none;
  left: 0.625rem;
}
v7-task-progress-list-component .task-progress-list-popup .task-progress-list-popup-body {
  width: 15.625rem;
  box-sizing: border-box;
  padding: 0.75rem;
  align-items: center;
  justify-content: center;
  background-color: white;
}
v7-task-progress-list-component .task-progress-list-popup .task-progress-list-popup-body .task-progress-list-queue {
  width: 100%;
}
v7-task-progress-list-component .task-progress-list-popup .task-progress-list-popup-body .task-progress-list-item {
  width: 100%;
  margin-top: 0.75rem;
  font-size: 0.625rem;
  display: flex;
  flex-wrap: wrap;
}
v7-task-progress-list-component .task-progress-list-popup .task-progress-list-popup-body .v7-progress-main-panel {
  flex-grow: 1;
}
v7-task-progress-list-component .task-progress-list-popup .task-progress-list-popup-body .v7-progress-info-cancel {
  width: 1.25rem;
  padding: 0.1875rem 0 0.1875rem 0.25rem;
}
v7-task-progress-list-component .task-progress-list-popup .task-progress-list-popup-body .v7-progress-info-cancel mat-icon {
  width: 1rem;
  height: 1rem;
  margin: 0;
  cursor: pointer;
}
v7-task-progress-list-component .task-progress-list-popup .task-progress-list-popup-body .task-progress-list-item:first-child {
  margin-top: 0;
}
v7-task-progress-list-component .task-progress-list-popup .task-progress-list-popup-body .v7-progress-info {
  display: flex;
  font-weight: bold;
  flex-wrap: wrap;
}
v7-task-progress-list-component .task-progress-list-popup .task-progress-list-popup-body .v7-progress-info-finished {
  font-weight: bold;
}
v7-task-progress-list-component .task-progress-list-popup .task-progress-list-popup-body .v7-progress-info-flexfill {
  flex-grow: 1;
}
v7-task-progress-list-component .task-progress-list-popup .task-progress-list-popup-body .v7-progress-info-text-finished {
  color: #C2C2C2;
}
v7-task-progress-list-component .task-progress-list-popup .task-progress-list-popup-body .v7-progress-info-text-failed {
  color: #B00120;
}
v7-task-progress-list-component .task-progress-list-popup .task-progress-list-popup-body .v7-progress {
  width: 100%;
  text-align: left;
  height: 0.125rem;
}
v7-task-progress-list-component .task-progress-list-popup .task-progress-list-popup-body .v7-progress .v7-progress-bar {
  width: 100%;
  height: 0.125rem;
  margin-top: 0.3125rem;
}
v7-task-progress-list-component .task-progress-list-popup .task-progress-list-popup-body .v7-progress .mat-progress-bar-buffer {
  background-color: #DEDEDE !important;
}
/*
    Created on : 09.07.2020, 15:29:29
    Author     : jho
*/
v7-confirmation-dialog-component .v7-mat-dialog-wrap {
  min-height: 18rem;
}
.wildcard-dialog-component {
  padding-top: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}
.wildcard-dialog-component > * {
  width: 26.125rem;
}
.wildcard-dialog-component button {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
/*
    Created on : 05.06.2018, 10:11:52
    Author     : hku
*/
.v7-login-page-component {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.v7-login-page-component .login-layout {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  width: 28rem;
  height: 20.375rem;
  padding: 0;
  border-radius: 0.125rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.v7-login-page-component .login-layout .v7-login-card {
  width: 28rem;
  height: 20.375rem;
  padding: 2rem 2rem 2rem 2rem;
}
.v7-login-page-component .login-layout .v7-login-card mat-card-title {
  line-height: 1.4;
  margin-top: 0;
  width: 19.5625rem;
  top: 7.375rem;
  left: 4.25rem;
}
.v7-login-page-component .login-layout .v7-login-card mat-card-content {
  margin: 0rem 0rem 2rem 0rem;
}
.v7-login-page-component .loading-layout {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  width: 28rem;
  height: 20.375rem;
}
.v7-login-page-component .loading-layout mat-card-title {
  line-height: 1.4;
  margin-top: 0;
  width: 19.5625rem;
  top: 7.375rem;
  left: 4.25rem;
  font-size: 1.7125rem;
  height: 2.3125rem;
  position: absolute;
  margin: 0;
  white-space: nowrap;
  text-align: center;
}
.v7-login-page-component .loading-layout .v7-loading-spinner {
  position: absolute;
  top: 9.5rem;
  left: 13rem;
  margin: 0;
}
.v7-login-page-component .loading-layout .v7-loading-spinner-with-message {
  position: absolute;
  top: 11.6rem;
  left: 13rem;
  margin: 0;
}
.v7-login-page-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 12.0625rem;
}
.v7-login-page-form .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-infix {
  padding: 0.5625rem 0 0.75rem 0;
  border-top: none;
  bottom: 0.0625rem;
}
.v7-login-page-form .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .v7-login-page-form .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
.v7-login-page-form .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .v7-login-page-form .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
.v7-login-page-form .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-login-page-form .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
.v7-login-page-form .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
.v7-login-page-form .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix {
  padding: 0.125rem 0 0.75rem 0;
  border-top: 0.438rem solid transparent;
  bottom: 0.0625rem;
}
.v7-login-page-form .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
.v7-login-page-form .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3rem) scale(0.75);
  top: 1.5rem;
}
.v7-login-page-form .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .v7-login-page-form .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
.v7-login-page-form .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .v7-login-page-form .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
.v7-login-page-form .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-login-page-form .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
.v7-login-page-form .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
.v7-login-page-form .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-infix {
  padding: 0.5625rem 0 0.75rem 0;
  border-top: none;
  top: 0.0625rem;
}
.v7-login-page-form .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .v7-login-page-form .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
.v7-login-page-form .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .v7-login-page-form .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
.v7-login-page-form .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-login-page-form .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
.v7-login-page-form .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
.v7-login-page-form .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix {
  padding: 0.125rem 0 0.75rem 0;
  border-top: 0.438rem solid transparent;
  bottom: 0.0625rem;
}
.v7-login-page-form .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
.v7-login-page-form .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3rem) scale(0.75);
  top: 1.5rem;
}
.v7-login-page-form .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .v7-login-page-form .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
.v7-login-page-form .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .v7-login-page-form .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
.v7-login-page-form .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-login-page-form .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
.v7-login-page-form .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
.v7-login-page-form .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, .v7-login-page-form .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick {
  top: 0;
  min-height: 2.5rem;
  max-height: 2.5rem;
}
.v7-login-page-form mat-form-field {
  width: 24rem;
  font: 0.875rem/1.25 "Open Sans", Arial, Helvetica, sans-serif;
}
.v7-login-page-form mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0 0 1.5rem 0;
}
.v7-login-page-form .login-button {
  line-height: 1.225rem;
  height: 2.5rem;
  width: 7.25rem;
  border-radius: 0.125rem;
  border-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  position: relative;
  top: 1.3825rem;
}
.v7-login-page-form .login-button:hover {
  background-color: #FC7647;
}
.v7-login-page-form .login-button:active {
  background-color: #D54C1B;
}
.v7-login-page-form .login-button:disabled {
  background-color: #F15A23;
  opacity: 38%;
}
.v7-loading-card-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.v7-rollen-page-component {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 50%;
  top: 50%;
}
.v7-rollen-page-component .rollen-layout {
  padding: 2rem;
  position: absolute;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  width: 49.5rem;
  height: 35.375rem;
  border-radius: 0.125rem;
  overflow: auto;
  flex-direction: row;
}
.v7-rollen-page-component .rollen-layout .v7-mat-card-login-text {
  line-height: 1.4;
  font-size: 1.7125rem;
  height: 2.3125rem;
  position: absolute;
  margin: 0;
}
.v7-rollen-page-component .rollen-layout .buttons-layout {
  padding-top: 3.8125rem;
  display: flex;
  width: 47.5rem;
  height: 30.3125rem;
  flex-flow: wrap;
}
.v7-rollen-page-component .rollen-layout .buttons-layout .btn-adjust.selected {
  color: #ffffff;
  background-color: #F15A23;
  border-color: #F15A23;
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.16);
}
.v7-rollen-page-component .rollen-layout .buttons-layout .btn-adjust.selected .button-div .button-text {
  color: #ffffff;
}
.v7-rollen-page-component .rollen-layout .buttons-layout .btn-adjust {
  color: #000000;
  background-color: #ffffff;
  border: solid 0.0625rem #DEDEDE;
  margin-bottom: 2rem;
  margin-right: 2rem;
  width: 21.75rem;
  height: 6rem;
  display: flex;
}
.v7-rollen-page-component .rollen-layout .buttons-layout .btn-adjust .mat-icon {
  width: 2rem;
  height: 2rem;
  margin-left: 1.1875rem;
  margin-right: 1.5rem;
  align-self: center;
}
.v7-rollen-page-component .rollen-layout .buttons-layout .btn-adjust .button-div {
  align-self: center;
  text-align: left;
}
.v7-rollen-page-component .rollen-layout .buttons-layout .btn-adjust .button-div .button-text {
  width: 9.875rem;
  height: 1.1875rem;
  font-family: 0.875rem;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1875rem;
  letter-spacing: 0.0625rem;
  text-align: left;
  color: #1f1f1f;
  text-transform: uppercase;
}
.v7-rollen-page-component .rollen-layout .buttons-layout .button-forward-div {
  width: 45.5rem;
  display: flex;
  justify-content: flex-end;
  margin-top: 1.0625rem;
}
.v7-rollen-page-component .rollen-layout .buttons-layout .button-forward-div .btn-forward {
  width: 7.25rem;
  height: 2.5rem;
  border-radius: 0.125rem;
  border-color: rgba(255, 255, 255, 0);
}
.v7-rollen-page-component .rollen-layout .buttons-layout .button-forward-div .btn-forward:hover {
  background-color: #FC7647;
}
.v7-rollen-page-component .rollen-layout .buttons-layout .button-forward-div .btn-forward:active {
  background-color: #D54C1B;
}
.v7-rollen-page-component .rollen-layout .buttons-layout .button-forward-div .btn-forward:disabled {
  background-color: #F15A23;
  opacity: 38%;
}
/*
    Created on : 05.06.2018, 11:21:15
    Author     : hku
*/
.v7-errorPage {
  margin-top: 2rem;
  padding: 5rem;
  background-color: #F5F5F5;
}
/* 
    Created on : 01.08.2017, 16:26:32
    Author     : kfe
*/
.loading-icon {
  content: url(/assets/images/splash_logo.png);
}
/*
    Created on : 11.09.2018, 10:41:08
    Author     : acw
*/
input {
  box-sizing: border-box;
}
.table {
  font-size: medium;
}
.table-responsive {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  max-height: 40vh;
  overflow-y: auto;
}
.v7-dossier {
  padding: 0;
  height: calc(100vh - 4rem - 2.5rem);
  overflow: auto;
}
.v7-dossier v7-label {
  margin: 2rem;
}
.v7-panel-shadow-in-kundendossier .mat-expansion-panel-body {
  padding: 0;
}
.v7-squeeze-panel-with-table-in-kundendossier {
  padding: 0 !important;
}
.v7-squeeze-panel-with-table-in-kundendossier .dropdown {
  margin-top: -1rem;
}
.v7-squeeze-panel-with-table-in-kundendossier .v7-dataview {
  padding: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}
/*overwrites the premade settings of the "SingleDonutChart" from '@profect/v7charts' library in the "kpidonut.component" which are used in Kundendossier.
 e.g. "SELEKTIEREN"->Ausschlusse->Tabellenvorschau->Kundendossier*/
.v7charts-single-donut-chart-label {
  width: 100%;
  left: unset;
}
div .image.image-zielerreichungsgrad {
  content: url("/assets/images/zielerreichungsgrad.png");
  -o-object-fit: contain;
     object-fit: contain;
}
.v7-small-charts .v7-dossier-element-height .v7-dataview {
  background-color: white;
  padding: 1.5rem;
}
.v7-small-charts .v7-dossier-element-height .v7-dataview .dataview-header {
  padding-bottom: 1rem;
}
.v7-small-charts .v7-dossier-element-height .v7-dataview .dataview-header .dataview-caption {
  font-size: 1.225rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
}
.v7-small-charts .v7-dossier-element-height .v7-dataview .dataview-body {
  height: 85%;
  box-shadow: none;
  padding: 0;
}
.v7-small-charts .v7-dossier-element-height .v7-dataview .dataview-body .v7-chart-caption {
  display: none;
}
.v7-small-charts .v7-dossier-element-height .v7-dataview v7-dataview-footer-component {
  padding-top: 1rem;
}
.v7-small-charts v7-map-chart-component .v7-dataview .dataview-body {
  height: 17rem;
}
.v7-small-charts v7-map-chart-component .v7-dataview v7-dataview-footer-component {
  display: none;
}
.v7-small-charts v7-table-view-component.v7-dossier-element-height {
  height: unset;
}
.v7-small-charts .v7-dossier-element-height:nth-child(odd) {
  padding: 0 1rem 2rem 2rem;
}
.v7-small-charts .v7-dossier-element-height:nth-child(even) {
  padding: 0 2rem 2rem 1rem;
}
.v7-small-charts .v7-dossier-element-height:last-child {
  padding: 0 2rem 2rem 2rem;
}
.v7-form-shadow {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  padding: 2rem;
  margin: 0 0 1rem 0;
}
.v7-form-shadow.compass-form {
  height: calc(100vh - 4rem - 2.5rem - 4rem);
}
.v7-save-dialog-tree {
  width: 26rem;
  max-height: calc(100vh - 20rem);
  overflow: auto;
}
.v7-save-dialog-options {
  width: 30rem;
  height: calc(100vh - 13rem);
  overflow: auto;
  padding: 0 0 0 2rem;
}
.compass-calculation-state-label {
  margin-left: 2rem;
}
.v7-squeeze-panel-no-content-padding .mat-expansion-panel-body {
  padding: 0;
}
v7-history-restore-tree-component tree-root button {
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
v7-history-restore-tree-component tree-root .node-content-wrapper {
  width: 100%;
}
v7-history-restore-tree-component tree-root .selection-element-entry {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: stretch;
  align-items: center;
}
v7-history-restore-tree-component tree-root .selection-element-entry .entry {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
}
v7-history-restore-tree-component tree-root .selection-element-entry .entry .entry-icon {
  height: 1rem;
  min-width: 1rem;
  max-width: 1rem;
  margin: 0;
}
v7-history-restore-tree-component tree-root .selection-element-entry .entry .entry-icon svg {
  vertical-align: top;
}
v7-history-restore-tree-component tree-root .selection-element-entry .entry button {
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  padding: 0;
}
v7-history-restore-tree-component tree-root .selection-element-entry .entry.draggable-entry {
  cursor: grab;
  cursor: -moz-grab;
}
v7-history-restore-tree-component tree-root .selection-element-entry .entry label {
  cursor: default;
  flex-grow: 1;
  padding: 0 0.25rem;
  margin: 0;
}
.v7-df-dropdown-option {
  color: white;
  padding: 0.625rem;
}
.v7-df-dropdown-option .mat-option {
  padding: 0;
}
.v7-df-dropdown-option .dropdown-active {
  color: white;
  font-weight: bold;
  background-color: #434951;
}
.v7-df-dropdown-option .v7-df-option-text {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.v7-df-select-panel {
  position: absolute;
  bottom: 0;
  right: -0.625rem;
  cursor: pointer;
}
.df-select-open .mat-select-arrow {
  border-bottom: 0.25rem solid;
  border-top: 0 solid;
}
.df-select-close .mat-select-arrow {
  border-bottom: 0 solid;
  border-top: 0.25rem solid;
}
.compass-form {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}
.compass-form h2 {
  font-size: 1.715rem;
}
.ql-editor {
  min-height: 12.5rem;
}
.kpi-metadata-caption .mat-form-field {
  width: 100%;
}
.formula-metadata-format .mat-form-field {
  width: 10rem;
}
.custom-sort-container {
  width: 48.375rem;
  height: 29.3125rem;
  background-color: white;
  padding: 1rem;
  border-radius: 0.125rem;
}
.custom-sort-button {
  float: right;
}
.custom-sort-ok-button {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
@media (max-width: 79.999rem) and (min-width: 60rem) {
  .v7-save-dialog-tree:not(.v7-media-query-not-responsive) {
    width: 19.75rem;
  }
}
.visbility-hidden {
  visibility: hidden;
}
/**
    Custom Profect typography definition.
    This could be used in the future to define the typography for the whole application.
    To do that we would have to set the css class of the body of the index.html to "mat-typography" like
    <body class="mat-typography">
    Currently this will break the layout a lot.

    See https://material.angular.io/guide/typography for usage of angular material typography
*/
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: 0.875rem;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px / 32px 0.875rem;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px / 32px 0.875rem;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px / 28px 0.875rem;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px / 24px 0.875rem;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px 0.875rem;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px 0.875rem;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 500 14px / 24px 0.875rem;
  letter-spacing: normal;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px / 20px 0.875rem;
  letter-spacing: normal;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px / 20px 0.875rem;
  letter-spacing: normal;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px / 112px 0.875rem;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px / 56px 0.875rem;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px / 48px 0.875rem;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px / 40px 0.875rem;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px / 20px 0.875rem;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: 0.875rem;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: 0.875rem;
}
.mat-card {
  font-family: 0.875rem;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: 0.875rem;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: 0.875rem;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: 0.875rem;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px / 32px 0.875rem;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: 0.875rem;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px / 20px 0.875rem;
  letter-spacing: normal;
}
.mat-form-field {
  font: normal 0.875rem / 1.25 0.875rem;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.4375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.25;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.25em;
  line-height: 1.25;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.9375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.4375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.43749em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.9375em;
  padding-top: 0.9375em;
}
.mat-form-field-label {
  top: 1.4375em;
}
.mat-form-field-underline {
  bottom: 1.4375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.9166666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.3125em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.31249em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.31248em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.3125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.4166666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.31247em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.31246em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.31245em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.1875em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.6875em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.68749em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.9375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.6875em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.68749em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.125em;
}
.mat-menu-item {
  font-family: 0.875rem;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: 0.875rem;
  font-size: 12px;
}
.mat-radio-button {
  font-family: 0.875rem;
}
.mat-select {
  font-family: 0.875rem;
}
.mat-select-trigger {
  height: 1.25em;
}
.mat-slide-toggle-content {
  font-family: 0.875rem;
}
.mat-slider-thumb-label-text {
  font-family: 0.875rem;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: 0.875rem;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: 0.875rem;
}
.mat-tab-label, .mat-tab-link {
  font-family: 0.875rem;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px / 32px 0.875rem;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: 0.875rem;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: 0.875rem;
}
.mat-list-option {
  font-family: 0.875rem;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: 0.875rem;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: 0.875rem;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: 0.875rem;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px / 24px 0.875rem;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: 0.875rem;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: 0.875rem;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator {
  position: relative;
}
body .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body .mat-option {
  color: rgba(0, 0, 0, 0.87);
}
body .mat-option:hover:not(.mat-option-disabled), body .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
body .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
body .mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
body .mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #434951;
}
body .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #eb4a0f;
}
body .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #b00120;
}
body .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-pseudo-checkbox::after {
  color: #fafafa;
}
body .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
body .mat-primary .mat-pseudo-checkbox-checked,
body .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #434951;
}
body .mat-pseudo-checkbox-checked,
body .mat-pseudo-checkbox-indeterminate,
body .mat-accent .mat-pseudo-checkbox-checked,
body .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #eb4a0f;
}
body .mat-warn .mat-pseudo-checkbox-checked,
body .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #b00120;
}
body .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
body .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
body .mat-app-background, body.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body .mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
body .mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
body .mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
body .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
body .mat-badge {
  position: relative;
}
body .mat-badge-hidden .mat-badge-content {
  display: none;
}
body .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
body .ng-animate-disabled .mat-badge-content,
body .mat-badge-content._mat-animation-noopable {
  transition: none;
}
body .mat-badge-content.mat-badge-active {
  transform: none;
}
body .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
body .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
body .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
body .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] body .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
body .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] body .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
body .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] body .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
body .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] body .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
body .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
body .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
body .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
body .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] body .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
body .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] body .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
body .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] body .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
body .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] body .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
body .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
body .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
body .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
body .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] body .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
body .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] body .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
body .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] body .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
body .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] body .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
body .mat-badge-content {
  color: white;
  background: #434951;
}
.cdk-high-contrast-active body .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
body .mat-badge-accent .mat-badge-content {
  background: #eb4a0f;
  color: white;
}
body .mat-badge-warn .mat-badge-content {
  color: white;
  background: #b00120;
}
body .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
body .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body .mat-button, body .mat-icon-button, body .mat-stroked-button {
  color: inherit;
  background: transparent;
}
body .mat-button.mat-primary, body .mat-icon-button.mat-primary, body .mat-stroked-button.mat-primary {
  color: #434951;
}
body .mat-button.mat-accent, body .mat-icon-button.mat-accent, body .mat-stroked-button.mat-accent {
  color: #eb4a0f;
}
body .mat-button.mat-warn, body .mat-icon-button.mat-warn, body .mat-stroked-button.mat-warn {
  color: #b00120;
}
body .mat-button.mat-primary.mat-button-disabled, body .mat-button.mat-accent.mat-button-disabled, body .mat-button.mat-warn.mat-button-disabled, body .mat-button.mat-button-disabled.mat-button-disabled, body .mat-icon-button.mat-primary.mat-button-disabled, body .mat-icon-button.mat-accent.mat-button-disabled, body .mat-icon-button.mat-warn.mat-button-disabled, body .mat-icon-button.mat-button-disabled.mat-button-disabled, body .mat-stroked-button.mat-primary.mat-button-disabled, body .mat-stroked-button.mat-accent.mat-button-disabled, body .mat-stroked-button.mat-warn.mat-button-disabled, body .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
body .mat-button.mat-primary .mat-button-focus-overlay, body .mat-icon-button.mat-primary .mat-button-focus-overlay, body .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #434951;
}
body .mat-button.mat-accent .mat-button-focus-overlay, body .mat-icon-button.mat-accent .mat-button-focus-overlay, body .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #eb4a0f;
}
body .mat-button.mat-warn .mat-button-focus-overlay, body .mat-icon-button.mat-warn .mat-button-focus-overlay, body .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #b00120;
}
body .mat-button.mat-button-disabled .mat-button-focus-overlay, body .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, body .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
body .mat-button .mat-ripple-element, body .mat-icon-button .mat-ripple-element, body .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
body .mat-button-focus-overlay {
  background: black;
}
body .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
body .mat-flat-button, body .mat-raised-button, body .mat-fab, body .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
body .mat-flat-button.mat-primary, body .mat-raised-button.mat-primary, body .mat-fab.mat-primary, body .mat-mini-fab.mat-primary {
  color: white;
}
body .mat-flat-button.mat-accent, body .mat-raised-button.mat-accent, body .mat-fab.mat-accent, body .mat-mini-fab.mat-accent {
  color: white;
}
body .mat-flat-button.mat-warn, body .mat-raised-button.mat-warn, body .mat-fab.mat-warn, body .mat-mini-fab.mat-warn {
  color: white;
}
body .mat-flat-button.mat-primary.mat-button-disabled, body .mat-flat-button.mat-accent.mat-button-disabled, body .mat-flat-button.mat-warn.mat-button-disabled, body .mat-flat-button.mat-button-disabled.mat-button-disabled, body .mat-raised-button.mat-primary.mat-button-disabled, body .mat-raised-button.mat-accent.mat-button-disabled, body .mat-raised-button.mat-warn.mat-button-disabled, body .mat-raised-button.mat-button-disabled.mat-button-disabled, body .mat-fab.mat-primary.mat-button-disabled, body .mat-fab.mat-accent.mat-button-disabled, body .mat-fab.mat-warn.mat-button-disabled, body .mat-fab.mat-button-disabled.mat-button-disabled, body .mat-mini-fab.mat-primary.mat-button-disabled, body .mat-mini-fab.mat-accent.mat-button-disabled, body .mat-mini-fab.mat-warn.mat-button-disabled, body .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
body .mat-flat-button.mat-primary, body .mat-raised-button.mat-primary, body .mat-fab.mat-primary, body .mat-mini-fab.mat-primary {
  background-color: #434951;
}
body .mat-flat-button.mat-accent, body .mat-raised-button.mat-accent, body .mat-fab.mat-accent, body .mat-mini-fab.mat-accent {
  background-color: #eb4a0f;
}
body .mat-flat-button.mat-warn, body .mat-raised-button.mat-warn, body .mat-fab.mat-warn, body .mat-mini-fab.mat-warn {
  background-color: #b00120;
}
body .mat-flat-button.mat-primary.mat-button-disabled, body .mat-flat-button.mat-accent.mat-button-disabled, body .mat-flat-button.mat-warn.mat-button-disabled, body .mat-flat-button.mat-button-disabled.mat-button-disabled, body .mat-raised-button.mat-primary.mat-button-disabled, body .mat-raised-button.mat-accent.mat-button-disabled, body .mat-raised-button.mat-warn.mat-button-disabled, body .mat-raised-button.mat-button-disabled.mat-button-disabled, body .mat-fab.mat-primary.mat-button-disabled, body .mat-fab.mat-accent.mat-button-disabled, body .mat-fab.mat-warn.mat-button-disabled, body .mat-fab.mat-button-disabled.mat-button-disabled, body .mat-mini-fab.mat-primary.mat-button-disabled, body .mat-mini-fab.mat-accent.mat-button-disabled, body .mat-mini-fab.mat-warn.mat-button-disabled, body .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
body .mat-flat-button.mat-primary .mat-ripple-element, body .mat-raised-button.mat-primary .mat-ripple-element, body .mat-fab.mat-primary .mat-ripple-element, body .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body .mat-flat-button.mat-accent .mat-ripple-element, body .mat-raised-button.mat-accent .mat-ripple-element, body .mat-fab.mat-accent .mat-ripple-element, body .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body .mat-flat-button.mat-warn .mat-ripple-element, body .mat-raised-button.mat-warn .mat-ripple-element, body .mat-fab.mat-warn .mat-ripple-element, body .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body .mat-stroked-button:not([class*=mat-elevation-z]), body .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body .mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body .mat-fab:not([class*=mat-elevation-z]), body .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), body .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), body .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body .mat-button-toggle-standalone,
body .mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body .mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
body .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
body .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
body .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
body .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}
body [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
body .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
body .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
body .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
body .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
body .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
body .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
body .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body .mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
body .mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body .mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
body .mat-checkbox-checkmark {
  fill: #fafafa;
}
body .mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
body .mat-checkbox-mixedmark {
  background-color: #fafafa;
}
body .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, body .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #434951;
}
body .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, body .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #eb4a0f;
}
body .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, body .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #b00120;
}
body .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, body .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
body .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
body .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-checkbox .mat-ripple-element {
  background-color: black;
}
body .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
body .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #434951;
}
body .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
body .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #eb4a0f;
}
body .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
body .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #b00120;
}
body .mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
body .mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
body .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
body .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
body .mat-chip.mat-standard-chip::after {
  background: black;
}
body .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #434951;
  color: white;
}
body .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #b00120;
  color: white;
}
body .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #eb4a0f;
  color: white;
}
body .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body .mat-table {
  background: white;
}
body .mat-table thead, body .mat-table tbody, body .mat-table tfoot,
body mat-header-row, body mat-row, body mat-footer-row,
body [mat-header-row], body [mat-row], body [mat-footer-row],
body .mat-table-sticky {
  background: inherit;
}
body mat-row, body mat-header-row, body mat-footer-row,
body th.mat-header-cell, body td.mat-cell, body td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body .mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-cell, body .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
body .mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
body .mat-datepicker-toggle,
body .mat-datepicker-content .mat-calendar-next-button,
body .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
body .mat-calendar-table-header,
body .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-calendar-body-cell-content,
body .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
body .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
body .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
body .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
body .mat-calendar-body-in-range::before {
  background: rgba(67, 73, 81, 0.2);
}
body .mat-calendar-body-comparison-identical,
body .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body .mat-calendar-body-comparison-bridge-start::before,
body [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(67, 73, 81, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body .mat-calendar-body-comparison-bridge-end::before,
body [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(67, 73, 81, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body .mat-calendar-body-selected {
  background-color: #434951;
  color: white;
}
body .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(67, 73, 81, 0.4);
}
body .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(67, 73, 81, 0.3);
}
body .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
body .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(235, 74, 15, 0.2);
}
body .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
body .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
body .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(235, 74, 15, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
body .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(235, 74, 15, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #eb4a0f;
  color: white;
}
body .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(235, 74, 15, 0.4);
}
body .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(235, 74, 15, 0.3);
}
body .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(176, 1, 32, 0.2);
}
body .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
body .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
body .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(176, 1, 32, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
body .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(176, 1, 32, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #b00120;
  color: white;
}
body .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(176, 1, 32, 0.4);
}
body .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(176, 1, 32, 0.3);
}
body .mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
body .mat-datepicker-toggle-active {
  color: #434951;
}
body .mat-datepicker-toggle-active.mat-accent {
  color: #eb4a0f;
}
body .mat-datepicker-toggle-active.mat-warn {
  color: #b00120;
}
body .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
body .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), body .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), body .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  body .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
body .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
body .mat-expansion-panel-header-description,
body .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
body .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
body .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
body .mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
body .mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
body .mat-form-field.mat-focused .mat-form-field-label {
  color: #434951;
}
body .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #eb4a0f;
}
body .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #b00120;
}
body .mat-focused .mat-form-field-required-marker {
  color: #eb4a0f;
}
body .mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
body .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #434951;
}
body .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #eb4a0f;
}
body .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #b00120;
}
body .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #434951;
}
body .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #eb4a0f;
}
body .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #b00120;
}
body .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #b00120;
}
body .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
body .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #b00120;
}
body .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
body .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #b00120;
}
body .mat-error {
  color: #b00120;
}
body .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
body .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
body .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
body .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
body .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
body .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
body .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
body .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
body .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #434951;
}
body .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #eb4a0f;
}
body .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #b00120;
}
body .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #b00120;
}
body .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
body .mat-icon.mat-primary {
  color: #434951;
}
body .mat-icon.mat-accent {
  color: #eb4a0f;
}
body .mat-icon.mat-warn {
  color: #b00120;
}
body .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-input-element:disabled,
body .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-input-element {
  caret-color: #434951;
}
body .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body .mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body .mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body .mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body .mat-form-field.mat-accent .mat-input-element {
  caret-color: #eb4a0f;
}
body .mat-form-field.mat-warn .mat-input-element,
body .mat-form-field-invalid .mat-input-element {
  caret-color: #b00120;
}
body .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #b00120;
}
body .mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
body .mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
body .mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-list-item-disabled {
  background-color: #eeeeee;
}
body .mat-list-option:hover, body .mat-list-option:focus,
body .mat-nav-list .mat-list-item:hover,
body .mat-nav-list .mat-list-item:focus,
body .mat-action-list .mat-list-item:hover,
body .mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
body .mat-list-single-selected-option, body .mat-list-single-selected-option:hover, body .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
body .mat-menu-panel {
  background: white;
}
body .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body .mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
body .mat-menu-item[disabled],
body .mat-menu-item[disabled] .mat-menu-submenu-icon,
body .mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-menu-item .mat-icon-no-color,
body .mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-menu-item:hover:not([disabled]),
body .mat-menu-item.cdk-program-focused:not([disabled]),
body .mat-menu-item.cdk-keyboard-focused:not([disabled]),
body .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
body .mat-paginator {
  background: white;
}
body .mat-paginator,
body .mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-paginator-decrement,
body .mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
body .mat-paginator-first,
body .mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
body .mat-icon-button[disabled] .mat-paginator-decrement,
body .mat-icon-button[disabled] .mat-paginator-increment,
body .mat-icon-button[disabled] .mat-paginator-first,
body .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-paginator-container {
  min-height: 56px;
}
body .mat-progress-bar-background {
  fill: #ccced0;
}
body .mat-progress-bar-buffer {
  background-color: #ccced0;
}
body .mat-progress-bar-fill::after {
  background-color: #434951;
}
body .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #f6cebf;
}
body .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #f6cebf;
}
body .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #eb4a0f;
}
body .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #e8bcc4;
}
body .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #e8bcc4;
}
body .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #b00120;
}
body .mat-progress-spinner circle, body .mat-spinner circle {
  stroke: #434951;
}
body .mat-progress-spinner.mat-accent circle, body .mat-spinner.mat-accent circle {
  stroke: #eb4a0f;
}
body .mat-progress-spinner.mat-warn circle, body .mat-spinner.mat-warn circle {
  stroke: #b00120;
}
body .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
body .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #434951;
}
body .mat-radio-button.mat-primary .mat-radio-inner-circle,
body .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, body .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #434951;
}
body .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #eb4a0f;
}
body .mat-radio-button.mat-accent .mat-radio-inner-circle,
body .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, body .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #eb4a0f;
}
body .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #b00120;
}
body .mat-radio-button.mat-warn .mat-radio-inner-circle,
body .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, body .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #b00120;
}
body .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
body .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
body .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
body .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
body .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-radio-button .mat-ripple-element {
  background-color: black;
}
body .mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
body .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body .mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-select-panel {
  background: white;
}
body .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
body .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #434951;
}
body .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #eb4a0f;
}
body .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #b00120;
}
body .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #b00120;
}
body .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
body .mat-drawer.mat-drawer-push {
  background-color: white;
}
body .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
body .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
body [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
body [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
body .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
body .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #eb4a0f;
}
body .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(235, 74, 15, 0.54);
}
body .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #eb4a0f;
}
body .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #434951;
}
body .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(67, 73, 81, 0.54);
}
body .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #434951;
}
body .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #b00120;
}
body .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(176, 1, 32, 0.54);
}
body .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #b00120;
}
body .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
body .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
body .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
body .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
body .mat-primary .mat-slider-track-fill,
body .mat-primary .mat-slider-thumb,
body .mat-primary .mat-slider-thumb-label {
  background-color: #434951;
}
body .mat-primary .mat-slider-thumb-label-text {
  color: white;
}
body .mat-primary .mat-slider-focus-ring {
  background-color: rgba(67, 73, 81, 0.2);
}
body .mat-accent .mat-slider-track-fill,
body .mat-accent .mat-slider-thumb,
body .mat-accent .mat-slider-thumb-label {
  background-color: #eb4a0f;
}
body .mat-accent .mat-slider-thumb-label-text {
  color: white;
}
body .mat-accent .mat-slider-focus-ring {
  background-color: rgba(235, 74, 15, 0.2);
}
body .mat-warn .mat-slider-track-fill,
body .mat-warn .mat-slider-thumb,
body .mat-warn .mat-slider-thumb-label {
  background-color: #b00120;
}
body .mat-warn .mat-slider-thumb-label-text {
  color: white;
}
body .mat-warn .mat-slider-focus-ring {
  background-color: rgba(176, 1, 32, 0.2);
}
body .mat-slider:hover .mat-slider-track-background,
body .mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
body .mat-slider-disabled .mat-slider-track-background,
body .mat-slider-disabled .mat-slider-track-fill,
body .mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
body .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
body .mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
body .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
body .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
body .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
body .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
body .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
body .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, body .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
body .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, body .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
body .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
body .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
body .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
body .mat-step-header.cdk-keyboard-focused, body .mat-step-header.cdk-program-focused, body .mat-step-header:hover:not([aria-disabled]), body .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
body .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  body .mat-step-header:hover {
    background: none;
  }
}
body .mat-step-header .mat-step-label,
body .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
body .mat-step-header .mat-step-icon-selected,
body .mat-step-header .mat-step-icon-state-done,
body .mat-step-header .mat-step-icon-state-edit {
  background-color: #434951;
  color: white;
}
body .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
body .mat-step-header.mat-accent .mat-step-icon-selected,
body .mat-step-header.mat-accent .mat-step-icon-state-done,
body .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #eb4a0f;
  color: white;
}
body .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
body .mat-step-header.mat-warn .mat-step-icon-selected,
body .mat-step-header.mat-warn .mat-step-icon-state-done,
body .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #b00120;
  color: white;
}
body .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #b00120;
}
body .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
body .mat-step-header .mat-step-label.mat-step-label-error {
  color: #b00120;
}
body .mat-stepper-horizontal, body .mat-stepper-vertical {
  background-color: white;
}
body .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
body .mat-horizontal-stepper-header::before,
body .mat-horizontal-stepper-header::after,
body .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header {
  height: 72px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}
.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
body .mat-sort-header-arrow {
  color: #757575;
}
body .mat-tab-nav-bar,
body .mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body .mat-tab-group-inverted-header .mat-tab-nav-bar,
body .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
body .mat-tab-label, body .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
body .mat-tab-label.mat-tab-disabled, body .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
body .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
body .mat-tab-group[class*=mat-background-] > .mat-tab-header,
body .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
body .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(113, 123, 137, 0.3);
}
body .mat-tab-group.mat-primary .mat-ink-bar, body .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #434951;
}
body .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, body .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, body .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, body .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
body .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(140, 44, 9, 0.3);
}
body .mat-tab-group.mat-accent .mat-ink-bar, body .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #eb4a0f;
}
body .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, body .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, body .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, body .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
body .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(254, 25, 66, 0.3);
}
body .mat-tab-group.mat-warn .mat-ink-bar, body .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #b00120;
}
body .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, body .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, body .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, body .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
body .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(113, 123, 137, 0.3);
}
body .mat-tab-group.mat-background-primary > .mat-tab-header, body .mat-tab-group.mat-background-primary > .mat-tab-link-container, body .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, body .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, body .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, body .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #434951;
}
body .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, body .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, body .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, body .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
body .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, body .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, body .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
body .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
body .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
body .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, body .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
body .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
body .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
body .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
body .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
body .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
body .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, body .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
body .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
body .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
body .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(140, 44, 9, 0.3);
}
body .mat-tab-group.mat-background-accent > .mat-tab-header, body .mat-tab-group.mat-background-accent > .mat-tab-link-container, body .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, body .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, body .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, body .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #eb4a0f;
}
body .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, body .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, body .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, body .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
body .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, body .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, body .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
body .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
body .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
body .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, body .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
body .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
body .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
body .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
body .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
body .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
body .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, body .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
body .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
body .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
body .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(254, 25, 66, 0.3);
}
body .mat-tab-group.mat-background-warn > .mat-tab-header, body .mat-tab-group.mat-background-warn > .mat-tab-link-container, body .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, body .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, body .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, body .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #b00120;
}
body .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, body .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, body .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, body .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
body .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, body .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, body .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
body .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
body .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
body .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, body .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
body .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
body .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
body .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
body .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
body .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
body .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, body .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
body .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
body .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
body .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
body .mat-toolbar.mat-primary {
  background: #434951;
  color: white;
}
body .mat-toolbar.mat-accent {
  background: #eb4a0f;
  color: white;
}
body .mat-toolbar.mat-warn {
  background: #b00120;
  color: white;
}
body .mat-toolbar .mat-form-field-underline,
body .mat-toolbar .mat-form-field-ripple,
body .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
body .mat-toolbar .mat-form-field-label,
body .mat-toolbar .mat-focused .mat-form-field-label,
body .mat-toolbar .mat-select-value,
body .mat-toolbar .mat-select-arrow,
body .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
body .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-toolbar-multiple-rows {
  min-height: 64px;
}
.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }

  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
body .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
body .mat-tree {
  background: white;
}
body .mat-tree-node,
body .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tree-node {
  min-height: 48px;
}
body .mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body .mat-simple-snackbar-action {
  color: #eb4a0f;
}
.table-container {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  position: relative;
}
.btn-add:disabled {
  opacity: 0.2;
  color: white !important;
}
.action-panel {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 25px;
  left: 18px;
}
.btn-action {
  min-width: 110px;
  color: white !important;
  background-color: #3DA080 !important;
}
.btn-actions {
  width: 20px;
  background-color: white;
  border: none;
  padding: 0;
  margin-right: 15px;
}
.admin-modal-page {
  width: 70%;
  height: 80%;
}
.admin-modal-page .mat-dialog-container {
  border-radius: 20px !important;
}
body .mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.85);
  background: black;
}
body .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: white;
}
.btn-action-white-bg {
  width: 36px;
  background-color: white;
  border: none;
}
.spacer {
  padding: 30px;
}
.readonly-field {
  opacity: 0.6;
}
.edit-ico {
  color: #3DA080;
}
.delete-ico {
  color: #E77471;
}
.save-ico {
  color: #3DA080;
}
.w-90 {
  width: 90%;
}
.w-40 {
  width: 40%;
}
