/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/material-design-icons/iconfont/material-icons.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('MaterialIcons-Regular.1e50f5c2ffa6aba4.eot'); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url('MaterialIcons-Regular.7ea2023eeca07427.woff2') format('woff2'),
       url('MaterialIcons-Regular.db852539204b1a34.woff') format('woff'),
       url('MaterialIcons-Regular.196fa4a92dd6fa73.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[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/@profect/v7charts/dist/resources/lib/js.api.here.com/v3/3.1/mapsjs-ui.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * 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[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/@circlon/angular-tree-component/css/angular-tree-component.css?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.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 */      /* 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[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/normalize.css/normalize.css?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************/
/*! 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[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/scss/project.scss?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@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.
*/
/**
* imports from node_modules
**/
/*******************************************************************************
* 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, v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .v7-access-statistics-table-view-caption, v7-compass-access-statistics-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-stackchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-radarchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-profilechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-piechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-linechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-barchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-chart-component .v7-dataview .dataview-body .v7-chart-caption, .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-bp-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-bp-indicator-table-component .v7-tableview-table-row, v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-dqs-mgmnt-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-dqs-mgmnt-component .v7-tableview-table-row, v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-gwmyap-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-gwmyap-uebersicht-component .v7-tableview-table-row, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-krk-mgmnt-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-krk-mgmnt-table-component .v7-tableview-table-row, v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-krk-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-krk-indicator-table-component .v7-tableview-table-row, v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-adma-table-deletable-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-adma-table-deletable-component .v7-tableview-table-row, v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-fahrzeug-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-fahrzeug-uebersicht-component .v7-tableview-table-row, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, .setnode-buttonbar-menu .setnode-buttonbar-menu-item .setnode-buttonbar-menu-item-content, .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-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-bp-indicator-table-component .v7-tableview-table-header-data, v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-dqs-mgmnt-component .v7-tableview-table-header-data, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data, v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-krk-mgmnt-table-component .v7-tableview-table-header-data, v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-krk-indicator-table-component .v7-tableview-table-header-data, v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-adma-table-deletable-component .v7-tableview-table-header-data, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data, v7-polygon-map-chart-component .dataview-body .v7-polygon-mapchart-legend .v7-polygon-mapchart-legend-caption, 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, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter.highlight .highlight-number {
  color: white;
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
}

.v7-font-label, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-edit-caption {
  color: #434951;
  font-size: 0.625rem;
  font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
  letter-spacing: 0.0625rem;
}

.v7-font-p-small, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-caption, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-edit-operators .setnode-tile-content-edit-operator {
  color: #434951;
  font-size: 0.625rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.v7-font-p-small-white, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter.highlight .highlight-unit {
  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, .setnode-buttonbar-menu .setnode-buttonbar-menu-item .setnode-buttonbar-menu-item-content .setnode-buttonbar-menu-item-shortcut, 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;
  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);
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
}

#headerStuff .v7-application-logo {
  content: url(/assets/images/splash_logo.png);
  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;
          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;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-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;
  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 - 4.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 - 4.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 - 4.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 - 4.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, v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .v7-access-statistics-table-view-caption, v7-compass-access-statistics-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-stackchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-radarchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-profilechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-piechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-linechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-barchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-chart-component .v7-dataview .dataview-body .v7-chart-caption, .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-bp-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-bp-indicator-table-component .v7-tableview-table-row, v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-dqs-mgmnt-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-dqs-mgmnt-component .v7-tableview-table-row, v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-gwmyap-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-gwmyap-uebersicht-component .v7-tableview-table-row, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-krk-mgmnt-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-krk-mgmnt-table-component .v7-tableview-table-row, v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-krk-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-krk-indicator-table-component .v7-tableview-table-row, v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-adma-table-deletable-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-adma-table-deletable-component .v7-tableview-table-row, v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-fahrzeug-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-fahrzeug-uebersicht-component .v7-tableview-table-row, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, .setnode-buttonbar-menu .setnode-buttonbar-menu-item .setnode-buttonbar-menu-item-content, .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-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-bp-indicator-table-component .v7-tableview-table-header-data, v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-dqs-mgmnt-component .v7-tableview-table-header-data, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data, v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-krk-mgmnt-table-component .v7-tableview-table-header-data, v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-krk-indicator-table-component .v7-tableview-table-header-data, v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-adma-table-deletable-component .v7-tableview-table-header-data, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data, v7-polygon-map-chart-component .dataview-body .v7-polygon-mapchart-legend .v7-polygon-mapchart-legend-caption, 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, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter.highlight .highlight-number {
  color: white;
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
}

.v7-font-label, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-edit-caption {
  color: #434951;
  font-size: 0.625rem;
  font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
  letter-spacing: 0.0625rem;
}

.v7-font-p-small, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-caption, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-edit-operators .setnode-tile-content-edit-operator {
  color: #434951;
  font-size: 0.625rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.v7-font-p-small-white, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter.highlight .highlight-unit {
  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, .setnode-buttonbar-menu .setnode-buttonbar-menu-item .setnode-buttonbar-menu-item-content .setnode-buttonbar-menu-item-shortcut, 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;
  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);
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
}

#headerStuff .v7-application-logo {
  content: url(/assets/images/splash_logo.png);
  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;
  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;
  object-fit: contain;
}
.v7-header .v7-header-popup-icon {
  height: 4rem;
  padding: 1rem 0.5rem !important;
  flex-grow: 0;
  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 - 4rem);
  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;
  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);
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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: 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: -49833052.333125rem;
}
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: -49833052.333125rem;
}
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;
  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;
  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, v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .v7-access-statistics-table-view-caption, v7-compass-access-statistics-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-stackchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-radarchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-profilechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-piechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-linechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-barchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-chart-component .v7-dataview .dataview-body .v7-chart-caption, .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-bp-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-bp-indicator-table-component .v7-tableview-table-row, v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-dqs-mgmnt-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-dqs-mgmnt-component .v7-tableview-table-row, v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-gwmyap-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-gwmyap-uebersicht-component .v7-tableview-table-row, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-krk-mgmnt-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-krk-mgmnt-table-component .v7-tableview-table-row, v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-krk-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-krk-indicator-table-component .v7-tableview-table-row, v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-adma-table-deletable-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-adma-table-deletable-component .v7-tableview-table-row, v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-fahrzeug-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-fahrzeug-uebersicht-component .v7-tableview-table-row, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, .setnode-buttonbar-menu .setnode-buttonbar-menu-item .setnode-buttonbar-menu-item-content, .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-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-bp-indicator-table-component .v7-tableview-table-header-data, v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-dqs-mgmnt-component .v7-tableview-table-header-data, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data, v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-krk-mgmnt-table-component .v7-tableview-table-header-data, v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-krk-indicator-table-component .v7-tableview-table-header-data, v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-adma-table-deletable-component .v7-tableview-table-header-data, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data, v7-polygon-map-chart-component .dataview-body .v7-polygon-mapchart-legend .v7-polygon-mapchart-legend-caption, 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, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter.highlight .highlight-number {
  color: white;
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
}

.v7-font-label, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-edit-caption {
  color: #434951;
  font-size: 0.625rem;
  font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
  letter-spacing: 0.0625rem;
}

.v7-font-p-small, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-caption, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-edit-operators .setnode-tile-content-edit-operator {
  color: #434951;
  font-size: 0.625rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.v7-font-p-small-white, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter.highlight .highlight-unit {
  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, .setnode-buttonbar-menu .setnode-buttonbar-menu-item .setnode-buttonbar-menu-item-content .setnode-buttonbar-menu-item-shortcut, 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;
  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);
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
}

#headerStuff .v7-application-logo {
  content: url(/assets/images/splash_logo.png);
  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;
  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(100vh - 4rem - 2.5rem - 4rem);
  height: 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(100vh - 4rem - 2.5rem - 4rem);
  height: 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;
  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;
  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;
  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;
}

v7-virtual-scroll-tree-component {
  display: flex;
  flex-direction: column;
}
v7-virtual-scroll-tree-component .type-icon {
  color: #f8efef;
  margin-right: 5px;
}
v7-virtual-scroll-tree-component .tree-node {
  min-height: auto !important;
  height: 30px;
  margin: 2px 0;
}
v7-virtual-scroll-tree-component .viewport-container {
  padding: 1rem 0 1rem 1rem;
}
v7-virtual-scroll-tree-component .tree-viewport {
  min-height: 400px;
  border: 0;
}
v7-virtual-scroll-tree-component .leaf {
  margin-left: 24px;
}
v7-virtual-scroll-tree-component .loading-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
v7-virtual-scroll-tree-component .loading-container .is-loading-label {
  margin: 1rem 0 0 0;
}
v7-virtual-scroll-tree-component .loading-container .lds-dual-ring {
  display: inline-block;
  width: 40px;
  height: 40px;
}
v7-virtual-scroll-tree-component .loading-container .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #bbb;
  border-color: #bbb transparent #bbb transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

v7-virtual-scroll-drag-tree-component {
  display: flex;
  flex-direction: column;
}
v7-virtual-scroll-drag-tree-component .type-icon {
  color: #f8efef;
  margin-right: 5px;
}
v7-virtual-scroll-drag-tree-component .tree-node {
  min-height: auto !important;
  height: 30px;
  max-width: 345px;
  margin: 2px 0;
  display: flex;
  flex-direction: row;
  user-select: none;
  -webkit-user-select: none;
}
v7-virtual-scroll-drag-tree-component .tree-node.selected {
  background-color: #F5F5F5;
}
v7-virtual-scroll-drag-tree-component .tree-node .expand-icon {
  cursor: pointer;
}
v7-virtual-scroll-drag-tree-component .tree-node .drag-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 1;
  overflow: hidden;
  cursor: grab;
}
v7-virtual-scroll-drag-tree-component .tree-node .drag-container .node-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
v7-virtual-scroll-drag-tree-component .tree-node .drag-container .node-grab {
  margin-right: 1rem;
  min-width: 24px;
}
v7-virtual-scroll-drag-tree-component .viewport-container {
  padding: 1rem 0 1rem 1rem;
}
v7-virtual-scroll-drag-tree-component .tree-viewport {
  min-height: 400px;
  border: 0;
}
v7-virtual-scroll-drag-tree-component .leaf {
  margin-left: 24px;
}
v7-virtual-scroll-drag-tree-component .loading-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
v7-virtual-scroll-drag-tree-component .loading-container .is-loading-label {
  margin: 1rem 0 0 0;
}
v7-virtual-scroll-drag-tree-component .loading-container .lds-dual-ring {
  display: inline-block;
  width: 16px;
  height: 16px;
}
v7-virtual-scroll-drag-tree-component .loading-container .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #bbb;
  border-color: #bbb transparent #bbb transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*
    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;
}

v7-user-password-change {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
v7-user-password-change .user-password-change-container {
  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);
  width: 24rem;
  height: auto;
  padding: 1rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
v7-user-password-change .user-password-change-container mat-divider {
  margin-bottom: 1rem;
}
v7-user-password-change .user-password-change-container mat-form-field .mat-form-field-underline {
  position: relative;
  bottom: auto;
}
v7-user-password-change .user-password-change-container mat-form-field .mat-form-field-subscript-wrapper {
  position: static;
}
v7-user-password-change .user-password-change-container .button-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
v7-user-password-change .user-password-change-container .button-container button {
  flex-basis: 1px;
  flex-grow: 1;
  flex-shrink: 1;
}
v7-user-password-change .user-password-change-container .button-container button .submit-button {
  flex-grow: 2;
  flex-shrink: 2;
}
v7-user-password-change .user-password-change-container .button-container mat-progress-spinner {
  margin-left: 0.5rem;
  flex-shrink: 0;
  flex-grow: 0;
}

/*
    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;
          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 rgb(224, 224, 224);
  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 v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .v7-access-statistics-table-view-caption, v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body v7-flow-panel-component .left-side-content .v7-access-statistics-table-view-caption, v7-flow-panel-component .left-side-content v7-compass-access-statistics-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-compass-access-statistics-chart-component .v7-dataview .dataview-body v7-flow-panel-component .left-side-content .v7-chart-caption, v7-flow-panel-component .left-side-content v7-stackchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-stackchart-component .v7-dataview .dataview-body v7-flow-panel-component .left-side-content .v7-chart-caption, v7-flow-panel-component .left-side-content v7-radarchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-radarchart-component .v7-dataview .dataview-body v7-flow-panel-component .left-side-content .v7-chart-caption, v7-flow-panel-component .left-side-content v7-profilechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-profilechart-component .v7-dataview .dataview-body v7-flow-panel-component .left-side-content .v7-chart-caption, v7-flow-panel-component .left-side-content v7-piechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-piechart-component .v7-dataview .dataview-body v7-flow-panel-component .left-side-content .v7-chart-caption, v7-flow-panel-component .left-side-content v7-linechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-linechart-component .v7-dataview .dataview-body v7-flow-panel-component .left-side-content .v7-chart-caption, v7-flow-panel-component .left-side-content v7-barchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-barchart-component .v7-dataview .dataview-body v7-flow-panel-component .left-side-content .v7-chart-caption, v7-flow-panel-component .left-side-content v7-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-chart-component .v7-dataview .dataview-body v7-flow-panel-component .left-side-content .v7-chart-caption, 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 v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .v7-access-statistics-table-view-caption, v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-save-dialog-options .v7-access-statistics-table-view-caption, v7-flow-panel-component .right-side-content .v7-save-dialog-options v7-compass-access-statistics-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-compass-access-statistics-chart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-save-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-save-dialog-options v7-stackchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-stackchart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-save-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-save-dialog-options v7-radarchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-radarchart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-save-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-save-dialog-options v7-profilechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-profilechart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-save-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-save-dialog-options v7-piechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-piechart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-save-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-save-dialog-options v7-linechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-linechart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-save-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-save-dialog-options v7-barchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-barchart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-save-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-save-dialog-options v7-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-chart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-save-dialog-options .v7-chart-caption, 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 v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .v7-access-statistics-table-view-caption, v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-category-dialog-options .v7-access-statistics-table-view-caption, v7-flow-panel-component .right-side-content .v7-category-dialog-options v7-compass-access-statistics-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-compass-access-statistics-chart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-category-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-category-dialog-options v7-stackchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-stackchart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-category-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-category-dialog-options v7-radarchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-radarchart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-category-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-category-dialog-options v7-profilechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-profilechart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-category-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-category-dialog-options v7-piechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-piechart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-category-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-category-dialog-options v7-linechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-linechart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-category-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-category-dialog-options v7-barchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-barchart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-category-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-category-dialog-options v7-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-chart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-category-dialog-options .v7-chart-caption, 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;
  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% + 4rem);
  margin: -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.success {
  color: #66bb6a;
  border: 1px solid #66bb6a;
}
v7-notification-component .notification.alert {
  color: #b00120;
  border: 1px solid #b00120;
}
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 .selection-element-container {
  max-height: 90vh;
  overflow-y: auto;
}
.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: 45.5rem;
  height: 30.3125rem;
  flex-flow: wrap;
  gap: 2rem;
}
.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;
  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");
  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;
  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;
}

/*
    Created on : 09.11.2017, 13:37:13
    Author     : acw
*/
v7-chart-component .v7-dataview .dataview-body {
  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: #ffffff;
  border-radius: 2px;
  padding: 0.5rem 2rem 2rem 2rem;
}
v7-chart-component .v7-dataview .dataview-body .v7-chart-caption {
  padding-left: 0.3125rem;
}
v7-chart-component .v7-dataview .dataview-body .v7-chart-content {
  width: 100%;
  height: 100%;
}

/*
    Created on : 09.11.2017, 13:37:13
    Author     : acw
*/
v7-barchart-component .v7-dataview .dataview-body {
  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: #ffffff;
  border-radius: 2px;
  padding: 0.5rem 2rem 2rem 2rem;
}
v7-barchart-component .v7-dataview .dataview-body .v7-chart-caption {
  padding-left: 0.3125rem;
}
v7-barchart-component .v7-dataview .dataview-body .v7-chart-content {
  width: 100%;
  height: 100%;
}
v7-barchart-component.dashboard-component {
  width: 100%;
  height: 100%;
}
v7-barchart-component.dashboard-component .v7-dataview {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
v7-barchart-component.dashboard-component .v7-dataview v7-dataview-footer-component {
  display: none;
}
v7-barchart-component.dashboard-component .v7-dataview .dataview-header {
  display: none;
}
v7-barchart-component.dashboard-component .v7-dataview .dataview-body {
  box-shadow: none;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
v7-barchart-component.dashboard-component .v7-dataview .dataview-body .v7-chart-caption {
  display: none;
}
v7-barchart-component.dashboard-component .v7-dataview .dataview-body svg {
  height: 80%;
}

/*
    Created on : 09.11.2017, 13:37:13
    Author     : acw
*/
v7-linechart-component .v7-dataview .dataview-body {
  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: #ffffff;
  border-radius: 2px;
  padding: 0.5rem 2rem 2rem 2rem;
}
v7-linechart-component .v7-dataview .dataview-body .v7-chart-caption {
  padding-left: 0.3125rem;
}
v7-linechart-component .v7-dataview .dataview-body .v7-chart-content {
  width: 100%;
  height: 100%;
}
v7-linechart-component.dashboard-component {
  width: 100%;
  height: 100%;
}
v7-linechart-component.dashboard-component .v7-dataview {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
v7-linechart-component.dashboard-component .v7-dataview v7-dataview-footer-component {
  display: none;
}
v7-linechart-component.dashboard-component .v7-dataview .dataview-header {
  display: none;
}
v7-linechart-component.dashboard-component .v7-dataview .dataview-body {
  box-shadow: none;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
v7-linechart-component.dashboard-component .v7-dataview .dataview-body .v7-chart-caption {
  display: none;
}
v7-linechart-component.dashboard-component .v7-dataview .dataview-body svg {
  height: 80%;
}

/*
    Created on : 09.11.2017, 13:37:13
    Author     : acw
*/
v7-piechart-component .v7-dataview .dataview-body {
  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: #ffffff;
  border-radius: 2px;
  padding: 0.5rem 2rem 2rem 2rem;
}
v7-piechart-component .v7-dataview .dataview-body .v7-chart-caption {
  padding-left: 0.3125rem;
}
v7-piechart-component .v7-dataview .dataview-body .v7-chart-content {
  width: 100%;
  height: 100%;
}
v7-piechart-component.dashboard-component {
  width: 100%;
  height: 100%;
}
v7-piechart-component.dashboard-component .v7-dataview {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
v7-piechart-component.dashboard-component .v7-dataview v7-dataview-footer-component {
  display: none;
}
v7-piechart-component.dashboard-component .v7-dataview .dataview-header {
  display: none;
}
v7-piechart-component.dashboard-component .v7-dataview .dataview-body {
  box-shadow: none;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
v7-piechart-component.dashboard-component .v7-dataview .dataview-body .v7-chart-caption {
  display: none;
}
v7-piechart-component.dashboard-component .v7-dataview .dataview-body svg {
  height: 80%;
}

/*
    Created on : 09.11.2017, 13:37:13
    Author     : acw
*/
v7-profilechart-component .v7-dataview .dataview-body {
  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: #ffffff;
  border-radius: 2px;
  padding: 0.5rem 2rem 2rem 2rem;
}
v7-profilechart-component .v7-dataview .dataview-body .v7-chart-caption {
  padding-left: 0.3125rem;
}
v7-profilechart-component .v7-dataview .dataview-body .v7-chart-content {
  width: 100%;
  height: 100%;
}
v7-profilechart-component.dashboard-component {
  width: 100%;
  height: 100%;
}
v7-profilechart-component.dashboard-component .v7-dataview {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
v7-profilechart-component.dashboard-component .v7-dataview v7-dataview-footer-component {
  display: none;
}
v7-profilechart-component.dashboard-component .v7-dataview .dataview-header {
  display: none;
}
v7-profilechart-component.dashboard-component .v7-dataview .dataview-body {
  box-shadow: none;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
v7-profilechart-component.dashboard-component .v7-dataview .dataview-body .v7-chart-caption {
  display: none;
}
v7-profilechart-component.dashboard-component .v7-dataview .dataview-body svg {
  height: 80%;
}

/*
    Created on : 09.11.2017, 13:37:13
    Author     : acw
*/
v7-radarchart-component .v7-dataview .dataview-body {
  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: #ffffff;
  border-radius: 2px;
  padding: 0.5rem 2rem 2rem 2rem;
}
v7-radarchart-component .v7-dataview .dataview-body .v7-chart-content {
  width: 100%;
  height: 100%;
}
v7-radarchart-component.dashboard-component {
  width: 100%;
  height: 100%;
}
v7-radarchart-component.dashboard-component .v7-dataview {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
v7-radarchart-component.dashboard-component .v7-dataview v7-dataview-footer-component {
  display: none;
}
v7-radarchart-component.dashboard-component .v7-dataview .dataview-header {
  display: none;
}
v7-radarchart-component.dashboard-component .v7-dataview .dataview-body {
  box-shadow: none;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
v7-radarchart-component.dashboard-component .v7-dataview .dataview-body .v7-chart-caption {
  display: none;
}
v7-radarchart-component.dashboard-component .v7-dataview .dataview-body svg {
  height: 80%;
}
v7-radarchart-component.dashboard-component .v7-dataview .dataview-body {
  overflow: visible;
}
v7-radarchart-component.dashboard-component .v7-chart-content .v7charts-radar-left-half, v7-radarchart-component.dashboard-component .v7-chart-content .v7charts-radar-right-half {
  min-height: 26.875rem !important;
}
v7-radarchart-component.dashboard-component .v7-chart-content .v7charts-radar-legend {
  max-width: 36%;
}
v7-radarchart-component.dashboard-component .v7-chart-content .v7charts-radar-legend-bot {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 2rem;
  display: inline-block;
}
v7-radarchart-component.dashboard-component .v7-chart-content .v7charts-radar-chart {
  margin-left: -3.125rem;
  max-width: calc(64% + 3.125rem);
  transform: scale(0.8) translate(0, -8rem);
  overflow: visible;
}

/*
    Created on : 09.11.2017, 13:37:13
    Author     : acw
*/
v7-stackchart-component .v7-dataview .dataview-body {
  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: #ffffff;
  border-radius: 2px;
  padding: 0.5rem 2rem 2rem 2rem;
}
v7-stackchart-component .v7-dataview .dataview-body .v7-chart-caption {
  padding-left: 0.3125rem;
}
v7-stackchart-component .v7-dataview .dataview-body .v7-chart-content {
  width: 100%;
  height: 100%;
}
v7-stackchart-component.dashboard-component {
  width: 100%;
  height: 100%;
}
v7-stackchart-component.dashboard-component .v7-dataview {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
v7-stackchart-component.dashboard-component .v7-dataview v7-dataview-footer-component {
  display: none;
}
v7-stackchart-component.dashboard-component .v7-dataview .dataview-header {
  display: none;
}
v7-stackchart-component.dashboard-component .v7-dataview .dataview-body {
  box-shadow: none;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
v7-stackchart-component.dashboard-component .v7-dataview .dataview-body .v7-chart-caption {
  display: none;
}
v7-stackchart-component.dashboard-component .v7-dataview .dataview-body svg {
  height: 80%;
}

.material-icons {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.v7charts-number-area-chart-area {
  fill: #F15A23 !important;
}

.v7charts-date-area-chart-area {
  fill: #00AEEB;
}

.v7charts-x-axis {
  font-size: smaller;
}

.v7charts-y-axis {
  font-size: smaller;
}

.v7charts-y-axis text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #434951;
}

.v7charts-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #1f1f1f;
}

.v7charts-legend-dot {
  background-color: #F15A23;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}

.v7charts-x-axis line {
  stroke: black;
}

.v7charts-x-axis path {
  display: none;
}

.v7charts-x-axis text {
  font-family: Open Sans;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #434951;
}

.v7charts-x-grid-line line {
  stroke: #F15A23 !important;
}

.v7charts-y-grid-line {
  stroke: #f5f5f5;
  stroke-width: 2px;
}

.v7charts-y-grid-line:first-oftype line {
  stroke: black;
}

.v7charts-donut-chart-polyline {
  opacity: 0.3;
  stroke: black;
  stroke-width: 2px;
  fill: none;
}

.v7charts-position-relative {
  position: relative;
}

.chart {
  padding: 2rem;
}

.v7charts-tooltip {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  position: absolute;
  display: none;
  max-height: 34px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  margin: -35px 0px 0 -15px;
  padding: 8px;
  background-color: #434951;
  border-radius: 4px;
  font-size: 10px;
  opacity: 0.8;
  color: #ffffff;
  animation: show 0s 10s forwards;
}

.v7charts-tooltip:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 11px 11px 0;
  border-color: #434951 transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -4px;
  left: 10px;
}

.v7charts-grouped-date-area-chart-area:nth-child(7n+1) {
  fill: #f15a23;
}

.v7charts-grouped-date-area-chart-area:nth-child(7n+2) {
  fill: #42a5f5;
}

.v7charts-grouped-date-area-chart-area:nth-child(7n+3) {
  fill: #66bb6a;
}

.v7charts-grouped-date-area-chart-area:nth-child(7n+4) {
  fill: #ffa726;
}

.v7charts-grouped-date-area-chart-area:nth-child(7n+5) {
  fill: #8d6e63;
}

.v7charts-grouped-date-area-chart-area:nth-child(7n+6) {
  fill: #79a6d2;
}

.v7charts-grouped-date-area-chart-area:nth-child(7n+7) {
  fill: #0000b4;
}

.v7charts-bar-chart .v7charts-bar-chart-bar {
  fill: #F15A23;
  opacity: 1;
}
.v7charts-bar-chart .v7charts-y-axis path {
  color: white;
}
.v7charts-bar-chart line {
  color: #f5f5f5;
  stroke: #f5f5f5;
  stroke-width: 2px;
}
.v7charts-bar-chart .v7charts-bar-chart-skeleton-bar {
  fill: #f5f5f5;
  opacity: 1;
}
.v7charts-bar-chart .v7charts-bar-chart-skeleton-x-axis {
  color: white;
}
.v7charts-bar-chart .v7charts-bar-chart-skeleton-x-axis text {
  opacity: 0;
}
.v7charts-bar-chart .v7charts-bar-chart-skeleton-x-axis line {
  color: white;
  stroke: white;
  stroke-width: 0px;
}
.v7charts-bar-chart .v7charts-bar-chart-skeleton-y-axis {
  color: white;
}
.v7charts-bar-chart .v7charts-bar-chart-skeleton-y-axis text {
  opacity: 0;
}
.v7charts-bar-chart .v7charts-bar-chart-skeleton-y-axis line {
  color: white;
  stroke: white;
  stroke-width: 0px;
}

.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-bar-group:nth-child(7n+1) {
  fill: #f15a23;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-bar-group:nth-child(7n+2) {
  fill: #42a5f5;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-bar-group:nth-child(7n+3) {
  fill: #66bb6a;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-bar-group:nth-child(7n+4) {
  fill: #ffa726;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-bar-group:nth-child(7n+5) {
  fill: #8d6e63;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-bar-group:nth-child(7n+6) {
  fill: #79a6d2;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-bar-group:nth-child(7n+7) {
  fill: #0000b4;
}
.v7charts-grouped-bar-chart .v7charts-y-axis path {
  color: white;
}
.v7charts-grouped-bar-chart line {
  color: #f5f5f5;
  stroke: #f5f5f5;
  stroke-width: 2px;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-skeleton-bar {
  fill: #f5f5f5;
  opacity: 1;
}
.v7charts-grouped-bar-chart .y-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}
.v7charts-grouped-bar-chart .x-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-skeleton-x-axis {
  color: white;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-skeleton-x-axis text {
  opacity: 0;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-skeleton-x-axis line {
  color: white;
  stroke: white;
  stroke-width: 0px;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-skeleton-y-axis {
  color: white;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-skeleton-y-axis text {
  opacity: 0;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-skeleton-y-axis line {
  color: white;
  stroke: white;
  stroke-width: 0px;
}

.v7charts-grouped-bar-chart-legend {
  margin: 0 auto;
  padding: 10px;
  position: relative;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+1) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+1) .v7charts-grouped-legend-dot {
  background-color: #f15a23;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+1) .v7charts-grouped-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+2) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+2) .v7charts-grouped-legend-dot {
  background-color: #42a5f5;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+2) .v7charts-grouped-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+3) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+3) .v7charts-grouped-legend-dot {
  background-color: #66bb6a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+3) .v7charts-grouped-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+4) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+4) .v7charts-grouped-legend-dot {
  background-color: #ffa726;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+4) .v7charts-grouped-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+5) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+5) .v7charts-grouped-legend-dot {
  background-color: #8d6e63;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+5) .v7charts-grouped-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+6) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+6) .v7charts-grouped-legend-dot {
  background-color: #79a6d2;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+6) .v7charts-grouped-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+7) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+7) .v7charts-grouped-legend-dot {
  background-color: #0000b4;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+7) .v7charts-grouped-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+1) {
  fill: #f15a23;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+2) {
  fill: #42a5f5;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+3) {
  fill: #66bb6a;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+4) {
  fill: #ffa726;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+5) {
  fill: #8d6e63;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+6) {
  fill: #79a6d2;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+7) {
  fill: #0000b4;
}
.v7charts-horizontal-bar-chart .v7charts-y-axis path {
  color: white;
}
.v7charts-horizontal-bar-chart .v7charts-x-axis text {
  font-size: 14px;
}
.v7charts-horizontal-bar-chart line {
  color: #f5f5f5;
  stroke: #f5f5f5;
  stroke-width: 2px;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-bar {
  fill: #f5f5f5;
  opacity: 1;
}
.v7charts-horizontal-bar-chart .y-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}
.v7charts-horizontal-bar-chart .x-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-x-axis {
  color: white;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-x-axis text {
  opacity: 0;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-x-axis line {
  color: white;
  stroke: white;
  stroke-width: 0px;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-y-axis {
  color: white;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-y-axis text {
  opacity: 0;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-y-axis line {
  color: white;
  stroke: white;
  stroke-width: 0px;
}

.v7charts-horizontal-bar-chart-legend {
  margin: 0 auto;
  padding: 10px;
  position: relative;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+1) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+1) .v7charts-horizontal-legend-dot {
  background-color: #f15a23;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+1) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+2) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+2) .v7charts-horizontal-legend-dot {
  background-color: #42a5f5;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+2) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+3) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+3) .v7charts-horizontal-legend-dot {
  background-color: #66bb6a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+3) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+4) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+4) .v7charts-horizontal-legend-dot {
  background-color: #ffa726;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+4) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+5) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+5) .v7charts-horizontal-legend-dot {
  background-color: #8d6e63;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+5) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+6) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+6) .v7charts-horizontal-legend-dot {
  background-color: #79a6d2;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+6) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+7) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+7) .v7charts-horizontal-legend-dot {
  background-color: #0000b4;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+7) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+1) {
  fill: #f15a23;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+2) {
  fill: #42a5f5;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+3) {
  fill: #66bb6a;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+4) {
  fill: #ffa726;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+5) {
  fill: #8d6e63;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+6) {
  fill: #79a6d2;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+7) {
  fill: #0000b4;
}
.v7charts-horizontal-bar-chart .v7charts-y-axis path {
  color: white;
}
.v7charts-horizontal-bar-chart .v7charts-x-axis text {
  font-size: 14px;
}
.v7charts-horizontal-bar-chart line {
  color: #f5f5f5;
  stroke: #f5f5f5;
  stroke-width: 2px;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-bar {
  fill: #f5f5f5;
  opacity: 1;
}
.v7charts-horizontal-bar-chart .y-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}
.v7charts-horizontal-bar-chart .x-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-x-axis {
  color: white;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-x-axis text {
  opacity: 0;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-x-axis line {
  color: white;
  stroke: white;
  stroke-width: 0px;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-y-axis {
  color: white;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-y-axis text {
  opacity: 0;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-y-axis line {
  color: white;
  stroke: white;
  stroke-width: 0px;
}

.v7charts-horizontal-bar-chart-legend {
  margin: 0 auto;
  padding: 10px;
  position: relative;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+1) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+1) .v7charts-horizontal-legend-dot {
  background-color: #f15a23;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+1) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+2) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+2) .v7charts-horizontal-legend-dot {
  background-color: #42a5f5;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+2) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+3) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+3) .v7charts-horizontal-legend-dot {
  background-color: #66bb6a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+3) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+4) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+4) .v7charts-horizontal-legend-dot {
  background-color: #ffa726;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+4) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+5) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+5) .v7charts-horizontal-legend-dot {
  background-color: #8d6e63;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+5) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+6) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+6) .v7charts-horizontal-legend-dot {
  background-color: #79a6d2;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+6) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+7) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+7) .v7charts-horizontal-legend-dot {
  background-color: #0000b4;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+7) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-bar-group:nth-child(7n+1) {
  fill: #f15a23;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-bar-group:nth-child(7n+2) {
  fill: #42a5f5;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-bar-group:nth-child(7n+3) {
  fill: #66bb6a;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-bar-group:nth-child(7n+4) {
  fill: #ffa726;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-bar-group:nth-child(7n+5) {
  fill: #8d6e63;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-bar-group:nth-child(7n+6) {
  fill: #79a6d2;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-bar-group:nth-child(7n+7) {
  fill: #0000b4;
}
.v7charts-stacked-bar-chart .v7charts-y-axis path {
  color: white;
}
.v7charts-stacked-bar-chart line {
  color: #f5f5f5;
  stroke: #f5f5f5;
  stroke-width: 2px;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-skeleton-bar {
  fill: #f5f5f5;
  opacity: 1;
}
.v7charts-stacked-bar-chart .y-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}
.v7charts-stacked-bar-chart .x-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-skeleton-x-axis {
  color: white;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-skeleton-x-axis text {
  opacity: 0;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-skeleton-x-axis line {
  color: white;
  stroke: white;
  stroke-width: 0px;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-skeleton-y-axis {
  color: white;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-skeleton-y-axis text {
  opacity: 0;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-skeleton-y-axis line {
  color: white;
  stroke: white;
  stroke-width: 0px;
}

.v7charts-stacked-bar-chart-legend {
  margin: 0 auto;
  padding: 10px;
  position: relative;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+1) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+1) .v7charts-stacked-legend-dot {
  background-color: #f15a23;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+1) .v7charts-stacked-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+2) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+2) .v7charts-stacked-legend-dot {
  background-color: #42a5f5;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+2) .v7charts-stacked-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+3) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+3) .v7charts-stacked-legend-dot {
  background-color: #66bb6a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+3) .v7charts-stacked-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+4) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+4) .v7charts-stacked-legend-dot {
  background-color: #ffa726;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+4) .v7charts-stacked-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+5) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+5) .v7charts-stacked-legend-dot {
  background-color: #8d6e63;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+5) .v7charts-stacked-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+6) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+6) .v7charts-stacked-legend-dot {
  background-color: #79a6d2;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+6) .v7charts-stacked-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+7) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+7) .v7charts-stacked-legend-dot {
  background-color: #0000b4;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+7) .v7charts-stacked-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.v7charts-single-donut-chart .v7charts-single-donut-chart-group :first-child :first-child {
  fill: #f15a23;
}
.v7charts-single-donut-chart .v7charts-single-donut-chart-group :last-child {
  fill: #434951;
}
.v7charts-single-donut-chart .v7charts-single-donut-chart-group .v7charts-single-donut-chart-text {
  font-size: 2.2rem;
  font-family: "Open Sans";
  fill: blue;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.v7charts-single-donut-chart-label {
  position: absolute;
  text-align: center;
  -webkit-user-select: none;
          user-select: none;
  font-size: 2.2rem;
  font-family: "Open Sans";
}

.v7charts-single-donut-chart-loader {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes skeletonBarFadeIn {
  0% {
    background-color: #f0f0f0;
  }
  100% {
    background-color: red;
  }
}
@keyframes skeletonFadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.skeletonPulse {
  height: 100%;
  width: 100%;
  color: linear-gradient(-90deg, #f0f0f0 0%, #e3e3e3 50%, #f0f0f0 100%);
  animation: pulse 1.2s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -135% 0%;
  }
}

.v7charts-donut-chart-arc:nth-child(7n+1) {
  fill: #ef5350;
}
.v7charts-donut-chart-arc:nth-child(7n+1).skeleton {
  fill: #f0f0f0;
}
.v7charts-donut-chart-arc:nth-child(7n+1) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-donut-chart-arc:nth-child(7n+2) {
  fill: #42a5f5;
}
.v7charts-donut-chart-arc:nth-child(7n+2).skeleton {
  fill: #f0f0f0;
}
.v7charts-donut-chart-arc:nth-child(7n+2) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-donut-chart-arc:nth-child(7n+3) {
  fill: #66bb6a;
}
.v7charts-donut-chart-arc:nth-child(7n+3).skeleton {
  fill: #f0f0f0;
}
.v7charts-donut-chart-arc:nth-child(7n+3) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-donut-chart-arc:nth-child(7n+4) {
  fill: #ffa726;
}
.v7charts-donut-chart-arc:nth-child(7n+4).skeleton {
  fill: #f0f0f0;
}
.v7charts-donut-chart-arc:nth-child(7n+4) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-donut-chart-arc:nth-child(7n+5) {
  fill: #8d6e63;
}
.v7charts-donut-chart-arc:nth-child(7n+5).skeleton {
  fill: #f0f0f0;
}
.v7charts-donut-chart-arc:nth-child(7n+5) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-donut-chart-arc:nth-child(7n+6) {
  fill: #79a6d2;
}
.v7charts-donut-chart-arc:nth-child(7n+6).skeleton {
  fill: #f0f0f0;
}
.v7charts-donut-chart-arc:nth-child(7n+6) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-donut-chart-arc:nth-child(7n+7) {
  fill: #0000b4;
}
.v7charts-donut-chart-arc:nth-child(7n+7).skeleton {
  fill: #f0f0f0;
}
.v7charts-donut-chart-arc:nth-child(7n+7) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-donut-legend {
  overflow: auto;
  font-size: 14px;
  font-family: "Open Sans";
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+1) .v7charts-donut-dot {
  background-color: #ef5350;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 15px;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+1) .v7charts-donut-dot.skeleton {
  background-color: darkgrey;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+2) .v7charts-donut-dot {
  background-color: #42a5f5;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 15px;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+2) .v7charts-donut-dot.skeleton {
  background-color: darkgrey;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+3) .v7charts-donut-dot {
  background-color: #66bb6a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 15px;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+3) .v7charts-donut-dot.skeleton {
  background-color: darkgrey;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+4) .v7charts-donut-dot {
  background-color: #ffa726;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 15px;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+4) .v7charts-donut-dot.skeleton {
  background-color: darkgrey;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+5) .v7charts-donut-dot {
  background-color: #8d6e63;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 15px;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+5) .v7charts-donut-dot.skeleton {
  background-color: darkgrey;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+6) .v7charts-donut-dot {
  background-color: #79a6d2;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 15px;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+6) .v7charts-donut-dot.skeleton {
  background-color: darkgrey;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+7) .v7charts-donut-dot {
  background-color: #0000b4;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 15px;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+7) .v7charts-donut-dot.skeleton {
  background-color: darkgrey;
}
.v7charts-donut-legend .v7charts-donut-legend-item {
  padding: 0.625rem 1rem 0.625rem 0.5rem;
  border-bottom: 1px solid #F0F0F0;
  color: #434951;
  line-height: 1.4;
}
.v7charts-donut-legend .v7charts-donut-legend-item.skeleton {
  display: flex;
  flex-direction: row;
}
.v7charts-donut-legend .v7charts-donut-legend-item .v7charts-donut-legend-label.skeleton {
  width: 6rem;
  height: 1rem;
}
.v7charts-donut-legend .v7charts-donut-legend-item .v7charts-donut-legend-value {
  float: right;
  color: #c2c2c2;
}
.v7charts-donut-legend .v7charts-donut-legend-item .v7charts-donut-legend-value.skeleton {
  width: 6rem;
  height: 1rem;
  align-self: flex-end;
  margin-left: 11rem;
}
.v7charts-donut-legend .v7charts-donut-legend-item:hover {
  border-bottom: none;
  background-color: #fcfcfc;
}

.v7charts-donut-legend:hover .v7charts-donut-legend-item .legend-value {
  color: black;
}

.v7charts-donut-left-half {
  float: left;
}

.v7charts-donut-right-half {
  float: left;
}

.v7charts-donut-chart-label {
  font-weight: 600;
  position: relative;
  font-size: 14px;
  font-family: "Open Sans";
}
.v7charts-donut-chart-label .v7charts-donut-label-value {
  color: #434951;
}

.v7charts-grouped-line-chart .v7charts-grouped-line-chart-group:nth-child(7n+3) {
  fill: none;
  stroke: #f15a23;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-group:nth-child(7n+4) {
  fill: none;
  stroke: #42a5f5;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-group:nth-child(7n+5) {
  fill: none;
  stroke: #66bb6a;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-group:nth-child(7n+6) {
  fill: none;
  stroke: #ffa726;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-group:nth-child(7n+7) {
  fill: none;
  stroke: #8d6e63;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-group:nth-child(7n+8) {
  fill: none;
  stroke: #79a6d2;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-group:nth-child(7n+9) {
  fill: none;
  stroke: #0000b4;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-skeleton-group:nth-child(7n+1) {
  fill: none;
  stroke: #d8d8d8;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-skeleton-group:nth-child(7n+2) {
  fill: none;
  stroke: #c0c0c0;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-skeleton-group:nth-child(7n+3) {
  fill: none;
  stroke: #a8a8a8;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-skeleton-group:nth-child(7n+4) {
  fill: none;
  stroke: #909090;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-skeleton-group:nth-child(7n+5) {
  fill: none;
  stroke: #d1d5d5;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-skeleton-group:nth-child(7n+6) {
  fill: none;
  stroke: #8e9796;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-skeleton-group:nth-child(7n+7) {
  fill: none;
  stroke: #606e6c;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart line {
  color: #f5f5f5;
  stroke: #f5f5f5;
  stroke-width: 2px;
}
.v7charts-grouped-line-chart .v7charts-y-axis path {
  color: white;
}
.v7charts-grouped-line-chart .v7charts-y-grid-line {
  stroke: #f5f5f5;
}
.v7charts-grouped-line-chart .v7charts-x-axis.skeleton text {
  opacity: 0;
  font-size: 10px;
}
.v7charts-grouped-line-chart .v7charts-x-axis.skeleton line {
  stroke: none;
}
.v7charts-grouped-line-chart .v7charts-x-axis text {
  font-size: 14px;
}
.v7charts-grouped-line-chart .v7charts-y-axis.skeleton text {
  opacity: 0;
}
.v7charts-grouped-line-chart .v7charts-y-axis.skeleton line {
  stroke: none;
}
.v7charts-grouped-line-chart .y-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}
.v7charts-grouped-line-chart .x-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}

.v7charts-line-chart-legend {
  margin: 12px auto;
  padding: 10px;
  position: relative;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+1) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+1) .v7charts-line-legend-dot {
  background-color: #f15a23;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+1) .v7charts-line-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+2) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+2) .v7charts-line-legend-dot {
  background-color: #42a5f5;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+2) .v7charts-line-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+3) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+3) .v7charts-line-legend-dot {
  background-color: #66bb6a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+3) .v7charts-line-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+4) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+4) .v7charts-line-legend-dot {
  background-color: #ffa726;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+4) .v7charts-line-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+5) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+5) .v7charts-line-legend-dot {
  background-color: #8d6e63;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+5) .v7charts-line-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+6) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+6) .v7charts-line-legend-dot {
  background-color: #79a6d2;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+6) .v7charts-line-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+7) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+7) .v7charts-line-legend-dot {
  background-color: #0000b4;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+7) .v7charts-line-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+3) .v7charts-profile-line-chart-group {
  fill: none;
  stroke: #f15a23;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+3) circle {
  fill: #f15a23;
}
.v7charts-profile-chart .v7charts-profile-chart-bar:nth-child(7n+3) rect {
  fill: #f15a23;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+4) .v7charts-profile-line-chart-group {
  fill: none;
  stroke: #42a5f5;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+4) circle {
  fill: #42a5f5;
}
.v7charts-profile-chart .v7charts-profile-chart-bar:nth-child(7n+4) rect {
  fill: #42a5f5;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+5) .v7charts-profile-line-chart-group {
  fill: none;
  stroke: #66bb6a;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+5) circle {
  fill: #66bb6a;
}
.v7charts-profile-chart .v7charts-profile-chart-bar:nth-child(7n+5) rect {
  fill: #66bb6a;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+6) .v7charts-profile-line-chart-group {
  fill: none;
  stroke: #ffa726;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+6) circle {
  fill: #ffa726;
}
.v7charts-profile-chart .v7charts-profile-chart-bar:nth-child(7n+6) rect {
  fill: #ffa726;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+7) .v7charts-profile-line-chart-group {
  fill: none;
  stroke: #8d6e63;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+7) circle {
  fill: #8d6e63;
}
.v7charts-profile-chart .v7charts-profile-chart-bar:nth-child(7n+7) rect {
  fill: #8d6e63;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+8) .v7charts-profile-line-chart-group {
  fill: none;
  stroke: #79a6d2;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+8) circle {
  fill: #79a6d2;
}
.v7charts-profile-chart .v7charts-profile-chart-bar:nth-child(7n+8) rect {
  fill: #79a6d2;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+9) .v7charts-profile-line-chart-group {
  fill: none;
  stroke: #0000b4;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+9) circle {
  fill: #0000b4;
}
.v7charts-profile-chart .v7charts-profile-chart-bar:nth-child(7n+9) rect {
  fill: #0000b4;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+3) .v7charts-profile-line-chart-skeleton-group {
  fill: none;
  stroke: #d8d8d8;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+3) circle {
  fill: #d8d8d8;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+4) .v7charts-profile-line-chart-skeleton-group {
  fill: none;
  stroke: #c0c0c0;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+4) circle {
  fill: #c0c0c0;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+5) .v7charts-profile-line-chart-skeleton-group {
  fill: none;
  stroke: #a8a8a8;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+5) circle {
  fill: #a8a8a8;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+6) .v7charts-profile-line-chart-skeleton-group {
  fill: none;
  stroke: #909090;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+6) circle {
  fill: #909090;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+7) .v7charts-profile-line-chart-skeleton-group {
  fill: none;
  stroke: #d1d5d5;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+7) circle {
  fill: #d1d5d5;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+8) .v7charts-profile-line-chart-skeleton-group {
  fill: none;
  stroke: #8e9796;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+8) circle {
  fill: #8e9796;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+9) .v7charts-profile-line-chart-skeleton-group {
  fill: none;
  stroke: #606e6c;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+9) circle {
  fill: #606e6c;
}
.v7charts-profile-chart line {
  color: #f5f5f5;
  stroke: #f5f5f5;
  stroke-width: 2px;
}
.v7charts-profile-chart .v7charts-y-axis path {
  color: black;
}
.v7charts-profile-chart .v7charts-y-grid-line {
  stroke: #f5f5f5;
}
.v7charts-profile-chart .v7charts-x-axis.skeleton text {
  opacity: 0;
  font-size: 10px;
}
.v7charts-profile-chart .v7charts-x-axis text {
  font-size: 14px;
}
.v7charts-profile-chart .v7charts-y-axis line {
  fill: none;
  stroke: none;
}
.v7charts-profile-chart .v7charts-y-axis line.v7charts-y-grid-line {
  fill: #f5f5f5;
  stroke: #f5f5f5;
}
.v7charts-profile-chart .v7charts-y-axis.skeleton text {
  opacity: 0;
}
.v7charts-profile-chart .y-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}
.v7charts-profile-chart .x-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
  font-family: "Open Sans", Verdana, sans-serif;
}
.v7charts-profile-chart .x-unit-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}

.v7charts-profile-chart-legend {
  margin: 12px auto;
  padding: 10px;
  position: relative;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+1) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+1) .v7charts-profile-legend-dot {
  background-color: #f15a23;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+2) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+2) .v7charts-profile-legend-dot {
  background-color: #42a5f5;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+3) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+3) .v7charts-profile-legend-dot {
  background-color: #66bb6a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+4) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+4) .v7charts-profile-legend-dot {
  background-color: #ffa726;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+5) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+5) .v7charts-profile-legend-dot {
  background-color: #8d6e63;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+6) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+6) .v7charts-profile-legend-dot {
  background-color: #79a6d2;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+7) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+7) .v7charts-profile-legend-dot {
  background-color: #0000b4;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}

/*
    Created on : 06.02.2019, 16:03:20
    Author     : job
*/
@keyframes fadInDownOutDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
@keyframes skeletonBarFadeIn {
  0% {
    background-color: #f0f0f0;
  }
  100% {
    background-color: #F15A23;
  }
}
@keyframes skeletonFadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.skeletonPulse {
  height: 100%;
  width: 100%;
  background: linear-gradient(-90deg, #f0f0f0 0%, #e3e3e3 50%, #f0f0f0 100%);
  background-size: 400% 100%;
  animation: pulse 1.2s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -135% 0%;
  }
}

.funnel {
  width: 100%;
  max-width: 1347.4px;
  box-sizing: content-box;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
}
.funnel .topSpace {
  width: 100%;
  height: 1rem;
}
.funnel .bottomSpace {
  width: 100%;
  height: 2rem;
}
.funnel .primeLevel {
  min-width: 100%;
  height: 4rem;
  display: flex;
  box-sizing: border-box;
  color: #434951;
  -webkit-user-select: none;
          user-select: none;
  border-color: #f5f5f5;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
.funnel .primeLevel:hover {
  background-color: #f5f5f5;
}
.funnel .primeLevel .preSpace {
  min-width: 1.03125rem;
  height: 4rem;
}
.funnel .primeLevel .label {
  min-width: 16.625rem;
  max-width: 42.0625rem;
  width: 100%;
  margin-top: 0.59375rem;
  font-family: "Open Sans";
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: left;
}
.funnel .primeLevel .label .subText {
  width: 16.625rem;
  height: 1.75rem;
  font-weight: normal;
  letter-spacing: normal;
  text-overflow: ellipsis;
}
.funnel .primeLevel .valueContainer {
  min-width: 5rem;
  margin-top: 0.875rem;
  margin-bottom: 1.9375rem;
  display: flex;
  justify-content: flex-end;
}
.funnel .primeLevel .valueContainer .value {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: right;
}
.funnel .primeLevel .valueContainer .value.skeleton {
  width: 77px;
  height: 19px;
  background-color: #f0f0f0;
}
.funnel .primeLevel .valueContainer .value.skeletonFadeOut {
  animation-name: skeletonFadeOut;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
}
.funnel .primeLevel .doubleSpace {
  min-width: 0.78125rem;
  max-width: 3.91875rem;
  width: 100%;
  height: 4rem;
}
.funnel .primeLevel .barContainer {
  min-width: 11.35rem;
  max-width: 25rem;
}
.funnel .primeLevel .barContainer .bar {
  width: 100%;
  height: 4rem;
  background-color: #F15A23;
}
.funnel .primeLevel .postSpace {
  min-width: 3.75625rem;
  max-width: 8.26875rem;
  width: auto;
  height: 4rem;
}
.funnel .level {
  height: 4rem;
  display: flex;
  box-sizing: border-box;
  color: #434951;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.funnel .level:hover {
  background-color: #f5f5f5;
}
.funnel .level:hover:active {
  cursor: default;
  background-color: white;
  border: dashed 0.0625rem #c2c2c2;
}
.funnel .level:hover .trashContainer .trash {
  color: #c2c2c2;
  display: flex;
}
.funnel .level:hover .trashContainer .trash.skeleton {
  display: none;
}
.funnel .level:hover .trashContainer .trash:hover {
  color: #535b67;
}
.funnel .level:hover .trashContainer .trash:hover.skeleton {
  display: none;
}
.funnel .level .label {
  width: 100%;
  min-width: 16.625rem;
  max-width: 42.0625rem;
  margin-top: 0.59375rem;
  font-family: "Open Sans";
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: left;
}
.funnel .level .label .subText {
  width: 16.625rem;
  height: 1.75rem;
  font-weight: normal;
  letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  /*This is not default css. At the time of writing (2019-02-15)
  there was no default css to make multiple lines in a div
  overflow with ellipsis. Therefore we used this webkit
  implementation, working Edge, Chrome and Safari. Firefox is not
  supported :-(
  */
  display: -webkit-box;
  line-height: 1.4;
  -webkit-line-clamp: 2; /* number of lines to show */
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.funnel .level .valueContainer {
  min-width: 5rem;
  margin-top: 0.875rem;
  margin-bottom: 1.9375rem;
  display: flex;
  justify-content: flex-end;
}
.funnel .level .valueContainer .value {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: right;
}
.funnel .level .valueContainer .value.skeleton {
  width: 77px;
  height: 19px;
  background-color: #f0f0f0;
}
.funnel .level .valueContainer .value.skeletonFadeOut {
  animation-name: skeletonFadeOut;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
}
.funnel .level .barContainer {
  min-width: 11.35rem;
  max-width: 25rem;
  display: flex;
  justify-content: center;
}
.funnel .level .barContainer .bar {
  height: 4rem;
  background-color: #F15A23;
}
.funnel .level .barContainer .bar.skeleton {
  width: 266px;
  height: 64px;
  background-color: #f0f0f0;
}
.funnel .level .barContainer .bar.skeletonBarFadeIn {
  animation-name: skeletonBarFadeIn;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
}
.funnel .level .space {
  min-width: 0.725rem;
}
.funnel .level .preSpace {
  min-width: 1.03125rem;
}
.funnel .level .postSpace {
  width: auto;
  min-width: 0.525rem;
  max-width: 4.10625rem;
}
.funnel .level .doubleSpace {
  min-width: 0.78125rem;
  max-width: 3.91875rem;
  width: 100%;
  height: 4rem;
}
.funnel .level .trashContainer {
  min-width: 1rem;
  height: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.funnel .level .trashContainer:hover {
  cursor: default;
}
.funnel .level .trashContainer .trash {
  display: none;
}
.funnel .level .halfSpace {
  min-width: 0.5rem;
}
.funnel .level .gripContainer {
  min-width: 1rem;
  height: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.funnel .level .gripContainer .grip {
  color: #c2c2c2;
}
.funnel .level .gripContainer .grip.skeleton {
  display: none;
}
.funnel .level .gripContainer .grip:hover {
  cursor: grab;
  color: #30343a;
}
.funnel .level .gripContainer .grip:hover:active {
  cursor: grabbing;
}
.funnel .intermediateLevel {
  height: 2rem;
  display: flex;
  box-sizing: border-box;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.funnel .intermediateLevel .preSpace {
  min-width: 1.03125rem;
}
.funnel .intermediateLevel .labelSpace {
  min-width: 16.625rem;
  max-width: 42.0625rem;
  width: 100%;
}
.funnel .intermediateLevel .dropContainer {
  min-width: 5rem;
  display: flex;
  justify-content: flex-end;
}
.funnel .intermediateLevel .dropContainer .arrow {
  -webkit-user-select: none;
          user-select: none;
  width: 1rem;
  height: 1rem;
  margin-top: 0.59375rem;
  margin-bottom: 0.59375rem;
  color: #c2c2c2;
  font-size: 8px;
}
.funnel .intermediateLevel .dropContainer .arrow.skeleton {
  animation-name: fadInDownOutDown;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}
.funnel .intermediateLevel .dropContainer .halfSpace {
  width: 0.5rem;
}
.funnel .intermediateLevel .dropContainer .drop {
  height: 0.875rem;
  width: 1.5625rem;
  margin-top: 0.59375rem;
  margin-bottom: 0.59375rem;
  color: #c2c2c2;
  font-size: 10px;
  font-weight: regular;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: left;
}
.funnel .intermediateLevel .dropContainer .drop.skeleton {
  background-color: #f0f0f0;
  color: #f0f0f0;
}
.funnel .intermediateLevel .dropContainer .drop.skeletonFadeOut {
  animation-name: skeletonFadeOut;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
}
.funnel .intermediateLevel .doubleSpace {
  width: 100%;
  min-width: 0.78125rem;
  max-width: 3.91875rem;
}
.funnel .intermediateLevel .barSpace {
  min-width: 11.35rem;
  max-width: 25rem;
  height: 2rem;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
}
.funnel .intermediateLevel .barSpace .barContainer .bar {
  border-top-width: 0rem;
  border-top-style: solid;
  border-top-color: #dedede;
  border-left-color: transparent;
  border-left-style: solid;
  border-right-color: transparent;
  border-right-style: solid;
  height: 0px;
}
.funnel .intermediateLevel .postSpace {
  width: auto;
  min-width: 3.75625rem;
  max-width: 8.26875rem;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tooltip {
  position: absolute;
  text-align: center;
  color: white;
  display: inline-block;
  padding: 8px;
  font-family: OpenSans;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  pointer-events: none;
  max-width: 105px;
  min-height: 65.7px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: rgba(67, 73, 81, 0.8);
}

.tooltip:after, .tooltip:before {
  top: 100%;
  left: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.tooltip:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: rgba(67, 73, 81, 0.8);
  border-width: 10px;
  margin-left: -10px;
}

.tooltip-hidden {
  opacity: 0;
}

.tooltip-hide {
  animation-name: hide;
  animation-duration: 0.2s;
  opacity: 0;
}

.tooltip-show {
  animation-name: show;
  animation-duration: 0.2s;
  opacity: 1;
}

.timeline {
  position: relative;
  display: block;
}
.timeline .timeline-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.timeline .timeline-container:before, .timeline .timeline-container:after {
  position: relative;
  content: " ";
  border: 10px solid transparent;
}
.timeline .timeline-container:before {
  border-right: 10px solid #777777;
}
.timeline .timeline-container:after {
  border-left: 10px solid #777777;
}
.timeline .timeline-container .timeline-panel {
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.timeline .timeline-container .timeline-panel::-webkit-scrollbar {
  display: none;
}
.timeline .timeline-container .timeline-panel .timeline-list {
  display: inline-flex;
  list-style: none;
  border-top: 3px solid #777777;
  padding: 0px 100px;
  height: 137px;
  margin-top: 150px;
}
.timeline .timeline-container .timeline-panel .timeline-list li {
  position: relative;
  display: inline-block;
  justify-content: flex-start;
  width: 30px;
  height: 50px;
}
.timeline .timeline-container .timeline-panel .timeline-list li div {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 30px;
  height: 50px;
  padding-top: 1px;
}
.timeline .timeline-container .timeline-panel .timeline-list li div img {
  flex: none;
  width: 48px;
  height: 48px;
  position: relative;
  left: -15px;
}
.timeline .timeline-container .timeline-panel .timeline-list li div a {
  display: flex;
  justify-content: flex-start;
  text-decoration: none;
  z-index: 1;
}
.timeline .timeline-container .timeline-panel .timeline-list li div a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.timeline .timeline-container .timeline-panel .timeline-list li div.timeline-entry.timeline-element-layout-up .timeline-label {
  top: -73px;
}
.timeline .timeline-container .timeline-panel .timeline-list li div.timeline-entry.timeline-element-layout-up .timeline-label div {
  height: 20px;
  width: 20px;
  top: 15px;
  left: -2px;
}
.timeline .timeline-container .timeline-panel .timeline-list li div.timeline-entry.timeline-element-layout-up .timeline-vertical-line {
  top: -33px;
}
.timeline .timeline-container .timeline-panel .timeline-list li div.timeline-entry.timeline-element-layout-down .timeline-label {
  top: 20px;
}
.timeline .timeline-container .timeline-panel .timeline-list li div.timeline-entry.timeline-element-layout-down .timeline-label div {
  height: 20px;
  width: 20px;
  top: 15px;
  left: -2px;
}
.timeline .timeline-container .timeline-panel .timeline-list li div .timeline-label {
  position: absolute;
  width: 100%;
  text-align: center;
}
.timeline .timeline-container .timeline-panel .timeline-list li div .timeline-label:hover {
  color: #00ADEF;
}
.timeline .timeline-container .timeline-panel .timeline-list li div .timeline-label .timeline-entry-count {
  margin-top: 12px;
  position: relative;
  left: 5px;
  top: 3px;
}
.timeline .timeline-container .timeline-panel .timeline-list li div .timeline-vertical-line {
  position: absolute;
  border: none;
  width: 1px;
  left: 7px;
}
.timeline .timeline-container .timeline-panel .timeline-list li div .timeline-circle {
  position: inherit;
  background: #00ADEF;
  border-radius: 50%;
  border: none;
  box-shadow: 0 0 0 5px #fff;
  height: 15px;
  width: 15px;
  top: 0;
  left: 0;
  flex: none;
  margin-top: -10px;
}
.timeline .timeline-container .timeline-panel .timeline-list li .timeline-entry .timeline-vertical-line {
  background: #00ADEF;
  height: 30px;
}
.timeline .timeline-container .timeline-panel .timeline-list li .timeline-year .timeline-label, .timeline .timeline-container .timeline-panel .timeline-list li .timeline-quarter .timeline-label, .timeline .timeline-container .timeline-panel .timeline-list li .timeline-month .timeline-label, .timeline .timeline-container .timeline-panel .timeline-list li .timeline-week .timeline-label {
  display: flex;
  justify-content: flex-start;
  top: 18px;
  font-family: "Open Sans";
}
.timeline .timeline-container .timeline-panel .timeline-list li .timeline-year .timeline-vertical-line, .timeline .timeline-container .timeline-panel .timeline-list li .timeline-quarter .timeline-vertical-line, .timeline .timeline-container .timeline-panel .timeline-list li .timeline-month .timeline-vertical-line, .timeline .timeline-container .timeline-panel .timeline-list li .timeline-week .timeline-vertical-line {
  background: #777777;
  height: 15px;
  top: -1px;
  left: 15px;
}
.timeline .timeline-button-panel {
  display: inline-block;
  width: inline-block;
}
.timeline .timeline-button-panel .timeline-view-button {
  float: right;
  display: inline-block;
  border: solid 1px #777777;
  color: #00ADEF;
  background-color: #fff;
  cursor: pointer;
}
.timeline .timeline-button-panel .timeline-view-button:hover {
  color: #00ADEF;
  border-color: #00ADEF;
}
.timeline .timeline-button-panel .timeline-view-button.timeline-button-toggled {
  color: #fff;
  border-color: #00ADEF;
  background-color: #00ADEF;
}
.timeline a.disabled {
  cursor: default;
}

.timeline-highlight, .timeline-highlight > * {
  color: #00ADEF !important;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-size: 20px;
  font-style: normal;
  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";
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 04.02.2019, 14:39:14
    Author     : job
*/
.v7charts-map-chart {
  height: 100%;
  width: 100%;
}
.v7charts-map-chart #location {
  fill: black;
}
.v7charts-map-chart #marker_single {
  fill: black;
}
.v7charts-map-chart .H_ib {
  left: -50%;
  top: 50%;
  transform: translate(0, 0) !important;
}
.v7charts-map-chart .H_ib .H_ib_body {
  transform: translate(50%, 50%);
}
.v7charts-map-chart .H_ib .H_ib_tail {
  display: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 04.02.2019, 14:39:14
    Author     : job
*/
.v7charts-map-chart-polygon {
  height: 100%;
  width: 100%;
}
.v7charts-map-chart-polygon #location {
  fill: black;
}
.v7charts-map-chart-polygon #marker_single {
  fill: black;
}
.v7charts-map-chart-polygon .H_ib {
  display: none;
}
.v7charts-map-chart-polygon .H_ib .H_ib_body {
  background-color: #434951;
  opacity: 0.7;
}
.v7charts-map-chart-polygon .H_ib .H_ib_body .H_icon {
  fill: white;
}
.v7charts-map-chart-polygon .H_ib .H_ib_tail:after {
  border-color: #434951 transparent;
  opacity: 0.7;
}
.v7charts-map-chart-polygon .H_ib .H_ib_tail:before {
  border-color: #434951 transparent;
  opacity: 0.7;
}

@keyframes skeletonBarFadeIn {
  0% {
    background-color: #f0f0f0;
  }
  100% {
    background-color: red;
  }
}
@keyframes skeletonFadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.skeletonPulse {
  height: 100%;
  width: 100%;
  color: linear-gradient(-90deg, #f0f0f0 0%, #e3e3e3 50%, #f0f0f0 100%);
  animation: pulse 1.2s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -135% 0%;
  }
}

.v7charts-radar-chart-arc:nth-child(7n+1) {
  fill: #ef5350;
}
.v7charts-radar-chart-arc:nth-child(7n+1).skeleton {
  fill: #F0F0F0;
}
.v7charts-radar-chart-arc:nth-child(7n+1) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-radar-chart-arc:nth-child(7n+2) {
  fill: #42a5f5;
}
.v7charts-radar-chart-arc:nth-child(7n+2).skeleton {
  fill: #F0F0F0;
}
.v7charts-radar-chart-arc:nth-child(7n+2) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-radar-chart-arc:nth-child(7n+3) {
  fill: #66bb6a;
}
.v7charts-radar-chart-arc:nth-child(7n+3).skeleton {
  fill: #F0F0F0;
}
.v7charts-radar-chart-arc:nth-child(7n+3) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-radar-chart-arc:nth-child(7n+4) {
  fill: #ffa726;
}
.v7charts-radar-chart-arc:nth-child(7n+4).skeleton {
  fill: #F0F0F0;
}
.v7charts-radar-chart-arc:nth-child(7n+4) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-radar-chart-arc:nth-child(7n+5) {
  fill: #8d6e63;
}
.v7charts-radar-chart-arc:nth-child(7n+5).skeleton {
  fill: #F0F0F0;
}
.v7charts-radar-chart-arc:nth-child(7n+5) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-radar-chart-arc:nth-child(7n+6) {
  fill: #79a6d2;
}
.v7charts-radar-chart-arc:nth-child(7n+6).skeleton {
  fill: #F0F0F0;
}
.v7charts-radar-chart-arc:nth-child(7n+6) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-radar-chart-arc:nth-child(7n+7) {
  fill: #0000b4;
}
.v7charts-radar-chart-arc:nth-child(7n+7).skeleton {
  fill: #F0F0F0;
}
.v7charts-radar-chart-arc:nth-child(7n+7) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-radar-legend {
  overflow: auto;
  color: #434951;
  font-size: 14px;
  font-family: "Open Sans";
}
.v7charts-radar-legend .v7charts-radar-legend-head {
  padding-bottom: 12px;
  height: 19px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans Semibold";
  line-height: 1.4;
  letter-spacing: 0.01px;
  text-align: left;
  display: inline-table;
}
.v7charts-radar-legend .v7charts-radar-legend-item {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  border-bottom: 1px solid lightgray;
}
.v7charts-radar-legend .v7charts-radar-legend-item.skeleton {
  display: flex;
  flex-direction: row;
}
.v7charts-radar-legend .v7charts-radar-legend-item .v7charts-radar-legend-label.skeleton {
  width: 6rem;
  height: 1rem;
}
.v7charts-radar-legend .v7charts-radar-legend-item .v7charts-radar-legend-value {
  float: right;
  color: grey;
}
.v7charts-radar-legend .v7charts-radar-legend-item .v7charts-radar-legend-value.skeleton {
  width: 6rem;
  height: 1rem;
  align-self: flex-end;
  margin-left: 11rem;
}
.v7charts-radar-legend .v7charts-radar-legend-item:hover {
  border-bottom: none;
  background-color: #fcfcfc;
}
.v7charts-radar-legend .v7charts-radar-legend-item:hover .v7charts-radar-legend-value {
  color: #434951;
  font-weight: 600;
}

.v7charts-radar-legend:hover .v7charts-radar-legend-item .legend-value {
  color: black;
}

.v7charts-radar-left-half {
  float: left;
}

.v7charts-radar-right-half {
  float: left;
}
.v7charts-radar-right-half .legendArcs {
  fill: transparent;
  stroke: none;
}
.v7charts-radar-right-half .legendText {
  fill: #434951;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.v7charts-radar-chart line {
  stroke: #dedede;
  stroke-width: 1px;
}
.v7charts-radar-chart .v7charts-radar-chart-label {
  position: relative;
  font-size: 14px;
  font-family: "Open Sans";
}
.v7charts-radar-chart .v7charts-radar-chart-label .v7charts-radar-label-value {
  color: grey;
}
.v7charts-radar-chart .legend-skeleton {
  fill: #F0F0F0;
  width: 50px;
  height: 20px;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+1) {
  fill: #f15a23;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+1).skeleton {
  fill: #d8d8d8;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+1).skeleton .radarStroke {
  stroke: #d8d8d8;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+1) .radarStroke {
  stroke: #f15a23;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+2) {
  fill: #42a5f5;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+2).skeleton {
  fill: #c0c0c0;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+2).skeleton .radarStroke {
  stroke: #d8d8d8;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+2) .radarStroke {
  stroke: #42a5f5;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+3) {
  fill: #66bb6a;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+3).skeleton {
  fill: #a8a8a8;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+3).skeleton .radarStroke {
  stroke: #d8d8d8;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+3) .radarStroke {
  stroke: #66bb6a;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+4) {
  fill: #ffa726;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+4).skeleton {
  fill: #909090;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+4).skeleton .radarStroke {
  stroke: #d8d8d8;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+4) .radarStroke {
  stroke: #ffa726;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+5) {
  fill: #8d6e63;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+5).skeleton {
  fill: #d1d5d5;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+5).skeleton .radarStroke {
  stroke: #d8d8d8;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+5) .radarStroke {
  stroke: #8d6e63;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+6) {
  fill: #79a6d2;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+6).skeleton {
  fill: #8e9796;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+6).skeleton .radarStroke {
  stroke: #d8d8d8;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+6) .radarStroke {
  stroke: #79a6d2;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+7) {
  fill: #0000b4;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+7).skeleton {
  fill: #606e6c;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+7).skeleton .radarStroke {
  stroke: #d8d8d8;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+7) .radarStroke {
  stroke: #0000b4;
}
.v7charts-radar-chart .areas .radarCircleWrapper.skeleton {
  fill: #c0c0c0;
}

.v7charts-radar-legend-bot {
  display: flex;
  float: left;
  padding-bottom: 32px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  width: 100%;
  height: auto;
  color: #434951;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+1) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+1) .v7charts-radar-dot {
  background-color: #f15a23;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 2px 0px 0px 2px;
  margin-right: 10px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+2) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+2) .v7charts-radar-dot {
  background-color: #42a5f5;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 2px 0px 0px 2px;
  margin-right: 10px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+3) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+3) .v7charts-radar-dot {
  background-color: #66bb6a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 2px 0px 0px 2px;
  margin-right: 10px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+4) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+4) .v7charts-radar-dot {
  background-color: #ffa726;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 2px 0px 0px 2px;
  margin-right: 10px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+5) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+5) .v7charts-radar-dot {
  background-color: #8d6e63;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 2px 0px 0px 2px;
  margin-right: 10px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+6) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+6) .v7charts-radar-dot {
  background-color: #79a6d2;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 2px 0px 0px 2px;
  margin-right: 10px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+7) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+7) .v7charts-radar-dot {
  background-color: #0000b4;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 2px 0px 0px 2px;
  margin-right: 10px;
}

.v7charts-radar-tooltip {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  display: none;
  max-height: 34px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: fixed;
  margin: -35px 0px 0 -15px;
  padding: 8px;
  background-color: #434951;
  border-radius: 4px;
  font-size: 10px;
  opacity: 0.8;
  color: #ffffff;
  animation: show 0s 10s forwards;
}

.v7charts-radar-tooltip:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 11px 11px 0;
  border-color: #434951 transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -4px;
  left: 10px;
}

v7-kpi-base-info {
  width: 100%;
}
v7-kpi-base-info .base-info-banner {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 6px 12px;
  width: 100%;
  background-color: #F15A23;
  color: white;
}
v7-kpi-base-info .kpi-base-info-card {
  width: 100%;
}
v7-kpi-base-info .kpi-base-info-card .kpi-base-infos {
  display: flex;
  flex-direction: column;
}
v7-kpi-base-info .panel-buttonbar-center {
  flex-grow: 1;
}

v7-kpidesigner-field-tree {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
v7-kpidesigner-field-tree .select-all {
  padding: 1rem;
}
v7-kpidesigner-field-tree .tree-node {
  min-height: auto !important;
  height: 30px;
  margin: 6px 0;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  align-items: center;
  gap: 4px;
}
v7-kpidesigner-field-tree .tree-node mat-icon.mat-icon.tree-control {
  position: relative;
  top: 5px;
  left: 5px;
  cursor: pointer;
}
v7-kpidesigner-field-tree .tree-node mat-icon.mat-icon.node-icon {
  margin: 0 0.5rem;
}
v7-kpidesigner-field-tree .tree-node .folder-label {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
v7-kpidesigner-field-tree .tree-node .folder-icon {
  cursor: pointer;
}
v7-kpidesigner-field-tree .tree-node .selectable {
  cursor: pointer;
  border: 1px solid white;
  padding: 2px 5px;
}
v7-kpidesigner-field-tree .tree-node .selectable.selected {
  border: 1px solid black;
}
v7-kpidesigner-field-tree .tree-node .node-label {
  min-width: 40px;
  flex-grow: 2;
  line-height: 26px;
}
v7-kpidesigner-field-tree .viewport {
  height: 400px;
  border: 0;
}
v7-kpidesigner-field-tree .loading-container {
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
v7-kpidesigner-field-tree .loading-container .lds-dual-ring {
  display: inline-block;
  width: 40px;
  height: 40px;
}
v7-kpidesigner-field-tree .loading-container .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #bbb;
  border-color: #bbb transparent #bbb transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

v7-kpi-condition-editor {
  display: block;
  width: 100%;
  padding: 2rem;
}
v7-kpi-condition-editor .kpi-condition-editor-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
v7-kpi-condition-editor .kpi-condition-editor-content .header {
  padding: 0 0 2rem 0;
}
v7-kpi-condition-editor .kpi-condition-editor-content .header .caption {
  color: #434951;
  height: 2rem;
}
v7-kpi-condition-editor .kpi-condition-editor-content .entry {
  padding-bottom: 1.5rem;
}
v7-kpi-condition-editor .kpi-condition-editor-content .entry .condition-caption,
v7-kpi-condition-editor .kpi-condition-editor-content .entry .timereference-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 600px;
}

compass-report-filter-column-dialog {
  overflow: overlay;
}
compass-report-filter-column-dialog .content-panel .filter-text-input {
  height: 1.5625rem;
}
compass-report-filter-column-dialog .buttons-panel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: flex-end;
}
compass-report-filter-column-dialog .buttons-panel .ok-button {
  background-color: #F15A23;
  color: white;
}

v7-compass-report-header-component .v7-compass-header {
  text-align: center;
  background-color: white;
  color: white;
  min-width: 10rem;
  height: 100%;
  min-height: 2.6rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
v7-compass-report-header-component .v7-compass-header.space {
  min-width: 2rem;
  width: 2rem;
  max-width: 2rem;
  background-color: white;
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 0 0 0 0.0625rem;
}
v7-compass-report-header-component .v7-compass-header-caption {
  padding: 0.25rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  position: relative;
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 0 0 0 0.0625rem;
  overflow: hidden;
}
v7-compass-report-header-component .v7-compass-header-caption.v7-font-p, v7-compass-report-header-component v7-bp-indicator-table-component .v7-tableview-header-data-menu .v7-compass-header-caption.tableview-header-data-menu-item, v7-bp-indicator-table-component .v7-tableview-header-data-menu v7-compass-report-header-component .v7-compass-header-caption.tableview-header-data-menu-item, v7-compass-report-header-component v7-bp-indicator-table-component .v7-compass-header-caption.v7-tableview-table-row, v7-bp-indicator-table-component v7-compass-report-header-component .v7-compass-header-caption.v7-tableview-table-row, v7-compass-report-header-component v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-bp-indicator-table-component .v7-tableview-table-header-data v7-compass-report-header-component .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-compass-report-header-component v7-dqs-mgmnt-component .v7-tableview-header-data-menu .v7-compass-header-caption.tableview-header-data-menu-item, v7-dqs-mgmnt-component .v7-tableview-header-data-menu v7-compass-report-header-component .v7-compass-header-caption.tableview-header-data-menu-item, v7-compass-report-header-component v7-dqs-mgmnt-component .v7-compass-header-caption.v7-tableview-table-row, v7-dqs-mgmnt-component v7-compass-report-header-component .v7-compass-header-caption.v7-tableview-table-row, v7-compass-report-header-component v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-dqs-mgmnt-component .v7-tableview-table-header-data v7-compass-report-header-component .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-compass-report-header-component v7-gwmyap-uebersicht-component .v7-tableview-header-data-menu .v7-compass-header-caption.tableview-header-data-menu-item, v7-gwmyap-uebersicht-component .v7-tableview-header-data-menu v7-compass-report-header-component .v7-compass-header-caption.tableview-header-data-menu-item, v7-compass-report-header-component v7-gwmyap-uebersicht-component .v7-compass-header-caption.v7-tableview-table-row, v7-gwmyap-uebersicht-component v7-compass-report-header-component .v7-compass-header-caption.v7-tableview-table-row, v7-compass-report-header-component v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data v7-compass-report-header-component .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-compass-report-header-component v7-krk-mgmnt-table-component .v7-tableview-header-data-menu .v7-compass-header-caption.tableview-header-data-menu-item, v7-krk-mgmnt-table-component .v7-tableview-header-data-menu v7-compass-report-header-component .v7-compass-header-caption.tableview-header-data-menu-item, v7-compass-report-header-component v7-krk-mgmnt-table-component .v7-compass-header-caption.v7-tableview-table-row, v7-krk-mgmnt-table-component v7-compass-report-header-component .v7-compass-header-caption.v7-tableview-table-row, v7-compass-report-header-component v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-krk-mgmnt-table-component .v7-tableview-table-header-data v7-compass-report-header-component .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-compass-report-header-component v7-krk-indicator-table-component .v7-tableview-header-data-menu .v7-compass-header-caption.tableview-header-data-menu-item, v7-krk-indicator-table-component .v7-tableview-header-data-menu v7-compass-report-header-component .v7-compass-header-caption.tableview-header-data-menu-item, v7-compass-report-header-component v7-krk-indicator-table-component .v7-compass-header-caption.v7-tableview-table-row, v7-krk-indicator-table-component v7-compass-report-header-component .v7-compass-header-caption.v7-tableview-table-row, v7-compass-report-header-component v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-krk-indicator-table-component .v7-tableview-table-header-data v7-compass-report-header-component .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-compass-report-header-component v7-adma-table-deletable-component .v7-tableview-header-data-menu .v7-compass-header-caption.tableview-header-data-menu-item, v7-adma-table-deletable-component .v7-tableview-header-data-menu v7-compass-report-header-component .v7-compass-header-caption.tableview-header-data-menu-item, v7-compass-report-header-component v7-adma-table-deletable-component .v7-compass-header-caption.v7-tableview-table-row, v7-adma-table-deletable-component v7-compass-report-header-component .v7-compass-header-caption.v7-tableview-table-row, v7-compass-report-header-component v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-adma-table-deletable-component .v7-tableview-table-header-data v7-compass-report-header-component .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-compass-report-header-component v7-fahrzeug-uebersicht-component .v7-tableview-header-data-menu .v7-compass-header-caption.tableview-header-data-menu-item, v7-fahrzeug-uebersicht-component .v7-tableview-header-data-menu v7-compass-report-header-component .v7-compass-header-caption.tableview-header-data-menu-item, v7-compass-report-header-component v7-fahrzeug-uebersicht-component .v7-compass-header-caption.v7-tableview-table-row, v7-fahrzeug-uebersicht-component v7-compass-report-header-component .v7-compass-header-caption.v7-tableview-table-row, v7-compass-report-header-component v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data v7-compass-report-header-component .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-compass-report-header-component .setnode-buttonbar-menu .setnode-buttonbar-menu-item .v7-compass-header-caption.setnode-buttonbar-menu-item-content, .setnode-buttonbar-menu .setnode-buttonbar-menu-item v7-compass-report-header-component .v7-compass-header-caption.setnode-buttonbar-menu-item-content, v7-compass-report-header-component v7-table-view-component .v7-tableview-table-header-data .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-table-view-component .v7-tableview-table-header-data v7-compass-report-header-component .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-compass-report-header-component v7-table-view-component .v7-compass-header-caption.v7-tableview-table-row, v7-table-view-component v7-compass-report-header-component .v7-compass-header-caption.v7-tableview-table-row, v7-compass-report-header-component v7-table-view-component .v7-tableview-header-data-menu .v7-compass-header-caption.tableview-header-data-menu-item, v7-table-view-component .v7-tableview-header-data-menu v7-compass-report-header-component .v7-compass-header-caption.tableview-header-data-menu-item, v7-compass-report-header-component v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .v7-compass-header-caption.v7-doubleslider-textfield, v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field v7-compass-report-header-component .v7-compass-header-caption.v7-doubleslider-textfield, v7-compass-report-header-component v7-workflow-graph-component .workflow-level-container .v7-compass-header-caption.workflow-level, v7-workflow-graph-component .workflow-level-container v7-compass-report-header-component .v7-compass-header-caption.workflow-level, v7-compass-report-header-component v7-workflow-select-component .workflowselection-container .workflow-category-group .v7-compass-header-caption.workflow-category-item, v7-workflow-select-component .workflowselection-container .workflow-category-group v7-compass-report-header-component .v7-compass-header-caption.workflow-category-item, v7-compass-report-header-component v7-news-component .news-mat-card .card-body .v7-compass-header-caption.v7-news-description, v7-news-component .news-mat-card .card-body v7-compass-report-header-component .v7-compass-header-caption.v7-news-description, v7-compass-report-header-component .v7-df-dropdown-option .v7-compass-header-caption.v7-df-option-text, .v7-df-dropdown-option v7-compass-report-header-component .v7-compass-header-caption.v7-df-option-text, v7-compass-report-header-component .v7-compass-header-caption.v7-df-select-panel {
  color: #434951;
}
v7-compass-report-header-component .v7-compass-header-caption.space span {
  visibility: hidden;
}
v7-compass-report-header-component .v7-compass-header-caption span:nth-child(2) {
  overflow: hidden;
  margin-left: 0.25rem;
}
v7-compass-report-header-component .v7-compass-header-leaf.space {
  cursor: default;
}
v7-compass-report-header-component .v7-compass-header-children {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 0;
}
v7-compass-report-header-component .compass-header-menu-button {
  margin-left: auto;
}
v7-compass-report-header-component .hide {
  opacity: 0;
}

.v7-compass-header-panel .empty.space.column {
  width: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  border-left: 0.0625rem solid #DEDEDE;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  v7-compass-report-header-component .v7-compass-header-caption {
    border-width: 0 0 0 0.0625rem;
  }
  v7-compass-report-header-component .v7-compass-header.space {
    border-width: 0 0 0 0.0625rem;
  }
  v7-compass-report-header-component:first-child .v7-compass-header {
    border-width: 0;
  }
  .v7-compass-header-panel .empty.space.column {
    border-left: 0.0625rem solid #DEDEDE;
  }
}
@-moz-document url-prefix() {
  v7-compass-report-header-component .v7-compass-header-caption {
    border-width: 0 0.0625rem 0 0;
  }
  v7-compass-report-header-component .v7-compass-header.space {
    border-width: 0 0.0625rem 0 0;
  }
  .v7-compass-header-panel .empty.space.column {
    border-left: none;
  }
}
v7-compass-report-sheet-component .v7-compass-table-cell {
  height: 1.5rem;
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 10rem;
  max-width: 10rem;
  text-align: right;
  background-color: white;
}
v7-compass-report-sheet-component .v7-compass-table-cell.odd {
  background-color: #ececee;
}
v7-compass-report-sheet-component .v7-compass-table-cell.space {
  min-width: 2rem;
  width: 2rem;
  max-width: 2rem;
  background-color: #FCFCFC;
  visibility: hidden;
}
v7-compass-report-sheet-component .v7-compass-table-cell.disabled {
  color: #F0F0F0;
  background-color: #F0F0F0;
}
v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-font-p, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-bp-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-bp-indicator-table-component .v7-tableview-header-data-menu v7-compass-report-sheet-component .v7-compass-table-cell.disabled .tableview-header-data-menu-item, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-bp-indicator-table-component .v7-tableview-table-row, v7-bp-indicator-table-component v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-tableview-table-row, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-bp-indicator-table-component .v7-tableview-table-header-data v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-tableview-table-header-data-menu, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-dqs-mgmnt-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-dqs-mgmnt-component .v7-tableview-header-data-menu v7-compass-report-sheet-component .v7-compass-table-cell.disabled .tableview-header-data-menu-item, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-dqs-mgmnt-component .v7-tableview-table-row, v7-dqs-mgmnt-component v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-tableview-table-row, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-dqs-mgmnt-component .v7-tableview-table-header-data v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-tableview-table-header-data-menu, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-gwmyap-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-gwmyap-uebersicht-component .v7-tableview-header-data-menu v7-compass-report-sheet-component .v7-compass-table-cell.disabled .tableview-header-data-menu-item, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-gwmyap-uebersicht-component .v7-tableview-table-row, v7-gwmyap-uebersicht-component v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-tableview-table-row, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-tableview-table-header-data-menu, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-krk-mgmnt-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-krk-mgmnt-table-component .v7-tableview-header-data-menu v7-compass-report-sheet-component .v7-compass-table-cell.disabled .tableview-header-data-menu-item, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-krk-mgmnt-table-component .v7-tableview-table-row, v7-krk-mgmnt-table-component v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-tableview-table-row, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-krk-mgmnt-table-component .v7-tableview-table-header-data v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-tableview-table-header-data-menu, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-krk-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-krk-indicator-table-component .v7-tableview-header-data-menu v7-compass-report-sheet-component .v7-compass-table-cell.disabled .tableview-header-data-menu-item, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-krk-indicator-table-component .v7-tableview-table-row, v7-krk-indicator-table-component v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-tableview-table-row, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-krk-indicator-table-component .v7-tableview-table-header-data v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-tableview-table-header-data-menu, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-adma-table-deletable-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-adma-table-deletable-component .v7-tableview-header-data-menu v7-compass-report-sheet-component .v7-compass-table-cell.disabled .tableview-header-data-menu-item, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-adma-table-deletable-component .v7-tableview-table-row, v7-adma-table-deletable-component v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-tableview-table-row, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-adma-table-deletable-component .v7-tableview-table-header-data v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-tableview-table-header-data-menu, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-fahrzeug-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-fahrzeug-uebersicht-component .v7-tableview-header-data-menu v7-compass-report-sheet-component .v7-compass-table-cell.disabled .tableview-header-data-menu-item, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-fahrzeug-uebersicht-component .v7-tableview-table-row, v7-fahrzeug-uebersicht-component v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-tableview-table-row, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-tableview-table-header-data-menu, v7-compass-report-sheet-component .v7-compass-table-cell.disabled .setnode-buttonbar-menu .setnode-buttonbar-menu-item .setnode-buttonbar-menu-item-content, .setnode-buttonbar-menu .setnode-buttonbar-menu-item v7-compass-report-sheet-component .v7-compass-table-cell.disabled .setnode-buttonbar-menu-item-content, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-table-view-component .v7-tableview-table-header-data v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-tableview-table-header-data-menu, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-table-view-component .v7-tableview-table-row, v7-table-view-component v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-tableview-table-row, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-table-view-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-table-view-component .v7-tableview-header-data-menu v7-compass-report-sheet-component .v7-compass-table-cell.disabled .tableview-header-data-menu-item, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .v7-doubleslider-textfield, v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-doubleslider-textfield, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-workflow-graph-component .workflow-level-container .workflow-level, v7-workflow-graph-component .workflow-level-container v7-compass-report-sheet-component .v7-compass-table-cell.disabled .workflow-level, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item, v7-workflow-select-component .workflowselection-container .workflow-category-group v7-compass-report-sheet-component .v7-compass-table-cell.disabled .workflow-category-item, v7-compass-report-sheet-component .v7-compass-table-cell.disabled v7-news-component .news-mat-card .card-body .v7-news-description, v7-news-component .news-mat-card .card-body v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-news-description, v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-df-dropdown-option .v7-df-option-text, .v7-df-dropdown-option v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-df-option-text, v7-compass-report-sheet-component .v7-compass-table-cell.disabled .v7-df-select-panel {
  color: #F0F0F0;
}
v7-compass-report-sheet-component .v7-compass-table-cell.invisible {
  color: white;
}
v7-compass-report-sheet-component .table-row {
  display: table-row;
  border-width: 0 0 0.0625rem 0;
  border-style: solid;
  border-color: #DEDEDE;
}
v7-compass-report-sheet-component .table-row .v7-compass-empty-panel {
  border-width: 0 0.0625rem 0 0;
  border-style: solid;
  border-color: #DEDEDE;
  width: 13.75rem;
  min-width: 13.75rem;
}
v7-compass-report-sheet-component .table-row:nth-child(2) .table-cell {
  border-width: 0 0.0625rem 0 0;
  border-style: solid;
  border-color: #DEDEDE;
}
v7-compass-report-sheet-component .table-cell {
  display: table-cell;
  vertical-align: top;
  border: none;
}
v7-compass-report-sheet-component .compass-treenode-invisible {
  display: none;
}
v7-compass-report-sheet-component .compass-value {
  position: relative;
  top: 0;
  width: 9.5rem;
  max-height: 24px;
  min-height: 24px;
  height: 24px;
  overflow: hidden;
}
v7-compass-report-sheet-component .compass-value.pulse {
  background: linear-gradient(-90deg, #efefef 0%, #fcfcfc 50%, #efefef 100%);
  background-size: 400% 400%;
  animation: pulse 1.2s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -135% 0%;
  }
}
v7-compass-report-sheet-component .compass-tree {
  background-color: #FCFCFC;
  margin-bottom: 2rem;
  border-color: #DEDEDE;
  border-style: solid;
  border-width: 0 0 0.0625rem 0;
}
v7-compass-report-sheet-component .compass-tree.designer {
  margin-bottom: 0;
}
v7-compass-report-sheet-component .compass-tree:empty {
  display: none;
}
v7-compass-report-sheet-component .compass-tree ul,
v7-compass-report-sheet-component .compass-tree li {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}
v7-compass-report-sheet-component .mat-tree-node {
  max-height: 1.625rem;
  min-height: 1.625rem !important;
  height: 1.625rem;
}
v7-compass-report-sheet-component .v7-tableview-sort-button {
  color: white;
}
v7-compass-report-sheet-component .empty.space.row {
  min-height: 1rem;
  width: 1rem;
}
v7-compass-report-sheet-component .v7-compass-report-sheet-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);
  display: table;
  border-collapse: collapse;
  border: 0.0625rem solid #DEDEDE;
  background-color: white;
  margin-bottom: 1rem;
}
v7-compass-report-sheet-component .v7-compass-header-panel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  max-width: calc(100vw - 49rem);
  max-height: 10rem;
}
v7-compass-report-sheet-component .v7-compass-header-panel .report-element-column-dropzone:first-child {
  border-left-width: 0;
}
v7-compass-report-sheet-component .v7-compass-tree-panel {
  overflow-y: hidden;
  overflow-x: auto;
  width: 14rem;
  max-width: 14rem;
  max-height: calc(100vh - 20rem);
  height: calc(100vh - 20rem);
}
v7-compass-report-sheet-component .v7-compass-table-panel {
  overflow: auto;
  width: calc(100vw - 49rem);
  max-width: calc(100vw - 49rem);
  max-height: calc(100vh - 20rem);
  height: calc(100vh - 20rem);
  min-width: 100%;
}
v7-compass-report-sheet-component .v7-compass-empty-space {
  min-width: 10rem;
  min-height: 5rem;
}
v7-compass-report-sheet-component .compass-tree-node {
  min-height: 1.1rem;
  height: 1.1rem;
  max-height: 1.1rem;
  width: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
v7-compass-report-sheet-component .compass-tree-node.odd {
  background-color: #ececee;
}
v7-compass-report-sheet-component .drop-before-area {
  width: 100%;
  height: 0.4rem;
  max-height: 0.4rem;
  background-color: white;
}
v7-compass-report-sheet-component .drop-before-area.odd {
  background-color: #ececee;
}
v7-compass-report-sheet-component .drop-before-area.odd.hovered {
  background-color: #ececee;
}
v7-compass-report-sheet-component .drop-before-area.hovered {
  background-color: #ececee;
}
v7-compass-report-sheet-component .compass-tree-node-label {
  overflow: hidden;
  max-height: inherit;
  height: 100%;
}
v7-compass-report-sheet-component .compass-tree-node-label.leaf {
  margin-left: 1rem;
}
v7-compass-report-sheet-component .load-more-node {
  position: relative;
  left: 1.2rem;
}
v7-compass-report-sheet-component .load-more-node .compass-tree-node-label {
  top: 0;
}
v7-compass-report-sheet-component .mat-icon-button {
  position: relative;
  top: -0.15rem;
}
v7-compass-report-sheet-component .mat-icon-button.tree-node-menu-button {
  margin-left: auto;
  top: 0;
}
v7-compass-report-sheet-component .mat-icon-button.tree-node-menu-button.hide {
  opacity: 0;
}
v7-compass-report-sheet-component .report-element-column-dropzone {
  min-width: 9.9rem;
  width: 100%;
  min-height: 1.625rem;
  display: table;
  height: 1.625rem;
  border-color: #DEDEDE;
  border-style: solid;
  border-width: 0 0 0 0.0625rem;
  color: #DEDEDE;
  background-color: white;
}
v7-compass-report-sheet-component .report-element-column-dropzone span {
  padding-left: 0.5rem;
  display: table-cell;
  vertical-align: middle;
  min-width: 11rem;
}
v7-compass-report-sheet-component .report-element-column-dropzone.invisible {
  border: none;
}
v7-compass-report-sheet-component .report-element-row-dropzone {
  text-align: center;
  min-height: 8rem;
  height: 100%;
  width: 100%;
  padding-left: 0.2rem;
  padding-top: 0.2rem;
  border-color: #DEDEDE;
  border-style: solid;
  border-width: 0;
  color: #DEDEDE;
  background-color: white;
}
v7-compass-report-sheet-component .report-element-row-dropzone.invisible {
  border: none;
}
v7-compass-report-sheet-component .report-element-row-dropzone > div {
  height: 11rem;
}
v7-compass-report-sheet-component .table-dropzone-adjustment-panel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: show;
}
v7-compass-report-sheet-component .tree-dropzone-adjustment-panel {
  display: grid;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: show;
  height: 100%;
  width: 100%;
}
v7-compass-report-sheet-component .tree-dropzone-adjustment-panel table tr td {
  border-width: 0 0.0625rem 0 0;
  border-style: solid;
  border-color: #DEDEDE;
}
v7-compass-report-sheet-component .tree-dropzone-adjustment-panel table tr:last-child td {
  border-bottom-width: 0.0625rem;
}
v7-compass-report-sheet-component .tree-dropzone-adjustment-panel .mat-tree-node > li {
  height: 100%;
}
v7-compass-report-sheet-component .v7-compass.default-fullscreen-content-size .v7-compass-header-panel {
  max-width: unset;
}
v7-compass-report-sheet-component .v7-compass.default-fullscreen-content-size .v7-compass-report-component {
  width: 100%;
}
v7-compass-report-sheet-component .v7-compass.default-fullscreen-content-size .v7-compass-report-component .v7-compass-report-sheet-table .table-row:nth-child(2) .table-cell:nth-child(1) .v7-compass-tree-panel {
  width: 17.85rem;
  max-width: 17.85rem;
}
v7-compass-report-sheet-component .v7-compass.default-fullscreen-content-size .v7-compass-report-component .v7-compass-report-sheet-table .table-row:nth-child(2) .table-cell .v7-compass-table-panel {
  width: inherit;
  max-width: inherit;
}
v7-compass-report-sheet-component .v7-compass.default-fullscreen-content-size .v7-compass-report-component .v7-compass-report-sheet-table .table-row .table-cell:nth-child(1) {
  flex-grow: 1;
}
v7-compass-report-sheet-component .v7-compass .v7-compass-report-sheet-table {
  display: flex;
  flex-direction: column;
}
v7-compass-report-sheet-component .v7-compass .v7-compass-report-sheet-table .table-row {
  display: flex;
}
v7-compass-report-sheet-component .v7-compass .v7-compass-report-sheet-table .table-row .table-cell:nth-child(1) {
  flex-basis: 14.0625rem;
  flex-grow: 0;
}
v7-compass-report-sheet-component .v7-compass .v7-compass-report-sheet-table .table-row .table-cell:nth-child(2) {
  flex-basis: 71.0625rem;
  flex-grow: 7;
}
v7-compass-report-sheet-component .v7-compass .v7-compass-report-sheet-table .table-row .table-cell:nth-child(2) .report-element-column-dropzone {
  max-width: 9.9rem;
}

/*
     *  Different styles for firefox and chrome for the border lines of the table components.
     *  Both handle rem sizes differently.
     */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  v7-compass-report-sheet-component .drop-before-area {
    height: 0.125rem;
    max-height: 0.15rem;
  }
  v7-compass-report-sheet-component .compass-tree-node {
    min-height: 1.375rem;
    height: 1.375rem;
    max-height: 1.375rem;
  }
  v7-compass-report-sheet-component .report-element-column-dropzone {
    border-width: 0 0 0 0.0625rem;
  }
  v7-compass-report-sheet-component .mat-tree-node {
    max-height: 1.625rem;
    min-height: 1.625rem !important;
    height: 1.625rem;
  }
  v7-compass-report-sheet-component .tree-dropzone-adjustment-panel table tr:last-child td {
    min-height: 1.5rem;
    height: 1.5rem;
    max-height: 1.5rem;
  }
  v7-compass-report-sheet-component .mat-tree > .cdk-tree-node:last-child.mat-tree-node {
    border-bottom: none;
    min-height: 1.9rem;
    height: 1.9rem;
    max-height: 1.9rem;
  }
  v7-compass-report-sheet-component .mat-tree > .cdk-tree-node:last-child > li {
    border-bottom: none;
  }
  v7-compass-report-sheet-component .compass-tree {
    background-color: #FCFCFC;
    border-color: #DEDEDE;
    border-style: solid;
    border-width: 0rem 0rem 0.0625rem 0rem;
  }
  v7-compass-report-sheet-component .compass-tree:empty {
    display: none;
  }
}
@-moz-document url-prefix() {
  v7-compass-report-sheet-component .drop-before-area {
    height: 0.125rem;
    max-height: 0.15rem;
  }
  v7-compass-report-sheet-component .compass-tree-node {
    min-height: 1.375rem;
    height: 1.375rem;
    max-height: 1.375rem;
  }
  v7-compass-report-sheet-component .report-element-column-dropzone {
    border-width: 0;
  }
  v7-compass-report-sheet-component .mat-tree-node {
    min-height: 1.5rem !important;
    height: 1.5rem;
    max-height: 1.5rem;
  }
  v7-compass-report-sheet-component .tree-dropzone-adjustment-panel table tr:last-child td {
    min-height: 1.5rem;
    height: 1.5rem;
    max-height: 1.5rem;
  }
  v7-compass-report-sheet-component .mat-tree > .cdk-tree-node:last-child.mat-tree-node {
    border-bottom: #DEDEDE solid 0.0625rem;
    min-height: 1.9625rem;
    height: 1.9625rem;
    max-height: 1.9625rem;
  }
  v7-compass-report-sheet-component .mat-tree > .cdk-tree-node:last-child > li {
    border-bottom: #DEDEDE solid 0.0625rem;
  }
  v7-compass-report-sheet-component .compass-tree {
    border: none;
  }
}
v7-compass-report-component {
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
}
v7-compass-report-component .compass-report-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 1.5rem 0 0.5rem;
}
v7-compass-report-component .compass-report-header .dataview-caption {
  flex-grow: 1;
  overflow: hidden;
  margin-right: 1rem;
  word-break: break-all;
  text-transform: uppercase;
}
v7-compass-report-component .compass-report-header .compass-report-settings {
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
v7-compass-report-component .compass-report-caption-spacer {
  min-height: 1.25rem;
}
v7-compass-report-component .v7-compass-sheet-container {
  max-width: 100%;
  max-height: 100%;
}
v7-compass-report-component.dashboard-component {
  min-height: auto !important;
}

v7-compass-component .v7-compass {
  background-color: #FCFCFC;
  overflow: auto;
  height: calc(100vh - 4rem - 2.5rem);
}
v7-compass-component .v7-compass.v7-dataview {
  padding: 2rem 2rem 1rem 2rem;
  width: 100%;
  min-width: 100%;
}
v7-compass-component .v7-compass.v7-dataview > .dataview-body {
  overflow: unset;
}
v7-compass-component .v7-compass .dataview-body {
  height: calc(100vh - 4rem - 2.5rem - 3rem);
  max-height: calc(100vh - 4rem - 2.5rem - 3rem) !important;
  width: 100%;
  min-width: 100%;
}

.default-fullscreen-content-size .v7-compass-report-component {
  margin-left: auto;
  margin-right: auto;
}

v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-text-area-component mat-form-field {
  max-height: calc(100vh - 25rem);
}
v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-text-area-component mat-form-field .mat-form-field-flex {
  max-height: calc(100vh - 25rem);
}
v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-text-area-component mat-form-field .mat-form-field-flex .mat-input-element {
  max-height: calc(100vh - 28rem);
}
v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component .functionFormField {
  margin-right: 2rem;
}
v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-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-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-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-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-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-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 16.3125rem;
}
v7-dynamic-form-group-component.compass-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

.compass-column-filter-group-intervall-inputfields .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;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .compass-column-filter-group-intervall-inputfields .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;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .compass-column-filter-group-intervall-inputfields .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;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .compass-column-filter-group-intervall-inputfields .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;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
.compass-column-filter-group-intervall-inputfields .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;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
.compass-column-filter-group-intervall-inputfields .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;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .compass-column-filter-group-intervall-inputfields .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;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .compass-column-filter-group-intervall-inputfields .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;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .compass-column-filter-group-intervall-inputfields .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;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
.compass-column-filter-group-intervall-inputfields .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;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .compass-column-filter-group-intervall-inputfields .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;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .compass-column-filter-group-intervall-inputfields .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;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .compass-column-filter-group-intervall-inputfields .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;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
.compass-column-filter-group-intervall-inputfields .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;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
.compass-column-filter-group-intervall-inputfields .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;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .compass-column-filter-group-intervall-inputfields .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;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .compass-column-filter-group-intervall-inputfields .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;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .compass-column-filter-group-intervall-inputfields .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;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, .compass-column-filter-group-intervall-inputfields .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;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field {
  max-height: 4.25rem;
  min-width: 14.75rem;
}
.compass-column-filter-group-intervall-inputfields .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

.compass-column-filter-group-expression .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;
}
.compass-column-filter-group-expression .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .compass-column-filter-group-expression .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;
}
.compass-column-filter-group-expression .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .compass-column-filter-group-expression .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;
}
.compass-column-filter-group-expression .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .compass-column-filter-group-expression .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;
}
.compass-column-filter-group-expression .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
.compass-column-filter-group-expression .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;
}
.compass-column-filter-group-expression .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
.compass-column-filter-group-expression .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;
}
.compass-column-filter-group-expression .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .compass-column-filter-group-expression .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;
}
.compass-column-filter-group-expression .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .compass-column-filter-group-expression .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;
}
.compass-column-filter-group-expression .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .compass-column-filter-group-expression .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;
}
.compass-column-filter-group-expression .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
.compass-column-filter-group-expression .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;
}
.compass-column-filter-group-expression .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .compass-column-filter-group-expression .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;
}
.compass-column-filter-group-expression .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .compass-column-filter-group-expression .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;
}
.compass-column-filter-group-expression .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .compass-column-filter-group-expression .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;
}
.compass-column-filter-group-expression .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
.compass-column-filter-group-expression .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;
}
.compass-column-filter-group-expression .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
.compass-column-filter-group-expression .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;
}
.compass-column-filter-group-expression .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .compass-column-filter-group-expression .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;
}
.compass-column-filter-group-expression .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .compass-column-filter-group-expression .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;
}
.compass-column-filter-group-expression .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .compass-column-filter-group-expression .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;
}
.compass-column-filter-group-expression .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
.compass-column-filter-group-expression .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, .compass-column-filter-group-expression .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;
}
.compass-column-filter-group-expression .mat-form-field {
  max-height: 4.25rem;
  min-width: 36rem;
}
.compass-column-filter-group-expression .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

.column-filter-builder-dialog .compass-column-filter-container {
  width: 40rem;
  padding: 0 2rem;
}
.column-filter-builder-dialog .compass-column-filter-container h2 {
  margin: 0;
  padding: 0 0 1rem 0;
}
.column-filter-builder-dialog .compass-column-filter-group {
  border-bottom: 0.0625rem solid #F0F0F0;
}
.column-filter-builder-dialog .compass-column-filter-group:not(:first-child) {
  padding: 1rem 0 0 0;
}
.column-filter-builder-dialog .compass-column-filter-group:first-child {
  padding: 0 0 1rem 0;
}
.column-filter-builder-dialog .compass-column-filter-group .compass-column-filter-group-intervall .compass-column-filter-group-intervall-inputfields {
  display: flex;
  padding: 0.5rem 0 0 0;
}
.column-filter-builder-dialog .compass-column-filter-group .compass-column-filter-group-intervall .compass-column-filter-group-intervall-inputfields > div mat-form-field {
  padding: 0 0 0 1rem;
}
.column-filter-builder-dialog .compass-column-filter-group .compass-column-filter-group-intervall .compass-column-filter-group-intervall-inputfields > div mat-form-field .mat-form-field-wrapper {
  min-width: 14.75rem;
}
.column-filter-builder-dialog .compass-column-filter-group .compass-column-filter-group-intervall .compass-column-filter-group-intervall-inputfields > div:nth-child(2) {
  padding: 0 0 0 2rem;
}
.column-filter-builder-dialog .compass-column-filter-group .compass-column-filter-group-expression .compass-column-filter-group-expression-radio-buttons {
  display: flex;
  width: 100%;
}
.column-filter-builder-dialog .compass-column-filter-group .compass-column-filter-group-expression .compass-column-filter-group-expression-radio-buttons > div {
  display: flex;
  width: 50%;
}
.column-filter-builder-dialog .compass-column-filter-group .compass-column-filter-group-expression .compass-column-filter-group-expression-radio-buttons > div.compass-column-filter-group-expression-radio-buttons-not-included {
  margin: 0 0 0 2rem;
}
.column-filter-builder-dialog .compass-column-filter-group .compass-column-filter-group-expression .compass-column-filter-group-expression-inputfield {
  padding: 1rem 0 0 0;
}
.column-filter-builder-dialog .compass-column-filter-group-optional {
  padding: 1rem 0 0 0;
}
.column-filter-builder-dialog .compass-column-filter-dialog-button-bar {
  justify-content: flex-end;
  flex-direction: row;
  padding: 0 1rem 1rem 0;
}

.comment-builder-dialog .compass-comment-container {
  width: 40rem;
  padding: 0 1.6rem;
}
.comment-builder-dialog .compass-comment-container h2 {
  margin: 0;
  padding: 0 0 1rem 0;
}
.comment-builder-dialog .compass-comment-container mat-form-field {
  width: 100%;
}
.comment-builder-dialog .compass-comment-container mat-form-field .mat-form-field-wrapper {
  padding-bottom: 1.4375em;
}
.comment-builder-dialog .compass-comment-container mat-form-field .form-control {
  border-radius: 0;
}
.comment-builder-dialog .compass-comment-container mat-form-field .form-control:focus {
  border-radius: 0;
  border-color: #DEDEDE;
  border-width: 0.0625rem;
}
.comment-builder-dialog .compass-comment-container mat-form-field .mat-form-field-outline .mat-form-field-outline-start, .comment-builder-dialog .compass-comment-container mat-form-field .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
.comment-builder-dialog .compass-comment-container mat-form-field .mat-form-field-outline .mat-form-field-outline-end, .comment-builder-dialog .compass-comment-container mat-form-field .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
.comment-builder-dialog .compass-comment-container mat-form-field .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .comment-builder-dialog .compass-comment-container mat-form-field .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
.comment-builder-dialog .compass-comment-container mat-form-field.mat-form-field-should-float .mat-form-field-wrapper .mat-form-field-infix {
  border-top: 0.8375rem solid transparent;
  padding: 0.125rem 0 0.75rem 0;
}
.comment-builder-dialog .compass-comment-container mat-form-field.mat-form-field-should-float .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.5875rem) scale(0.75);
}
.comment-builder-dialog .compass-comment-container mat-form-field:not(.mat-form-field-should-float) .mat-form-field-wrapper .mat-form-field-infix {
  border-top: 0.8375rem solid transparent;
  padding: 0.125rem 0 0.75rem 0;
}
.comment-builder-dialog .compass-comment-container mat-form-field:not(.mat-form-field-should-float) .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  top: 0.996rem;
}
.comment-builder-dialog .compass-comment-dialog-button-bar {
  display: white;
  justify-content: flex-end;
  flex-direction: row;
  padding: 0 1rem 1rem 0;
  background: white;
}

.comment-dialog .close-icon {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
.comment-dialog .comment-dialog-close-panel {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 4px 4px 0 0;
}
.comment-dialog .comment-header {
  display: flex;
  flex-direction: row;
  padding-left: 2rem;
}
.comment-dialog .comment-header .comment-header-icon {
  margin: 0.14rem 0.5rem 0 0;
}
.comment-dialog .comment-header h3 {
  color: #434951;
  font-size: 16;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
}
.comment-dialog .comment-content {
  padding: 1rem 2rem 2rem 2rem;
}
.comment-dialog .comment-content .comment-information {
  padding: 0.7rem 0 0 0;
  display: flex;
  flex-direction: row;
}
.comment-dialog .comment-content .comment-text {
  white-space: pre-wrap;
  min-width: 40rem;
  max-width: 40rem;
  max-height: 32rem;
  overflow: auto;
}

v7-compass-format-set-picker .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-compass-format-set-picker .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-format-set-picker .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-compass-format-set-picker .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-format-set-picker .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-compass-format-set-picker .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-compass-format-set-picker .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-compass-format-set-picker .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-format-set-picker .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-compass-format-set-picker .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-format-set-picker .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-compass-format-set-picker .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-format-set-picker .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-compass-format-set-picker .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-format-set-picker .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-compass-format-set-picker .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-compass-format-set-picker .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-compass-format-set-picker .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-format-set-picker .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-compass-format-set-picker .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-format-set-picker .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-compass-format-set-picker .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-format-set-picker .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-compass-format-set-picker .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-compass-format-set-picker .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-compass-format-set-picker .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-format-set-picker .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-compass-format-set-picker .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-format-set-picker .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-compass-format-set-picker .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-format-set-picker .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-compass-format-set-picker .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-format-set-picker .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-compass-format-set-picker .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-compass-format-set-picker .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-compass-format-set-picker .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-format-set-picker .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-compass-format-set-picker .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-compass-format-set-picker .mat-form-field {
  max-height: 4.25rem;
  min-width: 17rem;
}
v7-compass-format-set-picker .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

v7-compass-cell-number-format-rule-builder-component .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-compass-cell-number-format-rule-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-cell-number-format-rule-builder-component .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-compass-cell-number-format-rule-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-cell-number-format-rule-builder-component .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-compass-cell-number-format-rule-builder-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-compass-cell-number-format-rule-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-cell-number-format-rule-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-cell-number-format-rule-builder-component .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-compass-cell-number-format-rule-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-cell-number-format-rule-builder-component .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-compass-cell-number-format-rule-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-cell-number-format-rule-builder-component .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-compass-cell-number-format-rule-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-cell-number-format-rule-builder-component .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-compass-cell-number-format-rule-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-compass-cell-number-format-rule-builder-component .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-compass-cell-number-format-rule-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-cell-number-format-rule-builder-component .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-compass-cell-number-format-rule-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-cell-number-format-rule-builder-component .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-compass-cell-number-format-rule-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-cell-number-format-rule-builder-component .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-compass-cell-number-format-rule-builder-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-compass-cell-number-format-rule-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-cell-number-format-rule-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-cell-number-format-rule-builder-component .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-compass-cell-number-format-rule-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-cell-number-format-rule-builder-component .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-compass-cell-number-format-rule-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-cell-number-format-rule-builder-component .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-compass-cell-number-format-rule-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-cell-number-format-rule-builder-component .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-compass-cell-number-format-rule-builder-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-compass-cell-number-format-rule-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-cell-number-format-rule-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-cell-number-format-rule-builder-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-compass-cell-number-format-rule-builder-component .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-compass-cell-number-format-rule-builder-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 17rem;
}
v7-compass-cell-number-format-rule-builder-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

v7-compass-cell-text-format-rule-builder-component .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-compass-cell-text-format-rule-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-cell-text-format-rule-builder-component .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-compass-cell-text-format-rule-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-cell-text-format-rule-builder-component .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-compass-cell-text-format-rule-builder-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-compass-cell-text-format-rule-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-cell-text-format-rule-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-cell-text-format-rule-builder-component .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-compass-cell-text-format-rule-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-cell-text-format-rule-builder-component .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-compass-cell-text-format-rule-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-cell-text-format-rule-builder-component .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-compass-cell-text-format-rule-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-cell-text-format-rule-builder-component .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-compass-cell-text-format-rule-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-compass-cell-text-format-rule-builder-component .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-compass-cell-text-format-rule-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-cell-text-format-rule-builder-component .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-compass-cell-text-format-rule-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-cell-text-format-rule-builder-component .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-compass-cell-text-format-rule-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-cell-text-format-rule-builder-component .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-compass-cell-text-format-rule-builder-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-compass-cell-text-format-rule-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-cell-text-format-rule-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-cell-text-format-rule-builder-component .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-compass-cell-text-format-rule-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-cell-text-format-rule-builder-component .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-compass-cell-text-format-rule-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-cell-text-format-rule-builder-component .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-compass-cell-text-format-rule-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-cell-text-format-rule-builder-component .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-compass-cell-text-format-rule-builder-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-compass-cell-text-format-rule-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-cell-text-format-rule-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-cell-text-format-rule-builder-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-compass-cell-text-format-rule-builder-component .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-compass-cell-text-format-rule-builder-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 17rem;
}
v7-compass-cell-text-format-rule-builder-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

v7-compass-top-format-rule-builder-component .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-compass-top-format-rule-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-top-format-rule-builder-component .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-compass-top-format-rule-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-top-format-rule-builder-component .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-compass-top-format-rule-builder-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-compass-top-format-rule-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-top-format-rule-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-top-format-rule-builder-component .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-compass-top-format-rule-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-top-format-rule-builder-component .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-compass-top-format-rule-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-top-format-rule-builder-component .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-compass-top-format-rule-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-top-format-rule-builder-component .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-compass-top-format-rule-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-compass-top-format-rule-builder-component .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-compass-top-format-rule-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-top-format-rule-builder-component .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-compass-top-format-rule-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-top-format-rule-builder-component .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-compass-top-format-rule-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-top-format-rule-builder-component .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-compass-top-format-rule-builder-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-compass-top-format-rule-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-top-format-rule-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-top-format-rule-builder-component .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-compass-top-format-rule-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-top-format-rule-builder-component .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-compass-top-format-rule-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-top-format-rule-builder-component .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-compass-top-format-rule-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-top-format-rule-builder-component .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-compass-top-format-rule-builder-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-compass-top-format-rule-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-top-format-rule-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-top-format-rule-builder-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-compass-top-format-rule-builder-component .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-compass-top-format-rule-builder-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 17rem;
}
v7-compass-top-format-rule-builder-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

v7-compass-bottom-format-rule-builder-component .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-compass-bottom-format-rule-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-bottom-format-rule-builder-component .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-compass-bottom-format-rule-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-bottom-format-rule-builder-component .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-compass-bottom-format-rule-builder-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-compass-bottom-format-rule-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-bottom-format-rule-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-bottom-format-rule-builder-component .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-compass-bottom-format-rule-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-bottom-format-rule-builder-component .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-compass-bottom-format-rule-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-bottom-format-rule-builder-component .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-compass-bottom-format-rule-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-bottom-format-rule-builder-component .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-compass-bottom-format-rule-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-compass-bottom-format-rule-builder-component .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-compass-bottom-format-rule-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-bottom-format-rule-builder-component .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-compass-bottom-format-rule-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-bottom-format-rule-builder-component .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-compass-bottom-format-rule-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-bottom-format-rule-builder-component .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-compass-bottom-format-rule-builder-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-compass-bottom-format-rule-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-bottom-format-rule-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-bottom-format-rule-builder-component .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-compass-bottom-format-rule-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-bottom-format-rule-builder-component .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-compass-bottom-format-rule-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-bottom-format-rule-builder-component .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-compass-bottom-format-rule-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-bottom-format-rule-builder-component .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-compass-bottom-format-rule-builder-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-compass-bottom-format-rule-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-bottom-format-rule-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-bottom-format-rule-builder-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-compass-bottom-format-rule-builder-component .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-compass-bottom-format-rule-builder-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 17rem;
}
v7-compass-bottom-format-rule-builder-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

v7-compass-cell-number-format-rule-builder-component .mat-tab-label,
v7-compass-cell-text-format-rule-builder-component .mat-tab-label,
v7-compass-top-format-rule-builder-component .mat-tab-label,
v7-compass-bottom-format-rule-builder-component .mat-tab-label {
  padding: 0;
}
v7-compass-cell-number-format-rule-builder-component .mat-tab-group,
v7-compass-cell-text-format-rule-builder-component .mat-tab-group,
v7-compass-top-format-rule-builder-component .mat-tab-group,
v7-compass-bottom-format-rule-builder-component .mat-tab-group {
  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;
  max-width: 37.125rem;
}
v7-compass-cell-number-format-rule-builder-component .mat-tab-group .mat-tab-body-content,
v7-compass-cell-text-format-rule-builder-component .mat-tab-group .mat-tab-body-content,
v7-compass-top-format-rule-builder-component .mat-tab-group .mat-tab-body-content,
v7-compass-bottom-format-rule-builder-component .mat-tab-group .mat-tab-body-content {
  padding: 1rem;
}
v7-compass-cell-number-format-rule-builder-component .mat-tab-group .mat-tab-body-content .formfields,
v7-compass-cell-text-format-rule-builder-component .mat-tab-group .mat-tab-body-content .formfields,
v7-compass-top-format-rule-builder-component .mat-tab-group .mat-tab-body-content .formfields,
v7-compass-bottom-format-rule-builder-component .mat-tab-group .mat-tab-body-content .formfields {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
v7-compass-cell-number-format-rule-builder-component .mat-tab-group .mat-tab-body-content .compass-formatrules-single-values mat-form-field,
v7-compass-cell-text-format-rule-builder-component .mat-tab-group .mat-tab-body-content .compass-formatrules-single-values mat-form-field,
v7-compass-top-format-rule-builder-component .mat-tab-group .mat-tab-body-content .compass-formatrules-single-values mat-form-field,
v7-compass-bottom-format-rule-builder-component .mat-tab-group .mat-tab-body-content .compass-formatrules-single-values mat-form-field {
  width: 100%;
}
v7-compass-cell-number-format-rule-builder-component .mat-tab-group.compass-tab-cell-number-format .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab],
v7-compass-cell-text-format-rule-builder-component .mat-tab-group.compass-tab-cell-number-format .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab],
v7-compass-top-format-rule-builder-component .mat-tab-group.compass-tab-cell-number-format .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab],
v7-compass-bottom-format-rule-builder-component .mat-tab-group.compass-tab-cell-number-format .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab] {
  max-width: 4.5625rem;
  width: 4.5625rem;
  min-width: 4.5625rem;
}
v7-compass-cell-number-format-rule-builder-component .mat-tab-group.compass-tab-cell-number-format .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab] .mat-tab-label-content,
v7-compass-cell-text-format-rule-builder-component .mat-tab-group.compass-tab-cell-number-format .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab] .mat-tab-label-content,
v7-compass-top-format-rule-builder-component .mat-tab-group.compass-tab-cell-number-format .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab] .mat-tab-label-content,
v7-compass-bottom-format-rule-builder-component .mat-tab-group.compass-tab-cell-number-format .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab] .mat-tab-label-content {
  width: 3.0625rem;
  height: 0.875rem;
  font-size: 0.625rem;
}
v7-compass-cell-number-format-rule-builder-component .mat-tab-group.compass-tab-cell-text-format .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab],
v7-compass-cell-text-format-rule-builder-component .mat-tab-group.compass-tab-cell-text-format .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab],
v7-compass-top-format-rule-builder-component .mat-tab-group.compass-tab-cell-text-format .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab],
v7-compass-bottom-format-rule-builder-component .mat-tab-group.compass-tab-cell-text-format .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab] {
  max-width: 9.28125rem;
  width: 9.28125rem;
  min-width: 9.28125rem;
}
v7-compass-cell-number-format-rule-builder-component .mat-tab-group.compass-tab-cell-text-format .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab] .mat-tab-label-content,
v7-compass-cell-text-format-rule-builder-component .mat-tab-group.compass-tab-cell-text-format .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab] .mat-tab-label-content,
v7-compass-top-format-rule-builder-component .mat-tab-group.compass-tab-cell-text-format .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab] .mat-tab-label-content,
v7-compass-bottom-format-rule-builder-component .mat-tab-group.compass-tab-cell-text-format .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab] .mat-tab-label-content {
  width: 3.0625rem;
  height: 0.875rem;
  font-size: 0.625rem;
}
v7-compass-cell-number-format-rule-builder-component .mat-tab-group.compass-tab-bottom-format-rule .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab], v7-compass-cell-number-format-rule-builder-component .mat-tab-group.compass-tab-top-format-rule .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab],
v7-compass-cell-text-format-rule-builder-component .mat-tab-group.compass-tab-bottom-format-rule .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab],
v7-compass-cell-text-format-rule-builder-component .mat-tab-group.compass-tab-top-format-rule .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab],
v7-compass-top-format-rule-builder-component .mat-tab-group.compass-tab-bottom-format-rule .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab],
v7-compass-top-format-rule-builder-component .mat-tab-group.compass-tab-top-format-rule .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab],
v7-compass-bottom-format-rule-builder-component .mat-tab-group.compass-tab-bottom-format-rule .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab],
v7-compass-bottom-format-rule-builder-component .mat-tab-group.compass-tab-top-format-rule .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab] {
  max-width: 18.5625rem;
  width: 18.5625rem;
  min-width: 18.5625rem;
}
v7-compass-cell-number-format-rule-builder-component .mat-tab-group.compass-tab-bottom-format-rule .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab] .mat-tab-label-content, v7-compass-cell-number-format-rule-builder-component .mat-tab-group.compass-tab-top-format-rule .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab] .mat-tab-label-content,
v7-compass-cell-text-format-rule-builder-component .mat-tab-group.compass-tab-bottom-format-rule .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab] .mat-tab-label-content,
v7-compass-cell-text-format-rule-builder-component .mat-tab-group.compass-tab-top-format-rule .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab] .mat-tab-label-content,
v7-compass-top-format-rule-builder-component .mat-tab-group.compass-tab-bottom-format-rule .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab] .mat-tab-label-content,
v7-compass-top-format-rule-builder-component .mat-tab-group.compass-tab-top-format-rule .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab] .mat-tab-label-content,
v7-compass-bottom-format-rule-builder-component .mat-tab-group.compass-tab-bottom-format-rule .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab] .mat-tab-label-content,
v7-compass-bottom-format-rule-builder-component .mat-tab-group.compass-tab-top-format-rule .mat-tab-header .mat-tab-label-container .mat-tab-labels div[role=tab] .mat-tab-label-content {
  width: 3.0625rem;
  height: 0.875rem;
  font-size: 0.625rem;
}

v7-compass-format-set-picker {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
v7-compass-format-set-picker v7-compass-format-preview {
  margin: 0 0 0 1rem;
}
v7-compass-format-set-picker v7-compass-format-preview .preview {
  min-height: 2.5rem;
  height: 2.5rem;
  max-height: 2.5rem;
  min-width: 17rem;
  border-width: 1px;
  border-style: solid;
  border-color: #C2C2C2;
}
v7-compass-format-set-picker v7-compass-format-preview .preview span {
  margin: 0.5rem;
}

.compass-cell-format-rule-button-bar,
.compass-top-bottom-format-rule-button-bar,
.compass-format-rules-manager-button-bar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.compass-format-rule-dialog-left-side-content {
  width: 24.25rem;
}

.compass-cell-format-rule-builder-container,
.compass-top-bottom-format-rule-builder-container {
  background-color: #F5F5F5;
  padding: 0rem 2rem 2rem;
}
.compass-cell-format-rule-builder-container h2,
.compass-top-bottom-format-rule-builder-container h2 {
  margin: 0;
  padding: 0 0 2rem 0;
}

.compass-format-rule-manager-container h2 {
  margin: 0;
  padding: 0 0 2rem 0;
}
.compass-format-rule-manager-container v7-compass-format-rules-manager-component {
  display: block;
  padding: 0 2rem 4rem 2rem;
}
.compass-format-rule-manager-container v7-compass-format-rules-manager-component .format-rule {
  margin: 0 0 1rem 0;
  display: flex;
  flex-direction: row;
}
.compass-format-rule-manager-container v7-compass-format-rules-manager-component .format-rule .rule-caption {
  width: 17.5rem;
  margin: 0.4rem 0.4rem 0 0.4rem;
}
.compass-format-rule-manager-container v7-compass-format-rules-manager-component .format-rule .rule-preview {
  margin: 0.4rem 0.4rem 0 0;
}
.compass-format-rule-manager-container v7-compass-format-rules-manager-component .gridster-component {
  width: 40rem;
  height: 26.25rem;
}
.compass-format-rule-manager-container v7-compass-format-rules-manager-component .gridster-component gridster {
  background-color: white;
}
.compass-format-rule-manager-container v7-compass-format-rules-manager-component .gridster-component gridster gridster-item {
  padding: 0.3rem 0 0 0;
  cursor: grab;
  cursor: -moz-grab;
}
.compass-format-rule-manager-container v7-compass-format-rules-manager-component .gridster-component gridster gridster-item:hover {
  background-color: #F0F0F0;
}
.compass-format-rule-manager-container v7-compass-format-rules-manager-component .gridster-component gridster gridster-item.gridster-item-moving {
  border: dotted 0.0625rem #C2C2C2;
}
.compass-format-rule-manager-container v7-compass-format-rules-manager-component .gridster-component gridster gridster-item .format-rule {
  margin: 0;
}
.compass-format-rule-manager-container v7-compass-format-rules-manager-component .gridster-component gridster gridster-item .format-rule .rule-preview {
  margin: 0;
}
.compass-format-rule-manager-container v7-compass-format-rules-manager-component .gridster-component gridster gridster-item .format-rule .rule-preview.markedAsDeleted {
  margin: 0.4rem 0.4rem 0 0.3rem;
}
.compass-format-rule-manager-container v7-compass-format-rules-manager-component .gridster-component gridster gridster-item .format-rule .rule-caption,
.compass-format-rule-manager-container v7-compass-format-rules-manager-component .gridster-component gridster gridster-item .format-rule .rule-preview {
  width: 17.5rem;
  display: block;
  padding: 0 0.5rem 0 0;
}
.compass-format-rule-manager-container v7-compass-format-rules-manager-component .gridster-component gridster gridster-item .format-rule .rule-caption .preview,
.compass-format-rule-manager-container v7-compass-format-rules-manager-component .gridster-component gridster gridster-item .format-rule .rule-preview .preview {
  border-width: 1px;
  border-style: solid;
  border-color: #C2C2C2;
  height: 2rem;
}
.compass-format-rule-manager-container v7-compass-format-rules-manager-component .gridster-component gridster gridster-item .format-rule .rule-caption .preview span,
.compass-format-rule-manager-container v7-compass-format-rules-manager-component .gridster-component gridster gridster-item .format-rule .rule-preview .preview span {
  margin: 0.4rem 0.4rem 0 0;
}
.compass-format-rule-manager-container v7-compass-format-rules-manager-component .gridster-component gridster gridster-item .format-rule .markedAsDeleted {
  color: #C2C2C2;
  font-style: italic;
}
.compass-format-rule-manager-container v7-compass-format-rules-manager-component .gridster-component gridster gridster-item .format-rule .entry-icon {
  margin: 0.3rem 0.5rem 0 0.5rem;
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}

.compass-cell-format-rule-dialog-close-panel,
.compass-top-bottom-format-rule-dialog-close-panel {
  background-color: #F5F5F5;
}

v7-compass-colors-builder-component .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-compass-colors-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-colors-builder-component .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-compass-colors-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-colors-builder-component .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-compass-colors-builder-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-compass-colors-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-colors-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-colors-builder-component .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-compass-colors-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-colors-builder-component .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-compass-colors-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-colors-builder-component .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-compass-colors-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-colors-builder-component .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-compass-colors-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-compass-colors-builder-component .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-compass-colors-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-colors-builder-component .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-compass-colors-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-colors-builder-component .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-compass-colors-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-colors-builder-component .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-compass-colors-builder-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-compass-colors-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-colors-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-colors-builder-component .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-compass-colors-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-colors-builder-component .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-compass-colors-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-colors-builder-component .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-compass-colors-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-colors-builder-component .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-compass-colors-builder-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-compass-colors-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-colors-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-colors-builder-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-compass-colors-builder-component .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-compass-colors-builder-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 16.3125rem;
}
v7-compass-colors-builder-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

v7-compass-font-builder-component .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-compass-font-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-font-builder-component .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-compass-font-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-font-builder-component .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-compass-font-builder-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-compass-font-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-font-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-font-builder-component .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-compass-font-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-font-builder-component .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-compass-font-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-font-builder-component .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-compass-font-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-font-builder-component .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-compass-font-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-compass-font-builder-component .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-compass-font-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-font-builder-component .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-compass-font-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-font-builder-component .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-compass-font-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-font-builder-component .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-compass-font-builder-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-compass-font-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-font-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-font-builder-component .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-compass-font-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-font-builder-component .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-compass-font-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-font-builder-component .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-compass-font-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-font-builder-component .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-compass-font-builder-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-compass-font-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-font-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-font-builder-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-compass-font-builder-component .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-compass-font-builder-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 16.3125rem;
}
v7-compass-font-builder-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

v7-compass-number-format-builder-component .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-compass-number-format-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-number-format-builder-component .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-compass-number-format-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-number-format-builder-component .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-compass-number-format-builder-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-compass-number-format-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-number-format-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-number-format-builder-component .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-compass-number-format-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-number-format-builder-component .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-compass-number-format-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-number-format-builder-component .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-compass-number-format-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-number-format-builder-component .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-compass-number-format-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-compass-number-format-builder-component .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-compass-number-format-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-number-format-builder-component .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-compass-number-format-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-number-format-builder-component .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-compass-number-format-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-number-format-builder-component .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-compass-number-format-builder-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-compass-number-format-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-number-format-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-number-format-builder-component .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-compass-number-format-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-number-format-builder-component .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-compass-number-format-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-number-format-builder-component .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-compass-number-format-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-number-format-builder-component .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-compass-number-format-builder-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-compass-number-format-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-number-format-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-number-format-builder-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-compass-number-format-builder-component .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-compass-number-format-builder-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 16.3125rem;
}
v7-compass-number-format-builder-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

v7-compass-custom-number-format-builder-component .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-compass-custom-number-format-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-custom-number-format-builder-component .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-compass-custom-number-format-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-custom-number-format-builder-component .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-compass-custom-number-format-builder-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-compass-custom-number-format-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-custom-number-format-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-custom-number-format-builder-component .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-compass-custom-number-format-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-custom-number-format-builder-component .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-compass-custom-number-format-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-custom-number-format-builder-component .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-compass-custom-number-format-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-custom-number-format-builder-component .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-compass-custom-number-format-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-compass-custom-number-format-builder-component .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-compass-custom-number-format-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-custom-number-format-builder-component .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-compass-custom-number-format-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-custom-number-format-builder-component .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-compass-custom-number-format-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-custom-number-format-builder-component .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-compass-custom-number-format-builder-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-compass-custom-number-format-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-custom-number-format-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-custom-number-format-builder-component .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-compass-custom-number-format-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-custom-number-format-builder-component .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-compass-custom-number-format-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-custom-number-format-builder-component .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-compass-custom-number-format-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-custom-number-format-builder-component .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-compass-custom-number-format-builder-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-compass-custom-number-format-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-custom-number-format-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-custom-number-format-builder-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-compass-custom-number-format-builder-component .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-compass-custom-number-format-builder-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 16.3125rem;
}
v7-compass-custom-number-format-builder-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

v7-compass-custom-number-format-builder-component .mat-form-field {
  max-width: 16.3125rem;
}

.compass-format-dialog-left-side-content {
  width: 24.25rem;
}

.compass-format-builder-container {
  min-width: 39.5rem;
  min-height: 40.3125rem;
  max-height: 40.3125rem;
  background-color: #F5F5F5;
  padding: 2rem;
}
.compass-format-builder-container h2 {
  margin: 0;
  padding: 0 0 2rem 0;
}

.compass-number-format {
  width: 100%;
  display: flex;
}
.compass-number-format .compass-number-format-radio-group mat-radio-button {
  width: 100%;
}

.compass-format-dialog-close-panel {
  background-color: #F5F5F5;
}

.compass-number-format-preview {
  width: 100%;
}
.compass-number-format-preview div {
  border: solid 1px #F0F0F0;
  background-color: #FCFCFC;
  display: flex;
  align-items: center;
  height: 100%;
  max-height: 10.375rem;
  font-size: 2rem;
  justify-content: center;
}

.compass-settings-format {
  width: 100%;
  display: flex;
  margin: 0;
}
.compass-settings-format.compass-settings-number {
  display: block;
  min-height: 17.75rem;
}
.compass-settings-format.compass-settings-number .compass-settings-format-number, .compass-settings-format.compass-settings-number .compass-settings-format-group-empty {
  display: inline-flex;
  width: 100%;
}
.compass-settings-format .compass-settings-format-points {
  width: 100%;
  padding: 0 2rem 0 0;
}
.compass-settings-format .compass-settings-format-points .compass-settings-format-group-fonts {
  padding: 0 0 0.75rem 0;
}
.compass-settings-format .compass-settings-format-points .compass-settings-format-group-fonts .format-point {
  display: flex;
  margin: 0 0 0.5rem 0;
}
.compass-settings-format .compass-settings-format-points .compass-settings-format-group-fonts .format-point.compass-format-font-bold {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
.compass-settings-format .compass-settings-format-points .compass-settings-format-group-fonts .format-point.compass-format-font-italic {
  font-style: italic;
}
.compass-settings-format .compass-settings-format-points .compass-settings-format-group-adjustment {
  padding: 0.75rem 0 0 0;
  margin: 0;
  display: flex;
  width: 100%;
}
.compass-settings-format .compass-settings-format-points .compass-settings-format-group-adjustment mat-radio-group mat-radio-button {
  width: 100%;
}
.compass-settings-format .compass-settings-format-points .compass-settings-format-group-adjustment mat-radio-group mat-radio-button:last-child label {
  margin-bottom: 0;
}
.compass-settings-format .compass-settings-format-points .compass-settings-format-group-custom-number .compass-settings-format-group-custom-number-settings {
  display: flex;
  flex-direction: column;
}
.compass-settings-format .compass-settings-format-points .compass-settings-format-group-custom-number .compass-settings-format-group-custom-number-settings mat-form-field .mat-form-field-wrapper {
  padding: 0 0 1rem 0;
}
.compass-settings-format .compass-settings-format-points .compass-settings-format-group-custom-number .compass-settings-format-group-custom-number-settings mat-slide-toggle {
  height: 2.9375rem;
}
.compass-settings-format .compass-settings-format-points .compass-settings-format-group-custom-number .compass-settings-format-group-custom-number-settings mat-slide-toggle label {
  margin: 0;
}
.compass-settings-format .compass-settings-format-preview {
  width: 100%;
  max-width: 10rem;
}
.compass-settings-format .compass-settings-format-preview .format-preview-text {
  border: solid 1px #F0F0F0;
  background-color: #FCFCFC;
  display: flex;
  align-items: center;
  height: 100%;
  max-height: 10.375rem;
  font-size: 2rem;
}
.compass-settings-format .compass-settings-format-preview .format-preview-text label {
  margin: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.33;
  height: 1.25rem;
}
.compass-settings-format .compass-settings-format-preview .format-bold {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
.compass-settings-format .compass-settings-format-preview .format-italic {
  font-style: italic;
}
.compass-settings-format .compass-settings-format-preview .format-alignment-left {
  justify-content: start;
}
.compass-settings-format .compass-settings-format-preview .format-alignment-center {
  justify-content: center;
}
.compass-settings-format .compass-settings-format-preview .format-alignment-right {
  justify-content: flex-end;
}
.compass-settings-format .compass-settings-format-color-builder {
  min-height: 26.375rem;
}
.compass-settings-format .compass-settings-format-number {
  padding: 0 0 1rem 0;
}
.compass-settings-format .compass-settings-format-group-empty {
  padding: 1rem 0 0 0;
}
.compass-settings-format .compass-settings-format-group-empty .compass-settings-format-group-empty-values {
  padding: 0 2rem 0 0;
}
.compass-settings-format .compass-settings-format-group-empty .compass-settings-format-group-empty-values mat-form-field .mat-form-field-wrapper {
  padding: 0;
}
.compass-settings-format .compass-settings-format-group-empty .compass-settings-format-preview {
  max-height: 2.6rem;
  margin: 0 0 0 3.2rem;
}

.format-settings {
  display: flex;
  width: 100%;
}

.compass-color-settings-format-picker {
  max-width: 3.5rem;
}
.compass-color-settings-format-picker div span {
  font-size: 0.625rem;
  line-height: 1.4;
  font-weight: 600;
  height: 0.875rem;
}

.compass-color-settings-format-options v7-color-picker-group div span {
  font-size: 0.625rem;
  line-height: 1.4;
  font-weight: 600;
  height: 0.875rem;
}

.compass-color-canvas-trigger-button {
  margin: 2.25rem 0 0 0;
}
.compass-color-canvas-trigger-button button {
  border-radius: 0.125rem;
}

v7-compass-value-link-pool-component v7-expand-panel-component {
  padding: 0;
}
v7-compass-value-link-pool-component v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body {
  padding: 1rem;
  max-height: 24.6225rem;
  overflow-y: auto;
}
v7-compass-value-link-pool-component .draggable-entry {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  cursor: grab;
  cursor: -moz-grab;
}
v7-compass-value-link-pool-component .draggable-entry .node-caption {
  width: 22rem;
  display: block;
  overflow: hidden;
  -moz-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
v7-compass-value-link-pool-component .draggable-entry button {
  padding: 0;
}

v7-compass-formula-quota-pool-component .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-compass-formula-quota-pool-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-formula-quota-pool-component .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-compass-formula-quota-pool-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-formula-quota-pool-component .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-compass-formula-quota-pool-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-compass-formula-quota-pool-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-formula-quota-pool-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-formula-quota-pool-component .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-compass-formula-quota-pool-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-formula-quota-pool-component .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-compass-formula-quota-pool-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-formula-quota-pool-component .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-compass-formula-quota-pool-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-formula-quota-pool-component .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-compass-formula-quota-pool-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-compass-formula-quota-pool-component .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-compass-formula-quota-pool-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-formula-quota-pool-component .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-compass-formula-quota-pool-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-formula-quota-pool-component .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-compass-formula-quota-pool-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-formula-quota-pool-component .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-compass-formula-quota-pool-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-compass-formula-quota-pool-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-formula-quota-pool-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-formula-quota-pool-component .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-compass-formula-quota-pool-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-formula-quota-pool-component .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-compass-formula-quota-pool-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-formula-quota-pool-component .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-compass-formula-quota-pool-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-formula-quota-pool-component .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-compass-formula-quota-pool-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-compass-formula-quota-pool-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-formula-quota-pool-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-formula-quota-pool-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-compass-formula-quota-pool-component .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-compass-formula-quota-pool-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 10rem;
}
v7-compass-formula-quota-pool-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

v7-compass-formula-quota-pool-component {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
v7-compass-formula-quota-pool-component v7-expand-panel-component {
  padding: 0;
}
v7-compass-formula-quota-pool-component v7-expand-panel-component .v7-expand-panel .v7-expand-panel-body {
  max-height: 24.6225rem;
  overflow-y: auto;
  padding: 1rem;
}
v7-compass-formula-quota-pool-component .select-month-container {
  padding-top: 1.2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
v7-compass-formula-quota-pool-component .tree-container .formula-quota-tree-invisible {
  display: none;
}
v7-compass-formula-quota-pool-component .tree-container .formula-quota-tree ul,
v7-compass-formula-quota-pool-component .tree-container .formula-quota-tree li {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}
v7-compass-formula-quota-pool-component .tree-container .formula-quota-tree ul .tree-node,
v7-compass-formula-quota-pool-component .tree-container .formula-quota-tree li .tree-node {
  width: 100%;
  display: flex;
}
v7-compass-formula-quota-pool-component .tree-container .formula-quota-tree ul .tree-node .node-caption,
v7-compass-formula-quota-pool-component .tree-container .formula-quota-tree li .tree-node .node-caption {
  flex-grow: 1;
}
v7-compass-formula-quota-pool-component .tree-container .formula-quota-tree ul .draggable-entry,
v7-compass-formula-quota-pool-component .tree-container .formula-quota-tree li .draggable-entry {
  cursor: grab;
  cursor: -moz-grab;
}

v7-compass-formula-builder-component .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-compass-formula-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-formula-builder-component .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-compass-formula-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-formula-builder-component .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-compass-formula-builder-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-compass-formula-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-formula-builder-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-formula-builder-component .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-compass-formula-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-formula-builder-component .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-compass-formula-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-formula-builder-component .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-compass-formula-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-formula-builder-component .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-compass-formula-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-compass-formula-builder-component .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-compass-formula-builder-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-formula-builder-component .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-compass-formula-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-formula-builder-component .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-compass-formula-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-formula-builder-component .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-compass-formula-builder-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-compass-formula-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-formula-builder-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-formula-builder-component .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-compass-formula-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-formula-builder-component .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-compass-formula-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-formula-builder-component .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-compass-formula-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-formula-builder-component .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-compass-formula-builder-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-compass-formula-builder-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-formula-builder-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-formula-builder-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-compass-formula-builder-component .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-compass-formula-builder-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 16.3125rem;
}
v7-compass-formula-builder-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

.compass-formula-dialog-close-panel {
  background-color: #F5F5F5;
}

v7-compass-formula-builder-component {
  width: 37.5rem;
  height: 40rem;
  background-color: #F5F5F5;
}
v7-compass-formula-builder-component .compass-formula-builder-container {
  padding: 0 2rem 2rem 2rem;
}
v7-compass-formula-builder-component .compass-formula-builder-container h2 {
  margin: 0;
  padding: 0 0 2rem 0;
}
v7-compass-formula-builder-component .compass-formula-builder-container .mat-form-field {
  width: 100%;
}
v7-compass-formula-builder-component .formula-text-area-container {
  padding: 1rem;
}
v7-compass-formula-builder-component .formula-text-area-container .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-compass-formula-builder-component .formula-text-area-container .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick {
  max-height: none;
}
v7-compass-formula-builder-component .formula-variables-container {
  padding: 1rem;
}
v7-compass-formula-builder-component .formula-variables-container .variables-table {
  width: 100%;
}
v7-compass-formula-builder-component .formula-variables-container .variables-table .variable-header {
  padding: 0.2rem;
}
v7-compass-formula-builder-component .formula-variables-container .variables-table .variable-name .variable-caption {
  height: 26px;
}
v7-compass-formula-builder-component .error {
  color: red;
}
v7-compass-formula-builder-component .variable-caption {
  width: 19rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-text-overflow: ellipsis;
}

.value-link-tooltip {
  white-space: pre-line;
}

.compass-formula-dialog-left-side-content {
  width: 24.25rem;
}

.compass-formula-button-bar {
  justify-content: flex-end;
}

v7-compass-report-header-2-component {
  display: flex;
  height: 100%;
  min-height: 2.6rem;
  min-width: 100%;
}
v7-compass-report-header-2-component .header-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}
v7-compass-report-header-2-component .header-container .drop-before-container {
  min-width: 0.5rem;
  width: 0.5rem;
  height: 100%;
}
v7-compass-report-header-2-component .header-container .drop-before-container.drag-over {
  background-color: #535B67;
}
v7-compass-report-header-2-component .header-container .column-caption {
  height: 1.5rem;
  /** NOTE min-width deactivated: 
      so that icons can be visible. 
      Dots will be displayed, as long as caption doesnt receive enough space 
  ***/
  max-width: 100%;
  flex-grow: 1;
  padding: 0 0.4rem 0 0;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
v7-compass-report-header-2-component .header-container .column-caption.space {
  width: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  background-color: white;
  display: none;
}
v7-compass-report-header-2-component .header-container mat-icon.compass-icon-calculate, v7-compass-report-header-2-component .header-container mat-icon.compass-icon-visibility, v7-compass-report-header-2-component .header-container mat-icon.compass-icon-filter, v7-compass-report-header-2-component .header-container mat-icon.compass-icon-collapsed {
  position: relative;
  top: 0.5rem;
}
v7-compass-report-header-2-component .header-container mat-icon.error {
  color: red;
}
v7-compass-report-header-2-component .header-container .hide {
  opacity: 0;
}
v7-compass-report-header-2-component .header-container .compass-header-2-menu-button mat-icon {
  bottom: 0.5rem;
}
v7-compass-report-header-2-component .comment-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  color: #F15A23;
}

.sum-column-toggle-on svg {
  color: #F15A23;
}

.mat-menu-panel.compass-report-header-popup {
  width: 16.0625rem;
  min-width: 16.0625rem;
}

.compass-report-header-popup-formula {
  width: 16.0625rem;
}

v7-compass-table-data-component .compass-value2 {
  top: 0;
  position: relative;
  height: 1.5rem;
  overflow: hidden;
  display: flex;
  flex-flow: flex;
  padding: 0 0.5rem 0 0.5rem;
  text-overflow: ellipsis;
}
v7-compass-table-data-component .compass-value2 .value-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}
v7-compass-table-data-component .compass-value2.disabled {
  content: none;
  color: #F0F0F0;
  background-color: #F0F0F0;
}
v7-compass-table-data-component .compass-value2 .comment-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  color: #F15A23;
}
v7-compass-table-data-component .error {
  color: red;
}

.compass-progress-dialog {
  width: 500px;
  height: 270px;
  display: flex;
  flex-direction: column;
}
.compass-progress-dialog .compass-progress-message {
  display: flex;
  justify-content: center;
}
.compass-progress-dialog .compass-progress-spinner {
  display: flex;
  justify-content: center;
}

.query-dialog .close-icon {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
.query-dialog .query-dialog-close-panel {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 4px 4px 0 0;
}
.query-dialog .query-header {
  display: flex;
  flex-direction: row;
  padding-left: 2rem;
}
.query-dialog .query-header .query-header-icon {
  margin: 0.14rem 0.5rem 0 0;
}
.query-dialog .query-header h3 {
  color: #434951;
  font-size: 16;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
}
.query-dialog .query-content {
  padding: 1rem 2rem 2rem 2rem;
  width: 40rem;
}
.query-dialog .query-content mat-form-field {
  width: 100%;
}
.query-dialog .query-content mat-form-field .mat-form-field-wrapper {
  padding-bottom: 1.4375em;
}
.query-dialog .query-content mat-form-field .form-control {
  border-radius: 0;
}
.query-dialog .query-content mat-form-field .form-control:focus {
  border-radius: 0;
  border-color: #DEDEDE;
  border-width: 0.0625rem;
}
.query-dialog .query-content mat-form-field .mat-form-field-outline .mat-form-field-outline-start, .query-dialog .query-content mat-form-field .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
.query-dialog .query-content mat-form-field .mat-form-field-outline .mat-form-field-outline-end, .query-dialog .query-content mat-form-field .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
.query-dialog .query-content mat-form-field .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .query-dialog .query-content mat-form-field .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
.query-dialog .query-content mat-form-field.mat-form-field-should-float .mat-form-field-wrapper .mat-form-field-infix {
  border-top: 0.8375rem solid transparent;
  padding: 0.125rem 0 0.75rem 0;
}
.query-dialog .query-content mat-form-field.mat-form-field-should-float .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.5875rem) scale(0.75);
}
.query-dialog .query-content mat-form-field:not(.mat-form-field-should-float) .mat-form-field-wrapper .mat-form-field-infix {
  border-top: 0.8375rem solid transparent;
  padding: 0.125rem 0 0.75rem 0;
}
.query-dialog .query-content mat-form-field:not(.mat-form-field-should-float) .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  top: 0.996rem;
}

cdk-virtual-scroll-viewport {
  height: 100%;
}

.compass-table-2 {
  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 0.1rem 0;
}
.compass-table-2 th {
  background-color: white;
  border-style: solid;
  border-color: #DEDEDE;
  z-index: 100;
  position: sticky;
}
.compass-table-2 th.compass-tree-header {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 200;
  border-width: 0 0.0625rem 0.0625rem 0;
  width: 10rem;
  min-width: 10rem;
  max-width: 100%;
  height: 1px;
}
.compass-table-2 th.compass-tree-header .tree-levels {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.compass-table-2 th.compass-tree-header .tree-levels .tree-level {
  cursor: pointer;
  box-sizing: border-box;
  padding: 2px 6px;
  border-style: solid;
  border-color: #DEDEDE;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0;
}
.compass-table-2 th.compass-tree-header .tree-levels .tree-level:last-child {
  border: solid 1px #DEDEDE;
}
.compass-table-2 th.compass-header, .compass-table-2 th.leaf, .compass-table-2 th.compass-header-space {
  border-width: 0 0.0625rem 0.0725rem 0;
}
.compass-table-2 th.compass-header-space {
  width: 2rem;
  min-width: 2rem;
  max-width: 2rem;
}
.compass-table-2 th.compass-tree-element-cell {
  width: 14rem;
  min-width: 14rem;
}
.compass-table-2 th.leaf.space-column div {
  background-color: #FCFCFC;
}
.compass-table-2 th.leaf.space-column div div {
  width: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  visibility: hidden;
}
.compass-table-2 th.column-drop-zone {
  width: 100%;
  min-width: 10rem;
  max-width: 100%;
  height: 2.6rem;
  min-height: 2.6rem;
  top: 0;
  border-width: 0 0 0.0625rem 0;
}
.compass-table-2 th.column-drop-zone .column-caption {
  color: #C2C2C2;
  display: flex;
  align-content: center;
  justify-content: center;
}
.compass-table-2 th.column-drop-zone mat-icon {
  font-size: 1.6rem;
}
.compass-table-2 tbody tr:nth-child(even) {
  background-color: #FCFCFC;
}
.compass-table-2 tbody tr:nth-child(even) td.compass-tree-element-cell {
  background-color: #FCFCFC;
  border-width: 0 0.0625rem 0 0;
}
.compass-table-2 tbody tr:nth-child(odd) {
  background-color: white;
}
.compass-table-2 tbody tr:nth-child(odd) td.compass-tree-element-cell {
  background-color: white;
  border-width: 0 0.0625rem 0 0;
}
.compass-table-2 tbody tr.mat-row {
  height: 1.5rem;
}
.compass-table-2 tbody tr td {
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 0 0.0625rem 0 0;
}
.compass-table-2 tbody tr td.compass-tree-element-cell {
  min-width: 14rem;
  width: 14rem;
  position: sticky;
  left: 0;
  z-index: 100;
}
.compass-table-2 tbody tr td.add-column-cell {
  background-color: #FCFCFC;
}
.compass-table-2 tbody tr td.space-column {
  background-color: #FCFCFC;
}
.compass-table-2 tbody tr td.space-column div {
  width: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  visibility: hidden;
}
.compass-table-2 tbody tr td:last-child {
  border-right-width: 0;
}
.compass-table-2 tbody tr td .row-drop-zone {
  height: 10rem;
  min-height: 10rem;
  max-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C2C2C2;
}
.compass-table-2 tbody tr td .row-drop-zone mat-icon {
  font-size: 1.6rem;
}

v7-compass-report-tree-node-component {
  display: block;
}
v7-compass-report-tree-node-component .drop-before-container {
  min-height: 0.5rem;
  height: 0.5rem;
  width: 100%;
  z-index: 10;
}
v7-compass-report-tree-node-component .drop-before-container.drag-over {
  background-color: #535B67;
}
v7-compass-report-tree-node-component .tree-node {
  display: flex;
  min-width: 12rem;
  overflow: hidden;
  height: 1.5rem;
  min-height: 1.5rem;
  max-height: 1.5rem;
  top: -0.25rem;
  position: relative;
}
v7-compass-report-tree-node-component .tree-node .tree-node-button-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
v7-compass-report-tree-node-component .tree-node .expand-tree-node-button {
  text-align: left;
  padding: 0;
  display: flex;
  flex-direction: row;
  height: 1.5rem;
  min-height: 1.5rem;
  max-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
v7-compass-report-tree-node-component .tree-node .expand-tree-node-button .tree-node-button-label {
  height: 2rem;
  max-height: 2rem;
}
v7-compass-report-tree-node-component .tree-node .expand-tree-node-button mat-icon {
  margin: 0.0625rem 0 0 0.5rem;
}
v7-compass-report-tree-node-component .tree-node .expand-tree-node-button .mat-button-wrapper {
  position: relative;
  bottom: 0.5rem;
}
v7-compass-report-tree-node-component .tree-node .tree-node-div {
  flex-grow: 1;
}
v7-compass-report-tree-node-component .tree-level-offset {
  height: 1.5rem;
  min-height: 1.5rem;
  max-height: 1.5rem;
}
v7-compass-report-tree-node-component .compass-tree-node-menu-button {
  position: relative;
  bottom: 0.3rem;
}
v7-compass-report-tree-node-component .compass-tree-node-menu-button.hide {
  opacity: 0;
}
v7-compass-report-tree-node-component .font-italic {
  font-style: italic;
}
v7-compass-report-tree-node-component .error {
  color: red;
}
v7-compass-report-tree-node-component .comment-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  color: #F15A23;
}

.mat-menu-panel.compass-report-tree-node-popup {
  width: 16.0625rem;
  min-width: 16.0625rem;
}

.compass-report-tree-node-popup-formula {
  width: 16.0625rem;
}

.hide-empty-rows-toggle-on svg, .autoload-toggle-on svg, .allow-lazy-loading-toggle-on svg {
  color: #F15A23;
}

v7-compass-access-statistics-chart-component .v7-dataview {
  padding: 2rem 1rem;
}
v7-compass-access-statistics-chart-component .v7-dataview .dataview-body {
  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: 44rem;
  height: 24rem;
  background-color: #ffffff;
  border-radius: 2px;
  padding: 0.5rem 2rem 2rem 2rem;
}
v7-compass-access-statistics-chart-component .v7-dataview .dataview-body .v7-chart-caption {
  padding-left: 0.3125rem;
}
v7-compass-access-statistics-chart-component .v7-dataview .dataview-body .v7-chart-content {
  width: 100%;
  height: 100%;
}

v7-compass-access-statistics-table-view-component .v7-dataview {
  padding: 2rem 1rem;
}
v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body {
  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: 44rem;
  padding: 1rem 2rem 0 2rem;
}
v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .mat-table {
  background-color: white;
  width: 100%;
  box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12);
}
v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .mat-table thead {
  display: block;
}
v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .mat-table thead .mat-header-row .mat-header-cell {
  min-width: 20rem;
}
v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .mat-table tbody {
  display: block;
  overflow-y: auto;
  max-height: 12.5rem;
}
v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .mat-table tbody .mat-row {
  display: table;
  width: 100%;
}
v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .mat-table tbody .mat-row:nth-child(even) {
  background-color: #FCFCFC;
}
v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .mat-table tbody .mat-row .mat-cell {
  border-width: 0;
  min-width: 20rem;
}
v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body td .skeletonPulse {
  height: 1rem;
}

.compass-access-statistics {
  max-height: 40rem;
  overflow: auto;
}
@media (max-width: 79.999rem) and (min-width: 60rem) {
  .compass-access-statistics:not(.v7-media-query-not-responsive) {
    max-height: 30rem;
  }
}
@media (max-width: 59.999rem) and (min-width: 36rem) {
  .compass-access-statistics:not(.v7-media-query-not-responsive) {
    max-height: 25rem;
    max-width: 48rem;
  }
}

.compass-report-settings .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;
}
.compass-report-settings .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .compass-report-settings .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;
}
.compass-report-settings .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .compass-report-settings .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;
}
.compass-report-settings .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .compass-report-settings .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;
}
.compass-report-settings .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
.compass-report-settings .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;
}
.compass-report-settings .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
.compass-report-settings .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;
}
.compass-report-settings .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .compass-report-settings .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;
}
.compass-report-settings .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .compass-report-settings .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;
}
.compass-report-settings .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .compass-report-settings .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;
}
.compass-report-settings .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
.compass-report-settings .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;
}
.compass-report-settings .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .compass-report-settings .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;
}
.compass-report-settings .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .compass-report-settings .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;
}
.compass-report-settings .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .compass-report-settings .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;
}
.compass-report-settings .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
.compass-report-settings .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;
}
.compass-report-settings .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
.compass-report-settings .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;
}
.compass-report-settings .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .compass-report-settings .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;
}
.compass-report-settings .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .compass-report-settings .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;
}
.compass-report-settings .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .compass-report-settings .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;
}
.compass-report-settings .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
.compass-report-settings .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, .compass-report-settings .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;
}
.compass-report-settings .mat-form-field {
  max-height: 4.25rem;
  min-width: 9rem;
}
.compass-report-settings .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

.datahold-toggle-on svg {
  color: #F15A23;
}

v7-compass-report-2 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: calc(100vh - 4rem - 2.5rem);
  max-height: calc(100vh - 4rem - 2.5rem);
  display: flex;
}
v7-compass-report-2 .sheet-tab-label {
  -webkit-user-select: none; /* Safari */ /* Firefox */ /* IE10+/Edge */
  user-select: none; /* Standard */
}
v7-compass-report-2 .v7-compass-sheet-loader {
  min-height: 4rem;
  min-width: 4rem;
  margin-top: -0.3125rem;
}
v7-compass-report-2 .v7-compass-sheet-loader.mat-progress-spinner circle {
  stroke: white;
}
v7-compass-report-2 .v7-dataview .dataview-body.default-content-size {
  max-height: calc(100vh - 4rem - 2.5rem);
  height: calc(100vh - 4rem - 2.5rem);
}
v7-compass-report-2 .v7-dataview .dataview-body.default-content-size .v7-compass-sheet-container v7-compass-report-sheet-2-component table {
  border-collapse: separate;
  border-spacing: 0;
}
v7-compass-report-2 .v7-dataview .dataview-body.default-fullscreen-content-size {
  max-height: calc(100vh - 4rem - 2.5rem);
  height: calc(100vh - 4rem - 2.5rem);
}
v7-compass-report-2 .v7-dataview .dataview-body.default-fullscreen-content-size .v7-compass-sheet-container v7-compass-report-sheet-2-component table {
  border-collapse: separate;
  border-spacing: 0;
}
v7-compass-report-2 .compass-report-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
v7-compass-report-2 .compass-report-header .dataview-caption {
  flex-grow: 1;
  overflow: hidden;
  color: #434951;
  font-size: 1.715rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
}
v7-compass-report-2 .compass-report-header .compass-report-settings {
  height: 5.25rem;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
v7-compass-report-2 .compass-report-header .compass-report-settings .datahold {
  padding: 0.7rem 0.8rem 0 0;
}
v7-compass-report-2 .compass-report-header .compass-report-settings .menu-button {
  margin-top: 0.3rem;
}
v7-compass-report-2 .compass-report-header .compass-report-settings .mat-form-field {
  width: 9rem;
  max-width: 9rem;
}
v7-compass-report-2 .compass-report-header .compass-report-settings .mat-form-field-outline {
  background-color: white;
}
v7-compass-report-2 .compass-report-caption-spacer {
  min-height: 1.25rem;
}
v7-compass-report-2 .v7-compass-sheet-container {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
v7-compass-report-2 .v7-compass-sheet-container.v7-compass-sheet-display-default {
  height: calc(100vh - 4rem - 2.5rem - 12rem);
  max-height: calc(100vh - 4rem - 2.5rem - 12rem);
}
v7-compass-report-2 .v7-compass-sheet-container.v7-compass-sheet-display-reduced {
  height: calc(100vh - 4rem - 2.5rem - 20rem);
  max-height: calc(100vh - 4rem - 2.5rem - 20rem);
}
v7-compass-report-2 .mat-tab-group {
  width: 100%;
}
v7-compass-report-2 .mat-tab-group .mat-tab-label {
  padding: 0;
}
v7-compass-report-2 .mat-tab-group .mat-tab-label .mat-tab-label-content {
  height: 100%;
  flex-grow: 1;
}
v7-compass-report-2 .mat-tab-group .mat-tab-label .mat-tab-label-content .compass-sheet-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-grow: 1;
  color: #434951;
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  font-weight: 600;
  max-width: 18rem;
}
v7-compass-report-2 .mat-tab-group .mat-tab-label .mat-tab-label-content .compass-sheet-tab span {
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  justify-content: center;
  text-align: center;
  margin: 0 1.5rem;
}
v7-compass-report-2 .mat-tab-group .mat-tab-label .mat-tab-label-content .compass-sheet-tab:hover {
  background-color: #DEDEDE;
}
v7-compass-report-2 .mat-tab-group .mat-tab-body .mat-tab-body-content {
  overflow: hidden;
}
v7-compass-report-2.dashboard-component {
  min-height: auto !important;
}
v7-compass-report-2 .sheet-description .sheet-description-toggle-button {
  display: flex;
  justify-content: center;
}
v7-compass-report-2 .sheet-description .sheet-description-text-field {
  padding: 1rem;
  max-height: 7.875rem;
  min-height: 7.875rem;
  background-color: #FCFCFC;
}
v7-compass-report-2 .sheet-description .sheet-description-text-field mat-form-field {
  width: 100%;
}
v7-compass-report-2 .sheet-description .sheet-description-text-field mat-form-field .mat-form-field-outline .mat-form-field-outline-start, v7-compass-report-2 .sheet-description .sheet-description-text-field mat-form-field .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-report-2 .sheet-description .sheet-description-text-field mat-form-field .mat-form-field-outline .mat-form-field-outline-end, v7-compass-report-2 .sheet-description .sheet-description-text-field mat-form-field .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-compass-report-2 .sheet-description .sheet-description-text-field mat-form-field .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-compass-report-2 .sheet-description .sheet-description-text-field mat-form-field .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-report-2 .sheet-description .sheet-description-text-field mat-form-field.mat-form-field-should-float .mat-form-field-wrapper .mat-form-field-infix {
  border-top: 0.8375rem solid transparent;
  padding: 0.125rem 0 0.75rem 0;
}
v7-compass-report-2 .sheet-description .sheet-description-text-field mat-form-field.mat-form-field-should-float .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.5875rem) scale(0.75);
}
v7-compass-report-2 .sheet-description .sheet-description-text-field mat-form-field:not(.mat-form-field-should-float) .mat-form-field-wrapper .mat-form-field-infix {
  border-top: 0.8375rem solid transparent;
  padding: 0.125rem 0 0.75rem 0;
}
v7-compass-report-2 .sheet-description .sheet-description-text-field mat-form-field:not(.mat-form-field-should-float) .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  top: 0.996rem;
}
v7-compass-report-2 .sheet-description .sheet-description-text-field mat-form-field .mat-form-field-infix textarea {
  max-height: 4.875rem;
  resize: none;
}
v7-compass-report-2 .sheet-description .sheet-description-text-field div.sheet-description-pre {
  min-height: 6rem;
  max-height: 6rem;
  overflow: auto;
  border: 0.0625rem solid rgba(0, 0, 0, 0.12);
}
v7-compass-report-2 .sheet-description .sheet-description-text-field div.sheet-description-pre span {
  white-space: pre-line;
  z-index: -1;
}

.v7-compass-report-designer-overlay-page {
  min-width: 95vw;
}

.compass-sheet-option-toggle-on svg {
  color: #F15A23;
}

.mat-menu-panel.compass-report-sheet-menu {
  width: 20rem;
  min-width: 20rem;
  max-width: 20rem;
}

v7-compass-custom-loading-tool-component {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
v7-compass-custom-loading-tool-component .tree-container {
  padding: 20px;
}
v7-compass-custom-loading-tool-component .tree-container .hierarchy-tree-invisible {
  display: none;
}
v7-compass-custom-loading-tool-component .tree-container .hierarchy-tree ul,
v7-compass-custom-loading-tool-component .tree-container .hierarchy-tree li {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}
v7-compass-custom-loading-tool-component .tree-container .hierarchy-tree ul .tree-node,
v7-compass-custom-loading-tool-component .tree-container .hierarchy-tree li .tree-node {
  width: 100%;
  display: flex;
}
v7-compass-custom-loading-tool-component .tree-container .hierarchy-tree ul .tree-node .node-caption,
v7-compass-custom-loading-tool-component .tree-container .hierarchy-tree li .tree-node .node-caption {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
v7-compass-custom-loading-tool-component .tree-container .hierarchy-tree ul .draggable-entry,
v7-compass-custom-loading-tool-component .tree-container .hierarchy-tree li .draggable-entry {
  cursor: grab;
  cursor: -moz-grab;
}

v7-compass-easy-timereference-tool-component .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-compass-easy-timereference-tool-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-easy-timereference-tool-component .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-compass-easy-timereference-tool-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-easy-timereference-tool-component .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-compass-easy-timereference-tool-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-compass-easy-timereference-tool-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-easy-timereference-tool-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-easy-timereference-tool-component .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-compass-easy-timereference-tool-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-easy-timereference-tool-component .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-compass-easy-timereference-tool-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-easy-timereference-tool-component .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-compass-easy-timereference-tool-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-easy-timereference-tool-component .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-compass-easy-timereference-tool-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-compass-easy-timereference-tool-component .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-compass-easy-timereference-tool-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-easy-timereference-tool-component .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-compass-easy-timereference-tool-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-easy-timereference-tool-component .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-compass-easy-timereference-tool-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-easy-timereference-tool-component .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-compass-easy-timereference-tool-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-compass-easy-timereference-tool-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-easy-timereference-tool-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-easy-timereference-tool-component .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-compass-easy-timereference-tool-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-easy-timereference-tool-component .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-compass-easy-timereference-tool-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-easy-timereference-tool-component .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-compass-easy-timereference-tool-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-easy-timereference-tool-component .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-compass-easy-timereference-tool-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-compass-easy-timereference-tool-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-easy-timereference-tool-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-easy-timereference-tool-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-compass-easy-timereference-tool-component .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-compass-easy-timereference-tool-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 10rem;
}
v7-compass-easy-timereference-tool-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

v7-compass-easy-timereference-tool-component .select-year-container {
  padding-top: 1.2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

v7-compass-formula-tool-component {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

v7-compass-space-tool-component {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

v7-compass-text-tool-component .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-compass-text-tool-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-text-tool-component .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-compass-text-tool-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-text-tool-component .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-compass-text-tool-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-compass-text-tool-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-text-tool-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-text-tool-component .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-compass-text-tool-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-text-tool-component .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-compass-text-tool-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-text-tool-component .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-compass-text-tool-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-text-tool-component .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-compass-text-tool-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-compass-text-tool-component .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-compass-text-tool-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-text-tool-component .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-compass-text-tool-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-text-tool-component .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-compass-text-tool-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-text-tool-component .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-compass-text-tool-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-compass-text-tool-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-text-tool-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-text-tool-component .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-compass-text-tool-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-text-tool-component .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-compass-text-tool-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-text-tool-component .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-compass-text-tool-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-text-tool-component .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-compass-text-tool-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-compass-text-tool-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-text-tool-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-text-tool-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-compass-text-tool-component .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-compass-text-tool-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 10rem;
}
v7-compass-text-tool-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

v7-compass-text-tool-component {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
v7-compass-text-tool-component .mat-dialog-content {
  min-height: 4.6rem;
}
v7-compass-text-tool-component mat-form-field {
  padding-top: 1rem;
  max-width: calc(100% - 4rem);
  margin-left: 1rem;
}

v7-compass-timereference-tool-component .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-compass-timereference-tool-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-timereference-tool-component .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-compass-timereference-tool-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-timereference-tool-component .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-compass-timereference-tool-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-compass-timereference-tool-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-timereference-tool-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-timereference-tool-component .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-compass-timereference-tool-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-timereference-tool-component .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-compass-timereference-tool-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-timereference-tool-component .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-compass-timereference-tool-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-timereference-tool-component .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-compass-timereference-tool-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-compass-timereference-tool-component .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-compass-timereference-tool-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-timereference-tool-component .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-compass-timereference-tool-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-timereference-tool-component .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-compass-timereference-tool-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-timereference-tool-component .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-compass-timereference-tool-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-compass-timereference-tool-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-timereference-tool-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-timereference-tool-component .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-compass-timereference-tool-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-timereference-tool-component .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-compass-timereference-tool-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-timereference-tool-component .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-compass-timereference-tool-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-timereference-tool-component .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-compass-timereference-tool-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-compass-timereference-tool-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-timereference-tool-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-timereference-tool-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-compass-timereference-tool-component .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-compass-timereference-tool-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 10rem;
}
v7-compass-timereference-tool-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

v7-compass-timereference-tool-component .type-radio-container {
  padding-left: 1rem;
}
v7-compass-timereference-tool-component .type-radio-container mat-radio-button {
  padding-right: 2rem;
}
v7-compass-timereference-tool-component .caption-panel mat-form-field {
  padding-top: 1rem;
  max-width: calc(100% - 3rem);
  width: calc(100% - 3rem);
  margin-left: 1rem;
}
v7-compass-timereference-tool-component .from-label {
  padding-top: 0.6rem;
}
v7-compass-timereference-tool-component .from-label, v7-compass-timereference-tool-component .to-label {
  padding-left: 1rem;
  padding-bottom: 0.6rem;
}
v7-compass-timereference-tool-component .select-relative-timereference-panel {
  padding-left: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
v7-compass-timereference-tool-component .select-relative-timereference-panel mat-form-field {
  margin-right: 1rem;
  max-width: 45%;
}
v7-compass-timereference-tool-component .v7-dateinputpanel {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
v7-compass-timereference-tool-component .v7-dateinputpanel .dateinput-time-panel {
  display: flex;
  flex-direction: column;
  max-width: 10rem;
}
v7-compass-timereference-tool-component .v7-dateinputpanel .dateinput-time-panel .mat-icon {
  color: #434951;
  width: 1.5rem;
  height: 1.5rem;
  padding-bottom: 0.125rem;
  margin: 0;
}
v7-compass-timereference-tool-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-compass-timereference-tool-component .v7-dateinputpanel .dateinput-time-panel .v7-date-clear-button {
    bottom: 1.525rem;
  }
}
v7-compass-timereference-tool-component .v7-dateinputpanel .dateinput-time-panel .v7-date-clear-button .mat-icon {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0;
}
v7-compass-timereference-tool-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-compass-timereference-tool-component .v7-dateinputpanel .dateinput-time-panel .v7-date-clear-button:hover svg {
  color: #434951;
}
v7-compass-timereference-tool-component .v7-dateinputpanel .dateinput-time-panel .v7-date-clear-button:active svg {
  color: #30343A;
}
v7-compass-timereference-tool-component .v7-dateinputpanel .dateinput-time-panel .time-container {
  margin-top: 1rem;
  display: flex;
}
v7-compass-timereference-tool-component .v7-dateinputpanel .dateinput-time-panel .time-container .divider {
  margin-left: -0.3125rem;
  padding-top: 0.3rem;
}
v7-compass-timereference-tool-component .v7-dateinputpanel .dateinput-time-panel .time-container .time-field-hour {
  align-items: center;
  width: 4.375rem;
}
v7-compass-timereference-tool-component .v7-dateinputpanel .dateinput-time-panel .time-container .time-field-hour .mat-form-field-wrapper {
  width: 4.375rem;
}
v7-compass-timereference-tool-component .v7-dateinputpanel .dateinput-time-panel .time-container .time-field-hour .mat-form-field-wrapper .mat-form-field-flex {
  align-items: flex-end;
}
v7-compass-timereference-tool-component .v7-dateinputpanel .dateinput-time-panel .time-container .time-field-minute {
  width: 5rem;
}
v7-compass-timereference-tool-component .v7-dateinputpanel .dateinput-time-panel .time-container .time-field-minute .mat-form-field-wrapper {
  width: 5rem;
}
v7-compass-timereference-tool-component .v7-dateinputpanel span {
  position: relative;
  align-self: center;
}
v7-compass-timereference-tool-component .v7-dateinputpanel .mat-form-field {
  width: 8.75rem;
}
v7-compass-timereference-tool-component .v7-dateinputpanel .mat-form-field .mat-form-field-wrapper {
  padding: 0;
}
v7-compass-timereference-tool-component .v7-dateinputpanel .mat-form-field .mat-form-field-underline {
  top: 1.9375rem;
}
v7-compass-timereference-tool-component .v7-dateinputpanel .mat-form-field .mat-form-field-flex {
  flex-direction: row-reverse;
  padding: 0;
  height: 2.5rem;
}
v7-compass-timereference-tool-component .v7-dateinputpanel .mat-form-field .mat-form-field-infix {
  border: 0;
  position: relative;
}
v7-compass-timereference-tool-component .v7-dateinputpanel .mat-form-field .mat-form-field-infix .mat-input-element {
  position: relative;
  transform: translateY(-9%);
}
@-moz-document url-prefix() {
  v7-compass-timereference-tool-component .v7-dateinputpanel .mat-form-field .mat-form-field-infix .mat-input-element {
    transform: translateY(-50%);
  }
}
v7-compass-timereference-tool-component .v7-dateinputpanel .mat-form-field .mat-form-field-suffix {
  padding-left: 0;
  top: 0.4375rem;
}
v7-compass-timereference-tool-component .v7-dateinputpanel .mat-form-field .mat-datepicker-toggle-default-icon {
  width: 1.5rem;
  color: #434951;
  padding-bottom: 0.125rem;
}
v7-compass-timereference-tool-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-compass-timereference-tool-component .dateinputundo mat-icon {
  color: #535B67;
  width: 2rem;
  margin: 0;
}
v7-compass-timereference-tool-component .checkbox-field-values-unknown {
  border-bottom: #DEDEDE 0.0625rem solid;
  padding: 1rem 1rem 0.5rem 1rem;
}
v7-compass-timereference-tool-component div.double-date-panel {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding: 0.875rem 1rem;
}

v7-angular-conditionlist-component .angular-display-condition-caption {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
v7-angular-conditionlist-component .angular-display-condition-entry {
  padding-bottom: 1rem;
}

v7-compass-element-rename-component .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-compass-element-rename-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-element-rename-component .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-compass-element-rename-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-element-rename-component .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-compass-element-rename-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-compass-element-rename-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-element-rename-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-element-rename-component .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-compass-element-rename-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-element-rename-component .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-compass-element-rename-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-element-rename-component .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-compass-element-rename-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-element-rename-component .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-compass-element-rename-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-compass-element-rename-component .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-compass-element-rename-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-element-rename-component .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-compass-element-rename-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-element-rename-component .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-compass-element-rename-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-element-rename-component .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-compass-element-rename-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-compass-element-rename-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-element-rename-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-element-rename-component .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-compass-element-rename-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-element-rename-component .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-compass-element-rename-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-element-rename-component .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-compass-element-rename-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-element-rename-component .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-compass-element-rename-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-compass-element-rename-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-element-rename-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-element-rename-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-compass-element-rename-component .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-compass-element-rename-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 20rem;
}
v7-compass-element-rename-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

v7-compass-report-sheet-rename-component .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-compass-report-sheet-rename-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-report-sheet-rename-component .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-compass-report-sheet-rename-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-report-sheet-rename-component .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-compass-report-sheet-rename-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-compass-report-sheet-rename-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-report-sheet-rename-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-report-sheet-rename-component .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-compass-report-sheet-rename-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-report-sheet-rename-component .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-compass-report-sheet-rename-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-report-sheet-rename-component .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-compass-report-sheet-rename-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-report-sheet-rename-component .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-compass-report-sheet-rename-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-compass-report-sheet-rename-component .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-compass-report-sheet-rename-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-compass-report-sheet-rename-component .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-compass-report-sheet-rename-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-compass-report-sheet-rename-component .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-compass-report-sheet-rename-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-compass-report-sheet-rename-component .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-compass-report-sheet-rename-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-compass-report-sheet-rename-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-report-sheet-rename-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-report-sheet-rename-component .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-compass-report-sheet-rename-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-compass-report-sheet-rename-component .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-compass-report-sheet-rename-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-compass-report-sheet-rename-component .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-compass-report-sheet-rename-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-compass-report-sheet-rename-component .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-compass-report-sheet-rename-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-compass-report-sheet-rename-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-compass-report-sheet-rename-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-compass-report-sheet-rename-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-compass-report-sheet-rename-component .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-compass-report-sheet-rename-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 20rem;
}
v7-compass-report-sheet-rename-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

.compass-tool-container {
  width: 100%;
}
.compass-tool-container .drag-element {
  cursor: grab;
  cursor: -moz-grab;
  background-color: #ffffff;
  border: 0.0625rem solid grey;
  min-width: 10rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: 2rem;
  margin-top: 0.8rem;
  margin-right: auto;
  margin-bottom: 0.6rem;
  margin-left: auto;
  display: table;
  position: relative;
}
.compass-tool-container .drag-element.disabled {
  cursor: not-allowed;
  background-color: #C2C2C2;
}
.compass-tool-container .drag-element span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  word-break: break-all;
}

.compass-report-element-rename-container v7-compass-element-rename-component {
  padding: 0 2rem 2rem 2rem;
  display: block;
}
.compass-report-element-rename-container h2 {
  margin: 0;
  padding: 0 0 2rem 0;
}

.compass-report-element-rename-button-bar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.compass-report-element-info-container v7-compass-element-info-component {
  padding: 0 2rem 2rem 2rem;
  display: block;
  width: 40rem;
  min-width: 40rem;
}
.compass-report-element-info-container v7-compass-element-info-component .compass-element-info-header {
  display: flex;
  flex-direction: row;
  padding: 0 0 1rem 0;
}
.compass-report-element-info-container v7-compass-element-info-component .compass-element-info-header .compass-element-info-icon {
  margin: 0.14rem 0.5rem 0 0;
}
.compass-report-element-info-container v7-compass-element-info-component .compass-element-info-content .compass-element-info-content-title {
  padding: 0 0 0.75rem 0;
}
.compass-report-element-info-container h2 {
  margin: 0;
}

.compass-report-element-info-button-bar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.compass-report-sheet-rename-container v7-compass-report-sheet-rename-component {
  padding: 0 2rem 2rem 2rem;
  display: block;
}
.compass-report-sheet-rename-container h2 {
  margin: 0;
  padding: 0 0 2rem 0;
}

.compass-report-sheet-rename-button-bar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

v7-compass-element-resize-component[resize-element-key=treeNode] .compass-element-resize {
  min-height: 1.6rem;
  top: 0;
}
v7-compass-element-resize-component[resize-element-key=header] .compass-element-resize {
  min-height: 2.6rem;
}
v7-compass-element-resize-component .compass-element-resize {
  min-width: 1rem;
  position: absolute;
  right: 0;
  cursor: col-resize;
  height: 100%;
  z-index: 999;
}
v7-compass-element-resize-component .compass-element-resize:hover {
  background-color: #DEDEDE;
}

v7-entity-table-view-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-entity-table-view-component .emptyspace {
  width: 1.5rem;
  height: 0.0625rem;
  display: inline-block;
}
v7-entity-table-view-component .v7-dataview .dataview-body.default-content-size {
  max-height: calc(100vh - 4rem - 2.5rem - 4rem);
  height: calc(100vh - 4rem - 2.5rem - 4rem);
}
v7-entity-table-view-component .v7-dataview .dataview-body.default-content-size table {
  border-collapse: separate;
  border-spacing: 0;
}
v7-entity-table-view-component .v7-dataview .dataview-body.default-content-size table {
  width: 100%;
}
v7-entity-table-view-component .v7-dataview .dataview-body.default-fullscreen-content-size {
  max-height: calc(100vh - 4rem - 2.5rem - 4rem);
  height: calc(100vh - 4rem - 2.5rem - 4rem);
}
v7-entity-table-view-component .v7-dataview .dataview-body.default-fullscreen-content-size table {
  border-collapse: separate;
  border-spacing: 0;
}
v7-entity-table-view-component .v7-dataview .dataview-body.default-fullscreen-content-size table {
  width: 100%;
}
v7-entity-table-view-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-entity-table-view-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;
  user-select: none;
}
v7-entity-table-view-component .mat-table thead .mat-header-row .mat-header-cell .header-content.sortable {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-entity-table-view-component .mat-table tbody .mat-row:nth-child(even) {
  background-color: #FCFCFC;
}
v7-entity-table-view-component .mat-table tbody .mat-row .mat-cell {
  border-width: 0;
  max-width: 10rem;
  padding-right: 0.375rem;
}
v7-entity-table-view-component .mat-table tbody .mat-row .mat-cell.mat-column-caption {
  max-width: 12.5rem;
}
v7-entity-table-view-component .mat-table tbody .mat-row .mat-cell.mat-column-description {
  max-width: 15rem;
}
v7-entity-table-view-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-entity-table-view-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-entity-table-view-component v7-dataview-footer-component {
  padding: 0;
  top: -3rem;
  position: relative;
}
v7-entity-table-view-component v7-table-view-pagination-component {
  width: 100%;
  z-index: 1;
}
v7-entity-table-view-component .entity-table-view-loading {
  border-collapse: separate;
  border-spacing: 0;
  height: 100%;
}
v7-entity-table-view-component .entity-table-view-loading thead {
  height: 3.5rem;
}
v7-entity-table-view-component .entity-table-view-loading thead tr {
  min-height: 3.5rem;
  max-height: 3.5rem;
  display: flex;
  border: solid 0.0625rem #FCFCFC;
}
v7-entity-table-view-component .entity-table-view-loading thead tr th {
  min-height: 3.5rem;
  flex-grow: 1;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  background-color: white;
}
v7-entity-table-view-component .entity-table-view-loading thead tr th:first-of-type {
  padding: 0 0.75rem 0 0;
}
v7-entity-table-view-component .entity-table-view-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-entity-table-view-component .entity-table-view-loading tbody .history-loading-template .skeletonPulse {
  height: 16rem;
  max-height: 16rem;
}

v7-angular-form-control-conditionlist-component .angular-display-condition-caption {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
v7-angular-form-control-conditionlist-component .angular-display-condition-entry {
  padding-bottom: 1rem;
}

v7-dynamic-form-control-conditionlist-component {
  display: block;
  padding: 2rem;
}
v7-dynamic-form-control-conditionlist-component.condition-dialog-width {
  width: 34rem;
  padding: 0 2rem 2rem 2rem;
}
v7-dynamic-form-control-conditionlist-component.condition-dialog-width h2 {
  margin: 0;
  padding: 1rem 0 1rem 0;
}
v7-dynamic-form-control-conditionlist-component .conditionlist-header {
  padding: 0 0 2rem 0;
}
v7-dynamic-form-control-conditionlist-component .conditionlist-header .conditionlist-caption {
  color: #434951;
  height: 2rem;
}

v7-angular-form-control-complex-kpi-formula-component .mat-form-field-outline .mat-form-field-outline-start, v7-angular-form-control-complex-kpi-formula-component .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-angular-form-control-complex-kpi-formula-component .mat-form-field-outline .mat-form-field-outline-end, v7-angular-form-control-complex-kpi-formula-component .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-angular-form-control-complex-kpi-formula-component .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-angular-form-control-complex-kpi-formula-component .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-angular-form-control-complex-kpi-formula-component .ql-container.ql-snow {
  border: 0px !important;
}
v7-angular-form-control-complex-kpi-formula-component .ql-toolbar.ql-snow {
  display: none;
}
v7-angular-form-control-complex-kpi-formula-component .mat-chip {
  font-size: 0.625rem;
  background-color: white;
  border-radius: 16px;
  border: solid 0.0625rem #C2C2C2;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
}
v7-angular-form-control-complex-kpi-formula-component .mat-form-field-underline {
  display: none;
}
v7-angular-form-control-complex-kpi-formula-component .mat-form-field {
  width: 100%;
}

v7-quill-material img {
  position: relative;
}

v7-dynamic-form-control-timereference-component {
  display: block;
  padding: 2rem;
}
v7-dynamic-form-control-timereference-component .timereferencelist-header {
  padding: 0 0 2rem 0;
}
v7-dynamic-form-control-timereference-component .timereferencelist-header .timereferencelist-caption {
  color: #434951;
  height: 2rem;
}

v7-angular-form-control-timereference-component .angular-display-timereference-caption {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}

v7-playground-component {
  background-color: darkgreen;
}

.color-picker-canvas .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;
}
.color-picker-canvas .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .color-picker-canvas .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;
}
.color-picker-canvas .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .color-picker-canvas .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;
}
.color-picker-canvas .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .color-picker-canvas .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;
}
.color-picker-canvas .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
.color-picker-canvas .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;
}
.color-picker-canvas .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
.color-picker-canvas .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;
}
.color-picker-canvas .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .color-picker-canvas .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;
}
.color-picker-canvas .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .color-picker-canvas .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;
}
.color-picker-canvas .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .color-picker-canvas .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;
}
.color-picker-canvas .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
.color-picker-canvas .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;
}
.color-picker-canvas .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .color-picker-canvas .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;
}
.color-picker-canvas .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .color-picker-canvas .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;
}
.color-picker-canvas .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .color-picker-canvas .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;
}
.color-picker-canvas .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
.color-picker-canvas .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;
}
.color-picker-canvas .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
.color-picker-canvas .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;
}
.color-picker-canvas .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .color-picker-canvas .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;
}
.color-picker-canvas .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .color-picker-canvas .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;
}
.color-picker-canvas .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .color-picker-canvas .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;
}
.color-picker-canvas .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
.color-picker-canvas .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, .color-picker-canvas .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;
}
.color-picker-canvas .mat-form-field {
  max-height: 4.25rem;
  min-width: 16.3125rem;
}
.color-picker-canvas .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

v7-color-picker .color-picker {
  padding: 0.6rem;
  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);
  width: 3.75rem;
  height: 3.75rem;
  border: 0;
  box-sizing: border-box;
  border-radius: 0.125rem;
  margin: 0.75rem 0 0 0;
}
v7-color-picker .color-picker.compass-format-color-active-button {
  box-shadow: 0px 2px 4px -1px #F15A23, 0px 4px 5px 0px #F15A23, 0px 1px 10px 0px #F15A23 !important;
}
v7-color-picker .color-picker div:nth-child(2) {
  margin: 4.0625rem 0 0 0;
}

.compass-color-settings-format-options {
  margin: 0 3.5625rem 0 2.8125rem;
}

v7-color-picker-group.compass-color-box {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
v7-color-picker-group .compass-color-picker-group .compass-color-picker-btn {
  max-width: 9.75rem;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0.75rem 0 0 0;
}
v7-color-picker-group .compass-color-picker-group .compass-color-picker-btn .btn-color-picker-group {
  height: 1.875rem;
  width: 1.875rem;
  box-sizing: border-box;
  border-radius: 0.125rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  margin: 0 0.75rem 0.75rem 0;
  border: 0;
}
v7-color-picker-group .compass-color-picker-group .compass-color-picker-btn .btn-color-picker-group:nth-child(4n) {
  margin: 0 0 0.75rem 0;
}

.color-picker-canvas {
  display: flex;
  background-color: white;
  padding: 1rem;
}
.color-picker-canvas .color-picker-rgb {
  display: grid;
  margin: 0 0 0 0.5rem;
}
.color-picker-canvas .color-picker-rgb mat-form-field .mat-form-field-wrapper {
  padding: 0 0 0.25rem 0;
}
.color-picker-canvas .color-picker-rgb mat-form-field:last-child {
  padding: 0.1375rem 0 0 0;
}

.color-palette:hover, .color-slider:hover {
  cursor: pointer;
}

v7-color-picker-canvas-slider {
  margin: 0 0 0 0.5rem;
}

#canvas-slider-handler {
  width: 50px;
  top: 0;
  height: 12px;
  position: absolute;
  z-index: 1000;
  border: 0.5px solid #111;
  transition: background-color 0.25s;
  margin-top: 12px;
  cursor: pointer;
}

#canvas-palette-handler {
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1000;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 0.5px solid #111;
  border-radius: 50%;
  transition: background-color 0.25s;
}

v7-color-picker-canvas {
  display: flex;
}

/*
    Created on : 22.01.2019, 15:04:02
    Author     : job
*/
v7-map-chart-component .dataview-body {
  width: 100%;
  height: 100%;
}
v7-map-chart-component .dataview-body .v7charts-map-chart {
  width: 100%;
  height: 100%;
}
v7-map-chart-component .dataview-body .v7charts-map-chart svg #marker {
  fill: #F15A23;
}
v7-map-chart-component .dataview-body .v7charts-map-chart svg #marker_active {
  fill: #D54C1B;
}
v7-map-chart-component .dataview-body .v7charts-map-chart svg #marker_single {
  fill: rgba(241, 90, 35, 0.38);
}

/*
    Created on : 22.01.2019, 15:04:02
    Author     : job
*/
v7-polygon-map-chart-component .dataview-body {
  width: 100%;
  height: 85% !important;
}
v7-polygon-map-chart-component .dataview-body .v7-polygon-mapchart-legend {
  width: 231px;
  height: 278.5px;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
  color: #434951;
  position: absolute;
  display: table;
  z-index: 1;
  opacity: 0.9;
  margin: 2rem 0 0 2rem;
  padding: 1.5rem;
}
v7-polygon-map-chart-component .dataview-body .v7-polygon-mapchart-legend .v7-polygon-mapchart-legend-caption {
  width: 80px;
  height: 19px;
  margin: 0 0 11px 0;
}
v7-polygon-map-chart-component .dataview-body .v7-polygon-mapchart-legend .v7-polygon-mapchart-legend-item {
  height: 40px;
  width: 183px;
  padding: 0 0.5rem 0 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
}
v7-polygon-map-chart-component .dataview-body .v7-polygon-mapchart-legend .v7-polygon-mapchart-legend-item .v7-polygon-mapchart-legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
}
v7-polygon-map-chart-component .dataview-body .v7-polygon-mapchart-legend .v7-polygon-mapchart-legend-item .v7-polygon-mapchart-legend-range {
  padding-left: 0.5rem;
}
v7-polygon-map-chart-component .dataview-body .v7charts-map-chart {
  width: 100%;
  height: 100%;
}
v7-polygon-map-chart-component .dataview-body .v7charts-map-chart svg #marker {
  fill: #F15A23;
}
v7-polygon-map-chart-component .dataview-body .v7charts-map-chart svg #marker_active {
  fill: #D54C1B;
}
v7-polygon-map-chart-component .dataview-body .v7charts-map-chart svg #marker_single {
  fill: rgba(241, 90, 35, 0.38);
}
v7-polygon-map-chart-component .dataview-body .v7charts-map-chart v7-list-view-component.v7-listview-unlabled th {
  display: table-cell;
  color: #ffffff;
}
v7-polygon-map-chart-component .dataview-body .v7charts-map-chart v7-list-view-component.v7-listview-unlabled td {
  color: #ffffff;
}
v7-polygon-map-chart-component.dashboard-component {
  width: 100%;
  height: 100%;
}
v7-polygon-map-chart-component.dashboard-component .v7-dataview {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
v7-polygon-map-chart-component.dashboard-component .dataview-header {
  display: none;
}
v7-polygon-map-chart-component.dashboard-component .dataview-body {
  padding: 0;
  overflow: hidden;
}
v7-polygon-map-chart-component.dashboard-component v7-dataview-footer-component {
  display: none;
}

v7-funnel-component .v7-funnel-card {
  height: 100%;
  width: 100%;
  overflow: auto;
}

/*
    Created on : Oct 23, 2018, 2:50:21 PM
    Author     : peter.rumanovsky
*/
/*
    Created on : 12.10.2017, 15:09:38
    Author     : acw
*/
v7-set-builder-component {
  display: block;
  width: 100%;
  height: 100%;
}
v7-set-builder-component #setbuilder-body {
  position: relative;
}
v7-set-builder-component #setbuilder-body .setbuilder-mat-card {
  padding: 0;
  border: 1px solid white;
}
v7-set-builder-component #setbuilder-body .setbuilder-hint-border {
  animation: blink 2s;
  animation-iteration-count: 3;
}
@keyframes blink {
  50% {
    border: 1px solid #F15A23;
  }
}
v7-set-builder-component #setbuilder-body #svg-canvas {
  overflow: inherit;
}

.setnode-buttonbar-menu {
  width: 17.125rem;
}
.setnode-buttonbar-menu .setnode-buttonbar-menu-item {
  height: 2.5rem;
}
.setnode-buttonbar-menu .setnode-buttonbar-menu-item .setnode-buttonbar-menu-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.5rem;
}
.setnode-buttonbar-menu .setnode-buttonbar-menu-item .setnode-buttonbar-menu-item-content .setnode-buttonbar-menu-item-content-label {
  width: 17.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*
    Created on : 06.06.2019, 14:26:17
    Author     : sbu
*/
/*
    Created on : Oct 23, 2018, 2:50:21 PM
    Author     : peter.rumanovsky
*/
v7-set-node-component {
  display: block;
  width: 100%;
}
v7-set-node-component.setnode-tile-dragged .setnode-child .setnode-tile {
  border: 0.0625rem dotted #C2C2C2;
  border-bottom: none;
  box-shadow: 0 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.2), 0 0.25rem 0.3125rem 0 rgba(0, 0, 0, 0.14), 0 0.0625rem 0.625rem 0 rgba(0, 0, 0, 0.12) !important;
}
v7-set-node-component.setnode-tile-hover-delete > .setnode-child > .setnode-tile-wrapper {
  opacity: 0.5;
}
v7-set-node-component.setnode-tile-hover-delete > .setnode-child > .setnode-wrapper > .setnode-child:not(:first-child) {
  opacity: 0.5;
}
v7-set-node-component .setnode-child .setnode-tile-drag {
  border: 0.0625rem dotted #C2C2C2;
  border-bottom: none;
  box-shadow: 0 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.2), 0 0.25rem 0.3125rem 0 rgba(0, 0, 0, 0.14), 0 0.0625rem 0.625rem 0 rgba(0, 0, 0, 0.12) !important;
}
v7-set-node-component .setnode-child .setnode-tile {
  text-align: center;
  font-size: 1rem;
  height: 13.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: white;
  margin-right: 13.25rem;
  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);
}
v7-set-node-component .setnode-child .setnode-tile:hover {
  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);
}
v7-set-node-component .setnode-child .setnode-tile:hover .setnode-tile-content .setnode-tile-buttonbar {
  visibility: visible;
}
v7-set-node-component .setnode-child .setnode-tile:hover .setnode-tile-content .setnode-tile-content-toggle {
  visibility: visible;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content {
  cursor: grab;
  cursor: -moz-grab;
  background: white;
  width: 11.25rem;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content mat-icon.setnode-tile-image {
  color: #F15A23;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-buttonbar {
  width: 100%;
  height: 2rem;
  text-align: right;
  background: white;
  color: #434951;
  visibility: hidden;
  margin-bottom: 0.75rem;
  z-index: 1500;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-buttonbar .setnode-tile-buttonbar-inner {
  display: flex;
  background: white;
  color: #434951;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
  border-bottom: 0.0625rem solid #F0F0F0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  /*
  &.setnode-tile-buttonbar-inner-selected {
      display: flex;//$v7-setbuilder-tile-buttonbar-inner-selected-display;
      justify-content: $v7-setbuilder-tile-buttonbar-inner-selected-justify-content;
      height: $v7-setbuilder-tile-buttonbar-inner-selected-height;
  }*/
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-buttonbar .btn {
  height: 1rem;
  width: 1rem;
  margin: 0.125rem;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-buttonbar .btn mat-icon {
  width: 1rem;
  height: 1rem;
  margin: 0;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-buttonbar:hover .setnode-tile-buttonbar-inner {
  display: flex;
  justify-content: flex-end;
  transition: 0.3s;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-toggle {
  position: absolute;
  right: 0;
  visibility: hidden;
  z-index: 20;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-toggle .toggle-button {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-toggle .toggle-button .mat-icon {
  height: 1rem;
  width: 1rem;
  margin: 0;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-toggle .toggle-button .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-image {
  background-color: white;
  width: 7rem;
  height: 4rem;
  margin-left: 2.125rem;
  margin-right: 2.125rem;
  margin-bottom: 0.5rem;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-image .setnode-tile-edit {
  display: none;
  position: absolute;
  color: white;
  margin: 0;
  margin-left: 7.5rem;
  text-decoration: none;
  width: 1rem;
  height: 1rem;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-image .setnode-tile-edit .mat-icon {
  width: 1rem;
  height: 1rem;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-image .setnode-tile-edit .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-image .setnode-tile-edit:hover {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-image .setnode-tile-edit.setnode-tile-edit-selected {
  display: flex;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-image:hover .setnode-tile-edit {
  display: flex;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-noedit {
  display: none;
  position: relative;
  width: 11.25rem;
  margin-bottom: 0.9375rem;
  flex-direction: column;
  align-items: baseline;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-edit-caption {
  margin-left: 1rem;
  margin-bottom: 0;
  letter-spacing: 0.0625rem;
  width: 5.375rem;
  text-align: left;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-edit {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  display: flex;
  z-index: 3;
  background-color: white;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-edit-operators {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 0.75rem 0 0.75rem;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-edit-operators .setnode-tile-content-edit-operator {
  width: 2.25rem;
  height: 2.5rem;
  margin: 0;
  margin-top: 1.5rem;
  background: transparent;
  border-radius: 0.125rem;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-edit-operators .setnode-tile-content-edit-operator:hover {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  border: solid 0.0625rem #C2C2C2;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-edit-operator-selected {
  border: solid 0.0625rem #434951;
  border-radius: 0.125rem;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-edit-operator-selected:hover {
  border: solid 0.0625rem #434951;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-edit {
  display: none;
  position: absolute;
  color: white;
  margin: 0;
  margin-left: 7.5rem;
  text-decoration: none;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-edit.setnode-tile-edit-selected {
  display: flex;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-small-image {
  background-size: contain;
  height: 1rem;
  margin: 0.25rem auto;
  width: 1.75rem;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-caption {
  max-height: 3.125rem;
  max-width: 10.25rem;
  height: 3.125rem;
  width: 10.25rem;
  margin: 0 0.5rem 0 0.5rem;
  border: none;
  background-color: white;
  resize: none;
  text-align: center;
  font-size: 0.625rem;
  padding: 0;
  vertical-align: top;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-caption:disabled {
  color: #C2C2C2;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-caption:disabled:hover {
  border: none;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-caption:hover {
  border: 0.0625rem solid #DEDEDE;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-caption:focus {
  border: 0.0625rem solid #434951;
  overflow: auto;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter {
  height: 1.875rem;
  text-align: center;
  top: 2rem;
  background-color: #434951;
  color: white;
  margin: 0.0625rem 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.6875rem;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter mat-progress-spinner circle {
  stroke: white;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter span {
  display: inline-block;
  margin: 0;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter mat-icon {
  font-size: 8pt;
}
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter.highlight {
  background: #F15A23;
  height: 3.0625rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 0.5rem;
}
v7-set-node-component .setnode-child .setnode-tile.setnode-selected {
  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);
}
v7-set-node-component .setnode-child .setnode-tile.setnode-parentselected {
  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);
}
v7-set-node-component .setnode-child .setnode-tile.setnode-moved-to-correct-level {
  margin-right: 1rem;
}
v7-set-node-component .setnode-child .setnode-tile.setnode-margin-right-null {
  margin-right: 0;
}
v7-set-node-component .setnode-child .setnode-tile.setnode-margin-right-lg {
  margin-right: 13.25rem;
}
v7-set-node-component .setnode-child .setnode-tile.setnode-margin-right-sm {
  margin-right: 1rem;
}
v7-set-node-component .setnode-child .setnode-tile.setnode-margin-left-lg {
  margin-left: 13.25rem;
}

.material-icons {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.v7charts-number-area-chart-area {
  fill: #F15A23 !important;
}

.v7charts-date-area-chart-area {
  fill: #00AEEB;
}

.v7charts-x-axis {
  font-size: smaller;
}

.v7charts-y-axis {
  font-size: smaller;
}

.v7charts-y-axis text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #434951;
}

.v7charts-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #1f1f1f;
}

.v7charts-legend-dot {
  background-color: #F15A23;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}

.v7charts-x-axis line {
  stroke: black;
}

.v7charts-x-axis path {
  display: none;
}

.v7charts-x-axis text {
  font-family: Open Sans;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #434951;
}

.v7charts-x-grid-line line {
  stroke: #F15A23 !important;
}

.v7charts-y-grid-line {
  stroke: #f5f5f5;
  stroke-width: 2px;
}

.v7charts-y-grid-line:first-oftype line {
  stroke: black;
}

.v7charts-donut-chart-polyline {
  opacity: 0.3;
  stroke: black;
  stroke-width: 2px;
  fill: none;
}

.v7charts-position-relative {
  position: relative;
}

.chart {
  padding: 2rem;
}

.v7charts-tooltip {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  position: absolute;
  display: none;
  max-height: 34px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  margin: -35px 0px 0 -15px;
  padding: 8px;
  background-color: #434951;
  border-radius: 4px;
  font-size: 10px;
  opacity: 0.8;
  color: #ffffff;
  animation: show 0s 10s forwards;
}

.v7charts-tooltip:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 11px 11px 0;
  border-color: #434951 transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -4px;
  left: 10px;
}

.v7charts-grouped-date-area-chart-area:nth-child(7n+1) {
  fill: #f15a23;
}

.v7charts-grouped-date-area-chart-area:nth-child(7n+2) {
  fill: #42a5f5;
}

.v7charts-grouped-date-area-chart-area:nth-child(7n+3) {
  fill: #66bb6a;
}

.v7charts-grouped-date-area-chart-area:nth-child(7n+4) {
  fill: #ffa726;
}

.v7charts-grouped-date-area-chart-area:nth-child(7n+5) {
  fill: #8d6e63;
}

.v7charts-grouped-date-area-chart-area:nth-child(7n+6) {
  fill: #79a6d2;
}

.v7charts-grouped-date-area-chart-area:nth-child(7n+7) {
  fill: #0000b4;
}

.v7charts-bar-chart .v7charts-bar-chart-bar {
  fill: #F15A23;
  opacity: 1;
}
.v7charts-bar-chart .v7charts-y-axis path {
  color: white;
}
.v7charts-bar-chart line {
  color: #f5f5f5;
  stroke: #f5f5f5;
  stroke-width: 2px;
}
.v7charts-bar-chart .v7charts-bar-chart-skeleton-bar {
  fill: #f5f5f5;
  opacity: 1;
}
.v7charts-bar-chart .v7charts-bar-chart-skeleton-x-axis {
  color: white;
}
.v7charts-bar-chart .v7charts-bar-chart-skeleton-x-axis text {
  opacity: 0;
}
.v7charts-bar-chart .v7charts-bar-chart-skeleton-x-axis line {
  color: white;
  stroke: white;
  stroke-width: 0px;
}
.v7charts-bar-chart .v7charts-bar-chart-skeleton-y-axis {
  color: white;
}
.v7charts-bar-chart .v7charts-bar-chart-skeleton-y-axis text {
  opacity: 0;
}
.v7charts-bar-chart .v7charts-bar-chart-skeleton-y-axis line {
  color: white;
  stroke: white;
  stroke-width: 0px;
}

.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-bar-group:nth-child(7n+1) {
  fill: #f15a23;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-bar-group:nth-child(7n+2) {
  fill: #42a5f5;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-bar-group:nth-child(7n+3) {
  fill: #66bb6a;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-bar-group:nth-child(7n+4) {
  fill: #ffa726;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-bar-group:nth-child(7n+5) {
  fill: #8d6e63;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-bar-group:nth-child(7n+6) {
  fill: #79a6d2;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-bar-group:nth-child(7n+7) {
  fill: #0000b4;
}
.v7charts-grouped-bar-chart .v7charts-y-axis path {
  color: white;
}
.v7charts-grouped-bar-chart line {
  color: #f5f5f5;
  stroke: #f5f5f5;
  stroke-width: 2px;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-skeleton-bar {
  fill: #f5f5f5;
  opacity: 1;
}
.v7charts-grouped-bar-chart .y-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}
.v7charts-grouped-bar-chart .x-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-skeleton-x-axis {
  color: white;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-skeleton-x-axis text {
  opacity: 0;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-skeleton-x-axis line {
  color: white;
  stroke: white;
  stroke-width: 0px;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-skeleton-y-axis {
  color: white;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-skeleton-y-axis text {
  opacity: 0;
}
.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-skeleton-y-axis line {
  color: white;
  stroke: white;
  stroke-width: 0px;
}

.v7charts-grouped-bar-chart-legend {
  margin: 0 auto;
  padding: 10px;
  position: relative;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+1) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+1) .v7charts-grouped-legend-dot {
  background-color: #f15a23;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+1) .v7charts-grouped-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+2) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+2) .v7charts-grouped-legend-dot {
  background-color: #42a5f5;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+2) .v7charts-grouped-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+3) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+3) .v7charts-grouped-legend-dot {
  background-color: #66bb6a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+3) .v7charts-grouped-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+4) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+4) .v7charts-grouped-legend-dot {
  background-color: #ffa726;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+4) .v7charts-grouped-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+5) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+5) .v7charts-grouped-legend-dot {
  background-color: #8d6e63;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+5) .v7charts-grouped-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+6) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+6) .v7charts-grouped-legend-dot {
  background-color: #79a6d2;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+6) .v7charts-grouped-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+7) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+7) .v7charts-grouped-legend-dot {
  background-color: #0000b4;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+7) .v7charts-grouped-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+1) {
  fill: #f15a23;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+2) {
  fill: #42a5f5;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+3) {
  fill: #66bb6a;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+4) {
  fill: #ffa726;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+5) {
  fill: #8d6e63;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+6) {
  fill: #79a6d2;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+7) {
  fill: #0000b4;
}
.v7charts-horizontal-bar-chart .v7charts-y-axis path {
  color: white;
}
.v7charts-horizontal-bar-chart .v7charts-x-axis text {
  font-size: 14px;
}
.v7charts-horizontal-bar-chart line {
  color: #f5f5f5;
  stroke: #f5f5f5;
  stroke-width: 2px;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-bar {
  fill: #f5f5f5;
  opacity: 1;
}
.v7charts-horizontal-bar-chart .y-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}
.v7charts-horizontal-bar-chart .x-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-x-axis {
  color: white;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-x-axis text {
  opacity: 0;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-x-axis line {
  color: white;
  stroke: white;
  stroke-width: 0px;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-y-axis {
  color: white;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-y-axis text {
  opacity: 0;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-y-axis line {
  color: white;
  stroke: white;
  stroke-width: 0px;
}

.v7charts-horizontal-bar-chart-legend {
  margin: 0 auto;
  padding: 10px;
  position: relative;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+1) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+1) .v7charts-horizontal-legend-dot {
  background-color: #f15a23;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+1) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+2) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+2) .v7charts-horizontal-legend-dot {
  background-color: #42a5f5;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+2) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+3) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+3) .v7charts-horizontal-legend-dot {
  background-color: #66bb6a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+3) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+4) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+4) .v7charts-horizontal-legend-dot {
  background-color: #ffa726;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+4) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+5) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+5) .v7charts-horizontal-legend-dot {
  background-color: #8d6e63;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+5) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+6) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+6) .v7charts-horizontal-legend-dot {
  background-color: #79a6d2;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+6) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+7) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+7) .v7charts-horizontal-legend-dot {
  background-color: #0000b4;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+7) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+1) {
  fill: #f15a23;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+2) {
  fill: #42a5f5;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+3) {
  fill: #66bb6a;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+4) {
  fill: #ffa726;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+5) {
  fill: #8d6e63;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+6) {
  fill: #79a6d2;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-bar-group:nth-child(7n+7) {
  fill: #0000b4;
}
.v7charts-horizontal-bar-chart .v7charts-y-axis path {
  color: white;
}
.v7charts-horizontal-bar-chart .v7charts-x-axis text {
  font-size: 14px;
}
.v7charts-horizontal-bar-chart line {
  color: #f5f5f5;
  stroke: #f5f5f5;
  stroke-width: 2px;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-bar {
  fill: #f5f5f5;
  opacity: 1;
}
.v7charts-horizontal-bar-chart .y-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}
.v7charts-horizontal-bar-chart .x-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-x-axis {
  color: white;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-x-axis text {
  opacity: 0;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-x-axis line {
  color: white;
  stroke: white;
  stroke-width: 0px;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-y-axis {
  color: white;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-y-axis text {
  opacity: 0;
}
.v7charts-horizontal-bar-chart .v7charts-horizontal-bar-chart-skeleton-y-axis line {
  color: white;
  stroke: white;
  stroke-width: 0px;
}

.v7charts-horizontal-bar-chart-legend {
  margin: 0 auto;
  padding: 10px;
  position: relative;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+1) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+1) .v7charts-horizontal-legend-dot {
  background-color: #f15a23;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+1) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+2) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+2) .v7charts-horizontal-legend-dot {
  background-color: #42a5f5;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+2) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+3) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+3) .v7charts-horizontal-legend-dot {
  background-color: #66bb6a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+3) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+4) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+4) .v7charts-horizontal-legend-dot {
  background-color: #ffa726;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+4) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+5) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+5) .v7charts-horizontal-legend-dot {
  background-color: #8d6e63;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+5) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+6) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+6) .v7charts-horizontal-legend-dot {
  background-color: #79a6d2;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+6) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+7) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+7) .v7charts-horizontal-legend-dot {
  background-color: #0000b4;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-horizontal-bar-chart-legend .v7charts-horizontal-bar-chart-legend-item:nth-child(7n+7) .v7charts-horizontal-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-bar-group:nth-child(7n+1) {
  fill: #f15a23;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-bar-group:nth-child(7n+2) {
  fill: #42a5f5;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-bar-group:nth-child(7n+3) {
  fill: #66bb6a;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-bar-group:nth-child(7n+4) {
  fill: #ffa726;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-bar-group:nth-child(7n+5) {
  fill: #8d6e63;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-bar-group:nth-child(7n+6) {
  fill: #79a6d2;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-bar-group:nth-child(7n+7) {
  fill: #0000b4;
}
.v7charts-stacked-bar-chart .v7charts-y-axis path {
  color: white;
}
.v7charts-stacked-bar-chart line {
  color: #f5f5f5;
  stroke: #f5f5f5;
  stroke-width: 2px;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-skeleton-bar {
  fill: #f5f5f5;
  opacity: 1;
}
.v7charts-stacked-bar-chart .y-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}
.v7charts-stacked-bar-chart .x-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-skeleton-x-axis {
  color: white;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-skeleton-x-axis text {
  opacity: 0;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-skeleton-x-axis line {
  color: white;
  stroke: white;
  stroke-width: 0px;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-skeleton-y-axis {
  color: white;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-skeleton-y-axis text {
  opacity: 0;
}
.v7charts-stacked-bar-chart .v7charts-stacked-bar-chart-skeleton-y-axis line {
  color: white;
  stroke: white;
  stroke-width: 0px;
}

.v7charts-stacked-bar-chart-legend {
  margin: 0 auto;
  padding: 10px;
  position: relative;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+1) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+1) .v7charts-stacked-legend-dot {
  background-color: #f15a23;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+1) .v7charts-stacked-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+2) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+2) .v7charts-stacked-legend-dot {
  background-color: #42a5f5;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+2) .v7charts-stacked-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+3) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+3) .v7charts-stacked-legend-dot {
  background-color: #66bb6a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+3) .v7charts-stacked-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+4) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+4) .v7charts-stacked-legend-dot {
  background-color: #ffa726;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+4) .v7charts-stacked-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+5) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+5) .v7charts-stacked-legend-dot {
  background-color: #8d6e63;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+5) .v7charts-stacked-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+6) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+6) .v7charts-stacked-legend-dot {
  background-color: #79a6d2;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+6) .v7charts-stacked-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+7) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+7) .v7charts-stacked-legend-dot {
  background-color: #0000b4;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-stacked-bar-chart-legend .v7charts-stacked-bar-chart-legend-item:nth-child(7n+7) .v7charts-stacked-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.v7charts-single-donut-chart .v7charts-single-donut-chart-group :first-child :first-child {
  fill: #f15a23;
}
.v7charts-single-donut-chart .v7charts-single-donut-chart-group :last-child {
  fill: #434951;
}
.v7charts-single-donut-chart .v7charts-single-donut-chart-group .v7charts-single-donut-chart-text {
  font-size: 2.2rem;
  font-family: "Open Sans";
  fill: blue;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.v7charts-single-donut-chart-label {
  position: absolute;
  text-align: center;
  -webkit-user-select: none;
          user-select: none;
  font-size: 2.2rem;
  font-family: "Open Sans";
}

.v7charts-single-donut-chart-loader {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes skeletonBarFadeIn {
  0% {
    background-color: #f0f0f0;
  }
  100% {
    background-color: red;
  }
}
@keyframes skeletonFadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.skeletonPulse {
  height: 100%;
  width: 100%;
  color: linear-gradient(-90deg, #f0f0f0 0%, #e3e3e3 50%, #f0f0f0 100%);
  animation: pulse 1.2s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -135% 0%;
  }
}

.v7charts-donut-chart-arc:nth-child(7n+1) {
  fill: #ef5350;
}
.v7charts-donut-chart-arc:nth-child(7n+1).skeleton {
  fill: #f0f0f0;
}
.v7charts-donut-chart-arc:nth-child(7n+1) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-donut-chart-arc:nth-child(7n+2) {
  fill: #42a5f5;
}
.v7charts-donut-chart-arc:nth-child(7n+2).skeleton {
  fill: #f0f0f0;
}
.v7charts-donut-chart-arc:nth-child(7n+2) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-donut-chart-arc:nth-child(7n+3) {
  fill: #66bb6a;
}
.v7charts-donut-chart-arc:nth-child(7n+3).skeleton {
  fill: #f0f0f0;
}
.v7charts-donut-chart-arc:nth-child(7n+3) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-donut-chart-arc:nth-child(7n+4) {
  fill: #ffa726;
}
.v7charts-donut-chart-arc:nth-child(7n+4).skeleton {
  fill: #f0f0f0;
}
.v7charts-donut-chart-arc:nth-child(7n+4) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-donut-chart-arc:nth-child(7n+5) {
  fill: #8d6e63;
}
.v7charts-donut-chart-arc:nth-child(7n+5).skeleton {
  fill: #f0f0f0;
}
.v7charts-donut-chart-arc:nth-child(7n+5) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-donut-chart-arc:nth-child(7n+6) {
  fill: #79a6d2;
}
.v7charts-donut-chart-arc:nth-child(7n+6).skeleton {
  fill: #f0f0f0;
}
.v7charts-donut-chart-arc:nth-child(7n+6) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-donut-chart-arc:nth-child(7n+7) {
  fill: #0000b4;
}
.v7charts-donut-chart-arc:nth-child(7n+7).skeleton {
  fill: #f0f0f0;
}
.v7charts-donut-chart-arc:nth-child(7n+7) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-donut-legend {
  overflow: auto;
  font-size: 14px;
  font-family: "Open Sans";
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+1) .v7charts-donut-dot {
  background-color: #ef5350;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 15px;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+1) .v7charts-donut-dot.skeleton {
  background-color: darkgrey;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+2) .v7charts-donut-dot {
  background-color: #42a5f5;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 15px;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+2) .v7charts-donut-dot.skeleton {
  background-color: darkgrey;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+3) .v7charts-donut-dot {
  background-color: #66bb6a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 15px;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+3) .v7charts-donut-dot.skeleton {
  background-color: darkgrey;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+4) .v7charts-donut-dot {
  background-color: #ffa726;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 15px;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+4) .v7charts-donut-dot.skeleton {
  background-color: darkgrey;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+5) .v7charts-donut-dot {
  background-color: #8d6e63;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 15px;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+5) .v7charts-donut-dot.skeleton {
  background-color: darkgrey;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+6) .v7charts-donut-dot {
  background-color: #79a6d2;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 15px;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+6) .v7charts-donut-dot.skeleton {
  background-color: darkgrey;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+7) .v7charts-donut-dot {
  background-color: #0000b4;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 15px;
}
.v7charts-donut-legend .v7charts-donut-legend-item:nth-child(7n+7) .v7charts-donut-dot.skeleton {
  background-color: darkgrey;
}
.v7charts-donut-legend .v7charts-donut-legend-item {
  padding: 0.625rem 1rem 0.625rem 0.5rem;
  border-bottom: 1px solid #F0F0F0;
  color: #434951;
  line-height: 1.4;
}
.v7charts-donut-legend .v7charts-donut-legend-item.skeleton {
  display: flex;
  flex-direction: row;
}
.v7charts-donut-legend .v7charts-donut-legend-item .v7charts-donut-legend-label.skeleton {
  width: 6rem;
  height: 1rem;
}
.v7charts-donut-legend .v7charts-donut-legend-item .v7charts-donut-legend-value {
  float: right;
  color: #c2c2c2;
}
.v7charts-donut-legend .v7charts-donut-legend-item .v7charts-donut-legend-value.skeleton {
  width: 6rem;
  height: 1rem;
  align-self: flex-end;
  margin-left: 11rem;
}
.v7charts-donut-legend .v7charts-donut-legend-item:hover {
  border-bottom: none;
  background-color: #fcfcfc;
}

.v7charts-donut-legend:hover .v7charts-donut-legend-item .legend-value {
  color: black;
}

.v7charts-donut-left-half {
  float: left;
}

.v7charts-donut-right-half {
  float: left;
}

.v7charts-donut-chart-label {
  font-weight: 600;
  position: relative;
  font-size: 14px;
  font-family: "Open Sans";
}
.v7charts-donut-chart-label .v7charts-donut-label-value {
  color: #434951;
}

.v7charts-grouped-line-chart .v7charts-grouped-line-chart-group:nth-child(7n+3) {
  fill: none;
  stroke: #f15a23;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-group:nth-child(7n+4) {
  fill: none;
  stroke: #42a5f5;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-group:nth-child(7n+5) {
  fill: none;
  stroke: #66bb6a;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-group:nth-child(7n+6) {
  fill: none;
  stroke: #ffa726;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-group:nth-child(7n+7) {
  fill: none;
  stroke: #8d6e63;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-group:nth-child(7n+8) {
  fill: none;
  stroke: #79a6d2;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-group:nth-child(7n+9) {
  fill: none;
  stroke: #0000b4;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-skeleton-group:nth-child(7n+1) {
  fill: none;
  stroke: #d8d8d8;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-skeleton-group:nth-child(7n+2) {
  fill: none;
  stroke: #c0c0c0;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-skeleton-group:nth-child(7n+3) {
  fill: none;
  stroke: #a8a8a8;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-skeleton-group:nth-child(7n+4) {
  fill: none;
  stroke: #909090;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-skeleton-group:nth-child(7n+5) {
  fill: none;
  stroke: #d1d5d5;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-skeleton-group:nth-child(7n+6) {
  fill: none;
  stroke: #8e9796;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart .v7charts-grouped-line-chart-skeleton-group:nth-child(7n+7) {
  fill: none;
  stroke: #606e6c;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-grouped-line-chart line {
  color: #f5f5f5;
  stroke: #f5f5f5;
  stroke-width: 2px;
}
.v7charts-grouped-line-chart .v7charts-y-axis path {
  color: white;
}
.v7charts-grouped-line-chart .v7charts-y-grid-line {
  stroke: #f5f5f5;
}
.v7charts-grouped-line-chart .v7charts-x-axis.skeleton text {
  opacity: 0;
  font-size: 10px;
}
.v7charts-grouped-line-chart .v7charts-x-axis.skeleton line {
  stroke: none;
}
.v7charts-grouped-line-chart .v7charts-x-axis text {
  font-size: 14px;
}
.v7charts-grouped-line-chart .v7charts-y-axis.skeleton text {
  opacity: 0;
}
.v7charts-grouped-line-chart .v7charts-y-axis.skeleton line {
  stroke: none;
}
.v7charts-grouped-line-chart .y-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}
.v7charts-grouped-line-chart .x-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}

.v7charts-line-chart-legend {
  margin: 12px auto;
  padding: 10px;
  position: relative;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+1) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+1) .v7charts-line-legend-dot {
  background-color: #f15a23;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+1) .v7charts-line-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+2) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+2) .v7charts-line-legend-dot {
  background-color: #42a5f5;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+2) .v7charts-line-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+3) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+3) .v7charts-line-legend-dot {
  background-color: #66bb6a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+3) .v7charts-line-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+4) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+4) .v7charts-line-legend-dot {
  background-color: #ffa726;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+4) .v7charts-line-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+5) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+5) .v7charts-line-legend-dot {
  background-color: #8d6e63;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+5) .v7charts-line-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+6) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+6) .v7charts-line-legend-dot {
  background-color: #79a6d2;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+6) .v7charts-line-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+7) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+7) .v7charts-line-legend-dot {
  background-color: #0000b4;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+7) .v7charts-line-legend-text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+3) .v7charts-profile-line-chart-group {
  fill: none;
  stroke: #f15a23;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+3) circle {
  fill: #f15a23;
}
.v7charts-profile-chart .v7charts-profile-chart-bar:nth-child(7n+3) rect {
  fill: #f15a23;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+4) .v7charts-profile-line-chart-group {
  fill: none;
  stroke: #42a5f5;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+4) circle {
  fill: #42a5f5;
}
.v7charts-profile-chart .v7charts-profile-chart-bar:nth-child(7n+4) rect {
  fill: #42a5f5;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+5) .v7charts-profile-line-chart-group {
  fill: none;
  stroke: #66bb6a;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+5) circle {
  fill: #66bb6a;
}
.v7charts-profile-chart .v7charts-profile-chart-bar:nth-child(7n+5) rect {
  fill: #66bb6a;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+6) .v7charts-profile-line-chart-group {
  fill: none;
  stroke: #ffa726;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+6) circle {
  fill: #ffa726;
}
.v7charts-profile-chart .v7charts-profile-chart-bar:nth-child(7n+6) rect {
  fill: #ffa726;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+7) .v7charts-profile-line-chart-group {
  fill: none;
  stroke: #8d6e63;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+7) circle {
  fill: #8d6e63;
}
.v7charts-profile-chart .v7charts-profile-chart-bar:nth-child(7n+7) rect {
  fill: #8d6e63;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+8) .v7charts-profile-line-chart-group {
  fill: none;
  stroke: #79a6d2;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+8) circle {
  fill: #79a6d2;
}
.v7charts-profile-chart .v7charts-profile-chart-bar:nth-child(7n+8) rect {
  fill: #79a6d2;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+9) .v7charts-profile-line-chart-group {
  fill: none;
  stroke: #0000b4;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-chart-point-line:nth-child(7n+9) circle {
  fill: #0000b4;
}
.v7charts-profile-chart .v7charts-profile-chart-bar:nth-child(7n+9) rect {
  fill: #0000b4;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+3) .v7charts-profile-line-chart-skeleton-group {
  fill: none;
  stroke: #d8d8d8;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+3) circle {
  fill: #d8d8d8;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+4) .v7charts-profile-line-chart-skeleton-group {
  fill: none;
  stroke: #c0c0c0;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+4) circle {
  fill: #c0c0c0;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+5) .v7charts-profile-line-chart-skeleton-group {
  fill: none;
  stroke: #a8a8a8;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+5) circle {
  fill: #a8a8a8;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+6) .v7charts-profile-line-chart-skeleton-group {
  fill: none;
  stroke: #909090;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+6) circle {
  fill: #909090;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+7) .v7charts-profile-line-chart-skeleton-group {
  fill: none;
  stroke: #d1d5d5;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+7) circle {
  fill: #d1d5d5;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+8) .v7charts-profile-line-chart-skeleton-group {
  fill: none;
  stroke: #8e9796;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+8) circle {
  fill: #8e9796;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+9) .v7charts-profile-line-chart-skeleton-group {
  fill: none;
  stroke: #606e6c;
  stroke-width: 2px;
  z-index: 99;
}
.v7charts-profile-chart .v7charts-profile-line-chart-point-line-skeleton:nth-child(7n+9) circle {
  fill: #606e6c;
}
.v7charts-profile-chart line {
  color: #f5f5f5;
  stroke: #f5f5f5;
  stroke-width: 2px;
}
.v7charts-profile-chart .v7charts-y-axis path {
  color: black;
}
.v7charts-profile-chart .v7charts-y-grid-line {
  stroke: #f5f5f5;
}
.v7charts-profile-chart .v7charts-x-axis.skeleton text {
  opacity: 0;
  font-size: 10px;
}
.v7charts-profile-chart .v7charts-x-axis text {
  font-size: 14px;
}
.v7charts-profile-chart .v7charts-y-axis line {
  fill: none;
  stroke: none;
}
.v7charts-profile-chart .v7charts-y-axis line.v7charts-y-grid-line {
  fill: #f5f5f5;
  stroke: #f5f5f5;
}
.v7charts-profile-chart .v7charts-y-axis.skeleton text {
  opacity: 0;
}
.v7charts-profile-chart .y-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}
.v7charts-profile-chart .x-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
  font-family: "Open Sans", Verdana, sans-serif;
}
.v7charts-profile-chart .x-unit-ax-legend-text {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans SemiBold";
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  fill: #434951;
}

.v7charts-profile-chart-legend {
  margin: 12px auto;
  padding: 10px;
  position: relative;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+1) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+1) .v7charts-profile-legend-dot {
  background-color: #f15a23;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+2) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+2) .v7charts-profile-legend-dot {
  background-color: #42a5f5;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+3) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+3) .v7charts-profile-legend-dot {
  background-color: #66bb6a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+4) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+4) .v7charts-profile-legend-dot {
  background-color: #ffa726;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+5) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+5) .v7charts-profile-legend-dot {
  background-color: #8d6e63;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+6) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+6) .v7charts-profile-legend-dot {
  background-color: #79a6d2;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+7) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-profile-chart-legend .v7charts-profile-chart-legend-item:nth-child(7n+7) .v7charts-profile-legend-dot {
  background-color: #0000b4;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  margin-right: 8px;
}

/*
    Created on : 06.02.2019, 16:03:20
    Author     : job
*/
@keyframes fadInDownOutDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
@keyframes skeletonBarFadeIn {
  0% {
    background-color: #f0f0f0;
  }
  100% {
    background-color: #F15A23;
  }
}
@keyframes skeletonFadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.skeletonPulse {
  height: 100%;
  width: 100%;
  background: linear-gradient(-90deg, #f0f0f0 0%, #e3e3e3 50%, #f0f0f0 100%);
  background-size: 400% 100%;
  animation: pulse 1.2s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -135% 0%;
  }
}

.funnel {
  width: 100%;
  max-width: 1347.4px;
  box-sizing: content-box;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
}
.funnel .topSpace {
  width: 100%;
  height: 1rem;
}
.funnel .bottomSpace {
  width: 100%;
  height: 2rem;
}
.funnel .primeLevel {
  min-width: 100%;
  height: 4rem;
  display: flex;
  box-sizing: border-box;
  color: #434951;
  -webkit-user-select: none;
          user-select: none;
  border-color: #f5f5f5;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
.funnel .primeLevel:hover {
  background-color: #f5f5f5;
}
.funnel .primeLevel .preSpace {
  min-width: 1.03125rem;
  height: 4rem;
}
.funnel .primeLevel .label {
  min-width: 16.625rem;
  max-width: 42.0625rem;
  width: 100%;
  margin-top: 0.59375rem;
  font-family: "Open Sans";
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: left;
}
.funnel .primeLevel .label .subText {
  width: 16.625rem;
  height: 1.75rem;
  font-weight: normal;
  letter-spacing: normal;
  text-overflow: ellipsis;
}
.funnel .primeLevel .valueContainer {
  min-width: 5rem;
  margin-top: 0.875rem;
  margin-bottom: 1.9375rem;
  display: flex;
  justify-content: flex-end;
}
.funnel .primeLevel .valueContainer .value {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: right;
}
.funnel .primeLevel .valueContainer .value.skeleton {
  width: 77px;
  height: 19px;
  background-color: #f0f0f0;
}
.funnel .primeLevel .valueContainer .value.skeletonFadeOut {
  animation-name: skeletonFadeOut;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
}
.funnel .primeLevel .doubleSpace {
  min-width: 0.78125rem;
  max-width: 3.91875rem;
  width: 100%;
  height: 4rem;
}
.funnel .primeLevel .barContainer {
  min-width: 11.35rem;
  max-width: 25rem;
}
.funnel .primeLevel .barContainer .bar {
  width: 100%;
  height: 4rem;
  background-color: #F15A23;
}
.funnel .primeLevel .postSpace {
  min-width: 3.75625rem;
  max-width: 8.26875rem;
  width: auto;
  height: 4rem;
}
.funnel .level {
  height: 4rem;
  display: flex;
  box-sizing: border-box;
  color: #434951;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.funnel .level:hover {
  background-color: #f5f5f5;
}
.funnel .level:hover:active {
  cursor: default;
  background-color: white;
  border: dashed 0.0625rem #c2c2c2;
}
.funnel .level:hover .trashContainer .trash {
  color: #c2c2c2;
  display: flex;
}
.funnel .level:hover .trashContainer .trash.skeleton {
  display: none;
}
.funnel .level:hover .trashContainer .trash:hover {
  color: #535b67;
}
.funnel .level:hover .trashContainer .trash:hover.skeleton {
  display: none;
}
.funnel .level .label {
  width: 100%;
  min-width: 16.625rem;
  max-width: 42.0625rem;
  margin-top: 0.59375rem;
  font-family: "Open Sans";
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: left;
}
.funnel .level .label .subText {
  width: 16.625rem;
  height: 1.75rem;
  font-weight: normal;
  letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  /*This is not default css. At the time of writing (2019-02-15)
  there was no default css to make multiple lines in a div
  overflow with ellipsis. Therefore we used this webkit
  implementation, working Edge, Chrome and Safari. Firefox is not
  supported :-(
  */
  display: -webkit-box;
  line-height: 1.4;
  -webkit-line-clamp: 2; /* number of lines to show */
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.funnel .level .valueContainer {
  min-width: 5rem;
  margin-top: 0.875rem;
  margin-bottom: 1.9375rem;
  display: flex;
  justify-content: flex-end;
}
.funnel .level .valueContainer .value {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: right;
}
.funnel .level .valueContainer .value.skeleton {
  width: 77px;
  height: 19px;
  background-color: #f0f0f0;
}
.funnel .level .valueContainer .value.skeletonFadeOut {
  animation-name: skeletonFadeOut;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
}
.funnel .level .barContainer {
  min-width: 11.35rem;
  max-width: 25rem;
  display: flex;
  justify-content: center;
}
.funnel .level .barContainer .bar {
  height: 4rem;
  background-color: #F15A23;
}
.funnel .level .barContainer .bar.skeleton {
  width: 266px;
  height: 64px;
  background-color: #f0f0f0;
}
.funnel .level .barContainer .bar.skeletonBarFadeIn {
  animation-name: skeletonBarFadeIn;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
}
.funnel .level .space {
  min-width: 0.725rem;
}
.funnel .level .preSpace {
  min-width: 1.03125rem;
}
.funnel .level .postSpace {
  width: auto;
  min-width: 0.525rem;
  max-width: 4.10625rem;
}
.funnel .level .doubleSpace {
  min-width: 0.78125rem;
  max-width: 3.91875rem;
  width: 100%;
  height: 4rem;
}
.funnel .level .trashContainer {
  min-width: 1rem;
  height: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.funnel .level .trashContainer:hover {
  cursor: default;
}
.funnel .level .trashContainer .trash {
  display: none;
}
.funnel .level .halfSpace {
  min-width: 0.5rem;
}
.funnel .level .gripContainer {
  min-width: 1rem;
  height: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.funnel .level .gripContainer .grip {
  color: #c2c2c2;
}
.funnel .level .gripContainer .grip.skeleton {
  display: none;
}
.funnel .level .gripContainer .grip:hover {
  cursor: grab;
  color: #30343a;
}
.funnel .level .gripContainer .grip:hover:active {
  cursor: grabbing;
}
.funnel .intermediateLevel {
  height: 2rem;
  display: flex;
  box-sizing: border-box;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.funnel .intermediateLevel .preSpace {
  min-width: 1.03125rem;
}
.funnel .intermediateLevel .labelSpace {
  min-width: 16.625rem;
  max-width: 42.0625rem;
  width: 100%;
}
.funnel .intermediateLevel .dropContainer {
  min-width: 5rem;
  display: flex;
  justify-content: flex-end;
}
.funnel .intermediateLevel .dropContainer .arrow {
  -webkit-user-select: none;
          user-select: none;
  width: 1rem;
  height: 1rem;
  margin-top: 0.59375rem;
  margin-bottom: 0.59375rem;
  color: #c2c2c2;
  font-size: 8px;
}
.funnel .intermediateLevel .dropContainer .arrow.skeleton {
  animation-name: fadInDownOutDown;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}
.funnel .intermediateLevel .dropContainer .halfSpace {
  width: 0.5rem;
}
.funnel .intermediateLevel .dropContainer .drop {
  height: 0.875rem;
  width: 1.5625rem;
  margin-top: 0.59375rem;
  margin-bottom: 0.59375rem;
  color: #c2c2c2;
  font-size: 10px;
  font-weight: regular;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: left;
}
.funnel .intermediateLevel .dropContainer .drop.skeleton {
  background-color: #f0f0f0;
  color: #f0f0f0;
}
.funnel .intermediateLevel .dropContainer .drop.skeletonFadeOut {
  animation-name: skeletonFadeOut;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
}
.funnel .intermediateLevel .doubleSpace {
  width: 100%;
  min-width: 0.78125rem;
  max-width: 3.91875rem;
}
.funnel .intermediateLevel .barSpace {
  min-width: 11.35rem;
  max-width: 25rem;
  height: 2rem;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
}
.funnel .intermediateLevel .barSpace .barContainer .bar {
  border-top-width: 0rem;
  border-top-style: solid;
  border-top-color: #dedede;
  border-left-color: transparent;
  border-left-style: solid;
  border-right-color: transparent;
  border-right-style: solid;
  height: 0px;
}
.funnel .intermediateLevel .postSpace {
  width: auto;
  min-width: 3.75625rem;
  max-width: 8.26875rem;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tooltip {
  position: absolute;
  text-align: center;
  color: white;
  display: inline-block;
  padding: 8px;
  font-family: OpenSans;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  pointer-events: none;
  max-width: 105px;
  min-height: 65.7px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: rgba(67, 73, 81, 0.8);
}

.tooltip:after, .tooltip:before {
  top: 100%;
  left: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.tooltip:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: rgba(67, 73, 81, 0.8);
  border-width: 10px;
  margin-left: -10px;
}

.tooltip-hidden {
  opacity: 0;
}

.tooltip-hide {
  animation-name: hide;
  animation-duration: 0.2s;
  opacity: 0;
}

.tooltip-show {
  animation-name: show;
  animation-duration: 0.2s;
  opacity: 1;
}

.timeline {
  position: relative;
  display: block;
}
.timeline .timeline-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.timeline .timeline-container:before, .timeline .timeline-container:after {
  position: relative;
  content: " ";
  border: 10px solid transparent;
}
.timeline .timeline-container:before {
  border-right: 10px solid #777777;
}
.timeline .timeline-container:after {
  border-left: 10px solid #777777;
}
.timeline .timeline-container .timeline-panel {
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.timeline .timeline-container .timeline-panel::-webkit-scrollbar {
  display: none;
}
.timeline .timeline-container .timeline-panel .timeline-list {
  display: inline-flex;
  list-style: none;
  border-top: 3px solid #777777;
  padding: 0px 100px;
  height: 137px;
  margin-top: 150px;
}
.timeline .timeline-container .timeline-panel .timeline-list li {
  position: relative;
  display: inline-block;
  justify-content: flex-start;
  width: 30px;
  height: 50px;
}
.timeline .timeline-container .timeline-panel .timeline-list li div {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 30px;
  height: 50px;
  padding-top: 1px;
}
.timeline .timeline-container .timeline-panel .timeline-list li div img {
  flex: none;
  width: 48px;
  height: 48px;
  position: relative;
  left: -15px;
}
.timeline .timeline-container .timeline-panel .timeline-list li div a {
  display: flex;
  justify-content: flex-start;
  text-decoration: none;
  z-index: 1;
}
.timeline .timeline-container .timeline-panel .timeline-list li div a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.timeline .timeline-container .timeline-panel .timeline-list li div.timeline-entry.timeline-element-layout-up .timeline-label {
  top: -73px;
}
.timeline .timeline-container .timeline-panel .timeline-list li div.timeline-entry.timeline-element-layout-up .timeline-label div {
  height: 20px;
  width: 20px;
  top: 15px;
  left: -2px;
}
.timeline .timeline-container .timeline-panel .timeline-list li div.timeline-entry.timeline-element-layout-up .timeline-vertical-line {
  top: -33px;
}
.timeline .timeline-container .timeline-panel .timeline-list li div.timeline-entry.timeline-element-layout-down .timeline-label {
  top: 20px;
}
.timeline .timeline-container .timeline-panel .timeline-list li div.timeline-entry.timeline-element-layout-down .timeline-label div {
  height: 20px;
  width: 20px;
  top: 15px;
  left: -2px;
}
.timeline .timeline-container .timeline-panel .timeline-list li div .timeline-label {
  position: absolute;
  width: 100%;
  text-align: center;
}
.timeline .timeline-container .timeline-panel .timeline-list li div .timeline-label:hover {
  color: #00ADEF;
}
.timeline .timeline-container .timeline-panel .timeline-list li div .timeline-label .timeline-entry-count {
  margin-top: 12px;
  position: relative;
  left: 5px;
  top: 3px;
}
.timeline .timeline-container .timeline-panel .timeline-list li div .timeline-vertical-line {
  position: absolute;
  border: none;
  width: 1px;
  left: 7px;
}
.timeline .timeline-container .timeline-panel .timeline-list li div .timeline-circle {
  position: inherit;
  background: #00ADEF;
  border-radius: 50%;
  border: none;
  box-shadow: 0 0 0 5px #fff;
  height: 15px;
  width: 15px;
  top: 0;
  left: 0;
  flex: none;
  margin-top: -10px;
}
.timeline .timeline-container .timeline-panel .timeline-list li .timeline-entry .timeline-vertical-line {
  background: #00ADEF;
  height: 30px;
}
.timeline .timeline-container .timeline-panel .timeline-list li .timeline-year .timeline-label, .timeline .timeline-container .timeline-panel .timeline-list li .timeline-quarter .timeline-label, .timeline .timeline-container .timeline-panel .timeline-list li .timeline-month .timeline-label, .timeline .timeline-container .timeline-panel .timeline-list li .timeline-week .timeline-label {
  display: flex;
  justify-content: flex-start;
  top: 18px;
  font-family: "Open Sans";
}
.timeline .timeline-container .timeline-panel .timeline-list li .timeline-year .timeline-vertical-line, .timeline .timeline-container .timeline-panel .timeline-list li .timeline-quarter .timeline-vertical-line, .timeline .timeline-container .timeline-panel .timeline-list li .timeline-month .timeline-vertical-line, .timeline .timeline-container .timeline-panel .timeline-list li .timeline-week .timeline-vertical-line {
  background: #777777;
  height: 15px;
  top: -1px;
  left: 15px;
}
.timeline .timeline-button-panel {
  display: inline-block;
  width: inline-block;
}
.timeline .timeline-button-panel .timeline-view-button {
  float: right;
  display: inline-block;
  border: solid 1px #777777;
  color: #00ADEF;
  background-color: #fff;
  cursor: pointer;
}
.timeline .timeline-button-panel .timeline-view-button:hover {
  color: #00ADEF;
  border-color: #00ADEF;
}
.timeline .timeline-button-panel .timeline-view-button.timeline-button-toggled {
  color: #fff;
  border-color: #00ADEF;
  background-color: #00ADEF;
}
.timeline a.disabled {
  cursor: default;
}

.timeline-highlight, .timeline-highlight > * {
  color: #00ADEF !important;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-size: 20px;
  font-style: normal;
  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";
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 04.02.2019, 14:39:14
    Author     : job
*/
.v7charts-map-chart {
  height: 100%;
  width: 100%;
}
.v7charts-map-chart #location {
  fill: black;
}
.v7charts-map-chart #marker_single {
  fill: black;
}
.v7charts-map-chart .H_ib {
  left: -50%;
  top: 50%;
  transform: translate(0, 0) !important;
}
.v7charts-map-chart .H_ib .H_ib_body {
  transform: translate(50%, 50%);
}
.v7charts-map-chart .H_ib .H_ib_tail {
  display: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 04.02.2019, 14:39:14
    Author     : job
*/
.v7charts-map-chart-polygon {
  height: 100%;
  width: 100%;
}
.v7charts-map-chart-polygon #location {
  fill: black;
}
.v7charts-map-chart-polygon #marker_single {
  fill: black;
}
.v7charts-map-chart-polygon .H_ib {
  display: none;
}
.v7charts-map-chart-polygon .H_ib .H_ib_body {
  background-color: #434951;
  opacity: 0.7;
}
.v7charts-map-chart-polygon .H_ib .H_ib_body .H_icon {
  fill: white;
}
.v7charts-map-chart-polygon .H_ib .H_ib_tail:after {
  border-color: #434951 transparent;
  opacity: 0.7;
}
.v7charts-map-chart-polygon .H_ib .H_ib_tail:before {
  border-color: #434951 transparent;
  opacity: 0.7;
}

@keyframes skeletonBarFadeIn {
  0% {
    background-color: #f0f0f0;
  }
  100% {
    background-color: red;
  }
}
@keyframes skeletonFadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.skeletonPulse {
  height: 100%;
  width: 100%;
  color: linear-gradient(-90deg, #f0f0f0 0%, #e3e3e3 50%, #f0f0f0 100%);
  animation: pulse 1.2s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -135% 0%;
  }
}

.v7charts-radar-chart-arc:nth-child(7n+1) {
  fill: #ef5350;
}
.v7charts-radar-chart-arc:nth-child(7n+1).skeleton {
  fill: #F0F0F0;
}
.v7charts-radar-chart-arc:nth-child(7n+1) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-radar-chart-arc:nth-child(7n+2) {
  fill: #42a5f5;
}
.v7charts-radar-chart-arc:nth-child(7n+2).skeleton {
  fill: #F0F0F0;
}
.v7charts-radar-chart-arc:nth-child(7n+2) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-radar-chart-arc:nth-child(7n+3) {
  fill: #66bb6a;
}
.v7charts-radar-chart-arc:nth-child(7n+3).skeleton {
  fill: #F0F0F0;
}
.v7charts-radar-chart-arc:nth-child(7n+3) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-radar-chart-arc:nth-child(7n+4) {
  fill: #ffa726;
}
.v7charts-radar-chart-arc:nth-child(7n+4).skeleton {
  fill: #F0F0F0;
}
.v7charts-radar-chart-arc:nth-child(7n+4) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-radar-chart-arc:nth-child(7n+5) {
  fill: #8d6e63;
}
.v7charts-radar-chart-arc:nth-child(7n+5).skeleton {
  fill: #F0F0F0;
}
.v7charts-radar-chart-arc:nth-child(7n+5) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-radar-chart-arc:nth-child(7n+6) {
  fill: #79a6d2;
}
.v7charts-radar-chart-arc:nth-child(7n+6).skeleton {
  fill: #F0F0F0;
}
.v7charts-radar-chart-arc:nth-child(7n+6) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-radar-chart-arc:nth-child(7n+7) {
  fill: #0000b4;
}
.v7charts-radar-chart-arc:nth-child(7n+7).skeleton {
  fill: #F0F0F0;
}
.v7charts-radar-chart-arc:nth-child(7n+7) path {
  stroke: #fff;
  stroke-width: 3px;
}

.v7charts-radar-legend {
  overflow: auto;
  color: #434951;
  font-size: 14px;
  font-family: "Open Sans";
}
.v7charts-radar-legend .v7charts-radar-legend-head {
  padding-bottom: 12px;
  height: 19px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  font-family: "Open Sans Semibold";
  line-height: 1.4;
  letter-spacing: 0.01px;
  text-align: left;
  display: inline-table;
}
.v7charts-radar-legend .v7charts-radar-legend-item {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  border-bottom: 1px solid lightgray;
}
.v7charts-radar-legend .v7charts-radar-legend-item.skeleton {
  display: flex;
  flex-direction: row;
}
.v7charts-radar-legend .v7charts-radar-legend-item .v7charts-radar-legend-label.skeleton {
  width: 6rem;
  height: 1rem;
}
.v7charts-radar-legend .v7charts-radar-legend-item .v7charts-radar-legend-value {
  float: right;
  color: grey;
}
.v7charts-radar-legend .v7charts-radar-legend-item .v7charts-radar-legend-value.skeleton {
  width: 6rem;
  height: 1rem;
  align-self: flex-end;
  margin-left: 11rem;
}
.v7charts-radar-legend .v7charts-radar-legend-item:hover {
  border-bottom: none;
  background-color: #fcfcfc;
}
.v7charts-radar-legend .v7charts-radar-legend-item:hover .v7charts-radar-legend-value {
  color: #434951;
  font-weight: 600;
}

.v7charts-radar-legend:hover .v7charts-radar-legend-item .legend-value {
  color: black;
}

.v7charts-radar-left-half {
  float: left;
}

.v7charts-radar-right-half {
  float: left;
}
.v7charts-radar-right-half .legendArcs {
  fill: transparent;
  stroke: none;
}
.v7charts-radar-right-half .legendText {
  fill: #434951;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.v7charts-radar-chart line {
  stroke: #dedede;
  stroke-width: 1px;
}
.v7charts-radar-chart .v7charts-radar-chart-label {
  position: relative;
  font-size: 14px;
  font-family: "Open Sans";
}
.v7charts-radar-chart .v7charts-radar-chart-label .v7charts-radar-label-value {
  color: grey;
}
.v7charts-radar-chart .legend-skeleton {
  fill: #F0F0F0;
  width: 50px;
  height: 20px;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+1) {
  fill: #f15a23;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+1).skeleton {
  fill: #d8d8d8;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+1).skeleton .radarStroke {
  stroke: #d8d8d8;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+1) .radarStroke {
  stroke: #f15a23;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+2) {
  fill: #42a5f5;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+2).skeleton {
  fill: #c0c0c0;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+2).skeleton .radarStroke {
  stroke: #d8d8d8;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+2) .radarStroke {
  stroke: #42a5f5;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+3) {
  fill: #66bb6a;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+3).skeleton {
  fill: #a8a8a8;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+3).skeleton .radarStroke {
  stroke: #d8d8d8;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+3) .radarStroke {
  stroke: #66bb6a;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+4) {
  fill: #ffa726;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+4).skeleton {
  fill: #909090;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+4).skeleton .radarStroke {
  stroke: #d8d8d8;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+4) .radarStroke {
  stroke: #ffa726;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+5) {
  fill: #8d6e63;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+5).skeleton {
  fill: #d1d5d5;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+5).skeleton .radarStroke {
  stroke: #d8d8d8;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+5) .radarStroke {
  stroke: #8d6e63;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+6) {
  fill: #79a6d2;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+6).skeleton {
  fill: #8e9796;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+6).skeleton .radarStroke {
  stroke: #d8d8d8;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+6) .radarStroke {
  stroke: #79a6d2;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+7) {
  fill: #0000b4;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+7).skeleton {
  fill: #606e6c;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+7).skeleton .radarStroke {
  stroke: #d8d8d8;
}
.v7charts-radar-chart .areas .radarWrapper:nth-child(7n+7) .radarStroke {
  stroke: #0000b4;
}
.v7charts-radar-chart .areas .radarCircleWrapper.skeleton {
  fill: #c0c0c0;
}

.v7charts-radar-legend-bot {
  display: flex;
  float: left;
  padding-bottom: 32px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  width: 100%;
  height: auto;
  color: #434951;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+1) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+1) .v7charts-radar-dot {
  background-color: #f15a23;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 2px 0px 0px 2px;
  margin-right: 10px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+2) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+2) .v7charts-radar-dot {
  background-color: #42a5f5;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 2px 0px 0px 2px;
  margin-right: 10px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+3) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+3) .v7charts-radar-dot {
  background-color: #66bb6a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 2px 0px 0px 2px;
  margin-right: 10px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+4) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+4) .v7charts-radar-dot {
  background-color: #ffa726;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 2px 0px 0px 2px;
  margin-right: 10px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+5) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+5) .v7charts-radar-dot {
  background-color: #8d6e63;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 2px 0px 0px 2px;
  margin-right: 10px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+6) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+6) .v7charts-radar-dot {
  background-color: #79a6d2;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 2px 0px 0px 2px;
  margin-right: 10px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+7) {
  float: left;
  padding: 5px 12px 5px 0px;
}
.v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+7) .v7charts-radar-dot {
  background-color: #0000b4;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 2px 0px 0px 2px;
  margin-right: 10px;
}

.v7charts-radar-tooltip {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  display: none;
  max-height: 34px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: fixed;
  margin: -35px 0px 0 -15px;
  padding: 8px;
  background-color: #434951;
  border-radius: 4px;
  font-size: 10px;
  opacity: 0.8;
  color: #ffffff;
  animation: show 0s 10s forwards;
}

.v7charts-radar-tooltip:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 11px 11px 0;
  border-color: #434951 transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -4px;
  left: 10px;
}

v7-document-upload-component {
  width: 100%;
  margin-bottom: 0.625rem;
}
v7-document-upload-component .documentupload-header .documentupload-caption {
  color: #434951;
  font-size: 1.225rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 1.5rem;
}
v7-document-upload-component .dragentered {
  background-color: #BDBDBD;
}
v7-document-upload-component .dataview-body {
  background-color: #ffffff;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
}
v7-document-upload-component .drop-zone {
  border: 0.125rem dashed #DEDEDE;
  margin-top: 2rem;
  text-align: center;
  width: 100%;
  height: 26.90625rem;
}
v7-document-upload-component .drop-zone > mat-icon {
  width: 9.375rem;
  height: auto;
  color: #000000;
  pointer-events: none;
  padding-top: 2.8125rem;
}
v7-document-upload-component .drop-zone .text-description {
  height: 1.875rem;
  color: #000000;
}
v7-document-upload-component .drop-zone > span {
  text-align: center;
  pointer-events: none;
}
v7-document-upload-component .drop-zone > input[type=file] {
  display: none;
}
v7-document-upload-component .drop-zone .draginprogress {
  pointer-events: none;
}
v7-document-upload-component .drop-zone .btn {
  margin-top: 1rem;
  height: 2.5rem;
  margin-bottom: 0;
}
v7-document-upload-component span {
  display: block;
}
v7-document-upload-component .detail-container {
  padding-top: 1.5rem;
  width: 100%;
  height: calc(100vh - 37rem);
  overflow: auto;
}
v7-document-upload-component .detail-container .document-detail-list {
  align-items: center;
}
v7-document-upload-component .btn-primary {
  border-radius: 0.125rem;
  border-color: rgba(255, 255, 255, 0);
}
v7-document-upload-component .btn-primary:hover {
  background-color: #FC7647;
}
v7-document-upload-component .btn-primary:active {
  background-color: #D54C1B;
}
v7-document-upload-component .btn-primary:disabled {
  background-color: #F15A23;
  opacity: 38%;
}

/*
    Created on : 03.12.2018, 09:45:00
    Author     : nsp
*/
@keyframes color-change {
  0% {
    color: #000000;
  }
  100% {
    color: white;
  }
}
v7-document-detail-component .detail {
  display: flex;
  padding: 0.3125rem 0 0.3125rem 0;
  margin-top: -0.0625rem;
  height: 2.625rem;
  align-items: center;
}
v7-document-detail-component .detail .detail-name {
  margin-right: 3.75rem;
  min-width: 12.5rem;
  max-width: 12.5rem;
  margin-left: 1rem;
}
v7-document-detail-component .detail .detail-name span {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
v7-document-detail-component .detail .detail-loadprogress {
  width: 80%;
  margin-top: 0.25rem;
}
v7-document-detail-component .detail .detail-loadprogress .progress-bar {
  width: 100%;
  display: block;
}
v7-document-detail-component .detail .detail-loadprogress .progress-bar .mat-progress-bar-fill::after {
  background-color: #F15A23;
}
v7-document-detail-component .detail .detail-loadprogress .progress-bar .mat-progress-bar-buffer {
  background: transparent;
}
v7-document-detail-component .detail .detail-loadprogress .progress-bar .mat-progress-bar {
  height: 1.25rem;
}
v7-document-detail-component .detail .detail-loadprogress .progress-bar .mat-progress-bar-background {
  animation: none;
  background-color: #eceff1;
  fill: #eceff1;
  border-radius: 0.125rem;
  border-color: #F5F5F5;
}
v7-document-detail-component .detail .detail-loadprogress .progress-span {
  color: #000000;
  text-align: center;
}
v7-document-detail-component .detail .detail-loadprogress .color-progress {
  color: green;
}
v7-document-detail-component .detail .detail-loaded {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
v7-document-detail-component .detail .detail-loaded .detail-type {
  margin-right: 3.75rem;
  display: center;
}
v7-document-detail-component .detail .detail-loaded .detail-type > span {
  margin-right: 1.25rem;
}
v7-document-detail-component .detail .detail-loaded .detail-type .dropdown {
  width: 11.25rem;
  height: 1.5rem;
}
v7-document-detail-component .detail .detail-loaded .detail-added {
  margin-right: 1.25rem;
}
v7-document-detail-component .detail .detail-loaded .detail-tools {
  margin-left: auto;
  padding-right: 0.875rem;
  visibility: hidden;
}
v7-document-detail-component .detail .detail-loaded .detail-tools mat-icon {
  margin-top: 0.25rem;
}
v7-document-detail-component .detail .detail-loaded .datail-added-failed-message {
  color: #B00120;
}
v7-document-detail-component .detail .detail-div {
  height: 2.625rem;
  width: 100%;
  display: flex;
  align-items: center;
}
v7-document-detail-component .detail .detail-div:hover {
  background-color: #F5F5F5;
}
v7-document-detail-component .detail .detail-div:hover .detail-loaded .detail-tools {
  visibility: visible;
}
v7-document-detail-component .detail .detail-div:hover .detail-loaded .detail-tools .btn-sm {
  color: #C2C2C2;
}
v7-document-detail-component .detail .detail-div .datail-added-failed-message {
  color: #B00120;
}

/*
    Created on : Oct 24, 2018, 8:35:49 AM
    Author     : peter.rumanovsky
*/
.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;
}
.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;
}
.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;
  text-transform: uppercase;
}
.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%;
}

v7-dynamic-form-delete-array-element-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-dynamic-form-delete-array-element-button-component .btn.btn-shadow {
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25) !important;
}
v7-dynamic-form-delete-array-element-button-component .btn:focus, v7-dynamic-form-delete-array-element-button-component .btn:active:focus, v7-dynamic-form-delete-array-element-button-component .btn.active:focus, v7-dynamic-form-delete-array-element-button-component .btn.focus, v7-dynamic-form-delete-array-element-button-component .btn:active.focus, v7-dynamic-form-delete-array-element-button-component .btn.active.focus, v7-dynamic-form-delete-array-element-button-component .btn:hover, v7-dynamic-form-delete-array-element-button-component .btn:focus, v7-dynamic-form-delete-array-element-button-component .btn.focus, v7-dynamic-form-delete-array-element-button-component .btn:active, v7-dynamic-form-delete-array-element-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-dynamic-form-delete-array-element-button-component .btn:focus.btn-shadow, v7-dynamic-form-delete-array-element-button-component .btn:active:focus.btn-shadow, v7-dynamic-form-delete-array-element-button-component .btn.active:focus.btn-shadow, v7-dynamic-form-delete-array-element-button-component .btn.focus.btn-shadow, v7-dynamic-form-delete-array-element-button-component .btn:active.focus.btn-shadow, v7-dynamic-form-delete-array-element-button-component .btn.active.focus.btn-shadow, v7-dynamic-form-delete-array-element-button-component .btn:hover.btn-shadow, v7-dynamic-form-delete-array-element-button-component .btn:focus.btn-shadow, v7-dynamic-form-delete-array-element-button-component .btn.focus.btn-shadow, v7-dynamic-form-delete-array-element-button-component .btn:active.btn-shadow, v7-dynamic-form-delete-array-element-button-component .btn.active.btn-shadow {
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25) !important;
}
v7-dynamic-form-delete-array-element-button-component .btn span {
  text-align: left;
  white-space: nowrap;
  flex-grow: 1;
}
v7-dynamic-form-delete-array-element-button-component .btn mat-icon {
  margin: 0 0.5rem 0 0.5rem;
}
v7-dynamic-form-delete-array-element-button-component .btn.icon-first mat-icon {
  order: -1;
}
v7-dynamic-form-delete-array-element-button-component .btn-kpi {
  background-color: #434951;
  border-radius: 0.125rem;
  height: 2.1875rem;
  padding-right: 0.3125rem;
  cursor: default;
}
v7-dynamic-form-delete-array-element-button-component .btn-lg {
  font-size: xx-large;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 10rem;
  padding: 2rem;
  margin: 0;
}
v7-dynamic-form-delete-array-element-button-component .btn-lg mat-icon {
  width: x-large;
}
v7-dynamic-form-delete-array-element-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-dynamic-form-delete-array-element-button-component .btn-md mat-icon {
  width: larger;
}
v7-dynamic-form-delete-array-element-button-component .btn-sm {
  font-size: small;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  height: 2rem;
  padding: 0;
  margin: 0;
}
v7-dynamic-form-delete-array-element-button-component .btn-sm mat-icon {
  width: medium;
}
v7-dynamic-form-delete-array-element-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-dynamic-form-delete-array-element-button-component .btn-xs mat-icon {
  width: small;
}
v7-dynamic-form-delete-array-element-button-component .btn-icon-dark {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  background: transparent;
  color: #434951;
  border: none;
  outline: none;
}
v7-dynamic-form-delete-array-element-button-component .btn-icon-light {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  background: transparent;
  color: white;
  border: none;
  outline: none;
}
v7-dynamic-form-delete-array-element-button-component .understep-workflow:hover {
  color: white;
  background: #F15A23;
}
v7-dynamic-form-delete-array-element-button-component .nounderstep-workflow:hover {
  color: #F15A23;
}
v7-dynamic-form-delete-array-element-button-component .btn-breadcrumb {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}

v7-dynamic-form-group-component {
  display: block;
}
v7-dynamic-form-group-component .errorMessage {
  box-shadow: 0px 2px 1px -1px rgba(176, 1, 32, 0.2), 0px 1px 1px 0px rgba(176, 1, 32, 0.14), 0px 1px 3px 0px rgba(176, 1, 32, 0.12);
  display: block;
  background-color: white;
  padding: 0.5rem;
  margin: 0.5rem;
}
v7-dynamic-form-group-component .v7-form-group > h2 {
  margin: 2rem 0;
}
v7-dynamic-form-group-component .dynamic-form-control-last-input-no-margin .mat-form-field-wrapper {
  padding: 0;
  margin: 0;
}
v7-dynamic-form-group-component.addNewsFormGroup h2 {
  margin: 0;
  padding-bottom: 1.5rem;
}
v7-dynamic-form-group-component.addNewsFormGroup .mat-form-field-label {
  margin-top: 0;
  top: 1.375rem;
}
v7-dynamic-form-group-component.create-campaign-define {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
v7-dynamic-form-group-component.create-campaign-define h2 {
  margin: 2rem 0 1.5rem 0;
}
v7-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field {
  height: 2.5rem;
}
v7-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .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-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .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-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .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-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .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-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .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-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .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-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .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-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .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-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .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-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .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-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .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-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .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-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .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-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .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-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .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-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .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-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .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-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .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-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .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-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-dynamic-form-group-component.v7-participant-form-group v7-dynamic-form-control-text-component mat-form-field .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-dynamic-form-group-component.v7-participant-form-group v7-flow-panel-component .v7-flow-panel {
  margin-top: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
v7-dynamic-form-group-component.v7-participant-form-group v7-flow-panel-component .v7-flow-panel v7-dynamic-form-control-drop-down-component {
  height: 2.5rem;
  min-width: 12.5rem;
}
v7-dynamic-form-group-component.v7-participant-form-group v7-flow-panel-component .v7-flow-panel v7-dynamic-form-control-drop-down-component mat-form-field {
  height: 2.5rem;
  min-width: 12.5rem;
}
v7-dynamic-form-group-component.v7-participant-form-group v7-flow-panel-component .v7-flow-panel v7-dynamic-form-control-text-component {
  height: 2.5rem;
  min-width: 12.5rem;
}
v7-dynamic-form-group-component.v7-participant-form-group v7-flow-panel-component .v7-flow-panel v7-dynamic-form-control-text-component mat-form-field {
  height: 2.5rem;
  min-width: 12.5rem;
}
v7-dynamic-form-group-component.v7-form-group-horizontal .v7-form-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  align-items: center;
}
v7-dynamic-form-group-component.campaign-define {
  margin-right: 2rem;
  margin-left: 2rem;
  margin-top: 2rem;
}
v7-dynamic-form-group-component.create-campaign-define-basisinformation ::ng-deep .v7-form-shadow {
  padding-bottom: 0.52344rem;
}
v7-dynamic-form-group-component.create-campaign-define-basisinformation ::ng-deep .v7-form-shadow .v7-flow-panel .mat-form-field {
  width: 18.75rem;
}
v7-dynamic-form-group-component.create-campaign-define-basisinformation ::ng-deep .v7-form-shadow .flowpanel-padding {
  padding-right: 4rem;
}
v7-dynamic-form-group-component.create-campaign-define-basisinformation ::ng-deep .v7-form-shadow .currency-field {
  padding-left: 7.375rem;
}
v7-dynamic-form-group-component.create-campaign-define-basisinformation ::ng-deep .ng-star-inserted .ng-star-inserted .v7-flow-panel {
  padding-left: 0;
}
v7-dynamic-form-group-component.compass-kpi-form {
  height: calc(100vh - 9.5rem);
  min-width: 56rem;
}
v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-text-area-component mat-form-field .mat-form-field-flex .mat-input-element.cdk-text-field-autofill-monitored {
  height: calc(100vh - 33rem);
  resize: none;
}
v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component > div {
  display: flex;
  justify-content: space-between;
}
v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .functionFormField {
  margin-right: 2rem;
}
v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-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-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-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-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-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-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .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-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 16.3125rem;
}
v7-dynamic-form-group-component.compass-kpi-form v7-dynamic-form-control-simple-kpi-field-component v7-angular-form-control-simple-kpi-field-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}
v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-font-p, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-bp-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-bp-indicator-table-component .v7-tableview-header-data-menu v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .tableview-header-data-menu-item, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-bp-indicator-table-component .v7-tableview-table-row, v7-bp-indicator-table-component v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-tableview-table-row, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-bp-indicator-table-component .v7-tableview-table-header-data v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-tableview-table-header-data-menu, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-dqs-mgmnt-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-dqs-mgmnt-component .v7-tableview-header-data-menu v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .tableview-header-data-menu-item, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-dqs-mgmnt-component .v7-tableview-table-row, v7-dqs-mgmnt-component v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-tableview-table-row, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-dqs-mgmnt-component .v7-tableview-table-header-data v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-tableview-table-header-data-menu, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-gwmyap-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-gwmyap-uebersicht-component .v7-tableview-header-data-menu v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .tableview-header-data-menu-item, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-gwmyap-uebersicht-component .v7-tableview-table-row, v7-gwmyap-uebersicht-component v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-tableview-table-row, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-tableview-table-header-data-menu, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-krk-mgmnt-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-krk-mgmnt-table-component .v7-tableview-header-data-menu v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .tableview-header-data-menu-item, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-krk-mgmnt-table-component .v7-tableview-table-row, v7-krk-mgmnt-table-component v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-tableview-table-row, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-krk-mgmnt-table-component .v7-tableview-table-header-data v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-tableview-table-header-data-menu, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-krk-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-krk-indicator-table-component .v7-tableview-header-data-menu v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .tableview-header-data-menu-item, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-krk-indicator-table-component .v7-tableview-table-row, v7-krk-indicator-table-component v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-tableview-table-row, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-krk-indicator-table-component .v7-tableview-table-header-data v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-tableview-table-header-data-menu, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-adma-table-deletable-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-adma-table-deletable-component .v7-tableview-header-data-menu v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .tableview-header-data-menu-item, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-adma-table-deletable-component .v7-tableview-table-row, v7-adma-table-deletable-component v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-tableview-table-row, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-adma-table-deletable-component .v7-tableview-table-header-data v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-tableview-table-header-data-menu, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-fahrzeug-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-fahrzeug-uebersicht-component .v7-tableview-header-data-menu v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .tableview-header-data-menu-item, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-fahrzeug-uebersicht-component .v7-tableview-table-row, v7-fahrzeug-uebersicht-component v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-tableview-table-row, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-tableview-table-header-data-menu, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-table-view-component .v7-tableview-table-header-data v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-tableview-table-header-data-menu, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-table-view-component .v7-tableview-table-row, v7-table-view-component v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-tableview-table-row, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-table-view-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-table-view-component .v7-tableview-header-data-menu v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .tableview-header-data-menu-item, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .v7-doubleslider-textfield, v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-doubleslider-textfield, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-workflow-graph-component .workflow-level-container .workflow-level, v7-workflow-graph-component .workflow-level-container v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .workflow-level, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item, v7-workflow-select-component .workflowselection-container .workflow-category-group v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .workflow-category-item, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component v7-news-component .news-mat-card .card-body .v7-news-description, v7-news-component .news-mat-card .card-body v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-news-description, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-df-dropdown-option .v7-df-option-text, .v7-df-dropdown-option v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-df-option-text, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .v7-df-select-panel, v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .setnode-buttonbar-menu .setnode-buttonbar-menu-item .setnode-buttonbar-menu-item-content, .setnode-buttonbar-menu .setnode-buttonbar-menu-item v7-dynamic-form-group-component.compass-kpi-form v7-angular-form-control-conditionlist-component .setnode-buttonbar-menu-item-content {
  margin-bottom: 1rem;
}
v7-dynamic-form-group-component.compass-kpi-form v7-flow-panel-component > .v7-flow-panel > :first-child {
  margin-bottom: 1rem;
}
v7-dynamic-form-group-component.compass-kpi-form v7-flow-panel-component > .v7-flow-panel > :nth-child(2) {
  margin-top: 1rem;
}

v7-dynamic-form-control-currency-component {
  padding: 0 1rem 0 0;
}
v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .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-dynamic-form-control-currency-component v7-angular-form-control-currency-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .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-dynamic-form-control-currency-component v7-angular-form-control-currency-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .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-dynamic-form-control-currency-component v7-angular-form-control-currency-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-dynamic-form-control-currency-component v7-angular-form-control-currency-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .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-dynamic-form-control-currency-component v7-angular-form-control-currency-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .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-dynamic-form-control-currency-component v7-angular-form-control-currency-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .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-dynamic-form-control-currency-component v7-angular-form-control-currency-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .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-dynamic-form-control-currency-component v7-angular-form-control-currency-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .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-dynamic-form-control-currency-component v7-angular-form-control-currency-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .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-dynamic-form-control-currency-component v7-angular-form-control-currency-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .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-dynamic-form-control-currency-component v7-angular-form-control-currency-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .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-dynamic-form-control-currency-component v7-angular-form-control-currency-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-dynamic-form-control-currency-component v7-angular-form-control-currency-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .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-dynamic-form-control-currency-component v7-angular-form-control-currency-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .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-dynamic-form-control-currency-component v7-angular-form-control-currency-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .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-dynamic-form-control-currency-component v7-angular-form-control-currency-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .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-dynamic-form-control-currency-component v7-angular-form-control-currency-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-dynamic-form-control-currency-component v7-angular-form-control-currency-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .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-dynamic-form-control-currency-component v7-angular-form-control-currency-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 18.75rem;
}
v7-dynamic-form-control-currency-component v7-angular-form-control-currency-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}

/*
    Created on : Dec 11, 2018, 3:54:01 PM
    Author     : peter.rumanovsky
*/
v7-dynamic-form-control-autocomplete-component mat-form-field {
  width: 100%;
}
v7-dynamic-form-control-autocomplete-component mat-form-field mat-error {
  display: none;
}

/* 
    Created on : Dec 11, 2018, 3:52:28 PM
    Author     : peter.rumanovsky
*/
v7-dynamic-form-control-checkbox-component {
  padding: 0 1rem 0 0;
}

/*
    Created on : 19.02.2019, 09:51:28
    Author     : nsp
*/
v7-dynamic-form-control-date-chooser-component .with-time {
  display: flex;
  width: 100%;
}
v7-dynamic-form-control-date-chooser-component .with-time mat-form-field {
  width: auto;
  margin-right: 0.5rem;
}
v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .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-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .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-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .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-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-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-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .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-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .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-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .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-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .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-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .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-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .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-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .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-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .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-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-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-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .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-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .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-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .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-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .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-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-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-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .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-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 18.75rem;
}
v7-dynamic-form-control-date-chooser-component v7-angular-form-control-datechooser-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}
v7-dynamic-form-control-date-chooser-component mat-error {
  display: none;
}

/* 
    Created on : Dec 11, 2018, 3:53:25 PM
    Author     : peter.rumanovsky
*/
v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-infix, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-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, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-infix, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-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, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-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, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 18.75rem;
}
v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper, .v7-dynamic-form-control-drop-down-component v7-angular-form-control-dropdown-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}
v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-infix, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-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, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-infix, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-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, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-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, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .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-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 18.75rem;
}
v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper, .v7-dynamic-form-control-drop-down-component .v7-angular-form-control-dropdown-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}
v7-dynamic-form-control-drop-down-component mat-form-field, .v7-dynamic-form-control-drop-down-component mat-form-field {
  width: 100%;
}

/*
    Created on : Dec 11, 2018, 3:53:42 PM
    Author     : peter.rumanovsky
*/
v7-dynamic-form-control-number-component v7-angular-form-control-number-component .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-dynamic-form-control-number-component v7-angular-form-control-number-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-number-component v7-angular-form-control-number-component .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-dynamic-form-control-number-component v7-angular-form-control-number-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-number-component v7-angular-form-control-number-component .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-dynamic-form-control-number-component v7-angular-form-control-number-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-dynamic-form-control-number-component v7-angular-form-control-number-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-number-component v7-angular-form-control-number-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-control-number-component v7-angular-form-control-number-component .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-dynamic-form-control-number-component v7-angular-form-control-number-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-control-number-component v7-angular-form-control-number-component .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-dynamic-form-control-number-component v7-angular-form-control-number-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-number-component v7-angular-form-control-number-component .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-dynamic-form-control-number-component v7-angular-form-control-number-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-number-component v7-angular-form-control-number-component .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-dynamic-form-control-number-component v7-angular-form-control-number-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-dynamic-form-control-number-component v7-angular-form-control-number-component .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-dynamic-form-control-number-component v7-angular-form-control-number-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-control-number-component v7-angular-form-control-number-component .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-dynamic-form-control-number-component v7-angular-form-control-number-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-number-component v7-angular-form-control-number-component .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-dynamic-form-control-number-component v7-angular-form-control-number-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-number-component v7-angular-form-control-number-component .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-dynamic-form-control-number-component v7-angular-form-control-number-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-dynamic-form-control-number-component v7-angular-form-control-number-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-number-component v7-angular-form-control-number-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-control-number-component v7-angular-form-control-number-component .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-dynamic-form-control-number-component v7-angular-form-control-number-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-control-number-component v7-angular-form-control-number-component .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-dynamic-form-control-number-component v7-angular-form-control-number-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-number-component v7-angular-form-control-number-component .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-dynamic-form-control-number-component v7-angular-form-control-number-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-number-component v7-angular-form-control-number-component .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-dynamic-form-control-number-component v7-angular-form-control-number-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-dynamic-form-control-number-component v7-angular-form-control-number-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-number-component v7-angular-form-control-number-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-control-number-component v7-angular-form-control-number-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-dynamic-form-control-number-component v7-angular-form-control-number-component .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-dynamic-form-control-number-component v7-angular-form-control-number-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 18.75rem;
}
v7-dynamic-form-control-number-component v7-angular-form-control-number-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}
v7-dynamic-form-control-number-component mat-form-field {
  width: 100%;
}
v7-dynamic-form-control-number-component mat-form-field .form-control {
  border-radius: 0;
}
v7-dynamic-form-control-number-component mat-form-field .form-control:focus {
  border-radius: 0;
  border-color: #DEDEDE;
  border-width: 0.0625rem;
}
v7-dynamic-form-control-number-component mat-form-field mat-error {
  display: none;
}

/*
    Created on : Dec 11, 2018, 3:54:01 PM
    Author     : peter.rumanovsky
*/
v7-dynamic-form-control-radio-list-component {
  /*
      Created on : Oct 22, 2018, 12:36:19 PM
      Author     : peter.rumanovsky
  */
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-horizontal span.radiolist-title {
  text-transform: uppercase;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-horizontal form {
  display: flex;
  flex-direction: row;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-horizontal form mat-radio-group {
  display: flex;
  flex-direction: row;
  margin: 1rem 1rem 0.5625rem 1rem;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-horizontal form mat-radio-group .mat-radio-label {
  margin-bottom: 0.4375rem;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-horizontal form mat-radio-group .mat-radio-button {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-horizontal form mat-radio-group .mat-radio-button .mat-radio-outer-circle {
  border-width: 1px;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-horizontal form mat-radio-group .mat-radio-button.mat-accent .mat-radio-outer-circle {
  border-color: #DEDEDE;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-horizontal form mat-radio-group .mat-radio-button.mat-accent .mat-radio-outer-circle:hover {
  border-color: #C2C2C2;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-horizontal form mat-radio-group .mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #F15A23;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-horizontal form mat-radio-group .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  background-color: #C2C2C2;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-horizontal form mat-radio-group .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #F15A23;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-horizontal form mat-radio-group .mat-radio-button.mat-radio-checked.mat-radio-disabled .mat-radio-outer-circle {
  border-color: #DEDEDE;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-horizontal form mat-radio-group .mat-radio-button.mat-radio-checked.mat-radio-disabled .mat-radio-inner-circle {
  background-color: #DEDEDE;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-horizontal form .radioButtonSpace {
  padding: 0 1rem 0 0;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-vertical mat-radio-group {
  display: flex;
  flex-direction: column;
  margin: 1rem 1rem 0.5625rem 1rem;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-vertical mat-radio-group .mat-radio-label {
  margin-bottom: 0.4375rem;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-vertical mat-radio-group .mat-radio-button {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-vertical mat-radio-group .mat-radio-button .mat-radio-outer-circle {
  border-width: 1px;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-vertical mat-radio-group .mat-radio-button.mat-accent .mat-radio-outer-circle {
  border-color: #DEDEDE;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-vertical mat-radio-group .mat-radio-button.mat-accent .mat-radio-outer-circle:hover {
  border-color: #C2C2C2;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-vertical mat-radio-group .mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #F15A23;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-vertical mat-radio-group .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  background-color: #C2C2C2;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-vertical mat-radio-group .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #F15A23;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-vertical mat-radio-group .mat-radio-button.mat-radio-checked.mat-radio-disabled .mat-radio-outer-circle {
  border-color: #DEDEDE;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-vertical mat-radio-group .mat-radio-button.mat-radio-checked.mat-radio-disabled .mat-radio-inner-circle {
  background-color: #DEDEDE;
}
v7-dynamic-form-control-radio-list-component.v7-radiolist-vertical .mat-radio-group {
  display: flex;
  flex-direction: column;
}
v7-dynamic-form-control-radio-list-component .v7-radiolist .v7-radio {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  position: relative;
  height: 1.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding-left: 1.6875rem;
  padding-top: 0.375rem;
}
v7-dynamic-form-control-radio-list-component .v7-radiolist .v7-radio input[type=radio] {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
}
v7-dynamic-form-control-radio-list-component .v7-radiolist .v7-radio input[type=radio]:before {
  position: absolute;
  left: 0.3125rem;
  top: 0.4375rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: white;
  content: "";
  display: inline-block;
  border: 0.0625rem solid #DEDEDE;
  border-radius: 0.625rem;
}
v7-dynamic-form-control-radio-list-component .v7-radiolist .v7-radio input[type=radio]:checked:before {
  border: 0.0625rem solid #F15A23;
}
v7-dynamic-form-control-radio-list-component .v7-radiolist .v7-radio input[type=radio]:checked:after {
  position: absolute;
  left: 0.5rem;
  top: 0.625rem;
  width: 0.875rem;
  height: 0.875rem;
  color: white;
  background-color: #F15A23;
  content: " ";
  padding-left: 0.125rem;
  padding-top: 0.125rem;
  border: 0.0625rem solid #F15A23;
  border-radius: 0.5625rem;
}

/*
    Created on : Dec 11, 2018, 3:54:09 PM
    Author     : peter.rumanovsky
*/
v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-infix, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .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-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .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-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .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-dynamic-form-control-text-component v7-angular-form-control-text-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-dynamic-form-control-text-component v7-angular-form-control-text-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, .v7-dynamic-form-control-text-component v7-angular-form-control-text-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-dynamic-form-control-text-component v7-angular-form-control-text-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .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-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .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-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .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-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .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-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .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-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-infix, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .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-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .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-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .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-dynamic-form-control-text-component v7-angular-form-control-text-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-dynamic-form-control-text-component v7-angular-form-control-text-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, .v7-dynamic-form-control-text-component v7-angular-form-control-text-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-dynamic-form-control-text-component v7-angular-form-control-text-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .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-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .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-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .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-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .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-dynamic-form-control-text-component v7-angular-form-control-text-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-dynamic-form-control-text-component v7-angular-form-control-text-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, .v7-dynamic-form-control-text-component v7-angular-form-control-text-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-dynamic-form-control-text-component v7-angular-form-control-text-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .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-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 18.75rem;
}
v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper, .v7-dynamic-form-control-text-component v7-angular-form-control-text-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}
v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-infix, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .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-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .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-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .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-dynamic-form-control-text-component .v7-angular-form-control-text-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-dynamic-form-control-text-component .v7-angular-form-control-text-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, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-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-dynamic-form-control-text-component .v7-angular-form-control-text-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .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-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .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-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .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-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .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-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .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-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-infix, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .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-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .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-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .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-dynamic-form-control-text-component .v7-angular-form-control-text-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-dynamic-form-control-text-component .v7-angular-form-control-text-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, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-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-dynamic-form-control-text-component .v7-angular-form-control-text-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .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-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .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-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .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-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .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-dynamic-form-control-text-component .v7-angular-form-control-text-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-dynamic-form-control-text-component .v7-angular-form-control-text-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, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-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-dynamic-form-control-text-component .v7-angular-form-control-text-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .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-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 18.75rem;
}
v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper, .v7-dynamic-form-control-text-component .v7-angular-form-control-text-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}
v7-dynamic-form-control-text-component .mat-form-field .form-control, .v7-dynamic-form-control-text-component .mat-form-field .form-control {
  border-radius: 0;
  min-height: 19px;
  max-height: 19px;
}
v7-dynamic-form-control-text-component .mat-form-field .form-control:focus, .v7-dynamic-form-control-text-component .mat-form-field .form-control:focus {
  border-radius: 0;
  border-color: #DEDEDE;
  border-width: 0.0625rem;
}
v7-dynamic-form-control-text-component .mat-form-field mat-error, .v7-dynamic-form-control-text-component .mat-form-field mat-error {
  display: none;
}

/*
    Created on : Dec 11, 2018, 3:54:15 PM
    Author     : peter.rumanovsky
*/
v7-dynamic-form-control-text-area-component mat-form-field, .v7-dynamic-form-control-text-area-component mat-form-field {
  width: 100%;
}
v7-dynamic-form-control-text-area-component mat-form-field .mat-form-field-wrapper, .v7-dynamic-form-control-text-area-component mat-form-field .mat-form-field-wrapper {
  padding-bottom: 1.4375em;
}
v7-dynamic-form-control-text-area-component mat-form-field .form-control, .v7-dynamic-form-control-text-area-component mat-form-field .form-control {
  border-radius: 0;
}
v7-dynamic-form-control-text-area-component mat-form-field .form-control:focus, .v7-dynamic-form-control-text-area-component mat-form-field .form-control:focus {
  border-radius: 0;
  border-color: #DEDEDE;
  border-width: 0.0625rem;
}
v7-dynamic-form-control-text-area-component mat-form-field .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-text-area-component mat-form-field .mat-form-field-appearance-outline .mat-form-field-outline-start, .v7-dynamic-form-control-text-area-component mat-form-field .mat-form-field-outline .mat-form-field-outline-start, .v7-dynamic-form-control-text-area-component mat-form-field .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-text-area-component mat-form-field .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-text-area-component mat-form-field .mat-form-field-appearance-outline .mat-form-field-outline-end, .v7-dynamic-form-control-text-area-component mat-form-field .mat-form-field-outline .mat-form-field-outline-end, .v7-dynamic-form-control-text-area-component mat-form-field .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.125rem 0.125rem 0;
}
v7-dynamic-form-control-text-area-component mat-form-field .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-dynamic-form-control-text-area-component mat-form-field .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-dynamic-form-control-text-area-component mat-form-field .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, .v7-dynamic-form-control-text-area-component mat-form-field .mat-form-field-appearance-outline .mat-form-field-thick .mat-form-field-outline-start {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-text-area-component mat-form-field.mat-form-field-should-float .mat-form-field-wrapper .mat-form-field-infix, .v7-dynamic-form-control-text-area-component mat-form-field.mat-form-field-should-float .mat-form-field-wrapper .mat-form-field-infix {
  border-top: 0.8375rem solid transparent;
  padding: 0.125rem 0 0.75rem 0;
}
v7-dynamic-form-control-text-area-component mat-form-field.mat-form-field-should-float .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .v7-dynamic-form-control-text-area-component mat-form-field.mat-form-field-should-float .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.5875rem) scale(0.75);
}
v7-dynamic-form-control-text-area-component mat-form-field:not(.mat-form-field-should-float) .mat-form-field-wrapper .mat-form-field-infix, .v7-dynamic-form-control-text-area-component mat-form-field:not(.mat-form-field-should-float) .mat-form-field-wrapper .mat-form-field-infix {
  border-top: 0.8375rem solid transparent;
  padding: 0.125rem 0 0.75rem 0;
}
v7-dynamic-form-control-text-area-component mat-form-field:not(.mat-form-field-should-float) .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .v7-dynamic-form-control-text-area-component mat-form-field:not(.mat-form-field-should-float) .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  top: 0.996rem;
}
v7-dynamic-form-control-text-area-component mat-form-field mat-error, .v7-dynamic-form-control-text-area-component mat-form-field mat-error {
  display: none;
}

/*
    Created on : Dec 11, 2018, 3:53:37 PM
    Author     : peter.rumanovsky
*/
/*
    Created on : Dec 21, 2018, 7:51:29 AM
    Author     : peter.rumanovsky
*/
v7-dynamic-form-control-check-box-tree-component .node-wrapper {
  padding-top: 0.1875rem;
}
v7-dynamic-form-control-check-box-tree-component .content {
  background-color: white;
  border: 0.0625rem solid lightgrey;
  padding: 0 0.3125rem 0 0.3125rem;
}
v7-dynamic-form-control-check-box-tree-component .v7-checkbox, v7-dynamic-form-control-check-box-tree-component .v7-checkbox-main {
  margin: 0;
}
v7-dynamic-form-control-check-box-tree-component .tree-node-content {
  padding: 0 0.5rem;
}

/*
    Created on : Dec 20, 2018, 9:46:15 AM
    Author     : peter.rumanovsky
*/
v7-dynamic-form-control-singleselectiontree-tree-component {
  display: block;
}
v7-dynamic-form-control-singleselectiontree-tree-component .angular-tree-component {
  padding: 1rem;
}
v7-dynamic-form-control-singleselectiontree-tree-component .angular-tree-component .tree-node-collapsed, v7-dynamic-form-control-singleselectiontree-tree-component .angular-tree-component .tree-node-expanded {
  padding-left: 1rem;
}
v7-dynamic-form-control-singleselectiontree-tree-component .angular-tree-component .tree-node-collapsed .node-wrappper, v7-dynamic-form-control-singleselectiontree-tree-component .angular-tree-component .tree-node-expanded .node-wrappper {
  padding-left: 6px;
}
v7-dynamic-form-control-singleselectiontree-tree-component .angular-tree-component .node-content-wrapper {
  padding-left: 0;
  margin-left: 0 0 0 1.25rem !important;
  color: #434951;
}
v7-dynamic-form-control-singleselectiontree-tree-component .angular-tree-component .node-drop-slot {
  height: 0;
}
v7-dynamic-form-control-singleselectiontree-tree-component .angular-tree-component .tree-node-level-1 {
  padding-bottom: 0.5rem;
}
v7-dynamic-form-control-singleselectiontree-tree-component .angular-tree-component span .toggle-children {
  vertical-align: middle;
  height: 0.5rem;
}
v7-dynamic-form-control-singleselectiontree-tree-component .angular-tree-component .node-wrapper {
  align-items: normal;
}
v7-dynamic-form-control-singleselectiontree-tree-component .angular-tree-component .node-wrapper::before {
  height: 45px;
}
v7-dynamic-form-control-singleselectiontree-tree-component .toggle-children-placeholder {
  height: 0;
  width: 0;
}
.node-wrapper > .node-content-wrapper > v7-dynamic-form-control-singleselectiontree-tree-component.node-content-wrapper-focused, v7-dynamic-form-control-singleselectiontree-tree-component.node-content-wrapper-active {
  border: 0.0625rem solid #434951;
}
v7-dynamic-form-control-singleselectiontree-tree-component .form-control-tree {
  margin: 0 0.3125rem 0 0.3125rem;
}
v7-dynamic-form-control-singleselectiontree-tree-component .entry {
  display: flex;
  min-width: 12.625rem;
  min-height: 2rem;
}
v7-dynamic-form-control-singleselectiontree-tree-component .entry label {
  width: 100%;
  margin: 0 0 0 4px;
  display: flex;
  align-items: center;
}
v7-dynamic-form-control-singleselectiontree-tree-component .entry:hover {
  cursor: default;
}
/*
    Created on : Dec 20, 2018, 9:46:15 AM
    Author     : peter.rumanovsky
*/
v7-dynamic-form-control-single-selection-tree-component {
  display: block;
}
v7-dynamic-form-control-single-selection-tree-component .content {
  background-color: white;
  border: 0.0625rem solid lightgrey;
}
v7-dynamic-form-control-single-selection-tree-component.v7-singleselectiontree-disabled-not-grayed-out ::ng-deep .angular-tree-component .node-wrapper .node-content-wrapper .label-disabled {
  color: #434951;
}

v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form {
  border-bottom: 0.0625rem solid lightgrey;
}
v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form mat-tree {
  padding: 1rem;
}
v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form mat-tree .mat-icon {
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
  align-self: center;
}
v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form mat-tree mat-tree-node {
  height: 2rem;
  min-height: 2rem !important;
}
v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form mat-tree mat-tree-node.node-is-hidden {
  height: 0rem;
  min-height: 0rem !important;
}
v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form mat-tree mat-tree-node div {
  padding-left: 0.5rem;
  width: 100%;
  border-radius: 0.125rem;
  border: solid 0.0625rem;
  border-color: white;
  align-items: center;
  text-align: center;
}
v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form mat-tree mat-tree-node div.node-wrapper {
  margin-left: 1rem;
  width: 88%;
}
v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form mat-tree mat-tree-node div mat-progress-spinner {
  top: 0.3125rem;
}
v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form mat-tree mat-tree-node div label {
  display: inline-block;
  margin-bottom: 0.25rem;
  margin-top: 0.4rem;
  color: #434951;
}
v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form mat-tree mat-tree-node div.parentNode {
  width: 100%;
  height: 2rem !important;
  align-items: inherit;
  flex: inherit;
  display: inherit;
}
v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form mat-tree mat-tree-node div.parentNode div.notSelected,
v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form mat-tree mat-tree-node div.parentNode div.selected {
  margin-left: -0.4rem;
  padding-left: 0.4rem;
  width: 100%;
  height: 2rem !important;
}
v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form mat-tree mat-tree-node div.parentNode button {
  height: 2rem;
  margin: 0 0.25rem 0 -0.4375rem;
  z-index: 1;
  width: 2rem;
}
v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form mat-tree mat-tree-node div.parentNode button div {
  margin-left: 0;
  border: none;
}
v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form mat-tree mat-tree-node div.parentNode button .mat-icon {
  margin-top: -0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0;
  background: #ffffff;
}
v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form mat-tree mat-tree-node .notSelected:hover {
  background-color: #F5F5F5;
}
v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form mat-tree mat-tree-node .selected {
  border-color: #000000;
  z-index: 100;
}
v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form mat-tree mat-tree-node .node-wrapper {
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: stretch;
  align-items: center;
}
v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form mat-tree mat-tree-node .node-wrapper.deep-node::before {
  left: -1.5rem;
  top: -0.75rem;
}
v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form mat-tree mat-tree-node .node-wrapper::before {
  content: "";
  position: absolute;
  border-bottom: 0.0625rem solid #F5F5F5;
  border-left: 0.0625rem solid #F5F5F5;
  height: 1.875rem;
  top: -0.8125rem;
  width: 2.3125rem;
  left: -2.5rem;
  right: 0.625rem;
}
v7-dynamic-form-control-single-selection-tree-component2 v7-angular-form-control-singleselection-tree-component form mat-tree mat-tree-node .entry {
  display: flex;
  min-width: 12.625rem;
  min-height: 2rem;
}

v7-dynamic-form-control-check-box-tree-component2 v7-angular-form-control-checkbox-tree-component form {
  border-bottom: 0.0625rem solid lightgrey;
}
v7-dynamic-form-control-check-box-tree-component2 v7-angular-form-control-checkbox-tree-component form mat-tree {
  padding: 1rem 0;
  margin-left: -0.25rem;
}
v7-dynamic-form-control-check-box-tree-component2 v7-angular-form-control-checkbox-tree-component form mat-tree .mat-icon {
  height: 1rem;
  width: 1rem;
  margin-right: 0rem;
  align-self: center;
}
v7-dynamic-form-control-check-box-tree-component2 v7-angular-form-control-checkbox-tree-component form mat-tree mat-tree-node {
  min-height: 1.875rem !important;
  max-height: 1.875rem;
  height: 1.875rem;
}
v7-dynamic-form-control-check-box-tree-component2 v7-angular-form-control-checkbox-tree-component form mat-tree mat-tree-node div.parentNode {
  align-items: inherit;
  height: inherit;
  flex: inherit;
  display: inherit;
}
v7-dynamic-form-control-check-box-tree-component2 v7-angular-form-control-checkbox-tree-component form mat-tree mat-tree-node button {
  height: 2rem !important;
  z-index: 1;
  margin-right: 0.25rem !important;
  margin-top: 0.25rem !important;
  width: 2rem !important;
}
v7-dynamic-form-control-check-box-tree-component2 v7-angular-form-control-checkbox-tree-component form mat-tree mat-tree-node button .mat-icon {
  margin-top: -0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0;
  background: #ffffff;
}
v7-dynamic-form-control-check-box-tree-component2 v7-angular-form-control-checkbox-tree-component form mat-tree mat-tree-node .node-wrapper {
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: stretch;
  align-items: center;
}
v7-dynamic-form-control-check-box-tree-component2 v7-angular-form-control-checkbox-tree-component form mat-tree mat-tree-node .node-wrapper::before {
  content: "";
  position: absolute;
  border-bottom: 0.0625rem solid #F5F5F5;
  border-left: 0.0625rem solid #F5F5F5;
  height: 2.5rem;
  top: -1.15625rem;
  width: 2.1875rem;
  left: -1.53125rem;
  right: 0.625rem;
}
v7-dynamic-form-control-check-box-tree-component2 v7-angular-form-control-checkbox-tree-component form mat-tree mat-tree-node .entry {
  display: flex;
  min-width: 12.625rem;
  min-height: 2rem;
}

.v7-form {
  padding: 0 2rem;
  overflow: auto;
}

/*
    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;
}

/**
* imports from fullcalendar
**/
/**
* imports from local scss
**/
/* 
    Created on : 26.07.2019, 14:50:15
    Author     : nsu
*/
/* 
    Created on : 26.07.2019, 14:48:15
    Author     : nsu
*/
/*******************************************************************************
* CONSTANTS
*******************************************************************************/
/*******************************************************************************
* COLOR CUSTOMIZED
* there aren't defined in v7-daimler zeplin. Copied directly from BR6. NSU 07302019
*******************************************************************************/
/**
    Created on : 07.10.2019, 11:46:57
    Author     : nsu

    Responsive elements for MBD

    Here we can define all components, which their rules don't really work for responsive
    for the example like in Tablet (Safari)
**/
/**
 * tablet z.B. ipadPro 
 * * bei chrome width: 1366px
 * * bei firefox width: 1336px
 * * width deafult then 1400px
 **/
/**
 * meistens betroffen für left right panel
 **/
/**
 * webbrowser 
 * TODO check whether webbrowser version is needed NSU18102019
 **/
@media only screen and (min-width: 1600px) {
  .mbd-kundendossier-parent-panel > v7-left-right-panel-component {
    width: 60% !important;
  }
  .mbd-kundendossier-parent-panel > v7-top-bottom-panel-component {
    width: 40% !important;
  }
  .mbd-kundendossier-gw-parent-panel > v7-left-right-panel-component {
    width: 60% !important;
  }
  .mbd-kundendossier-gw-parent-panel > v7-flow-panel-component {
    width: 40% !important;
  }
}
/**
* tablet
**/
@media only screen and (max-width: 1599px) {
  .mbd-kundendossier-parent-panel > v7-left-right-panel-component {
    width: 100% !important;
  }
  .mbd-kundendossier-parent-panel > v7-top-bottom-panel-component {
    width: 100% !important;
  }
  .mbd-kundendossier-kundendaten-parent-panel > div:nth-child(1) {
    width: 50% !important;
  }
  .mbd-kundendossier-kundendaten-parent-panel > div:nth-child(2) {
    width: 50% !important;
  }
  .mbd-kundendossier-gw-parent-panel > v7-left-right-panel-component {
    width: auto !important;
  }
  .mbd-kundendossier-gw-parent-panel > v7-flow-panel-component {
    padding: 2rem 2rem !important;
    width: auto !important;
  }
  .mbd-kundendossier-gw-parent-panel > v7-flow-panel-component .mbd-padding-panel-custom {
    padding: 2rem 2rem !important;
    margin: 0rem !important;
  }
  .mbd-kundendossier-kundendaten-mainpanel > div {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-basis: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .mbd-kundendossier-kundendaten-mainpanel.flex-nowrap {
    flex-wrap: wrap !important;
  }
  .mbd-kundendossier-kundendaten-mainpanel.flex-nowrap > div {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-basis: 100% !important;
  }
  .mbd-kundendossier-kundendaten-mainpanel.flex-nowrap > :last-child {
    margin-top: 32px;
  }
}
.v7-kundenlisteimport {
  width: 100%;
  margin: 0.25rem 0rem 0.625rem 0rem;
  padding: 0rem 0.25rem 0rem 0.25rem;
}
.v7-kundenlisteimport .kundenlisteimport-header {
  color: #00adef;
}
.v7-kundenlisteimport .draggingover {
  background-color: rgba(0, 173, 239, 0.05);
}
.v7-kundenlisteimport .drop-zone {
  border: 0.125rem dashed rgba(128, 128, 128, 0.3);
  margin: 1.25rem 0 3.125rem 0;
  margin-top: 0px;
  text-align: center;
  min-width: 18.75rem;
  height: 100% !important;
  padding: 1rem 1rem !important;
}
.v7-kundenlisteimport .drop-zone > i {
  font-family: FontAwesome;
  font-size: 150pt;
  color: #00adef;
  pointer-events: none;
}
.v7-kundenlisteimport .drop-zone > span {
  text-align: center;
  pointer-events: none;
}
.v7-kundenlisteimport .drop-zone > input[type=file] {
  display: none;
}
.v7-kundenlisteimport .drop-zone .draginprogress {
  pointer-events: none;
}
.v7-kundenlisteimport .drop-zone .btn {
  margin: 0.625rem 0 0.625rem 0;
}
.v7-kundenlisteimport span {
  display: block;
}
.v7-kundenlisteimport .detail-container {
  width: 100%;
  padding-top: 2rem;
}
.v7-kundenlisteimport .kundenliste-import-file-icon {
  font-size: 80pt;
  color: rgba(128, 128, 128, 0.3);
}
.v7-kundenlisteimport .kundenliste-import-alert-format-not-chosen {
  color: red;
}

/*
@keyframes color-change {
    0% { color: black; }
    100% { color: white; }
}
*/
.document-detail .mat-mdc-progress-bar {
  height: 1.25rem;
}
.document-detail .color-progress {
  color: white;
}
.document-detail .detail-loadprogress {
  margin: 0.3125rem 0;
  position: relative;
  /*
  TODO(mdc-migration): The following rule targets internal classes of progress-bar that may no longer apply for the MDC version.
  */
}
.document-detail .detail-loadprogress .progress-bar {
  display: block;
  background-color: #00adef;
  position: relative;
}
.document-detail .detail-loadprogress .progress-span {
  color: white;
  width: 10%;
  position: absolute;
  left: 45%;
  bottom: 0px;
}
.document-detail .detail-loadprogress .mat-progress-bar-fill::after {
  background-color: #00adef;
}
.document-detail .detail-name {
  margin: 0.3125rem;
}
.document-detail .detail-loaded {
  margin: 0.3125rem;
}

.kundenliste-import-tableview {
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
}
.kundenliste-import-tableview .tableview-mat-card {
  height: 100%;
  background-color: rgba(194, 194, 194, 0.15);
}

.kundenliste-import-formats-label-1, .kundenliste-import-formats-label-2 {
  font-size: 0.9375rem;
  font-weight: bold;
  padding: 0.3125rem;
  margin-bottom: 1.25rem;
}

.adma-builder .adma-builder-parent-top .adma-builder-searchfields > * {
  width: calc(33% - 16px) !important;
  margin-left: 8px;
  margin-top: 8px;
}
.adma-builder .adma-builder-parent-top .adma-builder-table {
  width: 100% !important;
  height: 100% !important;
}
.adma-builder .adma-builder-root {
  width: 100%;
  margin-left: 8px;
  margin-right: 8px;
}
.adma-builder .adma-builder-root table {
  width: 100%;
}
.adma-builder .adma-builder-root table td {
  vertical-align: baseline !important;
}
.adma-builder .adma-builder-root table td .mat-mdc-form-field {
  width: 100%;
}
.adma-builder .adma-builder-root table td button {
  margin-bottom: 16px;
}
.adma-builder #documentToBeUploadedSafteyBox {
  color: red;
}

/*
.adma-parent-top {
    .mat-form-field{
        display: block;
        margin-right: 200px;
        align-items: center;
        margin-bottom: 5px;
        width: 100%;
    }
    .input-form-row button{
        margin-top: 18%;
        background: white;
    }
    td {
        padding-right: 8px;
    }
    .searchFields{
        display: flex;
        width: 200 em;
        margin: 8 px;
        width: 100% !important;
        margin-bottom: 41px !important;

    }
    .mat-form-field-wrapper{
        margin-right: 8;
    }
    .tableView{
        width: 200em;
        height: 55em;
    }
    .v7-searchfield-selectionelement .searchfield-container {
        padding: 1rem 0 0 0;
        width: 40em !important;
    }
    .v7-searchfield-selectionelement .selectedentries .selected-entries .mat-chip-list .mat-standard-chip {
        min-height: 1.25rem !important;
        border: solid 0.0625rem #C2C2C2 !important;
        background-color: lavender !important;
        padding-right: 0 !important;
        padding-left: 1.5rem !important;
    }
    svg {
        overflow: hidden !important;
        vertical-align: text-top !important;
    }
    .v7-searchfield-selectionelement .selectedentries .selected-entries .mat-icon-button .mat-icon {
        font-size: 1.25rem !important;
        width: 1.25rem !important;
        height: 1.25rem !important;
        line-height: 0.875rem;
        margin-left: -0.0625rem;
        margin-bottom: 1.625rem !important;
    }
    .v7-flow-panel {
        align-items: flex-start !important;
    }
}
*/
.gw-builder .gw-builder-parent-top .gw-builder-searchfields > * {
  width: calc(33% - 5px) !important;
  margin-left: 8px;
  margin-top: 8px;
}
.gw-builder .gw-builder-parent-top .gw-builder-table {
  width: 100% !important;
  height: 100% !important;
}
.gw-builder .gw-builder-root {
  width: 100%;
  margin-left: 8px;
  margin-right: 8px;
}
.gw-builder .gw-builder-root table {
  width: 100%;
}
.gw-builder .gw-builder-root table td {
  vertical-align: baseline !important;
}
.gw-builder .gw-builder-root table td .mat-mdc-form-field {
  width: 100%;
}
.gw-builder .gw-builder-root table td button {
  margin-bottom: 16px;
}

.v7-datahold-button-button {
  background-color: transparent;
  border: none;
}
.v7-datahold-button-button path {
  color: white;
}
.v7-datahold-button-button .order-4 {
  order: 4 !important;
}

.mbd-datenstand-menu {
  min-width: calc(100vh - 200px) !important;
}

.mbd-datahold-button {
  padding: 1rem !important;
}
.mbd-datahold-button .v7-dataview {
  padding: 1rem !important;
}
.mbd-datahold-button .v7-dataview .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, .mbd-datahold-button .v7-dataview .v7-tableview-table-header-data .v7-tableview-sort-button {
  display: none !important;
}
.mbd-datahold-button .v7-dataview v7-dataview-footer-component {
  visibility: hidden !important;
}

v7-news-container-component {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 4rem);
  overflow-y: auto;
  padding-left: 16px !important;
  padding-right: 8px !important;
}
v7-news-container-component .v7-news-container-body {
  width: 100% !important;
  display: flex;
  flex-direction: column-reverse;
}
v7-news-container-component .v7-news-container-body .v7-news-caption {
  font-size: 18px !important;
  line-height: 22px !important;
}
v7-news-container-component .v7-news-container-body .v7-news-description {
  font-size: 12px !important;
}

.v7-font-h1, .v7-login-page-component .login-layout .v7-login-card mat-card-title, .v7-login-page-component .loading-layout mat-card-title, .v7-rollen-page-component .rollen-layout .v7-mat-card-login-text {
  font-family: "Corporate A Condensed Regular", serif !important;
}

.mbd-kundendossier-dsgvo-detail-panel div:nth-child(1) v7-flow-panel-component {
  width: 100%;
}
.mbd-kundendossier-dsgvo-detail-panel div:nth-child(1) v7-flow-panel-component .mbd-dsgvo-panel {
  padding: 0 2rem !important;
}
.mbd-kundendossier-dsgvo-detail-panel div:nth-child(1) v7-flow-panel-component .mbd-dsgvo-panel .mb-button-dsgvo {
  margin: 0 0.5rem !important;
}
.mbd-kundendossier-dsgvo-detail-panel div:nth-child(1) v7-flow-panel-component .mbd-dsgvo-panel .mb-button-dsgvo mat-expansion-panel {
  overflow: visible;
}
.mbd-kundendossier-dsgvo-detail-panel div:nth-child(1) v7-flow-panel-component .mbd-dsgvo-panel .mb-button-dsgvo mat-expansion-panel mat-expansion-panel-header {
  background-color: #00ADEF !important;
}
.mbd-kundendossier-dsgvo-detail-panel div:nth-child(1) v7-flow-panel-component .mbd-dsgvo-panel .mb-button-dsgvo mat-expansion-panel mat-expansion-panel-header mat-panel-title {
  color: white !important;
}
.mbd-kundendossier-dsgvo-detail-panel div:nth-child(1) v7-flow-panel-component .mbd-dsgvo-panel .mb-button-dsgvo mat-expansion-panel mat-expansion-panel-header mat-panel-title span {
  color: white !important;
}
.mbd-kundendossier-dsgvo-detail-panel div:nth-child(1) v7-flow-panel-component .mbd-dsgvo-panel .mb-button-dsgvo mat-expansion-panel .mat-expansion-panel-content {
  position: absolute;
  background-color: rgba(89, 89, 89, 0.9) !important;
}
.mbd-kundendossier-dsgvo-detail-panel div:nth-child(1) v7-flow-panel-component .mbd-dsgvo-panel .mb-button-dsgvo mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body mat-divider {
  border-top-color: transparent !important;
  margin: 0 -2rem !important;
}
.mbd-kundendossier-dsgvo-detail-panel div:nth-child(1) v7-flow-panel-component .mbd-dsgvo-panel .mb-button-dsgvo mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body v7-flow-panel-component .v7-flow-panel v7-button-component button span, .mbd-kundendossier-dsgvo-detail-panel div:nth-child(1) v7-flow-panel-component .mbd-dsgvo-panel .mb-button-dsgvo mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body v7-flow-panel-component .v7-flow-panel v7-magicprinter-button button span {
  color: white !important;
}
.mbd-kundendossier-dsgvo-detail-panel div:nth-child(2) v7-list-view-component .v7-dataview .dataview-body .table tbody tr th {
  font-weight: normal !important;
}

.mdb-kundendossier-squezze-panel div:nth-child(1) v7-tab-panel-component {
  width: 100% !important;
  padding: 2rem 0 !important;
}
.mdb-kundendossier-squezze-panel div:nth-child(1) v7-tab-panel-component .tab-header ul li {
  width: 100% !important;
}
.mdb-kundendossier-squezze-panel div:nth-child(1) v7-tab-panel-component .tab-header ul li a {
  width: 100% !important;
}
.mdb-kundendossier-squezze-panel div:nth-child(1) v7-tab-panel-component .tab-header ul li a:hover {
  text-decoration: none !important;
}
.mdb-kundendossier-squezze-panel div:nth-child(1) v7-tab-panel-component .tab-inner v7-list-view1-component .v7-dataview {
  padding: 2rem 0 0 0 !important;
  height: auto;
}
.mdb-kundendossier-squezze-panel div:nth-child(1) v7-tab-panel-component .tab-inner v7-list-view1-component .v7-dataview .dataview-body {
  height: auto !important;
}
.mdb-kundendossier-squezze-panel div:nth-child(1) v7-tab-panel-component table {
  width: 100% !important;
}
.mdb-kundendossier-squezze-panel div:nth-child(1) v7-tab-panel-component table tbody tr {
  font-size: 1.2rem !important;
  height: 30px !important;
}
.mdb-kundendossier-squezze-panel div:nth-child(1) v7-tab-panel-component table tbody tr:nth-child(2n) {
  background-color: #f8f8f8 !important;
}
.mdb-kundendossier-squezze-panel div:nth-child(2) v7-button-component {
  width: 100% !important;
}

.mbd-kundendossier-header-horizontal-align {
  width: 100%;
}
.mbd-kundendossier-header-horizontal-align .mbd-header-element {
  width: 100%;
}
.mbd-kundendossier-header-horizontal-align .mbd-header-element .mbd-header-element-child {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  float: right;
}

.mbd-kundendossier-squeeze-header-element {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.mbd-kundendossier-squeeze-header-element .mbd-squeezepanel-kpi-header-parent {
  width: 125px;
}
.mbd-kundendossier-squeeze-header-element .mbd-kundendossier-squeeze-header-element-kpi {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  border-left: 1px solid #DEDEDE !important;
  margin-right: 7px;
}
.mbd-kundendossier-squeeze-header-element .mbd-kundendossier-squeeze-header-element-kpi mat-icon {
  width: 32px !important;
  height: 32px !important;
}
.mbd-kundendossier-squeeze-header-element .mbd-kundendossier-squeeze-header-element-kpi .mbd-kundendossier-header-panel-numbers div {
  float: none !important;
}

.mbd-kundendossier-squeeze-header-element-title {
  font-size: 1.225rem !important;
  justify-content: flex-start !important;
  width: 50% !important;
}

.mbd-kundendossier-fuhrpark-table .v7-dataview {
  padding: 2rem 1rem !important;
}
.mbd-kundendossier-fuhrpark-table table {
  width: 100%;
  table-layout: fixed;
}
.mbd-kundendossier-fuhrpark-table table tr td:nth-child(1) {
  width: 100px;
}

.mbd-kundendossier-customer-image::before {
  background-size: 12rem !important;
  height: 12rem !important;
  width: 12rem !important;
}

.mbd-kundendossier-customer-name .v7-dataview {
  padding: 0 2rem !important;
}

.mbd-kundendossier-customer-contact-detail .v7-dataview {
  padding: 0 2rem !important;
}
.mbd-kundendossier-customer-contact-detail .v7-dataview .dataview-body table tr {
  height: 36.8px;
}
.mbd-kundendossier-customer-contact-detail .v7-dataview .dataview-body table td {
  padding-top: 0.8rem;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
  padding-left: 0.5rem;
}

.mbd-kundendossier-customer-name .v7-dataview .dataview-body table tbody tr td {
  color: #00ADEF !important;
}

.mbd-kundendossier-customer-adress-detail .v7-dataview {
  padding: 0 2rem !important;
}
.mbd-kundendossier-customer-adress-detail .v7-dataview .dataview-body table tbody tr:nth-child(1n) {
  width: 35% !important;
  display: inline-block;
}
.mbd-kundendossier-customer-adress-detail .v7-dataview .dataview-body table tbody tr:nth-child(2n) {
  width: 65% !important;
  display: inline-block;
}
.mbd-kundendossier-customer-adress-detail .v7-dataview .dataview-body table tbody tr td {
  padding: 0 0.5rem !important;
}

.mbd-kundendossier-indikator-panel v7-left-right-panel-component {
  width: 100%;
}
.mbd-kundendossier-indikator-panel v7-left-right-panel-component .mbd-kundendossier-indikator-panel-child {
  padding-top: 1rem !important;
}
.mbd-kundendossier-indikator-panel v7-left-right-panel-component .mbd-kundendossier-indikator-panel-child > div:nth-child(1) {
  width: calc(50% - 10px);
}
.mbd-kundendossier-indikator-panel v7-left-right-panel-component .mbd-kundendossier-indikator-panel-child > div:nth-child(2) {
  width: calc(50% - 10px);
}
.mbd-kundendossier-indikator-panel v7-left-right-panel-component .mbd-kundendossier-indikator-panel-child > div:nth-child(2) v7-threshold-indicator-component .v7-dataview {
  padding: 0 !important;
}
.mbd-kundendossier-indikator-panel v7-left-right-panel-component .mbd-kundendossier-indikator-panel-child > div:nth-child(2) v7-threshold-indicator-component .v7-dataview .dataview-body {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.mbd-kundendossier-indikator-panel v7-left-right-panel-component .mbd-kundendossier-indikator-panel-child > div:nth-child(2) v7-kpi-donut-component .v7-dataview {
  padding: 0 !important;
}
.mbd-kundendossier-indikator-panel v7-left-right-panel-component .mbd-kundendossier-indikator-panel-child > div:nth-child(2) v7-kpi-donut-component .v7-dataview .dataview-body .v7charts-position-relative {
  width: 100% !important;
}
.mbd-kundendossier-indikator-panel v7-left-right-panel-component .mbd-kundendossier-indikator-panel-child > div:nth-child(2) v7-kpi-donut-component .v7-dataview .dataview-body .v7charts-position-relative .v7charts-single-donut-chart {
  visibility: hidden;
  position: relative;
  bottom: 3.615rem;
}
.mbd-kundendossier-indikator-panel v7-left-right-panel-component .mbd-kundendossier-indikator-panel-child > div:nth-child(2) v7-kpi-donut-component .v7-dataview .dataview-body .v7charts-position-relative .v7charts-single-donut-chart-label {
  width: 150px !important;
  font-size: 1rem;
  position: absolute;
  top: -5px !important;
  text-align: left;
  float: left;
  visibility: visible;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.mbd-kundendossier-parent-panel .mbd-kundendossier-kundendaten-mainpanel {
  height: calc(100% - 4.485em) !important;
}
.mbd-kundendossier-parent-panel .mbd-kundendossier-kundendaten-mainpanel > div:nth-child(1) {
  width: auto;
  min-width: auto;
  max-width: 40%;
}
.mbd-kundendossier-parent-panel .mbd-kundendossier-kundendaten-mainpanel > div:nth-child(2) {
  width: auto;
  min-width: auto;
  max-width: 60%;
}
.mbd-kundendossier-parent-panel .mbd-padding-panel-custom {
  padding: 0rem !important;
  margin: 2rem 2rem !important;
  height: 22.635rem !important;
}

.mbd-kundendossier-gw-parent-panel .mbd-kundendossier-kundendaten-mainpanel {
  height: calc(100% - 4.485em) !important;
}
.mbd-kundendossier-gw-parent-panel .mbd-kundendossier-kundendaten-mainpanel > div:nth-child(1) {
  width: auto;
  min-width: auto;
  max-width: 40%;
}
.mbd-kundendossier-gw-parent-panel .mbd-kundendossier-kundendaten-mainpanel > div:nth-child(2) {
  width: auto;
  min-width: auto;
  max-width: 60%;
}
.mbd-kundendossier-gw-parent-panel .mbd-padding-panel-custom {
  padding: 2.225rem 2rem 4.925rem 2rem !important;
  margin: 0rem 2rem !important;
}

.mbd-kundendossier-kontaktdaten-mainpanel {
  padding: 0 2rem !important;
}

.mbd-kundendossier-rabatttable mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body .v7-tableview {
  padding: 1rem 0 !important;
}
.mbd-kundendossier-rabatttable mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body .v7-tableview .dataview-body .tableview-mat-card {
  width: 100% !important;
  box-shadow: none !important;
}
.mbd-kundendossier-rabatttable mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body .v7-tableview .dataview-body .tableview-mat-card .v7-tableview-table {
  width: 100% !important;
}

.mbd-kundendossier-kundendaten-icon mat-icon {
  width: 60px !important;
  height: 60px !important;
}

.mbd-kundendossier-panel-dialog {
  padding: 1rem 0 !important;
  width: 100% !important;
  position: absolute;
  margin-top: 10rem;
  bottom: 0px !important;
}
.mbd-kundendossier-panel-dialog v7-flow-panel-component .mbd-kundendossier-overlay-dialog {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}
.mbd-kundendossier-panel-dialog v7-flow-panel-component .mbd-kundendossier-overlay-dialog .mbd-kundendossier-dsgvo-parentform-panel-dialog {
  max-height: 45rem !important;
}
.mbd-kundendossier-panel-dialog v7-flow-panel-component .mbd-kundendossier-overlay-dialog .mbd-kundendossier-panel-dialog-component > div:nth-child(1) {
  width: calc(40% - 10px) !important;
}
.mbd-kundendossier-panel-dialog v7-flow-panel-component .mbd-kundendossier-overlay-dialog .mbd-kundendossier-panel-dialog-component > div:nth-child(2) {
  width: calc(60% - 10px) !important;
}
.mbd-kundendossier-panel-dialog v7-table-view-component {
  width: 100% !important;
  height: 100% !important;
  padding: 0 0 4rem 0 !important;
}
.mbd-kundendossier-panel-dialog v7-table-view-component .dataview-body {
  /*TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
}
.mbd-kundendossier-panel-dialog v7-table-view-component .dataview-body mat-card {
  box-shadow: none !important;
}
.mbd-kundendossier-panel-dialog v7-table-view-component v7-dataview-footer-component {
  padding: 0 !important;
}

.mbd-kundendossier-gw-addressstatus {
  width: 100% !important;
}
.mbd-kundendossier-gw-addressstatus v7-form-gw-adress-state-component .v7-form {
  padding: 0 !important;
}
.mbd-kundendossier-gw-addressstatus v7-form-gw-adress-state-component v7-dynamic-form-group-component .mbd-kundendossier-adressstatus-form-visible {
  padding: 0 !important;
}
.mbd-kundendossier-gw-addressstatus v7-form-gw-adress-state-component v7-dynamic-form-group-component .mbd-kundendossier-adressstatus-form-visible .mbd-kundendossier-panel-dialog-component > div:nth-child(1) {
  align-items: center;
  width: calc(40% - 10px) !important;
}
.mbd-kundendossier-gw-addressstatus v7-form-gw-adress-state-component v7-dynamic-form-group-component .mbd-kundendossier-adressstatus-form-visible .mbd-kundendossier-panel-dialog-component > div:nth-child(2) {
  justify-content: flex-end;
  align-items: center;
  width: calc(60% - 10px) !important;
}
.mbd-kundendossier-gw-addressstatus v7-form-gw-adress-state-component v7-dynamic-form-group-component .mbd-kundendossier-adressstatus-form-visible > v7-left-right-panel-component:not(:last-child) .mbd-kundendossier-adressstatus-form-toogle {
  padding-bottom: 1rem !important;
}

.mbd-kundendossier-dsgvo-buttonpanel {
  padding: 1rem 3.375rem 2rem 3.375rem !important;
  justify-content: flex-end;
}
.mbd-kundendossier-dsgvo-buttonpanel v7-button-component {
  margin-left: 1.25rem;
}

.mbd-kundendossier-overlay-buttonpanel, .mbd-kundendossier-buttonpanel-right {
  padding: 0 2rem !important;
  justify-content: flex-end;
}

.mbd-kundendossier-kennzahlinfos .mbd-kundendossier-dsgvo-buttonpanel {
  padding: 1rem 0 !important;
}

.mbd-kundendossier-hide-adma-panel {
  display: none;
}

.mbd-kundendossier-kennzahlinfo-icon {
  padding: 2rem !important;
}
.mbd-kundendossier-kennzahlinfo-icon mat-icon {
  width: 32px !important;
  height: 32px !important;
}

.overlay-background .overlay-content {
  height: calc(100vh - 4.5rem) !important;
  top: 2rem !important;
}

.mbd-kundendossier-kpisqueeze .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body v7-table-view-component {
  padding: 0 !important;
}
.mbd-kundendossier-kpisqueeze .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body v7-table-view-component .v7-dataview {
  padding: 1rem 0 !important;
}
.mbd-kundendossier-kpisqueeze .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body v7-table-view-component .v7-dataview .dataview-header {
  display: none !important;
}

.mbd-icons-kontaktdaten v7-label-component {
  padding-top: 0.8rem !important;
}

.mbd-icon-header {
  width: 32px !important;
  height: 32px !important;
}

.mbd-gw-dossier .mbd-squeezepanel-kpi-header-parent {
  width: 150px !important;
}

.mbd-kundendossier-squeezepanel-umsatz mat-expansion-panel mat-expansion-panel-header .mat-expansion-panel-header-title .mbd-kundendossier-header-horizontal-align .mbd-header-element-child > div .mbd-kundendossier-squeeze-header-element-kpi span::after {
  content: " € ";
}

.mbd-kundendossier-fahrzeuguebersicht-overlay-subtable .v7-dataview .dataview-header {
  padding: 0 0 1rem 0 !important;
  border-bottom: 1px solid #DEDEDE !important;
}
.mbd-kundendossier-fahrzeuguebersicht-overlay-subtable .v7-dataview .dataview-body .v7-tableview-table {
  padding: 2rem 0 0 0 !important;
}

/**
 * custom class for v7 squeezepanel NSU07102019
 */
.mbd-kundendossier-custom-squeezepanel .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body mat-divider {
  margin: 0 -2rem !important;
}
.mbd-kundendossier-custom-squeezepanel .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body v7-gwmyap-uebersicht-component {
  width: 100% !important;
}
.mbd-kundendossier-custom-squeezepanel .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body .v7-tableview .v7-tableview-body .tableview-mat-card > .v7-tableview-table .mat-mdc-header-row .v7-tableview-table-header-data .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content {
  color: #434951 !important;
  line-height: 1.225rem !important;
  font-size: 0.875rem !important;
}

.mbd-kundendossier-adma-aufgabepanel {
  padding: 0 !important;
}
.mbd-kundendossier-adma-aufgabepanel v7-table-view-component {
  padding: 0 !important;
}
.mbd-kundendossier-adma-aufgabepanel v7-table-view-component .v7-dataview {
  padding: 2rem 0 !important;
}

.mbd-kundendossier-component-right-align {
  justify-content: flex-end !important;
}

.mbd-kundendossier-drucken-btn {
  font-size: 0.875rem !important;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif !important;
  height: 2.5rem !important;
  padding: 0 1rem !important;
  margin: 0 !important;
}

.mbd-kundendossier-adressstatus-form-toogle > div:nth-child(2) {
  /*TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mbd-kundendossier-adressstatus-form-toogle > div:nth-child(2) mat-button-toggle-group {
  /*TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mbd-kundendossier-adressstatus-form-toogle > div:nth-child(2) mat-button-toggle-group .mat-button-toggle {
  /*TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mbd-kundendossier-adressstatus-form-toogle > div:nth-child(2) mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked {
  background-color: #00ADEF !important;
  border-color: #00ADEF !important;
  color: white !important;
}
.mbd-kundendossier-adressstatus-form-toogle > div:nth-child(2) mat-form-field {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mbd-kundendossier-adressstatus-form-toogle > div:nth-child(2) mat-form-field .mat-form-field-wrapper {
  margin: 0 !important;
}

.mbd-kundendossier-gw-adressstatus-nextcontact {
  width: 100% !important;
}
.mbd-kundendossier-gw-adressstatus-nextcontact v7-form-gw-next-contact-component .v7-form {
  padding: 0 !important;
}
.mbd-kundendossier-gw-adressstatus-nextcontact v7-form-gw-next-contact-component .v7-form .mbd-kundendossier-gw-addressstatus-naechster-contact-panel {
  margin: 0 !important;
  padding: 0 !important;
}
.mbd-kundendossier-gw-adressstatus-nextcontact v7-form-gw-next-contact-component .v7-form .mbd-kundendossier-panel-dialog-component {
  width: 100% !important;
}
.mbd-kundendossier-gw-adressstatus-nextcontact v7-form-gw-next-contact-component .v7-form .mbd-kundendossier-panel-dialog-component > div:nth-child(1) {
  align-items: center;
  width: calc(40% - 10px) !important;
}
.mbd-kundendossier-gw-adressstatus-nextcontact v7-form-gw-next-contact-component .v7-form .mbd-kundendossier-panel-dialog-component > div:nth-child(2) {
  justify-content: flex-end;
  align-items: center;
  width: calc(60% - 10px) !important;
}
.mbd-kundendossier-gw-adressstatus-nextcontact v7-form-gw-next-contact-component .v7-form .mbd-kundendossier-panel-dialog-component > div:nth-child(2) mat-form-field {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mbd-kundendossier-gw-adressstatus-nextcontact v7-form-gw-next-contact-component .v7-form .mbd-kundendossier-panel-dialog-component > div:nth-child(2) mat-form-field .mat-form-field-wrapper {
  margin: 0 !important;
}

.mbd-kundendossier-fuhrpark v7-list-view1-component .mbd-squeeze-col-center {
  text-align: center !important;
}

.mbd-gw-magic-print-tohide {
  display: none !important;
}

v7-overlay-panel-component .overlay-background .overlay-content {
  overflow: auto;
}

v7-fahrzeug-uebersicht-component {
  max-width: 100vw;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  overflow: auto;
  color: #434951;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-left: 0rem;
  padding-right: 0rem;
}
v7-fahrzeug-uebersicht-component .v7-dataview {
  padding-left: 1.5rem !important;
  padding-right: 2.5rem !important;
}
v7-fahrzeug-uebersicht-component .mat-mdc-card {
  display: flex !important;
}
v7-fahrzeug-uebersicht-component .table .mat-mdc-row .mat-mdc-cell,
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data {
  padding-left: 0.5rem !important;
}
v7-fahrzeug-uebersicht-component .table .mat-mdc-row .mat-mdc-cell:last-of-type,
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data:last-of-type {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-row.edit-column, v7-fahrzeug-uebersicht-component .v7-tableview-table-row.delete-column, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data.edit-column, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data.delete-column {
  min-width: 2.7rem;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-row.edit-column button, v7-fahrzeug-uebersicht-component .v7-tableview-table-row.delete-column button, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data.edit-column button, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data.delete-column button {
  padding: 0rem !important;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-row.edit-column button mat-icon, v7-fahrzeug-uebersicht-component .v7-tableview-table-row.delete-column button mat-icon, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data.edit-column button mat-icon, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data.delete-column button mat-icon {
  fill: grey;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-row.edit-column button mat-icon:hover, v7-fahrzeug-uebersicht-component .v7-tableview-table-row.delete-column button mat-icon:hover, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data.edit-column button mat-icon:hover, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data.delete-column button mat-icon:hover {
  fill: black;
}
v7-fahrzeug-uebersicht-component .v7-dataview {
  overflow: auto;
}
v7-fahrzeug-uebersicht-component .v7-dataview .v7-tableview-body {
  overflow: display;
}
v7-fahrzeug-uebersicht-component .tableview-mat-card {
  width: 100%;
  padding: 0 0 0 0;
  border-radius: 0.125rem;
}
v7-fahrzeug-uebersicht-component .tableview-mat-card .mat-mdc-progress-spinner {
  margin: 0 auto 0.3125rem auto;
}
v7-fahrzeug-uebersicht-component .clickable .v7-tableview-table-row-data {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-fahrzeug-uebersicht-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: block;
  overflow-x: auto;
  overflow-y: auto;
}
v7-fahrzeug-uebersicht-component .table {
  overflow: auto;
  min-width: 100%;
  margin-bottom: 1.5rem;
}
v7-fahrzeug-uebersicht-component .table .mat-mdc-row {
  border-style: none;
  min-height: 2.5rem;
  max-height: 2.5rem;
  display: flex;
  align-items: center;
}
v7-fahrzeug-uebersicht-component .table .mat-mdc-row:hover {
  background-color: #F5F5F5;
}
v7-fahrzeug-uebersicht-component .table .mat-mdc-row .mat-mdc-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-fahrzeug-uebersicht-component .table .mat-mdc-row .mat-mdc-cell:last-of-type {
  padding-right: 2.8125rem;
}
v7-fahrzeug-uebersicht-component .table .mat-mdc-row .mat-mdc-cell.emptyColumn {
  max-width: 0;
  padding-left: 0;
}
v7-fahrzeug-uebersicht-component .table .mat-mdc-row:nth-child(even):not(.v7-tableview-table-row-selected) .mat-mdc-cell {
  background-color: #FCFCFC;
}
v7-fahrzeug-uebersicht-component .table .mat-mdc-row:nth-child(odd):not(.v7-tableview-table-row-selected) .mat-mdc-cell {
  background-color: white;
}
v7-fahrzeug-uebersicht-component .table .v7-tableview-checkbox {
  width: 5.5rem;
  height: 1.25rem;
}
v7-fahrzeug-uebersicht-component .table .v7-tableview-table-row-selected {
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  background-color: #DEDEDE !important;
}
v7-fahrzeug-uebersicht-component .v7-tableview-body {
  overflow: inherit;
  min-width: auto;
}
v7-fahrzeug-uebersicht-component .v7-tableview-caption {
  font-size: 1.5rem;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header {
  background: #434951;
  color: white;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data-container {
  display: flex;
  margin: 0 0 0 -1rem;
  align-items: center;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data-container .mat-sort-header-arrow {
  color: #00adef;
}
v7-fahrzeug-uebersicht-component .mat-mdc-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-fahrzeug-uebersicht-component .mat-mdc-header-row .mat-mdc-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-fahrzeug-uebersicht-component .mat-mdc-header-row .mat-mdc-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
v7-fahrzeug-uebersicht-component .mat-mdc-header-row.filter, v7-fahrzeug-uebersicht-component .mat-mdc-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-fahrzeug-uebersicht-component .mat-mdc-header-row.filter .mat-mdc-header-cell, v7-fahrzeug-uebersicht-component .mat-mdc-header-row .filter .mat-mdc-header-cell {
  display: block;
  padding: 0;
  align-items: center;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow-wrap: break-word;
}
v7-fahrzeug-uebersicht-component .mat-mdc-header-row.filter .mat-mdc-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content, v7-fahrzeug-uebersicht-component .mat-mdc-header-row .filter .mat-mdc-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
v7-fahrzeug-uebersicht-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-fahrzeug-uebersicht-component .v7-tableview-table-header-data:last-of-type {
  padding-right: 2.8125rem;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data:first-of-type.checkbox {
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data:first-of-type.checkboxOnLoad {
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-fahrzeug-uebersicht-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-fahrzeug-uebersicht-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-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button-active {
  visibility: visible;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button-active .mat-icon {
  fill: #00adef;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon {
  vertical-align: middle;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon .mat-icon {
  width: 1rem;
  height: 1rem;
  fill: #00adef;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon-selected .mat-icon {
  fill: #00adef;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon-selected .mat-icon {
  fill: #F15A23;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content > div {
  justify-content: flex-end;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content:hover .v7-tableview-sort-button {
  visibility: visible;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu {
  display: inline-block;
  margin-left: 0.25rem;
  visibility: hidden;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu .mat-icon {
  width: 1rem;
  height: 1rem;
  fill: #00adef;
  vertical-align: middle;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data:hover .v7-tableview-table-header-data-menu {
  display: inline-block;
  margin-left: 0.25rem;
  visibility: visible;
}
v7-fahrzeug-uebersicht-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-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item:hover {
  background-color: #F5F5F5;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item:focus {
  background-color: #DEDEDE;
}
v7-fahrzeug-uebersicht-component .skeletonPulse {
  margin-right: 1.5625rem;
  height: 1rem;
}
v7-fahrzeug-uebersicht-component mat-footer-row {
  width: 6.25rem;
  min-height: 11rem;
  margin-top: 2.006875rem;
  border-bottom-width: 0rem;
  display: flex;
}
v7-fahrzeug-uebersicht-component mat-footer-row.skeletonPulse {
  margin-right: auto;
  margin-left: auto;
}
v7-fahrzeug-uebersicht-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-fahrzeug-uebersicht-component .v7-tableview-table-row.checkbox {
  padding-left: 1rem;
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-row.checkbox .skeletonPulse {
  max-width: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
}
v7-fahrzeug-uebersicht-component .v7-tableview-table-row-isOdd {
  background-color: #DCDDE0;
}
v7-fahrzeug-uebersicht-component .mat-mdc-checkbox {
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
v7-fahrzeug-uebersicht-component .mat-mdc-checkbox .mat-checkbox-ripple {
  display: none;
}
v7-fahrzeug-uebersicht-component .v7-tableview-header-data-menu {
  width: 16.0625rem;
  background-color: white;
}
v7-fahrzeug-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item {
  padding: 0;
  height: 2.5rem;
  background-color: white;
  line-height: 0.0875rem;
}
v7-fahrzeug-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item .mat-icon {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  fill: #00adef;
}
v7-fahrzeug-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item .mat-icon svg {
  height: 1rem;
  width: 1rem;
}
v7-fahrzeug-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item:hover {
  background-color: #F5F5F5;
}
v7-fahrzeug-uebersicht-component .campaign-analyse-campaign-overview {
  padding: 0;
}
v7-fahrzeug-uebersicht-component .campaign-analyse-campaign-overview .v7-dataview {
  padding-left: 0;
  padding-right: 0;
}
v7-fahrzeug-uebersicht-component .selection-table-overview {
  padding: 0;
}

v7-adma-table-deletable-component {
  max-width: 100vw;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  overflow: auto;
  color: #434951;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-left: 0rem;
  padding-right: 0rem;
}
v7-adma-table-deletable-component .v7-dataview {
  padding-left: 1.5rem !important;
  padding-right: 2.5rem !important;
}
v7-adma-table-deletable-component .mat-mdc-card {
  display: flex !important;
}
v7-adma-table-deletable-component .table .mat-mdc-row .mat-mdc-cell,
v7-adma-table-deletable-component .v7-tableview-table-header-data {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
v7-adma-table-deletable-component .v7-tableview-table-row.edit-column, v7-adma-table-deletable-component .v7-tableview-table-row.delete-column, v7-adma-table-deletable-component .v7-tableview-table-header-data.edit-column, v7-adma-table-deletable-component .v7-tableview-table-header-data.delete-column {
  min-width: 2.7rem;
}
v7-adma-table-deletable-component .v7-tableview-table-row.edit-column button, v7-adma-table-deletable-component .v7-tableview-table-row.delete-column button, v7-adma-table-deletable-component .v7-tableview-table-header-data.edit-column button, v7-adma-table-deletable-component .v7-tableview-table-header-data.delete-column button {
  padding: 0rem !important;
}
v7-adma-table-deletable-component .v7-tableview-table-row.edit-column button mat-icon, v7-adma-table-deletable-component .v7-tableview-table-row.delete-column button mat-icon, v7-adma-table-deletable-component .v7-tableview-table-header-data.edit-column button mat-icon, v7-adma-table-deletable-component .v7-tableview-table-header-data.delete-column button mat-icon {
  fill: grey;
}
v7-adma-table-deletable-component .v7-tableview-table-row.edit-column button mat-icon:hover, v7-adma-table-deletable-component .v7-tableview-table-row.delete-column button mat-icon:hover, v7-adma-table-deletable-component .v7-tableview-table-header-data.edit-column button mat-icon:hover, v7-adma-table-deletable-component .v7-tableview-table-header-data.delete-column button mat-icon:hover {
  fill: black;
}
v7-adma-table-deletable-component .v7-dataview {
  overflow: auto;
}
v7-adma-table-deletable-component .v7-dataview .v7-tableview-body {
  overflow: display;
}
v7-adma-table-deletable-component .tableview-mat-card {
  width: 100%;
  padding: 0 0 0 0;
  border-radius: 0.125rem;
}
v7-adma-table-deletable-component .tableview-mat-card .mat-mdc-progress-spinner {
  margin: 0 auto 0.3125rem auto;
}
v7-adma-table-deletable-component .clickable .v7-tableview-table-row-data {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-adma-table-deletable-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: block;
  overflow-x: auto;
  overflow-y: auto;
}
v7-adma-table-deletable-component .table {
  overflow: auto;
  min-width: 100%;
  margin-bottom: 1.5rem;
}
v7-adma-table-deletable-component .table .mat-mdc-row {
  border-style: none;
  min-height: 2.5rem;
  max-height: 2.5rem;
  display: flex;
  align-items: center;
}
v7-adma-table-deletable-component .table .mat-mdc-row:hover {
  background-color: #F5F5F5;
}
v7-adma-table-deletable-component .table .mat-mdc-row .mat-mdc-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-adma-table-deletable-component .table .mat-mdc-row .mat-mdc-cell:last-of-type {
  padding-right: 2.8125rem;
}
v7-adma-table-deletable-component .table .mat-mdc-row .mat-mdc-cell.emptyColumn {
  max-width: 0;
  padding-left: 0;
}
v7-adma-table-deletable-component .table .mat-mdc-row:nth-child(even):not(.v7-tableview-table-row-selected) .mat-mdc-cell {
  background-color: #FCFCFC;
}
v7-adma-table-deletable-component .table .mat-mdc-row:nth-child(odd):not(.v7-tableview-table-row-selected) .mat-mdc-cell {
  background-color: white;
}
v7-adma-table-deletable-component .table .v7-tableview-checkbox {
  width: 5.5rem;
  height: 1.25rem;
}
v7-adma-table-deletable-component .table .v7-tableview-table-row-selected {
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  background-color: #DEDEDE !important;
}
v7-adma-table-deletable-component .v7-tableview-body {
  overflow: inherit;
  min-width: auto;
}
v7-adma-table-deletable-component .v7-tableview-caption {
  font-size: 1.5rem;
}
v7-adma-table-deletable-component .v7-tableview-table-header {
  background: #434951;
  color: white;
}
v7-adma-table-deletable-component .v7-tableview-table-header-data-container {
  display: flex;
  margin: 0 0 0 -1rem;
  align-items: center;
}
v7-adma-table-deletable-component .v7-tableview-table-header-data-container .mat-sort-header-arrow {
  color: #00adef;
}
v7-adma-table-deletable-component .mat-mdc-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-adma-table-deletable-component .mat-mdc-header-row .mat-mdc-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-adma-table-deletable-component .mat-mdc-header-row .mat-mdc-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
v7-adma-table-deletable-component .mat-mdc-header-row.filter, v7-adma-table-deletable-component .mat-mdc-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-adma-table-deletable-component .mat-mdc-header-row.filter .mat-mdc-header-cell, v7-adma-table-deletable-component .mat-mdc-header-row .filter .mat-mdc-header-cell {
  display: block;
  padding: 0;
  align-items: center;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow-wrap: break-word;
}
v7-adma-table-deletable-component .mat-mdc-header-row.filter .mat-mdc-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content, v7-adma-table-deletable-component .mat-mdc-header-row .filter .mat-mdc-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
v7-adma-table-deletable-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;
  min-width: 8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
v7-adma-table-deletable-component .v7-tableview-table-header-data:first-of-type.checkbox {
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-adma-table-deletable-component .v7-tableview-table-header-data:first-of-type.checkboxOnLoad {
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-adma-table-deletable-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-adma-table-deletable-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-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button-active {
  visibility: visible;
}
v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button-active .mat-icon {
  fill: #00adef;
}
v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon {
  vertical-align: middle;
}
v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon .mat-icon {
  width: 1rem;
  height: 1rem;
  fill: #00adef;
}
v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon-selected .mat-icon {
  fill: #00adef;
}
v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon-selected .mat-icon {
  fill: #F15A23;
}
v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content > div {
  justify-content: flex-end;
}
v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content:hover .v7-tableview-sort-button {
  visibility: visible;
}
v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu {
  display: inline-block;
  margin-left: 0.25rem;
  visibility: hidden;
}
v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu .mat-icon {
  width: 1rem;
  height: 1rem;
  fill: #00adef;
  vertical-align: middle;
}
v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-adma-table-deletable-component .v7-tableview-table-header-data:hover .v7-tableview-table-header-data-menu {
  display: inline-block;
  margin-left: 0.25rem;
  visibility: visible;
}
v7-adma-table-deletable-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-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item:hover {
  background-color: #F5F5F5;
}
v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item:focus {
  background-color: #DEDEDE;
}
v7-adma-table-deletable-component .skeletonPulse {
  margin-right: 1.5625rem;
  height: 1rem;
}
v7-adma-table-deletable-component mat-footer-row {
  width: 6.25rem;
  min-height: 11rem;
  margin-top: 2.006875rem;
  border-bottom-width: 0rem;
  display: flex;
}
v7-adma-table-deletable-component mat-footer-row.skeletonPulse {
  margin-right: auto;
  margin-left: auto;
}
v7-adma-table-deletable-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;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
v7-adma-table-deletable-component .v7-tableview-table-row.checkbox {
  padding-left: 1rem;
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-adma-table-deletable-component .v7-tableview-table-row.checkbox .skeletonPulse {
  max-width: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
}
v7-adma-table-deletable-component .v7-tableview-table-row-isOdd {
  background-color: #DCDDE0;
}
v7-adma-table-deletable-component .mat-mdc-checkbox {
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
v7-adma-table-deletable-component .mat-mdc-checkbox .mat-checkbox-ripple {
  display: none;
}
v7-adma-table-deletable-component .v7-tableview-header-data-menu {
  width: 16.0625rem;
  background-color: white;
}
v7-adma-table-deletable-component .v7-tableview-header-data-menu .tableview-header-data-menu-item {
  padding: 0;
  height: 2.5rem;
  background-color: white;
  line-height: 0.0875rem;
}
v7-adma-table-deletable-component .v7-tableview-header-data-menu .tableview-header-data-menu-item .mat-icon {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  fill: #00adef;
}
v7-adma-table-deletable-component .v7-tableview-header-data-menu .tableview-header-data-menu-item .mat-icon svg {
  height: 1rem;
  width: 1rem;
}
v7-adma-table-deletable-component .v7-tableview-header-data-menu .tableview-header-data-menu-item:hover {
  background-color: #F5F5F5;
}
v7-adma-table-deletable-component .campaign-analyse-campaign-overview {
  padding: 0;
}
v7-adma-table-deletable-component .campaign-analyse-campaign-overview .v7-dataview {
  padding-left: 0;
  padding-right: 0;
}
v7-adma-table-deletable-component .selection-table-overview {
  padding: 0;
}

v7-krk-indicator-table-component {
  max-width: 100%;
  height: 90vh;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  overflow: auto;
  color: #434951;
}
v7-krk-indicator-table-component .v7-dataview .v7-tableview-body {
  overflow: display;
}
v7-krk-indicator-table-component .set-filters {
  width: 100%;
  margin-bottom: 8px;
}
v7-krk-indicator-table-component .tableview-mat-card {
  width: 100%;
  padding: 0 0 0 0;
  border-radius: 0.125rem;
}
v7-krk-indicator-table-component .tableview-mat-card .mat-progress-spinner {
  margin: 0 auto 0.3125rem auto;
}
v7-krk-indicator-table-component .clickable .v7-tableview-table-row-data {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-krk-indicator-table-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-krk-indicator-table-component .table {
  overflow: auto;
  min-width: 100%;
  margin-bottom: 1.5rem;
}
v7-krk-indicator-table-component .table .mat-row {
  border-style: none;
  min-height: 2.5rem;
  max-height: 2.5rem;
  display: flex;
  align-items: center;
}
v7-krk-indicator-table-component .table .mat-row:hover {
  background-color: #F5F5F5;
}
v7-krk-indicator-table-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-krk-indicator-table-component .table .mat-row .mat-cell:last-of-type {
  padding-right: 2.8125rem;
}
v7-krk-indicator-table-component .table .mat-row .mat-cell.emptyColumn {
  max-width: 0;
  padding-left: 0;
}
v7-krk-indicator-table-component .table .mat-row:nth-child(even):not(.v7-tableview-table-row-selected) .mat-cell {
  background-color: #FCFCFC;
}
v7-krk-indicator-table-component .table .mat-row:nth-child(odd):not(.v7-tableview-table-row-selected) .mat-cell {
  background-color: white;
}
v7-krk-indicator-table-component .table .v7-tableview-checkbox {
  width: 5.5rem;
  height: 1.25rem;
}
v7-krk-indicator-table-component .table .v7-tableview-table-row-selected {
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  background-color: #DEDEDE !important;
}
v7-krk-indicator-table-component .v7-tableview-body {
  overflow: inherit;
  min-width: auto;
  box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12);
}
v7-krk-indicator-table-component .v7-tableview-caption {
  font-size: 1.5rem;
}
v7-krk-indicator-table-component .v7-tableview-table-header {
  background: #434951;
  color: white;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data-container {
  display: flex;
  margin: 0 0 0 -1rem;
  align-items: center;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data-container .mat-sort-header-arrow {
  color: #00adef;
}
v7-krk-indicator-table-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-krk-indicator-table-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-krk-indicator-table-component .mat-header-row .mat-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content {
  white-space: nowrap;
  text-overflow: ellipsis;
}
v7-krk-indicator-table-component .mat-header-row.filter, v7-krk-indicator-table-component .mat-header-row .filter {
  min-height: 4.5rem;
  max-height: 7.8125rem;
  display: flex;
  align-items: center;
  border-bottom-style: solid;
  border-bottom-width: 0.0625rem;
}
v7-krk-indicator-table-component .mat-header-row.filter .mat-header-cell, v7-krk-indicator-table-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-krk-indicator-table-component .mat-header-row.filter .mat-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content, v7-krk-indicator-table-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-krk-indicator-table-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;
  text-overflow: ellipsis;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data:last-of-type {
  padding-right: 2.8125rem;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data:first-of-type.checkbox {
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data:first-of-type.checkboxOnLoad {
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-krk-indicator-table-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-krk-indicator-table-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-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button-active {
  visibility: visible;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button-active .mat-icon {
  fill: #00adef;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon {
  vertical-align: middle;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon .mat-icon {
  width: 1rem;
  height: 1rem;
  fill: #00adef;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon-selected .mat-icon {
  fill: #00adef;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon-selected .mat-icon {
  fill: #F15A23;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content > div {
  justify-content: flex-end;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content:hover .v7-tableview-sort-button {
  visibility: visible;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu {
  display: inline-block;
  margin-left: 0.25rem;
  visibility: hidden;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu .mat-icon {
  width: 1rem;
  height: 1rem;
  fill: #00adef;
  vertical-align: middle;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data:hover .v7-tableview-table-header-data-menu {
  display: inline-block;
  margin-left: 0.25rem;
  visibility: visible;
}
v7-krk-indicator-table-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-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item:hover {
  background-color: #F5F5F5;
}
v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item:focus {
  background-color: #DEDEDE;
}
v7-krk-indicator-table-component .skeletonPulse {
  margin-right: 1.5625rem;
  height: 1rem;
}
v7-krk-indicator-table-component mat-footer-row {
  width: 6.25rem;
  min-height: 11rem;
  margin-top: 2.006875rem;
  border-bottom-width: 0rem;
  display: flex;
}
v7-krk-indicator-table-component mat-footer-row.skeletonPulse {
  margin-right: auto;
  margin-left: auto;
}
v7-krk-indicator-table-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-krk-indicator-table-component .v7-tableview-table-row.checkbox {
  padding-left: 1rem;
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-krk-indicator-table-component .v7-tableview-table-row.checkbox .skeletonPulse {
  max-width: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
}
v7-krk-indicator-table-component .v7-tableview-table-row-isOdd {
  background-color: #DCDDE0;
}
v7-krk-indicator-table-component .mat-checkbox .mat-checkbox-ripple {
  display: none;
}
v7-krk-indicator-table-component .v7-tableview-header-data-menu {
  width: 16.0625rem;
  background-color: white;
}
v7-krk-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item {
  padding: 0;
  height: 2.5rem;
  background-color: white;
  line-height: 0.0875rem;
}
v7-krk-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item .mat-icon {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  fill: #00adef;
}
v7-krk-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item .mat-icon svg {
  height: 1rem;
  width: 1rem;
}
v7-krk-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item:hover {
  background-color: #F5F5F5;
}
v7-krk-indicator-table-component .campaign-analyse-campaign-overview {
  padding: 0;
}
v7-krk-indicator-table-component .campaign-analyse-campaign-overview .v7-dataview {
  padding-left: 0;
  padding-right: 0;
}
v7-krk-indicator-table-component .selection-table-overview {
  padding: 0;
}
v7-krk-indicator-table-component .krkindictable {
  width: 100%;
}

v7-krk-mgmnt-table-component {
  max-width: 100%;
  height: calc(100vh - 64px);
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  overflow: auto;
  color: #434951;
  padding-left: 0rem;
  padding-right: 0rem;
}
v7-krk-mgmnt-table-component .v7-dataview {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
v7-krk-mgmnt-table-component .mat-mdc-card {
  display: flex !important;
}
v7-krk-mgmnt-table-component .table .mat-mdc-row .mat-mdc-cell,
v7-krk-mgmnt-table-component .v7-tableview-table-header-data {
  padding-left: 0.5rem !important;
}
v7-krk-mgmnt-table-component .table .mat-mdc-row .mat-mdc-cell:last-of-type,
v7-krk-mgmnt-table-component .v7-tableview-table-header-data:last-of-type {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
v7-krk-mgmnt-table-component .v7-tableview-table-row.edit-column, v7-krk-mgmnt-table-component .v7-tableview-table-row.delete-column, v7-krk-mgmnt-table-component .v7-tableview-table-header-data.edit-column, v7-krk-mgmnt-table-component .v7-tableview-table-header-data.delete-column {
  min-width: 2.7rem;
}
v7-krk-mgmnt-table-component .v7-tableview-table-row.edit-column button, v7-krk-mgmnt-table-component .v7-tableview-table-row.delete-column button, v7-krk-mgmnt-table-component .v7-tableview-table-header-data.edit-column button, v7-krk-mgmnt-table-component .v7-tableview-table-header-data.delete-column button {
  padding: 0rem !important;
}
v7-krk-mgmnt-table-component .v7-tableview-table-row.edit-column button mat-icon, v7-krk-mgmnt-table-component .v7-tableview-table-row.delete-column button mat-icon, v7-krk-mgmnt-table-component .v7-tableview-table-header-data.edit-column button mat-icon, v7-krk-mgmnt-table-component .v7-tableview-table-header-data.delete-column button mat-icon {
  fill: grey;
}
v7-krk-mgmnt-table-component .v7-tableview-table-row.edit-column button mat-icon:hover, v7-krk-mgmnt-table-component .v7-tableview-table-row.delete-column button mat-icon:hover, v7-krk-mgmnt-table-component .v7-tableview-table-header-data.edit-column button mat-icon:hover, v7-krk-mgmnt-table-component .v7-tableview-table-header-data.delete-column button mat-icon:hover {
  fill: black;
}
v7-krk-mgmnt-table-component .v7-dataview {
  overflow: auto;
}
v7-krk-mgmnt-table-component .tableview-mat-card {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0 0;
  border-radius: 0.125rem;
}
v7-krk-mgmnt-table-component .tableview-mat-card .mat-mdc-progress-spinner {
  margin: 0 auto 0.3125rem auto;
}
v7-krk-mgmnt-table-component .clickable .v7-tableview-table-row-data {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-krk-mgmnt-table-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: block;
}
v7-krk-mgmnt-table-component .table {
  min-width: 100%;
  margin-bottom: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
v7-krk-mgmnt-table-component .table .mat-mdc-row {
  border-style: none;
  min-height: 2.5rem;
  max-height: 2.5rem;
  display: flex;
  align-items: center;
}
v7-krk-mgmnt-table-component .table .mat-mdc-row:hover {
  background-color: #F5F5F5;
}
v7-krk-mgmnt-table-component .table .mat-mdc-row .mat-mdc-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-krk-mgmnt-table-component .table .mat-mdc-row .mat-mdc-cell:last-of-type {
  padding-right: 2.8125rem;
}
v7-krk-mgmnt-table-component .table .mat-mdc-row .mat-mdc-cell.emptyColumn {
  max-width: 0;
  padding-left: 0;
}
v7-krk-mgmnt-table-component .table .mat-mdc-row:nth-child(even):not(.v7-tableview-table-row-selected) .mat-mdc-cell {
  background-color: #FCFCFC;
}
v7-krk-mgmnt-table-component .table .mat-mdc-row:nth-child(odd):not(.v7-tableview-table-row-selected) .mat-mdc-cell {
  background-color: white;
}
v7-krk-mgmnt-table-component .table .v7-tableview-checkbox {
  width: 5.5rem;
  height: 1.25rem;
}
v7-krk-mgmnt-table-component .table .v7-tableview-table-row-selected {
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  background-color: #DEDEDE !important;
}
v7-krk-mgmnt-table-component .v7-tableview-body {
  overflow: inherit;
  min-width: auto;
  height: calc(100% - 94px - 35px);
}
v7-krk-mgmnt-table-component .v7-tableview-body .mat-row {
  height: 40px;
}
v7-krk-mgmnt-table-component .v7-tableview-body .mat-header-cell {
  width: 200px;
  display: flex;
  align-items: center;
}
v7-krk-mgmnt-table-component .v7-tableview-body .mat-header-cell.filter {
  display: initial;
}
v7-krk-mgmnt-table-component .v7-tableview-body td.mat-cell {
  padding: 0 0 0 0.5rem;
}
v7-krk-mgmnt-table-component .v7-tableview-caption {
  font-size: 1.5rem;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header {
  background: #434951;
  color: white;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data-container {
  display: flex;
  align-items: center;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data-container .mat-sort-header-arrow {
  color: #00adef;
}
v7-krk-mgmnt-table-component .mat-mdc-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-krk-mgmnt-table-component .mat-mdc-header-row .mat-mdc-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-krk-mgmnt-table-component .mat-mdc-header-row .mat-mdc-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
v7-krk-mgmnt-table-component .mat-mdc-header-row.filter, v7-krk-mgmnt-table-component .mat-mdc-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;
  background: rgb(240, 240, 240);
}
v7-krk-mgmnt-table-component .mat-mdc-header-row.filter .mat-mdc-header-cell, v7-krk-mgmnt-table-component .mat-mdc-header-row .filter .mat-mdc-header-cell {
  display: block;
  padding: 0;
  align-items: center;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow-wrap: break-word;
}
v7-krk-mgmnt-table-component .mat-mdc-header-row.filter .mat-mdc-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content, v7-krk-mgmnt-table-component .mat-mdc-header-row .filter .mat-mdc-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
v7-krk-mgmnt-table-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;
  text-overflow: ellipsis;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data:last-of-type {
  padding-right: 2.8125rem;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data:first-of-type.checkbox {
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data:first-of-type.checkboxOnLoad {
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-krk-mgmnt-table-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-krk-mgmnt-table-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-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button-active {
  visibility: visible;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button-active .mat-icon {
  fill: #00adef;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon {
  vertical-align: middle;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon .mat-icon {
  width: 1rem;
  height: 1rem;
  fill: #00adef;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon-selected .mat-icon {
  fill: #00adef;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon-selected .mat-icon {
  fill: #F15A23;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content > div {
  justify-content: flex-end;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content:hover .v7-tableview-sort-button {
  visibility: visible;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu {
  display: inline-block;
  margin-left: 0.25rem;
  visibility: hidden;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu .mat-icon {
  width: 1rem;
  height: 1rem;
  fill: #00adef;
  vertical-align: middle;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data:hover .v7-tableview-table-header-data-menu {
  display: inline-block;
  margin-left: 0.25rem;
  visibility: visible;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card {
  border-radius: 0.125rem;
  background-color: white;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item:hover {
  background-color: #F5F5F5;
}
v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item:focus {
  background-color: #DEDEDE;
}
v7-krk-mgmnt-table-component .skeletonPulse {
  margin-right: 1.5625rem;
  height: 1rem;
}
v7-krk-mgmnt-table-component mat-footer-row {
  width: 6.25rem;
  min-height: 11rem;
  margin-top: 2.006875rem;
  border-bottom-width: 0rem;
  display: flex;
}
v7-krk-mgmnt-table-component mat-footer-row.skeletonPulse {
  margin-right: auto;
  margin-left: auto;
}
v7-krk-mgmnt-table-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-krk-mgmnt-table-component .v7-tableview-table-row.checkbox {
  padding-left: 1rem;
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-krk-mgmnt-table-component .v7-tableview-table-row.checkbox .skeletonPulse {
  max-width: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
}
v7-krk-mgmnt-table-component .v7-tableview-table-row-isOdd {
  background-color: #DCDDE0;
}
v7-krk-mgmnt-table-component .mat-mdc-checkbox {
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
v7-krk-mgmnt-table-component .mat-mdc-checkbox .mat-checkbox-ripple {
  display: none;
}
v7-krk-mgmnt-table-component .v7-tableview-header-data-menu {
  width: 16.0625rem;
  background-color: white;
}
v7-krk-mgmnt-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item {
  padding: 0;
  height: 2.5rem;
  background-color: white;
  line-height: 0.0875rem;
}
v7-krk-mgmnt-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item .mat-icon {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  fill: #00adef;
}
v7-krk-mgmnt-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item .mat-icon svg {
  height: 1rem;
  width: 1rem;
}
v7-krk-mgmnt-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item:hover {
  background-color: #F5F5F5;
}
v7-krk-mgmnt-table-component .campaign-analyse-campaign-overview {
  padding: 0;
}
v7-krk-mgmnt-table-component .campaign-analyse-campaign-overview .v7-dataview {
  padding-left: 0;
  padding-right: 0;
}
v7-krk-mgmnt-table-component .selection-table-overview {
  padding: 0;
}
v7-krk-mgmnt-table-component .krkindictable {
  width: 100%;
}

v7-gwmyap-uebersicht-component {
  max-width: 100vw;
}
v7-gwmyap-uebersicht-component .v7-dataview {
  padding-left: 1.5rem !important;
  padding-right: 2.5rem !important;
}
v7-gwmyap-uebersicht-component .mat-mdc-card {
  display: flex !important;
}
v7-gwmyap-uebersicht-component .table .mat-mdc-row .mat-mdc-cell,
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data {
  padding-left: 0.5rem !important;
}
v7-gwmyap-uebersicht-component .table .mat-mdc-row .mat-mdc-cell:last-of-type,
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data:last-of-type {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-row.edit-column, v7-gwmyap-uebersicht-component .v7-tableview-table-row.delete-column, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data.edit-column, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data.delete-column {
  min-width: 2.7rem;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-row.edit-column button, v7-gwmyap-uebersicht-component .v7-tableview-table-row.delete-column button, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data.edit-column button, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data.delete-column button {
  padding: 0rem !important;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-row.edit-column button mat-icon, v7-gwmyap-uebersicht-component .v7-tableview-table-row.delete-column button mat-icon, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data.edit-column button mat-icon, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data.delete-column button mat-icon {
  fill: grey;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-row.edit-column button mat-icon:hover, v7-gwmyap-uebersicht-component .v7-tableview-table-row.delete-column button mat-icon:hover, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data.edit-column button mat-icon:hover, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data.delete-column button mat-icon:hover {
  fill: black;
}

v7-gwmyap-uebersicht-component {
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  overflow: auto;
  color: #434951;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-left: 0rem;
  padding-right: 0rem;
}
v7-gwmyap-uebersicht-component .v7-dataview {
  overflow: auto;
}
v7-gwmyap-uebersicht-component .v7-dataview .v7-tableview-body {
  overflow: display;
}
v7-gwmyap-uebersicht-component .tableview-mat-card {
  width: 100%;
  padding: 0 0 0 0;
  border-radius: 0.125rem;
}
v7-gwmyap-uebersicht-component .tableview-mat-card .mat-mdc-progress-spinner {
  margin: 0 auto 0.3125rem auto;
}
v7-gwmyap-uebersicht-component .clickable .v7-tableview-table-row-data {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-gwmyap-uebersicht-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: block;
  overflow-x: auto;
  overflow-y: auto;
}
v7-gwmyap-uebersicht-component .table {
  overflow: auto;
  min-width: 100%;
  margin-bottom: 1.5rem;
}
v7-gwmyap-uebersicht-component .table .mat-mdc-row {
  border-style: none;
  min-height: 2.5rem;
  max-height: 2.5rem;
  display: flex;
  align-items: center;
}
v7-gwmyap-uebersicht-component .table .mat-mdc-row:hover {
  background-color: #F5F5F5;
}
v7-gwmyap-uebersicht-component .table .mat-mdc-row .mat-mdc-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-gwmyap-uebersicht-component .table .mat-mdc-row .mat-mdc-cell:last-of-type {
  padding-right: 2.8125rem;
}
v7-gwmyap-uebersicht-component .table .mat-mdc-row .mat-mdc-cell.emptyColumn {
  max-width: 0;
  padding-left: 0;
}
v7-gwmyap-uebersicht-component .table .mat-mdc-row:nth-child(even):not(.v7-tableview-table-row-selected) .mat-mdc-cell {
  background-color: #FCFCFC;
}
v7-gwmyap-uebersicht-component .table .mat-mdc-row:nth-child(odd):not(.v7-tableview-table-row-selected) .mat-mdc-cell {
  background-color: white;
}
v7-gwmyap-uebersicht-component .table .v7-tableview-checkbox {
  width: 5.5rem;
  height: 1.25rem;
}
v7-gwmyap-uebersicht-component .table .v7-tableview-table-row-selected {
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  background-color: #DEDEDE !important;
}
v7-gwmyap-uebersicht-component .v7-tableview-body {
  overflow: inherit;
  min-width: auto;
}
v7-gwmyap-uebersicht-component .v7-tableview-caption {
  font-size: 1.5rem;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header {
  background: #434951;
  color: white;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data-container {
  display: flex;
  margin: 0 0 0 -1rem;
  align-items: center;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data-container .mat-sort-header-arrow {
  color: #00adef;
}
v7-gwmyap-uebersicht-component .mat-mdc-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-gwmyap-uebersicht-component .mat-mdc-header-row .mat-mdc-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-gwmyap-uebersicht-component .mat-mdc-header-row .mat-mdc-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
v7-gwmyap-uebersicht-component .mat-mdc-header-row.filter, v7-gwmyap-uebersicht-component .mat-mdc-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-gwmyap-uebersicht-component .mat-mdc-header-row.filter .mat-mdc-header-cell, v7-gwmyap-uebersicht-component .mat-mdc-header-row .filter .mat-mdc-header-cell {
  display: block;
  padding: 0;
  align-items: center;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow-wrap: break-word;
}
v7-gwmyap-uebersicht-component .mat-mdc-header-row.filter .mat-mdc-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content, v7-gwmyap-uebersicht-component .mat-mdc-header-row .filter .mat-mdc-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
v7-gwmyap-uebersicht-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-gwmyap-uebersicht-component .v7-tableview-table-header-data:last-of-type {
  padding-right: 2.8125rem;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data:first-of-type.checkbox {
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data:first-of-type.checkboxOnLoad {
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-gwmyap-uebersicht-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-gwmyap-uebersicht-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-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button-active {
  visibility: visible;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button-active .mat-icon {
  fill: #00adef;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon {
  vertical-align: middle;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon .mat-icon {
  width: 1rem;
  height: 1rem;
  fill: #00adef;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon-selected .mat-icon {
  fill: #00adef;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon-selected .mat-icon {
  fill: #F15A23;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content > div {
  justify-content: flex-end;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content:hover .v7-tableview-sort-button {
  visibility: visible;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu {
  display: inline-block;
  margin-left: 0.25rem;
  visibility: hidden;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu .mat-icon {
  width: 1rem;
  height: 1rem;
  fill: #00adef;
  vertical-align: middle;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data:hover .v7-tableview-table-header-data-menu {
  display: inline-block;
  margin-left: 0.25rem;
  visibility: visible;
}
v7-gwmyap-uebersicht-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-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item:hover {
  background-color: #F5F5F5;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item:focus {
  background-color: #DEDEDE;
}
v7-gwmyap-uebersicht-component .skeletonPulse {
  margin-right: 1.5625rem;
  height: 1rem;
}
v7-gwmyap-uebersicht-component mat-footer-row {
  width: 6.25rem;
  min-height: 11rem;
  margin-top: 2.006875rem;
  border-bottom-width: 0rem;
  display: flex;
}
v7-gwmyap-uebersicht-component mat-footer-row.skeletonPulse {
  margin-right: auto;
  margin-left: auto;
}
v7-gwmyap-uebersicht-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-gwmyap-uebersicht-component .v7-tableview-table-row.checkbox {
  padding-left: 1rem;
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-row.checkbox .skeletonPulse {
  max-width: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
}
v7-gwmyap-uebersicht-component .v7-tableview-table-row-isOdd {
  background-color: #DCDDE0;
}
v7-gwmyap-uebersicht-component .mat-mdc-checkbox {
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
v7-gwmyap-uebersicht-component .mat-mdc-checkbox .mat-checkbox-ripple {
  display: none;
}
v7-gwmyap-uebersicht-component .v7-tableview-header-data-menu {
  width: 16.0625rem;
  background-color: white;
}
v7-gwmyap-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item {
  padding: 0;
  height: 2.5rem;
  background-color: white;
  line-height: 0.0875rem;
}
v7-gwmyap-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item .mat-icon {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  fill: #00adef;
}
v7-gwmyap-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item .mat-icon svg {
  height: 1rem;
  width: 1rem;
}
v7-gwmyap-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item:hover {
  background-color: #F5F5F5;
}
v7-gwmyap-uebersicht-component .campaign-analyse-campaign-overview {
  padding: 0;
}
v7-gwmyap-uebersicht-component .campaign-analyse-campaign-overview .v7-dataview {
  padding-left: 0;
  padding-right: 0;
}
v7-gwmyap-uebersicht-component .selection-table-overview {
  padding: 0;
}

.skeletonPulse {
  margin-right: 1.5625rem;
  height: 1rem;
}

.v7-errorPage {
  margin-top: 2rem;
  padding: 5rem;
  background-color: #F5F5F5;
}

v7-gw-radarchart-component {
  max-height: none i !important;
  max-width: none !important;
  height: 100%;
  width: 100%;
}
v7-gw-radarchart-component .v7charts-radar-left-half {
  width: 25% !important;
}
v7-gw-radarchart-component .v7charts-radar-right-half .areas .radarWrapper:nth-child(7n+1) {
  fill: #00ADEF;
}
v7-gw-radarchart-component .v7charts-radar-right-half .areas .radarWrapper:nth-child(7n+1) .radarStroke {
  stroke: #00ADEF;
  fill: #00ADEF !important;
}
v7-gw-radarchart-component .v7charts-radar-right-half .areas .radarWrapper:nth-child(7n+2) {
  fill: #ef5350;
}
v7-gw-radarchart-component .v7charts-radar-right-half .areas .radarWrapper:nth-child(7n+2) .radarStroke {
  stroke: #ef5350;
  fill: #ef5350 !important;
}
v7-gw-radarchart-component .v7charts-radar-right-half .areas .radarWrapper:nth-child(7n+3) {
  fill: #C2C2C2;
}
v7-gw-radarchart-component .v7charts-radar-right-half .areas .radarWrapper:nth-child(7n+3) .radarStroke {
  stroke: #C2C2C2;
  fill: #C2C2C2 !important;
}
v7-gw-radarchart-component .v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+1) .v7charts-radar-dot {
  background-color: #00ADEF;
}
v7-gw-radarchart-component .v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+2) .v7charts-radar-dot {
  background-color: #f15a23;
}
v7-gw-radarchart-component .v7charts-radar-legend-bot .v7charts-radar-legend-bot-item:nth-child(7n+3) .v7charts-radar-dot {
  background-color: #C2C2C2;
}
v7-gw-radarchart-component .dataview-body {
  display: flex;
  flex-direction: column;
}
v7-gw-radarchart-component .dataview-body .v7-chart-content {
  height: initial !important;
}

.measure-condition-page {
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  box-sizing: border-box;
}
.measure-condition-page .measurement-condition-header {
  margin: 2rem 0 1.5rem 0;
  font-family: "Corporate A Condensed Regular", serif !important;
  letter-spacing: 1.4px;
  line-height: 1.12;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.715rem !important;
  padding: 0.3125rem;
  color: #30343a;
}
.measure-condition-page .measurement-condition-body {
  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;
}
.measure-condition-page .form-row {
  flex-direction: row;
  display: flex;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
}
.measure-condition-page .form-row .mat-form-field-wrapper {
  padding-bottom: 0;
}
.measure-condition-page .width-50 {
  width: 50%;
}
.measure-condition-page .width-50 mat-form-field {
  width: 100%;
}
.measure-condition-page .width-50 v7-selected-entries-component {
  display: block;
  background-color: white;
  text-align: left;
  width: 100%;
  position: relative;
}
.measure-condition-page .width-50-complete-line {
  width: 50%;
}
.measure-condition-page .width-50-complete-line mat-form-field {
  width: 100%;
}
.measure-condition-page .width-50-complete-line v7-selected-entries-component {
  display: block;
  background-color: white;
  text-align: left;
  width: 200%;
  position: relative;
}

.customer-status-page {
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  box-sizing: border-box;
}
.customer-status-page .measurement-condition-header {
  margin: 2rem 0 1.5rem 0;
  font-family: "Corporate A Condensed Regular", serif !important;
  letter-spacing: 1.4px;
  line-height: 1.12;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.715rem !important;
  padding: 0.3125rem;
  color: #30343a;
}
.customer-status-page .measurement-condition-body {
  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-dqs-mgmnt-component {
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  overflow: auto;
  color: #434951;
}
v7-dqs-mgmnt-component .v7-dataview .v7-tableview-body {
  overflow: display;
  display: contents;
}
v7-dqs-mgmnt-component .set-filters {
  width: 100%;
  margin-bottom: 8px;
}
v7-dqs-mgmnt-component .tableview-mat-card {
  width: 100%;
  padding: 0 0 0 0;
  border-radius: 0.125rem;
}
v7-dqs-mgmnt-component .tableview-mat-card .mat-progress-spinner {
  margin: 0 auto 0.3125rem auto;
}
v7-dqs-mgmnt-component .clickable .v7-tableview-table-row-data {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-dqs-mgmnt-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-dqs-mgmnt-component .table {
  overflow: auto;
  min-width: 100%;
  margin-bottom: 1.5rem;
}
v7-dqs-mgmnt-component .table .mat-row {
  border-style: none;
  min-height: 2.5rem;
  max-height: 2.5rem;
  display: flex;
  align-items: center;
}
v7-dqs-mgmnt-component .table .mat-row:hover {
  background-color: #F5F5F5;
}
v7-dqs-mgmnt-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-dqs-mgmnt-component .table .mat-row .mat-cell:last-of-type {
  padding-right: 2.8125rem;
}
v7-dqs-mgmnt-component .table .mat-row .mat-cell.emptyColumn {
  max-width: 0;
  padding-left: 0;
}
v7-dqs-mgmnt-component .table .mat-row:nth-child(even):not(.v7-tableview-table-row-selected) .mat-cell {
  background-color: #FCFCFC;
}
v7-dqs-mgmnt-component .table .mat-row:nth-child(odd):not(.v7-tableview-table-row-selected) .mat-cell {
  background-color: white;
}
v7-dqs-mgmnt-component .table .v7-tableview-checkbox {
  width: 5.5rem;
  height: 1.25rem;
}
v7-dqs-mgmnt-component .table .v7-tableview-table-row-selected {
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  background-color: #DEDEDE !important;
}
v7-dqs-mgmnt-component .v7-tableview-body {
  overflow: inherit;
  min-width: auto;
  box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12);
}
v7-dqs-mgmnt-component .v7-tableview-caption {
  font-size: 1.5rem;
}
v7-dqs-mgmnt-component .v7-tableview-table-header {
  background: #434951;
  color: white;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data-container {
  display: flex;
  margin: 0 0 0 -1rem;
  align-items: center;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data-container .mat-sort-header-arrow {
  color: #00adef;
}
v7-dqs-mgmnt-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-dqs-mgmnt-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-dqs-mgmnt-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-dqs-mgmnt-component .mat-header-row.filter, v7-dqs-mgmnt-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-dqs-mgmnt-component .mat-header-row.filter .mat-header-cell, v7-dqs-mgmnt-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-dqs-mgmnt-component .mat-header-row.filter .mat-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content, v7-dqs-mgmnt-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-dqs-mgmnt-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-dqs-mgmnt-component .v7-tableview-table-header-data:last-of-type {
  padding-right: 2.8125rem;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data:first-of-type.checkbox {
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data:first-of-type.checkboxOnLoad {
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-dqs-mgmnt-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-dqs-mgmnt-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-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button-active {
  visibility: visible;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button-active .mat-icon {
  fill: #00adef;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon {
  vertical-align: middle;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon .mat-icon {
  width: 1rem;
  height: 1rem;
  fill: #00adef;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon-selected .mat-icon {
  fill: #00adef;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon-selected .mat-icon {
  fill: #F15A23;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content > div {
  justify-content: flex-end;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content:hover .v7-tableview-sort-button {
  visibility: visible;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu {
  display: inline-block;
  margin-left: 0.25rem;
  visibility: hidden;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu .mat-icon {
  width: 1rem;
  height: 1rem;
  fill: #00adef;
  vertical-align: middle;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data:hover .v7-tableview-table-header-data-menu {
  display: inline-block;
  margin-left: 0.25rem;
  visibility: visible;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card {
  border-radius: 0.125rem;
  background-color: white;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item:hover {
  background-color: #F5F5F5;
}
v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item:focus {
  background-color: #DEDEDE;
}
v7-dqs-mgmnt-component .skeletonPulse {
  margin-right: 1.5625rem;
  height: 1rem;
}
v7-dqs-mgmnt-component mat-footer-row {
  width: 6.25rem;
  min-height: 11rem;
  margin-top: 2.006875rem;
  border-bottom-width: 0rem;
  display: flex;
}
v7-dqs-mgmnt-component mat-footer-row.skeletonPulse {
  margin-right: auto;
  margin-left: auto;
}
v7-dqs-mgmnt-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-dqs-mgmnt-component .v7-tableview-table-row.checkbox {
  padding-left: 1rem;
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-dqs-mgmnt-component .v7-tableview-table-row.checkbox .skeletonPulse {
  max-width: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
}
v7-dqs-mgmnt-component .v7-tableview-table-row-isOdd {
  background-color: #DCDDE0;
}
v7-dqs-mgmnt-component .mat-checkbox .mat-checkbox-ripple {
  display: none;
}
v7-dqs-mgmnt-component .v7-tableview-header-data-menu {
  width: 16.0625rem;
  background-color: white;
}
v7-dqs-mgmnt-component .v7-tableview-header-data-menu .tableview-header-data-menu-item {
  padding: 0;
  height: 2.5rem;
  background-color: white;
  line-height: 0.0875rem;
}
v7-dqs-mgmnt-component .v7-tableview-header-data-menu .tableview-header-data-menu-item .mat-icon {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  fill: #00adef;
}
v7-dqs-mgmnt-component .v7-tableview-header-data-menu .tableview-header-data-menu-item .mat-icon svg {
  height: 1rem;
  width: 1rem;
}
v7-dqs-mgmnt-component .v7-tableview-header-data-menu .tableview-header-data-menu-item:hover {
  background-color: #F5F5F5;
}
v7-dqs-mgmnt-component .campaign-analyse-campaign-overview {
  padding: 0;
}
v7-dqs-mgmnt-component .campaign-analyse-campaign-overview .v7-dataview {
  padding-left: 0;
  padding-right: 0;
}
v7-dqs-mgmnt-component .selection-table-overview {
  padding: 0;
}
v7-dqs-mgmnt-component .strassenverzeichnis-edit-part {
  width: 100%;
  padding: 2rem;
}
v7-dqs-mgmnt-component .edit-section .mat-card {
  margin-left: 0;
}

.crm-viewer-filters {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

v7-crm-viewer-card-header-component .crm-viewer-radio-group {
  display: flex;
  flex-direction: column;
}

.v7-crm-viewer-card-style {
  /* Stil für die Spalten */
  /* Stil für die Listenpunkte */
  /* Stil für den Namen */
}
.v7-crm-viewer-card-style .column {
  flex: 1;
  width: 50%;
}
.v7-crm-viewer-card-style ul {
  list-style-type: none;
  padding: 0;
}
.v7-crm-viewer-card-style strong {
  display: inline-block;
  width: 200px; /* Feste Breite für den Namen */
}

.crmviewermain {
  width: 100%;
}

v7-crm-viewer-component {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.crm-viewer-container {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 64px);
}

.crm-viewer-header {
  position: sticky;
  top: 0;
  z-index: 1;
}

.crm-viewer-content {
  flex-grow: 1;
  overflow-y: auto; /* Enable scrolling for the content */
  height: 80vh;
}

.crm-viewer-header-list-component {
  position: sticky;
  top: 0;
  z-index: 1;
  font-size: 1.1rem;
  background: #f5f5f5;
}

body .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #00ADEF !important;
  --mdc-switch-selected-handle-color: #00ADEF !important;
  --mdc-switch-selected-hover-state-layer-color: #00ADEF !important;
  --mdc-switch-selected-pressed-state-layer-color: #00ADEF !important;
  --mdc-switch-selected-focus-handle-color: #71cff5 !important;
  --mdc-switch-selected-hover-handle-color: #71cff5 !important;
  --mdc-switch-selected-pressed-handle-color: #71cff5 !important;
  --mdc-switch-selected-focus-track-color: #00abef77 !important;
  --mdc-switch-selected-hover-track-color: #00abef77 !important;
  --mdc-switch-selected-pressed-track-color: #00abef77 !important;
  --mdc-switch-selected-track-color: #00abef77 !important;
}

.md-drppicker {
  display: flex;
}

.bar-color-1 {
  fill: #00ADEF;
}

.bar-color-2 {
  fill: #1f1f1f;
}

.bar-color-3 {
  fill: #c2c2c2;
}

.bar-color-4 {
  fill: #005777;
}

.bar-color-5 {
  fill: #4d4d4d;
}

.bar-color-6 {
  fill: #0082b3;
}

.y-axis .domain {
  stroke: transparent;
}
.y-axis .tick line {
  stroke: transparent;
}

.crm-dashboard-export-button {
  background-color: #00ADEF;
  color: #fff;
  border: none;
  border-radius: 4px;
  width: 200px;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  margin: 0.25em;
}

.legend-dot {
  display: inline-block;
  width: 10px; /* Breite des Punktes */
  height: 10px; /* Höhe des Punktes */
  border-radius: 50%; /* Kreisform */
  margin-right: 5px; /* Abstand zwischen Punkten */
}

.crm-dashboard-export-button:disabled {
  background-color: #ccc;
  color: #666;
}

v7-bp-indicator-table-component {
  width: 100%;
  height: calc(100vh - 64px);
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  overflow: auto;
  color: #434951;
}
v7-bp-indicator-table-component .v7-dataview {
  display: flex;
  flex-direction: column;
  height: 100%;
}
v7-bp-indicator-table-component .v7-dataview .v7-tableview-body {
  flex: 1; /* Nimmt den verbleibenden Platz ein */
  overflow-y: auto;
}
v7-bp-indicator-table-component .set-filters {
  width: 100%;
  margin-bottom: 8px;
}
v7-bp-indicator-table-component .tableview-mat-card {
  width: 100%;
  padding: 0 0 0 0;
  border-radius: 0.125rem;
}
v7-bp-indicator-table-component .tableview-mat-card .mat-progress-spinner {
  margin: 0 auto 0.3125rem auto;
}
v7-bp-indicator-table-component .clickable .v7-tableview-table-row-data {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-bp-indicator-table-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-bp-indicator-table-component .table {
  overflow: auto;
  min-width: 100%;
  margin-bottom: 1.5rem;
}
v7-bp-indicator-table-component .table .mat-row {
  border-style: none;
  min-height: 2.5rem;
  max-height: 2.5rem;
  display: flex;
  align-items: center;
}
v7-bp-indicator-table-component .table .mat-row:hover {
  background-color: #F5F5F5;
}
v7-bp-indicator-table-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-bp-indicator-table-component .table .mat-row .mat-cell:last-of-type {
  padding-right: 2.8125rem;
}
v7-bp-indicator-table-component .table .mat-row .mat-cell.emptyColumn {
  max-width: 0;
  padding-left: 0;
}
v7-bp-indicator-table-component .table .mat-row:nth-child(even):not(.v7-tableview-table-row-selected) .mat-cell {
  background-color: #FCFCFC;
}
v7-bp-indicator-table-component .table .mat-row:nth-child(odd):not(.v7-tableview-table-row-selected) .mat-cell {
  background-color: white;
}
v7-bp-indicator-table-component .table .v7-tableview-checkbox {
  width: 5.5rem;
  height: 1.25rem;
}
v7-bp-indicator-table-component .table .v7-tableview-table-row-selected {
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  background-color: #DEDEDE !important;
}
v7-bp-indicator-table-component .v7-tableview-body {
  overflow: inherit;
  min-width: auto;
  box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12);
}
v7-bp-indicator-table-component .v7-tableview-caption {
  font-size: 1.5rem;
}
v7-bp-indicator-table-component .v7-tableview-table-header {
  background: #434951;
  color: white;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data-container {
  display: flex;
  margin: 0 0 0 -1rem;
  align-items: center;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data-container .mat-sort-header-arrow {
  color: #00adef;
}
v7-bp-indicator-table-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-bp-indicator-table-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-bp-indicator-table-component .mat-header-row .mat-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content {
  white-space: nowrap;
  text-overflow: ellipsis;
}
v7-bp-indicator-table-component .mat-header-row.filter, v7-bp-indicator-table-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-bp-indicator-table-component .mat-header-row.filter .mat-header-cell, v7-bp-indicator-table-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-bp-indicator-table-component .mat-header-row.filter .mat-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content, v7-bp-indicator-table-component .mat-header-row .filter .mat-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content {
  white-space: nowrap;
  text-overflow: ellipsis;
}
v7-bp-indicator-table-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;
  text-overflow: ellipsis;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data:last-of-type {
  padding-right: 2.8125rem;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data:first-of-type.checkbox {
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data:first-of-type.checkboxOnLoad {
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-bp-indicator-table-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-bp-indicator-table-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-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button-active {
  visibility: visible;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-sort-button-active .mat-icon {
  fill: #00adef;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon {
  vertical-align: middle;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon .mat-icon {
  width: 1rem;
  height: 1rem;
  fill: #00adef;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon-selected .mat-icon {
  fill: #00adef;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon-selected .mat-icon {
  fill: #F15A23;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content > div {
  justify-content: flex-end;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content:hover .v7-tableview-sort-button {
  visibility: visible;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu {
  display: inline-block;
  margin-left: 0.25rem;
  visibility: hidden;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu .mat-icon {
  width: 1rem;
  height: 1rem;
  fill: #00adef;
  vertical-align: middle;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu .mat-icon svg {
  width: 1rem;
  height: 1rem;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data:hover .v7-tableview-table-header-data-menu {
  display: inline-block;
  margin-left: 0.25rem;
  visibility: visible;
}
v7-bp-indicator-table-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-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item:hover {
  background-color: #F5F5F5;
}
v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-dropdown-menu-card .datamenu-dropdown-item:focus {
  background-color: #DEDEDE;
}
v7-bp-indicator-table-component .skeletonPulse {
  margin-right: 1.5625rem;
  height: 1rem;
}
v7-bp-indicator-table-component mat-footer-row {
  width: 6.25rem;
  min-height: 11rem;
  margin-top: 2.006875rem;
  border-bottom-width: 0rem;
  display: flex;
}
v7-bp-indicator-table-component mat-footer-row.skeletonPulse {
  margin-right: auto;
  margin-left: auto;
}
v7-bp-indicator-table-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-bp-indicator-table-component .v7-tableview-table-row.checkbox {
  padding-left: 1rem;
  max-width: 4.5rem;
  min-width: 4.5rem;
}
v7-bp-indicator-table-component .v7-tableview-table-row.checkbox .skeletonPulse {
  max-width: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
}
v7-bp-indicator-table-component .v7-tableview-table-row-isOdd {
  background-color: #DCDDE0;
}
v7-bp-indicator-table-component .mat-checkbox .mat-checkbox-ripple {
  display: none;
}
v7-bp-indicator-table-component .v7-tableview-header-data-menu {
  width: 16.0625rem;
  background-color: white;
}
v7-bp-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item {
  padding: 0;
  height: 2.5rem;
  background-color: white;
  line-height: 0.0875rem;
}
v7-bp-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item .mat-icon {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  fill: #00adef;
}
v7-bp-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item .mat-icon svg {
  height: 1rem;
  width: 1rem;
}
v7-bp-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item:hover {
  background-color: #F5F5F5;
}
v7-bp-indicator-table-component .campaign-analyse-campaign-overview {
  padding: 0;
}
v7-bp-indicator-table-component .campaign-analyse-campaign-overview .v7-dataview {
  padding-left: 0;
  padding-right: 0;
}
v7-bp-indicator-table-component .selection-table-overview {
  padding: 0;
}

/*
    Created on : 10.09.2018, 15:20:03
    Author     : acw
*/
v7-list-view2-component.v7-dataview {
  padding: 18.75rem;
}
v7-list-view2-component.v7-dataview .dataview-caption {
  text-transform: uppercase;
}
v7-list-view2-component.v7-dataview .dataview-body {
  padding: 0;
}
v7-list-view2-component .table {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #434951;
}
v7-list-view2-component th {
  border-top: none;
  padding: 0.5rem 0 0 0.5rem;
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  min-width: 7rem;
}
v7-list-view2-component td {
  border-top: none;
  padding: 0.5rem 0 0 2rem;
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  min-width: 7rem;
}
v7-list-view2-component td .skeletonPulse {
  height: 1rem;
}
v7-list-view2-component.v7-listview-unlabled th {
  display: none;
}
v7-list-view2-component.v7-listview-highlighted th, v7-list-view2-component.v7-listview-highlighted td {
  font-size: 0.875rem;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  color: #F15A23;
}

.expand-list {
  width: 250px;
}

.image-indikator-cold {
  width: 64px;
  width: 3rem;
  height: 64px;
  height: 2.8rem;
  background: url(/assets/icons/dossier/Tendenz_fallend.svg);
}

.image-indikator-warm {
  width: 64px;
  width: 3rem;
  height: 64px;
  height: 2.8rem;
  background: url(/assets/icons/dossier/Tendenz_gleich.svg);
}

.image-indikator-hot {
  width: 64px;
  width: 3rem;
  height: 64px;
  height: 2.8rem;
  background: url(/assets/icons/dossier/Tendenz_steigend.svg);
}

.image-indikator-default {
  width: 64px;
  width: 3rem;
  height: 64px;
  height: 2.8rem;
  background: url(/assets/icons/dossier/Tendenz_default.svg);
}

.close {
  width: 64px;
  width: 3rem;
  height: 64px;
  height: 2.8rem;
  background: url(/assets/icons/close.svg);
}

.v7-rollen-page-component .rollen-layout .buttons-layout .btn-adjust .button-div .button-text {
  color: white !important;
}

.v7-rollen-page-component .rollen-layout .buttons-layout .btn-adjust {
  color: white !important;
}

v7-define-campaign-page-component {
  display: block;
  width: 100%;
  height: calc(100vh - 4rem - 2.5rem);
}

app-leftrightpanel .col {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 2rem !important;
}

basis-formgroup .number-field .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;
}
basis-formgroup .number-field .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, basis-formgroup .number-field .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;
}
basis-formgroup .number-field .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, basis-formgroup .number-field .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;
}
basis-formgroup .number-field .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, basis-formgroup .number-field .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;
}
basis-formgroup .number-field .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
basis-formgroup .number-field .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;
}
basis-formgroup .number-field .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
basis-formgroup .number-field .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;
}
basis-formgroup .number-field .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, basis-formgroup .number-field .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;
}
basis-formgroup .number-field .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, basis-formgroup .number-field .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;
}
basis-formgroup .number-field .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, basis-formgroup .number-field .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;
}
basis-formgroup .number-field .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
basis-formgroup .number-field .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;
}
basis-formgroup .number-field .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, basis-formgroup .number-field .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;
}
basis-formgroup .number-field .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, basis-formgroup .number-field .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;
}
basis-formgroup .number-field .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, basis-formgroup .number-field .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;
}
basis-formgroup .number-field .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
basis-formgroup .number-field .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;
}
basis-formgroup .number-field .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
basis-formgroup .number-field .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;
}
basis-formgroup .number-field .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, basis-formgroup .number-field .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;
}
basis-formgroup .number-field .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, basis-formgroup .number-field .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;
}
basis-formgroup .number-field .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, basis-formgroup .number-field .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;
}
basis-formgroup .number-field .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
basis-formgroup .number-field .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, basis-formgroup .number-field .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;
}
basis-formgroup .number-field mat-form-field {
  max-height: 4.25rem;
  min-width: 18.75rem;
  padding-top: 5px;
}
basis-formgroup .number-field .mat-form-field-wrapper {
  padding-bottom: 5px;
}
basis-formgroup .text-field .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;
}
basis-formgroup .text-field .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, basis-formgroup .text-field .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;
}
basis-formgroup .text-field .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, basis-formgroup .text-field .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;
}
basis-formgroup .text-field .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, basis-formgroup .text-field .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;
}
basis-formgroup .text-field .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
basis-formgroup .text-field .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;
}
basis-formgroup .text-field .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
basis-formgroup .text-field .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;
}
basis-formgroup .text-field .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, basis-formgroup .text-field .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;
}
basis-formgroup .text-field .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, basis-formgroup .text-field .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;
}
basis-formgroup .text-field .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, basis-formgroup .text-field .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;
}
basis-formgroup .text-field .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
basis-formgroup .text-field .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;
}
basis-formgroup .text-field .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, basis-formgroup .text-field .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;
}
basis-formgroup .text-field .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, basis-formgroup .text-field .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;
}
basis-formgroup .text-field .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, basis-formgroup .text-field .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;
}
basis-formgroup .text-field .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
basis-formgroup .text-field .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;
}
basis-formgroup .text-field .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
basis-formgroup .text-field .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;
}
basis-formgroup .text-field .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, basis-formgroup .text-field .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;
}
basis-formgroup .text-field .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, basis-formgroup .text-field .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;
}
basis-formgroup .text-field .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, basis-formgroup .text-field .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;
}
basis-formgroup .text-field .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
basis-formgroup .text-field .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, basis-formgroup .text-field .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;
}
basis-formgroup .text-field mat-form-field {
  max-height: 4.25rem;
  min-width: 18.75rem;
  width: 18.75rem !important;
  padding-top: 5px;
}
basis-formgroup .text-field mat-form-field .mat-form-field-wrapper {
  padding-bottom: 5px;
}
basis-formgroup .currency-field .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;
}
basis-formgroup .currency-field .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, basis-formgroup .currency-field .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;
}
basis-formgroup .currency-field .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, basis-formgroup .currency-field .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;
}
basis-formgroup .currency-field .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, basis-formgroup .currency-field .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;
}
basis-formgroup .currency-field .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
basis-formgroup .currency-field .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;
}
basis-formgroup .currency-field .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
basis-formgroup .currency-field .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;
}
basis-formgroup .currency-field .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, basis-formgroup .currency-field .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;
}
basis-formgroup .currency-field .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, basis-formgroup .currency-field .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;
}
basis-formgroup .currency-field .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, basis-formgroup .currency-field .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;
}
basis-formgroup .currency-field .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
basis-formgroup .currency-field .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;
}
basis-formgroup .currency-field .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, basis-formgroup .currency-field .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;
}
basis-formgroup .currency-field .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, basis-formgroup .currency-field .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;
}
basis-formgroup .currency-field .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, basis-formgroup .currency-field .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;
}
basis-formgroup .currency-field .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
basis-formgroup .currency-field .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;
}
basis-formgroup .currency-field .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
basis-formgroup .currency-field .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;
}
basis-formgroup .currency-field .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, basis-formgroup .currency-field .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;
}
basis-formgroup .currency-field .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, basis-formgroup .currency-field .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;
}
basis-formgroup .currency-field .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, basis-formgroup .currency-field .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;
}
basis-formgroup .currency-field .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
basis-formgroup .currency-field .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, basis-formgroup .currency-field .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;
}
basis-formgroup .currency-field mat-form-field {
  max-height: 3.25rem;
  min-width: 15.75rem;
  width: 18.75rem !important;
  padding-top: 5px;
}
basis-formgroup .currency-field mat-form-field .mat-form-field-wrapper {
  padding-bottom: 5px;
}

v7-set-builder-campaign-page-component {
  display: block;
  width: 100%;
  height: calc(100vh - 4rem - 2.5rem);
}

v7-exclusion-campaign-page-component {
  display: block;
  width: 100%;
  height: calc(100vh - 4rem - 2.5rem);
}

v7-tableview-campaign-page-component {
  display: block;
  width: 100%;
  height: calc(100vh - 4rem - 2.5rem);
}

.moveymoveynotleft {
  margin-left: auto !important;
}

.header-horizontal-align {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-vertical-align {
  display: flex;
  justify-content: center;
}

.v7-br-service-logo {
  height: 4rem;
  padding: 0.5rem 1.25rem 0.5rem 1.4375rem !important;
  border-right: 0.0625rem solid #F0F0F0;
  flex-grow: 0;
  object-fit: contain;
  content: url(/assets/images/br-service-logo.png);
}

/*******************************************************************************
* header helper - start
*******************************************************************************/
/* EDGE */
.v7-br-service-logo::after {
  content: url(/assets/images/br-service-logo.png);
}

.v7-application-logo::after {
  content: url(/assets/images/mbd-logo.png);
}

/*******************************************************************************
* header helper - end
*******************************************************************************/
/**
 * position will be defined in '%'
 **/
.mbd-panel-dialog-customized {
  padding: 0 !important;
  position: relative;
  top: 15% !important;
}
.mbd-panel-dialog-customized .v7-form h1 {
  margin: 0 0.25rem 0.25rem 0.25rem !important;
}

.mbd-kalender-details-form .mbd-kalender-details-form-child v7-dynamic-form-control-text-component {
  width: 50% !important;
}
.mbd-kalender-details-form .mbd-kalender-details-form-child v7-dynamic-form-control-text-component v7-angular-form-control-text-component {
  width: 100% !important;
}
.mbd-kalender-details-form .mbd-kalender-details-form-child v7-dynamic-form-control-text-component v7-angular-form-control-text-component mat-form-field {
  width: 100% !important;
}
.mbd-kalender-details-form .mbd-kalender-details-form-child v7-dynamic-form-control-date-chooser-component {
  width: 100% !important;
}
.mbd-kalender-details-form .mbd-kalender-details-form-child v7-dynamic-form-control-date-chooser-component mat-form-field {
  width: 50% !important;
}
.mbd-kalender-details-form .mbd-kalender-details-time .mbd-kalender-allday v7-dynamic-form-control-checkbox-component {
  margin: 0 0 0 0.25rem !important;
  padding: 0 !important;
}

.v7-compass .dataview-body {
  overflow: inherit !important;
}

.mat-mdc-menu-panel {
  opacity: 1 !important;
  transform: scale(1, 1) !important;
}

.v7-compass-tree-panel {
  overflow: hidden !important;
}

.compass-report-caption-spacer {
  min-height: 0px !important;
}

.v7-compass-header-caption.v7-font-p, v7-table-view-component .v7-tableview-table-header-data .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-table-view-component .v7-compass-header-caption.v7-tableview-table-row, v7-table-view-component .v7-tableview-header-data-menu .v7-compass-header-caption.tableview-header-data-menu-item, v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .v7-compass-header-caption.v7-doubleslider-textfield, v7-workflow-graph-component .workflow-level-container .v7-compass-header-caption.workflow-level, v7-workflow-select-component .workflowselection-container .workflow-category-group .v7-compass-header-caption.workflow-category-item, v7-news-component .news-mat-card .card-body .v7-compass-header-caption.v7-news-description, .v7-df-dropdown-option .v7-compass-header-caption.v7-df-option-text, .v7-compass-header-caption.v7-df-select-panel, .setnode-buttonbar-menu .setnode-buttonbar-menu-item .v7-compass-header-caption.setnode-buttonbar-menu-item-content, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-fahrzeug-uebersicht-component .v7-compass-header-caption.v7-tableview-table-row, v7-fahrzeug-uebersicht-component .v7-tableview-header-data-menu .v7-compass-header-caption.tableview-header-data-menu-item, v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-adma-table-deletable-component .v7-compass-header-caption.v7-tableview-table-row, v7-adma-table-deletable-component .v7-tableview-header-data-menu .v7-compass-header-caption.tableview-header-data-menu-item, v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-krk-indicator-table-component .v7-compass-header-caption.v7-tableview-table-row, v7-krk-indicator-table-component .v7-tableview-header-data-menu .v7-compass-header-caption.tableview-header-data-menu-item, v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-krk-mgmnt-table-component .v7-compass-header-caption.v7-tableview-table-row, v7-krk-mgmnt-table-component .v7-tableview-header-data-menu .v7-compass-header-caption.tableview-header-data-menu-item, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-gwmyap-uebersicht-component .v7-compass-header-caption.v7-tableview-table-row, v7-gwmyap-uebersicht-component .v7-tableview-header-data-menu .v7-compass-header-caption.tableview-header-data-menu-item, v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-dqs-mgmnt-component .v7-compass-header-caption.v7-tableview-table-row, v7-dqs-mgmnt-component .v7-tableview-header-data-menu .v7-compass-header-caption.tableview-header-data-menu-item, v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-compass-header-caption.v7-tableview-table-header-data-menu, v7-bp-indicator-table-component .v7-compass-header-caption.v7-tableview-table-row, v7-bp-indicator-table-component .v7-tableview-header-data-menu .v7-compass-header-caption.tableview-header-data-menu-item {
  color: white !important;
}

v7-compass-report-header-component .v7-compass-header .v7-compass-header-caption {
  min-width: 10rem !important;
}

.compass-tree-node {
  min-height: 2.6rem !important;
  height: 2.6rem !important;
  max-height: 2.6rem !important;
}

.v7-compass-table-cell {
  min-height: 3rem !important;
  height: 3rem !important;
  max-height: 3rem !important;
}

.drop-before-area {
  height: 0.4rem !important;
  max-height: 0.4rem !important;
}

/**
 * editing compass table to have max width when left panel is closed 
 * NSU11292019
 **/
v7-compass-component .compass-report-settings {
  visibility: hidden;
}
v7-compass-component .v7-compass {
  padding: 2rem !important;
  width: 100% !important;
  min-width: 100% !important;
}
v7-compass-component .v7-compass v7-compass-report-component {
  width: 100% !important;
}
v7-compass-component .v7-compass .v7-compass-sheet-container .v7-compass-report-sheet-table {
  width: 100% !important;
}
v7-compass-component .v7-compass .v7-compass-sheet-container .v7-compass-report-sheet-table .v7-compass-header-panel {
  min-width: 100% !important;
}
v7-compass-component .v7-compass .v7-compass-sheet-container .v7-compass-report-sheet-table .v7-compass-table-panel {
  width: 100% !important;
  min-width: 100% !important;
}
v7-compass-component .v7-compass .v7-compass-sheet-container .v7-compass-report-sheet-table .v7-compass-tree-panel {
  min-width: 100% !important;
  overflow-x: scroll;
}

.umkreissuche-bubble {
  display: flex;
  width: max-content;
}
.umkreissuche-bubble table {
  color: black !important;
  margin-bottom: 0px;
}
.umkreissuche-bubble .v7-dataview {
  padding-bottom: 0px;
}

.umkreissuche-infused-component {
  padding-bottom: 0.625rem;
}

.umkreissuche-kpis-list-view .v7-dataview {
  padding-left: 0px;
  height: auto;
}
.umkreissuche-kpis-list-view .v7-dataview .dataview-caption {
  font-size: 1.125rem !important;
  font-family: "Corporate S", Arial, Helvetica, sans-serif !important;
  font-weight: bold;
  padding: 0.3125rem;
  margin-bottom: 0.9375rem;
}

.v7-form-group h2 {
  font-size: 1.125rem !important;
  font-family: "Corporate S", Arial, Helvetica, sans-serif !important;
  font-weight: bold;
  padding: 0.3125rem;
  margin-bottom: 0.9375rem;
}

.H_ib_body {
  background: white !important;
}

.umkreissuche-navigate-dossier-btn {
  margin: 1rem 2rem 1rem auto !important;
}

#marker, #marker_active, #marker_single {
  stroke: #006389 !important;
  cursor: pointer !important;
}

#marker, #marker_active {
  fill: #009bd6 !important;
}

#marker_single {
  fill: #006389 !important;
}

.v7-preview-tabledata-btn {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.v7-table-wrapper {
  position: relative;
}

/*
    Created on : 02.04.2019, 17:02:13
    Author     : acw

    This theme is basically taken from https://medium.com/@tomastrajan/the-complete-guide-to-angular-material-themes-4d165a9d24d1
    and I tried to adjust the colors in the style of our main colors.
*/
/**
    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
*/
/*
//   $headline: mat-typography-level(27.44px, 38.42px, bold),
//   $title: mat-typography-level(19.6px, 27.44px, bold),
//   $body-1: mat-typography-level(14px, 40px, normal),
//   $body-2: mat-typography-level(14px, 40px, bold),
//   $caption: mat-typography-level(10px, 14px, normal),
//   $button: mat-typography-level(14px, 40px, normal),
*/
/*
    TODO(mdc-migration): Remove legacy-core once all legacy components are migrated
*/
.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: scale3d(0, 0, 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;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.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 {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.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-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

.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: scale3d(0, 0, 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;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.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 {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.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-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

body .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
body .mat-mdc-option:hover:not(.mdc-list-item--disabled), body .mat-mdc-option:focus:not(.mdc-list-item--disabled), body .mat-mdc-option.mat-mdc-option-active, body .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
body .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #434951);
}
body .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #eb4a0f);
}
body .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
body .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
body .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #434951;
}
body .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #434951;
}
body .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
body .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #eb4a0f;
}
body .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #eb4a0f;
}
body .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
body .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #eb4a0f;
}
body .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #eb4a0f;
}
body .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
body .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b00120;
}
body .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b00120;
}
body .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
body .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
body .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
body .mat-app-background, body.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body .mat-elevation-z0, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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, body .mat-mdc-elevation-specific.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-mdc-option {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-body1-font-size, 15px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
}
body .mat-mdc-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);
  --mdc-elevated-card-container-color: #fff;
}
body .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
body .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-mdc-card-title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-headline6-font-size, 20px);
  line-height: var(--mdc-typography-headline6-line-height, 32px);
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
          text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: var(--mdc-typography-headline6-text-transform, none);
}
body .mat-mdc-card-subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-subtitle2-font-size, 14px);
  line-height: var(--mdc-typography-subtitle2-line-height, 24px);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}
body .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #434951;
}
body .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(67, 73, 81, 0.25)'/%3E%3C/svg%3E");
}
body .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(67, 73, 81, 0.25);
}
body .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #eb4a0f;
}
body .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(235, 74, 15, 0.25)'/%3E%3C/svg%3E");
}
body .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(235, 74, 15, 0.25);
}
body .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #b00120;
}
body .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(176, 1, 32, 0.25)'/%3E%3C/svg%3E");
}
body .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(176, 1, 32, 0.25);
}
body .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
body .mat-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-font: Corporate S;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
}
body .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
body .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  body .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  body .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
body .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #434951);
}
body .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
body .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
body .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
body .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
body .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
body .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
body .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
body .mdc-text-field--filled .mdc-text-field__ripple::before,
body .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
body .mdc-text-field--filled:hover .mdc-text-field__ripple::before, body .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
body .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, body .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
body .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
body .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
body .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
body .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #434951);
}
body .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
body .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
body .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
body .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
body .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
body .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
body .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
body .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
body .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #434951);
}
[dir=rtl] body .mdc-text-field--outlined.mdc-text-field--with-leading-icon, body .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] body .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, body .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

body .mdc-text-field--outlined .mdc-text-field__ripple::before,
body .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] body .mdc-text-field--with-leading-icon.mdc-text-field--outlined, body .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
body .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(67, 73, 81, 0.87);
}
body .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #b00120);
}
body .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #b00120);
}
body .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #b00120);
}
body .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #b00120);
}
body .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #b00120);
}
body .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #b00120);
}
body .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #b00120);
}
body .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
body .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
body .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #b00120);
}
body .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
body .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
body .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #b00120);
}
body .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
body .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
body .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #b00120);
}
body .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  body .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  body .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
body .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
body .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
body .mdc-text-field--disabled .mdc-text-field-character-counter,
body .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
body .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
body .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
body .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
body .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
body .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
body .mdc-text-field--disabled .mdc-notched-outline__leading,
body .mdc-text-field--disabled .mdc-notched-outline__notch,
body .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  body .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  body .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  body .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  body .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  body .mdc-text-field--disabled .mdc-text-field-character-counter,
  body .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  body .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  body .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  body .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  body .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  body .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  body .mdc-text-field--disabled .mdc-notched-outline__leading,
  body .mdc-text-field--disabled .mdc-notched-outline__notch,
  body .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
body .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] body .mdc-text-field--end-aligned .mdc-text-field__input, body .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] body .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), body .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
body .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
body .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
body .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
body .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(67, 73, 81, 0.87);
}
body .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(235, 74, 15, 0.87);
}
body .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(176, 1, 32, 0.87);
}
body .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #eb4a0f);
}
body .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #eb4a0f);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(235, 74, 15, 0.87);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
body .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
body .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
body .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #eb4a0f);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(176, 1, 32, 0.87);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
body .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
body .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
body .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #b00120);
}
body .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
body [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
body .mat-mdc-form-field-infix {
  min-height: 56px;
}
body .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
body .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
body .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
body .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
body .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
body .mdc-text-field__input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
body .mdc-text-field__affix {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
[dir=rtl] body .mdc-text-field--outlined.mdc-text-field--with-leading-icon, body .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] body .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, body .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

body .mdc-text-field--textarea .mdc-text-field__input {
  line-height: 1.5rem;
}
[dir=rtl] body .mdc-text-field--with-leading-icon.mdc-text-field--outlined, body .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
[dir=rtl] body .mdc-text-field--end-aligned .mdc-text-field__input, body .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

body .mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
[dir=rtl] body .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), body .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
body .mat-mdc-form-field-subscript-wrapper,
body .mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-caption-font-size, 12px);
  line-height: var(--mdc-typography-caption-line-height, 20px);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}
body .mat-mdc-form-field,
body .mat-mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-body1-font-size, 15px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}
body .mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: calc(15px * var(--mat-mdc-form-field-floating-label-scale, 0.75));
}
body .mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 15px;
}
body .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
body .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
body .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
body .mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
body .mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
body .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
body .mdc-list-item--disabled .mdc-list-item__start,
body .mdc-list-item--disabled .mdc-list-item__content,
body .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
body .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item--selected .mdc-list-item__primary-text,
body .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #434951);
}
body .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #434951);
}
body .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
body .mdc-list-divider::after {
  border-bottom-color: white;
}
body .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
body .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
body .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
body .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(67, 73, 81, 0.87);
}
body .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(235, 74, 15, 0.87);
}
body .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(176, 1, 32, 0.87);
}
body .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(176, 1, 32, 0.87);
}
body .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-select-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}
body .mat-mdc-select {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-body1-font-size, 15px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}
body .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
body .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
body .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
body .mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
body .mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
body .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
body .mdc-list-item--disabled .mdc-list-item__start,
body .mdc-list-item--disabled .mdc-list-item__content,
body .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
body .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item--selected .mdc-list-item__primary-text,
body .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #434951);
}
body .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #434951);
}
body .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
body .mdc-list-divider::after {
  border-bottom-color: white;
}
body .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
body .mat-mdc-autocomplete-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}
body .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
body .mat-mdc-dialog-container {
  --mdc-dialog-subhead-font: Corporate S;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Corporate S;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 15px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
}
body .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
body .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, body .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #434951;
  --mdc-chip-elevated-disabled-container-color: #434951;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
body .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, body .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #eb4a0f;
  --mdc-chip-elevated-disabled-container-color: #eb4a0f;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
body .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, body .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #b00120;
  --mdc-chip-elevated-disabled-container-color: #b00120;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
body .mat-mdc-chip-focus-overlay {
  background: black;
}
body .mat-mdc-chip {
  height: 32px;
}
body .mat-mdc-standard-chip {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 1.25);
  font-weight: var(--mdc-typography-body2-font-weight, normal);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
body .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
body .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
body .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #373c43;
  --mdc-switch-selected-handle-color: #373c43;
  --mdc-switch-selected-hover-state-layer-color: #373c43;
  --mdc-switch-selected-pressed-state-layer-color: #373c43;
  --mdc-switch-selected-focus-handle-color: #151719;
  --mdc-switch-selected-hover-handle-color: #151719;
  --mdc-switch-selected-pressed-handle-color: #151719;
  --mdc-switch-selected-focus-track-color: #5a626d;
  --mdc-switch-selected-hover-track-color: #5a626d;
  --mdc-switch-selected-pressed-track-color: #5a626d;
  --mdc-switch-selected-track-color: #5a626d;
}
body .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #f36c3b;
  --mdc-switch-selected-handle-color: #f36c3b;
  --mdc-switch-selected-hover-state-layer-color: #f36c3b;
  --mdc-switch-selected-pressed-state-layer-color: #f36c3b;
  --mdc-switch-selected-focus-handle-color: #f7a283;
  --mdc-switch-selected-hover-handle-color: #f7a283;
  --mdc-switch-selected-pressed-handle-color: #f7a283;
  --mdc-switch-selected-focus-track-color: #bc3b0c;
  --mdc-switch-selected-hover-track-color: #bc3b0c;
  --mdc-switch-selected-pressed-track-color: #bc3b0c;
  --mdc-switch-selected-track-color: #bc3b0c;
}
body .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #97011b;
  --mdc-switch-selected-handle-color: #97011b;
  --mdc-switch-selected-hover-state-layer-color: #97011b;
  --mdc-switch-selected-pressed-state-layer-color: #97011b;
  --mdc-switch-selected-focus-handle-color: #4b000e;
  --mdc-switch-selected-hover-handle-color: #4b000e;
  --mdc-switch-selected-pressed-handle-color: #4b000e;
  --mdc-switch-selected-focus-track-color: #e30129;
  --mdc-switch-selected-hover-track-color: #e30129;
  --mdc-switch-selected-pressed-track-color: #e30129;
  --mdc-switch-selected-track-color: #e30129;
}
body .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
body .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 1.25);
  font-weight: var(--mdc-typography-body2-font-weight, normal);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
body .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
body .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #434951;
  --mdc-radio-selected-hover-icon-color: #434951;
  --mdc-radio-selected-icon-color: #434951;
  --mdc-radio-selected-pressed-icon-color: #434951;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #434951;
}
body .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #eb4a0f;
  --mdc-radio-selected-hover-icon-color: #eb4a0f;
  --mdc-radio-selected-icon-color: #eb4a0f;
  --mdc-radio-selected-pressed-icon-color: #eb4a0f;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #eb4a0f;
}
body .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #b00120;
  --mdc-radio-selected-hover-icon-color: #b00120;
  --mdc-radio-selected-icon-color: #b00120;
  --mdc-radio-selected-pressed-icon-color: #b00120;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #b00120;
}
body .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
body .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
body .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
body .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 1.25);
  font-weight: var(--mdc-typography-body2-font-weight, normal);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
body .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
body .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #434951;
  --mdc-slider-focus-handle-color: #434951;
  --mdc-slider-hover-handle-color: #434951;
  --mdc-slider-active-track-color: #434951;
  --mdc-slider-inactive-track-color: #434951;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #434951;
  --mat-mdc-slider-ripple-color: #434951;
  --mat-mdc-slider-hover-ripple-color: rgba(67, 73, 81, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(67, 73, 81, 0.2);
}
body .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #eb4a0f;
  --mdc-slider-focus-handle-color: #eb4a0f;
  --mdc-slider-hover-handle-color: #eb4a0f;
  --mdc-slider-active-track-color: #eb4a0f;
  --mdc-slider-inactive-track-color: #eb4a0f;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #eb4a0f;
  --mat-mdc-slider-ripple-color: #eb4a0f;
  --mat-mdc-slider-hover-ripple-color: rgba(235, 74, 15, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(235, 74, 15, 0.2);
}
body .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #b00120;
  --mdc-slider-focus-handle-color: #b00120;
  --mdc-slider-hover-handle-color: #b00120;
  --mdc-slider-active-track-color: #b00120;
  --mdc-slider-inactive-track-color: #b00120;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #b00120;
  --mat-mdc-slider-ripple-color: #b00120;
  --mat-mdc-slider-hover-ripple-color: rgba(176, 1, 32, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(176, 1, 32, 0.2);
}
body .mat-mdc-slider {
  --mdc-slider-label-label-text-font: Corporate S;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 24px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 500;
}
body .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
body .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
body .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
body .mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
body .mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
body .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
body .mdc-list-item--disabled .mdc-list-item__start,
body .mdc-list-item--disabled .mdc-list-item__content,
body .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
body .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
body .mdc-list-item--selected .mdc-list-item__primary-text,
body .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #434951);
}
body .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #434951);
}
body .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
body .mdc-list-divider::after {
  border-bottom-color: white;
}
body .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
body .mat-mdc-menu-item[disabled],
body .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
body .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
body .mat-mdc-menu-item .mat-icon-no-color,
body .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
body .mat-mdc-menu-item:hover:not([disabled]),
body .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
body .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
body .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
body .mat-mdc-menu-content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}
body .mat-mdc-menu-content,
body .mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-body1-font-size, 15px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}
body .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
body .mat-mdc-list-option .mdc-list-item__start, body .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #434951;
  --mdc-checkbox-selected-hover-icon-color: #434951;
  --mdc-checkbox-selected-icon-color: #434951;
  --mdc-checkbox-selected-pressed-icon-color: #434951;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
body .mat-mdc-list-option .mdc-list-item__start, body .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #434951;
  --mdc-radio-selected-hover-icon-color: #434951;
  --mdc-radio-selected-icon-color: #434951;
  --mdc-radio-selected-pressed-icon-color: #434951;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #434951;
}
body .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, body .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-list-option.mat-accent .mdc-list-item__start, body .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #eb4a0f;
  --mdc-checkbox-selected-hover-icon-color: #eb4a0f;
  --mdc-checkbox-selected-icon-color: #eb4a0f;
  --mdc-checkbox-selected-pressed-icon-color: #eb4a0f;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
body .mat-mdc-list-option.mat-accent .mdc-list-item__start, body .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #eb4a0f;
  --mdc-radio-selected-hover-icon-color: #eb4a0f;
  --mdc-radio-selected-icon-color: #eb4a0f;
  --mdc-radio-selected-pressed-icon-color: #eb4a0f;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #eb4a0f;
}
body .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, body .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-list-option.mat-warn .mdc-list-item__start, body .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #b00120;
  --mdc-checkbox-selected-hover-icon-color: #b00120;
  --mdc-checkbox-selected-icon-color: #b00120;
  --mdc-checkbox-selected-pressed-icon-color: #b00120;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
body .mat-mdc-list-option.mat-warn .mdc-list-item__start, body .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #b00120;
  --mdc-radio-selected-hover-icon-color: #b00120;
  --mdc-radio-selected-icon-color: #b00120;
  --mdc-radio-selected-pressed-icon-color: #b00120;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #b00120;
}
body .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, body .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
body .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #434951;
}
body .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
body .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #434951;
}
body .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
body .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
body .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
body .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
body .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, body .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, body .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
body .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, body .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, body .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
body .mat-mdc-list-base {
  --mdc-list-list-item-label-text-font: Corporate S;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 15px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Corporate S;
  --mdc-list-list-item-supporting-text-line-height: 1.25;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: normal;
  --mdc-list-list-item-trailing-supporting-text-font: Corporate S;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
body .mdc-list-group__subheader {
  font: 400 16px / 28px Corporate S;
  letter-spacing: normal;
}
body .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
body .mat-mdc-paginator-decrement,
body .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
body .mat-mdc-paginator-first,
body .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
body .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
body .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
body .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
body .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
body .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
body .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
body .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
body .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
body .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
body .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
body .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
body .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
body .mat-mdc-paginator-container {
  min-height: 56px;
}
body .mat-mdc-paginator {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-caption-font-size, 12px);
  line-height: var(--mdc-typography-caption-line-height, 20px);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}
body .mat-mdc-paginator .mat-mdc-select-value {
  font-size: 12px;
}
body .mat-mdc-tab, body .mat-mdc-tab-link {
  background-color: transparent;
}
body .mat-mdc-tab .mdc-tab__text-label, body .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
body .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
body .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, body .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
body .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, body .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #434951;
}
body .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, body .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #434951);
}
body .mdc-tab__ripple::before,
body .mat-mdc-tab .mat-ripple-element,
body .mat-mdc-tab-header-pagination .mat-ripple-element,
body .mat-mdc-tab-link .mat-ripple-element {
  background-color: #434951;
}
body .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, body .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, body .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, body .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #eb4a0f;
}
body .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, body .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, body .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, body .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #eb4a0f);
}
body .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
body .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
body .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
body .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, body .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
body .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
body .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
body .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #eb4a0f;
}
body .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, body .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, body .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, body .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #b00120;
}
body .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, body .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, body .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, body .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #b00120);
}
body .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
body .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
body .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
body .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, body .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
body .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
body .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
body .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #b00120;
}
body .mat-mdc-tab-group.mat-background-primary, body .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #434951;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
body .mat-mdc-tab-group.mat-background-accent, body .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #eb4a0f;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
body .mat-mdc-tab-group.mat-background-warn, body .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #b00120;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
body .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
body .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
body .mdc-tab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 14px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
body .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
body .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
body .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #434951;
  --mdc-checkbox-selected-hover-icon-color: #434951;
  --mdc-checkbox-selected-icon-color: #434951;
  --mdc-checkbox-selected-pressed-icon-color: #434951;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
body .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(67, 73, 81, 0.1);
}
body .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #434951;
}
body .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #eb4a0f;
  --mdc-checkbox-selected-hover-icon-color: #eb4a0f;
  --mdc-checkbox-selected-icon-color: #eb4a0f;
  --mdc-checkbox-selected-pressed-icon-color: #eb4a0f;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
body .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(235, 74, 15, 0.1);
}
body .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #eb4a0f;
}
body .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #b00120;
  --mdc-checkbox-selected-hover-icon-color: #b00120;
  --mdc-checkbox-selected-icon-color: #b00120;
  --mdc-checkbox-selected-pressed-icon-color: #b00120;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
body .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(176, 1, 32, 0.1);
}
body .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #b00120;
}
body .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
body .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
body .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
@media all and (-ms-high-contrast: none) {
  body .mdc-checkbox .mdc-checkbox__focus-ring {
    display: none;
  }
}
body .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 1.25);
  font-weight: var(--mdc-typography-body2-font-weight, normal);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
body .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
body .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #434951;
}
body .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #eb4a0f;
}
body .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #b00120;
}
body .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
body .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #434951;
  --mdc-filled-button-label-text-color: #fff;
}
body .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #eb4a0f;
  --mdc-filled-button-label-text-color: #fff;
}
body .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #b00120;
  --mdc-filled-button-label-text-color: #fff;
}
body .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
body .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #434951;
  --mdc-protected-button-label-text-color: #fff;
}
body .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #eb4a0f;
  --mdc-protected-button-label-text-color: #fff;
}
body .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #b00120;
  --mdc-protected-button-label-text-color: #fff;
}
body .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
body .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
body .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
body .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #434951;
}
body .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #eb4a0f;
}
body .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #b00120;
}
body .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
body .mat-mdc-button, body .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, body .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
body .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, body .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-mdc-button.mat-primary, body .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #434951;
  --mat-mdc-button-ripple-color: rgba(67, 73, 81, 0.1);
}
body .mat-mdc-button.mat-accent, body .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #eb4a0f;
  --mat-mdc-button-ripple-color: rgba(235, 74, 15, 0.1);
}
body .mat-mdc-button.mat-warn, body .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #b00120;
  --mat-mdc-button-ripple-color: rgba(176, 1, 32, 0.1);
}
body .mat-mdc-raised-button, body .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, body .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
body .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, body .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-mdc-raised-button.mat-primary, body .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-raised-button.mat-accent, body .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-raised-button.mat-warn, body .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-button.mat-mdc-button-base,
body .mat-mdc-raised-button.mat-mdc-button-base,
body .mat-mdc-unelevated-button.mat-mdc-button-base,
body .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
body .mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 14px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
body .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
body .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #434951;
  --mat-mdc-button-ripple-color: rgba(67, 73, 81, 0.1);
}
body .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #eb4a0f;
  --mat-mdc-button-ripple-color: rgba(235, 74, 15, 0.1);
}
body .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #b00120;
  --mat-mdc-button-ripple-color: rgba(176, 1, 32, 0.1);
}
body .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #434951;
}
body .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #eb4a0f;
}
body .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #b00120;
}
body .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
body .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
body .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
body .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
body .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
body .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
body .mat-mdc-fab, body .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, body .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
body .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, body .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-mdc-fab.mat-primary, body .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-fab.mat-accent, body .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-fab.mat-warn, body .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-mdc-fab.mat-unthemed, body .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
body .mat-mdc-fab.mat-primary, body .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #434951;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
body .mat-mdc-fab.mat-accent, body .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #eb4a0f;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
body .mat-mdc-fab.mat-warn, body .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #b00120;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
body .mat-mdc-fab[disabled][disabled], body .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
body .mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 14px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
body .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #eb4a0f;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
body .mat-mdc-snack-bar-container {
  --mdc-snackbar-supporting-text-font: Corporate S;
  --mdc-snackbar-supporting-text-line-height: 1.25;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: normal;
}
body .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
body .mdc-data-table__row {
  background-color: inherit;
}
body .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
body .mdc-data-table__row--selected {
  background-color: rgba(67, 73, 81, 0.04);
}
body .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
body .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
body .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
body .mdc-data-table__cell,
body .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
body .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
body .mdc-data-table__pagination-total,
body .mdc-data-table__pagination-rows-per-page-label,
body .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] body .mdc-data-table__pagination-button .mdc-button__icon, body .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

body .mat-mdc-table {
  background: white;
}
body .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
body .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
body .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
body .mdc-data-table__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 1.25);
  font-weight: var(--mdc-typography-body2-font-weight, normal);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
body .mdc-data-table__cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 1.25);
  font-weight: var(--mdc-typography-body2-font-weight, normal);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
body .mdc-data-table__header-cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-subtitle2-font-size, 14px);
  line-height: var(--mdc-typography-subtitle2-line-height, 24px);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}
[dir=rtl] body .mdc-data-table__pagination-button .mdc-button__icon, body .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

body .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #434951;
}
body .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #eb4a0f;
}
body .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #b00120;
}
body .mat-badge {
  position: relative;
}
body .mat-badge.mat-badge {
  overflow: visible;
}
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-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Corporate S;
}
body .mat-badge-small .mat-badge-content {
  font-size: 9px;
}
body .mat-badge-large .mat-badge-content {
  font-size: 24px;
}
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-bottom-sheet-container {
  font: normal 14px / 1.25 Corporate S;
  letter-spacing: normal;
}
body .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
body .mat-button-toggle-group: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-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
body .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  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 #e0e0e0;
}
body [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
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 #e0e0e0;
}
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 #e0e0e0;
}
body .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
body .mat-button-toggle {
  font-family: Corporate S;
}
body .mat-calendar-arrow {
  fill: 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 .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);
}
@media (hover: hover) {
  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) {
    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 .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);
}
@media (hover: hover) {
  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) {
    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 .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);
}
@media (hover: hover) {
  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) {
    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-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
body .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
body .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
body .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
body .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
body .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
body .mat-calendar {
  font-family: Corporate S;
}
body .mat-calendar-body {
  font-size: 13px;
}
body .mat-calendar-body-label,
body .mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
body .mat-calendar-table-header th {
  font-size: 11px;
  font-weight: normal;
}
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;
}
body .mat-expansion-panel-header {
  height: 48px;
}
body .mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
body .mat-expansion-panel-header {
  font-family: Corporate S;
  font-size: 15px;
  font-weight: 400;
}
body .mat-expansion-panel-content {
  font: normal 14px / 1.25 Corporate S;
  letter-spacing: normal;
}
body .mat-grid-tile-header,
body .mat-grid-tile-footer {
  font-size: 14px;
}
body .mat-grid-tile-header .mat-line,
body .mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
body .mat-grid-tile-header .mat-line:nth-child(n+2),
body .mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
body .mat-icon.mat-primary {
  color: #434951;
}
body .mat-icon.mat-accent {
  color: #eb4a0f;
}
body .mat-icon.mat-warn {
  color: #b00120;
}
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-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);
}
body .mat-horizontal-stepper-header {
  height: 72px;
}
body .mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
body .mat-vertical-stepper-header {
  padding: 24px 24px;
}
body .mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
body .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, body .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
body .mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
body .mat-stepper-vertical, body .mat-stepper-horizontal {
  font-family: Corporate S;
}
body .mat-step-label {
  font-size: 14px;
  font-weight: normal;
}
body .mat-step-sub-label-error {
  font-weight: normal;
}
body .mat-step-label-error {
  font-size: 14px;
}
body .mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
body .mat-sort-header-arrow {
  color: #757575;
}
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;
}
body .mat-toolbar-multiple-rows {
  min-height: 64px;
}
body .mat-toolbar-row, body .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  body .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  body .mat-toolbar-row, body .mat-toolbar-single-row {
    height: 56px;
  }
}
body .mat-toolbar,
body .mat-toolbar h1,
body .mat-toolbar h2,
body .mat-toolbar h3,
body .mat-toolbar h4,
body .mat-toolbar h5,
body .mat-toolbar h6 {
  font: 500 20px / 32px Corporate S;
  letter-spacing: normal;
  margin: 0;
}
body .mat-tree {
  background: white;
}
body .mat-tree-node,
body .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
body .mat-tree-node {
  min-height: 48px;
}
body .mat-tree {
  font-family: Corporate S;
}
body .mat-tree-node,
body .mat-nested-tree-node {
  font-weight: normal;
  font-size: 14px;
}
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-datepicker-content .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
body .mat-datepicker-content .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #434951;
}
body .mat-datepicker-content .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #eb4a0f;
}
body .mat-datepicker-content .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #b00120;
}
body .mat-datepicker-content .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
body .mat-datepicker-content .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
body .mat-datepicker-content .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #434951;
  --mdc-filled-button-label-text-color: #fff;
}
body .mat-datepicker-content .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #eb4a0f;
  --mdc-filled-button-label-text-color: #fff;
}
body .mat-datepicker-content .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #b00120;
  --mdc-filled-button-label-text-color: #fff;
}
body .mat-datepicker-content .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
body .mat-datepicker-content .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
body .mat-datepicker-content .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #434951;
  --mdc-protected-button-label-text-color: #fff;
}
body .mat-datepicker-content .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #eb4a0f;
  --mdc-protected-button-label-text-color: #fff;
}
body .mat-datepicker-content .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #b00120;
  --mdc-protected-button-label-text-color: #fff;
}
body .mat-datepicker-content .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
body .mat-datepicker-content .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
body .mat-datepicker-content .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
body .mat-datepicker-content .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #434951;
}
body .mat-datepicker-content .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #eb4a0f;
}
body .mat-datepicker-content .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #b00120;
}
body .mat-datepicker-content .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
body .mat-datepicker-content .mat-mdc-button, body .mat-datepicker-content .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body .mat-datepicker-content .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, body .mat-datepicker-content .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
body .mat-datepicker-content .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-datepicker-content .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, body .mat-datepicker-content .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-datepicker-content .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-datepicker-content .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, body .mat-datepicker-content .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-datepicker-content .mat-mdc-button.mat-primary, body .mat-datepicker-content .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #434951;
  --mat-mdc-button-ripple-color: rgba(67, 73, 81, 0.1);
}
body .mat-datepicker-content .mat-mdc-button.mat-accent, body .mat-datepicker-content .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #eb4a0f;
  --mat-mdc-button-ripple-color: rgba(235, 74, 15, 0.1);
}
body .mat-datepicker-content .mat-mdc-button.mat-warn, body .mat-datepicker-content .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #b00120;
  --mat-mdc-button-ripple-color: rgba(176, 1, 32, 0.1);
}
body .mat-datepicker-content .mat-mdc-raised-button, body .mat-datepicker-content .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body .mat-datepicker-content .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, body .mat-datepicker-content .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
body .mat-datepicker-content .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-datepicker-content .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, body .mat-datepicker-content .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-datepicker-content .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-datepicker-content .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, body .mat-datepicker-content .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-datepicker-content .mat-mdc-raised-button.mat-primary, body .mat-datepicker-content .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-datepicker-content .mat-mdc-raised-button.mat-accent, body .mat-datepicker-content .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-datepicker-content .mat-mdc-raised-button.mat-warn, body .mat-datepicker-content .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body .mat-datepicker-content .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body .mat-datepicker-content .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
body .mat-datepicker-content .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body .mat-datepicker-content .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-datepicker-content .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body .mat-datepicker-content .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #434951;
  --mat-mdc-button-ripple-color: rgba(67, 73, 81, 0.1);
}
body .mat-datepicker-content .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #eb4a0f;
  --mat-mdc-button-ripple-color: rgba(235, 74, 15, 0.1);
}
body .mat-datepicker-content .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #b00120;
  --mat-mdc-button-ripple-color: rgba(176, 1, 32, 0.1);
}
body .mat-datepicker-content .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #434951;
}
body .mat-datepicker-content .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #eb4a0f;
}
body .mat-datepicker-content .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #b00120;
}
body .mat-datepicker-content .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
body .mat-datepicker-content .mat-mdc-button.mat-mdc-button-base,
body .mat-datepicker-content .mat-mdc-raised-button.mat-mdc-button-base,
body .mat-datepicker-content .mat-mdc-unelevated-button.mat-mdc-button-base,
body .mat-datepicker-content .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
body .mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
body .mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
body .mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
body .mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
body .mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
body .mat-button, body .mat-raised-button, body .mat-icon-button, body .mat-stroked-button,
body .mat-flat-button, body .mat-fab, body .mat-mini-fab {
  font-family: Corporate S;
  font-size: 14px;
  font-weight: 500;
}
body .mat-datepicker-content .mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Corporate S));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 14px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
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-option {
  font-family: Corporate S;
  font-size: 16px;
}
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-optgroup-label {
  font: 500 14px / 24px Corporate S;
  letter-spacing: normal;
}
body .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
body .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
body .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #434951;
}
body .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #434951;
}
body .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
body .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #eb4a0f;
}
body .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #eb4a0f;
}
body .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
body .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #eb4a0f;
}
body .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #eb4a0f;
}
body .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
body .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b00120;
}
body .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b00120;
}
body .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
body .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
body .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  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-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-card {
  font-family: Corporate S;
}
body .mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
body .mat-card-header .mat-card-title {
  font-size: 20px;
}
body .mat-card-subtitle,
body .mat-card-content {
  font-size: 14px;
}
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-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
body .mat-tooltip {
  font-family: Corporate S;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
body .mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
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::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-form-field-disabled .mat-form-field-prefix,
body .mat-form-field-disabled .mat-form-field-suffix {
  color: rgba(0, 0, 0, 0.38);
}
body input.mat-input-element {
  margin-top: -0.0625em;
}
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-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Corporate S;
  letter-spacing: normal;
}
body .mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
body .mat-form-field-prefix .mat-icon,
body .mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
body .mat-form-field-prefix .mat-icon-button,
body .mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
body .mat-form-field-prefix .mat-icon-button .mat-icon,
body .mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
body .mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
body .mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
body .mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
body .mat-form-field-can-float .mat-input-server[label] + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
body .mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
body .mat-form-field-label {
  top: 1.34375em;
}
body .mat-form-field-underline {
  bottom: 1.34375em;
}
body .mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
body .mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
body .mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
body .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
body .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.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
}
body .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.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
}
body .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label] + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}
body .mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
body .mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
body .mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  body .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
  body .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.28122em) scale(0.75);
  }
  body .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.28121em) scale(0.75);
  }
  body .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label] + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
body .mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
body .mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
body .mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
body .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.59375em) scale(0.75);
  width: 133.3333333333%;
}
body .mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label] + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
body .mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
body .mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
body .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
body .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.59375em) scale(0.75);
  width: 133.3333333333%;
}
body .mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label] + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
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-select {
  font-family: Corporate S;
}
body .mat-select-trigger {
  height: 1.125em;
}
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.38);
}
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-checkbox {
  font-family: Corporate S;
}
body .mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
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-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-dialog-title {
  font: 500 20px / 32px Corporate S;
  letter-spacing: normal;
}
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-chip {
  font-size: 14px;
  font-weight: 500;
}
body .mat-chip .mat-chip-trailing-icon.mat-icon,
body .mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
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-slide-toggle-content {
  font-family: Corporate S;
}
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-radio-button {
  font-family: Corporate S;
}
body .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
body .mat-slider.mat-primary .mat-slider-track-fill,
body .mat-slider.mat-primary .mat-slider-thumb,
body .mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: #434951;
}
body .mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
body .mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(67, 73, 81, 0.2);
}
body .mat-slider.mat-accent .mat-slider-track-fill,
body .mat-slider.mat-accent .mat-slider-thumb,
body .mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: #eb4a0f;
}
body .mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: white;
}
body .mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(235, 74, 15, 0.2);
}
body .mat-slider.mat-warn .mat-slider-track-fill,
body .mat-slider.mat-warn .mat-slider-thumb,
body .mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: #b00120;
}
body .mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
body .mat-slider.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.mat-slider-disabled .mat-slider-track-background,
body .mat-slider.mat-slider-disabled .mat-slider-track-fill,
body .mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
body .mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
body .mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
body .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
body .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
body .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
body .mat-slider.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.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.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, body .mat-slider.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.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, body .mat-slider.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-slider-thumb-label-text {
  font-family: Corporate S;
  font-size: 12px;
  font-weight: 500;
}
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-menu-item {
  font-family: Corporate S;
  font-size: 14px;
  font-weight: normal;
}
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-base .mat-list-item-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38);
}
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-list-item {
  font-family: Corporate S;
}
body .mat-list-option {
  font-family: Corporate S;
}
body .mat-list-base .mat-list-item {
  font-size: 16px;
}
body .mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
body .mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
body .mat-list-base .mat-list-option {
  font-size: 16px;
}
body .mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
body .mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
body .mat-list-base .mat-subheader {
  font-family: Corporate S;
  font-size: 14px;
  font-weight: 500;
}
body .mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
body .mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
body .mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
body .mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
body .mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
body .mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
body .mat-list-base[dense] .mat-subheader {
  font-family: Corporate S;
  font-size: 12px;
  font-weight: 500;
}
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);
}
body .mat-paginator-container {
  min-height: 56px;
}
body .mat-paginator,
body .mat-paginator-page-size .mat-select-trigger {
  font-family: Corporate S;
  font-size: 12px;
}
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, body .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused,
body .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused,
body .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused, body .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused, body .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused,
body .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused,
body .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused {
  background-color: rgba(113, 123, 137, 0.3);
}
body .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, body .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,
body .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
body .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled, body .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, body .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,
body .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
body .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled {
  background-color: rgba(0, 0, 0, 0.1);
}
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, body .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused,
body .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused,
body .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused, body .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused, body .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused,
body .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused,
body .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused {
  background-color: rgba(140, 44, 9, 0.3);
}
body .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, body .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,
body .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
body .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled, body .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, body .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,
body .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
body .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled {
  background-color: rgba(0, 0, 0, 0.1);
}
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, body .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused,
body .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused,
body .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused, body .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused, body .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused,
body .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused,
body .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused {
  background-color: rgba(254, 25, 66, 0.3);
}
body .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, body .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,
body .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
body .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled, body .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, body .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,
body .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
body .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled {
  background-color: rgba(0, 0, 0, 0.1);
}
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, body .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused,
body .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused,
body .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused, body .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused, body .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused,
body .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused,
body .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused {
  background-color: rgba(113, 123, 137, 0.3);
}
body .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, body .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,
body .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
body .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled, body .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, body .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,
body .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
body .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled {
  background-color: rgba(0, 0, 0, 0.1);
}
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, body .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused,
body .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused,
body .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused, body .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused, body .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused,
body .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused,
body .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused {
  background-color: rgba(140, 44, 9, 0.3);
}
body .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, body .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,
body .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
body .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled, body .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, body .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,
body .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
body .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled {
  background-color: rgba(0, 0, 0, 0.1);
}
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, body .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused,
body .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused,
body .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused, body .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused, body .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused,
body .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused,
body .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused {
  background-color: rgba(254, 25, 66, 0.3);
}
body .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, body .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,
body .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
body .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled, body .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled, body .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,
body .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,
body .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled {
  background-color: rgba(0, 0, 0, 0.1);
}
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-tab-group {
  font-family: Corporate S;
}
body .mat-tab-label, body .mat-tab-link {
  font-family: Corporate S;
  font-size: 14px;
  font-weight: 500;
}
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;
}
body .mat-simple-snackbar {
  font-family: Corporate S;
  font-size: 14px;
}
body .mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
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-table {
  font-family: Corporate S;
}
body .mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
body .mat-cell, body .mat-footer-cell {
  font-size: 14px;
}
body .mat-badge {
  position: relative;
}
body .mat-badge.mat-badge {
  overflow: visible;
}
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-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Corporate S;
}
body .mat-badge-small .mat-badge-content {
  font-size: 9px;
}
body .mat-badge-large .mat-badge-content {
  font-size: 24px;
}
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-bottom-sheet-container {
  font: normal 14px / 1.25 Corporate S;
  letter-spacing: normal;
}
body .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
body .mat-button-toggle-group: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-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
body .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  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 #e0e0e0;
}
body [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
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 #e0e0e0;
}
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 #e0e0e0;
}
body .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
body .mat-button-toggle {
  font-family: Corporate S;
}
body .mat-calendar-arrow {
  fill: 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 .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);
}
@media (hover: hover) {
  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) {
    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 .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);
}
@media (hover: hover) {
  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) {
    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 .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);
}
@media (hover: hover) {
  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) {
    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-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
body .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
body .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
body .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
body .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
body .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
body .mat-calendar {
  font-family: Corporate S;
}
body .mat-calendar-body {
  font-size: 13px;
}
body .mat-calendar-body-label,
body .mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
body .mat-calendar-table-header th {
  font-size: 11px;
  font-weight: normal;
}
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;
}
body .mat-expansion-panel-header {
  height: 48px;
}
body .mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
body .mat-expansion-panel-header {
  font-family: Corporate S;
  font-size: 15px;
  font-weight: 400;
}
body .mat-expansion-panel-content {
  font: normal 14px / 1.25 Corporate S;
  letter-spacing: normal;
}
body .mat-grid-tile-header,
body .mat-grid-tile-footer {
  font-size: 14px;
}
body .mat-grid-tile-header .mat-line,
body .mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
body .mat-grid-tile-header .mat-line:nth-child(n+2),
body .mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
body .mat-icon.mat-primary {
  color: #434951;
}
body .mat-icon.mat-accent {
  color: #eb4a0f;
}
body .mat-icon.mat-warn {
  color: #b00120;
}
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-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);
}
body .mat-horizontal-stepper-header {
  height: 72px;
}
body .mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
body .mat-vertical-stepper-header {
  padding: 24px 24px;
}
body .mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
body .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, body .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
body .mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
body .mat-stepper-vertical, body .mat-stepper-horizontal {
  font-family: Corporate S;
}
body .mat-step-label {
  font-size: 14px;
  font-weight: normal;
}
body .mat-step-sub-label-error {
  font-weight: normal;
}
body .mat-step-label-error {
  font-size: 14px;
}
body .mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
body .mat-sort-header-arrow {
  color: #757575;
}
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;
}
body .mat-toolbar-multiple-rows {
  min-height: 64px;
}
body .mat-toolbar-row, body .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  body .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  body .mat-toolbar-row, body .mat-toolbar-single-row {
    height: 56px;
  }
}
body .mat-toolbar,
body .mat-toolbar h1,
body .mat-toolbar h2,
body .mat-toolbar h3,
body .mat-toolbar h4,
body .mat-toolbar h5,
body .mat-toolbar h6 {
  font: 500 20px / 32px Corporate S;
  letter-spacing: normal;
  margin: 0;
}
body .mat-tree {
  background: white;
}
body .mat-tree-node,
body .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
body .mat-tree-node {
  min-height: 48px;
}
body .mat-tree {
  font-family: Corporate S;
}
body .mat-tree-node,
body .mat-nested-tree-node {
  font-weight: normal;
  font-size: 14px;
}

.tableformat-tableview {
  height: 100%;
}
.tableformat-tableview .tableview-mat-card {
  height: 100%;
  background-color: rgba(194, 194, 194, 0.15);
}

/*
    Created on : Oct 22, 2018, 3:18:53 PM
    Author     : peter.rumanovsky
*/
v7-repeating-date-chooser-selection-element-component .v7-dateinputpanel {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
v7-repeating-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel {
  display: flex;
  flex-direction: column;
}
v7-repeating-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .mat-icon {
  color: #00adef;
  width: 1.5rem;
  height: 1.5rem;
  padding-bottom: 0.125rem;
  margin: 0;
}
v7-repeating-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-repeating-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .v7-date-clear-button {
    bottom: 1.525rem;
  }
}
v7-repeating-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-repeating-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: black;
}
v7-repeating-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .v7-date-clear-button:hover svg {
  color: black;
}
v7-repeating-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .v7-date-clear-button:active svg {
  color: black;
}
v7-repeating-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .time-container {
  margin-top: 1rem;
  display: flex;
}
v7-repeating-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .time-container .divider {
  margin-left: -0.3125rem;
  padding-top: 0.3rem;
}
v7-repeating-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .time-container .time-field-hour {
  align-items: center;
  /*
      TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
  */
  width: 4.375rem;
}
v7-repeating-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .time-container .time-field-hour .mat-form-field-wrapper {
  width: 4.375rem;
  /*
      TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
  */
}
v7-repeating-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-repeating-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .time-container .time-field-minute {
  width: 5rem;
  /*
      TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
  */
}
v7-repeating-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .time-container .time-field-minute .mat-form-field-wrapper {
  width: 5rem;
}
v7-repeating-date-chooser-selection-element-component .v7-dateinputpanel span {
  align-self: center;
}
v7-repeating-date-chooser-selection-element-component .v7-dateinputpanel .mat-mdc-form-field {
  width: 8.75rem;
  /*
      TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
  */
}
v7-repeating-date-chooser-selection-element-component .v7-dateinputpanel .mat-mdc-form-field .mat-form-field-wrapper {
  padding: 0;
}
v7-repeating-date-chooser-selection-element-component .v7-dateinputpanel .mat-mdc-form-field .mat-form-field-underline {
  top: 1.9375rem;
}
v7-repeating-date-chooser-selection-element-component .v7-dateinputpanel .mat-mdc-form-field .mat-form-field-flex {
  flex-direction: row-reverse;
  padding: 0;
  height: 2.5rem;
}
v7-repeating-date-chooser-selection-element-component .v7-dateinputpanel .mat-mdc-form-field .mat-form-field-infix {
  border: 0;
  position: relative;
}
v7-repeating-date-chooser-selection-element-component .v7-dateinputpanel .mat-mdc-form-field .mat-form-field-infix .mat-mdc-input-element {
  position: relative;
  transform: translateY(-9%);
  font-size: 14px;
}
@-moz-document url-prefix() {
  v7-repeating-date-chooser-selection-element-component .v7-dateinputpanel .mat-mdc-form-field .mat-form-field-infix .mat-mdc-input-element {
    transform: translateY(-50%);
  }
}
v7-repeating-date-chooser-selection-element-component .v7-dateinputpanel .mat-mdc-form-field .mat-form-field-suffix {
  padding-left: 0;
  top: 0.4375rem;
}
v7-repeating-date-chooser-selection-element-component .v7-dateinputpanel .mat-mdc-form-field .mat-datepicker-toggle-default-icon {
  width: 1.5rem;
  color: #434951;
  padding-bottom: 0.125rem;
}
v7-repeating-date-chooser-selection-element-component .wildcard-checkbox {
  margin-top: 0.5rem;
  margin-left: 1rem;
}
v7-repeating-date-chooser-selection-element-component .dateinputundo {
  display: flex;
  align-items: center;
  height: inherit;
  width: 1.128125rem;
  margin-right: 0.3125rem;
  margin-top: 0.25rem;
}
v7-repeating-date-chooser-selection-element-component .dateinputundo mat-icon {
  color: #535B67;
  width: 2rem;
  margin: 0;
}
v7-repeating-date-chooser-selection-element-component .checkbox-field-values-unknown {
  border-bottom: black 1px solid;
  padding: 1rem 1rem 0.5rem 1rem;
}
v7-repeating-date-chooser-selection-element-component .wiederholung-panel {
  /*
      TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
  */
}
v7-repeating-date-chooser-selection-element-component .wiederholung-panel .checkbox-wiederholung {
  padding: 1rem 1rem 0.5rem 1rem;
}
v7-repeating-date-chooser-selection-element-component .wiederholung-panel .mat-mdc-form-field {
  width: 50px;
}
v7-repeating-date-chooser-selection-element-component .wiederholung-panel .mat-form-field-infix {
  margin-left: 10px;
  margin-top: 5px;
  border: 0;
  position: relative;
}
v7-repeating-date-chooser-selection-element-component .wiederholung-panel .mat-form-field-infix .mat-mdc-input-element {
  position: relative;
  transform: translateY(-9%);
  font-size: 14px;
}
@-moz-document url-prefix() {
  v7-repeating-date-chooser-selection-element-component .wiederholung-panel .mat-form-field-infix .mat-mdc-input-element {
    transform: translateY(-50%);
  }
}
v7-repeating-date-chooser-selection-element-component div.double-date-panel {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding: 0.875rem 1rem;
}

@font-face {
  font-family: "Corporate A Condensed Regular";
  src: url("/assets/fonts/corporateacon-reg-webfont.eot");
  src: url("/assets/fonts/corporateacon-reg-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/corporateacon-reg-webfont.ttf") format("truetype"), url("/assets/fonts/corporateacon-reg-webfont.svg#corporate_a_condensedregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Corporate S";
  src: url("/assets/fonts/Corporate-S-webfont.eot");
  src: url("/assets/fonts/Corporate-S-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Corporate-S-webfont.ttf") format("truetype"), url("/assets/fonts/Corporate-S-webfont.svg#corposdemregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Corporate S";
  src: url("/assets/fonts/Corporate-S-light-webfont.eot");
  src: url("/assets/fonts/Corporate-S-light-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Corporate-S-light-webfont.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "Corporate S";
  src: url("/assets/fonts/Corporate-S-Dem-webfont.eot");
  src: url("/assets/fonts/Corporate-S-Dem-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Corporate-S-Dem-webfont.ttf") format("truetype"), url("/assets/fonts/Corporate-S-Dem-webfont.svg#corposdemregular") format("svg");
  font-weight: bold;
  font-style: normal;
}
.v7-font-p-strong, .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, v7-news-component .news-mat-card .card-body .v7-news-caption, v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title span, v7-polygon-map-chart-component .dataview-body .v7-polygon-mapchart-legend .v7-polygon-mapchart-legend-caption, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-adma-table-deletable-component .v7-tableview-table-header-data, v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-krk-indicator-table-component .v7-tableview-table-header-data, v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-krk-mgmnt-table-component .v7-tableview-table-header-data, v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-dqs-mgmnt-component .v7-tableview-table-header-data, v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-bp-indicator-table-component .v7-tableview-table-header-data, v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content {
  font-weight: bolder;
}

/*
$v7-header-style-z-index: 2 !default;
$v7-header-style-position: relative !default;
$v7-header-style-flex-wrap: nowrap !default;
$v7-header-application-logo-flex-grow: 0 !default;
$v7-header-application-logo-object-fit: contain !default;
$v7-header-divider-border: calculateRem(1px) solid $divider-color !default;
$v7-header-datahold-value-padding: 0 1rem 0 0.2rem !default;
$v7-header-datahold-label-min-width: 10rem !default;
$v7-header-datahold-label-text-align: right !default;
$v7-header-datahold-label-flex-grow: 1 !default;
$v7-header-user-information-padding: 0 1rem !default;
$v7-header-user-information-flex-shrink: 0 !default;
*/
/*******************************************************************************
* bilder startseite - start
*******************************************************************************/
/*******************************************************************************
* bilder startseite - end
*******************************************************************************/
/*******************************************************************************
* Kampagnen stuffs - start
*******************************************************************************/
/*
    TODO(mdc-migration): The following rule targets internal classes of dialog that may no longer apply for the MDC version.
*/
v7-confirmation-dialog-component .v7-mat-dialog-wrap {
  background-color: white;
  min-height: 18rem;
}

/*******************************************************************************
* Kampagnen stuffs - end
*******************************************************************************/
.v7-login-page-component {
  background-color: #f5f5f5;
  background: url("/assets/images/login-wallpaper.jpg") 0/cover fixed;
  background-size: cover;
}
.v7-login-page-component .loading-layout {
  height: 25rem !important;
  width: 30rem !important;
  background-color: white;
}

.v7-startpage {
  width: 100%;
}
.v7-startpage > div.col-auto.no-gutters {
  width: 20%;
}
.v7-startpage > div.col-auto.no-gutters .news-mat-card {
  height: 100%;
  width: 100%;
}
.v7-startpage > div.col-auto.no-gutters .news-mat-card .v7-news-footer.mat-mdc-card-footer {
  position: unset;
  top: 0;
}
.v7-startpage > div.col.no-gutters > .ng-star-inserted {
  padding: 0rem 2rem 0 2.25rem;
}
.v7-startpage div.no-gutters h1,
.v7-startpage div.no-gutters .news-label {
  margin: 0.5rem 0;
}
.v7-startpage .v7-news-description {
  font-family: "Corporate S", sans-serif !important;
}
.v7-startpage .v7-news-footer > * {
  font-size: 0.625rem;
  font-family: "Corporate S", sans-serif !important;
}
.v7-startpage button.workflowselection {
  background-color: #1f1f1f !important;
  transition: 0.5s !important;
}
.v7-startpage button.workflowselection:hover {
  background-color: #00adef !important;
}
.v7-startpage button.workflowselection > .workflow-button-text {
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
}

/**
 * startseite mit Bildern IDA + GW
 **/
.mbd-containter-body > v7-left-right-panel-component {
  width: 100% !important;
}

.mbd-startpage h1 {
  font-weight: normal !important;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component {
  margin-left: 2rem !important;
  padding-left: 0 !important;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div {
  min-height: 16rem !important;
  max-height: 16rem !important;
  margin: 0rem 1rem 1rem 0rem !important;
  min-width: 20.75rem !important;
  max-width: 20.75rem !important;
  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-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div:hover {
  cursor: pointer;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div:hover button::after {
  background: rgba(0, 173, 239, 0.8) !important;
  transition: 0.5s !important;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div button {
  position: relative;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  top: 0 !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div button mat-icon,
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div button span {
  position: relative;
  top: 5.375rem !important;
  z-index: 1;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div button::after {
  content: "";
  position: absolute;
  background: rgba(31, 31, 31, 0.8) !important;
  width: 100%;
  height: 35%;
  padding: 0 !important;
  top: 10.45rem;
  left: 0;
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div .workflow-category-group {
  overflow: visible;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto !important;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div .workflow-category-group button {
  flex-basis: 20.75rem !important;
  flex-shrink: 0;
  flex-grow: 0;
  height: 16rem !important;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div .workflow-category-group .workflow-category-selection {
  flex-basis: 20.75rem !important;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-start;
  z-index: 1 !important;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div .workflow-category-group .workflow-category-selection .workflow-category-item {
  width: 100% !important;
  transition-duration: 180ms !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key=BERICHTE] {
  background: url(/assets/images/homepage/homepage-daimler-1.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key=SELEKTIEREN] {
  background: url(/assets/images/homepage/homepage-daimler-2.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key=KUNDENSUCHE] {
  background: url(/assets/images/homepage/homepage-daimler-3.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key=SICHTEN] {
  background: url(/assets/images/homepage/homepage-daimler-4.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key=KAMPAGNENBEARBEITUNG] {
  background: url(/assets/images/homepage/homepage-daimler-6.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key="KAMPAGNE ANALYSIEREN"] {
  background: url(/assets/images/homepage/homepage-daimler-7.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key="TABELLENFORMAT ERSTELLEN"] {
  background: url(/assets/images/homepage/homepage-daimler-8.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key=UMKREISSUCHE] {
  background: url(/assets/images/homepage/homepage-daimler-9.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key=LISTENIMPORT] {
  background: url(/assets/images/homepage/homepage-daimler-10.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key=KALENDER] {
  background: url(/assets/images/homepage/homepage-daimler-15.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key=KUR] {
  background: url(/assets/images/homepage/homepage-daimler-12.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key=ADMA-ZUORDNUNG] {
  background: url(/assets/images/homepage/homepage-daimler-13.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key=VERWALTEN] {
  background: url(/assets/images/homepage/homepage-daimler-14.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key=GEWERBE-ZUORDNUNG] {
  background: url(/assets/images/homepage/homepage-daimler-11.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key="KPI DEFINIEREN"] {
  background: url(/assets/images/homepage/homepage-daimler-17.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key=BERICHTSDESIGNER] {
  background: url(/assets/images/homepage/homepage-daimler-16.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key="V7TRANSLATION.WORKFLOWSELECT.BUTTONTEXT.NEWCONTROLQTY"] {
  background: url(/assets/images/homepage/homepage-daimler-17.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key="V7TRANSLATION.ADMINISTRATION.ADMINISTRATION"] {
  background: url(/assets/images/homepage/homepage-daimler-14.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key="SELEKTIEREN HR"] {
  background: url(/assets/images/homepage/homepage-daimler-18.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key=JOINMATRIX] {
  background: url(/assets/images/homepage/homepage-daimler-19.jpg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key="DATENQUELLEN VERWALTEN"] {
  background: url(/assets/images/homepage/homepage-daimler-20.jpg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key="SQL TABELLEN IMPORTIEREN"] {
  background: url(/assets/images/homepage/homepage-daimler-21.jpg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key="KRK ANTRÄGE"] {
  background: url(/assets/images/homepage/homepage-daimler-23.jpg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key="KRK MANAGEMENT"] {
  background: url(/assets/images/homepage/homepage-daimler-22.jpg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key=DASHBOARD] {
  background: url(/assets/images/homepage/homepage-daimler-22.jpg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key="V7TRANSLATION.DASHBOARDBUILDER.COMPASSREPORT.SHOWREPORT"] {
  background: url(/assets/images/homepage/homepage-daimler-24.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key=STRASSENVERZEICHNIS] {
  background: url(/assets/images/homepage/homepage-daimler-25.jpg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key=BESUCHSPLANUNG] {
  background: url(/assets/images/homepage/homepage-daimler-26.jpg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > button[workflow-key=CRM-VIEWER] {
  background: url(/assets/images/crmviewer/crmviewer.jpg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > .workflow-category-group > button[workflow-key=KAMPAGNENDEFINITION] {
  background: url(/assets/images/homepage/homepage-daimler-5.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > .workflow-category-group > button[workflow-key=SELEKTIEREN] {
  background: url(/assets/images/homepage/homepage-daimler-2.jpeg) 50% 50%/cover;
}
.mbd-startpage > div:nth-child(2) > v7-workflow-select-component > .workflowselection-container > div > .workflow-category-group > button[workflow-key=SICHTEN] {
  background: url(/assets/images/homepage/homepage-daimler-4.jpeg) 50% 50%/cover;
}

.v7-header {
  color: #fff !important;
  align-items: center;
}
.v7-header .v7-datahold-label {
  flex-basis: auto;
  width: auto;
  color: #fff;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  font-weight: 600;
}
.v7-header .mbd-datenstand-page {
  align-items: flex-end;
}
.v7-header .mbd-datenstand-page v7-label-component {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
}
.v7-header .mbd-datenstand-page .v7-datahold-split-label {
  flex-basis: auto;
  width: auto;
  color: #fff;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  font-weight: 600;
}
.v7-header .mbd-datenstand-page .v7-datahold-ida-label {
  flex-basis: auto;
  width: auto;
  color: #fff;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  font-weight: 600;
  font-size: 0.7rem;
}
.v7-header .mbd-datenstand-page.order-3 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
  padding-left: 8px;
  border-left: 1px solid white;
}
.v7-header .v7-datahold-value {
  flex-basis: auto;
  width: auto;
  color: #fff;
  white-space: nowrap;
  padding-right: 0.925rem;
  font-weight: 600;
}
.v7-header v7-image-component,
.v7-header .v7-br-service-logo {
  height: 4rem;
  padding: 0.5rem 1.25rem 0.5rem 1.4375rem !important;
  border-right: none;
  flex-grow: 0;
  object-fit: contain;
}
.v7-header .workflow-nav-button {
  color: #fff !important;
}
.v7-header v7-workflow-graph-component {
  order: 1;
  width: 100%;
  border-left: 0.0625rem solid #f0f0f0;
}
.v7-header v7-workflow-graph-component .workflow-home {
  color: #fff !important;
}
.v7-header v7-workflow-graph-component .workflow-level-container {
  color: #fff !important;
}
.v7-header v7-workflow-graph-component .workflow-level-container .workflow-chevron {
  color: #fff !important;
}
.v7-header v7-workflow-graph-component .workflow-level-container .workflow-chevron.disabled {
  color: #828282 !important;
}
.v7-header v7-workflow-graph-component .workflow-level-container .workflow-level {
  color: #fff !important;
}
.v7-header v7-workflow-graph-component .workflow-level-container .workflow-level.active-level {
  color: #fff !important;
  text-decoration: underline;
}
.v7-header v7-workflow-graph-component .workflow-level-container .workflow-level.disabled-level {
  color: #828282 !important;
}
.v7-header v7-workflow-graph-component > .workflow-nav > .workflow-nav-button:disabled {
  color: #828282 !important;
}

/** TODO KUA SCHEISSDRECK**/
div.dataview-caption {
  font-size: 1.715rem !important;
  line-height: 2.40125rem !important;
  font-family: "Corporate A Condensed Regular", serif !important;
}

.v7-compass-header {
  background-color: #1f1f1f !important;
}
.v7-compass-header.space {
  background-color: white !important;
}

.v7-font-p, 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, v7-workflow-graph-component .workflow-level-container .workflow-level, v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item, v7-news-component .news-mat-card .card-body .v7-news-description, .v7-df-dropdown-option .v7-df-option-text, .v7-df-select-panel, .setnode-buttonbar-menu .setnode-buttonbar-menu-item .setnode-buttonbar-menu-item-content, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-fahrzeug-uebersicht-component .v7-tableview-table-row, v7-fahrzeug-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-adma-table-deletable-component .v7-tableview-table-row, v7-adma-table-deletable-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-krk-indicator-table-component .v7-tableview-table-row, v7-krk-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-krk-mgmnt-table-component .v7-tableview-table-row, v7-krk-mgmnt-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-gwmyap-uebersicht-component .v7-tableview-table-row, v7-gwmyap-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-dqs-mgmnt-component .v7-tableview-table-row, v7-dqs-mgmnt-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-bp-indicator-table-component .v7-tableview-table-row, v7-bp-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item {
  font-family: "Corporate S", Arial, Helvetica, sans-serif !important;
}

.v7-dataview .dataview-header .dataview-caption {
  font-size: 1.715rem !important;
  line-height: 2.40125rem !important;
  font-family: "Corporate A Condensed Regular", serif !important;
}
.v7-dataview .setnode-child .setnode-tile-counter {
  background-color: #1f1f1f !important;
  font-family: "Corporate S", sans-serif !important;
}
.v7-dataview .setnode-child .setnode-tile-counter.highlight {
  background-color: #00adef !important;
}
.v7-dataview .setnode-child .setnode-tile-counter.highlight .highlight-number {
  font-weight: 600;
  font-family: "Corporate S", sans-serif !important;
  font-size: 0.875rem !important;
}
.v7-dataview .setnode-child .setnode-tile-counter.highlight .highlight-unit {
  font-family: "Corporate S", sans-serif !important;
}
.v7-dataview .setnode-child .setnode-tile-image.funnel {
  background: url('mb-funnel.d93054930d405da0.svg') center center/contain no-repeat #fff !important;
}
.v7-dataview .setnode-child .setnode-tile-image.graph {
  background: url('mb-set.fc7f9bd041d43d5d.svg') center center/contain no-repeat #fff !important;
}
.v7-dataview .setnode-child .setnode-tile-image.and {
  background: url('mb-join-and.093939c396e24d10.svg') center center/contain no-repeat #fff !important;
}
.v7-dataview .setnode-child .setnode-tile-image.or {
  background: url('mb-join-or.b0f967e407ac77e7.svg') center center/contain no-repeat #fff !important;
}
.v7-dataview .setnode-child .setnode-tile-image.not {
  background: url('mb-join-not-in.87417d1e4934ce3d.svg') center center/contain no-repeat #fff !important;
}
.v7-dataview .setnode-child .setnode-tile-image.xor {
  background: url('mb-join-xor.ba1fd25cb7dd0b50.svg') center center/contain no-repeat #fff !important;
}
.v7-dataview .v7-tableview-table .v7-tableview-table-header-data-content {
  font-family: "Corporate S", sans-serif !important;
  font-weight: 600 !important;
}
.v7-dataview .v7-tableview-table .v7-tableview-pagination-button {
  font-family: "Corporate S", sans-serif !important;
}
.v7-dataview .v7-exclusion-table {
  font-family: "Corporate S", sans-serif !important;
}
.v7-dataview .v7-exclusion-table .v7-exclusion-header {
  font-family: "Corporate S", sans-serif !important;
  font-weight: 600 !important;
}

.v7-tableview-table .mat-mdc-header-row .mat-mdc-header-cell .v7-tableview-table-header-data-container .v7-tableview-table-header-data-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*
  min-width: 0;
  flex-basis: 1px;
  flex-grow: 1;
  flex-shrink: 1;
  could work if another element is inside data-content for the text - and all the commands on the text child
  https://css-tricks.com/flexbox-truncated-text/
  */
}

/* .v7-dragpool {
    .drag-container {
        .operator {
            &.and {
                background-image: url('~/assets/images/mb-join-and.svg') !important;
            }
            &.or {
                background-image: url('~/assets/images/mb-join-or.svg') !important;
            }
            &.not {
                background-image: url('~/assets/images/mb-join-not-in.svg') !important;
            }
            &.xor {
                background-image: url('~/assets/images/mb-join-xor.svg') !important;
            }
        }
    }
} */
.panel-navigation .first-path-element {
  line-height: 100%;
}
.panel-navigation .panel-navigation-path > button {
  line-height: 100%;
}
.panel-navigation .panel-navigation-path:last-child > button {
  color: #00adef !important;
}

.nav .nav-item .nav-link.tab-button-a {
  font-family: "Corporate S", Arial, Helvetica, sans-serif !important;
}
.nav .nav-item .nav-link.tab-button-a.active {
  background-color: #00adef !important;
}

/*******************************************************************************
* _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: white;
}

.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-login-page-component .login-layout .v7-login-card mat-card-title, .v7-login-page-component .loading-layout mat-card-title, .v7-rollen-page-component .rollen-layout .v7-mat-card-login-text {
  color: #1F1F1F;
  font-size: 1.715rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
  margin: 2rem 0 2rem 0;
}

.v7-font-h2, .news-entry-card .news-entry-title-container .news-entry-title, v7-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-barchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-linechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-piechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-profilechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-radarchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-stackchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-compass-access-statistics-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .v7-access-statistics-table-view-caption {
  color: #1F1F1F;
  font-size: 1.225rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
  margin: 1.5rem 0 1.5rem 0;
}

.v7-font-buttons, .news-entry-card .news-entry-done-button-container .news-entry-done-button, .v7-login-page-form .login-button {
  color: #1F1F1F;
  font-size: 0.875rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
  letter-spacing: 0.0625rem;
}

.v7-font-p, 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, v7-workflow-graph-component .workflow-level-container .workflow-level, v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item, v7-news-component .news-mat-card .card-body .v7-news-description, .v7-df-dropdown-option .v7-df-option-text, .v7-df-select-panel, .setnode-buttonbar-menu .setnode-buttonbar-menu-item .setnode-buttonbar-menu-item-content, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-fahrzeug-uebersicht-component .v7-tableview-table-row, v7-fahrzeug-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-adma-table-deletable-component .v7-tableview-table-row, v7-adma-table-deletable-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-krk-indicator-table-component .v7-tableview-table-row, v7-krk-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-krk-mgmnt-table-component .v7-tableview-table-row, v7-krk-mgmnt-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-gwmyap-uebersicht-component .v7-tableview-table-row, v7-gwmyap-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-dqs-mgmnt-component .v7-tableview-table-row, v7-dqs-mgmnt-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-bp-indicator-table-component .v7-tableview-table-row, v7-bp-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item {
  color: #1F1F1F;
  font-size: 0.875rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
}

.v7-font-p-strong, .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, v7-news-component .news-mat-card .card-body .v7-news-caption, v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title span, v7-polygon-map-chart-component .dataview-body .v7-polygon-mapchart-legend .v7-polygon-mapchart-legend-caption, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-adma-table-deletable-component .v7-tableview-table-header-data, v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-krk-indicator-table-component .v7-tableview-table-header-data, v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-krk-mgmnt-table-component .v7-tableview-table-header-data, v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-dqs-mgmnt-component .v7-tableview-table-header-data, v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-bp-indicator-table-component .v7-tableview-table-header-data, v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content {
  color: #1F1F1F;
  font-size: 0.875rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
}

.v7-font-p-strong-white, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter.highlight .highlight-number {
  color: #1F1F1F;
  font-size: 0.875rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
}

.v7-font-label, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-edit-caption {
  color: #1F1F1F;
  font-size: 0.625rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
  letter-spacing: 0.0625rem;
}

.v7-font-p-small, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-edit-operators .setnode-tile-content-edit-operator, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-caption, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter {
  color: #1F1F1F;
  font-size: 0.625rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
}

.v7-font-p-small-white, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter.highlight .highlight-unit {
  color: #1F1F1F;
  font-size: 0.625rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
}

.v7-font-p-small-strong, v7-double-slider-component .ngx-slider .ngx-slider-limit {
  color: #1F1F1F;
  font-size: 0.625rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
}

.v7-font-hint, v7-news-component .news-mat-card .v7-news-footer, .setnode-buttonbar-menu .setnode-buttonbar-menu-item .setnode-buttonbar-menu-item-content .setnode-buttonbar-menu-item-shortcut {
  color: #00adef;
  font-size: 0.875rem;
  font-family: "Corporate S", 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;
  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/mbd-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);
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
}

#headerStuff .v7-application-logo {
  content: url(/assets/images/mbd-logo.png);
  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: #00adef !important;
}
.mat-checkbox .mat-checkbox-layout .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #00adef;
}
.mat-checkbox .mat-checkbox-frame {
  border-width: 1px;
  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: #00adef;
  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: white;
}
.angular-tree-component .node-wrapper .node-content-wrapper:hover {
  box-shadow: none;
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  background-color: white;
}
.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: #00adef;
  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: "Corporate S", Arial, Helvetica, sans-serif;
  color: #1F1F1F;
  background-color: white !important;
}
html body h1, html body .h1 {
  color: #1F1F1F;
  font-size: 1.715rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
  margin: 2rem 0 2rem 0;
}
html body h2, html body .h2 {
  color: #1F1F1F;
  font-size: 1.225rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
  margin: 1.5rem 0 1.5rem 0;
}
html body p, html body .p {
  color: #1F1F1F;
  font-size: 0.875rem;
  font-family: "Corporate S", 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-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  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;
          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 black !important;
}

.border-top {
  border-top: 0.0625rem solid black !important;
}

.border-right {
  border-right: 0.0625rem solid black !important;
}

.border-bottom {
  border-bottom: 0.0625rem solid black !important;
}

.border-left {
  border-left: 0.0625rem solid black !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%;
}

.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;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-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;
  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 - 4.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 - 4.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 - 4.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 - 4.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: #1F1F1F;
  border: none;
  outline: none;
}
.v7-button .btn-icon-light {
  cursor: pointer;
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  background: transparent;
  color: #1F1F1F;
  border: none;
  outline: none;
}
.v7-button .understep-workflow:hover {
  color: #1F1F1F;
  background: #00adef;
}
.v7-button .nounderstep-workflow:hover {
  color: #00adef;
}
.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: #1F1F1F;
  background-color: #00adef;
  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: #1F1F1F;
  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: white;
}

.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-login-page-component .login-layout .v7-login-card mat-card-title, .v7-login-page-component .loading-layout mat-card-title, .v7-rollen-page-component .rollen-layout .v7-mat-card-login-text {
  color: #1F1F1F;
  font-size: 1.715rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
  margin: 2rem 0 2rem 0;
}

.v7-font-h2, .news-entry-card .news-entry-title-container .news-entry-title, v7-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-barchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-linechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-piechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-profilechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-radarchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-stackchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-compass-access-statistics-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .v7-access-statistics-table-view-caption {
  color: #1F1F1F;
  font-size: 1.225rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
  margin: 1.5rem 0 1.5rem 0;
}

.v7-font-buttons, .news-entry-card .news-entry-done-button-container .news-entry-done-button, .v7-login-page-form .login-button {
  color: #1F1F1F;
  font-size: 0.875rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
  letter-spacing: 0.0625rem;
}

.v7-font-p, 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, v7-workflow-graph-component .workflow-level-container .workflow-level, v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item, v7-news-component .news-mat-card .card-body .v7-news-description, .v7-df-dropdown-option .v7-df-option-text, .v7-df-select-panel, .setnode-buttonbar-menu .setnode-buttonbar-menu-item .setnode-buttonbar-menu-item-content, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-fahrzeug-uebersicht-component .v7-tableview-table-row, v7-fahrzeug-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-adma-table-deletable-component .v7-tableview-table-row, v7-adma-table-deletable-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-krk-indicator-table-component .v7-tableview-table-row, v7-krk-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-krk-mgmnt-table-component .v7-tableview-table-row, v7-krk-mgmnt-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-gwmyap-uebersicht-component .v7-tableview-table-row, v7-gwmyap-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-dqs-mgmnt-component .v7-tableview-table-row, v7-dqs-mgmnt-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-bp-indicator-table-component .v7-tableview-table-row, v7-bp-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item {
  color: #1F1F1F;
  font-size: 0.875rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
}

.v7-font-p-strong, .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, v7-news-component .news-mat-card .card-body .v7-news-caption, v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title span, v7-polygon-map-chart-component .dataview-body .v7-polygon-mapchart-legend .v7-polygon-mapchart-legend-caption, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-adma-table-deletable-component .v7-tableview-table-header-data, v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-krk-indicator-table-component .v7-tableview-table-header-data, v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-krk-mgmnt-table-component .v7-tableview-table-header-data, v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-dqs-mgmnt-component .v7-tableview-table-header-data, v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-bp-indicator-table-component .v7-tableview-table-header-data, v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content {
  color: #1F1F1F;
  font-size: 0.875rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
}

.v7-font-p-strong-white, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter.highlight .highlight-number {
  color: #1F1F1F;
  font-size: 0.875rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
}

.v7-font-label, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-edit-caption {
  color: #1F1F1F;
  font-size: 0.625rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
  letter-spacing: 0.0625rem;
}

.v7-font-p-small, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-edit-operators .setnode-tile-content-edit-operator, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-caption, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter {
  color: #1F1F1F;
  font-size: 0.625rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
}

.v7-font-p-small-white, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter.highlight .highlight-unit {
  color: #1F1F1F;
  font-size: 0.625rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
}

.v7-font-p-small-strong, v7-double-slider-component .ngx-slider .ngx-slider-limit {
  color: #1F1F1F;
  font-size: 0.625rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
}

.v7-font-hint, v7-news-component .news-mat-card .v7-news-footer, .setnode-buttonbar-menu .setnode-buttonbar-menu-item .setnode-buttonbar-menu-item-content .setnode-buttonbar-menu-item-shortcut {
  color: #00adef;
  font-size: 0.875rem;
  font-family: "Corporate S", 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;
  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/mbd-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);
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
}

#headerStuff .v7-application-logo {
  content: url(/assets/images/mbd-logo.png);
  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: #00adef !important;
}
.mat-checkbox .mat-checkbox-layout .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #00adef;
}
.mat-checkbox .mat-checkbox-frame {
  border-width: 1px;
  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: #00adef;
  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: white;
}
.angular-tree-component .node-wrapper .node-content-wrapper:hover {
  box-shadow: none;
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  background-color: white;
}
.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: #00adef;
  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: "Corporate S", Arial, Helvetica, sans-serif;
  color: #1F1F1F;
  background-color: white !important;
}
html body h1, html body .h1 {
  color: #1F1F1F;
  font-size: 1.715rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
  margin: 2rem 0 2rem 0;
}
html body h2, html body .h2 {
  color: #1F1F1F;
  font-size: 1.225rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
  margin: 1.5rem 0 1.5rem 0;
}
html body p, html body .p {
  color: #1F1F1F;
  font-size: 0.875rem;
  font-family: "Corporate S", 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: #00adef;
  color: #1F1F1F;
  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: #00adef;
  background-color: #1F1F1F;
  border-width: 0;
  box-shadow: none;
}
.category-container .v7-category-tree .entry {
  -webkit-touch-callout: none;
  -webkit-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: #1f1f1f;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.8);
  z-index: 2;
  position: relative;
  flex-wrap: nowrap;
}
.v7-header v7-image-component, .v7-header .v7-application-logo {
  height: 4rem;
  padding: 0.5rem 1.25rem 0.5rem 1.4375rem !important;
  border-right: 0.0625rem solid #F0F0F0;
  flex-grow: 0;
  object-fit: contain;
}
.v7-header .v7-header-popup-icon {
  height: 4rem;
  padding: 1rem 0.5rem !important;
  flex-grow: 0;
  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 - 4rem);
  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;
  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/mbd-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);
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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: #f5f5f5;
  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: #c2c2c2;
  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: 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: #1F1F1F;
  font-size: 0.875rem;
  font-family: "Corporate S", 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: #1F1F1F;
  font-size: 0.875rem;
  font-family: "Corporate S", 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: -49833052.333125rem;
}
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: -49833052.333125rem;
}
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: "Corporate S", sans-serif;
}
v7-table-view-pagination-component .v7-tableview-pagination-button.mat-icon-button[disabled] mat-icon svg {
  color: #00adef;
}
v7-table-view-pagination-component .v7-tableview-pagination-button.mat-icon-button[disabled]:hover mat-icon svg {
  color: #00adef;
}
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: white;
}
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;
  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: 48px;
  max-height: 48px;
  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: #00adef;
}
v7-table-view-component .mat-header-row {
  min-height: 48px;
  max-height: 48px;
  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: #00adef;
}
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: #00adef;
}
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: #00adef;
}
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: #00adef;
}
v7-table-view-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content .v7-tableview-filter-icon-selected .mat-icon {
  fill: #00adef;
}
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: #00adef;
  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: #00adef;
}
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: white;
}
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: #00adef;
  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: #00adef;
}
v7-table-view-custom-sort-component .all-columns .cols-container .bla .col-container .col-dropdown mat-form-field .mat-select-placeholder {
  color: #00adef;
}
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: #00adef;
}
v7-table-view-custom-sort-component .all-columns .cols-container .bla .order-container .order-dropdown mat-form-field .mat-select-placeholder {
  color: #00adef;
}
v7-table-view-custom-sort-component .add-col-btn {
  display: flex;
  color: #00adef;
  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: #00adef;
  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: #00adef;
  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: white;
}
.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: #00adef;
}
.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;
  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: #00adef;
  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: #00adef;
}
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: #00adef;
  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: #00adef;
  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: #00adef;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .v7-date-clear-button:hover svg {
  color: #00adef;
}
v7-double-date-chooser-selection-element-component .v7-dateinputpanel .dateinput-time-panel .v7-date-clear-button:active svg {
  color: #00adef;
}
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: black 1px 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: #00adef;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .v7-doubleslider-clear-button:hover svg {
  color: #00adef;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .v7-doubleslider-clear-button:active svg {
  color: #00adef;
}
v7-double-slider-selection-element-component .v7-doubleslider-selectionelement .v7-slider-input-fields-panel .mat-form-field .v7-doubleslider-textfield {
  color: #00adef;
  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: #00adef;
}
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: #00adef;
}
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: #00adef;
}
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: black 1px 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: white;
}

.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-login-page-component .login-layout .v7-login-card mat-card-title, .v7-login-page-component .loading-layout mat-card-title, .v7-rollen-page-component .rollen-layout .v7-mat-card-login-text {
  color: #1F1F1F;
  font-size: 1.715rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
  margin: 2rem 0 2rem 0;
}

.v7-font-h2, .news-entry-card .news-entry-title-container .news-entry-title, v7-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-barchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-linechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-piechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-profilechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-radarchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-stackchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-compass-access-statistics-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .v7-access-statistics-table-view-caption {
  color: #1F1F1F;
  font-size: 1.225rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
  margin: 1.5rem 0 1.5rem 0;
}

.v7-font-buttons, .news-entry-card .news-entry-done-button-container .news-entry-done-button, .v7-login-page-form .login-button {
  color: #1F1F1F;
  font-size: 0.875rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
  letter-spacing: 0.0625rem;
}

.v7-font-p, 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, v7-workflow-graph-component .workflow-level-container .workflow-level, v7-workflow-select-component .workflowselection-container .workflow-category-group .workflow-category-item, v7-news-component .news-mat-card .card-body .v7-news-description, .v7-df-dropdown-option .v7-df-option-text, .v7-df-select-panel, .setnode-buttonbar-menu .setnode-buttonbar-menu-item .setnode-buttonbar-menu-item-content, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-fahrzeug-uebersicht-component .v7-tableview-table-row, v7-fahrzeug-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-adma-table-deletable-component .v7-tableview-table-row, v7-adma-table-deletable-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-krk-indicator-table-component .v7-tableview-table-row, v7-krk-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-krk-mgmnt-table-component .v7-tableview-table-row, v7-krk-mgmnt-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-gwmyap-uebersicht-component .v7-tableview-table-row, v7-gwmyap-uebersicht-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-dqs-mgmnt-component .v7-tableview-table-row, v7-dqs-mgmnt-component .v7-tableview-header-data-menu .tableview-header-data-menu-item, v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-menu, v7-bp-indicator-table-component .v7-tableview-table-row, v7-bp-indicator-table-component .v7-tableview-header-data-menu .tableview-header-data-menu-item {
  color: #1F1F1F;
  font-size: 0.875rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
}

.v7-font-p-strong, .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, v7-news-component .news-mat-card .card-body .v7-news-caption, v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title span, v7-polygon-map-chart-component .dataview-body .v7-polygon-mapchart-legend .v7-polygon-mapchart-legend-caption, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data, v7-fahrzeug-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-adma-table-deletable-component .v7-tableview-table-header-data, v7-adma-table-deletable-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-krk-indicator-table-component .v7-tableview-table-header-data, v7-krk-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-krk-mgmnt-table-component .v7-tableview-table-header-data, v7-krk-mgmnt-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data, v7-gwmyap-uebersicht-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-dqs-mgmnt-component .v7-tableview-table-header-data, v7-dqs-mgmnt-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content, v7-bp-indicator-table-component .v7-tableview-table-header-data, v7-bp-indicator-table-component .v7-tableview-table-header-data .v7-tableview-table-header-data-content {
  color: #1F1F1F;
  font-size: 0.875rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
}

.v7-font-p-strong-white, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter.highlight .highlight-number {
  color: #1F1F1F;
  font-size: 0.875rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
}

.v7-font-label, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-edit-caption {
  color: #1F1F1F;
  font-size: 0.625rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
  letter-spacing: 0.0625rem;
}

.v7-font-p-small, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-content-edit-operators .setnode-tile-content-edit-operator, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-content .setnode-tile-caption, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter {
  color: #1F1F1F;
  font-size: 0.625rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
}

.v7-font-p-small-white, v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter.highlight .highlight-unit {
  color: #1F1F1F;
  font-size: 0.625rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
}

.v7-font-p-small-strong, v7-double-slider-component .ngx-slider .ngx-slider-limit {
  color: #1F1F1F;
  font-size: 0.625rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
}

.v7-font-hint, v7-news-component .news-mat-card .v7-news-footer, .setnode-buttonbar-menu .setnode-buttonbar-menu-item .setnode-buttonbar-menu-item-content .setnode-buttonbar-menu-item-shortcut {
  color: #00adef;
  font-size: 0.875rem;
  font-family: "Corporate S", 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;
  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/mbd-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);
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  object-fit: contain;
  height: 10rem;
  width: 10rem;
  display: inline-block;
}

#headerStuff .v7-application-logo {
  content: url(/assets/images/mbd-logo.png);
  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: #00adef !important;
}
.mat-checkbox .mat-checkbox-layout .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #00adef;
}
.mat-checkbox .mat-checkbox-frame {
  border-width: 1px;
  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: #00adef;
  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: white;
}
.angular-tree-component .node-wrapper .node-content-wrapper:hover {
  box-shadow: none;
  cursor: default;
  cursor: -webkit-default;
  cursor: -moz-default;
  background-color: white;
}
.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: #00adef;
  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: "Corporate S", Arial, Helvetica, sans-serif;
  color: #1F1F1F;
  background-color: white !important;
}
html body h1, html body .h1 {
  color: #1F1F1F;
  font-size: 1.715rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
  margin: 2rem 0 2rem 0;
}
html body h2, html body .h2 {
  color: #1F1F1F;
  font-size: 1.225rem;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
  margin: 1.5rem 0 1.5rem 0;
}
html body p, html body .p {
  color: #1F1F1F;
  font-size: 0.875rem;
  font-family: "Corporate S", 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: "Corporate S", 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: black;
}
v7-radio-list-selection-element-component .v7-selection-element mat-radio-group .mat-radio-button.mat-accent .mat-radio-outer-circle:hover {
  border-color: #00adef;
}
v7-radio-list-selection-element-component .v7-selection-element mat-radio-group .mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #00adef;
}
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: #00adef;
}
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: #00adef;
}
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: black;
}
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: black;
}
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: #00adef;
  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: #00adef;
}
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: #00adef;
  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: #00adef;
}
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: #1F1F1F;
  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: #1F1F1F;
  border: none;
  outline: none;
}
v7-button-component .understep-workflow:hover, .v7-button-component .understep-workflow:hover {
  color: #1F1F1F;
  background: #00adef;
}
v7-button-component .nounderstep-workflow:hover, .v7-button-component .nounderstep-workflow:hover {
  color: #00adef;
}
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: #1F1F1F;
  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: #1F1F1F;
  border: none;
  outline: none;
}
v7-button-component .understep-workflow:hover, .v7-button-component .understep-workflow:hover {
  color: #1F1F1F;
  background: #00adef;
}
v7-button-component .nounderstep-workflow:hover, .v7-button-component .nounderstep-workflow:hover {
  color: #00adef;
}
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: #00adef;
}
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: #0088C6;
}
v7-button-component .btn-primary:active, .v7-button-component .btn-primary:active {
  background-color: #0088C6;
}
v7-button-component .btn-primary:disabled, .v7-button-component .btn-primary:disabled {
  background-color: #4DC6F4;
  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: #00adef;
}
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: #1F1F1F;
}
v7-double-slider-component .ngx-slider .ngx-slider-limit {
  color: #1F1F1F;
  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: "Corporate S", 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: #00adef;
  margin-left: -0.4375rem;
}
v7-drag-pool-component .v7-selection-element .v7-dragpool .text-container mat-icon:hover {
  color: #00adef;
}
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: #00adef;
}
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: #00adef;
}
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;
  user-select: none;
  height: 2.1875rem;
  background-color: #1f1f1f;
  color: #fff;
  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(100vh - 4rem - 2.5rem - 4rem);
  height: 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(100vh - 4rem - 2.5rem - 4rem);
  height: 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;
  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;
  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;
  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: #00adef;
}
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: #00adef;
}
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: #1F1F1F;
  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;
}

v7-virtual-scroll-tree-component {
  display: flex;
  flex-direction: column;
}
v7-virtual-scroll-tree-component .type-icon {
  color: #f8efef;
  margin-right: 5px;
}
v7-virtual-scroll-tree-component .tree-node {
  min-height: auto !important;
  height: 30px;
  margin: 2px 0;
}
v7-virtual-scroll-tree-component .viewport-container {
  padding: 1rem 0 1rem 1rem;
}
v7-virtual-scroll-tree-component .tree-viewport {
  min-height: 400px;
  border: 0;
}
v7-virtual-scroll-tree-component .leaf {
  margin-left: 24px;
}
v7-virtual-scroll-tree-component .loading-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
v7-virtual-scroll-tree-component .loading-container .is-loading-label {
  margin: 1rem 0 0 0;
}
v7-virtual-scroll-tree-component .loading-container .lds-dual-ring {
  display: inline-block;
  width: 40px;
  height: 40px;
}
v7-virtual-scroll-tree-component .loading-container .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #bbb;
  border-color: #bbb transparent #bbb transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

v7-virtual-scroll-drag-tree-component {
  display: flex;
  flex-direction: column;
}
v7-virtual-scroll-drag-tree-component .type-icon {
  color: #f8efef;
  margin-right: 5px;
}
v7-virtual-scroll-drag-tree-component .tree-node {
  min-height: auto !important;
  height: 30px;
  max-width: 345px;
  margin: 2px 0;
  display: flex;
  flex-direction: row;
  user-select: none;
  -webkit-user-select: none;
}
v7-virtual-scroll-drag-tree-component .tree-node.selected {
  background-color: #F5F5F5;
}
v7-virtual-scroll-drag-tree-component .tree-node .expand-icon {
  cursor: pointer;
}
v7-virtual-scroll-drag-tree-component .tree-node .drag-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 1;
  overflow: hidden;
  cursor: grab;
}
v7-virtual-scroll-drag-tree-component .tree-node .drag-container .node-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
v7-virtual-scroll-drag-tree-component .tree-node .drag-container .node-grab {
  margin-right: 1rem;
  min-width: 24px;
}
v7-virtual-scroll-drag-tree-component .viewport-container {
  padding: 1rem 0 1rem 1rem;
}
v7-virtual-scroll-drag-tree-component .tree-viewport {
  min-height: 400px;
  border: 0;
}
v7-virtual-scroll-drag-tree-component .leaf {
  margin-left: 24px;
}
v7-virtual-scroll-drag-tree-component .loading-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
v7-virtual-scroll-drag-tree-component .loading-container .is-loading-label {
  margin: 1rem 0 0 0;
}
v7-virtual-scroll-drag-tree-component .loading-container .lds-dual-ring {
  display: inline-block;
  width: 16px;
  height: 16px;
}
v7-virtual-scroll-drag-tree-component .loading-container .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #bbb;
  border-color: #bbb transparent #bbb transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*
    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: "Corporate S", 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: #00adef;
}
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: #1F1F1F;
}
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: #00adef;
}

.workflow-graph-mat-menu .workflow-graph-mat-menu-item-active {
  color: #00adef;
}
.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: #0088C6;
}
v7-news-container-component .btn-primary:active {
  background-color: #0088C6;
}
v7-news-container-component .btn-primary:disabled {
  background-color: #4DC6F4;
  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: #0088C6;
}
v7-news-container-component .btn-primary:active {
  background-color: #0088C6;
}
v7-news-container-component .btn-primary:disabled {
  background-color: #4DC6F4;
  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;
}

v7-user-password-change {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
v7-user-password-change .user-password-change-container {
  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);
  width: 24rem;
  height: auto;
  padding: 1rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
v7-user-password-change .user-password-change-container mat-divider {
  margin-bottom: 1rem;
}
v7-user-password-change .user-password-change-container mat-form-field .mat-form-field-underline {
  position: relative;
  bottom: auto;
}
v7-user-password-change .user-password-change-container mat-form-field .mat-form-field-subscript-wrapper {
  position: static;
}
v7-user-password-change .user-password-change-container .button-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
v7-user-password-change .user-password-change-container .button-container button {
  flex-basis: 1px;
  flex-grow: 1;
  flex-shrink: 1;
}
v7-user-password-change .user-password-change-container .button-container button .submit-button {
  flex-grow: 2;
  flex-shrink: 2;
}
v7-user-password-change .user-password-change-container .button-container mat-progress-spinner {
  margin-left: 0.5rem;
  flex-shrink: 0;
  flex-grow: 0;
}

/*
    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;
          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 rgb(224, 224, 224);
  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, v7-flow-panel-component .left-side-content v7-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-chart-component .v7-dataview .dataview-body v7-flow-panel-component .left-side-content .v7-chart-caption, v7-flow-panel-component .left-side-content v7-barchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-barchart-component .v7-dataview .dataview-body v7-flow-panel-component .left-side-content .v7-chart-caption, v7-flow-panel-component .left-side-content v7-linechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-linechart-component .v7-dataview .dataview-body v7-flow-panel-component .left-side-content .v7-chart-caption, v7-flow-panel-component .left-side-content v7-piechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-piechart-component .v7-dataview .dataview-body v7-flow-panel-component .left-side-content .v7-chart-caption, v7-flow-panel-component .left-side-content v7-profilechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-profilechart-component .v7-dataview .dataview-body v7-flow-panel-component .left-side-content .v7-chart-caption, v7-flow-panel-component .left-side-content v7-radarchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-radarchart-component .v7-dataview .dataview-body v7-flow-panel-component .left-side-content .v7-chart-caption, v7-flow-panel-component .left-side-content v7-stackchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-stackchart-component .v7-dataview .dataview-body v7-flow-panel-component .left-side-content .v7-chart-caption, v7-flow-panel-component .left-side-content v7-compass-access-statistics-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-compass-access-statistics-chart-component .v7-dataview .dataview-body v7-flow-panel-component .left-side-content .v7-chart-caption, v7-flow-panel-component .left-side-content v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .v7-access-statistics-table-view-caption, v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body v7-flow-panel-component .left-side-content .v7-access-statistics-table-view-caption {
  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-save-dialog-options v7-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-chart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-save-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-save-dialog-options v7-barchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-barchart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-save-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-save-dialog-options v7-linechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-linechart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-save-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-save-dialog-options v7-piechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-piechart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-save-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-save-dialog-options v7-profilechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-profilechart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-save-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-save-dialog-options v7-radarchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-radarchart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-save-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-save-dialog-options v7-stackchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-stackchart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-save-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-save-dialog-options v7-compass-access-statistics-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-compass-access-statistics-chart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-save-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-save-dialog-options v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .v7-access-statistics-table-view-caption, v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-save-dialog-options .v7-access-statistics-table-view-caption, 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, v7-flow-panel-component .right-side-content .v7-category-dialog-options v7-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-chart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-category-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-category-dialog-options v7-barchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-barchart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-category-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-category-dialog-options v7-linechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-linechart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-category-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-category-dialog-options v7-piechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-piechart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-category-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-category-dialog-options v7-profilechart-component .v7-dataview .dataview-body .v7-chart-caption, v7-profilechart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-category-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-category-dialog-options v7-radarchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-radarchart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-category-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-category-dialog-options v7-stackchart-component .v7-dataview .dataview-body .v7-chart-caption, v7-stackchart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-category-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-category-dialog-options v7-compass-access-statistics-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-compass-access-statistics-chart-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-category-dialog-options .v7-chart-caption, v7-flow-panel-component .right-side-content .v7-category-dialog-options v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .v7-access-statistics-table-view-caption, v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body v7-flow-panel-component .right-side-content .v7-category-dialog-options .v7-access-statistics-table-view-caption {
  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;
  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: #1F1F1F;
}
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: #1F1F1F;
  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: #1F1F1F;
  border: none;
  outline: none;
}
v7-button-component .understep-workflow:hover, .v7-button-component .understep-workflow:hover {
  color: #1F1F1F;
  background: #00adef;
}
v7-button-component .nounderstep-workflow:hover, .v7-button-component .nounderstep-workflow:hover {
  color: #00adef;
}
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: #1F1F1F;
  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: #1F1F1F;
  border: none;
  outline: none;
}
v7-button-component .understep-workflow:hover, .v7-button-component .understep-workflow:hover {
  color: #1F1F1F;
  background: #00adef;
}
v7-button-component .nounderstep-workflow:hover, .v7-button-component .nounderstep-workflow:hover {
  color: #00adef;
}
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: #00adef;
}
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: #0088C6;
}
v7-button-component .btn-primary:active, .v7-button-component .btn-primary:active {
  background-color: #0088C6;
}
v7-button-component .btn-primary:disabled, .v7-button-component .btn-primary:disabled {
  background-color: #4DC6F4;
  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: #1F1F1F;
  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: #1F1F1F;
  border: none;
  outline: none;
}
v7-button-component .understep-workflow:hover, .v7-button-component .understep-workflow:hover {
  color: #1F1F1F;
  background: #00adef;
}
v7-button-component .nounderstep-workflow:hover, .v7-button-component .nounderstep-workflow:hover {
  color: #00adef;
}
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: #1F1F1F;
  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: #1F1F1F;
  border: none;
  outline: none;
}
v7-button-component .understep-workflow:hover, .v7-button-component .understep-workflow:hover {
  color: #1F1F1F;
  background: #00adef;
}
v7-button-component .nounderstep-workflow:hover, .v7-button-component .nounderstep-workflow:hover {
  color: #00adef;
}
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: #00adef;
}
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: #0088C6;
}
v7-button-component .btn-primary:active, .v7-button-component .btn-primary:active {
  background-color: #0088C6;
}
v7-button-component .btn-primary:disabled, .v7-button-component .btn-primary:disabled {
  background-color: #4DC6F4;
  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: #00adef;
  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: #00adef;
  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: #f5f5f5;
  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: #c2c2c2;
  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% + 4rem);
  margin: -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: #1F1F1F;
  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: #1F1F1F;
  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.success {
  color: #66bb6a;
  border: 1px solid #66bb6a;
}
v7-notification-component .notification.alert {
  color: #b00120;
  border: 1px solid #b00120;
}
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 .selection-element-container {
  max-height: 90vh;
  overflow-y: auto;
}
.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: 45.5rem;
  height: 30.3125rem;
  flex-flow: wrap;
  gap: 2rem;
}
.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;
  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");
  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: "Corporate S", 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;
  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;
}

div.v7-image.v7-corporate-logo {
  display: none;
}

html > body {
  background-color: #f5f5f5 !important;
}

.v7-tableview-pagination-button.active {
  background-color: #00adef !important;
}

.btn-folder {
  background-color: #1f1f1f !important;
  color: #fff !important;
  font-family: "Corporate S", sans-serif !important;
  font-weight: 600 !important;
}

.btn-kpi {
  background-color: #1f1f1f !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
  font-family: "Corporate S", sans-serif !important;
}
.btn-kpi .v7-dataview-left-half {
  font-weight: 600;
}
.btn-kpi .v7-dataview-separator {
  border: none !important;
}
.btn-kpi .bottom-scale-left {
  background-color: #00adef !important;
}

.v7-form-group .v7-form-group.ng-invalid {
  border-bottom: 1px solid red !important;
}

/***
 * MATERIAL REWRITE
 **/
h1 {
  font-size: 1.715rem !important;
  line-height: 2.40125rem !important;
  font-family: "Corporate A Condensed Regular", serif !important;
  font-weight: normal !important;
}

h2 {
  font-family: "Corporate A Condensed Regular", serif !important;
  letter-spacing: 1.4px;
  line-height: 1.12;
  font-size: 19.6px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.mat-mdc-card {
  border-radius: 2px !important;
}
.mat-mdc-card .mat-mdc-card-title {
  font-size: 1.715rem !important;
  line-height: 2.40125rem !important;
  font-family: "Corporate A Condensed Regular", serif !important;
}
.mat-mdc-card .card-body {
  font-family: "Corporate S", sans-serif !important;
}

.v7-funnel-card.mat-mdc-card {
  background: transparent !important;
  padding: 0px !important;
  border-radius: 0px !important;
}

.mat-mdc-card-content {
  background: white;
  padding: 16px;
  border-radius: 2px;
}

.mat-mdc-form-field {
  font-family: "Corporate S", sans-serif !important;
}

.mat-mdc-button {
  font-family: "Corporate S", sans-serif !important;
}

.mat-mdc-raised-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent {
  background-color: #00adef !important;
  font-family: "Corporate S", sans-serif !important;
  border-radius: 2px !important;
}

.mat-mdc-standard-chip {
  background-color: transparent !important;
}

.mat-mdc-cell {
  font-family: "Corporate S", sans-serif !important;
}

.mat-mdc-menu-item {
  font-family: "Corporate S", sans-serif !important;
}

.mat-icon.mat-accent {
  color: #00adef !important;
}

/*
    TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
*/
.mat-form-field-wrapper {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.remove-padding-bottom {
  /*
      TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
  */
}
.remove-padding-bottom .mat-form-field-wrapper {
  padding-bottom: 0;
}

/**
 * FIXES WEGEN VARIABLEN
 */
.setnode-tile-content mat-icon.setnode-tile-image.mat-accent {
  color: #00adef;
}

.fc-button {
  font-weight: unset;
  border-radius: unset;
  color: #fff;
  background-color: #00adef;
  border-color: #00adef;
  font-family: "Corporate S", sans-serif !important;
  font-weight: 600 !important;
}
.fc-button:hover {
  background-color: #0091c9 !important;
  border-color: #0091c9 !important;
}

.fc-event {
  color: #fff;
  background-color: #00adef;
  border-color: #00adef;
  border-radius: unset;
  font-size: unset;
  line-height: unset;
}
.fc-event:hover {
  background-color: #0091c9 !important;
  border-color: #0091c9 !important;
}

.fc-today {
  background: #afccd6;
}

/**
 * v7 expand panel
 **/
.v7-expand-panel .v7-expand-panel-header {
  background-color: #1F1F1F !important;
  font-family: "Corporate S", Arial, Helvetica, sans-serif !important;
  font-weight: bold;
  border-radius: 4px !important;
}
.v7-expand-panel .v7-expand-panel-header button mat-icon {
  color: white !important;
}

/**
 * v7 mini squeeze panel
 **/
.v7-mini-squeeze-panel .mat-expansion-panel-header {
  background-color: #1F1F1F !important;
}
.v7-mini-squeeze-panel .mat-expansion-panel-header .mat-expansion-panel-header-title span {
  font-family: "Corporate S", Arial, Helvetica, sans-serif !important;
}

/**
  * v7 squeeze panel
  **/
.mbd-kundendossier-adma-aufgabepanel-squeezepanel mat-expansion-panel mat-expansion-panel-header {
  padding: 0 24px !important;
}
.mbd-kundendossier-adma-aufgabepanel-squeezepanel mat-expansion-panel mat-expansion-panel-header mat-panel-title mat-icon {
  margin-right: 0 !important;
}
.mbd-kundendossier-adma-aufgabepanel-squeezepanel mat-expansion-panel mat-expansion-panel-header mat-panel-title span {
  font-family: "Corporate S", sans-serif !important;
  font-size: 1.225rem !important;
  font-weight: 500 !important;
}

/**
 * v7-dynamic-form-control-radio-list-component
 **/
v7-dynamic-form-control-radio-list-component {
  /*
      TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.
  */
}
v7-dynamic-form-control-radio-list-component mat-radio-group {
  /*
      TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.
  */
}
v7-dynamic-form-control-radio-list-component mat-radio-group mat-radio-button {
  /*
      TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.
  */
}
v7-dynamic-form-control-radio-list-component mat-radio-group mat-radio-button .mat-radio-label {
  /*
      TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.
  */
}
v7-dynamic-form-control-radio-list-component mat-radio-group mat-radio-button .mat-radio-label .mat-radio-container {
  /*
      TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.
  */
}
v7-dynamic-form-control-radio-list-component mat-radio-group mat-radio-button .mat-radio-label .mat-radio-container .mat-radio-outer-circle {
  border-color: #00ADEF !important;
}
v7-dynamic-form-control-radio-list-component mat-radio-group mat-radio-button .mat-radio-label .mat-radio-container .mat-radio-inner-circle {
  background-color: #00ADEF !important;
}
v7-dynamic-form-control-radio-list-component mat-radio-group mat-radio-button .mat-radio-label .mat-radio-label-content {
  font-family: "Corporate S", Arial, Helvetica, sans-serif !important;
}

/**
 * v7-button-component
 **/
v7-button-component .mbd-btn-deactivate {
  background-color: #1f1f1f !important;
  border-color: #1f1f1f !important;
}

/**
  * mat chip
  **/
.mat-mdc-standard-chip:hover::after {
  opacity: 0 !important;
}
.mat-mdc-standard-chip:hover mat-icon {
  opacity: 1 !important;
}

/**
 * tabellenformat
 **/
.mbd-tabellenformat-tableview {
  width: 100% !important;
}

.mbd-table-wrapper v7-table-view-component {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

/**
 * v7-funnel-component
 **/
v7-funnel-component {
  width: 100% !important;
  max-width: 100% !important;
}
v7-funnel-component .v7-dataview {
  background-color: #f5f5f5 !important;
}

/**
* v7-document-upload-component
**/
v7-document-upload-component .documentupload-caption {
  font-family: "Corporate A Condensed Regular", serif !important;
  letter-spacing: 1.4px;
  line-height: 1.12;
  font-size: 19.6px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

/**
 * Kampagnen allg.
 **/
.mbd-campaign-management-definition-page > div:nth-child(2) {
  padding: 0 2rem !important;
}
.mbd-campaign-management-definition-page > div:nth-child(2) v7-dynamic-form-group-component > .v7-form-group h2,
.mbd-campaign-management-definition-page > div:nth-child(2) v7-dynamic-form-group-component .mbd-form-campaign h2 {
  font-family: "Corporate A Condensed Regular", serif !important;
  letter-spacing: 1.4px;
  line-height: 1.12;
  font-size: 19.6px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.715rem !important;
}
.mbd-campaign-management-definition-page > div:nth-child(2) v7-document-upload-component > .v7-dataview {
  padding: 0 !important;
}
.mbd-campaign-management-definition-page .create-campaign-define {
  padding: 0 !important;
}
.mbd-campaign-management-definition-page .mbd-campaign-document-page .v7-dataview-header .documentupload-caption {
  margin: 1.5rem 0 0.9375rem 0 !important;
  padding: 0.3125rem !important;
}
.mbd-campaign-management-definition-page .mbd-form-campaign-container-metadata .col-auto {
  padding-left: 0 !important;
}

.mbd-campaign-target-werkstatt {
  padding: 0 2rem !important;
}
.mbd-campaign-target-werkstatt h2 {
  font-family: "Corporate A Condensed Regular", serif !important;
  letter-spacing: 1.4px;
  line-height: 1.12;
  font-size: 19.6px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.715rem !important;
}
.mbd-campaign-target-werkstatt mat-form-field {
  min-width: 18.75rem !important;
}

.create-campaign-define h2 {
  font-family: "Corporate A Condensed Regular", serif !important;
  letter-spacing: 1.4px;
  line-height: 1.12;
  font-size: 19.6px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.715rem !important;
}

/**
 * Kampagnen allgm.
 **/
v7-tab-panel-component.default-content-size {
  max-height: calc(100vh - 104px);
  max-width: calc(100vw - 30rem);
}

.mbd-form-campaign v7-dynamic-form-control-number-component > div > mat-form-field {
  width: 18.75rem !important;
}
.mbd-form-campaign mat-form-field {
  padding-top: 5px;
  /*
      TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
  */
}
.mbd-form-campaign mat-form-field .mat-form-field-wrapper {
  padding-bottom: 5px;
}
.mbd-form-campaign v7-angular-form-control-text-component > mat-form-field {
  width: 18.75rem !important;
}
.mbd-form-campaign v7-dynamic-form-control-text-area-component > mat-form-field {
  width: 18.75rem !important;
}
.mbd-form-campaign v7-angular-form-control-currency-component > mat-form-field {
  width: 18.75rem !important;
}
.mbd-form-campaign v7-angular-form-control-dropdown-component > mat-form-field {
  width: 18.75rem !important;
}
.mbd-form-campaign v7-angular-form-control-simple-dropdown-component > mat-form-field {
  width: 18.75rem !important;
}
.mbd-form-campaign v7-dynamic-form-control-date-chooser-component > mat-form-field {
  width: 18.75rem !important;
}

/**
  * alert dialog
  **/
.mbd-alertdialog-panel {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  width: 19rem !important;
  height: 12rem;
}
.mbd-alertdialog-panel .mbd-alertdialog-message {
  margin: 0rem 1rem 1rem 1rem;
}
.mbd-alertdialog-panel .mbd-alertdialog-button {
  margin: 1rem 0rem 0rem 1rem !important;
}
.mbd-alertdialog-panel .mbd-alertdialog-buttonbar {
  margin-top: auto;
  align-items: flex-start;
}

/**
 * verwalten workflow edit category dialog
 **/
.mbd-verwalten-edit-category-panel {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  width: 19rem !important;
  height: 12rem;
}
.mbd-verwalten-edit-category-panel .mbd-verwalten-edit-category-header {
  margin: 0rem 0rem 1rem 0rem;
}
.mbd-verwalten-edit-category-panel .mbd-verwalten-edit-category-button,
.mbd-verwalten-edit-category-panel .mbd-verwalten-edit-category-input,
.mbd-verwalten-edit-category-panel .mbd-verwalten-edit-category-header {
  margin: 1rem 0rem 0rem 1rem !important;
}
.mbd-verwalten-edit-category-panel .mbd-verwalten-edit-category-input {
  display: block;
  margin: auto 1rem auto 1rem !important;
}
.mbd-verwalten-edit-category-panel .mbd-alertdialog-buttonbar {
  margin-top: auto;
  align-items: flex-start;
}

/**
 * Kampagnen allg.
 **/
.mbd-kampagnenubersicht .mbd-kampagnenubersicht-tabpanel .tab-inner v7-table-view-component {
  padding: 0 !important;
}
.mbd-kampagnenubersicht .mbd-kampagnenubersicht-tabpanel .tab-inner v7-table-view-component .v7-dataview {
  padding: 2rem 0 !important;
}

.mbd-campaign-management-dossier v7-carousel-panel-component .carousel-inner .carousel-item .carousel-default-item > :nth-child(1) v7-list-view-component .v7-dataview .dataview-body .table tbody tr td {
  color: #00adef !important;
  text-align: center !important;
}
.mbd-campaign-management-dossier v7-carousel-panel-component .carousel-inner .carousel-item v7-list-view-component .v7-dataview .dataview-body .table tbody tr th {
  font-weight: normal !important;
}
.mbd-campaign-management-dossier .v7-small-charts v7-chart-component .v7-dataview .dataview-body {
  background: none !important;
  padding: 0.5rem 1rem 1rem !important;
  box-shadow: none !important;
}
.mbd-campaign-management-dossier .v7-small-charts v7-chart-component .v7-dataview .dataview-body .v7-chart-caption {
  display: none !important;
}

.mbd-campaign-edit-page > div[role=tabpanel] v7-table-view-component {
  padding: 0 !important;
  max-width: 100% !important;
}
.mbd-campaign-edit-page > div[role=tabpanel] v7-table-view-component .v7-dataview {
  padding: 2rem 0 !important;
}

.mbd-campaign-messung-status-customize v7-dynamic-form-group-component {
  width: 100% !important;
}
.mbd-campaign-messung-status-customize v7-dynamic-form-group-component v7-dynamic-form-control-autocomplete-component mat-form-field {
  min-width: 18.75rem !important;
}
.mbd-campaign-messung-status-customize v7-dynamic-form-group-component v7-dynamic-form-control-radio-list-component,
.mbd-campaign-messung-status-customize v7-dynamic-form-group-component v7-dynamic-form-delete-array-element-button-component {
  padding-left: 4rem !important;
  position: relative;
  bottom: 0.625rem;
}

.mbd-campaign-measure-content {
  height: 100%;
}
.mbd-campaign-measure-content > v7-dynamic-form-group-component {
  width: 100% !important;
}

/**
 * v7-chart
 **/
.v7charts-single-donut-chart .v7charts-single-donut-chart-group :first-child :first-child {
  fill: #00adef !important;
}

v7-linechart-component .v7charts-grouped-line-chart {
  height: 80% !important;
}

.v7charts-donut-right-half {
  min-width: 58%;
}

/*
    TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.
*/
/*
    TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.
*/
/*
    TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.
*/
mat-button-toggle.mat-button-toggle.mat-button-toggle-standalone.mat-button-toggle-checked.mat-button-toggle-appearance-standard,
mat-button-toggle.mat-button-toggle.mat-button-toggle-standalone.mat-button-toggle-appearance-standard.cdk-focused.cdk-mouse-focused {
  border-color: #35393d;
  /*
      TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.
  */
}
mat-button-toggle.mat-button-toggle.mat-button-toggle-standalone.mat-button-toggle-checked.mat-button-toggle-appearance-standard button.mat-button-toggle-button,
mat-button-toggle.mat-button-toggle.mat-button-toggle-standalone.mat-button-toggle-appearance-standard.cdk-focused.cdk-mouse-focused button.mat-button-toggle-button {
  /*
      TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.
  */
}
mat-button-toggle.mat-button-toggle.mat-button-toggle-standalone.mat-button-toggle-checked.mat-button-toggle-appearance-standard button.mat-button-toggle-button div.mat-button-toggle-label-content,
mat-button-toggle.mat-button-toggle.mat-button-toggle-standalone.mat-button-toggle-appearance-standard.cdk-focused.cdk-mouse-focused button.mat-button-toggle-button div.mat-button-toggle-label-content {
  right: 0.93rem;
  bottom: 1.03rem;
}
mat-button-toggle.mat-button-toggle.mat-button-toggle-standalone.mat-button-toggle-checked.mat-button-toggle-appearance-standard button.mat-button-toggle-button div.mat-button-toggle-label-content mat-icon.mat-icon.notranslate.mat-icon-no-color.ng-star-inserted,
mat-button-toggle.mat-button-toggle.mat-button-toggle-standalone.mat-button-toggle-appearance-standard.cdk-focused.cdk-mouse-focused button.mat-button-toggle-button div.mat-button-toggle-label-content mat-icon.mat-icon.notranslate.mat-icon-no-color.ng-star-inserted {
  color: #35393d;
}
mat-button-toggle.mat-button-toggle.mat-button-toggle-standalone.mat-button-toggle-checked.mat-button-toggle-appearance-standard button.mat-button-toggle-button div.mat-button-toggle-label-content mat-icon.mat-icon.notranslate.mat-icon-no-color.ng-star-inserted:hover,
mat-button-toggle.mat-button-toggle.mat-button-toggle-standalone.mat-button-toggle-appearance-standard.cdk-focused.cdk-mouse-focused button.mat-button-toggle-button div.mat-button-toggle-label-content mat-icon.mat-icon.notranslate.mat-icon-no-color.ng-star-inserted:hover {
  color: #535B67;
}
mat-button-toggle.mat-button-toggle.mat-button-toggle-standalone.mat-button-toggle-checked.mat-button-toggle-appearance-standard button.mat-button-toggle-button div.mat-button-toggle-label-content mat-icon.mat-icon.notranslate.mat-icon-no-color.ng-star-inserted:active,
mat-button-toggle.mat-button-toggle.mat-button-toggle-standalone.mat-button-toggle-appearance-standard.cdk-focused.cdk-mouse-focused button.mat-button-toggle-button div.mat-button-toggle-label-content mat-icon.mat-icon.notranslate.mat-icon-no-color.ng-star-inserted:active {
  color: #00adef;
}
mat-button-toggle.mat-button-toggle.mat-button-toggle-standalone.mat-button-toggle-checked.mat-button-toggle-appearance-standard button.mat-button-toggle-button div.mat-button-toggle-label-content mat-icon.mat-icon.notranslate.mat-icon-no-color.ng-star-inserted:disabled,
mat-button-toggle.mat-button-toggle.mat-button-toggle-standalone.mat-button-toggle-appearance-standard.cdk-focused.cdk-mouse-focused button.mat-button-toggle-button div.mat-button-toggle-label-content mat-icon.mat-icon.notranslate.mat-icon-no-color.ng-star-inserted:disabled {
  color: rgba(67, 73, 81, 0.38);
}

div.chiplist.ng-star-inserted {
  /*
      TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.
  */
}
div.chiplist.ng-star-inserted mat-chip.mat-mdc-chip.mat-mdc-standard-chip.mat-accent.mat-chip-with-trailing-icon {
  white-space: nowrap;
}

div.v7-panel.v7-left-right-panel.no-gutters.row.justify-content-start.v7-campaign-management-measurement-page div.col.no-gutters {
  overflow: unset;
}
div.v7-panel.v7-left-right-panel.no-gutters.row.justify-content-start.v7-campaign-management-measurement-page div.col.no-gutters v7-flow-panel-component.ng-star-inserted div.v7-flow-panel.no-gutters.row.default-content-size.mbd-campaign-messung-status-customize v7-dynamic-form-group-component.ng-star-inserted div.v7-form-group.create-campaign-define.ng-touched.ng-dirty.ng-valid v7-dynamic-form-group-component.ng-star-inserted div.v7-form-group.v7-form-shadow.ng-untouched.ng-dirty.ng-valid {
  overflow: auto;
  max-height: calc(100vh - 4rem - 2.5rem - 6rem);
}

v7-dataview-footer-component .loading-pop-up {
  z-index: 1337;
}
v7-dataview-footer-component div.dropdown div.v7-button.btn-group.dropup button.btn.btn-shadow.btn-primary.btn-kpi {
  white-space: nowrap;
}

error .v7-header .image.v7-application-logo {
  content: url("/assets/images/mbd-br-service-logos.png");
  border-right: none;
}

@media only screen and (max-width: 1024px) {
  .v7-startpage > div.col-auto.no-gutters {
    display: none;
  }
  .v7-header .v7-image {
    display: none;
  }
  .v7-header.mbd-startpage-header .v7-image {
    display: inline;
  }
  .overlay-background .overlay-content {
    width: 80%;
  }
  .v7-panel.v7-left-right-panel .col.no-gutters {
    overflow: scroll;
  }
}
@media only screen and (max-width: 1366px) {
  .v7-header v7-workflow-graph-component .workflow-nav {
    display: none !important;
  }
  .dataview-body.v7-tableview-body .v7-tableview-pagination-arrow {
    margin: 0 0.75rem !important;
  }
  .dataview-body.v7-tableview-body .v7-tableview-pagination-button {
    margin: 0 0.75rem 1rem !important;
  }
  .overlay-background .overlay-content {
    width: 50%;
  }
  .overlay-background .overlay-content .mbd-kundendossier-panel-dialog {
    margin-top: 5rem;
  }
  .btn-collapsetoleft {
    opacity: 1 !important;
    width: 1.75rem !important;
  }
  .btn-icon-dark {
    padding: 0 1rem !important;
    margin-right: 1rem !important;
  }
  .btn-icon-dark .entry-icon {
    position: relative;
    right: 0.5rem;
  }
  .mbd-kundendossier-fahrzeuguebersicht {
    padding: 0 !important;
  }
  .v7-tableview-table .mat-mdc-header-row .v7-tableview-table-header-data {
    padding-left: 1rem;
  }
  .v7-tableview-table .mat-mdc-row .v7-tableview-table-row {
    padding-left: 1rem;
  }
  .v7-panel.v7-left-right-panel > .col-auto.no-gutters {
    max-width: 50%;
  }
  .v7-panel.v7-left-right-panel > .col-auto.no-gutters .d-flex.flex-row > div {
    width: 100%;
  }
  .v7-panel.v7-left-right-panel > .col-auto.no-gutters .d-flex.flex-row > div > .panel-edge {
    width: 100%;
  }
  .v7-panel.v7-left-right-panel > .col.no-gutters {
    overflow: auto;
    display: flex;
    justify-content: center;
  }
  .v7-panel.v7-left-right-panel > .col.no-gutters .mat-mdc-header-row {
    width: auto;
  }
  .v7-panel.v7-left-right-panel > .col.no-gutters > .default-fullscreen-content-size,
  .v7-panel.v7-left-right-panel > .col.no-gutters .default-content-size,
  .v7-panel.v7-left-right-panel > .col.no-gutters .default-tab-content-height {
    height: calc(100vh - 4rem - 2.5rem);
    max-width: 100%;
    width: 100%;
    margin-left: 1.5rem;
  }
  .v7-panel.v7-left-right-panel > .col.no-gutters > .default-fullscreen-content-size .default-tab-content-size,
  .v7-panel.v7-left-right-panel > .col.no-gutters .default-content-size .default-tab-content-size,
  .v7-panel.v7-left-right-panel > .col.no-gutters .default-tab-content-height .default-tab-content-size {
    max-width: 100%;
  }
  #setbuilder-body {
    height: inherit;
  }
  .v7-selection-element .v7-dragpool .operators {
    flex-wrap: wrap;
  }
  .v7-panel.v7-center-panel .row .ng-star-inserted .v7-panel.v7-left-right-panel.default-content-size {
    max-width: 100%;
  }
  .mbd-kundendossier-parent-panel .mbd-kundendossier-kundendaten-mainpanel {
    width: calc(100% - 4rem);
  }
  .mbd-kundendossier-parent-panel .mbd-kundendossier-kundendaten-mainpanel > .col-auto.no-gutters:nth-child(1) {
    max-width: 50%;
  }
  .mbd-kundendossier-customer-adress-detail .v7-dataview .dataview-body table tbody tr td {
    word-break: break-all;
  }
}
.v7-panel.v7-left-right-panel > .col.no-gutters {
  overflow: auto;
  display: flex;
  justify-content: center;
}
.v7-panel.v7-left-right-panel > .col.no-gutters .mat-header-row {
  width: auto;
}
.v7-panel.v7-left-right-panel > .col.no-gutters > .default-fullscreen-content-size,
.v7-panel.v7-left-right-panel > .col.no-gutters .default-content-size,
.v7-panel.v7-left-right-panel > .col.no-gutters .default-tab-content-height {
  height: calc(100vh - 4rem - 2.5rem);
  max-width: 100%;
  width: 100%;
}
.v7-panel.v7-left-right-panel > .col.no-gutters > .default-fullscreen-content-size .default-tab-content-size,
.v7-panel.v7-left-right-panel > .col.no-gutters .default-content-size .default-tab-content-size,
.v7-panel.v7-left-right-panel > .col.no-gutters .default-tab-content-height .default-tab-content-size {
  max-width: 100%;
}

.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: flex;
  position: relative;
  top: 1px;
  background-repeat: no-repeat;
  background-position: center;
}

.mbd-column-selection-hint-label {
  padding-left: 2rem;
  padding-right: 2rem;
}

.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

v7-dynamic-form-control-toggle-component {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
v7-dynamic-form-control-toggle-component v7-angular-form-control-toggle-component {
  display: inline-block;
  width: -moz-fit-content !important;
  width: fit-content !important;
  /*
      TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.
  */
}
v7-dynamic-form-control-toggle-component v7-angular-form-control-toggle-component mat-button-toggle-group {
  width: -moz-fit-content !important;
  width: fit-content !important;
  /*
      TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.
  */
}
v7-dynamic-form-control-toggle-component v7-angular-form-control-toggle-component mat-button-toggle-group mat-button-toggle {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.setnode-buttonbar-menu > .mat-mdc-menu-content > :nth-child(5) {
  display: none;
}

.mbd-fzg-delete-panel {
  padding: 0 0 0 20rem !important;
  justify-content: space-evenly;
}

.fzg-delete-btn-row {
  display: flex;
  justify-content: flex-end;
}

v7-mb-user-information-component {
  border-left: 1px solid white;
  padding-left: 8px;
  align-self: stretch;
  display: flex;
  align-items: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.mbd-scrollable-overlay-panel {
  overflow: auto;
  max-height: 100%;
}

.mbd-form-label {
  padding-bottom: 1rem;
}

.mbd-form-right-padding {
  padding-right: 2rem;
}

.mbd-form-panel-parent {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start !important;
}

.mbd-form-panel-element {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}

.mbd-vertical-form-pair-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.adma-zuordnung-table {
  width: 100vw;
}

.btn-primary {
  background-color: #00ADEF !important;
}
.btn-primary:hover {
  background-color: #0088C6 !important;
}
.btn-primary:active {
  background-color: #0088C6 !important;
}
.btn-primary:focus {
  background-color: #0088C6 !important;
}
.btn-primary:disabled {
  background-color: #4DC6F4 !important;
  opacity: 38%;
  cursor: not-allowed;
}

.btn-kpi {
  background-color: #1F1F1F !important;
}
.btn-kpi:hover {
  background-color: #161616 !important;
}
.btn-kpi:active {
  background-color: #161616 !important;
}
.btn-kpi:focus {
  background-color: #161616 !important;
}
.btn-kpi:disabled {
  background-color: #4C4C4C !important;
  opacity: 38%;
  cursor: not-allowed;
}

/**
* v7-squeeze-panel-component
**/
v7-squeeze-panel-component .mat-expansion-panel .mat-expansion-panel-body {
  padding: 0 0rem 0rem 0rem;
}

v7-dynamic-form-control-single-selection-tree-component {
  display: inline;
}

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: white;
}

/**
* funnel color in selection workflow
**/
.funnel .primeLevel .barContainer .bar {
  background-color: #00ADEF;
}

.funnel .level .barContainer .bar {
  background-color: #00ADEF;
}

/**
* selection workflow: color of navigation path
**/
v7-folder-panel-component .panel-nav .panel-navigation-path:last-child button {
  color: #00ADEF;
}

/**
* WF Berichte diagrams
**/
.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+1) .v7charts-grouped-legend-dot {
  background-color: #00ADEF;
}

.v7charts-grouped-bar-chart-legend .v7charts-grouped-bar-chart-legend-item:nth-child(7n+2) .v7charts-grouped-legend-dot {
  background-color: orangered;
}

.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-bar-group:nth-child(7n+1) {
  fill: #00ADEF;
}

.v7charts-grouped-bar-chart .v7charts-grouped-bar-chart-bar-group:nth-child(7n+2) {
  fill: orangered;
}

.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+1) .v7charts-line-legend-dot {
  background-color: #00ADEF;
}

.v7charts-line-chart-legend .v7charts-line-chart-legend-item:nth-child(7n+2) .v7charts-line-legend-dot {
  background-color: orangered;
}

.v7charts-grouped-line-chart .v7charts-grouped-line-chart-group:nth-child(7n+3) {
  stroke: #00ADEF;
}

.v7charts-grouped-line-chart .v7charts-grouped-line-chart-group:nth-child(7n+4) {
  stroke: orangered;
}

.angular-tree-component .node-wrapper .node-content-wrapper .label-disabled {
  color: #434951;
}

v7-dynamic-form-control-singleselectiontree-tree-component .angular-tree-component .node-content-wrapper {
  color: #434951;
}

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

.expansion-panel-look v7-expand-panel-component {
  padding: 0;
}
.expansion-panel-look v7-expand-panel-component .v7-expand-panel {
  width: 100%;
  background-color: white;
  box-sizing: content-box;
  display: block;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  transition: margin 225ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.expansion-panel-look v7-expand-panel-component .v7-expand-panel .v7-expand-panel-header {
  background-color: #1f1f1f;
  color: #fff;
  cursor: pointer;
  justify-content: space-between;
  overflow: hidden;
  transition: margin 225ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: content-box;
  padding: 1.25rem 2rem 1.125rem 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: inherit;
  position: relative;
  height: 25px;
}
.expansion-panel-look v7-expand-panel-component .v7-expand-panel .v7-expand-panel-header span {
  order: 2;
  font-size: 1.225rem;
  margin: 0.1875rem 0.5rem 0 0;
  display: flex;
  flex-grow: 1;
  margin-right: 16px;
}
.expansion-panel-look v7-expand-panel-component .v7-expand-panel .v7-expand-panel-header .btn {
  order: 1;
  margin: 0.1875rem 0.5rem 0 0;
  height: 24px;
  width: 24px;
}
.expansion-panel-look .v7-button .btn mat-icon {
  margin: 0;
}

v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel {
  border-radius: 4px;
  color: #1f1f1f;
}
v7-mini-squeeze-panel-component.v7-mini-squeeze-panel .mat-expansion-panel .mat-expansion-panel-header:hover {
  background-color: #1f1f1f !important;
}

.expansion-panel-look-diagramfield .mat-expansion-panel-header {
  color: #fff;
  justify-content: space-between;
  overflow: hidden;
  transition: margin 225ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: content-box;
  padding: 1.25rem 2rem 1.125rem 2rem !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: inherit;
  position: relative;
  height: 27px !important;
}
.expansion-panel-look-diagramfield .mat-expansion-panel-header span {
  order: 2;
  font-size: 1.225rem !important;
  display: flex;
  flex-grow: 1;
  margin-right: 16px;
  font-weight: 200 !important;
  margin-bottom: 4px;
}
.expansion-panel-look-diagramfield .mat-expansion-panel-header .mat-icon {
  order: 1 !important;
  margin: 0.35rem 0.5rem 0 0 !important;
  height: 24px;
  width: 30px;
}
.expansion-panel-look-diagramfield .mat-expansion-panel-header:hover {
  background-color: #1f1f1f !important;
}

/**
* dropdown panel background white
**/
.mat-mdc-select-panel {
  background-color: white;
}

/**
* Rollen page
**/
.v7-rollen-page-component {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  background-color: #f5f5f5;
  background: url(/assets/images/login-wallpaper.jpg) 0/cover fixed;
  background-size: cover;
  overflow: auto;
}
.v7-rollen-page-component .rollen-layout {
  height: initial;
  width: 30rem;
  padding: 0rem;
  /*
      TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.
  */
}
.v7-rollen-page-component .rollen-layout .v7-mat-card-login-text {
  padding: 1rem;
}
.v7-rollen-page-component .rollen-layout .buttons-layout {
  display: flex;
  flex-direction: column;
  height: initial;
  width: initial;
  padding-top: 4.8125rem;
  gap: 0;
}
.v7-rollen-page-component .rollen-layout .buttons-layout .btn-adjust {
  color: #30343a !important;
  background-color: #ffffff !important;
  border: solid 0.0625rem #DEDEDE;
  margin: 1rem;
  width: 20rem;
  height: 3rem;
  display: flex;
}
.v7-rollen-page-component .rollen-layout .buttons-layout .btn-adjust .button-div .button-text {
  color: black !important;
}
.v7-rollen-page-component .rollen-layout .buttons-layout .btn-adjust.selected {
  border-color: #00ADEF;
}
.v7-rollen-page-component .rollen-layout .buttons-layout .btn-adjust.selected .button-div .button-text {
  color: black !important;
}
.v7-rollen-page-component .rollen-layout .buttons-layout .button-forward-div {
  width: initial;
  margin: 1rem;
}

/**
* white font in setBuilder
**/
.v7-font-p-strong-white,
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter.highlight .highlight-number {
  color: white;
}

.v7-font-p-small-white,
v7-set-node-component .setnode-child .setnode-tile .setnode-tile-counter.highlight .highlight-unit {
  color: white;
}

.v7-dataview .setnode-child .setnode-tile-counter {
  background-color: #00ADEF !important;
  color: white !important;
}

/**
* Kundensuche Dossier
**/
v7-list-view-component.v7-listview-highlighted th,
v7-list-view-component.v7-listview-highlighted td {
  color: #00ADEF;
}

.mbd-kundendossier-parent-panel .mbd-kundendossier-kundendaten-mainpanel {
  height: calc(100% - 4.485em) !important;
  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 2rem !important;
}

.mbd-kundendossier-gw-parent-panel .mbd-kundendossier-kundendaten-mainpanel {
  height: calc(100% - 4.485em) !important;
  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 2rem !important;
}

/**
* Background datepicker
**/
.mat-datepicker-content .mat-calendar {
  background: white;
}
.mat-datepicker-content .mat-calendar .mat-calendar-header .mat-mdc-icon-button {
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
}

/**
* Background autocomplete-panel
**/
/*
    TODO(mdc-migration): The following rule targets internal classes of autocomplete that may no longer apply for the MDC version.
*/
.mat-autocomplete-panel {
  background: white;
}

/**
* Mainpage datenstände and user
**/
.mat-mdc-icon-button {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  margin: 8px !important;
}

.v7-header v7-label-component.v7-datahold-label {
  order: 3;
  margin-left: 0;
  border-left: 1px solid white;
  padding-left: 8px;
}

/**
* ADMA-Zuordnung styling
**/
.adma-main-page > div:nth-child(2) {
  height: calc(100vh - 4rem);
}
.adma-main-page .adma-builder-parent-top {
  height: auto;
}
.adma-main-page .adma-builder-searchfields {
  background-color: white;
  align-items: flex-start;
}
.adma-main-page .v7-dataview .dataview-body {
  height: calc(100% - 115px) !important;
}
.adma-main-page v7-adma-table-deletable-component {
  width: 100%;
  height: 100%;
}
.adma-main-page v7-adma-table-deletable-component .v7-dataview {
  padding-left: 1.5rem !important;
  padding-right: 2.5rem !important;
  padding-top: 1rem !important;
  padding-bottom: 0.5rem !important;
}
.adma-main-page v7-adma-table-deletable-component .v7-dataview .dataview-header {
  padding: 0 0 1rem 0;
}
.adma-main-page .adma-builder > div:nth-child(1) {
  overflow: auto;
}
.adma-main-page .adma-builder .adma-builder-root {
  height: auto;
}
.adma-main-page v7-top-bottom-panel-component {
  height: 100%;
}
.adma-main-page v7-top-bottom-panel-component .adma-builder {
  height: calc(100% - 64px) !important;
}
.adma-main-page v7-top-bottom-panel-component .adma-builder .adma-builder-parent-top {
  height: calc(100% - 338.35px) !important;
}

.sum-content-size {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  position: absolute;
  padding: 2rem 0 0 2rem;
  bottom: 1rem;
}

.expand-list {
  width: 100%;
}

.collapse-list {
  width: 14rem;
}

/**
* WF Verwalten notification messagebox
**/
.mbd-alertdialog-panel {
  background-color: white;
}

/**
* DSGVO forms
**/
.dsgvo-forms .v7-panel.v7-left-right-panel > .col.no-gutters {
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}

.mbd-kundendossier-dsgvo-buttonpanel v7-button-component .btn-secondary {
  background-color: #00ADEF;
}
.mbd-kundendossier-dsgvo-buttonpanel v7-button-component .btn-secondary:hover {
  background-color: #0088C6 !important;
}
.mbd-kundendossier-dsgvo-buttonpanel v7-button-component .btn-secondary:active {
  background-color: #0088C6 !important;
}
.mbd-kundendossier-dsgvo-buttonpanel v7-button-component .btn-secondary:focus {
  background-color: #0088C6 !important;
}

/**
* calendar styling
**/
.calendar-styling {
  height: 100vh !important;
}

.calendar-styling-inside {
  height: calc(100vh - 64px) !important;
  width: 100% !important;
}
.calendar-styling-inside .v7-dataview .dataview-body {
  height: calc(100% - 4rem);
}
.calendar-styling-inside .v7-dataview .dataview-body .fc-direction-ltr {
  height: 100%;
  width: 100%;
}

/**
* WF Verwalten complete page filled
**/
.verwalten-content-page {
  max-width: 100vw;
}
.verwalten-content-page v7-center-panel-component {
  height: 100%;
}
.verwalten-content-page .verwalten-content-page-inside {
  height: calc(100vh - 6.5rem);
  padding: 2rem;
}
.verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options {
  width: 100%;
  height: calc(100vh - 13rem);
  overflow: auto;
  padding: 0;
  background-color: white;
}
.verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options .v7-font-h2, .news-entry-card .news-entry-title-container .verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options .news-entry-title, v7-chart-component .v7-dataview .dataview-body .verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options .v7-chart-caption, v7-barchart-component .v7-dataview .dataview-body .verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options .v7-chart-caption, v7-linechart-component .v7-dataview .dataview-body .verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options .v7-chart-caption, v7-piechart-component .v7-dataview .dataview-body .verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options .v7-chart-caption, v7-profilechart-component .v7-dataview .dataview-body .verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options .v7-chart-caption, v7-radarchart-component .v7-dataview .dataview-body .verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options .v7-chart-caption, v7-stackchart-component .v7-dataview .dataview-body .verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options .v7-chart-caption, .verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options v7-compass-access-statistics-chart-component .v7-dataview .dataview-body .v7-chart-caption, v7-compass-access-statistics-chart-component .v7-dataview .dataview-body .verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options .v7-chart-caption, .verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .v7-access-statistics-table-view-caption, v7-compass-access-statistics-table-view-component .v7-dataview .dataview-body .verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options .v7-access-statistics-table-view-caption,
.verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options .news-entry-card .news-entry-title-container .news-entry-title,
.verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options v7-chart-component .v7-dataview .dataview-body .v7-chart-caption,
.verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options v7-barchart-component .v7-dataview .dataview-body .v7-chart-caption,
.verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options v7-linechart-component .v7-dataview .dataview-body .v7-chart-caption,
.verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options v7-piechart-component .v7-dataview .dataview-body .v7-chart-caption,
.verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options v7-profilechart-component .v7-dataview .dataview-body .v7-chart-caption,
.verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options v7-radarchart-component .v7-dataview .dataview-body .v7-chart-caption,
.verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options v7-stackchart-component .v7-dataview .dataview-body .v7-chart-caption {
  margin: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.verwalten-content-page .verwalten-content-page-inside .v7-save-dialog-options v7-squeeze-panel-component {
  padding: 1rem;
}

/**
* Datenstand panel
**/
.v7-header .mbd-datenstand-page.order-3 {
  padding-top: 1rem;
  height: 4rem;
}

.kontaktdaten-listview {
  max-width: 275px !important;
  align-self: baseline;
  overflow: hidden;
}
.kontaktdaten-listview th {
  display: none;
}
.kontaktdaten-listview td {
  height: 24px;
}
.kontaktdaten-listview .v7-dataview {
  padding-left: 10px;
  padding-right: 10px;
}
.kontaktdaten-listview .v7-dataview .dataview-body {
  overflow: hidden;
}
.kontaktdaten-listview .v7-dataview .dataview-body table tr {
  white-space: nowrap;
}

.kontaktdaten-listview-gw .v7-dataview {
  padding-top: 0;
  padding-left: 2rem;
  padding-bottom: 1rem;
  padding-right: 2rem;
}
.kontaktdaten-listview-gw th {
  display: none;
}

.kontaktdaten-listview-beschreibung th {
  display: none;
}
.kontaktdaten-listview-beschreibung .v7-dataview {
  padding-top: 0;
  padding-left: 2rem;
  padding-bottom: 0;
  padding-right: 0;
  width: calc(100% - 2rem);
}

.kontaktdaten-listview-name th {
  display: none;
}
.kontaktdaten-listview-name .v7-dataview {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-bottom: 0;
  padding-right: 0;
  width: calc(100% - 2rem);
}

.btn-secondary {
  background-color: #00ADEF !important;
}
.btn-secondary:hover {
  background-color: #0088C6 !important;
}
.btn-secondary:active {
  background-color: #0088C6 !important;
}
.btn-secondary:focus {
  background-color: #0088C6 !important;
}
.btn-secondary:disabled {
  background-color: #4DC6F4 !important;
  opacity: 38%;
  cursor: not-allowed;
}

/**
* Kundendossier Adressstatus
**/
.mbd-kundendossier-adressstatus-form-visible .mbd-kundendossier-panel-dialog-component {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mbd-kundendossier-adressstatus-form-visible .mbd-kundendossier-panel-dialog-component .col-auto {
  width: 15%;
  min-width: 100px;
  display: flex;
  align-items: center;
}
.mbd-kundendossier-adressstatus-form-visible .transmission-dms .col-auto {
  display: flex;
  align-items: flex-start;
}

.mbd-kundendossier-gw-addressstatus-naechster-contact-panel .mbd-kundendossier-panel-dialog-component {
  /*
      TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
  */
}
.mbd-kundendossier-gw-addressstatus-naechster-contact-panel .mbd-kundendossier-panel-dialog-component .col-auto {
  width: 15%;
  min-width: 100px;
}
.mbd-kundendossier-gw-addressstatus-naechster-contact-panel .mbd-kundendossier-panel-dialog-component .mat-form-field-appearance-outline .mat-form-field-wrapper {
  margin: 0 !important;
}

@media only screen and (max-width: 1599px) {
  .mbd-kundendossier-gw-parent-panel > v7-flow-panel-component {
    padding: 0rem 2rem !important;
  }
}
.mbd-kundendossier-gw-parent-panel .mbd-padding-panel-custom .compass-form {
  position: relative;
  padding-left: 0rem;
  padding-right: 0rem;
}

/**
* Kampagnendefinition
**/
.v7-campaign-management-definition {
  height: 100vh !important;
}
.v7-campaign-management-definition v7-top-bottom-panel-component {
  height: calc(100vh - 4rem);
}
.v7-campaign-management-definition v7-collapsible-left-right-panel-component {
  height: calc(100vh - 4rem - 2.5rem);
}
.v7-campaign-management-definition .mbd-campaign-management-definition-page {
  height: 100%;
}
.v7-campaign-management-definition .mbd-campaign-management-definition-page v7-dynamic-form-group-component {
  height: calc(100% - 4rem);
}
.v7-campaign-management-definition .mbd-campaign-management-definition-page v7-dynamic-form-group-component .v7-form-group {
  height: 100%;
}
.v7-campaign-management-definition .mbd-campaign-management-definition-page v7-dynamic-form-group-component .v7-form-group v7-flow-panel-component {
  height: calc(100% - 4rem) !important;
  overflow: auto;
}
.v7-campaign-management-definition .mbd-campaign-management-definition-page v7-dynamic-form-group-component .v7-form-group v7-flow-panel-component .scroll-overflow-hidden {
  overflow: hidden;
}

.mbd-kundendossier-custom-squeezepanel .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body v7-gwmyap-uebersicht-component {
  width: 100% !important;
  height: 100%;
}

.ansprechpartner-dialog v7-left-right-panel-component .col {
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}

/**
* GW Kundensuche
**/
.gw-kundensuche-content-page {
  height: calc(100vh - 4rem - 2.5rem);
}
.gw-kundensuche-content-page .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  height: calc(100vh - 6.5rem);
}
.gw-kundensuche-content-page .col v7-table-view-component {
  height: 100%;
}

/**
* Sales Kundensuche
**/
.sales-kundensuche-content-page {
  height: calc(100vh - 4rem - 2.5rem);
}
.sales-kundensuche-content-page .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  height: calc(100vh - 6.5rem);
}
.sales-kundensuche-content-page .col v7-table-view-component {
  height: 100%;
}

/**
* Service Kundensuche
**/
.service-kundensuche-content-page {
  height: calc(100vh - 4rem - 2.5rem);
}
.service-kundensuche-content-page .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  height: calc(100vh - 6.5rem);
}
.service-kundensuche-content-page .col v7-table-view-component {
  height: 100%;
}

/**
* Datepicker
**/
/*
    TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
*/
.mat-form-field-appearance-outline .mat-form-field-prefix,
.mat-form-field-appearance-outline .mat-form-field-suffix {
  top: 0em !important;
}

/**
* Umkreissuche Map-Chart
**/
.v7charts-map-chart .H_ib .H_ib_body {
  height: 350px;
  width: 600px;
}
.v7charts-map-chart .H_ib .H_ib_body .H_ib_content {
  margin: 0px 32px 0px 0px;
  overflow: auto;
  height: 100%;
}

.H_imprint {
  z-index: 0 !important;
}

/**
* Datenstände
**/
.mbd-datahold-button {
  background-color: white;
}
.mbd-datahold-button .v7-dataview v7-dataview-footer-component {
  visibility: hidden !important;
}

.mat-mdc-menu-panel .mat-mdc-menu-content .mat-focus-indicator {
  background-color: white;
}

.v7-header .order-4 .mat-mdc-icon-button {
  background-color: #1f1f1f;
}
.v7-header .order-4 .mat-mdc-icon-button .mat-icon {
  color: #f5f5f5;
}
.v7-header .order-5 .mat-mdc-icon-button {
  background-color: #1f1f1f;
}
.v7-header .order-5 .mat-mdc-icon-button .mat-icon {
  color: #f5f5f5;
}

.kundendossier-squeeze-panel .mat-expansion-panel .mat-expansion-panel-header {
  padding-left: 24px;
  height: 65px;
}
.kundendossier-squeeze-panel .mat-expansion-panel .mat-expansion-panel-header .mat-icon {
  margin-right: 0px !important;
}
.kundendossier-squeeze-panel .mat-expansion-panel .mat-expansion-panel-header span {
  font-family: "Corporate S" !important;
  color: #30343a !important;
  font-size: 1.225rem;
}

v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .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-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .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-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .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-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-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-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .mat-form-field.formfield:not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .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-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .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-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .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-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .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-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-outline .mat-form-field-thick .mat-form-field-outline-start, v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .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-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .mat-form-field.formfield.mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
}
v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .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-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .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-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .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-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-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-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .mat-form-field:not(.formfield):not(.mat-form-field-should-float) .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .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-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-infix .searchfield {
  margin-top: 0.125rem;
}
v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .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-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-start, v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .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-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-end, v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .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-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-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-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-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 {
  border-radius: 0.125rem 0 0 0.125rem;
}
v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .mat-form-field:not(.formfield).mat-form-field-should-float .mat-form-field-prefix {
  transform: translateY(15%);
  top: 1.5rem;
}
v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline, v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .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-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .mat-form-field {
  max-height: 4.25rem;
  min-width: 18.75rem;
}
v7-dynamic-form-control-simple-dropdown-component v7-angular-form-control-simple-dropdown-component .mat-form-field .mat-select-trigger .mat-select-arrow-wrapper {
  transform: translate(-5%);
}
v7-dynamic-form-control-simple-dropdown-component mat-form-field {
  width: 100%;
}

/**
* Kampagne
**/
.mbd-form-campaign-container-type {
  overflow: hidden;
}

.no-scroll {
  overflow: hidden;
}

/**
* Progress button
**/
.progress-button-color {
  background-color: #00ADEF !important;
  border-color: transparent !important;
}
.progress-button-color:hover {
  background-color: #0088C6 !important;
  border-color: transparent !important;
}
.progress-button-color:disabled {
  background-color: #4DC6F4 !important;
  border-color: transparent !important;
}
.progress-button-color .mat-icon {
  height: 22px;
}

/**
* tooltips
**/
.mat-mdc-tooltip-panel {
  background-color: #00ADEF;
}

/**
* matched substring
**/
.mat-mdc-checkbox .search-color {
  color: #00ADEF;
}

v7-double-slider-component .ngx-slider .ngx-slider-selection {
  background: #00ADEF !important;
}

/**
* notifications
**/
.notification {
  background-color: black;
}

v7-notification-component .notification .buttons .button {
  color: #00ADEF;
}
v7-notification-component .notification .buttons .button :hover {
  color: #0088C6;
}

/**
* kundendossier delete overlay panel
**/
v7-overlay-panel-component .v7-panel .mbd-kundendossier-panel-dialog {
  width: 500px !important;
}

v7-overlay-panel-component .v7-panel .panel-dialog {
  height: auto;
}

/**
* compass
**/
.compass-table-2 .compass-header {
  background-color: #1f1f1f !important;
  border-width: 0 0.0625rem 0 0 !important;
}
.compass-table-2 .compass-header.space {
  background-color: white !important;
}
.compass-table-2 .compass-header .column-caption {
  color: white;
}
.compass-table-2 .leaf {
  background-color: #1f1f1f !important;
}
.compass-table-2 .leaf.space {
  background-color: white !important;
}
.compass-table-2 .leaf .column-caption {
  color: white;
}
.compass-table-2 .header-container {
  align-items: center;
  text-align: center;
  justify-content: center;
}

v7-compass-report-header-2-component {
  min-height: 2.8rem;
}

v7-compass-report-2 .compass-report-header .compass-report-settings {
  visibility: hidden;
}

.datahold-toggle-on svg {
  color: #00ADEF;
}

/**
* spinner
**/
.mat-mdc-progress-spinner circle {
  fill: transparent;
  transform-origin: center;
  transition: stroke-dashoffset 225ms linear;
  stroke: #1f1f1f;
}

.mbd-scrollable-overlay-panel {
  height: 90%;
}

.compass-progress-dialog {
  background-color: white !important;
}

.mbd-kundendossier-fuhrpark v7-list-view1-component .mbd-squeeze-col-center {
  text-align: center !important;
  width: 34.67px;
}

/**
* close-button in searchfields centered
**/
/*
    TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
*/
v7-history-restore-tree-component .v7-history-restore-tree .mat-mdc-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-mdc-icon-button.clear-text-button {
  position: absolute;
  bottom: -1.2rem;
  right: 0;
}

.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-mdc-icon-button,
.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button {
  display: block;
  font-size: inherit;
  width: 2.5em;
  height: 2.5em;
  bottom: 0.2rem;
}

/*
    TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
*/
v7-search-field-selection-element-component .mat-mdc-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-mdc-icon-button.clear-text-button {
  position: absolute;
  bottom: -1.2rem;
  right: 0;
}

/**
* mirror fixes
**/
.berichte-diagrammtyp .mat-icon svg {
  transform: rotate(180deg);
}
.berichte-diagrammtyp .mat-expansion-panel-content {
  padding-left: 15px;
  padding-right: 15px;
}

.berichte-diagrammfeld .mat-expansion-panel-header .mat-icon svg {
  transform: rotate(180deg);
}

.berichte-sortierung .mat-expansion-panel-content {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 1599px) {
  .mbd-kundendossier-parent-panel > v7-left-right-panel-component {
    width: auto !important;
  }
  .mbd-kundendossier-parent-panel > v7-top-bottom-panel-component {
    width: auto !important;
  }
}
v7-rabattgruppentable-component .mbd-kundendossier-rabatttable .mat-expansion-panel .mat-expansion-panel-header {
  height: 65px !important;
}

.mb-init-campaign-container-panel > div:nth-child(2) {
  justify-content: center;
}
.mb-init-campaign-container-panel > div:nth-child(2) v7-flow-panel-component {
  width: auto !important;
}

.mbd-verwalten-edit-category-panel {
  background-color: white;
}

.mbd-kundendossier-fahrzeuguebersicht-overlay-subtable .v7-dataview {
  height: auto;
}

.gw-gwzuordnung {
  height: 100vh;
}
.gw-gwzuordnung > div:nth-child(2) {
  height: calc(100vh - 4rem);
}
.gw-gwzuordnung > div:nth-child(2) v7-top-bottom-panel-component {
  max-height: 100%;
}
.gw-gwzuordnung > div:nth-child(2) v7-top-bottom-panel-component > div:nth-child(1) {
  height: 70%;
}
.gw-gwzuordnung > div:nth-child(2) v7-top-bottom-panel-component > div:nth-child(1) .gw-builder-parent-top > div:nth-child(1) {
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
}
.gw-gwzuordnung > div:nth-child(2) v7-top-bottom-panel-component > div:nth-child(1) .gw-builder-parent-top > div:nth-child(2) {
  height: auto;
}
.gw-gwzuordnung > div:nth-child(2) v7-top-bottom-panel-component > div:nth-child(1) .gw-builder-parent-top > div:nth-child(2) .v7-dataview {
  padding: 1rem 2rem 0rem 2rem;
  height: auto;
}
.gw-gwzuordnung > div:nth-child(2) v7-top-bottom-panel-component > div:nth-child(2) {
  height: 30%;
  overflow: auto;
}
.gw-gwzuordnung .gw-builder-searchfields {
  align-items: flex-start;
}

.header-wiki {
  order: 2;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-left: auto;
}
.header-wiki button {
  background: transparent;
}
.header-wiki button .mat-icon {
  fill: white;
}
.header-wiki .label-and-link-text-button {
  color: white;
  border: none;
}

.v7charts-grouped-line-chart {
  height: 90%;
}

.addDataColumnWidth200px table {
  table-layout: fixed;
}
.addDataColumnWidth200px table tbody > tr:nth-child(2) td div {
  text-align: right;
  padding-right: 30%;
}
.addDataColumnWidth200px table tbody > tr:nth-child(3) td div {
  text-align: right;
  padding-right: 30%;
}
.addDataColumnWidth200px table tbody > tr:nth-child(4) td div {
  text-align: right;
  padding-right: 30%;
}
.addDataColumnWidth200px table tbody > tr:nth-child(5) td div {
  text-align: right;
  padding-right: 30%;
}
.addDataColumnWidth200px table tbody > tr:nth-child(6) td div {
  text-align: right;
  padding-right: 30%;
}

.mbd-kundendossier-rabatttable table tbody tr .cdk-column-Umsatz-VJ-Per---- {
  text-align: left;
  padding-right: 24px;
}
.mbd-kundendossier-rabatttable table tbody tr .cdk-column-Umsatz-GJ-per---- {
  text-align: left;
  padding-right: 24px;
}
.mbd-kundendossier-rabatttable table tbody tr .cdk-column-Differenz---- {
  text-align: left;
}

.instance-of-kontaktberichte .mbd-squeezepanel-kpi-header-parent image {
  filter: brightness(0);
}

.panel-button-bar-hidden {
  visibility: hidden;
}

.adma-zuordnung-erstellen {
  background-color: white;
}

.disable-squeeze-panel-radarchart {
  pointer-events: none;
  opacity: 0.7;
}

.disable-squeeze-panel-piechart {
  pointer-events: none;
  opacity: 0.7;
}

.disable-squeeze-panel {
  pointer-events: none;
  opacity: 0.7;
}

.kontaktberichte-overlay-panel {
  background-color: white;
  padding: 2rem;
}

.kontaktberichte-overlay-style {
  padding-bottom: 10px;
}

.center-table {
  text-align: center;
  margin-left: 25%;
}

.v7-charts-info-table {
  float: left;
  padding-bottom: 32px;
  padding: 10px;
  position: relative;
  width: 70%;
  table-layout: fixed;
  height: auto;
  color: #434951;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  border: 1px solid black;
  border-collapse: collapse;
}
.v7-charts-info-table th,
.v7-charts-info-table td {
  width: 33%;
  text-align: center;
  border: 1px solid black;
  white-space: nowrap;
}

.umkreissuche-standorte-panel {
  padding-bottom: 1rem;
}
.umkreissuche-standorte-panel .mat-expansion-panel .mat-expansion-panel-header {
  background-color: #1F1F1F !important;
  font-family: "Corporate S", Arial, Helvetica, sans-serif !important;
  -webkit-user-select: none;
          user-select: none;
  height: 2.1875rem;
  border: 0.0625rem solid #434951;
  border-radius: 0.125rem;
  cursor: pointer;
  font-size: 0.875rem;
  padding-left: 0.8125rem;
  padding-right: 0rem;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.umkreissuche-standorte-panel .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title {
  margin-right: 0;
  justify-content: space-between;
  color: white;
}
.umkreissuche-standorte-panel .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title .mat-icon {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  order: 2;
}

.single-selection-tree-umkreissuche .mat-tree-node {
  height: auto;
}
.single-selection-tree-umkreissuche .mat-tree-node div {
  text-align: left;
}

.v7-administration-page-component {
  font-family: "Corporate S", sans-serif !important;
}

.v7-administration-page .v7-administration-v7object-admin-panel mat-card {
  background: white;
}
.v7-administration-page .btn-define-campaign-left-menu {
  background: #1f1f1f !important;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
}

.v7-administration-delete-dialog {
  font-family: "Corporate S", sans-serif !important;
}
.v7-administration-delete-dialog .btn {
  font-family: "Corporate S", sans-serif !important;
}

.component-hidden {
  display: none;
}

.dossier-gw-hr-page {
  height: calc(100vh - 6.5rem);
  width: 100vw;
}

.kpi-entity-table .v7-history-pool-table .dataview-body .dataview-caption {
  visibility: hidden;
}
.kpi-entity-table .v7-history-pool-table .dataview-body .dataview-caption:after {
  content: "KPIs";
  visibility: visible;
  display: block;
  position: absolute;
  padding: 5px;
  top: 20px;
  font-family: "Corporate S", Arial, Helvetica, sans-serif;
}
.kpi-entity-table .v7-history-pool-table v7-dataview-footer-component .btn-kpi {
  width: 75px !important;
}
.kpi-entity-table .v7-history-pool-table v7-dataview-footer-component .v7-dataview-right-half {
  visibility: hidden;
}
.kpi-entity-table .v7-history-pool-table v7-dataview-footer-component .v7-dataview-right-half:after {
  content: "KPI(s)";
  visibility: visible;
  display: block;
  position: absolute;
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  padding-bottom: 0.3125rem;
  margin-right: 0.3125rem;
  margin-left: 0.5rem;
  margin-top: -1.2rem;
  right: 0;
}

.mat-expansion-panel-gw-hr-dossier .mat-content {
  order: 2;
  margin-left: 1rem;
}
.mat-expansion-panel-gw-hr-dossier .mat-expansion-panel-content {
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #30343a;
}

.text-and-link-warning-dossier {
  color: red;
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 10px;
}
.text-and-link-warning-dossier .text-and-link-text-button {
  color: red;
  background: none;
  border: none;
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 0;
}

.inline-form {
  flex-direction: row;
  justify-content: space-evenly;
}
.inline-form .btn {
  margin-top: -0.5em !important;
}

.inline-button {
  text-align: left;
}
.inline-button .btn {
  margin-top: -0.5em !important;
}

.table-input-text {
  /*
      TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
  */
}
.table-input-text .mat-form-field-wrapper {
  margin: 0 !important;
}
.table-input-text .mat-form-field-appearance-outline {
  /*
      TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.
  */
}
.table-input-text .mat-form-field-appearance-outline .mat-form-field-wrapper {
  margin: 0;
}
.table-input-text .mat-form-field-appearance-outline .mat-form-field-flex {
  padding: 0 0.75em 0 0.75em;
  margin-top: -0.5em;
  position: relative;
}
.table-input-text .mat-form-field-appearance-outline .mat-form-field-outline {
  display: flex;
  position: absolute;
  top: 0.5em;
  left: 0;
  right: 0;
  bottom: 0.2em;
  pointer-events: none;
  height: 30px;
}
.table-input-text .mat-form-field-infix {
  display: block;
  position: relative;
  flex: auto;
  min-width: 0;
  width: 180px;
  height: 30px;
  border-top-width: 0px;
}

.v7-campaign-management-definition-page .no-button-sidebar-height {
  height: 100vh;
}
.v7-campaign-management-definition-page .joinmatrix-content {
  background-color: white;
  overflow: auto;
  max-height: calc(100vh - 11rem);
}
.v7-campaign-management-definition-page > div:nth-child(2) {
  max-width: none;
  width: calc(100% - 480px);
}

v7-sql-data-source-table-view-component {
  width: 100vw;
}
v7-sql-data-source-table-view-component .default-content-size {
  max-width: none;
  width: 100%;
}
v7-sql-data-source-table-view-component .default-content-size .mat-mdc-table {
  background-color: white;
}

.mat-mdc-dialog-container {
  background-color: white;
}

v7-sql-table-import-component .v7-expand-panel .v7-expand-panel-header {
  background-color: transparent !important;
  font-family: "Corporate S", Arial, Helvetica, sans-serif !important;
}

.top-bottom-panel-handelsregister-funnel {
  height: 100%;
}
.top-bottom-panel-handelsregister-funnel div:nth-child(2) {
  height: 100%;
}
.top-bottom-panel-handelsregister-funnel div:nth-child(2) v7-funnel-component {
  width: 100%;
}

.mat-datepicker-content {
  background-color: white;
}

.ngx-mat-timepicker form .table .tbody tr td .mat-mdc-form-field {
  width: 50px !important;
  max-width: 50px !important;
}

.mat-calendar-body-selected {
  background-color: #dddddd;
}

#campaign-dossier-chart .v7charts-line-chart-legend {
  display: none !important;
}

v7-adma-aufgabe-form-component .mat-mdc-form-field {
  display: inline-block;
  width: 100%;
}

.cdk-global-overlay-wrapper .cdk-overlay-pane {
  overflow: auto;
}

/*
    TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.
*/
.mat-select-panel-wrap {
  flex-basis: 100%;
}

/*
    TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.
*/
.mat-radio-checked .mat-radio-inner-circle {
  background: black;
}

.cookie-dialog {
  position: fixed !important;
  bottom: 5%;
  right: 5%;
}

/*
    TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.
*/
.mat-button-toggle-checked {
  background-color: #00ADEF !important;
}

.repeating-datechooser-selwf .hide-in-selwf {
  display: none;
}

.gwmyap-uebersicht-edit-button {
  margin-top: -10px;
}

.gwmyap-uebersicht-delete-button {
  margin-top: -10px;
}

.fahrzeug-uebersicht-delete-button {
  margin-top: -10px;
}

.dossier-home-btn {
  cursor: pointer;
  background-color: #1f1f1f;
  color: white;
  border: none;
}

.home-btn {
  text-align: start;
  height: 4rem;
  border-left: 1px solid white;
  align-self: center;
  padding-top: 1.2rem;
  padding-left: 1rem;
  margin-left: 10px;
}

.hr-selec-buttons {
  display: flex;
  justify-content: flex-start;
  background: #c2c2c2;
}

.krkindictable {
  width: 100%;
}

v7-krk-indicator-table-component {
  width: 100%;
}

v7-krk-mgmnt-table-component {
  width: 100%;
}

.mbd-form-campaign-container-contactchannels {
  padding-left: 10px;
  align-items: flex-start !important;
}
.mbd-form-campaign-container-contactchannels .kontaktkanäle_label {
  padding-right: 0.5rem;
}
.mbd-form-campaign-container-contactchannels .mat-mdc-checkbox {
  display: inherit;
}

.angular-tree-component .node-wrapper .v7-checkbox, .angular-tree-component .node-wrapper .v7-checkbox-main {
  height: 16px !important;
  width: 16px !important;
  margin-top: 0 !important;
  margin-right: 8px !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.angular-tree-component .node-wrapper .v7-checkbox .mat-mdc-checkbox, .angular-tree-component .node-wrapper .v7-checkbox-main .mat-mdc-checkbox {
  /*
      TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.
  */
  /*
      TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.
  */
}
.angular-tree-component .node-wrapper .v7-checkbox .mat-mdc-checkbox .mat-checkbox-layout, .angular-tree-component .node-wrapper .v7-checkbox-main .mat-mdc-checkbox .mat-checkbox-layout {
  margin: 0 !important;
  /*
      TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.
  */
}
.angular-tree-component .node-wrapper .v7-checkbox .mat-mdc-checkbox .mat-checkbox-layout .mat-checkbox-inner-container, .angular-tree-component .node-wrapper .v7-checkbox-main .mat-mdc-checkbox .mat-checkbox-layout .mat-checkbox-inner-container {
  height: 16px !important;
  width: 16px !important;
}
.angular-tree-component .node-wrapper .node-content-wrapper {
  line-height: 1.5 !important;
}
.angular-tree-component .node-wrapper .node-content-wrapper .entry .mat-icon {
  height: 16px !important;
  width: 16px !important;
}

mat-tree mat-tree-node .mat-mdc-icon-button {
  background: transparent;
}
mat-tree mat-tree-node .mat-mdc-checkbox label {
  margin-bottom: 0rem;
}

div.ng-star-inserted tree-node-collection.ng-star-inserted div.ng-star-inserted tree-node.ng-star-inserted div.tree-node-level-1.tree-node.tree-node-collapsed.ng-star-inserted tree-node-wrapper div.node-wrapper.ng-star-inserted {
  margin-left: 1px;
}
div.ng-star-inserted tree-node-collection.ng-star-inserted div.ng-star-inserted tree-node.ng-star-inserted div.tree-node-level-1.tree-node.tree-node-collapsed.ng-star-inserted tree-node-wrapper div.node-wrapper.ng-star-inserted checkboxtree-node-checkbox.checkbox-width.ng-star-inserted {
  /*
      TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.
  */
}
div.ng-star-inserted tree-node-collection.ng-star-inserted div.ng-star-inserted tree-node.ng-star-inserted div.tree-node-level-1.tree-node.tree-node-collapsed.ng-star-inserted tree-node-wrapper div.node-wrapper.ng-star-inserted checkboxtree-node-checkbox.checkbox-width.ng-star-inserted mat-checkbox.mat-mdc-checkbox.mat-accent.ng-valid.ng-dirty {
  /*
      TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.
  */
}
div.ng-star-inserted tree-node-collection.ng-star-inserted div.ng-star-inserted tree-node.ng-star-inserted div.tree-node-level-1.tree-node.tree-node-collapsed.ng-star-inserted tree-node-wrapper div.node-wrapper.ng-star-inserted checkboxtree-node-checkbox.checkbox-width.ng-star-inserted mat-checkbox.mat-mdc-checkbox.mat-accent.ng-valid.ng-dirty label.mat-checkbox-layout {
  margin-bottom: 0;
}

.v7-dashboard-builder-gw-mb .dataview-body {
  max-height: none !important;
}
.v7-dashboard-builder-gw-mb .dataview-body .v7-dashboard-builder-content {
  width: 100%;
  height: 100%;
}

.mat-card {
  background: white;
}

.v7-header .mat-icon-button {
  width: 20px !important;
  height: 20px !important;
  line-height: 0px !important;
  margin-left: 10px;
  margin-right: 10px;
}

.mat-input-element {
  margin-left: 0rem !important;
}

v7-adma-table-deletable-component * .mat-header-row {
  display: flex;
  justify-content: space-between;
}
v7-adma-table-deletable-component * .mat-row {
  display: flex;
  justify-content: space-between;
}
v7-adma-table-deletable-component * table.cdk-table {
  table-layout: fixed;
}
v7-adma-table-deletable-component * th.cdk-header-cell,
v7-adma-table-deletable-component * td.cdk-cell {
  text-align: center;
  white-space: nowrap;
}
v7-adma-table-deletable-component * th.cdk-header-cell {
  font-weight: bold;
}
v7-adma-table-deletable-component * .admadelete-inline-button {
  margin-left: 90px;
}
v7-adma-table-deletable-component * .cdk-header-row {
  margin-top: 10px;
  border-bottom: 2px solid #1F1F1F;
}
v7-adma-table-deletable-component * .cdk-row {
  border-width: 2px 0px;
  border-style: solid;
  border-color: transparent;
}
v7-adma-table-deletable-component * .cdk-row:hover {
  border-color: rgb(202, 199, 199);
}
v7-adma-table-deletable-component * .cdk-row:nth-child(even) {
  background-color: #FCFCFC;
}
v7-adma-table-deletable-component * .adma-table-startedit-button {
  scale: 80%;
}
v7-adma-table-deletable-component * .adma-table-delete-button {
  scale: 80%;
}

v7-fahrzeug-uebersicht-component .mat-header-row {
  display: flex;
  justify-content: space-between;
}
v7-fahrzeug-uebersicht-component .mat-row {
  display: flex;
  justify-content: space-between;
}
v7-fahrzeug-uebersicht-component .cdk-header-cell {
  text-align: left;
  /* Adjust the text alignment as per your requirement */
}
v7-fahrzeug-uebersicht-component .cdk-cell {
  text-align: left;
}
v7-fahrzeug-uebersicht-component table.cdk-table {
  table-layout: fixed;
}
v7-fahrzeug-uebersicht-component .cdk-row {
  border-width: 2px 0px;
  border-style: solid;
  border-color: transparent;
}
v7-fahrzeug-uebersicht-component .cdk-row:hover {
  border-color: rgb(202, 199, 199);
}
v7-fahrzeug-uebersicht-component .cdk-row:nth-child(even) {
  background-color: #FCFCFC;
}

v7-gwmyap-uebersicht-component .mat-header-row {
  display: flex;
  justify-content: space-between;
}
v7-gwmyap-uebersicht-component .mat-row {
  display: flex;
  justify-content: space-between;
}
v7-gwmyap-uebersicht-component table.cdk-table {
  table-layout: fixed;
}
v7-gwmyap-uebersicht-component th.cdk-header-cell,
v7-gwmyap-uebersicht-component td.cdk-cell {
  text-align: center;
  white-space: nowrap;
}
v7-gwmyap-uebersicht-component th.cdk-header-cell {
  font-weight: bold;
}
v7-gwmyap-uebersicht-component .cdk-header-row {
  margin-top: 10px;
  border-bottom: 2px solid #1F1F1F;
}
v7-gwmyap-uebersicht-component .cdk-row {
  border-width: 2px 0px;
  border-style: solid;
  border-color: transparent;
}
v7-gwmyap-uebersicht-component .cdk-row:hover {
  border-color: rgb(202, 199, 199);
}
v7-gwmyap-uebersicht-component .cdk-row:nth-child(even) {
  background-color: #FCFCFC;
}
v7-gwmyap-uebersicht-component .gwmyap-uebersicht-edit-button {
  scale: 80%;
}
v7-gwmyap-uebersicht-component .gwmyap-uebersicht-delete-button {
  scale: 80%;
}

v7-krk-mgmnt-table-component .mat-header-row {
  display: flex;
  justify-content: space-between;
}
v7-krk-mgmnt-table-component .mat-row {
  display: flex;
  justify-content: space-between;
}
v7-krk-mgmnt-table-component table.cdk-table {
  table-layout: fixed;
}
v7-krk-mgmnt-table-component .cdk-row {
  border-width: 2px 0px;
  border-style: solid;
  border-color: transparent;
}
v7-krk-mgmnt-table-component .cdk-row:hover {
  border-color: rgb(202, 199, 199);
}
v7-krk-mgmnt-table-component .cdk-row:nth-child(even) {
  background-color: #FCFCFC;
}

v7-krk-indicator-table-component .mat-header-row {
  display: flex;
  justify-content: space-between;
}
v7-krk-indicator-table-component .mat-row {
  display: flex;
  justify-content: space-between;
}
v7-krk-indicator-table-component table.cdk-table {
  table-layout: fixed;
}
v7-krk-indicator-table-component .cdk-row {
  border-width: 2px 0px;
  border-style: solid;
  border-color: transparent;
}
v7-krk-indicator-table-component .cdk-row:hover {
  border-color: rgb(202, 199, 199);
}
v7-krk-indicator-table-component .cdk-row:nth-child(even) {
  background-color: #FCFCFC;
}

v7-krkform-component * .controls {
  padding-right: 90px !important;
}

.mat-icon-button {
  background: white;
}

.mat-tooltip {
  background: #00adef;
}

.mat-mdc-checkbox.mat-mdc-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #00adef;
}

v7-dynamic-form-control-checkbox-component {
  padding: 0 4rem 0 0 !important;
}

.cdk-overlay-container .cdk-overlay-pane {
  background: white;
}
.cdk-overlay-container .cdk-overlay-pane .mat-select-panel {
  border-style: groove;
}
.cdk-overlay-container .mat--mdc-tooltip-panel {
  background: none !important;
  border-style: none !important;
}

.mat-checkbox.mat-checkbox-indeterminate .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #00adef;
}

v7-selected-entries-component .selected-entries .chiplist .mat-standard-chip {
  background-color: white !important;
}

v7-repeating-date-chooser-selection-element-component * mat-form-field {
  width: 150px;
}
v7-repeating-date-chooser-selection-element-component * .mat-input-element {
  line-height: 2;
}

v7-besuchsberichte-component * table {
  width: 500px;
}

.mat-radio-checked * .mat-radio-outer-circle {
  border-color: #00adef !important;
}
.mat-radio-checked * .mat-radio-inner-circle {
  background-color: #00adef !important;
}

v7-dqs-mgmnt-component {
  width: 100%;
}

v7-squeeze-panel-kpi-component v7-compass-report-2 {
  height: unset;
}
v7-squeeze-panel-kpi-component v7-compass-report-2 .compass-report-header {
  height: 0;
  display: none;
}
v7-squeeze-panel-kpi-component v7-compass-report-2 .v7-dataview .dataview-body.default-content-size {
  height: unset !important;
}
v7-squeeze-panel-kpi-component v7-compass-report-2 div.dataview-body.default-content-size > div:nth-child(2) {
  height: 0;
  display: none;
}
v7-squeeze-panel-kpi-component v7-compass-report-2 .v7-compass-sheet-container.v7-compass-sheet-display-default {
  height: unset;
}
v7-squeeze-panel-kpi-component .mbd-kundendossier-custom-squeezepanel .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body mat-divider {
  margin: unset !important;
}
v7-squeeze-panel-kpi-component .v7-panel.v7-left-right-panel > .col.no-gutters > .default-fullscreen-content-size,
v7-squeeze-panel-kpi-component .v7-panel.v7-left-right-panel > .col.no-gutters .default-content-size,
v7-squeeze-panel-kpi-component .v7-panel.v7-left-right-panel > .col.no-gutters .default-tab-content-height {
  height: unset !important;
  max-width: 100%;
  width: 100%;
  margin-left: 1.5rem;
}

.mat-checkbox.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #00adef;
}

.mat-calendar-arrow {
  border: none !important;
  width: 10px !important;
  height: 5px !important;
}

ngx-mat-calendar-header .mat-calendar-arrow {
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top-width: 5px !important;
  border-top-style: solid !important;
  width: 0 !important;
  height: 0 !important;
}

ngx-mat-month-view .mat-calendar-body-cell {
  position: relative !important;
}

v7-editable-text-input .mat-input-element:disabled {
  color: #1F1F1F;
}

v7-editable-select .mat-select-disabled .mat-select-value {
  color: #1F1F1F;
}

.v7-administration-page-adminpanel-container v7-default-v7object-administration-panel-component {
  width: calc(100% - 2rem);
}
.v7-administration-page-adminpanel-container v7-default-v7object-administration-panel-component .v7-administration-v7object-admin-panel {
  height: calc(100% - 4rem);
  display: flex;
  flex-direction: column;
}
.v7-administration-page-adminpanel-container v7-default-v7object-administration-panel-component .v7-administration-v7object-admin-panel h2 {
  margin: 0 0 0.5rem 0;
}
.v7-administration-page-adminpanel-container v7-default-v7object-administration-panel-component .v7-administration-v7object-admin-panel .v7-administration-panel-content {
  margin-top: unset;
  flex: 1;
}
.v7-administration-page-adminpanel-container v7-default-v7object-administration-panel-component .v7-administration-v7object-admin-panel .v7-administration-panel-content mat-card {
  max-width: 100%;
  margin: 0 2.5rem 0 0;
  height: 100%;
  flex-direction: column;
  display: flex;
}
.v7-administration-page-adminpanel-container v7-default-v7object-administration-panel-component .v7-administration-v7object-admin-panel .v7-administration-panel-content mat-card > :first-child {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.v7-administration-page-adminpanel-container v7-default-v7object-administration-panel-component .v7-administration-v7object-admin-panel .v7-administration-panel-content mat-card v7object-tree-component {
  flex: 1;
  position: relative;
}
.v7-administration-page-adminpanel-container v7-default-v7object-administration-panel-component .v7-administration-v7object-admin-panel .v7-administration-panel-content mat-card .v7-administration-default-controlbar-component {
  padding: 1rem;
  margin: unset;
}
.v7-administration-page-adminpanel-container v7-default-v7object-administration-panel-component .v7-administration-v7object-admin-panel .v7-administration-panel-content mat-card .v7-administration-v7object-tree {
  overflow: scroll;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
}

v7-news-component .news-mat-card .v7-news-footer {
  position: unset;
  top: unset;
  margin: 0;
  line-height: 0.875rem;
}

.ngx-mat-timepicker form .ngx-mat-timepicker-table .ngx-mat-timepicker-tbody tr td .mat-form-field {
  width: 40px !important;
  max-width: 40px !important;
}

.service-kundensuche-content-page .v7-dataview .dataview-body,
.sales-kundensuche-content-page .v7-dataview .dataview-body,
.gw-kundensuche-content-page .v7-dataview .dataview-body {
  height: auto;
}

v7-set-builder-component .v7-dataview {
  height: auto;
}
v7-set-builder-component #setbuilder-body {
  max-width: 1352px;
}

v7-dynamic-form-control-text-area-component label {
  padding-top: 0.1rem;
}

v7-angular-form-control-datechooser-component .mat-form-field-flex {
  align-items: initial;
}

v7-dynamic-form-control-checkbox-component .mat-checkbox {
  height: initial !important;
}

v7-app-dossier-compass-button-component {
  width: -webkit-fill-available;
}

v7-besuchsberichte-component .container {
  border-radius: 0.5rem;
}
v7-besuchsberichte-component .smiley {
  color: grey;
}
v7-besuchsberichte-component .smiley-selected {
  color: #00adef;
}

.kundenverteilung-map-panel .kundenverteilung-map .dataview-body {
  width: 60rem;
  height: 40rem;
}

v7-adma-aufgabe-form-component .container {
  position: relative;
}
v7-adma-aufgabe-form-component .container .close-adma-icon {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.kampagnendossier-flowpanel v7-left-right-panel-component {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
  padding: 0 1rem 2rem 2rem;
  height: 25rem;
}
.kampagnendossier-flowpanel v7-left-right-panel-component .map-flow-panel {
  background-color: white;
  margin: 0;
  padding: 0;
  height: 100%;
}
.kampagnendossier-flowpanel v7-left-right-panel-component .map-flow-panel > div:first-child {
  width: 83.33333333%;
}
.kampagnendossier-flowpanel v7-left-right-panel-component .map-flow-panel > div:first-child .kundenverteilung-map {
  padding: 0;
  height: 100%;
}
.kampagnendossier-flowpanel v7-left-right-panel-component .map-flow-panel > div:last-child {
  align-items: center;
}
.kampagnendossier-flowpanel v7-left-right-panel-component .map-flow-panel > div:last-child v7-center-panel-component {
  width: initial;
}

v7-krktableview-component .mat-cell .mat-icon {
  font-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
}
v7-krktableview-component .mat-cell .datenpflegerActions {
  display: flex;
  align-items: center;
}

.min-width-50rem {
  min-width: 50rem;
}

.fahrzeugübersicht-overlay .overlay-content {
  min-height: 10rem;
  max-height: 90vh;
}
.fahrzeugübersicht-overlay .overlay-content .panel-dialog {
  padding-bottom: 15px;
}

.v7charts-radar-legend-item {
  display: flex;
  justify-content: space-between;
}

.v7charts-radar-right-half {
  width: calc(100% - 385px);
}

measurement-campaign {
  display: block;
  width: 100%;
  height: calc(100vh - 4rem - 2.5rem);
}

measurement-campaign-left-right {
  display: block;
  height: 100%;
}

basis-formgroup {
  height: calc(100% - 4rem);
}

accesscontrol-formgroup {
  width: 100%;
  overflow: auto;
}

document-upload {
  height: calc(100vh - 4rem - 2.5rem);
  max-width: 100%;
  width: 100%;
}

v7-left-right-panel-component:has(.save-selection-left-right-panel) {
  height: 100%;
}
/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/scss/viz.css?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************/
/*! northdata-frontend V1.196.48 */
@font-face {
    font-family: Icons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.8/themes/default/assets/fonts/icons.eot);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.8/themes/default/assets/fonts/icons.eot#iefix) format("embedded-opentype"), url('icons.d6c0dc765520d2d6.woff2') format("woff2"), url(https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.8/themes/default/assets/fonts/icons.woff) format("woff"), url(https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.8/themes/default/assets/fonts/icons.ttf) format("truetype"), url(https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.8/themes/default/assets/fonts/icons.svg#icons) format("svg");
    text-decoration: inherit;
    text-transform: none
}

.user-select-none {
    -webkit-touch-callout: none;
    cursor: default;
    -webkit-user-select: none;
    user-select: none
}

.axis-text-style {
    fill: rgba(0, 0, 0, .6);
    font-family: inherit;
    font-size: .9em
}

[data-layout=barChart] .domain {
    stroke-width: 2;
    stroke: rgba(0, 0, 0, .6);
    stroke-opacity: .75;
    fill: transparent
}

[data-layout=barChart] .tick text {
    fill: rgba(0, 0, 0, .6) !important;
    font-family: inherit !important;
    font-size: .9em !important
}

[data-layout=barChart] .tick line {
    stroke: rgba(0, 0, 0, .1);
    shape-rendering: crispEdges
}

[data-layout=barChart] rect {
    fill-opacity: .9;
    transition-duration: .25s;
    transition-property: fill;
    transition-timing-function: ease-in-out
}

[data-layout=barChart] rect:hover {
    fill-opacity: 1
}

body>.tooltip {
    background-color: #fff;
    border: 1px solid #1b1c1d;
    padding: .5em;
    white-space: normal;
    width: 25em
}

body>.tooltip.ui.label {
    color: #000;
    font-size: 100%/1.07;
    line-height: 130%
}

body>.tooltip small {
    display: block;
    line-height: 110%;
    margin-bottom: 0;
    margin-top: .1em
}

body>.tooltip span {
    display: inline-block;
    margin: 2px 0
}

body>.tooltip .name {
    margin-right: 1ex
}

body>.tooltip .name:after {
    content: ":"
}

body>.tooltip .note,
body>.tooltip .source {
    display: block
}

body>.tooltip .note:before {
    content: "("
}

body>.tooltip .note:after {
    content: ")"
}

.bizq-divider {
    -webkit-tap-highlight-color: transparent;
    display: table;
    font-size: 130%;
    height: auto;
    line-height: 1;
    margin: 0 0 1em;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap
}

.bizq-divider:after,
.bizq-divider:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    content: "";
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%
}

.bizq-divider:before {
    background-position: right 1em top 50%
}

.bizq-divider:after {
    background-position: left 1em top 50%
}

[data-layout=vita] a {
    fill-opacity: .9;
    cursor: pointer
}

[data-layout=vita] a:hover {
    fill-opacity: 1
}

[data-layout=vita] polygon,
[data-layout=vita] rect {
    fill: rgb(0, 173, 239)
}

[data-layout=vita] polygon.c10,
[data-layout=vita] rect.c10 {
    fill: rgb(0, 173, 239)
}

[data-layout=vita] [data-old=true] polygon,
[data-layout=vita] [data-old=true] rect {
    fill: #888
}

[data-layout=vita] [data-warn=true] polygon,
[data-layout=vita] [data-warn=true] rect {
    fill: #f38b0c
}

[data-layout=vita] .label-text {
    fill: #fff;
    text-anchor: middle
}

[data-layout=vita] .extra.left {
    text-anchor: end;
    transform: translateX(-.3em)
}

[data-layout=vita] .extra.right {
    text-anchor: start;
    transform: translateX(.3em)
}

[data-layout=vita] line.today {
    stroke: #888;
    stroke-width: 2;
    stroke-dasharray: 2 2
}

[data-layout=history],
[data-layout=vita] {
    font-size: .81em
}

[data-layout=history] .tick text,
[data-layout=vita] .tick text {
    fill: rgba(0, 0, 0, .6);
    font-family: inherit;
    font-size: .9em
}

[data-layout=history] .domain,
[data-layout=history] .tick line,
[data-layout=vita] .domain,
[data-layout=vita] .tick line {
    stroke-width: 2;
    stroke: rgba(0, 0, 0, .6);
    stroke-opacity: .75;
    fill: transparent
}

[data-layout=history] .link-layer path[data-highlighted=true],
[data-layout=vita] .link-layer path[data-highlighted=true] {
    stroke-width: 3
}

[data-layout=history] .label-g[data-clickable=true] a,
[data-layout=history] .label-g[data-clickable=true] a text,
[data-layout=history] .label-g a[*|href],
[data-layout=history] .label-g a[*|href] text,
[data-layout=vita] .label-g[data-clickable=true] a,
[data-layout=vita] .label-g[data-clickable=true] a text,
[data-layout=vita] .label-g a[*|href],
[data-layout=vita] .label-g a[*|href] text {
    cursor: pointer
}

[data-layout=history] .label-g text,
[data-layout=vita] .label-g text {
    -webkit-touch-callout: none;
    cursor: default;
    -webkit-user-select: none;
    user-select: none
}

[data-layout=history] .label-g a,
[data-layout=vita] .label-g a {
    cursor: default
}

[data-layout=history] .label-g a rect,
[data-layout=vita] .label-g a rect {
    transition-duration: .25s;
    transition-property: fill;
    transition-timing-function: ease-in-out
}

[data-layout=history] .grid path,
[data-layout=vita] .grid path {
    display: none !important
}

[data-layout=drillDown] .root {
    height: 100%;
    position: relative
}

[data-layout=drillDown] * {
    box-sizing: border-box
}

[data-layout=drillDown] .legends {
    bottom: 0;
    font-size: 90%;
    left: 0;
    padding: 5px 2px 0;
    position: absolute;
    right: 0
}

[data-layout=drillDown] .legends .legend1 {
    font-weight: 700
}

[data-layout=drillDown] .legends .legend3 {
    float: right
}

[data-layout=drillDown] .box-parent {
    bottom: 2em;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

[data-layout=drillDown] .box-parent .box {
    color: #fff;
    font-size: .7rem;
    line-height: 1.2;
    overflow: hidden;
    padding: .3rem;
    position: absolute;
    text-indent: 2px;
    transition-duration: .25s;
    transition-property: all;
    transition-timing-function: ease-in-out
}

[data-layout=drillDown] .box-parent .box .value {
    font-size: .8rem;
    font-weight: 700
}

[data-layout=drillDown] .box-parent .box[data-neg=true] .desc,
[data-layout=drillDown] .box-parent .box[data-neg=true] .value {
    color: pink
}

[data-layout=drillDown] .box-parent .box[data-small=true] .desc,
[data-layout=drillDown] .box-parent .box[data-small=true] .value {
    display: none
}

[data-layout=drillDown] .box-parent.highlighting .box.highlighted {
    opacity: 1
}

[data-layout=drillDown] .box-parent.highlighting .box:hover {
    border: 1px solid #fff;
    transform: scale(1.05);
    z-index: 100
}

[data-layout=dendrogram] svg:hover,
[data-layout=graph] svg:hover {
    overflow-x: visible !important
}

[data-layout=dendrogram] svg .legend line,
[data-layout=graph] svg .legend line {
    stroke: rgb(0, 173, 239);
    stroke-width: 2
}

[data-layout=dendrogram] svg .legend line[data-old=true],
[data-layout=graph] svg .legend line[data-old=true] {
    stroke: #888
}

[data-layout=dendrogram] svg .legend line[data-warn=true],
[data-layout=graph] svg .legend line[data-warn=true] {
    stroke: #f38b0c
}

[data-layout=dendrogram] svg .legend text,
[data-layout=graph] svg .legend text {
    text-anchor: start;
    fill: rgb(0, 173, 239);
    font-size: .5rem;
    font-weight: 400
}

[data-layout=dendrogram] svg .legend text[data-old=true],
[data-layout=graph] svg .legend text[data-old=true] {
    fill: #888
}

[data-layout=dendrogram] svg .legend text[data-warn=true],
[data-layout=graph] svg .legend text[data-warn=true] {
    fill: #f38b0c
}

[data-layout=dendrogram] svg .link .head,
[data-layout=dendrogram] svg .link .line,
[data-layout=dendrogram] svg .link .tail,
[data-layout=graph] svg .link .head,
[data-layout=graph] svg .link .line,
[data-layout=graph] svg .link .tail {
    stroke: rgb(0, 173, 239);
    transition-duration: .25s;
    transition-property: stroke;
    transition-timing-function: ease-in-out
}

[data-layout=dendrogram] svg .link .head,
[data-layout=dendrogram] svg .link .tail,
[data-layout=graph] svg .link .head,
[data-layout=graph] svg .link .tail {
    fill: rgb(0, 173, 239);
    transition-duration: .25s;
    transition-property: fill;
    transition-timing-function: ease-in-out
}

[data-layout=dendrogram] svg .link .desc,
[data-layout=graph] svg .link .desc {
    fill: rgb(0, 173, 239)
}

[data-layout=dendrogram] svg .link:hover .desc,
[data-layout=graph] svg .link:hover .desc {
    fill: #fff
}

[data-layout=dendrogram] svg .link:hover .desc-bg,
[data-layout=graph] svg .link:hover .desc-bg {
    fill: rgb(0, 173, 239);
    opacity: .9
}

[data-layout=dendrogram] svg .link .line,
[data-layout=graph] svg .link .line {
    stroke-width: 3;
    fill: transparent
}

[data-layout=dendrogram] svg .link .desc,
[data-layout=graph] svg .link .desc {
    -webkit-touch-callout: none;
    cursor: default;
    font-size: .7rem;
    opacity: 0;
    -webkit-user-select: none;
    user-select: none
}

[data-layout=dendrogram] svg .link .desc-bg,
[data-layout=graph] svg .link .desc-bg {
    fill: #fff;
    opacity: 0
}

[data-layout=dendrogram] svg .link .head,
[data-layout=dendrogram] svg .link .tail,
[data-layout=graph] svg .link .head,
[data-layout=graph] svg .link .tail {
    display: none
}

[data-layout=dendrogram] svg .link[data-head] .head,
[data-layout=dendrogram] svg .link[data-tail] .tail,
[data-layout=graph] svg .link[data-head] .head,
[data-layout=graph] svg .link[data-tail] .tail {
    display: inherit
}

[data-layout=dendrogram] svg .link[data-old=true] .head,
[data-layout=dendrogram] svg .link[data-old=true] .line,
[data-layout=dendrogram] svg .link[data-old=true] .tail,
[data-layout=graph] svg .link[data-old=true] .head,
[data-layout=graph] svg .link[data-old=true] .line,
[data-layout=graph] svg .link[data-old=true] .tail {
    stroke: #888;
    transition-duration: .25s;
    transition-property: stroke;
    transition-timing-function: ease-in-out
}

[data-layout=dendrogram] svg .link[data-old=true] .head,
[data-layout=dendrogram] svg .link[data-old=true] .tail,
[data-layout=graph] svg .link[data-old=true] .head,
[data-layout=graph] svg .link[data-old=true] .tail {
    fill: #888;
    transition-duration: .25s;
    transition-property: fill;
    transition-timing-function: ease-in-out
}

[data-layout=dendrogram] svg .link[data-old=true] .desc,
[data-layout=graph] svg .link[data-old=true] .desc {
    fill: #888
}

[data-layout=dendrogram] svg .link[data-old=true]:hover .desc,
[data-layout=graph] svg .link[data-old=true]:hover .desc {
    fill: #fff
}

[data-layout=dendrogram] svg .link[data-old=true]:hover .desc-bg,
[data-layout=graph] svg .link[data-old=true]:hover .desc-bg {
    fill: #666;
    opacity: .9
}

[data-layout=dendrogram] svg .link[data-warn=true] .head,
[data-layout=dendrogram] svg .link[data-warn=true] .line,
[data-layout=dendrogram] svg .link[data-warn=true] .tail,
[data-layout=graph] svg .link[data-warn=true] .head,
[data-layout=graph] svg .link[data-warn=true] .line,
[data-layout=graph] svg .link[data-warn=true] .tail {
    stroke: #f38b0c;
    transition-duration: .25s;
    transition-property: stroke;
    transition-timing-function: ease-in-out
}

[data-layout=dendrogram] svg .link[data-warn=true] .head,
[data-layout=dendrogram] svg .link[data-warn=true] .tail,
[data-layout=graph] svg .link[data-warn=true] .head,
[data-layout=graph] svg .link[data-warn=true] .tail {
    fill: #f38b0c;
    transition-duration: .25s;
    transition-property: fill;
    transition-timing-function: ease-in-out
}

[data-layout=dendrogram] svg .link[data-warn=true] .desc,
[data-layout=graph] svg .link[data-warn=true] .desc {
    fill: #f38b0c
}

[data-layout=dendrogram] svg .link[data-warn=true]:hover .desc,
[data-layout=graph] svg .link[data-warn=true]:hover .desc {
    fill: #fff
}

[data-layout=dendrogram] svg .link[data-warn=true]:hover .desc-bg,
[data-layout=graph] svg .link[data-warn=true]:hover .desc-bg {
    fill: #de800d;
    opacity: .9
}

[data-layout=dendrogram] svg .link[data-highlight=node] .line,
[data-layout=dendrogram] svg .link[data-highlight=root] .line,
[data-layout=graph] svg .link[data-highlight=node] .line,
[data-layout=graph] svg .link[data-highlight=root] .line {
    stroke-width: 4
}

[data-layout=dendrogram] svg .link[data-highlight=node] .desc,
[data-layout=dendrogram] svg .link[data-highlight=root] .desc,
[data-layout=graph] svg .link[data-highlight=node] .desc,
[data-layout=graph] svg .link[data-highlight=root] .desc {
    font-weight: 700;
    opacity: 1
}

[data-layout=dendrogram] svg .link[data-highlight=node][data-old=true] .head,
[data-layout=dendrogram] svg .link[data-highlight=node][data-old=true] .line,
[data-layout=dendrogram] svg .link[data-highlight=node][data-old=true] .tail,
[data-layout=dendrogram] svg .link[data-highlight=root][data-old=true] .head,
[data-layout=dendrogram] svg .link[data-highlight=root][data-old=true] .line,
[data-layout=dendrogram] svg .link[data-highlight=root][data-old=true] .tail,
[data-layout=graph] svg .link[data-highlight=node][data-old=true] .head,
[data-layout=graph] svg .link[data-highlight=node][data-old=true] .line,
[data-layout=graph] svg .link[data-highlight=node][data-old=true] .tail,
[data-layout=graph] svg .link[data-highlight=root][data-old=true] .head,
[data-layout=graph] svg .link[data-highlight=root][data-old=true] .line,
[data-layout=graph] svg .link[data-highlight=root][data-old=true] .tail {
    stroke: #666;
    transition-duration: .25s;
    transition-property: stroke;
    transition-timing-function: ease-in-out
}

[data-layout=dendrogram] svg .link[data-highlight=node][data-old=true] .head,
[data-layout=dendrogram] svg .link[data-highlight=node][data-old=true] .tail,
[data-layout=dendrogram] svg .link[data-highlight=root][data-old=true] .head,
[data-layout=dendrogram] svg .link[data-highlight=root][data-old=true] .tail,
[data-layout=graph] svg .link[data-highlight=node][data-old=true] .head,
[data-layout=graph] svg .link[data-highlight=node][data-old=true] .tail,
[data-layout=graph] svg .link[data-highlight=root][data-old=true] .head,
[data-layout=graph] svg .link[data-highlight=root][data-old=true] .tail {
    fill: #666;
    transition-duration: .25s;
    transition-property: fill;
    transition-timing-function: ease-in-out
}

[data-layout=dendrogram] svg .link[data-highlight=node][data-old=true] .desc,
[data-layout=dendrogram] svg .link[data-highlight=root][data-old=true] .desc,
[data-layout=graph] svg .link[data-highlight=node][data-old=true] .desc,
[data-layout=graph] svg .link[data-highlight=root][data-old=true] .desc {
    fill: #666
}

[data-layout=dendrogram] svg .link[data-highlight=node][data-old=true]:hover .desc,
[data-layout=dendrogram] svg .link[data-highlight=root][data-old=true]:hover .desc,
[data-layout=graph] svg .link[data-highlight=node][data-old=true]:hover .desc,
[data-layout=graph] svg .link[data-highlight=root][data-old=true]:hover .desc {
    fill: #fff
}

[data-layout=dendrogram] svg .link[data-highlight=node][data-old=true]:hover .desc-bg,
[data-layout=dendrogram] svg .link[data-highlight=root][data-old=true]:hover .desc-bg,
[data-layout=graph] svg .link[data-highlight=node][data-old=true]:hover .desc-bg,
[data-layout=graph] svg .link[data-highlight=root][data-old=true]:hover .desc-bg {
    fill: #666;
    opacity: .9
}

[data-layout=dendrogram] svg .link[data-highlight=node][data-warn=true] .head,
[data-layout=dendrogram] svg .link[data-highlight=node][data-warn=true] .line,
[data-layout=dendrogram] svg .link[data-highlight=node][data-warn=true] .tail,
[data-layout=dendrogram] svg .link[data-highlight=root][data-warn=true] .head,
[data-layout=dendrogram] svg .link[data-highlight=root][data-warn=true] .line,
[data-layout=dendrogram] svg .link[data-highlight=root][data-warn=true] .tail,
[data-layout=graph] svg .link[data-highlight=node][data-warn=true] .head,
[data-layout=graph] svg .link[data-highlight=node][data-warn=true] .line,
[data-layout=graph] svg .link[data-highlight=node][data-warn=true] .tail,
[data-layout=graph] svg .link[data-highlight=root][data-warn=true] .head,
[data-layout=graph] svg .link[data-highlight=root][data-warn=true] .line,
[data-layout=graph] svg .link[data-highlight=root][data-warn=true] .tail {
    stroke: #de800d;
    transition-duration: .25s;
    transition-property: stroke;
    transition-timing-function: ease-in-out
}

[data-layout=dendrogram] svg .link[data-highlight=node][data-warn=true] .head,
[data-layout=dendrogram] svg .link[data-highlight=node][data-warn=true] .tail,
[data-layout=dendrogram] svg .link[data-highlight=root][data-warn=true] .head,
[data-layout=dendrogram] svg .link[data-highlight=root][data-warn=true] .tail,
[data-layout=graph] svg .link[data-highlight=node][data-warn=true] .head,
[data-layout=graph] svg .link[data-highlight=node][data-warn=true] .tail,
[data-layout=graph] svg .link[data-highlight=root][data-warn=true] .head,
[data-layout=graph] svg .link[data-highlight=root][data-warn=true] .tail {
    fill: #de800d;
    transition-duration: .25s;
    transition-property: fill;
    transition-timing-function: ease-in-out
}

[data-layout=dendrogram] svg .link[data-highlight=node][data-warn=true] .desc,
[data-layout=dendrogram] svg .link[data-highlight=root][data-warn=true] .desc,
[data-layout=graph] svg .link[data-highlight=node][data-warn=true] .desc,
[data-layout=graph] svg .link[data-highlight=root][data-warn=true] .desc {
    fill: #de800d
}

[data-layout=dendrogram] svg .link[data-highlight=node][data-warn=true]:hover .desc,
[data-layout=dendrogram] svg .link[data-highlight=root][data-warn=true]:hover .desc,
[data-layout=graph] svg .link[data-highlight=node][data-warn=true]:hover .desc,
[data-layout=graph] svg .link[data-highlight=root][data-warn=true]:hover .desc {
    fill: #fff
}

[data-layout=dendrogram] svg .link[data-highlight=node][data-warn=true]:hover .desc-bg,
[data-layout=dendrogram] svg .link[data-highlight=root][data-warn=true]:hover .desc-bg,
[data-layout=graph] svg .link[data-highlight=node][data-warn=true]:hover .desc-bg,
[data-layout=graph] svg .link[data-highlight=root][data-warn=true]:hover .desc-bg {
    fill: #de800d;
    opacity: .9
}

[data-layout=dendrogram] svg .link[data-highlight=node] .desc-bg,
[data-layout=dendrogram] svg .link[data-highlight=root] .desc-bg,
[data-layout=graph] svg .link[data-highlight=node] .desc-bg,
[data-layout=graph] svg .link[data-highlight=root] .desc-bg {
    opacity: .9
}

[data-layout=dendrogram] svg .link:hover .line,
[data-layout=graph] svg .link:hover .line {
    stroke-width: 4
}

[data-layout=dendrogram] svg .link:hover .desc,
[data-layout=graph] svg .link:hover .desc {
    font-weight: 700;
    opacity: 1
}

[data-layout=dendrogram] svg .link[data-highlight=root] .head,
[data-layout=dendrogram] svg .link[data-highlight=root] .line,
[data-layout=dendrogram] svg .link[data-highlight=root] .tail,
[data-layout=graph] svg .link[data-highlight=root] .head,
[data-layout=graph] svg .link[data-highlight=root] .line,
[data-layout=graph] svg .link[data-highlight=root] .tail {
    stroke: rgb(0, 173, 239);
    transition-duration: .25s;
    transition-property: stroke;
    transition-timing-function: ease-in-out
}

[data-layout=dendrogram] svg .link[data-highlight=root] .head,
[data-layout=dendrogram] svg .link[data-highlight=root] .tail,
[data-layout=graph] svg .link[data-highlight=root] .head,
[data-layout=graph] svg .link[data-highlight=root] .tail {
    fill: rgb(0, 173, 239);
    transition-duration: .25s;
    transition-property: fill;
    transition-timing-function: ease-in-out
}

[data-layout=dendrogram] svg .link[data-highlight=root] .desc,
[data-layout=graph] svg .link[data-highlight=root] .desc {
    fill: rgb(0, 173, 239)
}

[data-layout=dendrogram] svg .link[data-highlight=root]:hover .desc,
[data-layout=graph] svg .link[data-highlight=root]:hover .desc {
    fill: #fff
}

[data-layout=dendrogram] svg .link[data-highlight=root]:hover .desc-bg,
[data-layout=graph] svg .link[data-highlight=root]:hover .desc-bg {
    fill: rgb(0, 173, 239);
    opacity: .9
}

[data-layout=dendrogram] svg .link[data-highlight=node] .head,
[data-layout=dendrogram] svg .link[data-highlight=node] .line,
[data-layout=dendrogram] svg .link[data-highlight=node] .tail,
[data-layout=graph] svg .link[data-highlight=node] .head,
[data-layout=graph] svg .link[data-highlight=node] .line,
[data-layout=graph] svg .link[data-highlight=node] .tail {
    stroke: rgb(0, 173, 239);
    transition-duration: .25s;
    transition-property: stroke;
    transition-timing-function: ease-in-out
}

[data-layout=dendrogram] svg .link[data-highlight=node] .head,
[data-layout=dendrogram] svg .link[data-highlight=node] .tail,
[data-layout=graph] svg .link[data-highlight=node] .head,
[data-layout=graph] svg .link[data-highlight=node] .tail {
    fill: rgb(0, 173, 239);
    transition-duration: .25s;
    transition-property: fill;
    transition-timing-function: ease-in-out
}

[data-layout=dendrogram] svg .link[data-highlight=node] .desc,
[data-layout=graph] svg .link[data-highlight=node] .desc {
    fill: rgb(0, 173, 239)
}

[data-layout=dendrogram] svg .link[data-highlight=node]:hover .desc,
[data-layout=graph] svg .link[data-highlight=node]:hover .desc {
    fill: #fff
}

[data-layout=dendrogram] svg .link[data-highlight=node]:hover .desc-bg,
[data-layout=graph] svg .link[data-highlight=node]:hover .desc-bg {
    fill: rgb(0, 173, 239);
    opacity: .9
}

[data-layout=dendrogram] svg .link[data-helper],
[data-layout=graph] svg .link[data-helper] {
    display: none
}

[data-layout=dendrogram] svg a.node,
[data-layout=graph] svg a.node {
    cursor: default
}

[data-layout=dendrogram] svg a.node[*|href],
[data-layout=dendrogram] svg a.node[*|href] text,
[data-layout=dendrogram] svg a[data-clickable=true],
[data-layout=dendrogram] svg a[data-clickable=true] text,
[data-layout=graph] svg a.node[*|href],
[data-layout=graph] svg a.node[*|href] text,
[data-layout=graph] svg a[data-clickable=true],
[data-layout=graph] svg a[data-clickable=true] text {
    cursor: pointer
}

[data-layout=dendrogram] svg .node .text,
[data-layout=dendrogram] svg .node .text-bg,
[data-layout=graph] svg .node .text,
[data-layout=graph] svg .node .text-bg {
    text-anchor: middle;
    font-size: .5rem;
    transform: translateY(36px)
}

[data-layout=dendrogram] svg .node .icon,
[data-layout=graph] svg .node .icon {
    text-anchor: middle;
    fill: #fff;
    font-family: Icons;
    font-size: 1.4rem;
    transform: translateY(7px)
}

[data-layout=dendrogram] svg .node .text,
[data-layout=dendrogram] svg .node circle,
[data-layout=graph] svg .node .text,
[data-layout=graph] svg .node circle {
    fill: rgb(0, 173, 239)
}

[data-layout=dendrogram] svg .node .text-bg,
[data-layout=graph] svg .node .text-bg {
    fill: rgb(0, 173, 239);
    opacity: 0
}

[data-layout=dendrogram] svg .node .text,
[data-layout=dendrogram] svg .node .text-bg,
[data-layout=dendrogram] svg .node circle,
[data-layout=graph] svg .node .text,
[data-layout=graph] svg .node .text-bg,
[data-layout=graph] svg .node circle {
    transition-duration: 0s;
    transition-property: fill, opacity;
    transition-timing-function: ease-out
}

[data-layout=dendrogram] svg .node:hover circle,
[data-layout=graph] svg .node:hover circle {
    fill: rgb(0, 173, 239)
}

[data-layout=dendrogram] svg .node:hover .text,
[data-layout=graph] svg .node:hover .text {
    fill: #fff
}

[data-layout=dendrogram] svg .node:hover .text-bg,
[data-layout=graph] svg .node:hover .text-bg {
    fill: rgb(0, 173, 239);
    opacity: 1
}

[data-layout=dendrogram] svg .node[data-old=true] .text,
[data-layout=dendrogram] svg .node[data-old=true] circle,
[data-layout=graph] svg .node[data-old=true] .text,
[data-layout=graph] svg .node[data-old=true] circle {
    fill: #888
}

[data-layout=dendrogram] svg .node[data-old=true] .text-bg,
[data-layout=graph] svg .node[data-old=true] .text-bg {
    fill: #888;
    opacity: 0
}

[data-layout=dendrogram] svg .node[data-old=true] .text,
[data-layout=dendrogram] svg .node[data-old=true] .text-bg,
[data-layout=dendrogram] svg .node[data-old=true] circle,
[data-layout=graph] svg .node[data-old=true] .text,
[data-layout=graph] svg .node[data-old=true] .text-bg,
[data-layout=graph] svg .node[data-old=true] circle {
    transition-duration: 0s;
    transition-property: fill, opacity;
    transition-timing-function: ease-out
}

[data-layout=dendrogram] svg .node[data-old=true]:hover circle,
[data-layout=graph] svg .node[data-old=true]:hover circle {
    fill: #666
}

[data-layout=dendrogram] svg .node[data-old=true]:hover .text,
[data-layout=graph] svg .node[data-old=true]:hover .text {
    fill: #fff
}

[data-layout=dendrogram] svg .node[data-old=true]:hover .text-bg,
[data-layout=graph] svg .node[data-old=true]:hover .text-bg {
    fill: #666;
    opacity: 1
}

[data-layout=dendrogram] svg .node circle[data-warn],
[data-layout=dendrogram] svg .node circle[data-warn]:hover,
[data-layout=graph] svg .node circle[data-warn],
[data-layout=graph] svg .node circle[data-warn]:hover {
    fill: #fff !important
}

[data-layout=dendrogram] svg .node text[data-warn],
[data-layout=graph] svg .node text[data-warn] {
    fill: #f38b0c;
    stroke: #d3d3d3;
    stroke-width: 1;
    transform: translate(20px, -15px)
}

[data-layout=dendrogram] svg .node text[data-warn]:hover,
[data-layout=graph] svg .node text[data-warn]:hover {
    fill: #de800d
}

[data-layout=dendrogram] svg .node[data-root=true] .text,
[data-layout=graph] svg .node[data-root=true] .text {
    font-weight: 700
}

[data-layout=dendrogram] svg .node[data-root=true] .text,
[data-layout=dendrogram] svg .node[data-root=true] circle,
[data-layout=graph] svg .node[data-root=true] .text,
[data-layout=graph] svg .node[data-root=true] circle {
    fill: rgb(0, 173, 239)
}

[data-layout=dendrogram] svg .node[data-root=true] .text-bg,
[data-layout=graph] svg .node[data-root=true] .text-bg {
    fill: rgb(0, 173, 239);
    opacity: 0
}

[data-layout=dendrogram] svg .node[data-root=true] .text,
[data-layout=dendrogram] svg .node[data-root=true] .text-bg,
[data-layout=dendrogram] svg .node[data-root=true] circle,
[data-layout=graph] svg .node[data-root=true] .text,
[data-layout=graph] svg .node[data-root=true] .text-bg,
[data-layout=graph] svg .node[data-root=true] circle {
    transition-duration: 0s;
    transition-property: fill, opacity;
    transition-timing-function: ease-out
}

[data-layout=dendrogram] svg .node[data-root=true]:hover circle,
[data-layout=graph] svg .node[data-root=true]:hover circle {
    fill: rgb(0, 173, 239)
}

[data-layout=dendrogram] svg .node[data-root=true]:hover .text,
[data-layout=graph] svg .node[data-root=true]:hover .text {
    fill: #fff
}

[data-layout=dendrogram] svg .node[data-root=true]:hover .text-bg,
[data-layout=graph] svg .node[data-root=true]:hover .text-bg {
    fill: rgb(0, 173, 239);
    opacity: 1
}

[data-layout=dendrogram] svg[data-dense=true] .link,
[data-layout=graph] svg[data-dense=true] .link {
    stroke-width: 1
}

[data-layout=dendrogram] svg[data-dense=true] .node[data-leaf=true] circle,
[data-layout=graph] svg[data-dense=true] .node[data-leaf=true] circle {
    display: none
}

[data-layout=dendrogram] svg[data-dense=true] .node[data-leaf=true] .text,
[data-layout=dendrogram] svg[data-dense=true] .node[data-leaf=true] .text-bg,
[data-layout=graph] svg[data-dense=true] .node[data-leaf=true] .text,
[data-layout=graph] svg[data-dense=true] .node[data-leaf=true] .text-bg {
    text-anchor: start;
    transform: translateY(3px) translateX(25px)
}

[data-layout=dendrogram] svg[data-dense=true] .node[data-leaf=true] .icon,
[data-layout=graph] svg[data-dense=true] .node[data-leaf=true] .icon {
    text-anchor: start;
    fill: rgb(0, 173, 239);
    font-size: 1rem;
    transform: translateY(4px) translateX(6px)
}

[data-layout=dendrogram] svg[data-dense=true] .node[data-leaf=true][data-old=true] .icon,
[data-layout=graph] svg[data-dense=true] .node[data-leaf=true][data-old=true] .icon {
    fill: #888
}

[data-layout=dendrogram] svg[data-dense=true] .node[data-leaf=true][data-warn=true] .icon,
[data-layout=graph] svg[data-dense=true] .node[data-leaf=true][data-warn=true] .icon {
    fill: #f38b0c
}

[data-layout=pubTable],
[data-layout=searchResults] {
    padding: 1em
}

[data-layout=pubTable] h2,
[data-layout=searchResults] h2 {
    font-size: 115%;
    margin-bottom: 0;
    margin-top: 0
}

[data-layout=pubTable] h2 a,
[data-layout=searchResults] h2 a {
    text-decoration: none
}

[data-layout=pubTable] ul.search-results,
[data-layout=searchResults] ul.search-results {
    list-style-type: none;
    margin: 0 0 .5em;
    padding-left: 0
}

[data-layout=pubTable] ul.search-results li.search-result,
[data-layout=searchResults] ul.search-results li.search-result {
    padding-left: 0
}

[data-layout=pubTable] ul.search-results li.search-result .icon,
[data-layout=searchResults] ul.search-results li.search-result .icon {
    display: block;
    float: left;
    font-size: 150%;
    margin-right: 1ex;
    margin-top: .1em
}

[data-layout=pubTable] .more,
[data-layout=searchResults] .more {
    margin-top: 1em
}

[data-layout=pubTable] .more a:not(:empty):after,
[data-layout=searchResults] .more a:not(:empty):after {
    content: "►";
    margin-left: .15em
}

[data-layout=pubTable] .icon,
[data-layout=searchResults] .icon {
    font-family: Icons;
    font-weight: 400
}

[data-layout=pubTable] .pub,
[data-layout=pubTable] .search-result,
[data-layout=searchResults] .pub,
[data-layout=searchResults] .search-result {
    padding: .5em;
    transition-duration: .25s;
    transition-property: all;
    transition-timing-function: ease-in-out
}

[data-layout=pubTable] .pub .icon,
[data-layout=searchResults] .pub .icon {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 1.2em
}

[data-layout=pubTable] .pub .date,
[data-layout=searchResults] .pub .date {
    margin-left: .5em;
    margin-right: .5em
}

[data-layout=pubTable] .pub .text,
[data-layout=searchResults] .pub .text {
    margin-top: .5em
}

[data-layout=pubTable] .pub .text .lead,
[data-layout=searchResults] .pub .text .lead {
    font-weight: 700;
    text-decoration: underline
}

[data-layout=pubTable] .pub .text .company,
[data-layout=pubTable] .pub .text .person,
[data-layout=searchResults] .pub .text .company,
[data-layout=searchResults] .pub .text .person {
    font-weight: 700
}

[data-layout=pubTable] .pub .text address,
[data-layout=searchResults] .pub .text address {
    display: inline
}

[data-layout=pubTable] .pub h2 a:after,
[data-layout=searchResults] .pub h2 a:after {
    content: "►";
    font-size: 75%;
    margin-left: .15em
}

[data-layout=pubTable] .pub .text,
[data-layout=searchResults] .pub .text {
    display: none
}

[data-layout=pubTable] .pub.expanded h2 a:after,
[data-layout=searchResults] .pub.expanded h2 a:after {
    content: "▼"
}

[data-layout=pubTable] .pub.expanded .text,
[data-layout=searchResults] .pub.expanded .text {
    display: inherit
}

.snippets .snippet h4 {
    margin: 0
}

.snippets .snippet table td,
.snippets .snippet table th {
    padding: 0 .5em 0 0
}

.snippets .snippet table td p,
.snippets .snippet table th p {
    margin: 0;
    padding: 0
}

[data-layout=sheet] .ui.bizq.table tbody tr td:not(:first-child) {
    text-align: right
}

[data-layout=sheet] .ui.bizq.table tbody tr td:first-child {
    min-width: 20em
}

[data-layout=financials] .ui.bizq.table tbody tr td:first-child {
    min-width: 12em
}

[data-layout=financials] thead th:first-child {
    text-transform: uppercase
}

[data-layout=financials] a[download],
[data-layout=sheet] a[download] {
    float: right
}

[data-layout=financials] a[download] .icon.download,
[data-layout=sheet] a[download] .icon.download {
    font-family: Icons;
    font-size: 1.3em
}

[data-layout=financials] a[download] .icon.download:before,
[data-layout=sheet] a[download] .icon.download:before {
    content: "\f019";
    font-style: normal;
    font-weight: 400
}

[data-layout=financials] .note,
[data-layout=sheet] .note {
    display: block;
    white-space: normal !important
}

[data-layout=financials] .note:before,
[data-layout=sheet] .note:before {
    content: "("
}

[data-layout=financials] .note:after,
[data-layout=sheet] .note:after {
    content: ")"
}

[data-layout=financials] .ui.bizq.table .hidden,
[data-layout=sheet] .ui.bizq.table .hidden {
    display: none
}

[data-layout=financials] .ui.bizq.table tfoot,
[data-layout=financials] .ui.bizq.table thead,
[data-layout=sheet] .ui.bizq.table tfoot,
[data-layout=sheet] .ui.bizq.table thead {
    text-align: center
}

[data-layout=financials] .ui.bizq.table tfoot th:first-child,
[data-layout=financials] .ui.bizq.table thead th:first-child,
[data-layout=sheet] .ui.bizq.table tfoot th:first-child,
[data-layout=sheet] .ui.bizq.table thead th:first-child {
    text-align: left
}

[data-layout=financials] .ui.bizq.table tfoot th:not(:first-child),
[data-layout=sheet] .ui.bizq.table tfoot th:not(:first-child) {
    font-size: 95%
}

[data-layout=financials] .ui.bizq.table tbody .closed,
[data-layout=financials] .ui.bizq.table tbody .expanded,
[data-layout=sheet] .ui.bizq.table tbody .closed,
[data-layout=sheet] .ui.bizq.table tbody .expanded {
    cursor: default
}

[data-layout=financials] .ui.bizq.table tbody .closed[data-child-count],
[data-layout=financials] .ui.bizq.table tbody .expanded[data-child-count],
[data-layout=sheet] .ui.bizq.table tbody .closed[data-child-count],
[data-layout=sheet] .ui.bizq.table tbody .expanded[data-child-count] {
    cursor: pointer
}

[data-layout=financials] .ui.bizq.table tbody .closed td:first-child:after,
[data-layout=financials] .ui.bizq.table tbody .expanded td:first-child:after,
[data-layout=sheet] .ui.bizq.table tbody .closed td:first-child:after,
[data-layout=sheet] .ui.bizq.table tbody .expanded td:first-child:after {
    font-size: 75%;
    margin-left: .25em
}

[data-layout=financials] .ui.bizq.table tbody .closed[data-child-count] td:first-child:after,
[data-layout=sheet] .ui.bizq.table tbody .closed[data-child-count] td:first-child:after {
    content: "►"
}

[data-layout=financials] .ui.bizq.table tbody .expanded[data-child-count] td:first-child:after,
[data-layout=sheet] .ui.bizq.table tbody .expanded[data-child-count] td:first-child:after {
    content: "▼"
}

[data-layout=financials] .ui.bizq.table tbody tr,
[data-layout=sheet] .ui.bizq.table tbody tr {
    cursor: default
}

[data-layout=financials] .ui.bizq.table tbody tr td,
[data-layout=sheet] .ui.bizq.table tbody tr td {
    white-space: nowrap
}

[data-layout=financials] .ui.bizq.table tbody tr td .auditor,
[data-layout=sheet] .ui.bizq.table tbody tr td .auditor {
    white-space: normal
}

[data-layout=financials] .ui.bizq.table tbody tr td:first-child,
[data-layout=sheet] .ui.bizq.table tbody tr td:first-child {
    text-align: left;
    white-space: normal
}

[data-layout=financials] .ui.bizq.table tbody tr[data-level="0"] td:first-child,
[data-layout=sheet] .ui.bizq.table tbody tr[data-level="0"] td:first-child {
    font-weight: 700
}

[data-layout=financials] .ui.bizq.table tbody tr[data-level="2"] td:first-child,
[data-layout=sheet] .ui.bizq.table tbody tr[data-level="2"] td:first-child {
    padding-left: 1.5em
}

[data-layout=financials] .ui.bizq.table tbody tr[data-level="3"] td:first-child,
[data-layout=sheet] .ui.bizq.table tbody tr[data-level="3"] td:first-child {
    padding-left: 3em
}

[data-layout=financials] .ui.bizq.table tbody tr[data-level="4"] td:first-child,
[data-layout=sheet] .ui.bizq.table tbody tr[data-level="4"] td:first-child {
    padding-left: 4.5em
}

[data-layout=financials] .ui.bizq.table tbody tr[data-level="5"] td:first-child,
[data-layout=sheet] .ui.bizq.table tbody tr[data-level="5"] td:first-child {
    padding-left: 6em
}

[data-layout=financials] .ui.bizq.table tbody tr[data-summary=true] td,
[data-layout=sheet] .ui.bizq.table tbody tr[data-summary=true] td {
    border-top-width: 3px
}

[data-layout=financials] .ui.bizq.table tbody tr[data-summary=true] td:first-child,
[data-layout=sheet] .ui.bizq.table tbody tr[data-summary=true] td:first-child {
    font-weight: 700
}
