﻿@charset "UTF-8";
/*

$tag-hover-background-color: #5A5A5A;
$tag-background-color: #8A8A8A;
$tag-color: #FFF;
$info-box-background-color: #fff;
$light-grey-text-color: $p-dark-gray;

//$header-color: #494748;
$general-font-color: #494748;
$icon-color: #6D6D6D;
$list-item-color: #ABABAB;
$list-circle-color: #F5487C;
$link-hover: #C0315C;
$tile-background: #F9F9F9;

$very-good-cell-background: #D3EBD6;
$good-cell-background: #D3EBD6;
$neutral-cell-background: #EFEFEF;
$bad-cell-background: #FFEED5;
$very-bad-cell-background: #FFD3DA;

$very-good-cell-color: #208438;
$good-cell-color: #0DB935;
$neutral-cell-color: #494748;
$bad-cell-color: #FFA724;
$very-bad-cell-color: #FF2C4F;
//$potential-score-color: #FABDCF;
$current-score-color: #DEDEDE;
//$last-stage-line-color: #6D6D6D;

$input-addon-background: #C1C1C1;

..$circle-inner-color: #FABFD8;

$color-menu: #C0315C;
$color-top-button: #388281;
$page-background: #F5F5F5;
$page-darker-background: #E6E6E6;

$white-background: white;

*/
/*@import "colors-test.scss";*/
/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
@import url(../../../lib/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css);
@import url(../../../lib/bootstrap-spinedit/css/bootstrap-spinedit.css);
@import url(../../../lib/alertify/themes/alertify.core.css);
@import url(../../../lib/alertify-bootstrap-3/alertify.bootstrap3.css);
@import url(../../../lib/jquery-typeahead/dist/jquery.typeahead.min.css);
@import url(../../../lib/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css);
@import url(../../../lib/bootstrap-spinedit/css/bootstrap-spinedit.css);
@import url(../../../lib/alertify/themes/alertify.core.css);
@import url(../../../lib/alertify-bootstrap-3/alertify.bootstrap3.css);
@import url(../../../lib/jquery-typeahead/dist/jquery.typeahead.min.css);
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*$fa-font-path: "/lib/@fortawesome/fontawesome-free/webfonts"; //override default fontawesome path.*/
/*$font-size-base: 14px !default;*/
/*.btn-default {
    @include button-variant($btn-default-color, $btn-default-bg, $btn-default-border);
}

.btn-primary {
    @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
}
// Success appears as green
.btn-success {
    @include button-variant($btn-success-color, $btn-success-bg, $btn-success-border);
}
// Info appears as blue-green
.btn-info {
    @include button-variant($btn-info-color, $btn-info-bg, $btn-info-border);
}
// Warning appears as orange
.btn-warning {
    @include button-variant($btn-warning-color, $btn-warning-bg, $btn-warning-border);
}
// Danger and error appear as red
.btn-danger {
    @include button-variant($btn-danger-color, $btn-danger-bg, $btn-danger-border);
}*/
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: orange;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace; }

*,
*::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(59, 59, 59, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: .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: -.25em; }

sup {
  top: -.5em; }

a {
  color: orange;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #b37400;
    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: Menlo, Monaco, Consolas, "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: .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; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(59, 59, 59, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.4rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.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, .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .form-group.conclusion, .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.33333%;
  max-width: 33.33333%; }

.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.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12, .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .form-group.conclusion {
    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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table, form .horizontal-subform table, .grid {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th, form .horizontal-subform table th, .grid th,
  .table td, form .horizontal-subform table td, .grid td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #EDEDED; }
  .table thead th, form .horizontal-subform table thead th, .grid thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #EDEDED; }
  .table tbody + tbody, form .horizontal-subform table tbody + tbody, .grid tbody + tbody {
    border-top: 2px solid #EDEDED; }

.table-sm th, form .horizontal-subform table th,
.table-sm td, form .horizontal-subform table td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #EDEDED; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #EDEDED; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(59, 59, 59, 0.05); }

.table-hover tbody tr:hover, .grid tbody tr:hover {
  color: #212529;
  background-color: #F8E5E9; }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ffe6b8; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ffd07a; }

.table-hover .table-primary:hover, .grid .table-primary:hover {
  background-color: #ffdd9f; }
  .table-hover .table-primary:hover > td, .grid .table-primary:hover > td,
  .table-hover .table-primary:hover > th, .grid .table-primary:hover > th {
    background-color: #ffdd9f; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover, .grid .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td, .grid .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th, .grid .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover, .grid .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td, .grid .table-success:hover > td,
  .table-hover .table-success:hover > th, .grid .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover, .grid .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td, .grid .table-info:hover > td,
  .table-hover .table-info:hover > th, .grid .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover, .grid .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td, .grid .table-warning:hover > td,
  .table-hover .table-warning:hover > th, .grid .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover, .grid .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td, .grid .table-danger:hover > td,
  .table-hover .table-danger:hover > th, .grid .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover, .grid .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td, .grid .table-light:hover > td,
  .table-hover .table-light:hover > th, .grid .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover, .grid .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td, .grid .table-dark:hover > td,
  .table-hover .table-dark:hover > th, .grid .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #F8E5E9; }

.table-hover .table-active:hover, .grid .table-active:hover {
  background-color: #f3d1d8; }
  .table-hover .table-active:hover > td, .grid .table-active:hover > td,
  .table-hover .table-active:hover > th, .grid .table-active:hover > th {
    background-color: #f3d1d8; }

.table .thead-dark th, form .horizontal-subform table .thead-dark th, .grid .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th, form .horizontal-subform table .thead-light th, .grid .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #EDEDED; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover, .table-dark.grid tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive, form .horizontal-subform table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered, form .horizontal-subform table > .table-bordered {
    border: 0; }

.form-control, *[data-control=collapsible-checkboxes] .textbox {
  display: block;
  width: 100%;
  height: calc(1.42857em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, *[data-control=collapsible-checkboxes] .textbox {
      transition: none; } }
  .form-control::-ms-expand, *[data-control=collapsible-checkboxes] .textbox::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring, *[data-control=collapsible-checkboxes] .textbox:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #555555; }
  .form-control:focus, *[data-control=collapsible-checkboxes] .textbox:focus {
    color: #555555;
    background-color: #fff;
    border-color: #8cb8df;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25); }
  .form-control::placeholder, *[data-control=collapsible-checkboxes] .textbox::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, *[data-control=collapsible-checkboxes] .textbox:disabled, .form-control[readonly], *[data-control=collapsible-checkboxes] [readonly].textbox {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control, *[data-control=collapsible-checkboxes] input[type="date"].textbox,
input[type="time"].form-control,
*[data-control=collapsible-checkboxes] input[type="time"].textbox,
input[type="datetime-local"].form-control,
*[data-control=collapsible-checkboxes] input[type="datetime-local"].textbox,
input[type="month"].form-control,
*[data-control=collapsible-checkboxes] input[type="month"].textbox {
  appearance: none; }

select.form-control:focus::-ms-value, *[data-control=collapsible-checkboxes] select.textbox:focus::-ms-value {
  color: #555555;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.42857; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.42857;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], *[data-control=collapsible-checkboxes] select[size].textbox, select.form-control[multiple], *[data-control=collapsible-checkboxes] select[multiple].textbox {
  height: auto; }

textarea.form-control, *[data-control=collapsible-checkboxes] textarea.textbox {
  height: auto; }

.form-group {
  margin-bottom: 15px; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.4rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .was-validated *[data-control=collapsible-checkboxes] .textbox:valid, *[data-control=collapsible-checkboxes] .was-validated .textbox:valid, .form-control.is-valid, *[data-control=collapsible-checkboxes] .is-valid.textbox {
  border-color: #28a745;
  padding-right: calc(1.42857em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35714em + 0.1875rem) center;
  background-size: calc(0.71429em + 0.375rem) calc(0.71429em + 0.375rem); }
  .was-validated .form-control:valid:focus, .was-validated *[data-control=collapsible-checkboxes] .textbox:valid:focus, *[data-control=collapsible-checkboxes] .was-validated .textbox:valid:focus, .form-control.is-valid:focus, *[data-control=collapsible-checkboxes] .is-valid.textbox:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, .was-validated *[data-control=collapsible-checkboxes] textarea.textbox:valid, *[data-control=collapsible-checkboxes] .was-validated textarea.textbox:valid, textarea.form-control.is-valid, *[data-control=collapsible-checkboxes] textarea.is-valid.textbox {
  padding-right: calc(1.42857em + 0.75rem);
  background-position: top calc(0.35714em + 0.1875rem) right calc(0.35714em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.71429em + 0.375rem) calc(0.71429em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.4rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .was-validated *[data-control=collapsible-checkboxes] .textbox:invalid, *[data-control=collapsible-checkboxes] .was-validated .textbox:invalid, .form-control.is-invalid, *[data-control=collapsible-checkboxes] .is-invalid.textbox {
  border-color: #dc3545;
  padding-right: calc(1.42857em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35714em + 0.1875rem) center;
  background-size: calc(0.71429em + 0.375rem) calc(0.71429em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .was-validated *[data-control=collapsible-checkboxes] .textbox:invalid:focus, *[data-control=collapsible-checkboxes] .was-validated .textbox:invalid:focus, .form-control.is-invalid:focus, *[data-control=collapsible-checkboxes] .is-invalid.textbox:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, .was-validated *[data-control=collapsible-checkboxes] textarea.textbox:invalid, *[data-control=collapsible-checkboxes] .was-validated textarea.textbox:invalid, textarea.form-control.is-invalid, *[data-control=collapsible-checkboxes] textarea.is-invalid.textbox {
  padding-right: calc(1.42857em + 0.75rem);
  background-position: top calc(0.35714em + 0.1875rem) right calc(0.35714em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.71429em + 0.375rem) calc(0.71429em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline *[data-control=collapsible-checkboxes] .textbox, *[data-control=collapsible-checkboxes] .form-inline .textbox {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .radio-list label, .select-grid-cols .cancel, .select-grid-cols .apply {
  display: inline-block;
  font-weight: normal;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.42857;
  border-radius: 0.4rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .radio-list label, .select-grid-cols .cancel, .select-grid-cols .apply {
      transition: none; } }
  .btn:hover, .radio-list label:hover, .select-grid-cols .cancel:hover, .select-grid-cols .apply:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .radio-list label:focus, .select-grid-cols .cancel:focus, .select-grid-cols .apply:focus, .btn.focus, .radio-list label.focus, .select-grid-cols .focus.cancel, .select-grid-cols .focus.apply {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25); }
  .btn.disabled, .radio-list label.disabled, .select-grid-cols .disabled.cancel, .select-grid-cols .disabled.apply, .btn:disabled, .radio-list label:disabled, .select-grid-cols .cancel:disabled, .select-grid-cols .apply:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .radio-list label:not(:disabled):not(.disabled), .select-grid-cols .cancel:not(:disabled):not(.disabled), .select-grid-cols .apply:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled, .select-grid-cols a.disabled.cancel, .select-grid-cols a.disabled.apply,
fieldset:disabled a.btn,
fieldset:disabled .select-grid-cols a.cancel, .select-grid-cols
fieldset:disabled a.cancel,
fieldset:disabled .select-grid-cols a.apply, .select-grid-cols
fieldset:disabled a.apply {
  pointer-events: none; }

.btn-primary, .select-grid-cols .apply {
  color: #212529;
  background-color: orange;
  border-color: orange; }
  .btn-primary:hover, .select-grid-cols .apply:hover {
    color: #fff;
    background-color: #d98c00;
    border-color: #cc8400; }
  .btn-primary:focus, .select-grid-cols .apply:focus, .btn-primary.focus, .select-grid-cols .focus.apply {
    color: #fff;
    background-color: #d98c00;
    border-color: #cc8400;
    box-shadow: 0 0 0 0.2rem rgba(222, 146, 6, 0.5); }
  .btn-primary.disabled, .select-grid-cols .disabled.apply, .btn-primary:disabled, .select-grid-cols .apply:disabled {
    color: #212529;
    background-color: orange;
    border-color: orange; }
  .btn-primary:not(:disabled):not(.disabled):active, .select-grid-cols .apply:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .select-grid-cols .apply:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle, .select-grid-cols
  .show > .dropdown-toggle.apply {
    color: #fff;
    background-color: #cc8400;
    border-color: #bf7c00; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .select-grid-cols .apply:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .select-grid-cols .apply:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus, .select-grid-cols
    .show > .dropdown-toggle.apply:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 146, 6, 0.5); }

.btn-secondary, .select-grid-cols .cancel {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover, .select-grid-cols .cancel:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .select-grid-cols .cancel:focus, .btn-secondary.focus, .select-grid-cols .focus.cancel {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .select-grid-cols .disabled.cancel, .btn-secondary:disabled, .select-grid-cols .cancel:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .select-grid-cols .cancel:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .select-grid-cols .cancel:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle, .select-grid-cols
  .show > .dropdown-toggle.cancel {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .select-grid-cols .cancel:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .select-grid-cols .cancel:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus, .select-grid-cols
    .show > .dropdown-toggle.cancel:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .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.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .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.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .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.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .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.2rem rgba(225, 83, 97, 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.2rem 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.2rem 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.2rem 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.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: orange;
  border-color: orange; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: orange;
    border-color: orange; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: orange;
    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: #212529;
    background-color: orange;
    border-color: orange; }
    .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.2rem rgba(255, 165, 0, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    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: #6c757d;
    border-color: #6c757d; }
    .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.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    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: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .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.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    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: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .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.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    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: #ffc107;
    border-color: #ffc107; }
    .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.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    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: #dc3545;
    border-color: #dc3545; }
    .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.2rem rgba(220, 53, 69, 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.2rem 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.2rem 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.2rem 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.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: orange;
  text-decoration: none; }
  .btn-link:hover {
    color: #b37400;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #777777;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .radio-list .btn-group-lg > label, .select-grid-cols .btn-group-lg > .cancel, .select-grid-cols .btn-group-lg > .apply {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .radio-list .btn-group-sm > label, .select-grid-cols .cancel, .select-grid-cols .apply {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.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%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(59, 59, 59, 0.15);
  border-radius: 0.4rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: var(--color-primary-75); }
  .dropdown-item.active, .dropdown-item:active {
    color: #555555;
    text-decoration: none;
    background-color: var(--color-primary-75); }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .radio-list .btn-group > label, .select-grid-cols .btn-group > .cancel, .select-grid-cols .btn-group > .apply,
  .btn-group-vertical > .btn, .radio-list
  .btn-group-vertical > label, .select-grid-cols
  .btn-group-vertical > .cancel, .select-grid-cols
  .btn-group-vertical > .apply {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover, .radio-list .btn-group > label:hover, .select-grid-cols .btn-group > .cancel:hover, .select-grid-cols .btn-group > .apply:hover,
    .btn-group-vertical > .btn:hover, .radio-list
    .btn-group-vertical > label:hover, .select-grid-cols
    .btn-group-vertical > .cancel:hover, .select-grid-cols
    .btn-group-vertical > .apply:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .radio-list .btn-group > label:focus, .select-grid-cols .btn-group > .cancel:focus, .select-grid-cols .btn-group > .apply:focus, .btn-group > .btn:active, .radio-list .btn-group > label:active, .select-grid-cols .btn-group > .cancel:active, .select-grid-cols .btn-group > .apply:active, .btn-group > .btn.active, .radio-list .btn-group > label.active, .select-grid-cols .btn-group > .active.cancel, .select-grid-cols .btn-group > .active.apply,
    .btn-group-vertical > .btn:focus, .radio-list
    .btn-group-vertical > label:focus, .select-grid-cols
    .btn-group-vertical > .cancel:focus, .select-grid-cols
    .btn-group-vertical > .apply:focus,
    .btn-group-vertical > .btn:active, .radio-list
    .btn-group-vertical > label:active, .select-grid-cols
    .btn-group-vertical > .cancel:active, .select-grid-cols
    .btn-group-vertical > .apply:active,
    .btn-group-vertical > .btn.active, .radio-list
    .btn-group-vertical > label.active, .select-grid-cols
    .btn-group-vertical > .active.cancel, .select-grid-cols
    .btn-group-vertical > .active.apply {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .radio-list .btn-group > label:not(:first-child), .select-grid-cols .btn-group > .cancel:not(:first-child), .select-grid-cols .btn-group > .apply:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .radio-list .btn-group > label:not(:last-child):not(.dropdown-toggle), .select-grid-cols .btn-group > .cancel:not(:last-child):not(.dropdown-toggle), .select-grid-cols .btn-group > .apply:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn, .radio-list
.btn-group > .btn-group:not(:last-child) > label, .select-grid-cols
.btn-group > .btn-group:not(:last-child) > .cancel, .select-grid-cols
.btn-group > .btn-group:not(:last-child) > .apply {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .radio-list .btn-group > label:not(:first-child), .select-grid-cols .btn-group > .cancel:not(:first-child), .select-grid-cols .btn-group > .apply:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn, .radio-list
.btn-group > .btn-group:not(:first-child) > label, .select-grid-cols
.btn-group > .btn-group:not(:first-child) > .cancel, .select-grid-cols
.btn-group > .btn-group:not(:first-child) > .apply {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .radio-list .btn-group-sm > label + .dropdown-toggle-split, .select-grid-cols .btn-group-sm > .cancel + .dropdown-toggle-split, .select-grid-cols .btn-group-sm > .apply + .dropdown-toggle-split, .select-grid-cols .cancel + .dropdown-toggle-split, .select-grid-cols .apply + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .radio-list .btn-group-lg > label + .dropdown-toggle-split, .select-grid-cols .btn-group-lg > .cancel + .dropdown-toggle-split, .select-grid-cols .btn-group-lg > .apply + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn, .radio-list .btn-group-vertical > label, .select-grid-cols .btn-group-vertical > .cancel, .select-grid-cols .btn-group-vertical > .apply,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .radio-list .btn-group-vertical > label:not(:first-child), .select-grid-cols .btn-group-vertical > .cancel:not(:first-child), .select-grid-cols .btn-group-vertical > .apply:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .radio-list .btn-group-vertical > label:not(:last-child):not(.dropdown-toggle), .select-grid-cols .btn-group-vertical > .cancel:not(:last-child):not(.dropdown-toggle), .select-grid-cols .btn-group-vertical > .apply:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn, .radio-list
  .btn-group-vertical > .btn-group:not(:last-child) > label, .select-grid-cols
  .btn-group-vertical > .btn-group:not(:last-child) > .cancel, .select-grid-cols
  .btn-group-vertical > .btn-group:not(:last-child) > .apply {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .radio-list .btn-group-vertical > label:not(:first-child), .select-grid-cols .btn-group-vertical > .cancel:not(:first-child), .select-grid-cols .btn-group-vertical > .apply:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn, .radio-list
  .btn-group-vertical > .btn-group:not(:first-child) > label, .select-grid-cols
  .btn-group-vertical > .btn-group:not(:first-child) > .cancel, .select-grid-cols
  .btn-group-vertical > .btn-group:not(:first-child) > .apply {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .radio-list .btn-group-toggle > label, .select-grid-cols .btn-group-toggle > .cancel, .select-grid-cols .btn-group-toggle > .apply,
.btn-group-toggle > .btn-group > .btn, .radio-list
.btn-group-toggle > .btn-group > label, .select-grid-cols
.btn-group-toggle > .btn-group > .cancel, .select-grid-cols
.btn-group-toggle > .btn-group > .apply {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .radio-list .btn-group-toggle > label input[type="radio"], .select-grid-cols .btn-group-toggle > .cancel input[type="radio"], .select-grid-cols .btn-group-toggle > .apply input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"], .radio-list
  .btn-group-toggle > label input[type="checkbox"], .select-grid-cols
  .btn-group-toggle > .cancel input[type="checkbox"], .select-grid-cols
  .btn-group-toggle > .apply input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"], .radio-list
  .btn-group-toggle > .btn-group > label input[type="radio"], .select-grid-cols
  .btn-group-toggle > .btn-group > .cancel input[type="radio"], .select-grid-cols
  .btn-group-toggle > .btn-group > .apply input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .radio-list
  .btn-group-toggle > .btn-group > label input[type="checkbox"], .select-grid-cols
  .btn-group-toggle > .btn-group > .cancel input[type="checkbox"], .select-grid-cols
  .btn-group-toggle > .btn-group > .apply input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, *[data-control=collapsible-checkboxes] .input-group > .textbox,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, *[data-control=collapsible-checkboxes] .input-group > .textbox + .form-control, *[data-control=collapsible-checkboxes] .input-group > .form-control + .textbox, *[data-control=collapsible-checkboxes] .input-group > .textbox + .textbox,
    .input-group > .form-control + .custom-select, *[data-control=collapsible-checkboxes]
    .input-group > .textbox + .custom-select,
    .input-group > .form-control + .custom-file, *[data-control=collapsible-checkboxes]
    .input-group > .textbox + .custom-file,
    .input-group > .form-control-plaintext + .form-control, *[data-control=collapsible-checkboxes]
    .input-group > .form-control-plaintext + .textbox,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control, *[data-control=collapsible-checkboxes]
    .input-group > .custom-select + .textbox,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control, *[data-control=collapsible-checkboxes]
    .input-group > .custom-file + .textbox,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, *[data-control=collapsible-checkboxes] .input-group > .textbox:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child), *[data-control=collapsible-checkboxes] .input-group > .textbox:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child), *[data-control=collapsible-checkboxes] .input-group:not(.has-validation) > .textbox:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3), *[data-control=collapsible-checkboxes] .input-group.has-validation > .textbox:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .radio-list label, .radio-list .input-group-prepend label, .input-group-prepend .select-grid-cols .cancel, .select-grid-cols .input-group-prepend .cancel, .input-group-prepend .select-grid-cols .apply, .select-grid-cols .input-group-prepend .apply,
  .input-group-append .btn,
  .input-group-append .radio-list label, .radio-list
  .input-group-append label,
  .input-group-append .select-grid-cols .cancel, .select-grid-cols
  .input-group-append .cancel,
  .input-group-append .select-grid-cols .apply, .select-grid-cols
  .input-group-append .apply {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend .radio-list label:focus, .radio-list .input-group-prepend label:focus, .input-group-prepend .select-grid-cols .cancel:focus, .select-grid-cols .input-group-prepend .cancel:focus, .input-group-prepend .select-grid-cols .apply:focus, .select-grid-cols .input-group-prepend .apply:focus,
    .input-group-append .btn:focus,
    .input-group-append .radio-list label:focus, .radio-list
    .input-group-append label:focus,
    .input-group-append .select-grid-cols .cancel:focus, .select-grid-cols
    .input-group-append .cancel:focus,
    .input-group-append .select-grid-cols .apply:focus, .select-grid-cols
    .input-group-append .apply:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend .radio-list label + .btn, .radio-list .input-group-prepend label + .btn, .input-group-prepend .select-grid-cols .cancel + .btn, .select-grid-cols .input-group-prepend .cancel + .btn, .input-group-prepend .select-grid-cols .apply + .btn, .select-grid-cols .input-group-prepend .apply + .btn, .input-group-prepend .radio-list .btn + label, .radio-list .input-group-prepend .btn + label, .input-group-prepend .radio-list label + label, .radio-list .input-group-prepend label + label, .input-group-prepend .select-grid-cols .radio-list .cancel + label, .radio-list .input-group-prepend .select-grid-cols .cancel + label, .select-grid-cols .input-group-prepend .radio-list .cancel + label, .radio-list .select-grid-cols .input-group-prepend .cancel + label, .input-group-prepend .select-grid-cols .radio-list .apply + label, .radio-list .input-group-prepend .select-grid-cols .apply + label, .select-grid-cols .input-group-prepend .radio-list .apply + label, .radio-list .select-grid-cols .input-group-prepend .apply + label, .input-group-prepend .select-grid-cols .btn + .cancel, .select-grid-cols .input-group-prepend .btn + .cancel, .input-group-prepend .radio-list .select-grid-cols label + .cancel, .select-grid-cols .input-group-prepend .radio-list label + .cancel, .radio-list .input-group-prepend .select-grid-cols label + .cancel, .select-grid-cols .radio-list .input-group-prepend label + .cancel, .input-group-prepend .select-grid-cols .cancel + .cancel, .select-grid-cols .input-group-prepend .cancel + .cancel, .input-group-prepend .select-grid-cols .apply + .cancel, .select-grid-cols .input-group-prepend .apply + .cancel, .input-group-prepend .select-grid-cols .btn + .apply, .select-grid-cols .input-group-prepend .btn + .apply, .input-group-prepend .radio-list .select-grid-cols label + .apply, .select-grid-cols .input-group-prepend .radio-list label + .apply, .radio-list .input-group-prepend .select-grid-cols label + .apply, .select-grid-cols .radio-list .input-group-prepend label + .apply, .input-group-prepend .select-grid-cols .cancel + .apply, .select-grid-cols .input-group-prepend .cancel + .apply, .input-group-prepend .select-grid-cols .apply + .apply, .select-grid-cols .input-group-prepend .apply + .apply,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .radio-list label + .input-group-text, .radio-list
  .input-group-prepend label + .input-group-text,
  .input-group-prepend .select-grid-cols .cancel + .input-group-text, .select-grid-cols
  .input-group-prepend .cancel + .input-group-text,
  .input-group-prepend .select-grid-cols .apply + .input-group-text, .select-grid-cols
  .input-group-prepend .apply + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .radio-list .input-group-text + label, .radio-list
  .input-group-prepend .input-group-text + label,
  .input-group-prepend .select-grid-cols .input-group-text + .cancel, .select-grid-cols
  .input-group-prepend .input-group-text + .cancel,
  .input-group-prepend .select-grid-cols .input-group-text + .apply, .select-grid-cols
  .input-group-prepend .input-group-text + .apply,
  .input-group-append .btn + .btn,
  .input-group-append .radio-list label + .btn, .radio-list
  .input-group-append label + .btn,
  .input-group-append .select-grid-cols .cancel + .btn, .select-grid-cols
  .input-group-append .cancel + .btn,
  .input-group-append .select-grid-cols .apply + .btn, .select-grid-cols
  .input-group-append .apply + .btn,
  .input-group-append .radio-list .btn + label, .radio-list
  .input-group-append .btn + label,
  .input-group-append .radio-list label + label, .radio-list
  .input-group-append label + label,
  .input-group-append .select-grid-cols .radio-list .cancel + label, .radio-list
  .input-group-append .select-grid-cols .cancel + label, .select-grid-cols
  .input-group-append .radio-list .cancel + label, .radio-list .select-grid-cols
  .input-group-append .cancel + label,
  .input-group-append .select-grid-cols .radio-list .apply + label, .radio-list
  .input-group-append .select-grid-cols .apply + label, .select-grid-cols
  .input-group-append .radio-list .apply + label, .radio-list .select-grid-cols
  .input-group-append .apply + label,
  .input-group-append .select-grid-cols .btn + .cancel, .select-grid-cols
  .input-group-append .btn + .cancel,
  .input-group-append .radio-list .select-grid-cols label + .cancel, .select-grid-cols
  .input-group-append .radio-list label + .cancel, .radio-list
  .input-group-append .select-grid-cols label + .cancel, .select-grid-cols .radio-list
  .input-group-append label + .cancel,
  .input-group-append .select-grid-cols .cancel + .cancel, .select-grid-cols
  .input-group-append .cancel + .cancel,
  .input-group-append .select-grid-cols .apply + .cancel, .select-grid-cols
  .input-group-append .apply + .cancel,
  .input-group-append .select-grid-cols .btn + .apply, .select-grid-cols
  .input-group-append .btn + .apply,
  .input-group-append .radio-list .select-grid-cols label + .apply, .select-grid-cols
  .input-group-append .radio-list label + .apply, .radio-list
  .input-group-append .select-grid-cols label + .apply, .select-grid-cols .radio-list
  .input-group-append label + .apply,
  .input-group-append .select-grid-cols .cancel + .apply, .select-grid-cols
  .input-group-append .cancel + .apply,
  .input-group-append .select-grid-cols .apply + .apply, .select-grid-cols
  .input-group-append .apply + .apply,
  .input-group-append .btn + .input-group-text,
  .input-group-append .radio-list label + .input-group-text, .radio-list
  .input-group-append label + .input-group-text,
  .input-group-append .select-grid-cols .cancel + .input-group-text, .select-grid-cols
  .input-group-append .cancel + .input-group-text,
  .input-group-append .select-grid-cols .apply + .input-group-text, .select-grid-cols
  .input-group-append .apply + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .radio-list .input-group-text + label, .radio-list
  .input-group-append .input-group-text + label,
  .input-group-append .select-grid-cols .input-group-text + .cancel, .select-grid-cols
  .input-group-append .input-group-text + .cancel,
  .input-group-append .select-grid-cols .input-group-text + .apply, .select-grid-cols
  .input-group-append .input-group-text + .apply {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #555555;
  text-align: center;
  white-space: nowrap;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0.4rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea), *[data-control=collapsible-checkboxes] .input-group-lg > .textbox:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control, *[data-control=collapsible-checkboxes] .input-group-lg > .textbox,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn, .radio-list
.input-group-lg > .input-group-prepend > label, .select-grid-cols
.input-group-lg > .input-group-prepend > .cancel, .select-grid-cols
.input-group-lg > .input-group-prepend > .apply,
.input-group-lg > .input-group-append > .btn, .radio-list
.input-group-lg > .input-group-append > label, .select-grid-cols
.input-group-lg > .input-group-append > .cancel, .select-grid-cols
.input-group-lg > .input-group-append > .apply {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea), *[data-control=collapsible-checkboxes] .input-group-sm > .textbox:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control, *[data-control=collapsible-checkboxes] .input-group-sm > .textbox,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn, .radio-list
.input-group-sm > .input-group-prepend > label, .select-grid-cols
.input-group-sm > .input-group-prepend > .cancel, .select-grid-cols
.input-group-sm > .input-group-prepend > .apply,
.input-group-sm > .input-group-append > .btn, .radio-list
.input-group-sm > .input-group-append > label, .select-grid-cols
.input-group-sm > .input-group-append > .cancel, .select-grid-cols
.input-group-sm > .input-group-append > .apply {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn, .radio-list .input-group > .input-group-prepend > label, .select-grid-cols .input-group > .input-group-prepend > .cancel, .select-grid-cols .input-group > .input-group-prepend > .apply,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .radio-list
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > label, .select-grid-cols
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .cancel, .select-grid-cols
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .apply,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn, .radio-list
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > label, .select-grid-cols
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .cancel, .select-grid-cols
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .apply,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .radio-list
.input-group > .input-group-append:last-child > label:not(:last-child):not(.dropdown-toggle), .select-grid-cols
.input-group > .input-group-append:last-child > .cancel:not(:last-child):not(.dropdown-toggle), .select-grid-cols
.input-group > .input-group-append:last-child > .apply:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .radio-list .input-group > .input-group-append > label, .select-grid-cols .input-group > .input-group-append > .cancel, .select-grid-cols .input-group > .input-group-append > .apply,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn, .radio-list
.input-group > .input-group-prepend:not(:first-child) > label, .select-grid-cols
.input-group > .input-group-prepend:not(:first-child) > .cancel, .select-grid-cols
.input-group > .input-group-prepend:not(:first-child) > .apply,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child), .radio-list
.input-group > .input-group-prepend:first-child > label:not(:first-child), .select-grid-cols
.input-group > .input-group-prepend:first-child > .cancel:not(:first-child), .select-grid-cols
.input-group > .input-group-prepend:first-child > .apply:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.42857rem;
  padding-left: 1.5rem;
  color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.21429rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #337ab7;
    background-color: #337ab7; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #8cb8df; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b4d1ea;
    border-color: #b4d1ea; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.21429rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.21429rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.4rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #337ab7;
  background-color: #337ab7; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 165, 0, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 165, 0, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 165, 0, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.21429rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(255, 165, 0, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.42857em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #8cb8df;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25); }
    .custom-select:focus::-ms-value {
      color: #555555;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #555555; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.42857em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.42857em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #8cb8df;
    box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.42857em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.4rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.42857em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.42857;
    color: #555555;
    content: "Browse";
    background-color: #eeeeee;
    border-left: inherit;
    border-radius: 0 0.4rem 0.4rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(51, 122, 183, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(51, 122, 183, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(51, 122, 183, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #337ab7;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b4d1ea; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #337ab7;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b4d1ea; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #337ab7;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b4d1ea; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav, form .form-body .form-tabs-header {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link, .navbar-nav > li > li > a {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .navbar-nav > li > li > a:hover, .nav-link:focus, .navbar-nav > li > li > a:focus {
    text-decoration: none; }
  .nav-link.disabled, .navbar-nav > li > li > a.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs, form .form-body .form-tabs-header {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link, form .form-body .form-tabs-header .nav-link, .nav-tabs .navbar-nav > li > li > a, form .form-body .form-tabs-header .navbar-nav > li > li > a {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem; }
    .nav-tabs .nav-link:hover, form .form-body .form-tabs-header .nav-link:hover, .nav-tabs .navbar-nav > li > li > a:hover, form .form-body .form-tabs-header .navbar-nav > li > li > a:hover, .nav-tabs .nav-link:focus, form .form-body .form-tabs-header .nav-link:focus, .nav-tabs .navbar-nav > li > li > a:focus, form .form-body .form-tabs-header .navbar-nav > li > li > a:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled, form .form-body .form-tabs-header .nav-link.disabled, .nav-tabs .navbar-nav > li > li > a.disabled, form .form-body .form-tabs-header .navbar-nav > li > li > a.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, form .form-body .form-tabs-header .nav-link.active, .nav-tabs .navbar-nav > li > li > a.active, form .form-body .form-tabs-header .navbar-nav > li > li > a.active,
  .nav-tabs .nav-item.show .nav-link, form .form-body .form-tabs-header .nav-item.show .nav-link,
  .nav-tabs .navbar-nav > li.show .nav-link, form .form-body .form-tabs-header .navbar-nav > li.show .nav-link,
  .nav-tabs .nav-item.show .navbar-nav > li > li > a, form .form-body .form-tabs-header .nav-item.show .navbar-nav > li > li > a,
  .nav-tabs .navbar-nav > li.show .navbar-nav > li > li > a, form .form-body .form-tabs-header .navbar-nav > li.show .navbar-nav > li > li > a {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu, form .form-body .form-tabs-header .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link, .nav-pills .navbar-nav > li > li > a {
  border-radius: 0.4rem; }

.nav-pills .nav-link.active, .nav-pills .navbar-nav > li > li > a.active,
.nav-pills .show > .nav-link,
.nav-pills .navbar-nav > li > li.show > a {
  color: #fff;
  background-color: #337ab7; }

.nav-fill > .nav-link, .navbar-nav > li > li.nav-fill > a,
.nav-fill .nav-item,
.nav-fill .navbar-nav > li {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link, .navbar-nav > li > li.nav-justified > a,
.nav-justified .nav-item,
.nav-justified .navbar-nav > li {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.32143rem;
  padding-bottom: 0.32143rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link, .navbar-nav > li > li > a {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.4rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav > li > li > a {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav > li > li > a {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav > li > li > a {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav > li > li > a {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav > li > li > a {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(59, 59, 59, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(59, 59, 59, 0.9); }

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav > li > li > a {
  color: rgba(59, 59, 59, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav > li > li > a:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav > li > li > a:focus {
    color: rgba(59, 59, 59, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav > li > li > a.disabled {
    color: rgba(59, 59, 59, 0.3); }

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav > li > li.show > a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav > li > li.active > a,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav > li > li > a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav > li > li > a.active {
  color: rgba(59, 59, 59, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(59, 59, 59, 0.5);
  border-color: rgba(59, 59, 59, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2859, 59, 59, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(59, 59, 59, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(59, 59, 59, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(59, 59, 59, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav > li > li > a {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav > li > li > a:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav > li > li > a:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav > li > li > a.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav > li > li.show > a,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav > li > li.active > a,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav > li > li > a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav > li > li > a.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(59, 59, 59, 0.125);
  border-radius: 0.4rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.4rem - 1px);
      border-top-right-radius: calc(0.4rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.4rem - 1px);
      border-bottom-left-radius: calc(0.4rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(59, 59, 59, 0.03);
  border-bottom: 1px solid rgba(59, 59, 59, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.4rem - 1px) calc(0.4rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(59, 59, 59, 0.03);
  border-top: 1px solid rgba(59, 59, 59, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.4rem - 1px) calc(0.4rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.4rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.4rem - 1px);
  border-top-right-radius: calc(0.4rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.4rem - 1px);
  border-bottom-left-radius: calc(0.4rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.4rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.4rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: orange;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #b37400;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.4rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge, .radio-list label .badge, .select-grid-cols .cancel .badge, .select-grid-cols .apply .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #212529;
  background-color: orange; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #212529;
    background-color: #cc8400; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #a1721c;
  background-color: #ffedcc;
  border-color: #ffe6b8; }
  .alert-primary hr {
    border-top-color: #ffdd9f; }
  .alert-primary .alert-link {
    color: #765314; }

.alert-secondary {
  color: #54595d;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #3c3f42; }

.alert-success {
  color: #317340;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #224f2c; }

.alert-info {
  color: #28717c;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #1c4e55; }

.alert-warning {
  color: #a18120;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #765f18; }

.alert-danger {
  color: #8f3840;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #6a2a30; }

.alert-light {
  color: #9d9e9e;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #838585; }

.alert-dark {
  color: #373a3e;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #1f2123; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.4rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: orange;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.4rem; }

.list-group-item-action, .navbar > .nav.flex-column > li, form .form-body .navbar > .flex-column.form-tabs-header > li {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .navbar > .nav.flex-column > li:hover, form .form-body .navbar > .flex-column.form-tabs-header > li:hover, .list-group-item-action:focus, .navbar > .nav.flex-column > li:focus, form .form-body .navbar > .flex-column.form-tabs-header > li:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active, .navbar > .nav.flex-column > li:active, form .form-body .navbar > .flex-column.form-tabs-header > li:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item, .navbar > .nav.flex-column > li, form .form-body .navbar > .flex-column.form-tabs-header > li {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(59, 59, 59, 0.125); }
  .list-group-item:first-child, .navbar > .nav.flex-column > li:first-child, form .form-body .navbar > .flex-column.form-tabs-header > li:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child, .navbar > .nav.flex-column > li:last-child, form .form-body .navbar > .flex-column.form-tabs-header > li:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .navbar > .nav.flex-column > li.disabled, form .form-body .navbar > .flex-column.form-tabs-header > li.disabled, .list-group-item:disabled, .navbar > .nav.flex-column > li:disabled, form .form-body .navbar > .flex-column.form-tabs-header > li:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active, .navbar > .nav.flex-column > li.active, form .form-body .navbar > .flex-column.form-tabs-header > li.active {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
  .list-group-item + .list-group-item, .navbar > .nav.flex-column > li + .list-group-item, form .form-body .navbar > .flex-column.form-tabs-header > li + .list-group-item, .navbar > .nav.flex-column > .list-group-item + li, .navbar > .nav.flex-column > li + li, form .form-body .navbar > .flex-column.form-tabs-header > .list-group-item + li, form .form-body .navbar > .flex-column.form-tabs-header > li + li {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active, .navbar > .nav.flex-column > li + .list-group-item.active, form .form-body .navbar > .flex-column.form-tabs-header > li + .list-group-item.active, .navbar > .nav.flex-column > .list-group-item + li.active, .navbar > .nav.flex-column > li + li.active, form .form-body .navbar > .flex-column.form-tabs-header > .list-group-item + li.active, form .form-body .navbar > .flex-column.form-tabs-header > li + li.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child, .navbar > .nav.flex-column.list-group-horizontal > li:first-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal > li:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child, .navbar > .nav.flex-column.list-group-horizontal > li:last-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal > li:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal > li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal > li.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item, .navbar > .nav.flex-column.list-group-horizontal > li + .list-group-item, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal > li + .list-group-item, .navbar > .nav.flex-column.list-group-horizontal > .list-group-item + li, .navbar > .nav.flex-column.list-group-horizontal > li + li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal > .list-group-item + li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal > li + li {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal > li + .list-group-item.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal > li + .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal > .list-group-item + li.active, .navbar > .nav.flex-column.list-group-horizontal > li + li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal > .list-group-item + li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal > li + li.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child, .navbar > .nav.flex-column.list-group-horizontal-sm > li:first-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-sm > li:first-child {
      border-bottom-left-radius: 0.4rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child, .navbar > .nav.flex-column.list-group-horizontal-sm > li:last-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-sm > li:last-child {
      border-top-right-radius: 0.4rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-sm > li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-sm > li.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item, .navbar > .nav.flex-column.list-group-horizontal-sm > li + .list-group-item, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-sm > li + .list-group-item, .navbar > .nav.flex-column.list-group-horizontal-sm > .list-group-item + li, .navbar > .nav.flex-column.list-group-horizontal-sm > li + li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-sm > .list-group-item + li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-sm > li + li {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-sm > li + .list-group-item.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-sm > li + .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-sm > .list-group-item + li.active, .navbar > .nav.flex-column.list-group-horizontal-sm > li + li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-sm > .list-group-item + li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-sm > li + li.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child, .navbar > .nav.flex-column.list-group-horizontal-md > li:first-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-md > li:first-child {
      border-bottom-left-radius: 0.4rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child, .navbar > .nav.flex-column.list-group-horizontal-md > li:last-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-md > li:last-child {
      border-top-right-radius: 0.4rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-md > li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-md > li.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item, .navbar > .nav.flex-column.list-group-horizontal-md > li + .list-group-item, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-md > li + .list-group-item, .navbar > .nav.flex-column.list-group-horizontal-md > .list-group-item + li, .navbar > .nav.flex-column.list-group-horizontal-md > li + li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-md > .list-group-item + li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-md > li + li {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-md > li + .list-group-item.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-md > li + .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-md > .list-group-item + li.active, .navbar > .nav.flex-column.list-group-horizontal-md > li + li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-md > .list-group-item + li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-md > li + li.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child, .navbar > .nav.flex-column.list-group-horizontal-lg > li:first-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-lg > li:first-child {
      border-bottom-left-radius: 0.4rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child, .navbar > .nav.flex-column.list-group-horizontal-lg > li:last-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-lg > li:last-child {
      border-top-right-radius: 0.4rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-lg > li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-lg > li.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item, .navbar > .nav.flex-column.list-group-horizontal-lg > li + .list-group-item, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-lg > li + .list-group-item, .navbar > .nav.flex-column.list-group-horizontal-lg > .list-group-item + li, .navbar > .nav.flex-column.list-group-horizontal-lg > li + li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-lg > .list-group-item + li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-lg > li + li {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-lg > li + .list-group-item.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-lg > li + .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-lg > .list-group-item + li.active, .navbar > .nav.flex-column.list-group-horizontal-lg > li + li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-lg > .list-group-item + li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-lg > li + li.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child, .navbar > .nav.flex-column.list-group-horizontal-xl > li:first-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-xl > li:first-child {
      border-bottom-left-radius: 0.4rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child, .navbar > .nav.flex-column.list-group-horizontal-xl > li:last-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-xl > li:last-child {
      border-top-right-radius: 0.4rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-xl > li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-xl > li.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item, .navbar > .nav.flex-column.list-group-horizontal-xl > li + .list-group-item, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-xl > li + .list-group-item, .navbar > .nav.flex-column.list-group-horizontal-xl > .list-group-item + li, .navbar > .nav.flex-column.list-group-horizontal-xl > li + li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-xl > .list-group-item + li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-xl > li + li {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-xl > li + .list-group-item.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-xl > li + .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-xl > .list-group-item + li.active, .navbar > .nav.flex-column.list-group-horizontal-xl > li + li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-xl > .list-group-item + li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-xl > li + li.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item, .navbar > .nav.flex-column.list-group-flush > li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-flush > li {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child, .navbar > .nav.flex-column.list-group-flush > li:last-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-flush > li:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #a1721c;
  background-color: #ffe6b8; }
  .list-group-item-primary.list-group-item-action:hover, .navbar > .nav.flex-column > li.list-group-item-primary:hover, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-primary:hover, .list-group-item-primary.list-group-item-action:focus, .navbar > .nav.flex-column > li.list-group-item-primary:focus, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-primary:focus {
    color: #a1721c;
    background-color: #ffdd9f; }
  .list-group-item-primary.list-group-item-action.active, .navbar > .nav.flex-column > li.list-group-item-primary.active, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-primary.active {
    color: #fff;
    background-color: #a1721c;
    border-color: #a1721c; }

.list-group-item-secondary {
  color: #54595d;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .navbar > .nav.flex-column > li.list-group-item-secondary:hover, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-secondary:hover, .list-group-item-secondary.list-group-item-action:focus, .navbar > .nav.flex-column > li.list-group-item-secondary:focus, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-secondary:focus {
    color: #54595d;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active, .navbar > .nav.flex-column > li.list-group-item-secondary.active, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-secondary.active {
    color: #fff;
    background-color: #54595d;
    border-color: #54595d; }

.list-group-item-success {
  color: #317340;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .navbar > .nav.flex-column > li.list-group-item-success:hover, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-success:hover, .list-group-item-success.list-group-item-action:focus, .navbar > .nav.flex-column > li.list-group-item-success:focus, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-success:focus {
    color: #317340;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active, .navbar > .nav.flex-column > li.list-group-item-success.active, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-success.active {
    color: #fff;
    background-color: #317340;
    border-color: #317340; }

.list-group-item-info {
  color: #28717c;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .navbar > .nav.flex-column > li.list-group-item-info:hover, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-info:hover, .list-group-item-info.list-group-item-action:focus, .navbar > .nav.flex-column > li.list-group-item-info:focus, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-info:focus {
    color: #28717c;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active, .navbar > .nav.flex-column > li.list-group-item-info.active, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-info.active {
    color: #fff;
    background-color: #28717c;
    border-color: #28717c; }

.list-group-item-warning {
  color: #a18120;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .navbar > .nav.flex-column > li.list-group-item-warning:hover, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-warning:hover, .list-group-item-warning.list-group-item-action:focus, .navbar > .nav.flex-column > li.list-group-item-warning:focus, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-warning:focus {
    color: #a18120;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active, .navbar > .nav.flex-column > li.list-group-item-warning.active, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-warning.active {
    color: #fff;
    background-color: #a18120;
    border-color: #a18120; }

.list-group-item-danger {
  color: #8f3840;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .navbar > .nav.flex-column > li.list-group-item-danger:hover, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-danger:hover, .list-group-item-danger.list-group-item-action:focus, .navbar > .nav.flex-column > li.list-group-item-danger:focus, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-danger:focus {
    color: #8f3840;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active, .navbar > .nav.flex-column > li.list-group-item-danger.active, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-danger.active {
    color: #fff;
    background-color: #8f3840;
    border-color: #8f3840; }

.list-group-item-light {
  color: #9d9e9e;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .navbar > .nav.flex-column > li.list-group-item-light:hover, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-light:hover, .list-group-item-light.list-group-item-action:focus, .navbar > .nav.flex-column > li.list-group-item-light:focus, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-light:focus {
    color: #9d9e9e;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active, .navbar > .nav.flex-column > li.list-group-item-light.active, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-light.active {
    color: #fff;
    background-color: #9d9e9e;
    border-color: #9d9e9e; }

.list-group-item-dark {
  color: #373a3e;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .navbar > .nav.flex-column > li.list-group-item-dark:hover, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-dark:hover, .list-group-item-dark.list-group-item-action:focus, .navbar > .nav.flex-column > li.list-group-item-dark:focus, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-dark:focus {
    color: #373a3e;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active, .navbar > .nav.flex-column > li.list-group-item-dark.active, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-dark.active {
    color: #fff;
    background-color: #373a3e;
    border-color: #373a3e; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #3B3B3B;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #3B3B3B;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(59, 59, 59, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(59, 59, 59, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #3B3B3B; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #EDEDED;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #EDEDED;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #3B3B3B; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #3B3B3B; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #3B3B3B; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #3B3B3B; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #3B3B3B;
  border-radius: 0.4rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(59, 59, 59, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(59, 59, 59, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(59, 59, 59, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(59, 59, 59, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(59, 59, 59, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.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;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.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;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.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%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .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: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .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; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }

.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: orange !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #cc8400 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !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: 1px solid #EDEDED !important; }

.border-top {
  border-top: 1px solid #EDEDED !important; }

.border-right {
  border-right: 1px solid #EDEDED !important; }

.border-bottom {
  border-bottom: 1px solid #EDEDED !important; }

.border-left {
  border-left: 1px solid #EDEDED !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: orange !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !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.4rem !important; }

.rounded-top {
  border-top-left-radius: 0.4rem !important;
  border-top-right-radius: 0.4rem !important; }

.rounded-right {
  border-top-right-radius: 0.4rem !important;
  border-bottom-right-radius: 0.4rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.4rem !important;
  border-bottom-left-radius: 0.4rem !important; }

.rounded-left {
  border-top-left-radius: 0.4rem !important;
  border-bottom-left-radius: 0.4rem !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.85714%; }

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

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

.user-select-none {
  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(59, 59, 59, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(59, 59, 59, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(59, 59, 59, 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, .dropped-submenu,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2,
.as-buttons-input .group-control input[type=radio] + label i,
.as-buttons-input .group-control input[type=checkbox] + label i {
  margin-right: 0.5rem !important; }

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

.ml-2,
.mx-2,
.as-buttons-input .group-control input[type=radio] + label i,
.as-buttons-input .group-control input[type=checkbox] + label i {
  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: 1.5rem !important; }

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 3rem !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, .as-buttons-input .group-control input[type=radio] + label,
.as-buttons-input .group-control input[type=checkbox] + label {
  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: 1.5rem !important; }

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

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

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

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

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

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

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

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

.pl-5,
.px-5 {
  padding-left: 3rem !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: -1.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

.mr-auto, .dropped-submenu,
.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: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !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: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !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: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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, .dropped-submenu,
  .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: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !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: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !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: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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: transparent; }

.text-monospace {
  font-family: Menlo, Monaco, Consolas, "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: orange !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #b37400 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !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, .btn.loading-action-result, .radio-list label.loading-action-result, .select-grid-cols .loading-action-result.cancel, .select-grid-cols .loading-action-result.apply, footer p {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(59, 59, 59, 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 print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn):not(.radio-list label):not(.select-grid-cols .cancel):not(.select-grid-cols .apply) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #3B3B3B; }
  .table, form .horizontal-subform table, .grid {
    border-collapse: collapse !important; }
    .table td, form .horizontal-subform table td, .grid td,
    .table th, form .horizontal-subform table th, .grid th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #EDEDED; }
  .table .thead-dark th, form .horizontal-subform table .thead-dark th, .grid .thead-dark th {
    color: inherit;
    border-color: #EDEDED; } }

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle; }
  .bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: space-between; }
    .bootstrap-select > .dropdown-toggle:after {
      margin-top: -1px; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .select-grid-cols .bootstrap-select > .dropdown-toggle.bs-placeholder.apply, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .select-grid-cols .bootstrap-select > .dropdown-toggle.bs-placeholder.apply:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .select-grid-cols .bootstrap-select > .dropdown-toggle.bs-placeholder.apply:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .select-grid-cols .bootstrap-select > .dropdown-toggle.bs-placeholder.apply:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .select-grid-cols .bootstrap-select > .dropdown-toggle.bs-placeholder.cancel, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .select-grid-cols .bootstrap-select > .dropdown-toggle.bs-placeholder.cancel:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .select-grid-cols .bootstrap-select > .dropdown-toggle.bs-placeholder.cancel:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .select-grid-cols .bootstrap-select > .dropdown-toggle.bs-placeholder.cancel:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
      color: rgba(255, 255, 255, 0.5); }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2 !important; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle,
  .bootstrap-select.is-invalid .dropdown-toggle,
  .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.is-valid .dropdown-toggle,
  .was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control, *[data-control=collapsible-checkboxes] .bootstrap-select.textbox {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto; }
  :not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]), *[data-control=collapsible-checkboxes] :not(.input-group) > .bootstrap-select.textbox:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn, *[data-control=collapsible-checkboxes] .bootstrap-select.input-group-btn.textbox {
    float: none;
    z-index: auto; }

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]),
.form-inline *[data-control=collapsible-checkboxes] .bootstrap-select.textbox:not([class*="col-"]), *[data-control=collapsible-checkboxes]
.form-inline .bootstrap-select.textbox:not([class*="col-"]) {
  width: auto; }

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.form-control, .form-group-lg *[data-control=collapsible-checkboxes] .bootstrap-select.textbox, *[data-control=collapsible-checkboxes] .form-group-lg .bootstrap-select.textbox,
.form-group-sm .bootstrap-select.form-control,
.form-group-sm *[data-control=collapsible-checkboxes] .bootstrap-select.textbox, *[data-control=collapsible-checkboxes]
.form-group-sm .bootstrap-select.textbox {
  padding: 0; }
  .form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-lg *[data-control=collapsible-checkboxes] .bootstrap-select.textbox .dropdown-toggle, *[data-control=collapsible-checkboxes] .form-group-lg .bootstrap-select.textbox .dropdown-toggle,
  .form-group-sm .bootstrap-select.form-control .dropdown-toggle,
  .form-group-sm *[data-control=collapsible-checkboxes] .bootstrap-select.textbox .dropdown-toggle, *[data-control=collapsible-checkboxes]
  .form-group-sm .bootstrap-select.textbox .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem; }

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem; }

.form-inline .bootstrap-select .form-control, .form-inline .bootstrap-select *[data-control=collapsible-checkboxes] .textbox, *[data-control=collapsible-checkboxes] .form-inline .bootstrap-select .textbox {
  width: 100%; }

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.disabled:focus,
  .bootstrap-select > .disabled:focus {
    outline: none !important; }

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto; }
  .bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit; }
  .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none; }
    .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
      padding-right: inherit; }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.input-group .bootstrap-select.form-control .dropdown-toggle, .input-group *[data-control=collapsible-checkboxes] .bootstrap-select.textbox .dropdown-toggle, *[data-control=collapsible-checkboxes] .input-group .bootstrap-select.textbox .dropdown-toggle {
  border-radius: inherit; }

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important; }
  .bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select .dropdown-menu li {
    position: relative; }
    .bootstrap-select .dropdown-menu li.active small {
      color: rgba(255, 255, 255, 0.5) !important; }
    .bootstrap-select .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select .dropdown-menu li a {
      cursor: pointer;
      user-select: none; }
      .bootstrap-select .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .bootstrap-select .dropdown-menu .notify.fadeOut {
      animation: 300ms linear 750ms forwards bs-notify-fadeOut; }

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline; }

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0'; }

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px; }

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg); }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control, .bs-searchbox *[data-control=collapsible-checkboxes] .textbox, *[data-control=collapsible-checkboxes] .bs-searchbox .textbox {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/*@import "../../../lib/@fortawesome/fontawesome-free/scss/fontawesome";
@import "../../../lib/@fortawesome/fontawesome-free/scss/brands"; // free
@import "../../../lib/@fortawesome/fontawesome-free/scss/solid"; // free*/
/*$font-size-base: 14px !default;*/
/*.btn-default {
    @include button-variant($btn-default-color, $btn-default-bg, $btn-default-border);
}

.btn-primary {
    @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
}
// Success appears as green
.btn-success {
    @include button-variant($btn-success-color, $btn-success-bg, $btn-success-border);
}
// Info appears as blue-green
.btn-info {
    @include button-variant($btn-info-color, $btn-info-bg, $btn-info-border);
}
// Warning appears as orange
.btn-warning {
    @include button-variant($btn-warning-color, $btn-warning-bg, $btn-warning-border);
}
// Danger and error appear as red
.btn-danger {
    @include button-variant($btn-danger-color, $btn-danger-bg, $btn-danger-border);
}*/
.btn-social, .btn-social-icon {
  position: relative;
  padding-left: 2.5rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .btn-social > :first-child, .btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1.75rem;
    line-height: 2.75rem;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
  .btn-social.btn-lg, .btn-group-lg > .btn-social.btn, .btn-group-lg > .btn.btn-social-icon, .radio-list .btn-group-lg > label.btn-social-icon, .select-grid-cols .btn-group-lg > .btn-social-icon.cancel, .select-grid-cols .btn-group-lg > .btn-social-icon.apply, .radio-list .btn-group-lg > label.btn-social, .select-grid-cols .btn-group-lg > .btn-social.cancel, .select-grid-cols .btn-group-lg > .btn-social.apply, .btn-lg.btn-social-icon {
    padding-left: 4.25rem; }
    .btn-social.btn-lg > :first-child, .btn-group-lg > .btn-social.btn > :first-child, .btn-group-lg > .btn.btn-social-icon > :first-child, .radio-list .btn-group-lg > label.btn-social-icon > :first-child, .select-grid-cols .btn-group-lg > .btn-social-icon.cancel > :first-child, .select-grid-cols .btn-group-lg > .btn-social-icon.apply > :first-child, .radio-list .btn-group-lg > label.btn-social > :first-child, .select-grid-cols .btn-group-lg > .btn-social.cancel > :first-child, .select-grid-cols .btn-group-lg > .btn-social.apply > :first-child, .btn-lg.btn-social-icon > :first-child {
      line-height: 3.25rem;
      width: 3.25rem;
      font-size: 1.8em; }
  .btn-social.btn-sm, .btn-group-sm > .btn-social.btn, .btn-group-sm > .btn.btn-social-icon, .radio-list .btn-group-sm > label.btn-social-icon, .radio-list .btn-group-sm > label.btn-social, .btn-sm.btn-social-icon, .select-grid-cols .btn-social-icon.cancel, .select-grid-cols .btn-social-icon.apply, .select-grid-cols .btn-social.cancel, .select-grid-cols .btn-social.apply {
    padding-left: 2.25rem; }
    .btn-social.btn-sm > :first-child, .btn-group-sm > .btn-social.btn > :first-child, .btn-group-sm > .btn.btn-social-icon > :first-child, .radio-list .btn-group-sm > label.btn-social-icon > :first-child, .select-grid-cols .btn-group-sm > .btn-social-icon.cancel > :first-child, .select-grid-cols .btn-group-sm > .btn-social-icon.apply > :first-child, .radio-list .btn-group-sm > label.btn-social > :first-child, .select-grid-cols .btn-group-sm > .btn-social.cancel > :first-child, .select-grid-cols .btn-group-sm > .btn-social.apply > :first-child, .btn-sm.btn-social-icon > :first-child, .select-grid-cols .btn-social-icon.cancel > :first-child, .select-grid-cols .btn-social-icon.apply > :first-child, .select-grid-cols .btn-social.cancel > :first-child, .select-grid-cols .btn-social.apply > :first-child {
      line-height: 1.625rem;
      width: 1.625rem;
      font-size: 1.4em; }

.btn-social-icon {
  height: 3.75rem;
  width: 3.75rem;
  padding: 0; }
  .btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100% !important; }
  .btn-social-icon.btn-lg, .btn-group-lg > .btn-social-icon.btn, .radio-list .btn-group-lg > label.btn-social-icon, .select-grid-cols .btn-group-lg > .btn-social-icon.cancel, .select-grid-cols .btn-group-lg > .btn-social-icon.apply {
    height: 3.25rem;
    width: 3.25rem;
    padding-left: 0;
    padding-right: 0; }
  .btn-social-icon.btn-sm, .btn-group-sm > .btn-social-icon.btn, .radio-list .btn-group-sm > label.btn-social-icon, .select-grid-cols .btn-social-icon.cancel, .select-grid-cols .btn-social-icon.apply {
    height: 3.625rem;
    width: 3.625rem;
    padding-left: 0;
    padding-right: 0; }

.btn-facebook {
  background-color: #3b5998;
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075); }
  .btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #30497c;
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5); }
  .btn-facebook.disabled, .btn-facebook:disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
  .show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
    .show > .btn-facebook.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5); }

.btn-google {
  background-color: #dd4b39;
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075); }
  .btn-google:hover {
    color: #fff;
    background-color: #cd3623;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-google:focus, .btn-google.focus {
    color: #fff;
    background-color: #cd3623;
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5); }
  .btn-google.disabled, .btn-google:disabled {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active,
  .show > .btn-google.dropdown-toggle {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus,
    .show > .btn-google.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5); }

.btn-linkedin {
  background-color: #007bb6;
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075); }
  .btn-linkedin:hover {
    color: #fff;
    background-color: #006190;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-linkedin:focus, .btn-linkedin.focus {
    color: #fff;
    background-color: #006190;
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5); }
  .btn-linkedin.disabled, .btn-linkedin:disabled {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active,
  .show > .btn-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus,
    .show > .btn-linkedin.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5); }

.btn-microsoft {
  background-color: #2672ec;
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075); }
  .btn-microsoft:hover {
    color: #fff;
    background-color: #135fd9;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-microsoft:focus, .btn-microsoft.focus {
    color: #fff;
    background-color: #135fd9;
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5); }
  .btn-microsoft.disabled, .btn-microsoft:disabled {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-microsoft:not(:disabled):not(.disabled):active, .btn-microsoft:not(:disabled):not(.disabled).active,
  .show > .btn-microsoft.dropdown-toggle {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-microsoft:not(:disabled):not(.disabled):active:focus, .btn-microsoft:not(:disabled):not(.disabled).active:focus,
    .show > .btn-microsoft.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5); }

.btn-twitter {
  background-color: #55acee;
  color: #212529;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075); }
  .btn-twitter:hover {
    color: #fff;
    background-color: #329beb;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-twitter:focus, .btn-twitter.focus {
    color: #fff;
    background-color: #329beb;
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(20, 23, 25, 0.5); }
  .btn-twitter.disabled, .btn-twitter:disabled {
    color: #212529;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active,
  .show > .btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus,
    .show > .btn-twitter.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(20, 23, 25, 0.5); }

.btn-yahoo {
  background-color: #720e9e;
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075); }
  .btn-yahoo:hover {
    color: #fff;
    background-color: #590b7b;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-yahoo:focus, .btn-yahoo.focus {
    color: #fff;
    background-color: #590b7b;
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5); }
  .btn-yahoo.disabled, .btn-yahoo:disabled {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-yahoo:not(:disabled):not(.disabled):active, .btn-yahoo:not(:disabled):not(.disabled).active,
  .show > .btn-yahoo.dropdown-toggle {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-yahoo:not(:disabled):not(.disabled):active:focus, .btn-yahoo:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yahoo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5); }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto/Roboto-Regular.ttf?v=2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto/Roboto-Medium.ttf?v=2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto/Roboto-Bold.ttf?v=2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto/Roboto-Light.ttf?v=2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto/Roboto-Black.ttf?v=2");
  font-weight: 900;
  font-style: normal; }

/*#region animations*/
/*#region animations*/
@keyframes menu-slide-right-anim {
  from {
    transform-origin: left;
    transform: scaleX(0.3); }
  to {
    transform-origin: left;
    transform: scaleX(1); } }

/*#endregion*/
.w3-animate-left {
  position: relative;
  animation: animateleft 0.4s; }

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0; }
  to {
    left: 0;
    opacity: 1; } }

.w3-animate-right {
  position: relative;
  animation: animateright 0.4s; }

@keyframes animateright {
  from {
    right: -300px; }
  to {
    right: 0; } }

.w3-animate-righter {
  position: relative;
  animation: animaterighter 0.4s; }

@keyframes animaterighter {
  from {
    left: 0%; }
  to {
    left: 100%; } }

.w3-animate-lefter {
  position: relative;
  animation: animatelefter 0.4s; }

@keyframes animatelefter {
  from {
    right: 0%; }
  to {
    right: 100%; } }

/*#endregion*/
/* 
    Responsive Grid

    Mixins:
        - make-r-grid-table-view (display table, classic table)
        - make-r-grid-flex-table-view (display flex)
        - make-r-grid-card-view (display block)
        - make-r-grid-flex-card-view (display flex, bootstrap 4 grid system)
        - make-r-grid-flex-card-view-horizontal(display flex, Horizontal row ,bootstrap 4 grid system for cell)
*/
/*
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * SCSS File by Detlef Beyer
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .slider.slider-horizontal {
    width: 210px;
    height: 20px; }
    .slider.slider-horizontal .slider-track {
      height: 10px;
      width: 100%;
      margin-top: -5px;
      top: 50%;
      left: 0; }
    .slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
      height: 100%;
      top: 0;
      bottom: 0; }
    .slider.slider-horizontal .slider-tick,
    .slider.slider-horizontal .slider-handle {
      margin-left: -10px;
      margin-top: -5px; }
      .slider.slider-horizontal .slider-tick.triangle,
      .slider.slider-horizontal .slider-handle.triangle {
        border-width: 0 10px 10px 10px;
        width: 0;
        height: 0;
        border-bottom-color: #0480be;
        margin-top: 0; }
    .slider.slider-horizontal .slider-tick-label-container {
      white-space: nowrap; }
      .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
        margin-top: 24px;
        display: inline-block;
        text-align: center; }
  .slider.slider-vertical {
    height: 210px;
    width: 20px; }
    .slider.slider-vertical .slider-track {
      width: 10px;
      height: 100%;
      margin-left: -5px;
      left: 50%;
      top: 0; }
    .slider.slider-vertical .slider-selection {
      width: 100%;
      left: 0;
      top: 0;
      bottom: 0; }
    .slider.slider-vertical .slider-track-low, .slider.slider-vertical .slider-track-high {
      width: 100%;
      left: 0;
      right: 0; }
    .slider.slider-vertical .slider-tick,
    .slider.slider-vertical .slider-handle {
      margin-left: -5px;
      margin-top: -10px; }
      .slider.slider-vertical .slider-tick.triangle,
      .slider.slider-vertical .slider-handle.triangle {
        border-width: 10px 0 10px 10px;
        width: 1px;
        height: 1px;
        border-left-color: #0480be;
        margin-left: 0; }
      .slider.slider-vertical .slider-tick .slider-tick-label-container,
      .slider.slider-vertical .slider-handle .slider-tick-label-container {
        white-space: nowrap; }
        .slider.slider-vertical .slider-tick .slider-tick-label-container .slider-tick-label,
        .slider.slider-vertical .slider-handle .slider-tick-label-container .slider-tick-label {
          padding-left: 4px; }
  .slider.slider-disabled .slider-handle {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #dfdfdf, #bebebe);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dfdfdf), to(#bebebe));
    background-image: -webkit-linear-gradient(top, #dfdfdf, #bebebe);
    background-image: -o-linear-gradient(top, #dfdfdf, #bebebe);
    background-image: linear-gradient(to bottom, #dfdfdf, #bebebe);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#bebebe',GradientType=0); }
  .slider.slider-disabled .slider-track {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #e5e5e5, #e9e9e9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e5e5), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, #e5e5e5, #e9e9e9);
    background-image: -o-linear-gradient(top, #e5e5e5, #e9e9e9);
    background-image: linear-gradient(to bottom, #e5e5e5, #e9e9e9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#e9e9e9',GradientType=0);
    cursor: not-allowed; }
  .slider input {
    display: none; }
  .slider .tooltip-inner {
    white-space: nowrap;
    max-width: none; }
  .slider .tooltip.top {
    margin-top: -36px; }
  .slider .hide {
    display: none; }

.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9',GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.slider-selection {
  position: absolute;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.slider-selection.tick-slider-selection {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #89cdef, #81bfde);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89cdef), to(#81bfde));
  background-image: -webkit-linear-gradient(top, #89cdef, #81bfde);
  background-image: -o-linear-gradient(top, #89cdef, #81bfde);
  background-image: linear-gradient(to bottom, #89cdef, #81bfde);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89cdef', endColorstr='#81bfde',GradientType=0); }

.slider-track-low, .slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: slider_border-radius(4px); }

.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be',GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent; }
  .slider-handle.round {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
  .slider-handle.triangle {
    background: transparent none; }
  .slider-handle.custom {
    background: transparent none; }
    .slider-handle.custom::before {
      line-height: 20px;
      font-size: 20px;
      content: '\2605';
      color: #726204; }

.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent; }
  .slider-tick.round {
    border-radius: 50%; }
  .slider-tick.triangle {
    background: transparent none; }
  .slider-tick.custom {
    background: transparent none; }
    .slider-tick.custom::before {
      line-height: 20px;
      font-size: 20px;
      content: '\2605';
      color: #726204; }
  .slider-tick.in-selection {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #89cdef, #81bfde);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89cdef), to(#81bfde));
    background-image: -webkit-linear-gradient(top, #89cdef, #81bfde);
    background-image: -o-linear-gradient(top, #89cdef, #81bfde);
    background-image: linear-gradient(to bottom, #89cdef, #81bfde);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89cdef', endColorstr='#81bfde',GradientType=0);
    opacity: 1; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?fcckog&v=2");
  src: url("../../fonts/icomoon.eot?fcckog#iefix&v=2") format("embedded-opentype"), url("../../fonts/icomoon.ttf?fcckog&v=2") format("truetype"), url("../../fonts/icomoon.woff?fcckog&v=2") format("woff"), url("../../fonts/icomoon.svg?fcckog#icomoon&v=2") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.c-ico, .group-control > i.fa-check, .typeahead__container .typehead-chevron-down i:first-child, .subform .subform-item .delete-button i, th.sort-ascending:before, th.sort-ascending i, th.sort-descending:before, th.sort-descending i, th[data-sort]:before, .modal-content .modal-header .close i, .bootstrap-select .dropdown-toggle:after, .form-control[data-control=date-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon > i, .form-control[data-control=time-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon > i, .form-control[data-control=date-picker\|time-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon > i, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span, .checkbox-list input[type='checkbox'].handled:checked + .checkbox-helper:before, .checkbox-list input[type='checkbox'].handled:not(checked) + .checkbox-helper:before, input[type='checkbox'].handled.form-check:checked + .checkbox-helper:before, input[type='checkbox'].handled.form-check:not(checked) + .checkbox-helper:before, .radio-list input[type='radio'].handled:checked + .radio-helper:before, .radio-list input[type='radio'].handled:not(checked) + .radio-helper:before, .file-upload span.delete-file, .search .instance-search-item-without-button .group-control:after, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .radio-helper, [OperationalReportModule] .header .actions a.star.user > i, [OperationalReportModule] .header .actions a.star.system > i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-size: 20px;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  /*color: #494748;*/
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-bot:before {
  content: "";
  color: #8a8a8a; }

.icon-bot:hover:before {
  color: #FFA000 !important; }

.icon-download:before {
  content: ""; }

.icon-download:hover:before {
  color: #FFA000 !important; }

.icon-alert-octagon:before {
  content: ""; }

.icon-alert-octagon:hover:before {
  color: #FFA000 !important; }

.icon-alert-circle:before {
  content: ""; }

.icon-alert-circle:hover:before {
  color: #FFA000 !important; }

.icon-team-work:before {
  content: "";
  color: #8a8a8a; }

.icon-team-work:hover:before {
  color: #FFA000 !important; }

.icon-phone:before {
  content: "";
  color: #8a8a8a; }

.icon-phone:hover:before {
  color: #FFA000 !important; }

.icon-database:before {
  content: "";
  color: #8a8a8a; }

.icon-database:hover:before {
  color: #FFA000 !important; }

.icon-meeting:before {
  content: "";
  color: #8a8a8a; }

.icon-meeting:hover:before {
  color: #FFA000 !important; }

.icon-systemise:before {
  content: "";
  color: #8a8a8a; }

.icon-systemise:hover:before {
  color: #FFA000 !important; }

.icon-note:before {
  content: "";
  color: #8a8a8a; }

.icon-note:hover:before {
  color: #FFA000 !important; }

.icon-NA:before {
  content: "";
  color: #8a8a8a; }

.icon-NA:hover:before {
  color: #FFA000 !important; }

.icon-load:before {
  content: ""; }

.icon-load:hover:before {
  color: #FFA000 !important; }

.icon-at:before {
  content: "";
  color: #8a8a8a; }

.icon-at:hover:before {
  color: #FFA000 !important; }

.icon-automate:before {
  content: "";
  color: #8a8a8a; }

.icon-automate:hover:before {
  color: #FFA000 !important; }

.icon-partially-automate:before {
  content: "";
  color: #8a8a8a; }

.icon-partially-automate:hover:before {
  color: #FFA000 !important; }

.icon-very-bad:before {
  content: "";
  color: #8a8a8a; }

.icon-very-bad:hover:before {
  color: #FF4367 !important; }

.icon-bad:before {
  content: "";
  color: #8a8a8a; }

.icon-bad:hover:before {
  color: #FF4367 !important; }

.icon-so-so:before {
  content: "";
  color: #8a8a8a; }

.icon-so-so:hover:before {
  color: #FFA000 !important; }

.icon-good:before {
  content: "";
  color: #8a8a8a; }

.icon-good:hover:before {
  color: #FFA000 !important; }

.icon-good:before {
  content: "";
  color: #8a8a8a; }

.icon-good:hover:before {
  color: #FFA000 !important; }

.icon-very-good:before {
  content: "";
  color: #8a8a8a; }

.icon-very-good:hover:before {
  color: #FFA000 !important; }

.icon-manual:before {
  content: "";
  color: #8a8a8a; }

.icon-manual:hover:before {
  color: #FFA000 !important; }

.icon-import-export:before {
  content: "";
  color: #8a8a8a; }

.icon-import-export:hover:before {
  color: #FFA000 !important; }

.icon-system-integration:before {
  content: "";
  color: #8a8a8a; }

.icon-system-integration:hover:before {
  color: #FFA000 !important; }

.icon-bespoke:before {
  content: "";
  color: #8a8a8a; }

.icon-bespoke:hover:before {
  color: #FFA000 !important; }

.icon-cell-view:before {
  content: "";
  color: #FF4367; }

.icon-cell-view:hover:before {
  color: #FFA000 !important; }

.icon-off-the-shelf:before {
  content: "";
  color: #8a8a8a; }

.icon-off-the-shelf:hover:before {
  color: #FFA000 !important; }

.icon-customised:before {
  content: "";
  color: #8a8a8a; }

.icon-customised:hover:before {
  color: #FFA000 !important; }

.icon-SAAS:before {
  content: "";
  color: black; }

.icon-SAAS:hover:before {
  color: #FFA000 !important; }

.icon-on-premise:before {
  content: "";
  color: black; }

.icon-on-premise:hover:before {
  color: #FFA000 !important; }

.icon-locally-installed:before {
  content: "";
  color: black; }

.icon-locally-installed:hover:before {
  color: #FFA000 !important; }

.icon-actor:before {
  content: ""; }

.icon-add-circle-les:before {
  content: ""; }

.icon-arrows-left:before {
  content: "";
  color: #FF4367; }

.icon-arr-right:before {
  content: ""; }

.icon-arr-left:before {
  content: ""; }

.icon-un-checked:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-menu:hover {
  color: #FF4367; }

.icon-add:before, .modal-content .modal-header .close i:before {
  content: ""; }

.icon-analysis:before {
  content: ""; }

.icon-archive:before {
  content: ""; }

.icon-area:before {
  content: ""; }

.icon-arrow-down:before {
  content: "!"; }

.icon-arrows:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-artifact:before {
  content: ""; }

.icon-back:before {
  content: ""; }

.icon-bubble:before {
  content: ""; }

.icon-calendar:before, .form-control[data-control=date-picker] + .input-group-addon > i:before, *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon > i:before, .form-control[data-control=time-picker] + .input-group-addon > i:before, *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon > i:before, .form-control[data-control=date-picker\|time-picker] + .input-group-addon > i:before, *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon > i:before {
  content: ""; }

.icon-chevron-down, .typeahead__container .typehead-chevron-down i:first-child, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span, ul.tab-menu li a.collapsed i, .nav-rpt ul.nav-tabs.mb-3 li a.active.show i, .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i, form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i {
  font-size: 13px !important;
  transform: rotate(90deg); }
  .icon-chevron-down:before, .typeahead__container .typehead-chevron-down i:first-child:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span:before, ul.tab-menu li a.collapsed i:before, .nav-rpt ul.nav-tabs.mb-3 li a.active.show i:before, .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i:before, form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i:before {
    content: "" !important; }
  .icon-chevron-down:hover, .typeahead__container .typehead-chevron-down i:hover:first-child, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span:hover, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span:hover, ul.tab-menu li a.collapsed i:hover, .nav-rpt ul.nav-tabs.mb-3 li a.active.show i:hover, .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i:hover, form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i:hover {
    color: #FF4367; }

.icon-chevron-left, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span {
  font-size: 13px !important; }
  .icon-chevron-left:before, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span:before {
    content: "" !important; }
  .icon-chevron-left:hover, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span:hover {
    color: #FF4367; }

.icon-chevron-right, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span {
  font-size: 13px !important; }
  .icon-chevron-right:before, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span:before {
    content: "" !important; }
  .icon-chevron-right:hover, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span:hover {
    color: #FF4367; }

.icon-chevron-right-bold:before, .m_objectives-navigation > i:before {
  content: "" !important; }

.icon-chevron-right-bold:hover, .m_objectives-navigation > i:hover {
  color: #FF4367; }

.icon-chevron-up, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span {
  font-size: 13px !important;
  transform: rotate(90deg); }
  .icon-chevron-up:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span:before {
    content: "" !important; }
  .icon-chevron-up:hover, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span:hover, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span:hover {
    color: #FF4367; }

.icon-circle-check:before {
  content: ""; }

.icon-clock:before {
  content: ""; }

.icon-cost:before {
  content: ""; }

.icon-department:before {
  content: ""; }

.icon-edit-circle:before {
  content: ""; }

.icon-edit-square:before {
  content: ""; }

.icon-forward-arrow:before {
  content: ""; }

.icon-function:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-list:before {
  content: ""; }

.icon-process:before {
  content: ""; }

.icon-process-detail:before {
  content: ""; }

.icon-process-step:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-time:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-step:before {
  content: ""; }

.icon-moving:before {
  content: ""; }

.icon-close:before, .subform .subform-item .delete-button i:before, .file-upload span.delete-file:before {
  content: ""; }

.icon-duplicate:before {
  content: ""; }

.icon-export:before {
  content: ""; }

.icon-import:before {
  content: ""; }

.icon-save:before {
  content: ""; }

.icon-check:before, .group-control > i.fa-check:before {
  content: ""; }

.icon-check-partly:before {
  content: ""; }

.icon-sort-down:before, th.sort-ascending:before, th.sort-ascending i:before {
  content: "" !important; }

.icon-sort-up:before, th.sort-descending:before, th.sort-descending i:before {
  content: "" !important; }

.icon-more:before {
  content: ""; }

.icon-sort-up-and-down:before, th[data-sort]:before {
  content: ""; }

.icon-circle:before {
  content: ""; }

.icon-view:before {
  content: ""; }

.icon-email:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-comment:before {
  content: ""; }

.icon-star-filled:before, [OperationalReportModule] .header .actions a.star.user > i:before, [OperationalReportModule] .header .actions a.star.system > i:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-question-mark {
  color: #FF4367; }
  .icon-question-mark:before {
    content: ""; }
  .icon-question-mark:hover {
    color: #FFA000 !important; }

.icon-help-circle {
  color: #FF4367; }
  .icon-help-circle:before {
    content: ""; }
  .icon-help-circle:hover {
    color: #FFA000 !important; }

.icon-filter {
  font-size: 15px !important; }
  .icon-filter:before {
    content: ""; }

.icon-info:before {
  content: ""; }

.icon-on:before {
  content: ""; }

.icon-off:before {
  content: ""; }

.icon-customer:before {
  content: ""; }

.icon-smile-beam:before, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .radio-helper:before {
  content: ""; }

.icon-smile:before, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .radio-helper:before {
  content: ""; }

.icon-meh:before, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .radio-helper:before {
  content: ""; }

.icon-frown-solid:before, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .radio-helper:before {
  content: ""; }

.icon-angry:before, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .radio-helper:before {
  content: ""; }

.icon-system:before {
  content: ""; }

.icon-communication-method:before {
  content: ""; }

.icon-customer-journey:before {
  content: ""; }

.icon-stage:before {
  content: ""; }

.icon-send:before {
  content: ""; }

.fa.fa-times-circle:before, .fa-times-circle.fas:before {
  content: "" !important; }

.icon-angles-left:before {
  content: " "; }

.icon-angles-right:before {
  content: '"'; }

.icon-contract:before {
  content: ""; }

.icon-contract:before {
  content: ""; }

.icon-edit-data:before {
  content: ""; }

.icon-bubbles:before {
  content: ""; }

.icon-project-plan:before {
  content: ""; }

.icon-dashboard:before {
  content: ""; }

.icon-dashboard:hover {
  color: #FF4367; }

.icon-dashboard-selected:before {
  content: ""; }

.icon-dashboard-selected:hover {
  color: #FF4367; }

.icon-log-out:before {
  content: ""; }

.icon-log-out:hover {
  color: #FF4367; }

.icon-log-out-selected .path1:before {
  content: "";
  color: rgba(65, 65, 65, 0.4); }

.icon-log-out-selected .path1:hover {
  color: #FF4367; }

.icon-log-out-selected .path2:before {
  content: "";
  margin-left: -0.875em;
  color: #414141; }

.icon-log-out-selected .path2:hover {
  color: #FF4367; }

.icon-improve:before {
  content: ""; }

.icon-improve:hover {
  color: #FF4367; }

.icon-improve-selected:before {
  content: ""; }

.icon-improve-selected:hover {
  color: #FF4367; }

.icon-forecast:before {
  content: ""; }

.icon-forecast:hover {
  color: #FF4367; }

.icon-forecast-selected:before {
  content: ""; }

.icon-forecast-selected:hover {
  color: #FF4367; }

.icon-understand:before {
  content: ""; }

.icon-understand:hover {
  color: #FF4367; }

.icon-diagnose-selected:before {
  content: ""; }

.icon-diagnose-selected:hover {
  color: #FF4367; }

.icon-diagnose:before {
  content: ""; }

.icon-diagnose:hover {
  color: #FF4367; }

.icon-understand-selected:before {
  content: ""; }

.icon-understand-selected:hover {
  color: #FF4367; }

.icon-settings:before {
  content: ""; }

.icon-settings:hover {
  color: #FF4367; }

.icon-settings-row:before {
  content: ""; }

.icon-settings-row:hover {
  color: #FF4367; }

.icon-settings-selected:before {
  content: ""; }

.icon-settings-selected:hover {
  color: #FF4367; }

.icon-scope:before {
  content: ""; }

.icon-scope:hover {
  color: #FF4367; }

.icon-scope-selected:before {
  content: ""; }

.icon-scope-selected:hover {
  color: #FF4367; }

.icon-act:before {
  content: ""; }

.icon-act:hover {
  color: #FF4367; }

.icon-act-selected:before {
  content: ""; }

.icon-act-selected:hover {
  color: #FF4367; }

.icon-align:before {
  content: ""; }

.icon-align:hover {
  color: #FF4367; }

.icon-align-selected:before {
  content: ""; }

.icon-align-selected:hover {
  color: #FF4367; }

.icon-plan:before {
  content: ""; }

.icon-plan:hover {
  color: #FF4367; }

.icon-plan-selected:before {
  content: ""; }

.icon-plan-selected:hover {
  color: #FF4367; }

/*$font-size-base: 14px !default;*/
/*.btn-default {
    @include button-variant($btn-default-color, $btn-default-bg, $btn-default-border);
}

.btn-primary {
    @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
}
// Success appears as green
.btn-success {
    @include button-variant($btn-success-color, $btn-success-bg, $btn-success-border);
}
// Info appears as blue-green
.btn-info {
    @include button-variant($btn-info-color, $btn-info-bg, $btn-info-border);
}
// Warning appears as orange
.btn-warning {
    @include button-variant($btn-warning-color, $btn-warning-bg, $btn-warning-border);
}
// Danger and error appear as red
.btn-danger {
    @include button-variant($btn-danger-color, $btn-danger-bg, $btn-danger-border);
}*/
@font-face {
  font-family: 'Karla';
  font-weight: 200;
  src: url(../../fonts/Karla/Karla-ExtraLight.ttf) format("truetype"); }

@font-face {
  font-family: 'Karla';
  font-weight: 300;
  src: url(../../fonts/Karla/Karla-Light.ttf) format("truetype"); }

@font-face {
  font-family: 'KarlaItalic';
  font-weight: 300;
  src: url(../../fonts/Karla/Karla-LightItalic.ttf) format("truetype"); }

@font-face {
  font-family: 'Karla';
  font-weight: 500;
  src: url(../../fonts/Karla/Karla-Regular.ttf) format("truetype"); }

@font-face {
  font-family: 'Karla';
  font-weight: 400;
  src: url(../../fonts/Karla/Karla-Medium.ttf) format("truetype"); }

@font-face {
  font-family: 'KarlaItalic';
  font-weight: 400;
  src: url(../../fonts/Karla/Karla-MediumItalic.ttf) format("truetype"); }

@font-face {
  font-family: 'Karla';
  font-weight: 600;
  src: url(../../fonts/Karla/Karla-SemiBold.ttf) format("truetype"); }

@font-face {
  font-family: 'Karla';
  font-weight: 700;
  src: url(../../fonts/Karla/Karla-Bold.ttf) format("truetype"); }

@font-face {
  font-family: 'Karla';
  font-weight: 800;
  src: url(../../fonts/Karla/Karla-ExtraBold.ttf) format("truetype"); }

@font-face {
  font-family: 'Grotesk';
  font-weight: bold;
  src: url("../../fonts/Grotesk/font.woff2") format("truetype"); }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

/*
*,
*::after,
*::before {
    box-sizing: inherit;
}
*/
.item-archived i {
  color: var(--general-primary-color) !important; }

/*.item-unarchived { color: #555;

    i { color: #555 !important; }
}
*/
/*    [role=combobox] {
        [role=option] {
            color: $black-primary;
            border-bottom: 1px solid $on-color-primary;

            &.dropdown-item.selected, &:hover {
                color: $on-color-primary;
                border-color: $on-color-primary;
            }
            
            &.dropdown-item:hover {
                background-color: $color-primary-darken;
            }
        }

        button {
            color: $black-primary;

            &:hover {
                color: $on-color-primary;
                background-color: $color-primary-darken;
            }
        }
    }*/
.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

.dropdown-menu, .bootstrap-select .dropdown-toggle .filter-option {
  font-size: 1.4rem; }

.form-group .control-label {
  flex: 0 1 100%;
  padding-left: 15px;
  /*width: 15px;*/ }

.form-group legend.control-label {
  padding-left: 0px; }

.form-group .group-control > .input-group > span.input-group-addon:first-child {
  background-color: #FF0505;
  height: calc(1.42857em + 0.75rem + 2px);
  display: flex;
  align-items: center;
  padding: 0 3px 0 3px;
  margin-right: 0;
  border: 1px solid #ced4da;
  border-right: none;
  border-radius: 0.4rem 0 0 0.4rem; }

.form-group .group-control > .input-group > span.input-group-addon:first-child + .form-control, .form-group *[data-control=collapsible-checkboxes] .group-control > .input-group > span.input-group-addon:first-child + .textbox, *[data-control=collapsible-checkboxes] .form-group .group-control > .input-group > span.input-group-addon:first-child + .textbox {
  border-left: none; }

@media (max-width: 599px) {
  flex-direction: column; }

fieldset {
  margin-left: 15px !important; }

input[type='checkbox'].handled.form-check + .checkbox-helper {
  position: relative;
  left: 14px; }

.header-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .header-box.second-header h3 {
    width: 100%;
    font: 500 16px "Karla";
    color: var(--general-primary-color); }
  .header-box > .form-group {
    flex: 1 1 100%;
    margin-bottom: 0px; }

.group-control > i.fa-check {
  font-size: 14px; }

.horizontal-subform {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important; }

.horizontal-subform table {
  display: table !important; }
  .horizontal-subform table tbody > tr {
    width: 100%; }
    .horizontal-subform table tbody > tr > td {
      border-top: 0px;
      padding-left: 0px; }
    .horizontal-subform table tbody > tr td:last-child {
      padding-left: 0px !important;
      padding-right: 0px !important; }

.as-two-columns-form .form-body {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px; }
  .as-two-columns-form .form-body fieldset {
    flex: 1 1 100%; }
  .as-two-columns-form .form-body .form-group.as-one-column-field {
    flex: 1 1 100%; }
    .as-two-columns-form .form-body .form-group.as-one-column-field + .form-group {
      padding-left: 0px !important; }
      .as-two-columns-form .form-body .form-group.as-one-column-field + .form-group + .form-group {
        padding-left: 10px !important; }
  .as-two-columns-form .form-body .form-group:not(.as-one-column-field):nth-of-type(odd) {
    flex: 1 1 50%; }
  .as-two-columns-form .form-body .form-group:not(.as-one-column-field):nth-of-type(even) {
    flex: 1 1 50%;
    padding-left: 10px; }

.as-two-columns-form .view-body {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px; }
  .as-two-columns-form .view-body fieldset {
    flex: 1 1 100%; }
  .as-two-columns-form .view-body .form-group.as-one-column-field {
    flex: 1 1 100%; }
    .as-two-columns-form .view-body .form-group.as-one-column-field + .form-group {
      padding-left: 0px !important; }
      .as-two-columns-form .view-body .form-group.as-one-column-field + .form-group + .form-group {
        padding-left: 10px !important; }
  .as-two-columns-form .view-body .form-group:not(.as-one-column-field):nth-of-type(odd) {
    flex: 1 1 50%; }
  .as-two-columns-form .view-body .form-group:not(.as-one-column-field):nth-of-type(even) {
    flex: 1 1 50%;
    padding-left: 10px; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.grid-list.card-list {
  color: var(--general-font-color);
  /*    .card-item-container, .r-grid-row {
        margin-bottom: 10px;
    }*/ }
  .grid-list.card-list.single .card-item, .grid-list.card-list.single .card-item-container, .grid-list.card-list.single .r-grid-row, .grid-list.card-list.single .grid tbody tr, .grid tbody .grid-list.card-list.single tr {
    background-color: #F7F7F7; }
    .grid-list.card-list.single .card-item:hover:not(.row-archived):not(.expanded), .grid-list.card-list.single .card-item-container:hover:not(.row-archived):not(.expanded), .grid-list.card-list.single .r-grid-row:hover:not(.row-archived):not(.expanded), .grid-list.card-list.single .grid tbody tr:hover:not(.row-archived):not(.expanded), .grid tbody .grid-list.card-list.single tr:hover:not(.row-archived):not(.expanded) {
      color: var(--general-font-color);
      background-color: #F8E5E9; }
    .grid-list.card-list.single .card-item:hover:not(.row-archived) .btn-grid-button, .grid-list.card-list.single .card-item:hover:not(.row-archived) .module-button, .grid-list.card-list.single .card-item-container:hover:not(.row-archived) .btn-grid-button, .grid-list.card-list.single .card-item-container:hover:not(.row-archived) .module-button, .grid-list.card-list.single .r-grid-row:hover:not(.row-archived) .btn-grid-button, .grid-list.card-list.single .grid tbody tr:hover:not(.row-archived) .btn-grid-button, .grid tbody .grid-list.card-list.single tr:hover:not(.row-archived) .btn-grid-button, .grid-list.card-list.single .r-grid-row:hover:not(.row-archived) .module-button, .grid-list.card-list.single .grid tbody tr:hover:not(.row-archived) .module-button, .grid tbody .grid-list.card-list.single tr:hover:not(.row-archived) .module-button {
      /*  , i {
        color: $grid-button-highlight-color;
    }*/
      /* &:hover {
        , i {
            color: $grid-button-hover-color;
        }
    }*/ }
      .grid-list.card-list.single .card-item:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover, .grid-list.card-list.single .card-item:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover i, .grid-list.card-list.single .card-item:hover:not(.row-archived) .module-button:not(.btn-as-link):hover, .grid-list.card-list.single .card-item:hover:not(.row-archived) .module-button:not(.btn-as-link):hover i, .grid-list.card-list.single .card-item-container:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover, .grid-list.card-list.single .card-item-container:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover i, .grid-list.card-list.single .card-item-container:hover:not(.row-archived) .module-button:not(.btn-as-link):hover, .grid-list.card-list.single .card-item-container:hover:not(.row-archived) .module-button:not(.btn-as-link):hover i, .grid-list.card-list.single .r-grid-row:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover, .grid-list.card-list.single .grid tbody tr:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover, .grid tbody .grid-list.card-list.single tr:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover, .grid-list.card-list.single .r-grid-row:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover i, .grid-list.card-list.single .grid tbody tr:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover i, .grid tbody .grid-list.card-list.single tr:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover i, .grid-list.card-list.single .r-grid-row:hover:not(.row-archived) .module-button:not(.btn-as-link):hover, .grid-list.card-list.single .grid tbody tr:hover:not(.row-archived) .module-button:not(.btn-as-link):hover, .grid tbody .grid-list.card-list.single tr:hover:not(.row-archived) .module-button:not(.btn-as-link):hover, .grid-list.card-list.single .r-grid-row:hover:not(.row-archived) .module-button:not(.btn-as-link):hover i, .grid-list.card-list.single .grid tbody tr:hover:not(.row-archived) .module-button:not(.btn-as-link):hover i, .grid tbody .grid-list.card-list.single tr:hover:not(.row-archived) .module-button:not(.btn-as-link):hover i {
        text-decoration: none; }
  .grid-list.card-list.single a {
    text-decoration: none; }
  .grid-list.card-list.multiple .card-item, .grid-list.card-list.multiple .r-grid-row, .grid-list.card-list.multiple .grid tbody tr, .grid tbody .grid-list.card-list.multiple tr {
    background-color: #F7F7F7;
    border-top: 1px;
    border-color: #E3E3E3;
    border-style: solid;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px; }
    .grid-list.card-list.multiple .card-item:hover:not(.row-archived):not(.expanded), .grid-list.card-list.multiple .r-grid-row:hover:not(.row-archived):not(.expanded), .grid-list.card-list.multiple .grid tbody tr:hover:not(.row-archived):not(.expanded), .grid tbody .grid-list.card-list.multiple tr:hover:not(.row-archived):not(.expanded) {
      color: var(--general-font-color);
      background-color: #F8E5E9; }
    .grid-list.card-list.multiple .card-item:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item), .grid-list.card-list.multiple .card-item:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item), .grid-list.card-list.multiple .r-grid-row:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item), .grid-list.card-list.multiple .grid tbody tr:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item), .grid tbody .grid-list.card-list.multiple tr:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item), .grid-list.card-list.multiple .r-grid-row:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item), .grid-list.card-list.multiple .grid tbody tr:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item), .grid tbody .grid-list.card-list.multiple tr:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item) {
      /*  , i {
        color: $grid-button-highlight-color;
    }*/
      /* &:hover {
        , i {
            color: $grid-button-hover-color;
        }
    }*/ }
      .grid-list.card-list.multiple .card-item:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover, .grid-list.card-list.multiple .card-item:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover i, .grid-list.card-list.multiple .card-item:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover, .grid-list.card-list.multiple .card-item:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover i, .grid-list.card-list.multiple .r-grid-row:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover, .grid-list.card-list.multiple .grid tbody tr:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover, .grid tbody .grid-list.card-list.multiple tr:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover, .grid-list.card-list.multiple .r-grid-row:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover i, .grid-list.card-list.multiple .grid tbody tr:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover i, .grid tbody .grid-list.card-list.multiple tr:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover i, .grid-list.card-list.multiple .r-grid-row:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover, .grid-list.card-list.multiple .grid tbody tr:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover, .grid tbody .grid-list.card-list.multiple tr:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover, .grid-list.card-list.multiple .r-grid-row:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover i, .grid-list.card-list.multiple .grid tbody tr:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover i, .grid tbody .grid-list.card-list.multiple tr:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover i {
        text-decoration: none; }
    .grid-list.card-list.multiple .card-item:hover .cardItem-child-item, .grid-list.card-list.multiple .r-grid-row:hover .cardItem-child-item, .grid-list.card-list.multiple .grid tbody tr:hover .cardItem-child-item, .grid tbody .grid-list.card-list.multiple tr:hover .cardItem-child-item {
      background-color: var(--White-Color); }
      .grid-list.card-list.multiple .card-item:hover .cardItem-child-item:hover:not(.row-archived):not(.expanded), .grid-list.card-list.multiple .r-grid-row:hover .cardItem-child-item:hover:not(.row-archived):not(.expanded), .grid-list.card-list.multiple .grid tbody tr:hover .cardItem-child-item:hover:not(.row-archived):not(.expanded), .grid tbody .grid-list.card-list.multiple tr:hover .cardItem-child-item:hover:not(.row-archived):not(.expanded) {
        color: var(--general-font-color);
        background-color: #F8E5E9; }
  .grid-list.card-list.multiple .cardItem-child-item {
    background-color: var(--White-Color); }
    .grid-list.card-list.multiple .cardItem-child-item:hover .btn-grid-button, .grid-list.card-list.multiple .cardItem-child-item:hover .module-button {
      /*  , i {
        color: $grid-button-highlight-color;
    }*/
      /* &:hover {
        , i {
            color: $grid-button-hover-color;
        }
    }*/ }
      .grid-list.card-list.multiple .cardItem-child-item:hover .btn-grid-button:not(.btn-as-link):hover, .grid-list.card-list.multiple .cardItem-child-item:hover .btn-grid-button:not(.btn-as-link):hover i, .grid-list.card-list.multiple .cardItem-child-item:hover .module-button:not(.btn-as-link):hover, .grid-list.card-list.multiple .cardItem-child-item:hover .module-button:not(.btn-as-link):hover i {
        text-decoration: none; }
  .grid-list.card-list .card-cell-label {
    font: 300 15px "Karla";
    /*font-weight: lighter;*/
    color: #6D6D6D; }
  .grid-list.card-list .card-cell-text {
    font: 400 15px "Karla";
    color: #494748; }
  .grid-list.card-list::-webkit-scrollbar {
    width: 5px; }
  .grid-list.card-list::-webkit-scrollbar-track {
    background: #DDDDDD;
    border-radius: 100px; }
  .grid-list.card-list::-webkit-scrollbar-thumb {
    background-color: #A2A2A2;
    border-radius: 100px; }
  .grid-list.card-list::-webkit-scrollbar-thumb:hover {
    background: var(--color-secondary-75);
    border-radius: 100px; }

.empty-list {
  padding: 15px !important;
  background: var(--White-Color);
  border: 1px solid var(--color-secondary-10);
  border-radius: 4px;
  font: 500 18px "Karla"; }

.ui-sortable .ui-sortable-helper {
  box-shadow: var(--general-font-color) 0 0 12px 0 !important; }

.grid.grid-list {
  border: none !important; }
  .grid.grid-list tr.row-archived {
    color: var(--color-secondary-25) !important; }
    .grid.grid-list tr.row-archived td > i {
      color: var(--color-secondary-25); }
    .grid.grid-list tr.row-archived td a:not(.btn-archive) {
      color: var(--color-secondary-25);
      pointer-events: none; }
      .grid.grid-list tr.row-archived td a:not(.btn-archive) i {
        color: var(--color-secondary-25); }

.dg-rpt-tab-cont div div table.custom-automated-table thead tr th:nth-child(1) {
  padding-left: 10px !important; }

.dg-rpt-tab-cont div div table.custom-automated-table tbody tr td {
  padding: 10px; }
  .dg-rpt-tab-cont div div table.custom-automated-table tbody tr td:nth-child(1) {
    padding-left: 10px !important; }

.custom-automated-table {
  width: 99% !important;
  margin-left: auto !important; }
  .custom-automated-table thead tr th {
    background: #FF6969 !important;
    color: white !important;
    padding: 20px 10px !important;
    font-size: 14px !important; }
    .custom-automated-table thead tr th:nth-child(1) {
      border: 1px solid #FF6969;
      border-left-width: 2px; }
    .custom-automated-table thead tr th:last-child {
      border: 1px solid #FF6969; }
    .custom-automated-table thead tr th.th-0 {
      font-size: 17px !important; }
  .custom-automated-table tbody {
    border: 1px solid rgba(255, 10, 105, 0.1) !important; }
    .custom-automated-table tbody tr td {
      font-size: 13px !important; }
      .custom-automated-table tbody tr td.td-0 {
        font-size: 16px !important;
        font-weight: 800 !important; }

.modal-dialog {
  text-align: left !important; }

/* make search forms a compact so that they visually look more related */
.search {
  background-color: transparent !important;
  padding: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .search > .form-group, .search fieldset {
    margin-right: 3rem; }
  .search .form-group.range-input .group-control {
    /*> .range-label {
                    //    @include make-column-lg(2);
                    text-align: center;
                    line-height: 32px;
                }*/ }
  .search .buttons-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
    @media (min-width: 600px) {
      .search .buttons-row {
        flex: 1; } }
    @media (min-width: 600px) {
      .search .buttons-row .buttons {
        flex: 1;
        text-align: right; } }

.search .instance-search-item-without-button input[type="text"] {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.search {
  /*    position: relative;
    flex: 1;
    width: 100%;

    > .form-group {
        input {
            height: 100%;
            font-size: 16px;
        }
    }

    .form-group {
        .group-control {
            .radio-list {
                .form-check-inline {
                    vertical-align: middle !important;
                    vertical-align: -webkit-baseline-middle !important;
                }
            }
        }
    }*/
  /*
    &.single-search-item {
        padding: 0 !important;
        margin: 0 !important;
        height: 40px !important;

        > .form-group {
            margin-left: auto;
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            margin-right: 0;
            max-width: 350px;
            width: 100%;

            .group-control {
                margin: 0 !important;
                min-width: -webkit-fill-available !important;
            }
        }
    }*/
  /*    
    &.single-search-item.with-button {
        right: 180px;
        top: -75px;
    }

    &.single-search-item.without-button {
        right: 0px;
        top: -70px;
    }*/ }

.modal-content .search {
  padding: 10px !important; }
  .modal-content .search > .form-group, .modal-content .search .search fieldset {
    margin: 0;
    width: 100%; }

/*#region animations*/
/*#region animations*/
@keyframes menu-slide-right-anim {
  from {
    transform-origin: left;
    transform: scaleX(0.3); }
  to {
    transform-origin: left;
    transform: scaleX(1); } }

/*#endregion*/
.w3-animate-left {
  position: relative;
  animation: animateleft 0.4s; }

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0; }
  to {
    left: 0;
    opacity: 1; } }

.w3-animate-right {
  position: relative;
  animation: animateright 0.4s; }

@keyframes animateright {
  from {
    right: -300px; }
  to {
    right: 0; } }

.w3-animate-righter {
  position: relative;
  animation: animaterighter 0.4s; }

@keyframes animaterighter {
  from {
    left: 0%; }
  to {
    left: 100%; } }

.w3-animate-lefter {
  position: relative;
  animation: animatelefter 0.4s; }

@keyframes animatelefter {
  from {
    right: 0%; }
  to {
    right: 100%; } }

/*#endregion*/
/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

.buttons-row {
  margin-bottom: 10px;
  width: 100%; }
  .buttons-row .buttons {
    width: 100% !important; }
    .buttons-row .buttons .btn:not(:first-child), .buttons-row .buttons .radio-list label:not(:first-child), .radio-list .buttons-row .buttons label:not(:first-child), .buttons-row .buttons .select-grid-cols .cancel:not(:first-child), .select-grid-cols .buttons-row .buttons .cancel:not(:first-child), .buttons-row .buttons .select-grid-cols .apply:not(:first-child), .select-grid-cols .buttons-row .buttons .apply:not(:first-child) {
      margin-left: .3rem; }
    .buttons-row .buttons .btn, .buttons-row .buttons .radio-list label, .radio-list .buttons-row .buttons label, .buttons-row .buttons .select-grid-cols .cancel, .select-grid-cols .buttons-row .buttons .cancel, .buttons-row .buttons .select-grid-cols .apply, .select-grid-cols .buttons-row .buttons .apply {
      height: 42px;
      padding-right: 37px;
      padding-left: 37px;
      /*margin: auto;*/ }

.btn-as-icon, .btn-as-text-icon, .btn-grid-button.btn-as-text, .subform .subform-item .delete-button i {
  /*@include btn-style($button-with-icon-color, $button-with-icon-color-hover, transparent, transparent);*/
  font: 19px Grotesk;
  outline: none !important;
  border: 0;
  background: transparent;
  color: #FF4367;
  padding: 0;
  border-radius: 34px; }
  .btn-as-icon i, .btn-as-text-icon i, .btn-grid-button.btn-as-text i, .subform .subform-item .delete-button i i {
    font-size: 20px;
    color: #FF4367;
    margin-right: 5px; }
  .btn-as-icon:hover, .btn-as-text-icon:hover, .btn-grid-button.btn-as-text:hover, .subform .subform-item .delete-button i:hover, .btn-as-icon:hover i, .btn-as-text-icon:hover i, .btn-grid-button.btn-as-text:hover i, .subform .subform-item .delete-button i:hover i, .btn-as-icon:focus, .btn-as-text-icon:focus, .btn-grid-button.btn-as-text:focus, .subform .subform-item .delete-button i:focus, .btn-as-icon:focus i, .btn-as-text-icon:focus i, .btn-grid-button.btn-as-text:focus i, .subform .subform-item .delete-button i:focus i {
    color: #FFA000 !important;
    text-decoration: none;
    border: 0;
    background: transparent;
    box-shadow: none; }
  .btn-as-icon:disabled, .btn-as-text-icon:disabled, .btn-grid-button.btn-as-text:disabled, .subform .subform-item .delete-button i:disabled, .btn-as-icon:disabled i, .btn-as-text-icon:disabled i, .btn-grid-button.btn-as-text:disabled i, .subform .subform-item .delete-button i:disabled i {
    color: var(--color-secondary-25);
    text-decoration: none;
    border: 0;
    background: transparent;
    border-color: transparent;
    box-shadow: none; }
  .btn-as-icon:active, .btn-as-text-icon:active, .btn-grid-button.btn-as-text:active, .subform .subform-item .delete-button i:active, .btn-as-icon:active i, .btn-as-text-icon:active i, .btn-grid-button.btn-as-text:active i, .subform .subform-item .delete-button i:active i {
    outline: none !important;
    border: 0;
    background: transparent;
    color: #FF4367;
    box-shadow: none; }
  .btn-as-icon:active:hover, .btn-as-text-icon:active:hover, .btn-grid-button.btn-as-text:active:hover, .subform .subform-item .delete-button i:active:hover, .btn-as-icon:active:hover i, .btn-as-text-icon:active:hover i, .btn-grid-button.btn-as-text:active:hover i, .subform .subform-item .delete-button i:active:hover i, .btn-as-icon:active:focus, .btn-as-text-icon:active:focus, .btn-grid-button.btn-as-text:active:focus, .subform .subform-item .delete-button i:active:focus, .btn-as-icon:active:focus i, .btn-as-text-icon:active:focus i, .btn-grid-button.btn-as-text:active:focus i, .subform .subform-item .delete-button i:active:focus i {
    color: #FFA000 !important;
    text-decoration: none;
    border: 0;
    background: transparent;
    box-shadow: none; }

.btn-as-link {
  color: var(--general-primary-color); }
  .btn-as-link:hover {
    color: var(--general-primary-color);
    text-decoration: underline; }

.btn-as-text-icon, .btn-grid-button.btn-as-text {
  display: flex;
  align-items: center;
  padding-left: 5px !important; }
  .btn-as-text-icon i, .btn-grid-button.btn-as-text i {
    margin-right: 5px; }

.btn-as-primary, .btn[name=Save], .radio-list label[name=Save], .select-grid-cols [name=Save].cancel, .select-grid-cols [name=Save].apply, .alertify-button.alertify-button-ok, .file-upload .btn-secondary, .file-upload .select-grid-cols .cancel, .select-grid-cols .file-upload .cancel {
  /*font-size: 1.5rem ; // override it in buttons.scss(Application)*/
  /*padding: .5rem 1.5rem; // override it in buttons.scss(Application)*/
  background-color: #FF4367;
  color: var(--White-Color);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: #FF4367 solid 2px;
  border-radius: 34px;
  font: 700 13px/9px "Karla" !important;
  min-width: 100px;
  padding: 14px 15px 14px 15px;
  outline: none !important;
  border-radius: 34px;
  font-weight: bold; }
  .btn-as-primary:not([data-action]), .btn[name=Save]:not([data-action]), .radio-list label[name=Save]:not([data-action]), .select-grid-cols [name=Save].cancel:not([data-action]), .select-grid-cols [name=Save].apply:not([data-action]), .alertify-button.alertify-button-ok:not([data-action]), .file-upload .btn-secondary:not([data-action]), .file-upload .select-grid-cols .cancel:not([data-action]), .select-grid-cols .file-upload .cancel:not([data-action]) {
    /*min-width: 10rem; // override it in buttons.scss(Application)*/ }
  .btn-as-primary:hover, .btn[name=Save]:hover, .radio-list label[name=Save]:hover, .select-grid-cols [name=Save].cancel:hover, .select-grid-cols [name=Save].apply:hover, .alertify-button.alertify-button-ok:hover, .file-upload .btn-secondary:hover, .file-upload .select-grid-cols .cancel:hover, .select-grid-cols .file-upload .cancel:hover, .btn-as-primary:focus, .btn[name=Save]:focus, .radio-list label[name=Save]:focus, .select-grid-cols [name=Save].cancel:focus, .select-grid-cols [name=Save].apply:focus, .alertify-button.alertify-button-ok:focus, .file-upload .btn-secondary:focus, .file-upload .select-grid-cols .cancel:focus, .select-grid-cols .file-upload .cancel:focus {
    background-color: #FF4367;
    box-shadow: none;
    color: var(--White-Color);
    border-color: #FF4367; }
  .btn-as-primary:active, .btn[name=Save]:active, .radio-list label[name=Save]:active, .select-grid-cols [name=Save].cancel:active, .select-grid-cols [name=Save].apply:active, .alertify-button.alertify-button-ok:active, .file-upload .btn-secondary:active, .file-upload .select-grid-cols .cancel:active, .select-grid-cols .file-upload .cancel:active {
    color: var(--White-Color);
    border-color: #FF4367;
    background-color: #FF4367;
    box-shadow: none; }
    .btn-as-primary:active:hover, .btn[name=Save]:active:hover, .radio-list label[name=Save]:active:hover, .select-grid-cols [name=Save].cancel:active:hover, .select-grid-cols [name=Save].apply:active:hover, .alertify-button.alertify-button-ok:active:hover, .file-upload .btn-secondary:active:hover, .file-upload .select-grid-cols .cancel:active:hover, .select-grid-cols .file-upload .cancel:active:hover, .btn-as-primary:active:focus, .btn[name=Save]:active:focus, .radio-list label[name=Save]:active:focus, .select-grid-cols [name=Save].cancel:active:focus, .select-grid-cols [name=Save].apply:active:focus, .alertify-button.alertify-button-ok:active:focus, .file-upload .btn-secondary:active:focus, .file-upload .select-grid-cols .cancel:active:focus, .select-grid-cols .file-upload .cancel:active:focus {
      color: var(--White-Color);
      border-color: #FF4367;
      box-shadow: none;
      background-color: #FF4367;
      box-shadow: none; }
  .btn-as-primary:hover, .btn[name=Save]:hover, .radio-list label[name=Save]:hover, .select-grid-cols [name=Save].cancel:hover, .select-grid-cols [name=Save].apply:hover, .alertify-button.alertify-button-ok:hover, .file-upload .btn-secondary:hover, .file-upload .select-grid-cols .cancel:hover, .select-grid-cols .file-upload .cancel:hover {
    box-shadow: 3px 3px 15px #FF4367F0;
    color: var(--White-Color) !important; }
    .btn-as-primary:hover i, .btn[name=Save]:hover i, .radio-list label[name=Save]:hover i, .select-grid-cols [name=Save].cancel:hover i, .select-grid-cols [name=Save].apply:hover i, .alertify-button.alertify-button-ok:hover i, .file-upload .btn-secondary:hover i, .file-upload .select-grid-cols .cancel:hover i, .select-grid-cols .file-upload .cancel:hover i {
      color: var(--White-Color) !important; }
  .btn-as-primary:disabled, .btn[name=Save]:disabled, .radio-list label[name=Save]:disabled, .select-grid-cols [name=Save].cancel:disabled, .select-grid-cols [name=Save].apply:disabled, .alertify-button.alertify-button-ok:disabled, .file-upload .btn-secondary:disabled, .file-upload .select-grid-cols .cancel:disabled, .select-grid-cols .file-upload .cancel:disabled {
    background-color: #9A9A9A;
    border-color: #9A9A9A;
    box-shadow: none; }
  .btn-as-primary i, .btn[name=Save] i, .radio-list label[name=Save] i, .select-grid-cols [name=Save].cancel i, .select-grid-cols [name=Save].apply i, .alertify-button.alertify-button-ok i, .file-upload .btn-secondary i, .file-upload .select-grid-cols .cancel i, .select-grid-cols .file-upload .cancel i {
    font-size: 20px;
    color: var(--White-Color);
    margin-right: 5px; }

.btn-as-secondary, .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light {
  /*font-size: 1.5rem ; // override it in buttons.scss(Application)*/
  /*padding: .5rem 1.5rem; // override it in buttons.scss(Application)*/
  background-color: var(--White-Color);
  color: #FF4367;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: #FF4367 solid 2px;
  border-radius: 34px;
  font: 700 13px/9px "Karla" !important;
  min-width: 100px;
  padding: 14px 15px 14px 15px;
  outline: none !important;
  border-radius: 34px;
  border: #FF4367 solid 2px !important; }
  .btn-as-secondary:not([data-action]), .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light:not([data-action]) {
    /*min-width: 10rem; // override it in buttons.scss(Application)*/ }
  .btn-as-secondary:hover, .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light:hover, .btn-as-secondary:focus, .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light:focus {
    background-color: var(--White-Color);
    box-shadow: none;
    color: #FF4367;
    border-color: var(--White-Color); }
  .btn-as-secondary:active, .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light:active {
    color: #FF4367;
    border-color: var(--White-Color);
    background-color: var(--White-Color);
    box-shadow: none; }
    .btn-as-secondary:active:hover, .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light:active:hover, .btn-as-secondary:active:focus, .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light:active:focus {
      color: #FF4367;
      border-color: var(--White-Color);
      box-shadow: none;
      background-color: var(--White-Color);
      box-shadow: none; }
  .btn-as-secondary:hover, .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light:hover {
    box-shadow: 3px 3px 15px #FF4367;
    border-color: #FF4367; }
  .btn-as-secondary:disabled, .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light:disabled {
    color: var(--White-Color);
    background-color: var(--White-Color);
    border-color: #9A9A9A;
    box-shadow: none; }
  .btn-as-secondary.button-delete, .bootstrap-select div.dropdown-menu div.bs-actionsbox .button-delete.btn-light {
    float: left; }

.btn-as-cancel, .btn[name=Cancel], .radio-list label[name=Cancel], .select-grid-cols [name=Cancel].cancel, .select-grid-cols [name=Cancel].apply, .alertify-button.alertify-button-cancel {
  /*font-size: 1.5rem ; // override it in buttons.scss(Application)*/
  /*padding: .5rem 1.5rem; // override it in buttons.scss(Application)*/
  background-color: var(--White-Color);
  color: #FF4367;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: var(--color-primary-85) solid 2px;
  border-radius: 34px;
  font: 700 13px/9px "Karla" !important;
  min-width: 100px;
  padding: 14px 15px 14px 15px;
  outline: none !important;
  border-radius: 34px;
  border-color: #FF4367; }
  .btn-as-cancel:not([data-action]), .btn[name=Cancel]:not([data-action]), .radio-list label[name=Cancel]:not([data-action]), .select-grid-cols [name=Cancel].cancel:not([data-action]), .select-grid-cols [name=Cancel].apply:not([data-action]), .alertify-button.alertify-button-cancel:not([data-action]) {
    /*min-width: 10rem; // override it in buttons.scss(Application)*/ }
  .btn-as-cancel:hover, .btn[name=Cancel]:hover, .radio-list label[name=Cancel]:hover, .select-grid-cols [name=Cancel].cancel:hover, .select-grid-cols [name=Cancel].apply:hover, .alertify-button.alertify-button-cancel:hover, .btn-as-cancel:focus, .btn[name=Cancel]:focus, .radio-list label[name=Cancel]:focus, .select-grid-cols [name=Cancel].cancel:focus, .select-grid-cols [name=Cancel].apply:focus, .alertify-button.alertify-button-cancel:focus {
    background-color: var(--White-Color);
    box-shadow: none;
    color: #FF4367;
    border-color: var(--White-Color); }
  .btn-as-cancel:active, .btn[name=Cancel]:active, .radio-list label[name=Cancel]:active, .select-grid-cols [name=Cancel].cancel:active, .select-grid-cols [name=Cancel].apply:active, .alertify-button.alertify-button-cancel:active {
    color: #FF4367;
    border-color: var(--White-Color);
    background-color: var(--White-Color);
    box-shadow: none; }
    .btn-as-cancel:active:hover, .btn[name=Cancel]:active:hover, .radio-list label[name=Cancel]:active:hover, .select-grid-cols [name=Cancel].cancel:active:hover, .select-grid-cols [name=Cancel].apply:active:hover, .alertify-button.alertify-button-cancel:active:hover, .btn-as-cancel:active:focus, .btn[name=Cancel]:active:focus, .radio-list label[name=Cancel]:active:focus, .select-grid-cols [name=Cancel].cancel:active:focus, .select-grid-cols [name=Cancel].apply:active:focus, .alertify-button.alertify-button-cancel:active:focus {
      color: #FF4367;
      border-color: var(--White-Color);
      box-shadow: none;
      background-color: var(--White-Color);
      box-shadow: none; }
  .btn-as-cancel i, .btn[name=Cancel] i, .radio-list label[name=Cancel] i, .select-grid-cols [name=Cancel].cancel i, .select-grid-cols [name=Cancel].apply i, .alertify-button.alertify-button-cancel i {
    color: #FF4367;
    padding-right: 5px;
    line-height: 0; }
  .btn-as-cancel:hover, .btn[name=Cancel]:hover, .radio-list label[name=Cancel]:hover, .select-grid-cols [name=Cancel].cancel:hover, .select-grid-cols [name=Cancel].apply:hover, .alertify-button.alertify-button-cancel:hover {
    box-shadow: 3px 3px 15px #FF4367;
    border-color: #FF4367; }
  .btn-as-cancel:focus, .btn[name=Cancel]:focus, .radio-list label[name=Cancel]:focus, .select-grid-cols [name=Cancel].cancel:focus, .select-grid-cols [name=Cancel].apply:focus, .alertify-button.alertify-button-cancel:focus {
    box-shadow: 3px 3px 15px #FF4367;
    border: 2px solid #FF4367; }
  .btn-as-cancel:hover, .btn[name=Cancel]:hover, .radio-list label[name=Cancel]:hover, .select-grid-cols [name=Cancel].cancel:hover, .select-grid-cols [name=Cancel].apply:hover, .alertify-button.alertify-button-cancel:hover {
    box-shadow: 3px 3px 15px var(--color-primary-85); }
  .btn-as-cancel:disabled, .btn[name=Cancel]:disabled, .radio-list label[name=Cancel]:disabled, .select-grid-cols [name=Cancel].cancel:disabled, .select-grid-cols [name=Cancel].apply:disabled, .alertify-button.alertify-button-cancel:disabled {
    background-color: var(--White-Color);
    border-color: #9A9A9A;
    box-shadow: none; }

.three-btn-secendery .btn-as-cancel, .three-btn-secendery .btn[name=Cancel], .three-btn-secendery .radio-list label[name=Cancel], .radio-list .three-btn-secendery label[name=Cancel], .three-btn-secendery .select-grid-cols [name=Cancel].cancel, .select-grid-cols .three-btn-secendery [name=Cancel].cancel, .three-btn-secendery .select-grid-cols [name=Cancel].apply, .select-grid-cols .three-btn-secendery [name=Cancel].apply, .three-btn-secendery .alertify-button.alertify-button-cancel {
  background: #FF43674D;
  border: none;
  color: white;
  height: 44px !important; }
  .three-btn-secendery .btn-as-cancel i, .three-btn-secendery .btn[name=Cancel] i, .three-btn-secendery .radio-list label[name=Cancel] i, .radio-list .three-btn-secendery label[name=Cancel] i, .three-btn-secendery .select-grid-cols [name=Cancel].cancel i, .select-grid-cols .three-btn-secendery [name=Cancel].cancel i, .three-btn-secendery .select-grid-cols [name=Cancel].apply i, .select-grid-cols .three-btn-secendery [name=Cancel].apply i, .three-btn-secendery .alertify-button.alertify-button-cancel i {
    display: none; }

.btn-as-search {
  /*font-size: 1.5rem ; // override it in buttons.scss(Application)*/
  /*padding: .5rem 1.5rem; // override it in buttons.scss(Application)*/
  background-color: #FF4367;
  color: var(--White-Color);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: #FF4367 solid 2px;
  border-radius: 34px;
  font: 700 13px/9px "Karla" !important;
  min-width: 100px;
  padding: 14px 15px 14px 15px;
  outline: none !important;
  border-radius: 34px;
  margin-bottom: 10px !important; }
  .btn-as-search:not([data-action]) {
    /*min-width: 10rem; // override it in buttons.scss(Application)*/ }
  .btn-as-search:hover, .btn-as-search:focus {
    background-color: #FF4367;
    box-shadow: none;
    color: var(--White-Color);
    border-color: #FF4367; }
  .btn-as-search:active {
    color: var(--White-Color);
    border-color: #FF4367;
    background-color: #FF4367;
    box-shadow: none; }
    .btn-as-search:active:hover, .btn-as-search:active:focus {
      color: var(--White-Color);
      border-color: #FF4367;
      box-shadow: none;
      background-color: #FF4367;
      box-shadow: none; }
  .btn-as-search i {
    font-size: 15px;
    font-weight: 700;
    color: var(--White-Color);
    margin-right: 4px; }
  .btn-as-search:hover {
    /* i {
            color: $button-search-color-hover;
             
        }*/
    box-shadow: 3px 3px 15px #FF4367F0; }

.btn-grid-button.btn-as-text {
  /*color: $general-primary-color;*/
  vertical-align: sub; }

.btn-grid-button.btn-as-text-icon, .btn-grid-button.btn-as-text, .btn-grid-button.btn-as-text {
  font: 500 18px "Karla" !important; }

/*.btn-grid-button i.c-ico.icon-close {
    font-size: $Small-Icon-font-size;
}
*/
.btn-grid-button {
  padding-top: 0px;
  padding-bottom: 0px; }

/*@import "components/modules/list";
@import "components/modules/search";
@import "components/controls/form-group";
@import "components/buttons";*/
html {
  min-height: 100vh;
  position: relative;
  font-size: 62.5%;
  /*comment out this like if you like to use 10px as defualt size, you might need to go to some details and override bootstrap default "1rem" and change it to "1.5rem"*/ }

body {
  line-height: 1.5;
  font-family: "Karla",Roboto, Helvetica, sans-serif; }

.mw-none {
  max-width: none !important; }

.navbar-static-top {
  z-index: auto; }

.navbar > .nav.flex-column > li, form .form-body .navbar > .flex-column.form-tabs-header > li {
  /*@extend .nav-item;*/ }

.navbar li.active > a {
  color: #fff; }

.nav-link, .navbar-nav > li > li > a {
  color: #d6d5d5; }

.nav li a, form .form-body .form-tabs-header li a {
  padding: 0 1rem; }

.restart-temp-database {
  position: fixed;
  bottom: 50%;
  left: -63px;
  transform: rotate(90deg);
  padding: 4px 6px;
  background: #003b5c;
  color: #fff;
  font-size: 13px;
  font-family: Arial;
  opacity: 0.4; }

a.disabled {
  pointer-events: none;
  cursor: default; }

legend {
  font-size: 1rem; }

.field-validation-error {
  color: red; }

*[data-sort-item] {
  cursor: move; }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).form-check {
    padding-left: 0; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) [role=button] {
    padding: 0.375rem 0.75rem; }
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) [role=button]::after {
      border: 0;
      content: "\f0d7";
      font-family: 'Font Awesome 5 Free';
      padding: 0 0.5rem;
      font-size: 1.5rem;
      float: right;
      color: var(--general-font-color); }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) [role=combobox] [role=option] {
    font-size: 1.4rem; }
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) [role=combobox] [role=option].dropdown-item.selected {
      background-color: var(--color-primary-75); }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) [role=combobox] button {
    font-size: 1.4rem; }

*[data-control=collapsible-checkboxes] {
  top: 0;
  padding: 0;
  position: relative; }

*[data-control=collapsible-checkboxes] label, *[data-control=collapsible-checkboxes] a {
  cursor: pointer; }

*[data-control=collapsible-checkboxes] .options-container {
  background: #fff;
  border: solid 1px #777777;
  margin-top: -3px;
  width: 300px;
  z-index: 200;
  overflow: hidden;
  display: none;
  position: absolute; }

*[data-control=collapsible-checkboxes] .options-container .toolbox {
  padding: 3px; }

*[data-control=collapsible-checkboxes] .options-container .items-list {
  height: 130px;
  overflow-y: auto;
  padding: 3px;
  overflow-x: hidden; }

*[data-control=collapsible-checkboxes] .options-container input[type="checkbox"] {
  margin-top: 2px;
  margin-right: 5px;
  float: left; }
  *[data-control=collapsible-checkboxes] .options-container input[type="checkbox"] + label {
    margin-left: 22px;
    display: block;
    margin-right: 20px; }

*[data-control=collapsible-checkboxes] .search-container {
  display: none; }

*[data-control=collapsible-checkboxes] .search-container, *[data-control=collapsible-checkboxes] .caption-container {
  position: relative; }
  *[data-control=collapsible-checkboxes] .search-container .fa, *[data-control=collapsible-checkboxes] .search-container .fas, *[data-control=collapsible-checkboxes] .caption-container .fa, *[data-control=collapsible-checkboxes] .caption-container .fas {
    position: absolute;
    right: 10px;
    margin-top: 10px;
    z-index: 2; }

*[data-control=collapsible-checkboxes] .selection-container {
  height: 79px;
  overflow-y: auto;
  padding: 3px;
  overflow-x: hidden;
  border-top: 1px solid #777777; }
  *[data-control=collapsible-checkboxes] .selection-container div.item {
    line-height: 16px;
    float: left;
    margin: 2px;
    position: relative;
    border: solid 1px #333333;
    background-color: #eeeeee;
    position: relative; }
    *[data-control=collapsible-checkboxes] .selection-container div.item .fa, *[data-control=collapsible-checkboxes] .selection-container div.item .fas {
      position: absolute;
      left: 4px;
      top: 50%;
      margin-top: -7px; }
  *[data-control=collapsible-checkboxes] .selection-container div.item label {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 3px 3px 3px 20px; }
  *[data-control=collapsible-checkboxes] .selection-container div.item input[type="checkbox"] {
    position: absolute;
    z-index: 0;
    opacity: 0; }

.form-control[data-control=date-picker], *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox, .form-control[data-control=time-picker], *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox, .form-control[data-control=date-picker\|time-picker], *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox {
  width: 100%; }
  .form-control[data-control=date-picker] + .input-group-addon, *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon, .form-control[data-control=time-picker] + .input-group-addon, *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon, .form-control[data-control=date-picker\|time-picker] + .input-group-addon, *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon {
    position: absolute;
    left: calc(100% - 2rem);
    top: calc(50% - 1.1rem);
    z-index: 999;
    color: #555555; }

.bootstrap-datetimepicker-widget {
  display: block !important;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.75);
  padding: 10px !important;
  width: auto !important;
  border-radius: 28px !important;
  border: 2px solid #EDEDED;
  position: absolute !important;
  inset: 42px auto auto 0px !important; }
  .bootstrap-datetimepicker-widget thead .picker-switch {
    color: #212222;
    font-size: 16px;
    font-weight: 800; }
  .bootstrap-datetimepicker-widget thead .prev, .bootstrap-datetimepicker-widget thead .next {
    opacity: .7;
    border: 0.1rem solid #EDEDED;
    border-radius: 0.4rem; }
  .bootstrap-datetimepicker-widget .table-condensed td {
    width: 50%; }
  .bootstrap-datetimepicker-widget .table-condensed [data-action=today] {
    display: inline-block;
    width: 100%;
    border: none !important; }
    .bootstrap-datetimepicker-widget .table-condensed [data-action=today]:before {
      content: "Today";
      color: var(--general-primary-color);
      font-size: 1.2rem; }
    .bootstrap-datetimepicker-widget .table-condensed [data-action=today]:hover {
      background-color: var(--color-secondary-25); }
    .bootstrap-datetimepicker-widget .table-condensed [data-action=today] .fa, .bootstrap-datetimepicker-widget .table-condensed [data-action=today] .fas {
      display: none; }
  .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: var(--general-primary-color); }
  .bootstrap-datetimepicker-widget > .row {
    flex-wrap: nowrap;
    margin: 0;
    padding-left: 0;
    padding-right: 0; }
    .bootstrap-datetimepicker-widget > .row .col-sm-6 {
      max-width: inherit;
      padding-left: 0;
      padding-right: 0; }
  .bootstrap-datetimepicker-widget .datepicker {
    flex: 1;
    border: none !important; }
    .bootstrap-datetimepicker-widget .datepicker .datepicker-days, .bootstrap-datetimepicker-widget .datepicker .datepicker-months, .bootstrap-datetimepicker-widget .datepicker .datepicker-years {
      width: 190px;
      border: none !important; }
      .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed, .bootstrap-datetimepicker-widget .datepicker .datepicker-months .table-condensed, .bootstrap-datetimepicker-widget .datepicker .datepicker-years .table-condensed {
        border: none !important; }
        .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed thead, .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed tbody, .bootstrap-datetimepicker-widget .datepicker .datepicker-months .table-condensed thead, .bootstrap-datetimepicker-widget .datepicker .datepicker-months .table-condensed tbody, .bootstrap-datetimepicker-widget .datepicker .datepicker-years .table-condensed thead, .bootstrap-datetimepicker-widget .datepicker .datepicker-years .table-condensed tbody {
          border: none !important; }
        .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed thead, .bootstrap-datetimepicker-widget .datepicker .datepicker-months .table-condensed thead, .bootstrap-datetimepicker-widget .datepicker .datepicker-years .table-condensed thead {
          visibility: visible; }
          .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed thead tr th, .bootstrap-datetimepicker-widget .datepicker .datepicker-months .table-condensed thead tr th, .bootstrap-datetimepicker-widget .datepicker .datepicker-years .table-condensed thead tr th {
            border: none !important; }
        .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed tbody .day, .bootstrap-datetimepicker-widget .datepicker .datepicker-months .table-condensed tbody .day, .bootstrap-datetimepicker-widget .datepicker .datepicker-years .table-condensed tbody .day {
          width: 27px;
          height: 27px; }
        .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed tbody tr td span, .bootstrap-datetimepicker-widget .datepicker .datepicker-months .table-condensed tbody tr td span, .bootstrap-datetimepicker-widget .datepicker .datepicker-years .table-condensed tbody tr td span {
          width: 45px;
          height: 45px;
          line-height: 45px;
          margin: 0; }
          .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed tbody tr td span.active, .bootstrap-datetimepicker-widget .datepicker .datepicker-months .table-condensed tbody tr td span.active, .bootstrap-datetimepicker-widget .datepicker .datepicker-years .table-condensed tbody tr td span.active {
            background-color: #C0315C;
            border-radius: 50%; }
        .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed tbody tr td.active, .bootstrap-datetimepicker-widget .datepicker .datepicker-months .table-condensed tbody tr td.active, .bootstrap-datetimepicker-widget .datepicker .datepicker-years .table-condensed tbody tr td.active {
          border: 1px solid #C0315C;
          border-radius: 50%; }
  .bootstrap-datetimepicker-widget .timepicker {
    flex: 1;
    margin-left: 10px; }
    .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .table-condensed {
      border: none !important; }
      .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .table-condensed tr td {
        border: none !important;
        height: auto;
        /*line-height: normal;*/ }
        .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .table-condensed tr td a {
          padding: 0; }
          .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .table-condensed tr td a span {
            background-color: transparent; }
          .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .table-condensed tr td a:hover {
            background-color: none !important;
            color: white; }
        .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .table-condensed tr td span {
          height: auto;
          line-height: normal; }
      .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .table-condensed tr:nth-child(2) {
        border: none !important;
        font-weight: 800; }
    .bootstrap-datetimepicker-widget .timepicker .timepicker-hours .table-condensed, .bootstrap-datetimepicker-widget .timepicker .timepicker-minutes .table-condensed {
      border: none !important; }
      .bootstrap-datetimepicker-widget .timepicker .timepicker-hours .table-condensed tr td, .bootstrap-datetimepicker-widget .timepicker .timepicker-minutes .table-condensed tr td {
        width: 32px;
        height: 32px; }
      .bootstrap-datetimepicker-widget .timepicker .timepicker-hours .table-condensed tr:nth-child(1) td, .bootstrap-datetimepicker-widget .timepicker .timepicker-minutes .table-condensed tr:nth-child(1) td {
        border-top: none !important; }

.radio-list .radio input[type="radio"], .checkbox-list .checkbox input[type="checkbox"] {
  margin-left: 0; }

.input-group *[data-control=collapsible-checkboxes] .textbox {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.twitter-typeahead .tt-dropdown-menu {
  cursor: pointer;
  max-height: 140px;
  overflow-y: auto; }

input[type="text"].spinedit {
  width: 50%;
  display: inline-block; }

div.spinedit .fa fa-var-plus fa-fw, div.spinedit .fas fa-var-plus fa-fw {
  top: -4px; }

div.spinedit .fa fa-var-minus fa-fw, div.spinedit .fas fa-var-minus fa-fw {
  top: 10px; }

.form-check {
  display: flex;
  margin-bottom: .5rem;
  padding-left: 0; }

.typeahead__container {
  font-family: Roboto;
  font-size: 1.4rem; }
  .typeahead__container .typehead-chevron-down i:first-child {
    position: absolute !important;
    top: 17px !important;
    right: 15px !important;
    opacity: 1 !important;
    color: var(--color-secondary) !important;
    font-size: 7px !important; }
  .typeahead__container .typehead-chevron-down input {
    padding: .375rem 4rem .375rem 2.5rem !important; }
  .typeahead__container .typeahead__cancel-button {
    color: var(--color-secondary-85) !important;
    padding: 0 !important;
    margin: 12px 34px 0px 0px !important; }
    .typeahead__container .typeahead__cancel-button:hover {
      color: var(--color-secondary-85); }

.typeahead__container.result div.typeahead__result {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: white;
  border-radius: 28px !important;
  border: 2px solid #EDEDED !important;
  z-index: 2000; }
  .typeahead__container.result div.typeahead__result ul.typeahead__list {
    margin-right: 20px;
    max-height: 400px;
    overflow-y: scroll;
    position: relative !important;
    border: none !important;
    border-radius: 0px !important; }
    .typeahead__container.result div.typeahead__result ul.typeahead__list::-webkit-scrollbar {
      width: 3px; }
    .typeahead__container.result div.typeahead__result ul.typeahead__list::-webkit-scrollbar-track {
      background: #DDDDDD; }
    .typeahead__container.result div.typeahead__result ul.typeahead__list::-webkit-scrollbar-thumb {
      background-color: #A2A2A2; }
    .typeahead__container.result div.typeahead__result ul.typeahead__list::-webkit-scrollbar-thumb:hover {
      background: #494748; }

.control-label, label, legend {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--general-font-color); }

.form-control, *[data-control=collapsible-checkboxes] .textbox {
  font-size: 1.4rem;
  font-weight: 300; }

.form-group {
  flex-direction: row;
  margin-left: 0;
  margin-right: 0; }
  .form-group .group-control {
    min-width: 22rem;
    max-width: 40rem;
    margin-bottom: 1.5rem;
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 600px) {
      .form-group .group-control {
        min-width: 40rem; } }
  @media (min-width: 600px) {
    .form-group.range-input .group-control {
      display: flex; }
      .form-group.range-input .group-control .form-control, .form-group.range-input .group-control *[data-control=collapsible-checkboxes] .textbox, *[data-control=collapsible-checkboxes] .form-group.range-input .group-control .textbox {
        border-radius: 0.4rem; }
      .form-group.range-input .group-control .range-label {
        padding: 0.5rem 0.5rem 0 0.5rem; } }

.archive-button {
  cursor: pointer;
  display: inline-block;
  background-color: var(--general-primary-color);
  border-radius: calc(2.6rem / 2);
  width: calc(2.6rem * 1.8);
  height: 2.6rem;
  position: relative;
  text-align: left; }
  .archive-button:before {
    transition: all .3s ease-in-out;
    background-color: white;
    content: ' ';
    border-radius: 50%;
    position: relative;
    display: inline-block;
    top: calc(2.6rem * .1);
    height: calc(2.6rem * .8);
    width: calc(2.6rem * .8);
    left: calc(2.6rem * .88); }
  .archive-button.item-archived {
    background-color: #3B3B3B; }
    .archive-button.item-archived:before {
      left: calc(2.6rem * .15); }

input[type='checkbox'].handled {
  opacity: 0;
  position: absolute; }
  input[type='checkbox'].handled:focus + .checkbox-helper {
    box-shadow: 0 0 0 0 #fff, 0 0 0 0.2rem rgba(102, 175, 233, 0.5);
    border: 1px solid #66afe9; }
  input[type='checkbox'].handled:checked + .checkbox-helper:before {
    outline: none;
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    content: '';
    background-color: var(--general-primary-color);
    border-radius: 0.4rem;
    position: relative;
    left: 1px;
    top: -1px;
    float: right; }
  input[type='checkbox'].handled + .checkbox-helper + label {
    padding-left: 1rem; }

.checkbox-helper {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #EDEDED;
  border-radius: 0.4rem;
  background-color: #fff; }

input[type='radio'].handled {
  opacity: 0;
  position: absolute; }
  input[type='radio'].handled:focus + .radio-helper {
    box-shadow: 0 0 0 0 #fff, 0 0 0 0.2rem rgba(102, 175, 233, 0.5);
    border: 1px solid #66afe9; }
  input[type='radio'].handled:checked + .radio-helper:before {
    outline: none;
    display: inline-block;
    height: 2.2rem;
    width: 2.2rem;
    border-radius: 50%;
    content: '';
    background-color: var(--general-primary-color);
    position: relative;
    left: 1px;
    top: -1px;
    float: right; }
  input[type='radio'].handled + .radio-helper + label {
    padding-left: 1rem; }

.radio-helper {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #EDEDED;
  border-radius: 50%;
  background-color: #fff; }

.pagination {
  display: inline-block;
  margin: auto;
  background-color: #fff;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 0.1rem solid #EDEDED;
  border-radius: 0.4rem;
  overflow: hidden; }
  .pagination li {
    float: left;
    display: inline-block;
    padding: 0.375rem 0; }
    .pagination li a {
      padding: 0.375rem 1.5rem;
      text-decoration: none;
      color: #555555; }
    .pagination li:not(:last-child) {
      border-right: 0.1rem solid #EDEDED; }
    .pagination li:not(.disabled):not(.active):hover {
      background-color: var(--color-primary-75); }
    .pagination li.disabled {
      opacity: 0.6; }
      .pagination li.disabled a {
        cursor: default; }
    .pagination li.active {
      background-color: var(--general-primary-color); }
      .pagination li.active a {
        color: var(--color-primary-100); }

.pagination-size {
  display: inline-block;
  float: right; }
  .pagination-size .dropdown.bootstrap-select:not(.dummy-class-to-make-it-important) {
    width: initial; }

.as-buttons-input .group-control {
  max-width: 100%; }
  .as-buttons-input .group-control input[type=radio],
  .as-buttons-input .group-control input[type=checkbox] {
    opacity: 0;
    position: absolute; }
    .as-buttons-input .group-control input[type=radio] + label,
    .as-buttons-input .group-control input[type=checkbox] + label {
      cursor: pointer;
      background-color: white;
      border-radius: 0.4rem; }
    .as-buttons-input .group-control input[type=radio]:checked + label,
    .as-buttons-input .group-control input[type=checkbox]:checked + label {
      color: white;
      background-color: var(--general-primary-color); }

.radio-list {
  padding-top: 10px !important; }
  .radio-list input[type='radio'].handled, .radio-list input[type='radio'] {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden; }
    .radio-list input[type='radio'].handled:focus + .radio-helper, .radio-list input[type='radio']:focus + .radio-helper {
      cursor: pointer; }
  .radio-list label .fas {
    margin-right: 5px; }
  .radio-list .form-check-inline {
    margin: 0 0.5rem 0.5rem 0; }

/*
//It is in Pezhman files, Where should it be
.bootstrap-select > .dropdown-toggle { background: #fff; border: 1px solid $secondary; }
*/
/* Forms */
form .control-label {
  flex: 1;
  text-align: left; }

form .group-control {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    form .group-control {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

form .subform-group-control {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    form .subform-group-control {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

form .password-strength .progress {
  margin-top: 8px; }

form .file-upload {
  min-height: 64px;
  /* TODO: Fix this to be proper responsive setup. input[type=file] { float: left; }*/ }

form .file-upload .btn, form .file-upload .radio-list label, .radio-list form .file-upload label, form .file-upload .select-grid-cols .cancel, .select-grid-cols form .file-upload .cancel, form .file-upload .select-grid-cols .apply, .select-grid-cols form .file-upload .apply {
  padding: 4px; }

form .file-upload .current-file {
  display: none; }

form .file-upload .current-file a {
  color: #333333; }

form .file-upload .progress {
  min-width: 70%;
  height: 34px;
  margin-bottom: 0; }

form .file-upload .progress .progress-bar {
  width: 0; }

form .file-upload .progress input.form-control, form .file-upload .progress *[data-control=collapsible-checkboxes] input.textbox, *[data-control=collapsible-checkboxes] form .file-upload .progress input.textbox {
  background-color: transparent;
  color: #fff;
  font-size: 100%;
  border: none;
  position: absolute; }

form .file-upload input[type=file] {
  display: inline-block; }

form .file-upload .delete-file {
  float: right;
  position: relative;
  top: -28px;
  z-index: 2; }

form .file-upload .file-target {
  cursor: pointer; }

form .form-body .tab-content {
  padding: 20px; }

form .horizontal-subform {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    form .horizontal-subform {
      flex: 0 0 50%;
      max-width: 50%; } }

form .horizontal-subform table {
  margin-bottom: 0;
  overflow: visible; }

form .horizontal-subform table thead {
  visibility: hidden; }

form .horizontal-subform table .group-control {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    form .horizontal-subform table .group-control {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

form .horizontal-subform table .form-group {
  margin-bottom: 0; }

form .horizontal-subform table tbody > tr > td {
  border-top: 0; }

form .subform-group-control {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    form .subform-group-control {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

form .vertical-subform .subform-item {
  margin-bottom: 2px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  form .vertical-subform .subform-item .subform-item-body {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 992px) {
      form .vertical-subform .subform-item .subform-item-body {
        flex: 0 0 50%;
        max-width: 50%; } }
    form .vertical-subform .subform-item .subform-item-body {
      background: #eee;
      border-radius: 5px;
      padding-top: 10px;
      padding-bottom: 2px;
      margin-bottom: 2px; }
    form .vertical-subform .subform-item .subform-item-body .form-group label {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 992px) {
        form .vertical-subform .subform-item .subform-item-body .form-group label {
          flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
    form .vertical-subform .subform-item .subform-item-body .form-group .group-control {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 992px) {
        form .vertical-subform .subform-item .subform-item-body .form-group .group-control {
          flex: 0 0 66.66667%;
          max-width: 66.66667%; } }
  form .vertical-subform .subform-item .subform-delete-wrapper {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 992px) {
      form .vertical-subform .subform-item .subform-delete-wrapper {
        flex: 0 0 25%;
        max-width: 25%; } }

form .subform-item a.delete-button i {
  font-size: 18pt;
  margin-top: 4px; }

form .input-group.unboxed .input-group-addon {
  border: 0;
  background: none; }

.form-group > .group-control:not(:first-of-type):last-of-type > * {
  margin-top: 15px; }
  @media (min-width: 992px) {
    .form-group > .group-control:not(:first-of-type):last-of-type > * {
      margin-top: 0; } }

.input-form .buttons-row {
  /*@include make-row();*/ }
  .input-form .buttons-row .buttons {
    /*@include make-column-lg(6);*/
    width: 40rem; }
    .input-form .buttons-row .buttons .btn:not(:first-child), .input-form .buttons-row .buttons .radio-list label:not(:first-child), .radio-list .input-form .buttons-row .buttons label:not(:first-child), .input-form .buttons-row .buttons .select-grid-cols .cancel:not(:first-child), .select-grid-cols .input-form .buttons-row .buttons .cancel:not(:first-child), .input-form .buttons-row .buttons .select-grid-cols .apply:not(:first-child), .select-grid-cols .input-form .buttons-row .buttons .apply:not(:first-child) {
      margin-left: .3rem; }

.subform .subform-item .delete-button {
  display: flex; }
  .subform .subform-item .delete-button:hover {
    text-decoration: none; }
  .subform .subform-item .delete-button i {
    font-size: 16px;
    margin-top: 8px; }

.empty-list {
  padding: 15px 0; }

.grid .actions {
  white-space: nowrap;
  width: 1px;
  text-align: center; }

.grid > tbody > tr.highlighted {
  background: #d3ecd3; }

.grid tbody tr td {
  vertical-align: top; }
  .grid tbody tr td .btn, .grid tbody tr td .radio-list label, .radio-list .grid tbody tr td label, .grid tbody tr td .select-grid-cols .cancel, .select-grid-cols .grid tbody tr td .cancel, .grid tbody tr td .select-grid-cols .apply, .select-grid-cols .grid tbody tr td .apply {
    border: none;
    background: inherit; }
    .grid tbody tr td .btn:active, .grid tbody tr td .radio-list label:active, .radio-list .grid tbody tr td label:active, .grid tbody tr td .select-grid-cols .cancel:active, .select-grid-cols .grid tbody tr td .cancel:active, .grid tbody tr td .select-grid-cols .apply:active, .select-grid-cols .grid tbody tr td .apply:active {
      background-color: inherit; }
    .grid tbody tr td .btn:hover, .grid tbody tr td .radio-list label:hover, .radio-list .grid tbody tr td label:hover, .grid tbody tr td .select-grid-cols .cancel:hover, .select-grid-cols .grid tbody tr td .cancel:hover, .grid tbody tr td .select-grid-cols .apply:hover, .select-grid-cols .grid tbody tr td .apply:hover, .grid tbody tr td .btn:focus, .grid tbody tr td .radio-list label:focus, .radio-list .grid tbody tr td label:focus, .grid tbody tr td .select-grid-cols .cancel:focus, .select-grid-cols .grid tbody tr td .cancel:focus, .grid tbody tr td .select-grid-cols .apply:focus, .select-grid-cols .grid tbody tr td .apply:focus, .grid tbody tr td .btn:active:hover, .grid tbody tr td .radio-list label:active:hover, .radio-list .grid tbody tr td label:active:hover, .grid tbody tr td .select-grid-cols .cancel:active:hover, .select-grid-cols .grid tbody tr td .cancel:active:hover, .grid tbody tr td .select-grid-cols .apply:active:hover, .select-grid-cols .grid tbody tr td .apply:active:hover, .grid tbody tr td .btn:active:focus, .grid tbody tr td .radio-list label:active:focus, .radio-list .grid tbody tr td label:active:focus, .grid tbody tr td .select-grid-cols .cancel:active:focus, .select-grid-cols .grid tbody tr td .cancel:active:focus, .grid tbody tr td .select-grid-cols .apply:active:focus, .select-grid-cols .grid tbody tr td .apply:active:focus {
      border-color: inherit;
      background-color: inherit;
      box-shadow: inherit; }
    .grid tbody tr td .btn i, .grid tbody tr td .radio-list label i, .radio-list .grid tbody tr td label i, .grid tbody tr td .select-grid-cols .cancel i, .select-grid-cols .grid tbody tr td .cancel i, .grid tbody tr td .select-grid-cols .apply i, .select-grid-cols .grid tbody tr td .apply i {
      font-size: 2.5rem; }
    .grid tbody tr td .btn .fa, .grid tbody tr td .radio-list label .fa, .radio-list .grid tbody tr td label .fa, .grid tbody tr td .select-grid-cols .cancel .fa, .select-grid-cols .grid tbody tr td .cancel .fa, .grid tbody tr td .select-grid-cols .apply .fa, .select-grid-cols .grid tbody tr td .apply .fa, .grid tbody tr td .btn .fas, .grid tbody tr td .radio-list label .fas, .radio-list .grid tbody tr td label .fas, .grid tbody tr td .select-grid-cols .cancel .fas, .select-grid-cols .grid tbody tr td .cancel .fas, .grid tbody tr td .select-grid-cols .apply .fas, .select-grid-cols .grid tbody tr td .apply .fas {
      color: #555555; }
    .grid tbody tr td .btn:hover .fa, .grid tbody tr td .radio-list label:hover .fa, .radio-list .grid tbody tr td label:hover .fa, .grid tbody tr td .select-grid-cols .cancel:hover .fa, .select-grid-cols .grid tbody tr td .cancel:hover .fa, .grid tbody tr td .select-grid-cols .apply:hover .fa, .select-grid-cols .grid tbody tr td .apply:hover .fa, .grid tbody tr td .btn:hover .fas, .grid tbody tr td .radio-list label:hover .fas, .radio-list .grid tbody tr td label:hover .fas, .grid tbody tr td .select-grid-cols .cancel:hover .fas, .select-grid-cols .grid tbody tr td .cancel:hover .fas, .grid tbody tr td .select-grid-cols .apply:hover .fas, .select-grid-cols .grid tbody tr td .apply:hover .fas {
      color: var(--general-primary-color); }
  .grid tbody tr td img {
    max-width: 200px; }

th.sort-ascending i {
  /*        @extend .fas;
        @include fa-icon();*/
  margin-left: 20px; }
  th.sort-ascending i:before {
    content: ""; }

th.sort-descending i {
  /*@extend .fas;*/
  /*@include fa-icon();*/
  margin-left: 20px; }
  th.sort-descending i:before {
    content: ""; }

.select-grid-cols div.select-cols {
  position: absolute;
  z-index: 10000;
  display: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 15px;
  background: #fff; }

.grid {
  display: table;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: #fff; }
  .grid .r-grid-head, .grid .r-grid-body, .grid thead, .grid tbody {
    display: table-row-group; }
    .grid .r-grid-head .r-grid-head-row, .grid .r-grid-head thead tr, .grid thead .r-grid-head tr, .grid .r-grid-head .r-grid-row, .grid .r-grid-head tbody tr, .grid tbody .r-grid-head tr, .grid .r-grid-body .r-grid-head-row, .grid thead .r-grid-head-row, .grid tbody .r-grid-head-row, .grid .r-grid-body thead tr, .grid thead .r-grid-body tr, .grid thead tr, .grid .r-grid-body .r-grid-row, .grid thead .r-grid-row, .grid tbody .r-grid-row, .grid .r-grid-body tbody tr, .grid tbody .r-grid-body tr, .grid tbody tr {
      display: table-row; }
      .grid .r-grid-head .r-grid-head-row .r-grid-head-cell, .grid .r-grid-head thead tr .r-grid-head-cell, .grid thead .r-grid-head tr .r-grid-head-cell, .grid .r-grid-head .r-grid-head-row thead tr th, .grid thead tr .r-grid-head .r-grid-head-row th, .grid .r-grid-head thead tr th, .grid thead .r-grid-head tr th, .grid .r-grid-head .r-grid-head-row .r-grid-cell, .grid .r-grid-head thead tr .r-grid-cell, .grid thead .r-grid-head tr .r-grid-cell, .grid .r-grid-head .r-grid-head-row tbody tr th, .grid tbody tr .r-grid-head .r-grid-head-row th, .grid .r-grid-head thead tbody tr th, .grid tbody .r-grid-head thead tr th, .grid thead .r-grid-head tbody tr th, .grid tbody thead .r-grid-head tr th, .grid .r-grid-head .r-grid-row .r-grid-head-cell, .grid .r-grid-head tbody tr .r-grid-head-cell, .grid tbody .r-grid-head tr .r-grid-head-cell, .grid .r-grid-head .r-grid-row thead tr th, .grid thead tr .r-grid-head .r-grid-row th, .grid .r-grid-head tbody thead tr th, .grid thead .r-grid-head tbody tr th, .grid tbody .r-grid-head thead tr th, .grid thead tbody .r-grid-head tr th, .grid .r-grid-head .r-grid-row .r-grid-cell, .grid .r-grid-head tbody tr .r-grid-cell, .grid tbody .r-grid-head tr .r-grid-cell, .grid .r-grid-head .r-grid-row tbody tr th, .grid tbody tr .r-grid-head .r-grid-row th, .grid .r-grid-head tbody tr th, .grid tbody .r-grid-head tr th, .grid .r-grid-body .r-grid-head-row .r-grid-head-cell, .grid thead .r-grid-head-row .r-grid-head-cell, .grid tbody .r-grid-head-row .r-grid-head-cell, .grid .r-grid-body thead tr .r-grid-head-cell, .grid thead .r-grid-body tr .r-grid-head-cell, .grid thead tr .r-grid-head-cell, .grid tbody thead tr .r-grid-head-cell, .grid thead tbody tr .r-grid-head-cell, .grid .r-grid-body .r-grid-head-row thead tr th, .grid thead tr .r-grid-body .r-grid-head-row th, .grid thead .r-grid-head-row tr th, .grid thead tr .r-grid-head-row th, .grid tbody .r-grid-head-row thead tr th, .grid thead tr tbody .r-grid-head-row th, .grid .r-grid-body thead tr th, .grid thead .r-grid-body tr th, .grid thead tr th, .grid .r-grid-body .r-grid-head-row .r-grid-cell, .grid thead .r-grid-head-row .r-grid-cell, .grid tbody .r-grid-head-row .r-grid-cell, .grid .r-grid-body thead tr .r-grid-cell, .grid thead .r-grid-body tr .r-grid-cell, .grid thead tr .r-grid-cell, .grid tbody thead tr .r-grid-cell, .grid thead tbody tr .r-grid-cell, .grid .r-grid-body .r-grid-head-row tbody tr th, .grid tbody tr .r-grid-body .r-grid-head-row th, .grid thead .r-grid-head-row tbody tr th, .grid tbody tr thead .r-grid-head-row th, .grid tbody .r-grid-head-row tr th, .grid tbody tr .r-grid-head-row th, .grid .r-grid-body thead tbody tr th, .grid tbody .r-grid-body thead tr th, .grid thead .r-grid-body tbody tr th, .grid tbody thead .r-grid-body tr th, .grid tbody thead tr th, .grid thead tbody tr th, .grid .r-grid-body .r-grid-row .r-grid-head-cell, .grid thead .r-grid-row .r-grid-head-cell, .grid tbody .r-grid-row .r-grid-head-cell, .grid .r-grid-body tbody tr .r-grid-head-cell, .grid tbody .r-grid-body tr .r-grid-head-cell, .grid thead tbody tr .r-grid-head-cell, .grid tbody thead tr .r-grid-head-cell, .grid tbody tr .r-grid-head-cell, .grid .r-grid-body .r-grid-row thead tr th, .grid thead tr .r-grid-body .r-grid-row th, .grid thead .r-grid-row tr th, .grid thead tr .r-grid-row th, .grid tbody .r-grid-row thead tr th, .grid thead tr tbody .r-grid-row th, .grid .r-grid-body tbody thead tr th, .grid thead .r-grid-body tbody tr th, .grid tbody .r-grid-body thead tr th, .grid thead tbody .r-grid-body tr th, .grid tbody thead tr th, .grid thead tbody tr th, .grid .r-grid-body .r-grid-row .r-grid-cell, .grid thead .r-grid-row .r-grid-cell, .grid tbody .r-grid-row .r-grid-cell, .grid .r-grid-body tbody tr .r-grid-cell, .grid tbody .r-grid-body tr .r-grid-cell, .grid thead tbody tr .r-grid-cell, .grid tbody thead tr .r-grid-cell, .grid tbody tr .r-grid-cell, .grid .r-grid-body .r-grid-row tbody tr th, .grid tbody tr .r-grid-body .r-grid-row th, .grid thead .r-grid-row tbody tr th, .grid tbody tr thead .r-grid-row th, .grid tbody .r-grid-row tr th, .grid tbody tr .r-grid-row th, .grid .r-grid-body tbody tr th, .grid tbody .r-grid-body tr th, .grid tbody tr th {
        display: table-cell;
        line-height: 1.42857;
        padding: 0.75rem;
        vertical-align: top; }
        .grid .r-grid-head .r-grid-head-row .r-grid-head-cell.actions, .grid .r-grid-head thead tr .r-grid-head-cell.actions, .grid thead .r-grid-head tr .r-grid-head-cell.actions, .grid .r-grid-head .r-grid-head-row thead tr th.actions, .grid thead tr .r-grid-head .r-grid-head-row th.actions, .grid .r-grid-head thead tr th.actions, .grid thead .r-grid-head tr th.actions, .grid .r-grid-head .r-grid-head-row .r-grid-cell.actions, .grid .r-grid-head thead tr .r-grid-cell.actions, .grid thead .r-grid-head tr .r-grid-cell.actions, .grid .r-grid-head .r-grid-head-row tbody tr th.actions, .grid tbody tr .r-grid-head .r-grid-head-row th.actions, .grid .r-grid-head thead tbody tr th.actions, .grid tbody .r-grid-head thead tr th.actions, .grid thead .r-grid-head tbody tr th.actions, .grid tbody thead .r-grid-head tr th.actions, .grid .r-grid-head .r-grid-row .r-grid-head-cell.actions, .grid .r-grid-head tbody tr .r-grid-head-cell.actions, .grid tbody .r-grid-head tr .r-grid-head-cell.actions, .grid .r-grid-head .r-grid-row thead tr th.actions, .grid thead tr .r-grid-head .r-grid-row th.actions, .grid .r-grid-head tbody thead tr th.actions, .grid thead .r-grid-head tbody tr th.actions, .grid tbody .r-grid-head thead tr th.actions, .grid thead tbody .r-grid-head tr th.actions, .grid .r-grid-head .r-grid-row .r-grid-cell.actions, .grid .r-grid-head tbody tr .r-grid-cell.actions, .grid tbody .r-grid-head tr .r-grid-cell.actions, .grid .r-grid-head .r-grid-row tbody tr th.actions, .grid tbody tr .r-grid-head .r-grid-row th.actions, .grid .r-grid-head tbody tr th.actions, .grid tbody .r-grid-head tr th.actions, .grid .r-grid-body .r-grid-head-row .r-grid-head-cell.actions, .grid thead .r-grid-head-row .r-grid-head-cell.actions, .grid tbody .r-grid-head-row .r-grid-head-cell.actions, .grid .r-grid-body thead tr .r-grid-head-cell.actions, .grid thead .r-grid-body tr .r-grid-head-cell.actions, .grid thead tr .r-grid-head-cell.actions, .grid tbody thead tr .r-grid-head-cell.actions, .grid thead tbody tr .r-grid-head-cell.actions, .grid .r-grid-body .r-grid-head-row thead tr th.actions, .grid thead tr .r-grid-body .r-grid-head-row th.actions, .grid thead .r-grid-head-row tr th.actions, .grid thead tr .r-grid-head-row th.actions, .grid tbody .r-grid-head-row thead tr th.actions, .grid thead tr tbody .r-grid-head-row th.actions, .grid .r-grid-body thead tr th.actions, .grid thead .r-grid-body tr th.actions, .grid thead tr th.actions, .grid .r-grid-body .r-grid-head-row .r-grid-cell.actions, .grid thead .r-grid-head-row .r-grid-cell.actions, .grid tbody .r-grid-head-row .r-grid-cell.actions, .grid .r-grid-body thead tr .r-grid-cell.actions, .grid thead .r-grid-body tr .r-grid-cell.actions, .grid thead tr .r-grid-cell.actions, .grid tbody thead tr .r-grid-cell.actions, .grid thead tbody tr .r-grid-cell.actions, .grid .r-grid-body .r-grid-head-row tbody tr th.actions, .grid tbody tr .r-grid-body .r-grid-head-row th.actions, .grid thead .r-grid-head-row tbody tr th.actions, .grid tbody tr thead .r-grid-head-row th.actions, .grid tbody .r-grid-head-row tr th.actions, .grid tbody tr .r-grid-head-row th.actions, .grid .r-grid-body thead tbody tr th.actions, .grid tbody .r-grid-body thead tr th.actions, .grid thead .r-grid-body tbody tr th.actions, .grid tbody thead .r-grid-body tr th.actions, .grid tbody thead tr th.actions, .grid thead tbody tr th.actions, .grid .r-grid-body .r-grid-row .r-grid-head-cell.actions, .grid thead .r-grid-row .r-grid-head-cell.actions, .grid tbody .r-grid-row .r-grid-head-cell.actions, .grid .r-grid-body tbody tr .r-grid-head-cell.actions, .grid tbody .r-grid-body tr .r-grid-head-cell.actions, .grid thead tbody tr .r-grid-head-cell.actions, .grid tbody thead tr .r-grid-head-cell.actions, .grid tbody tr .r-grid-head-cell.actions, .grid .r-grid-body .r-grid-row thead tr th.actions, .grid thead tr .r-grid-body .r-grid-row th.actions, .grid thead .r-grid-row tr th.actions, .grid thead tr .r-grid-row th.actions, .grid tbody .r-grid-row thead tr th.actions, .grid thead tr tbody .r-grid-row th.actions, .grid .r-grid-body tbody thead tr th.actions, .grid thead .r-grid-body tbody tr th.actions, .grid tbody .r-grid-body thead tr th.actions, .grid thead tbody .r-grid-body tr th.actions, .grid tbody thead tr th.actions, .grid thead tbody tr th.actions, .grid .r-grid-body .r-grid-row .r-grid-cell.actions, .grid thead .r-grid-row .r-grid-cell.actions, .grid tbody .r-grid-row .r-grid-cell.actions, .grid .r-grid-body tbody tr .r-grid-cell.actions, .grid tbody .r-grid-body tr .r-grid-cell.actions, .grid thead tbody tr .r-grid-cell.actions, .grid tbody thead tr .r-grid-cell.actions, .grid tbody tr .r-grid-cell.actions, .grid .r-grid-body .r-grid-row tbody tr th.actions, .grid tbody tr .r-grid-body .r-grid-row th.actions, .grid thead .r-grid-row tbody tr th.actions, .grid tbody tr thead .r-grid-row th.actions, .grid tbody .r-grid-row tr th.actions, .grid tbody tr .r-grid-row th.actions, .grid .r-grid-body tbody tr th.actions, .grid tbody .r-grid-body tr th.actions, .grid tbody tr th.actions {
          white-space: nowrap;
          width: 1px;
          text-align: center; }
  .grid .r-grid-head .r-grid-head-row, .grid .r-grid-head thead tr, .grid thead .r-grid-head tr {
    bbbborder: 1;
    border-bottom: 1px solid #EDEDED; }
    .grid .r-grid-head .r-grid-head-row .r-grid-head-cell, .grid .r-grid-head thead tr .r-grid-head-cell, .grid thead .r-grid-head tr .r-grid-head-cell, .grid .r-grid-head .r-grid-head-row thead tr th, .grid thead tr .r-grid-head .r-grid-head-row th, .grid .r-grid-head thead tr th, .grid thead .r-grid-head tr th {
      font-weight: 400;
      background-color: #3B3B3B;
      color: var(--color-primary-100);
      vertical-align: bottom; }
      .grid .r-grid-head .r-grid-head-row .r-grid-head-cell a, .grid .r-grid-head thead tr .r-grid-head-cell a, .grid thead .r-grid-head tr .r-grid-head-cell a, .grid .r-grid-head .r-grid-head-row thead tr th a, .grid thead tr .r-grid-head .r-grid-head-row th a, .grid .r-grid-head thead tr th a, .grid thead .r-grid-head tr th a {
        color: var(--color-primary-100); }
  .grid .r-grid-body .r-grid-row:hover, .grid thead .r-grid-row:hover, .grid tbody .r-grid-row:hover, .grid .r-grid-body tbody tr:hover, .grid tbody .r-grid-body tr:hover, .grid tbody tr:hover {
    zxzxzxasasasasa1121212: sdsd;
    background-color: #F8E5E9; }
  .grid .r-grid-body .r-grid-row:not(:first-child) .r-grid-cell, .grid thead .r-grid-row:not(:first-child) .r-grid-cell, .grid tbody .r-grid-row:not(:first-child) .r-grid-cell, .grid .r-grid-body tbody tr:not(:first-child) .r-grid-cell, .grid tbody .r-grid-body tr:not(:first-child) .r-grid-cell, .grid thead tbody tr:not(:first-child) .r-grid-cell, .grid tbody thead tr:not(:first-child) .r-grid-cell, .grid tbody tr:not(:first-child) .r-grid-cell, .grid .r-grid-body .r-grid-row:not(:first-child) tbody tr th, .grid tbody tr .r-grid-body .r-grid-row:not(:first-child) th, .grid thead .r-grid-row:not(:first-child) tbody tr th, .grid tbody tr thead .r-grid-row:not(:first-child) th, .grid tbody .r-grid-row:not(:first-child) tr th, .grid tbody tr .r-grid-row:not(:first-child) th, .grid .r-grid-body tbody tr:not(:first-child) th, .grid tbody .r-grid-body tr:not(:first-child) th, .grid tbody tr:not(:first-child) th {
    bbbborder: 2;
    border-top: 1px solid #EDEDED; }
  .grid .r-grid-body .r-grid-row .r-grid-cell .cell-label, .grid thead .r-grid-row .r-grid-cell .cell-label, .grid tbody .r-grid-row .r-grid-cell .cell-label, .grid .r-grid-body tbody tr .r-grid-cell .cell-label, .grid tbody .r-grid-body tr .r-grid-cell .cell-label, .grid thead tbody tr .r-grid-cell .cell-label, .grid tbody thead tr .r-grid-cell .cell-label, .grid tbody tr .r-grid-cell .cell-label, .grid .r-grid-body .r-grid-row tbody tr th .cell-label, .grid tbody tr .r-grid-body .r-grid-row th .cell-label, .grid thead .r-grid-row tbody tr th .cell-label, .grid tbody tr thead .r-grid-row th .cell-label, .grid tbody .r-grid-row tr th .cell-label, .grid tbody tr .r-grid-row th .cell-label, .grid .r-grid-body tbody tr th .cell-label, .grid tbody .r-grid-body tr th .cell-label, .grid thead tbody tr th .cell-label, .grid tbody thead tr th .cell-label, .grid tbody tr th .cell-label {
    display: none; }
  .grid thead tr th, .grid thead tr th a {
    background-color: transparent;
    color: var(--general-font-color); }

.item-archived {
  background-color: var(--color-secondary-25); }

.grid.grid-list {
  color: var(--general-font-color);
  border: 1px solid var(--color-secondary-10);
  background-color: transparent; }
  .grid.grid-list th {
    myTh: 3434;
    font: 300 17px "Karla";
    background-color: transparent;
    color: var(--general-font-color);
    border: none;
    border-bottom: 1px solid #DCDCDC; }
  .grid.grid-list th a {
    myTh: 3432;
    font: 300 17px "Karla";
    background-color: transparent;
    color: var(--general-font-color); }
  .grid.grid-list tbody {
    font: 400 17px "Karla";
    border-bottom: 1px solid #DCDCDC; }
    .grid.grid-list tbody tr {
      wewexcxw: 28;
      background-color: #F7F7F7;
      height: 47px; }
      .grid.grid-list tbody tr:hover:not(.row-archived):not(.expanded) {
        color: var(--general-font-color);
        background-color: #F8E5E9; }
      .grid.grid-list tbody tr:hover:not(.row-archived) .btn-grid-button, .grid.grid-list tbody tr:hover:not(.row-archived) .module-button {
        /*  , i {
        color: $grid-button-highlight-color;
    }*/
        /* &:hover {
        , i {
            color: $grid-button-hover-color;
        }
    }*/ }
        .grid.grid-list tbody tr:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover, .grid.grid-list tbody tr:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover i, .grid.grid-list tbody tr:hover:not(.row-archived) .module-button:not(.btn-as-link):hover, .grid.grid-list tbody tr:hover:not(.row-archived) .module-button:not(.btn-as-link):hover i {
          text-decoration: none; }
      .grid.grid-list tbody tr td {
        border: none; }
      .grid.grid-list tbody tr td:not(.actions) {
        padding-top: 13px; }
      .grid.grid-list tbody tr td a i {
        color: var(--color-primary-85); }

.grid.grid-list.active-grid.single > tbody tr:not(.row-archived) {
  background-color: #F7F7F7;
  background-color: transparent; }
  .grid.grid-list.active-grid.single > tbody tr:not(.row-archived):hover:not(.row-archived):not(.expanded) {
    color: var(--general-font-color);
    background-color: #F8E5E9; }
  .grid.grid-list.active-grid.single > tbody tr:not(.row-archived):hover:not(.row-archived) .btn-grid-button, .grid.grid-list.active-grid.single > tbody tr:not(.row-archived):hover:not(.row-archived) .module-button {
    /*  , i {
        color: $grid-button-highlight-color;
    }*/
    /* &:hover {
        , i {
            color: $grid-button-hover-color;
        }
    }*/ }
    .grid.grid-list.active-grid.single > tbody tr:not(.row-archived):hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover, .grid.grid-list.active-grid.single > tbody tr:not(.row-archived):hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover i, .grid.grid-list.active-grid.single > tbody tr:not(.row-archived):hover:not(.row-archived) .module-button:not(.btn-as-link):hover, .grid.grid-list.active-grid.single > tbody tr:not(.row-archived):hover:not(.row-archived) .module-button:not(.btn-as-link):hover i {
      text-decoration: none; }

.grid.grid-list.active-grid.multiple > tbody tr:not(.row-archived) {
  background-color: #F7F7F7; }
  .grid.grid-list.active-grid.multiple > tbody tr:not(.row-archived):hover:not(.row-archived):not(.expanded) {
    color: var(--general-font-color);
    background-color: #F8E5E9; }
  .grid.grid-list.active-grid.multiple > tbody tr:not(.row-archived):hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item), .grid.grid-list.active-grid.multiple > tbody tr:not(.row-archived):hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item) {
    /*  , i {
        color: $grid-button-highlight-color;
    }*/
    /* &:hover {
        , i {
            color: $grid-button-hover-color;
        }
    }*/ }
    .grid.grid-list.active-grid.multiple > tbody tr:not(.row-archived):hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover, .grid.grid-list.active-grid.multiple > tbody tr:not(.row-archived):hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover i, .grid.grid-list.active-grid.multiple > tbody tr:not(.row-archived):hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover, .grid.grid-list.active-grid.multiple > tbody tr:not(.row-archived):hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover i {
      text-decoration: none; }
  .grid.grid-list.active-grid.multiple > tbody tr:not(.row-archived):hover td tbody tr {
    background-color: var(--White-Color); }
    .grid.grid-list.active-grid.multiple > tbody tr:not(.row-archived):hover td tbody tr:hover:not(.row-archived):not(.expanded) {
      color: var(--general-font-color);
      background-color: #ff9cab; }

.grid.grid-list.active-grid.multiple td tbody tr {
  background-color: var(--White-Color); }
  .grid.grid-list.active-grid.multiple td tbody tr:hover .btn-grid-button, .grid.grid-list.active-grid.multiple td tbody tr:hover .module-button {
    /*  , i {
        color: $grid-button-highlight-color;
    }*/
    /* &:hover {
        , i {
            color: $grid-button-hover-color;
        }
    }*/ }
    .grid.grid-list.active-grid.multiple td tbody tr:hover .btn-grid-button:not(.btn-as-link):hover, .grid.grid-list.active-grid.multiple td tbody tr:hover .btn-grid-button:not(.btn-as-link):hover i, .grid.grid-list.active-grid.multiple td tbody tr:hover .module-button:not(.btn-as-link):hover, .grid.grid-list.active-grid.multiple td tbody tr:hover .module-button:not(.btn-as-link):hover i {
      text-decoration: none; }

.grid.grid-list.nonactive-grid tbody {
  /*background-color: $Grid-Single-Row_or_Card-back-color;*/ }
  .grid.grid-list.nonactive-grid tbody tr:hover {
    background-color: #F7F7F7; }

th.sort-ascending a {
  color: #FF4367 !important; }

th.sort-ascending:before {
  color: #FF4367; }

th.sort-ascending i {
  display: none;
  margin-left: 20px;
  font-size: 6px !important; }

th.sort-descending a {
  color: #FF4367 !important; }

th.sort-descending:before {
  color: #FF4367; }

th.sort-descending i {
  display: none;
  margin-left: 20px;
  font-size: 6px !important; }

th[data-sort]:before {
  font-size: 10px !important;
  padding-right: 2px; }

/* make search forms a compact so that they visually look more related */
.search {
  background-color: transparent !important;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .search > .form-group, .search fieldset {
    margin-right: 3rem; }
  .search .form-group.range-input .group-control {
    /*> .range-label {
                    //    @include make-column-lg(2);
                    text-align: center;
                    line-height: 32px;
                }*/ }
  .search .buttons-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
    @media (min-width: 600px) {
      .search .buttons-row {
        flex: 1; } }
    @media (min-width: 600px) {
      .search .buttons-row .buttons {
        flex: 1;
        text-align: right; } }

.grid-wrapper .r-grid {
  border: 0.1rem solid #EDEDED; }
  @media (min-width: 300px) and (max-width: 899px) {
    .grid-wrapper .r-grid {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      background-color: #fff;
      border: none; }
      .grid-wrapper .r-grid .r-grid-head {
        display: none; }
      .grid-wrapper .r-grid .r-grid-body, .grid-wrapper .r-grid .grid thead, .grid .grid-wrapper .r-grid thead, .grid-wrapper .r-grid .grid tbody, .grid .grid-wrapper .r-grid tbody {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        /*margin-left: -$grid-gutter-width;
        margin-right: -$grid-gutter-width;*/
        position: relative;
        border: none; }
        .grid-wrapper .r-grid .r-grid-body .r-grid-row, .grid-wrapper .r-grid .grid thead .r-grid-row, .grid .grid-wrapper .r-grid thead .r-grid-row, .grid-wrapper .r-grid .grid tbody .r-grid-row, .grid .grid-wrapper .r-grid tbody .r-grid-row, .grid-wrapper .r-grid .r-grid-body .grid tbody tr, .grid tbody .grid-wrapper .r-grid .r-grid-body tr, .grid-wrapper .r-grid .grid thead tbody tr, .grid-wrapper .r-grid .grid tbody thead tr, .grid .grid-wrapper .r-grid thead tbody tr, .grid tbody .grid-wrapper .r-grid thead tr, .grid-wrapper .r-grid .grid tbody tr, .grid .grid-wrapper .r-grid tbody tr {
          padding: 15px;
          bbbborder: 7;
          border-bottom: 1px solid #EDEDED;
          flex: 0 0 100%;
          max-width: 100%;
          /*&:nth-of-type(odd) .r-grid-cell {
                background-color: $table-accent-bg;
            }*/ } }
      @media (min-width: 300px) and (max-width: 899px) and (min-width: 576px) {
        .grid-wrapper .r-grid .r-grid-body .r-grid-row, .grid-wrapper .r-grid .grid thead .r-grid-row, .grid .grid-wrapper .r-grid thead .r-grid-row, .grid-wrapper .r-grid .grid tbody .r-grid-row, .grid .grid-wrapper .r-grid tbody .r-grid-row, .grid-wrapper .r-grid .r-grid-body .grid tbody tr, .grid tbody .grid-wrapper .r-grid .r-grid-body tr, .grid-wrapper .r-grid .grid thead tbody tr, .grid-wrapper .r-grid .grid tbody thead tr, .grid .grid-wrapper .r-grid thead tbody tr, .grid tbody .grid-wrapper .r-grid thead tr, .grid-wrapper .r-grid .grid tbody tr, .grid .grid-wrapper .r-grid tbody tr {
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (min-width: 300px) and (max-width: 899px) and (min-width: 768px) {
        .grid-wrapper .r-grid .r-grid-body .r-grid-row, .grid-wrapper .r-grid .grid thead .r-grid-row, .grid .grid-wrapper .r-grid thead .r-grid-row, .grid-wrapper .r-grid .grid tbody .r-grid-row, .grid .grid-wrapper .r-grid tbody .r-grid-row, .grid-wrapper .r-grid .r-grid-body .grid tbody tr, .grid tbody .grid-wrapper .r-grid .r-grid-body tr, .grid-wrapper .r-grid .grid thead tbody tr, .grid-wrapper .r-grid .grid tbody thead tr, .grid .grid-wrapper .r-grid thead tbody tr, .grid tbody .grid-wrapper .r-grid thead tr, .grid-wrapper .r-grid .grid tbody tr, .grid .grid-wrapper .r-grid tbody tr {
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (min-width: 300px) and (max-width: 899px) and (min-width: 992px) {
        .grid-wrapper .r-grid .r-grid-body .r-grid-row, .grid-wrapper .r-grid .grid thead .r-grid-row, .grid .grid-wrapper .r-grid thead .r-grid-row, .grid-wrapper .r-grid .grid tbody .r-grid-row, .grid .grid-wrapper .r-grid tbody .r-grid-row, .grid-wrapper .r-grid .r-grid-body .grid tbody tr, .grid tbody .grid-wrapper .r-grid .r-grid-body tr, .grid-wrapper .r-grid .grid thead tbody tr, .grid-wrapper .r-grid .grid tbody thead tr, .grid .grid-wrapper .r-grid thead tbody tr, .grid tbody .grid-wrapper .r-grid thead tr, .grid-wrapper .r-grid .grid tbody tr, .grid .grid-wrapper .r-grid tbody tr {
          flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
      @media (min-width: 300px) and (max-width: 899px) and (min-width: 1200px) {
        .grid-wrapper .r-grid .r-grid-body .r-grid-row, .grid-wrapper .r-grid .grid thead .r-grid-row, .grid .grid-wrapper .r-grid thead .r-grid-row, .grid-wrapper .r-grid .grid tbody .r-grid-row, .grid .grid-wrapper .r-grid tbody .r-grid-row, .grid-wrapper .r-grid .r-grid-body .grid tbody tr, .grid tbody .grid-wrapper .r-grid .r-grid-body tr, .grid-wrapper .r-grid .grid thead tbody tr, .grid-wrapper .r-grid .grid tbody thead tr, .grid .grid-wrapper .r-grid thead tbody tr, .grid tbody .grid-wrapper .r-grid thead tr, .grid-wrapper .r-grid .grid tbody tr, .grid .grid-wrapper .r-grid tbody tr {
          flex: 0 0 25%;
          max-width: 25%; } }
  @media (min-width: 300px) and (max-width: 899px) {
          .grid-wrapper .r-grid .r-grid-body .r-grid-row:hover .r-grid-cell, .grid-wrapper .r-grid .grid thead .r-grid-row:hover .r-grid-cell, .grid .grid-wrapper .r-grid thead .r-grid-row:hover .r-grid-cell, .grid-wrapper .r-grid .grid tbody .r-grid-row:hover .r-grid-cell, .grid .grid-wrapper .r-grid tbody .r-grid-row:hover .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .grid tbody tr:hover .r-grid-cell, .grid tbody .grid-wrapper .r-grid .r-grid-body tr:hover .r-grid-cell, .grid-wrapper .r-grid .grid thead tbody tr:hover .r-grid-cell, .grid-wrapper .r-grid .grid tbody thead tr:hover .r-grid-cell, .grid .grid-wrapper .r-grid thead tbody tr:hover .r-grid-cell, .grid tbody .grid-wrapper .r-grid thead tr:hover .r-grid-cell, .grid-wrapper .r-grid .grid tbody tr:hover .r-grid-cell, .grid .grid-wrapper .r-grid tbody tr:hover .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .r-grid-row:hover .grid tbody tr th, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row:hover th, .grid-wrapper .r-grid .grid thead .r-grid-row:hover tbody tr th, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row:hover th, .grid .grid-wrapper .r-grid thead .r-grid-row:hover tbody tr th, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row:hover th, .grid-wrapper .r-grid .grid tbody .r-grid-row:hover tr th, .grid-wrapper .r-grid .grid tbody tr .r-grid-row:hover th, .grid .grid-wrapper .r-grid tbody .r-grid-row:hover tr th, .grid .grid-wrapper .r-grid tbody tr .r-grid-row:hover th, .grid-wrapper .r-grid .r-grid-body .grid tbody tr:hover th, .grid tbody .grid-wrapper .r-grid .r-grid-body tr:hover th, .grid-wrapper .r-grid .grid thead tbody tr:hover th, .grid-wrapper .r-grid .grid tbody thead tr:hover th, .grid .grid-wrapper .r-grid thead tbody tr:hover th, .grid tbody .grid-wrapper .r-grid thead tr:hover th, .grid-wrapper .r-grid .grid tbody tr:hover th, .grid .grid-wrapper .r-grid tbody tr:hover th {
            background-color: #F8E5E9; }
          .grid-wrapper .r-grid .r-grid-body .r-grid-row.ui-sortable-helper, .grid-wrapper .r-grid .grid thead .r-grid-row.ui-sortable-helper, .grid .grid-wrapper .r-grid thead .r-grid-row.ui-sortable-helper, .grid-wrapper .r-grid .grid tbody .r-grid-row.ui-sortable-helper, .grid .grid-wrapper .r-grid tbody .r-grid-row.ui-sortable-helper, .grid-wrapper .r-grid .r-grid-body .grid tbody tr.ui-sortable-helper, .grid tbody .grid-wrapper .r-grid .r-grid-body tr.ui-sortable-helper, .grid-wrapper .r-grid .grid thead tbody tr.ui-sortable-helper, .grid-wrapper .r-grid .grid tbody thead tr.ui-sortable-helper, .grid .grid-wrapper .r-grid thead tbody tr.ui-sortable-helper, .grid tbody .grid-wrapper .r-grid thead tr.ui-sortable-helper, .grid-wrapper .r-grid .grid tbody tr.ui-sortable-helper, .grid .grid-wrapper .r-grid tbody tr.ui-sortable-helper {
            float: none; }
          .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th, .grid-wrapper .r-grid .grid thead tbody tr th, .grid-wrapper .r-grid .grid tbody thead tr th, .grid .grid-wrapper .r-grid thead tbody tr th, .grid tbody .grid-wrapper .r-grid thead tr th, .grid-wrapper .r-grid .grid tbody tr th, .grid .grid-wrapper .r-grid tbody tr th {
            bbbborder: 8;
            /*border: 1px solid $table-border-color;*/
            border-bottom: none;
            display: block;
            line-height: 1.42857;
            padding: 0.75rem;
            width: 100%; }
            .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell:last-child, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell:last-child, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell:last-child, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell:last-child, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell:last-child, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell:last-child, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell:last-child, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell:last-child, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell:last-child, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell:last-child, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell:last-child, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell:last-child, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell:last-child, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th:last-child, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th:last-child, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th:last-child, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th:last-child, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th:last-child, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th:last-child, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th:last-child, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th:last-child, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th:last-child, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th:last-child, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th:last-child, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th:last-child, .grid-wrapper .r-grid .grid thead tbody tr th:last-child, .grid-wrapper .r-grid .grid tbody thead tr th:last-child, .grid .grid-wrapper .r-grid thead tbody tr th:last-child, .grid tbody .grid-wrapper .r-grid thead tr th:last-child, .grid-wrapper .r-grid .grid tbody tr th:last-child, .grid .grid-wrapper .r-grid tbody tr th:last-child {
              bbbborder: 9;
              border-bottom: 1px solid #EDEDED; }
            .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell .cell-label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell .cell-label, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th .cell-label, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th .cell-label, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th .cell-label, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th .cell-label, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th .cell-label, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th .cell-label, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th .cell-label, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th .cell-label, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th .cell-label, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th .cell-label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .cell-label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th .cell-label, .grid-wrapper .r-grid .grid thead tbody tr th .cell-label, .grid-wrapper .r-grid .grid tbody thead tr th .cell-label, .grid .grid-wrapper .r-grid thead tbody tr th .cell-label, .grid tbody .grid-wrapper .r-grid thead tr th .cell-label, .grid-wrapper .r-grid .grid tbody tr th .cell-label, .grid .grid-wrapper .r-grid tbody tr th .cell-label {
              display: block;
              font-weight: bold; }
              .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell .cell-label a, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell .cell-label a, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell .cell-label a, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell .cell-label a, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell .cell-label a, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell .cell-label a, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell .cell-label a, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell .cell-label a, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell .cell-label a, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell .cell-label a, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell .cell-label a, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell .cell-label a, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell .cell-label a, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th .cell-label a, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th .cell-label a, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th .cell-label a, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th .cell-label a, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th .cell-label a, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th .cell-label a, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th .cell-label a, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th .cell-label a, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th .cell-label a, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th .cell-label a, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .cell-label a, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th .cell-label a, .grid-wrapper .r-grid .grid thead tbody tr th .cell-label a, .grid-wrapper .r-grid .grid tbody thead tr th .cell-label a, .grid .grid-wrapper .r-grid thead tbody tr th .cell-label a, .grid tbody .grid-wrapper .r-grid thead tr th .cell-label a, .grid-wrapper .r-grid .grid tbody tr th .cell-label a, .grid .grid-wrapper .r-grid tbody tr th .cell-label a {
                color: #212529;
                cursor: default; }
                .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell .cell-label a:hover, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell .cell-label a:hover, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell .cell-label a:hover, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell .cell-label a:hover, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell .cell-label a:hover, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell .cell-label a:hover, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th .cell-label a:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th .cell-label a:hover, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th .cell-label a:hover, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th .cell-label a:hover, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th .cell-label a:hover, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th .cell-label a:hover, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th .cell-label a:hover, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th .cell-label a:hover, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th .cell-label a:hover, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th .cell-label a:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .cell-label a:hover, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th .cell-label a:hover, .grid-wrapper .r-grid .grid thead tbody tr th .cell-label a:hover, .grid-wrapper .r-grid .grid tbody thead tr th .cell-label a:hover, .grid .grid-wrapper .r-grid thead tbody tr th .cell-label a:hover, .grid tbody .grid-wrapper .r-grid thead tr th .cell-label a:hover, .grid-wrapper .r-grid .grid tbody tr th .cell-label a:hover, .grid .grid-wrapper .r-grid tbody tr th .cell-label a:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell .cell-label a:focus, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell .cell-label a:focus, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell .cell-label a:focus, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell .cell-label a:focus, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell .cell-label a:focus, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell .cell-label a:focus, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th .cell-label a:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th .cell-label a:focus, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th .cell-label a:focus, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th .cell-label a:focus, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th .cell-label a:focus, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th .cell-label a:focus, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th .cell-label a:focus, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th .cell-label a:focus, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th .cell-label a:focus, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th .cell-label a:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .cell-label a:focus, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th .cell-label a:focus, .grid-wrapper .r-grid .grid thead tbody tr th .cell-label a:focus, .grid-wrapper .r-grid .grid tbody thead tr th .cell-label a:focus, .grid .grid-wrapper .r-grid thead tbody tr th .cell-label a:focus, .grid tbody .grid-wrapper .r-grid thead tr th .cell-label a:focus, .grid-wrapper .r-grid .grid tbody tr th .cell-label a:focus, .grid .grid-wrapper .r-grid tbody tr th .cell-label a:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell .cell-label a:active, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell .cell-label a:active, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell .cell-label a:active, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell .cell-label a:active, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell .cell-label a:active, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell .cell-label a:active, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th .cell-label a:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th .cell-label a:active, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th .cell-label a:active, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th .cell-label a:active, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th .cell-label a:active, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th .cell-label a:active, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th .cell-label a:active, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th .cell-label a:active, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th .cell-label a:active, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th .cell-label a:active, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .cell-label a:active, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th .cell-label a:active, .grid-wrapper .r-grid .grid thead tbody tr th .cell-label a:active, .grid-wrapper .r-grid .grid tbody thead tr th .cell-label a:active, .grid .grid-wrapper .r-grid thead tbody tr th .cell-label a:active, .grid tbody .grid-wrapper .r-grid thead tr th .cell-label a:active, .grid-wrapper .r-grid .grid tbody tr th .cell-label a:active, .grid .grid-wrapper .r-grid tbody tr th .cell-label a:active {
                  text-decoration: none; }
            .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th.actions, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions, .grid-wrapper .r-grid .grid thead tbody tr th.actions, .grid-wrapper .r-grid .grid tbody thead tr th.actions, .grid .grid-wrapper .r-grid thead tbody tr th.actions, .grid tbody .grid-wrapper .r-grid thead tr th.actions, .grid-wrapper .r-grid .grid tbody tr th.actions, .grid .grid-wrapper .r-grid tbody tr th.actions {
              display: inline-block;
              text-align: center;
              white-space: nowrap;
              width: 100%; }
              .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell.actions .cell-label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell.actions .cell-label, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th.actions .cell-label, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions .cell-label, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions .cell-label, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th.actions .cell-label, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions .cell-label, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions .cell-label, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions .cell-label, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions .cell-label, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions .cell-label, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions .cell-label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions .cell-label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions .cell-label, .grid-wrapper .r-grid .grid thead tbody tr th.actions .cell-label, .grid-wrapper .r-grid .grid tbody thead tr th.actions .cell-label, .grid .grid-wrapper .r-grid thead tbody tr th.actions .cell-label, .grid tbody .grid-wrapper .r-grid thead tr th.actions .cell-label, .grid-wrapper .r-grid .grid tbody tr th.actions .cell-label, .grid .grid-wrapper .r-grid tbody tr th.actions .cell-label {
                display: none; } }
  @media (min-width: 900px) {
    .grid-wrapper .r-grid {
      display: table;
      width: 100%;
      max-width: 100%;
      margin-bottom: 1rem;
      background-color: #fff; }
      .grid-wrapper .r-grid .r-grid-head, .grid-wrapper .r-grid .r-grid-body, .grid-wrapper .r-grid .grid thead, .grid .grid-wrapper .r-grid thead, .grid-wrapper .r-grid .grid tbody, .grid .grid-wrapper .r-grid tbody {
        display: table-row-group; }
        .grid-wrapper .r-grid .r-grid-head .r-grid-head-row, .grid-wrapper .r-grid .r-grid-head .grid thead tr, .grid thead .grid-wrapper .r-grid .r-grid-head tr, .grid-wrapper .r-grid .r-grid-head .r-grid-row, .grid-wrapper .r-grid .r-grid-head .grid tbody tr, .grid tbody .grid-wrapper .r-grid .r-grid-head tr, .grid-wrapper .r-grid .r-grid-body .r-grid-head-row, .grid-wrapper .r-grid .grid thead .r-grid-head-row, .grid .grid-wrapper .r-grid thead .r-grid-head-row, .grid-wrapper .r-grid .grid tbody .r-grid-head-row, .grid .grid-wrapper .r-grid tbody .r-grid-head-row, .grid-wrapper .r-grid .r-grid-body .grid thead tr, .grid thead .grid-wrapper .r-grid .r-grid-body tr, .grid-wrapper .r-grid .grid thead tr, .grid .grid-wrapper .r-grid thead tr, .grid-wrapper .r-grid .grid tbody thead tr, .grid-wrapper .r-grid .grid thead tbody tr, .grid .grid-wrapper .r-grid tbody thead tr, .grid thead .grid-wrapper .r-grid tbody tr, .grid-wrapper .r-grid .r-grid-body .r-grid-row, .grid-wrapper .r-grid .grid thead .r-grid-row, .grid .grid-wrapper .r-grid thead .r-grid-row, .grid-wrapper .r-grid .grid tbody .r-grid-row, .grid .grid-wrapper .r-grid tbody .r-grid-row, .grid-wrapper .r-grid .r-grid-body .grid tbody tr, .grid tbody .grid-wrapper .r-grid .r-grid-body tr, .grid-wrapper .r-grid .grid thead tbody tr, .grid-wrapper .r-grid .grid tbody thead tr, .grid .grid-wrapper .r-grid thead tbody tr, .grid tbody .grid-wrapper .r-grid thead tr, .grid-wrapper .r-grid .grid tbody tr, .grid .grid-wrapper .r-grid tbody tr {
          display: table-row; }
          .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .r-grid-head-cell, .grid-wrapper .r-grid .r-grid-head .grid thead tr .r-grid-head-cell, .grid thead .grid-wrapper .r-grid .r-grid-head tr .r-grid-head-cell, .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .grid thead tr th, .grid thead tr .grid-wrapper .r-grid .r-grid-head .r-grid-head-row th, .grid-wrapper .r-grid .r-grid-head .grid thead tr th, .grid thead .grid-wrapper .r-grid .r-grid-head tr th, .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .r-grid-cell, .grid-wrapper .r-grid .r-grid-head .grid thead tr .r-grid-cell, .grid thead .grid-wrapper .r-grid .r-grid-head tr .r-grid-cell, .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .grid tbody tr th, .grid tbody tr .grid-wrapper .r-grid .r-grid-head .r-grid-head-row th, .grid-wrapper .r-grid .r-grid-head .grid thead tbody tr th, .grid-wrapper .r-grid .r-grid-head .grid tbody thead tr th, .grid thead .grid-wrapper .r-grid .r-grid-head tbody tr th, .grid tbody thead .grid-wrapper .r-grid .r-grid-head tr th, .grid-wrapper .r-grid .r-grid-head .r-grid-row .r-grid-head-cell, .grid-wrapper .r-grid .r-grid-head .grid tbody tr .r-grid-head-cell, .grid tbody .grid-wrapper .r-grid .r-grid-head tr .r-grid-head-cell, .grid-wrapper .r-grid .r-grid-head .r-grid-row .grid thead tr th, .grid thead tr .grid-wrapper .r-grid .r-grid-head .r-grid-row th, .grid-wrapper .r-grid .r-grid-head .grid tbody thead tr th, .grid-wrapper .r-grid .r-grid-head .grid thead tbody tr th, .grid tbody .grid-wrapper .r-grid .r-grid-head thead tr th, .grid thead tbody .grid-wrapper .r-grid .r-grid-head tr th, .grid-wrapper .r-grid .r-grid-head .r-grid-row .r-grid-cell, .grid-wrapper .r-grid .r-grid-head .grid tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid .r-grid-head tr .r-grid-cell, .grid-wrapper .r-grid .r-grid-head .r-grid-row .grid tbody tr th, .grid tbody tr .grid-wrapper .r-grid .r-grid-head .r-grid-row th, .grid-wrapper .r-grid .r-grid-head .grid tbody tr th, .grid tbody .grid-wrapper .r-grid .r-grid-head tr th, .grid-wrapper .r-grid .r-grid-body .r-grid-head-row .r-grid-head-cell, .grid-wrapper .r-grid .grid thead .r-grid-head-row .r-grid-head-cell, .grid .grid-wrapper .r-grid thead .r-grid-head-row .r-grid-head-cell, .grid-wrapper .r-grid .grid tbody .r-grid-head-row .r-grid-head-cell, .grid .grid-wrapper .r-grid tbody .r-grid-head-row .r-grid-head-cell, .grid-wrapper .r-grid .r-grid-body .grid thead tr .r-grid-head-cell, .grid thead .grid-wrapper .r-grid .r-grid-body tr .r-grid-head-cell, .grid-wrapper .r-grid .grid thead tr .r-grid-head-cell, .grid .grid-wrapper .r-grid thead tr .r-grid-head-cell, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-head-cell, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-head-cell, .grid .grid-wrapper .r-grid tbody thead tr .r-grid-head-cell, .grid thead .grid-wrapper .r-grid tbody tr .r-grid-head-cell, .grid-wrapper .r-grid .r-grid-body .r-grid-head-row .grid thead tr th, .grid thead tr .grid-wrapper .r-grid .r-grid-body .r-grid-head-row th, .grid-wrapper .r-grid .grid thead .r-grid-head-row tr th, .grid-wrapper .r-grid .grid thead tr .r-grid-head-row th, .grid .grid-wrapper .r-grid thead .r-grid-head-row tr th, .grid .grid-wrapper .r-grid thead tr .r-grid-head-row th, .grid-wrapper .r-grid .grid tbody .r-grid-head-row thead tr th, .grid-wrapper .r-grid .grid thead tr tbody .r-grid-head-row th, .grid .grid-wrapper .r-grid tbody .r-grid-head-row thead tr th, .grid thead tr .grid-wrapper .r-grid tbody .r-grid-head-row th, .grid-wrapper .r-grid .r-grid-body .grid thead tr th, .grid thead .grid-wrapper .r-grid .r-grid-body tr th, .grid-wrapper .r-grid .grid thead tr th, .grid .grid-wrapper .r-grid thead tr th, .grid-wrapper .r-grid .grid tbody thead tr th, .grid-wrapper .r-grid .grid thead tbody tr th, .grid .grid-wrapper .r-grid tbody thead tr th, .grid thead .grid-wrapper .r-grid tbody tr th, .grid-wrapper .r-grid .r-grid-body .r-grid-head-row .r-grid-cell, .grid-wrapper .r-grid .grid thead .r-grid-head-row .r-grid-cell, .grid .grid-wrapper .r-grid thead .r-grid-head-row .r-grid-cell, .grid-wrapper .r-grid .grid tbody .r-grid-head-row .r-grid-cell, .grid .grid-wrapper .r-grid tbody .r-grid-head-row .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .grid thead tr .r-grid-cell, .grid thead .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell, .grid-wrapper .r-grid .grid thead tr .r-grid-cell, .grid .grid-wrapper .r-grid thead tr .r-grid-cell, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell, .grid .grid-wrapper .r-grid tbody thead tr .r-grid-cell, .grid thead .grid-wrapper .r-grid tbody tr .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .r-grid-head-row .grid tbody tr th, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-head-row th, .grid-wrapper .r-grid .grid thead .r-grid-head-row tbody tr th, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-head-row th, .grid .grid-wrapper .r-grid thead .r-grid-head-row tbody tr th, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-head-row th, .grid-wrapper .r-grid .grid tbody .r-grid-head-row tr th, .grid-wrapper .r-grid .grid tbody tr .r-grid-head-row th, .grid .grid-wrapper .r-grid tbody .r-grid-head-row tr th, .grid .grid-wrapper .r-grid tbody tr .r-grid-head-row th, .grid-wrapper .r-grid .r-grid-body .grid thead tbody tr th, .grid-wrapper .r-grid .r-grid-body .grid tbody thead tr th, .grid thead .grid-wrapper .r-grid .r-grid-body tbody tr th, .grid tbody thead .grid-wrapper .r-grid .r-grid-body tr th, .grid-wrapper .r-grid .grid thead tbody tr th, .grid-wrapper .r-grid .grid tbody thead tr th, .grid .grid-wrapper .r-grid thead tbody tr th, .grid tbody .grid-wrapper .r-grid thead tr th, .grid-wrapper .r-grid .grid tbody thead tr th, .grid-wrapper .r-grid .grid thead tbody tr th, .grid .grid-wrapper .r-grid tbody thead tr th, .grid thead .grid-wrapper .r-grid tbody tr th, .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-head-cell, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-head-cell, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-head-cell, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-head-cell, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-head-cell, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-head-cell, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-head-cell, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-head-cell, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-head-cell, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-head-cell, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-head-cell, .grid-wrapper .r-grid .grid tbody tr .r-grid-head-cell, .grid .grid-wrapper .r-grid tbody tr .r-grid-head-cell, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid thead tr th, .grid thead tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th, .grid-wrapper .r-grid .grid thead .r-grid-row tr th, .grid-wrapper .r-grid .grid thead tr .r-grid-row th, .grid .grid-wrapper .r-grid thead .r-grid-row tr th, .grid .grid-wrapper .r-grid thead tr .r-grid-row th, .grid-wrapper .r-grid .grid tbody .r-grid-row thead tr th, .grid-wrapper .r-grid .grid thead tr tbody .r-grid-row th, .grid .grid-wrapper .r-grid tbody .r-grid-row thead tr th, .grid thead tr .grid-wrapper .r-grid tbody .r-grid-row th, .grid-wrapper .r-grid .r-grid-body .grid tbody thead tr th, .grid-wrapper .r-grid .r-grid-body .grid thead tbody tr th, .grid tbody .grid-wrapper .r-grid .r-grid-body thead tr th, .grid thead tbody .grid-wrapper .r-grid .r-grid-body tr th, .grid-wrapper .r-grid .grid thead tbody tr th, .grid-wrapper .r-grid .grid tbody thead tr th, .grid .grid-wrapper .r-grid thead tbody tr th, .grid tbody .grid-wrapper .r-grid thead tr th, .grid-wrapper .r-grid .grid tbody thead tr th, .grid-wrapper .r-grid .grid thead tbody tr th, .grid .grid-wrapper .r-grid tbody thead tr th, .grid thead .grid-wrapper .r-grid tbody tr th, .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th, .grid-wrapper .r-grid .grid thead tbody tr th, .grid-wrapper .r-grid .grid tbody thead tr th, .grid .grid-wrapper .r-grid thead tbody tr th, .grid tbody .grid-wrapper .r-grid thead tr th, .grid-wrapper .r-grid .grid tbody tr th, .grid .grid-wrapper .r-grid tbody tr th {
            display: table-cell;
            line-height: 1.42857;
            padding: 0.75rem;
            vertical-align: top; }
            .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .r-grid-head-cell.actions, .grid-wrapper .r-grid .r-grid-head .grid thead tr .r-grid-head-cell.actions, .grid thead .grid-wrapper .r-grid .r-grid-head tr .r-grid-head-cell.actions, .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .grid thead tr th.actions, .grid thead tr .grid-wrapper .r-grid .r-grid-head .r-grid-head-row th.actions, .grid-wrapper .r-grid .r-grid-head .grid thead tr th.actions, .grid thead .grid-wrapper .r-grid .r-grid-head tr th.actions, .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-head .grid thead tr .r-grid-cell.actions, .grid thead .grid-wrapper .r-grid .r-grid-head tr .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .grid tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid .r-grid-head .r-grid-head-row th.actions, .grid-wrapper .r-grid .r-grid-head .grid thead tbody tr th.actions, .grid-wrapper .r-grid .r-grid-head .grid tbody thead tr th.actions, .grid thead .grid-wrapper .r-grid .r-grid-head tbody tr th.actions, .grid tbody thead .grid-wrapper .r-grid .r-grid-head tr th.actions, .grid-wrapper .r-grid .r-grid-head .r-grid-row .r-grid-head-cell.actions, .grid-wrapper .r-grid .r-grid-head .grid tbody tr .r-grid-head-cell.actions, .grid tbody .grid-wrapper .r-grid .r-grid-head tr .r-grid-head-cell.actions, .grid-wrapper .r-grid .r-grid-head .r-grid-row .grid thead tr th.actions, .grid thead tr .grid-wrapper .r-grid .r-grid-head .r-grid-row th.actions, .grid-wrapper .r-grid .r-grid-head .grid tbody thead tr th.actions, .grid-wrapper .r-grid .r-grid-head .grid thead tbody tr th.actions, .grid tbody .grid-wrapper .r-grid .r-grid-head thead tr th.actions, .grid thead tbody .grid-wrapper .r-grid .r-grid-head tr th.actions, .grid-wrapper .r-grid .r-grid-head .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-head .grid tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid .r-grid-head tr .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-head .r-grid-row .grid tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid .r-grid-head .r-grid-row th.actions, .grid-wrapper .r-grid .r-grid-head .grid tbody tr th.actions, .grid tbody .grid-wrapper .r-grid .r-grid-head tr th.actions, .grid-wrapper .r-grid .r-grid-body .r-grid-head-row .r-grid-head-cell.actions, .grid-wrapper .r-grid .grid thead .r-grid-head-row .r-grid-head-cell.actions, .grid .grid-wrapper .r-grid thead .r-grid-head-row .r-grid-head-cell.actions, .grid-wrapper .r-grid .grid tbody .r-grid-head-row .r-grid-head-cell.actions, .grid .grid-wrapper .r-grid tbody .r-grid-head-row .r-grid-head-cell.actions, .grid-wrapper .r-grid .r-grid-body .grid thead tr .r-grid-head-cell.actions, .grid thead .grid-wrapper .r-grid .r-grid-body tr .r-grid-head-cell.actions, .grid-wrapper .r-grid .grid thead tr .r-grid-head-cell.actions, .grid .grid-wrapper .r-grid thead tr .r-grid-head-cell.actions, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-head-cell.actions, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-head-cell.actions, .grid .grid-wrapper .r-grid tbody thead tr .r-grid-head-cell.actions, .grid thead .grid-wrapper .r-grid tbody tr .r-grid-head-cell.actions, .grid-wrapper .r-grid .r-grid-body .r-grid-head-row .grid thead tr th.actions, .grid thead tr .grid-wrapper .r-grid .r-grid-body .r-grid-head-row th.actions, .grid-wrapper .r-grid .grid thead .r-grid-head-row tr th.actions, .grid-wrapper .r-grid .grid thead tr .r-grid-head-row th.actions, .grid .grid-wrapper .r-grid thead .r-grid-head-row tr th.actions, .grid .grid-wrapper .r-grid thead tr .r-grid-head-row th.actions, .grid-wrapper .r-grid .grid tbody .r-grid-head-row thead tr th.actions, .grid-wrapper .r-grid .grid thead tr tbody .r-grid-head-row th.actions, .grid .grid-wrapper .r-grid tbody .r-grid-head-row thead tr th.actions, .grid thead tr .grid-wrapper .r-grid tbody .r-grid-head-row th.actions, .grid-wrapper .r-grid .r-grid-body .grid thead tr th.actions, .grid thead .grid-wrapper .r-grid .r-grid-body tr th.actions, .grid-wrapper .r-grid .grid thead tr th.actions, .grid .grid-wrapper .r-grid thead tr th.actions, .grid-wrapper .r-grid .grid tbody thead tr th.actions, .grid-wrapper .r-grid .grid thead tbody tr th.actions, .grid .grid-wrapper .r-grid tbody thead tr th.actions, .grid thead .grid-wrapper .r-grid tbody tr th.actions, .grid-wrapper .r-grid .r-grid-body .r-grid-head-row .r-grid-cell.actions, .grid-wrapper .r-grid .grid thead .r-grid-head-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid thead .r-grid-head-row .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody .r-grid-head-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid tbody .r-grid-head-row .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-body .grid thead tr .r-grid-cell.actions, .grid thead .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid thead tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid thead tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid tbody thead tr .r-grid-cell.actions, .grid thead .grid-wrapper .r-grid tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-body .r-grid-head-row .grid tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-head-row th.actions, .grid-wrapper .r-grid .grid thead .r-grid-head-row tbody tr th.actions, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-head-row th.actions, .grid .grid-wrapper .r-grid thead .r-grid-head-row tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-head-row th.actions, .grid-wrapper .r-grid .grid tbody .r-grid-head-row tr th.actions, .grid-wrapper .r-grid .grid tbody tr .r-grid-head-row th.actions, .grid .grid-wrapper .r-grid tbody .r-grid-head-row tr th.actions, .grid .grid-wrapper .r-grid tbody tr .r-grid-head-row th.actions, .grid-wrapper .r-grid .r-grid-body .grid thead tbody tr th.actions, .grid-wrapper .r-grid .r-grid-body .grid tbody thead tr th.actions, .grid thead .grid-wrapper .r-grid .r-grid-body tbody tr th.actions, .grid tbody thead .grid-wrapper .r-grid .r-grid-body tr th.actions, .grid-wrapper .r-grid .grid thead tbody tr th.actions, .grid-wrapper .r-grid .grid tbody thead tr th.actions, .grid .grid-wrapper .r-grid thead tbody tr th.actions, .grid tbody .grid-wrapper .r-grid thead tr th.actions, .grid-wrapper .r-grid .grid tbody thead tr th.actions, .grid-wrapper .r-grid .grid thead tbody tr th.actions, .grid .grid-wrapper .r-grid tbody thead tr th.actions, .grid thead .grid-wrapper .r-grid tbody tr th.actions, .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-head-cell.actions, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-head-cell.actions, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-head-cell.actions, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-head-cell.actions, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-head-cell.actions, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-head-cell.actions, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-head-cell.actions, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-head-cell.actions, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-head-cell.actions, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-head-cell.actions, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-head-cell.actions, .grid-wrapper .r-grid .grid tbody tr .r-grid-head-cell.actions, .grid .grid-wrapper .r-grid tbody tr .r-grid-head-cell.actions, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid thead tr th.actions, .grid thead tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions, .grid-wrapper .r-grid .grid thead .r-grid-row tr th.actions, .grid-wrapper .r-grid .grid thead tr .r-grid-row th.actions, .grid .grid-wrapper .r-grid thead .r-grid-row tr th.actions, .grid .grid-wrapper .r-grid thead tr .r-grid-row th.actions, .grid-wrapper .r-grid .grid tbody .r-grid-row thead tr th.actions, .grid-wrapper .r-grid .grid thead tr tbody .r-grid-row th.actions, .grid .grid-wrapper .r-grid tbody .r-grid-row thead tr th.actions, .grid thead tr .grid-wrapper .r-grid tbody .r-grid-row th.actions, .grid-wrapper .r-grid .r-grid-body .grid tbody thead tr th.actions, .grid-wrapper .r-grid .r-grid-body .grid thead tbody tr th.actions, .grid tbody .grid-wrapper .r-grid .r-grid-body thead tr th.actions, .grid thead tbody .grid-wrapper .r-grid .r-grid-body tr th.actions, .grid-wrapper .r-grid .grid thead tbody tr th.actions, .grid-wrapper .r-grid .grid tbody thead tr th.actions, .grid .grid-wrapper .r-grid thead tbody tr th.actions, .grid tbody .grid-wrapper .r-grid thead tr th.actions, .grid-wrapper .r-grid .grid tbody thead tr th.actions, .grid-wrapper .r-grid .grid thead tbody tr th.actions, .grid .grid-wrapper .r-grid tbody thead tr th.actions, .grid thead .grid-wrapper .r-grid tbody tr th.actions, .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th.actions, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions, .grid-wrapper .r-grid .grid thead tbody tr th.actions, .grid-wrapper .r-grid .grid tbody thead tr th.actions, .grid .grid-wrapper .r-grid thead tbody tr th.actions, .grid tbody .grid-wrapper .r-grid thead tr th.actions, .grid-wrapper .r-grid .grid tbody tr th.actions, .grid .grid-wrapper .r-grid tbody tr th.actions {
              white-space: nowrap;
              width: 1px;
              text-align: center; }
      .grid-wrapper .r-grid .r-grid-head .r-grid-head-row, .grid-wrapper .r-grid .r-grid-head .grid thead tr, .grid thead .grid-wrapper .r-grid .r-grid-head tr {
        bbbborder: 1;
        border-bottom: 1px solid #EDEDED; }
        .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .r-grid-head-cell, .grid-wrapper .r-grid .r-grid-head .grid thead tr .r-grid-head-cell, .grid thead .grid-wrapper .r-grid .r-grid-head tr .r-grid-head-cell, .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .grid thead tr th, .grid thead tr .grid-wrapper .r-grid .r-grid-head .r-grid-head-row th, .grid-wrapper .r-grid .r-grid-head .grid thead tr th, .grid thead .grid-wrapper .r-grid .r-grid-head tr th {
          font-weight: 400;
          background-color: #3B3B3B;
          color: var(--color-primary-100);
          vertical-align: bottom; }
          .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .r-grid-head-cell a, .grid-wrapper .r-grid .r-grid-head .grid thead tr .r-grid-head-cell a, .grid thead .grid-wrapper .r-grid .r-grid-head tr .r-grid-head-cell a, .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .grid thead tr th a, .grid thead tr .grid-wrapper .r-grid .r-grid-head .r-grid-head-row th a, .grid-wrapper .r-grid .r-grid-head .grid thead tr th a, .grid thead .grid-wrapper .r-grid .r-grid-head tr th a {
            color: var(--color-primary-100); }
      .grid-wrapper .r-grid .r-grid-body .r-grid-row:hover, .grid-wrapper .r-grid .grid thead .r-grid-row:hover, .grid .grid-wrapper .r-grid thead .r-grid-row:hover, .grid-wrapper .r-grid .grid tbody .r-grid-row:hover, .grid .grid-wrapper .r-grid tbody .r-grid-row:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr:hover, .grid tbody .grid-wrapper .r-grid .r-grid-body tr:hover, .grid-wrapper .r-grid .grid thead tbody tr:hover, .grid-wrapper .r-grid .grid tbody thead tr:hover, .grid .grid-wrapper .r-grid thead tbody tr:hover, .grid tbody .grid-wrapper .r-grid thead tr:hover, .grid-wrapper .r-grid .grid tbody tr:hover, .grid .grid-wrapper .r-grid tbody tr:hover {
        zxzxzxasasasasa1121212: sdsd;
        background-color: #F8E5E9; }
      .grid-wrapper .r-grid .r-grid-body .r-grid-row:not(:first-child) .r-grid-cell, .grid-wrapper .r-grid .grid thead .r-grid-row:not(:first-child) .r-grid-cell, .grid .grid-wrapper .r-grid thead .r-grid-row:not(:first-child) .r-grid-cell, .grid-wrapper .r-grid .grid tbody .r-grid-row:not(:first-child) .r-grid-cell, .grid .grid-wrapper .r-grid tbody .r-grid-row:not(:first-child) .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .grid tbody tr:not(:first-child) .r-grid-cell, .grid tbody .grid-wrapper .r-grid .r-grid-body tr:not(:first-child) .r-grid-cell, .grid-wrapper .r-grid .grid thead tbody tr:not(:first-child) .r-grid-cell, .grid-wrapper .r-grid .grid tbody thead tr:not(:first-child) .r-grid-cell, .grid .grid-wrapper .r-grid thead tbody tr:not(:first-child) .r-grid-cell, .grid tbody .grid-wrapper .r-grid thead tr:not(:first-child) .r-grid-cell, .grid-wrapper .r-grid .grid tbody tr:not(:first-child) .r-grid-cell, .grid .grid-wrapper .r-grid tbody tr:not(:first-child) .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .r-grid-row:not(:first-child) .grid tbody tr th, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row:not(:first-child) th, .grid-wrapper .r-grid .grid thead .r-grid-row:not(:first-child) tbody tr th, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row:not(:first-child) th, .grid .grid-wrapper .r-grid thead .r-grid-row:not(:first-child) tbody tr th, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row:not(:first-child) th, .grid-wrapper .r-grid .grid tbody .r-grid-row:not(:first-child) tr th, .grid-wrapper .r-grid .grid tbody tr .r-grid-row:not(:first-child) th, .grid .grid-wrapper .r-grid tbody .r-grid-row:not(:first-child) tr th, .grid .grid-wrapper .r-grid tbody tr .r-grid-row:not(:first-child) th, .grid-wrapper .r-grid .r-grid-body .grid tbody tr:not(:first-child) th, .grid tbody .grid-wrapper .r-grid .r-grid-body tr:not(:first-child) th, .grid-wrapper .r-grid .grid thead tbody tr:not(:first-child) th, .grid-wrapper .r-grid .grid tbody thead tr:not(:first-child) th, .grid .grid-wrapper .r-grid thead tbody tr:not(:first-child) th, .grid tbody .grid-wrapper .r-grid thead tr:not(:first-child) th, .grid-wrapper .r-grid .grid tbody tr:not(:first-child) th, .grid .grid-wrapper .r-grid tbody tr:not(:first-child) th {
        bbbborder: 2;
        border-top: 1px solid #EDEDED; }
      .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell .cell-label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell .cell-label, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th .cell-label, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th .cell-label, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th .cell-label, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th .cell-label, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th .cell-label, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th .cell-label, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th .cell-label, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th .cell-label, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th .cell-label, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th .cell-label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .cell-label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th .cell-label, .grid-wrapper .r-grid .grid thead tbody tr th .cell-label, .grid-wrapper .r-grid .grid tbody thead tr th .cell-label, .grid .grid-wrapper .r-grid thead tbody tr th .cell-label, .grid tbody .grid-wrapper .r-grid thead tr th .cell-label, .grid-wrapper .r-grid .grid tbody tr th .cell-label, .grid .grid-wrapper .r-grid tbody tr th .cell-label {
        display: none; } }
  @media (min-width: 600px) {
    .grid-wrapper .r-grid.cluttered-table {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      background-color: #fff;
      border: none; }
      .grid-wrapper .r-grid.cluttered-table .r-grid-head {
        display: none; }
      .grid-wrapper .r-grid.cluttered-table .r-grid-body, .grid-wrapper .r-grid.cluttered-table .grid thead, .grid .grid-wrapper .r-grid.cluttered-table thead, .grid-wrapper .r-grid.cluttered-table .grid tbody, .grid .grid-wrapper .r-grid.cluttered-table tbody {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        position: relative;
        border: none; }
        .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr, .grid-wrapper .r-grid.cluttered-table .grid tbody tr, .grid .grid-wrapper .r-grid.cluttered-table tbody tr {
          display: flex;
          flex-wrap: wrap;
          margin-right: -15px;
          margin-left: -15px;
          padding: 15px 0;
          border-top: 0.3rem solid #EDEDED;
          margin-left: 0;
          margin-right: 0;
          flex-basis: 100%; }
          .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row:hover, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row:hover, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row:hover, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row:hover, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr:hover, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr:hover, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr:hover, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr:hover, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody tr:hover, .grid .grid-wrapper .r-grid.cluttered-table tbody tr:hover {
            background-color: #F8E5E9; }
          .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row.ui-sortable-helper, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row.ui-sortable-helper, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row.ui-sortable-helper, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row.ui-sortable-helper, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row.ui-sortable-helper, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr.ui-sortable-helper, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr.ui-sortable-helper, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr.ui-sortable-helper, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr.ui-sortable-helper, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr.ui-sortable-helper, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr.ui-sortable-helper, .grid-wrapper .r-grid.cluttered-table .grid tbody tr.ui-sortable-helper, .grid .grid-wrapper .r-grid.cluttered-table tbody tr.ui-sortable-helper {
            float: none; }
          .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row:last-child, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row:last-child, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row:last-child, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row:last-child, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row:last-child, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr:last-child, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr:last-child, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr:last-child, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr:last-child, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr:last-child, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr:last-child, .grid-wrapper .r-grid.cluttered-table .grid tbody tr:last-child, .grid .grid-wrapper .r-grid.cluttered-table tbody tr:last-child {
            bbbborder: 10;
            border-bottom: 1px solid #EDEDED; }
          .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th {
            flex: 0 0 100%;
            max-width: 100%;
            border-bottom: none;
            line-height: 1.42857;
            padding: 0.75rem; } }
        @media (min-width: 600px) and (min-width: 600px) {
          .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th {
            flex: 0 0 50%;
            max-width: 50%; } }
  @media (min-width: 600px) {
            .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell .cell-label, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell .cell-label, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell .cell-label, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell .cell-label, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th .cell-label, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th .cell-label, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th .cell-label, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th .cell-label, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th .cell-label, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th .cell-label, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th .cell-label, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th .cell-label, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th .cell-label, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th .cell-label, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th .cell-label, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th .cell-label, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th .cell-label {
              display: block;
              font-weight: 500; }
              .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell .cell-label a, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell .cell-label a, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell .cell-label a, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell .cell-label a, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell .cell-label a, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell .cell-label a, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell .cell-label a, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell .cell-label a, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th .cell-label a, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th .cell-label a, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th .cell-label a, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th .cell-label a, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th .cell-label a, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th .cell-label a, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th .cell-label a, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th .cell-label a, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th .cell-label a, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th .cell-label a, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th .cell-label a {
                color: #212529;
                cursor: default; }
                .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell .cell-label a:hover, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell .cell-label a:hover, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell .cell-label a:hover, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell .cell-label a:hover, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell .cell-label a:hover, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell .cell-label a:hover, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th .cell-label a:hover, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th .cell-label a:hover, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th .cell-label a:hover, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th .cell-label a:hover, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th .cell-label a:hover, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th .cell-label a:hover, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th .cell-label a:hover, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th .cell-label a:hover, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th .cell-label a:hover, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell .cell-label a:focus, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell .cell-label a:focus, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell .cell-label a:focus, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell .cell-label a:focus, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell .cell-label a:focus, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell .cell-label a:focus, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th .cell-label a:focus, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th .cell-label a:focus, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th .cell-label a:focus, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th .cell-label a:focus, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th .cell-label a:focus, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th .cell-label a:focus, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th .cell-label a:focus, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th .cell-label a:focus, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th .cell-label a:focus, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell .cell-label a:active, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell .cell-label a:active, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell .cell-label a:active, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell .cell-label a:active, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell .cell-label a:active, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell .cell-label a:active, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th .cell-label a:active, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th .cell-label a:active, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th .cell-label a:active, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th .cell-label a:active, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th .cell-label a:active, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th .cell-label a:active, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th .cell-label a:active, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th .cell-label a:active, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th .cell-label a:active, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th .cell-label a:active {
                  text-decoration: none; }
            .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th.actions, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th.actions, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th.actions, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th.actions, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th.actions, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th.actions, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th.actions, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th.actions, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th.actions, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th.actions, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th.actions {
              display: inline-block;
              text-align: right;
              white-space: nowrap; } }
          @media (min-width: 600px) and (min-width: 600px) {
            .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th.actions, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th.actions, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th.actions, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th.actions, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th.actions, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th.actions, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th.actions, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th.actions, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th.actions, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th.actions, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th.actions {
              flex: 0 0 3%;
              width: 100%;
              max-width: none; } }
  @media (min-width: 600px) {
              .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell.actions:first-child, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell.actions:first-child, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell.actions:first-child, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell.actions:first-child, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell.actions:first-child, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell.actions:first-child, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell.actions:first-child, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell.actions:first-child, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th.actions:first-child, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th.actions:first-child, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th.actions:first-child, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th.actions:first-child, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th.actions:first-child, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th.actions:first-child, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th.actions:first-child, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th.actions:first-child, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th.actions:first-child, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th.actions:first-child, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th.actions:first-child {
                flex: 1; }
              .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell.actions .cell-label, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell.actions .cell-label, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th.actions .cell-label, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th.actions .cell-label, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th.actions .cell-label, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th.actions .cell-label, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th.actions .cell-label, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th.actions .cell-label, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th.actions .cell-label, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th.actions .cell-label, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th.actions .cell-label, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th.actions .cell-label {
                display: none; } }
  .grid-wrapper .r-grid .r-grid-head .r-grid-head-row, .grid-wrapper .r-grid .r-grid-head .grid thead tr, .grid thead .grid-wrapper .r-grid .r-grid-head tr {
    margin: 0; }
  .grid-wrapper .r-grid .r-grid-body, .grid-wrapper .r-grid .grid thead, .grid .grid-wrapper .r-grid thead, .grid-wrapper .r-grid .grid tbody, .grid .grid-wrapper .r-grid tbody {
    font-size: 1.4rem;
    padding: 0; }
    .grid-wrapper .r-grid .r-grid-body .r-grid-row, .grid-wrapper .r-grid .grid thead .r-grid-row, .grid .grid-wrapper .r-grid thead .r-grid-row, .grid-wrapper .r-grid .grid tbody .r-grid-row, .grid .grid-wrapper .r-grid tbody .r-grid-row, .grid-wrapper .r-grid .r-grid-body .grid tbody tr, .grid tbody .grid-wrapper .r-grid .r-grid-body tr, .grid-wrapper .r-grid .grid thead tbody tr, .grid-wrapper .r-grid .grid tbody thead tr, .grid .grid-wrapper .r-grid thead tbody tr, .grid tbody .grid-wrapper .r-grid thead tr, .grid-wrapper .r-grid .grid tbody tr, .grid .grid-wrapper .r-grid tbody tr {
      transition: background-color 0.5s;
      margin: 0; }
      @media (min-width: 600px) and (max-width: 899px) {
        .grid-wrapper .r-grid .r-grid-body .r-grid-row:nth-of-type(even), .grid-wrapper .r-grid .grid thead .r-grid-row:nth-of-type(even), .grid .grid-wrapper .r-grid thead .r-grid-row:nth-of-type(even), .grid-wrapper .r-grid .grid tbody .r-grid-row:nth-of-type(even), .grid .grid-wrapper .r-grid tbody .r-grid-row:nth-of-type(even), .grid-wrapper .r-grid .r-grid-body .grid tbody tr:nth-of-type(even), .grid tbody .grid-wrapper .r-grid .r-grid-body tr:nth-of-type(even), .grid-wrapper .r-grid .grid thead tbody tr:nth-of-type(even), .grid-wrapper .r-grid .grid tbody thead tr:nth-of-type(even), .grid .grid-wrapper .r-grid thead tbody tr:nth-of-type(even), .grid tbody .grid-wrapper .r-grid thead tr:nth-of-type(even), .grid-wrapper .r-grid .grid tbody tr:nth-of-type(even), .grid .grid-wrapper .r-grid tbody tr:nth-of-type(even) {
          border-left: 1px solid #EDEDED; } }
      .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th, .grid-wrapper .r-grid .grid thead tbody tr th, .grid-wrapper .r-grid .grid tbody thead tr th, .grid .grid-wrapper .r-grid thead tbody tr th, .grid tbody .grid-wrapper .r-grid thead tr th, .grid-wrapper .r-grid .grid tbody tr th, .grid .grid-wrapper .r-grid tbody tr th {
        background-color: transparent;
        color: var(--general-font-color); }
        .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell:last-child, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell:last-child, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell:last-child, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell:last-child, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell:last-child, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell:last-child, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell:last-child, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell:last-child, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell:last-child, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell:last-child, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell:last-child, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell:last-child, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell:last-child, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th:last-child, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th:last-child, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th:last-child, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th:last-child, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th:last-child, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th:last-child, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th:last-child, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th:last-child, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th:last-child, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th:last-child, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th:last-child, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th:last-child, .grid-wrapper .r-grid .grid thead tbody tr th:last-child, .grid-wrapper .r-grid .grid tbody thead tr th:last-child, .grid .grid-wrapper .r-grid thead tbody tr th:last-child, .grid tbody .grid-wrapper .r-grid thead tr th:last-child, .grid-wrapper .r-grid .grid tbody tr th:last-child, .grid .grid-wrapper .r-grid tbody tr th:last-child {
          border-bottom: none; }
        .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th.actions, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions, .grid-wrapper .r-grid .grid thead tbody tr th.actions, .grid-wrapper .r-grid .grid tbody thead tr th.actions, .grid .grid-wrapper .r-grid thead tbody tr th.actions, .grid tbody .grid-wrapper .r-grid thead tr th.actions, .grid-wrapper .r-grid .grid tbody tr th.actions, .grid .grid-wrapper .r-grid tbody tr th.actions {
          width: auto;
          text-align: left; }
          @media (min-width: 300px) and (max-width: 899px) {
            .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell.actions .cell-label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell.actions .cell-label, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th.actions .cell-label, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions .cell-label, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions .cell-label, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th.actions .cell-label, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions .cell-label, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions .cell-label, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions .cell-label, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions .cell-label, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions .cell-label, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions .cell-label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions .cell-label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions .cell-label, .grid-wrapper .r-grid .grid thead tbody tr th.actions .cell-label, .grid-wrapper .r-grid .grid tbody thead tr th.actions .cell-label, .grid .grid-wrapper .r-grid thead tbody tr th.actions .cell-label, .grid tbody .grid-wrapper .r-grid thead tr th.actions .cell-label, .grid-wrapper .r-grid .grid tbody tr th.actions .cell-label, .grid .grid-wrapper .r-grid tbody tr th.actions .cell-label {
              display: block; } }
          .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions .btn, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions .btn, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions .btn, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions .btn, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions .btn, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell.actions .btn, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions .btn, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell.actions .btn, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell.actions .btn, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell.actions .btn, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions .btn, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions .btn, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions .btn, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th.actions .btn, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions .btn, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions .btn, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th.actions .btn, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions .btn, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions .btn, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions .btn, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions .btn, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions .btn, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions .btn, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions .btn, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions .btn, .grid-wrapper .r-grid .grid thead tbody tr th.actions .btn, .grid-wrapper .r-grid .grid tbody thead tr th.actions .btn, .grid .grid-wrapper .r-grid thead tbody tr th.actions .btn, .grid tbody .grid-wrapper .r-grid thead tr th.actions .btn, .grid-wrapper .r-grid .grid tbody tr th.actions .btn, .grid .grid-wrapper .r-grid tbody tr th.actions .btn, .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions .radio-list label, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions label, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions label, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions .radio-list label, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions label, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions label, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions .radio-list label, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell.actions .radio-list label, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell.actions label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions .radio-list label, .radio-list .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions label, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell.actions label, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell.actions label, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell.actions .radio-list label, .radio-list .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell.actions label, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions .radio-list label, .radio-list .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions label, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions label, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions .radio-list label, .radio-list .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions label, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th.actions .radio-list label, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th.actions label, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions .radio-list label, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions label, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions label, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th.actions label, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions .radio-list label, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions label, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions .radio-list label, .radio-list .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions label, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions label, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions label, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions .radio-list label, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions label, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions .radio-list label, .radio-list .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions .radio-list label, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions .radio-list label, .radio-list .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions label, .grid-wrapper .r-grid .grid thead tbody tr th.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th.actions label, .grid-wrapper .r-grid .grid tbody thead tr th.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody thead tr th.actions label, .grid .grid-wrapper .r-grid thead tbody tr th.actions .radio-list label, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th.actions label, .grid tbody .grid-wrapper .r-grid thead tr th.actions .radio-list label, .radio-list .grid tbody .grid-wrapper .r-grid thead tr th.actions label, .grid-wrapper .r-grid .grid tbody tr th.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody tr th.actions label, .grid .grid-wrapper .r-grid tbody tr th.actions .radio-list label, .radio-list .grid .grid-wrapper .r-grid tbody tr th.actions label, .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions .cancel, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions .cancel, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions .cancel, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions .cancel, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions .cancel, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions .select-grid-cols .cancel, .select-grid-cols .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions .cancel, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions .select-grid-cols .cancel, .select-grid-cols .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions .cancel, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions .cancel, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions .cancel, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions .select-grid-cols .cancel, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions .cancel, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions .cancel, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions .cancel, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions .select-grid-cols .cancel, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions .cancel, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions .cancel, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions .cancel, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions .cancel, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions .cancel, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions .cancel, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions .cancel, .grid-wrapper .r-grid .grid thead tbody tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid thead tbody tr th.actions .cancel, .grid-wrapper .r-grid .grid tbody thead tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid tbody thead tr th.actions .cancel, .grid .grid-wrapper .r-grid thead tbody tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid thead tbody tr th.actions .cancel, .grid tbody .grid-wrapper .r-grid thead tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid tbody .grid-wrapper .r-grid thead tr th.actions .cancel, .grid-wrapper .r-grid .grid tbody tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th.actions .cancel, .grid .grid-wrapper .r-grid tbody tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th.actions .cancel, .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions .apply, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions .apply, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions .apply, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions .apply, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions .apply, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions .select-grid-cols .apply, .select-grid-cols .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions .apply, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions .select-grid-cols .apply, .select-grid-cols .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions .apply, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions .apply, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions .apply, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions .select-grid-cols .apply, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions .apply, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions .apply, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions .apply, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions .select-grid-cols .apply, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions .apply, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions .apply, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions .apply, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions .apply, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions .apply, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions .apply, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions .select-grid-cols .apply, .select-grid-cols .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions .apply, .grid-wrapper .r-grid .grid thead tbody tr th.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid thead tbody tr th.actions .apply, .grid-wrapper .r-grid .grid tbody thead tr th.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid tbody thead tr th.actions .apply, .grid .grid-wrapper .r-grid thead tbody tr th.actions .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid thead tbody tr th.actions .apply, .grid tbody .grid-wrapper .r-grid thead tr th.actions .select-grid-cols .apply, .select-grid-cols .grid tbody .grid-wrapper .r-grid thead tr th.actions .apply, .grid-wrapper .r-grid .grid tbody tr th.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th.actions .apply, .grid .grid-wrapper .r-grid tbody tr th.actions .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th.actions .apply {
            min-width: unset;
            padding: 0;
            margin-bottom: 0; }
        .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell .cell-label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell .cell-label, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th .cell-label, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th .cell-label, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th .cell-label, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th .cell-label, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th .cell-label, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th .cell-label, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th .cell-label, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th .cell-label, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th .cell-label, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th .cell-label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .cell-label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th .cell-label, .grid-wrapper .r-grid .grid thead tbody tr th .cell-label, .grid-wrapper .r-grid .grid tbody thead tr th .cell-label, .grid .grid-wrapper .r-grid thead tbody tr th .cell-label, .grid tbody .grid-wrapper .r-grid thead tr th .cell-label, .grid-wrapper .r-grid .grid tbody tr th .cell-label, .grid .grid-wrapper .r-grid tbody tr th .cell-label {
          color: var(--general-font-color);
          font-size: 1.2rem;
          font-weight: 600; }
    .grid-wrapper .r-grid .r-grid-body.item-archived, .grid-wrapper .r-grid .grid thead.item-archived, .grid .grid-wrapper .r-grid thead.item-archived, .grid-wrapper .r-grid .grid tbody.item-archived, .grid .grid-wrapper .r-grid tbody.item-archived {
      background-color: var(--color-secondary-25); }
      .grid-wrapper .r-grid .r-grid-body.item-archived .cell-label, .grid-wrapper .r-grid .grid thead.item-archived .cell-label, .grid .grid-wrapper .r-grid thead.item-archived .cell-label, .grid-wrapper .r-grid .grid tbody.item-archived .cell-label, .grid .grid-wrapper .r-grid tbody.item-archived .cell-label {
        color: white; }
    .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn, .grid-wrapper .r-grid .grid thead tbody tr th .btn, .grid-wrapper .r-grid .grid tbody tr thead th .btn, .grid .grid-wrapper .r-grid thead tbody tr th .btn, .grid tbody tr .grid-wrapper .r-grid thead th .btn, .grid-wrapper .r-grid .grid tbody tr th .btn, .grid .grid-wrapper .r-grid tbody tr th .btn, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label, .grid-wrapper .r-grid .grid tbody tr th .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody tr th label, .grid .grid-wrapper .r-grid tbody tr th .radio-list label, .radio-list .grid .grid-wrapper .r-grid tbody tr th label, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn, .grid-wrapper .r-grid .grid thead tbody tr th a.btn, .grid-wrapper .r-grid .grid tbody tr thead th a.btn, .grid .grid-wrapper .r-grid thead tbody tr th a.btn, .grid tbody tr .grid-wrapper .r-grid thead th a.btn, .grid-wrapper .r-grid .grid tbody tr th a.btn, .grid .grid-wrapper .r-grid tbody tr th a.btn, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply {
      /*font-size: 1.5rem ; // override it in buttons.scss(Application)*/
      /*padding: .5rem 1.5rem; // override it in buttons.scss(Application)*/
      background-color: transparent;
      color: var(--general-primary-color);
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      border: transparent solid 2px;
      border-radius: 34px;
      border: none;
      background: inherit; }
      .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:not([data-action]), .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:not([data-action]), .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:not([data-action]), .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:not([data-action]), .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:not([data-action]), .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:not([data-action]), .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:not([data-action]), .grid-wrapper .r-grid .grid thead tbody tr th .btn:not([data-action]), .grid-wrapper .r-grid .grid tbody tr thead th .btn:not([data-action]), .grid .grid-wrapper .r-grid thead tbody tr th .btn:not([data-action]), .grid tbody tr .grid-wrapper .r-grid thead th .btn:not([data-action]), .grid-wrapper .r-grid .grid tbody tr th .btn:not([data-action]), .grid .grid-wrapper .r-grid tbody tr th .btn:not([data-action]), .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:not([data-action]), .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:not([data-action]), .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:not([data-action]), .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:not([data-action]), .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:not([data-action]), .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:not([data-action]), .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:not([data-action]), .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:not([data-action]), .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:not([data-action]), .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:not([data-action]), .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:not([data-action]), .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:not([data-action]), .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:not([data-action]), .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:not([data-action]), .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:not([data-action]), .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:not([data-action]), .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:not([data-action]), .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:not([data-action]), .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:not([data-action]), .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:not([data-action]), .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:not([data-action]), .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:not([data-action]), .grid-wrapper .r-grid .grid tbody tr th .radio-list label:not([data-action]), .radio-list .grid-wrapper .r-grid .grid tbody tr th label:not([data-action]), .grid .grid-wrapper .r-grid tbody tr th .radio-list label:not([data-action]), .radio-list .grid .grid-wrapper .r-grid tbody tr th label:not([data-action]), .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:not([data-action]), .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:not([data-action]), .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:not([data-action]), .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:not([data-action]), .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:not([data-action]), .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:not([data-action]), .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:not([data-action]), .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:not([data-action]), .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:not([data-action]), .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:not([data-action]), .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:not([data-action]), .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:not([data-action]), .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:not([data-action]), .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:not([data-action]), .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:not([data-action]), .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:not([data-action]), .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:not([data-action]), .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:not([data-action]), .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:not([data-action]), .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:not([data-action]), .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:not([data-action]), .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:not([data-action]), .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:not([data-action]), .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:not([data-action]), .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:not([data-action]), .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:not([data-action]), .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:not([data-action]), .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:not([data-action]), .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:not([data-action]), .grid-wrapper .r-grid .grid thead tbody tr th a.btn:not([data-action]), .grid-wrapper .r-grid .grid tbody tr thead th a.btn:not([data-action]), .grid .grid-wrapper .r-grid thead tbody tr th a.btn:not([data-action]), .grid tbody tr .grid-wrapper .r-grid thead th a.btn:not([data-action]), .grid-wrapper .r-grid .grid tbody tr th a.btn:not([data-action]), .grid .grid-wrapper .r-grid tbody tr th a.btn:not([data-action]), .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:not([data-action]), .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:not([data-action]), .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:not([data-action]), .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:not([data-action]), .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:not([data-action]), .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:not([data-action]), .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:not([data-action]), .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:not([data-action]), .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:not([data-action]), .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:not([data-action]), .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:not([data-action]), .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:not([data-action]), .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:not([data-action]), .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:not([data-action]), .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:not([data-action]), .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:not([data-action]), .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:not([data-action]), .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:not([data-action]), .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:not([data-action]), .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:not([data-action]), .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:not([data-action]), .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:not([data-action]) {
        /*min-width: 10rem; // override it in buttons.scss(Application)*/ }
      .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:hover, .grid-wrapper .r-grid .grid thead tbody tr th .btn:hover, .grid-wrapper .r-grid .grid tbody tr thead th .btn:hover, .grid .grid-wrapper .r-grid thead tbody tr th .btn:hover, .grid tbody tr .grid-wrapper .r-grid thead th .btn:hover, .grid-wrapper .r-grid .grid tbody tr th .btn:hover, .grid .grid-wrapper .r-grid tbody tr th .btn:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:hover, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:hover, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:hover, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:hover, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:hover, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:hover, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:hover, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:hover, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:hover, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:hover, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:hover, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:hover, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:hover, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:hover, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:hover, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:hover, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:hover, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:hover, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:hover, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:focus, .grid-wrapper .r-grid .grid thead tbody tr th .btn:focus, .grid-wrapper .r-grid .grid tbody tr thead th .btn:focus, .grid .grid-wrapper .r-grid thead tbody tr th .btn:focus, .grid tbody tr .grid-wrapper .r-grid thead th .btn:focus, .grid-wrapper .r-grid .grid tbody tr th .btn:focus, .grid .grid-wrapper .r-grid tbody tr th .btn:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:focus, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:focus, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:focus, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:focus, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:focus, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:focus, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:focus, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:focus, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:focus, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:focus, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:focus, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:focus, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:focus, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:focus, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:focus, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:focus, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:focus, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:focus, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:focus, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:hover, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:hover, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:hover, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:hover, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:hover, .grid-wrapper .r-grid .grid tbody tr th a.btn:hover, .grid .grid-wrapper .r-grid tbody tr th a.btn:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:focus, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:focus, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:focus, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:focus, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:focus, .grid-wrapper .r-grid .grid tbody tr th a.btn:focus, .grid .grid-wrapper .r-grid tbody tr th a.btn:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:focus {
        background-color: transparent;
        box-shadow: none;
        color: var(--color-primary-100);
        border-color: transparent; }
      .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:active, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:active, .grid-wrapper .r-grid .grid thead tbody tr th .btn:active, .grid-wrapper .r-grid .grid tbody tr thead th .btn:active, .grid .grid-wrapper .r-grid thead tbody tr th .btn:active, .grid tbody tr .grid-wrapper .r-grid thead th .btn:active, .grid-wrapper .r-grid .grid tbody tr th .btn:active, .grid .grid-wrapper .r-grid tbody tr th .btn:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:active, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:active, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:active, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:active, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:active, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:active, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:active, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:active, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:active, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:active, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:active, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:active, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:active, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:active, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:active, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:active, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:active, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:active, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:active, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:active, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:active, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:active, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:active, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:active, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:active, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:active, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:active, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:active, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:active, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:active, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:active, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:active, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:active, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:active, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:active, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:active, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:active, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:active, .grid-wrapper .r-grid .grid tbody tr th a.btn:active, .grid .grid-wrapper .r-grid tbody tr th a.btn:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:active, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:active, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:active, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:active, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:active, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:active, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:active, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:active, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:active, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:active, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:active {
        color: var(--color-primary-100);
        border-color: transparent;
        background-color: transparent;
        box-shadow: none; }
        .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:active:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:active:hover, .grid-wrapper .r-grid .grid thead tbody tr th .btn:active:hover, .grid-wrapper .r-grid .grid tbody tr thead th .btn:active:hover, .grid .grid-wrapper .r-grid thead tbody tr th .btn:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .btn:active:hover, .grid-wrapper .r-grid .grid tbody tr th .btn:active:hover, .grid .grid-wrapper .r-grid tbody tr th .btn:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:active:hover, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:active:hover, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:active:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:active:hover, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:active:hover, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:active:hover, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:active:hover, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:active:hover, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:active:hover, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:active:hover, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:active:hover, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:active:hover, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:active:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:active:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:active:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:active:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:active:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:active:focus, .grid-wrapper .r-grid .grid thead tbody tr th .btn:active:focus, .grid-wrapper .r-grid .grid tbody tr thead th .btn:active:focus, .grid .grid-wrapper .r-grid thead tbody tr th .btn:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .btn:active:focus, .grid-wrapper .r-grid .grid tbody tr th .btn:active:focus, .grid .grid-wrapper .r-grid tbody tr th .btn:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:active:focus, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:active:focus, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:active:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:active:focus, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:active:focus, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:active:focus, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:active:focus, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:active:focus, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:active:focus, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:active:focus, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:active:focus, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:active:focus, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:active:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:active:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:active:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:active:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:active:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:active:hover, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:active:hover, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:active:hover, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:active:hover, .grid-wrapper .r-grid .grid tbody tr th a.btn:active:hover, .grid .grid-wrapper .r-grid tbody tr th a.btn:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:active:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:active:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:active:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:active:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:active:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:active:focus, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:active:focus, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:active:focus, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:active:focus, .grid-wrapper .r-grid .grid tbody tr th a.btn:active:focus, .grid .grid-wrapper .r-grid tbody tr th a.btn:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:active:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:active:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:active:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:active:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:active:focus {
          color: var(--color-primary-100);
          border-color: transparent;
          box-shadow: none;
          background-color: transparent;
          box-shadow: none; }
      .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:active, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:active, .grid-wrapper .r-grid .grid thead tbody tr th .btn:active, .grid-wrapper .r-grid .grid tbody tr thead th .btn:active, .grid .grid-wrapper .r-grid thead tbody tr th .btn:active, .grid tbody tr .grid-wrapper .r-grid thead th .btn:active, .grid-wrapper .r-grid .grid tbody tr th .btn:active, .grid .grid-wrapper .r-grid tbody tr th .btn:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:active, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:active, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:active, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:active, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:active, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:active, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:active, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:active, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:active, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:active, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:active, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:active, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:active, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:active, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:active, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:active, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:active, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:active, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:active, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:active, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:active, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:active, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:active, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:active, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:active, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:active, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:active, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:active, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:active, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:active, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:active, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:active, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:active, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:active, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:active, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:active, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:active, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:active, .grid-wrapper .r-grid .grid tbody tr th a.btn:active, .grid .grid-wrapper .r-grid tbody tr th a.btn:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:active, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:active, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:active, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:active, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:active, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:active, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:active, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:active, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:active, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:active, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:active {
        background-color: inherit; }
      .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:hover, .grid-wrapper .r-grid .grid thead tbody tr th .btn:hover, .grid-wrapper .r-grid .grid tbody tr thead th .btn:hover, .grid .grid-wrapper .r-grid thead tbody tr th .btn:hover, .grid tbody tr .grid-wrapper .r-grid thead th .btn:hover, .grid-wrapper .r-grid .grid tbody tr th .btn:hover, .grid .grid-wrapper .r-grid tbody tr th .btn:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:hover, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:hover, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:hover, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:hover, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:hover, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:hover, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:hover, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:hover, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:hover, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:hover, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:hover, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:hover, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:hover, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:hover, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:hover, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:hover, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:hover, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:hover, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:hover, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:focus, .grid-wrapper .r-grid .grid thead tbody tr th .btn:focus, .grid-wrapper .r-grid .grid tbody tr thead th .btn:focus, .grid .grid-wrapper .r-grid thead tbody tr th .btn:focus, .grid tbody tr .grid-wrapper .r-grid thead th .btn:focus, .grid-wrapper .r-grid .grid tbody tr th .btn:focus, .grid .grid-wrapper .r-grid tbody tr th .btn:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:focus, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:focus, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:focus, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:focus, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:focus, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:focus, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:focus, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:focus, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:focus, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:focus, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:focus, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:focus, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:focus, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:focus, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:focus, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:focus, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:focus, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:focus, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:focus, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:active:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:active:hover, .grid-wrapper .r-grid .grid thead tbody tr th .btn:active:hover, .grid-wrapper .r-grid .grid tbody tr thead th .btn:active:hover, .grid .grid-wrapper .r-grid thead tbody tr th .btn:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .btn:active:hover, .grid-wrapper .r-grid .grid tbody tr th .btn:active:hover, .grid .grid-wrapper .r-grid tbody tr th .btn:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:active:hover, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:active:hover, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:active:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:active:hover, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:active:hover, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:active:hover, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:active:hover, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:active:hover, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:active:hover, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:active:hover, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:active:hover, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:active:hover, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:active:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:active:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:active:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:active:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:active:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:active:focus, .grid-wrapper .r-grid .grid thead tbody tr th .btn:active:focus, .grid-wrapper .r-grid .grid tbody tr thead th .btn:active:focus, .grid .grid-wrapper .r-grid thead tbody tr th .btn:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .btn:active:focus, .grid-wrapper .r-grid .grid tbody tr th .btn:active:focus, .grid .grid-wrapper .r-grid tbody tr th .btn:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:active:focus, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:active:focus, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:active:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:active:focus, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:active:focus, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:active:focus, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:active:focus, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:active:focus, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:active:focus, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:active:focus, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:active:focus, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:active:focus, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:active:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:active:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:active:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:active:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:hover, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:hover, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:hover, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:hover, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:hover, .grid-wrapper .r-grid .grid tbody tr th a.btn:hover, .grid .grid-wrapper .r-grid tbody tr th a.btn:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:focus, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:focus, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:focus, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:focus, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:focus, .grid-wrapper .r-grid .grid tbody tr th a.btn:focus, .grid .grid-wrapper .r-grid tbody tr th a.btn:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:active:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:active:hover, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:active:hover, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:active:hover, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:active:hover, .grid-wrapper .r-grid .grid tbody tr th a.btn:active:hover, .grid .grid-wrapper .r-grid tbody tr th a.btn:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:active:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:active:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:active:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:active:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:active:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:active:focus, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:active:focus, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:active:focus, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:active:focus, .grid-wrapper .r-grid .grid tbody tr th a.btn:active:focus, .grid .grid-wrapper .r-grid tbody tr th a.btn:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:active:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:active:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:active:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:active:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:active:focus {
        border-color: inherit;
        background-color: inherit;
        box-shadow: inherit; }
      .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn i, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn i, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn i, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn i, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn i, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn i, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn i, .grid-wrapper .r-grid .grid thead tbody tr th .btn i, .grid-wrapper .r-grid .grid tbody tr thead th .btn i, .grid .grid-wrapper .r-grid thead tbody tr th .btn i, .grid tbody tr .grid-wrapper .r-grid thead th .btn i, .grid-wrapper .r-grid .grid tbody tr th .btn i, .grid .grid-wrapper .r-grid tbody tr th .btn i, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label i, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label i, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label i, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label i, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label i, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label i, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label i, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label i, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label i, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label i, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label i, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label i, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label i, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label i, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label i, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label i, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label i, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label i, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label i, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label i, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label i, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label i, .grid-wrapper .r-grid .grid tbody tr th .radio-list label i, .radio-list .grid-wrapper .r-grid .grid tbody tr th label i, .grid .grid-wrapper .r-grid tbody tr th .radio-list label i, .radio-list .grid .grid-wrapper .r-grid tbody tr th label i, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel i, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel i, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel i, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel i, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel i, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel i, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel i, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel i, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel i, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel i, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel i, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel i, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel i, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel i, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel i, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel i, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel i, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel i, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply i, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply i, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply i, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply i, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply i, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply i, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply i, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply i, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply i, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply i, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply i, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply i, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply i, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply i, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply i, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply i, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply i, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply i, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn i, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn i, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn i, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn i, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn i, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn i, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn i, .grid-wrapper .r-grid .grid thead tbody tr th a.btn i, .grid-wrapper .r-grid .grid tbody tr thead th a.btn i, .grid .grid-wrapper .r-grid thead tbody tr th a.btn i, .grid tbody tr .grid-wrapper .r-grid thead th a.btn i, .grid-wrapper .r-grid .grid tbody tr th a.btn i, .grid .grid-wrapper .r-grid tbody tr th a.btn i, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel i, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel i, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel i, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel i, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel i, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel i, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel i, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel i, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel i, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel i, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel i, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel i, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel i, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel i, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel i, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel i, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel i, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel i, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply i, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply i, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply i, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply i, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply i, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply i, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply i, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply i, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply i, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply i, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply i, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply i, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply i, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply i, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply i, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply i, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply i, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply i {
        font-size: 2.5rem; }
      .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn .fa, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn .fa, .grid-wrapper .r-grid .grid thead tbody tr th .btn .fa, .grid-wrapper .r-grid .grid tbody tr thead th .btn .fa, .grid .grid-wrapper .r-grid thead tbody tr th .btn .fa, .grid tbody tr .grid-wrapper .r-grid thead th .btn .fa, .grid-wrapper .r-grid .grid tbody tr th .btn .fa, .grid .grid-wrapper .r-grid tbody tr th .btn .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label .fa, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label .fa, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label .fa, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label .fa, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label .fa, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label .fa, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label .fa, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label .fa, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label .fa, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label .fa, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label .fa, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label .fa, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label .fa, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label .fa, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label .fa, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label .fa, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label .fa, .grid-wrapper .r-grid .grid tbody tr th .radio-list label .fa, .radio-list .grid-wrapper .r-grid .grid tbody tr th label .fa, .grid .grid-wrapper .r-grid tbody tr th .radio-list label .fa, .radio-list .grid .grid-wrapper .r-grid tbody tr th label .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel .fa, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel .fa, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel .fa, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel .fa, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel .fa, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel .fa, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply .fa, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply .fa, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply .fa, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply .fa, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply .fa, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply .fa, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn .fas, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn .fas, .grid-wrapper .r-grid .grid thead tbody tr th .btn .fas, .grid-wrapper .r-grid .grid tbody tr thead th .btn .fas, .grid .grid-wrapper .r-grid thead tbody tr th .btn .fas, .grid tbody tr .grid-wrapper .r-grid thead th .btn .fas, .grid-wrapper .r-grid .grid tbody tr th .btn .fas, .grid .grid-wrapper .r-grid tbody tr th .btn .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label .fas, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label .fas, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label .fas, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label .fas, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label .fas, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label .fas, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label .fas, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label .fas, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label .fas, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label .fas, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label .fas, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label .fas, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label .fas, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label .fas, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label .fas, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label .fas, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label .fas, .grid-wrapper .r-grid .grid tbody tr th .radio-list label .fas, .radio-list .grid-wrapper .r-grid .grid tbody tr th label .fas, .grid .grid-wrapper .r-grid tbody tr th .radio-list label .fas, .radio-list .grid .grid-wrapper .r-grid tbody tr th label .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel .fas, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel .fas, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel .fas, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel .fas, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel .fas, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel .fas, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply .fas, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply .fas, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply .fas, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply .fas, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply .fas, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply .fas, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn .fa, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn .fa, .grid-wrapper .r-grid .grid thead tbody tr th a.btn .fa, .grid-wrapper .r-grid .grid tbody tr thead th a.btn .fa, .grid .grid-wrapper .r-grid thead tbody tr th a.btn .fa, .grid tbody tr .grid-wrapper .r-grid thead th a.btn .fa, .grid-wrapper .r-grid .grid tbody tr th a.btn .fa, .grid .grid-wrapper .r-grid tbody tr th a.btn .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel .fa, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel .fa, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel .fa, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel .fa, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel .fa, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel .fa, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply .fa, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply .fa, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply .fa, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply .fa, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply .fa, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply .fa, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn .fas, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn .fas, .grid-wrapper .r-grid .grid thead tbody tr th a.btn .fas, .grid-wrapper .r-grid .grid tbody tr thead th a.btn .fas, .grid .grid-wrapper .r-grid thead tbody tr th a.btn .fas, .grid tbody tr .grid-wrapper .r-grid thead th a.btn .fas, .grid-wrapper .r-grid .grid tbody tr th a.btn .fas, .grid .grid-wrapper .r-grid tbody tr th a.btn .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel .fas, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel .fas, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel .fas, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel .fas, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel .fas, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel .fas, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply .fas, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply .fas, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply .fas, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply .fas, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply .fas, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply .fas, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply .fas {
        color: #555555; }
      .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:hover .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:hover .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:hover .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:hover .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:hover .fa, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:hover .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:hover .fa, .grid-wrapper .r-grid .grid thead tbody tr th .btn:hover .fa, .grid-wrapper .r-grid .grid tbody tr thead th .btn:hover .fa, .grid .grid-wrapper .r-grid thead tbody tr th .btn:hover .fa, .grid tbody tr .grid-wrapper .r-grid thead th .btn:hover .fa, .grid-wrapper .r-grid .grid tbody tr th .btn:hover .fa, .grid .grid-wrapper .r-grid tbody tr th .btn:hover .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:hover .fa, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:hover .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:hover .fa, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:hover .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:hover .fa, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:hover .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:hover .fa, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:hover .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:hover .fa, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:hover .fa, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:hover .fa, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:hover .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:hover .fa, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:hover .fa, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:hover .fa, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:hover .fa, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:hover .fa, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:hover .fa, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:hover .fa, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:hover .fa, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:hover .fa, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:hover .fa, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:hover .fa, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:hover .fa, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:hover .fa, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:hover .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:hover .fa, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:hover .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:hover .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:hover .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:hover .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:hover .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:hover .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:hover .fa, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:hover .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:hover .fa, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:hover .fa, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:hover .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:hover .fa, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:hover .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:hover .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:hover .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:hover .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:hover .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:hover .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:hover .fa, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:hover .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:hover .fa, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:hover .fa, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:hover .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:hover .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:hover .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:hover .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:hover .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:hover .fas, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:hover .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:hover .fas, .grid-wrapper .r-grid .grid thead tbody tr th .btn:hover .fas, .grid-wrapper .r-grid .grid tbody tr thead th .btn:hover .fas, .grid .grid-wrapper .r-grid thead tbody tr th .btn:hover .fas, .grid tbody tr .grid-wrapper .r-grid thead th .btn:hover .fas, .grid-wrapper .r-grid .grid tbody tr th .btn:hover .fas, .grid .grid-wrapper .r-grid tbody tr th .btn:hover .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:hover .fas, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:hover .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:hover .fas, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:hover .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:hover .fas, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:hover .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:hover .fas, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:hover .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:hover .fas, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:hover .fas, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:hover .fas, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:hover .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:hover .fas, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:hover .fas, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:hover .fas, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:hover .fas, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:hover .fas, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:hover .fas, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:hover .fas, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:hover .fas, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:hover .fas, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:hover .fas, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:hover .fas, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:hover .fas, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:hover .fas, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:hover .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:hover .fas, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:hover .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:hover .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:hover .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:hover .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:hover .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:hover .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:hover .fas, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:hover .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:hover .fas, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:hover .fas, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:hover .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:hover .fas, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:hover .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:hover .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:hover .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:hover .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:hover .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:hover .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:hover .fas, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:hover .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:hover .fas, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:hover .fas, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:hover .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:hover .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:hover .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:hover .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:hover .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:hover .fa, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:hover .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:hover .fa, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:hover .fa, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:hover .fa, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:hover .fa, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:hover .fa, .grid-wrapper .r-grid .grid tbody tr th a.btn:hover .fa, .grid .grid-wrapper .r-grid tbody tr th a.btn:hover .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:hover .fa, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:hover .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:hover .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:hover .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:hover .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:hover .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:hover .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:hover .fa, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:hover .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:hover .fa, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:hover .fa, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:hover .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:hover .fa, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:hover .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:hover .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:hover .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:hover .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:hover .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:hover .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:hover .fa, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:hover .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:hover .fa, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:hover .fa, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:hover .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:hover .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:hover .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:hover .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:hover .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:hover .fas, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:hover .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:hover .fas, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:hover .fas, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:hover .fas, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:hover .fas, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:hover .fas, .grid-wrapper .r-grid .grid tbody tr th a.btn:hover .fas, .grid .grid-wrapper .r-grid tbody tr th a.btn:hover .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:hover .fas, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:hover .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:hover .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:hover .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:hover .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:hover .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:hover .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:hover .fas, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:hover .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:hover .fas, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:hover .fas, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:hover .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:hover .fas, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:hover .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:hover .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:hover .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:hover .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:hover .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:hover .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:hover .fas, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:hover .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:hover .fas, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:hover .fas, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:hover .fas {
        color: var(--general-primary-color); }

@media (min-width: 300px) and (max-width: 766px) {
  .page .content-wrapper .content form[data-module*="List"] .buttons-row {
    text-align: center;
    float: none; }
    .page .content-wrapper .content form[data-module*="List"] .buttons-row .btn, .page .content-wrapper .content form[data-module*="List"] .buttons-row .radio-list label, .radio-list .page .content-wrapper .content form[data-module*="List"] .buttons-row label, .page .content-wrapper .content form[data-module*="List"] .buttons-row .select-grid-cols .cancel, .select-grid-cols .page .content-wrapper .content form[data-module*="List"] .buttons-row .cancel, .page .content-wrapper .content form[data-module*="List"] .buttons-row .select-grid-cols .apply, .select-grid-cols .page .content-wrapper .content form[data-module*="List"] .buttons-row .apply {
      margin-left: 0; } }

.img-column img {
  width: 100%;
  max-width: 15rem; }

.modal-content .modal-header {
  background-color: transparent;
  border: 0;
  height: 5rem; }
  .modal-content .modal-header .close {
    margin: 0 10px 0 auto; }

.modal-content .group-control {
  min-width: 100%; }

.modal-content {
  border-radius: 20px;
  background-color: #FFFFFF;
  /*        .search {
            padding: 10px !important;

            > .form-group, .search fieldset {
                margin: 0;
                width: 100%;
            }
        }*/
  /*    .list-items {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%;
            max-height: 60vh;
            overflow-y: auto;

            .item {
                width: 50%;

                &:first-child {
                    width: 100%;
                    display: block !important;
                }

                .card-view-item {
                    display: flex;
                    align-items: center;
                    position: relative;
                    background-color: #fff;
                    border-radius: 4px;
                    border: 1px solid #DEDEDE;
                    padding: 5px;
                    margin: 10px;
                    text-align: center;
                    min-height: 70px;

                    .card-view-item_details {
                        width: 100%;

                        a, button {
                            width: 100%;
                            height: 100%;
                            display: flex;
                            flex-direction: column;
                            justify-content: center;
                            align-items: start;
                            transition: none;
                            background-color: transparent;
                            border: none;

                            &:hover {
                                text-decoration: none;
                            }

                            &:focus {
                                border: none;
                                box-shadow:none;
                            }

                            .item-content {
                                margin-left: 35px;
                                display: flex;
                                align-items: center;

                                > div {
                                    display: flex;
                                    flex-wrap: wrap;
                                    font-size: 18px;
                                    font-weight: 400;
                                    color: #494748;
                                    margin-left: 10px;
                                    text-align: left;

                                    .title {
                                        width: 100%;
                                        font-size: 16px;
                                        font-weight: 300;
                                        color: #6D6D6D;
                                        text-align: start;
                                    }
                                }
                            }
                        }
                    }

                    .department-tags {
                        display: none;
                    }

                    &:hover {
                        background-color: #C0315C14;

                        button {
                            background-color: none;
                        }
                    }
                }

                .custom-add {
                    .card-view-item_details {
                        a {
                            flex-direction: row;
                            align-items: center;
                            justify-content: center;
                            font-size: 18px;
                            font-weight: 400;
                            color: #494748;
                            margin-left: 5px;

                            i {
                                font-size: 18pt;
                                color: #494748;
                                margin-right: 10px;
                            }
                        }
                    }
                }
            }
        }*/
  /*        .search {
            .form-group {
                width: 100%;

                .group-control {
                    width: 50%;

                    input[type=text] {
                        border: 1px solid #CFCFCF;
                        width: 100%;
                    }
                }
            }
        }*/
  /*
        .card-view-item.card-view-item_selected {
            box-shadow: #333 0 0 12px 0 !important;
        }*/ }
  .modal-content .header-container {
    background-color: transparent;
    padding-top: 30px; }
  .modal-content .modal-header {
    display: flex;
    padding: 0px; }
    .modal-content .modal-header .close {
      padding: 0;
      z-index: 1;
      text-shadow: none;
      margin: 10px 10px 0 auto; }
      .modal-content .modal-header .close i {
        font-size: 39px !important;
        /* display: inline-block;
                    transform: rotate(45deg);*/
        color: #FF4367; }
  .modal-content .modal-body {
    padding: 35px 30px 30px 30px; }
    .modal-content .modal-body .header-container {
      /*           margin: -6rem -1rem 0rem -1rem;
                padding-bottom: 0;
                min-height: inherit;*/
      margin: -7.7rem 3rem 0rem -1rem;
      position: absolute;
      padding-bottom: 0;
      min-height: inherit;
      top: 10px;
      padding-left: 10px; }
      .modal-content .modal-body .header-container .header-text {
        font: bold 24px "Grotesk" !important;
        color: #FF4367 !important; }
        .modal-content .modal-body .header-container .header-text span {
          display: none; }
    .modal-content .modal-body .dg-rpt-tab-cont {
      padding: 0 !important; }
  .modal-content .form-body {
    padding: 10px 10px 10px 10px;
    margin-top: -3rem;
    /*            max-height: 73vh;
            overflow-y: auto;
            overflow-x: hidden;*/ }
    .modal-content .form-body::-webkit-scrollbar {
      width: 5px; }
    .modal-content .form-body::-webkit-scrollbar-track {
      background: #DDDDDD;
      border-radius: 100px; }
    .modal-content .form-body::-webkit-scrollbar-thumb {
      background-color: #A2A2A2;
      border-radius: 100px; }
    .modal-content .form-body::-webkit-scrollbar-thumb:hover {
      background: var(--color-secondary-75);
      border-radius: 100px; }
    .modal-content .form-body + .buttons-row {
      padding: 30px 8px 0px 8px; }
  .modal-content .view-body {
    padding: 10px; }
  .modal-content .dropdown-toggle {
    height: 100%; }
  .modal-content .form-group {
    display: block; }
    .modal-content .form-group .control-label {
      width: auto;
      text-align: left;
      font: normal normal bold 13px Karla;
      letter-spacing: 0px;
      opacity: 70%; }
  .modal-content .multi-cloumn .form-group {
    display: flex;
    flex-direction: row;
    height: 55px; }
    .modal-content .multi-cloumn .form-group .control-label {
      flex: 0 1 20%;
      text-align: left;
      font: normal normal bold 13px Karla;
      letter-spacing: 0px;
      padding-top: 15px; }
  .modal-content .buttons-row {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: flex-end; }
    .modal-content .buttons-row .buttons {
      width: 100%; }
      .modal-content .buttons-row .buttons button {
        margin-left: 5px;
        margin-right: 5px;
        /*border-radius: 8px;*/
        min-width: 102px !important;
        font: normal normal bold 13px/9px Karla !important;
        height: 42px !important; }
  .modal-content .form-group .group-control input {
    max-width: unset; }
  .modal-content .form-group .group-control .file-upload {
    max-width: unset; }
  .modal-content .form-group .group-control textarea {
    max-width: unset !important; }
  .modal-content .form-group .group-control .dropdown {
    max-width: unset !important; }
    .modal-content .form-group .group-control .dropdown .dropdown-toggle {
      max-width: unset !important; }
  .modal-content .input-group-addon {
    margin-right: 5px;
    align-self: center; }
  .modal-content .horizontal-subform {
    padding-left: 0; }
    .modal-content .horizontal-subform .group-control {
      padding-left: 0; }
    .modal-content .horizontal-subform .subform .delete-button {
      margin-top: 30px; }

.modal {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10500; }
  .modal .modal-content {
    opacity: 0;
    animation-name: modal-show-anim;
    animation-delay: 300ms;
    animation-duration: 300ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards; }

/*.modal.show .modal-dialog {
      width: 1080px !important;
    }*/
.modal-backdrop {
  opacity: 0;
  animation-name: modal-backdrop-anim;
  animation-duration: 50ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

@media (min-width: 576px) {
  .modal-dialog {
    /*max-width: 490px;*/ } }

@keyframes modal-show-anim {
  0% {
    opacity: 0;
    transform: scale(0.95); }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes modal-backdrop-anim {
  0% {
    opacity: 0; }
  100% {
    opacity: .5; } }

.buttons-row {
  text-align: right; }
  .buttons-row.top-buttons-row {
    float: right; }

.btn, .radio-list label, .select-grid-cols .cancel, .select-grid-cols .apply {
  /*&.btn-secondary {
            color: inherit;
            background-color: inherit;
            border-color: inherit;
            @include remove-btn-style();
        }*/ }
  .btn:not(.dropdown-toggle):not(.delete-file):not([name=Cancel]):not(.btn-primary):not(.select-grid-cols .apply):not(.btn-secondary):not(.select-grid-cols .cancel), .radio-list label:not(.dropdown-toggle):not(.delete-file):not([name=Cancel]):not(.btn-primary):not(.select-grid-cols .apply):not(.btn-secondary):not(.select-grid-cols .cancel), .select-grid-cols .cancel:not(.dropdown-toggle):not(.delete-file):not([name=Cancel]):not(.btn-primary):not(.select-grid-cols .apply):not(.btn-secondary):not(.select-grid-cols .cancel), .select-grid-cols .apply:not(.dropdown-toggle):not(.delete-file):not([name=Cancel]):not(.btn-primary):not(.select-grid-cols .apply):not(.btn-secondary):not(.select-grid-cols .cancel) {
    /*@include btn-style($color-primary,$color-primary-darken,$white,$white,$color-primary,$color-primary-darken);*/
    /*@include btn-style(red,$color-primary-darken,#3fa5d3,$white,red,$color-primary-darken);*/ }
  .btn.btn-primary, .radio-list label.btn-primary, .select-grid-cols .btn-primary.cancel, .select-grid-cols .apply {
    /*@include btn-style($white,$white,#00ff21, $color-primary-darken);*/
    /*@include btn-style($white,$white,$color-primary, $color-primary-darken);*/ }
  .btn[name=Cancel], .radio-list label[name=Cancel], .select-grid-cols [name=Cancel].cancel, .select-grid-cols [name=Cancel].apply {
    /*@include btn-style($white,$white,$p-dark-gray,$p-dark-gray);*/
    /*@include btn-style($white,$white,#b96590,$p-dark-gray);*/ }

.wait-screen .cover {
  display: block;
  background: #222222;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.1;
  filter: alpha(opacity=10);
  z-index: 11000; }

.wait-screen .wait-container {
  position: fixed;
  width: 100%;
  z-index: 11000;
  display: none;
  top: 25%; }
  .wait-screen .wait-container .wait-box {
    background: transparent;
    padding: 20px;
    text-align: center;
    width: 150px;
    border-radius: 30pt;
    margin: auto; }
    .wait-screen .wait-container .wait-box img {
      background: none; }

.wait-screen-container {
  position: relative !important; }
  .wait-screen-container .wait-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11000;
    background-color: transparent; }
    .wait-screen-container .wait-screen .cover {
      display: block;
      background: #222222;
      position: fixed;
      top: 0;
      left: 0;
      opacity: 0.3;
      filter: alpha(opacity=30);
      z-index: 11000; }
    .wait-screen-container .wait-screen .wait-container {
      height: 100%;
      width: 100%;
      position: unset;
      top: unset; }
      .wait-screen-container .wait-screen .wait-container .wait-box {
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%; }
        .wait-screen-container .wait-screen .wait-container .wait-box img {
          background: none; }

@media print {
  body .restart-temp-database {
    display: none; }
  body td.actions, body th.actions, body footer {
    display: none; } }

form .control-label {
  flex: 1;
  text-align: left; }

form .group-control {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    form .group-control {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

form .subform-group-control {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    form .subform-group-control {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

form .password-strength .progress {
  margin-top: 8px; }

form .file-upload {
  min-height: 64px;
  /* TODO: Fix this to be proper responsive setup. input[type=file] { float: left; }*/ }

form .file-upload .btn, form .file-upload .radio-list label, .radio-list form .file-upload label, form .file-upload .select-grid-cols .cancel, .select-grid-cols form .file-upload .cancel, form .file-upload .select-grid-cols .apply, .select-grid-cols form .file-upload .apply {
  padding: 4px; }

form .file-upload .current-file {
  display: none; }

form .file-upload .current-file a {
  color: #333333; }

form .file-upload .progress {
  min-width: 150px;
  height: 34px;
  margin-bottom: 0; }

form .file-upload .progress .progress-bar {
  width: 0; }

form .file-upload .progress input.form-control, form .file-upload .progress *[data-control=collapsible-checkboxes] input.textbox, *[data-control=collapsible-checkboxes] form .file-upload .progress input.textbox {
  background-color: transparent;
  color: #fff;
  font-size: 100%;
  border: none;
  position: absolute; }

form .file-upload input[type=file] {
  display: inline-block; }

form .file-upload .delete-file {
  float: right;
  position: relative;
  top: -45px;
  z-index: 2; }

form .file-upload .file-target {
  cursor: pointer; }

form .form-body .tab-content {
  padding: 20px; }

form .horizontal-subform {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    form .horizontal-subform {
      flex: 0 0 50%;
      max-width: 50%; } }

form .horizontal-subform table {
  margin-bottom: 0;
  overflow: visible; }

form .horizontal-subform table thead {
  visibility: hidden; }

form .horizontal-subform table .group-control {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    form .horizontal-subform table .group-control {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

form .horizontal-subform table .form-group {
  margin-bottom: 0; }

form .horizontal-subform table tbody > tr > td {
  border-top: 0; }

form .subform-group-control {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    form .subform-group-control {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

form .vertical-subform .subform-item {
  margin-bottom: 2px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  form .vertical-subform .subform-item .subform-item-body {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 992px) {
      form .vertical-subform .subform-item .subform-item-body {
        flex: 0 0 50%;
        max-width: 50%; } }
    form .vertical-subform .subform-item .subform-item-body {
      background: #eee;
      border-radius: 5px;
      padding-top: 10px;
      padding-bottom: 2px;
      margin-bottom: 2px; }
    form .vertical-subform .subform-item .subform-item-body .form-group label {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 992px) {
        form .vertical-subform .subform-item .subform-item-body .form-group label {
          flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
    form .vertical-subform .subform-item .subform-item-body .form-group .group-control {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 992px) {
        form .vertical-subform .subform-item .subform-item-body .form-group .group-control {
          flex: 0 0 66.66667%;
          max-width: 66.66667%; } }
  form .vertical-subform .subform-item .subform-delete-wrapper {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 992px) {
      form .vertical-subform .subform-item .subform-delete-wrapper {
        flex: 0 0 25%;
        max-width: 25%; } }

form .subform-item a.delete-button i {
  font-size: 18pt;
  margin-top: 4px; }

form .input-group.unboxed .input-group-addon {
  border: 0;
  background: none; }

.form-group > .group-control:not(:first-of-type):last-of-type > * {
  margin-top: 15px; }
  @media (min-width: 992px) {
    .form-group > .group-control:not(:first-of-type):last-of-type > * {
      margin-top: 0; } }

.input-form .buttons-row {
  /*@include make-row();*/ }
  .input-form .buttons-row .buttons {
    /*@include make-column-lg(6);*/
    width: 40rem; }
    .input-form .buttons-row .buttons .btn:not(:first-child), .input-form .buttons-row .buttons .radio-list label:not(:first-child), .radio-list .input-form .buttons-row .buttons label:not(:first-child), .input-form .buttons-row .buttons .select-grid-cols .cancel:not(:first-child), .select-grid-cols .input-form .buttons-row .buttons .cancel:not(:first-child), .input-form .buttons-row .buttons .select-grid-cols .apply:not(:first-child), .select-grid-cols .input-form .buttons-row .buttons .apply:not(:first-child) {
      margin-left: .3rem; }

.alertify {
  border-radius: 20px;
  background-color: #FFFFFF;
  border: 0;
  min-width: 1000px !important;
  margin-left: unset;
  transform: translateX(-50%);
  top: 54px; }

.alertify-buttons {
  border-top: 0;
  box-shadow: initial;
  padding: 20px 57px 47px 20px !important;
  margin: 0px; }

.alertify-button.alertify-button-cancel {
  font: 700 20px "Karla" !important;
  padding: 16px 45px 16px 45px; }

.alertify-button.alertify-button-ok {
  font: 700 20px "Karla" !important;
  padding: 16px 62px 16px 62px; }

.alertify-message {
  font: 400 30px "Karla";
  padding: 47px 47px 0px 47px;
  color: var(--color-black-05); }

.alertify-cover {
  background-color: #000000;
  opacity: 0.7; }

.alertify-logs {
  margin-right: 110px !important;
  margin-bottom: 15px !important; }
  .alertify-logs .alertify-log {
    background: #E0F3BF;
    color: #98D82A;
    border: 1px solid #C3E6CB;
    font: 400 30px "Karla";
    width: 370px;
    text-align: center; }

h2 {
  margin-top: 0;
  font-size: 2.2rem;
  color: var(--general-primary-color);
  padding: 0.5rem 0; }

.social-media-login .buttons-row {
  text-align: left; }

.captcha-image {
  margin-top: 10px !important; }

.captcha-image-refresh i {
  margin-right: 10px; }

.page {
  min-height: calc(100vh - 8rem);
  display: flex;
  flex-flow: row nowrap;
  background-color: #F7F7F7;
  height: 100vh;
  /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
  .page::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
    border-radius: 12px !important; }
  .page::-webkit-scrollbar-track {
    background: #ABABAB !important;
    width: 2px !important;
    border-radius: 12px !important; }
  .page::-webkit-scrollbar-thumb {
    background: #6D6D6D !important;
    width: 2px !important;
    border-radius: 12px !important;
    opacity: .5 !important; }
  .page::-webkit-scrollbar-thumb:hover {
    background: #555 !important; }
  .page .right-panel {
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    overflow-y: auto;
    /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
    .page .right-panel::-webkit-scrollbar {
      width: 5px !important;
      height: 5px !important;
      border-radius: 12px !important; }
    .page .right-panel::-webkit-scrollbar-track {
      background: #ABABAB !important;
      width: 2px !important;
      border-radius: 12px !important; }
    .page .right-panel::-webkit-scrollbar-thumb {
      background: #6D6D6D !important;
      width: 2px !important;
      border-radius: 12px !important;
      opacity: .5 !important; }
    .page .right-panel::-webkit-scrollbar-thumb:hover {
      background: #555 !important; }
    .page .right-panel .content-wrapper {
      flex: 1;
      padding: 60px 34px 60px 34px;
      display: flex;
      /*flex-flow: column wrap;*/
      overflow-y: auto;
      /*max-height:87vh;*/
      /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
      .page .right-panel .content-wrapper::-webkit-scrollbar {
        width: 5px !important;
        height: 5px !important;
        border-radius: 12px !important; }
      .page .right-panel .content-wrapper::-webkit-scrollbar-track {
        background: #ABABAB !important;
        width: 2px !important;
        border-radius: 12px !important; }
      .page .right-panel .content-wrapper::-webkit-scrollbar-thumb {
        background: #6D6D6D !important;
        width: 2px !important;
        border-radius: 12px !important;
        opacity: .5 !important; }
      .page .right-panel .content-wrapper::-webkit-scrollbar-thumb:hover {
        background: #555 !important; }
      @media (max-width: 1400px) {
        .page .right-panel .content-wrapper {
          overflow-y: unset;
          padding-bottom: 0; } }
      @media (max-width: 1300px) {
        .page .right-panel .content-wrapper {
          padding: 20px 35px 20px 15px;
          /* padding:35px 20px;*/
          padding-bottom: 0; } }
      @media (max-width: 1080px) {
        .page .right-panel .content-wrapper {
          display: unset;
          padding: 15px 35px 15px 15px;
          /*padding: 35px 15px;*/
          padding-bottom: 0; } }
      .page .right-panel .content-wrapper .content {
        flex: 1; }
        .page .right-panel .content-wrapper .content .menu-container {
          display: flex;
          flex-direction: column; }
          .page .right-panel .content-wrapper .content .menu-container .top-menu {
            flex: 1; }
            .page .right-panel .content-wrapper .content .menu-container .top-menu.first-top-menu {
              min-height: 100px;
              position: relative; }
            .page .right-panel .content-wrapper .content .menu-container .top-menu ul.nav, .page .right-panel .content-wrapper .content .menu-container .top-menu form .form-body ul.form-tabs-header, form .form-body .page .right-panel .content-wrapper .content .menu-container .top-menu ul.form-tabs-header {
              box-shadow: #444 0 7px 12px -15px;
              border-bottom: 7px solid #fff; }
              .page .right-panel .content-wrapper .content .menu-container .top-menu ul.nav li.active, .page .right-panel .content-wrapper .content .menu-container .top-menu form .form-body ul.form-tabs-header li.active, form .form-body .page .right-panel .content-wrapper .content .menu-container .top-menu ul.form-tabs-header li.active {
                display: flex; }
                .page .right-panel .content-wrapper .content .menu-container .top-menu ul.nav li.active a, .page .right-panel .content-wrapper .content .menu-container .top-menu form .form-body ul.form-tabs-header li.active a, form .form-body .page .right-panel .content-wrapper .content .menu-container .top-menu ul.form-tabs-header li.active a {
                  flex: 1;
                  border: none;
                  border-top-left-radius: 10px;
                  border-top-right-radius: 10px; }
        .page .right-panel .content-wrapper .content a {
          text-decoration: none !important; }
      .page .right-panel .content-wrapper ul.top-menu-tab li:last-of-type, .page .right-panel .content-wrapper .fix-top-menu-tab li:last-of-type {
        border-right: none !important; }
      .page .right-panel .content-wrapper ul.top-menu-tab li, .page .right-panel .content-wrapper .fix-top-menu-tab li {
        position: relative; }
        .page .right-panel .content-wrapper ul.top-menu-tab li a, .page .right-panel .content-wrapper .fix-top-menu-tab li a {
          cursor: pointer; }
          .page .right-panel .content-wrapper ul.top-menu-tab li a i.icon-chevron-down, .page .right-panel .content-wrapper ul.top-menu-tab li a .typeahead__container .typehead-chevron-down i:first-child, .typeahead__container .typehead-chevron-down .page .right-panel .content-wrapper ul.top-menu-tab li a i:first-child, .page .right-panel .content-wrapper ul.top-menu-tab ul.tab-menu li a.collapsed i, ul.tab-menu .page .right-panel .content-wrapper ul.top-menu-tab li a.collapsed i, .page .right-panel .content-wrapper ul.top-menu-tab .nav-rpt ul.nav-tabs.mb-3 li a.active.show i, .nav-rpt ul.nav-tabs.mb-3 .page .right-panel .content-wrapper ul.top-menu-tab li a.active.show i, .page .right-panel .content-wrapper ul.top-menu-tab .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i, .nav-rpt form .form-body ul.mb-3.form-tabs-header .page .right-panel .content-wrapper ul.top-menu-tab li a.active.show i, .page .right-panel .content-wrapper ul.top-menu-tab form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i, form .form-body .nav-rpt ul.mb-3.form-tabs-header .page .right-panel .content-wrapper ul.top-menu-tab li a.active.show i, .page .right-panel .content-wrapper .fix-top-menu-tab li a i.icon-chevron-down, .page .right-panel .content-wrapper .fix-top-menu-tab li a .typeahead__container .typehead-chevron-down i:first-child, .typeahead__container .typehead-chevron-down .page .right-panel .content-wrapper .fix-top-menu-tab li a i:first-child, .page .right-panel .content-wrapper .fix-top-menu-tab ul.tab-menu li a.collapsed i, ul.tab-menu .page .right-panel .content-wrapper .fix-top-menu-tab li a.collapsed i, .page .right-panel .content-wrapper .fix-top-menu-tab .nav-rpt ul.nav-tabs.mb-3 li a.active.show i, .nav-rpt ul.nav-tabs.mb-3 .page .right-panel .content-wrapper .fix-top-menu-tab li a.active.show i, .page .right-panel .content-wrapper .fix-top-menu-tab .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i, .nav-rpt form .form-body ul.mb-3.form-tabs-header .page .right-panel .content-wrapper .fix-top-menu-tab li a.active.show i, .page .right-panel .content-wrapper .fix-top-menu-tab form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i, form .form-body .nav-rpt ul.mb-3.form-tabs-header .page .right-panel .content-wrapper .fix-top-menu-tab li a.active.show i {
            /*float: right;*/
            padding-top: 9px !important;
            padding-left: 9px !important; }
            .page .right-panel .content-wrapper ul.top-menu-tab li a i.icon-chevron-down:before, .page .right-panel .content-wrapper ul.top-menu-tab li a .typeahead__container .typehead-chevron-down i:first-child:before, .typeahead__container .typehead-chevron-down .page .right-panel .content-wrapper ul.top-menu-tab li a i:first-child:before, .page .right-panel .content-wrapper ul.top-menu-tab ul.tab-menu li a.collapsed i:before, ul.tab-menu .page .right-panel .content-wrapper ul.top-menu-tab li a.collapsed i:before, .page .right-panel .content-wrapper ul.top-menu-tab .nav-rpt ul.nav-tabs.mb-3 li a.active.show i:before, .nav-rpt ul.nav-tabs.mb-3 .page .right-panel .content-wrapper ul.top-menu-tab li a.active.show i:before, .page .right-panel .content-wrapper ul.top-menu-tab .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i:before, .nav-rpt form .form-body ul.mb-3.form-tabs-header .page .right-panel .content-wrapper ul.top-menu-tab li a.active.show i:before, .page .right-panel .content-wrapper ul.top-menu-tab form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i:before, form .form-body .nav-rpt ul.mb-3.form-tabs-header .page .right-panel .content-wrapper ul.top-menu-tab li a.active.show i:before, .page .right-panel .content-wrapper .fix-top-menu-tab li a i.icon-chevron-down:before, .page .right-panel .content-wrapper .fix-top-menu-tab li a .typeahead__container .typehead-chevron-down i:first-child:before, .typeahead__container .typehead-chevron-down .page .right-panel .content-wrapper .fix-top-menu-tab li a i:first-child:before, .page .right-panel .content-wrapper .fix-top-menu-tab ul.tab-menu li a.collapsed i:before, ul.tab-menu .page .right-panel .content-wrapper .fix-top-menu-tab li a.collapsed i:before, .page .right-panel .content-wrapper .fix-top-menu-tab .nav-rpt ul.nav-tabs.mb-3 li a.active.show i:before, .nav-rpt ul.nav-tabs.mb-3 .page .right-panel .content-wrapper .fix-top-menu-tab li a.active.show i:before, .page .right-panel .content-wrapper .fix-top-menu-tab .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i:before, .nav-rpt form .form-body ul.mb-3.form-tabs-header .page .right-panel .content-wrapper .fix-top-menu-tab li a.active.show i:before, .page .right-panel .content-wrapper .fix-top-menu-tab form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i:before, form .form-body .nav-rpt ul.mb-3.form-tabs-header .page .right-panel .content-wrapper .fix-top-menu-tab li a.active.show i:before {
              font-size: 9px !important; }
        .page .right-panel .content-wrapper ul.top-menu-tab li ul, .page .right-panel .content-wrapper .fix-top-menu-tab li ul {
          width: max-content;
          min-width: -webkit-fill-available !important;
          position: absolute !important;
          padding-left: 0 !important;
          list-style-type: none !important;
          top: 63px !important;
          background: linear-gradient(0deg, rgba(255, 67, 103, 0.1) 0%, rgba(255, 67, 103, 0.1) 100%), #FFF;
          margin-left: -20px !important; }
          .page .right-panel .content-wrapper ul.top-menu-tab li ul li, .page .right-panel .content-wrapper .fix-top-menu-tab li ul li {
            margin: 0 !important;
            border: none !important;
            /*padding-left: 0 !important;*/
            border-top: 1px solid rgba(65, 65, 65, 0.2) !important; }
            .page .right-panel .content-wrapper ul.top-menu-tab li ul li a, .page .right-panel .content-wrapper .fix-top-menu-tab li ul li a {
              color: var(--color-black-05);
              font-size: 20px;
              font-style: normal;
              font-weight: 300;
              line-height: normal; }
          .page .right-panel .content-wrapper ul.top-menu-tab li ul li:hover a, .page .right-panel .content-wrapper .fix-top-menu-tab li ul li:hover a {
            color: #FF4367; }
            .page .right-panel .content-wrapper ul.top-menu-tab li ul li:hover a i, .page .right-panel .content-wrapper .fix-top-menu-tab li ul li:hover a i {
              color: #FF4367; }
      .page .right-panel .content-wrapper ul.top-menu-tab li.active a i, .page .right-panel .content-wrapper .fix-top-menu-tab li.active a i {
        display: block; }
      .page .right-panel .content-wrapper ul.top-menu-tab li:hover a, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover a {
        color: #FF4367; }
        .page .right-panel .content-wrapper ul.top-menu-tab li:hover a i, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover a i {
          color: #FF4367; }
      .page .right-panel .content-wrapper ul.top-menu-tab li:hover ul, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover ul {
        color: var(--color-black-05); }
        .page .right-panel .content-wrapper ul.top-menu-tab li:hover ul li a, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover ul li a {
          color: var(--color-black-05); }
          .page .right-panel .content-wrapper ul.top-menu-tab li:hover ul li a i, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover ul li a i {
            color: var(--color-black-05); }
        .page .right-panel .content-wrapper ul.top-menu-tab li:hover ul li:hover a, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover ul li:hover a {
          color: #FF4367; }
          .page .right-panel .content-wrapper ul.top-menu-tab li:hover ul li:hover a i, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover ul li:hover a i {
            color: #FF4367; }
      @media (min-width: 1080px) {
        .page .right-panel .content-wrapper ul.fix-top-menu-tab {
          position: absolute;
          top: 0;
          /*width: 100%;*/
          /*left: 0;*/
          border: none;
          border-radius: 0;
          z-index: 110;
          background: rgba(254, 254, 254, 0.98) !important;
          border-bottom: 3px solid #f7f7f7;
          padding-left: 45px;
          left: 87px;
          right: 6px;
          /*li:nth-child(1) {
                        margin-left: 132px;*/
          /*padding-left: 0px;*/
          /* a {
                            padding-left: 4px;
                        }*/
          /*}*/ }
          .page .right-panel .content-wrapper ul.fix-top-menu-tab li {
            padding: 20px;
            margin: 0;
            border-right-width: 3px;
            text-align: left !important; }
          .page .right-panel .content-wrapper ul.fix-top-menu-tab li:last-child {
            border: none; }
            .page .right-panel .content-wrapper ul.fix-top-menu-tab li:last-child ul li {
              border-top: 1px solid rgba(65, 65, 65, 0.2) !important; } }
      .page .right-panel .content-wrapper .audit-log-new {
        word-break: break-all; }
  .page .resize-tab-menu ul.fix-top-menu-tab {
    left: 312px !important;
    /* li:nth-child(1) {
                margin-left: 356px !important;
            }*/ }
  .page .resize-tab-menu {
    left: 312px !important;
    /* li:nth-child(1) {
            margin-left: 356px !important;
        }*/ }
  .page .top-tab-mar {
    margin-top: 54px; }

.alertify-dialog .alertify-inner {
  max-height: 95vh;
  overflow: auto;
  /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
  .alertify-dialog .alertify-inner::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
    border-radius: 12px !important; }
  .alertify-dialog .alertify-inner::-webkit-scrollbar-track {
    background: #ABABAB !important;
    width: 2px !important;
    border-radius: 12px !important; }
  .alertify-dialog .alertify-inner::-webkit-scrollbar-thumb {
    background: #6D6D6D !important;
    width: 2px !important;
    border-radius: 12px !important;
    opacity: .5 !important; }
  .alertify-dialog .alertify-inner::-webkit-scrollbar-thumb:hover {
    background: #555 !important; }
  .alertify-dialog .alertify-inner .error-bad-request {
    text-align: center;
    background-color: #fff;
    background-image: url("/img/not-found-background.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: auto;
    padding-bottom: 45px !important; }
    .alertify-dialog .alertify-inner .error-bad-request #error-page-detail {
      max-width: 850px !important; }

.header-container .tooltiptext {
  display: none; }

.tooltip.show {
  z-index: 10501 !important; }

.tab-margin {
  margin-top: 44px !important; }
  @media (max-width: 1300px) {
    .tab-margin {
      margin-top: 84px !important; } }

.tab-Header-export {
  padding-top: 26px !important;
  position: absolute !important;
  top: 20px !important;
  right: 58px !important;
  width: 100% !important;
  /*background-color: #f7f7f7;*/
  /*z-index: 111 !important;*/
  padding-top: 24px !important;
  top: 0px !important;
  height: 65px; }
  .tab-Header-export button, .tab-Header-export a {
    z-index: 111 !important;
    position: absolute;
    top: 12px;
    right: -10px; }

.is-hidden {
  display: none !important; }

td.number-column {
  text-align: right !important; }

.cke_dialog_contents .cke_dialog_ui_fileButton.cke_dialog_ui_button {
  margin-top: 265px !important; }

.cke_dialog_contents iframe {
  min-height: 160px !important; }

/*@import "sidebar";*/
.left-panel {
  z-index: 1;
  border-radius: 0px 50px 0px 0px;
  opacity: 0.2;
  background: linear-gradient(198deg, #F5C8EB, #F9E6C7);
  padding: 0 0 0 0;
  position: relative;
  height: 100vh; }
  @media (min-width: 300px) {
    .left-panel {
      min-height: calc(100vh - 5px);
      flex: 0 0 352px;
      max-width: 352px;
      display: block;
      opacity: 1; } }
  @media (max-width: 1080px) {
    .left-panel {
      display: none;
      height: auto;
      min-height: calc(100vh - 60px);
      background: linear-gradient(45deg, rgba(255, 160, 0, 0.2), rgba(255, 97, 254, 0.2));
      min-width: 360px;
      border-radius: 0; } }
  .left-panel #sidebarCollapse-container {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 100; }
    .left-panel #sidebarCollapse-container #sidebarCollapse {
      display: flex;
      align-items: center;
      position: absolute;
      height: 58px;
      background: none;
      box-shadow: none;
      border: none;
      color: #FF4367;
      border-radius: 0px 50px 0px 0px;
      transition: all .3s ease-in-out;
      z-index: 101;
      outline: none !important;
      right: 2rem; }
      .left-panel #sidebarCollapse-container #sidebarCollapse .hide-on-expand {
        display: none !important; }
      .left-panel #sidebarCollapse-container #sidebarCollapse i {
        opacity: .6; }
  @media (min-width: 1080px) {
    .left-panel.collapsed {
      flex: 0 0 127px; }
      .left-panel.collapsed .sidebar-wrapper {
        display: none; }
      .left-panel.collapsed .m_left-menu-footer {
        display: none; }
      .left-panel.collapsed #sidebarCollapse-container #sidebarCollapse {
        top: 2rem; }
        .left-panel.collapsed #sidebarCollapse-container #sidebarCollapse .hide-on-expand {
          display: inline-block !important;
          margin-right: 2rem;
          margin-top: 54px; } }
  .left-panel .sidebar-wrapper {
    height: 100%; }
    .left-panel .sidebar-wrapper .m_sidebar-menu {
      max-height: calc(100vh - 140px - 100px); }
      @media (max-width: 1080px) {
        .left-panel .sidebar-wrapper .m_sidebar-menu {
          max-height: calc(100vh - 100px); } }
      .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul {
        max-height: calc(100vh - 140px - 100px);
        flex-wrap: nowrap;
        overflow-y: auto;
        display: flex;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        float: inherit;
        /*padding-left:1rem;*/
        /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
        @media (max-width: 1080px) {
          .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul {
            max-height: calc(100vh - 140px);
            padding-top: 30px;
            padding-bottom: 30px; } }
        .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul::-webkit-scrollbar {
          width: 5px;
          height: 5px;
          border-radius: 12px; }
        .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul::-webkit-scrollbar-track {
          background: #ABABAB;
          width: 2px;
          border-radius: 12px; }
        .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul::-webkit-scrollbar-thumb {
          background: #6D6D6D;
          width: 2px;
          border-radius: 12px;
          opacity: .5; }
        .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul::-webkit-scrollbar-thumb:hover {
          background: #555; }
        .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li a {
          display: block;
          padding: 1rem 2rem;
          border: 0 !important;
          font: 300 20px "Karla";
          /*color: #414141;*/
          color: black;
          padding-left: 15px;
          float: inherit;
          padding: 21px 55px 21px 55px; }
          @media (max-width: 1080px) {
            .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li a {
              padding: 15px 38px 15px 38px;
              font: 300 17px "Karla"; } }
          .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li a i {
            float: right;
            position: relative;
            height: 13px;
            color: #6D6D6D;
            width: 7px;
            margin-top: 8px;
            transition: all 300ms ease-in-out; }
          .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li a[aria-expanded="true"] i::before {
            content: "!" !important;
            font-size: 9px !important;
            left: 275px !important; }
          .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li a:hover {
            text-decoration: none;
            cursor: pointer;
            color: #FF4367;
            transition: all 300ms ease-in-out; }
            .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li a:hover i {
              color: #FF4367; }
        .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li.active > a {
          background-color: white;
          font: 800 20px "Karla"; }
          @media (max-width: 1080px) {
            .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li.active > a {
              background-color: inherit; } }
        .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li ul.show {
          padding-top: 10px;
          padding-bottom: 10px; }
          .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li ul.show li a {
            padding-left: 110px;
            font-family: 'KarlaItalic' !important;
            font-weight: 300;
            font-size: 17px; }
        .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li ul {
          padding-left: 0; }
          .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li ul li {
            list-style: none; }
            .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li ul li.active > a {
              background-color: white;
              font-weight: 400; }
              @media (max-width: 1080px) {
                .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li ul li.active > a {
                  background-color: inherit; } }
          .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li ul.collapsing {
            position: relative;
            height: 0;
            overflow: hidden;
            transition: height 300ms ease-in-out; }
    .left-panel .sidebar-wrapper .org-menu .m_sidebar-menu-ul {
      padding-bottom: 0; }
      .left-panel .sidebar-wrapper .org-menu .m_sidebar-menu-ul i {
        margin-top: 4px !important; }
    .left-panel .sidebar-wrapper .org-menu .noHover {
      pointer-events: auto !important;
      font-weight: 800 !important;
      font-size: 20px !important; }
    .left-panel .sidebar-wrapper .logo-container {
      border-radius: 0px 50px 0px 0px;
      height: 140px; }
      .left-panel .sidebar-wrapper .logo-container .logo {
        display: flex;
        justify-content: center;
        padding-top: 45px;
        align-items: center; }
        .left-panel .sidebar-wrapper .logo-container .logo img {
          object-fit: contain;
          max-width: 220px;
          width: 220px; }
      .left-panel .sidebar-wrapper .logo-container hr {
        margin: 0 42px;
        margin-top: 24px;
        border: 1px solid rgba(0, 0, 0, 0.4);
        opacity: 0.7; }
  .left-panel .m_left-menu-footer {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0; }
    @media (max-width: 1080px) {
      .left-panel .m_left-menu-footer {
        height: 60px; } }
    .left-panel .m_left-menu-footer .header-account-wrapper {
      height: 100%; }
      .left-panel .m_left-menu-footer .header-account-wrapper hr {
        margin: 0 42px;
        margin-top: 15px;
        border: 1px solid rgba(0, 0, 0, 0.4);
        opacity: 0.7; }
        @media (max-width: 1080px) {
          .left-panel .m_left-menu-footer .header-account-wrapper hr {
            margin: 0 30px; } }
      .left-panel .m_left-menu-footer .header-account-wrapper a {
        color: #494748;
        font-size: 20px;
        font-weight: 700;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /*opacity: 0.7;*/ }
        @media (max-width: 1080px) {
          .left-panel .m_left-menu-footer .header-account-wrapper a {
            color: black;
            font-size: 14px;
            justify-content: left;
            padding-top: 12px;
            padding-bottom: 12px;
            padding-left: 30px; } }
        .left-panel .m_left-menu-footer .header-account-wrapper a:hover {
          transition: all 300ms ease-in-out;
          text-decoration: none;
          color: #FF4367; }
          .left-panel .m_left-menu-footer .header-account-wrapper a:hover div.img {
            transition: all 300ms ease-in-out;
            background-image: url(/img/log-out-hover.svg); }
        .left-panel .m_left-menu-footer .header-account-wrapper a > div.img {
          background-image: url(/img/log-out-selected.svg);
          background-repeat: no-repeat;
          margin-bottom: 6px;
          width: 38px;
          height: 43px;
          margin-right: 20px;
          background-size: contain; }
          @media (max-width: 1080px) {
            .left-panel .m_left-menu-footer .header-account-wrapper a > div.img {
              padding: 22px 30px 22px 30px;
              background-image: url(/img/log-out-selected.svg);
              margin-bottom: 0; } }
        .left-panel .m_left-menu-footer .header-account-wrapper a > span.text {
          padding: 20px 0 27px 0; }
          @media (max-width: 1080px) {
            .left-panel .m_left-menu-footer .header-account-wrapper a > span.text {
              padding: 0; } }
  @media (max-width: 1080px) {
    .left-panel .not-show {
      display: none; } }

.top-panel {
  display: none; }
  @media (max-width: 1080px) {
    .top-panel {
      display: block; } }
  .top-panel .sidebar-wrapper .logo-container {
    display: none; }

header {
  display: none;
  min-height: 60px;
  background: linear-gradient(45deg, rgba(255, 160, 0, 0.2), rgba(255, 97, 254, 0.2)); }
  @media (max-width: 1080px) {
    header {
      display: block; } }
  header div.wrapper {
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%; }
    header div.wrapper > a {
      display: flex;
      flex-direction: column;
      float: left;
      margin: 1.75rem 0;
      margin: 1rem 0; }
      header div.wrapper > a > img.digence-logo {
        width: 103px;
        height: 20px;
        margin-bottom: 8px; }
      header div.wrapper > a > img.geeks-logo {
        width: 49px;
        height: 12px; }
    header div.wrapper span.menu {
      float: right;
      margin-top: 20px;
      cursor: pointer; }
    header div.wrapper nav {
      float: none;
      margin-left: 0;
      position: fixed;
      top: 60px;
      bottom: 0;
      z-index: 20;
      background: linear-gradient(198deg, #F5C8EB, #F9E6C7);
      right: -60rem;
      transition: right 0.3s ease-in-out;
      overflow-x: hidden;
      overflow-y: auto;
      height: 100%; }

body.menu > main {
  background-color: black; }
  body.menu > main > div.page {
    opacity: .4; }
  body.menu > main > header {
    background: #F5C8EB !important; }
    @media (max-width: 1080px) {
      body.menu > main > header div.wrapper nav {
        right: 0; } }
    body.menu > main > header div.wrapper span.menu:before {
      color: #FF4367; }

#organisation-view-layout .m_sidebar-menu-ul {
  max-height: calc(100vh - 140px - ((100px + 10px) * 2)); }
  @media (max-width: 1080px) {
    #organisation-view-layout .m_sidebar-menu-ul {
      max-height: calc(100vh - (100px + 140px + 20px)); } }

#organisation-view-layout .left-panel {
  border-radius: 0;
  flex: 0 0 127px; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul li a i {
    width: 38px;
    height: 38px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    top: -10px;
    right: 16px; }
    #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul li a i::before {
      position: absolute;
      left: 280px;
      top: 14px; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-scope a i {
    background-image: url(/img/menu-icon/scope.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-scope a:hover i {
    background-image: url(/img/menu-icon/scope-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-scope.active-parent a i {
    background-image: url(/img/menu-icon/scope-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-diagnose a i {
    background-image: url(/img/menu-icon/diagnose.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-diagnose a:hover i {
    background-image: url(/img/menu-icon/diagnose-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-assess.active-parent a i {
    background-image: url(/img/menu-icon/diagnose-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-assess a i {
    background-image: url(/img/menu-icon/diagnose.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-assess a:hover i {
    background-image: url(/img/menu-icon/diagnose-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-assess.active-parent a i {
    background-image: url(/img/menu-icon/diagnose-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-understand a i {
    background-image: url(/img/menu-icon/understand.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-understand a:hover i {
    background-image: url(/img/menu-icon/understand-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-understand.active-parent a i {
    background-image: url(/img/menu-icon/understand-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-improve a i {
    background-image: url(/img/menu-icon/improve.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-improve a:hover i {
    background-image: url(/img/menu-icon/improve-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-improve.active-parent a i {
    background-image: url(/img/menu-icon/improve-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-settings a i {
    background-image: url(/img/menu-icon/setting.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-settings a:hover i {
    background-image: url(/img/menu-icon/setting-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-settings.active-parent a i {
    background-image: url(/img/menu-icon/setting-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-operations a i {
    background-image: url(/img/menu-icon/operation.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-operations a:hover i {
    background-image: url(/img/menu-icon/operation-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-operations.active-parent a i {
    background-image: url(/img/menu-icon/operation-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-opportunities a i {
    background-image: url(/img/menu-icon/opportunity.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-opportunities a:hover i {
    background-image: url(/img/menu-icon/opportunity-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-opportunities.active-parent a i {
    background-image: url(/img/menu-icon/opportunity-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-systems a i {
    background-image: url(/img/menu-icon/system.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-systems a:hover i {
    background-image: url(/img/menu-icon/system-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-systems.active-parent a i {
    background-image: url(/img/menu-icon/system-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-reports a i {
    background-image: url(/img/menu-icon/report.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-reports a:hover i {
    background-image: url(/img/menu-icon/report-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-reports.active-parent a i {
    background-image: url(/img/menu-icon/report-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-processes a i {
    background-image: url(/img/menu-icon/process.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-processes a:hover i {
    background-image: url(/img/menu-icon/process-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-processes.active-parent a i {
    background-image: url(/img/menu-icon/process-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-objectives a i {
    background-image: url(/img/menu-icon/objectives.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-objectives a:hover i {
    background-image: url(/img/menu-icon/objectives-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-objectives.active-parent a i {
    background-image: url(/img/menu-icon/objectives-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-northstar a i {
    background-image: url(/img/menu-icon/northstar.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-northstar a:hover i {
    background-image: url(/img/menu-icon/northstar-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-northstar.active-parent a i {
    background-image: url(/img/menu-icon/northstar-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-act a i {
    background-image: url(/img/menu-icon/act.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-act a:hover i {
    background-image: url(/img/menu-icon/act-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-act.active-parent a i {
    background-image: url(/img/menu-icon/act-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-align a i {
    background-image: url(/img/menu-icon/align.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-align a:hover i {
    background-image: url(/img/menu-icon/align-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-align.active-parent a i {
    background-image: url(/img/menu-icon/align-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-plan a i {
    background-image: url(/img/menu-icon/plan.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-plan a:hover i {
    background-image: url(/img/menu-icon/plan-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-plan.active-parent a i {
    background-image: url(/img/menu-icon/plan-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper a {
    font-family: "Karla" !important; }
  @media (min-width: 1080px) {
    #organisation-view-layout .left-panel {
      display: block;
      z-index: 1006; }
      #organisation-view-layout .left-panel > div.sidebar-wrapper {
        display: block !important;
        max-width: 127px; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper a {
          font-size: 14px !important;
          font-weight: 300 !important;
          text-align: center; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper li.active-parent.active-tab a:first-child {
          font-weight: 800 !important;
          background-color: inherit; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper li.active-parent.active-tab ul.collapse li:not(.active) a {
          font-weight: 300 !important; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper li.my-organisations-last {
          display: none !important; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul {
          margin-top: 30px !important; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li .org-title {
            display: none; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a {
            padding: 0 16px !important;
            word-wrap: break-word; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover {
            padding-left: 28px !important;
            display: flex;
            flex-direction: row-reverse;
            margin-top: 16px;
            margin-bottom: 0;
            justify-content: center; } }
        @media (min-width: 1080px) and (max-width: 1080px) {
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .org-logo {
            display: none; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .org-img {
            display: none; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .org-img-selected {
            display: none; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover tooltiptext {
            display: none; } }
  @media (min-width: 1080px) {
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover i {
              padding-top: 0 !important;
              padding-left: 8px !important;
              /*font-weight: 800 !important;*/
              color: var(--color-secondary-75) !important; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover i:before {
                font-size: 13px !important; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .org-logo {
              width: 34px;
              height: 34px; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .org-logo:hover .tooltiptext {
                visibility: visible;
                transition: all 700ms ease-in-out; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .org-img {
              width: 34px;
              height: 34px;
              background-image: url(/img/menu-icon/organization.svg);
              background-size: contain;
              background-repeat: no-repeat; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .org-img:hover .tooltiptext {
                visibility: visible;
                transition: all 700ms ease-in-out; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover img {
              width: 34px;
              height: 34px; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .org-img-selected {
              background-image: url(/img/menu-icon/organization-selected.svg) !important; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .tooltiptext {
              transition: all 700ms ease-in-out;
              visibility: hidden;
              min-width: 244px;
              min-height: 77px;
              /*background-image: url(/img/tooltip.svg);*/
              color: #646464;
              text-align: center;
              display: flex;
              align-content: center;
              justify-content: center;
              align-items: center;
              position: absolute;
              top: 124px;
              left: 112px;
              z-index: 1005;
              cursor: default;
              background-color: white !important;
              border: 1px solid #FF4367 !important;
              border-radius: 16px;
              opacity: 1;
              padding: 8px; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .tooltiptext .arrow {
                top: 38%;
                left: -8.6px;
                transform: rotate(90deg); }
                #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .tooltiptext .arrow:before {
                  width: 1.2rem;
                  height: 1.2rem;
                  position: absolute;
                  top: -18px;
                  clip-path: polygon(-0.5rem -0.5rem, 100% -0.5rem, -0.5rem 100%);
                  background-color: white;
                  border: none;
                  border: 0.1px solid #FF4367;
                  transform: matrix(0.9, -1.8, -0.9, -1.8, 0, 0); }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .tooltiptext .tooltip-inner {
                background-color: white !important;
                color: #646464 !important;
                font-size: 15px !important;
                font-family: 'karla' !important;
                font-weight: 600;
                word-wrap: break-word;
                /*max-width: 170px;*/
                margin: 0;
                line-height: 20px;
                /*overflow: hidden;
                                        text-overflow: ellipsis;
                                        display: -webkit-box;
                                        -webkit-line-clamp: 3;
                                        -webkit-box-orient: vertical;*/ }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover p {
              display: none; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover:hover .org-img-selected {
              transition: all 700ms ease-in-out;
              background-image: url(/img/menu-icon/organization-hover.svg) !important; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover:hover .org-img {
              transition: all 700ms ease-in-out;
              background-image: url(/img/menu-icon/organization-hover.svg) !important; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover:hover img {
              color: #FF4367 !important;
              background-color: rgba(255, 142, 164, 0.3); }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover:hover i {
              color: #FF4367 !important; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul {
            display: none; } }
      @media (min-width: 1080px) and (min-width: 1080px) {
        #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul.showing {
          position: absolute !important;
          top: 102px !important;
          left: 127px !important;
          z-index: 100 !important;
          display: block;
          margin-top: 0 !important;
          max-height: calc(100vh - 300px);
          overflow-y: auto;
          overflow-x: hidden;
          max-width: 225px;
          /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul.showing::-webkit-scrollbar {
            width: 5px;
            height: 5px;
            border-radius: 12px; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul.showing::-webkit-scrollbar-track {
            background: #ABABAB;
            width: 2px;
            border-radius: 12px; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul.showing::-webkit-scrollbar-thumb {
            background: #6D6D6D;
            width: 2px;
            border-radius: 12px;
            opacity: .5; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul.showing::-webkit-scrollbar-thumb:hover {
            background: #555; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul.showing li {
            padding: 0 !important;
            width: 223px !important;
            margin-bottom: 36px; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul.showing li a {
              padding: 0 30px !important;
              align-items: inherit;
              font-size: 20px !important;
              word-wrap: break-word; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul.showing li a.active-org {
              font-weight: 800 !important;
              font-size: 19px !important; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul.showing li.my-organisations-last {
            display: none !important; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li .my-organisations-tab-menu {
          display: none; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li .my-organisations-tab-menu.showing {
            position: absolute !important;
            left: 126px !important;
            z-index: 101 !important;
            display: block;
            width: 225px !important;
            bottom: 0;
            height: 100px; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li .my-organisations-tab-menu hr {
            margin: revert;
            margin-top: 0; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li .my-organisations-tab-menu a {
            margin: 30px 0 !important;
            font-size: 20px !important;
            font-weight: 500 !important;
            text-align: center;
            color: var(--color-black-05) !important; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li .my-organisations-tab-menu a:hover {
              color: #FF4367 !important; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li .org-title {
          display: none; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li .org-title.showing {
            position: absolute !important;
            left: 126px !important;
            z-index: 101 !important;
            /*display: block;*/
            width: 225px !important;
            top: 100px !important;
            height: 100px; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li .org-title p {
            padding: 0 30px !important;
            font-size: 15px;
            font-weight: 800;
            line-height: 24px;
            word-wrap: break-word;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical; } }
  @media (min-width: 1080px) {
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li.my-organisations-last {
            display: none !important; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu hr {
          margin: 0;
          border: 1px solid rgba(0, 0, 0, 0.4);
          opacity: 0.7;
          margin-top: 30px; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .logo-container {
          height: auto;
          border-radius: 0; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .logo-container .logo {
            padding-top: 54px; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .logo-container .logo img {
              width: auto; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .logo-container hr {
            margin: 0;
            margin-top: 38px; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul {
          margin-top: 24px; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 30px;
            margin-bottom: 10px; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li:hover {
              color: #FF4367; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li a {
              padding: 0;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              text-align: start; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li a i {
                width: 38px;
                height: 38px;
                background-position: center;
                background-size: contain;
                bottom: 10px;
                right: 0; }
                #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li a i:before {
                  content: "" !important; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul {
              display: none;
              /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul::-webkit-scrollbar {
                width: 5px;
                height: 5px;
                border-radius: 12px; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul::-webkit-scrollbar-track {
                background: #ABABAB;
                width: 2px;
                border-radius: 12px; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul::-webkit-scrollbar-thumb {
                background: #6D6D6D;
                width: 2px;
                border-radius: 12px;
                opacity: .5; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul::-webkit-scrollbar-thumb:hover {
                background: #555; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul.collapse.show {
              position: absolute !important;
              top: 95px !important;
              left: 127px !important;
              z-index: 100 !important;
              display: block;
              max-height: 100vh;
              overflow-y: auto;
              max-width: 225px; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul.collapse.show li {
                padding: 0 28px !important;
                margin-bottom: 54px; }
                #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul.collapse.show li a {
                  align-items: inherit;
                  font-size: 20px !important;
                  width: 178px;
                  word-wrap: break-word; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul.collapse.show li.my-organisations-last {
                display: none !important; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul.showing {
              position: absolute !important;
              top: 105px !important;
              left: 127px !important;
              z-index: 100 !important;
              display: block;
              max-height: 100vh;
              overflow-y: auto;
              max-width: 225px; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul.showing li {
                padding: 0 30px !important;
                margin-bottom: 54px; }
                #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul.showing li a {
                  align-items: inherit;
                  font-size: 16px !important;
                  width: 162px;
                  word-wrap: break-word; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul.showing li.my-organisations-last {
                display: none !important; }
      #organisation-view-layout .left-panel .m_left-menu-footer {
        display: block !important; }
        #organisation-view-layout .left-panel .m_left-menu-footer .header-account-wrapper a {
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          #organisation-view-layout .left-panel .m_left-menu-footer .header-account-wrapper a:hover {
            transition: all 300ms ease-in-out;
            text-decoration: none;
            color: #FF4367; }
            #organisation-view-layout .left-panel .m_left-menu-footer .header-account-wrapper a:hover div.img {
              transition: all 300ms ease-in-out;
              background-image: url(/img/log-out-hover.svg); }
            #organisation-view-layout .left-panel .m_left-menu-footer .header-account-wrapper a:hover > span.text {
              transition: all 300ms ease-in-out;
              color: #FF4367; }
          #organisation-view-layout .left-panel .m_left-menu-footer .header-account-wrapper a > span.text {
            padding: 0;
            font-size: 15px;
            margin-top: 10px;
            font-weight: 300;
            color: black; }
          #organisation-view-layout .left-panel .m_left-menu-footer .header-account-wrapper a > div.img {
            padding: 0;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 40px;
            height: 46px;
            background-image: url(/img/log-out.svg);
            margin-bottom: 0;
            margin-right: 0; }
            #organisation-view-layout .left-panel .m_left-menu-footer .header-account-wrapper a > div.img:hover {
              transition: all 300ms ease-in-out;
              background-image: url(/img/log-out-hover.svg); }
        #organisation-view-layout .left-panel .m_left-menu-footer .header-account-wrapper hr {
          margin: 0; } }
  @media (max-width: 1080px) {
    #organisation-view-layout .left-panel > div.sidebar-wrapper {
      display: block !important; }
      #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu {
        display: block !important; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul {
          border-top: 2px solid rgba(0, 0, 0, 0.3);
          padding-top: 0 !important; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li .org-title {
            display: none; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover {
            display: flex;
            flex-direction: row-reverse;
            align-items: center;
            justify-content: space-between;
            background: linear-gradient(270deg, #f7bae0, #f9c2d3);
            position: sticky !important;
            top: 0;
            padding-top: 30px;
            padding-bottom: 30px; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .org-img {
              display: none; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover img {
              display: none; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .org-img-selected {
              display: none; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .tooltiptext {
              display: none; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover i {
              padding-left: 10px !important;
              font-weight: 800 !important;
              color: var(--color-secondary-75) !important; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover p {
              display: block;
              word-wrap: break-word;
              max-width: 270px;
              margin: 0; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover:hover i {
              color: #FF4367 !important; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover:hover p {
              color: #FF4367 !important; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul {
            display: none; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu .my-organisations-tab-menu {
          display: none; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu hr {
          margin: 0;
          border: 1px solid rgba(0, 0, 0, 0.4);
          opacity: 0.7;
          margin-top: 0 !important; }
      #organisation-view-layout .left-panel > div.sidebar-wrapper .not-show ul {
        max-height: calc(100vh - 140px) !important; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .not-show ul li ul {
          display: block !important;
          padding-top: 40px;
          border: none !important; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .not-show ul li ul li.active-parent a {
            padding: 15px 0 15px 30px !important;
            max-width: 320px;
            word-break: break-all; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .not-show ul li ul li.active-parent a.active-org {
            font-weight: 800; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .not-show ul li ul li.my-organisations-last a {
            font-weight: 600; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .not-show ul i.icon-arrow-down {
          margin: 0 !important;
          font-size: 9px !important;
          padding: 0 !important; }
      #organisation-view-layout .left-panel > div.sidebar-wrapper .not-show hr {
        display: none; } }

#organisation-view-layout .left-panel-item {
  display: none;
  flex: 0 0 225px;
  border-radius: 0px 50px 0px 0px;
  background: linear-gradient(198deg, rgba(245, 200, 235, 0.4), rgba(249, 230, 199, 0.4));
  padding: 0 0 0 0;
  position: relative;
  height: 100vh; }
  @media (min-width: 1080px) {
    #organisation-view-layout .left-panel-item {
      display: block;
      position: absolute;
      left: 126.6px;
      width: 225px;
      background: linear-gradient(198deg, #f6e6ef, #f8f0e4);
      z-index: 1004; } }
  #organisation-view-layout .left-panel-item.pin-sub-menu {
    position: relative;
    background: linear-gradient(198deg, #f6e6f0, rgba(249, 230, 199, 0.4)) !important;
    left: 0; }
  #organisation-view-layout .left-panel-item img.close-logo {
    float: right;
    width: 50px;
    height: 50px;
    margin-top: -1px;
    margin-right: -1px;
    cursor: pointer; }

body.not-show-sub-menu #left-panel-item {
  transition: left 500ms ease-in-out;
  position: absolute;
  left: -70rem; }

@media (min-width: 1080px) {
  body.not-show-sub-menu #organisation-view-layout .left-panel {
    border-radius: 0px 50px 0px 0px;
    transition: border-radius 1000ms ease-in-out; }
    body.not-show-sub-menu #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li ul.collapse.show {
      display: none !important; }
    body.not-show-sub-menu #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li ul.collapse.showing {
      display: none !important; }
    body.not-show-sub-menu #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li ul {
      display: none !important; }
    body.not-show-sub-menu #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li .my-organisations-tab-menu {
      display: none !important; }
    body.not-show-sub-menu #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li .org-title {
      display: none !important; } }

header .header-wrapper .navbar {
  background-color: var(--general-font-color);
  color: var(--color-primary-100);
  height: 5px;
  max-height: 5px;
  padding: 0; }
  header .header-wrapper .navbar a {
    color: var(--color-primary-100); }
  header .header-wrapper .navbar .header-nav-tabs {
    font-size: 1.57rem;
    font-weight: 500;
    margin-bottom: 2rem;
    margin-top: 2rem;
    flex: 14;
    margin-left: 50px; }
  header .header-wrapper .navbar .nav-item, header .header-wrapper .navbar .navbar-nav > li {
    padding: 0 15px;
    align-self: center; }
  header .header-wrapper .navbar .active {
    color: var(--general-primary-color);
    border-radius: 10px;
    background: white;
    padding: 5px 10px; }
  header .header-wrapper .navbar li a {
    text-decoration: none; }
  header .header-wrapper .navbar .header-left-actions-wrapper {
    /*@include for-tablet-portrait-up {*/
    flex: 0 0 12em;
    text-align: center;
    /*}*/ }
    header .header-wrapper .navbar .header-left-actions-wrapper .menu-toggler.burger-icon {
      position: absolute;
      left: 0;
      z-index: 400;
      margin: 0;
      margin-left: 2rem;
      width: 11rem;
      padding-right: 8rem;
      -webkit-appearance: none; }
      header .header-wrapper .navbar .header-left-actions-wrapper .menu-toggler.burger-icon:after, header .header-wrapper .navbar .header-left-actions-wrapper .menu-toggler.burger-icon:before, header .header-wrapper .navbar .header-left-actions-wrapper .menu-toggler.burger-icon i {
        background-color: var(--general-primary-color);
        border-radius: .3rem;
        content: '';
        display: block;
        height: .3rem;
        margin: .7rem 0;
        transition: all .2s ease-in-out; }
      header .header-wrapper .navbar .header-left-actions-wrapper .menu-toggler.burger-icon.collapsed:before {
        transform: translateY(1rem) rotate(135deg); }
      header .header-wrapper .navbar .header-left-actions-wrapper .menu-toggler.burger-icon.collapsed:after {
        transform: translateY(-1rem) rotate(-135deg); }
      header .header-wrapper .navbar .header-left-actions-wrapper .menu-toggler.burger-icon.collapsed i {
        transform: scale(0); }
      @media (min-width: 900px) {
        header .header-wrapper .navbar .header-left-actions-wrapper .menu-toggler.burger-icon {
          display: none; } }
    header .header-wrapper .navbar .header-left-actions-wrapper .menu-toggler.burger-icon {
      margin-left: -7rem;
      width: 10rem;
      padding-right: 0px;
      padding-left: 8rem; }
    header .header-wrapper .navbar .header-left-actions-wrapper .logo {
      width: 30%; }
      header .header-wrapper .navbar .header-left-actions-wrapper .logo img {
        margin-left: 20px;
        height: 60px; }
  header .header-wrapper .navbar .header-account-wrapper {
    padding: 0 1rem; }
    header .header-wrapper .navbar .header-account-wrapper a {
      font-size: 1.57rem;
      font-weight: 500; }

header .menu-item-logo {
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end !important;
  margin-right: 20px; }
  header .menu-item-logo img {
    height: 54px; }

@media only screen and (max-width: 768px) {
  header .header-wrapper .navbar .nav-item, header .header-wrapper .navbar .navbar-nav > li {
    padding: 0 5px; } }

footer {
  width: 100%;
  /*color:$white;*/
  padding: 30px 34px 30px 34px;
  font-size: 15px;
  /*    position: absolute;
    bottom: 30px;*/
  /*    background: $background-default-color;

    @media (min-width: 1400px) {
        position: absolute;
        bottom: 30px;
        background: $background-default-color;
    }*/ }
  @media (max-width: 1300px) {
    footer {
      padding-left: 15px; } }
  @media (max-width: 1080px) {
    footer {
      padding-bottom: 60px;
      text-align: center; } }
  footer p {
    padding: 5px;
    /*color: #334432;*/ }
  footer a, footer a:hover {
    color: #FF4367;
    /*color: $white;*/ }
  footer img {
    margin: 0 8px; }
  footer .pull-right a {
    text-decoration: underline; }
  footer .plain-text {
    text-decoration: none !important; }

/*$color-primary-75: rgba(255, 0, 0, .75);
$color-primary-50: rgba(255, 0, 0, .5);
$color-primary-25: rgba(255, 0, 0, .25);

$color-secondary: rgba(14, 82,32, 1);
$color-secondary-75: rgba(14, 82,32, .75);
$color-secondary-50: rgba(14, 82,32, .5);
$color-secondary-25: rgba(14, 82,32, 0.25);

$color-secondary-light-grey: rgba(222, 222, 222, 1);
$color-primary-darker: rgba(150, 39, 74,1); //Not exist in Guildeline
*/
/*$General-Font-Family: 'Roboto';
$H1-Font: 400 22px $General-Font-Family; //normal
$H2-Font: 700 18px $General-Font-Family; //bold
$H3-Font: 500 16px $General-Font-Family; //medium
$Button-Text-Font: 400 16px $General-Font-Family; //normal
$Texy-Body-Font: 400 14px $General-Font-Family; //normal
$Field-Value-Font: 500 14px $General-Font-Family; //medium
$Date-Picker-Font: 400 12px $General-Font-Family; //normal
$Small-Button-Text-Font: 400 12px $General-Font-Family; //normal
$Icon-Font-Size: 20px; //Not exist in Guildeline
$Icon-Grid-Font-Size: 30px; //Not exist in Guildeline
$Button-Min-Width : 100px; //Not exist in Guildeline*/
body {
  my-body: 000;
  font: 400 21px "Karla";
  color: var(--general-font-color);
  overflow: hidden; }
  body i {
    color: var(--general-font-color); }
  body main .page {
    text-align: left !important;
    overflow: hidden !important; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

.as-two-columns-form .form-body div.bootstrap-select {
  max-width: 375px !important; }

.bootstrap-select {
  border-radius: 22px !important;
  font: 500 18px "Karla" !important;
  max-width: 400px !important;
  background-color: unset !important; }
  .bootstrap-select .bs-ok-default:after {
    opacity: 0; }
  .bootstrap-select .dropdown-toggle {
    padding: 7px 0px 7px 10px !important; }
    .bootstrap-select .dropdown-toggle.bs-placeholder {
      color: var(--color-secondary-25) !important; }
  .bootstrap-select .dropdown-toggle {
    color: var(--general-font-color) !important;
    font: 500 18px "Karla" !important;
    max-width: 400px !important;
    min-width: 100px !important;
    height: 42px !important;
    border-color: #EDEDED !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-radius: 22px !important;
    padding: 7px 0px 7px 10px !important;
    background-color: var(--White-Color) !important;
    outline: none !important; }
    .bootstrap-select .dropdown-toggle:after {
      border: 0;
      float: right !important;
      color: var(--general-font-color) !important;
      content: "!" !important;
      font-size: 7px !important;
      padding: 0px !important;
      margin: 6px 15px 6px 6px !important;
      transition: all 600ms ease-in-out; }
    .bootstrap-select .dropdown-toggle:active:not(.disabled), .bootstrap-select .dropdown-toggle:hover:not(.disabled) {
      /*background-color: $bootstrap-select-background-color-hover !important;*/
      outline: none !important;
      box-shadow: none !important;
      border: 2px solid #FFA000 !important; }
      .bootstrap-select .dropdown-toggle:active:not(.disabled)[aria-expanded~=true], .bootstrap-select .dropdown-toggle:hover:not(.disabled)[aria-expanded~=true] {
        border-color: #62ABF4 !important; }
    .bootstrap-select .dropdown-toggle:focus:not(.disabled) {
      background-color: var(--White-Color) !important;
      border-color: #62ABF4 !important;
      outline: none !important;
      box-shadow: none !important; }
    .bootstrap-select .dropdown-toggle[aria-expanded~=true] {
      border-color: #62ABF4 !important; }
    .bootstrap-select .dropdown-toggle.disabled {
      background: var(--color-secondary-10) !important; }
    .bootstrap-select .dropdown-toggle .filter-option {
      font: 500 18px "Karla" !important;
      padding-left: 14px; }
  .bootstrap-select div.dropdown-menu {
    border-color: #EDEDED !important;
    border-width: 1px;
    border-style: solid;
    border-radius: 22px !important;
    background-color: var(--White-Color) !important;
    padding-bottom: 20px;
    padding-top: 0px;
    z-index: 9999;
    /*transform: rotateY(0) !important;*/
    /*inset: auto !important;*/
    /*  position: fixed !important;
        width: inherit !important;
        min-width: max-content !important;
        max-width:inherit !important;
        margin-top: -42px;*/ }
    .bootstrap-select div.dropdown-menu li {
      position: relative !important; }
    .bootstrap-select div.dropdown-menu div.bs-searchbox:after {
      content: "";
      font: 500 15px normal;
      font-family: "icomoon" !important;
      position: absolute;
      top: 15px;
      right: 20px;
      z-index: 1;
      color: #000000;
      opacity: 0.5; }
    .bootstrap-select div.dropdown-menu div.inner {
      margin-right: 20px;
      margin-top: 20px; }
      .bootstrap-select div.dropdown-menu div.inner::-webkit-scrollbar {
        width: 3px; }
      .bootstrap-select div.dropdown-menu div.inner::-webkit-scrollbar-track {
        background: #DDDDDD; }
      .bootstrap-select div.dropdown-menu div.inner::-webkit-scrollbar-thumb {
        background-color: #A2A2A2; }
      .bootstrap-select div.dropdown-menu div.inner::-webkit-scrollbar-thumb:hover {
        background: var(--color-secondary-75); }
      .bootstrap-select div.dropdown-menu div.inner ul.dropdown-menu {
        background-color: unset !important;
        /*min-width: min-content !important;
                max-width:min-content !important;*/ }
        .bootstrap-select div.dropdown-menu div.inner ul.dropdown-menu li.selected {
          background-color: var(--White-Color) !important; }
          .bootstrap-select div.dropdown-menu div.inner ul.dropdown-menu li.selected:hover {
            background-color: #F8E5E9 !important; }
          .bootstrap-select div.dropdown-menu div.inner ul.dropdown-menu li.selected a.selected span.text {
            color: var(--color-primary-85) !important;
            font: 700 18px "Karla" !important; }
          .bootstrap-select div.dropdown-menu div.inner ul.dropdown-menu li.selected span.check-mark {
            color: var(--color-primary-85) !important;
            position: absolute !important;
            display: inline-block !important;
            right: 15px !important;
            top: 4px !important; }
        .bootstrap-select div.dropdown-menu div.inner ul.dropdown-menu li a.dropdown-item {
          font: 300 18px "Karla" !important;
          color: var(--general-font-color) !important;
          background-color: var(--White-Color) !important;
          padding-bottom: 5px;
          padding-top: 5px; }
          .bootstrap-select div.dropdown-menu div.inner ul.dropdown-menu li a.dropdown-item:hover, .bootstrap-select div.dropdown-menu div.inner ul.dropdown-menu li a.dropdown-item:focus {
            background-color: #F8E5E9 !important; }
        .bootstrap-select div.dropdown-menu div.inner ul.dropdown-menu li.no-results {
          color: var(--general-font-color) !important;
          padding: 3px !important;
          background-color: var(--White-Color) !important;
          margin: 0 5px !important;
          white-space: nowrap !important; }
    .bootstrap-select div.dropdown-menu div.bs-searchbox {
      padding: 0px 0px 10px 0px !important; }
      .bootstrap-select div.dropdown-menu div.bs-searchbox input {
        padding: 10px 35px 10px 15px !important;
        max-width: unset !important; }
        .bootstrap-select div.dropdown-menu div.bs-searchbox input:focus {
          border: 1px solid #EDEDED !important; }
    .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light {
      padding: 9px 10px 9px 10px; }
    .bootstrap-select div.dropdown-menu div.bs-actionsbox .bs-select-all {
      border-radius: 28px 0px 0px 28px !important;
      color: var(--White-Color) !important;
      background-color: #FF4367 !important; }
    .bootstrap-select div.dropdown-menu div.bs-actionsbox .bs-deselect-all {
      border-radius: 0px 28px 28px 0px !important; }
  .bootstrap-select.show .dropdown-toggle:after {
    transform: rotate(180deg); }

/*$datetime-picker-icon-date-font-size: 13px;*/
/*$datetime-picker-icon-time-font-size: 9px;*/
.input-datetime > .input-group {
  max-width: 400px; }

.form-control[data-control=date-picker], *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox, .form-control[data-control=time-picker], *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox, .form-control[data-control=date-picker\|time-picker], *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox {
  width: 100%; }
  .form-control[data-control=date-picker] + .input-group-addon, *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon, .form-control[data-control=time-picker] + .input-group-addon, *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon, .form-control[data-control=date-picker\|time-picker] + .input-group-addon, *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon {
    position: absolute !important;
    left: calc(100% - 25px) !important;
    top: calc(50% - 8px) !important;
    z-index: 999;
    color: #555555; }
    .form-control[data-control=date-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon > i, .form-control[data-control=time-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon > i, .form-control[data-control=date-picker\|time-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon > i {
      font-size: 12px !important; }

.form-control[data-control=date-picker], *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox, .form-control[data-control=time-picker], *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox, .form-control[data-control=date-picker\|time-picker], *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox {
  width: 100%; }
  .form-control[data-control=date-picker] + .input-group-addon, *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon, .form-control[data-control=time-picker] + .input-group-addon, *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon, .form-control[data-control=date-picker\|time-picker] + .input-group-addon, *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon {
    position: absolute !important;
    left: calc(100% - 34px) !important;
    top: calc(50% - 12px) !important;
    z-index: 999;
    color: #555555; }
    .form-control[data-control=date-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon > i, .form-control[data-control=time-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon > i, .form-control[data-control=date-picker\|time-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon > i {
      font-size: 12px !important; }

.bootstrap-datetimepicker-widget {
  display: block !important;
  box-shadow: none;
  padding: 5px !important;
  width: auto !important;
  background-color: var(--White-Color) !important;
  border-radius: 28px !important;
  border: 2px solid #EDEDED;
  z-index: 1500;
  /*    inset: auto auto -70px auto !important;
    position: fixed !important;*/ }
  .bootstrap-datetimepicker-widget th, .bootstrap-datetimepicker-widget td {
    vertical-align: middle !important; }
  .bootstrap-datetimepicker-widget .datepicker .datepicker-days {
    width: 200px !important; }
  .bootstrap-datetimepicker-widget .datepicker table.table-condensed {
    border: none !important;
    border-radius: 50% !important;
    color: var(--general-font-color) !important;
    border: none !important;
    border-collapse: revert !important; }
    .bootstrap-datetimepicker-widget .datepicker table.table-condensed .picker-switch {
      font: 500 18px "Karla" !important;
      padding: 3px;
      border: none !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .picker-switch:hover {
        background-color: #FFDAE1 !important;
        box-shadow: none;
        border-radius: 50% !important;
        color: var(--general-font-color); }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .picker-switch:hover {
        border-radius: 28px !important; }
    .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev {
      opacity: 1; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev:hover {
        background: none !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span {
        padding: 6px 7px 6px 7px !important;
        border: none !important;
        border: none !important;
        background-color: none !important; }
        .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span:hover {
          background-color: none !important;
          box-shadow: none;
          border-radius: 50% !important;
          color: #FF4367; }
          .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span:hover:before {
            background-color: none !important;
            box-shadow: none;
            border-radius: 50% !important;
            color: #FF4367; }
    .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next {
      opacity: 1; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next:hover {
        background: none !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span {
        padding: 6px 7px 6px 7px !important;
        border: none !important;
        border: none !important;
        background-color: none !important; }
        .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span:hover {
          background-color: none !important;
          box-shadow: none;
          border-radius: 50% !important;
          color: #FF4367; }
          .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span:hover:before {
            background-color: none !important;
            box-shadow: none;
            border-radius: 50% !important;
            color: #FF4367; }
    .bootstrap-datetimepicker-widget .datepicker table.table-condensed th, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .dow {
      color: var(--general-font-color) !important;
      font: 400 13px "Karla" !important;
      border: none !important;
      text-align: center !important; }
    .bootstrap-datetimepicker-widget .datepicker table.table-condensed td {
      text-align: center !important;
      border-radius: 50% !important;
      border: none !important; }
    .bootstrap-datetimepicker-widget .datepicker table.table-condensed .day {
      width: 28px !important;
      height: 28px !important;
      padding-left: 2.5px !important;
      font: 400 13px "Karla" !important;
      border: none !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .day.active {
        border: 1px solid var(--color-primary-85) !important;
        background-color: var(--White-Color) !important;
        color: var(--general-font-color) !important;
        text-shadow: none;
        border-radius: 50% !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .day:hover {
        background-color: #FFDAE1 !important;
        box-shadow: none;
        border-radius: 50% !important;
        color: var(--general-font-color); }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .day.old, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .day.new {
        color: var(--color-secondary-10) !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .day.today {
        color: var(--White-Color) !important;
        background-color: var(--color-primary-85) !important; }
    .bootstrap-datetimepicker-widget .datepicker table.table-condensed .year {
      font: 400 13px "Karla" !important;
      width: 45px !important;
      height: 45px !important;
      line-height: 45px !important;
      margin: 0px !important;
      border: none !important;
      padding-left: 2px !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .year.active {
        border: 1px solid var(--color-primary-85) !important;
        background-color: var(--White-Color) !important;
        color: var(--general-font-color) !important;
        text-shadow: none;
        border-radius: 50% !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .year:hover {
        background-color: #FFDAE1 !important;
        box-shadow: none;
        border-radius: 50% !important;
        color: var(--general-font-color); }
    .bootstrap-datetimepicker-widget .datepicker table.table-condensed .month {
      font: 400 13px "Karla" !important;
      width: 45px !important;
      height: 45px !important;
      line-height: 45px !important;
      margin: 0px !important;
      border: none !important;
      padding-left: 2px !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .month.active {
        border: 1px solid var(--color-primary-85) !important;
        background-color: var(--White-Color) !important;
        color: var(--general-font-color) !important;
        text-shadow: none;
        border-radius: 50% !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .month:hover {
        background-color: #FFDAE1 !important;
        box-shadow: none;
        border-radius: 50% !important;
        color: var(--general-font-color); }
    .bootstrap-datetimepicker-widget .datepicker table.table-condensed .minute {
      font: 400 13px "Karla" !important;
      border: none !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .minute.active {
        border: 1px solid var(--color-primary-85) !important;
        background-color: var(--White-Color) !important;
        color: var(--general-font-color) !important;
        text-shadow: none;
        border-radius: 50% !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .minute:hover {
        background-color: #FFDAE1 !important;
        box-shadow: none;
        border-radius: 50% !important;
        color: var(--general-font-color); }
    .bootstrap-datetimepicker-widget .datepicker table.table-condensed .timepicker-hour {
      border: none !important;
      background-color: none !important;
      border: none !important;
      color: #FF4367 !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .timepicker-hour:hover {
        background-color: none !important;
        box-shadow: none;
        border-radius: 50% !important;
        color: #FF4367; }
        .bootstrap-datetimepicker-widget .datepicker table.table-condensed .timepicker-hour:hover:before {
          background-color: none !important;
          box-shadow: none;
          border-radius: 50% !important;
          color: #FF4367; }
  .bootstrap-datetimepicker-widget .timepicker {
    border-left: 1px solid #EDEDED !important;
    padding-left: 5px !important;
    margin-left: 5px !important;
    align-items: center;
    display: flex;
    color: var(--general-font-color) !important;
    font: 400 13px "Karla" !important;
    margin-top: 12px !important; }
    .bootstrap-datetimepicker-widget .timepicker tr:nth-child(2) {
      border: none !important; }
    .bootstrap-datetimepicker-widget .timepicker .timepicker-picker, .bootstrap-datetimepicker-widget .timepicker .timepicker-hours, .bootstrap-datetimepicker-widget .timepicker .timepicker-minutes {
      min-width: 130px; }
      .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .table-condensed, .bootstrap-datetimepicker-widget .timepicker .timepicker-hours .table-condensed, .bootstrap-datetimepicker-widget .timepicker .timepicker-minutes .table-condensed {
        border: none !important; }
    .bootstrap-datetimepicker-widget .timepicker .separator {
      color: var(--general-font-color) !important;
      font: 400 13px "Karla" !important;
      padding-bottom: 7px !important;
      font-size: 16px !important;
      font-weight: 800 !important; }
    .bootstrap-datetimepicker-widget .timepicker [data-action=selectMinute] {
      height: 35px !important; }
    .bootstrap-datetimepicker-widget .timepicker .minute, .bootstrap-datetimepicker-widget .timepicker .hour {
      color: #FF4367 !important;
      font: 400 13px "Karla" !important;
      font-size: 16px !important;
      font-weight: 800 !important;
      border: none !important; }
      .bootstrap-datetimepicker-widget .timepicker .minute:hover, .bootstrap-datetimepicker-widget .timepicker .hour:hover {
        background-color: #FFDAE1 !important;
        box-shadow: none;
        border-radius: 50% !important;
        color: var(--general-font-color); }
    .bootstrap-datetimepicker-widget .timepicker .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker .timepicker-minute {
      color: #FF4367 !important;
      font: 500 18px "Karla" !important;
      padding: 8px 0px 8px 0px !important;
      width: 36px !important;
      /*height: 32px !important;*/
      font-size: 16px;
      line-height: 24px;
      font-weight: 800;
      border: none !important; }
      .bootstrap-datetimepicker-widget .timepicker .timepicker-hour:hover, .bootstrap-datetimepicker-widget .timepicker .timepicker-minute:hover {
        background-color: #FFDAE1 !important;
        box-shadow: none;
        border-radius: 50% !important;
        color: var(--general-font-color); }
    .bootstrap-datetimepicker-widget .timepicker a {
      color: var(--general-font-color) !important;
      font: 400 13px "Karla" !important;
      border: 1px solid #EDEDED !important;
      padding: 7px 0px 0px 0px !important;
      margin: 4px !important;
      width: 30px;
      height: 30px;
      border: none !important; }
      .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours']:hover {
        background: none !important; }
      .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span {
        width: 20px !important;
        border: none !important;
        border: none !important;
        background-color: none !important; }
        .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span:hover {
          background-color: none !important;
          box-shadow: none;
          border-radius: 50% !important;
          color: #FF4367; }
          .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span:hover:before {
            background-color: none !important;
            box-shadow: none;
            border-radius: 50% !important;
            color: #FF4367; }
      .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes']:hover {
        background: none !important; }
      .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span {
        width: 20px !important;
        border: none !important;
        border: none !important;
        background-color: none !important; }
        .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span:hover {
          background-color: none !important;
          box-shadow: none;
          border-radius: 50% !important;
          color: #FF4367; }
          .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span:hover:before {
            background-color: none !important;
            box-shadow: none;
            border-radius: 50% !important;
            color: #FF4367; }
      .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours']:hover {
        background: none !important; }
      .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span {
        width: 20px !important;
        border: none !important;
        border: none !important;
        background-color: none !important; }
        .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span:hover {
          background-color: none !important;
          box-shadow: none;
          border-radius: 50% !important;
          color: #FF4367; }
          .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span:hover:before {
            background-color: none !important;
            box-shadow: none;
            border-radius: 50% !important;
            color: #FF4367; }
      .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes']:hover {
        background: none !important; }
      .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span {
        width: 20px !important;
        border: none !important;
        border: none !important;
        background-color: none !important; }
        .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span:hover {
          background-color: none !important;
          box-shadow: none;
          border-radius: 50% !important;
          color: #FF4367; }
          .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span:hover:before {
            background-color: none !important;
            box-shadow: none;
            border-radius: 50% !important;
            color: #FF4367; }
  .bootstrap-datetimepicker-widget li.picker-switch a[data-action=today] {
    color: var(--general-font-color) !important;
    font: 400 13px "Karla" !important;
    padding: 10px !important;
    border: none !important;
    margin-right: 35px !important;
    border-radius: 28px !important; }
    .bootstrap-datetimepicker-widget li.picker-switch a[data-action=today]:hover {
      background-color: #FFDAE1 !important;
      box-shadow: none;
      border-radius: 50% !important;
      color: var(--general-font-color); }
    .bootstrap-datetimepicker-widget li.picker-switch a[data-action=today]:before {
      content: "Today";
      color: var(--color-primary-85) !important;
      font: 400 13px "Karla" !important; }
    .bootstrap-datetimepicker-widget li.picker-switch a[data-action=today]:hover {
      border-radius: 28px !important; }
    .bootstrap-datetimepicker-widget li.picker-switch a[data-action=today] span {
      display: none !important; }
  .bootstrap-datetimepicker-widget li.picker-switch a[data-action=clear] {
    color: var(--general-font-color) !important;
    font: 400 13px "Karla" !important;
    padding: 10px !important;
    border-radius: 50% !important;
    border: none !important;
    margin-right: 30px !important;
    border-radius: 28px !important; }
    .bootstrap-datetimepicker-widget li.picker-switch a[data-action=clear]:hover {
      background-color: #FFDAE1 !important;
      box-shadow: none;
      border-radius: 50% !important;
      color: var(--general-font-color); }
    .bootstrap-datetimepicker-widget li.picker-switch a[data-action=clear]:hover {
      border-radius: 28px !important; }
    .bootstrap-datetimepicker-widget li.picker-switch a[data-action=clear]:before {
      content: "Clear";
      color: var(--color-primary-85) !important;
      font: 400 13px "Karla" !important; }
    .bootstrap-datetimepicker-widget li.picker-switch a[data-action=clear] span {
      display: none !important; }
  .bootstrap-datetimepicker-widget > div + li.picker-switch td {
    width: 71% !important; }
  .bootstrap-datetimepicker-widget > div + li.picker-switch [data-action='today'] {
    margin-left: -10px !important;
    width: auto !important; }
  .bootstrap-datetimepicker-widget > div + li.picker-switch [data-action='clear'] {
    /*margin-left: 38px !important;*/
    width: auto !important; }
  .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-bottom-color: var(--White-Color) !important; }

.m_existing-system-view-and-form .bootstrap-datetimepicker-widget {
  inset: 42px auto auto 0px !important;
  position: absolute !important; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

.input-text, .bootstrap-select div.dropdown-menu div.bs-searchbox input, input[type=text], input[type=password] {
  padding-left: 25px;
  padding-right: 25px;
  max-width: 400px;
  height: 42px;
  background-color: var(--White-Color);
  color: #3B3B3B;
  font: 500 18px/20px "Karla";
  border-color: #EDEDED;
  border-width: 2px;
  border-style: solid;
  border-radius: 28px !important;
  box-shadow: none;
  outline: none; }
  .input-text:hover:not(:disabled), .bootstrap-select div.dropdown-menu div.bs-searchbox input:hover:not(:disabled), input[type=text]:hover:not(:disabled), input[type=password]:hover:not(:disabled) {
    box-shadow: none;
    outline: none;
    border: 2px solid #FFA000;
    color: #FFA000; }
  .input-text:focus:not(:disabled), .bootstrap-select div.dropdown-menu div.bs-searchbox input:focus:not(:disabled), input[type=text]:focus:not(:disabled), input[type=password]:focus:not(:disabled), .input-text:active:not(:disabled), .bootstrap-select div.dropdown-menu div.bs-searchbox input:active:not(:disabled), input[type=text]:active:not(:disabled), input[type=password]:active:not(:disabled) {
    border-color: #62ABF4;
    box-shadow: none;
    outline: none;
    color: #3B3B3B;
    background-color: var(--White-Color); }
  .input-text.input-validation-error:not(:disabled), .bootstrap-select div.dropdown-menu div.bs-searchbox input.input-validation-error:not(:disabled), input.input-validation-error[type=text]:not(:disabled), input.input-validation-error[type=password]:not(:disabled) {
    border: 2px solid #FF43674D;
    color: #FF43674D; }
  .input-text:disabled, .bootstrap-select div.dropdown-menu div.bs-searchbox input:disabled, input[type=text]:disabled, input[type=password]:disabled {
    background-color: #B9B9B9;
    cursor: not-allowed; }
  .input-text:-webkit-autofill, .bootstrap-select div.dropdown-menu div.bs-searchbox input:-webkit-autofill, input[type=text]:-webkit-autofill, input[type=password]:-webkit-autofill, .input-text:-webkit-autofill:hover, .bootstrap-select div.dropdown-menu div.bs-searchbox input:-webkit-autofill:hover, input[type=text]:-webkit-autofill:hover, input[type=password]:-webkit-autofill:hover, .input-text:-webkit-autofill:focus, .bootstrap-select div.dropdown-menu div.bs-searchbox input:-webkit-autofill:focus, input[type=text]:-webkit-autofill:focus, input[type=password]:-webkit-autofill:focus {
    -webkit-text-fill-color: #3B3B3B;
    -webkit-box-shadow: 0 0 0px 42px var(--White-Color) inset; }

.input-currency > .input-group:hover:not(:disabled) {
  box-shadow: none;
  outline: none;
  border: 2px solid #FFA000 !important;
  color: #FFA000 !important; }

.input-currency > .input-group:focus-within:not(:disabled), .input-currency > .input-group:active:not(:disabled) {
  border-color: #62ABF4 !important;
  box-shadow: none;
  outline: none; }

.input-currency > .input-group .input-validation-error:not(:disabled) {
  border: 2px solid #FF43674D;
  color: #FF43674D; }

.input-currency > .input-group {
  flex-wrap: nowrap !important;
  border-width: 2px;
  border-style: solid;
  border-radius: 48px !important;
  border-color: #EDEDED !important; }
  .input-currency > .input-group > span.input-group-addon:first-child + input.form-control, *[data-control=collapsible-checkboxes] .input-currency > .input-group > span.input-group-addon:first-child + input.textbox {
    background-color: var(--White-Color);
    color: #3B3B3B;
    font: 500 18px/20px "Karla";
    border-color: #EDEDED;
    border-width: 2px;
    border-style: solid;
    border-radius: 28px !important;
    box-shadow: none;
    outline: none;
    padding: 5px 35px 5px 25px;
    max-width: calc(400px - 42px) !important;
    height: 42px;
    border-width: 1px 1px 1px 0;
    border-radius: 28px;
    border-left: none !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: hidden; }
    .input-currency > .input-group > span.input-group-addon:first-child + input.form-control:-webkit-autofill, *[data-control=collapsible-checkboxes] .input-currency > .input-group > span.input-group-addon:first-child + input.textbox:-webkit-autofill, .input-currency > .input-group > span.input-group-addon:first-child + input.form-control:-webkit-autofill:hover, *[data-control=collapsible-checkboxes] .input-currency > .input-group > span.input-group-addon:first-child + input.textbox:-webkit-autofill:hover, .input-currency > .input-group > span.input-group-addon:first-child + input.form-control:-webkit-autofill:focus, *[data-control=collapsible-checkboxes] .input-currency > .input-group > span.input-group-addon:first-child + input.textbox:-webkit-autofill:focus {
      -webkit-text-fill-color: #3B3B3B;
      -webkit-box-shadow: 0 0 0px 42px var(--White-Color) inset; }
  .input-currency > .input-group > span.input-group-addon:first-child {
    background-color: var(--White-Color) !important;
    color: #FF4367;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    padding: 0 3px 0 3px !important;
    margin-right: 0 !important;
    border: 2px solid #EDEDED !important;
    border-right: none !important;
    border-radius: 28px !important;
    width: 42px;
    border-left: none !important; }

.input-textarea, textarea, textarea.form-control, *[data-control=collapsible-checkboxes] textarea.textbox {
  max-width: 400px;
  padding: 10px 0px 10px 25px;
  resize: none;
  background-color: var(--White-Color);
  color: #3B3B3B;
  font: 500 18px/20px "Karla";
  border-color: #EDEDED;
  border-width: 2px;
  border-style: solid;
  border-radius: 28px !important;
  box-shadow: none;
  outline: none; }
  .input-textarea:hover:not(:disabled), textarea:hover:not(:disabled) {
    box-shadow: none;
    outline: none;
    border: 2px solid #FFA000;
    color: #FFA000; }
  .input-textarea:focus:not(:disabled), textarea:focus:not(:disabled), .input-textarea:active:not(:disabled), textarea:active:not(:disabled) {
    border-color: #62ABF4;
    box-shadow: none;
    outline: none;
    color: #3B3B3B;
    background-color: var(--White-Color); }
  .input-textarea.input-validation-error:not(:disabled), textarea.input-validation-error:not(:disabled) {
    border: 2px solid #FF43674D;
    color: #FF43674D; }
  .input-textarea:disabled, textarea:disabled, *[data-control=collapsible-checkboxes] textarea.textbox:disabled {
    background-color: #B9B9B9;
    cursor: not-allowed; }
  .input-textarea:-webkit-autofill, textarea:-webkit-autofill, *[data-control=collapsible-checkboxes] textarea.textbox:-webkit-autofill, .input-textarea:-webkit-autofill:hover, textarea:-webkit-autofill:hover, .input-textarea:-webkit-autofill:focus, textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #3B3B3B;
    -webkit-box-shadow: 0 0 0px 42px var(--White-Color) inset; }
  .input-textarea::-webkit-scrollbar, textarea::-webkit-scrollbar, textarea.form-control::-webkit-scrollbar, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar {
    width: 30px; }
  .input-textarea::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track, textarea.form-control::-webkit-scrollbar-track, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-track {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: transparent; }
  .input-textarea::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb, textarea.form-control::-webkit-scrollbar-thumb, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-thumb {
    background-color: #A2A2A2;
    border-color: white;
    border: 13px solid white;
    background-clip: padding-box;
    border-radius: 9999px; }
  .input-textarea::-webkit-scrollbar-thumb:hover, textarea::-webkit-scrollbar-thumb:hover, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-thumb:hover {
    background: var(--color-secondary-75);
    border: 13px solid white;
    border-radius: 9999px; }
  .input-textarea::-webkit-resizer, textarea::-webkit-resizer, textarea.form-control::-webkit-resizer, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-resizer {
    color: transparent;
    border: none;
    background-color: transparent; }

textarea, textarea.form-control, *[data-control=collapsible-checkboxes] textarea.textbox {
  padding: 12px 16px 12px 20px; }
  textarea::-webkit-scrollbar-track, textarea.form-control::-webkit-scrollbar-track, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-track {
    margin: 2px;
    background-color: white;
    border-start-end-radius: 35px !important;
    border-end-end-radius: 35px !important; }
  textarea::-webkit-scrollbar-thumb, textarea.form-control::-webkit-scrollbar-thumb, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-thumb {
    background-color: #A2A2A2;
    border-color: white;
    border: 13px solid white;
    background-clip: padding-box;
    border-radius: 9999px; }
  textarea::-webkit-scrollbar-thumb:hover, textarea.form-control::-webkit-scrollbar-thumb:hover, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-thumb:hover {
    background: var(--color-secondary-75);
    border: 13px solid white;
    border-radius: 9999px; }
  textarea::-webkit-resizer, textarea.form-control::-webkit-resizer, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-resizer {
    color: transparent;
    border: none;
    background-color: none; }

textarea.form-control:focus, *[data-control=collapsible-checkboxes] textarea.textbox:focus {
  border-color: #62ABF4;
  box-shadow: none;
  outline: none;
  color: #3B3B3B;
  background-color: var(--White-Color); }

textarea.form-control:focus, *[data-control=collapsible-checkboxes] textarea.textbox:focus, textarea.form-control:active, *[data-control=collapsible-checkboxes] textarea.textbox:active {
  border-color: #62ABF4;
  box-shadow: none;
  outline: none;
  color: #3B3B3B;
  background-color: var(--White-Color); }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

.typeahead__container {
  font: 500 18px "Karla";
  /*max-width: $auto-complete-max-width;*/
  background-color: var(--White-Color);
  border-radius: 22px !important; }
  .typeahead__container .typehead-chevron-down i:first-child {
    position: absolute !important;
    top: 17px !important;
    right: 15px !important;
    opacity: 1 !important;
    color: var(--color-secondary) !important;
    font-size: 7px !important;
    transition: all 600ms ease-in-out; }
  .typeahead__container .typehead-chevron-down input {
    padding: .375rem 4rem .375rem 2.5rem !important; }
  .typeahead__container .typeahead__cancel-button {
    color: var(--color-secondary-85) !important;
    padding: 0 !important;
    margin: 12px 34px 0px 0px !important; }
    .typeahead__container .typeahead__cancel-button:hover {
      color: var(--color-primary-85); }
  .typeahead__container .typeahead__dropdown, .typeahead__container .typeahead__list {
    position: absolute !important;
    left: 0 !important;
    z-index: 4 !important;
    width: 100% !important;
    min-width: 160px !important;
    padding: 0 !important;
    margin: 2px 0 0 !important;
    list-style: none !important;
    text-align: left !important;
    background-color: var(--White-Color) !important;
    border: 1px solid #EDEDED !important;
    border-radius: 22px !important;
    background-clip: padding-box !important; }
    .typeahead__container .typeahead__dropdown li, .typeahead__container .typeahead__list li {
      border-top: 0px !important; }
      .typeahead__container .typeahead__dropdown li a, .typeahead__container .typeahead__list li a {
        font: 500 18px "Karla" !important;
        color: var(--general-font-color) !important;
        padding: 5px 5px 5px 5px !important; }
      .typeahead__container .typeahead__dropdown li:hover a, .typeahead__container .typeahead__list li:hover a {
        background-color: #F8E5E9 !important; }
      .typeahead__container .typeahead__dropdown li.typeahead__empty, .typeahead__container .typeahead__list li.typeahead__empty {
        padding: 5px 5px 5px 5px !important;
        color: var(--general-font-color) !important; }
  .typeahead__container.result .typehead-chevron-down i:first-child {
    transform: rotate(180deg); }

.checkbox-list input[type='checkbox'].handled {
  opacity: 0 !important;
  position: absolute !important; }
  .checkbox-list input[type='checkbox'].handled:focus + .checkbox-helper {
    box-shadow: none !important;
    outline: none; }
  .checkbox-list input[type='checkbox'].handled:checked + .checkbox-helper:before {
    outline: none !important;
    display: inline-block !important;
    width: 26px !important;
    height: 26px !important;
    content: "";
    /*font-size: $checkbox-label-selected-icon-font-size !important;*/
    /*font-weight: 900;*/
    color: #FF4367 !important;
    background-color: transparent !important;
    position: relative !important;
    float: right !important;
    /*padding-top: 5px !important;*/
    padding-left: 3px !important;
    border: 0 !important; }
  .checkbox-list input[type='checkbox'].handled:not(checked) + .checkbox-helper:before {
    outline: none !important;
    display: inline-block !important;
    width: 26px !important;
    height: 26px !important;
    content: "";
    color: #7F7F7F !important;
    background-color: transparent !important;
    position: relative !important;
    float: right !important;
    padding-left: 3px !important;
    border: 0 !important; }
  .checkbox-list input[type='checkbox'].handled:checked + .checkbox-helper + .form-check-label {
    font: 500 15px "Karla" !important; }

.checkbox-list .form-check-label {
  padding-left: 10px !important;
  font: 500 15px "Karla" !important;
  color: var(--general-font-color) !important; }

.checkbox-list .checkbox-helper {
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  background-color: transparent !important;
  border: 0 !important; }

.checkbox-list .form-check-inline {
  display: inline-flex !important;
  align-items: center !important;
  padding-left: 0 !important;
  margin-right: 15px !important; }

.checkbox-list .form-check {
  display: flex !important;
  margin-bottom: 5px !important;
  padding-left: 0 !important; }

input[type='checkbox'].handled.form-check {
  opacity: 0 !important;
  position: absolute !important; }
  input[type='checkbox'].handled.form-check:focus + .checkbox-helper {
    box-shadow: none !important;
    outline: none; }
  input[type='checkbox'].handled.form-check:checked + .checkbox-helper:before {
    outline: none !important;
    display: inline-block !important;
    width: 26px !important;
    height: 26px !important;
    content: "";
    /*font-size: $checkbox-label-selected-icon-font-size !important;*/
    /*font-weight: 900;*/
    color: #FF4367 !important;
    background-color: transparent !important;
    position: relative !important;
    float: right !important;
    /*padding-top: 5px !important;*/
    padding-left: 3px !important;
    border: 0 !important; }
  input[type='checkbox'].handled.form-check:not(checked) + .checkbox-helper:before {
    outline: none !important;
    display: inline-block !important;
    width: 26px !important;
    height: 26px !important;
    content: "";
    color: #7F7F7F !important;
    background-color: transparent !important;
    position: relative !important;
    float: right !important;
    padding-left: 3px !important;
    border: 0 !important; }

input[type='checkbox'].handled.form-check + .checkbox-helper {
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  background-color: transparent !important;
  border: 0 !important; }

.radio-list input[type='radio'].handled {
  opacity: 0 !important;
  position: absolute !important; }
  .radio-list input[type='radio'].handled:focus + .radio-helper, .radio-list input[type='radio'].handled:active + .radio-helper {
    box-shadow: none !important;
    outline: none; }
  .radio-list input[type='radio'].handled:checked + .radio-helper:before {
    outline: none;
    display: inline-block;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    content: "";
    background-color: transparent;
    color: #FF4367;
    position: relative;
    left: 1px;
    top: -1px;
    float: right;
    outline: none;
    border: 0 !important; }
  .radio-list input[type='radio'].handled:not(checked) + .radio-helper:before {
    outline: none;
    display: inline-block;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    content: "";
    color: #7F7F7F;
    position: relative;
    left: 1px;
    top: -1px;
    float: right;
    outline: none;
    border: 0 !important; }
  .radio-list input[type='radio'].handled:checked + .radio-helper + .form-check-label {
    font: 500 15px "Karla" !important; }

.radio-list .radio-helper {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: none !important;
  border-radius: 50%;
  background-color: transparent;
  outline: none; }

.radio-list .form-check-label {
  padding-left: 7px !important;
  font: 500 15px "Karla" !important;
  color: var(--general-font-color) !important; }

.radio-list .form-check-inline {
  display: inline-flex !important;
  align-items: center !important;
  padding-left: 0px !important;
  margin-right: 0px !important; }

.radio-list .form-check {
  display: flex !important;
  margin-bottom: 5px !important;
  padding-left: 0 !important; }
  .radio-list .form-check .form-check-label {
    padding: 2px 10px 2px 10px !important;
    border: 0px; }

.pagination {
  font: 400 12px "Karla";
  background-color: var(--White-Color) !important;
  border: 1px solid #ffd9e1 !important;
  border-radius: 14px !important;
  position: sticky; }
  .pagination li {
    float: left !important;
    display: inline-block;
    padding: 5px !important; }
    .pagination li a {
      padding: 6px !important;
      text-decoration: none;
      color: #FF4367 !important; }
    .pagination li:not(:last-child) {
      border-right: 1px solid #ffd9e1 !important; }
    .pagination li:not(.disabled):not(.active):hover {
      background-color: #F8E5E9 !important; }
      .pagination li:not(.disabled):not(.active):hover a {
        color: #FF4367 !important; }
    .pagination li.disabled {
      pointer-events: none !important;
      opacity: 1; }
      .pagination li.disabled a {
        cursor: default;
        color: #A5A5A5 !important; }
    .pagination li.active {
      background-color: #FF4367 !important; }
      .pagination li.active a {
        color: var(--White-Color) !important; }

.pagination-size {
  font: 400 12px "Karla" !important; }
  .pagination-size label {
    font: 400 14px "Karla" !important;
    padding-right: 6px; }
  .pagination-size .bootstrap-select .dropdown-toggle {
    border-color: #FF436733 !important;
    border-width: 1px !important;
    padding: 9px 0px 7px 10px !important; }
    .pagination-size .bootstrap-select .dropdown-toggle:hover:not(.disabled) {
      border-width: 1px !important; }
    .pagination-size .bootstrap-select .dropdown-toggle:after {
      color: #FF4367 !important;
      margin: 4px 15px 5px 9px !important;
      font-size: 5px !important; }
  .pagination-size .dropdown .filter-option {
    font: 400 12px "Karla" !important;
    color: #FF4367;
    opacity: 1;
    margin-top: -5px;
    padding-left: 5px !important; }
  .pagination-size .dropdown .btn-light {
    height: 30px !important;
    min-width: 54px !important; }

ul.tab-menu {
  display: flex;
  background: white;
  border: 2px solid #EDEDED;
  border-radius: 13px;
  margin-bottom: 30px; }
  ul.tab-menu li {
    margin: 20px;
    margin-right: 0;
    padding-right: 20px;
    border-right: 1px solid #EDEDED; }
    ul.tab-menu li a {
      text-decoration: none;
      color: #414141;
      font: 300 20px 'Karla'; }
      ul.tab-menu li a i {
        float: right;
        padding-left: 9px !important;
        padding-top: 5px; }
        ul.tab-menu li a i:before {
          font-size: 9px !important; }
      ul.tab-menu li a[data-toggle="collapse"] {
        padding-right: 20px !important; }
    ul.tab-menu li.active a, ul.tab-menu li.active-parent a {
      color: #FF4367;
      font: 700 20px 'Karla'; }
      ul.tab-menu li.active a i, ul.tab-menu li.active-parent a i {
        color: #FF4367; }
    ul.tab-menu li.active ul li, ul.tab-menu li.active-parent ul li {
      text-align: center; }
      ul.tab-menu li.active ul li.active a, ul.tab-menu li.active ul li.active-parent a, ul.tab-menu li.active-parent ul li.active a, ul.tab-menu li.active-parent ul li.active-parent a {
        color: #FF4367 !important;
        font: 700 20px 'Karla' !important; }
        ul.tab-menu li.active ul li.active a i, ul.tab-menu li.active ul li.active-parent a i, ul.tab-menu li.active-parent ul li.active a i, ul.tab-menu li.active-parent ul li.active-parent a i {
          color: #FF4367 !important; }
    ul.tab-menu li:hover a {
      color: #FF4367; }
    ul.tab-menu li:disabled, ul.tab-menu li.disabled {
      background-color: var(--White-Color);
      box-shadow: none; }
      ul.tab-menu li:disabled a, ul.tab-menu li.disabled a {
        pointer-events: none;
        color: var(--color-secondary-25); }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

.input-text, .bootstrap-select div.dropdown-menu div.bs-searchbox input, input[type=text], input[type=password] {
  padding-left: 25px;
  padding-right: 25px;
  max-width: 400px;
  height: 42px;
  background-color: var(--White-Color);
  color: #3B3B3B;
  font: 500 18px/20px "Karla";
  border-color: #EDEDED;
  border-width: 2px;
  border-style: solid;
  border-radius: 28px !important;
  box-shadow: none;
  outline: none; }
  .input-text:hover:not(:disabled), .bootstrap-select div.dropdown-menu div.bs-searchbox input:hover:not(:disabled), input[type=text]:hover:not(:disabled), input[type=password]:hover:not(:disabled) {
    box-shadow: none;
    outline: none;
    border: 2px solid #FFA000;
    color: #FFA000; }
  .input-text:focus:not(:disabled), .bootstrap-select div.dropdown-menu div.bs-searchbox input:focus:not(:disabled), input[type=text]:focus:not(:disabled), input[type=password]:focus:not(:disabled), .input-text:active:not(:disabled), .bootstrap-select div.dropdown-menu div.bs-searchbox input:active:not(:disabled), input[type=text]:active:not(:disabled), input[type=password]:active:not(:disabled) {
    border-color: #62ABF4;
    box-shadow: none;
    outline: none;
    color: #3B3B3B;
    background-color: var(--White-Color); }
  .input-text.input-validation-error:not(:disabled), .bootstrap-select div.dropdown-menu div.bs-searchbox input.input-validation-error:not(:disabled), input.input-validation-error[type=text]:not(:disabled), input.input-validation-error[type=password]:not(:disabled) {
    border: 2px solid #FF43674D;
    color: #FF43674D; }
  .input-text:disabled, .bootstrap-select div.dropdown-menu div.bs-searchbox input:disabled, input[type=text]:disabled, input[type=password]:disabled {
    background-color: #B9B9B9;
    cursor: not-allowed; }
  .input-text:-webkit-autofill, .bootstrap-select div.dropdown-menu div.bs-searchbox input:-webkit-autofill, input[type=text]:-webkit-autofill, input[type=password]:-webkit-autofill, .input-text:-webkit-autofill:hover, .bootstrap-select div.dropdown-menu div.bs-searchbox input:-webkit-autofill:hover, input[type=text]:-webkit-autofill:hover, input[type=password]:-webkit-autofill:hover, .input-text:-webkit-autofill:focus, .bootstrap-select div.dropdown-menu div.bs-searchbox input:-webkit-autofill:focus, input[type=text]:-webkit-autofill:focus, input[type=password]:-webkit-autofill:focus {
    -webkit-text-fill-color: #3B3B3B;
    -webkit-box-shadow: 0 0 0px 42px var(--White-Color) inset; }

.input-currency > .input-group:hover:not(:disabled) {
  box-shadow: none;
  outline: none;
  border: 2px solid #FFA000 !important;
  color: #FFA000 !important; }

.input-currency > .input-group:focus-within:not(:disabled), .input-currency > .input-group:active:not(:disabled) {
  border-color: #62ABF4 !important;
  box-shadow: none;
  outline: none; }

.input-currency > .input-group .input-validation-error:not(:disabled) {
  border: 2px solid #FF43674D;
  color: #FF43674D; }

.input-currency > .input-group {
  flex-wrap: nowrap !important;
  border-width: 2px;
  border-style: solid;
  border-radius: 48px !important;
  border-color: #EDEDED !important; }
  .input-currency > .input-group > span.input-group-addon:first-child + input.form-control, *[data-control=collapsible-checkboxes] .input-currency > .input-group > span.input-group-addon:first-child + input.textbox {
    background-color: var(--White-Color);
    color: #3B3B3B;
    font: 500 18px/20px "Karla";
    border-color: #EDEDED;
    border-width: 2px;
    border-style: solid;
    border-radius: 28px !important;
    box-shadow: none;
    outline: none;
    padding: 5px 35px 5px 25px;
    max-width: calc(400px - 42px) !important;
    height: 42px;
    border-width: 1px 1px 1px 0;
    border-radius: 28px;
    border-left: none !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: hidden; }
    .input-currency > .input-group > span.input-group-addon:first-child + input.form-control:-webkit-autofill, *[data-control=collapsible-checkboxes] .input-currency > .input-group > span.input-group-addon:first-child + input.textbox:-webkit-autofill, .input-currency > .input-group > span.input-group-addon:first-child + input.form-control:-webkit-autofill:hover, *[data-control=collapsible-checkboxes] .input-currency > .input-group > span.input-group-addon:first-child + input.textbox:-webkit-autofill:hover, .input-currency > .input-group > span.input-group-addon:first-child + input.form-control:-webkit-autofill:focus, *[data-control=collapsible-checkboxes] .input-currency > .input-group > span.input-group-addon:first-child + input.textbox:-webkit-autofill:focus {
      -webkit-text-fill-color: #3B3B3B;
      -webkit-box-shadow: 0 0 0px 42px var(--White-Color) inset; }
  .input-currency > .input-group > span.input-group-addon:first-child {
    background-color: var(--White-Color) !important;
    color: #FF4367;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    padding: 0 3px 0 3px !important;
    margin-right: 0 !important;
    border: 2px solid #EDEDED !important;
    border-right: none !important;
    border-radius: 28px !important;
    width: 42px;
    border-left: none !important; }

.input-textarea, textarea, textarea.form-control, *[data-control=collapsible-checkboxes] textarea.textbox {
  max-width: 400px;
  padding: 10px 0px 10px 25px;
  resize: none;
  background-color: var(--White-Color);
  color: #3B3B3B;
  font: 500 18px/20px "Karla";
  border-color: #EDEDED;
  border-width: 2px;
  border-style: solid;
  border-radius: 28px !important;
  box-shadow: none;
  outline: none; }
  .input-textarea:hover:not(:disabled), textarea:hover:not(:disabled) {
    box-shadow: none;
    outline: none;
    border: 2px solid #FFA000;
    color: #FFA000; }
  .input-textarea:focus:not(:disabled), textarea:focus:not(:disabled), .input-textarea:active:not(:disabled), textarea:active:not(:disabled) {
    border-color: #62ABF4;
    box-shadow: none;
    outline: none;
    color: #3B3B3B;
    background-color: var(--White-Color); }
  .input-textarea.input-validation-error:not(:disabled), textarea.input-validation-error:not(:disabled) {
    border: 2px solid #FF43674D;
    color: #FF43674D; }
  .input-textarea:disabled, textarea:disabled, *[data-control=collapsible-checkboxes] textarea.textbox:disabled {
    background-color: #B9B9B9;
    cursor: not-allowed; }
  .input-textarea:-webkit-autofill, textarea:-webkit-autofill, *[data-control=collapsible-checkboxes] textarea.textbox:-webkit-autofill, .input-textarea:-webkit-autofill:hover, textarea:-webkit-autofill:hover, .input-textarea:-webkit-autofill:focus, textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #3B3B3B;
    -webkit-box-shadow: 0 0 0px 42px var(--White-Color) inset; }
  .input-textarea::-webkit-scrollbar, textarea::-webkit-scrollbar, textarea.form-control::-webkit-scrollbar, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar {
    width: 30px; }
  .input-textarea::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track, textarea.form-control::-webkit-scrollbar-track, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-track {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: transparent; }
  .input-textarea::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb, textarea.form-control::-webkit-scrollbar-thumb, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-thumb {
    background-color: #A2A2A2;
    border-color: white;
    border: 13px solid white;
    background-clip: padding-box;
    border-radius: 9999px; }
  .input-textarea::-webkit-scrollbar-thumb:hover, textarea::-webkit-scrollbar-thumb:hover, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-thumb:hover {
    background: var(--color-secondary-75);
    border: 13px solid white;
    border-radius: 9999px; }
  .input-textarea::-webkit-resizer, textarea::-webkit-resizer, textarea.form-control::-webkit-resizer, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-resizer {
    color: transparent;
    border: none;
    background-color: transparent; }

textarea, textarea.form-control, *[data-control=collapsible-checkboxes] textarea.textbox {
  padding: 12px 16px 12px 20px; }
  textarea::-webkit-scrollbar-track, textarea.form-control::-webkit-scrollbar-track, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-track {
    margin: 2px;
    background-color: white;
    border-start-end-radius: 35px !important;
    border-end-end-radius: 35px !important; }
  textarea::-webkit-scrollbar-thumb, textarea.form-control::-webkit-scrollbar-thumb, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-thumb {
    background-color: #A2A2A2;
    border-color: white;
    border: 13px solid white;
    background-clip: padding-box;
    border-radius: 9999px; }
  textarea::-webkit-scrollbar-thumb:hover, textarea.form-control::-webkit-scrollbar-thumb:hover, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-thumb:hover {
    background: var(--color-secondary-75);
    border: 13px solid white;
    border-radius: 9999px; }
  textarea::-webkit-resizer, textarea.form-control::-webkit-resizer, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-resizer {
    color: transparent;
    border: none;
    background-color: none; }

textarea.form-control:focus, *[data-control=collapsible-checkboxes] textarea.textbox:focus {
  border-color: #62ABF4;
  box-shadow: none;
  outline: none;
  color: #3B3B3B;
  background-color: var(--White-Color); }

textarea.form-control:focus, *[data-control=collapsible-checkboxes] textarea.textbox:focus, textarea.form-control:active, *[data-control=collapsible-checkboxes] textarea.textbox:active {
  border-color: #62ABF4;
  box-shadow: none;
  outline: none;
  color: #3B3B3B;
  background-color: var(--White-Color); }

.file-upload {
  max-width: 400px; }
  .file-upload .btn-secondary, .file-upload .select-grid-cols .cancel, .select-grid-cols .file-upload .cancel {
    border-radius: 28px !important;
    padding: 14px !important;
    height: 100%; }
    .file-upload .btn-secondary .buttonText, .file-upload .select-grid-cols .cancel .buttonText, .select-grid-cols .file-upload .cancel .buttonText {
      vertical-align: middle; }
  .file-upload div.bootstrap-filestyle {
    /*max-width: calc(400px - 100px) !important;*/
    flex-wrap: nowrap !important; }
  .file-upload span.group-span-filestyle {
    background-color: #FF4367;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px; }
  .file-upload .progress {
    background-color: var(--White-Color);
    color: #3B3B3B;
    font: 500 18px/20px "Karla";
    border-color: #EDEDED;
    border-width: 2px;
    border-style: solid;
    border-radius: 28px !important;
    box-shadow: none;
    outline: none;
    /*min-width: 100% !important;*/
    flex-grow: 1;
    display: flex !important;
    overflow: hidden !important;
    /*background-color: $file-upload-progress-background-color;
        border-bottom-right-radius: 28px !important;
        border-top-right-radius: 28px !important;*/
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    height: 42px !important;
    /*border: 1px solid $file-upload-progress-border-color !important;*/
    border-left: none !important;
    /*font: $file-upload-font !important;*/ }
    .file-upload .progress:hover:not(:disabled) {
      box-shadow: none;
      outline: none;
      border: 2px solid #FFA000;
      color: #FFA000; }
    .file-upload .progress:focus:not(:disabled), .file-upload .progress:active:not(:disabled) {
      border-color: #62ABF4;
      box-shadow: none;
      outline: none;
      color: #3B3B3B;
      background-color: var(--White-Color); }
    .file-upload .progress.input-validation-error:not(:disabled) {
      border: 2px solid #FF43674D;
      color: #FF43674D; }
    .file-upload .progress:disabled {
      background-color: #B9B9B9;
      cursor: not-allowed; }
    .file-upload .progress input {
      /*width: calc(400px - 100px) !important;*/
      color: var(--color-secondary-85) !important;
      font: 500 18px "Karla" !important;
      width: 73% !important;
      padding-left: 10px !important; }
    .file-upload .progress .progress-bar {
      display: flex;
      flex-direction: column;
      justify-content: center;
      overflow: hidden;
      background-color: var(--color-primary-10) !important;
      text-align: center;
      white-space: nowrap; }
  .file-upload span.delete-file {
    font-size: 18px !important;
    left: 0px !important;
    top: -33px !important;
    color: #FF4367; }

form .file-upload {
  /*}*/
  /*       .delete-file {
            left: -20px;
            font-size: 1.5rem;
        }*/ }
  form .file-upload {
    margin-top: -18px; }
  form .file-upload .progress {
    min-width: unset !important; }

.tooltip.bs-tooltip-top .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: var(--Error-Color); }

.tooltip.bs-tooltip-right .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: var(--Error-Color); }

.tooltip.bs-tooltip-bottom .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: var(--Error-Color); }

.tooltip.bs-tooltip-left .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: var(--Error-Color); }

.tooltip .tooltip-inner {
  max-width: 400px;
  color: var(--White-Color);
  background-color: var(--Error-Color);
  border-radius: 4px !important;
  font: 400 13px "Karla"; }

.progress {
  font: 400 13px "Karla";
  background: var(--color-secondary-25);
  height: 10px;
  border-radius: 4px; }
  .progress .progress-bar {
    color: var(--White-Color); }
  .progress .progress-bar-danger {
    background-color: #FF4367; }
  .progress .progress-bar-warning {
    background-color: #ffc107; }
  .progress .progress-bar-success {
    background-color: #28a745; }

.filter-slider {
  max-width: 400px; }
  .filter-slider .group-control {
    min-width: 170px;
    display: flex;
    align-items: center; }
    .filter-slider .group-control .slider-left-label {
      position: absolute;
      left: 0px;
      margin-top: -35px; }
    .filter-slider .group-control .slider-right-label {
      position: absolute;
      right: 0px;
      margin-top: -35px; }
    .filter-slider .group-control .input-group {
      align-items: center; }
      .filter-slider .group-control .input-group .input-group-addon {
        width: 100%;
        text-align: center;
        color: var(--general-primary-color);
        position: absolute;
        margin-top: -35px; }
      .filter-slider .group-control .input-group .slider.slider-horizontal {
        width: 100%; }
      .filter-slider .group-control .input-group .slider .slider-track {
        background-image: linear-gradient(#FF4367, #FF4367);
        background-color: #FF4367; }
        .filter-slider .group-control .input-group .slider .slider-track .slider-selection {
          background-image: linear-gradient(#98D82A, #98D82A);
          background-repeat: repeat-x;
          background-color: #98D82A; }
        .filter-slider .group-control .input-group .slider .slider-track .slider-track-high {
          border-radius: 4px; }
        .filter-slider .group-control .input-group .slider .slider-track .slider-handle {
          background-color: var(--White-Color);
          background-image: linear-gradient(var(--White-Color), var(--White-Color));
          border: 4px solid #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.form-body .required-item label.control-label::after {
  content: "*";
  color: var(--Error-Color); }

.form-group .input-value-readonly {
  font: 500 18px "Karla";
  color: var(--general-font-color);
  padding-left: 15px;
  display: inline-block; }
  .form-group .input-value-readonly .title {
    color: var(--color-black-05) !important;
    font: 700 20px "Karla";
    line-height: 20px;
    margin-bottom: 12px;
    display: block; }
  .form-group .input-value-readonly .description {
    color: var(--color-black-05) !important;
    font: 600 15px "Karla";
    line-height: 15px; }

.grid.grid-list.fixed-header-grid thead {
  position: sticky;
  top: -59px; }
  .grid.grid-list.fixed-header-grid thead tr:nth-child(2) {
    background: #F7F7F7; }

.search {
  /*&.single-search-item {*/
  /*}*/ }
  .search .group-control {
    margin-bottom: 0; }
  .search .form-group {
    margin-bottom: 20px; }
    .search .form-group > .group-control, .search .form-group > fieldset .group-control {
      margin-right: -15px; }
  .search .instance-search-item-without-button {
    margin-bottom: 20px;
    max-width: 400px; }
    .search .instance-search-item-without-button ::-webkit-input-placeholder {
      /* Edge */
      color: var(--color-secondary-25); }
    .search .instance-search-item-without-button :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: var(--color-secondary-25); }
    .search .instance-search-item-without-button ::placeholder {
      color: var(--color-secondary-25); }
    .search .instance-search-item-without-button .group-control:after {
      content: "";
      font: 500 15px normal;
      position: absolute;
      top: 13px;
      right: 20px;
      z-index: 1;
      color: #000000;
      opacity: 0.5; }
    .search .instance-search-item-without-button input[type="text"] {
      padding: 10px 35px 10px 10px; }
  .search .search-header {
    width: 100%;
    margin-bottom: 20px; }

/*$list-active-hover-background-color: $color-primary-25;
$list-active-background-color: #fff;


$list-multiple-active-hover-background-color: $color-secondary-25;
$list-multiple-active-item-hover-background-color: $color-primary-25;
$list-multiple-active-button-with-icon-hover-color: $color-primary-50;
$list-multiple-active-background-color: #fff;

_.content .list-active {
    .item {
        background-color: $list-active-background-color;

        &:hover {
            background-color: $list-active-hover-background-color;
        }
    }
}

_.content .list-items.list-multiple-active {
    .item {
        background-color: $list-active-background-color;

        &:hover {
            background-color: $list-multiple-active-hover-background-color;

            .button-grid-button-with-icon, .button-with-icon {
                i {
                    color: $list-multiple-active-button-with-icon-hover-color;
                    text-decoration: none;
                }
            }
        }

        .list-items {
            .item {
                &:hover {
                    background-color: $list-multiple-active-item-hover-background-color;

                    .button-grid-button-with-icon, .button-with-icon {
                        color: $list-multiple-active-button-with-icon-hover-color;

                        i {
                            color: $list-multiple-active-button-with-icon-hover-color;
                            text-decoration: none;
                        }
                    }
                }
            }
        }
    }
}
*/
i.big-icon, .m_organisation-functions-list .olive-instant-search-item .card-item .function i.icon-department, .m_organisation-functions-list .olive-instant-search-item .card-item .departments i.icon-department, .m_organisation-functions-list .olive-instant-search-item .card-item .process i.icon-department, .m_organisation-functions-list .olive-instant-search-item .card-item .step i.icon-department {
  font-size: 30px; }

.buttons-row {
  float: right; }

.Client-User-Not-Authorized {
  display: none !important; }

*:focus, *:active {
  outline: none !important; }

.wait-screen .wait-box img {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 0px 10px 0px 10px; }

.header-container {
  /*    color: #494748;
    font-size: 22px;*/
  /*background-color: $header-container-background-color;*/
  padding: 1rem 2rem;
  margin: -2rem -2rem 2rem -2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 58px; }
  .header-container .top-section {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 0; }
    .header-container .top-section .left-section {
      display: flex;
      align-items: center;
      /*
                i {
                    font-size: 22pt;
                    margin-right: 5px;
                    color: #c0315c;
                }*/ }
      .header-container .top-section .left-section > i {
        padding-right: 10px;
        font-size: 30px; }
      .header-container .top-section .left-section .header-text {
        color: var(--color-secondary-75);
        font: bold 40px 'Grotesk';
        margin-bottom: 0;
        margin-right: 5px; }
        @media (max-width: 1080px) {
          .header-container .top-section .left-section .header-text {
            font-size: 30px; } }
        @media (max-width: 700px) {
          .header-container .top-section .left-section .header-text {
            font-size: 22px; } }
        @media (max-width: 450px) {
          .header-container .top-section .left-section .header-text {
            font-size: 17px; } }
    .header-container .top-section .right-section {
      margin-left: auto;
      /*margin-right: 10px;*/
      /*
                a {
                    display: flex;
                    align-items: center;
                    color: #494748;
                    font-size: 14px;
                    font-weight: 300;

                    i {
                        color: #494748;
                        font-weight: 100;
                        font-size: 20px;
                        margin-right: 5px;
                    }

                    &:hover, &:focus {
                        color: #C0315C;

                        i {
                            color: #C0315C;
                            text-decoration: none;
                        }
                    }
                }*/ }
  .header-container .bottom-section {
    display: flex;
    width: 100%;
    align-items: center; }
  .header-container.fixed-header-container {
    width: calc(100vw - 4.75%);
    position: sticky;
    left: 0px;
    padding-left: 0; }
    @media (max-width: 1400px) {
      .header-container.fixed-header-container {
        padding-left: 2rem !important;
        padding-right: 0 !important; } }

body.not-show-sub-menu .header-container.fixed-header-container, body.show-sub-menu .header-container.fixed-header-container {
  width: calc(100vw - 2.1%); }
  @media (max-width: 1400px) {
    body.not-show-sub-menu .header-container.fixed-header-container, body.show-sub-menu .header-container.fixed-header-container {
      padding-left: 2rem !important;
      padding-right: 0 !important; } }

.hvbarchart-chart {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .hvbarchart-chart .hvbarchart-chart-legend {
    flex: 0;
    font-size: 1.1rem;
    margin-bottom: 3rem; }
    .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item {
      display: inline-block;
      position: relative;
      padding: 5px 10px; }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(1)::before {
        background-color: orange;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(2)::before {
        background-color: blue;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(3)::before {
        background-color: burlywood;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(4)::before {
        background-color: crimson;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(5)::before {
        background-color: cornflowerblue;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(6)::before {
        background-color: coral;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(7)::before {
        background-color: lightcoral;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(8)::before {
        background-color: purple;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(9)::before {
        background-color: cadetblue;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(10)::before {
        background-color: blueviolet;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(11)::before {
        background-color: gainsboro;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(12)::before {
        background-color: limegreen;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(13)::before {
        background-color: lightskyblue;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(14)::before {
        background-color: maroon;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(15)::before {
        background-color: salmon;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
  .hvbarchart-chart .hvbarchart-chart-bars-container {
    flex: 1;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%; }
    .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-axis-y {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-axis-y .hvbarchart-chart-axis-y-line {
        position: absolute;
        border-top: 1px dashed #555;
        width: 100%; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-axis-y .hvbarchart-chart-axis-y-line:first-child {
          border-top-style: solid;
          border-top-width: 4px; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-axis-y .hvbarchart-chart-axis-y-line .hvbarchart-chart-axis-y-line-label {
          position: absolute;
          transform: translate(calc(-100% - 5px), -50%); }
    .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-axis-x {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: -4px; }
      .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-axis-x .hvbarchart-chart-axis-x-line {
        position: absolute;
        border-left: 1px dashed #555;
        height: calc(100% + 4px); }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-axis-x .hvbarchart-chart-axis-x-line:first-child {
          border-left-style: solid;
          border-left-width: 4px; }
    .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-barlayers {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: left;
      width: 100%; }
      .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-barlayers .hvbarchart-chart-barlayer {
        position: relative;
        z-index: 100;
        height: 100%; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-barlayers .hvbarchart-chart-barlayer .hvbarchart-chart-barlayer-layer {
          position: absolute; }
    .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars {
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      justify-content: center;
      width: 100%; }
      .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar {
        position: relative;
        cursor: pointer;
        animation-name: anim-showing-bars;
        animation-duration: 1000ms;
        animation-timing-function: ease-out;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        opacity: .6;
        z-index: 100;
        transition: opacity 200ms; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:hover {
          opacity: .85; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(1) {
          background-color: orange; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(2) {
          background-color: blue; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(3) {
          background-color: burlywood; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(4) {
          background-color: crimson; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(5) {
          background-color: cornflowerblue; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(6) {
          background-color: coral; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(7) {
          background-color: lightcoral; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(8) {
          background-color: purple; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(9) {
          background-color: cadetblue; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(10) {
          background-color: blueviolet; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(11) {
          background-color: gainsboro; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(12) {
          background-color: limegreen; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(13) {
          background-color: lightskyblue; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(14) {
          background-color: maroon; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(15) {
          background-color: salmon; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar.hvbarchart-chart-bar__selected {
          font-weight: bold;
          opacity: .85; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar .hvbarchart-chart-bar-height-label {
          position: absolute;
          left: 50%;
          transform: translate(-50%, -100%); }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar .hvbarchart-chart-bar-width-label {
          position: absolute;
          left: 50%;
          bottom: 0;
          transform: translate(-50%, calc(100% + 5px)); }

@keyframes anim-showing-bars {
  0% {
    max-height: 0; }
  100% {
    max-height: 100%; } }

.hbarchart-chart {
  width: 100%;
  height: 100%;
  display: block;
  position: relative; }
  .hbarchart-chart .hbarchart-axis-x {
    position: absolute;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #000; }
    .hbarchart-chart .hbarchart-axis-x .hbarchart-axis-x-marker {
      position: absolute; }
      .hbarchart-chart .hbarchart-axis-x .hbarchart-axis-x-marker:not(.leftmost-marker):not(.rightmost-marker) {
        transform: translateX(-50%); }
      .hbarchart-chart .hbarchart-axis-x .hbarchart-axis-x-marker.rightmost-marker {
        transform: translateX(-100%); }
  .hbarchart-chart .hbarchart-chart-bars-container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 3rem; }
    .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars {
      display: block;
      width: 100%; }
      .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar {
        position: relative;
        cursor: pointer;
        animation-name: hbarchar-anim-showing-bars;
        animation-duration: 1000ms;
        animation-timing-function: ease-out;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        opacity: .6;
        z-index: 100;
        transition: opacity 200ms; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:hover {
          opacity: .85; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(1) {
          background-color: orange; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(2) {
          background-color: blue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(3) {
          background-color: burlywood; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(4) {
          background-color: crimson; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(5) {
          background-color: cornflowerblue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(6) {
          background-color: coral; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(7) {
          background-color: lightcoral; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(8) {
          background-color: purple; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(9) {
          background-color: cadetblue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(10) {
          background-color: blueviolet; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(11) {
          background-color: gainsboro; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(12) {
          background-color: limegreen; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(13) {
          background-color: lightskyblue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(14) {
          background-color: maroon; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(15) {
          background-color: salmon; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(16) {
          background-color: orange; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(17) {
          background-color: blue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(18) {
          background-color: burlywood; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(19) {
          background-color: crimson; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(20) {
          background-color: cornflowerblue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(21) {
          background-color: coral; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(22) {
          background-color: lightcoral; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(23) {
          background-color: purple; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(24) {
          background-color: cadetblue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(25) {
          background-color: blueviolet; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(26) {
          background-color: gainsboro; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(27) {
          background-color: limegreen; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(28) {
          background-color: lightskyblue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(29) {
          background-color: maroon; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(30) {
          background-color: salmon; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(31) {
          background-color: orange; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(32) {
          background-color: blue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(33) {
          background-color: burlywood; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(34) {
          background-color: crimson; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(35) {
          background-color: cornflowerblue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(36) {
          background-color: coral; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(37) {
          background-color: lightcoral; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(38) {
          background-color: purple; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(39) {
          background-color: cadetblue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(40) {
          background-color: blueviolet; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(41) {
          background-color: gainsboro; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(42) {
          background-color: limegreen; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(43) {
          background-color: lightskyblue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(44) {
          background-color: maroon; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(45) {
          background-color: salmon; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar.hbarchart-chart-bar__selected {
          font-weight: bold;
          opacity: .85; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar .hbarchart-chart-bar-width-label {
          display: none;
          position: absolute;
          left: 50%;
          transform: translate(-50%, -50%); }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar .hbarchart-chart-bar-label {
          position: absolute;
          top: 1rem;
          left: 1rem;
          font-weight: 400;
          color: white;
          background-color: rgba(0, 0, 0, 0.2);
          padding: 0 0.5rem;
          white-space: nowrap; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar .hbarchart-chart-bar-height-label {
          position: absolute;
          top: 50%;
          right: -1rem;
          transform: translate(100%, calc(-50% + 1rem));
          white-space: nowrap; }
    .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-average-width {
      left: 0;
      position: absolute;
      height: calc(100% - 6rem);
      top: 6rem;
      width: 100%;
      transition: transform 1300ms ease-out;
      border-left: 5px solid rgba(0, 0, 0, 0.7); }
      .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-average-width .hbarchart-average-width-label {
        position: absolute;
        left: 0;
        top: 0;
        color: white;
        padding-left: 0.8rem;
        background-color: rgba(0, 0, 0, 0.7);
        font-size: 1.3rem;
        font-weight: bold; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-average-width .hbarchart-average-width-label:before {
          position: absolute;
          content: ' ';
          border-bottom: 1.8rem solid transparent;
          border-left: 2rem solid rgba(0, 0, 0, 0.7);
          width: 0;
          height: 100%;
          right: 0;
          top: 0;
          transform: translateX(100%); }

@keyframes hbarchar-anim-showing-bars {
  0% {
    max-width: 0; }
  100% {
    max-width: 100%; } }

.m_all-data-report {
  padding-right: 20px; }
  .m_all-data-report .hide-cell-style {
    background-color: #F7F7F7 !important;
    border: none !important; }
  .m_all-data-report .grid-list tbody tr {
    background-color: #F7F7F7; }
  .m_all-data-report .grid-list tr th {
    border: none;
    padding-left: 16px;
    padding-top: 16px; }
  .m_all-data-report .grid-list tr td {
    padding-left: 16px;
    padding-top: 16px; }
  .m_all-data-report .grid-list thead tr th {
    font-weight: 300;
    color: var(--color-secondary-50); }
  .m_all-data-report .grid-list thead tr.header-table th {
    font-size: 25px;
    font-family: "Grotesk";
    color: white; }
  .m_all-data-report .grid-list thead tr.header-table .hide-cell-style {
    position: relative;
    background-color: #F7F7F7 !important; }
    .m_all-data-report .grid-list thead tr.header-table .hide-cell-style div {
      background-color: #D6D6D6 !important;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      align-items: center;
      display: flex;
      justify-content: center;
      color: var(--color-black-05); }
  .m_all-data-report .grid-list thead tr.header-table .scale-color {
    background-color: #62ABF4 !important;
    padding: 16px 10px; }
  .m_all-data-report .grid-list thead tr.header-table .complexity-color {
    background-color: #72DDC0 !important;
    padding: 16px 10px; }
  .m_all-data-report .grid-list thead tr.header-table .reliability-color {
    background-color: #98D82A !important;
    padding: 16px 10px; }
  .m_all-data-report .grid-list thead tr.header-table .information-flow-color {
    background-color: #12AD58 !important;
    padding: 16px 10px; }
  .m_all-data-report .grid-list .back-grand-les {
    background-color: #F7F7F7 !important;
    padding: 0 16px;
    color: white; }
  .m_all-data-report .grid-list .hide-cell-style {
    background-color: rgba(214, 214, 214, 0.4) !important; }
  .m_all-data-report .grid-list .scale-color {
    background-color: rgba(98, 171, 244, 0.22) !important; }
  .m_all-data-report .grid-list .complexity-color {
    background-color: rgba(114, 221, 192, 0.22) !important; }
  .m_all-data-report .grid-list .reliability-color {
    background-color: rgba(152, 216, 42, 0.22) !important; }
  .m_all-data-report .grid-list .information-flow-color {
    background-color: rgba(18, 173, 88, 0.22) !important; }
  .m_all-data-report .grid-list .hide-cell-style-border {
    background-color: #D6D6D6 !important; }
  .m_all-data-report .grid-list .scale-color-border {
    background-color: #62ABF4 !important; }
  .m_all-data-report .grid-list .complexity-color-border {
    background-color: #72DDC0 !important; }
  .m_all-data-report .grid-list .reliability-color-border {
    background-color: #98D82A !important; }
  .m_all-data-report .grid-list .information-flow-color-border {
    background-color: #12AD58 !important; }

.align-all-data-report .grid-wrapper, .flexible-table .grid-wrapper {
  overflow-x: scroll;
  /*max-width: 87vw;*/
  /*height: calc(100vh - 25%);*/
  width: 100%;
  /*    scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
  .align-all-data-report .grid-wrapper::-webkit-scrollbar, .flexible-table .grid-wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 12px; }
  .align-all-data-report .grid-wrapper::-webkit-scrollbar-track, .flexible-table .grid-wrapper::-webkit-scrollbar-track {
    background: #ABABAB;
    width: 2px;
    border-radius: 12px; }
  .align-all-data-report .grid-wrapper::-webkit-scrollbar-thumb, .flexible-table .grid-wrapper::-webkit-scrollbar-thumb {
    background: #6D6D6D;
    width: 2px;
    border-radius: 12px;
    opacity: .5; }
  .align-all-data-report .grid-wrapper::-webkit-scrollbar-thumb:hover, .flexible-table .grid-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555; }
  .align-all-data-report .grid-wrapper table, .flexible-table .grid-wrapper table {
    border-collapse: separate;
    border-spacing: 0; }
    .align-all-data-report .grid-wrapper table thead, .flexible-table .grid-wrapper table thead {
      position: sticky;
      top: 0;
      background: #F7F7F7; }
    .align-all-data-report .grid-wrapper table th[data-sort]:before, .flexible-table .grid-wrapper table th[data-sort]:before {
      font-size: 10px;
      padding-right: 2px; }
    .align-all-data-report .grid-wrapper table th.sort-ascending a, .align-all-data-report .grid-wrapper table th.sort-descending a, .flexible-table .grid-wrapper table th.sort-ascending a, .flexible-table .grid-wrapper table th.sort-descending a {
      color: #FF4367; }

.align-all-data-report .search .form-group, .flexible-table .search .form-group {
  flex-wrap: nowrap !important;
  align-items: center !important; }
  .align-all-data-report .search .form-group .control-label, .flexible-table .search .form-group .control-label {
    margin-bottom: 0 !important; }

.align-all-data-report .search .show-columns, .flexible-table .search .show-columns {
  display: contents !important; }
  .align-all-data-report .search .show-columns .control-label, .flexible-table .search .show-columns .control-label {
    margin-bottom: 8px !important; }

.align-all-data-report .search .group-control, .flexible-table .search .group-control {
  margin-left: 10px; }

.align-all-data-report .search fieldset .step-type, .flexible-table .search fieldset .step-type {
  flex-wrap: wrap !important; }
  .align-all-data-report .search fieldset .step-type .radio-list, .flexible-table .search fieldset .step-type .radio-list {
    width: 500px; }

.align-all-data-report-filter .actions-sorting a {
  margin-top: 8px; }

.align-all-data-report-filter .start-parenthesis-input {
  width: 150px; }
  .align-all-data-report-filter .start-parenthesis-input .checkbox-helper {
    margin-top: 8px;
    margin-left: 26px; }

.align-all-data-report-filter .operational-factor-input {
  max-width: 150px; }

.align-all-data-report-filter .variable-input {
  max-width: 180px; }

.align-all-data-report-filter .end-parenthesis-input {
  width: 150px; }
  .align-all-data-report-filter .end-parenthesis-input .checkbox-helper {
    margin-top: 8px;
    margin-left: 26px; }

.align-all-data-report-filter .operator-input {
  width: 40px; }

.align-all-data-report-filter .actions button {
  margin-top: 8px; }

.align-all-data-report-filter .list-footer {
  display: flex;
  height: 50px;
  align-items: center; }
  .align-all-data-report-filter .list-footer .message {
    margin-left: 50px; }

.m_customer-touch-points-list .grid-title {
  padding-bottom: 15px;
  font: 700 18px "Karla";
  /*padding: 0 15px 5px 15px;*/
  /*        color: #494748;
        font-size: 14px;
        font-weight: 400;*/ }

.m_customer-touch-points-list .grid-wrapper {
  /*padding: 0 15px 15px 15px;*/ }
  .m_customer-touch-points-list .grid-wrapper .grid {
    border: 1px solid var(--color-secondary-10); }
    .m_customer-touch-points-list .grid-wrapper .grid thead tr {
      /*                    a {
                        background-color: #DEDEDE;
                        color: #494748;
                        font-size: 13px;
                        font-weight: 400;
                    }*/ }
      .m_customer-touch-points-list .grid-wrapper .grid thead tr th {
        /*                        background-color: #DEDEDE;
                        color: #494748;
                        font-size: 13px;
                        font-weight: 400;*/
        width: 200px; }
        .m_customer-touch-points-list .grid-wrapper .grid thead tr th.index-column {
          width: 20px; }
        .m_customer-touch-points-list .grid-wrapper .grid thead tr th.actions {
          width: 50px; }
        .m_customer-touch-points-list .grid-wrapper .grid thead tr th.step {
          width: 400px; }
        .m_customer-touch-points-list .grid-wrapper .grid thead tr th.stage {
          width: 250px; }
    .m_customer-touch-points-list .grid-wrapper .grid tbody tr {
      /*                    background-color: $white;
                    color: #494748;
                    font-size: 13px;
                    font-weight: 400;*/
      /*                    &.archived {
                        background-color: #EEEEEE;
                        color: #494748;
                        opacity: 0.5;
                    }

                    &:hover {
                        background-color: #DEDEDE !important;
                    }*/ }
      .m_customer-touch-points-list .grid-wrapper .grid tbody tr td {
        /*                        &.actions {
                            a:hover, button:hover {
                                i {
                                    color: #C0315C !important;
                                }
                            }
                        }*/ }
        .m_customer-touch-points-list .grid-wrapper .grid tbody tr td .form-body .form-group {
          margin-bottom: 0; }
          .m_customer-touch-points-list .grid-wrapper .grid tbody tr td .form-body .form-group .group-control {
            margin-bottom: 0; }

.m_customer-journey-list {
  /*    .search {
        margin-bottom: 0;
        padding: 0 0px 10px 0;

        .form-group.row {
            margin: 0;
        }
    }*/ }
  .m_customer-journey-list > list-items {
    display: none; }
  .m_customer-journey-list table {
    width: 100%;
    position: relative; }
    .m_customer-journey-list table tbody td {
      border: 1px solid var(--color-secondary-10);
      text-align: center; }
      .m_customer-journey-list table tbody td:not(.row-header) {
        min-width: 100px;
        width: 100px;
        max-width: 100px; }
      .m_customer-journey-list table tbody td.row-header {
        min-width: 70px;
        width: 70px;
        max-width: 70px; }
      .m_customer-journey-list table tbody td.stage-last-cell {
        border-right: 1.5px solid #3B3B3B !important; }
    .m_customer-journey-list table tbody tr.header-part td {
      font-size: 14px;
      color: var(--general-font-color);
      background-color: #fff;
      min-height: 42px;
      height: 42px;
      max-height: 42px;
      position: relative; }
      .m_customer-journey-list table tbody tr.header-part td:not(.row-header) {
        color: #fff;
        background-color: #3B3B3B;
        border-right: 1px solid #3B3B3B; }
        .m_customer-journey-list table tbody tr.header-part td:not(.row-header):not(:nth-child(2)):before {
          font-family: "icomoon";
          content: "";
          font-size: 41px;
          position: absolute;
          top: 0px;
          left: -2px; }
    .m_customer-journey-list table tbody tr.line-chart-part {
      color: var(--general-font-color);
      background-color: #fff; }
      .m_customer-journey-list table tbody tr.line-chart-part td {
        min-height: 30px;
        height: 30px;
        max-height: 30px; }
      .m_customer-journey-list table tbody tr.line-chart-part .row-header {
        font-size: 10px;
        font-weight: 500; }
    .m_customer-journey-list table tbody tr.detail-part {
      color: var(--general-font-color);
      background-color: #fff; }
      .m_customer-journey-list table tbody tr.detail-part td {
        height: 140px;
        vertical-align: central; }
        .m_customer-journey-list table tbody tr.detail-part td span {
          font-size: 12px;
          font-weight: 500; }
      .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center; }
        .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span {
          font-size: 14px;
          padding: 5px 0;
          transform: rotate(180deg);
          writing-mode: vertical-rl;
          text-orientation: mixed; }
        .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .c-ico, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .group-control > i.fa-check, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .typeahead__container .typehead-chevron-down i:first-child, .typeahead__container .typehead-chevron-down .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container i:first-child, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .subform .subform-item .delete-button i, .subform .subform-item .delete-button .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container i, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container th.sort-ascending:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container th.sort-ascending i, th.sort-ascending .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container i, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container th.sort-descending:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container th.sort-descending i, th.sort-descending .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container i, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container th[data-sort]:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .modal-content .modal-header .close i, .modal-content .modal-header .close .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container i, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-select .dropdown-toggle:after, .bootstrap-select .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .dropdown-toggle:after, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .form-control[data-control=date-picker] + .input-group-addon > i, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon > i, *[data-control=collapsible-checkboxes] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container [data-control=date-picker].textbox + .input-group-addon > i, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .form-control[data-control=time-picker] + .input-group-addon > i, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon > i, *[data-control=collapsible-checkboxes] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container [data-control=time-picker].textbox + .input-group-addon > i, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .form-control[data-control=date-picker\|time-picker] + .input-group-addon > i, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon > i, *[data-control=collapsible-checkboxes] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container [data-control=date-picker\|time-picker].textbox + .input-group-addon > i, .m_customer-journey-list .bootstrap-datetimepicker-widget .datepicker table.table-condensed tbody tr.detail-part .row-header .icons-container .prev span, .bootstrap-datetimepicker-widget .datepicker .m_customer-journey-list table.table-condensed tbody tr.detail-part .row-header .icons-container .prev span, .m_customer-journey-list .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev tbody tr.detail-part .row-header .icons-container span, .bootstrap-datetimepicker-widget .datepicker .m_customer-journey-list table.table-condensed .prev tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list .bootstrap-datetimepicker-widget .datepicker table.table-condensed tbody tr.detail-part .row-header .icons-container .next span, .bootstrap-datetimepicker-widget .datepicker .m_customer-journey-list table.table-condensed tbody tr.detail-part .row-header .icons-container .next span, .m_customer-journey-list .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next tbody tr.detail-part .row-header .icons-container span, .bootstrap-datetimepicker-widget .datepicker .m_customer-journey-list table.table-condensed .next tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .checkbox-list input[type='checkbox'].handled:checked + .checkbox-helper:before, .checkbox-list .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='checkbox'].handled:checked + .checkbox-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .checkbox-list input[type='checkbox'].handled:not(checked) + .checkbox-helper:before, .checkbox-list .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='checkbox'].handled:not(checked) + .checkbox-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='checkbox'].handled.form-check:checked + .checkbox-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='checkbox'].handled.form-check:not(checked) + .checkbox-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .radio-list input[type='radio'].handled:checked + .radio-helper:before, .radio-list .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='radio'].handled:checked + .radio-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .radio-list input[type='radio'].handled:not(checked) + .radio-helper:before, .radio-list .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='radio'].handled:not(checked) + .radio-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .file-upload span.delete-file, .file-upload .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.delete-file, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .search .instance-search-item-without-button .group-control:after, .search .instance-search-item-without-button .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .group-control:after, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container [OperationalReportModule] .header .actions a.star.user > i, [OperationalReportModule] .header .actions .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container a.star.user > i, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container [OperationalReportModule] .header .actions a.star.system > i, [OperationalReportModule] .header .actions .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container a.star.system > i {
          font-size: 26px; }
          .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .c-ico.icon-chevron-up, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .group-control > i.icon-chevron-up.fa-check, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .typeahead__container .typehead-chevron-down i.icon-chevron-up:first-child, .typeahead__container .typehead-chevron-down .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container i.icon-chevron-up:first-child, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .subform .subform-item .delete-button i.icon-chevron-up, .subform .subform-item .delete-button .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container i.icon-chevron-up, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container th.icon-chevron-up.sort-ascending:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container th.sort-ascending i.icon-chevron-up, th.sort-ascending .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container i.icon-chevron-up, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container th.icon-chevron-up.sort-descending:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container th.sort-descending i.icon-chevron-up, th.sort-descending .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container i.icon-chevron-up, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container th.icon-chevron-up[data-sort]:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .modal-content .modal-header .close i.icon-chevron-up, .modal-content .modal-header .close .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container i.icon-chevron-up, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-select .icon-chevron-up.dropdown-toggle:after, .bootstrap-select .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .icon-chevron-up.dropdown-toggle:after, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-select .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span.dropdown-toggle:after, .bootstrap-select .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.dropdown-toggle:after, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .bootstrap-select span.dropdown-toggle:after, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .bootstrap-select .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.dropdown-toggle:after, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-select .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span.dropdown-toggle:after, .bootstrap-select .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.dropdown-toggle:after, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .bootstrap-select span.dropdown-toggle:after, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .bootstrap-select .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.dropdown-toggle:after, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .form-control[data-control=date-picker] + .input-group-addon > i.icon-chevron-up, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon > i.icon-chevron-up, *[data-control=collapsible-checkboxes] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container [data-control=date-picker].textbox + .input-group-addon > i.icon-chevron-up, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .form-control[data-control=time-picker] + .input-group-addon > i.icon-chevron-up, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon > i.icon-chevron-up, *[data-control=collapsible-checkboxes] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container [data-control=time-picker].textbox + .input-group-addon > i.icon-chevron-up, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .form-control[data-control=date-picker\|time-picker] + .input-group-addon > i.icon-chevron-up, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon > i.icon-chevron-up, *[data-control=collapsible-checkboxes] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container [data-control=date-picker\|time-picker].textbox + .input-group-addon > i.icon-chevron-up, .m_customer-journey-list .bootstrap-datetimepicker-widget .datepicker table.table-condensed tbody tr.detail-part .row-header .icons-container .prev span.icon-chevron-up, .bootstrap-datetimepicker-widget .datepicker .m_customer-journey-list table.table-condensed tbody tr.detail-part .row-header .icons-container .prev span.icon-chevron-up, .m_customer-journey-list .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev tbody tr.detail-part .row-header .icons-container span.icon-chevron-up, .bootstrap-datetimepicker-widget .datepicker .m_customer-journey-list table.table-condensed .prev tbody tr.detail-part .row-header .icons-container span.icon-chevron-up, .m_customer-journey-list .bootstrap-datetimepicker-widget .datepicker table.table-condensed tbody tr.detail-part .row-header .icons-container .prev .timepicker a[data-action='incrementHours'] span, .bootstrap-datetimepicker-widget .datepicker .m_customer-journey-list table.table-condensed tbody tr.detail-part .row-header .icons-container .prev .timepicker a[data-action='incrementHours'] span, .m_customer-journey-list .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev .timepicker a[data-action='incrementHours'] tbody tr.detail-part .row-header .icons-container span, .bootstrap-datetimepicker-widget .datepicker .m_customer-journey-list table.table-condensed .prev .timepicker a[data-action='incrementHours'] tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .datepicker table.table-condensed tbody tr.detail-part .row-header .icons-container .prev span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .datepicker .m_customer-journey-list table.table-condensed tbody tr.detail-part .row-header .icons-container .prev span, .m_customer-journey-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .datepicker table.table-condensed .prev tbody tr.detail-part .row-header .icons-container span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .datepicker .m_customer-journey-list table.table-condensed .prev tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list .bootstrap-datetimepicker-widget .datepicker table.table-condensed tbody tr.detail-part .row-header .icons-container .prev .timepicker a[data-action='incrementMinutes'] span, .bootstrap-datetimepicker-widget .datepicker .m_customer-journey-list table.table-condensed tbody tr.detail-part .row-header .icons-container .prev .timepicker a[data-action='incrementMinutes'] span, .m_customer-journey-list .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev .timepicker a[data-action='incrementMinutes'] tbody tr.detail-part .row-header .icons-container span, .bootstrap-datetimepicker-widget .datepicker .m_customer-journey-list table.table-condensed .prev .timepicker a[data-action='incrementMinutes'] tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .datepicker table.table-condensed tbody tr.detail-part .row-header .icons-container .prev span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .datepicker .m_customer-journey-list table.table-condensed tbody tr.detail-part .row-header .icons-container .prev span, .m_customer-journey-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .datepicker table.table-condensed .prev tbody tr.detail-part .row-header .icons-container span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .datepicker .m_customer-journey-list table.table-condensed .prev tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list .bootstrap-datetimepicker-widget .datepicker table.table-condensed tbody tr.detail-part .row-header .icons-container .next span.icon-chevron-up, .bootstrap-datetimepicker-widget .datepicker .m_customer-journey-list table.table-condensed tbody tr.detail-part .row-header .icons-container .next span.icon-chevron-up, .m_customer-journey-list .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next tbody tr.detail-part .row-header .icons-container span.icon-chevron-up, .bootstrap-datetimepicker-widget .datepicker .m_customer-journey-list table.table-condensed .next tbody tr.detail-part .row-header .icons-container span.icon-chevron-up, .m_customer-journey-list .bootstrap-datetimepicker-widget .datepicker table.table-condensed tbody tr.detail-part .row-header .icons-container .next .timepicker a[data-action='incrementHours'] span, .bootstrap-datetimepicker-widget .datepicker .m_customer-journey-list table.table-condensed tbody tr.detail-part .row-header .icons-container .next .timepicker a[data-action='incrementHours'] span, .m_customer-journey-list .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next .timepicker a[data-action='incrementHours'] tbody tr.detail-part .row-header .icons-container span, .bootstrap-datetimepicker-widget .datepicker .m_customer-journey-list table.table-condensed .next .timepicker a[data-action='incrementHours'] tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .datepicker table.table-condensed tbody tr.detail-part .row-header .icons-container .next span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .datepicker .m_customer-journey-list table.table-condensed tbody tr.detail-part .row-header .icons-container .next span, .m_customer-journey-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .datepicker table.table-condensed .next tbody tr.detail-part .row-header .icons-container span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .datepicker .m_customer-journey-list table.table-condensed .next tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list .bootstrap-datetimepicker-widget .datepicker table.table-condensed tbody tr.detail-part .row-header .icons-container .next .timepicker a[data-action='incrementMinutes'] span, .bootstrap-datetimepicker-widget .datepicker .m_customer-journey-list table.table-condensed tbody tr.detail-part .row-header .icons-container .next .timepicker a[data-action='incrementMinutes'] span, .m_customer-journey-list .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next .timepicker a[data-action='incrementMinutes'] tbody tr.detail-part .row-header .icons-container span, .bootstrap-datetimepicker-widget .datepicker .m_customer-journey-list table.table-condensed .next .timepicker a[data-action='incrementMinutes'] tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .datepicker table.table-condensed tbody tr.detail-part .row-header .icons-container .next span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .datepicker .m_customer-journey-list table.table-condensed tbody tr.detail-part .row-header .icons-container .next span, .m_customer-journey-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .datepicker table.table-condensed .next tbody tr.detail-part .row-header .icons-container span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .datepicker .m_customer-journey-list table.table-condensed .next tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span.icon-chevron-up, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.icon-chevron-up, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] a[data-action='incrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] a[data-action='incrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] a[data-action='decrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] a[data-action='decrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] a[data-action='incrementMinutes'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] a[data-action='incrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] a[data-action='decrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] a[data-action='decrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span.icon-chevron-up, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.icon-chevron-up, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] a[data-action='incrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] a[data-action='incrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] a[data-action='decrementMinutes'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] a[data-action='decrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] a[data-action='incrementMinutes'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] a[data-action='incrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] a[data-action='decrementMinutes'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] a[data-action='decrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .checkbox-list input[type='checkbox'].handled:checked + .icon-chevron-up.checkbox-helper:before, .checkbox-list .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='checkbox'].handled:checked + .icon-chevron-up.checkbox-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .checkbox-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] input[type='checkbox'].handled:checked + span.checkbox-helper:before, .checkbox-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='checkbox'].handled:checked + span.checkbox-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .checkbox-list input[type='checkbox'].handled:checked + span.checkbox-helper:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .checkbox-list .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='checkbox'].handled:checked + span.checkbox-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .checkbox-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] input[type='checkbox'].handled:checked + span.checkbox-helper:before, .checkbox-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='checkbox'].handled:checked + span.checkbox-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .checkbox-list input[type='checkbox'].handled:checked + span.checkbox-helper:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .checkbox-list .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='checkbox'].handled:checked + span.checkbox-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .checkbox-list input[type='checkbox'].handled:not(checked) + .icon-chevron-up.checkbox-helper:before, .checkbox-list .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='checkbox'].handled:not(checked) + .icon-chevron-up.checkbox-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .checkbox-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] input[type='checkbox'].handled:not(checked) + span.checkbox-helper:before, .checkbox-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='checkbox'].handled:not(checked) + span.checkbox-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .checkbox-list input[type='checkbox'].handled:not(checked) + span.checkbox-helper:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .checkbox-list .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='checkbox'].handled:not(checked) + span.checkbox-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .checkbox-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] input[type='checkbox'].handled:not(checked) + span.checkbox-helper:before, .checkbox-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='checkbox'].handled:not(checked) + span.checkbox-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .checkbox-list input[type='checkbox'].handled:not(checked) + span.checkbox-helper:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .checkbox-list .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='checkbox'].handled:not(checked) + span.checkbox-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='checkbox'].handled.form-check:checked + .icon-chevron-up.checkbox-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] input[type='checkbox'].handled.form-check:checked + span.checkbox-helper:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='checkbox'].handled.form-check:checked + span.checkbox-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] input[type='checkbox'].handled.form-check:checked + span.checkbox-helper:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='checkbox'].handled.form-check:checked + span.checkbox-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='checkbox'].handled.form-check:not(checked) + .icon-chevron-up.checkbox-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] input[type='checkbox'].handled.form-check:not(checked) + span.checkbox-helper:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='checkbox'].handled.form-check:not(checked) + span.checkbox-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] input[type='checkbox'].handled.form-check:not(checked) + span.checkbox-helper:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='checkbox'].handled.form-check:not(checked) + span.checkbox-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .radio-list input[type='radio'].handled:checked + .icon-chevron-up.radio-helper:before, .radio-list .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='radio'].handled:checked + .icon-chevron-up.radio-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .radio-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] input[type='radio'].handled:checked + span.radio-helper:before, .radio-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='radio'].handled:checked + span.radio-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .radio-list input[type='radio'].handled:checked + span.radio-helper:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .radio-list .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='radio'].handled:checked + span.radio-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .radio-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] input[type='radio'].handled:checked + span.radio-helper:before, .radio-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='radio'].handled:checked + span.radio-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .radio-list input[type='radio'].handled:checked + span.radio-helper:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .radio-list .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='radio'].handled:checked + span.radio-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .radio-list input[type='radio'].handled:not(checked) + .icon-chevron-up.radio-helper:before, .radio-list .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='radio'].handled:not(checked) + .icon-chevron-up.radio-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .radio-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] input[type='radio'].handled:not(checked) + span.radio-helper:before, .radio-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='radio'].handled:not(checked) + span.radio-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .radio-list input[type='radio'].handled:not(checked) + span.radio-helper:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .radio-list .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='radio'].handled:not(checked) + span.radio-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .radio-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] input[type='radio'].handled:not(checked) + span.radio-helper:before, .radio-list .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='radio'].handled:not(checked) + span.radio-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .radio-list input[type='radio'].handled:not(checked) + span.radio-helper:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .radio-list .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container input[type='radio'].handled:not(checked) + span.radio-helper:before, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .file-upload span.icon-chevron-up.delete-file, .file-upload .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.icon-chevron-up.delete-file, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .file-upload .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span.delete-file, .file-upload .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.delete-file, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .file-upload span.delete-file, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .file-upload .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.delete-file, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .file-upload .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span.delete-file, .file-upload .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.delete-file, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .file-upload span.delete-file, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .file-upload .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.delete-file, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .search .instance-search-item-without-button .icon-chevron-up.group-control:after, .search .instance-search-item-without-button .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .icon-chevron-up.group-control:after, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .search .instance-search-item-without-button .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span.group-control:after, .search .instance-search-item-without-button .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.group-control:after, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .search .instance-search-item-without-button span.group-control:after, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .search .instance-search-item-without-button .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.group-control:after, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .search .instance-search-item-without-button .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span.group-control:after, .search .instance-search-item-without-button .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.group-control:after, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .search .instance-search-item-without-button span.group-control:after, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .search .instance-search-item-without-button .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.group-control:after, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .icon-chevron-up.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .icon-chevron-up.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) span.radio-helper, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) span.radio-helper, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .icon-chevron-up.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .icon-chevron-up.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) span.radio-helper, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) span.radio-helper, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .icon-chevron-up.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .icon-chevron-up.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) span.radio-helper, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) span.radio-helper, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .icon-chevron-up.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .icon-chevron-up.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) span.radio-helper, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) span.radio-helper, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .icon-chevron-up.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .icon-chevron-up.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) span.radio-helper, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) span.radio-helper, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container span.radio-helper, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container [OperationalReportModule] .header .actions a.star.user > i.icon-chevron-up, [OperationalReportModule] .header .actions .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container a.star.user > i.icon-chevron-up, .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container [OperationalReportModule] .header .actions a.star.system > i.icon-chevron-up, [OperationalReportModule] .header .actions .m_customer-journey-list table tbody tr.detail-part .row-header .icons-container a.star.system > i.icon-chevron-up {
            font-size: 7px; }
      .m_customer-journey-list table tbody tr.detail-part.step td.row-header {
        transform: rotate(-90deg); }
      .m_customer-journey-list table tbody tr.detail-part.step td:not(.row-header) {
        font-size: 12px;
        font-weight: 500;
        padding-top: 15px;
        vertical-align: text-top; }
      .m_customer-journey-list table tbody tr.detail-part span.step-shape {
        border: 1px solid var(--general-primary-color);
        background-color: var(--color-primary-85);
        height: 10px;
        width: 10px;
        border-radius: 5px;
        display: block;
        margin: 0 auto; }
      .m_customer-journey-list table tbody tr.detail-part span.process-shape, .m_customer-journey-list table tbody tr.detail-part span.function-shape, .m_customer-journey-list table tbody tr.detail-part span.department-shape {
        border: 1px solid var(--general-primary-color);
        background-color: var(--color-primary-85);
        height: 10px;
        width: 90%;
        border-radius: 5px;
        display: block;
        margin: auto; }
    .m_customer-journey-list table .svg-container {
      position: absolute;
      top: 0;
      left: 0; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m_organisation-functions-list .olive-instant-search-item {
  /**/
  /*        a {
            text-decoration: none;
        }*/ }
  .m_organisation-functions-list .olive-instant-search-item .card-item {
    /*background: #fff;*/
    padding: 15px;
    display: flex;
    border-top: 1px;
    border-color: #E3E3E3;
    border-style: solid;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    /*&:hover {
                background-color: blue*/
    /*#C0315C14*/
    /*;
            }*/ }
    .m_organisation-functions-list .olive-instant-search-item .card-item .function, .m_organisation-functions-list .olive-instant-search-item .card-item .departments, .m_organisation-functions-list .olive-instant-search-item .card-item .process, .m_organisation-functions-list .olive-instant-search-item .card-item .step {
      display: flex;
      align-items: center;
      width: 25%; }
      .m_organisation-functions-list .olive-instant-search-item .card-item .function i, .m_organisation-functions-list .olive-instant-search-item .card-item .departments i, .m_organisation-functions-list .olive-instant-search-item .card-item .process i, .m_organisation-functions-list .olive-instant-search-item .card-item .step i {
        align-self: flex-start;
        margin-top: 5px;
        margin-right: 5px;
        color: #A5A5A5; }
      .m_organisation-functions-list .olive-instant-search-item .card-item .function div, .m_organisation-functions-list .olive-instant-search-item .card-item .departments div, .m_organisation-functions-list .olive-instant-search-item .card-item .process div, .m_organisation-functions-list .olive-instant-search-item .card-item .step div {
        display: flex;
        flex-wrap: wrap; }
        .m_organisation-functions-list .olive-instant-search-item .card-item .function div span, .m_organisation-functions-list .olive-instant-search-item .card-item .departments div span, .m_organisation-functions-list .olive-instant-search-item .card-item .process div span, .m_organisation-functions-list .olive-instant-search-item .card-item .step div span {
          width: 100%; }
      .m_organisation-functions-list .olive-instant-search-item .card-item .function div, .m_organisation-functions-list .olive-instant-search-item .card-item .departments div, .m_organisation-functions-list .olive-instant-search-item .card-item .process div, .m_organisation-functions-list .olive-instant-search-item .card-item .step div {
        align-self: flex-start; }
        @media (max-width: 1400px) {
          .m_organisation-functions-list .olive-instant-search-item .card-item .function div, .m_organisation-functions-list .olive-instant-search-item .card-item .departments div, .m_organisation-functions-list .olive-instant-search-item .card-item .process div, .m_organisation-functions-list .olive-instant-search-item .card-item .step div {
            overflow-wrap: break-word;
            inline-size: 110px; } }
    .m_organisation-functions-list .olive-instant-search-item .card-item .percentage {
      display: flex;
      align-items: center;
      margin-left: auto; }
      .m_organisation-functions-list .olive-instant-search-item .card-item .percentage span {
        width: 57px;
        margin-right: 5px;
        display: flex;
        align-items: center;
        color: var(--general-primary-color);
        font: 400 22px "Karla"; }
      .m_organisation-functions-list .olive-instant-search-item .card-item .percentage .bar {
        background: var(--color-secondary-10);
        height: 10px;
        border-radius: 5px; }
        .m_organisation-functions-list .olive-instant-search-item .card-item .percentage .bar .filled {
          background: var(--general-primary-color);
          height: 10px;
          border-radius: 5px; }

@media (max-width: 1400px) {
  .m_organisation-functions-list .search {
    justify-content: space-between; } }

.m_organisation-functions-list .search .form-group.instance-search-item-without-button {
  margin-right: 148px !important; }
  @media (max-width: 1400px) {
    .m_organisation-functions-list .search .form-group.instance-search-item-without-button {
      margin-right: 0 !important; } }

.m_organisation-functions-list .search .form-group.search-dropdown {
  margin-right: 0 !important;
  max-width: 400px !important; }

.m_existing-systems-analysis-chart {
  flex: 1 1 100%;
  margin: 10px;
  border-radius: 4px;
  border: 1px solid var(--color-secondary-10); }
  .m_existing-systems-analysis-chart .highcharts-xaxis > text, .m_existing-systems-analysis-chart .highcharts-yaxis > text {
    color: var(--general-font-color) !important;
    font: 700 18px "Karla" !important;
    fill: var(--general-font-color) !important; }
  .m_existing-systems-analysis-chart .highcharts-data-label > text {
    color: var(--general-font-color) !important;
    font: 400 13px "Karla" !important;
    fill: var(--general-font-color) !important; }

.m_existing-systems-analysis-grid {
  align-items: center;
  background-color: #fff;
  margin: 10px;
  border-radius: 4px; }
  .m_existing-systems-analysis-grid .grid-container {
    display: grid;
    grid-template-columns: 2% 96%;
    grid-gap: 2%; }
    .m_existing-systems-analysis-grid .grid-container .y-axis-title {
      display: flex;
      align-items: center;
      justify-content: center;
      writing-mode: vertical-lr;
      transform: rotate(180deg);
      font-size: 20px;
      /*font-family: "Grotesk";*/
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      color: #707070;
      height: 100%; }
    .m_existing-systems-analysis-grid .grid-container .grid-rows {
      display: flex;
      flex-direction: column; }
      .m_existing-systems-analysis-grid .grid-container .grid-rows .grid-row {
        display: flex;
        min-height: 50px; }
      .m_existing-systems-analysis-grid .grid-container .grid-rows .grid-row-1 div:nth-child(2) .cell-content {
        border-left: 0;
        border-top: 0; }
      .m_existing-systems-analysis-grid .grid-container .grid-rows .grid-row-1 div:nth-child(3) .cell-content {
        border-top: 0; }
      .m_existing-systems-analysis-grid .grid-container .grid-rows .grid-row-1 div:nth-child(4) .cell-content {
        border-top: 0;
        border-right: 0; }
      .m_existing-systems-analysis-grid .grid-container .grid-rows .grid-row-2 div:nth-child(2) .cell-content {
        border-left: 0; }
      .m_existing-systems-analysis-grid .grid-container .grid-rows .grid-row-2 div:nth-child(4) .cell-content {
        border-right: 0; }
      .m_existing-systems-analysis-grid .grid-container .grid-rows .grid-row-3 div:nth-child(2) .cell-content {
        border-left: 0;
        border-bottom: 0; }
      .m_existing-systems-analysis-grid .grid-container .grid-rows .grid-row-3 div:nth-child(3) .cell-content {
        border-bottom: 0; }
      .m_existing-systems-analysis-grid .grid-container .grid-rows .grid-row-3 div:nth-child(4) .cell-content {
        border-bottom: 0;
        border-right: 0; }
      .m_existing-systems-analysis-grid .grid-container .grid-rows .y-axis {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1px;
        background-color: #F8F8F8;
        font-size: 15px;
        /*font-family: "Grotesk";*/
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        color: white;
        padding: 0 12px;
        margin-right: 0; }
        .m_existing-systems-analysis-grid .grid-container .grid-rows .y-axis > span {
          display: inline-flex;
          writing-mode: vertical-lr;
          transform: rotate(180deg); }
      .m_existing-systems-analysis-grid .grid-container .grid-rows .y-axis-1 {
        background-color: #FF61FE !important;
        margin-bottom: 2px; }
      .m_existing-systems-analysis-grid .grid-container .grid-rows .y-axis-2 {
        background-color: #FF4367 !important;
        margin-bottom: 0;
        margin-top: 0; }
      .m_existing-systems-analysis-grid .grid-container .grid-rows .y-axis-3 {
        background-color: #ffa000 !important; }
      .m_existing-systems-analysis-grid .grid-container .grid-rows .cell-container {
        flex: 1;
        padding: 0; }
        .m_existing-systems-analysis-grid .grid-container .grid-rows .cell-container .cell-content {
          background-color: #fff;
          border: 0.5px solid #CDCDCD;
          /*border-radius: 4px;*/
          min-height: 254px;
          height: 100%;
          min-width: 221px;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          padding: 0 4px; }
          @media (max-width: 1200px) {
            .m_existing-systems-analysis-grid .grid-container .grid-rows .cell-container .cell-content {
              min-height: auto;
              min-width: auto; } }
          .m_existing-systems-analysis-grid .grid-container .grid-rows .cell-container .cell-content > div {
            display: flex;
            justify-content: center;
            flex-wrap: wrap; }
          .m_existing-systems-analysis-grid .grid-container .grid-rows .cell-container .cell-content .odd-row {
            flex: 0 0 50%; }
          .m_existing-systems-analysis-grid .grid-container .grid-rows .cell-container .cell-content .even-row {
            flex: 0 0 33%; }
          .m_existing-systems-analysis-grid .grid-container .grid-rows .cell-container .cell-content .circle {
            background-color: #FF8EA4;
            border: 1px solid #FF8EA4;
            height: 21px;
            width: 21px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%; }
          .m_existing-systems-analysis-grid .grid-container .grid-rows .cell-container .cell-content .title {
            flex: 1 1 100%;
            text-align: center;
            font-size: 10px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            color: #666666; }
      .m_existing-systems-analysis-grid .grid-container .grid-rows .x-axis-title {
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        /*font-family: "Grotesk";*/
        color: #707070;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        /*padding-bottom: 30px;*/
        /* padding-top: 20px;*/ }
      .m_existing-systems-analysis-grid .grid-container .grid-rows .x-axis-container {
        display: flex; }
        .m_existing-systems-analysis-grid .grid-container .grid-rows .x-axis-container .y-axis {
          opacity: 0 !important; }
        .m_existing-systems-analysis-grid .grid-container .grid-rows .x-axis-container .xy-axis {
          opacity: 1 !important;
          background-color: white !important;
          margin-top: 1px;
          margin-bottom: 4px; }
        .m_existing-systems-analysis-grid .grid-container .grid-rows .x-axis-container .x-axis {
          display: flex;
          flex: 1;
          align-items: center;
          justify-content: center;
          margin: 1px;
          background-color: #F8F8F8;
          font-size: 15px;
          /*font-family: "Grotesk";*/
          font-style: normal;
          font-weight: 800;
          line-height: normal;
          color: white;
          padding: 12px 0;
          margin-top: 0;
          min-width: 211px; }
          @media (max-width: 1200px) {
            .m_existing-systems-analysis-grid .grid-container .grid-rows .x-axis-container .x-axis {
              min-width: auto; } }
        .m_existing-systems-analysis-grid .grid-container .grid-rows .x-axis-container .x-axis-1 {
          background-color: #98D82A !important;
          margin-right: 0;
          margin-left: 0; }
        .m_existing-systems-analysis-grid .grid-container .grid-rows .x-axis-container .x-axis-2 {
          background-color: #72DDC0 !important; }
        .m_existing-systems-analysis-grid .grid-container .grid-rows .x-axis-container .x-axis-3 {
          background-color: #62ABF4 !important;
          margin-left: 0; }
      .m_existing-systems-analysis-grid .grid-container .grid-rows .x-axis-container-row-title {
        height: 24px;
        margin-top: 20px; }

.system-search {
  display: grid; }
  .system-search label {
    font-size: 15px !important;
    padding-left: 0 !important;
    font-weight: 400;
    color: var(--color-secondary-50); }

.m_existing-system-view-and-form .form-body .section-title, .m_existing-system-view-and-form .view-body .section-title {
  margin-bottom: 0; }
  .m_existing-system-view-and-form .form-body .section-title .group-control, .m_existing-system-view-and-form .view-body .section-title .group-control {
    display: none; }

.m_existing-system-view-and-form .form-body .variable-cost, .m_existing-system-view-and-form .view-body .variable-cost {
  padding-top: 16px;
  display: flex !important;
  align-items: flex-start !important; }
  .m_existing-system-view-and-form .form-body .variable-cost:active, .m_existing-system-view-and-form .view-body .variable-cost:active {
    color: #FF4367 !important; }
  .m_existing-system-view-and-form .form-body .variable-cost:focus, .m_existing-system-view-and-form .view-body .variable-cost:focus {
    color: #FF4367 !important; }
    .m_existing-system-view-and-form .form-body .variable-cost:focus i:focus, .m_existing-system-view-and-form .view-body .variable-cost:focus i:focus {
      color: #FF4367 !important; }
    .m_existing-system-view-and-form .form-body .variable-cost:focus i, .m_existing-system-view-and-form .view-body .variable-cost:focus i {
      color: #FF4367 !important; }

.m_existing-system-view-and-form .form-body .department-usages, .m_existing-system-view-and-form .view-body .department-usages {
  padding-top: 16px; }

.m_existing-system-view-and-form .form-body .subform thead, .m_existing-system-view-and-form .view-body .subform thead {
  background-color: #FF4367; }
  .m_existing-system-view-and-form .form-body .subform thead th, .m_existing-system-view-and-form .view-body .subform thead th {
    color: white;
    padding-left: 13px;
    padding-bottom: 13px;
    padding-top: 13px;
    font-size: 15px; }

.m_existing-system-view-and-form .form-body .subform tbody .form-group, .m_existing-system-view-and-form .view-body .subform tbody .form-group {
  padding-top: 8px; }

.m_existing-system-view-and-form .form-body button.variable-cost i, .m_existing-system-view-and-form .view-body button.variable-cost i {
  margin-top: 3px; }

.m_existing-system-view-and-form .form-body .is-hidden, .m_existing-system-view-and-form .view-body .is-hidden {
  display: none !important; }

.m_existing-system-view-and-form .form-body fieldset.system-package-show, .m_existing-system-view-and-form .view-body fieldset.system-package-show {
  flex: 1 1 48% !important; }

.m_existing-system-view-and-form .form-body .system-form-logo, .m_existing-system-view-and-form .view-body .system-form-logo {
  margin-top: -5px !important; }
  .m_existing-system-view-and-form .form-body .system-form-logo label, .m_existing-system-view-and-form .view-body .system-form-logo label {
    margin-bottom: 0 !important; }

.m_existing-system-view-and-form .form-body .system-form-logo-view img, .m_existing-system-view-and-form .view-body .system-form-logo-view img {
  width: 46px;
  height: 46px; }

.m_existing-system-view-and-form .form-body .system-type, .m_existing-system-view-and-form .view-body .system-type {
  padding-left: 0 !important; }

.m_existing-system-view-and-form .form-body .system-hosted, .m_existing-system-view-and-form .view-body .system-hosted {
  padding-left: 10px !important; }

.m_existing-system-view-and-form .on-going-costs {
  max-width: unset; }
  .m_existing-system-view-and-form .on-going-costs table thead {
    visibility: visible !important; }

.m_existing-system-view-and-form .horizontal-subform .delete-button {
  margin-top: 12px !important; }

.system-package-show fieldset {
  flex: 1 1 48% !important; }

.read-only-table {
  width: inherit; }

.m_existing-system-list .btn-back i {
  font-size: 40px;
  margin-right: 15px; }

.m_existing-system-list .system-list-logo {
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 34px; }

.m_existing-system-list td.system-name {
  padding-top: 14px; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m_understand-insights-list {
  width: 100%;
  /*.list-items { padding: 0 2rem 2rem 2rem }*/
  /*    .search { padding: 1rem 2rem; margin-bottom: 0;
        #InstantSearch { height: auto; }
        .form-group { margin-bottom: 0; }

        .search-input { flex-direction: column; position: absolute; right: 0; top: -63px; }
    }*/
  /*.empty-list { padding: 2rem; }*/
  /*.search-icon:after { content: ""; top: 7px; color: #6D6D6D; font-size: 13pt; position: relative; z-index: 1; right: 27px }*/ }
  .m_understand-insights-list .card-item-container {
    display: flex; }
  .m_understand-insights-list .card-item {
    padding: 15px;
    display: flex;
    border-top: 1px;
    border-color: #E3E3E3;
    border-style: solid;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    /*a { font-size: 23px; font-weight: bold; text-decoration: none; color: #494748; }*/ }
    .m_understand-insights-list .card-item a:hover i, .m_understand-insights-list .card-item button:hover i {
      color: #FFA000;
      cursor: pointer; }
    .m_understand-insights-list .card-item .insight {
      display: flex;
      flex: 1;
      flex-wrap: wrap;
      width: 90%;
      /*            .title { color: #494748; font-size: 16px; font-weight: 400 }
            .reason { color: #6D6D6D; font-size: 14px; font-weight: 300; }*/ }
    .m_understand-insights-list .card-item .actions {
      display: flex;
      align-items: center; }
    .m_understand-insights-list .card-item span {
      width: 100%;
      font-size: 14px;
      font-weight: normal;
      color: #494748; }
    .m_understand-insights-list .card-item i {
      font-size: 20px;
      align-self: flex-start;
      margin-top: 5px;
      margin-right: 5px;
      margin-left: 20px;
      color: #FF4367; }
    .m_understand-insights-list .card-item:hover {
      background-color: #C0315C14; }
      .m_understand-insights-list .card-item:hover .actions i {
        color: #C0315C; }

.m_understand-insight-form {
  /*.buttons-row { width: 100%; display: flex; justify-content: flex-end;*/
  /*       
     .buttons { width: 100%;

            button { margin-left: 5px; margin-right: 5px; border-radius: 4px !important; }

            .btn-primary:not(.btn-link) { background-color: #C0315C !important;

                &:hover { background-color: #96274A !important; }
            }

            .btn-secondary:not(.btn-link) { background-color: #737373 !important;

                &:hover { background-color: #4D4E4E !important; }
            }

            .btn-danger:not(.btn-link) { background-color: #fff !important;

                &:hover { color: #fff; background-color: #C0315C !important; }
            }
        }*/
  /*}*/
  /*    .btn-link i { color: #494748 !important; font-weight: 100; font-size: 20px; margin-right: 5px; }
    .btn-link:hover, .btn-link:focus { color: #C0315C !important; text-decoration: none; }
    .btn-link i:hover, .btn-link i:focus { color: #C0315C !important; text-decoration: none; }
    .btn-link { display: flex; align-items: center; background-color: transparent !important; border: none !important; box-shadow: none !important; color: #494748 !important; font-size: 14px; font-weight: 300; margin: 0; padding-left: 0 !important }
*/
  /*.form-body .required-item label.control-label::after { content: "*"; color: #DC3545 }*/
  /*    .recommendations-links .d-flex {
        min-width: 43rem;
    }

    .recommendations-links .d-flex .dropdown {
        padding-right: 5px;
    }

    .form-body {
        background-color: transparent !important;
        position: relative !important;
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
        width: 100% !important
    }

    .recommendations-links {
        padding-left: 20px;
    }

    .reason {
        flex: 0 0 100% !important;

        .group-control {
            min-width: 83.5rem !important;
        }
    }

    .form-group {
        .control-label {
            flex: 0 0 100% !important;
        }

        .group-control {
            flex: 0 0 100% !important;
        }
    }*/ }

/*.content .improve-recommendation-form {

    .form-body { padding: 0 2rem 0 2rem; }
    .buttons-row { padding: 0 2rem 0 2rem; }*/
/*    .form-body { background-color: transparent !important; position: relative !important; display: flex !important; flex-wrap: wrap !important; flex-direction: row !important; width: 100% !important }
    .form-group { flex: 0 0 50% !important;
        .control-label { flex: 0 0 100% !important; }
        .group-control { flex: 0 0 100% !important; }
    }*/
/*.form-group .control-label { 
            flex: 0 0 100% !important;
        }
}


.improve-recommendation-form {


    .buttons-row { margin-right: 5px; width: 100%; display: flex; justify-content: flex-end;

        .buttons { width: 100%;

            button { margin-left: 5px; margin-right: 5px; border-radius: 4px !important; }

            .btn-primary:not(.btn-link) { background-color: #C0315C !important;

                &:hover { background-color: #96274A !important; }
            }

            .btn-secondary:not(.btn-link) { background-color: #737373 !important;

                &:hover { background-color: #4D4E4E !important; }
            }

            .btn-danger:not(.btn-link) { background-color: #fff !important;

                &:hover { color: #fff; background-color: #C0315C !important; }
            }
        }
    }
}*/
.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m_improve-recommendations-list {
  /*.search .search-objectives .group-control { max-width: 100% !important; min-width: 100% !important; }*/ }
  .m_improve-recommendations-list .list-items .item {
    margin-bottom: 25px; }
  .m_improve-recommendations-list .search .buttons-row {
    margin-bottom: 25px; }
  .m_improve-recommendations-list .rcmdn {
    background: var(--White-Color);
    border-radius: 20px;
    padding: 25px; }
    .m_improve-recommendations-list .rcmdn .rcmdn-header {
      display: flex;
      margin-bottom: 45px; }
      .m_improve-recommendations-list .rcmdn .rcmdn-header .rcmdn-title {
        font: 700 24px 'Grotesk';
        color: #FF4367; }
      .m_improve-recommendations-list .rcmdn .rcmdn-header .rcmdn-actions {
        display: flex;
        margin-left: auto; }
        .m_improve-recommendations-list .rcmdn .rcmdn-header .rcmdn-actions .rcmdn-edit {
          padding-right: 20px; }
    .m_improve-recommendations-list .rcmdn .rcmdn-body .rcmdn-feilds-container {
      display: flex;
      flex-direction: row;
      margin-bottom: 60px; }
      .m_improve-recommendations-list .rcmdn .rcmdn-body .rcmdn-feilds-container .rcmdn-feilds {
        font: 300 15px "Karla";
        display: flex;
        flex-direction: column;
        flex: 0 0 20%; }
        .m_improve-recommendations-list .rcmdn .rcmdn-body .rcmdn-feilds-container .rcmdn-feilds .rcmdn-feilds-title {
          color: #A3A3A3;
          margin-bottom: 8px; }
        .m_improve-recommendations-list .rcmdn .rcmdn-body .rcmdn-feilds-container .rcmdn-feilds .rcmdn-feilds-text {
          color: #6D6D6D; }
        .m_improve-recommendations-list .rcmdn .rcmdn-body .rcmdn-feilds-container .rcmdn-feilds.rcmdn-feilds-objectives {
          flex: 1 50%; }
          .m_improve-recommendations-list .rcmdn .rcmdn-body .rcmdn-feilds-container .rcmdn-feilds.rcmdn-feilds-objectives .rcmdn-feilds-text .rcmdn-feilds-objective-tag {
            display: inline-block;
            font: 700 15px "Karla";
            padding-bottom: 15px;
            width: 160px; }
          .m_improve-recommendations-list .rcmdn .rcmdn-body .rcmdn-feilds-container .rcmdn-feilds.rcmdn-feilds-objectives .rcmdn-feilds-text .objective-color-scal {
            color: #12AD58 !important; }
          .m_improve-recommendations-list .rcmdn .rcmdn-body .rcmdn-feilds-container .rcmdn-feilds.rcmdn-feilds-objectives .rcmdn-feilds-text .objective-color-repu {
            color: #72DDC0 !important; }
          .m_improve-recommendations-list .rcmdn .rcmdn-body .rcmdn-feilds-container .rcmdn-feilds.rcmdn-feilds-objectives .rcmdn-feilds-text .objective-color-oper {
            color: #98D82A !important; }
          .m_improve-recommendations-list .rcmdn .rcmdn-body .rcmdn-feilds-container .rcmdn-feilds.rcmdn-feilds-objectives .rcmdn-feilds-text .objective-color-mora {
            color: #FFC666 !important; }
          .m_improve-recommendations-list .rcmdn .rcmdn-body .rcmdn-feilds-container .rcmdn-feilds.rcmdn-feilds-objectives .rcmdn-feilds-text .objective-color-adap {
            color: #FF61FE !important; }
          .m_improve-recommendations-list .rcmdn .rcmdn-body .rcmdn-feilds-container .rcmdn-feilds.rcmdn-feilds-objectives .rcmdn-feilds-text .objective-color-data {
            color: #62ABF4 !important; }
    .m_improve-recommendations-list .rcmdn .rcmdn-body .rcmdn-details-container {
      margin-bottom: 60px; }
      .m_improve-recommendations-list .rcmdn .rcmdn-body .rcmdn-details-container .rcmdn-details {
        display: flex;
        flex-direction: column;
        margin-bottom: 35px; }
        .m_improve-recommendations-list .rcmdn .rcmdn-body .rcmdn-details-container .rcmdn-details .rcmdn-details-title {
          font: 600 15px "Karla";
          margin-bottom: 8px; }
        .m_improve-recommendations-list .rcmdn .rcmdn-body .rcmdn-details-container .rcmdn-details .rcmdn-details-text {
          font: 400 15px "Karla";
          color: #707070; }
    .m_improve-recommendations-list .rcmdn .rcmdn-footer {
      margin-top: 35px;
      width: 100%;
      max-width: 100%; }
      .m_improve-recommendations-list .rcmdn .rcmdn-footer .detailed-insights-supporting-data .empty-list {
        display: none; }
      .m_improve-recommendations-list .rcmdn .rcmdn-footer .detailed-insights-supporting-data .rcmdn-inst.row {
        margin-bottom: 35px; }
      .m_improve-recommendations-list .rcmdn .rcmdn-footer .detailed-insights-supporting-data .inst-details-sup-image {
        width: 100%; }
      .m_improve-recommendations-list .rcmdn .rcmdn-footer .detailed-insights-supporting-data .inst-details-view-header-actions {
        text-align: right;
        margin-top: -22px;
        margin-bottom: 22px; }
      .m_improve-recommendations-list .rcmdn .rcmdn-footer .detailed-insights-supporting-data .header-container .top-section .left-section .header-text {
        font: 700 30px 'Grotesk' !important;
        margin-bottom: auto; }
      .m_improve-recommendations-list .rcmdn .rcmdn-footer .detailed-insights-supporting-data .header-container .top-section .right-section {
        margin-left: auto;
        margin-right: 10px; }
        .m_improve-recommendations-list .rcmdn .rcmdn-footer .detailed-insights-supporting-data .header-container .top-section .right-section a {
          padding-right: 60px; }
          @media (max-width: 1850px) {
            .m_improve-recommendations-list .rcmdn .rcmdn-footer .detailed-insights-supporting-data .header-container .top-section .right-section a {
              padding-right: 40px; } }
          @media (max-width: 1700px) {
            .m_improve-recommendations-list .rcmdn .rcmdn-footer .detailed-insights-supporting-data .header-container .top-section .right-section a {
              padding-right: 0; } }
        .m_improve-recommendations-list .rcmdn .rcmdn-footer .detailed-insights-supporting-data .header-container .top-section .right-section a:last-child {
          padding-right: 0; }
        @media (max-width: 1700px) {
          .m_improve-recommendations-list .rcmdn .rcmdn-footer .detailed-insights-supporting-data .header-container .top-section .right-section div {
            display: flex;
            flex-wrap: nowrap;
            justify-content: flex-end;
            flex-direction: column;
            align-items: flex-start; } }
      .m_improve-recommendations-list .rcmdn .rcmdn-footer .detailed-insights-supporting-data .inst-vis .inst-details-view-report {
        margin-left: 0; }
        .m_improve-recommendations-list .rcmdn .rcmdn-footer .detailed-insights-supporting-data .inst-vis .inst-details-view-report .insightContainer {
          padding-left: 1px !important;
          padding-top: 1px; }
      .m_improve-recommendations-list .rcmdn .rcmdn-footer .detailed-insights-supporting-data h2:first-child {
        font: 700 30px 'Grotesk' !important;
        color: var(--color-secondary-75);
        margin-bottom: 32px; }
      .m_improve-recommendations-list .rcmdn .rcmdn-footer .m_recommendation-insights-list h2 {
        font: 700 24px "Grotesk";
        color: #FF4367; }
      .m_improve-recommendations-list .rcmdn .rcmdn-footer .m_recommendation-insights-list .grid.grid-list tbody {
        font: 400 17px "Karla"; }
      .m_improve-recommendations-list .rcmdn .rcmdn-footer .m_recommendation-insights-list table tr td:last-child {
        text-align: right; }
      .m_improve-recommendations-list .rcmdn .rcmdn-footer .m_recommendation-insights-list td.col-order {
        width: 90px; }
        .m_improve-recommendations-list .rcmdn .rcmdn-footer .m_recommendation-insights-list td.col-order a {
          text-decoration: none; }
      .m_improve-recommendations-list .rcmdn .rcmdn-footer .m_recommendation-insights-list .btn-view-insight {
        background-color: #FF4367;
        color: var(--White-Color);
        border-radius: 34px;
        padding: 5px 10px; }

.recommendation-insights-view h2:first-child {
  margin-bottom: 35px;
  margin-top: 35px; }

.recommendation-insights-view div.empty-list {
  /*margin-bottom: 35px;*/
  display: none; }

.visualisation-operational-factor-list .labled-factor-column {
  width: 50px; }

.visualisation-card-list {
  padding: 2rem;
  /*.empty-list { border-top: 1px solid #DEDEDE; }*/
  /*    button { margin-left: 5px; margin-right: 5px; border-radius: 4px !important; }

    .btn-primary:not(.btn-link) { background-color: #C0315C !important;

        &:hover { background-color: #96274A !important; }
    }*/ }
  .visualisation-card-list .header-container {
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
    border: 1px solid #DEDEDE;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important; }
  .visualisation-card-list .list-items {
    padding: 5px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background-color: #fff;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border: 1px solid #DEDEDE;
    border-top: 0px !important; }
    .visualisation-card-list .list-items .item {
      /*background-color: #fff;*/
      width: 100%;
      padding: 10px;
      margin: 5px;
      flex: 0 0 49%;
      /*border: 1px solid #DEDEDE;*/
      border-radius: 4px; }
      .visualisation-card-list .list-items .item .card-visualisation {
        width: 100%; }
      .visualisation-card-list .list-items .item .detail {
        display: flex;
        width: 100%;
        flex: 1; }
        .visualisation-card-list .list-items .item .detail .detail-title {
          width: 95%;
          flex-wrap: wrap; }
          .visualisation-card-list .list-items .item .detail .detail-title .title {
            margin-bottom: 10px; }
        .visualisation-card-list .list-items .item .detail .actions {
          display: flex;
          align-items: center;
          /*                  a:hover, button:hover {
                        i { color: #C0315C !important; }
                    }*/
          /*                    i, a {
                        //color: #494748; 
                        //font-size: 20px; 
                        align-self: flex-start; 
                        margin-top: 5px; 
                        margin-right: 5px; 
                    }*/ }
      .visualisation-card-list .list-items .item .detail-note {
        flex: 1 1 100%; }
        .visualisation-card-list .list-items .item .detail-note .note textarea {
          max-width: 40rem; }
      .visualisation-card-list .list-items .item .detail-save {
        width: 100%;
        display: flex;
        justify-content: flex-end; }

.m_scope-department-form .lead-interviewee-box .new-interviewee-box {
  visibility: hidden;
  display: none; }

.m_scope-department-form .lead-interviewee-box .buttons-row {
  margin-bottom: 20px; }
  .m_scope-department-form .lead-interviewee-box .buttons-row .btn-as-text-icon, .m_scope-department-form .lead-interviewee-box .buttons-row .btn-grid-button.btn-as-text {
    font-size: 19px !important;
    font-family: 'Grotesk' !important; }
    .m_scope-department-form .lead-interviewee-box .buttons-row .btn-as-text-icon i, .m_scope-department-form .lead-interviewee-box .buttons-row .btn-grid-button.btn-as-text i {
      margin-bottom: 4px !important; }

.m_scope-departments-summary .total-interview-time {
  display: flex;
  flex-wrap: wrap; }
  .m_scope-departments-summary .total-interview-time .title {
    font: 300 15px "Karla";
    /*font-weight: lighter;*/
    color: #6D6D6D;
    width: 100%;
    font: 400 18px "Karla";
    color: var(--color-black-05);
    opacity: 30%; }
  .m_scope-departments-summary .total-interview-time .total-time {
    display: flex;
    color: var(--original-primary-color); }
    .m_scope-departments-summary .total-interview-time .total-time i {
      color: var(--original-primary-color);
      margin-right: 5px;
      font-size: 12px;
      margin-top: 2px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m_scope-functions-by-department-list .card-item {
  /*margin-bottom: 15px;*/
  display: flex;
  flex-direction: column;
  padding: 10px;
  /*border-radius: 5px;*/ }
  .m_scope-functions-by-department-list .card-item.expanded .arrow {
    transform: rotate(90deg);
    color: #FF4367 !important; }

.m_scope-functions-by-department-list i:not(.icon-process):not(.icon-add):not(.modal-content .modal-header .close i) {
  color: #A5A5A5; }

.m_scope-functions-by-department-list .card-item-content {
  display: flex;
  padding-top: 5px; }
  .m_scope-functions-by-department-list .card-item-content .icon {
    padding-right: 10px; }
  .m_scope-functions-by-department-list .card-item-content .department-name {
    display: flex;
    flex: 1;
    flex-direction: column; }
  .m_scope-functions-by-department-list .card-item-content .department-details {
    display: flex;
    flex: 1; }
  .m_scope-functions-by-department-list .card-item-content .department-interview-time, .m_scope-functions-by-department-list .card-item-content .department-interviewees {
    display: flex;
    /*align-items: center;*/
    padding: 0 10px;
    flex: 1; }
    .m_scope-functions-by-department-list .card-item-content .department-interview-time i, .m_scope-functions-by-department-list .card-item-content .department-interviewees i {
      margin-right: 5px; }
    .m_scope-functions-by-department-list .card-item-content .department-interview-time .card-cell-label, .m_scope-functions-by-department-list .card-item-content .department-interviewees .card-cell-label {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column; }
      .m_scope-functions-by-department-list .card-item-content .department-interview-time .card-cell-label .card-cell-text, .m_scope-functions-by-department-list .card-item-content .department-interviewees .card-cell-label .card-cell-text {
        width: 100%; }
  .m_scope-functions-by-department-list .card-item-content .edit {
    margin-left: auto;
    margin-right: 10px; }
  .m_scope-functions-by-department-list .card-item-content .add {
    margin-left: auto;
    margin-right: 20px; }
  .m_scope-functions-by-department-list .card-item-content .arrow {
    margin-top: 6px;
    margin-right: 5px;
    display: flex;
    align-items: flex-start;
    transition: all 600ms ease-in-out; }
    .m_scope-functions-by-department-list .card-item-content .arrow:hover {
      cursor: pointer; }

.m_scope-functions-by-department-list ._collapsible-content {
  margin-top: 2rem;
  /*            border-style: solid;
        border-top-style: none;
        border-radius: 4px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-color: #DEDEDE;
        border-width: 1px;
        margin-top: -6px;
*/ }

.m_scope-functions-by-department-list .ObjectiveProcessListItem {
  background: none !important; }
  .m_scope-functions-by-department-list .ObjectiveProcessListItem:hover {
    background-color: #F8E5E9 !important; }

.m_scope-functions-of-department-list .list-items {
  padding: 0 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /*width: 100%;*/ }
  .m_scope-functions-of-department-list .list-items .cardItem-child-item {
    min-height: 60px;
    padding: 15px 10px 10px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 2px;
    /*background-color: #F8F8F8;*/
    /*            border-color: #DEDEDE;
            border-style: solid;
            border-radius: 4px;
            border-width: 1px;*/
    text-decoration: none;
    display: flex;
    border-radius: 5px; }
    .m_scope-functions-of-department-list .list-items .cardItem-child-item > i {
      padding-right: 10px; }
    .m_scope-functions-of-department-list .list-items .cardItem-child-item .function-name {
      display: flex;
      flex: 1;
      flex-direction: column; }
    .m_scope-functions-of-department-list .list-items .cardItem-child-item .edit {
      margin-left: auto;
      margin-right: 10px; }
    .m_scope-functions-of-department-list .list-items .cardItem-child-item .function-details {
      display: flex;
      flex: 1; }
    .m_scope-functions-of-department-list .list-items .cardItem-child-item .function-interview-time, .m_scope-functions-of-department-list .list-items .cardItem-child-item .function-interviewees {
      border-left: 1px var(--color-secondary-25) solid;
      display: flex;
      /*align-items: center;*/
      padding: 0 10px;
      min-width: 190px; }
      .m_scope-functions-of-department-list .list-items .cardItem-child-item .function-interview-time i, .m_scope-functions-of-department-list .list-items .cardItem-child-item .function-interviewees i {
        margin-right: 5px; }
      .m_scope-functions-of-department-list .list-items .cardItem-child-item .function-interview-time .card-cell-label, .m_scope-functions-of-department-list .list-items .cardItem-child-item .function-interviewees .card-cell-label {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column; }
        .m_scope-functions-of-department-list .list-items .cardItem-child-item .function-interview-time .card-cell-label .card-cell-text, .m_scope-functions-of-department-list .list-items .cardItem-child-item .function-interviewees .card-cell-label .card-cell-text {
          width: 100%; }
    .m_scope-functions-of-department-list .list-items .cardItem-child-item .view-process {
      margin-top: 5px; }

/*@import "modules/scope/m_scope-functions-to-add-to-department-list.scss";*/
.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m_scope-interviewees-list .grid-wrapper .r-grid {
  background-color: transparent;
  border: none; }
  .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr {
    display: flex;
    align-items: flex-start;
    min-height: 60px;
    border: 1px solid #EDEDED;
    padding: 10px 10px;
    border-top: 1px;
    border-color: #E3E3E3;
    border-style: solid;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    /*                a.ChangeOrder {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: stretch;
                    justify-content: center;
                    margin-right: 10px;
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                }*/
    /*                &.ui-sortable-helper {
                    box-shadow: $general-font-color 0 0 12px 0 !important;
                }*/ }
    .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .r-grid-cell, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .r-grid-cell, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .r-grid-cell, .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .grid tbody tr th, .grid tbody tr .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row th, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr th, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr th {
      border: none !important;
      margin-top: 5px; }
      .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .r-grid-cell .cell-label, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .r-grid-cell .cell-label, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .r-grid-cell .cell-label, .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .grid tbody tr th .cell-label, .grid tbody tr .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row th .cell-label, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr th .cell-label, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr th .cell-label {
        display: none; }
      .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .r-grid-cell [data-sort-item], .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .r-grid-cell [data-sort-item], .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .r-grid-cell [data-sort-item], .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .grid tbody tr th [data-sort-item], .grid tbody tr .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row th [data-sort-item], .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr th [data-sort-item], .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr th [data-sort-item] {
        cursor: move !important; }
    .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .name, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .name, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .name {
      display: flex;
      align-items: center;
      width: 15%; }
      .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .name i, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .name i, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .name i {
        align-self: flex-start;
        margin-right: 5px; }
      .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .name div, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .name div, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .name div {
        display: flex;
        flex-wrap: wrap; }
        .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .name div span, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .name div span, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .name div span {
          width: 100%; }
    .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .functions, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .functions, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .functions {
      display: flex;
      align-items: center;
      width: 35%; }
      .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .functions i, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .functions i, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .functions i {
        align-self: flex-start;
        margin-right: 5px; }
      .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .functions div, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .functions div, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .functions div {
        display: flex;
        flex-wrap: wrap; }
        .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .functions div span, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .functions div span, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .functions div span {
          width: 100%; }
      .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .functions div, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .functions div, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .functions div {
        align-self: flex-start; }
    .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .time, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .time, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .time, .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .date, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .date, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .date {
      display: flex;
      align-items: center;
      width: 200px; }
      .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .time i, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .time i, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .time i, .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .date i, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .date i, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .date i {
        align-self: flex-start;
        margin-right: 5px; }
      .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .time div, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .time div, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .time div, .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .date div, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .date div, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .date div {
        display: flex;
        flex-wrap: wrap; }
        .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .time div span, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .time div span, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .time div span, .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .date div span, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .date div span, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .date div span {
          width: 100%; }
      .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .time div, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .time div, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .time div, .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .date div, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .date div, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .date div {
        width: 200px; }
    .m_scope-interviewees-list .grid-wrapper .r-grid .r-grid-row .time, .m_scope-interviewees-list .grid-wrapper .r-grid .grid tbody tr .time, .grid tbody .m_scope-interviewees-list .grid-wrapper .r-grid tr .time {
      margin-left: auto; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.interviewee-form .horizontal-subform .subform .delete-button {
  margin-top: 5px; }

/*@import "modules/scope/m_scope-typical-departments-to-add-list.scss";*/
.m_scope-typical-departments-to-add-list .list-items, .m_scope-functions-to-add-to-department-list .list-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-height: 60vh;
  overflow-y: auto;
  margin-bottom: 10px; }
  .m_scope-typical-departments-to-add-list .list-items .card-view-item.card-view-item_selected .card-item, .m_scope-functions-to-add-to-department-list .list-items .card-view-item.card-view-item_selected .card-item {
    box-shadow: #333 0 0 12px 0 !important; }
  .m_scope-typical-departments-to-add-list .list-items .card-view-item-ribbon, .m_scope-functions-to-add-to-department-list .list-items .card-view-item-ribbon {
    /*   position: absolute;
            overflow: hidden;
            left: 0;
            top: 0;
            width: 5rem;
            height: 5rem;

            &::before {
                position: absolute;
                content: 'TYPICAL';
                background-color: $color-primary;
                color: $new-White;
                font-size: 0.8rem;
                letter-spacing: 0.15rem;
                transform: rotate(-45deg) translate(-30%, -79%);
                width: 200%;
                top: 0;
                left: 0;
            }*/ }
  .m_scope-typical-departments-to-add-list .list-items .card-view-item, .m_scope-functions-to-add-to-department-list .list-items .card-view-item {
    width: 33%;
    /*  &:first-child {
                width: 100%;
                display: block !important;
            }*/ }
    .m_scope-typical-departments-to-add-list .list-items .card-view-item .card-item, .m_scope-functions-to-add-to-department-list .list-items .card-view-item .card-item {
      display: flex;
      align-items: center;
      position: relative;
      border-radius: 4px;
      border: 1px solid #EDEDED;
      padding: 5px;
      margin: 10px;
      text-align: center;
      min-height: 70px; }
      .m_scope-typical-departments-to-add-list .list-items .card-view-item .card-item.card-view-item_details, .m_scope-functions-to-add-to-department-list .list-items .card-view-item .card-item.card-view-item_details {
        border-radius: 23px; }
        .m_scope-typical-departments-to-add-list .list-items .card-view-item .card-item.card-view-item_details a, .m_scope-typical-departments-to-add-list .list-items .card-view-item .card-item.card-view-item_details button, .m_scope-functions-to-add-to-department-list .list-items .card-view-item .card-item.card-view-item_details a, .m_scope-functions-to-add-to-department-list .list-items .card-view-item .card-item.card-view-item_details button {
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: start;
          transition: none;
          background-color: transparent;
          border: none;
          height: 127px; }
          .m_scope-typical-departments-to-add-list .list-items .card-view-item .card-item.card-view-item_details a:hover, .m_scope-typical-departments-to-add-list .list-items .card-view-item .card-item.card-view-item_details button:hover, .m_scope-functions-to-add-to-department-list .list-items .card-view-item .card-item.card-view-item_details a:hover, .m_scope-functions-to-add-to-department-list .list-items .card-view-item .card-item.card-view-item_details button:hover {
            text-decoration: none; }
          .m_scope-typical-departments-to-add-list .list-items .card-view-item .card-item.card-view-item_details a:focus, .m_scope-typical-departments-to-add-list .list-items .card-view-item .card-item.card-view-item_details button:focus, .m_scope-functions-to-add-to-department-list .list-items .card-view-item .card-item.card-view-item_details a:focus, .m_scope-functions-to-add-to-department-list .list-items .card-view-item .card-item.card-view-item_details button:focus {
            border: none;
            box-shadow: none; }
          .m_scope-typical-departments-to-add-list .list-items .card-view-item .card-item.card-view-item_details a .item-content, .m_scope-typical-departments-to-add-list .list-items .card-view-item .card-item.card-view-item_details button .item-content, .m_scope-functions-to-add-to-department-list .list-items .card-view-item .card-item.card-view-item_details a .item-content, .m_scope-functions-to-add-to-department-list .list-items .card-view-item .card-item.card-view-item_details button .item-content {
            margin-left: 35px;
            display: flex;
            align-items: center; }
            .m_scope-typical-departments-to-add-list .list-items .card-view-item .card-item.card-view-item_details a .item-content i, .m_scope-typical-departments-to-add-list .list-items .card-view-item .card-item.card-view-item_details button .item-content i, .m_scope-functions-to-add-to-department-list .list-items .card-view-item .card-item.card-view-item_details a .item-content i, .m_scope-functions-to-add-to-department-list .list-items .card-view-item .card-item.card-view-item_details button .item-content i {
              color: #FF4367;
              margin-left: -15px;
              font-size: 45px; }
            .m_scope-typical-departments-to-add-list .list-items .card-view-item .card-item.card-view-item_details a .item-content > div, .m_scope-typical-departments-to-add-list .list-items .card-view-item .card-item.card-view-item_details button .item-content > div, .m_scope-functions-to-add-to-department-list .list-items .card-view-item .card-item.card-view-item_details a .item-content > div, .m_scope-functions-to-add-to-department-list .list-items .card-view-item .card-item.card-view-item_details button .item-content > div {
              display: flex;
              flex-wrap: wrap;
              text-align: center;
              align-items: center;
              justify-content: center; }
              .m_scope-typical-departments-to-add-list .list-items .card-view-item .card-item.card-view-item_details a .item-content > div.card-cell-text, .m_scope-typical-departments-to-add-list .list-items .card-view-item .card-item.card-view-item_details button .item-content > div.card-cell-text, .m_scope-functions-to-add-to-department-list .list-items .card-view-item .card-item.card-view-item_details a .item-content > div.card-cell-text, .m_scope-functions-to-add-to-department-list .list-items .card-view-item .card-item.card-view-item_details button .item-content > div.card-cell-text {
                color: var(--color-secondary-75);
                font: 400 20px "Karla"; }
              .m_scope-typical-departments-to-add-list .list-items .card-view-item .card-item.card-view-item_details a .item-content > div .title, .m_scope-typical-departments-to-add-list .list-items .card-view-item .card-item.card-view-item_details button .item-content > div .title, .m_scope-functions-to-add-to-department-list .list-items .card-view-item .card-item.card-view-item_details a .item-content > div .title, .m_scope-functions-to-add-to-department-list .list-items .card-view-item .card-item.card-view-item_details button .item-content > div .title {
                width: 100%;
                font: 300 20px "Karla";
                color: #6D6D6D;
                margin-bottom: 18px; }
      .m_scope-typical-departments-to-add-list .list-items .card-view-item .card-item:hover button, .m_scope-functions-to-add-to-department-list .list-items .card-view-item .card-item:hover button {
        background-color: none; }
    .m_scope-typical-departments-to-add-list .list-items .card-view-item.custom-add .card-view-item_details a, .m_scope-functions-to-add-to-department-list .list-items .card-view-item.custom-add .card-view-item_details a {
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin-left: 5px; }
      .m_scope-typical-departments-to-add-list .list-items .card-view-item.custom-add .card-view-item_details a i, .m_scope-functions-to-add-to-department-list .list-items .card-view-item.custom-add .card-view-item_details a i {
        margin-right: 10px; }

.m_scope-typical-departments-to-add-list .buttons-row, .m_scope-functions-to-add-to-department-list .buttons-row {
  display: flex;
  justify-content: center;
  margin-right: 0px; }
  .m_scope-typical-departments-to-add-list .buttons-row .buttons, .m_scope-functions-to-add-to-department-list .buttons-row .buttons {
    display: contents; }
    .m_scope-typical-departments-to-add-list .buttons-row .buttons .btn-AddCustom, .m_scope-functions-to-add-to-department-list .buttons-row .buttons .btn-AddCustom {
      width: 98%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 40px;
      margin-top: 15px;
      height: 56px;
      font: 700 22px "Karla" !important; }

.m_scope-typical-departments-to-add-list .search .instance-search-item-without-button, .m_scope-functions-to-add-to-department-list .search .instance-search-item-without-button {
  max-width: 100%; }
  .m_scope-typical-departments-to-add-list .search .instance-search-item-without-button .group-control, .m_scope-functions-to-add-to-department-list .search .instance-search-item-without-button .group-control {
    min-width: 100%; }
  .m_scope-typical-departments-to-add-list .search .instance-search-item-without-button input, .m_scope-functions-to-add-to-department-list .search .instance-search-item-without-button input {
    max-width: 100%; }

.m_scope-function-to-department-form .horizontal-subform .delete-button {
  margin-top: 21px; }

.m_scope-function-to-department-form .department-interviewees label {
  padding-bottom: 4px; }

.m_scope-function-to-department-form .department-interviewees .checkbox-list {
  max-height: 150px;
  overflow-y: auto;
  /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
  .m_scope-function-to-department-form .department-interviewees .checkbox-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 12px; }
  .m_scope-function-to-department-form .department-interviewees .checkbox-list::-webkit-scrollbar-track {
    background: #ABABAB;
    width: 2px;
    border-radius: 12px; }
  .m_scope-function-to-department-form .department-interviewees .checkbox-list::-webkit-scrollbar-thumb {
    background: #6D6D6D;
    width: 2px;
    border-radius: 12px;
    opacity: .5; }
  .m_scope-function-to-department-form .department-interviewees .checkbox-list::-webkit-scrollbar-thumb:hover {
    background: #555; }

.m_scope-function-to-department-form .btn-as-secondary:focus, .m_scope-function-to-department-form .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light:focus, .bootstrap-select div.dropdown-menu div.bs-actionsbox .m_scope-function-to-department-form .btn-light:focus {
  border-color: #FF4367 !important; }

.m_scope-function-to-department-form .btn-as-secondary:active, .m_scope-function-to-department-form .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light:active, .bootstrap-select div.dropdown-menu div.bs-actionsbox .m_scope-function-to-department-form .btn-light:active {
  border-color: #FF4367 !important; }

.m_scope-function-to-department-form .group-control .btn-as-text-icon, .m_scope-function-to-department-form .group-control .btn-grid-button.btn-as-text {
  font-size: 19px !important;
  font-family: 'Grotesk' !important; }
  .m_scope-function-to-department-form .group-control .btn-as-text-icon i, .m_scope-function-to-department-form .group-control .btn-grid-button.btn-as-text i {
    margin-bottom: 4px !important; }

.m_objectives {
  width: 100%; }
  .m_objectives .objectives-report-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%; }
    .m_objectives .objectives-report-container .objectives-report-details-container {
      padding-bottom: 10px;
      transition: all 300ms ease-in;
      display: none;
      flex-wrap: wrap;
      flex: 1;
      flex-flow: column wrap;
      position: relative;
      min-height: 700px; }
      .m_objectives .objectives-report-container .objectives-report-details-container .detail {
        background-color: #fff;
        border-radius: 0 5px 5px 5px;
        border: 1px solid var(--color-secondary-10);
        display: flex;
        flex: 1;
        width: 100%;
        margin-top: -2rem; }
        .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-generic-header {
          flex: 1 1 100%;
          display: flex;
          flex-direction: row; }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-generic-header .objective-header-container {
            border: none !important;
            margin: 0 !important;
            flex: 1 1 100%;
            background-color: #fff;
            padding: 1rem 2rem; }
            .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-generic-header .objective-header-container .objective-header-title {
              font: 700 18px "Karla";
              flex: 1 1 100%; }
            .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-generic-header .objective-header-container .objective-header-description {
              flex: 1 1 100%;
              font: 400 13px "Karla"; }
        .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-header-detail {
          flex: 1 1 100%;
          display: flex;
          flex-direction: row; }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-header-detail .objective-header-container {
            border: none !important;
            margin: 0 !important;
            flex: 1 1 100%;
            background-color: #fff;
            padding: 1rem 2rem; }
            .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-header-detail .objective-header-container .objective-header-title {
              font: 700 18px "Karla";
              flex: 1 1 100%; }
            .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-header-detail .objective-header-container .objective-header-description {
              flex: 1 1 100%;
              font: 400 13px "Karla"; }
        .m_objectives .objectives-report-container .objectives-report-details-container .detail .grid-wrapper .grid {
          border: none !important; }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .grid-wrapper .grid tr:hover {
            background-color: transparent; }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .grid-wrapper .grid td {
            border: none;
            padding: 0; }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .grid-wrapper .grid .card-item {
            margin: 5px 15px;
            border-radius: 4px;
            padding: 15px 15px 5px 15px;
            display: flex;
            border: 1px solid var(--color-secondary-10); }
            .m_objectives .objectives-report-container .objectives-report-details-container .detail .grid-wrapper .grid .card-item .process, .m_objectives .objectives-report-container .objectives-report-details-container .detail .grid-wrapper .grid .card-item .function, .m_objectives .objectives-report-container .objectives-report-details-container .detail .grid-wrapper .grid .card-item .departments {
              display: flex;
              align-items: center;
              width: 35%; }
              .m_objectives .objectives-report-container .objectives-report-details-container .detail .grid-wrapper .grid .card-item .process i, .m_objectives .objectives-report-container .objectives-report-details-container .detail .grid-wrapper .grid .card-item .function i, .m_objectives .objectives-report-container .objectives-report-details-container .detail .grid-wrapper .grid .card-item .departments i {
                align-self: flex-start;
                margin-right: 5px; }
              .m_objectives .objectives-report-container .objectives-report-details-container .detail .grid-wrapper .grid .card-item .process div, .m_objectives .objectives-report-container .objectives-report-details-container .detail .grid-wrapper .grid .card-item .function div, .m_objectives .objectives-report-container .objectives-report-details-container .detail .grid-wrapper .grid .card-item .departments div {
                display: flex;
                flex-wrap: wrap;
                align-self: flex-start; }
                .m_objectives .objectives-report-container .objectives-report-details-container .detail .grid-wrapper .grid .card-item .process div span, .m_objectives .objectives-report-container .objectives-report-details-container .detail .grid-wrapper .grid .card-item .function div span, .m_objectives .objectives-report-container .objectives-report-details-container .detail .grid-wrapper .grid .card-item .departments div span {
                  width: 100%; }
            .m_objectives .objectives-report-container .objectives-report-details-container .detail .grid-wrapper .grid .card-item .score {
              display: flex;
              align-items: center;
              margin-left: auto;
              min-width: 80px; }
              .m_objectives .objectives-report-container .objectives-report-details-container .detail .grid-wrapper .grid .card-item .score div {
                display: flex;
                flex-wrap: wrap;
                align-self: flex-start; }
                .m_objectives .objectives-report-container .objectives-report-details-container .detail .grid-wrapper .grid .card-item .score div span {
                  color: var(--general-primary-color);
                  flex: 1 1 100%;
                  font: 400 22px "Karla"; }

.m_objectives .objectives-report-radar-chart-container {
  /*padding-bottom: 10px;*/
  transition: all 300ms ease-in; }
  .m_objectives .objectives-report-radar-chart-container ._objective-chart-item {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid var(--color-secondary-10);
    border-radius: 4px;
    background-color: #fff; }
    .m_objectives .objectives-report-radar-chart-container ._objective-chart-item .objective--chart ._objective-chart {
      display: flex;
      justify-content: center;
      height: 600px; }
      .m_objectives .objectives-report-radar-chart-container ._objective-chart-item .objective--chart ._objective-chart .legend {
        padding: 3px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .m_objectives .objectives-report-radar-chart-container ._objective-chart-item .objective--chart ._objective-chart .chart-_objective-label:hover {
        cursor: pointer; }
      .m_objectives .objectives-report-radar-chart-container ._objective-chart-item .objective--chart ._objective-chart .chart-_objective-label {
        text-align: center;
        text-align: center;
        text-decoration: underline;
        border-radius: 5px;
        padding: 7px 15px;
        border: 1px solid var(--color-secondary-10); }
        .m_objectives .objectives-report-radar-chart-container ._objective-chart-item .objective--chart ._objective-chart .chart-_objective-label:hover {
          background-color: var(--general-primary-color);
          color: #fff;
          border: none; }
      .m_objectives .objectives-report-radar-chart-container ._objective-chart-item .objective--chart ._objective-chart .chart-_objective-label__selected {
        font-family: "Karla" !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        background-color: var(--general-primary-color);
        color: #fff;
        border: none;
        box-shadow: none; }

.m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase {
  width: 100%; }
  .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase .search {
    padding: 0;
    align-items: center; }
    .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase .search .generic-header {
      order: 1;
      flex: 1 1 100%; }
    .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase .search .sub-menu {
      order: 5; }
      .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase .search .sub-menu .sub-menu-ul {
        display: flex;
        list-style-type: none;
        margin: 0;
        padding: 0 5px;
        justify-content: flex-end; }
        .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase .search .sub-menu .sub-menu-ul li {
          margin: 0 10px;
          padding: 5px 5px;
          background-color: #fff;
          border-radius: 4px;
          border: 1px solid var(--color-secondary-10); }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase .search .sub-menu .sub-menu-ul li a {
            display: flex;
            align-items: center; }
            .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase .search .sub-menu .sub-menu-ul li a i {
              margin-right: 3px; }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase .search .sub-menu .sub-menu-ul li:hover {
            cursor: pointer;
            background: #F8E5E9; }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase .search .sub-menu .sub-menu-ul li.active a {
            color: var(--general-primary-color); }
            .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase .search .sub-menu .sub-menu-ul li.active a i {
              color: var(--general-primary-color); }
    .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase .search .search-container {
      order: 2;
      margin: 0 0 0 15px;
      flex: 1 1 100px;
      width: 100%;
      max-width: none; }
      .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase .search .search-container .group-control {
        margin-bottom: 0;
        max-width: unset;
        flex: 1 0 100%;
        margin-right: 0px; }
        .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase .search .search-container .group-control input {
          max-width: 100%; }
      @media (min-width: 600px) {
        .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase .search .search-container .group-control {
          min-width: unset; } }
      .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase .search .search-container .group-control:nth-child(2) {
        display: none; }
    .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase .search .form-group:not(.search-container):not(.score-range-filter-container) {
      order: 4;
      margin: 5px 15px 9px 15px; }
      .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase .search .form-group:not(.search-container):not(.score-range-filter-container) .group-control {
        margin-bottom: 0;
        min-width: 165px;
        max-width: unset;
        flex: unset; }
    .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase .search .score-range-filter-container {
      order: 3;
      margin: 6px 16px 5px 25px; }
    .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase .search .bootstrap-select button {
      width: 170px !important; }

.m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic {
  flex: 1 1 100%; }
  .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part {
    display: flex;
    flex-wrap: wrap; }
    .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .actions {
      align-self: center; }
      .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .actions .btn-return {
        padding: 0;
        margin-right: 15px;
        justify-content: flex-end; }
    .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .selected-process-part {
      flex: 1 1 100%;
      margin-bottom: 20px; }
      .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .selected-process-part .card-item {
        margin: 5px 15px;
        border-radius: 4px;
        padding: 15px 15px 5px 15px;
        display: flex;
        border: 1px solid var(--color-secondary-10); }
        .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .selected-process-part .card-item .process, .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .selected-process-part .card-item .function, .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .selected-process-part .card-item .departments {
          display: flex;
          align-items: center;
          width: 35%; }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .selected-process-part .card-item .process i, .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .selected-process-part .card-item .function i, .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .selected-process-part .card-item .departments i {
            align-self: flex-start;
            margin-right: 5px; }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .selected-process-part .card-item .process div, .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .selected-process-part .card-item .function div, .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .selected-process-part .card-item .departments div {
            display: flex;
            flex-wrap: wrap;
            align-self: flex-start; }
            .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .selected-process-part .card-item .process div span, .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .selected-process-part .card-item .function div span, .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .selected-process-part .card-item .departments div span {
              width: 100%; }
        .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .selected-process-part .card-item .score {
          display: flex;
          align-items: center;
          margin-left: auto;
          min-width: 80px; }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .selected-process-part .card-item .score div {
            display: flex;
            flex-wrap: wrap;
            align-self: flex-start; }
            .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .selected-process-part .card-item .score div span {
              color: var(--general-primary-color);
              flex: 1 1 100%;
              font: 400 22px "Karla"; }
    .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .key-part {
      display: flex;
      flex: 1 1 100%;
      margin: 0 15px; }
      .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .key-part > ul {
        display: flex;
        list-style-type: none;
        margin: 0;
        padding: 0;
        align-self: flex-end; }
        .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .key-part > ul li {
          margin: 0 7.5px;
          color: var(--general-font-color); }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .key-part > ul li i {
            font-size: 10px; }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .key-part > ul li:first-child {
            margin-left: 0; }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .key-part > ul li.color-VG i {
            color: #208438; }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .key-part > ul li.color-G i {
            color: #0DB935; }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .key-part > ul li.color-N i {
            color: #494748; }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .key-part > ul li.color-B i {
            color: #FFA724; }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .key-part > ul li.color-VB i {
            color: #FF2C4F; }
      .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .key-part .score-toggle-menu {
        margin-left: auto; }
        .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .key-part .score-toggle-menu ul {
          display: flex;
          list-style-type: none;
          margin: 0;
          padding: 0; }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .key-part .score-toggle-menu ul li {
            border-radius: 4px;
            border: 1px solid var(--color-secondary-10);
            color: var(--general-font-color);
            padding: 3px 20px;
            min-width: 106px;
            text-align: center; }
            .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .key-part .score-toggle-menu ul li:hover {
              cursor: pointer;
              background: #F8E5E9; }
            .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .key-part .score-toggle-menu ul li.active {
              color: #fff;
              background-color: var(--general-primary-color); }
    .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper {
      margin: 0 15px;
      flex: 1 1 100%;
      width: 800px;
      overflow-x: auto; }
      .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid {
        border-collapse: separate;
        border-spacing: 0 10px; }
        .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid thead {
          display: none; }
        .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr {
          background: var(--color-secondary-05); }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr:hover {
            background-color: var(--color-secondary-05); }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr td {
            border-top: 1px solid var(--color-secondary-10);
            border-bottom: 1px solid var(--color-secondary-10);
            width: 1px;
            white-space: nowrap;
            padding: 0; }
            .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr td:last-child {
              width: 100%; }
            .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr td:nth-child(2) .step-container {
              margin-left: 30px; }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr .column-actor {
            border: 1px solid var(--color-secondary-10);
            border-radius: 4px 0 0 4px;
            min-width: 120px;
            text-align: center;
            vertical-align: middle;
            color: var(--general-font-color); }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr .column-step .step-container {
            margin: 5px 10px; }
            .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr .column-step .step-container .step {
              min-width: 170px;
              width: fit-content;
              min-height: 64px;
              height: 64px;
              border: 1px solid var(--color-secondary-10);
              border-radius: 4px;
              margin: 5px 0; }
              .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr .column-step .step-container .step .cell-title {
                color: var(--general-font-color);
                width: fit-content;
                margin-top: 10px;
                margin-left: 13px;
                margin-right: 12px;
                text-overflow: ellipsis;
                overflow: hidden; }
              .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr .column-step .step-container .step .cell-quality {
                text-align: end;
                margin-right: 12px;
                margin-top: 5px; }
              .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr .column-step .step-container .step.color-VG {
                background-color: #D3EBD6; }
                .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr .column-step .step-container .step.color-VG .cell-quality {
                  color: #208438; }
              .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr .column-step .step-container .step.color-G {
                background-color: #D3EBD6; }
                .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr .column-step .step-container .step.color-G .cell-quality {
                  color: #0DB935; }
              .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr .column-step .step-container .step.color-N {
                background-color: #EFEFEF; }
                .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr .column-step .step-container .step.color-N .cell-quality {
                  color: #494748; }
              .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr .column-step .step-container .step.color-B {
                background-color: #FFEED5; }
                .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr .column-step .step-container .step.color-B .cell-quality {
                  color: #FFA724; }
              .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr .column-step .step-container .step.color-VB {
                background-color: #FFD3DA; }
                .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr .column-step .step-container .step.color-VB .cell-quality {
                  color: #FF2C4F; }
              .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr .column-step .step-container .step .cell-score {
                display: none; }
          .m_objectives .objectives-report-container .objectives-report-details-container .detail .objective-module-listBase-generic .items-part .grid-wrapper .grid tbody tr td:last-child {
            border-radius: 0 4px 4px 0;
            border-right: 1px solid var(--color-secondary-10); }

.m_objectives-filters .form-body {
  display: flex;
  align-items: center; }
  .m_objectives-filters .form-body .form-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    margin-bottom: 0 !important; }
    .m_objectives-filters .form-body .form-group label {
      width: unset !important; }
      .m_objectives-filters .form-body .form-group label.c-ico, .m_objectives-filters .form-body .form-group .bootstrap-select label.dropdown-toggle:after, .bootstrap-select .m_objectives-filters .form-body .form-group label.dropdown-toggle:after, .m_objectives-filters .form-body .form-group .checkbox-list input[type='checkbox'].handled:checked + label.checkbox-helper:before, .checkbox-list .m_objectives-filters .form-body .form-group input[type='checkbox'].handled:checked + label.checkbox-helper:before, .m_objectives-filters .form-body .form-group .checkbox-list input[type='checkbox'].handled:not(checked) + label.checkbox-helper:before, .checkbox-list .m_objectives-filters .form-body .form-group input[type='checkbox'].handled:not(checked) + label.checkbox-helper:before, .m_objectives-filters .form-body .form-group input[type='checkbox'].handled.form-check:checked + label.checkbox-helper:before, .m_objectives-filters .form-body .form-group input[type='checkbox'].handled.form-check:not(checked) + label.checkbox-helper:before, .m_objectives-filters .form-body .form-group .radio-list input[type='radio'].handled:checked + label.radio-helper:before, .radio-list .m_objectives-filters .form-body .form-group input[type='radio'].handled:checked + label.radio-helper:before, .m_objectives-filters .form-body .form-group .radio-list input[type='radio'].handled:not(checked) + label.radio-helper:before, .radio-list .m_objectives-filters .form-body .form-group input[type='radio'].handled:not(checked) + label.radio-helper:before, .m_objectives-filters .form-body .form-group .search .instance-search-item-without-button label.group-control:after, .search .instance-search-item-without-button .m_objectives-filters .form-body .form-group label.group-control:after, .m_objectives-filters .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) label.radio-helper, .step-base-container .m_objectives-filters .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) label.radio-helper, .m_objectives-filters .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .form-group label.radio-helper, .step-base-container .m_objectives-filters .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .form-group label.radio-helper, .m_objectives-filters .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) label.radio-helper, .step-base-container .m_objectives-filters .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) label.radio-helper, .m_objectives-filters .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .form-group label.radio-helper, .step-base-container .m_objectives-filters .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .form-group label.radio-helper, .m_objectives-filters .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) label.radio-helper, .step-base-container .m_objectives-filters .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) label.radio-helper, .m_objectives-filters .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .form-group label.radio-helper, .step-base-container .m_objectives-filters .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .form-group label.radio-helper, .m_objectives-filters .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) label.radio-helper, .step-base-container .m_objectives-filters .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) label.radio-helper, .m_objectives-filters .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .form-group label.radio-helper, .step-base-container .m_objectives-filters .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .form-group label.radio-helper, .m_objectives-filters .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) label.radio-helper, .step-base-container .m_objectives-filters .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) label.radio-helper, .m_objectives-filters .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .form-group label.radio-helper, .step-base-container .m_objectives-filters .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .form-group label.radio-helper {
        font-size: 30px;
        /*color: $icon-color !important;*/
        margin-right: 10px !important;
        margin-bottom: 0px;
        padding-top: 1px; }
    .m_objectives-filters .form-body .form-group .group-control {
      margin-bottom: 0 !important;
      min-width: unset !important; }
      .m_objectives-filters .form-body .form-group .group-control > .c-ico, .m_objectives-filters .form-body .form-group .group-control > i.fa-check, .m_objectives-filters .form-body .form-group .typeahead__container .typehead-chevron-down .group-control > i:first-child, .typeahead__container .typehead-chevron-down .m_objectives-filters .form-body .form-group .group-control > i:first-child, .m_objectives-filters .form-body .form-group .subform .subform-item .delete-button .group-control > i, .subform .subform-item .delete-button .m_objectives-filters .form-body .form-group .group-control > i, .m_objectives-filters .form-body .form-group .group-control > th.sort-ascending:before, .m_objectives-filters .form-body .form-group th.sort-ascending .group-control > i, th.sort-ascending .m_objectives-filters .form-body .form-group .group-control > i, .m_objectives-filters .form-body .form-group .group-control > th.sort-descending:before, .m_objectives-filters .form-body .form-group th.sort-descending .group-control > i, th.sort-descending .m_objectives-filters .form-body .form-group .group-control > i, .m_objectives-filters .form-body .form-group .group-control > th[data-sort]:before, .m_objectives-filters .form-body .form-group .modal-content .modal-header .close .group-control > i, .modal-content .modal-header .close .m_objectives-filters .form-body .form-group .group-control > i, .m_objectives-filters .form-body .form-group .bootstrap-select .group-control > .dropdown-toggle:after, .bootstrap-select .m_objectives-filters .form-body .form-group .group-control > .dropdown-toggle:after, .m_objectives-filters .form-body .form-group .form-control[data-control=date-picker] + .input-group-addon.group-control > i, .m_objectives-filters .form-body .form-group *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon.group-control > i, *[data-control=collapsible-checkboxes] .m_objectives-filters .form-body .form-group [data-control=date-picker].textbox + .input-group-addon.group-control > i, .m_objectives-filters .form-body .form-group .form-control[data-control=time-picker] + .input-group-addon.group-control > i, .m_objectives-filters .form-body .form-group *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon.group-control > i, *[data-control=collapsible-checkboxes] .m_objectives-filters .form-body .form-group [data-control=time-picker].textbox + .input-group-addon.group-control > i, .m_objectives-filters .form-body .form-group .form-control[data-control=date-picker\|time-picker] + .input-group-addon.group-control > i, .m_objectives-filters .form-body .form-group *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon.group-control > i, *[data-control=collapsible-checkboxes] .m_objectives-filters .form-body .form-group [data-control=date-picker\|time-picker].textbox + .input-group-addon.group-control > i, .m_objectives-filters .form-body .form-group .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev .group-control > span, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev .m_objectives-filters .form-body .form-group .group-control > span, .m_objectives-filters .form-body .form-group .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next .group-control > span, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next .m_objectives-filters .form-body .form-group .group-control > span, .m_objectives-filters .form-body .form-group .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .group-control > span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m_objectives-filters .form-body .form-group .group-control > span, .m_objectives-filters .form-body .form-group .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .group-control > span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m_objectives-filters .form-body .form-group .group-control > span, .m_objectives-filters .form-body .form-group .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] .group-control > span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] .m_objectives-filters .form-body .form-group .group-control > span, .m_objectives-filters .form-body .form-group .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] .group-control > span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] .m_objectives-filters .form-body .form-group .group-control > span, .m_objectives-filters .form-body .form-group .checkbox-list .group-control > input[type='checkbox'].handled:checked + .checkbox-helper:before, .checkbox-list .m_objectives-filters .form-body .form-group .group-control > input[type='checkbox'].handled:checked + .checkbox-helper:before, .m_objectives-filters .form-body .form-group .checkbox-list .group-control > input[type='checkbox'].handled:not(checked) + .checkbox-helper:before, .checkbox-list .m_objectives-filters .form-body .form-group .group-control > input[type='checkbox'].handled:not(checked) + .checkbox-helper:before, .m_objectives-filters .form-body .form-group .group-control > input[type='checkbox'].handled.form-check:checked + .checkbox-helper:before, .m_objectives-filters .form-body .form-group .group-control > input[type='checkbox'].handled.form-check:not(checked) + .checkbox-helper:before, .m_objectives-filters .form-body .form-group .radio-list .group-control > input[type='radio'].handled:checked + .radio-helper:before, .radio-list .m_objectives-filters .form-body .form-group .group-control > input[type='radio'].handled:checked + .radio-helper:before, .m_objectives-filters .form-body .form-group .radio-list .group-control > input[type='radio'].handled:not(checked) + .radio-helper:before, .radio-list .m_objectives-filters .form-body .form-group .group-control > input[type='radio'].handled:not(checked) + .radio-helper:before, .m_objectives-filters .form-body .form-group .file-upload .group-control > span.delete-file, .file-upload .m_objectives-filters .form-body .form-group .group-control > span.delete-file, .m_objectives-filters .form-body .form-group .search .instance-search-item-without-button .group-control > .group-control:after, .search .instance-search-item-without-button .m_objectives-filters .form-body .form-group .group-control > .group-control:after, .m_objectives-filters .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .group-control > .radio-helper, .step-base-container .m_objectives-filters .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .group-control > .radio-helper, .m_objectives-filters .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .form-group .group-control > .radio-helper, .step-base-container .m_objectives-filters .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .form-group .group-control > .radio-helper, .m_objectives-filters .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .group-control > .radio-helper, .step-base-container .m_objectives-filters .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .group-control > .radio-helper, .m_objectives-filters .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .form-group .group-control > .radio-helper, .step-base-container .m_objectives-filters .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .form-group .group-control > .radio-helper, .m_objectives-filters .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .group-control > .radio-helper, .step-base-container .m_objectives-filters .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .group-control > .radio-helper, .m_objectives-filters .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .form-group .group-control > .radio-helper, .step-base-container .m_objectives-filters .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .form-group .group-control > .radio-helper, .m_objectives-filters .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .group-control > .radio-helper, .step-base-container .m_objectives-filters .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .group-control > .radio-helper, .m_objectives-filters .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .form-group .group-control > .radio-helper, .step-base-container .m_objectives-filters .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .form-group .group-control > .radio-helper, .m_objectives-filters .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .group-control > .radio-helper, .step-base-container .m_objectives-filters .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .group-control > .radio-helper, .m_objectives-filters .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .form-group .group-control > .radio-helper, .step-base-container .m_objectives-filters .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .form-group .group-control > .radio-helper, .m_objectives-filters .form-body .form-group [OperationalReportModule] .header .actions a.star.user.group-control > i, [OperationalReportModule] .header .actions .m_objectives-filters .form-body .form-group a.star.user.group-control > i, .m_objectives-filters .form-body .form-group [OperationalReportModule] .header .actions a.star.system.group-control > i, [OperationalReportModule] .header .actions .m_objectives-filters .form-body .form-group a.star.system.group-control > i {
        /*font-size: 9pt !important;*/
        /*color: $icon-color !important;*/
        margin: 0 10px !important; }
      .m_objectives-filters .form-body .form-group .group-control button {
        width: 165px !important;
        /*                    font-size: 14px !important;
                    font-weight: 500 !important;*/ }
    .m_objectives-filters .form-body .form-group.icon {
      margin-top: 3px; }
  .m_objectives-filters .form-body .filter-label label {
    margin-right: 5px !important;
    /*color: $general-font-color !important;*/
    /*                font-weight: 500 !important;
                font-size: 14px !important;*/
    margin-bottom: 0 !important; }
  .m_objectives-filters .form-body .filter-label .group-control {
    display: none !important; }

.m_objectives-navigation {
  display: flex;
  flex-direction: row;
  margin: 15px;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex-wrap: wrap; }
  .m_objectives-navigation > i {
    padding-top: 9px; }
  .m_objectives-navigation .objectives-navigation__item {
    flex: 0;
    font-size: 2rem;
    white-space: nowrap;
    margin: 0 .7rem;
    margin-right: 0; }
    .m_objectives-navigation .objectives-navigation__item .objectives-navigation__item-text {
      padding: 0 .7rem;
      cursor: pointer;
      border: 1px solid transparent;
      border-radius: 6px;
      margin-right: 0; }
      .m_objectives-navigation .objectives-navigation__item .objectives-navigation__item-text:hover {
        color: var(--general-primary-color); }
      .m_objectives-navigation .objectives-navigation__item .objectives-navigation__item-text i {
        display: none; }
    .m_objectives-navigation .objectives-navigation__item:first-child {
      margin-left: 0; }
      .m_objectives-navigation .objectives-navigation__item:first-child .objectives-navigation__item-text {
        padding-left: 0; }
    .m_objectives-navigation .objectives-navigation__item .objectives-navigation__list {
      position: absolute;
      border-radius: 8px;
      background-color: white;
      box-shadow: 5px 5px 18px -6px rgba(0, 0, 0, 0.75);
      z-index: 100;
      padding: 0.2rem 0.8rem;
      max-height: 40vh;
      overflow-y: auto;
      z-index: 400; }
      .m_objectives-navigation .objectives-navigation__item .objectives-navigation__list .objectives-navigation__list-item {
        cursor: pointer; }
        .m_objectives-navigation .objectives-navigation__item .objectives-navigation__list .objectives-navigation__list-item:hover {
          color: var(--general-primary-color); }
  .m_objectives-navigation .objectives-bar-chart-cell-labale.card-cell-label {
    font-family: "Grotesk";
    color: #494748;
    font-size: 20px; }
    .m_objectives-navigation .objectives-bar-chart-cell-labale.card-cell-label .ObjectiveBarChartItemCellText.card-cell-text {
      font-family: "Grotesk";
      opacity: 50%;
      font-size: 13px; }

.m_objectives-report-bar-chart-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%; }
  .m_objectives-report-bar-chart-view .objectives-report-details-controls {
    flex: 0;
    padding-top: 2rem;
    display: flex; }
    .m_objectives-report-bar-chart-view .objectives-report-details-controls .objectives-report-details-controls__sort-control-wrapper {
      order: 2;
      margin-right: 15px; }
      .m_objectives-report-bar-chart-view .objectives-report-details-controls .objectives-report-details-controls__sort-control-wrapper .objectives-report-details-controls__sort-control-label {
        display: none; }
      .m_objectives-report-bar-chart-view .objectives-report-details-controls .objectives-report-details-controls__sort-control-wrapper .objectives-report-details-controls__sort-control {
        width: 25rem; }
    .m_objectives-report-bar-chart-view .objectives-report-details-controls .objectives-report-details-controls__unit-control {
      display: flex;
      order: 1;
      margin-left: auto;
      flex-flow: row nowrap;
      background-color: transparent;
      /*color: $list-item-color;*/ }
      .m_objectives-report-bar-chart-view .objectives-report-details-controls .objectives-report-details-controls__unit-control .unit-control-option {
        flex: 0;
        display: flex;
        border-radius: 4px;
        border: 1px solid var(--color-secondary-10);
        font-size: 14px;
        min-width: 70px;
        margin-right: 12px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        user-select: none; }
        .m_objectives-report-bar-chart-view .objectives-report-details-controls .objectives-report-details-controls__unit-control .unit-control-option i {
          /*color: $list-item-color;*/
          /*font-size: 15pt;*/ }
        .m_objectives-report-bar-chart-view .objectives-report-details-controls .objectives-report-details-controls__unit-control .unit-control-option.unit-control-option__selected {
          color: var(--general-primary-color); }
          .m_objectives-report-bar-chart-view .objectives-report-details-controls .objectives-report-details-controls__unit-control .unit-control-option.unit-control-option__selected i {
            color: var(--general-primary-color); }
        .m_objectives-report-bar-chart-view .objectives-report-details-controls .objectives-report-details-controls__unit-control .unit-control-option:hover {
          background-color: #F8E5E9; }
    .m_objectives-report-bar-chart-view .objectives-report-details-controls .bootstrap-select button {
      width: 249px !important; }
  .m_objectives-report-bar-chart-view .objectives-report-details-chart {
    overflow-x: auto;
    overflow-y: hidden;
    flex: 0 0 0%;
    width: 100%;
    min-height: 600px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 15px;
    position: relative; }
    .m_objectives-report-bar-chart-view .objectives-report-details-chart .objectives-bar-chart {
      width: 100%;
      height: 100%;
      max-height: 100%;
      height: 100%;
      overflow-x: auto !important;
      position: absolute; }
      .m_objectives-report-bar-chart-view .objectives-report-details-chart .objectives-bar-chart .highcharts-container .highcharts-yaxis-labels text:last-child {
        display: none; }
      .m_objectives-report-bar-chart-view .objectives-report-details-chart .objectives-bar-chart .objectives-bar-chart__axis-container {
        position: absolute;
        left: 0;
        top: 3rem;
        border-radius: 5px;
        background-color: var(--page-background);
        padding-top: 3rem;
        margin-right: 1rem;
        width: 5rem;
        height: calc(100% - 6rem);
        z-index: 300; }
        .m_objectives-report-bar-chart-view .objectives-report-details-chart .objectives-bar-chart .objectives-bar-chart__axis-container .objectives-bar-chart__axis {
          position: absolute;
          bottom: 0;
          height: calc(100% - 3rem);
          width: 100%; }
          .m_objectives-report-bar-chart-view .objectives-report-details-chart .objectives-bar-chart .objectives-bar-chart__axis-container .objectives-bar-chart__axis .objectives-bar-chart__axis-item {
            position: absolute;
            text-align: center;
            transform: translateY(2rem);
            width: 100%; }
      .m_objectives-report-bar-chart-view .objectives-report-details-chart .objectives-bar-chart .column-label span {
        top: -10px !important;
        transform: rotate(270deg); }
  .m_objectives-report-bar-chart-view .objectives-report-details-description {
    flex: 0;
    margin-left: 15px; }
    .m_objectives-report-bar-chart-view .objectives-report-details-description p {
      /*color: $icon-color;*/
      /*         font-size: 12px;*/
      display: flex;
      align-items: center; }
      .m_objectives-report-bar-chart-view .objectives-report-details-description p i {
        /*color: $list-circle-color;*/
        font-size: 8px;
        margin-right: 5px;
        color: var(--general-primary-color); }

.process-node-chart-move-node {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background-color: rgba(0,0,0,.2);*/
  z-index: 100000; }
  .process-node-chart-move-node .move-node-content {
    position: absolute;
    box-shadow: #333 2px 2px 12px -7px;
    background-color: white;
    border-radius: 20px;
    padding: 2.5rem 1.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 500px;
    max-width: 900px;
    width: 40vw;
    color: var(--general-primary-color); }
    .process-node-chart-move-node .move-node-content .btn-change-process {
      margin-left: 1rem; }
    .process-node-chart-move-node .move-node-content .btn-close-move-node {
      position: absolute;
      top: 2rem;
      right: 2rem;
      cursor: pointer; }
    .process-node-chart-move-node .move-node-content .move-node-search {
      margin-top: 3rem; }
      .process-node-chart-move-node .move-node-content .move-node-search .move-node-search-text {
        /*font-size: 2rem;*/ }
    .process-node-chart-move-node .move-node-content .move-node-content-items {
      display: flex;
      flex-direction: column;
      max-height: 80vh;
      overflow-y: auto;
      margin-top: 1rem;
      width: 100%;
      color: #3B3B3B; }
      .process-node-chart-move-node .move-node-content .move-node-content-items .move-node-item {
        flex: 1;
        cursor: pointer;
        padding: 1rem; }
        .process-node-chart-move-node .move-node-content .move-node-content-items .move-node-item.move-node-item-hidden {
          display: none; }
        .process-node-chart-move-node .move-node-content .move-node-content-items .move-node-item .move-node-item-content > i.move-node-item-icon {
          margin-right: 1rem; }
        .process-node-chart-move-node .move-node-content .move-node-content-items .move-node-item .move-node-item-content > i.node-path-separator {
          margin-left: .5rem;
          margin-right: .5rem; }
        .process-node-chart-move-node .move-node-content .move-node-content-items .move-node-item:hover:not(.move-node-item_no-action) {
          background-color: #eee; }
        .process-node-chart-move-node .move-node-content .move-node-content-items .move-node-item.move-node-item_no-action {
          cursor: default; }

.process-node-chart-parent {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  order: 2;
  align-items: flex-start;
  /*justify-content: center;*/
  position: absolute;
  cursor: all-scroll;
  overflow-x: auto;
  overflow-y: auto;
  /*    scrollbar-color: $sidebar-scrollbar-thumb-color $sidebar-scrollbar-track-color;
    scrollbar-width: thin;*/ }
  .process-node-chart-parent::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 12px; }
  .process-node-chart-parent::-webkit-scrollbar-track {
    background: #ABABAB;
    border-radius: 12px; }
  .process-node-chart-parent::-webkit-scrollbar-thumb {
    background: #6D6D6D;
    border-radius: 12px; }
  .process-node-chart-parent::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 12px; }
  .process-node-chart-parent .start-node {
    position: relative; }

.process-node-chart {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  order: 2;
  flex-wrap: wrap;
  align-items: flex-start; }
  .process-node-chart > .node-container {
    padding: 10px 200px 150px 200px; }
  .process-node-chart .node-container {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    /*width: fit-content;*/ }
    .process-node-chart .node-container .node-vline {
      flex: 0 50%;
      width: 50%;
      height: 32px; }
    .process-node-chart .node-container .node-vline-after.node-vline-right {
      border-left: 3px solid #FF4367; }
    .process-node-chart .node-container .node-box {
      flex: 1 100%;
      display: flex;
      justify-content: center;
      min-width: 15em; }
      .process-node-chart .node-container .node-box .node-content {
        position: relative;
        flex: 0 13em;
        min-width: 13em;
        min-height: 8rem;
        border: 1px solid #494748;
        border-radius: 20px;
        margin: 0 0.4rem;
        color: #494748;
        background-color: #DBDBDB;
        z-index: 2;
        border: none; }
        .process-node-chart .node-container .node-box .node-content .node-delay {
          cursor: pointer;
          opacity: 0;
          position: absolute;
          top: 0;
          right: 50%;
          border-radius: 50%;
          padding: 1rem;
          transition: opacity 100ms; }
          .process-node-chart .node-container .node-box .node-content .node-delay > i {
            font-size: 4px;
            position: absolute;
            top: 3%;
            right: -30px;
            transform: translate(-50%, -50%);
            color: var(--general-primary-color);
            font-size: 25px;
            background: white;
            border-radius: 50%;
            font-size: 28px !important; }
        .process-node-chart .node-container .node-box .node-content .node-contents {
          cursor: pointer;
          opacity: 0;
          position: absolute;
          top: -23px;
          right: -20px;
          border-radius: 50%;
          padding: 1rem;
          transition: opacity 100ms;
          display: none; }
          .process-node-chart .node-container .node-box .node-content .node-contents svg {
            width: 30px; }
          .process-node-chart .node-container .node-box .node-content .node-contents > i {
            font-size: 4px;
            position: absolute;
            top: 3%;
            right: -30px;
            transform: translate(-50%, -50%);
            color: var(--general-primary-color);
            font-size: 25px;
            background: white;
            border-radius: 50%;
            font-size: 28px !important; }
        .process-node-chart .node-container .node-box .node-content .node-dcop {
          cursor: pointer;
          opacity: 0;
          position: absolute;
          bottom: -26px;
          right: -25px;
          border-radius: 50%;
          padding: 1rem;
          transition: opacity 100ms;
          display: none; }
          .process-node-chart .node-container .node-box .node-content .node-dcop svg {
            width: 30px; }
          .process-node-chart .node-container .node-box .node-content .node-dcop > i {
            font-size: 4px;
            position: absolute;
            top: 0;
            right: -34px;
            transform: translate(-50%, -50%);
            color: var(--general-primary-color);
            font-size: 25px;
            background: white;
            border-radius: 50%;
            font-size: 32px !important; }
        .process-node-chart .node-container .node-box .node-content .node-menu {
          cursor: pointer;
          opacity: 0;
          position: absolute;
          top: 0.3rem;
          right: 0.3rem;
          border-radius: 50%;
          padding: 1rem;
          transition: opacity 100ms; }
          .process-node-chart .node-container .node-box .node-content .node-menu > i {
            font-size: 4px;
            position: absolute;
            top: 3%;
            right: -32px;
            transform: translate(-50%, -50%);
            color: var(--general-primary-color);
            font-size: 25px;
            background: white;
            border-radius: 50%;
            font-size: 30px !important; }
          .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box {
            opacity: 0;
            position: absolute;
            border: 1px solid #EDEDED;
            background-color: var(--White-Color);
            right: 0;
            top: 10px;
            max-height: 0;
            overflow: hidden;
            z-index: 100;
            transition: max-height 500ms ease-out, opacity 200ms;
            box-shadow: #333 2px 2px 12px -7px;
            border-radius: 16px; }
            .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item {
              color: var(--general-font-color);
              margin: .1rem 0;
              text-align: left; }
              .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item .node-menu-item-link {
                white-space: nowrap;
                color: var(--general-font-color);
                display: block;
                padding: .5rem 1rem;
                display: flex;
                flex-wrap: nowrap;
                align-items: center;
                font-size: 17px; }
                .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item .node-menu-item-link > i {
                  padding-right: 1rem;
                  color: var(--general-font-color);
                  font-size: 9px; }
                  .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item .node-menu-item-link > i.icon-close, .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item .subform .subform-item .delete-button .node-menu-item-link > i, .subform .subform-item .delete-button .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item .node-menu-item-link > i {
                    padding-left: 0;
                    padding-right: 6px;
                    font-size: 14px;
                    margin-left: -4px; }
                .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item .node-menu-item-link:hover {
                  text-decoration: none; }
              start-node .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item:hover:not(.node-menu-item-disabled) {
                transition: max-height 500ms ease-out, opacity 200ms 200ms;
                background-color: #F8E5E9; }
              .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item.node-menu-item-disabled {
                cursor: default; }
                .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item.node-menu-item-disabled .node-menu-item-link {
                  color: var(--color-secondary-25); }
                  .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item.node-menu-item-disabled .node-menu-item-link i {
                    color: var(--color-secondary-25); }
          .process-node-chart .node-container .node-box .node-content .node-menu.node-menu-open {
            opacity: 1; }
            .process-node-chart .node-container .node-box .node-content .node-menu.node-menu-open .node-menu-box {
              opacity: 1;
              max-height: 200px; }
        .process-node-chart .node-container .node-box .node-content .node-title {
          cursor: pointer;
          text-align: center;
          padding: 1.3rem .3rem 1.3rem .3rem;
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          font-size: 18px;
          font-weight: 400;
          color: var(--color-black-05); }
          .process-node-chart .node-container .node-box .node-content .node-title.customer-node {
            flex-direction: row; }
            .process-node-chart .node-container .node-box .node-content .node-title.customer-node i {
              color: var(--general-primary-color);
              font-size: 25px;
              text-align: center;
              margin-left: 5px;
              margin-right: 5px;
              width: 20px;
              font-size: 30px;
              position: absolute;
              left: -16px;
              top: -11px; }
              .process-node-chart .node-container .node-box .node-content .node-title.customer-node i:before {
                background-color: white;
                border-radius: 50%; }
            .process-node-chart .node-container .node-box .node-content .node-title.customer-node div {
              flex: 1 1 100%;
              text-align: center; }
        .process-node-chart .node-container .node-box .node-content .show-node-delay, .process-node-chart .node-container .node-box .node-content .show-node-dcop {
          opacity: 1 !important; }
        .process-node-chart .node-container .node-box .node-content .show-node-dcop {
          display: block !important; }
        .process-node-chart .node-container .node-box .node-content .show-node-contents {
          opacity: 1 !important;
          display: block !important; }
        .process-node-chart .node-container .node-box .node-content:hover .node-add-child, .process-node-chart .node-container .node-box .node-content:hover .node-menu, .process-node-chart .node-container .node-box .node-content:hover .node-delay, .process-node-chart .node-container .node-box .node-content:hover .node-contents {
          opacity: 1; }
        .process-node-chart .node-container .node-box .node-content:hover .node-contents {
          display: block !important; }
    .process-node-chart .node-container .child-nodes {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      width: 100%; }
      .process-node-chart .node-container .child-nodes > .node-container > .node-vline-left {
        position: relative; }
        .process-node-chart .node-container .child-nodes > .node-container > .node-vline-left > i {
          color: #FF4367;
          position: absolute;
          right: -14px;
          font-size: 29px;
          bottom: -17px;
          cursor: pointer;
          z-index: 1001;
          background: white;
          border-radius: 50%;
          opacity: 0; }
      .process-node-chart .node-container .child-nodes > .node-container:first-child > .node-vline-before.node-vline-right {
        border-left: 3px solid #FF4367;
        border-top: 3px solid #FF4367;
        border-top-left-radius: 8px; }
      .process-node-chart .node-container .child-nodes > .node-container:last-child > .node-vline-before.node-vline-left {
        border-right: 3px solid #FF4367;
        border-top: 3px solid #FF4367;
        border-top-right-radius: 8px; }
      .process-node-chart .node-container .child-nodes > .node-container:not(:first-child):not(:last-child) > .node-vline.node-vline-before {
        border-top: 3px solid #FF4367; }
      .process-node-chart .node-container .child-nodes > .node-container:not(:first-child):not(:last-child) > .node-vline-before.node-vline-right {
        border-left: 3px solid #FF4367; }
      .process-node-chart .node-container .child-nodes > .node-container:only-child > .node-vline-before.node-vline-left {
        border: none; }
      .process-node-chart .node-container .child-nodes > .node-container:only-child > .node-vline-before.node-vline-right {
        border-top: none;
        border-left: 3px solid #FF4367;
        border-radius: 0; }
  .process-node-chart .add-node-menu-container {
    background-color: #EDEDED;
    border: 1px solid #EDEDED;
    border-radius: 16px;
    display: none;
    z-index: 10;
    width: 665px;
    position: absolute;
    margin-top: 38px;
    /*&.down {
            position: relative;
            position: absolute;
            bottom: -40px;
            left: calc(50% + -300px);

            .add-node-menu {
            }
        }

        &.left {
            position: absolute;
            top: 60%;
            left: -20%;
            transform: rotate(-45deg);

            .add-node-menu {
                display: flex;
                flex-direction: column;
            }
        }

        &.right {
            position: absolute;
            transform: rotate(-45deg);
            top: -60%;
            right: -25px;

            .add-node-menu {
                display: flex;
                flex-direction: column;
            }
        }*/ }
    .process-node-chart .add-node-menu-container::before {
      content: "";
      width: 3rem;
      height: 3rem;
      position: absolute;
      top: -17px;
      right: 45%;
      -webkit-clip-path: polygon(0 0, 100% 1rem, 1rem 100%);
      clip-path: polygon(0 0, 100% 1rem, 1rem 100%);
      transform: rotate(45deg);
      background-color: #EDEDED;
      z-index: 2; }
    .process-node-chart .add-node-menu-container.left, .process-node-chart .add-node-menu-container.right {
      transform: rotate(-45deg); }
    .process-node-chart .add-node-menu-container.right {
      right: -345px;
      top: -19px; }
    .process-node-chart .add-node-menu-container.left {
      right: -225px;
      top: 100px; }
    .process-node-chart .add-node-menu-container.down {
      left: calc(50% + -349px); }
    .process-node-chart .add-node-menu-container .add-node-menu {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 15px; }
      .process-node-chart .add-node-menu-container .add-node-menu .new-node-menu-item {
        background-color: #F9F9F9;
        border-radius: 4px;
        margin-left: 3px !important;
        margin-right: 3px !important;
        display: flex;
        flex-wrap: wrap;
        flex: 1;
        justify-content: center;
        align-items: center;
        height: 126px; }
        .process-node-chart .add-node-menu-container .add-node-menu .new-node-menu-item:hover {
          cursor: pointer; }
        .process-node-chart .add-node-menu-container .add-node-menu .new-node-menu-item i {
          width: 100%;
          height: 44px;
          background-repeat: no-repeat;
          background-position: center; }
        .process-node-chart .add-node-menu-container .add-node-menu .new-node-menu-item span {
          font-size: 9px;
          text-align: center;
          padding: 0px 6px;
          order: 2;
          color: var(--color-black-05);
          line-height: 14px;
          font-weight: 400; }
      .process-node-chart .add-node-menu-container .add-node-menu .process-node i {
        background-image: url("/img/icons/link-to-process.svg?v=2");
        opacity: .6; }
      .process-node-chart .add-node-menu-container .add-node-menu .node-node i {
        background-image: url("/img/icons/step.svg?v=2"); }
      .process-node-chart .add-node-menu-container .add-node-menu .decision-node i {
        background-image: url("/img/icons/decision.svg?v=2"); }
      .process-node-chart .add-node-menu-container .add-node-menu .end-node i {
        background-image: url("/img/icons/end-circle.svg?v=2"); }
      .process-node-chart .add-node-menu-container .add-node-menu .artifact-node i {
        background-image: url("/img/icons/artifact.svg?v=2"); }
      .process-node-chart .add-node-menu-container .add-node-menu .link-node i {
        background-image: url("/img/icons/link.svg?v=2");
        opacity: .6; }
      .process-node-chart .add-node-menu-container .add-node-menu .customer-node i {
        color: var(--general-primary-color);
        font-size: 45px;
        text-align: center;
        opacity: 0.6;
        margin-top: 4px; }
      .process-node-chart .add-node-menu-container .add-node-menu .customer-node span {
        margin-top: 4px; }
  .process-node-chart .node-vline-container {
    display: flex; }
  .process-node-chart .node-add-child {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    /*       color: white;
        background-color: white;
        border: 1px solid $color-primary;*/
    border-radius: 50%;
    padding: 1.4rem;
    transition: opacity 100ms; }
    .process-node-chart .node-add-child a {
      font-size: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: var(--general-primary-color);
      border-radius: 50%;
      text-decoration: none;
      background: white;
      /*padding: 4px;*/ }
    .process-node-chart .node-add-child.down {
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 50%); }
    .process-node-chart .node-add-child.left {
      bottom: -16px;
      left: -16px; }
    .process-node-chart .node-add-child.right {
      top: -16px;
      right: -16px; }
  .process-node-chart .node-container .child-nodes {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%; }
    .process-node-chart .node-container .child-nodes > .node-container:first-child > .node-vline-before.node-vline-right {
      border-left: 3px solid #FF4367;
      border-top: 3px solid #FF4367;
      border-top-left-radius: 8px; }
    .process-node-chart .node-container .child-nodes > .node-container:last-child > .node-vline-before.node-vline-left {
      border-right: 3px solid #FF4367;
      border-top: 3px solid #FF4367;
      border-top-right-radius: 8px; }
    .process-node-chart .node-container .child-nodes > .node-container:not(:first-child):not(:last-child) > .node-vline.node-vline-before {
      border-top: 3px solid #FF4367; }
    .process-node-chart .node-container .child-nodes > .node-container:not(:first-child):not(:last-child) > .node-vline-before.node-vline-right {
      border-left: 3px solid #FF4367; }
    .process-node-chart .node-container .child-nodes > .node-container:only-child > .node-vline-before.node-vline-left {
      border: none; }
    .process-node-chart .node-container .child-nodes > .node-container:only-child > .node-vline-before.node-vline-right {
      border-top: none;
      border-left: 3px solid #FF4367;
      border-radius: 0; }
  .process-node-chart .node-title {
    overflow-wrap: anywhere;
    align-items: center; }
  .process-node-chart .start-node > .node-box > .node-content, .process-node-chart .end-node > .node-box > .node-content {
    min-height: 150px !important;
    min-width: 150px !important;
    border-radius: 80px !important;
    flex: 0 !important;
    background-color: white;
    border: 3px solid #FF8EA4; }
    .process-node-chart .start-node > .node-box > .node-content .node-contents, .process-node-chart .end-node > .node-box > .node-content .node-contents {
      top: 0;
      right: -10px;
      height: 32px; }
  .process-node-chart .end-node > .node-box > .node-content {
    background-color: #FF8EA4; }
    .process-node-chart .end-node > .node-box > .node-content:before {
      left: 23px !important;
      top: -9px !important; }
    .process-node-chart .end-node > .node-box > .node-content .node-menu i {
      top: 20% !important;
      right: 0px !important; }
  .process-node-chart .process-node > .node-box > .node-content .node-title a {
    color: #494748;
    text-decoration: underline; }
    .process-node-chart .process-node > .node-box > .node-content .node-title a:hover {
      color: black; }
  .process-node-chart .process-node > .node-title {
    width: fit-content; }
  .process-node-chart .link-node > .node-box > .node-content {
    border: 1px dashed #969696 !important;
    background-color: #E7EBE0 !important; }
    .process-node-chart .link-node > .node-box > .node-content.hover-link {
      /* border: 3px dashed $Accent-color !important;
                background-color: $color-secondary-645 !important;*/ }
    .process-node-chart .link-node > .node-box > .node-content:before {
      content: "";
      font-family: 'icomoon';
      background-color: #FF4367;
      border-radius: 50%;
      position: absolute;
      left: -10px;
      top: -10px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 28px;
      color: white;
      border: 3px solid #FF4367; }
  .process-node-chart .link-node.artifact-node > .node-box > .node-content:before {
    left: 80px; }
  .process-node-chart .link-node-parent > .node-box > .node-content {
    border: 1px dashed #969696 !important; }
    .process-node-chart .link-node-parent > .node-box > .node-content.hover-link {
      /*border: 3px dashed $Accent-color !important;*/ }
    .process-node-chart .link-node-parent > .node-box > .node-content:before {
      content: "";
      font-family: 'icomoon';
      background-color: #fff;
      border-radius: 50%;
      color: #FF4367;
      position: absolute;
      left: -10px;
      top: -10px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 30px; }
  .process-node-chart .link-node-parent.artifact-node > .node-box > .node-content:before {
    left: 80px; }
  .process-node-chart .artifact-node > .node-box > .node-content {
    background-color: transparent !important;
    border: 0 !important;
    text-align: center;
    /*margin-top: 5px;*/ }
    .process-node-chart .artifact-node > .node-box > .node-content > i {
      /*color: #495057;*/
      /*font-size: 50px;*/
      background-image: url(/img/doc.svg);
      height: 117px;
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      background-position: center; }
      .process-node-chart .artifact-node > .node-box > .node-content > i:before {
        content: ""; }
    .process-node-chart .artifact-node > .node-box > .node-content > .node-title {
      height: auto !important;
      top: 20%;
      position: absolute; }
    .process-node-chart .artifact-node > .node-box > .node-content > .node-menu {
      right: 45px !important; }
      .process-node-chart .artifact-node > .node-box > .node-content > .node-menu i {
        top: 62%;
        right: 32px; }
    .process-node-chart .artifact-node > .node-box > .node-content > .node-dcop {
      bottom: 0;
      right: 68px;
      height: 32px; }
    .process-node-chart .artifact-node > .node-box > .node-content > .node-contents {
      top: -13px;
      right: 82px; }
  .process-node-chart .decision-node .node-content.no-node {
    width: 190px;
    flex: 1 !important; }
  .process-node-chart .decision-node > .node-box > .node-content {
    transform: rotate(45deg);
    height: 12rem;
    width: 12rem;
    flex: 0 12rem !important;
    min-width: initial !important;
    min-height: initial !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    background-color: white;
    border: 3px solid #FFDAE1;
    border-radius: 6px;
    margin-left: 0; }
    .process-node-chart .decision-node > .node-box > .node-content .node-title, .process-node-chart .decision-node > .node-box > .node-content .node-add-child, .process-node-chart .decision-node > .node-box > .node-content .node-menu, .process-node-chart .decision-node > .node-box > .node-content .node-delay {
      transform: rotate(-45deg); }
    .process-node-chart .decision-node > .node-box > .node-content > .node-menu {
      top: 5px !important;
      right: 60px !important; }
      .process-node-chart .decision-node > .node-box > .node-content > .node-menu i {
        top: 0px;
        right: -33px; }
    .process-node-chart .decision-node > .node-box > .node-content > .node-delay {
      top: 7px !important;
      right: 104px !important; }
      .process-node-chart .decision-node > .node-box > .node-content > .node-delay i {
        top: 0px;
        right: -33px; }
    .process-node-chart .decision-node > .node-box > .node-content > .node-contents {
      /*top: 7px !important;
                right: 104px !important;*/ }
      .process-node-chart .decision-node > .node-box > .node-content > .node-contents i {
        top: 0px;
        right: -33px; }
    .process-node-chart .decision-node > .node-box > .node-content > .node-dcop {
      top: 30px !important;
      right: -18px !important;
      rotate: -45deg;
      height: 32px; }
      .process-node-chart .decision-node > .node-box > .node-content > .node-dcop i {
        top: 0px;
        right: -33px; }
    .process-node-chart .decision-node > .node-box > .node-content > .node-contents {
      top: 30px !important;
      right: -18px !important;
      rotate: -45deg;
      height: 32px; }
      .process-node-chart .decision-node > .node-box > .node-content > .node-contents i {
        top: 0px;
        right: -33px; }
    .process-node-chart .decision-node > .node-box > .node-content:before {
      right: 101px;
      top: 29px;
      left: auto; }
  .process-node-chart .decision-node > .node-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin-top: -8px; }
    .process-node-chart .decision-node > .node-box > .node-container.left, .process-node-chart .decision-node > .node-box > .node-container.right {
      margin-top: 40px; }
    .process-node-chart .decision-node > .node-box > .node-container.left > .node-vline-before.node-vline-right {
      border-left: 3px solid #FF4367;
      border-top: 3px solid #FF4367;
      border-top-left-radius: 0; }
    .process-node-chart .decision-node > .node-box > .node-container.right > .node-vline-before.node-vline-left {
      border-right: 3px solid #FF4367;
      border-top: 3px solid #FF4367;
      border-top-right-radius: 0; }
  .process-node-chart .decision-node .decision-node-chidren {
    margin-top: -86px;
    /*> .decision-node {
                > .node-box, > .decision-node-chidren {
                    margin-left: 10%;
                }
            }*/ }
    .process-node-chart .decision-node .decision-node-chidren > .node-container.left > .node-vline-before.node-vline-left {
      flex: 0 50% !important;
      width: 50% !important;
      height: 105px !important; }
    .process-node-chart .decision-node .decision-node-chidren > .node-container.left > .node-vline-before.node-vline-right {
      flex: 0 50% !important;
      width: 50% !important;
      height: 105px !important; }
    .process-node-chart .decision-node .decision-node-chidren > .node-container.right > .node-vline-before.node-vline-left {
      flex: 0 50% !important;
      width: 50% !important;
      height: 105px !important; }
    .process-node-chart .decision-node .decision-node-chidren > .node-container.right > .node-vline-before.node-vline-right {
      flex: 0 50% !important;
      width: 50% !important;
      height: 105px !important; }
  .process-node-chart .decision-node .yes-tag {
    position: absolute;
    bottom: 25px;
    left: -30px;
    transform: rotate(-90deg);
    color: #FF4367;
    font-size: 18px;
    font-weight: 400; }
    .process-node-chart .decision-node .yes-tag.hide-tag {
      opacity: 0;
      bottom: 15px; }
  .process-node-chart .decision-node .no-tag {
    position: absolute;
    top: -25px;
    right: 25px;
    color: #FF4367;
    font-size: 18px;
    font-weight: 400; }
    .process-node-chart .decision-node .no-tag.hide-tag {
      opacity: 0;
      right: 30px; }
  .process-node-chart .decision-node .node-content:hover .yes-tag {
    opacity: 1; }
  .process-node-chart .decision-node .node-content:hover .no-tag {
    opacity: 1; }
  .process-node-chart .step-node .node-content.step-completed, .process-node-chart .customertouchpointstep-node .node-content.step-completed {
    color: black;
    background-color: #DDF2B9;
    border-color: #DDF2B9;
    border: none; }
  .process-node-chart .step-node .node-content.step-partly-completed, .process-node-chart .customertouchpointstep-node .node-content.step-partly-completed {
    color: black;
    background-color: #FFA0004D;
    border-color: #DBDBDB;
    border: none; }
  .process-node-chart .step-node .node-content.step-incomplete, .process-node-chart .customertouchpointstep-node .node-content.step-incomplete {
    color: black;
    background-color: #FFDAE1;
    border-color: white;
    border: none; }
  .process-node-chart .customertouchpointstep-node > .node-box > .node-content:before {
    top: auto;
    bottom: -10px;
    left: -11px; }
  .process-node-chart .hover-link {
    display: block !important;
    /*border: 3px dashed $Accent-color !important;*/ }

.step-path-separator {
  padding-left: 3px;
  padding-right: 3px; }

/*.m_business_process_header {
    flex: none;

    .buttons-row {
        margin-bottom: 0;
        margin-right: 10px;

        .buttons {
            margin-bottom: 0;

            a {
                color: #494748;
                font-size: 14px;
                font-weight: lighter;
                display: flex;
                align-items: center;

                i {
                    font-size: 12pt;
                    margin-right: 5px
                }

                &:hover {
                    color: #C0315C;

                    i {
                        color: #C0315C;
                    }
                }
            }
        }
    }
}
*/
.m_business-processes-menu .processes-menu-header-container {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #EDEDED;
  padding: 10px 10px 10px 15px; }
  .m_business-processes-menu .processes-menu-header-container .logo {
    display: flex;
    flex: auto;
    font: 700 18px "Karla";
    align-items: center;
    margin-right: 5px; }
    .m_business-processes-menu .processes-menu-header-container .logo i {
      color: var(--general-primary-color);
      margin-right: 5px;
      font-size: 30px; }

.m_business-processes-menu .processes-menu-add-process {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .m_business-processes-menu .processes-menu-add-process a {
    margin-top: 30px;
    font-size: 20px; }
    .m_business-processes-menu .processes-menu-add-process a i {
      margin-right: 10px; }
  .m_business-processes-menu .processes-menu-add-process hr {
    width: 66%;
    margin-top: 30px; }

.m_business-processes-menu ul.nav, .m_business-processes-menu form .form-body ul.form-tabs-header, form .form-body .m_business-processes-menu ul.form-tabs-header {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 58px - 72px - 170px);
  flex-wrap: nowrap;
  /*    scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
  .m_business-processes-menu ul.nav::-webkit-scrollbar, .m_business-processes-menu form .form-body ul.form-tabs-header::-webkit-scrollbar, form .form-body .m_business-processes-menu ul.form-tabs-header::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 12px; }
  .m_business-processes-menu ul.nav::-webkit-scrollbar-track, .m_business-processes-menu form .form-body ul.form-tabs-header::-webkit-scrollbar-track, form .form-body .m_business-processes-menu ul.form-tabs-header::-webkit-scrollbar-track {
    background: #ABABAB;
    width: 2px;
    border-radius: 12px; }
  .m_business-processes-menu ul.nav::-webkit-scrollbar-thumb, .m_business-processes-menu form .form-body ul.form-tabs-header::-webkit-scrollbar-thumb, form .form-body .m_business-processes-menu ul.form-tabs-header::-webkit-scrollbar-thumb {
    background: #6D6D6D;
    width: 2px;
    border-radius: 12px;
    opacity: .5; }
  .m_business-processes-menu ul.nav li.item, .m_business-processes-menu form .form-body ul.form-tabs-header li.item, form .form-body .m_business-processes-menu ul.form-tabs-header li.item {
    background-color: #fff;
    margin: 5px 10px;
    display: flex;
    position: relative;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600; }
    .m_business-processes-menu ul.nav li.item a:first-child, .m_business-processes-menu form .form-body ul.form-tabs-header li.item a:first-child, form .form-body .m_business-processes-menu ul.form-tabs-header li.item a:first-child {
      background-color: #fff;
      color: #707070;
      flex: 1 1 100%;
      border-radius: 4px;
      padding: 1rem 2rem !important;
      padding-right: 0 !important;
      overflow: hidden; }
      .m_business-processes-menu ul.nav li.item a:first-child:hover:not(.active):not(.active-parent), .m_business-processes-menu form .form-body ul.form-tabs-header li.item a:first-child:hover:not(.active):not(.active-parent), form .form-body .m_business-processes-menu ul.form-tabs-header li.item a:first-child:hover:not(.active):not(.active-parent) {
        cursor: pointer;
        background-color: #F8E5E9; }
    .m_business-processes-menu ul.nav li.item.active-parent a:first-child, .m_business-processes-menu form .form-body ul.form-tabs-header li.item.active-parent a:first-child, form .form-body .m_business-processes-menu ul.form-tabs-header li.item.active-parent a:first-child, .m_business-processes-menu ul.nav li.item.active a:first-child, .m_business-processes-menu form .form-body ul.form-tabs-header li.item.active a:first-child, form .form-body .m_business-processes-menu ul.form-tabs-header li.item.active a:first-child {
      color: #707070;
      font-weight: 800; }
    .m_business-processes-menu ul.nav li.item a.copy-link, .m_business-processes-menu form .form-body ul.form-tabs-header li.item a.copy-link, form .form-body .m_business-processes-menu ul.form-tabs-header li.item a.copy-link {
      padding-left: 5px !important;
      padding-right: 5px !important;
      align-items: center !important;
      display: flex; }
    .m_business-processes-menu ul.nav li.item a.edit-link, .m_business-processes-menu form .form-body ul.form-tabs-header li.item a.edit-link, form .form-body .m_business-processes-menu ul.form-tabs-header li.item a.edit-link {
      padding: 0 !important;
      align-items: center !important;
      display: flex; }
    .m_business-processes-menu ul.nav li.item hr, .m_business-processes-menu form .form-body ul.form-tabs-header li.item hr, form .form-body .m_business-processes-menu ul.form-tabs-header li.item hr {
      position: absolute;
      bottom: -40px;
      left: 30px;
      height: 8px;
      width: 72%;
      margin-bottom: 18px; }
    .m_business-processes-menu ul.nav li.item a[completion], .m_business-processes-menu form .form-body ul.form-tabs-header li.item a[completion], form .form-body .m_business-processes-menu ul.form-tabs-header li.item a[completion] {
      border-left: 5px solid;
      border-radius: 0px;
      padding-left: 1rem !important; }
    .m_business-processes-menu ul.nav li.item a[completion="completed"], .m_business-processes-menu form .form-body ul.form-tabs-header li.item a[completion="completed"], form .form-body .m_business-processes-menu ul.form-tabs-header li.item a[completion="completed"] {
      border-color: rgba(152, 216, 42, 0.7); }
    .m_business-processes-menu ul.nav li.item a[completion="incomplete"], .m_business-processes-menu form .form-body ul.form-tabs-header li.item a[completion="incomplete"], form .form-body .m_business-processes-menu ul.form-tabs-header li.item a[completion="incomplete"] {
      border-color: rgba(255, 142, 164, 0.7); }
    .m_business-processes-menu ul.nav li.item a[completion="partly-completed"], .m_business-processes-menu form .form-body ul.form-tabs-header li.item a[completion="partly-completed"], form .form-body .m_business-processes-menu ul.form-tabs-header li.item a[completion="partly-completed"] {
      border-color: rgba(250, 208, 131, 0.7); }

.diagnosis-processes-container .business-processes-menu-right-slider {
  padding: 0 0 0 0;
  margin-left: auto;
  min-height: calc(100vh - 58px - 72px - 70px);
  min-width: 1px;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: -2rem;
  margin-right: -2rem; }
  .diagnosis-processes-container .business-processes-menu-right-slider #rightSidebarCollapse-container {
    display: flex;
    /*position: relative;*/
    z-index: 100;
    position: absolute;
    left: -20px; }
    .diagnosis-processes-container .business-processes-menu-right-slider #rightSidebarCollapse-container #rightSidebarCollapse {
      /*position: absolute;*/
      /*left: -20px;*/
      width: 20px;
      height: 58px;
      background: #FF8EA4;
      box-shadow: none;
      border: none;
      color: #fff;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px;
      transition: all .3s ease-in-out;
      z-index: 101;
      outline: none !important; }
      .diagnosis-processes-container .business-processes-menu-right-slider #rightSidebarCollapse-container #rightSidebarCollapse i {
        position: relative;
        right: 1px;
        color: #fff; }
        .diagnosis-processes-container .business-processes-menu-right-slider #rightSidebarCollapse-container #rightSidebarCollapse i:before {
          color: #fff; }
      .diagnosis-processes-container .business-processes-menu-right-slider #rightSidebarCollapse-container #rightSidebarCollapse i.icon-arrows-right:before {
        font-size: 13px !important;
        content: "" !important; }
      .diagnosis-processes-container .business-processes-menu-right-slider #rightSidebarCollapse-container #rightSidebarCollapse .hide-on-expand {
        display: none !important; }
  .diagnosis-processes-container .business-processes-menu-right-slider.collapsed {
    background-color: transparent; }
    .diagnosis-processes-container .business-processes-menu-right-slider.collapsed .business-processes-menu-sidebar-wrapper {
      display: none; }
    .diagnosis-processes-container .business-processes-menu-right-slider.collapsed #rightSidebarCollapse-container #rightSidebarCollapse {
      display: inline-block !important; }
  .diagnosis-processes-container .business-processes-menu-right-slider .business-processes-menu-sidebar-wrapper {
    height: 100%;
    width: 235px;
    background-color: var(--White-Color); }

.page {
  min-height: calc(100vh - 8rem);
  display: flex;
  flex-flow: row nowrap;
  background-color: #F7F7F7;
  height: 100vh;
  /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
  .page::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
    border-radius: 12px !important; }
  .page::-webkit-scrollbar-track {
    background: #ABABAB !important;
    width: 2px !important;
    border-radius: 12px !important; }
  .page::-webkit-scrollbar-thumb {
    background: #6D6D6D !important;
    width: 2px !important;
    border-radius: 12px !important;
    opacity: .5 !important; }
  .page::-webkit-scrollbar-thumb:hover {
    background: #555 !important; }
  .page .right-panel {
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    overflow-y: auto;
    /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
    .page .right-panel::-webkit-scrollbar {
      width: 5px !important;
      height: 5px !important;
      border-radius: 12px !important; }
    .page .right-panel::-webkit-scrollbar-track {
      background: #ABABAB !important;
      width: 2px !important;
      border-radius: 12px !important; }
    .page .right-panel::-webkit-scrollbar-thumb {
      background: #6D6D6D !important;
      width: 2px !important;
      border-radius: 12px !important;
      opacity: .5 !important; }
    .page .right-panel::-webkit-scrollbar-thumb:hover {
      background: #555 !important; }
    .page .right-panel .content-wrapper {
      flex: 1;
      padding: 60px 34px 60px 34px;
      display: flex;
      /*flex-flow: column wrap;*/
      overflow-y: auto;
      /*max-height:87vh;*/
      /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
      .page .right-panel .content-wrapper::-webkit-scrollbar {
        width: 5px !important;
        height: 5px !important;
        border-radius: 12px !important; }
      .page .right-panel .content-wrapper::-webkit-scrollbar-track {
        background: #ABABAB !important;
        width: 2px !important;
        border-radius: 12px !important; }
      .page .right-panel .content-wrapper::-webkit-scrollbar-thumb {
        background: #6D6D6D !important;
        width: 2px !important;
        border-radius: 12px !important;
        opacity: .5 !important; }
      .page .right-panel .content-wrapper::-webkit-scrollbar-thumb:hover {
        background: #555 !important; }
      @media (max-width: 1400px) {
        .page .right-panel .content-wrapper {
          overflow-y: unset;
          padding-bottom: 0; } }
      @media (max-width: 1300px) {
        .page .right-panel .content-wrapper {
          padding: 20px 35px 20px 15px;
          /* padding:35px 20px;*/
          padding-bottom: 0; } }
      @media (max-width: 1080px) {
        .page .right-panel .content-wrapper {
          display: unset;
          padding: 15px 35px 15px 15px;
          /*padding: 35px 15px;*/
          padding-bottom: 0; } }
      .page .right-panel .content-wrapper .content {
        flex: 1; }
        .page .right-panel .content-wrapper .content .menu-container {
          display: flex;
          flex-direction: column; }
          .page .right-panel .content-wrapper .content .menu-container .top-menu {
            flex: 1; }
            .page .right-panel .content-wrapper .content .menu-container .top-menu.first-top-menu {
              min-height: 100px;
              position: relative; }
            .page .right-panel .content-wrapper .content .menu-container .top-menu ul.nav, .page .right-panel .content-wrapper .content .menu-container .top-menu form .form-body ul.form-tabs-header, form .form-body .page .right-panel .content-wrapper .content .menu-container .top-menu ul.form-tabs-header {
              box-shadow: #444 0 7px 12px -15px;
              border-bottom: 7px solid #fff; }
              .page .right-panel .content-wrapper .content .menu-container .top-menu ul.nav li.active, .page .right-panel .content-wrapper .content .menu-container .top-menu form .form-body ul.form-tabs-header li.active, form .form-body .page .right-panel .content-wrapper .content .menu-container .top-menu ul.form-tabs-header li.active {
                display: flex; }
                .page .right-panel .content-wrapper .content .menu-container .top-menu ul.nav li.active a, .page .right-panel .content-wrapper .content .menu-container .top-menu form .form-body ul.form-tabs-header li.active a, form .form-body .page .right-panel .content-wrapper .content .menu-container .top-menu ul.form-tabs-header li.active a {
                  flex: 1;
                  border: none;
                  border-top-left-radius: 10px;
                  border-top-right-radius: 10px; }
        .page .right-panel .content-wrapper .content a {
          text-decoration: none !important; }
      .page .right-panel .content-wrapper ul.top-menu-tab li:last-of-type, .page .right-panel .content-wrapper .fix-top-menu-tab li:last-of-type {
        border-right: none !important; }
      .page .right-panel .content-wrapper ul.top-menu-tab li, .page .right-panel .content-wrapper .fix-top-menu-tab li {
        position: relative; }
        .page .right-panel .content-wrapper ul.top-menu-tab li a, .page .right-panel .content-wrapper .fix-top-menu-tab li a {
          cursor: pointer; }
          .page .right-panel .content-wrapper ul.top-menu-tab li a i.icon-chevron-down, .page .right-panel .content-wrapper ul.top-menu-tab li a .typeahead__container .typehead-chevron-down i:first-child, .typeahead__container .typehead-chevron-down .page .right-panel .content-wrapper ul.top-menu-tab li a i:first-child, .page .right-panel .content-wrapper ul.top-menu-tab ul.tab-menu li a.collapsed i, ul.tab-menu .page .right-panel .content-wrapper ul.top-menu-tab li a.collapsed i, .page .right-panel .content-wrapper ul.top-menu-tab .nav-rpt ul.nav-tabs.mb-3 li a.active.show i, .nav-rpt ul.nav-tabs.mb-3 .page .right-panel .content-wrapper ul.top-menu-tab li a.active.show i, .page .right-panel .content-wrapper ul.top-menu-tab .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i, .nav-rpt form .form-body ul.mb-3.form-tabs-header .page .right-panel .content-wrapper ul.top-menu-tab li a.active.show i, .page .right-panel .content-wrapper ul.top-menu-tab form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i, form .form-body .nav-rpt ul.mb-3.form-tabs-header .page .right-panel .content-wrapper ul.top-menu-tab li a.active.show i, .page .right-panel .content-wrapper .fix-top-menu-tab li a i.icon-chevron-down, .page .right-panel .content-wrapper .fix-top-menu-tab li a .typeahead__container .typehead-chevron-down i:first-child, .typeahead__container .typehead-chevron-down .page .right-panel .content-wrapper .fix-top-menu-tab li a i:first-child, .page .right-panel .content-wrapper .fix-top-menu-tab ul.tab-menu li a.collapsed i, ul.tab-menu .page .right-panel .content-wrapper .fix-top-menu-tab li a.collapsed i, .page .right-panel .content-wrapper .fix-top-menu-tab .nav-rpt ul.nav-tabs.mb-3 li a.active.show i, .nav-rpt ul.nav-tabs.mb-3 .page .right-panel .content-wrapper .fix-top-menu-tab li a.active.show i, .page .right-panel .content-wrapper .fix-top-menu-tab .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i, .nav-rpt form .form-body ul.mb-3.form-tabs-header .page .right-panel .content-wrapper .fix-top-menu-tab li a.active.show i, .page .right-panel .content-wrapper .fix-top-menu-tab form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i, form .form-body .nav-rpt ul.mb-3.form-tabs-header .page .right-panel .content-wrapper .fix-top-menu-tab li a.active.show i {
            /*float: right;*/
            padding-top: 9px !important;
            padding-left: 9px !important; }
            .page .right-panel .content-wrapper ul.top-menu-tab li a i.icon-chevron-down:before, .page .right-panel .content-wrapper ul.top-menu-tab li a .typeahead__container .typehead-chevron-down i:first-child:before, .typeahead__container .typehead-chevron-down .page .right-panel .content-wrapper ul.top-menu-tab li a i:first-child:before, .page .right-panel .content-wrapper ul.top-menu-tab ul.tab-menu li a.collapsed i:before, ul.tab-menu .page .right-panel .content-wrapper ul.top-menu-tab li a.collapsed i:before, .page .right-panel .content-wrapper ul.top-menu-tab .nav-rpt ul.nav-tabs.mb-3 li a.active.show i:before, .nav-rpt ul.nav-tabs.mb-3 .page .right-panel .content-wrapper ul.top-menu-tab li a.active.show i:before, .page .right-panel .content-wrapper ul.top-menu-tab .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i:before, .nav-rpt form .form-body ul.mb-3.form-tabs-header .page .right-panel .content-wrapper ul.top-menu-tab li a.active.show i:before, .page .right-panel .content-wrapper ul.top-menu-tab form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i:before, form .form-body .nav-rpt ul.mb-3.form-tabs-header .page .right-panel .content-wrapper ul.top-menu-tab li a.active.show i:before, .page .right-panel .content-wrapper .fix-top-menu-tab li a i.icon-chevron-down:before, .page .right-panel .content-wrapper .fix-top-menu-tab li a .typeahead__container .typehead-chevron-down i:first-child:before, .typeahead__container .typehead-chevron-down .page .right-panel .content-wrapper .fix-top-menu-tab li a i:first-child:before, .page .right-panel .content-wrapper .fix-top-menu-tab ul.tab-menu li a.collapsed i:before, ul.tab-menu .page .right-panel .content-wrapper .fix-top-menu-tab li a.collapsed i:before, .page .right-panel .content-wrapper .fix-top-menu-tab .nav-rpt ul.nav-tabs.mb-3 li a.active.show i:before, .nav-rpt ul.nav-tabs.mb-3 .page .right-panel .content-wrapper .fix-top-menu-tab li a.active.show i:before, .page .right-panel .content-wrapper .fix-top-menu-tab .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i:before, .nav-rpt form .form-body ul.mb-3.form-tabs-header .page .right-panel .content-wrapper .fix-top-menu-tab li a.active.show i:before, .page .right-panel .content-wrapper .fix-top-menu-tab form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i:before, form .form-body .nav-rpt ul.mb-3.form-tabs-header .page .right-panel .content-wrapper .fix-top-menu-tab li a.active.show i:before {
              font-size: 9px !important; }
        .page .right-panel .content-wrapper ul.top-menu-tab li ul, .page .right-panel .content-wrapper .fix-top-menu-tab li ul {
          width: max-content;
          min-width: -webkit-fill-available !important;
          position: absolute !important;
          padding-left: 0 !important;
          list-style-type: none !important;
          top: 63px !important;
          background: linear-gradient(0deg, rgba(255, 67, 103, 0.1) 0%, rgba(255, 67, 103, 0.1) 100%), #FFF;
          margin-left: -20px !important; }
          .page .right-panel .content-wrapper ul.top-menu-tab li ul li, .page .right-panel .content-wrapper .fix-top-menu-tab li ul li {
            margin: 0 !important;
            border: none !important;
            /*padding-left: 0 !important;*/
            border-top: 1px solid rgba(65, 65, 65, 0.2) !important; }
            .page .right-panel .content-wrapper ul.top-menu-tab li ul li a, .page .right-panel .content-wrapper .fix-top-menu-tab li ul li a {
              color: var(--color-black-05);
              font-size: 20px;
              font-style: normal;
              font-weight: 300;
              line-height: normal; }
          .page .right-panel .content-wrapper ul.top-menu-tab li ul li:hover a, .page .right-panel .content-wrapper .fix-top-menu-tab li ul li:hover a {
            color: #FF4367; }
            .page .right-panel .content-wrapper ul.top-menu-tab li ul li:hover a i, .page .right-panel .content-wrapper .fix-top-menu-tab li ul li:hover a i {
              color: #FF4367; }
      .page .right-panel .content-wrapper ul.top-menu-tab li.active a i, .page .right-panel .content-wrapper .fix-top-menu-tab li.active a i {
        display: block; }
      .page .right-panel .content-wrapper ul.top-menu-tab li:hover a, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover a {
        color: #FF4367; }
        .page .right-panel .content-wrapper ul.top-menu-tab li:hover a i, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover a i {
          color: #FF4367; }
      .page .right-panel .content-wrapper ul.top-menu-tab li:hover ul, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover ul {
        color: var(--color-black-05); }
        .page .right-panel .content-wrapper ul.top-menu-tab li:hover ul li a, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover ul li a {
          color: var(--color-black-05); }
          .page .right-panel .content-wrapper ul.top-menu-tab li:hover ul li a i, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover ul li a i {
            color: var(--color-black-05); }
        .page .right-panel .content-wrapper ul.top-menu-tab li:hover ul li:hover a, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover ul li:hover a {
          color: #FF4367; }
          .page .right-panel .content-wrapper ul.top-menu-tab li:hover ul li:hover a i, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover ul li:hover a i {
            color: #FF4367; }
      @media (min-width: 1080px) {
        .page .right-panel .content-wrapper ul.fix-top-menu-tab {
          position: absolute;
          top: 0;
          /*width: 100%;*/
          /*left: 0;*/
          border: none;
          border-radius: 0;
          z-index: 110;
          background: rgba(254, 254, 254, 0.98) !important;
          border-bottom: 3px solid #f7f7f7;
          padding-left: 45px;
          left: 87px;
          right: 6px;
          /*li:nth-child(1) {
                        margin-left: 132px;*/
          /*padding-left: 0px;*/
          /* a {
                            padding-left: 4px;
                        }*/
          /*}*/ }
          .page .right-panel .content-wrapper ul.fix-top-menu-tab li {
            padding: 20px;
            margin: 0;
            border-right-width: 3px;
            text-align: left !important; }
          .page .right-panel .content-wrapper ul.fix-top-menu-tab li:last-child {
            border: none; }
            .page .right-panel .content-wrapper ul.fix-top-menu-tab li:last-child ul li {
              border-top: 1px solid rgba(65, 65, 65, 0.2) !important; } }
      .page .right-panel .content-wrapper .audit-log-new {
        word-break: break-all; }
  .page .resize-tab-menu ul.fix-top-menu-tab {
    left: 312px !important;
    /* li:nth-child(1) {
                margin-left: 356px !important;
            }*/ }
  .page .resize-tab-menu {
    left: 312px !important;
    /* li:nth-child(1) {
            margin-left: 356px !important;
        }*/ }
  .page .top-tab-mar {
    margin-top: 54px; }

.alertify-dialog .alertify-inner {
  max-height: 95vh;
  overflow: auto;
  /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
  .alertify-dialog .alertify-inner::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
    border-radius: 12px !important; }
  .alertify-dialog .alertify-inner::-webkit-scrollbar-track {
    background: #ABABAB !important;
    width: 2px !important;
    border-radius: 12px !important; }
  .alertify-dialog .alertify-inner::-webkit-scrollbar-thumb {
    background: #6D6D6D !important;
    width: 2px !important;
    border-radius: 12px !important;
    opacity: .5 !important; }
  .alertify-dialog .alertify-inner::-webkit-scrollbar-thumb:hover {
    background: #555 !important; }
  .alertify-dialog .alertify-inner .error-bad-request {
    text-align: center;
    background-color: #fff;
    background-image: url("/img/not-found-background.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: auto;
    padding-bottom: 45px !important; }
    .alertify-dialog .alertify-inner .error-bad-request #error-page-detail {
      max-width: 850px !important; }

.header-container .tooltiptext {
  display: none; }

.tooltip.show {
  z-index: 10501 !important; }

.tab-margin {
  margin-top: 44px !important; }
  @media (max-width: 1300px) {
    .tab-margin {
      margin-top: 84px !important; } }

.tab-Header-export {
  padding-top: 26px !important;
  position: absolute !important;
  top: 20px !important;
  right: 58px !important;
  width: 100% !important;
  /*background-color: #f7f7f7;*/
  /*z-index: 111 !important;*/
  padding-top: 24px !important;
  top: 0px !important;
  height: 65px; }
  .tab-Header-export button, .tab-Header-export a {
    z-index: 111 !important;
    position: absolute;
    top: 12px;
    right: -10px; }

.is-hidden {
  display: none !important; }

td.number-column {
  text-align: right !important; }

.cke_dialog_contents .cke_dialog_ui_fileButton.cke_dialog_ui_button {
  margin-top: 265px !important; }

.cke_dialog_contents iframe {
  min-height: 160px !important; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.step-base-container {
  overflow-y: scroll;
  /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/
  max-height: 83vh; }
  .step-base-container::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
    border-radius: 12px !important; }
  .step-base-container::-webkit-scrollbar-track {
    background: #ABABAB !important;
    width: 2px !important;
    border-radius: 12px !important; }
  .step-base-container::-webkit-scrollbar-thumb {
    background: #6D6D6D !important;
    width: 2px !important;
    border-radius: 12px !important;
    opacity: .5 !important; }
  .step-base-container::-webkit-scrollbar-thumb:hover {
    background: #555 !important; }
  @media (max-width: 1900px) {
    .step-base-container {
      overflow: auto; } }
  .step-base-container .m_business-function-process-steps-form > .form-body {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 0;
    margin-left: -10px; }
    @media (max-width: 1080px) {
      .step-base-container .m_business-function-process-steps-form > .form-body {
        display: block; } }
    .step-base-container .m_business-function-process-steps-form > .form-body > .step-card {
      flex: 1 0 46%;
      border: none;
      border-radius: 15px;
      background-color: #F6F6F6 !important;
      margin: 10px; }
      .step-base-container .m_business-function-process-steps-form > .form-body > .step-card > label {
        display: none; }
      .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .header {
        display: flex;
        padding: 7px 15px;
        align-items: center;
        /*border-bottom: 1px solid $Default-border-color;*/ }
        .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .header .left-section .header-text {
          margin-bottom: 0;
          padding: 0;
          color: var(--color-black-05);
          font-family: "Grotesk";
          font-size: 24px; }
        .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .header .right-section {
          margin-left: auto;
          display: flex; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .header .right-section .icon-circle-check {
            color: #FF4367;
            font-size: 20px; }
            .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .header .right-section .icon-circle-check.completed {
              color: #208438; }
      .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body {
        display: flex;
        flex-wrap: wrap;
        padding: 5px 10px 15px 10px;
        margin-top: 0 !important;
        /*overflow:hidden;*/ }
        .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .form-group {
          margin-bottom: 0;
          width: 100%; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .form-group:not(.not-required) .control-label {
            /*font-size: 8pt;*/ }
            .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .form-group:not(.not-required) .control-label::after {
              content: "*";
              color: var(--Error-Color); }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .form-group.step-potential-automation label {
            font-size: 8pt;
            margin-bottom: 6px; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .form-group .group-control {
            margin-bottom: 12px;
            max-width: 350px; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .form-group .scale-of-cost {
            height: 45px;
            border: 2px solid #EDEDED;
            border-radius: 28px;
            font-size: 13px;
            font-weight: 700;
            color: black;
            opacity: .5;
            max-width: 180px;
            padding-left: 18px;
            padding-top: 13px;
            overflow: hidden;
            padding-right: 13px;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .form-group input.red-color:not(:disabled), .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .form-group .bootstrap-select.red-color:not(.disabled) > .dropdown-toggle {
            border: 1px solid var(--Error-Color) !important; }
        .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .left-item {
          width: 50%;
          padding-right: 5px; }
        .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-frequency .group-control, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-minutes-taken .group-control {
          display: grid;
          align-items: center;
          grid-template: auto / auto auto 1em; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-frequency .group-control input, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-minutes-taken .group-control input {
            grid-row: 1 / 1;
            grid-column: 1 / 4; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-frequency .group-control span, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-minutes-taken .group-control span {
            font-size: 10px;
            font-weight: 400;
            color: black;
            opacity: .5;
            grid-row: 1 / 1;
            grid-column: 2 / 2; }
        .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .right-item {
          width: 50%;
          padding-left: 5px; }
        .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-output {
          width: 51%;
          padding-left: 0px !important; }
        .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-coveredBy {
          width: 47%;
          padding-left: 0px !important; }
        .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-coveredBy .dropdown {
          margin-left: -11px !important; }
        .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-coveredBy .module-button {
          padding-left: 2px !important;
          margin-left: 0 !important; }
        .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-input, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-actor {
          width: 49%; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-input .dropdown, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-actor .dropdown {
            width: 90%; }
        .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-actor {
          padding-right: 0px !important; }
        .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-total label::after {
          content: "" !important; }
        .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-total > .group-control {
          margin-bottom: 0;
          /*margin-top: 9px;*/ }
        .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-clarity {
          margin-bottom: 5px !important; }
        .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body fieldset {
          width: 100%;
          margin-left: 0 !important; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body fieldset .form-group legend {
            margin-left: 15px !important; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body fieldset .form-group .group-control {
            border: 2px solid #EDEDED;
            border-radius: 28px; }
            .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body fieldset .form-group .group-control .radio-list {
              padding-left: 15px !important; }
        .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list {
          display: flex; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list .form-check-inline {
            margin-right: 16px !important; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list label.form-check-label {
            display: none; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list input[type='radio'].handled:checked + .radio-helper:before {
            background-color: var(--White-Color); }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list input[type='radio'].handled:hover + .radio-helper {
            color: #FFA000 !important; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list .radio-helper {
            color: var(--color-secondary-50) !important;
            font-size: 25px !important; }
            .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list .radio-helper:hover:not(:disabled) {
              cursor: pointer;
              color: #FFA000 !important; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) input[type='radio'].handled:checked + .radio-helper:before {
            color: #12AD58; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) input[type='radio'].handled:checked + .radio-helper:before {
            color: #98D82A; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) input[type='radio'].handled:checked + .radio-helper:before {
            color: #FACB62; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) input[type='radio'].handled:checked + .radio-helper:before {
            color: #FF61FE; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) input[type='radio'].handled:checked + .radio-helper:before {
            color: #FF4367; }
      .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .step-information-flow .display-none {
        display: none !important; }
      .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .step-information-flow fieldset {
        width: 50%;
        padding-left: 5px;
        padding-top: 9px;
        margin-left: 0 !important; }
        .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .step-information-flow fieldset .form-group legend {
          margin-left: 15px !important; }
        .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .step-information-flow fieldset .form-group .group-control {
          border: none !important;
          padding-top: 4.5px; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .step-information-flow fieldset .form-group .group-control .radio-list {
            padding-left: 0 !important; }
        .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .step-information-flow fieldset .step-user-experience {
          width: 100%; }
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .step-information-flow fieldset .step-user-experience #UserExperience {
            padding-top: 3px !important; }
            .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .step-information-flow fieldset .step-user-experience #UserExperience .form-check-inline {
              margin-right: 8px !important; }
              .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .step-information-flow fieldset .step-user-experience #UserExperience .form-check-inline .radio-helper:before {
                font-size: 30px; }
              .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .step-information-flow fieldset .step-user-experience #UserExperience .form-check-inline .radio-helper:hover:not(:disabled):before {
                color: #FFA000 !important; }
      .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .step-information-flow .right-item .dropdown {
        margin-left: -11px !important; }
      .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .step-information-flow .right-item .module-button {
        padding-left: 2px !important;
        margin-left: 0 !important; }
      .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .step-information-flow .data-flow-information {
        padding-right: 10px; }
      .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .step-information-flow .step-user-experience-date-flow {
        margin-top: 7px; }
      .step-base-container .m_business-function-process-steps-form > .form-body > .step-card > .group-control {
        margin-bottom: 0; }
        @media (max-width: 1080px) {
          .step-base-container .m_business-function-process-steps-form > .form-body > .step-card > .group-control {
            min-width: 100% !important; } }
    .step-base-container .m_business-function-process-steps-form > .form-body .review-checkbox {
      margin: 0 10px;
      display: flex;
      flex-wrap: nowrap;
      width: 100%;
      align-items: center;
      justify-content: flex-end;
      background-color: #F6F6F6 !important;
      flex: 100%;
      border: none;
      border-radius: 4px;
      padding: 22px; }
      .step-base-container .m_business-function-process-steps-form > .form-body .review-checkbox .control-label {
        margin-right: 5px;
        flex: unset; }
      .step-base-container .m_business-function-process-steps-form > .form-body .review-checkbox .group-control {
        margin: 0;
        min-width: unset;
        margin-top: 8px; }
    .step-base-container .m_business-function-process-steps-form > .form-body .dcop-list-card {
      flex: 100%;
      border: none;
      border-radius: 15px;
      background-color: #FF4367 !important;
      margin: 10px;
      margin-top: 0; }
      .step-base-container .m_business-function-process-steps-form > .form-body .dcop-list-card .group-control {
        margin-bottom: 2.5rem; }
      .step-base-container .m_business-function-process-steps-form > .form-body .dcop-list-card label {
        display: none !important; }
      .step-base-container .m_business-function-process-steps-form > .form-body .dcop-list-card .header {
        display: flex;
        padding: 7px 15px;
        align-items: center;
        /*border-bottom: 1px solid $Default-border-color;*/ }
        .step-base-container .m_business-function-process-steps-form > .form-body .dcop-list-card .header .left-section .header-text {
          margin-bottom: 0;
          padding: 0;
          color: white;
          font-family: "Grotesk";
          font-size: 24px;
          font-weight: 700;
          display: flex;
          gap: 8px;
          margin-top: 10px;
          margin-bottom: 4px; }
          .step-base-container .m_business-function-process-steps-form > .form-body .dcop-list-card .header .left-section .header-text span {
            padding-top: 4px; }
        .step-base-container .m_business-function-process-steps-form > .form-body .dcop-list-card .header .right-section {
          margin-left: auto;
          display: flex; }
      .step-base-container .m_business-function-process-steps-form > .form-body .dcop-list-card .message-container {
        display: flex;
        margin-bottom: 0;
        padding-right: 22px; }
        .step-base-container .m_business-function-process-steps-form > .form-body .dcop-list-card .message-container .type {
          font: 600 15px "Karla";
          color: white;
          margin: 0;
          align-items: center; }
          .step-base-container .m_business-function-process-steps-form > .form-body .dcop-list-card .message-container .type .message {
            font: 500 11px "Karla";
            color: white;
            margin-bottom: 0 !important;
            margin-left: 4px; }
        .step-base-container .m_business-function-process-steps-form > .form-body .dcop-list-card .message-container .dcop-ignore-btn {
          justify-content: space-between;
          align-items: flex-start; }
          .step-base-container .m_business-function-process-steps-form > .form-body .dcop-list-card .message-container .dcop-ignore-btn a {
            border: white 2px solid;
            margin: 0 !important;
            padding: 10px; }
            .step-base-container .m_business-function-process-steps-form > .form-body .dcop-list-card .message-container .dcop-ignore-btn a:hover {
              background-color: white !important;
              color: #FF4367 !important; }
      .step-base-container .m_business-function-process-steps-form > .form-body .dcop-list-card.hidden-dcop {
        visibility: hidden !important;
        display: none !important; }
  .step-base-container .m_business-function-process-steps-form > .header-container .icon-process, .step-base-container .m_business-function-process-steps-form > .header-container .icon-customer {
    display: none; }
  .step-base-container .m_business-function-process-steps-form > .header-container .top-section {
    align-items: flex-start; }
    .step-base-container .m_business-function-process-steps-form > .header-container .top-section .header-text {
      font: bold 24px "Grotesk" !important;
      color: #FF4367 !important;
      max-width: 591px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 8px; }
      .step-base-container .m_business-function-process-steps-form > .header-container .top-section .header-text .tooltiptext {
        background-color: white;
        box-shadow: 0 0 2px 0 #FF4367;
        border-radius: 20px;
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
        word-break: break-word;
        padding: 14px;
        z-index: 1;
        position: absolute;
        z-index: 1; }
      .step-base-container .m_business-function-process-steps-form > .header-container .top-section .header-text:hover span {
        display: block; }
    .step-base-container .m_business-function-process-steps-form > .header-container .top-section .right-section {
      padding-top: 8px; }

.step-dcop-list-modal {
  border: none;
  border-radius: 15px;
  background-color: #FF4367 !important;
  margin: -10px;
  padding: 18px 12px; }
  .step-dcop-list-modal ul {
    margin-left: -6px; }
    .step-dcop-list-modal ul li {
      color: white; }
    .step-dcop-list-modal ul .message-container {
      padding-right: 0; }
      .step-dcop-list-modal ul .message-container .type {
        font: 600 15px "Karla";
        color: white;
        margin: 0;
        align-items: center; }
        .step-dcop-list-modal ul .message-container .type .message {
          font: 500 11px "Karla";
          color: white;
          margin-bottom: 0 !important;
          margin-left: 4px; }
      .step-dcop-list-modal ul .message-container .dcop-ignore-btn {
        justify-content: space-between;
        align-items: flex-start; }
        .step-dcop-list-modal ul .message-container .dcop-ignore-btn a {
          border: white 2px solid;
          margin: 0 !important;
          padding: 10px; }
          .step-dcop-list-modal ul .message-container .dcop-ignore-btn a:hover {
            background-color: white !important;
            color: #FF4367 !important; }
  .step-dcop-list-modal .dcop-node-title {
    display: flex;
    gap: 8px;
    margin-bottom: 16px; }
    .step-dcop-list-modal .dcop-node-title .header-text {
      margin-bottom: 0;
      padding: 0;
      color: white;
      font-family: "Grotesk";
      font-size: 24px;
      font-weight: 700;
      display: flex;
      gap: 8px;
      margin-top: 10px;
      margin-bottom: 4px; }
      .step-dcop-list-modal .dcop-node-title .header-text span {
        padding-top: 4px; }

.message-container {
  margin-bottom: 4px;
  padding-right: 22px;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 18px;
  justify-content: space-between; }
  .message-container .dcop-ignore-btn a {
    margin: 0 !important;
    padding: 10px; }

.modal-content .modal-body .header-container .header-text.header-text-modal {
  color: var(--color-secondary-75) !important; }

.dcop-list-card {
  flex: 100%;
  border: none;
  border-radius: 15px;
  background-color: #FF4367 !important;
  margin: 10px;
  margin-top: 0; }
  .dcop-list-card .group-control {
    padding-bottom: 2.5rem;
    margin-bottom: 0 !important; }
  .dcop-list-card label {
    display: none !important; }
  .dcop-list-card .header {
    display: flex;
    padding: 7px 15px;
    align-items: center;
    /*border-bottom: 1px solid $Default-border-color;*/ }
    .dcop-list-card .header .left-section .header-text {
      margin-bottom: 0;
      padding: 0;
      color: white;
      font-family: "Grotesk";
      font-size: 24px;
      font-weight: 700;
      display: flex;
      gap: 8px;
      margin-top: 10px;
      margin-bottom: 4px; }
      .dcop-list-card .header .left-section .header-text span {
        padding-top: 4px; }
    .dcop-list-card .header .right-section {
      margin-left: auto;
      display: flex; }
  .dcop-list-card .message-container {
    display: flex;
    margin-bottom: 0;
    padding-right: 22px; }
    .dcop-list-card .message-container .type {
      font: 600 15px "Karla";
      color: white;
      margin: 0;
      align-items: center; }
      .dcop-list-card .message-container .type .message {
        font: 500 11px "Karla";
        color: white;
        margin-bottom: 0 !important;
        margin-left: 4px; }
    .dcop-list-card .message-container .dcop-ignore-btn {
      justify-content: space-between;
      align-items: flex-start; }
      .dcop-list-card .message-container .dcop-ignore-btn a {
        border: white 2px solid;
        margin: 0 !important;
        padding: 10px; }
        .dcop-list-card .message-container .dcop-ignore-btn a:hover {
          background-color: white !important;
          color: #FF4367 !important; }
  .dcop-list-card.hidden-dcop {
    visibility: hidden !important;
    display: none !important; }

.step-dcop-list {
  margin-left: 10px; }
  .step-dcop-list li {
    color: white; }

.generic-node-form-base .form-body {
  padding: unset !important;
  margin-top: 0 !important; }
  .generic-node-form-base .form-body .dcop-list-card {
    margin: 0 !important;
    margin-bottom: 10px !important; }

.m_business-process-view {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  height: calc(100vh - 58px - 72px - 100px);
  width: 80%;
  flex: 1;
  align-items: flex-start;
  margin-top: 20px;
  position: relative; }
  @media (max-width: 1400px) {
    .m_business-process-view {
      height: calc(100vh - 24px - 72px - 100px); } }
  @media (max-width: 1080px) {
    .m_business-process-view {
      height: calc(100vh - 58px - 72px - 100px); } }
  .m_business-process-view .process-node-chart-scroll-bar {
    display: flex;
    align-items: flex-end;
    position: fixed;
    z-index: 1003;
    margin-top: -48px; }
    .m_business-process-view .process-node-chart-scroll-bar #process-node-chart-scroll {
      z-index: 2;
      margin-top: 8px; }
    .m_business-process-view .process-node-chart-scroll-bar span.left {
      position: absolute;
      left: 8px;
      top: 26px;
      z-index: 3;
      color: #FF4367; }
    .m_business-process-view .process-node-chart-scroll-bar span.right {
      position: absolute;
      right: 107px;
      top: 27px;
      z-index: 3;
      font-size: 16px;
      color: #FF4367; }
    .m_business-process-view .process-node-chart-scroll-bar span.process-node-chart-scroll-bar-percentage {
      margin-left: 6px;
      width: 60px;
      color: #FF4367; }
    .m_business-process-view .process-node-chart-scroll-bar span.btn-export {
      line-height: 15px;
      padding-left: 10px; }
      .m_business-process-view .process-node-chart-scroll-bar span.btn-export i {
        font-size: 25px; }

input[type=range] {
  overflow: hidden;
  -webkit-appearance: none;
  background-color: none;
  border-radius: 16px; }

input[type=range]::-webkit-slider-runnable-track {
  background: none;
  border: 1px solid #FF4367;
  border-radius: 16px;
  color: #FF4367; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #FF4367;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #FF4367;
  cursor: ew-resize;
  box-shadow: -80px 0 10px 80px #FFDAE1; }

input[type=range]::-moz-range-track {
  background: #FF4367; }

input[type=range]::-moz-range-thumb {
  background: #FF4367; }

input[type=range]:focus::-moz-range-track {
  background: #FF4367; }

input[type=range]::-ms-track {
  background: #FF4367;
  border-color: #FF4367;
  color: #FF4367; }

input[type=range]::-ms-fill-lower {
  background: #FF4367; }

input[type=range]::-ms-fill-upper {
  background: #FF4367; }

input[type=range]::-ms-thumb {
  background: #FF4367; }

input[type=range]:focus::-ms-fill-lower {
  background: #FF4367; }

input[type=range]:focus::-ms-fill-upper {
  background: #FF4367; }

.p_diagnosis-processes .right-section {
  display: inline-flex; }
  .p_diagnosis-processes .right-section .page-logo-title_description {
    margin-right: 5px;
    display: none !important; }

.p_diagnosis-processes .diagnosis-processes-container {
  display: flex;
  width: 100%;
  flex-wrap: nowrap; }
  .p_diagnosis-processes .diagnosis-processes-container .node-contents-list {
    margin-top: 20px; }
    .p_diagnosis-processes .diagnosis-processes-container .node-contents-list .business-processes-menu-right-slider {
      margin-right: 0 !important; }
      .p_diagnosis-processes .diagnosis-processes-container .node-contents-list .business-processes-menu-right-slider .business-processes-menu-sidebar-wrapper {
        width: 500px !important;
        background-color: unset !important;
        height: unset !important;
        padding-left: 10px; }
        .p_diagnosis-processes .diagnosis-processes-container .node-contents-list .business-processes-menu-right-slider .business-processes-menu-sidebar-wrapper .grid-wrapper .r-grid {
          border: none !important; }
          .p_diagnosis-processes .diagnosis-processes-container .node-contents-list .business-processes-menu-right-slider .business-processes-menu-sidebar-wrapper .grid-wrapper .r-grid .r-grid-cell, .p_diagnosis-processes .diagnosis-processes-container .node-contents-list .business-processes-menu-right-slider .business-processes-menu-sidebar-wrapper .grid-wrapper .r-grid .grid tbody tr th, .grid tbody tr .p_diagnosis-processes .diagnosis-processes-container .node-contents-list .business-processes-menu-right-slider .business-processes-menu-sidebar-wrapper .grid-wrapper .r-grid th {
            border: none !important; }
    .p_diagnosis-processes .diagnosis-processes-container .node-contents-list .right-section {
      min-width: 70px; }
    .p_diagnosis-processes .diagnosis-processes-container .node-contents-list h2.header-text {
      font-size: 20px;
      padding-left: 10px; }
    .p_diagnosis-processes .diagnosis-processes-container .node-contents-list .empty-list {
      margin-left: 10px; }
    .p_diagnosis-processes .diagnosis-processes-container .node-contents-list .content-item {
      display: flex;
      flex-direction: column;
      margin-bottom: 15px; }
      .p_diagnosis-processes .diagnosis-processes-container .node-contents-list .content-item .node-title {
        padding-bottom: 4px; }
      .p_diagnosis-processes .diagnosis-processes-container .node-contents-list .content-item .content-header {
        display: flex; }
        .p_diagnosis-processes .diagnosis-processes-container .node-contents-list .content-item .content-header .content-edit {
          margin-left: auto; }
        .p_diagnosis-processes .diagnosis-processes-container .node-contents-list .content-item .content-header .content-title {
          font: 600 18px "Karla"; }
      .p_diagnosis-processes .diagnosis-processes-container .node-contents-list .content-item .content {
        font: 300 15px "Karla";
        word-wrap: break-word; }
    .p_diagnosis-processes .diagnosis-processes-container .node-contents-list .grid-wrapper {
      /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/
      overflow-y: auto;
      overflow-x: hidden;
      height: calc(100vh - 350px); }
      .p_diagnosis-processes .diagnosis-processes-container .node-contents-list .grid-wrapper::-webkit-scrollbar {
        width: 5px !important;
        height: 5px !important;
        border-radius: 12px !important; }
      .p_diagnosis-processes .diagnosis-processes-container .node-contents-list .grid-wrapper::-webkit-scrollbar-track {
        background: #ABABAB !important;
        width: 2px !important;
        border-radius: 12px !important; }
      .p_diagnosis-processes .diagnosis-processes-container .node-contents-list .grid-wrapper::-webkit-scrollbar-thumb {
        background: #6D6D6D !important;
        width: 2px !important;
        border-radius: 12px !important;
        opacity: .5 !important; }
      .p_diagnosis-processes .diagnosis-processes-container .node-contents-list .grid-wrapper::-webkit-scrollbar-thumb:hover {
        background: #555 !important; }

.p_diagnosis-processes-client .m_business-process-view .process-node-chart-scroll-bar {
  margin-top: 0 !important; }

.p_diagnosis-processes-client .m_business-process-view .selected-node {
  box-shadow: 2px 2px 8px 2px gray; }

.m_business-process-step-comment-add-form {
  margin: 11px;
  padding: 12px;
  background-color: #F6F6F6 !important;
  margin-bottom: 0;
  border-radius: 15px; }
  .m_business-process-step-comment-add-form .form-body {
    display: flex;
    flex-direction: row;
    flex: 1;
    margin-top: 0;
    padding: 10px 0 !important; }
    .m_business-process-step-comment-add-form .form-body .comment-type {
      width: 185px;
      padding: 0 10px 10px 0; }
      .m_business-process-step-comment-add-form .form-body .comment-type .group-control {
        flex: 1;
        min-width: 100%; }
    .m_business-process-step-comment-add-form .form-body .comment-text {
      padding: 10px;
      padding-top: 0px;
      flex: 1;
      padding-right: 0; }
      .m_business-process-step-comment-add-form .form-body .comment-text textarea {
        max-width: 100%; }
    .m_business-process-step-comment-add-form .form-body .form-group {
      margin-bottom: 0;
      padding-bottom: 0; }
      .m_business-process-step-comment-add-form .form-body .form-group .group-control {
        min-width: 100%; }
  .m_business-process-step-comment-add-form .buttons-row {
    margin-right: 10px;
    margin-top: 10px;
    width: unset; }
    .m_business-process-step-comment-add-form .buttons-row .buttons {
      width: auto; }
  .m_business-process-step-comment-add-form .header {
    grid-column: 1 / 3; }
    .m_business-process-step-comment-add-form .header h2 {
      color: var(--color-black-05);
      font-family: "Grotesk";
      font-size: 24px;
      padding-top: 0; }
  .m_business-process-step-comment-add-form .comment-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .m_business-process-step-comment-add-form .comment-header a {
      text-decoration: none; }
      .m_business-process-step-comment-add-form .comment-header a i {
        color: #FF4367; }
      .m_business-process-step-comment-add-form .comment-header a:hover i {
        color: #FFA000; }

.m_step-comment-list {
  background-color: #F6F6F6 !important;
  border-radius: 15px;
  margin-top: 20px !important; }
  .m_step-comment-list .grid-wrapper {
    padding: 10px 10px 0px 10px; }
  .m_step-comment-list tr {
    border-bottom: 1px solid #DCDCDC; }
  .m_step-comment-list tr:last-of-type {
    border-bottom: none !important; }
  .m_step-comment-list tbody {
    border-bottom: none !important; }

.m_business-process-step-recommendations-add-form .form-body {
  justify-content: space-around; }
  .m_business-process-step-recommendations-add-form .form-body .improved-by, .m_business-process-step-recommendations-add-form .form-body .recommendation-effect, .m_business-process-step-recommendations-add-form .form-body .system-driving-recommendation, .m_business-process-step-recommendations-add-form .form-body .recommendation-step-reason {
    width: 49% !important; }

.m_step-comment-list {
  margin: 0 10px; }
  .m_step-comment-list .grid thead {
    display: none; }
  .m_step-comment-list .comment-type {
    width: 165px; }
  .m_step-comment-list td {
    word-break: break-all; }

.m_business_process_filter .form-body {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .m_business_process_filter .form-body > :first-child .control-label {
    padding-left: 0 !important; }
  .m_business_process_filter .form-body .form-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    margin-bottom: 0 !important; }
    .m_business_process_filter .form-body .form-group label {
      width: unset !important; }
      .m_business_process_filter .form-body .form-group label.c-ico, .m_business_process_filter .form-body .form-group .bootstrap-select label.dropdown-toggle:after, .bootstrap-select .m_business_process_filter .form-body .form-group label.dropdown-toggle:after, .m_business_process_filter .form-body .form-group .checkbox-list input[type='checkbox'].handled:checked + label.checkbox-helper:before, .checkbox-list .m_business_process_filter .form-body .form-group input[type='checkbox'].handled:checked + label.checkbox-helper:before, .m_business_process_filter .form-body .form-group .checkbox-list input[type='checkbox'].handled:not(checked) + label.checkbox-helper:before, .checkbox-list .m_business_process_filter .form-body .form-group input[type='checkbox'].handled:not(checked) + label.checkbox-helper:before, .m_business_process_filter .form-body .form-group input[type='checkbox'].handled.form-check:checked + label.checkbox-helper:before, .m_business_process_filter .form-body .form-group input[type='checkbox'].handled.form-check:not(checked) + label.checkbox-helper:before, .m_business_process_filter .form-body .form-group .radio-list input[type='radio'].handled:checked + label.radio-helper:before, .radio-list .m_business_process_filter .form-body .form-group input[type='radio'].handled:checked + label.radio-helper:before, .m_business_process_filter .form-body .form-group .radio-list input[type='radio'].handled:not(checked) + label.radio-helper:before, .radio-list .m_business_process_filter .form-body .form-group input[type='radio'].handled:not(checked) + label.radio-helper:before, .m_business_process_filter .form-body .form-group .search .instance-search-item-without-button label.group-control:after, .search .instance-search-item-without-button .m_business_process_filter .form-body .form-group label.group-control:after, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) label.radio-helper, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) label.radio-helper, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .form-group label.radio-helper, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .form-group label.radio-helper, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) label.radio-helper, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) label.radio-helper, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .form-group label.radio-helper, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .form-group label.radio-helper, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) label.radio-helper, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) label.radio-helper, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .form-group label.radio-helper, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .form-group label.radio-helper, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) label.radio-helper, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) label.radio-helper, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .form-group label.radio-helper, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .form-group label.radio-helper, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) label.radio-helper, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) label.radio-helper, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .form-group label.radio-helper, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .form-group label.radio-helper {
        font-size: 30px;
        margin-right: 10px !important;
        margin-bottom: 0px;
        margin-top: 3px; }
    .m_business_process_filter .form-body .form-group .group-control {
      margin-bottom: 0 !important;
      min-width: unset !important; }
      .m_business_process_filter .form-body .form-group .group-control > .c-ico, .m_business_process_filter .form-body .form-group .group-control > i.fa-check, .m_business_process_filter .form-body .form-group .typeahead__container .typehead-chevron-down .group-control > i:first-child, .typeahead__container .typehead-chevron-down .m_business_process_filter .form-body .form-group .group-control > i:first-child, .m_business_process_filter .form-body .form-group .subform .subform-item .delete-button .group-control > i, .subform .subform-item .delete-button .m_business_process_filter .form-body .form-group .group-control > i, .m_business_process_filter .form-body .form-group .group-control > th.sort-ascending:before, .m_business_process_filter .form-body .form-group th.sort-ascending .group-control > i, th.sort-ascending .m_business_process_filter .form-body .form-group .group-control > i, .m_business_process_filter .form-body .form-group .group-control > th.sort-descending:before, .m_business_process_filter .form-body .form-group th.sort-descending .group-control > i, th.sort-descending .m_business_process_filter .form-body .form-group .group-control > i, .m_business_process_filter .form-body .form-group .group-control > th[data-sort]:before, .m_business_process_filter .form-body .form-group .modal-content .modal-header .close .group-control > i, .modal-content .modal-header .close .m_business_process_filter .form-body .form-group .group-control > i, .m_business_process_filter .form-body .form-group .bootstrap-select .group-control > .dropdown-toggle:after, .bootstrap-select .m_business_process_filter .form-body .form-group .group-control > .dropdown-toggle:after, .m_business_process_filter .form-body .form-group .form-control[data-control=date-picker] + .input-group-addon.group-control > i, .m_business_process_filter .form-body .form-group *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon.group-control > i, *[data-control=collapsible-checkboxes] .m_business_process_filter .form-body .form-group [data-control=date-picker].textbox + .input-group-addon.group-control > i, .m_business_process_filter .form-body .form-group .form-control[data-control=time-picker] + .input-group-addon.group-control > i, .m_business_process_filter .form-body .form-group *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon.group-control > i, *[data-control=collapsible-checkboxes] .m_business_process_filter .form-body .form-group [data-control=time-picker].textbox + .input-group-addon.group-control > i, .m_business_process_filter .form-body .form-group .form-control[data-control=date-picker\|time-picker] + .input-group-addon.group-control > i, .m_business_process_filter .form-body .form-group *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon.group-control > i, *[data-control=collapsible-checkboxes] .m_business_process_filter .form-body .form-group [data-control=date-picker\|time-picker].textbox + .input-group-addon.group-control > i, .m_business_process_filter .form-body .form-group .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev .group-control > span, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev .m_business_process_filter .form-body .form-group .group-control > span, .m_business_process_filter .form-body .form-group .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next .group-control > span, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next .m_business_process_filter .form-body .form-group .group-control > span, .m_business_process_filter .form-body .form-group .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .group-control > span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m_business_process_filter .form-body .form-group .group-control > span, .m_business_process_filter .form-body .form-group .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .group-control > span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m_business_process_filter .form-body .form-group .group-control > span, .m_business_process_filter .form-body .form-group .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] .group-control > span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] .m_business_process_filter .form-body .form-group .group-control > span, .m_business_process_filter .form-body .form-group .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] .group-control > span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] .m_business_process_filter .form-body .form-group .group-control > span, .m_business_process_filter .form-body .form-group .checkbox-list .group-control > input[type='checkbox'].handled:checked + .checkbox-helper:before, .checkbox-list .m_business_process_filter .form-body .form-group .group-control > input[type='checkbox'].handled:checked + .checkbox-helper:before, .m_business_process_filter .form-body .form-group .checkbox-list .group-control > input[type='checkbox'].handled:not(checked) + .checkbox-helper:before, .checkbox-list .m_business_process_filter .form-body .form-group .group-control > input[type='checkbox'].handled:not(checked) + .checkbox-helper:before, .m_business_process_filter .form-body .form-group .group-control > input[type='checkbox'].handled.form-check:checked + .checkbox-helper:before, .m_business_process_filter .form-body .form-group .group-control > input[type='checkbox'].handled.form-check:not(checked) + .checkbox-helper:before, .m_business_process_filter .form-body .form-group .radio-list .group-control > input[type='radio'].handled:checked + .radio-helper:before, .radio-list .m_business_process_filter .form-body .form-group .group-control > input[type='radio'].handled:checked + .radio-helper:before, .m_business_process_filter .form-body .form-group .radio-list .group-control > input[type='radio'].handled:not(checked) + .radio-helper:before, .radio-list .m_business_process_filter .form-body .form-group .group-control > input[type='radio'].handled:not(checked) + .radio-helper:before, .m_business_process_filter .form-body .form-group .file-upload .group-control > span.delete-file, .file-upload .m_business_process_filter .form-body .form-group .group-control > span.delete-file, .m_business_process_filter .form-body .form-group .search .instance-search-item-without-button .group-control > .group-control:after, .search .instance-search-item-without-button .m_business_process_filter .form-body .form-group .group-control > .group-control:after, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .group-control > .radio-helper, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .group-control > .radio-helper, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .form-group .group-control > .radio-helper, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .form-group .group-control > .radio-helper, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .group-control > .radio-helper, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .group-control > .radio-helper, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .form-group .group-control > .radio-helper, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .form-group .group-control > .radio-helper, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .group-control > .radio-helper, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .group-control > .radio-helper, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .form-group .group-control > .radio-helper, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .form-group .group-control > .radio-helper, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .group-control > .radio-helper, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .group-control > .radio-helper, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .form-group .group-control > .radio-helper, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .form-group .group-control > .radio-helper, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .group-control > .radio-helper, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .group-control > .radio-helper, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .form-group .group-control > .radio-helper, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .form-group .group-control > .radio-helper, .m_business_process_filter .form-body .form-group [OperationalReportModule] .header .actions a.star.user.group-control > i, [OperationalReportModule] .header .actions .m_business_process_filter .form-body .form-group a.star.user.group-control > i, .m_business_process_filter .form-body .form-group [OperationalReportModule] .header .actions a.star.system.group-control > i, [OperationalReportModule] .header .actions .m_business_process_filter .form-body .form-group a.star.system.group-control > i {
        margin: 0 10px !important; }
        .m_business_process_filter .form-body .form-group .group-control > .c-ico:hover, .m_business_process_filter .form-body .form-group .group-control > i.fa-check:hover, .m_business_process_filter .form-body .form-group .typeahead__container .typehead-chevron-down .group-control > i:hover:first-child, .typeahead__container .typehead-chevron-down .m_business_process_filter .form-body .form-group .group-control > i:hover:first-child, .m_business_process_filter .form-body .form-group .subform .subform-item .delete-button .group-control > i:hover, .subform .subform-item .delete-button .m_business_process_filter .form-body .form-group .group-control > i:hover, .m_business_process_filter .form-body .form-group .group-control > th.sort-ascending:hover:before, .m_business_process_filter .form-body .form-group th.sort-ascending .group-control > i:hover, th.sort-ascending .m_business_process_filter .form-body .form-group .group-control > i:hover, .m_business_process_filter .form-body .form-group .group-control > th.sort-descending:hover:before, .m_business_process_filter .form-body .form-group th.sort-descending .group-control > i:hover, th.sort-descending .m_business_process_filter .form-body .form-group .group-control > i:hover, .m_business_process_filter .form-body .form-group .group-control > th[data-sort]:hover:before, .m_business_process_filter .form-body .form-group .modal-content .modal-header .close .group-control > i:hover, .modal-content .modal-header .close .m_business_process_filter .form-body .form-group .group-control > i:hover, .m_business_process_filter .form-body .form-group .bootstrap-select .group-control > .dropdown-toggle:hover:after, .bootstrap-select .m_business_process_filter .form-body .form-group .group-control > .dropdown-toggle:hover:after, .m_business_process_filter .form-body .form-group .form-control[data-control=date-picker] + .input-group-addon.group-control > i:hover, .m_business_process_filter .form-body .form-group *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon.group-control > i:hover, *[data-control=collapsible-checkboxes] .m_business_process_filter .form-body .form-group [data-control=date-picker].textbox + .input-group-addon.group-control > i:hover, .m_business_process_filter .form-body .form-group .form-control[data-control=time-picker] + .input-group-addon.group-control > i:hover, .m_business_process_filter .form-body .form-group *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon.group-control > i:hover, *[data-control=collapsible-checkboxes] .m_business_process_filter .form-body .form-group [data-control=time-picker].textbox + .input-group-addon.group-control > i:hover, .m_business_process_filter .form-body .form-group .form-control[data-control=date-picker\|time-picker] + .input-group-addon.group-control > i:hover, .m_business_process_filter .form-body .form-group *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon.group-control > i:hover, *[data-control=collapsible-checkboxes] .m_business_process_filter .form-body .form-group [data-control=date-picker\|time-picker].textbox + .input-group-addon.group-control > i:hover, .m_business_process_filter .form-body .form-group .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev .group-control > span:hover, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev .m_business_process_filter .form-body .form-group .group-control > span:hover, .m_business_process_filter .form-body .form-group .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next .group-control > span:hover, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next .m_business_process_filter .form-body .form-group .group-control > span:hover, .m_business_process_filter .form-body .form-group .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .group-control > span:hover, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m_business_process_filter .form-body .form-group .group-control > span:hover, .m_business_process_filter .form-body .form-group .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .group-control > span:hover, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m_business_process_filter .form-body .form-group .group-control > span:hover, .m_business_process_filter .form-body .form-group .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] .group-control > span:hover, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] .m_business_process_filter .form-body .form-group .group-control > span:hover, .m_business_process_filter .form-body .form-group .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] .group-control > span:hover, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] .m_business_process_filter .form-body .form-group .group-control > span:hover, .m_business_process_filter .form-body .form-group .checkbox-list .group-control > input[type='checkbox'].handled:checked + .checkbox-helper:hover:before, .checkbox-list .m_business_process_filter .form-body .form-group .group-control > input[type='checkbox'].handled:checked + .checkbox-helper:hover:before, .m_business_process_filter .form-body .form-group .checkbox-list .group-control > input[type='checkbox'].handled:not(checked) + .checkbox-helper:hover:before, .checkbox-list .m_business_process_filter .form-body .form-group .group-control > input[type='checkbox'].handled:not(checked) + .checkbox-helper:hover:before, .m_business_process_filter .form-body .form-group .group-control > input[type='checkbox'].handled.form-check:checked + .checkbox-helper:hover:before, .m_business_process_filter .form-body .form-group .group-control > input[type='checkbox'].handled.form-check:not(checked) + .checkbox-helper:hover:before, .m_business_process_filter .form-body .form-group .radio-list .group-control > input[type='radio'].handled:checked + .radio-helper:hover:before, .radio-list .m_business_process_filter .form-body .form-group .group-control > input[type='radio'].handled:checked + .radio-helper:hover:before, .m_business_process_filter .form-body .form-group .radio-list .group-control > input[type='radio'].handled:not(checked) + .radio-helper:hover:before, .radio-list .m_business_process_filter .form-body .form-group .group-control > input[type='radio'].handled:not(checked) + .radio-helper:hover:before, .m_business_process_filter .form-body .form-group .file-upload .group-control > span.delete-file:hover, .file-upload .m_business_process_filter .form-body .form-group .group-control > span.delete-file:hover, .m_business_process_filter .form-body .form-group .search .instance-search-item-without-button .group-control > .group-control:hover:after, .search .instance-search-item-without-button .m_business_process_filter .form-body .form-group .group-control > .group-control:hover:after, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .group-control > .radio-helper:hover, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .group-control > .radio-helper:hover, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .form-group .group-control > .radio-helper:hover, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .form-group .group-control > .radio-helper:hover, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .group-control > .radio-helper:hover, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .group-control > .radio-helper:hover, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .form-group .group-control > .radio-helper:hover, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .form-group .group-control > .radio-helper:hover, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .group-control > .radio-helper:hover, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .group-control > .radio-helper:hover, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .form-group .group-control > .radio-helper:hover, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .form-group .group-control > .radio-helper:hover, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .group-control > .radio-helper:hover, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .group-control > .radio-helper:hover, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .form-group .group-control > .radio-helper:hover, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .form-group .group-control > .radio-helper:hover, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .group-control > .radio-helper:hover, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .form-group .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .group-control > .radio-helper:hover, .m_business_process_filter .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .form-group .group-control > .radio-helper:hover, .step-base-container .m_business_process_filter .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .form-group .group-control > .radio-helper:hover, .m_business_process_filter .form-body .form-group [OperationalReportModule] .header .actions a.star.user.group-control > i:hover, [OperationalReportModule] .header .actions .m_business_process_filter .form-body .form-group a.star.user.group-control > i:hover, .m_business_process_filter .form-body .form-group [OperationalReportModule] .header .actions a.star.system.group-control > i:hover, [OperationalReportModule] .header .actions .m_business_process_filter .form-body .form-group a.star.system.group-control > i:hover {
          color: inherit !important; }
      .m_business_process_filter .form-body .form-group .group-control .bootstrap-select {
        width: 300px !important; }
        @media (max-width: 1080px) {
          .m_business_process_filter .form-body .form-group .group-control .bootstrap-select {
            width: 180px !important; } }
        @media (max-width: 1350px) {
          .m_business_process_filter .form-body .form-group .group-control .bootstrap-select {
            width: 250px !important; } }
        @media (max-width: 1250px) {
          .m_business_process_filter .form-body .form-group .group-control .bootstrap-select {
            width: 200px !important; } }
    .m_business_process_filter .form-body .form-group.icon:hover {
      color: inherit; }
    @media (max-width: 1080px) {
      .m_business_process_filter .form-body .form-group.row.icon {
        display: none !important; } }
  @media (max-width: 1080px) {
    .m_business_process_filter .form-body .filter-label {
      display: none !important; } }
  .m_business_process_filter .form-body .filter-label label {
    margin-right: 5px !important;
    margin-bottom: 0 !important; }
  .m_business_process_filter .form-body .filter-label .group-control {
    display: none !important; }

.m_move-node .icon-department:before {
  font-size: 20px; }

.m_move-node .filter-title {
  font: 500 16px "Karla"; }
  .m_move-node .filter-title .control-label {
    display: none; }

.m_move-node .form-group {
  display: flex; }
  .m_move-node .form-group .control-label {
    flex: 0 1 30px;
    margin-right: 10px;
    padding-top: 2px; }
    .m_move-node .form-group .control-label.c-ico, .m_move-node .form-group .group-control > i.control-label.fa-check, .m_move-node .form-group .typeahead__container .typehead-chevron-down i.control-label:first-child, .typeahead__container .typehead-chevron-down .m_move-node .form-group i.control-label:first-child, .m_move-node .form-group .subform .subform-item .delete-button i.control-label, .subform .subform-item .delete-button .m_move-node .form-group i.control-label, .m_move-node .form-group th.control-label.sort-ascending:before, .m_move-node .form-group th.sort-ascending i.control-label, th.sort-ascending .m_move-node .form-group i.control-label, .m_move-node .form-group th.control-label.sort-descending:before, .m_move-node .form-group th.sort-descending i.control-label, th.sort-descending .m_move-node .form-group i.control-label, .m_move-node .form-group th.control-label[data-sort]:before, .m_move-node .form-group .modal-content .modal-header .close i.control-label, .modal-content .modal-header .close .m_move-node .form-group i.control-label, .m_move-node .form-group .bootstrap-select .control-label.dropdown-toggle:after, .bootstrap-select .m_move-node .form-group .control-label.dropdown-toggle:after, .m_move-node .form-group .form-control[data-control=date-picker] + .input-group-addon > i.control-label, .m_move-node .form-group *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon > i.control-label, *[data-control=collapsible-checkboxes] .m_move-node .form-group [data-control=date-picker].textbox + .input-group-addon > i.control-label, .m_move-node .form-group .form-control[data-control=time-picker] + .input-group-addon > i.control-label, .m_move-node .form-group *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon > i.control-label, *[data-control=collapsible-checkboxes] .m_move-node .form-group [data-control=time-picker].textbox + .input-group-addon > i.control-label, .m_move-node .form-group .form-control[data-control=date-picker\|time-picker] + .input-group-addon > i.control-label, .m_move-node .form-group *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon > i.control-label, *[data-control=collapsible-checkboxes] .m_move-node .form-group [data-control=date-picker\|time-picker].textbox + .input-group-addon > i.control-label, .m_move-node .form-group .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span.control-label, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev .m_move-node .form-group span.control-label, .m_move-node .form-group .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span.control-label, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next .m_move-node .form-group span.control-label, .m_move-node .form-group .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span.control-label, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m_move-node .form-group span.control-label, .m_move-node .form-group .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span.control-label, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m_move-node .form-group span.control-label, .m_move-node .form-group .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span.control-label, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] .m_move-node .form-group span.control-label, .m_move-node .form-group .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span.control-label, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] .m_move-node .form-group span.control-label, .m_move-node .form-group .checkbox-list input[type='checkbox'].handled:checked + .control-label.checkbox-helper:before, .checkbox-list .m_move-node .form-group input[type='checkbox'].handled:checked + .control-label.checkbox-helper:before, .m_move-node .form-group .checkbox-list input[type='checkbox'].handled:not(checked) + .control-label.checkbox-helper:before, .checkbox-list .m_move-node .form-group input[type='checkbox'].handled:not(checked) + .control-label.checkbox-helper:before, .m_move-node .form-group input[type='checkbox'].handled.form-check:checked + .control-label.checkbox-helper:before, .m_move-node .form-group input[type='checkbox'].handled.form-check:not(checked) + .control-label.checkbox-helper:before, .m_move-node .form-group .radio-list input[type='radio'].handled:checked + .control-label.radio-helper:before, .radio-list .m_move-node .form-group input[type='radio'].handled:checked + .control-label.radio-helper:before, .m_move-node .form-group .radio-list input[type='radio'].handled:not(checked) + .control-label.radio-helper:before, .radio-list .m_move-node .form-group input[type='radio'].handled:not(checked) + .control-label.radio-helper:before, .m_move-node .form-group .file-upload span.control-label.delete-file, .file-upload .m_move-node .form-group span.control-label.delete-file, .m_move-node .form-group .search .instance-search-item-without-button .control-label.group-control:after, .search .instance-search-item-without-button .m_move-node .form-group .control-label.group-control:after, .m_move-node .form-group .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .control-label.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .m_move-node .form-group .control-label.radio-helper, .m_move-node .form-group .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .control-label.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .m_move-node .form-group .control-label.radio-helper, .m_move-node .form-group .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .control-label.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .m_move-node .form-group .control-label.radio-helper, .m_move-node .form-group .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .control-label.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .m_move-node .form-group .control-label.radio-helper, .m_move-node .form-group .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .control-label.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .m_move-node .form-group .control-label.radio-helper, .m_move-node .form-group [OperationalReportModule] .header .actions a.star.user > i.control-label, [OperationalReportModule] .header .actions .m_move-node .form-group a.star.user > i.control-label, .m_move-node .form-group [OperationalReportModule] .header .actions a.star.system > i.control-label, [OperationalReportModule] .header .actions .m_move-node .form-group a.star.system > i.control-label {
      font-size: 30px; }
  .m_move-node .form-group .group-control {
    min-width: 400px; }

.m_move-node .nodes .group-control {
  max-width: 100% !important;
  width: 100% !important;
  margin-bottom: 0px;
  position: relative; }

.m_move-node .nodes label {
  display: none; }

.m_move-node .m_move-node-list {
  max-height: 45vh;
  overflow-y: auto; }
  .m_move-node .m_move-node-list .single-search-item {
    padding-left: 53px !important;
    padding-top: 0 !important; }
  .m_move-node .m_move-node-list .item {
    padding: 5px 5px 5px 0px; }
    .m_move-node .m_move-node-list .item a {
      color: var(--general-font-color);
      text-decoration: none;
      padding: 3px;
      line-height: 20px; }
      .m_move-node .m_move-node-list .item a .node-path-separator {
        margin-right: 5px; }
        .m_move-node .m_move-node-list .item a .node-path-separator.c-ico, .m_move-node .m_move-node-list .item a .group-control > i.node-path-separator.fa-check, .m_move-node .m_move-node-list .item a .typeahead__container .typehead-chevron-down i.node-path-separator:first-child, .typeahead__container .typehead-chevron-down .m_move-node .m_move-node-list .item a i.node-path-separator:first-child, .m_move-node .m_move-node-list .item a .subform .subform-item .delete-button i.node-path-separator, .subform .subform-item .delete-button .m_move-node .m_move-node-list .item a i.node-path-separator, .m_move-node .m_move-node-list .item a th.node-path-separator.sort-ascending:before, .m_move-node .m_move-node-list .item a th.sort-ascending i.node-path-separator, th.sort-ascending .m_move-node .m_move-node-list .item a i.node-path-separator, .m_move-node .m_move-node-list .item a th.node-path-separator.sort-descending:before, .m_move-node .m_move-node-list .item a th.sort-descending i.node-path-separator, th.sort-descending .m_move-node .m_move-node-list .item a i.node-path-separator, .m_move-node .m_move-node-list .item a th.node-path-separator[data-sort]:before, .m_move-node .m_move-node-list .item a .modal-content .modal-header .close i.node-path-separator, .modal-content .modal-header .close .m_move-node .m_move-node-list .item a i.node-path-separator, .m_move-node .m_move-node-list .item a .bootstrap-select .node-path-separator.dropdown-toggle:after, .bootstrap-select .m_move-node .m_move-node-list .item a .node-path-separator.dropdown-toggle:after, .m_move-node .m_move-node-list .item a .form-control[data-control=date-picker] + .input-group-addon > i.node-path-separator, .m_move-node .m_move-node-list .item a *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon > i.node-path-separator, *[data-control=collapsible-checkboxes] .m_move-node .m_move-node-list .item a [data-control=date-picker].textbox + .input-group-addon > i.node-path-separator, .m_move-node .m_move-node-list .item a .form-control[data-control=time-picker] + .input-group-addon > i.node-path-separator, .m_move-node .m_move-node-list .item a *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon > i.node-path-separator, *[data-control=collapsible-checkboxes] .m_move-node .m_move-node-list .item a [data-control=time-picker].textbox + .input-group-addon > i.node-path-separator, .m_move-node .m_move-node-list .item a .form-control[data-control=date-picker\|time-picker] + .input-group-addon > i.node-path-separator, .m_move-node .m_move-node-list .item a *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon > i.node-path-separator, *[data-control=collapsible-checkboxes] .m_move-node .m_move-node-list .item a [data-control=date-picker\|time-picker].textbox + .input-group-addon > i.node-path-separator, .m_move-node .m_move-node-list .item a .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span.node-path-separator, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev .m_move-node .m_move-node-list .item a span.node-path-separator, .m_move-node .m_move-node-list .item a .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span.node-path-separator, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next .m_move-node .m_move-node-list .item a span.node-path-separator, .m_move-node .m_move-node-list .item .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span.node-path-separator, .bootstrap-datetimepicker-widget .timepicker .m_move-node .m_move-node-list .item a[data-action='incrementHours'] span.node-path-separator, .m_move-node .m_move-node-list .item .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span.node-path-separator, .bootstrap-datetimepicker-widget .timepicker .m_move-node .m_move-node-list .item a[data-action='incrementMinutes'] span.node-path-separator, .m_move-node .m_move-node-list .item .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span.node-path-separator, .bootstrap-datetimepicker-widget .timepicker .m_move-node .m_move-node-list .item a[data-action='decrementHours'] span.node-path-separator, .m_move-node .m_move-node-list .item .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span.node-path-separator, .bootstrap-datetimepicker-widget .timepicker .m_move-node .m_move-node-list .item a[data-action='decrementMinutes'] span.node-path-separator, .m_move-node .m_move-node-list .item a .checkbox-list input[type='checkbox'].handled:checked + .node-path-separator.checkbox-helper:before, .checkbox-list .m_move-node .m_move-node-list .item a input[type='checkbox'].handled:checked + .node-path-separator.checkbox-helper:before, .m_move-node .m_move-node-list .item a .checkbox-list input[type='checkbox'].handled:not(checked) + .node-path-separator.checkbox-helper:before, .checkbox-list .m_move-node .m_move-node-list .item a input[type='checkbox'].handled:not(checked) + .node-path-separator.checkbox-helper:before, .m_move-node .m_move-node-list .item a input[type='checkbox'].handled.form-check:checked + .node-path-separator.checkbox-helper:before, .m_move-node .m_move-node-list .item a input[type='checkbox'].handled.form-check:not(checked) + .node-path-separator.checkbox-helper:before, .m_move-node .m_move-node-list .item a .radio-list input[type='radio'].handled:checked + .node-path-separator.radio-helper:before, .radio-list .m_move-node .m_move-node-list .item a input[type='radio'].handled:checked + .node-path-separator.radio-helper:before, .m_move-node .m_move-node-list .item a .radio-list input[type='radio'].handled:not(checked) + .node-path-separator.radio-helper:before, .radio-list .m_move-node .m_move-node-list .item a input[type='radio'].handled:not(checked) + .node-path-separator.radio-helper:before, .m_move-node .m_move-node-list .item a .file-upload span.node-path-separator.delete-file, .file-upload .m_move-node .m_move-node-list .item a span.node-path-separator.delete-file, .m_move-node .m_move-node-list .item a .search .instance-search-item-without-button .node-path-separator.group-control:after, .search .instance-search-item-without-button .m_move-node .m_move-node-list .item a .node-path-separator.group-control:after, .m_move-node .m_move-node-list .item a .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .node-path-separator.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .m_move-node .m_move-node-list .item a .node-path-separator.radio-helper, .m_move-node .m_move-node-list .item a .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .node-path-separator.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .m_move-node .m_move-node-list .item a .node-path-separator.radio-helper, .m_move-node .m_move-node-list .item a .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .node-path-separator.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .m_move-node .m_move-node-list .item a .node-path-separator.radio-helper, .m_move-node .m_move-node-list .item a .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .node-path-separator.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .m_move-node .m_move-node-list .item a .node-path-separator.radio-helper, .m_move-node .m_move-node-list .item a .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .node-path-separator.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .m_move-node .m_move-node-list .item a .node-path-separator.radio-helper, .m_move-node .m_move-node-list .item [OperationalReportModule] .header .actions a.star.user > i.node-path-separator, [OperationalReportModule] .header .actions .m_move-node .m_move-node-list .item a.star.user > i.node-path-separator, .m_move-node .m_move-node-list .item [OperationalReportModule] .header .actions a.star.system > i.node-path-separator, [OperationalReportModule] .header .actions .m_move-node .m_move-node-list .item a.star.system > i.node-path-separator {
          font-size: 9px !important; }
      .m_move-node .m_move-node-list .item a .node-path-separator:not(:first-child) {
        margin-left: 5px; }
      .m_move-node .m_move-node-list .item a:hover {
        background-color: #F8E5E9; }
  .m_move-node .m_move-node-list::-webkit-scrollbar {
    width: 5px; }
  .m_move-node .m_move-node-list::-webkit-scrollbar-track {
    background: #ABABAB; }
  .m_move-node .m_move-node-list::-webkit-scrollbar-thumb {
    background: #6D6D6D; }
  .m_move-node .m_move-node-list::-webkit-scrollbar-thumb:hover {
    background: #555; }

.m-step-delay-form fieldset .form-group {
  /*   display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
            margin-top: 20px;

            .group-control {
                width: 300px;
                min-width: 300px;
                margin: 0;
            }*/ }

.m_business_process_step_detail_slider {
  margin-left: 8px;
  padding-right: 15px;
  /*    #Nature {
        .slider-tick-label-container {
            margin-left: -21.25px !important;

            div.slider-tick-label:nth-child(1) {
                vertical-align: top;
            }

            div.slider-tick-label:nth-child(2) {
                white-space: pre-wrap !important;
            }

            div.slider-tick-label:nth-child(3) {
                display: none;
            }

            div.slider-tick-label:nth-child(4) {
                vertical-align: top;
                width: 128.5px !important;
                text-align: end;
            }

            div.slider-tick-label:nth-child(5) {
                width: 88.5px !important;
                white-space: pre-wrap !important;
            }
        }
    }*/ }
  .m_business_process_step_detail_slider .slider {
    /*        &.green-bar {
            .slider-handle {
                border-color: #0DB935 !important;
            }

            .slider-selection {
                background: #0DB935 !important;
            }
        }*/ }
    .m_business_process_step_detail_slider .slider .slider-tick-label {
      font-size: 11px; }
    .m_business_process_step_detail_slider .slider .slider-selection {
      margin-left: -7px; }
  .m_business_process_step_detail_slider #DecisionMaking {
    margin-bottom: 25px !important; }
    .m_business_process_step_detail_slider #DecisionMaking .slider-tick-label-container {
      margin-left: -33.25px !important; }
      .m_business_process_step_detail_slider #DecisionMaking .slider-tick-label-container div.slider-tick-label:nth-child(1) {
        width: 105.333px !important; }
      .m_business_process_step_detail_slider #DecisionMaking .slider-tick-label-container div.slider-tick-label:nth-child(2) {
        width: 80.25px !important; }
      .m_business_process_step_detail_slider #DecisionMaking .slider-tick-label-container div.slider-tick-label:nth-child(3) {
        width: 130px !important; }
      .m_business_process_step_detail_slider #DecisionMaking .slider-tick-label-container div.slider-tick-label:nth-child(4) {
        width: 47.333px !important; }
    .m_business_process_step_detail_slider #DecisionMaking .slider-selection {
      /*background: $slider-red-color !important;*/ }
    .m_business_process_step_detail_slider #DecisionMaking .slider-track-high {
      /* background: $slider-green-color !important;
            border-radius: 4px;*/ }
    .m_business_process_step_detail_slider #DecisionMaking.null-bar .slider-tick {
      /*background-image: linear-gradient(to bottom, $new-White, $new-White) !important;
                background-repeat: repeat-x;
                opacity: 1 !important;
                display: block;
                border: 1px solid $slider-gray-color !important;
                box-shadow:none !important;*/ }
    .m_business_process_step_detail_slider #DecisionMaking.null-bar .slider-handle {
      /*border-color: $slider-gray-color !important;*/ }
    .m_business_process_step_detail_slider #DecisionMaking.null-bar .slider-track-high {
      /*background: $slider-gray-color !important;
                border-radius: 4px;*/ }
    .m_business_process_step_detail_slider #DecisionMaking.green-handle .slider-handle {
      /*border-color: $slider-green-color !important;*/ }
    .m_business_process_step_detail_slider #DecisionMaking.red-handle .slider-handle {
      /*border-color: $slider-red-color !important;*/ }
    .m_business_process_step_detail_slider #DecisionMaking .slider-track {
      left: -2px; }

.filter-slider .group-control .input-group .slider.slider-horizontal .slider-track .slider-tick {
  display: none; }

.icon-button-after-control {
  display: flex !important; }

.icon-button-after-control a, .icon-button-after-control button {
  padding-left: 10px;
  padding-top: 6px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m_step-node-form .action-options {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .m_step-node-form .action-options .action-box {
    /*display: inline-block;*/
    min-width: 125px;
    min-height: 45px;
    border: 1px solid #000;
    margin: 5px;
    text-align: center;
    line-height: 100px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 2px 12px 2px 12px;
    border-radius: 5px;
    border: 1px solid #B3B3B3;
    align-items: center;
    background-color: white;
    margin-left: 8px; }
    .m_step-node-form .action-options .action-box:hover {
      border-color: #FFA000; }
      .m_step-node-form .action-options .action-box:hover span {
        color: #FFA000; }
      .m_step-node-form .action-options .action-box:hover i:before {
        color: #FFA000; }
    .m_step-node-form .action-options .action-box .action-icon {
      font-size: 32px !important; }
      .m_step-node-form .action-options .action-box .action-icon:before {
        color: #8a8a8a; }
    .m_step-node-form .action-options .action-box .action-name {
      color: var(--general-font-color);
      font: 500 18px 'Karla';
      padding-left: 5px; }
    .m_step-node-form .action-options .action-box.action-selected {
      border-color: #FF4367; }
      .m_step-node-form .action-options .action-box.action-selected span {
        color: #FF4367; }
      .m_step-node-form .action-options .action-box.action-selected i:before {
        color: #FF4367; }

.p_report-page, .m_insight-report-view {
  /*@import 'm_report';*/ }
  .p_report-page .report-page-content, .m_insight-report-view .report-page-content {
    display: flex;
    margin: -1rem; }
    .p_report-page .report-page-content .report-left-side, .m_insight-report-view .report-page-content .report-left-side {
      background-color: var(--color-secondary-10);
      border-radius: 20px;
      margin-bottom: 2rem;
      min-height: 100vh; }
      .p_report-page .report-page-content .report-left-side .report-collapse-menu, .m_insight-report-view .report-page-content .report-left-side .report-collapse-menu {
        padding: 0 0 0 0;
        margin-left: auto;
        min-width: 1px;
        z-index: 1;
        display: flex;
        justify-content: flex-end;
        position: relative;
        flex-direction: column;
        padding: 0;
        margin: 20px 18px; }
        .p_report-page .report-page-content .report-left-side .report-collapse-menu #report-collapse-menu-container, .m_insight-report-view .report-page-content .report-left-side .report-collapse-menu #report-collapse-menu-container {
          display: flex;
          margin-bottom: 5px; }
          .p_report-page .report-page-content .report-left-side .report-collapse-menu #report-collapse-menu-container .report-filter, .m_insight-report-view .report-page-content .report-left-side .report-collapse-menu #report-collapse-menu-container .report-filter {
            margin-right: 3px; }
            .p_report-page .report-page-content .report-left-side .report-collapse-menu #report-collapse-menu-container .report-filter:before, .m_insight-report-view .report-page-content .report-left-side .report-collapse-menu #report-collapse-menu-container .report-filter:before {
              font-size: 20px; }
          .p_report-page .report-page-content .report-left-side .report-collapse-menu #report-collapse-menu-container #report-collapse-menu-button, .m_insight-report-view .report-page-content .report-left-side .report-collapse-menu #report-collapse-menu-container #report-collapse-menu-button {
            box-shadow: none;
            border: none;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            transition: all .3s ease-in-out;
            z-index: 101;
            outline: none !important;
            background-color: transparent;
            margin-left: auto;
            padding-right: 0px; }
            .p_report-page .report-page-content .report-left-side .report-collapse-menu #report-collapse-menu-container #report-collapse-menu-button i, .m_insight-report-view .report-page-content .report-left-side .report-collapse-menu #report-collapse-menu-container #report-collapse-menu-button i {
              position: relative;
              right: 1px;
              color: var(--general-font-color); }
            .p_report-page .report-page-content .report-left-side .report-collapse-menu #report-collapse-menu-container #report-collapse-menu-button .hide-on-expand, .m_insight-report-view .report-page-content .report-left-side .report-collapse-menu #report-collapse-menu-container #report-collapse-menu-button .hide-on-expand {
              display: none !important; }
        .p_report-page .report-page-content .report-left-side .report-collapse-menu.collapsed, .m_insight-report-view .report-page-content .report-left-side .report-collapse-menu.collapsed {
          background-color: transparent;
          width: 50px; }
          .p_report-page .report-page-content .report-left-side .report-collapse-menu.collapsed .report-collapse-menu-wrapper, .m_insight-report-view .report-page-content .report-left-side .report-collapse-menu.collapsed .report-collapse-menu-wrapper {
            display: none; }
          .p_report-page .report-page-content .report-left-side .report-collapse-menu.collapsed #report-collapse-menu-container #report-collapse-menu-button, .m_insight-report-view .report-page-content .report-left-side .report-collapse-menu.collapsed #report-collapse-menu-container #report-collapse-menu-button {
            display: inline-block !important; }
        .p_report-page .report-page-content .report-left-side .report-collapse-menu .report-collapse-menu-wrapper, .m_insight-report-view .report-page-content .report-left-side .report-collapse-menu .report-collapse-menu-wrapper {
          height: 100%;
          width: 18rem; }
      .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group {
        flex-wrap: nowrap;
        margin-bottom: 5px; }
        .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > label.control-label, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > label.control-label {
          margin-right: 3px;
          padding-top: 6px; }
          .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > label.control-label.c-ico, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .bootstrap-select .form-group > label.control-label.dropdown-toggle:after, .bootstrap-select .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > label.control-label.dropdown-toggle:after, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .checkbox-list .form-group > input[type='checkbox'].handled:checked + label.control-label.checkbox-helper:before, .checkbox-list .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='checkbox'].handled:checked + label.control-label.checkbox-helper:before, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .checkbox-list .form-group > input[type='checkbox'].handled:not(checked) + label.control-label.checkbox-helper:before, .checkbox-list .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='checkbox'].handled:not(checked) + label.control-label.checkbox-helper:before, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='checkbox'].handled.form-check:checked + label.control-label.checkbox-helper:before, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='checkbox'].handled.form-check:not(checked) + label.control-label.checkbox-helper:before, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .radio-list .form-group > input[type='radio'].handled:checked + label.control-label.radio-helper:before, .radio-list .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='radio'].handled:checked + label.control-label.radio-helper:before, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .radio-list .form-group > input[type='radio'].handled:not(checked) + label.control-label.radio-helper:before, .radio-list .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='radio'].handled:not(checked) + label.control-label.radio-helper:before, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .search .instance-search-item-without-button .form-group > label.control-label.group-control:after, .search .instance-search-item-without-button .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > label.control-label.group-control:after, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .form-group > label.control-label.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > label.control-label.radio-helper, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .form-group > label.control-label.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > label.control-label.radio-helper, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .form-group > label.control-label.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > label.control-label.radio-helper, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .form-group > label.control-label.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > label.control-label.radio-helper, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .form-group > label.control-label.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > label.control-label.radio-helper, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > label.control-label.c-ico, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .bootstrap-select .form-group > label.control-label.dropdown-toggle:after, .bootstrap-select .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > label.control-label.dropdown-toggle:after, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .checkbox-list .form-group > input[type='checkbox'].handled:checked + label.control-label.checkbox-helper:before, .checkbox-list .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='checkbox'].handled:checked + label.control-label.checkbox-helper:before, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .checkbox-list .form-group > input[type='checkbox'].handled:not(checked) + label.control-label.checkbox-helper:before, .checkbox-list .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='checkbox'].handled:not(checked) + label.control-label.checkbox-helper:before, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='checkbox'].handled.form-check:checked + label.control-label.checkbox-helper:before, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='checkbox'].handled.form-check:not(checked) + label.control-label.checkbox-helper:before, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .radio-list .form-group > input[type='radio'].handled:checked + label.control-label.radio-helper:before, .radio-list .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='radio'].handled:checked + label.control-label.radio-helper:before, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .radio-list .form-group > input[type='radio'].handled:not(checked) + label.control-label.radio-helper:before, .radio-list .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='radio'].handled:not(checked) + label.control-label.radio-helper:before, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .search .instance-search-item-without-button .form-group > label.control-label.group-control:after, .search .instance-search-item-without-button .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > label.control-label.group-control:after, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .form-group > label.control-label.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > label.control-label.radio-helper, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .form-group > label.control-label.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > label.control-label.radio-helper, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .form-group > label.control-label.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > label.control-label.radio-helper, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .form-group > label.control-label.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > label.control-label.radio-helper, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .form-group > label.control-label.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > label.control-label.radio-helper {
            font-size: 20px; }
        .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > i.c-ico, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .group-control.form-group > i.fa-check, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .typeahead__container .typehead-chevron-down .form-group > i:first-child, .typeahead__container .typehead-chevron-down .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > i:first-child, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .subform .subform-item .delete-button .form-group > i, .subform .subform-item .delete-button .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > i, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown th.sort-ascending .form-group > i, th.sort-ascending .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > i, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown th.sort-descending .form-group > i, th.sort-descending .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > i, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .modal-content .modal-header .close .form-group > i, .modal-content .modal-header .close .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > i, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .bootstrap-select .form-group > i.dropdown-toggle:after, .bootstrap-select .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > i.dropdown-toggle:after, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-control[data-control=date-picker] + .input-group-addon.form-group > i, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon.form-group > i, *[data-control=collapsible-checkboxes] .p_report-page .report-page-content .report-left-side .m_department-as-dropdown [data-control=date-picker].textbox + .input-group-addon.form-group > i, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-control[data-control=time-picker] + .input-group-addon.form-group > i, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon.form-group > i, *[data-control=collapsible-checkboxes] .p_report-page .report-page-content .report-left-side .m_department-as-dropdown [data-control=time-picker].textbox + .input-group-addon.form-group > i, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-control[data-control=date-picker\|time-picker] + .input-group-addon.form-group > i, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon.form-group > i, *[data-control=collapsible-checkboxes] .p_report-page .report-page-content .report-left-side .m_department-as-dropdown [data-control=date-picker\|time-picker].textbox + .input-group-addon.form-group > i, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .checkbox-list .form-group > input[type='checkbox'].handled:checked + i.checkbox-helper:before, .checkbox-list .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='checkbox'].handled:checked + i.checkbox-helper:before, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .checkbox-list .form-group > input[type='checkbox'].handled:not(checked) + i.checkbox-helper:before, .checkbox-list .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='checkbox'].handled:not(checked) + i.checkbox-helper:before, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='checkbox'].handled.form-check:checked + i.checkbox-helper:before, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='checkbox'].handled.form-check:not(checked) + i.checkbox-helper:before, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .radio-list .form-group > input[type='radio'].handled:checked + i.radio-helper:before, .radio-list .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='radio'].handled:checked + i.radio-helper:before, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .radio-list .form-group > input[type='radio'].handled:not(checked) + i.radio-helper:before, .radio-list .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='radio'].handled:not(checked) + i.radio-helper:before, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .search .instance-search-item-without-button .form-group > i.group-control:after, .search .instance-search-item-without-button .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > i.group-control:after, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .form-group > i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > i.radio-helper, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .form-group > i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > i.radio-helper, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .form-group > i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > i.radio-helper, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .form-group > i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > i.radio-helper, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .form-group > i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group > i.radio-helper, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown [OperationalReportModule] .header .actions a.star.user.form-group > i, [OperationalReportModule] .header .actions .p_report-page .report-page-content .report-left-side .m_department-as-dropdown a.star.user.form-group > i, .p_report-page .report-page-content .report-left-side .m_department-as-dropdown [OperationalReportModule] .header .actions a.star.system.form-group > i, [OperationalReportModule] .header .actions .p_report-page .report-page-content .report-left-side .m_department-as-dropdown a.star.system.form-group > i, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > i.c-ico, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .group-control.form-group > i.fa-check, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .typeahead__container .typehead-chevron-down .form-group > i:first-child, .typeahead__container .typehead-chevron-down .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > i:first-child, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .subform .subform-item .delete-button .form-group > i, .subform .subform-item .delete-button .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > i, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown th.sort-ascending .form-group > i, th.sort-ascending .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > i, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown th.sort-descending .form-group > i, th.sort-descending .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > i, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .modal-content .modal-header .close .form-group > i, .modal-content .modal-header .close .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > i, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .bootstrap-select .form-group > i.dropdown-toggle:after, .bootstrap-select .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > i.dropdown-toggle:after, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-control[data-control=date-picker] + .input-group-addon.form-group > i, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon.form-group > i, *[data-control=collapsible-checkboxes] .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown [data-control=date-picker].textbox + .input-group-addon.form-group > i, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-control[data-control=time-picker] + .input-group-addon.form-group > i, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon.form-group > i, *[data-control=collapsible-checkboxes] .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown [data-control=time-picker].textbox + .input-group-addon.form-group > i, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-control[data-control=date-picker\|time-picker] + .input-group-addon.form-group > i, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon.form-group > i, *[data-control=collapsible-checkboxes] .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown [data-control=date-picker\|time-picker].textbox + .input-group-addon.form-group > i, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .checkbox-list .form-group > input[type='checkbox'].handled:checked + i.checkbox-helper:before, .checkbox-list .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='checkbox'].handled:checked + i.checkbox-helper:before, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .checkbox-list .form-group > input[type='checkbox'].handled:not(checked) + i.checkbox-helper:before, .checkbox-list .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='checkbox'].handled:not(checked) + i.checkbox-helper:before, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='checkbox'].handled.form-check:checked + i.checkbox-helper:before, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='checkbox'].handled.form-check:not(checked) + i.checkbox-helper:before, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .radio-list .form-group > input[type='radio'].handled:checked + i.radio-helper:before, .radio-list .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='radio'].handled:checked + i.radio-helper:before, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .radio-list .form-group > input[type='radio'].handled:not(checked) + i.radio-helper:before, .radio-list .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > input[type='radio'].handled:not(checked) + i.radio-helper:before, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .search .instance-search-item-without-button .form-group > i.group-control:after, .search .instance-search-item-without-button .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > i.group-control:after, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .form-group > i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > i.radio-helper, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .form-group > i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > i.radio-helper, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .form-group > i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > i.radio-helper, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .form-group > i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > i.radio-helper, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .form-group > i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group > i.radio-helper, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown [OperationalReportModule] .header .actions a.star.user.form-group > i, [OperationalReportModule] .header .actions .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown a.star.user.form-group > i, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown [OperationalReportModule] .header .actions a.star.system.form-group > i, [OperationalReportModule] .header .actions .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown a.star.system.form-group > i {
          margin-right: 3px;
          padding-top: 5px; }
        .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group .group-control, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group .group-control {
          min-width: 15.8rem;
          max-width: 15.8rem;
          margin-bottom: 9px; }
        .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .form-group.filter-Departments, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .form-group.filter-Departments {
          margin-bottom: 0px; }
      .p_report-page .report-page-content .report-left-side .m_department-as-dropdown .buttons-row, .m_insight-report-view .report-page-content .report-left-side .m_department-as-dropdown .buttons-row {
        display: none; }
    .p_report-page .report-page-content .report-right-side, .m_insight-report-view .report-page-content .report-right-side {
      margin-left: 1rem;
      margin-right: 0rem;
      flex: 1;
      width: 100%;
      position: relative; }
    .p_report-page .report-page-content [role='region'], .m_insight-report-view .report-page-content [role='region'] {
      font-size: 12px; }
  .p_report-page .m_report-sort-type, .m_insight-report-view .m_report-sort-type {
    /*    margin-top: $report-main-padding;
    margin-left: $report-main-padding - 1;*/ }
    .p_report-page .m_report-sort-type .form-group, .m_insight-report-view .m_report-sort-type .form-group {
      margin-bottom: 0px; }
      .p_report-page .m_report-sort-type .form-group .group-control, .m_insight-report-view .m_report-sort-type .form-group .group-control {
        min-width: 18rem;
        max-width: 18rem;
        margin-bottom: 12px; }
  .p_report-page .report-menu, .m_insight-report-view .report-menu {
    width: 18rem;
    /*margin-left: -2rem + $report-main-padding;*/ }
    .p_report-page .report-menu ul ul, .m_insight-report-view .report-menu ul ul {
      padding: 0; }
    .p_report-page .report-menu ul, .m_insight-report-view .report-menu ul {
      flex-wrap: nowrap;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none; }
      .p_report-page .report-menu ul .checkbox-list .form-check-label, .m_insight-report-view .report-menu ul .checkbox-list .form-check-label {
        font-size: 13px !important; }
      .p_report-page .report-menu ul::-webkit-scrollbar, .m_insight-report-view .report-menu ul::-webkit-scrollbar {
        width: 5px; }
      .p_report-page .report-menu ul::-webkit-scrollbar-track, .m_insight-report-view .report-menu ul::-webkit-scrollbar-track {
        background: #F5487C; }
      .p_report-page .report-menu ul::-webkit-scrollbar-thumb, .m_insight-report-view .report-menu ul::-webkit-scrollbar-thumb {
        background: #6D6D6D; }
      .p_report-page .report-menu ul::-webkit-scrollbar-thumb:hover, .m_insight-report-view .report-menu ul::-webkit-scrollbar-thumb:hover {
        background: #555; }
      .p_report-page .report-menu ul > li a, .m_insight-report-view .report-menu ul > li a {
        display: block;
        padding: 10px 20px 10px 10px;
        /*max-width: 200px;*/
        width: 100%;
        min-height: 33px;
        margin-bottom: 5px;
        background-color: white;
        border-width: 1px;
        border-style: solid;
        text-decoration: none;
        border-color: var(--color-secondary-10);
        color: var(--general-font-color);
        border-radius: 4px !important;
        box-shadow: none; }
        .p_report-page .report-menu ul > li a i, .m_insight-report-view .report-menu ul > li a i {
          float: right;
          position: relative;
          color: var(--general-font-color);
          width: 0px;
          margin-top: 4px;
          font-size: 6px !important; }
        .p_report-page .report-menu ul > li a[aria-expanded="true"] i, .m_insight-report-view .report-menu ul > li a[aria-expanded="true"] i {
          transform: rotate(180deg);
          color: white; }
        .p_report-page .report-menu ul > li a:hover, .m_insight-report-view .report-menu ul > li a:hover {
          background-color: #c0315c;
          border-color: #c0315c;
          color: white;
          text-decoration: none;
          cursor: pointer; }
          .p_report-page .report-menu ul > li a:hover i, .m_insight-report-view .report-menu ul > li a:hover i {
            color: white; }
      .p_report-page .report-menu ul > li.active-parent > a, .m_insight-report-view .report-menu ul > li.active-parent > a {
        padding: 10px;
        border-radius: 4px 4px 0 0 !important;
        border-color: #c0315c;
        background-color: #c0315c;
        color: white;
        margin-bottom: 0; }
        .p_report-page .report-menu ul > li.active-parent > a i, .m_insight-report-view .report-menu ul > li.active-parent > a i {
          transform: rotate(180deg);
          color: white; }
      .p_report-page .report-menu ul > li ul, .m_insight-report-view .report-menu ul > li ul {
        background-color: white;
        border: 1px solid var(--color-secondary-10);
        border-top: none;
        border-radius: 0 0 4px 4px !important;
        padding-left: 12px; }
        .p_report-page .report-menu ul > li ul li, .m_insight-report-view .report-menu ul > li ul li {
          list-style: none; }
          .p_report-page .report-menu ul > li ul li.active > a, .m_insight-report-view .report-menu ul > li ul li.active > a {
            border-left: 3px solid #F5487C !important;
            background-color: #c0315c; }
    .p_report-page .report-menu .m_department_checklistbox .group-control, .p_report-page .report-menu .m_function_checklistbox .group-control, .m_insight-report-view .report-menu .m_department_checklistbox .group-control, .m_insight-report-view .report-menu .m_function_checklistbox .group-control {
      margin-bottom: 0 !important;
      min-width: calc(18rem - 1rem);
      max-width: calc(18rem - 1rem); }
    .p_report-page .report-menu .m_department_checklistbox .checkbox-list .form-check, .m_insight-report-view .report-menu .m_department_checklistbox .checkbox-list .form-check {
      margin-bottom: 7px !important; }
  .p_report-page .report-group, .m_insight-report-view .report-group {
    /*background-color: $new-White;*/
    display: grid;
    /*border: $Default-border;*/
    border-radius: 5px;
    /*margin-bottom: 2rem;*/
    width: 100%;
    display: flex;
    flex-direction: column; }
    .p_report-page .report-group > .header, .m_insight-report-view .report-group > .header {
      font: 700 30px "Karla";
      /*padding: 10px;*/
      margin-top: 30px;
      margin-bottom: 10px; }
    .p_report-page .report-group .group-reports-container, .m_insight-report-view .report-group .group-reports-container {
      margin-top: 5px;
      margin-bottom: 5px; }
      .p_report-page .report-group .group-reports-container .report-region, .m_insight-report-view .report-group .group-reports-container .report-region {
        display: flex;
        flex-wrap: wrap; }
        .p_report-page .report-group .group-reports-container .report-region .left-column, .m_insight-report-view .report-group .group-reports-container .report-region .left-column {
          flex: 0 0 100%;
          max-width: 100%;
          position: relative;
          width: 100%; }
        .p_report-page .report-group .group-reports-container .report-region .right-column, .m_insight-report-view .report-group .group-reports-container .report-region .right-column {
          flex: 0 0 100%;
          max-width: 100%;
          position: relative;
          width: 100%; }
        .p_report-page .report-group .group-reports-container .report-region .column, .m_insight-report-view .report-group .group-reports-container .report-region .column {
          flex: 0 0 100%;
          max-width: 100%;
          position: relative;
          width: 100%; }
      .p_report-page .report-group .group-reports-container.two-columns .left-column, .m_insight-report-view .report-group .group-reports-container.two-columns .left-column {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 1rem;
        padding-left: 0px; }
      .p_report-page .report-group .group-reports-container.two-columns .right-column, .m_insight-report-view .report-group .group-reports-container.two-columns .right-column {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0px; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .p_report-page .report-group .group-reports-container.two-columns .left-column, .p_report-page .report-group .group-reports-container.two-columns .right-column, .m_insight-report-view .report-group .group-reports-container.two-columns .left-column, .m_insight-report-view .report-group .group-reports-container.two-columns .right-column {
          flex: 0 0 100%;
          max-width: 100%; } }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
        .p_report-page .report-group .group-reports-container.two-columns .left-column, .p_report-page .report-group .group-reports-container.two-columns .right-column, .m_insight-report-view .report-group .group-reports-container.two-columns .left-column, .m_insight-report-view .report-group .group-reports-container.two-columns .right-column {
          flex: 0 0 100%;
          max-width: 100%; } }
  .p_report-page Tabular table, .m_insight-report-view Tabular table {
    width: 100%;
    border: 0 !important; }
    .p_report-page Tabular table th, .m_insight-report-view Tabular table th {
      padding: 5px 5px 5px 0px;
      height: 1px; }
      .p_report-page Tabular table th > span, .m_insight-report-view Tabular table th > span {
        padding: 7px;
        display: flex;
        height: 100%;
        align-items: center; }
    .p_report-page Tabular table td, .m_insight-report-view Tabular table td {
      padding: 3px;
      vertical-align: middle; }
      .p_report-page Tabular table td .values, .m_insight-report-view Tabular table td .values {
        display: flex;
        flex-wrap: nowrap; }
        .p_report-page Tabular table td .values .year-value, .m_insight-report-view Tabular table td .values .year-value {
          flex: 1;
          white-space: pre;
          padding-right: 5px; }
        .p_report-page Tabular table td .values .percentage-value, .m_insight-report-view Tabular table td .values .percentage-value {
          float: right;
          color: var(--color-secondary-50);
          padding-right: 5px; }
    .p_report-page Tabular table tfoot td, .m_insight-report-view Tabular table tfoot td {
      font-weight: bold; }
  .p_report-page Tabular th.elaboration-column, .m_insight-report-view Tabular th.elaboration-column {
    padding: 2px 0px; }
    .p_report-page Tabular th.elaboration-column span, .m_insight-report-view Tabular th.elaboration-column span {
      padding: 8px 5px; }
  .p_report-page Tabular td.elaboration-column, .m_insight-report-view Tabular td.elaboration-column {
    text-align: center; }
  .p_report-page .bar-column, .m_insight-report-view .bar-column {
    vertical-align: middle;
    min-width: 50px;
    width: 50px; }
    .p_report-page .bar-column table, .m_insight-report-view .bar-column table {
      margin-bottom: 0; }
      .p_report-page .bar-column table td, .m_insight-report-view .bar-column table td {
        border-left: solid 2px white;
        border-right: solid 2px white;
        height: 15px;
        padding: 2px !important;
        border-top: 0; }
      .p_report-page .bar-column table .hidden-bar-column, .m_insight-report-view .bar-column table .hidden-bar-column {
        width: 0%;
        display: none;
        padding: 0 !important;
        border: 0 !important;
        margin: 0; }
      .p_report-page .bar-column table .zero-bar-column, .m_insight-report-view .bar-column table .zero-bar-column {
        background-color: var(--color-secondary-25); }
  .p_report-page.elaboration-report .bar-column, .m_insight-report-view.elaboration-report .bar-column {
    width: 100px; }
  .p_report-page radiochart .scope-row, .m_insight-report-view radiochart .scope-row {
    display: flex;
    /*flex: 1;*/
    flex-direction: row;
    height: 25px;
    /*border: 1px solid yellow;*/
    /*background: lightgreen;*/
    margin-bottom: 10px; }
    .p_report-page radiochart .scope-row .scope-row-before, .m_insight-report-view radiochart .scope-row .scope-row-before {
      background-color: var(--color-secondary-25);
      height: 5px;
      margin-top: 10px; }
    .p_report-page radiochart .scope-row .scope-row-value, .m_insight-report-view radiochart .scope-row .scope-row-value {
      margin-top: 3px; }
      .p_report-page radiochart .scope-row .scope-row-value a, .m_insight-report-view radiochart .scope-row .scope-row-value a {
        background-color: var(--color-primary-85);
        width: 20px;
        display: flex;
        height: 20px;
        border-radius: 50%; }
    .p_report-page radiochart .scope-row .scope-row-after, .m_insight-report-view radiochart .scope-row .scope-row-after {
      flex: 1;
      height: 5px;
      margin-top: 10px;
      background-color: var(--color-secondary-25); }
    .p_report-page radiochart .scope-row.header-title, .m_insight-report-view radiochart .scope-row.header-title {
      margin-bottom: 5px; }
  .p_report-page radiochart .main-container, .m_insight-report-view radiochart .main-container {
    display: flex;
    flex: 1;
    flex-direction: column; }
  .p_report-page radiochart .scope-row-title, .m_insight-report-view radiochart .scope-row-title {
    min-width: 100px;
    width: 150px;
    display: flex;
    align-items: center; }
  .p_report-page radiochart .scope-row-line-container, .m_insight-report-view radiochart .scope-row-line-container {
    flex: 1;
    flex-wrap: nowrap;
    display: flex; }
    .p_report-page radiochart .scope-row-line-container.header-title, .m_insight-report-view radiochart .scope-row-line-container.header-title {
      margin-top: 5px;
      font: 500 18px "Karla"; }
    .p_report-page radiochart .scope-row-line-container .right-title, .m_insight-report-view radiochart .scope-row-line-container .right-title {
      margin-left: auto; }
  .p_report-page.elaboration-report, .m_insight-report-view.elaboration-report {
    margin: 0px; }
    .p_report-page.elaboration-report div.header, .m_insight-report-view.elaboration-report div.header {
      display: none; }
    .p_report-page.elaboration-report table.multi-part-elaboration, .m_insight-report-view.elaboration-report table.multi-part-elaboration {
      border: 0; }
      .p_report-page.elaboration-report table.multi-part-elaboration .function-header, .m_insight-report-view.elaboration-report table.multi-part-elaboration .function-header {
        border: 0; }
        .p_report-page.elaboration-report table.multi-part-elaboration .function-header:nth-child(2) td, .m_insight-report-view.elaboration-report table.multi-part-elaboration .function-header:nth-child(2) td {
          padding-top: 5px !important; }
        .p_report-page.elaboration-report table.multi-part-elaboration .function-header td, .m_insight-report-view.elaboration-report table.multi-part-elaboration .function-header td {
          padding-top: 20px; }
        .p_report-page.elaboration-report table.multi-part-elaboration .function-header *, .p_report-page.elaboration-report table.multi-part-elaboration .function-header td, .m_insight-report-view.elaboration-report table.multi-part-elaboration .function-header *, .m_insight-report-view.elaboration-report table.multi-part-elaboration .function-header td {
          background: var(--Popup-back-color) !important;
          font-weight: 700;
          font-size: 16px;
          border: 0;
          padding-bottom: 5px; }
      .p_report-page.elaboration-report table.multi-part-elaboration tr.footer td, .m_insight-report-view.elaboration-report table.multi-part-elaboration tr.footer td {
        font-weight: 700;
        font-size: 15px; }
      .p_report-page.elaboration-report table.multi-part-elaboration tr.footer, .m_insight-report-view.elaboration-report table.multi-part-elaboration tr.footer {
        background-color: var(--color-secondary-10) !important; }
    .p_report-page.elaboration-report Tabular table td, .m_insight-report-view.elaboration-report Tabular table td {
      padding: 0.75rem; }
  .p_report-page sankeydiagram .chart-content, .m_insight-report-view sankeydiagram .chart-content {
    overflow: visible !important; }
    .p_report-page sankeydiagram .chart-content .highcharts-container, .m_insight-report-view sankeydiagram .chart-content .highcharts-container {
      overflow: visible !important; }
    .p_report-page sankeydiagram .chart-content .node-label, .m_insight-report-view sankeydiagram .chart-content .node-label {
      display: flex;
      width: 91px; }
      .p_report-page sankeydiagram .chart-content .node-label .point-title, .m_insight-report-view sankeydiagram .chart-content .node-label .point-title {
        font-weight: normal; }
        .p_report-page sankeydiagram .chart-content .node-label .point-title.point-output, .m_insight-report-view sankeydiagram .chart-content .node-label .point-title.point-output {
          margin-left: 2px;
          margin-right: 2px; }
        .p_report-page sankeydiagram .chart-content .node-label .point-title.selected, .m_insight-report-view sankeydiagram .chart-content .node-label .point-title.selected {
          font-weight: bold !important; }
      .p_report-page sankeydiagram .chart-content .node-label a, .m_insight-report-view sankeydiagram .chart-content .node-label a {
        text-decoration: none; }
        .p_report-page sankeydiagram .chart-content .node-label a.link-output, .m_insight-report-view sankeydiagram .chart-content .node-label a.link-output {
          margin-left: auto; }
        .p_report-page sankeydiagram .chart-content .node-label a.link-input, .m_insight-report-view sankeydiagram .chart-content .node-label a.link-input {
          margin-right: 2px; }
      .p_report-page sankeydiagram .chart-content .node-label .icon, .m_insight-report-view sankeydiagram .chart-content .node-label .icon {
        font-size: 16px; }
    .p_report-page sankeydiagram .chart-content .highcharts-data-label > span, .m_insight-report-view sankeydiagram .chart-content .highcharts-data-label > span {
      overflow: visible !important; }
    .p_report-page sankeydiagram .chart-content .highcharts-title, .m_insight-report-view sankeydiagram .chart-content .highcharts-title {
      width: 100%; }
      .p_report-page sankeydiagram .chart-content .highcharts-title .sankey-title, .m_insight-report-view sankeydiagram .chart-content .highcharts-title .sankey-title {
        display: flex;
        font: 500 18px "Karla" !important; }
        .p_report-page sankeydiagram .chart-content .highcharts-title .sankey-title .sankey-output, .m_insight-report-view sankeydiagram .chart-content .highcharts-title .sankey-title .sankey-output {
          margin-left: auto;
          margin-right: 43px; }

tabular .BusinessFunction-group-cell, tabular .BusinessProcess-group-cell {
  padding: 0; }
  tabular .BusinessFunction-group-cell .grid, tabular .BusinessProcess-group-cell .grid {
    border: 0; }

tabular .BusinessProcess-group-cell .grid {
  margin-bottom: 0; }

/*.m_insight-report-view{
    & > div.row{
        background: white;
        margin-right: 3px;
        margin-right: 3px;
        margin-left: 3px;
        border-radius: 4px;
    }
}*/
[OperationalReportModule] {
  background-color: var(--White-Color);
  padding: 15px;
  overflow-x: auto;
  border-radius: 8px;
  box-shadow: #333 0 0 13px -10px;
  margin-bottom: 2rem;
  width: 100%;
  display: block; }
  [OperationalReportModule]::-webkit-scrollbar {
    height: 8px; }
  [OperationalReportModule]::-webkit-scrollbar-track {
    background: #ABABAB; }
  [OperationalReportModule]::-webkit-scrollbar-thumb {
    background: #6D6D6D; }
  [OperationalReportModule]::-webkit-scrollbar-thumb:hover {
    background: #555; }
  [OperationalReportModule] .header {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: sticky;
    left: 0px; }
    [OperationalReportModule] .header .title {
      font: 500 16px "Karla"; }
    [OperationalReportModule] .header .actions {
      margin-left: auto;
      display: flex;
      align-items: center; }
      [OperationalReportModule] .header .actions a {
        text-decoration: none; }
        [OperationalReportModule] .header .actions a.comment {
          display: flex;
          margin-right: 7px; }
        [OperationalReportModule] .header .actions a.star {
          display: flex; }
          [OperationalReportModule] .header .actions a.star.user > i {
            color: #0DB935 !important; }
          [OperationalReportModule] .header .actions a.star.system > i {
            color: #FFC93C !important; }
        [OperationalReportModule] .header .actions a.toggle-chart {
          display: flex;
          margin-right: 7px;
          cursor: pointer; }
          [OperationalReportModule] .header .actions a.toggle-chart > i {
            font-size: 17px; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m_customer-journey-list .olive-instant-search-item .card-item {
  border-radius: 0px;
  padding: 15px;
  display: flex;
  border-top: 1px;
  border-color: #E3E3E3;
  border-style: solid;
  border-bottom: 1px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px; }
  .m_customer-journey-list .olive-instant-search-item .card-item .card-item-content {
    display: flex;
    width: 100%; }
    .m_customer-journey-list .olive-instant-search-item .card-item .card-item-content .customer-journey, .m_customer-journey-list .olive-instant-search-item .card-item .card-item-content .customer-touch-point {
      display: flex;
      align-items: center;
      width: 50%; }
      .m_customer-journey-list .olive-instant-search-item .card-item .card-item-content .customer-journey i, .m_customer-journey-list .olive-instant-search-item .card-item .card-item-content .customer-touch-point i {
        align-self: flex-start;
        margin-top: 5px;
        margin-right: 5px;
        color: #6D6D6D !important; }
      .m_customer-journey-list .olive-instant-search-item .card-item .card-item-content .customer-journey div, .m_customer-journey-list .olive-instant-search-item .card-item .card-item-content .customer-touch-point div {
        display: flex;
        flex-wrap: wrap;
        align-self: flex-start; }
        .m_customer-journey-list .olive-instant-search-item .card-item .card-item-content .customer-journey div span, .m_customer-journey-list .olive-instant-search-item .card-item .card-item-content .customer-touch-point div span {
          width: 100%;
          text-align: left; }

.p_customer-Journeys .m_customer-journey .customer-journey-top {
  display: flex; }
  .p_customer-Journeys .m_customer-journey .customer-journey-top .m_customer-journey-filter {
    width: 50%;
    background-color: #fff;
    padding: 15px;
    margin-right: 15px; }
    .p_customer-Journeys .m_customer-journey .customer-journey-top .m_customer-journey-filter > h2 {
      font: 700 18px "Karla";
      color: var(--general-font-color); }
    .p_customer-Journeys .m_customer-journey .customer-journey-top .m_customer-journey-filter .search {
      max-width: 1000px; }
      .p_customer-Journeys .m_customer-journey .customer-journey-top .m_customer-journey-filter .search > .form-group {
        flex-wrap: nowrap !important;
        flex: 0 0 50%;
        /*max-width: 50%;*/
        margin-right: 0 !important; }
        .p_customer-Journeys .m_customer-journey .customer-journey-top .m_customer-journey-filter .search > .form-group.customer-journey-verticalRow {
          flex-direction: column-reverse;
          flex: 0 0 55% !important; }
        .p_customer-Journeys .m_customer-journey .customer-journey-top .m_customer-journey-filter .search > .form-group .control-label {
          flex: 0 0 30px;
          padding-top: 5px;
          padding-left: 0px;
          display: flex;
          align-items: center; }
        .p_customer-Journeys .m_customer-journey .customer-journey-top .m_customer-journey-filter .search > .form-group .group-control {
          min-width: 20rem;
          max-width: 100%;
          flex: 1;
          margin-right: 11px; }
      .p_customer-Journeys .m_customer-journey .customer-journey-top .m_customer-journey-filter .search > fieldset > .form-group {
        margin-bottom: 0 !important; }
    .p_customer-Journeys .m_customer-journey .customer-journey-top .m_customer-journey-filter .grid-wrapper {
      display: none; }
    .p_customer-Journeys .m_customer-journey .customer-journey-top .m_customer-journey-filter .buttons-row {
      margin-bottom: 0px; }
  .p_customer-Journeys .m_customer-journey .customer-journey-top .m_customer-journey-form {
    background-color: #fff;
    padding: 15px;
    width: 50%; }
    .p_customer-Journeys .m_customer-journey .customer-journey-top .m_customer-journey-form > h2 {
      font: 700 18px "Karla";
      color: var(--general-font-color); }

.p_customer-Journeys .m_customer-journey .customer-journey-bottom {
  background-color: #fff;
  display: flex;
  margin-top: 15px; }
  .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-list {
    padding: 15px;
    width: 50%; }
    .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-list .card-item {
      margin-bottom: 10px;
      border-radius: 4px;
      padding: 15px;
      display: flex;
      border: 1px solid #EDEDED;
      display: flex;
      width: 100%; }
      .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-list .card-item .process, .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-list .card-item .customer-touch-point, .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-list .card-item .stage {
        display: flex;
        align-items: center;
        width: 30.33%; }
        .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-list .card-item .process i, .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-list .card-item .customer-touch-point i, .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-list .card-item .stage i {
          align-self: flex-start;
          margin-top: 5px;
          margin-right: 5px; }
        .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-list .card-item .process div, .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-list .card-item .customer-touch-point div, .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-list .card-item .stage div {
          display: flex;
          flex-wrap: wrap;
          align-self: flex-start; }
          .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-list .card-item .process div span, .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-list .card-item .customer-touch-point div span, .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-list .card-item .stage div span {
            width: 100%;
            text-align: left; }
      .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-list .card-item .customer-touch-point-check {
        width: 9%;
        position: relative; }
        .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-list .card-item .customer-touch-point-check input {
          top: 8px;
          left: 10px;
          z-index: 2; }
        .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-list .card-item .customer-touch-point-check .checkbox-helper {
          left: 3px;
          top: 6px; }
  .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-journey-list {
    width: 50%;
    padding: 15px 0px 15px 0px; }
    .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-journey-list .container {
      margin-bottom: 10px; }
      .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-journey-list .container.expanded .arrow {
        transform: rotate(90deg); }
      .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-journey-list .container .stage-name {
        font: bold 30px "Grotesk";
        padding: 10px;
        background-color: #DBDBDB;
        display: flex;
        border-radius: 10px;
        color: var(--color-black-05);
        align-items: center;
        min-height: 60px; }
        .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-journey-list .container .stage-name .arrow-icon {
          margin-left: auto; }
          .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-journey-list .container .stage-name .arrow-icon .arrow {
            /*margin-top: 6px;*/
            margin-right: 5px;
            display: flex;
            align-items: flex-start;
            transition: all 600ms ease-in-out;
            font-size: 22px !important;
            font-weight: 800; }
            .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-journey-list .container .stage-name .arrow-icon .arrow:hover {
              cursor: pointer; }
      .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-journey-list .container .draggable-right {
        min-height: 20px; }
        .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-journey-list .container .draggable-right .card-item {
          margin-bottom: 10px;
          border-radius: 10px;
          padding: 15px;
          display: flex;
          display: flex;
          width: 100%;
          background-color: white; }
          .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-journey-list .container .draggable-right .card-item .process, .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-journey-list .container .draggable-right .card-item .customer-touch-point {
            display: flex;
            align-items: center;
            width: 50%; }
            .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-journey-list .container .draggable-right .card-item .process i, .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-journey-list .container .draggable-right .card-item .customer-touch-point i {
              align-self: flex-start;
              margin-top: 5px;
              margin-right: 5px; }
            .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-journey-list .container .draggable-right .card-item .process div, .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-journey-list .container .draggable-right .card-item .customer-touch-point div {
              display: flex;
              flex-wrap: wrap;
              align-self: flex-start; }
              .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-journey-list .container .draggable-right .card-item .process div span, .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-journey-list .container .draggable-right .card-item .customer-touch-point div span {
                width: 100%;
                text-align: left; }
          .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-journey-list .container .draggable-right .card-item .action {
            margin-top: 5px; }
          .p_customer-Journeys .m_customer-journey .customer-journey-bottom .touch-point-steps-journey-list .container .draggable-right .card-item .actions-sorting {
            margin-right: 15px; }

.m_customer-insights-list .olive-instant-search-item .card-item {
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 15px;
  display: flex;
  border: 1px solid #EDEDED; }
  .m_customer-insights-list .olive-instant-search-item .card-item .card-item-content {
    display: flex;
    width: 100%; }
    .m_customer-insights-list .olive-instant-search-item .card-item .card-item-content .customer-journey, .m_customer-insights-list .olive-instant-search-item .card-item .card-item-content .customer-touch-point {
      display: flex;
      align-items: center;
      width: 50%; }
      .m_customer-insights-list .olive-instant-search-item .card-item .card-item-content .customer-journey i, .m_customer-insights-list .olive-instant-search-item .card-item .card-item-content .customer-touch-point i {
        align-self: flex-start;
        margin-top: 5px;
        margin-right: 5px; }
      .m_customer-insights-list .olive-instant-search-item .card-item .card-item-content .customer-journey div, .m_customer-insights-list .olive-instant-search-item .card-item .card-item-content .customer-touch-point div {
        display: flex;
        flex-wrap: wrap;
        align-self: flex-start; }
        .m_customer-insights-list .olive-instant-search-item .card-item .card-item-content .customer-journey div span, .m_customer-insights-list .olive-instant-search-item .card-item .card-item-content .customer-touch-point div span {
          width: 100%;
          text-align: left; }

.m_customer-insight .insight-chart table {
  width: 100%;
  position: relative; }
  .m_customer-insight .insight-chart table tbody td {
    border: 1px solid var(--color-secondary-10);
    text-align: center; }
    .m_customer-insight .insight-chart table tbody td:not(.row-header) {
      min-width: 100px;
      width: 100px;
      max-width: 100px; }
    .m_customer-insight .insight-chart table tbody td.row-header {
      min-width: 103px;
      width: 70px; }
    .m_customer-insight .insight-chart table tbody td.stage-last-cell {
      border-right: 1px solid var(--color-secondary-75) !important; }
  .m_customer-insight .insight-chart table tbody tr.header-part td {
    font: 500 18px "Karla";
    color: var(--general-font-color);
    background-color: none;
    min-height: 42px;
    height: 40px;
    max-height: 42px;
    position: relative;
    background: none;
    border: none; }
  .m_customer-insight .insight-chart table tbody tr.line-chart-part {
    color: var(--general-font-color);
    background-color: var(--White-Color); }
    .m_customer-insight .insight-chart table tbody tr.line-chart-part td {
      min-height: 30px;
      height: 30px;
      max-height: 30px;
      padding: 10px; }
    .m_customer-insight .insight-chart table tbody tr.line-chart-part .row-header {
      font: 500 18px "Karla";
      border: none; }
  .m_customer-insight .insight-chart table .svg-container {
    position: absolute;
    top: 0;
    left: 0; }

.tooltip.customer-insight-step-tooltip.bs-tooltip-top .arrow:before, .tooltip.customer-insight-step-tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: var(--White-Color) !important; }

.tooltip.customer-insight-step-tooltip.bs-tooltip-right .arrow:before, .tooltip.customer-insight-step-tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-top-color: var(--White-Color) !important; }

.tooltip.customer-insight-step-tooltip.bs-tooltip-bottom .arrow:before, .tooltip.customer-insight-step-tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-top-color: var(--White-Color) !important; }

.tooltip.customer-insight-step-tooltip.bs-tooltip-left .arrow:before, .tooltip.customer-insight-step-tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-top-color: var(--White-Color) !important; }

.tooltip.customer-insight-step-tooltip .tooltip-inner {
  min-width: 150px;
  background-color: var(--White-Color) !important;
  color: var(--general-font-color) !important;
  box-shadow: 0px 3px 20px rgba(35, 35, 35, 0.2);
  border: 1px solid var(--color-secondary-10); }
  .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip {
    padding: 5px; }
    .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .step {
      display: flex;
      margin-bottom: 10px; }
      .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .step .title {
        font: 500 18px "Karla"; }
      .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .step .scale-time {
        margin-left: auto; }
    .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .communication-method {
      margin-bottom: 10px; }
    .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .communication-method, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .system {
      display: flex; }
      .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .communication-method span, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .system span {
        font: 400 12px "Karla";
        margin-top: 2px; }
    .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip i.c-ico, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .group-control > i.fa-check, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .typeahead__container .typehead-chevron-down i:first-child, .typeahead__container .typehead-chevron-down .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip i:first-child, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .subform .subform-item .delete-button i, .subform .subform-item .delete-button .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip i, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip th.sort-ascending i, th.sort-ascending .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip i, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip th.sort-descending i, th.sort-descending .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip i, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .modal-content .modal-header .close i, .modal-content .modal-header .close .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip i, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .bootstrap-select i.dropdown-toggle:after, .bootstrap-select .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip i.dropdown-toggle:after, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .form-control[data-control=date-picker] + .input-group-addon > i, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon > i, *[data-control=collapsible-checkboxes] .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip [data-control=date-picker].textbox + .input-group-addon > i, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .form-control[data-control=time-picker] + .input-group-addon > i, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon > i, *[data-control=collapsible-checkboxes] .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip [data-control=time-picker].textbox + .input-group-addon > i, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .form-control[data-control=date-picker\|time-picker] + .input-group-addon > i, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon > i, *[data-control=collapsible-checkboxes] .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip [data-control=date-picker\|time-picker].textbox + .input-group-addon > i, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .checkbox-list input[type='checkbox'].handled:checked + i.checkbox-helper:before, .checkbox-list .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip input[type='checkbox'].handled:checked + i.checkbox-helper:before, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .checkbox-list input[type='checkbox'].handled:not(checked) + i.checkbox-helper:before, .checkbox-list .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip input[type='checkbox'].handled:not(checked) + i.checkbox-helper:before, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip input[type='checkbox'].handled.form-check:checked + i.checkbox-helper:before, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip input[type='checkbox'].handled.form-check:not(checked) + i.checkbox-helper:before, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .radio-list input[type='radio'].handled:checked + i.radio-helper:before, .radio-list .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip input[type='radio'].handled:checked + i.radio-helper:before, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .radio-list input[type='radio'].handled:not(checked) + i.radio-helper:before, .radio-list .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip input[type='radio'].handled:not(checked) + i.radio-helper:before, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .search .instance-search-item-without-button i.group-control:after, .search .instance-search-item-without-button .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip i.group-control:after, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip i.radio-helper, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip i.radio-helper, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip i.radio-helper, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip i.radio-helper, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip i.radio-helper, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip [OperationalReportModule] .header .actions a.star.user > i, [OperationalReportModule] .header .actions .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip a.star.user > i, .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip [OperationalReportModule] .header .actions a.star.system > i, [OperationalReportModule] .header .actions .tooltip.customer-insight-step-tooltip .tooltip-inner .step-tooltip a.star.system > i {
      font-size: 17px !important;
      margin-right: 5px; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m_recommendation-process-selector.view-card {
  background: var(--White-Color);
  border-radius: 20px;
  padding: 25px;
  padding: 20px 30px 1px 30px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }
  .m_recommendation-process-selector.view-card h2.header-text {
    font: 700 24px 'Grotesk' !important;
    color: #FF4367 !important; }
  .m_recommendation-process-selector.view-card .process-selector .form-body .form-group i.selector-seprator {
    font-size: 27px !important;
    color: #E1E1E1 !important;
    font-weight: 700;
    margin: 0 25px !important; }
  .m_recommendation-process-selector.view-card .process-selector .form-body .form-group .icon-function {
    padding-left: 0px !important; }
  .m_recommendation-process-selector.view-card .process-selector .form-body .form-group .icon-process {
    padding-left: 0px !important; }
  .m_recommendation-process-selector.view-card div.view-body {
    margin-top: 50px; }
    .m_recommendation-process-selector.view-card div.view-body .form-group {
      flex-direction: row;
      flex-wrap: nowrap; }
      .m_recommendation-process-selector.view-card div.view-body .form-group .control-label {
        flex: 0 1;
        font: 700 24px 'Grotesk';
        color: #A5A5A5;
        margin-right: 10px; }
      .m_recommendation-process-selector.view-card div.view-body .form-group .group-control {
        flex: 1 0;
        max-width: unset !important;
        font: 700 24px 'Grotesk';
        color: var(--color-black-05);
        /*&.default-rec {
                        color: $Accent-color !important;
                    }*/ }
      .m_recommendation-process-selector.view-card div.view-body .form-group p.description {
        font: 700 15px "Karla";
        padding-left: 15px;
        color: var(--color-secondary-75); }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.recommendation-page .calculation-progress {
  display: flex;
  flex-direction: column; }
  .recommendation-page .calculation-progress .progress-wrapper {
    display: flex;
    flex-direction: row; }
    .recommendation-page .calculation-progress .progress-wrapper .progress-bar {
      width: 270px;
      border-radius: 16px;
      background-color: #FFDAE1;
      flex: 1;
      /*&:hover {
                    box-shadow: -2px -2px 20px $Accent-color;
                }*/ }
      .recommendation-page .calculation-progress .progress-wrapper .progress-bar .progress {
        background-color: #FF4367;
        height: 20px;
        border-radius: 16px; }
    .recommendation-page .calculation-progress .progress-wrapper .progress-percentage {
      margin-left: 6px;
      width: 60px;
      color: #FF4367; }
  .recommendation-page .calculation-progress .time-to-finish {
    font: 500 18px "Karla";
    padding-right: 15px;
    color: #FF4367 !important;
    margin-top: 5px; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.recommendation-process-page .process-scoring-menu ul.tab-menu {
  border-radius: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: 1px solid #EDEDED; }

.recommendation-process-page .recommendation-scoring-list .actions {
  padding-left: 20px;
  padding-right: 20px; }

.recommendation-process-page .btn-select {
  padding: 5px 11px !important;
  background-color: #FF4367 !important;
  color: var(--White-Color) !important;
  min-height: 39px; }
  .recommendation-process-page .btn-select.btn-selected {
    border: 1px solid #FF4367 !important;
    background-color: var(--White-Color) !important;
    color: #FF4367 !important; }
    .recommendation-process-page .btn-select.btn-selected::before {
      content: "\2713";
      /* Unicode for check mark */
      margin-right: 5px;
      /* Adjust spacing as needed */ }

.recommendation-process-page .selected-row {
  background-color: var(--White-Color) !important; }

.recommendation-process-page .no-display {
  display: none; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m_scenario-scoring-list .list-header {
  color: var(--White-Color);
  background-color: #FF4367;
  padding: 10px 10px 10px 20px;
  font: 600 20px "Karla"; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.act-report-recommendation-page .header-container {
  padding: 0;
  margin: 0;
  padding-bottom: 30px !important; }

.act-report-recommendation-page .sub-header-text {
  color: var(--color-secondary-75);
  font: 700 30px 'Grotesk';
  margin-bottom: 0;
  margin-right: 5px; }

.act-report-recommendation-page .roi {
  display: flex; }
  .act-report-recommendation-page .roi .title {
    font: 700 24px 'Grotesk';
    margin-bottom: 20px; }
  .act-report-recommendation-page .roi .times {
    flex: 1;
    flex-basis: 50%;
    margin-right: 60px; }
  .act-report-recommendation-page .roi .labours {
    flex: 1;
    flex-basis: 50%; }

.act-report-recommendation-page .roi-progress {
  display: flex; }
  .act-report-recommendation-page .roi-progress .roi-progress-value {
    flex: 0 0 auto;
    padding-right: 30px;
    font: 700 20px 'Grotesk';
    min-width: 150px; }
    .act-report-recommendation-page .roi-progress .roi-progress-value span {
      font: 600 15px 'Grotesk';
      color: #A5A5A5;
      padding-left: 5px; }
  .act-report-recommendation-page .roi-progress .roi-progress-wrapper {
    position: relative;
    flex: 1;
    border-radius: 16px;
    background-color: #D9D9D9;
    overflow: hidden;
    position: relative;
    /*&:hover {
                box-shadow: -2px -2px 20px $Accent-color;
            }*/ }
    .act-report-recommendation-page .roi-progress .roi-progress-wrapper:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: transparent;
      border-radius: 16px;
      border: 1px solid #D9D9D9; }
    .act-report-recommendation-page .roi-progress .roi-progress-wrapper .roi-progress-bar {
      height: 30px;
      border-radius: 16px;
      transition: width 0.3s ease-in-out; }
      .act-report-recommendation-page .roi-progress .roi-progress-wrapper .roi-progress-bar .roi-progress-percentage {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font: 600 15px 'Karla';
        color: var(--general-font-color); }
    .act-report-recommendation-page .roi-progress .roi-progress-wrapper .time-bar {
      background-color: #98D82A; }
    .act-report-recommendation-page .roi-progress .roi-progress-wrapper .labour-bar {
      background-color: #FFA000; }

.act-report-recommendation-page .rec-card {
  background: var(--White-Color);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px; }
  .act-report-recommendation-page .rec-card .card-header {
    font: 700 20px 'Grotesk';
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
    background-color: inherit; }
  .act-report-recommendation-page .rec-card .card-body {
    padding-top: 30px;
    padding-bottom: 30px; }

.act-report-recommendation-page .card-item {
  padding-top: 30px;
  padding-bottom: 30px; }
  .act-report-recommendation-page .card-item .card-item-header {
    display: flex;
    margin-bottom: 30px;
    font: 700 20px 'Grotesk';
    color: #FF4367; }
    .act-report-recommendation-page .card-item .card-item-header .card-item-actions {
      margin-left: auto; }
      .act-report-recommendation-page .card-item .card-item-header .card-item-actions i {
        display: block;
        font-size: 25px !important;
        font-weight: 700;
        color: #FF4367;
        margin-right: 5px; }
  .act-report-recommendation-page .card-item.expanded .card-item-actions .arrow {
    transform: rotate(90deg);
    color: #FF4367 !important; }

.act-report-recommendation-page .roi-by-systems-list .system-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: 5px;
  border: 1px solid var(--color-black-05);
  padding: 10px;
  min-width: 200px; }
  .act-report-recommendation-page .roi-by-systems-list .system-info .system-info-logo .system-logo {
    height: 32px;
    width: 32px; }
  .act-report-recommendation-page .roi-by-systems-list .system-info .system-info-name {
    padding-left: 15px;
    font: 700 20px 'Grotesk';
    color: var(--color-black-05); }

.act-report-recommendation-page .roi-by-systems-list .flash {
  padding: 0px 50px;
  display: flex;
  align-items: center; }
  .act-report-recommendation-page .roi-by-systems-list .flash .arrow:before {
    font-size: 36px; }

.act-report-recommendation-page .roi-by-systems-list .roi-dep-list .dep-item .dep-item-header {
  display: flex;
  margin-top: 50px;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #f540656b; }
  .act-report-recommendation-page .roi-by-systems-list .roi-dep-list .dep-item .dep-item-header .dep-name {
    font: 700 22px 'Grotesk';
    margin-left: 10px; }

.act-report-recommendation-page .roi-by-systems-list .roi-dep-list .dep-item .dep-roi {
  margin-top: 15px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px; }
  .act-report-recommendation-page .roi-by-systems-list .roi-dep-list .dep-item .dep-roi .roi {
    display: flex; }
    .act-report-recommendation-page .roi-by-systems-list .roi-dep-list .dep-item .dep-roi .roi .title {
      font: 600 19px 'Grotesk';
      margin-bottom: 15px;
      color: #A5A5A5; }
    .act-report-recommendation-page .roi-by-systems-list .roi-dep-list .dep-item .dep-roi .roi .times {
      flex: 1;
      flex-basis: 50%;
      margin-right: 60px; }
    .act-report-recommendation-page .roi-by-systems-list .roi-dep-list .dep-item .dep-roi .roi .labours {
      flex: 1;
      flex-basis: 50%; }

.act-report-recommendation-page .roi-function-list {
  padding-top: 30px;
  padding-bottom: 30px; }
  .act-report-recommendation-page .roi-function-list .roi-function-item {
    margin-bottom: 30px; }
    .act-report-recommendation-page .roi-function-list .roi-function-item .roi-function-header {
      display: flex; }
      .act-report-recommendation-page .roi-function-list .roi-function-item .roi-function-header .function-name {
        font: 700 20px 'Grotesk';
        margin-left: 10px; }

.act-report-recommendation-page .roi-process-table table {
  width: 100%; }

.act-report-recommendation-page .roi-process-table .title-col {
  width: 21%; }

.act-report-recommendation-page .roi-process-table .rio-col {
  width: 37%;
  padding-left: 50px !important; }

.act-report-recommendation-page .roi-process-table th {
  font: 400 17px 'Karla' !important;
  color: #6D6D6D !important;
  border-top: none; }

.act-report-recommendation-page .roi-process-table td {
  font: 700 17px 'Karla';
  color: var(--color-black-05) !important;
  border: none !important; }

.act-report-recommendation-page .roi-process-table tfoot > tr > td {
  border-top: 1px solid #EDEDED !important;
  font-weight: 800; }

.act-report-recommendation-page .roi-process-table .footer-roi {
  display: flex; }
  .act-report-recommendation-page .roi-process-table .footer-roi .footer-roi-value {
    width: 130px;
    flex: 0 0 auto; }
  .act-report-recommendation-page .roi-process-table .footer-roi .footer-roi-percentage {
    flex: 1;
    padding-left: 10px; }

.act-report-recommendation-page .roi-process-table .roi-progress .roi-progress-value {
  font: 700 17px 'Karla';
  min-width: 130px; }

.act-report-recommendation-page .roi-process-table .roi-progress span {
  font: 700 15px 'Karla'; }

.act-report-recommendation-page .title-view {
  margin-bottom: 40px;
  padding-left: 15px; }
  .act-report-recommendation-page .title-view h3 {
    font: 700 24px 'Grotesk';
    color: #A5A5A5; }
  .act-report-recommendation-page .title-view h2 {
    font: 700 30px 'Grotesk';
    color: var(--color-black-05); }
  .act-report-recommendation-page .title-view p {
    margin-top: 10px;
    font: 700 15px 'Karla';
    color: var(--color-secondary-75); }

.act-report-recommendation-page .recommendations {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%; }
  .act-report-recommendation-page .recommendations .vertical-tab {
    width: 218px;
    background: var(--White-Color);
    border-radius: 20px;
    height: fit-content;
    float: left; }
    .act-report-recommendation-page .recommendations .vertical-tab ul .nav-tabs, .act-report-recommendation-page .recommendations .vertical-tab ul form .form-body .form-tabs-header, form .form-body .act-report-recommendation-page .recommendations .vertical-tab ul .form-tabs-header {
      border: none !important;
      padding-bottom: 50px; }
    .act-report-recommendation-page .recommendations .vertical-tab li.nav-item, .act-report-recommendation-page .recommendations .vertical-tab .navbar-nav > li {
      padding: 20px;
      border-bottom: 5px solid #F7F7F7;
      background-color: transparent; }
      .act-report-recommendation-page .recommendations .vertical-tab li.nav-item a, .act-report-recommendation-page .recommendations .vertical-tab .navbar-nav > li a {
        text-decoration: none;
        color: #000000;
        font: 600 15px 'Grotesk';
        color: var(--color-black-05);
        padding: 0px;
        word-wrap: break-word; }
      .act-report-recommendation-page .recommendations .vertical-tab li.nav-item:last-child, .act-report-recommendation-page .recommendations .vertical-tab .navbar-nav > li:last-child {
        border-bottom: none; }
      .act-report-recommendation-page .recommendations .vertical-tab li.nav-item.active a, .act-report-recommendation-page .recommendations .vertical-tab .navbar-nav > li.active a {
        text-decoration: none;
        color: #FF4367;
        font: 800 15px 'Grotesk'; }
      .act-report-recommendation-page .recommendations .vertical-tab li.nav-item:hover a:not([disabled]), .act-report-recommendation-page .recommendations .vertical-tab .navbar-nav > li:hover a:not([disabled]) {
        /*color: $tab-menu-item-color;*/
        color: #FF4367;
        opacity: 1.0; }
  .act-report-recommendation-page .recommendations .tab-body {
    padding: 30px;
    width: calc(100% - 222px); }
  .act-report-recommendation-page .recommendations div[tab-body-empty] {
    display: none; }
  .act-report-recommendation-page .recommendations .empty-list {
    width: 100%; }

.act-report-recommendation-page .state-btn-contianer {
  display: none !important; }

.act-report-recommendation-page .report-transformations-page .tab-body .detailed-insights-view-card.transformation-card .view-body {
  padding: 0 !important; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m_understand-insights-key_findings .header-container {
  padding: 0;
  margin: 0;
  padding-bottom: 30px !important; }

.m_understand-insights-key_findings .sub-header-text {
  color: var(--color-secondary-75);
  font: 700 30px 'Grotesk';
  margin-bottom: 0;
  margin-right: 5px; }

.m_understand-insights-key_findings .grid-list.card-list.single .card-item {
  /*&:hover {
            background: white;
        }*/ }
  .m_understand-insights-key_findings .grid-list.card-list.single .card-item:hover:not(.row-archived):not(.expanded) {
    background-color: transparent; }

.m_understand-insights-key_findings .inst-kf-item {
  padding: 30px;
  background: white;
  border-radius: 20px;
  margin-bottom: 15px;
  margin-top: 15px; }
  .m_understand-insights-key_findings .inst-kf-item .inst-kf-header {
    display: flex;
    margin-bottom: 26px; }
    .m_understand-insights-key_findings .inst-kf-item .inst-kf-header .inst-kf-title {
      display: flex;
      font: bold 20px 'Grotesk';
      color: #FF4367; }
    .m_understand-insights-key_findings .inst-kf-item .inst-kf-header .inst-kf-actions {
      display: flex;
      margin-left: auto; }
      .m_understand-insights-key_findings .inst-kf-item .inst-kf-header .inst-kf-actions .inst-kf-edit {
        padding-right: 20px; }
  .m_understand-insights-key_findings .inst-kf-item .inst-kf-body {
    margin-bottom: 5px; }
    .m_understand-insights-key_findings .inst-kf-item .inst-kf-body .inst-kf-details {
      font: 300 15px 'Karla';
      text-align: left;
      color: #6D6D6D; }
  .m_understand-insights-key_findings .inst-kf-item .inst-kf-footer {
    display: flex;
    margin-bottom: 5px;
    padding: 5px; }
    .m_understand-insights-key_findings .inst-kf-item .inst-kf-footer .inst-kf-data {
      align-content: center;
      font: 700 40px 'Grotesk';
      color: #414141; }
    .m_understand-insights-key_findings .inst-kf-item .inst-kf-footer .inst-kf-data_explanation {
      font: 300 15px 'Karla';
      text-align: left;
      padding-left: 30px; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m_understand-insights-categories .header-container {
  padding: 0;
  margin: 0;
  padding-bottom: 30px !important; }

.m_understand-insights-categories .sub-header-text {
  color: var(--color-secondary-75);
  font: 700 30px 'Grotesk';
  margin-bottom: 0;
  margin-right: 5px; }

.m_understand-insights-categories .grid.grid-list tbody {
  border-bottom: none !important; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m_understand-insights-overall-potential-score .header-container {
  padding: 0;
  margin: 0;
  padding-bottom: 30px !important; }

.m_understand-insights-overall-potential-score .sub-header-text {
  color: var(--color-secondary-75);
  font: 700 30px 'Grotesk';
  margin-bottom: 0;
  margin-right: 5px; }

.m_understand-insights-overall-potential-score .inst-ovptsc-list form {
  background: var(--White-Color);
  border-radius: 20px;
  padding: 25px; }

.m_understand-insights-overall-potential-score .card-item {
  display: flex;
  background-color: var(--White-Color);
  margin-bottom: 55px; }
  .m_understand-insights-overall-potential-score .card-item .card-item-content {
    display: flex;
    width: 100%; }
  .m_understand-insights-overall-potential-score .card-item .inst-ovptsc-list-item {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    background-color: var(--White-Color); }
    .m_understand-insights-overall-potential-score .card-item .inst-ovptsc-list-item .inst-ovptsc-title {
      display: flex;
      flex-direction: row;
      color: #707070;
      font: 400 15px "Karla";
      flex-wrap: wrap; }
      .m_understand-insights-overall-potential-score .card-item .inst-ovptsc-list-item .inst-ovptsc-title .inst-ovptsc-score {
        margin-left: 10px; }
    .m_understand-insights-overall-potential-score .card-item .inst-ovptsc-list-item .inst-ovptsc-detail {
      color: #6D6D6D;
      font: 300 15px "Karla"; }

.m_understand-insights-overall-potential-score .inst-ovptsc-view form {
  background: var(--White-Color);
  border-radius: 20px;
  padding: 25px; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m_understand-insights-detailed {
  /*.grid-wrapper .r-grid{
        border:none;
        border-bottom: 1px solid #E3E3E3;
    }

    .grid-wrapper .r-grid .r-grid-row{
        display: flex;
        align-items: flex-start;
        min-height: 60px;
        border: 1px solid #EDEDED;
        padding: 10px 10px;
        border-top: 1px;
        border-color: #E3E3E3;
        border-style: solid;
        border-bottom: 1px;
        border-left: 0px;
        border-right: 0px;
        border-radius: 0px;
    }

    .grid-wrapper .r-grid .r-grid-row .r-grid-cell{
        border: none !important;
        margin-top: 5px;
    }
    
    .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions{
        width: auto;
        text-align: left;
    }

        .data{
        display: flex;
        flex-direction: column;
        flex-grow:1;
        align-items: center;
        .title{
            font-weight:700;
            margin-bottom:10px;
        }

        .reason{

        }
    }

    .view-link{

    }
    */ }
  .m_understand-insights-detailed .header-container {
    padding: 0;
    margin: 0;
    padding-bottom: 30px !important; }
  .m_understand-insights-detailed .sub-header-text {
    color: var(--color-secondary-75);
    font: 700 30px 'Grotesk';
    margin-bottom: 0;
    margin-right: 5px; }
  .m_understand-insights-detailed .grid-wrapper .r-grid {
    border: none; }
  .m_understand-insights-detailed .r-grid .r-grid-row .r-grid-cell, .m_understand-insights-detailed .r-grid .grid tbody tr .r-grid-cell, .grid tbody .m_understand-insights-detailed .r-grid tr .r-grid-cell, .m_understand-insights-detailed .r-grid .r-grid-row .grid tbody tr th, .grid tbody tr .m_understand-insights-detailed .r-grid .r-grid-row th, .m_understand-insights-detailed .r-grid .grid tbody tr th, .grid tbody .m_understand-insights-detailed .r-grid tr th {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
    .m_understand-insights-detailed .r-grid .r-grid-row .r-grid-cell [data-sort-item], .m_understand-insights-detailed .r-grid .grid tbody tr .r-grid-cell [data-sort-item], .grid tbody .m_understand-insights-detailed .r-grid tr .r-grid-cell [data-sort-item], .m_understand-insights-detailed .r-grid .r-grid-row .grid tbody tr th [data-sort-item], .grid tbody tr .m_understand-insights-detailed .r-grid .r-grid-row th [data-sort-item], .m_understand-insights-detailed .r-grid .grid tbody tr th [data-sort-item], .grid tbody .m_understand-insights-detailed .r-grid tr th [data-sort-item] {
      cursor: move !important; }
  .m_understand-insights-detailed .r-grid .r-grid-row .actions-sorting, .m_understand-insights-detailed .r-grid .grid tbody tr .actions-sorting, .grid tbody .m_understand-insights-detailed .r-grid tr .actions-sorting {
    width: 50px; }
  .m_understand-insights-detailed .r-grid .r-grid-row .r-grid-cell.actions, .m_understand-insights-detailed .r-grid .grid tbody tr .r-grid-cell.actions, .grid tbody .m_understand-insights-detailed .r-grid tr .r-grid-cell.actions, .m_understand-insights-detailed .r-grid .r-grid-row .grid tbody tr th.actions, .grid tbody tr .m_understand-insights-detailed .r-grid .r-grid-row th.actions, .m_understand-insights-detailed .r-grid .grid tbody tr th.actions, .grid tbody .m_understand-insights-detailed .r-grid tr th.actions {
    display: none; }
  .m_understand-insights-detailed .r-grid .r-grid-row .col-insi-desc, .m_understand-insights-detailed .r-grid .grid tbody tr .col-insi-desc, .grid tbody .m_understand-insights-detailed .r-grid tr .col-insi-desc {
    display: flex; }
    .m_understand-insights-detailed .r-grid .r-grid-row .col-insi-desc .detailed-insight, .m_understand-insights-detailed .r-grid .grid tbody tr .col-insi-desc .detailed-insight, .grid tbody .m_understand-insights-detailed .r-grid tr .col-insi-desc .detailed-insight {
      display: flex;
      flex: 1;
      flex-wrap: wrap;
      width: 100%;
      flex-direction: column;
      align-items: flex-start;
      margin-right: 10px;
      text-align: left; }
      .m_understand-insights-detailed .r-grid .r-grid-row .col-insi-desc .detailed-insight .card-cell-label, .m_understand-insights-detailed .r-grid .grid tbody tr .col-insi-desc .detailed-insight .card-cell-label, .grid tbody .m_understand-insights-detailed .r-grid tr .col-insi-desc .detailed-insight .card-cell-label {
        color: #494748;
        font: 400 15px "Karla";
        padding-bottom: 13px; }
      .m_understand-insights-detailed .r-grid .r-grid-row .col-insi-desc .detailed-insight .card-cell-text, .m_understand-insights-detailed .r-grid .grid tbody tr .col-insi-desc .detailed-insight .card-cell-text, .grid tbody .m_understand-insights-detailed .r-grid tr .col-insi-desc .detailed-insight .card-cell-text {
        color: #6D6D6D;
        font: 300 15px "Karla"; }
    .m_understand-insights-detailed .r-grid .r-grid-row .col-insi-desc .actions, .m_understand-insights-detailed .r-grid .grid tbody tr .col-insi-desc .actions, .grid tbody .m_understand-insights-detailed .r-grid tr .col-insi-desc .actions {
      margin-left: auto;
      display: flex;
      flex-direction: column;
      justify-content: center; }
  .m_understand-insights-detailed .sort {
    margin-right: 15px;
    align-items: center; }
  .m_understand-insights-detailed .card-item {
    padding: 15px;
    display: flex;
    border-top: 1px;
    border-color: #E3E3E3;
    border-style: solid;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px; }
    .m_understand-insights-detailed .card-item .card-item-content {
      display: flex;
      width: 100%; }
    .m_understand-insights-detailed .card-item .detailed-insight {
      display: flex;
      flex: 1;
      flex-wrap: wrap;
      width: 100%;
      flex-direction: column;
      align-items: flex-start;
      margin-right: 10px;
      text-align: left; }
      .m_understand-insights-detailed .card-item .detailed-insight .card-cell-label {
        color: #494748;
        font: 400 15px "Karla";
        padding-bottom: 13px; }
      .m_understand-insights-detailed .card-item .detailed-insight .card-cell-text {
        color: #6D6D6D;
        font: 300 15px "Karla"; }
    .m_understand-insights-detailed .card-item .actions {
      display: flex;
      align-items: center; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m_understand-insights-detailed-view {
  /*.header-container{
        padding:0;
        margin:0;
        padding-bottom: 30px !important;
    }
    .sub-header-text{
        color: var(--color-secondary-75);
        font: 700 30px 'Grotesk';
        margin-bottom: 0;
        margin-right: 5px;
    }*/ }
  .m_understand-insights-detailed-view .detailed-insights-view-card {
    background: var(--White-Color);
    border-radius: 20px;
    padding: 25px;
    padding: 20px 30px 1px 30px;
    margin-bottom: 60px; }
    .m_understand-insights-detailed-view .detailed-insights-view-card h2.header-text {
      font: 700 24px 'Grotesk' !important;
      color: #FF4367 !important; }
    .m_understand-insights-detailed-view .detailed-insights-view-card div.view-body .form-group {
      flex-direction: row; }
      .m_understand-insights-detailed-view .detailed-insights-view-card div.view-body .form-group .control-label {
        flex: 0 0 10%;
        font: 300 15px "Karla";
        color: #6D6D6D; }
      .m_understand-insights-detailed-view .detailed-insights-view-card div.view-body .form-group .group-control {
        flex: 0 0 90%;
        max-width: unset !important;
        font: 400 15px "Karla";
        color: #494748; }
  .m_understand-insights-detailed-view .btn-opertional {
    padding-right: 60px; }
  .m_understand-insights-detailed-view .btn-objective {
    padding-right: 60px; }
  .m_understand-insights-detailed-view .inst-comment-card {
    background: var(--White-Color);
    border-radius: 20px;
    padding: 25px;
    font: 300 15px "Karla";
    color: #6D6D6D;
    min-height: 200px; }
    .m_understand-insights-detailed-view .inst-comment-card .inst-comment-title {
      font: 400 15px "Karla";
      color: #707070; }
  .m_understand-insights-detailed-view .dg-rpt-main-cnt {
    background-color: var(--White-Color);
    margin: 0 !important; }
    .m_understand-insights-detailed-view .dg-rpt-main-cnt .dg-rpt-col-cont {
      padding-right: 0px !important;
      padding-left: 0px !important;
      margin-bottom: 0px !important; }
      .m_understand-insights-detailed-view .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont {
        border: none !important;
        padding: 0px !important;
        box-shadow: none !important;
        margin-bottom: 0px !important; }
        .m_understand-insights-detailed-view .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div .tabular-scroll {
          max-height: 700px !important; }
  .m_understand-insights-detailed-view .detailed-insights-supporting-data .header-container {
    padding: 0;
    margin: 0; }
    .m_understand-insights-detailed-view .detailed-insights-supporting-data .header-container .top-section .left-section .header-text {
      font: 700 30px 'Grotesk' !important; }
  .m_understand-insights-detailed-view .detailed-insights-supporting-data .inst-details-view-container .inst-vis {
    padding-right: 0 !important; }
  .m_understand-insights-detailed-view .inst-details-view {
    background: var(--White-Color);
    border-radius: 20px;
    padding: 25px; }
    .m_understand-insights-detailed-view .inst-details-view .inst-details-view-header {
      display: flex;
      margin-bottom: 20px; }
      .m_understand-insights-detailed-view .inst-details-view .inst-details-view-header .inst-details-view-header-actions {
        display: flex;
        margin-left: auto; }
    .m_understand-insights-detailed-view .inst-details-view .inst-details-view-image .inst-details-sup-image {
      width: 100%; }
    .m_understand-insights-detailed-view .inst-details-view .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table thead tr th {
      text-align: left;
      padding-bottom: 18px;
      font: 300 17px "Karla";
      background-color: transparent;
      color: var(--general-font-color);
      border: none;
      border-bottom: 1px solid #DCDCDC; }
    .m_understand-insights-detailed-view .inst-details-view .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table thead tr th:not(:first-child) {
      text-align: right; }
    .m_understand-insights-detailed-view .inst-details-view .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody {
      font: 400 17px "Karla";
      border-bottom: 1px solid #DCDCDC; }
      .m_understand-insights-detailed-view .inst-details-view .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr {
        height: 47px; }
        .m_understand-insights-detailed-view .inst-details-view .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr td {
          border: none; }
        .m_understand-insights-detailed-view .inst-details-view .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr td:not(:first-child) {
          text-align: right; }
  .m_understand-insights-detailed-view .op-vis-steps-list {
    background: var(--White-Color);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    margin-bottom: 30px;
    /*._collapsible-content {
            @include card;
        }*/ }
    .m_understand-insights-detailed-view .op-vis-steps-list .card-item {
      background: var(--White-Color) !important;
      border: none !important; }
      .m_understand-insights-detailed-view .op-vis-steps-list .card-item.expanded .arrow {
        display: inline-block;
        transform: rotate(90deg);
        color: #FF4367 !important; }
    .m_understand-insights-detailed-view .op-vis-steps-list .card-item-content {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .m_understand-insights-detailed-view .op-vis-steps-list .grid-wrapper {
      max-width: 87vw;
      max-height: 500px;
      overflow: auto;
      /*    scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
      .m_understand-insights-detailed-view .op-vis-steps-list .grid-wrapper table {
        position: relative; }
      .m_understand-insights-detailed-view .op-vis-steps-list .grid-wrapper th {
        position: sticky;
        top: 0;
        background: var(--White-Color); }
      .m_understand-insights-detailed-view .op-vis-steps-list .grid-wrapper::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        border-radius: 12px; }
      .m_understand-insights-detailed-view .op-vis-steps-list .grid-wrapper::-webkit-scrollbar-track {
        background: #ABABAB;
        width: 2px;
        border-radius: 12px; }
      .m_understand-insights-detailed-view .op-vis-steps-list .grid-wrapper::-webkit-scrollbar-thumb {
        background: #6D6D6D;
        width: 2px;
        border-radius: 12px;
        opacity: .5; }
      .m_understand-insights-detailed-view .op-vis-steps-list .grid-wrapper::-webkit-scrollbar-thumb:hover {
        background: #555; }
    .m_understand-insights-detailed-view .op-vis-steps-list .collapsible-title {
      font: 700 24px 'Grotesk' !important;
      color: #FF4367 !important; }
  .m_understand-insights-detailed-view .cost-description {
    padding-left: 27px; }
    .m_understand-insights-detailed-view .cost-description .title {
      padding-top: 3px; }
      .m_understand-insights-detailed-view .cost-description .title h2 {
        color: var(--color-black-05);
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
    .m_understand-insights-detailed-view .cost-description .high-value-systems, .m_understand-insights-detailed-view .cost-description .broad-impact-systems, .m_understand-insights-detailed-view .cost-description .niche-systems, .m_understand-insights-detailed-view .cost-description .overinvestment-candidates {
      margin-bottom: 20px; }
      .m_understand-insights-detailed-view .cost-description .high-value-systems .type-title, .m_understand-insights-detailed-view .cost-description .broad-impact-systems .type-title, .m_understand-insights-detailed-view .cost-description .niche-systems .type-title, .m_understand-insights-detailed-view .cost-description .overinvestment-candidates .type-title {
        display: flex; }
        .m_understand-insights-detailed-view .cost-description .high-value-systems .type-title .left-section, .m_understand-insights-detailed-view .cost-description .broad-impact-systems .type-title .left-section, .m_understand-insights-detailed-view .cost-description .niche-systems .type-title .left-section, .m_understand-insights-detailed-view .cost-description .overinvestment-candidates .type-title .left-section {
          width: 18px;
          height: 18px;
          margin-right: 5px; }
        .m_understand-insights-detailed-view .cost-description .high-value-systems .type-title .header-text, .m_understand-insights-detailed-view .cost-description .broad-impact-systems .type-title .header-text, .m_understand-insights-detailed-view .cost-description .niche-systems .type-title .header-text, .m_understand-insights-detailed-view .cost-description .overinvestment-candidates .type-title .header-text {
          font-size: 11px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin: 0;
          padding: 0;
          padding-top: 3px; }
      .m_understand-insights-detailed-view .cost-description .high-value-systems .descriptin, .m_understand-insights-detailed-view .cost-description .broad-impact-systems .descriptin, .m_understand-insights-detailed-view .cost-description .niche-systems .descriptin, .m_understand-insights-detailed-view .cost-description .overinvestment-candidates .descriptin {
        color: var(--color-black-05);
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
    .m_understand-insights-detailed-view .cost-description .high-value-systems .type-title .left-section {
      background-color: #D0EFDE; }
    .m_understand-insights-detailed-view .cost-description .high-value-systems .type-title .header-text {
      color: #12AD58; }
    .m_understand-insights-detailed-view .cost-description .broad-impact-systems .type-title .left-section {
      background-color: #EAF7D4; }
    .m_understand-insights-detailed-view .cost-description .broad-impact-systems .type-title .header-text {
      color: #98D82A; }
    .m_understand-insights-detailed-view .cost-description .niche-systems .type-title .left-section {
      background-color: #FFECCC; }
    .m_understand-insights-detailed-view .cost-description .niche-systems .type-title .header-text {
      color: #FFA000; }
    .m_understand-insights-detailed-view .cost-description .overinvestment-candidates {
      margin-bottom: 0; }
      .m_understand-insights-detailed-view .cost-description .overinvestment-candidates .type-title .left-section {
        background-color: #FFD9D9; }
      .m_understand-insights-detailed-view .cost-description .overinvestment-candidates .type-title .header-text {
        color: #FF4343; }

.m_understand-insights-detailed-operational-edit-data-form .header-box.second-header .form-group.row {
  max-width: 50% !important; }

.m_understand-insights-detailed-operational-edit-data-form .operational-factor {
  max-width: 50% !important; }

.m_understand-insights-detailed-operational-edit-data-form .Filters {
  display: none; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.insight-top-menu {
  /*overflow: inherit !important;
    padding: 0;
    background: white;
    border: 2px solid #EDEDED;
    border-radius: 13px;
    margin-bottom: 30px;

    ul.tab-menu {
        li{
            margin: 20px;
            margin-right: 0;
            padding-right: 20px;
            border-right: 1px solid #EDEDED;

            .active{
                color: $Accent-color;
            }
        }
    }*/ }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m_align-automated-insights .sub-header-text, .automated-insights-page .sub-header-text {
  color: var(--color-secondary-75);
  font: 700 30px 'Grotesk';
  margin-bottom: 0;
  margin-right: 5px; }

.m_align-automated-insights .table-fix-head, .automated-insights-page .table-fix-head {
  position: sticky;
  top: 0;
  z-index: 1; }
  .m_align-automated-insights .table-fix-head tr th, .automated-insights-page .table-fix-head tr th {
    font-family: 'Karla' !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    color: var(--color-secondary-50) !important; }
  .m_align-automated-insights .table-fix-head tr th:nth-child(1), .automated-insights-page .table-fix-head tr th:nth-child(1) {
    padding-left: 4px !important; }

.m_align-automated-insights .insights, .automated-insights-page .insights {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%; }
  .m_align-automated-insights .insights .vertical-tab, .automated-insights-page .insights .vertical-tab {
    width: 218px; }
    .m_align-automated-insights .insights .vertical-tab .nav-tabs, .m_align-automated-insights .insights .vertical-tab form .form-body .form-tabs-header, form .form-body .m_align-automated-insights .insights .vertical-tab .form-tabs-header, .automated-insights-page .insights .vertical-tab .nav-tabs, .automated-insights-page .insights .vertical-tab form .form-body .form-tabs-header, form .form-body .automated-insights-page .insights .vertical-tab .form-tabs-header {
      border-bottom: 0; }
    .m_align-automated-insights .insights .vertical-tab li.nav-item, .m_align-automated-insights .insights .vertical-tab .navbar-nav > li, .automated-insights-page .insights .vertical-tab li.nav-item, .automated-insights-page .insights .vertical-tab .navbar-nav > li {
      padding: 18px 20px;
      border-top: 5px solid #F7F7F7;
      border-right: 10px solid #F7F7F7;
      background-color: white;
      max-width: 218px; }
      .m_align-automated-insights .insights .vertical-tab li.nav-item a, .m_align-automated-insights .insights .vertical-tab .navbar-nav > li a, .automated-insights-page .insights .vertical-tab li.nav-item a, .automated-insights-page .insights .vertical-tab .navbar-nav > li a {
        text-decoration: none;
        color: #000000;
        opacity: 0.5;
        font: 700 15px 'Karla';
        padding: 0px;
        word-wrap: break-word;
        /*&:hover {
                    text-decoration: none;
            }*/ }
      .m_align-automated-insights .insights .vertical-tab li.nav-item:first-child, .m_align-automated-insights .insights .vertical-tab .navbar-nav > li:first-child, .automated-insights-page .insights .vertical-tab li.nav-item:first-child, .automated-insights-page .insights .vertical-tab .navbar-nav > li:first-child {
        border-top-left-radius: 20px;
        /*border-top-right-radius: 20px;*/
        border-top: 0; }
      .m_align-automated-insights .insights .vertical-tab li.nav-item:last-child, .m_align-automated-insights .insights .vertical-tab .navbar-nav > li:last-child, .automated-insights-page .insights .vertical-tab li.nav-item:last-child, .automated-insights-page .insights .vertical-tab .navbar-nav > li:last-child {
        border-bottom-left-radius: 20px;
        /*border-bottom-right-radius: 20px;*/ }
      .m_align-automated-insights .insights .vertical-tab li.nav-item.active, .m_align-automated-insights .insights .vertical-tab .navbar-nav > li.active, .automated-insights-page .insights .vertical-tab li.nav-item.active, .automated-insights-page .insights .vertical-tab .navbar-nav > li.active {
        border-right: 0 !important;
        border-top-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
        max-width: 220px; }
        .m_align-automated-insights .insights .vertical-tab li.nav-item.active a, .m_align-automated-insights .insights .vertical-tab .navbar-nav > li.active a, .automated-insights-page .insights .vertical-tab li.nav-item.active a, .automated-insights-page .insights .vertical-tab .navbar-nav > li.active a {
          text-decoration: none;
          color: #414141;
          font: 800 15px 'Karla';
          opacity: 1.0; }
      .m_align-automated-insights .insights .vertical-tab li.nav-item:hover a:not([disabled]), .m_align-automated-insights .insights .vertical-tab .navbar-nav > li:hover a:not([disabled]), .automated-insights-page .insights .vertical-tab li.nav-item:hover a:not([disabled]), .automated-insights-page .insights .vertical-tab .navbar-nav > li:hover a:not([disabled]) {
        /*color: $tab-menu-item-color;*/
        color: #FF4367;
        opacity: 1.0; }
  .m_align-automated-insights .insights .tab-body, .automated-insights-page .insights .tab-body {
    background-color: white;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    padding: 30px;
    width: calc(100% - 222px); }
    .m_align-automated-insights .insights .tab-body .insight-info .insight-info-title, .automated-insights-page .insights .tab-body .insight-info .insight-info-title {
      font: 700 24px 'Grotesk';
      color: #FF4367;
      margin-bottom: 30px; }
    .m_align-automated-insights .insights .tab-body .insight-info .insight-info-reason, .automated-insights-page .insights .tab-body .insight-info .insight-info-reason {
      color: #707070;
      font: 400 15px 'Karla';
      margin-bottom: 40px; }
    .m_align-automated-insights .insights .tab-body .dg-rpt-main-cnt .dg-rpt-col-cont, .automated-insights-page .insights .tab-body .dg-rpt-main-cnt .dg-rpt-col-cont {
      margin: 0 !important;
      padding: 0 !important; }
      .m_align-automated-insights .insights .tab-body .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont, .automated-insights-page .insights .tab-body .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont {
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0px !important; }
        .m_align-automated-insights .insights .tab-body .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div .tabular-scroll, .automated-insights-page .insights .tab-body .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div .tabular-scroll {
          max-height: 700px !important; }
    .m_align-automated-insights .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table thead tr th, .automated-insights-page .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table thead tr th {
      text-align: left;
      padding-bottom: 18px;
      font: 300 17px "Karla";
      background-color: transparent;
      color: var(--general-font-color);
      border: none;
      border-bottom: 1px solid #DCDCDC; }
    .m_align-automated-insights .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table thead tr th:not(:first-child), .automated-insights-page .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table thead tr th:not(:first-child) {
      text-align: right; }
    .m_align-automated-insights .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody, .automated-insights-page .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody {
      font: 400 17px "Karla";
      border-bottom: 1px solid #DCDCDC; }
      .m_align-automated-insights .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr, .automated-insights-page .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr {
        height: 47px; }
        .m_align-automated-insights .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr td, .automated-insights-page .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr td {
          border: none; }
        .m_align-automated-insights .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr td:not(:first-child), .automated-insights-page .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr td:not(:first-child) {
          text-align: right; }
    .m_align-automated-insights .insights .tab-body .least-documented-processes .title, .automated-insights-page .insights .tab-body .least-documented-processes .title {
      font: 700 24px 'Grotesk';
      color: #FF4367;
      margin-bottom: 30px; }
    .m_align-automated-insights .insights .tab-body .least-documented-processes .desc, .automated-insights-page .insights .tab-body .least-documented-processes .desc {
      color: #707070;
      font: 400 15px 'Karla';
      margin-bottom: 40px; }
    .m_align-automated-insights .insights .tab-body .potential-system-integration .title, .automated-insights-page .insights .tab-body .potential-system-integration .title {
      font: 700 24px 'Grotesk';
      color: #FF4367;
      margin-bottom: 30px; }
    .m_align-automated-insights .insights .tab-body .potential-system-integration .desc, .automated-insights-page .insights .tab-body .potential-system-integration .desc {
      color: #707070;
      font: 400 15px 'Karla';
      margin-bottom: 40px; }
    .m_align-automated-insights .insights .tab-body .automated-insights-action, .automated-insights-page .insights .tab-body .automated-insights-action {
      margin-left: 0 !important; }
      .m_align-automated-insights .insights .tab-body .automated-insights-action .header, .automated-insights-page .insights .tab-body .automated-insights-action .header {
        padding-left: 14px !important; }
        .m_align-automated-insights .insights .tab-body .automated-insights-action .header .actions, .automated-insights-page .insights .tab-body .automated-insights-action .header .actions {
          margin-bottom: 22px; }
          .m_align-automated-insights .insights .tab-body .automated-insights-action .header .actions a, .automated-insights-page .insights .tab-body .automated-insights-action .header .actions a {
            display: flex;
            flex-wrap: wrap; }
            .m_align-automated-insights .insights .tab-body .automated-insights-action .header .actions a i, .automated-insights-page .insights .tab-body .automated-insights-action .header .actions a i {
              margin-top: 3px; }
            .m_align-automated-insights .insights .tab-body .automated-insights-action .header .actions a.disable-new-insights, .automated-insights-page .insights .tab-body .automated-insights-action .header .actions a.disable-new-insights {
              pointer-events: none;
              color: #A5A5A5 !important; }
              .m_align-automated-insights .insights .tab-body .automated-insights-action .header .actions a.disable-new-insights i, .automated-insights-page .insights .tab-body .automated-insights-action .header .actions a.disable-new-insights i {
                color: #A5A5A5 !important; }
        .m_align-automated-insights .insights .tab-body .automated-insights-action .header .title, .automated-insights-page .insights .tab-body .automated-insights-action .header .title {
          margin-bottom: 30px; }
    .m_align-automated-insights .insights .tab-body .search, .automated-insights-page .insights .tab-body .search {
      padding: 25px 30px 0 14px; }
    .m_align-automated-insights .insights .tab-body .main-table tbody tr td:nth-child(1), .automated-insights-page .insights .tab-body .main-table tbody tr td:nth-child(1) {
      width: 23px;
      /*height: 23px;*/ }
      .m_align-automated-insights .insights .tab-body .main-table tbody tr td:nth-child(1) .automated-insights-checkbox, .automated-insights-page .insights .tab-body .main-table tbody tr td:nth-child(1) .automated-insights-checkbox {
        margin-top: 6px; }
        .m_align-automated-insights .insights .tab-body .main-table tbody tr td:nth-child(1) .automated-insights-checkbox input, .automated-insights-page .insights .tab-body .main-table tbody tr td:nth-child(1) .automated-insights-checkbox input {
          width: 23px;
          height: 23px;
          left: auto;
          top: auto;
          z-index: 1;
          position: relative !important; }
        .m_align-automated-insights .insights .tab-body .main-table tbody tr td:nth-child(1) .automated-insights-checkbox .checkbox-helper, .automated-insights-page .insights .tab-body .main-table tbody tr td:nth-child(1) .automated-insights-checkbox .checkbox-helper {
          display: contents !important; }
          .m_align-automated-insights .insights .tab-body .main-table tbody tr td:nth-child(1) .automated-insights-checkbox .checkbox-helper:before, .automated-insights-page .insights .tab-body .main-table tbody tr td:nth-child(1) .automated-insights-checkbox .checkbox-helper:before {
            margin-top: -23px; }
    .m_align-automated-insights .insights .tab-body .automated-insights-chart, .automated-insights-page .insights .tab-body .automated-insights-chart {
      min-height: 530px; }
      .m_align-automated-insights .insights .tab-body .automated-insights-chart .title, .automated-insights-page .insights .tab-body .automated-insights-chart .title {
        margin-bottom: 30px; }

.chart-type-select {
  position: absolute !important;
  top: 27px !important;
  right: 0 !important; }
  .chart-type-select .dropdown.bootstrap-select.system-report-details-controls__sort-control {
    width: 370px !important; }
    .chart-type-select .dropdown.bootstrap-select.system-report-details-controls__sort-control .dropdown-menu {
      top: -27px !important; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m_improve-insights-detailed .sub-header-text {
  color: var(--color-secondary-75);
  font: 700 30px 'Grotesk';
  margin-bottom: 0;
  margin-right: 5px; }

.m_improve-insights-detailed .btn-as-text-icon, .m_improve-insights-detailed .btn-grid-button.btn-as-text {
  font: 19px 'Grotesk' !important;
  outline: none !important;
  border: 0 !important;
  background: transparent !important;
  color: #FF4367 !important;
  padding: 0 !important; }
  .m_improve-insights-detailed .btn-as-text-icon:hover, .m_improve-insights-detailed .btn-grid-button.btn-as-text:hover {
    color: #FFA000 !important; }
  .m_improve-insights-detailed .btn-as-text-icon:focus, .m_improve-insights-detailed .btn-grid-button.btn-as-text:focus {
    color: #FFA000 !important; }

.m_improve-insights-detailed .insights {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%; }
  .m_improve-insights-detailed .insights .vertical-tab {
    width: 218px;
    float: left; }
    .m_improve-insights-detailed .insights .vertical-tab .nav-tabs, .m_improve-insights-detailed .insights .vertical-tab form .form-body .form-tabs-header, form .form-body .m_improve-insights-detailed .insights .vertical-tab .form-tabs-header {
      border-bottom: 0; }
    .m_improve-insights-detailed .insights .vertical-tab li.nav-item, .m_improve-insights-detailed .insights .vertical-tab .navbar-nav > li {
      padding: 18px 20px;
      border-top: 5px solid #F7F7F7;
      border-right: 10px solid #F7F7F7;
      background-color: white;
      max-width: 218px; }
      .m_improve-insights-detailed .insights .vertical-tab li.nav-item a, .m_improve-insights-detailed .insights .vertical-tab .navbar-nav > li a {
        text-decoration: none;
        color: #000000;
        opacity: 0.5;
        font: 700 15px 'Karla';
        padding: 0px;
        word-wrap: break-word;
        /*&:hover {
                    text-decoration: none;
            }*/ }
      .m_improve-insights-detailed .insights .vertical-tab li.nav-item:first-child, .m_improve-insights-detailed .insights .vertical-tab .navbar-nav > li:first-child {
        border-top-left-radius: 20px;
        /*border-top-right-radius: 20px;*/
        border-top: 0; }
      .m_improve-insights-detailed .insights .vertical-tab li.nav-item:last-child, .m_improve-insights-detailed .insights .vertical-tab .navbar-nav > li:last-child {
        border-bottom-left-radius: 20px;
        /*border-bottom-right-radius: 20px;*/ }
      .m_improve-insights-detailed .insights .vertical-tab li.nav-item.active, .m_improve-insights-detailed .insights .vertical-tab .navbar-nav > li.active {
        border-right: 0 !important;
        border-top-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
        max-width: 220px; }
        .m_improve-insights-detailed .insights .vertical-tab li.nav-item.active a, .m_improve-insights-detailed .insights .vertical-tab .navbar-nav > li.active a {
          text-decoration: none;
          color: #414141;
          font: 800 15px 'Karla';
          opacity: 1.0; }
      .m_improve-insights-detailed .insights .vertical-tab li.nav-item:hover a:not([disabled]), .m_improve-insights-detailed .insights .vertical-tab .navbar-nav > li:hover a:not([disabled]) {
        /*color: $tab-menu-item-color;*/
        color: #FF4367;
        opacity: 1.0; }
  .m_improve-insights-detailed .insights .tab-body {
    background-color: white;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    /*border-radius:20px;*/
    padding: 30px;
    width: calc(100% - 222px);
    /*.inst-vis{
                max-width: 50vw;
            }*/ }
    .m_improve-insights-detailed .insights .tab-body .insight-info {
      display: flex;
      justify-content: space-between; }
      .m_improve-insights-detailed .insights .tab-body .insight-info .insight-info-title {
        font: 700 24px 'Grotesk';
        color: #FF4367;
        margin-bottom: 30px; }
      .m_improve-insights-detailed .insights .tab-body .insight-info .insight-info-reason {
        color: #707070;
        font: 400 15px 'Karla';
        margin-bottom: 40px; }
      .m_improve-insights-detailed .insights .tab-body .insight-info .insight-info-right {
        text-align: center;
        display: flex;
        padding: 20px 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        max-height: 84px;
        width: 216px;
        margin-bottom: 40px;
        background: #FF4367; }
        .m_improve-insights-detailed .insights .tab-body .insight-info .insight-info-right h3 {
          font-size: 15px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
          color: rgba(255, 255, 255, 0.5);
          margin: 0;
          padding: 0; }
        .m_improve-insights-detailed .insights .tab-body .insight-info .insight-info-right h2 {
          font-size: 24px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          color: white;
          margin: 0;
          padding: 0; }
    .m_improve-insights-detailed .insights .tab-body .dg-rpt-main-cnt .dg-rpt-col-cont {
      margin: 0 !important;
      padding: 0 !important; }
      .m_improve-insights-detailed .insights .tab-body .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont {
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0px !important; }
        .m_improve-insights-detailed .insights .tab-body .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div .tabular-scroll {
          max-height: 700px !important; }
    .m_improve-insights-detailed .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table thead tr th {
      text-align: left;
      padding-bottom: 18px;
      font: 300 17px "Karla";
      background-color: transparent;
      color: var(--general-font-color);
      border: none;
      border-bottom: 1px solid #DCDCDC; }
    .m_improve-insights-detailed .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table thead tr th:not(:first-child) {
      text-align: right; }
    .m_improve-insights-detailed .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody {
      font: 400 17px "Karla";
      border-bottom: 1px solid #DCDCDC; }
      .m_improve-insights-detailed .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr {
        height: 47px; }
        .m_improve-insights-detailed .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr td {
          border: none; }
        .m_improve-insights-detailed .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr td:not(:first-child) {
          text-align: right; }
    .m_improve-insights-detailed .insights .tab-body .detailed-insights-supporting-data .inst-details-view {
      margin-left: 0 !important; }
      .m_improve-insights-detailed .insights .tab-body .detailed-insights-supporting-data .inst-details-view .header {
        padding-left: 0 !important;
        padding-bottom: 30px !important; }
      .m_improve-insights-detailed .insights .tab-body .detailed-insights-supporting-data .inst-details-view .inst-details-view-image .inst-details-sup-image {
        width: 100%; }
  .m_improve-insights-detailed .insights div[tab-body-empty] {
    display: none; }
  .m_improve-insights-detailed .insights .tab-body-empty {
    width: 100%; }

.m_improve-insights-detailed .cost-description {
  padding-left: 27px; }
  .m_improve-insights-detailed .cost-description .title {
    padding-top: 3px; }
    .m_improve-insights-detailed .cost-description .title h2 {
      color: var(--color-black-05);
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
  .m_improve-insights-detailed .cost-description .high-value-systems, .m_improve-insights-detailed .cost-description .broad-impact-systems, .m_improve-insights-detailed .cost-description .niche-systems, .m_improve-insights-detailed .cost-description .overinvestment-candidates {
    margin-bottom: 20px; }
    .m_improve-insights-detailed .cost-description .high-value-systems .type-title, .m_improve-insights-detailed .cost-description .broad-impact-systems .type-title, .m_improve-insights-detailed .cost-description .niche-systems .type-title, .m_improve-insights-detailed .cost-description .overinvestment-candidates .type-title {
      display: flex; }
      .m_improve-insights-detailed .cost-description .high-value-systems .type-title .left-section, .m_improve-insights-detailed .cost-description .broad-impact-systems .type-title .left-section, .m_improve-insights-detailed .cost-description .niche-systems .type-title .left-section, .m_improve-insights-detailed .cost-description .overinvestment-candidates .type-title .left-section {
        width: 18px;
        height: 18px;
        margin-right: 5px; }
      .m_improve-insights-detailed .cost-description .high-value-systems .type-title .header-text, .m_improve-insights-detailed .cost-description .broad-impact-systems .type-title .header-text, .m_improve-insights-detailed .cost-description .niche-systems .type-title .header-text, .m_improve-insights-detailed .cost-description .overinvestment-candidates .type-title .header-text {
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0;
        padding: 0;
        padding-top: 3px; }
    .m_improve-insights-detailed .cost-description .high-value-systems .descriptin, .m_improve-insights-detailed .cost-description .broad-impact-systems .descriptin, .m_improve-insights-detailed .cost-description .niche-systems .descriptin, .m_improve-insights-detailed .cost-description .overinvestment-candidates .descriptin {
      color: var(--color-black-05);
      font-size: 10px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
  .m_improve-insights-detailed .cost-description .high-value-systems .type-title .left-section {
    background-color: #D0EFDE; }
  .m_improve-insights-detailed .cost-description .high-value-systems .type-title .header-text {
    color: #12AD58; }
  .m_improve-insights-detailed .cost-description .broad-impact-systems .type-title .left-section {
    background-color: #EAF7D4; }
  .m_improve-insights-detailed .cost-description .broad-impact-systems .type-title .header-text {
    color: #98D82A; }
  .m_improve-insights-detailed .cost-description .niche-systems .type-title .left-section {
    background-color: #FFECCC; }
  .m_improve-insights-detailed .cost-description .niche-systems .type-title .header-text {
    color: #FFA000; }
  .m_improve-insights-detailed .cost-description .overinvestment-candidates {
    margin-bottom: 0; }
    .m_improve-insights-detailed .cost-description .overinvestment-candidates .type-title .left-section {
      background-color: #FFD9D9; }
    .m_improve-insights-detailed .cost-description .overinvestment-candidates .type-title .header-text {
      color: #FF4343; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m_improve-recommendations .header-container {
  padding: 0;
  margin: 0;
  padding-bottom: 30px !important; }

.m_improve-recommendations .sub-header-text {
  color: var(--color-secondary-75);
  font: 700 30px 'Grotesk';
  margin-bottom: 0;
  margin-right: 5px; }

.m_improve-recommendations .recommendations {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%; }
  .m_improve-recommendations .recommendations .vertical-tab {
    width: 218px;
    float: left; }
    .m_improve-recommendations .recommendations .vertical-tab .nav-tabs, .m_improve-recommendations .recommendations .vertical-tab form .form-body .form-tabs-header, form .form-body .m_improve-recommendations .recommendations .vertical-tab .form-tabs-header {
      border-bottom: 0; }
    .m_improve-recommendations .recommendations .vertical-tab li.nav-item, .m_improve-recommendations .recommendations .vertical-tab .navbar-nav > li {
      padding: 18px 20px;
      border-top: 5px solid #F7F7F7;
      border-right: 10px solid #F7F7F7;
      background-color: white;
      max-width: 218px; }
      .m_improve-recommendations .recommendations .vertical-tab li.nav-item a, .m_improve-recommendations .recommendations .vertical-tab .navbar-nav > li a {
        text-decoration: none;
        color: #000000;
        opacity: 0.5;
        font: 700 15px 'Karla';
        padding: 0px;
        word-wrap: break-word;
        /*&:hover {
                    text-decoration: none;
            }*/ }
      .m_improve-recommendations .recommendations .vertical-tab li.nav-item:first-child, .m_improve-recommendations .recommendations .vertical-tab .navbar-nav > li:first-child {
        border-top-left-radius: 20px;
        /*border-top-right-radius: 20px;*/
        border-top: 0; }
      .m_improve-recommendations .recommendations .vertical-tab li.nav-item:last-child, .m_improve-recommendations .recommendations .vertical-tab .navbar-nav > li:last-child {
        border-bottom-left-radius: 20px;
        /*border-bottom-right-radius: 20px;*/ }
      .m_improve-recommendations .recommendations .vertical-tab li.nav-item.active, .m_improve-recommendations .recommendations .vertical-tab .navbar-nav > li.active {
        border-right: 0 !important;
        border-top-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
        max-width: 220px; }
        .m_improve-recommendations .recommendations .vertical-tab li.nav-item.active a, .m_improve-recommendations .recommendations .vertical-tab .navbar-nav > li.active a {
          text-decoration: none;
          color: #414141;
          font: 800 15px 'Karla';
          opacity: 1.0; }
      .m_improve-recommendations .recommendations .vertical-tab li.nav-item:hover a:not([disabled]), .m_improve-recommendations .recommendations .vertical-tab .navbar-nav > li:hover a:not([disabled]) {
        /*color: $tab-menu-item-color;*/
        color: #FF4367;
        opacity: 1.0; }
  .m_improve-recommendations .recommendations .tab-body {
    background-color: white;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    /*border-radius:20px;*/
    padding: 30px;
    width: calc(100% - 222px); }
    .m_improve-recommendations .recommendations .tab-body .rcmdn-view .rcmdn-title {
      font: 700 24px 'Grotesk';
      color: #FF4367;
      margin-bottom: 30px; }
    .m_improve-recommendations .recommendations .tab-body .rcmdn-view .rcmdn-info {
      display: flex; }
      .m_improve-recommendations .recommendations .tab-body .rcmdn-view .rcmdn-info .rcmdn-info-card {
        border-radius: 20px;
        border: 1px solid #FF4367;
        padding: 0;
        margin-bottom: 30px;
        margin-right: 15px;
        flex: 0 0 32%;
        max-width: 32%; }
        .m_improve-recommendations .recommendations .tab-body .rcmdn-view .rcmdn-info .rcmdn-info-card .rcmdn-info-title {
          background-color: #FF4367;
          color: white;
          font: 700 20px 'Grotesk';
          padding: 18px 30px;
          border-top-left-radius: 20px;
          border-top-right-radius: 20px;
          height: 6em; }
          @media (min-width: 1800px) {
            .m_improve-recommendations .recommendations .tab-body .rcmdn-view .rcmdn-info .rcmdn-info-card .rcmdn-info-title {
              height: 4em; } }
        .m_improve-recommendations .recommendations .tab-body .rcmdn-view .rcmdn-info .rcmdn-info-card .rcmdn-info-text {
          font: 400 15px 'Karla';
          color: #707070;
          padding: 18px 30px; }
    .m_improve-recommendations .recommendations .tab-body .dg-rpt-main-cnt .dg-rpt-col-cont {
      margin: 0 !important;
      padding: 0 !important; }
      .m_improve-recommendations .recommendations .tab-body .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont {
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0px !important; }
        .m_improve-recommendations .recommendations .tab-body .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div .tabular-scroll {
          max-height: 700px !important; }
    .m_improve-recommendations .recommendations .tab-body .rcmdn-inst {
      margin-bottom: 70px;
      /*.inst-vis{
                        max-width: 50vw;
                    }*/ }
      .m_improve-recommendations .recommendations .tab-body .rcmdn-inst .rcmdn-inst-title {
        font: 700 17px 'Grotesk';
        color: #494748; }
      .m_improve-recommendations .recommendations .tab-body .rcmdn-inst .inst-vis .inst-details-view .inst-details-view-image .inst-details-sup-image {
        width: 100%; }
    .m_improve-recommendations .recommendations .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table thead tr th {
      text-align: left;
      padding-bottom: 18px;
      font: 300 17px "Karla";
      background-color: transparent;
      color: var(--general-font-color);
      border: none;
      border-bottom: 1px solid #DCDCDC; }
    .m_improve-recommendations .recommendations .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table thead tr th:not(:first-child) {
      text-align: right; }
    .m_improve-recommendations .recommendations .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody {
      font: 400 17px "Karla";
      border-bottom: 1px solid #DCDCDC; }
      .m_improve-recommendations .recommendations .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr {
        height: 47px; }
        .m_improve-recommendations .recommendations .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr td {
          border: none; }
        .m_improve-recommendations .recommendations .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr td:not(:first-child) {
          text-align: right; }
  .m_improve-recommendations .recommendations div[tab-body-empty] {
    display: none; }
  .m_improve-recommendations .recommendations .empty-list {
    width: 100%; }

.m_setting-permissiongroup-form {
  /*.form-body {
            max-height: 75vh;
            overflow-y: auto;
        }*/ }
  .m_setting-permissiongroup-form #ClientPanel {
    padding-top: 12px;
    padding-left: 12px; }

.m-dCop-warning-list .ignor-btn {
  pointer-events: painted !important;
  color: #FF4367 !important; }

.m-dCop-warning-list .departments-filter, .m-dCop-warning-list .functions-filter, .m-dCop-warning-list .processes-filter {
  flex-wrap: nowrap !important;
  align-items: center !important; }
  .m-dCop-warning-list .departments-filter .group-control, .m-dCop-warning-list .functions-filter .group-control, .m-dCop-warning-list .processes-filter .group-control {
    margin-left: 10px !important; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m-work-book td {
  padding: 0.75rem !important; }

.m-work-book .tab-Header-export {
  padding-top: 24px !important;
  top: 11px !important;
  height: 65px; }
  .m-work-book .tab-Header-export a {
    font-size: 18px; }
    .m-work-book .tab-Header-export a i {
      margin-bottom: 4px; }

.m-work-book .m_scope-workbook-list h2 {
  line-height: 32px !important;
  color: black !important;
  /*       font-size: 22px !important;
            font-weight: 300 !important;*/
  font: 300 22px "Karla" !important; }

.m-work-book .m_scope-workbook-list .btn-as-search {
  width: max-content !important; }

.m-work-book .long-term-goal-list, .m-work-book .medium-term-goal-list {
  margin-bottom: 5rem; }

.m-work-book .supporting-technologe-list, .m-work-book .framing-desired-outcome-list, .m-work-book .committing_to_priorite-list, .m-work-book .hypothes-list, .m-work-book .blocker-list {
  padding-bottom: 5rem; }

.m-work-book .committing_to_priorite-list .workbook-input-client, .m-work-book .hypothes-list .workbook-input-client, .m-work-book .blocker-list .workbook-input-client {
  width: 30%; }

.m-work-book .btn-as-text-icon i, .m-work-book .btn-grid-button.btn-as-text i {
  margin-bottom: 6px; }

.m-work-book .work-book-header-container {
  margin: 5rem -2rem 0rem -2rem !important; }

.m-work-book .workbook-input input {
  max-width: none !important; }

.m-work-book .workbook-input textarea {
  visibility: visible !important;
  display: block !important;
  /*    &::-webkit-scrollbar-track {
                margin: 5px;
                background-color: white;
                border-start-end-radius: 18px !important;
                border-end-end-radius: 18px !important;
            }

            &::-webkit-scrollbar-thumb {
                background-color: $scrollbar-thumb-color;
                border-color: white;
                border: 13px solid white;
                background-clip: padding-box;
                border-radius: 9999px;
            }

            &::-webkit-scrollbar-thumb:hover {
                background: $scrollbar-thumb-color-hover;
                border: 13px solid white;
                border-radius: 9999px;
            }

            &::-webkit-resizer {
                color: transparent;
                border: none;
                background-color: none;
            }*/ }

.m-work-book .workbook-input .cke_2 {
  display: none !important; }

.m-work-book .workbook-input .cke {
  display: none !important; }

.m-work-book .workbook-input .cke_reset {
  display: none !important; }

.m-work-book .workbook-input .cke_chrom {
  display: none !important; }

.m-work-book .actions-sorting, .m-work-book .actions {
  width: 50px !important; }

.m-work-book td.actions-sorting, .m-work-book td.actions {
  width: 50px !important;
  padding-top: 15px !important; }

.m-work-book th.actions-sorting {
  padding-left: 14px; }

.m-work-book th.workbook-input {
  padding-left: 14px; }

.m-work-book .workbook-arrow-icon {
  text-align: center;
  padding-top: 18px !important; }

.m-work-book .framing-desired-outcome-list .workbook-input-client {
  width: 28%;
  padding-top: 9px; }

.m-work-book .framing-desired-outcome-list .workbook-arrow-icon-client {
  position: relative;
  width: 4%; }
  .m-work-book .framing-desired-outcome-list .workbook-arrow-icon-client i {
    position: absolute;
    top: 25%; }

.m-work-book.work-book-northstar .title {
  color: var(--color-secondary-85) !important;
  font: bold 30px 'Grotesk' !important;
  margin-bottom: 25px; }

.m-work-book.work-book-northstar hr {
  margin-top: 0px !important; }

.m-work-book.work-book-northstar .two-cols {
  display: flex; }
  .m-work-book.work-book-northstar .two-cols .cols-divider {
    margin-left: 30px;
    margin-right: 30px;
    /*transform: scaleX(-1);*/
    padding-top: 120px; }
    .m-work-book.work-book-northstar .two-cols .cols-divider .c-ico, .m-work-book.work-book-northstar .two-cols .cols-divider .group-control > i.fa-check, .m-work-book.work-book-northstar .two-cols .cols-divider .typeahead__container .typehead-chevron-down i:first-child, .typeahead__container .typehead-chevron-down .m-work-book.work-book-northstar .two-cols .cols-divider i:first-child, .m-work-book.work-book-northstar .two-cols .cols-divider .subform .subform-item .delete-button i, .subform .subform-item .delete-button .m-work-book.work-book-northstar .two-cols .cols-divider i, .m-work-book.work-book-northstar .two-cols .cols-divider th.sort-ascending:before, .m-work-book.work-book-northstar .two-cols .cols-divider th.sort-ascending i, th.sort-ascending .m-work-book.work-book-northstar .two-cols .cols-divider i, .m-work-book.work-book-northstar .two-cols .cols-divider th.sort-descending:before, .m-work-book.work-book-northstar .two-cols .cols-divider th.sort-descending i, th.sort-descending .m-work-book.work-book-northstar .two-cols .cols-divider i, .m-work-book.work-book-northstar .two-cols .cols-divider th[data-sort]:before, .m-work-book.work-book-northstar .two-cols .cols-divider .modal-content .modal-header .close i, .modal-content .modal-header .close .m-work-book.work-book-northstar .two-cols .cols-divider i, .m-work-book.work-book-northstar .two-cols .cols-divider .bootstrap-select .dropdown-toggle:after, .bootstrap-select .m-work-book.work-book-northstar .two-cols .cols-divider .dropdown-toggle:after, .m-work-book.work-book-northstar .two-cols .cols-divider .form-control[data-control=date-picker] + .input-group-addon > i, .m-work-book.work-book-northstar .two-cols .cols-divider *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon > i, *[data-control=collapsible-checkboxes] .m-work-book.work-book-northstar .two-cols .cols-divider [data-control=date-picker].textbox + .input-group-addon > i, .m-work-book.work-book-northstar .two-cols .cols-divider .form-control[data-control=time-picker] + .input-group-addon > i, .m-work-book.work-book-northstar .two-cols .cols-divider *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon > i, *[data-control=collapsible-checkboxes] .m-work-book.work-book-northstar .two-cols .cols-divider [data-control=time-picker].textbox + .input-group-addon > i, .m-work-book.work-book-northstar .two-cols .cols-divider .form-control[data-control=date-picker\|time-picker] + .input-group-addon > i, .m-work-book.work-book-northstar .two-cols .cols-divider *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon > i, *[data-control=collapsible-checkboxes] .m-work-book.work-book-northstar .two-cols .cols-divider [data-control=date-picker\|time-picker].textbox + .input-group-addon > i, .m-work-book.work-book-northstar .two-cols .cols-divider .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev .m-work-book.work-book-northstar .two-cols .cols-divider span, .m-work-book.work-book-northstar .two-cols .cols-divider .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next .m-work-book.work-book-northstar .two-cols .cols-divider span, .m-work-book.work-book-northstar .two-cols .cols-divider .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m-work-book.work-book-northstar .two-cols .cols-divider span, .m-work-book.work-book-northstar .two-cols .cols-divider .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m-work-book.work-book-northstar .two-cols .cols-divider span, .m-work-book.work-book-northstar .two-cols .cols-divider .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] .m-work-book.work-book-northstar .two-cols .cols-divider span, .m-work-book.work-book-northstar .two-cols .cols-divider .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] .m-work-book.work-book-northstar .two-cols .cols-divider span, .m-work-book.work-book-northstar .two-cols .cols-divider .checkbox-list input[type='checkbox'].handled:checked + .checkbox-helper:before, .checkbox-list .m-work-book.work-book-northstar .two-cols .cols-divider input[type='checkbox'].handled:checked + .checkbox-helper:before, .m-work-book.work-book-northstar .two-cols .cols-divider .checkbox-list input[type='checkbox'].handled:not(checked) + .checkbox-helper:before, .checkbox-list .m-work-book.work-book-northstar .two-cols .cols-divider input[type='checkbox'].handled:not(checked) + .checkbox-helper:before, .m-work-book.work-book-northstar .two-cols .cols-divider input[type='checkbox'].handled.form-check:checked + .checkbox-helper:before, .m-work-book.work-book-northstar .two-cols .cols-divider input[type='checkbox'].handled.form-check:not(checked) + .checkbox-helper:before, .m-work-book.work-book-northstar .two-cols .cols-divider .radio-list input[type='radio'].handled:checked + .radio-helper:before, .radio-list .m-work-book.work-book-northstar .two-cols .cols-divider input[type='radio'].handled:checked + .radio-helper:before, .m-work-book.work-book-northstar .two-cols .cols-divider .radio-list input[type='radio'].handled:not(checked) + .radio-helper:before, .radio-list .m-work-book.work-book-northstar .two-cols .cols-divider input[type='radio'].handled:not(checked) + .radio-helper:before, .m-work-book.work-book-northstar .two-cols .cols-divider .file-upload span.delete-file, .file-upload .m-work-book.work-book-northstar .two-cols .cols-divider span.delete-file, .m-work-book.work-book-northstar .two-cols .cols-divider .search .instance-search-item-without-button .group-control:after, .search .instance-search-item-without-button .m-work-book.work-book-northstar .two-cols .cols-divider .group-control:after, .m-work-book.work-book-northstar .two-cols .cols-divider .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .m-work-book.work-book-northstar .two-cols .cols-divider .radio-helper, .m-work-book.work-book-northstar .two-cols .cols-divider .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .m-work-book.work-book-northstar .two-cols .cols-divider .radio-helper, .m-work-book.work-book-northstar .two-cols .cols-divider .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .m-work-book.work-book-northstar .two-cols .cols-divider .radio-helper, .m-work-book.work-book-northstar .two-cols .cols-divider .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .m-work-book.work-book-northstar .two-cols .cols-divider .radio-helper, .m-work-book.work-book-northstar .two-cols .cols-divider .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .m-work-book.work-book-northstar .two-cols .cols-divider .radio-helper, .m-work-book.work-book-northstar .two-cols .cols-divider [OperationalReportModule] .header .actions a.star.user > i, [OperationalReportModule] .header .actions .m-work-book.work-book-northstar .two-cols .cols-divider a.star.user > i, .m-work-book.work-book-northstar .two-cols .cols-divider [OperationalReportModule] .header .actions a.star.system > i, [OperationalReportModule] .header .actions .m-work-book.work-book-northstar .two-cols .cols-divider a.star.system > i {
      font-size: 40px; }
  .m-work-book.work-book-northstar .two-cols .forms-divider {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    margin-bottom: 20px; }
    .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom {
      display: inline-block;
      transform: rotate(90deg); }
      .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .c-ico, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .group-control > i.fa-check, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .typeahead__container .typehead-chevron-down i:first-child, .typeahead__container .typehead-chevron-down .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom i:first-child, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .subform .subform-item .delete-button i, .subform .subform-item .delete-button .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom i, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom th.sort-ascending:before, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom th.sort-ascending i, th.sort-ascending .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom i, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom th.sort-descending:before, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom th.sort-descending i, th.sort-descending .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom i, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom th[data-sort]:before, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .modal-content .modal-header .close i, .modal-content .modal-header .close .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom i, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .bootstrap-select .dropdown-toggle:after, .bootstrap-select .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .dropdown-toggle:after, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .form-control[data-control=date-picker] + .input-group-addon > i, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon > i, *[data-control=collapsible-checkboxes] .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom [data-control=date-picker].textbox + .input-group-addon > i, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .form-control[data-control=time-picker] + .input-group-addon > i, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon > i, *[data-control=collapsible-checkboxes] .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom [data-control=time-picker].textbox + .input-group-addon > i, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .form-control[data-control=date-picker\|time-picker] + .input-group-addon > i, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon > i, *[data-control=collapsible-checkboxes] .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom [data-control=date-picker\|time-picker].textbox + .input-group-addon > i, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom span, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom span, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom span, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom span, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom span, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom span, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .checkbox-list input[type='checkbox'].handled:checked + .checkbox-helper:before, .checkbox-list .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom input[type='checkbox'].handled:checked + .checkbox-helper:before, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .checkbox-list input[type='checkbox'].handled:not(checked) + .checkbox-helper:before, .checkbox-list .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom input[type='checkbox'].handled:not(checked) + .checkbox-helper:before, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom input[type='checkbox'].handled.form-check:checked + .checkbox-helper:before, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom input[type='checkbox'].handled.form-check:not(checked) + .checkbox-helper:before, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .radio-list input[type='radio'].handled:checked + .radio-helper:before, .radio-list .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom input[type='radio'].handled:checked + .radio-helper:before, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .radio-list input[type='radio'].handled:not(checked) + .radio-helper:before, .radio-list .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom input[type='radio'].handled:not(checked) + .radio-helper:before, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .file-upload span.delete-file, .file-upload .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom span.delete-file, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .search .instance-search-item-without-button .group-control:after, .search .instance-search-item-without-button .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .group-control:after, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .radio-helper, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .radio-helper, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .radio-helper, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .radio-helper, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom .radio-helper, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom [OperationalReportModule] .header .actions a.star.user > i, [OperationalReportModule] .header .actions .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom a.star.user > i, .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom [OperationalReportModule] .header .actions a.star.system > i, [OperationalReportModule] .header .actions .m-work-book.work-book-northstar .two-cols .forms-divider .arrow-to-bottom a.star.system > i {
        font-size: 40px; }
  .m-work-book.work-book-northstar .two-cols .icon-back:before {
    font-size: 50px; }
  .m-work-book.work-book-northstar .two-cols .metrics-list {
    flex-grow: 1;
    background-color: var(--White-Color);
    padding: 30px;
    border-radius: 20px;
    flex: 30%; }
  .m-work-book.work-book-northstar .two-cols .forms {
    flex-grow: 2;
    flex: 50%; }
    .m-work-book.work-book-northstar .two-cols .forms .northstar-form {
      background-color: var(--White-Color);
      padding: 30px;
      border-radius: 20px; }
    .m-work-book.work-book-northstar .two-cols .forms .impacts-form {
      background-color: var(--White-Color);
      padding: 30px;
      border-radius: 20px; }
    .m-work-book.work-book-northstar .two-cols .forms .form-body .form-group .group-control {
      max-width: unset !important;
      flex: 0 1 100%; }
      .m-work-book.work-book-northstar .two-cols .forms .form-body .form-group .group-control textarea {
        max-width: unset !important; }

.m-work-book.work-book-northstar .northstar-control {
  color: var(--color-secondary-85) !important; }

.m-work-book.work-book-northstar .form-body .input-group-addon {
  z-index: auto !important; }

.m-work-book .generate-ai-description {
  width: 40%; }
  .m-work-book .generate-ai-description .ai-generated-description {
    display: flex;
    flex-direction: column;
    /*justify-content: center;
            align-items: center;*/ }
    .m-work-book .generate-ai-description .ai-generated-description .title {
      font: 700 18px "Karla";
      color: var(--color-secondary-75);
      /*width: 210px;*/
      padding-bottom: 6px;
      margin: 0; }
    .m-work-book .generate-ai-description .ai-generated-description .description {
      font: 400 16px "Karla";
      color: var(--color-secondary-50);
      margin-bottom: 6px; }
    .m-work-book .generate-ai-description .ai-generated-description .error {
      font: 400 16px "Karla";
      color: #FF4367;
      opacity: .8;
      margin: 0;
      margin-top: 12px; }
  .m-work-book .generate-ai-description .error {
    font: 400 16px "Karla";
    color: #FF4367;
    opacity: .8;
    margin: 0;
    margin-top: 12px; }
  .m-work-book .generate-ai-description .warning {
    color: #FFA000 !important; }

.m-work-book .actions button.Regenerate {
  /*      i {
            }*/ }
  .m-work-book .actions button.Regenerate .loading-icon {
    -animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
    display: inline-block;
    cursor: default; }

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m_process-flow .header-container {
  margin-top: 40px; }
  .m_process-flow .header-container h2.header-text {
    font: 700 24px 'Grotesk' !important;
    color: var(--color-black-05); }
  .m_process-flow .header-container .sub-header {
    padding-top: 10px;
    font: 600 15px 'Grotesk';
    color: var(--color-black-05); }
  .m_process-flow .header-container .search {
    flex-wrap: nowrap;
    align-items: center; }
    .m_process-flow .header-container .search .show-columns-label {
      text-wrap: nowrap;
      margin-right: 10px;
      color: rgba(65, 65, 65, 0.5);
      font: 700 14px 'Karla'; }
    .m_process-flow .header-container .search .show-columns-control {
      margin: 0px; }

.m_process-flow .pf-container {
  display: flex;
  position: relative; }
  .m_process-flow .pf-container .pf-left {
    width: 300px; }
  .m_process-flow .pf-container .pf-right {
    flex: 1 0; }
  .m_process-flow .pf-container .node {
    box-sizing: content-box;
    position: relative;
    left: -60px;
    display: flex;
    align-items: center;
    padding: 30px 0px;
    z-index: 100; }
    .m_process-flow .pf-container .node .node-text {
      flex: 1 0;
      padding-left: 5px;
      font: 600 15px 'Grotesk';
      color: #666;
      background-color: #F7F7F7; }
    .m_process-flow .pf-container .node.decision {
      position: relative;
      color: #FF4367;
      font: 700 11px 'Grotesk'; }
      .m_process-flow .pf-container .node.decision .yes-tag {
        position: absolute;
        top: 80px;
        left: 0px; }
      .m_process-flow .pf-container .node.decision .no-tag {
        position: absolute;
        top: 35px;
        left: -20px; }
      .m_process-flow .pf-container .node.decision .dec-hide {
        display: none; }
  .m_process-flow .pf-container .node-aligned {
    left: 0px; }
    .m_process-flow .pf-container .node-aligned .process-node {
      display: inline-flex;
      padding: 30px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 20px;
      background-color: rgba(255, 67, 103, 0.2);
      font: 600 15px 'Grotesk'; }
  .m_process-flow .pf-container .svg-wrapper {
    width: 50px;
    height: 50px; }
  .m_process-flow .pf-container .svg-fit {
    width: 100%;
    height: 100%; }
  .m_process-flow .pf-container .delay-wrapper {
    position: relative;
    min-height: 50px; }
    .m_process-flow .pf-container .delay-wrapper .delay-line {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      display: flex; }
      .m_process-flow .pf-container .delay-wrapper .delay-line hr {
        border: 1px dotted #FF4367;
        border-style: none none dotted;
        background-color: #fff;
        color: #fff;
        width: 100%;
        align-self: center; }
    .m_process-flow .pf-container .delay-wrapper .delay-data {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .m_process-flow .pf-container .delay-wrapper .delay-data .delay-box {
        display: flex;
        padding: 10px 20px;
        align-items: flex-start;
        gap: 10px;
        border-radius: 5px;
        border: 1px solid #FF4367;
        background-color: var(--White-Color);
        color: #FF4367; }
      .m_process-flow .pf-container .delay-wrapper .delay-data .delay-info {
        display: flex;
        padding-left: 20px;
        color: #FF4367;
        background-color: var(--White-Color);
        border-radius: 5px; }
        .m_process-flow .pf-container .delay-wrapper .delay-data .delay-info .delay-info-item {
          padding-right: 20px; }
  .m_process-flow .pf-container .marker {
    z-index: 100; }
    .m_process-flow .pf-container .marker .svg-wrapper {
      width: 40px;
      height: 40px; }
  .m_process-flow .pf-container .grid-wrapper {
    overflow-x: scroll;
    /* scrollbar-color: $Grid-scrollbar-thumb-color $Grid-scrollbar-track-color;
            scrollbar-width: thin;*/
    margin-bottom: 30px; }
    .m_process-flow .pf-container .grid-wrapper::-webkit-scrollbar {
      width: 5px;
      height: 5px;
      border-radius: 12px; }
    .m_process-flow .pf-container .grid-wrapper::-webkit-scrollbar-track {
      background: #ABABAB;
      width: 2px;
      border-radius: 12px; }
    .m_process-flow .pf-container .grid-wrapper::-webkit-scrollbar-thumb {
      background: #6D6D6D;
      width: 2px;
      border-radius: 12px;
      opacity: .5; }
    .m_process-flow .pf-container .grid-wrapper::-webkit-scrollbar-thumb:hover {
      background: #555; }
    .m_process-flow .pf-container .grid-wrapper .grid.grid-list {
      background-color: var(--White-Color);
      border-radius: 20px; }
      .m_process-flow .pf-container .grid-wrapper .grid.grid-list thead tr th {
        padding: 10px;
        color: var(--color-secondary-50);
        font: 400 17px 'Karla';
        border-bottom: 1px solid #ADADAD; }
      .m_process-flow .pf-container .grid-wrapper .grid.grid-list tbody {
        border-bottom: none; }
        .m_process-flow .pf-container .grid-wrapper .grid.grid-list tbody tr td {
          height: 72px;
          padding: 25px 10px;
          color: var(--color-black-05);
          font: 700 17px 'Karla'; }
      .m_process-flow .pf-container .grid-wrapper .grid.grid-list th, .m_process-flow .pf-container .grid-wrapper .grid.grid-list td {
        white-space: nowrap;
        /* Prevent text wrapping */
        text-overflow: ellipsis;
        /* Display ellipsis for overflow text */ }
  .m_process-flow .pf-container .step-action {
    display: flex; }
    .m_process-flow .pf-container .step-action .action-icon {
      font-size: 22px !important;
      margin-right: 10px; }
      .m_process-flow .pf-container .step-action .action-icon::before {
        color: var(--color-primary-85); }
  .m_process-flow .pf-container .rec-effect-wrapper {
    padding: 0px !important;
    vertical-align: middle; }
  .m_process-flow .pf-container .rel {
    position: absolute;
    background-color: transparent;
    border: 2px solid #FF4367; }

.system-help-contianer .help-title {
  font: 700 18px "Karla";
  color: var(--color-secondary-75);
  /*width: 210px;*/
  padding-bottom: 6px;
  margin: 0; }

.system-help-contianer .help-description {
  font: 400 16px "Karla";
  color: var(--color-secondary-50);
  margin-bottom: 6px; }

.system-help-contianer .second-header {
  margin-top: 34px; }

.system-help-contianer .list-items .card-item-content {
  justify-content: space-between; }
  .system-help-contianer .list-items .card-item-content .title {
    font: 400 16px "Karla";
    color: var(--color-secondary-50); }

.system-help-contianer .list-items .content .description {
  /*font: 700 18px $General-Font-Family;*/
  color: var(--color-secondary-75);
  /*width: 210px;*/
  margin: 0;
  overflow: auto;
  /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
  .system-help-contianer .list-items .content .description::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
    border-radius: 12px !important; }
  .system-help-contianer .list-items .content .description::-webkit-scrollbar-track {
    background: #ABABAB !important;
    width: 2px !important;
    border-radius: 12px !important; }
  .system-help-contianer .list-items .content .description::-webkit-scrollbar-thumb {
    background: #6D6D6D !important;
    width: 2px !important;
    border-radius: 12px !important;
    opacity: .5 !important; }
  .system-help-contianer .list-items .content .description::-webkit-scrollbar-thumb:hover {
    background: #555 !important; }

.system-help-contianer li {
  width: 100% !important; }
  .system-help-contianer li.active .help-item-section {
    color: var(--color-black-05) !important;
    font: 800 15px "Karla" !important;
    opacity: 1.0 !important;
    width: 100% !important; }
  .system-help-contianer li.empty-row {
    padding: 0 !important; }
    .system-help-contianer li.empty-row .help-item-section {
      width: 100% !important;
      min-height: 52px; }
  .system-help-contianer li.empty-row.active {
    border: 1px solid rgba(128, 128, 128, 0.4) !important;
    border-right: 0 !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important; }
  .system-help-contianer li .help-item-section {
    width: 100% !important;
    height: 100% !important;
    cursor: pointer !important;
    text-decoration: none !important;
    color: black !important;
    opacity: 0.5 !important;
    font: 700 15px "Karla" !important;
    padding: 0px !important;
    word-wrap: break-word !important; }

.system-help-contianer .tab-body {
  overflow: auto;
  min-height: 450px;
  max-height: 450px;
  /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
  .system-help-contianer .tab-body::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
    border-radius: 12px !important; }
  .system-help-contianer .tab-body::-webkit-scrollbar-track {
    background: #ABABAB !important;
    width: 2px !important;
    border-radius: 12px !important; }
  .system-help-contianer .tab-body::-webkit-scrollbar-thumb {
    background: #6D6D6D !important;
    width: 2px !important;
    border-radius: 12px !important;
    opacity: .5 !important; }
  .system-help-contianer .tab-body::-webkit-scrollbar-thumb:hover {
    background: #555 !important; }

.system-help-icon {
  cursor: pointer !important;
  padding-bottom: 3px;
  padding-left: 8px;
  color: #FF4367 !important; }

.system-overview .align-system-content {
  display: flex;
  position: relative; }
  .system-overview .align-system-content .align-system-department {
    flex: 30%;
    display: flex;
    flex-direction: column;
    position: relative; }
    .system-overview .align-system-content .align-system-department .department-box-contaner {
      display: flex;
      flex: 1; }
      .system-overview .align-system-content .align-system-department .department-box-contaner .department-box {
        width: 40px;
        height: auto;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, 0.3);
        margin-bottom: 16px;
        /*flex: 1;*/
        align-items: center;
        display: flex;
        justify-content: center;
        border-radius: 5px;
        background-color: white;
        z-index: 101;
        position: relative; }
        .system-overview .align-system-content .align-system-department .department-box-contaner .department-box .card-cell-text {
          display: inline-flex;
          writing-mode: vertical-lr;
          transform: rotate(180deg);
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          color: var(--color-secondary-75);
          padding-top: 22px;
          padding-bottom: 22px;
          margin: 0;
          width: 35px;
          align-items: center;
          padding-left: 5px; }
      .system-overview .align-system-content .align-system-department .department-box-contaner .highlight {
        border: 2px solid #FF4367 !important;
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25); }
        .system-overview .align-system-content .align-system-department .department-box-contaner .highlight .card-cell-text {
          color: #FF4367;
          font-style: italic;
          font-weight: 700; }
      .system-overview .align-system-content .align-system-department .department-box-contaner .highlight-dep {
        border: 1px solid #FF4367 !important;
        background-color: #FF4367;
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25); }
        .system-overview .align-system-content .align-system-department .department-box-contaner .highlight-dep .card-cell-text {
          color: white;
          font-style: italic;
          font-weight: 700;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }
      .system-overview .align-system-content .align-system-department .department-box-contaner .department-box-line {
        height: auto;
        width: 1px; }
      .system-overview .align-system-content .align-system-department .department-box-contaner .department-box :last-child {
        margin-bottom: 0; }
    .system-overview .align-system-content .align-system-department .departent-title {
      color: #B3B3B3;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 20px; }
  .system-overview .align-system-content .align-system-grouping {
    flex: 70%;
    position: relative; }
    .system-overview .align-system-content .align-system-grouping .system-chart {
      padding-bottom: 25px;
      display: flex; }
      .system-overview .align-system-content .align-system-grouping .system-chart i:hover {
        color: var(--color-black-05); }
      .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-left-line {
        width: 1px;
        height: auto;
        margin-left: -6px; }
      .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-left {
        width: 170px;
        min-height: 58px;
        border: 1px solid var(--color-black-05);
        border-radius: 5px;
        position: relative;
        background-color: white;
        z-index: 102; }
        .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-left .card-cell-text {
          padding: 10px;
          padding-top: 8px;
          font-size: 15px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          color: var(--color-secondary-75);
          height: auto;
          margin-bottom: 10px;
          min-height: 45px; }
        .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-left .system-chart-purchase, .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-left .system-chart-hosting {
          position: absolute;
          bottom: -6px;
          left: 10px;
          width: 22px;
          height: 22px;
          text-align: center;
          display: flex;
          justify-content: center;
          border: 1px solid var(--color-black-05);
          border-radius: 5px;
          background-color: white;
          align-items: center; }
          .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-left .system-chart-purchase i, .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-left .system-chart-hosting i {
            flex: 100%;
            font-size: 12px; }
        .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-left .system-chart-hosting {
          left: 40px;
          border: 1px solid var(--color-black-05); }
        .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-left .hidden {
          display: none; }
      .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-left-package {
        background-color: #FF4367;
        border: 1px solid #FF4367; }
        .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-left-package .card-cell-text {
          font-style: italic;
          font-weight: 700;
          line-height: normal;
          color: white; }
        .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-left-package .system-chart-purchase, .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-left-package .system-chart-hosting {
          border: 1px solid #FF4367;
          /*background-color: $Accent-color;*/
          background-color: white; }
          .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-left-package .system-chart-purchase i:before, .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-left-package .system-chart-hosting i:before {
            /*color: white;*/ }
      .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right {
        width: 100%; }
        .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-cost, .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-user {
          display: flex;
          height: 15px;
          margin-top: 11px;
          align-items: center; }
          .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-cost .system-chart-bar, .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-user .system-chart-bar {
            height: 15px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px; }
          .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-cost .system-chart-value, .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-user .system-chart-value {
            width: 13%;
            /*align-items: center;
                            display: flex;*/ }
            .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-cost .system-chart-value h2, .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-user .system-chart-value h2 {
              margin-bottom: 0;
              padding: 0;
              padding-left: 8px;
              font-size: 10px;
              font-style: normal;
              font-weight: 500;
              line-height: normal; }
        .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-cost .system-chart-cost-bar {
          background-color: #FBCB7C; }
        .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-cost .system-chart-cost-value h2 {
          color: #FFBA48; }
        .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-cost-package {
          padding-left: 1px; }
          .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-cost-package .system-chart-cost-bar {
            background-color: #FFA000; }
          .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-cost-package .system-chart-cost-value h2 {
            color: #FFA000; }
        .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-user {
          margin-top: 5px; }
          .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-user .system-chart-user-bar {
            background-color: #FAAFBD; }
          .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-user .system-chart-user-value h2 {
            color: #F8899E; }
        .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-user-package {
          padding-left: 1px; }
          .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-user-package .system-chart-user-bar {
            background-color: #FF4367; }
          .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-user-package .system-chart-user-value h2 {
            color: #FF4367; }
        .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-cost-part-package {
          display: none !important; }
        .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .system-chart-user-part-package {
          margin-top: 22px !important; }
        .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .hidden-bar .system-chart-bar {
          display: none !important; }
        .system-overview .align-system-content .align-system-grouping .system-chart .system-chart-right .hidden-bar .system-chart-value {
          display: none !important; }
    .system-overview .align-system-content .align-system-grouping .highlight .system-chart-left {
      border: 1px solid #FF4367;
      box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25); }
      .system-overview .align-system-content .align-system-grouping .highlight .system-chart-left .card-cell-text {
        color: #FF4367;
        font-style: italic;
        font-weight: 700;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }
      .system-overview .align-system-content .align-system-grouping .highlight .system-chart-left .system-chart-purchase, .system-overview .align-system-content .align-system-grouping .highlight .system-chart-left .system-chart-hosting {
        border: 1px solid #FF4367; }
        .system-overview .align-system-content .align-system-grouping .highlight .system-chart-left .system-chart-purchase i:before, .system-overview .align-system-content .align-system-grouping .highlight .system-chart-left .system-chart-hosting i:before {
          color: #FF4367; }
    .system-overview .align-system-content .align-system-grouping .highlight .system-chart-right .system-chart-cost .system-chart-cost-bar {
      background-color: #FFA000;
      box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25); }
    .system-overview .align-system-content .align-system-grouping .highlight .system-chart-right .system-chart-cost .system-chart-cost-value {
      z-index: 102; }
      .system-overview .align-system-content .align-system-grouping .highlight .system-chart-right .system-chart-cost .system-chart-cost-value h2 {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
        color: #FFA000; }
    .system-overview .align-system-content .align-system-grouping .highlight .system-chart-right .system-chart-user {
      margin-top: 5px; }
      .system-overview .align-system-content .align-system-grouping .highlight .system-chart-right .system-chart-user .system-chart-user-bar {
        box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
        background-color: #FF4367; }
      .system-overview .align-system-content .align-system-grouping .highlight .system-chart-right .system-chart-user .system-chart-user-value {
        z-index: 102; }
        .system-overview .align-system-content .align-system-grouping .highlight .system-chart-right .system-chart-user .system-chart-user-value h2 {
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
          color: #FF4367; }
    .system-overview .align-system-content .align-system-grouping .highlight-dep {
      border: 1px solid #FF4367 !important; }
    .system-overview .align-system-content .align-system-grouping .system-category {
      display: flex;
      align-items: center; }
      .system-overview .align-system-content .align-system-grouping .system-category hr {
        flex: 50%; }
      .system-overview .align-system-content .align-system-grouping .system-category h2 {
        text-align: right;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal; }
    .system-overview .align-system-content .align-system-grouping .high-value-systems {
      padding-bottom: 30px; }
      .system-overview .align-system-content .align-system-grouping .high-value-systems h2 {
        width: 220px;
        color: #12AD58; }
    .system-overview .align-system-content .align-system-grouping .broad-impact-systems {
      padding-bottom: 30px;
      padding-top: 12px; }
      .system-overview .align-system-content .align-system-grouping .broad-impact-systems h2 {
        width: 240px;
        color: #98D82A; }
    .system-overview .align-system-content .align-system-grouping .niche-systems {
      padding-bottom: 30px;
      padding-top: 12px; }
      .system-overview .align-system-content .align-system-grouping .niche-systems h2 {
        width: 220px;
        color: #FFA000; }
    .system-overview .align-system-content .align-system-grouping .overinvestment-candidates {
      padding-bottom: 30px;
      padding-top: 12px; }
      .system-overview .align-system-content .align-system-grouping .overinvestment-candidates h2 {
        width: 290px;
        color: #FF0000; }
  .system-overview .align-system-content .muConnector {
    position: absolute !important;
    border-left: 1px dashed red !important;
    z-index: 100 !important;
    -webkit-transform-origin: top left !important;
    -moz-transform-origin: top left !important;
    -o-transform-origin: top left !important;
    -ms-transform-origin: top left !important;
    transform-origin: top left !important;
    left: 562px !important; }
  .system-overview .align-system-content .system-chart-line {
    top: -404px;
    left: -385px;
    position: absolute; }
    .system-overview .align-system-content .system-chart-line .system-used-by-line {
      padding: 0px;
      margin: 0px;
      line-height: 1px;
      position: absolute;
      border: none !important;
      border-left: 1px dashed #B3B3B3 !important; }
    .system-overview .align-system-content .system-chart-line .system-integration-line {
      padding: 0px;
      margin: 0px;
      line-height: 1px;
      position: absolute;
      border: 1px solid var(--color-black-05) !important;
      border-right: none !important;
      border-radius: 30px 0px 0px 30px;
      max-width: 200px;
      z-index: 101; }
    .system-overview .align-system-content .system-chart-line .highlight, .system-overview .align-system-content .system-chart-line .highlight-dep {
      border: none !important;
      border-left: 4px dashed #FF4367 !important;
      box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.25); }
      .system-overview .align-system-content .system-chart-line .highlight:after, .system-overview .align-system-content .system-chart-line .highlight-dep:after {
        content: "";
        border-bottom: 4px dashed #ff0000;
        display: block; }
    .system-overview .align-system-content .system-chart-line .highlight-integration {
      border: 4px solid #FF4367 !important;
      border-right: none !important;
      box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.25); }
    .system-overview .align-system-content .system-chart-line .hidden-bar {
      display: none !important; }
    .system-overview .align-system-content .system-chart-line .package-integration {
      border: none !important;
      background-color: #FF4367 !important;
      display: block !important; }
  .system-overview .align-system-content.content-opacity .department-box, .system-overview .align-system-content.content-opacity .system-used-by-line, .system-overview .align-system-content.content-opacity .system-integration-line {
    opacity: .5; }
    .system-overview .align-system-content.content-opacity .department-box.highlight-dep, .system-overview .align-system-content.content-opacity .department-box.highlight-integration, .system-overview .align-system-content.content-opacity .department-box.highlight, .system-overview .align-system-content.content-opacity .department-box.dep-highlight, .system-overview .align-system-content.content-opacity .system-used-by-line.highlight-dep, .system-overview .align-system-content.content-opacity .system-used-by-line.highlight-integration, .system-overview .align-system-content.content-opacity .system-used-by-line.highlight, .system-overview .align-system-content.content-opacity .system-used-by-line.dep-highlight, .system-overview .align-system-content.content-opacity .system-integration-line.highlight-dep, .system-overview .align-system-content.content-opacity .system-integration-line.highlight-integration, .system-overview .align-system-content.content-opacity .system-integration-line.highlight, .system-overview .align-system-content.content-opacity .system-integration-line.dep-highlight {
      opacity: 1; }
  .system-overview .align-system-content.content-opacity .system-used-by-line, .system-overview .align-system-content.content-opacity .system-integration-line {
    opacity: .5; }
    .system-overview .align-system-content.content-opacity .system-used-by-line.inverse-integration, .system-overview .align-system-content.content-opacity .system-integration-line.inverse-integration {
      opacity: 1; }
  .system-overview .align-system-content.content-opacity .system-chart .system-chart-left {
    border-color: rgba(64, 64, 64, 0.3); }
    .system-overview .align-system-content.content-opacity .system-chart .system-chart-left h3 {
      opacity: .5; }
    .system-overview .align-system-content.content-opacity .system-chart .system-chart-left .system-chart-purchase, .system-overview .align-system-content.content-opacity .system-chart .system-chart-left .system-chart-hosting {
      border-color: rgba(64, 64, 64, 0.3); }
      .system-overview .align-system-content.content-opacity .system-chart .system-chart-left .system-chart-purchase i, .system-overview .align-system-content.content-opacity .system-chart .system-chart-left .system-chart-hosting i {
        opacity: .5; }
    .system-overview .align-system-content.content-opacity .system-chart .system-chart-left.system-chart-left-package {
      border-color: #fc8ba0;
      background-color: #fc8ba0; }
  .system-overview .align-system-content.content-opacity .system-chart .system-chart-right {
    opacity: .5; }
  .system-overview .align-system-content.content-opacity .system-chart.dep-highlight .system-chart-left, .system-overview .align-system-content.content-opacity .system-chart.highlight .system-chart-left, .system-overview .align-system-content.content-opacity .system-chart.inverse-integration .system-chart-left {
    border-color: #FF4367; }
    .system-overview .align-system-content.content-opacity .system-chart.dep-highlight .system-chart-left h3, .system-overview .align-system-content.content-opacity .system-chart.highlight .system-chart-left h3, .system-overview .align-system-content.content-opacity .system-chart.inverse-integration .system-chart-left h3 {
      opacity: 1; }
    .system-overview .align-system-content.content-opacity .system-chart.dep-highlight .system-chart-left .system-chart-purchase, .system-overview .align-system-content.content-opacity .system-chart.dep-highlight .system-chart-left .system-chart-hosting, .system-overview .align-system-content.content-opacity .system-chart.highlight .system-chart-left .system-chart-purchase, .system-overview .align-system-content.content-opacity .system-chart.highlight .system-chart-left .system-chart-hosting, .system-overview .align-system-content.content-opacity .system-chart.inverse-integration .system-chart-left .system-chart-purchase, .system-overview .align-system-content.content-opacity .system-chart.inverse-integration .system-chart-left .system-chart-hosting {
      border-color: var(--color-black-05); }
      .system-overview .align-system-content.content-opacity .system-chart.dep-highlight .system-chart-left .system-chart-purchase i, .system-overview .align-system-content.content-opacity .system-chart.dep-highlight .system-chart-left .system-chart-hosting i, .system-overview .align-system-content.content-opacity .system-chart.highlight .system-chart-left .system-chart-purchase i, .system-overview .align-system-content.content-opacity .system-chart.highlight .system-chart-left .system-chart-hosting i, .system-overview .align-system-content.content-opacity .system-chart.inverse-integration .system-chart-left .system-chart-purchase i, .system-overview .align-system-content.content-opacity .system-chart.inverse-integration .system-chart-left .system-chart-hosting i {
        opacity: 1; }
  .system-overview .align-system-content.content-opacity .system-chart.dep-highlight .system-chart-right, .system-overview .align-system-content.content-opacity .system-chart.highlight .system-chart-right, .system-overview .align-system-content.content-opacity .system-chart.inverse-integration .system-chart-right {
    opacity: 1; }
  .system-overview .align-system-content.content-opacity .system-chart.dep-highlight.system-chart-left-package, .system-overview .align-system-content.content-opacity .system-chart.highlight.system-chart-left-package, .system-overview .align-system-content.content-opacity .system-chart.inverse-integration.system-chart-left-package {
    border-color: #FF4367;
    background-color: #FF4367; }
  .system-overview .align-system-content.content-opacity .system-chart.inverse-integration .system-chart-left {
    border-color: var(--color-black-05); }
    .system-overview .align-system-content.content-opacity .system-chart.inverse-integration .system-chart-left.system-chart-left-package {
      border-color: #FF4367;
      background-color: #FF4367; }
  .system-overview .align-system-content.content-opacity .system-chart.highlight .system-chart-left .system-chart-purchase, .system-overview .align-system-content.content-opacity .system-chart.highlight .system-chart-left .system-chart-hosting {
    border-color: #FF4367; }

.system-overview .align-system-filter {
  display: flex;
  align-items: flex-start;
  margin-bottom: 70px; }
  @media (max-width: 1300px) {
    .system-overview .align-system-filter {
      flex: 70%; } }
  .system-overview .align-system-filter .header-container {
    flex: 20%; }
    @media (max-width: 1300px) {
      .system-overview .align-system-filter .header-container {
        flex: 30%; } }
  .system-overview .align-system-filter .header-right {
    flex: 80%;
    display: grid;
    /*justify-items: end;*/
    grid-template-columns: 50% 48%;
    grid-column-gap: 2%; }
    @media (max-width: 1600px) {
      .system-overview .align-system-filter .header-right {
        grid-template-columns: 100%;
        justify-items: baseline; } }
    .system-overview .align-system-filter .header-right .filter-right, .system-overview .align-system-filter .header-right .filter-left {
      flex: 50%; }
      .system-overview .align-system-filter .header-right .filter-right .element-filter .element-filter-item .used-by-element, .system-overview .align-system-filter .header-right .filter-left .element-filter .element-filter-item .used-by-element {
        min-width: 88px;
        align-items: normal; }
      .system-overview .align-system-filter .header-right .filter-right .element-filter .element-filter-item .integration, .system-overview .align-system-filter .header-right .filter-left .element-filter .element-filter-item .integration {
        align-items: normal; }
      .system-overview .align-system-filter .header-right .filter-right .element-filter .element-filter-item .system-used, .system-overview .align-system-filter .header-right .filter-right .element-filter .element-filter-item .integration, .system-overview .align-system-filter .header-right .filter-left .element-filter .element-filter-item .system-used, .system-overview .align-system-filter .header-right .filter-left .element-filter .element-filter-item .integration {
        /*margin-right: 9px;*/ }
        .system-overview .align-system-filter .header-right .filter-right .element-filter .element-filter-item .system-used svg, .system-overview .align-system-filter .header-right .filter-right .element-filter .element-filter-item .integration svg, .system-overview .align-system-filter .header-right .filter-left .element-filter .element-filter-item .system-used svg, .system-overview .align-system-filter .header-right .filter-left .element-filter .element-filter-item .integration svg {
          margin-right: 10px; }
      .system-overview .align-system-filter .header-right .filter-right .element-filter .element-filter-item .user, .system-overview .align-system-filter .header-right .filter-right .element-filter .element-filter-item .annual-costs, .system-overview .align-system-filter .header-right .filter-left .element-filter .element-filter-item .user, .system-overview .align-system-filter .header-right .filter-left .element-filter .element-filter-item .annual-costs {
        width: 15px;
        margin-right: 9px;
        height: 15px;
        /*margin-bottom: 5px;*/
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; }
      .system-overview .align-system-filter .header-right .filter-right .element-filter .element-filter-item .user, .system-overview .align-system-filter .header-right .filter-left .element-filter .element-filter-item .user {
        background-color: #FAAFBD;
        border: 1px solid #FAAFBD; }
      .system-overview .align-system-filter .header-right .filter-right .element-filter .element-filter-item .annual-costs, .system-overview .align-system-filter .header-right .filter-left .element-filter .element-filter-item .annual-costs {
        background-color: #FBCB7C;
        border: 1px solid #FBCB7C; }
      .system-overview .align-system-filter .header-right .filter-right .view-filter .system-color-code, .system-overview .align-system-filter .header-right .filter-right .view-filter .package-color-code, .system-overview .align-system-filter .header-right .filter-left .view-filter .system-color-code, .system-overview .align-system-filter .header-right .filter-left .view-filter .package-color-code {
        width: 15px;
        height: 15px;
        margin-right: 10px; }
      .system-overview .align-system-filter .header-right .filter-right .view-filter .system-color-code, .system-overview .align-system-filter .header-right .filter-left .view-filter .system-color-code {
        border: 1px solid var(--color-black-05);
        background-color: white; }
      .system-overview .align-system-filter .header-right .filter-right .view-filter .package-color-code, .system-overview .align-system-filter .header-right .filter-left .view-filter .package-color-code {
        border: 1px solid #FF4367;
        background-color: #FF4367; }
      .system-overview .align-system-filter .header-right .filter-right .view-filter .systems-view, .system-overview .align-system-filter .header-right .filter-right .view-filter .packages-view, .system-overview .align-system-filter .header-right .filter-right .view-filter .systems-packages-view, .system-overview .align-system-filter .header-right .filter-left .view-filter .systems-view, .system-overview .align-system-filter .header-right .filter-left .view-filter .packages-view, .system-overview .align-system-filter .header-right .filter-left .view-filter .systems-packages-view {
        padding: 4px 25.5px !important; }
      .system-overview .align-system-filter .header-right .filter-right .view-filter .systems-view, .system-overview .align-system-filter .header-right .filter-left .view-filter .systems-view {
        min-width: 133px; }
        @media (max-width: 1750px) {
          .system-overview .align-system-filter .header-right .filter-right .view-filter .systems-view, .system-overview .align-system-filter .header-right .filter-left .view-filter .systems-view {
            min-width: auto; } }
        @media (min-width: 2000px) {
          .system-overview .align-system-filter .header-right .filter-right .view-filter .systems-view, .system-overview .align-system-filter .header-right .filter-left .view-filter .systems-view {
            min-width: 140px; } }
      .system-overview .align-system-filter .header-right .filter-right .view-filter .packages-view, .system-overview .align-system-filter .header-right .filter-left .view-filter .packages-view {
        min-width: 147px; }
        @media (max-width: 1750px) {
          .system-overview .align-system-filter .header-right .filter-right .view-filter .packages-view, .system-overview .align-system-filter .header-right .filter-left .view-filter .packages-view {
            min-width: auto; } }
        @media (min-width: 2000px) {
          .system-overview .align-system-filter .header-right .filter-right .view-filter .packages-view, .system-overview .align-system-filter .header-right .filter-left .view-filter .packages-view {
            min-width: 150px; } }
      .system-overview .align-system-filter .header-right .filter-right .view-filter .systems-packages-view, .system-overview .align-system-filter .header-right .filter-left .view-filter .systems-packages-view {
        min-width: 135px; }
        @media (min-width: 2000px) {
          .system-overview .align-system-filter .header-right .filter-right .view-filter .systems-packages-view, .system-overview .align-system-filter .header-right .filter-left .view-filter .systems-packages-view {
            min-width: 142px; } }
      .system-overview .align-system-filter .header-right .filter-right .department-filter .filter-title, .system-overview .align-system-filter .header-right .filter-left .department-filter .filter-title {
        border: none !important;
        background-color: transparent !important;
        padding-right: 0 !important;
        padding-left: 0 !important; }
        .system-overview .align-system-filter .header-right .filter-right .department-filter .filter-title h2, .system-overview .align-system-filter .header-right .filter-left .department-filter .filter-title h2 {
          color: var(--color-black-05) !important;
          opacity: .5 !important;
          font-size: 14px !important;
          font-style: normal !important;
          font-weight: 700 !important;
          line-height: 18px !important; }
      .system-overview .align-system-filter .header-right .filter-right .department-filter .department-filter-search, .system-overview .align-system-filter .header-right .filter-left .department-filter .department-filter-search {
        min-width: 370px;
        margin: 0;
        margin-left: 10px; }
        .system-overview .align-system-filter .header-right .filter-right .department-filter .department-filter-search .bootstrap-select button, .system-overview .align-system-filter .header-right .filter-left .department-filter .department-filter-search .bootstrap-select button {
          /*border-radius: 5px !important;*/ }
        .system-overview .align-system-filter .header-right .filter-right .department-filter .department-filter-search .bootstrap-select .dropdown-toggle, .system-overview .align-system-filter .header-right .filter-left .department-filter .department-filter-search .bootstrap-select .dropdown-toggle {
          padding-bottom: 0 !important;
          max-height: 35px !important;
          padding-top: 5px !important; }
        .system-overview .align-system-filter .header-right .filter-right .department-filter .department-filter-search .selected, .system-overview .align-system-filter .header-right .filter-left .department-filter .department-filter-search .selected {
          border: none !important; }
      .system-overview .align-system-filter .header-right .filter-right .purchase-filter, .system-overview .align-system-filter .header-right .filter-right .hosting-filter, .system-overview .align-system-filter .header-right .filter-right .element-filter, .system-overview .align-system-filter .header-right .filter-right .view-filter, .system-overview .align-system-filter .header-right .filter-right .department-filter, .system-overview .align-system-filter .header-right .filter-left .purchase-filter, .system-overview .align-system-filter .header-right .filter-left .hosting-filter, .system-overview .align-system-filter .header-right .filter-left .element-filter, .system-overview .align-system-filter .header-right .filter-left .view-filter, .system-overview .align-system-filter .header-right .filter-left .department-filter {
        display: flex;
        justify-content: flex-end; }
        .system-overview .align-system-filter .header-right .filter-right .purchase-filter .filter-title, .system-overview .align-system-filter .header-right .filter-right .hosting-filter .filter-title, .system-overview .align-system-filter .header-right .filter-right .element-filter .filter-title, .system-overview .align-system-filter .header-right .filter-right .view-filter .filter-title, .system-overview .align-system-filter .header-right .filter-right .department-filter .filter-title, .system-overview .align-system-filter .header-right .filter-left .purchase-filter .filter-title, .system-overview .align-system-filter .header-right .filter-left .hosting-filter .filter-title, .system-overview .align-system-filter .header-right .filter-left .element-filter .filter-title, .system-overview .align-system-filter .header-right .filter-left .view-filter .filter-title, .system-overview .align-system-filter .header-right .filter-left .department-filter .filter-title {
          display: flex;
          padding: 4px 22px;
          border-radius: 5px;
          border: 1px solid #ffd9e1;
          align-items: center;
          background-color: white;
          justify-content: center;
          min-width: 100px; }
          .system-overview .align-system-filter .header-right .filter-right .purchase-filter .filter-title h2, .system-overview .align-system-filter .header-right .filter-right .hosting-filter .filter-title h2, .system-overview .align-system-filter .header-right .filter-right .element-filter .filter-title h2, .system-overview .align-system-filter .header-right .filter-right .view-filter .filter-title h2, .system-overview .align-system-filter .header-right .filter-right .department-filter .filter-title h2, .system-overview .align-system-filter .header-right .filter-left .purchase-filter .filter-title h2, .system-overview .align-system-filter .header-right .filter-left .hosting-filter .filter-title h2, .system-overview .align-system-filter .header-right .filter-left .element-filter .filter-title h2, .system-overview .align-system-filter .header-right .filter-left .view-filter .filter-title h2, .system-overview .align-system-filter .header-right .filter-left .department-filter .filter-title h2 {
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            margin: 0; }
        .system-overview .align-system-filter .header-right .filter-right .purchase-filter .filter-item, .system-overview .align-system-filter .header-right .filter-right .hosting-filter .filter-item, .system-overview .align-system-filter .header-right .filter-right .element-filter .filter-item, .system-overview .align-system-filter .header-right .filter-right .view-filter .filter-item, .system-overview .align-system-filter .header-right .filter-right .department-filter .filter-item, .system-overview .align-system-filter .header-right .filter-left .purchase-filter .filter-item, .system-overview .align-system-filter .header-right .filter-left .hosting-filter .filter-item, .system-overview .align-system-filter .header-right .filter-left .element-filter .filter-item, .system-overview .align-system-filter .header-right .filter-left .view-filter .filter-item, .system-overview .align-system-filter .header-right .filter-left .department-filter .filter-item {
          display: flex;
          align-items: center;
          padding: 2px 12px 2px 12px;
          border-radius: 5px;
          border: 1px solid #B3B3B3;
          align-items: center;
          background-color: white;
          margin-left: 8px;
          /* img {
                            padding-right: 10px;
                        }*/ }
          .system-overview .align-system-filter .header-right .filter-right .purchase-filter .filter-item h2, .system-overview .align-system-filter .header-right .filter-right .hosting-filter .filter-item h2, .system-overview .align-system-filter .header-right .filter-right .element-filter .filter-item h2, .system-overview .align-system-filter .header-right .filter-right .view-filter .filter-item h2, .system-overview .align-system-filter .header-right .filter-right .department-filter .filter-item h2, .system-overview .align-system-filter .header-right .filter-left .purchase-filter .filter-item h2, .system-overview .align-system-filter .header-right .filter-left .hosting-filter .filter-item h2, .system-overview .align-system-filter .header-right .filter-left .element-filter .filter-item h2, .system-overview .align-system-filter .header-right .filter-left .view-filter .filter-item h2, .system-overview .align-system-filter .header-right .filter-left .department-filter .filter-item h2 {
            color: var(--color-black-05);
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            margin-bottom: 0; }
          .system-overview .align-system-filter .header-right .filter-right .purchase-filter .filter-item i, .system-overview .align-system-filter .header-right .filter-right .hosting-filter .filter-item i, .system-overview .align-system-filter .header-right .filter-right .element-filter .filter-item i, .system-overview .align-system-filter .header-right .filter-right .view-filter .filter-item i, .system-overview .align-system-filter .header-right .filter-right .department-filter .filter-item i, .system-overview .align-system-filter .header-right .filter-left .purchase-filter .filter-item i, .system-overview .align-system-filter .header-right .filter-left .hosting-filter .filter-item i, .system-overview .align-system-filter .header-right .filter-left .element-filter .filter-item i, .system-overview .align-system-filter .header-right .filter-left .view-filter .filter-item i, .system-overview .align-system-filter .header-right .filter-left .department-filter .filter-item i {
            padding-right: 10px; }
      .system-overview .align-system-filter .header-right .filter-right .purchase-filter, .system-overview .align-system-filter .header-right .filter-right .hosting-filter, .system-overview .align-system-filter .header-right .filter-left .purchase-filter, .system-overview .align-system-filter .header-right .filter-left .hosting-filter {
        margin-bottom: 12px; }
      .system-overview .align-system-filter .header-right .filter-right .element-filter, .system-overview .align-system-filter .header-right .filter-right .view-filter, .system-overview .align-system-filter .header-right .filter-left .element-filter, .system-overview .align-system-filter .header-right .filter-left .view-filter {
        margin-bottom: 12px;
        justify-content: flex-start; }
    .system-overview .align-system-filter .header-right .selected {
      border: 1px solid #F8899E !important; }
      .system-overview .align-system-filter .header-right .selected h2 {
        color: #F8899E !important; }
      .system-overview .align-system-filter .header-right .selected i:before {
        color: #F8899E !important; }
      .system-overview .align-system-filter .header-right .selected svg path {
        stroke: #F8899E !important; }
    .system-overview .align-system-filter .header-right .filter-item:hover {
      border: 1px solid #FFA000 !important; }
      .system-overview .align-system-filter .header-right .filter-item:hover h2 {
        color: #FFA000 !important; }
      .system-overview .align-system-filter .header-right .filter-item:hover i:before {
        color: #FFA000 !important; }
      .system-overview .align-system-filter .header-right .filter-item:hover svg path {
        stroke: #FFA000 !important; }

.system-overview .btn-cursor {
  cursor: pointer; }

.system-usage .filters .search {
  justify-content: space-between; }
  .system-usage .filters .search .form-group {
    width: 44% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-bottom: 40px !important; }
    .system-usage .filters .search .form-group .group-control {
      min-width: 100% !important; }
      .system-usage .filters .search .form-group .group-control .dropdown, .system-usage .filters .search .form-group .group-control button, .system-usage .filters .search .form-group .group-control input {
        min-width: 100% !important; }
    .system-usage .filters .search .form-group.instance-search-item-without-button {
      width: 40% !important; }

.system-usage .report-right-side form {
  display: block;
  margin-left: 30px !important; }
  .system-usage .report-right-side form .card-item .card-item-content {
    padding-left: 40px;
    padding-right: 40px; }
    .system-usage .report-right-side form .card-item .card-item-content .card-item-header {
      display: flex;
      padding-bottom: 30px;
      padding-top: 30px;
      justify-content: space-between; }
      .system-usage .report-right-side form .card-item .card-item-content .card-item-header .card-item-actions {
        display: contents; }
        .system-usage .report-right-side form .card-item .card-item-content .card-item-header .card-item-actions i {
          /*@extend .icon-chevron-right-bold;*/
          font-size: 32px !important;
          color: #FF4367; }
      .system-usage .report-right-side form .card-item .card-item-content .card-item-header .system {
        display: flex;
        flex: 1; }
        .system-usage .report-right-side form .card-item .card-item-content .card-item-header .system .system-name {
          display: flex;
          width: 150px;
          min-height: 41px;
          border-radius: 5px;
          border: 1px solid var(--color-black-05);
          background-color: white;
          justify-content: flex-start;
          align-items: center; }
          .system-usage .report-right-side form .card-item .card-item-content .card-item-header .system .system-name .name {
            font-size: 15px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            color: var(--color-black-05);
            padding: 10px;
            word-break: break-word; }
          .system-usage .report-right-side form .card-item .card-item-content .card-item-header .system .system-name .system-logo {
            width: 21px;
            height: 21px;
            margin-left: 10px;
            border-radius: 50%; }
        .system-usage .report-right-side form .card-item .card-item-content .card-item-header .system .system-bar {
          width: calc(100% - 210px);
          position: relative;
          display: flex; }
          .system-usage .report-right-side form .card-item .card-item-content .card-item-header .system .system-bar .bar {
            height: 20px;
            background-color: red;
            border-radius: 0px 5px 5px 0px;
            background: #D1EAA5;
            margin-top: 10px; }
            .system-usage .report-right-side form .card-item .card-item-content .card-item-header .system .system-bar .bar .inner-value {
              font-size: 11px;
              font-style: normal;
              font-weight: 700;
              line-height: normal;
              text-align: right;
              margin: 0;
              color: var(--color-black-05);
              margin-top: 3px;
              margin-right: 8px; }
          .system-usage .report-right-side form .card-item .card-item-content .card-item-header .system .system-bar .value {
            /*position: absolute;*/
            margin: 0;
            margin-left: 8px;
            margin-top: 13px;
            font-size: 11px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-align: right;
            color: var(--color-black-05); }
  .system-usage .report-right-side form .card-item.expanded .icon-chevron-right-bold, .system-usage .report-right-side form .card-item.expanded .m_objectives-navigation > i {
    transform: rotate(90deg); }
  .system-usage .report-right-side form .card-item.expanded .card-item-content .card-item-header .system .system-bar .bar {
    background: #98D82A; }
    .system-usage .report-right-side form .card-item.expanded .card-item-content .card-item-header .system .system-bar .bar .inner-value {
      color: white; }
  .system-usage .report-right-side form .dg-rpt-col-cont {
    padding-left: 0 !important; }
    .system-usage .report-right-side form .dg-rpt-col-cont .header {
      /*display: none;*/
      background-color: transparent !important;
      border: none !important; }
    .system-usage .report-right-side form .dg-rpt-col-cont .dg-rpt-tab-cont {
      background-color: transparent !important;
      border: none !important;
      box-shadow: none !important; }
  .system-usage .report-right-side form .highcharts-a11y-proxy-button {
    cursor: auto !important; }

.system-costs .top-chart-title, .system-costs .top-table-title {
  width: 100%;
  background: white;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 20px; }
  .system-costs .top-chart-title h3, .system-costs .top-table-title h3 {
    color: var(--color-secondary-75);
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: center; }

.system-costs.report-page-content.one-row .dg-rpt-main-cnt {
  margin-left: 0 !important; }
  .system-costs.report-page-content.one-row .dg-rpt-main-cnt .dg-rpt-col-cont {
    padding-right: 0 !important;
    padding-left: 0 !important; }

.system-costs .cost-table {
  background: white;
  padding: 30px;
  border-radius: 20px; }
  .system-costs .cost-table .search .form-group {
    flex: 80%; }
    .system-costs .cost-table .search .form-group .group-control {
      min-width: 100%; }
      .system-costs .cost-table .search .form-group .group-control input {
        max-width: 100%; }
    .system-costs .cost-table .search .form-group.cost-find .input-group-addon {
      position: absolute;
      right: 16px;
      top: 9px; }
      .system-costs .cost-table .search .form-group.cost-find .input-group-addon i {
        font-size: 16px;
        color: #A0A0A0; }
  .system-costs .cost-table .search .buttons-row button {
    font-size: 16px !important; }
  .system-costs .cost-table td {
    padding-top: 16px; }
    .system-costs .cost-table td.show-cost {
      padding-left: 0 !important; }

.system-costs .cost-description {
  padding-left: 27px; }
  .system-costs .cost-description .title {
    padding-top: 3px; }
    .system-costs .cost-description .title h2 {
      color: var(--color-black-05);
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
  .system-costs .cost-description .high-value-systems, .system-costs .cost-description .broad-impact-systems, .system-costs .cost-description .niche-systems, .system-costs .cost-description .overinvestment-candidates {
    margin-bottom: 20px; }
    .system-costs .cost-description .high-value-systems .type-title, .system-costs .cost-description .broad-impact-systems .type-title, .system-costs .cost-description .niche-systems .type-title, .system-costs .cost-description .overinvestment-candidates .type-title {
      display: flex; }
      .system-costs .cost-description .high-value-systems .type-title .left-section, .system-costs .cost-description .broad-impact-systems .type-title .left-section, .system-costs .cost-description .niche-systems .type-title .left-section, .system-costs .cost-description .overinvestment-candidates .type-title .left-section {
        width: 18px;
        height: 18px;
        margin-right: 5px; }
      .system-costs .cost-description .high-value-systems .type-title .header-text, .system-costs .cost-description .broad-impact-systems .type-title .header-text, .system-costs .cost-description .niche-systems .type-title .header-text, .system-costs .cost-description .overinvestment-candidates .type-title .header-text {
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0;
        padding: 0;
        padding-top: 3px; }
    .system-costs .cost-description .high-value-systems .descriptin, .system-costs .cost-description .broad-impact-systems .descriptin, .system-costs .cost-description .niche-systems .descriptin, .system-costs .cost-description .overinvestment-candidates .descriptin {
      color: var(--color-black-05);
      font-size: 10px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
  .system-costs .cost-description .high-value-systems .type-title .left-section {
    background-color: #D0EFDE; }
  .system-costs .cost-description .high-value-systems .type-title .header-text {
    color: #12AD58; }
  .system-costs .cost-description .broad-impact-systems .type-title .left-section {
    background-color: #EAF7D4; }
  .system-costs .cost-description .broad-impact-systems .type-title .header-text {
    color: #98D82A; }
  .system-costs .cost-description .niche-systems .type-title .left-section {
    background-color: #FFECCC; }
  .system-costs .cost-description .niche-systems .type-title .header-text {
    color: #FFA000; }
  .system-costs .cost-description .overinvestment-candidates {
    margin-bottom: 0; }
    .system-costs .cost-description .overinvestment-candidates .type-title .left-section {
      background-color: #FFD9D9; }
    .system-costs .cost-description .overinvestment-candidates .type-title .header-text {
      color: #FF4343; }

.m_align-system .report-page-content.one-row .dg-rpt-main-cnt {
  margin-left: 0px !important; }
  .m_align-system .report-page-content.one-row .dg-rpt-main-cnt .dg-rpt-col-cont {
    padding-left: 0 !important; }

.align-opportunities-employee-experience-improvement .dg-rpt-main-cnt .dg-rpt-col-cont {
  margin: 0 !important;
  margin-bottom: 10px !important; }
  .align-opportunities-employee-experience-improvement .dg-rpt-main-cnt .dg-rpt-col-cont .header .title {
    color: var(--color-black-05) !important; }
  .align-opportunities-employee-experience-improvement .dg-rpt-main-cnt .dg-rpt-col-cont .header .actions i {
    color: var(--color-black-05) !important; }
    .align-opportunities-employee-experience-improvement .dg-rpt-main-cnt .dg-rpt-col-cont .header .actions i:hover {
      color: #FFA000; }
  .align-opportunities-employee-experience-improvement .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont {
    margin-bottom: 0 !important; }
    .align-opportunities-employee-experience-improvement .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont .header {
      padding: 0 !important;
      position: absolute;
      top: 18px !important;
      left: 58px !important; }

.opportunities-employee-experience-improvement-chart-contianer {
  display: flex; }
  .opportunities-employee-experience-improvement-chart-contianer .improving-chart {
    display: flex;
    flex: 47%; }
    .opportunities-employee-experience-improvement-chart-contianer .improving-chart.current {
      flex: 53%; }
      .opportunities-employee-experience-improvement-chart-contianer .improving-chart.current .right {
        padding-right: 80px; }
    .opportunities-employee-experience-improvement-chart-contianer .improving-chart .left {
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      .opportunities-employee-experience-improvement-chart-contianer .improving-chart .left img {
        width: 191px;
        height: 191px;
        border-radius: 20px; }
    .opportunities-employee-experience-improvement-chart-contianer .improving-chart .right {
      width: calc(100% - 191px);
      padding-left: 41px; }
      .opportunities-employee-experience-improvement-chart-contianer .improving-chart .right .bar-content {
        display: flex;
        margin-bottom: 5px; }
        .opportunities-employee-experience-improvement-chart-contianer .improving-chart .right .bar-content:last-child {
          margin: 0; }
        .opportunities-employee-experience-improvement-chart-contianer .improving-chart .right .bar-content:first-child {
          margin-top: 4px; }
        .opportunities-employee-experience-improvement-chart-contianer .improving-chart .right .bar-content .left-bar {
          padding-right: 4px; }
          .opportunities-employee-experience-improvement-chart-contianer .improving-chart .right .bar-content .left-bar i:before {
            font-size: 30px; }
          .opportunities-employee-experience-improvement-chart-contianer .improving-chart .right .bar-content .left-bar i.icon-very-good:before {
            color: #12AD58 !important; }
          .opportunities-employee-experience-improvement-chart-contianer .improving-chart .right .bar-content .left-bar i.icon-good:before {
            color: #98D82A !important; }
          .opportunities-employee-experience-improvement-chart-contianer .improving-chart .right .bar-content .left-bar i.icon-so-so:before {
            color: #FFA000 !important; }
          .opportunities-employee-experience-improvement-chart-contianer .improving-chart .right .bar-content .left-bar i.icon-bad:before {
            color: #FF5C00 !important; }
          .opportunities-employee-experience-improvement-chart-contianer .improving-chart .right .bar-content .left-bar i.icon-very-bad:before {
            color: #FF0000 !important; }
        .opportunities-employee-experience-improvement-chart-contianer .improving-chart .right .bar-content .right-bar {
          width: 100%;
          display: flex; }
          .opportunities-employee-experience-improvement-chart-contianer .improving-chart .right .bar-content .right-bar .right-bar-chart {
            display: flex;
            padding-right: 2px; }
            .opportunities-employee-experience-improvement-chart-contianer .improving-chart .right .bar-content .right-bar .right-bar-chart .chart {
              opacity: .4;
              height: 10px;
              margin-top: 10px;
              border-radius: 5px;
              width: 100%; }
              .opportunities-employee-experience-improvement-chart-contianer .improving-chart .right .bar-content .right-bar .right-bar-chart .chart.bar-icon-very-good {
                background-color: #12AD58 !important;
                border-left: 1px solid #12AD58 !important; }
              .opportunities-employee-experience-improvement-chart-contianer .improving-chart .right .bar-content .right-bar .right-bar-chart .chart.bar-icon-good {
                background-color: #98D82A !important;
                border-left: 1px solid #98D82A !important; }
              .opportunities-employee-experience-improvement-chart-contianer .improving-chart .right .bar-content .right-bar .right-bar-chart .chart.bar-icon-so-so {
                background-color: #FFA000 !important;
                border-left: 1px solid #FFA000 !important; }
              .opportunities-employee-experience-improvement-chart-contianer .improving-chart .right .bar-content .right-bar .right-bar-chart .chart.bar-icon-bad {
                background-color: #FF5C00 !important;
                border-left: 1px solid #FF5C00 !important; }
              .opportunities-employee-experience-improvement-chart-contianer .improving-chart .right .bar-content .right-bar .right-bar-chart .chart.bar-icon-very-bad {
                background-color: #FF0000 !important;
                border-left: 1px solid #FF0000 !important; }
          .opportunities-employee-experience-improvement-chart-contianer .improving-chart .right .bar-content .right-bar .right-bar-value {
            padding-top: 9px;
            flex: 10%;
            text-align: left;
            color: var(--color-secondary-75);
            font-size: 11px;
            font-style: normal;
            font-weight: 700;
            line-height: normal; }
  .opportunities-employee-experience-improvement-chart-contianer.down-size.current .right {
    padding-right: 35px; }
  .opportunities-employee-experience-improvement-chart-contianer.down-size .left img {
    width: 160px;
    height: 160px;
    border-radius: 20px; }
  .opportunities-employee-experience-improvement-chart-contianer.down-size .right {
    width: calc(100% - 160px);
    padding-left: 21px; }
    .opportunities-employee-experience-improvement-chart-contianer.down-size .right .bar-content {
      margin-bottom: 2px; }
      .opportunities-employee-experience-improvement-chart-contianer.down-size .right .bar-content:last-child {
        margin: 0; }
      .opportunities-employee-experience-improvement-chart-contianer.down-size .right .bar-content:first-child {
        margin-top: 4px; }
      .opportunities-employee-experience-improvement-chart-contianer.down-size .right .bar-content .left-bar {
        padding-right: 4px; }
        .opportunities-employee-experience-improvement-chart-contianer.down-size .right .bar-content .left-bar i:before {
          font-size: 26px; }
      .opportunities-employee-experience-improvement-chart-contianer.down-size .right .bar-content .right-bar .right-bar-chart {
        padding-right: 2px; }
        .opportunities-employee-experience-improvement-chart-contianer.down-size .right .bar-content .right-bar .right-bar-chart .chart {
          height: 9px;
          margin-top: 9px; }
      .opportunities-employee-experience-improvement-chart-contianer.down-size .right .bar-content .right-bar .right-bar-value {
        padding-top: 6px; }
  .opportunities-employee-experience-improvement-chart-contianer.down-size-min.current .right {
    padding-right: 15px; }
  .opportunities-employee-experience-improvement-chart-contianer.down-size-min .left img {
    width: 120px;
    height: 120px;
    border-radius: 20px; }
  .opportunities-employee-experience-improvement-chart-contianer.down-size-min .right {
    width: calc(100% - 120px);
    padding-left: 10px; }
    .opportunities-employee-experience-improvement-chart-contianer.down-size-min .right .bar-content {
      margin-bottom: -2px; }
      .opportunities-employee-experience-improvement-chart-contianer.down-size-min .right .bar-content:last-child {
        margin: 0; }
      .opportunities-employee-experience-improvement-chart-contianer.down-size-min .right .bar-content:first-child {
        margin-top: 4px; }
      .opportunities-employee-experience-improvement-chart-contianer.down-size-min .right .bar-content .left-bar {
        padding-right: 4px; }
        .opportunities-employee-experience-improvement-chart-contianer.down-size-min .right .bar-content .left-bar i:before {
          font-size: 22px; }
      .opportunities-employee-experience-improvement-chart-contianer.down-size-min .right .bar-content .right-bar .right-bar-chart {
        padding-right: 2px; }
        .opportunities-employee-experience-improvement-chart-contianer.down-size-min .right .bar-content .right-bar .right-bar-chart .chart {
          height: 9px;
          margin-top: 6px; }
      .opportunities-employee-experience-improvement-chart-contianer.down-size-min .right .bar-content .right-bar .right-bar-value {
        padding-top: 4px; }

.dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont .opportunities-employee-experience-improvement-chart-header {
  padding: 0 !important;
  position: absolute !important;
  top: -60px !important;
  left: 4px !important; }

.align-opportunities-system-integration .header-container {
  padding: 30px;
  margin: 0;
  margin-bottom: 30px;
  background-color: white;
  border-radius: 20px; }
  .align-opportunities-system-integration .header-container .bottom-section .left-section {
    /*font-family: Inter;*/
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--color-secondary-75); }
  .align-opportunities-system-integration .header-container .bottom-section-action {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 15px; }
    .align-opportunities-system-integration .header-container .bottom-section-action .type-title {
      border-radius: 5px;
      border: 1px solid #A5A5A5;
      background-color: white; }
      .align-opportunities-system-integration .header-container .bottom-section-action .type-title h2 {
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        color: var(--color-secondary-75);
        margin: 0;
        padding: 11px 20px; }
    .align-opportunities-system-integration .header-container .bottom-section-action .type-filter {
      display: flex;
      gap: 6px; }
      .align-opportunities-system-integration .header-container .bottom-section-action .type-filter button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        gap: 10px;
        border-radius: 5px;
        border: 1px solid #ffd9e1;
        background-color: white;
        width: 170px;
        cursor: auto; }
        .align-opportunities-system-integration .header-container .bottom-section-action .type-filter button i:before {
          color: #FF4367; }
        .align-opportunities-system-integration .header-container .bottom-section-action .type-filter button i:hover:before {
          color: #FF4367 !important; }
        .align-opportunities-system-integration .header-container .bottom-section-action .type-filter button h2 {
          font-size: 11px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          padding: 0;
          margin: 0; }
  .align-opportunities-system-integration .header-container .top-section {
    align-items: flex-start !important;
    margin-bottom: 15px; }
    .align-opportunities-system-integration .header-container .top-section .left-section h2 {
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      padding: 0; }
    .align-opportunities-system-integration .header-container .top-section .right-section .filters .form-group.row {
      flex-wrap: nowrap;
      align-items: center;
      margin-bottom: 0; }
      .align-opportunities-system-integration .header-container .top-section .right-section .filters .form-group.row .group-control {
        padding-right: 26px;
        padding-left: 10px;
        min-width: 100% !important; }
        .align-opportunities-system-integration .header-container .top-section .right-section .filters .form-group.row .group-control .dropdown, .align-opportunities-system-integration .header-container .top-section .right-section .filters .form-group.row .group-control button, .align-opportunities-system-integration .header-container .top-section .right-section .filters .form-group.row .group-control input {
          min-width: 234px !important; }

.align-opportunities-system-integration .dg-rpt-main-cnt .dg-rpt-col-cont {
  margin: 0 !important;
  margin-bottom: 10px !important; }
  .align-opportunities-system-integration .dg-rpt-main-cnt .dg-rpt-col-cont .header .title {
    color: var(--color-black-05) !important;
    display: flex !important;
    align-items: center !important; }
    .align-opportunities-system-integration .dg-rpt-main-cnt .dg-rpt-col-cont .header .title i {
      padding-left: 6px;
      padding-right: 6px;
      margin-bottom: 4px; }
      .align-opportunities-system-integration .dg-rpt-main-cnt .dg-rpt-col-cont .header .title i:before, .align-opportunities-system-integration .dg-rpt-main-cnt .dg-rpt-col-cont .header .title i:hover {
        color: #A0A0A0;
        font-size: 11px; }
  .align-opportunities-system-integration .dg-rpt-main-cnt .dg-rpt-col-cont .header .actions i {
    color: var(--color-black-05) !important; }
    .align-opportunities-system-integration .dg-rpt-main-cnt .dg-rpt-col-cont .header .actions i:hover {
      color: #FFA000; }
  .align-opportunities-system-integration .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont {
    margin-bottom: 0 !important; }
    .align-opportunities-system-integration .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont .header {
      padding: 0 !important;
      position: absolute;
      top: 18px !important;
      left: 58px !important; }

.opportunities-system-integration-chart-contianer {
  display: flex; }
  .opportunities-system-integration-chart-contianer .improving-chart {
    display: flex;
    flex: 49%;
    align-items: center; }
    .opportunities-system-integration-chart-contianer .improving-chart.current {
      flex: 51%; }
      .opportunities-system-integration-chart-contianer .improving-chart.current .right {
        padding-right: 30px; }
    .opportunities-system-integration-chart-contianer .improving-chart .left {
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      /*flex: 50%;*/ }
      .opportunities-system-integration-chart-contianer .improving-chart .left i {
        padding-left: 10px;
        padding-right: 10px; }
        .opportunities-system-integration-chart-contianer .improving-chart .left i:before, .opportunities-system-integration-chart-contianer .improving-chart .left i:hover {
          color: #A0A0A0;
          font-size: 10px; }
      .opportunities-system-integration-chart-contianer .improving-chart .left img {
        width: 111px;
        height: 111px;
        border-radius: 20px; }
    .opportunities-system-integration-chart-contianer .improving-chart .right {
      width: calc(100% - 248px);
      padding-left: 28px; }
      .opportunities-system-integration-chart-contianer .improving-chart .right .bar-content {
        display: flex;
        margin-bottom: 12px; }
        .opportunities-system-integration-chart-contianer .improving-chart .right .bar-content:last-child {
          margin: 0; }
        .opportunities-system-integration-chart-contianer .improving-chart .right .bar-content:first-child {
          margin-top: 8px; }
        .opportunities-system-integration-chart-contianer .improving-chart .right .bar-content .left-bar {
          padding-right: 4px; }
          .opportunities-system-integration-chart-contianer .improving-chart .right .bar-content .left-bar i {
            border: 1px solid #FF4367;
            border-radius: 50%;
            padding: 4px;
            display: flex;
            justify-content: center;
            align-items: center; }
            .opportunities-system-integration-chart-contianer .improving-chart .right .bar-content .left-bar i:before {
              color: #FF4367 !important;
              font-size: 14px; }
            .opportunities-system-integration-chart-contianer .improving-chart .right .bar-content .left-bar i:hover {
              color: #FF4367 !important; }
        .opportunities-system-integration-chart-contianer .improving-chart .right .bar-content .right-bar {
          width: 100%;
          display: flex; }
          .opportunities-system-integration-chart-contianer .improving-chart .right .bar-content .right-bar .right-bar-chart {
            display: flex;
            padding-right: 2px; }
            .opportunities-system-integration-chart-contianer .improving-chart .right .bar-content .right-bar .right-bar-chart .chart {
              height: 10px;
              margin-top: 6px;
              border-radius: 5px;
              width: 100%;
              background-color: rgba(255, 67, 103, 0.2) !important;
              border-left: 1px solid rgba(255, 67, 103, 0.2) !important;
              position: relative; }
              .opportunities-system-integration-chart-contianer .improving-chart .right .bar-content .right-bar .right-bar-chart .chart .right-bar-value-inner {
                position: absolute;
                padding: 0;
                top: -2px;
                right: 6px; }
          .opportunities-system-integration-chart-contianer .improving-chart .right .bar-content .right-bar .right-bar-value, .opportunities-system-integration-chart-contianer .improving-chart .right .bar-content .right-bar .right-bar-value-inner {
            padding-top: 4.5px;
            padding-left: 4px;
            flex: 10%;
            text-align: left;
            color: var(--color-secondary-75);
            font-size: 11px;
            font-style: normal;
            font-weight: 700;
            line-height: normal; }
  .opportunities-system-integration-chart-contianer.down-size .improving-chart.current .right {
    padding-right: 10px; }
  .opportunities-system-integration-chart-contianer.down-size .improving-chart .left i {
    padding-left: 4px;
    padding-right: 4px; }
    .opportunities-system-integration-chart-contianer.down-size .improving-chart .left i:before, .opportunities-system-integration-chart-contianer.down-size .improving-chart .left i:hover {
      color: #A0A0A0;
      font-size: 10px; }
  .opportunities-system-integration-chart-contianer.down-size .improving-chart .left img {
    width: 80px;
    height: 80px;
    border-radius: 20px; }
  .opportunities-system-integration-chart-contianer.down-size .improving-chart .right {
    width: calc(100% - 175px);
    padding-left: 12px; }
    .opportunities-system-integration-chart-contianer.down-size .improving-chart .right .bar-content {
      margin-bottom: 2px; }

.dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont .opportunities-system-integration-chart-header {
  padding: 0 !important;
  position: absolute !important;
  top: -60px !important;
  left: 4px !important; }
  .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont .opportunities-system-integration-chart-header .title {
    display: flex !important;
    align-items: center !important; }
    .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont .opportunities-system-integration-chart-header .title i {
      padding-left: 6px;
      padding-right: 6px;
      margin-bottom: 4px; }
      .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont .opportunities-system-integration-chart-header .title i:before, .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont .opportunities-system-integration-chart-header .title i:hover {
        font-size: 11px; }

.parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont {
  padding: 18px !important; }
  .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .header {
    left: 47px !important; }
  .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size .improving-chart.current .right {
    padding-right: 10px; }
  .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size .improving-chart .left i {
    padding-left: 4px;
    padding-right: 4px; }
    .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size .improving-chart .left i:before, .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size .improving-chart .left i:hover {
      color: #A0A0A0;
      font-size: 10px; }
  .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size .improving-chart .left img {
    width: 80px;
    height: 80px;
    border-radius: 20px; }
  .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size .improving-chart .right {
    width: calc(100% - 175px);
    padding-left: 12px; }
    .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size .improving-chart .right .bar-content {
      margin-bottom: 2px; }
  .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size-min .improving-chart.current .right {
    padding-right: 6px; }
  .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size-min .improving-chart .left i {
    padding-left: 3px;
    padding-right: 3px; }
    .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size-min .improving-chart .left i:before, .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size-min .improving-chart .left i:hover {
      font-size: 8px; }
  .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size-min .improving-chart .left img {
    width: 60px;
    height: 60px;
    border-radius: 20px; }
  .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size-min .improving-chart .right {
    width: calc(100% - 134px);
    padding-left: 12px; }
    .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size-min .improving-chart .right .bar-content {
      margin-bottom: 2px; }
      .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size-min .improving-chart .right .bar-content .left-bar {
        padding-right: 2px; }
        .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size-min .improving-chart .right .bar-content .left-bar i {
          padding: 2px; }
          .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size-min .improving-chart .right .bar-content .left-bar i:before {
            font-size: 6px; }
      .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size-min .improving-chart .right .bar-content .right-bar .right-bar-chart .chart {
        height: 8px;
        margin-top: 2px; }
        .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size-min .improving-chart .right .bar-content .right-bar .right-bar-chart .chart .right-bar-value-inner {
          top: -2px;
          right: 4px; }
      .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size-min .improving-chart .right .bar-content .right-bar .right-bar-value, .parent-down-size .dg-rpt-col-cont .dg-rpt-tab-cont .down-size-min .improving-chart .right .bar-content .right-bar .right-bar-value-inner {
        font-size: 5px;
        padding-top: 3px;
        padding-left: 2px; }

.align-opportunities-automation-systemisation .chart-table {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  .align-opportunities-automation-systemisation .chart-table .chart-bottom, .align-opportunities-automation-systemisation .chart-table .chart-top {
    flex: 1; }
  .align-opportunities-automation-systemisation .chart-table .number-column-opportunities {
    width: 200px; }
  .align-opportunities-automation-systemisation .chart-table .number-column-time-saving {
    width: 210px; }
  .align-opportunities-automation-systemisation .chart-table td.number-column-time-saving, .align-opportunities-automation-systemisation .chart-table .number-column-opportunities {
    padding-right: 40px; }

.align-opportunities-risk-reduction .chart-table {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  .align-opportunities-risk-reduction .chart-table .chart-bottom, .align-opportunities-risk-reduction .chart-table .chart-top {
    flex: 1; }
  .align-opportunities-risk-reduction .chart-table .number-column-time-spent {
    width: 133px; }
  .align-opportunities-risk-reduction .chart-table td.number-column-time-spent {
    padding-right: 40px; }

.align-opportunities-enhanced-process-documentation .chart-table {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  .align-opportunities-enhanced-process-documentation .chart-table .chart-bottom, .align-opportunities-enhanced-process-documentation .chart-table .chart-top {
    flex: 1; }
  .align-opportunities-enhanced-process-documentation .chart-table .label-parent {
    width: 270px; }
    .align-opportunities-enhanced-process-documentation .chart-table .label-parent div {
      font-size: 15px;
      font-style: normal;
      font-weight: 700;
      line-height: 18px; }
    .align-opportunities-enhanced-process-documentation .chart-table .label-parent .not-documented-few {
      color: #FF0031; }
    .align-opportunities-enhanced-process-documentation .chart-table .label-parent .not-documented-many {
      color: #FF5C00; }
    .align-opportunities-enhanced-process-documentation .chart-table .label-parent .old-incomplete-doc {
      color: #FFA000; }
    .align-opportunities-enhanced-process-documentation .chart-table .label-parent .documented-not-followed {
      color: #98D82A; }
    .align-opportunities-enhanced-process-documentation .chart-table .label-parent .documented-followed {
      color: #12AD58; }
  .align-opportunities-enhanced-process-documentation .chart-table .value {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: right;
    color: var(--color-black-05);
    padding-right: 20px;
    padding-top: 2px; }
  .align-opportunities-enhanced-process-documentation .chart-table .right-bar {
    width: 148px;
    height: 10px;
    flex-shrink: 0;
    border-radius: 8.5px;
    background: #D9D9D9;
    margin-bottom: 9px;
    display: flex;
    /*padding-right: 2px;*/ }
    .align-opportunities-enhanced-process-documentation .chart-table .right-bar .right-bar-chart {
      display: flex;
      padding-right: 2px; }
      .align-opportunities-enhanced-process-documentation .chart-table .right-bar .right-bar-chart .chart {
        flex-shrink: 0;
        border-radius: 8.5px;
        width: 100%;
        position: relative; }
      .align-opportunities-enhanced-process-documentation .chart-table .right-bar .right-bar-chart .bar-not-documented-few {
        background-color: #FF0031; }
      .align-opportunities-enhanced-process-documentation .chart-table .right-bar .right-bar-chart .bar-not-documented-many {
        background-color: #FF5C00; }
      .align-opportunities-enhanced-process-documentation .chart-table .right-bar .right-bar-chart .bar-old-incomplete-doc {
        background-color: #FFA000; }
      .align-opportunities-enhanced-process-documentation .chart-table .right-bar .right-bar-chart .bar-documented-not-followed {
        background-color: #98D82A; }
      .align-opportunities-enhanced-process-documentation .chart-table .right-bar .right-bar-chart .bar-documented-followed {
        background-color: #12AD58; }
    .align-opportunities-enhanced-process-documentation .chart-table .right-bar .right-bar-value-inner, .align-opportunities-enhanced-process-documentation .chart-table .right-bar .right-bar-value {
      font-size: 8px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
    .align-opportunities-enhanced-process-documentation .chart-table .right-bar .right-bar-value-inner {
      position: absolute;
      top: 1px;
      right: 6px;
      color: #FFF; }
  .align-opportunities-enhanced-process-documentation .chart-table .number-column {
    width: 120px;
    min-width: 120px;
    max-width: 120px; }
  .align-opportunities-enhanced-process-documentation .chart-table td.number-column {
    padding-top: 4px; }

@media (max-width: 1800px) {
  .align-opportunities-enhanced-process-documentation .opportunities-table .grid-wrapper {
    overflow-y: hidden;
    overflow-x: scroll;
    /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
    .align-opportunities-enhanced-process-documentation .opportunities-table .grid-wrapper::-webkit-scrollbar {
      width: 5px !important;
      height: 5px !important;
      border-radius: 12px !important; }
    .align-opportunities-enhanced-process-documentation .opportunities-table .grid-wrapper::-webkit-scrollbar-track {
      background: #ABABAB !important;
      width: 2px !important;
      border-radius: 12px !important; }
    .align-opportunities-enhanced-process-documentation .opportunities-table .grid-wrapper::-webkit-scrollbar-thumb {
      background: #6D6D6D !important;
      width: 2px !important;
      border-radius: 12px !important;
      opacity: .5 !important; }
    .align-opportunities-enhanced-process-documentation .opportunities-table .grid-wrapper::-webkit-scrollbar-thumb:hover {
      background: #555 !important; } }

#dg_report_OpportunitiesEnhancedProcessDocumentationChart .chart-content {
  position: relative !important; }
  #dg_report_OpportunitiesEnhancedProcessDocumentationChart .chart-content .m_objectives-navigation {
    margin-bottom: 70px !important; }
  #dg_report_OpportunitiesEnhancedProcessDocumentationChart .chart-content .chart-type {
    position: absolute !important;
    display: flex;
    top: 60px;
    width: 100%; }
    #dg_report_OpportunitiesEnhancedProcessDocumentationChart .chart-content .chart-type h2 {
      flex: 50%;
      font-size: 24px;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
      color: var(--color-black-05); }
    #dg_report_OpportunitiesEnhancedProcessDocumentationChart .chart-content .chart-type .potential {
      padding-left: 34px; }
    #dg_report_OpportunitiesEnhancedProcessDocumentationChart .chart-content .chart-type .current {
      padding-left: 4px; }

.m-align-opportunities .header-container {
  padding: 30px;
  margin: 0;
  margin-bottom: 30px;
  background-color: white;
  border-radius: 20px; }
  .m-align-opportunities .header-container .bottom-section .left-section {
    /*font-family: Inter;*/ }
    .m-align-opportunities .header-container .bottom-section .left-section p {
      font-size: 15px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      color: var(--color-black-05); }
    .m-align-opportunities .header-container .bottom-section .left-section p:first-child {
      padding-bottom: 6px; }
  .m-align-opportunities .header-container .top-section {
    align-items: flex-start !important;
    margin-bottom: 15px; }
    .m-align-opportunities .header-container .top-section .left-section h2 {
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      padding: 0; }
    .m-align-opportunities .header-container .top-section .right-section .filters .form-group.row {
      flex-wrap: nowrap;
      align-items: center;
      margin-bottom: 0; }
      .m-align-opportunities .header-container .top-section .right-section .filters .form-group.row .group-control {
        padding-right: 26px;
        padding-left: 10px;
        min-width: 100% !important; }
        .m-align-opportunities .header-container .top-section .right-section .filters .form-group.row .group-control .dropdown, .m-align-opportunities .header-container .top-section .right-section .filters .form-group.row .group-control button, .m-align-opportunities .header-container .top-section .right-section .filters .form-group.row .group-control input {
          min-width: 234px !important; }

.m-align-opportunities .employee-chart-header {
  margin-left: 27rem;
  display: flex; }
  .m-align-opportunities .employee-chart-header .current, .m-align-opportunities .employee-chart-header .potential {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
    color: var(--color-secondary-75);
    /*font-family: Metropolis;*/ }
  .m-align-opportunities .employee-chart-header .current {
    padding-left: 4px !important; }
  .m-align-opportunities .employee-chart-header .potential {
    padding-left: 36px !important; }

.m-align-opportunities .report-right-side form {
  display: block; }
  .m-align-opportunities .report-right-side form .highcharts-a11y-proxy-button {
    cursor: auto !important; }

.m-align-opportunities td.number-column {
  text-align: right; }

.m-align-opportunities .opp-table {
  margin-top: 40px; }
  .m-align-opportunities .opp-table .process-column {
    font-weight: 800 !important; }
  .m-align-opportunities .opp-table .header-tabel {
    padding-left: 0px !important;
    margin-bottom: 25px;
    font-size: 28px; }
  .m-align-opportunities .opp-table .search .form-group {
    min-width: 100% !important;
    max-width: none !important; }
    .m-align-opportunities .opp-table .search .form-group .group-control {
      min-width: 100% !important; }
      .m-align-opportunities .opp-table .search .form-group .group-control .bootstrap-select {
        max-width: 35% !important; }
        .m-align-opportunities .opp-table .search .form-group .group-control .bootstrap-select button {
          min-width: 100% !important; }

.m-align-opportunities .m_process-flow {
  margin-top: 40px; }
  .m-align-opportunities .m_process-flow .header-container {
    background-color: transparent !important; }
    .m-align-opportunities .m_process-flow .header-container .top-section .left-section {
      margin-left: 14px !important; }

.m-align-opportunities .dg-rpt-main-cnt .dg-rpt-col-cont {
  margin: 0 !important;
  margin-bottom: 10px !important; }
  .m-align-opportunities .dg-rpt-main-cnt .dg-rpt-col-cont .header .title {
    color: var(--color-black-05) !important;
    display: flex !important;
    align-items: center !important; }
    .m-align-opportunities .dg-rpt-main-cnt .dg-rpt-col-cont .header .title i {
      padding-left: 6px;
      padding-right: 6px;
      margin-bottom: 4px; }
      .m-align-opportunities .dg-rpt-main-cnt .dg-rpt-col-cont .header .title i:before, .m-align-opportunities .dg-rpt-main-cnt .dg-rpt-col-cont .header .title i:hover {
        color: #A0A0A0;
        font-size: 11px; }
  .m-align-opportunities .dg-rpt-main-cnt .dg-rpt-col-cont .header .actions i {
    color: var(--color-black-05) !important; }
    .m-align-opportunities .dg-rpt-main-cnt .dg-rpt-col-cont .header .actions i:hover {
      color: #FFA000; }
  .m-align-opportunities .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont {
    margin-bottom: 0 !important; }
    .m-align-opportunities .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont .header {
      padding: 0 !important;
      position: absolute;
      top: 18px !important;
      left: 58px !important; }

.m-align-opportunities .btn-back-form {
  position: relative; }
  .m-align-opportunities .btn-back-form .buttons-row {
    position: absolute;
    left: 0;
    top: 68px; }
    .m-align-opportunities .btn-back-form .buttons-row .buttons {
      text-align: left !important; }
      .m-align-opportunities .btn-back-form .buttons-row .buttons button {
        padding: 0 !important; }
        .m-align-opportunities .btn-back-form .buttons-row .buttons button i {
          font-size: 30px !important; }

/*@import "modules/alignSystem/system-overview.scss";*/
/*Client Organisation*/
.box-card-list {
  display: flex;
  gap: 20px;
  padding: 18px;
  flex-wrap: wrap; }
  .box-card-list .box-card {
    min-width: 320px;
    max-width: 320px;
    min-height: 600px;
    max-height: 600px;
    display: flex;
    flex-direction: column;
    padding: 16px 8px;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    background: white; }
    .box-card-list .box-card .title-content {
      max-height: 20%; }
      .box-card-list .box-card .title-content .title {
        display: flex;
        gap: 12px;
        margin-bottom: 18px; }
        .box-card-list .box-card .title-content .title .name {
          margin-top: 2px; }
    .box-card-list .box-card .data-content {
      max-height: 80%;
      overflow: auto;
      /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
      .box-card-list .box-card .data-content::-webkit-scrollbar {
        width: 5px !important;
        height: 5px !important;
        border-radius: 12px !important; }
      .box-card-list .box-card .data-content::-webkit-scrollbar-track {
        background: #ABABAB !important;
        width: 2px !important;
        border-radius: 12px !important; }
      .box-card-list .box-card .data-content::-webkit-scrollbar-thumb {
        background: #6D6D6D !important;
        width: 2px !important;
        border-radius: 12px !important;
        opacity: .5 !important; }
      .box-card-list .box-card .data-content::-webkit-scrollbar-thumb:hover {
        background: #555 !important; }
      .box-card-list .box-card .data-content .data-item {
        display: flex;
        flex-direction: column;
        gap: 10px; }
        .box-card-list .box-card .data-content .data-item a {
          padding: 14px !important;
          padding-top: 12px !important;
          min-height: 80px;
          /* padding-bottom: 41px; */
          border-radius: 8px;
          background-color: #F7F7F7;
          border: 1px solid #EDEDED;
          align-items: flex-start;
          text-align: left; }
          .box-card-list .box-card .data-content .data-item a i {
            margin-top: 3px !important; }

/*Report*/
.report-page-content .all-reports, .m_insight-view-page .all-reports, .m_improve-insights-detailed .all-reports {
  flex: 1;
  width: 100%;
  position: relative; }

.report-page-content .page .right-panel .content-wrapper, .m_insight-view-page .page .right-panel .content-wrapper, .m_improve-insights-detailed .page .right-panel .content-wrapper {
  flex-direction: column;
  flex-wrap: initial; }

.report-page-content .dg-rpt-tab-cont .center, .m_insight-view-page .dg-rpt-tab-cont .center, .m_improve-insights-detailed .dg-rpt-tab-cont .center {
  text-align: center; }

.report-page-content .dg-rpt-tab-cont .right, .m_insight-view-page .dg-rpt-tab-cont .right, .m_improve-insights-detailed .dg-rpt-tab-cont .right {
  text-align: center; }

.report-page-content .dg-rpt-tab-cont .left, .m_insight-view-page .dg-rpt-tab-cont .left, .m_improve-insights-detailed .dg-rpt-tab-cont .left {
  text-align: center; }

.report-page-content .chart-bar-column, .m_insight-view-page .chart-bar-column, .m_improve-insights-detailed .chart-bar-column {
  padding: unset;
  margin: unset; }

.report-page-content .chart-bar-column > span, .m_insight-view-page .chart-bar-column > span, .m_improve-insights-detailed .chart-bar-column > span {
  padding: unset;
  margin: unset; }

.report-page-content .report-left-side .report-collapse-menu.collapsed #report-collapse-menu-container #report-collapse-menu-button, .m_insight-view-page .report-left-side .report-collapse-menu.collapsed #report-collapse-menu-container #report-collapse-menu-button, .m_improve-insights-detailed .report-left-side .report-collapse-menu.collapsed #report-collapse-menu-container #report-collapse-menu-button {
  display: inline-block !important; }

.report-page-content .report-page-content, .m_insight-view-page .report-page-content, .m_improve-insights-detailed .report-page-content {
  /*display: flex;*/
  margin: -1rem; }

.report-page-content #report-collapse-menu-button, .m_insight-view-page #report-collapse-menu-button, .m_improve-insights-detailed #report-collapse-menu-button {
  box-shadow: none;
  border: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all .3s ease-in-out;
  z-index: 101;
  outline: none !important;
  background-color: transparent;
  margin-left: auto;
  padding-right: 0px; }

.report-page-content .report-page-content .report-left-side .report-collapse-menu #report-collapse-menu-container .report-filter, .report-page-content .m_insight-report-view .report-page-content .report-left-side .report-collapse-menu #report-collapse-menu-container .report-filter, .m_insight-view-page .report-page-content .report-left-side .report-collapse-menu #report-collapse-menu-container .report-filter, .m_insight-view-page .m_insight-report-view .report-page-content .report-left-side .report-collapse-menu #report-collapse-menu-container .report-filter, .m_improve-insights-detailed .report-page-content .report-left-side .report-collapse-menu #report-collapse-menu-container .report-filter, .m_improve-insights-detailed .m_insight-report-view .report-page-content .report-left-side .report-collapse-menu #report-collapse-menu-container .report-filter {
  margin-right: 3px;
  color: var(--Accent-color); }

.report-page-content .bar-column, .m_insight-view-page .bar-column, .m_improve-insights-detailed .bar-column {
  vertical-align: middle;
  min-width: 50px;
  width: 50px;
  padding: 0px !important; }

.report-page-content .bar-column table .hidden-bar-column, .report-page-content .m_insight-report-view .bar-column table .hidden-bar-column, .m_insight-view-page .bar-column table .hidden-bar-column, .m_insight-view-page .m_insight-report-view .bar-column table .hidden-bar-column, .m_improve-insights-detailed .bar-column table .hidden-bar-column, .m_improve-insights-detailed .m_insight-report-view .bar-column table .hidden-bar-column {
  width: 0%;
  display: none;
  padding: 0 !important;
  border: 0 !important;
  margin: 0; }

.report-page-content .bar-column > table, .m_insight-view-page .bar-column > table, .m_improve-insights-detailed .bar-column > table {
  margin-bottom: 0px;
  border: 0px !important; }

.report-page-content .bar-column > table > tbody > tr > td > span, .m_insight-view-page .bar-column > table > tbody > tr > td > span, .m_improve-insights-detailed .bar-column > table > tbody > tr > td > span {
  padding: 0px !important;
  margin: 1px !important;
  height: 15px; }

.report-page-content .dg-rpt-tab-cont .zero-bar-column, .m_insight-view-page .dg-rpt-tab-cont .zero-bar-column, .m_improve-insights-detailed .dg-rpt-tab-cont .zero-bar-column {
  padding: 0px; }

.report-page-content .zero-bar-column > span, .m_insight-view-page .zero-bar-column > span, .m_improve-insights-detailed .zero-bar-column > span {
  background-color: #C6C6C6;
  margin: 5px;
  padding: 7px;
  display: block; }

.report-page-content .form-group .group-control, .m_insight-view-page .form-group .group-control, .m_improve-insights-detailed .form-group .group-control {
  min-width: 17rem; }

.report-page-content .table-fix-head, .m_insight-view-page .table-fix-head, .m_improve-insights-detailed .table-fix-head {
  position: sticky;
  top: 0; }
  .report-page-content .table-fix-head tr th, .m_insight-view-page .table-fix-head tr th, .m_improve-insights-detailed .table-fix-head tr th {
    font-family: 'Karla' !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    color: var(--color-secondary-50) !important; }

.report-page-content .table-is-simple thead tr, .m_insight-view-page .table-is-simple thead tr, .m_improve-insights-detailed .table-is-simple thead tr {
  border-bottom: 1px solid #DCDCDC !important; }
  .report-page-content .table-is-simple thead tr th, .m_insight-view-page .table-is-simple thead tr th, .m_improve-insights-detailed .table-is-simple thead tr th {
    border-inline: unset !important;
    padding: 16px 10px !important; }

.report-page-content .table-is-simple tbody tr td, .m_insight-view-page .table-is-simple tbody tr td, .m_improve-insights-detailed .table-is-simple tbody tr td {
  border-left: unset !important; }

.report-page-content .table-is-simple tbody tr:last-of-type, .m_insight-view-page .table-is-simple tbody tr:last-of-type, .m_improve-insights-detailed .table-is-simple tbody tr:last-of-type {
  border-top: 1px solid #DCDCDC !important; }
  .report-page-content .table-is-simple tbody tr:last-of-type td, .m_insight-view-page .table-is-simple tbody tr:last-of-type td, .m_improve-insights-detailed .table-is-simple tbody tr:last-of-type td {
    padding-top: 8px !important; }

.report-page-content .table-is-simple tbody tr:first-of-type td, .m_insight-view-page .table-is-simple tbody tr:first-of-type td, .m_improve-insights-detailed .table-is-simple tbody tr:first-of-type td {
  padding-top: 8px; }

.report-page-content *:focus, .report-page-content *:active, .m_insight-view-page *:focus, .m_insight-view-page *:active, .m_improve-insights-detailed *:focus, .m_improve-insights-detailed *:active {
  outline: none !important; }

.report-page-content *,
.report-page-content *::before,
.report-page-content *::after, .m_insight-view-page *,
.m_insight-view-page *::before,
.m_insight-view-page *::after, .m_improve-insights-detailed *,
.m_improve-insights-detailed *::before,
.m_improve-insights-detailed *::after {
  box-sizing: border-box; }

.report-page-content .m_scope-functions-by-department-list .header-container, .m_insight-view-page .m_scope-functions-by-department-list .header-container, .m_improve-insights-detailed .m_scope-functions-by-department-list .header-container {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

.report-page-content .btn-grid-button, .m_insight-view-page .btn-grid-button, .m_improve-insights-detailed .btn-grid-button {
  padding-top: 0px;
  padding-bottom: 0px; }

.report-page-content .btn-as-icon, .report-page-content .btn-as-text-icon, .report-page-content .btn-grid-button.btn-as-text, .report-page-content .subform .subform-item .delete-button i, .subform .subform-item .delete-button .report-page-content i, .report-page-content .btn-as-text-icon, .report-page-content .btn-grid-button.btn-as-text, .report-page-content .btn-grid-button.btn-as-text, .report-page-content .subform .subform-item .delete-button i, .m_insight-view-page .btn-as-icon, .m_insight-view-page .btn-as-text-icon, .m_insight-view-page .btn-grid-button.btn-as-text, .m_insight-view-page .subform .subform-item .delete-button i, .subform .subform-item .delete-button .m_insight-view-page i, .m_insight-view-page .btn-as-text-icon, .m_insight-view-page .btn-grid-button.btn-as-text, .m_insight-view-page .btn-grid-button.btn-as-text, .m_insight-view-page .subform .subform-item .delete-button i, .m_improve-insights-detailed .btn-as-icon, .m_improve-insights-detailed .btn-as-text-icon, .m_improve-insights-detailed .btn-grid-button.btn-as-text, .m_improve-insights-detailed .subform .subform-item .delete-button i, .subform .subform-item .delete-button .m_improve-insights-detailed i, .m_improve-insights-detailed .btn-as-text-icon, .m_improve-insights-detailed .btn-grid-button.btn-as-text, .m_improve-insights-detailed .btn-grid-button.btn-as-text, .m_improve-insights-detailed .subform .subform-item .delete-button i {
  font: 400 16px "Roboto";
  outline: none !important;
  border: 0;
  background: transparent;
  color: var(--general-font-color);
  padding: 0; }

.report-page-content .btn-as-icon:active:hover i, .report-page-content .btn-as-text-icon:active:hover i, .report-page-content .btn-grid-button.btn-as-text:active:hover i, .report-page-content .subform .subform-item .delete-button i:active:hover i, .subform .subform-item .delete-button .report-page-content i:active:hover i, .m_insight-view-page .btn-as-icon:active:hover i, .m_insight-view-page .btn-as-text-icon:active:hover i, .m_insight-view-page .btn-grid-button.btn-as-text:active:hover i, .m_insight-view-page .subform .subform-item .delete-button i:active:hover i, .subform .subform-item .delete-button .m_insight-view-page i:active:hover i, .m_improve-insights-detailed .btn-as-icon:active:hover i, .m_improve-insights-detailed .btn-as-text-icon:active:hover i, .m_improve-insights-detailed .btn-grid-button.btn-as-text:active:hover i, .m_improve-insights-detailed .subform .subform-item .delete-button i:active:hover i, .subform .subform-item .delete-button .m_improve-insights-detailed i:active:hover i {
  color: var(--general-primary-color) !important;
  text-decoration: none;
  border: 0;
  background: transparent;
  box-shadow: none; }

.report-page-content .insight-comment-container, .m_insight-view-page .insight-comment-container, .m_improve-insights-detailed .insight-comment-container {
  display: block;
  margin-top: 15px;
  padding: 5px; }

.report-page-content .insight-comment, .m_insight-view-page .insight-comment, .m_improve-insights-detailed .insight-comment {
  width: 100%;
  max-width: 100%; }

.report-page-content .insight-row, .m_insight-view-page .insight-row, .m_improve-insights-detailed .insight-row {
  background-color: white;
  border-radius: 4px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  margin-bottom: 20px; }

.report-page-content .insight-row .dg-rpt-col-cont, .m_insight-view-page .insight-row .dg-rpt-col-cont, .m_improve-insights-detailed .insight-row .dg-rpt-col-cont {
  padding-right: 15px; }

.report-page-content .insight-row .dg-rpt-col-cont .header, .m_insight-view-page .insight-row .dg-rpt-col-cont .header, .m_improve-insights-detailed .insight-row .dg-rpt-col-cont .header {
  border: 1px solid #DEDEDE;
  border-bottom: 0; }

.report-page-content .insight-row .dg-rpt-col-cont .dg-rpt-tab-cont, .m_insight-view-page .insight-row .dg-rpt-col-cont .dg-rpt-tab-cont, .m_improve-insights-detailed .insight-row .dg-rpt-col-cont .dg-rpt-tab-cont {
  border: 1px solid #DEDEDE;
  border-top: 0; }

.report-page-content .insight-row .dg-rpt-col-cont .dg-rpt-tab-cont .main-table .tabular-scroll, .m_insight-view-page .insight-row .dg-rpt-col-cont .dg-rpt-tab-cont .main-table .tabular-scroll, .m_improve-insights-detailed .insight-row .dg-rpt-col-cont .dg-rpt-tab-cont .main-table .tabular-scroll {
  max-height: 400px !important; }

.report-page-content .input-textarea:disabled, .report-page-content textarea:disabled, .report-page-content textarea.form-control:disabled, .report-page-content *[data-control=collapsible-checkboxes] textarea.textbox:disabled, *[data-control=collapsible-checkboxes] .report-page-content textarea.textbox:disabled, .report-page-content textarea:disabled, .report-page-content *[data-control=collapsible-checkboxes] textarea.textbox:disabled, .m_insight-view-page .input-textarea:disabled, .m_insight-view-page textarea:disabled, .m_insight-view-page textarea.form-control:disabled, .m_insight-view-page *[data-control=collapsible-checkboxes] textarea.textbox:disabled, *[data-control=collapsible-checkboxes] .m_insight-view-page textarea.textbox:disabled, .m_insight-view-page textarea:disabled, .m_insight-view-page *[data-control=collapsible-checkboxes] textarea.textbox:disabled, .m_improve-insights-detailed .input-textarea:disabled, .m_improve-insights-detailed textarea:disabled, .m_improve-insights-detailed textarea.form-control:disabled, .m_improve-insights-detailed *[data-control=collapsible-checkboxes] textarea.textbox:disabled, *[data-control=collapsible-checkboxes] .m_improve-insights-detailed textarea.textbox:disabled, .m_improve-insights-detailed textarea:disabled, .m_improve-insights-detailed *[data-control=collapsible-checkboxes] textarea.textbox:disabled {
  background-color: white; }

.report-page-content .m_insight-report-view .header-container, .m_insight-view-page .m_insight-report-view .header-container, .m_improve-insights-detailed .m_insight-report-view .header-container {
  background-color: #F5F5F5; }

.report-page-content .insight-view-page-container form .view-body, .m_insight-view-page .insight-view-page-container form .view-body, .m_improve-insights-detailed .insight-view-page-container form .view-body {
  background-color: white;
  border-radius: 4px; }

.report-page-content .insight-view-page-container form .view-body .row, .m_insight-view-page .insight-view-page-container form .view-body .row, .m_improve-insights-detailed .insight-view-page-container form .view-body .row {
  padding: 20px 20px 0 20px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

.report-left-side {
  background-color: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 2rem;
  float: left;
  /*height:auto;*/
  min-height: calc(100vh - 5px); }
  .report-left-side i.report-filter {
    width: 100%;
    color: var(--Accent-color);
    padding-bottom: 10px; }
    .report-left-side i.report-filter:before {
      font-size: 20px; }
  .report-left-side .report-collapse-menu {
    padding: 0;
    margin-left: auto;
    min-width: 1px;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    position: relative;
    flex-direction: column;
    padding: 0;
    margin: 20px 18px;
    width: 20rem;
    height: 100%;
    border-radius: 4px; }
    .report-left-side .report-collapse-menu #report-collapse-menu-container {
      display: flex;
      margin-bottom: 5px;
      border-style: solid;
      border-width: 1px;
      border-color: transparent;
      border-bottom-color: #EDEDED; }
    .report-left-side .report-collapse-menu .collapsed {
      background-color: transparent;
      width: 50px;
      height: auto; }
      .report-left-side .report-collapse-menu .collapsed .report-collapse-menu-wrapper {
        display: none; }
  .report-left-side .report-collapse-menu-wrapper {
    height: 100%;
    /*width: 18rem;*/ }
    .report-left-side .report-collapse-menu-wrapper .report-menu ul {
      flex-wrap: nowrap;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none; }
      .report-left-side .report-collapse-menu-wrapper .report-menu ul ul {
        padding: 0; }
      .report-left-side .report-collapse-menu-wrapper .report-menu ul li.active-parent a {
        /*padding: 10px;*/
        border-radius: 4px 4px 0 0 !important;
        border-color: #FFFFFF;
        border-bottom-color: var(--Accent-color);
        /*background-color: #c0315c;*/
        color: var(--Accent-color);
        margin-bottom: 0; }
        .report-left-side .report-collapse-menu-wrapper .report-menu ul li.active-parent a i {
          color: var(--Accent-color); }
      .report-left-side .report-collapse-menu-wrapper .report-menu ul li a {
        display: block;
        padding: 10px 0 13px 0 !important;
        /* max-width: 200px; */
        width: 100%;
        min-height: 33px;
        margin-bottom: 3px;
        background-color: white;
        border-width: 1px;
        border-style: solid;
        text-decoration: none;
        border-color: #FFFFFF;
        color: var(--general-font-color);
        border-radius: 4px !important;
        box-shadow: none;
        font: 700 15px "Karla";
        border-bottom-color: #EDEDED; }
        .report-left-side .report-collapse-menu-wrapper .report-menu ul li a i {
          float: right;
          position: relative;
          color: var(--general-font-color);
          width: 0px;
          margin-top: 4px;
          margin-right: 10px;
          /*font-size: 6px !important;*/
          border-color: #FFFFFF;
          height: 13px;
          margin-left: 10px; }
      .report-left-side .report-collapse-menu-wrapper .report-menu ul li ul {
        background-color: white;
        border-top: none;
        border-radius: 0 0 4px 4px !important;
        padding-left: 6px;
        padding-top: 10px;
        margin-bottom: 12px; }
  .report-left-side .checkbox-list .checkbox-helper {
    display: inline-block;
    width: 17px !important;
    height: 17px !important;
    min-width: 17px;
    min-height: 17px; }
  .report-left-side .checkbox-list .form-check {
    margin-bottom: 7px !important; }
  .report-left-side .checkbox-list .form-check-label {
    padding-left: 10px !important;
    font: 500 12px "Karla" !important;
    color: #494748 !important; }
  .report-left-side .checkbox-list input[type='checkbox'].handled:checked + .checkbox-helper + .form-check-label {
    font: 700 13px "Karla" !important;
    color: var(--Accent-color) !important; }

/*@media (max-width: 900px) {
    .report-left-side {
        width: 50px;
    }
}
*/
/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

.ObjectiveListBox {
  /*    scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
  .ObjectiveListBox::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 12px; }
  .ObjectiveListBox::-webkit-scrollbar-track {
    background: #ABABAB;
    width: 2px;
    border-radius: 12px; }
  .ObjectiveListBox::-webkit-scrollbar-thumb {
    background: #6D6D6D;
    width: 2px;
    border-radius: 12px;
    opacity: .5; }

.dg-rpt-main-cnt {
  background-color: inherit;
  margin-left: 220px;
  margin-left: 1rem;
  margin-right: 0rem;
  flex: 1;
  /*width: 100%;*/
  position: relative; }
  .dg-rpt-main-cnt .header {
    font: bold 24px "Grotesk";
    margin-top: 25px;
    margin-bottom: 10px;
    padding-left: 30px !important; }
  .dg-rpt-main-cnt .dg-rpt-col-cont {
    padding-right: 5px;
    padding-left: 30px !important;
    overflow-x: auto;
    margin-bottom: 30px; }
    .dg-rpt-main-cnt .dg-rpt-col-cont .header {
      font: bold 24px "Grotesk";
      margin-top: 45px;
      margin-top: 0px !important;
      display: flex;
      align-items: center;
      position: sticky;
      left: 0px;
      margin-bottom: 0;
      padding: 25px 30px 0 30px;
      border-radius: 20px 20px 0 0;
      background-color: white;
      border: 1px solid #fff;
      border-bottom: 0; }
      .dg-rpt-main-cnt .dg-rpt-col-cont .header .title {
        font: bold 24px "Grotesk";
        color: var(--Accent-color); }
      .dg-rpt-main-cnt .dg-rpt-col-cont .header .actions {
        margin-left: auto;
        display: flex;
        align-items: center; }
        .dg-rpt-main-cnt .dg-rpt-col-cont .header .actions a {
          text-decoration: none; }
          .dg-rpt-main-cnt .dg-rpt-col-cont .header .actions a.comment {
            display: flex;
            /*margin-right: 7px;*/ }
            .dg-rpt-main-cnt .dg-rpt-col-cont .header .actions a.comment i {
              margin-right: 0 !important; }

.dg-rpt-tab-cont {
  font-size: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 30px;
  overflow-x: auto;
  border-radius: 0 0 20px 20px;
  border-top: 0;
  box-shadow: #333 0 0 13px -10px;
  margin-bottom: 1rem;
  /*    scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
  .dg-rpt-tab-cont::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 12px; }
  .dg-rpt-tab-cont::-webkit-scrollbar-track {
    background: #ABABAB;
    width: 2px;
    border-radius: 12px; }
  .dg-rpt-tab-cont::-webkit-scrollbar-thumb {
    background: #6D6D6D;
    width: 2px;
    border-radius: 12px;
    opacity: .5; }
  .dg-rpt-tab-cont div {
    /*margin-right: 4px;*/ }
    .dg-rpt-tab-cont div .tabular-scroll {
      max-height: 450px !important;
      overflow-y: auto !important;
      /*    scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
      .dg-rpt-tab-cont div .tabular-scroll::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        border-radius: 12px; }
      .dg-rpt-tab-cont div .tabular-scroll::-webkit-scrollbar-track {
        background: #ABABAB;
        width: 2px;
        border-radius: 12px; }
      .dg-rpt-tab-cont div .tabular-scroll::-webkit-scrollbar-thumb {
        background: #6D6D6D;
        width: 2px;
        border-radius: 12px;
        opacity: .5; }
      .dg-rpt-tab-cont div .tabular-scroll tbody tr td {
        font-family: 'Karla' !important;
        font-size: 17px !important;
        font-weight: 500 !important;
        color: var(--color-secondary-75) !important; }
    .dg-rpt-tab-cont div div table {
      width: 100%; }
      .dg-rpt-tab-cont div div table thead tr th {
        font: bold 12px "Grotesk";
        padding: 5px 10px;
        background-color: white;
        border-inline: solid white;
        color: #696969;
        text-align: left; }
        .dg-rpt-tab-cont div div table thead tr th span span {
          background-color: white;
          height: 70px;
          margin: 0px;
          padding: 0px;
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-block: 10px; }
        .dg-rpt-tab-cont div div table thead tr th.green-drk {
          padding: 0px;
          background-color: #88d6ab;
          text-align: center; }
          .dg-rpt-tab-cont div div table thead tr th.green-drk span {
            background-color: white;
            height: 70px;
            margin: 0px;
            padding: 0px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-block: 10px; }
        .dg-rpt-tab-cont div div table thead tr th.green-lgt {
          padding: 0px;
          background-color: #cbeb94;
          text-align: center; }
          .dg-rpt-tab-cont div div table thead tr th.green-lgt span {
            background-color: white;
            height: 70px;
            margin: 0px;
            padding: 0px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-block: 10px; }
        .dg-rpt-tab-cont div div table thead tr th.yellow-mid {
          padding: 0px;
          background-color: #FACB62;
          text-align: center; }
          .dg-rpt-tab-cont div div table thead tr th.yellow-mid span {
            background-color: white;
            height: 70px;
            margin: 0px;
            padding: 0px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-block: 10px; }
        .dg-rpt-tab-cont div div table thead tr th.yellow-drk {
          padding: 0px;
          background-color: #ffa000;
          text-align: center; }
          .dg-rpt-tab-cont div div table thead tr th.yellow-drk span {
            background-color: white;
            height: 70px;
            margin: 0px;
            padding: 0px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-block: 10px; }
        .dg-rpt-tab-cont div div table thead tr th.red-lgt {
          padding: 0px;
          background-color: #ffa1b3;
          text-align: center; }
          .dg-rpt-tab-cont div div table thead tr th.red-lgt span {
            background-color: white;
            height: 70px;
            margin: 0px;
            padding: 0px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-block: 10px; }
        .dg-rpt-tab-cont div div table thead tr th.red-drk {
          padding: 0px;
          background-color: #ff4367;
          text-align: center; }
          .dg-rpt-tab-cont div div table thead tr th.red-drk span {
            background-color: white;
            height: 70px;
            margin: 0px;
            padding: 0px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-block: 10px; }
      .dg-rpt-tab-cont div div table thead tr th:nth-child(1) {
        padding-left: 0 !important; }
      .dg-rpt-tab-cont div div table tbody {
        font: 400 15px "Karla"; }
        .dg-rpt-tab-cont div div table tbody:before {
          content: "@";
          display: block;
          line-height: 7px;
          text-indent: -99999px; }
        .dg-rpt-tab-cont div div table tbody tr td {
          padding: 5px 10px;
          color: #696969;
          border: none; }
          .dg-rpt-tab-cont div div table tbody tr td.green-drk {
            background-color: rgba(136, 214, 171, 0.4); }
          .dg-rpt-tab-cont div div table tbody tr td.green-lgt {
            background-color: rgba(203, 235, 148, 0.4); }
          .dg-rpt-tab-cont div div table tbody tr td.yellow-mid {
            background-color: rgba(250, 203, 98, 0.4); }
          .dg-rpt-tab-cont div div table tbody tr td.yellow-drk {
            background-color: rgba(255, 160, 0, 0.4); }
          .dg-rpt-tab-cont div div table tbody tr td.red-lgt {
            background-color: rgba(255, 161, 179, 0.4); }
          .dg-rpt-tab-cont div div table tbody tr td.red-drk {
            background-color: rgba(255, 67, 103, 0.4); }
          .dg-rpt-tab-cont div div table tbody tr td.dg-rpt-tab-val {
            border-left: solid white; }
            .dg-rpt-tab-cont div div table tbody tr td.dg-rpt-tab-val.dg-rpt-tab-val-number {
              text-align: right; }
          .dg-rpt-tab-cont div div table tbody tr td.dg-rpt-tab-val-prcnt {
            color: #979797;
            text-align: right;
            border-right: solid white;
            text-align: right; }
          .dg-rpt-tab-cont div div table tbody tr td.dg-rpt-tab-data-lnk {
            text-align: center; }
            .dg-rpt-tab-cont div div table tbody tr td.dg-rpt-tab-data-lnk a {
              color: var(--Accent-color);
              font-weight: bold;
              text-decoration: none;
              /* border: 1.5px solid #666;*/
              padding: 2px 6px;
              border-radius: 50%;
              background: transparent;
              box-shadow: none;
              /* &:hover {
                        color: #be3860;
                        border: 1.5px solid #be3860;
                    }*/ }
          .dg-rpt-tab-cont div div table tbody tr td.bar-column table tbody tr {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center; }
            .dg-rpt-tab-cont div div table tbody tr td.bar-column table tbody tr td {
              padding: 0px; }
              .dg-rpt-tab-cont div div table tbody tr td.bar-column table tbody tr td.green-drk {
                background-color: #88d6ab; }
              .dg-rpt-tab-cont div div table tbody tr td.bar-column table tbody tr td.green-lgt {
                background-color: #cbeb94; }
              .dg-rpt-tab-cont div div table tbody tr td.bar-column table tbody tr td.yellow-mid {
                background-color: #FACB62; }
              .dg-rpt-tab-cont div div table tbody tr td.bar-column table tbody tr td.yellow-drk {
                background-color: #ffa000; }
              .dg-rpt-tab-cont div div table tbody tr td.bar-column table tbody tr td.red-lgt {
                background-color: #ffa1b3; }
              .dg-rpt-tab-cont div div table tbody tr td.bar-column table tbody tr td.red-drk {
                background-color: #ff4367; }
        .dg-rpt-tab-cont div div table tbody tr td:nth-child(1) {
          padding-left: 0 !important; }
        .dg-rpt-tab-cont div div table tbody tr:hover {
          color: #696969;
          background-color: #FAF0F3; }
  .dg-rpt-tab-cont h3 {
    margin-bottom: 10px; }
  .dg-rpt-tab-cont .dg-rpt-tab-hdr {
    color: #3B3B3B;
    /*  &:not(.dg-rpt-tab-val) {
                    text-align: center;
                }*/ }

radiochart .main-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  font: 400 12px "Karla"; }
  radiochart .main-container .scope-row {
    display: flex;
    flex: 1;
    flex-direction: row;
    height: 25px;
    /*border: 1px solid yellow;*/
    /*background: lightgreen;*/
    margin-bottom: 10px; }
    radiochart .main-container .scope-row .scope-row-before {
      height: 13px;
      border: 1px solid #DCDCDC;
      border-radius: 8px 0px 0px 8px;
      border-right: none; }
    radiochart .main-container .scope-row .scope-row-value a {
      background-color: var(--Accent-color);
      width: 13px;
      display: flex;
      height: 13px;
      border-radius: 8px; }
    radiochart .main-container .scope-row .scope-row-after {
      flex: 1;
      height: 13px;
      border: 1px solid #DCDCDC;
      border-radius: 0px 8px 8px 0px;
      border-left: none; }
    radiochart .main-container .scope-row .scope-row-title {
      min-width: 100px;
      width: 150px;
      display: flex;
      align-items: center;
      color: #000000; }
    radiochart .main-container .scope-row .scope-row-line-container {
      flex: 1;
      flex-wrap: nowrap;
      display: flex; }
      radiochart .main-container .scope-row .scope-row-line-container.header-title {
        margin-bottom: 5px;
        font: 700 12px "Karla"; }
      radiochart .main-container .scope-row .scope-row-line-container .right-title {
        margin-left: auto; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?fcckog&v=2");
  src: url("../../fonts/icomoon.eot?fcckog#iefix&v=2") format("embedded-opentype"), url("../../fonts/icomoon.ttf?fcckog&v=2") format("truetype"), url("../../fonts/icomoon.woff?fcckog&v=2") format("woff"), url("../../fonts/icomoon.svg?fcckog#icomoon&v=2") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.c-ico, .group-control > i.fa-check, .typeahead__container .typehead-chevron-down i:first-child, .subform .subform-item .delete-button i, th.sort-ascending:before, th.sort-ascending i, th.sort-descending:before, th.sort-descending i, th[data-sort]:before, .modal-content .modal-header .close i, .bootstrap-select .dropdown-toggle:after, .form-control[data-control=date-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon > i, .form-control[data-control=time-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon > i, .form-control[data-control=date-picker\|time-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon > i, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span, .checkbox-list input[type='checkbox'].handled:checked + .checkbox-helper:before, .checkbox-list input[type='checkbox'].handled:not(checked) + .checkbox-helper:before, input[type='checkbox'].handled.form-check:checked + .checkbox-helper:before, input[type='checkbox'].handled.form-check:not(checked) + .checkbox-helper:before, .radio-list input[type='radio'].handled:checked + .radio-helper:before, .radio-list input[type='radio'].handled:not(checked) + .radio-helper:before, .file-upload span.delete-file, .search .instance-search-item-without-button .group-control:after, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .radio-helper, [OperationalReportModule] .header .actions a.star.user > i, [OperationalReportModule] .header .actions a.star.system > i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-size: 20px;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  /*color: #494748;*/
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-bot:before {
  content: "";
  color: #8a8a8a; }

.icon-bot:hover:before {
  color: #FFA000 !important; }

.icon-download:before {
  content: ""; }

.icon-download:hover:before {
  color: #FFA000 !important; }

.icon-alert-octagon:before {
  content: ""; }

.icon-alert-octagon:hover:before {
  color: #FFA000 !important; }

.icon-alert-circle:before {
  content: ""; }

.icon-alert-circle:hover:before {
  color: #FFA000 !important; }

.icon-team-work:before {
  content: "";
  color: #8a8a8a; }

.icon-team-work:hover:before {
  color: #FFA000 !important; }

.icon-phone:before {
  content: "";
  color: #8a8a8a; }

.icon-phone:hover:before {
  color: #FFA000 !important; }

.icon-database:before {
  content: "";
  color: #8a8a8a; }

.icon-database:hover:before {
  color: #FFA000 !important; }

.icon-meeting:before {
  content: "";
  color: #8a8a8a; }

.icon-meeting:hover:before {
  color: #FFA000 !important; }

.icon-systemise:before {
  content: "";
  color: #8a8a8a; }

.icon-systemise:hover:before {
  color: #FFA000 !important; }

.icon-note:before {
  content: "";
  color: #8a8a8a; }

.icon-note:hover:before {
  color: #FFA000 !important; }

.icon-NA:before {
  content: "";
  color: #8a8a8a; }

.icon-NA:hover:before {
  color: #FFA000 !important; }

.icon-load:before {
  content: ""; }

.icon-load:hover:before {
  color: #FFA000 !important; }

.icon-at:before {
  content: "";
  color: #8a8a8a; }

.icon-at:hover:before {
  color: #FFA000 !important; }

.icon-automate:before {
  content: "";
  color: #8a8a8a; }

.icon-automate:hover:before {
  color: #FFA000 !important; }

.icon-partially-automate:before {
  content: "";
  color: #8a8a8a; }

.icon-partially-automate:hover:before {
  color: #FFA000 !important; }

.icon-very-bad:before {
  content: "";
  color: #8a8a8a; }

.icon-very-bad:hover:before {
  color: #FF4367 !important; }

.icon-bad:before {
  content: "";
  color: #8a8a8a; }

.icon-bad:hover:before {
  color: #FF4367 !important; }

.icon-so-so:before {
  content: "";
  color: #8a8a8a; }

.icon-so-so:hover:before {
  color: #FFA000 !important; }

.icon-good:before {
  content: "";
  color: #8a8a8a; }

.icon-good:hover:before {
  color: #FFA000 !important; }

.icon-good:before {
  content: "";
  color: #8a8a8a; }

.icon-good:hover:before {
  color: #FFA000 !important; }

.icon-very-good:before {
  content: "";
  color: #8a8a8a; }

.icon-very-good:hover:before {
  color: #FFA000 !important; }

.icon-manual:before {
  content: "";
  color: #8a8a8a; }

.icon-manual:hover:before {
  color: #FFA000 !important; }

.icon-import-export:before {
  content: "";
  color: #8a8a8a; }

.icon-import-export:hover:before {
  color: #FFA000 !important; }

.icon-system-integration:before {
  content: "";
  color: #8a8a8a; }

.icon-system-integration:hover:before {
  color: #FFA000 !important; }

.icon-bespoke:before {
  content: "";
  color: #8a8a8a; }

.icon-bespoke:hover:before {
  color: #FFA000 !important; }

.icon-cell-view:before {
  content: "";
  color: #FF4367; }

.icon-cell-view:hover:before {
  color: #FFA000 !important; }

.icon-off-the-shelf:before {
  content: "";
  color: #8a8a8a; }

.icon-off-the-shelf:hover:before {
  color: #FFA000 !important; }

.icon-customised:before {
  content: "";
  color: #8a8a8a; }

.icon-customised:hover:before {
  color: #FFA000 !important; }

.icon-SAAS:before {
  content: "";
  color: black; }

.icon-SAAS:hover:before {
  color: #FFA000 !important; }

.icon-on-premise:before {
  content: "";
  color: black; }

.icon-on-premise:hover:before {
  color: #FFA000 !important; }

.icon-locally-installed:before {
  content: "";
  color: black; }

.icon-locally-installed:hover:before {
  color: #FFA000 !important; }

.icon-actor:before {
  content: ""; }

.icon-add-circle-les:before {
  content: ""; }

.icon-arrows-left:before {
  content: "";
  color: #FF4367; }

.icon-arr-right:before {
  content: ""; }

.icon-arr-left:before {
  content: ""; }

.icon-un-checked:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-menu:hover {
  color: #FF4367; }

.icon-add:before, .modal-content .modal-header .close i:before {
  content: ""; }

.icon-analysis:before {
  content: ""; }

.icon-archive:before {
  content: ""; }

.icon-area:before {
  content: ""; }

.icon-arrow-down:before {
  content: "!"; }

.icon-arrows:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-artifact:before {
  content: ""; }

.icon-back:before {
  content: ""; }

.icon-bubble:before {
  content: ""; }

.icon-calendar:before, .form-control[data-control=date-picker] + .input-group-addon > i:before, *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon > i:before, .form-control[data-control=time-picker] + .input-group-addon > i:before, *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon > i:before, .form-control[data-control=date-picker\|time-picker] + .input-group-addon > i:before, *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon > i:before {
  content: ""; }

.icon-chevron-down, .typeahead__container .typehead-chevron-down i:first-child, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span, ul.tab-menu li a.collapsed i, .nav-rpt ul.nav-tabs.mb-3 li a.active.show i, .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i, form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i {
  font-size: 13px !important;
  transform: rotate(90deg); }
  .icon-chevron-down:before, .typeahead__container .typehead-chevron-down i:first-child:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span:before, ul.tab-menu li a.collapsed i:before, .nav-rpt ul.nav-tabs.mb-3 li a.active.show i:before, .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i:before, form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i:before {
    content: "" !important; }
  .icon-chevron-down:hover, .typeahead__container .typehead-chevron-down i:hover:first-child, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span:hover, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span:hover, ul.tab-menu li a.collapsed i:hover, .nav-rpt ul.nav-tabs.mb-3 li a.active.show i:hover, .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i:hover, form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i:hover {
    color: #FF4367; }

.icon-chevron-left, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span {
  font-size: 13px !important; }
  .icon-chevron-left:before, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span:before {
    content: "" !important; }
  .icon-chevron-left:hover, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span:hover {
    color: #FF4367; }

.icon-chevron-right, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span {
  font-size: 13px !important; }
  .icon-chevron-right:before, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span:before {
    content: "" !important; }
  .icon-chevron-right:hover, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span:hover {
    color: #FF4367; }

.icon-chevron-right-bold:before, .m_objectives-navigation > i:before {
  content: "" !important; }

.icon-chevron-right-bold:hover, .m_objectives-navigation > i:hover {
  color: #FF4367; }

.icon-chevron-up, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span {
  font-size: 13px !important;
  transform: rotate(90deg); }
  .icon-chevron-up:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span:before {
    content: "" !important; }
  .icon-chevron-up:hover, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span:hover, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span:hover {
    color: #FF4367; }

.icon-circle-check:before {
  content: ""; }

.icon-clock:before {
  content: ""; }

.icon-cost:before {
  content: ""; }

.icon-department:before {
  content: ""; }

.icon-edit-circle:before {
  content: ""; }

.icon-edit-square:before {
  content: ""; }

.icon-forward-arrow:before {
  content: ""; }

.icon-function:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-list:before {
  content: ""; }

.icon-process:before {
  content: ""; }

.icon-process-detail:before {
  content: ""; }

.icon-process-step:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-time:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-step:before {
  content: ""; }

.icon-moving:before {
  content: ""; }

.icon-close:before, .subform .subform-item .delete-button i:before, .file-upload span.delete-file:before {
  content: ""; }

.icon-duplicate:before {
  content: ""; }

.icon-export:before {
  content: ""; }

.icon-import:before {
  content: ""; }

.icon-save:before {
  content: ""; }

.icon-check:before, .group-control > i.fa-check:before {
  content: ""; }

.icon-check-partly:before {
  content: ""; }

.icon-sort-down:before, th.sort-ascending:before, th.sort-ascending i:before {
  content: "" !important; }

.icon-sort-up:before, th.sort-descending:before, th.sort-descending i:before {
  content: "" !important; }

.icon-more:before {
  content: ""; }

.icon-sort-up-and-down:before, th[data-sort]:before {
  content: ""; }

.icon-circle:before {
  content: ""; }

.icon-view:before {
  content: ""; }

.icon-email:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-comment:before {
  content: ""; }

.icon-star-filled:before, [OperationalReportModule] .header .actions a.star.user > i:before, [OperationalReportModule] .header .actions a.star.system > i:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-question-mark {
  color: #FF4367; }
  .icon-question-mark:before {
    content: ""; }
  .icon-question-mark:hover {
    color: #FFA000 !important; }

.icon-help-circle {
  color: #FF4367; }
  .icon-help-circle:before {
    content: ""; }
  .icon-help-circle:hover {
    color: #FFA000 !important; }

.icon-filter {
  font-size: 15px !important; }
  .icon-filter:before {
    content: ""; }

.icon-info:before {
  content: ""; }

.icon-on:before {
  content: ""; }

.icon-off:before {
  content: ""; }

.icon-customer:before {
  content: ""; }

.icon-smile-beam:before, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .radio-helper:before {
  content: ""; }

.icon-smile:before, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .radio-helper:before {
  content: ""; }

.icon-meh:before, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .radio-helper:before {
  content: ""; }

.icon-frown-solid:before, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .radio-helper:before {
  content: ""; }

.icon-angry:before, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .radio-helper:before {
  content: ""; }

.icon-system:before {
  content: ""; }

.icon-communication-method:before {
  content: ""; }

.icon-customer-journey:before {
  content: ""; }

.icon-stage:before {
  content: ""; }

.icon-send:before {
  content: ""; }

.fa.fa-times-circle:before, .fa-times-circle.fas:before {
  content: "" !important; }

.icon-angles-left:before {
  content: " "; }

.icon-angles-right:before {
  content: '"'; }

.icon-contract:before {
  content: ""; }

.icon-contract:before {
  content: ""; }

.icon-edit-data:before {
  content: ""; }

.icon-bubbles:before {
  content: ""; }

.icon-project-plan:before {
  content: ""; }

.icon-dashboard:before {
  content: ""; }

.icon-dashboard:hover {
  color: #FF4367; }

.icon-dashboard-selected:before {
  content: ""; }

.icon-dashboard-selected:hover {
  color: #FF4367; }

.icon-log-out:before {
  content: ""; }

.icon-log-out:hover {
  color: #FF4367; }

.icon-log-out-selected .path1:before {
  content: "";
  color: rgba(65, 65, 65, 0.4); }

.icon-log-out-selected .path1:hover {
  color: #FF4367; }

.icon-log-out-selected .path2:before {
  content: "";
  margin-left: -0.875em;
  color: #414141; }

.icon-log-out-selected .path2:hover {
  color: #FF4367; }

.icon-improve:before {
  content: ""; }

.icon-improve:hover {
  color: #FF4367; }

.icon-improve-selected:before {
  content: ""; }

.icon-improve-selected:hover {
  color: #FF4367; }

.icon-forecast:before {
  content: ""; }

.icon-forecast:hover {
  color: #FF4367; }

.icon-forecast-selected:before {
  content: ""; }

.icon-forecast-selected:hover {
  color: #FF4367; }

.icon-understand:before {
  content: ""; }

.icon-understand:hover {
  color: #FF4367; }

.icon-diagnose-selected:before {
  content: ""; }

.icon-diagnose-selected:hover {
  color: #FF4367; }

.icon-diagnose:before {
  content: ""; }

.icon-diagnose:hover {
  color: #FF4367; }

.icon-understand-selected:before {
  content: ""; }

.icon-understand-selected:hover {
  color: #FF4367; }

.icon-settings:before {
  content: ""; }

.icon-settings:hover {
  color: #FF4367; }

.icon-settings-row:before {
  content: ""; }

.icon-settings-row:hover {
  color: #FF4367; }

.icon-settings-selected:before {
  content: ""; }

.icon-settings-selected:hover {
  color: #FF4367; }

.icon-scope:before {
  content: ""; }

.icon-scope:hover {
  color: #FF4367; }

.icon-scope-selected:before {
  content: ""; }

.icon-scope-selected:hover {
  color: #FF4367; }

.icon-act:before {
  content: ""; }

.icon-act:hover {
  color: #FF4367; }

.icon-act-selected:before {
  content: ""; }

.icon-act-selected:hover {
  color: #FF4367; }

.icon-align:before {
  content: ""; }

.icon-align:hover {
  color: #FF4367; }

.icon-align-selected:before {
  content: ""; }

.icon-align-selected:hover {
  color: #FF4367; }

.icon-plan:before {
  content: ""; }

.icon-plan:hover {
  color: #FF4367; }

.icon-plan-selected:before {
  content: ""; }

.icon-plan-selected:hover {
  color: #FF4367; }

.objectives-scroll {
  /*height: 450px;
    overflow-x: hidden !important;
    overflow-y: auto !important;*/ }

.objectives-report-details-controls {
  flex: 0;
  padding-bottom: 2rem;
  display: flex; }

#dg_report_ObjectiveBarChart {
  overflow-x: hidden; }

#dg_report_MapByDepartmentChart .row .bootstrap-select .dropdown .dropdown-menu .inner {
  max-height: 24rem !important; }

.objectives-report-details-description {
  flex: 0;
  margin-left: 5px;
  margin-top: 15px; }

.objectives-report-details-description p {
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #666666; }
  .objectives-report-details-description p i {
    font-size: 19px;
    margin-right: 12px;
    color: var(--general-primary-color); }

.ObjectiveListBox {
  overflow: auto;
  max-height: 600px;
  display: grid; }

.ObjectiveProcessListItem {
  /*margin: 5px 15px;*/
  border-radius: 4px;
  padding: 15px 15px 5px 15px;
  display: flex;
  border: 1px solid;
  margin-right: 15px; }

.ObjectiveProcessListItemCell {
  display: flex;
  align-items: center;
  width: 25%;
  margin-right: 5px; }

.ObjectiveProcessListItemCellIcon {
  align-self: flex-start;
  margin-right: 5px; }

.ObjectiveProcessListItemCellLabelHeader {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  overflow-wrap: break-word;
  inline-size: auto; }

.ObjectiveProcessListItemCellText {
  width: 100%; }

.ObjectiveProcessListItemScore {
  display: flex;
  align-items: center;
  margin-left: auto;
  /*min-width: 80px;*/
  width: 15%; }

.ObjectiveProcessListItemScoreText {
  color: var(--general-primary-color) !important;
  flex: 1 1 100%;
  font: 400 18px "Roboto" !important; }

@media (max-width: 1400px) {
  .ObjectiveProcessListItemCell .ObjectiveProcessListItemCellLabelHeader {
    inline-size: 130px; }
  .ObjectiveProcessListItemScore .ObjectiveProcessListItemCellLabelHeader {
    inline-size: 110px; } }

@media (max-width: 980px) {
  .ObjectiveProcessListItemCell .ObjectiveProcessListItemCellLabelHeader {
    inline-size: 110px; } }

.ObjectiveProcessListExport {
  padding-bottom: 5px;
  padding-top: 5px; }

a.chart-_objective-label {
  text-align: center;
  text-decoration: underline;
  border-radius: 5px;
  padding: 7px 15px;
  font-family: "Karla" !important;
  border: 1px solid var(--color-secondary-10);
  font-size: 15px;
  font-weight: 600;
  color: var(--color-black-05);
  line-height: 20px;
  opacity: 50%; }

a.chart-_objective-label:hover {
  background-color: var(--general-primary-color);
  color: #fff;
  border: none;
  cursor: pointer; }

.chart-_objective-label__selected {
  fill: #FF4367;
  line-height: 20px !important;
  font-family: "Karla" !important;
  font-size: 15px !important;
  font-weight: 600 !important; }

.highcharts-radial-axis-labels text {
  color: rgba(65, 65, 65, 0.5) !important;
  fill: rgba(65, 65, 65, 0.5) !important; }

.highcharts-legend-item.highcharts-area-series text {
  font-family: "Karla" !important;
  color: rgba(65, 65, 65, 0.5) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  background: none;
  fill: rgba(65, 65, 65, 0.5) !important; }

.ObjectiveBarChartItemCell {
  display: flex;
  align-items: center;
  width: 35%;
  margin-right: 5px; }

.ObjectiveBarChartItemCellText {
  width: 100%; }

.objectives-bar-chart-cell-labale {
  display: flex;
  flex-direction: column;
  padding-left: 5px; }

.nav-rpt {
  margin-bottom: 0 !important;
  padding-left: 12px !important; }
  .nav-rpt ul.nav-tabs.mb-3, .nav-rpt form .form-body ul.mb-3.form-tabs-header, form .form-body .nav-rpt ul.mb-3.form-tabs-header {
    overflow: inherit !important;
    margin: 0 !important;
    padding: 0;
    background: white;
    border: 2px solid #EDEDED;
    border-radius: 13px 13px 0 0; }
    .nav-rpt ul.nav-tabs.mb-3 li, .nav-rpt form .form-body ul.mb-3.form-tabs-header li, form .form-body .nav-rpt ul.mb-3.form-tabs-header li {
      margin: 20px 0 20px 20px;
      padding-right: 20px;
      border-right: 1px solid #EDEDED; }
      .nav-rpt ul.nav-tabs.mb-3 li a, .nav-rpt form .form-body ul.mb-3.form-tabs-header li a, form .form-body .nav-rpt ul.mb-3.form-tabs-header li a {
        font-size: 15px;
        font-weight: 700;
        border: none;
        color: black;
        opacity: 50%;
        cursor: pointer;
        padding: 4px 10px; }
        .nav-rpt ul.nav-tabs.mb-3 li a:hover, .nav-rpt form .form-body ul.mb-3.form-tabs-header li a:hover, form .form-body .nav-rpt ul.mb-3.form-tabs-header li a:hover {
          color: #FF4367;
          opacity: 1; }
        .nav-rpt ul.nav-tabs.mb-3 li a i, .nav-rpt form .form-body ul.mb-3.form-tabs-header li a i, form .form-body .nav-rpt ul.mb-3.form-tabs-header li a i {
          display: none; }
      .nav-rpt ul.nav-tabs.mb-3 li a.active.show, .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show, form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show {
        font-weight: 800;
        color: var(--color-black-05);
        opacity: 1;
        display: flex;
        align-items: center; }
        .nav-rpt ul.nav-tabs.mb-3 li a.active.show i, .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i, form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i {
          display: block;
          float: right;
          margin-left: 11px;
          font-weight: 800;
          font-size: 9px !important;
          margin-top: 4px; }
        .nav-rpt ul.nav-tabs.mb-3 li a.active.show:hover, .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show:hover, form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show:hover {
          color: #FF4367;
          opacity: 1; }
          .nav-rpt ul.nav-tabs.mb-3 li a.active.show:hover i, .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show:hover i, form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show:hover i {
            color: #FF4367; }
    .nav-rpt ul.nav-tabs.mb-3 li:last-of-type, .nav-rpt form .form-body ul.mb-3.form-tabs-header li:last-of-type, form .form-body .nav-rpt ul.mb-3.form-tabs-header li:last-of-type {
      border: none !important; }

.dg-rpt-main-cnt .tab-content {
  padding-left: 0; }
  .dg-rpt-main-cnt .tab-content .tab-pane .dg-rpt-col-cont {
    padding-right: 2px;
    padding-left: 0 !important; }
    .dg-rpt-main-cnt .tab-content .tab-pane .dg-rpt-col-cont .header {
      margin-bottom: 0;
      padding-right: 8px;
      border-radius: 0;
      background-color: white;
      border: 1px solid white;
      border-bottom: 0; }
      .dg-rpt-main-cnt .tab-content .tab-pane .dg-rpt-col-cont .header .actions a.comment i {
        margin-right: 18px !important; }
    .dg-rpt-main-cnt .tab-content .tab-pane .dg-rpt-col-cont .dg-rpt-tab-cont {
      box-shadow: none !important;
      overflow: hidden; }

.objectives-report-details-controls .objectives-report-details-controls__unit-control {
  color: #414141 !important;
  display: flex;
  order: 1;
  margin-left: auto;
  flex-flow: row nowrap;
  background-color: transparent; }
  .objectives-report-details-controls .objectives-report-details-controls__unit-control .unit-control-option {
    flex: 0;
    display: flex;
    border-radius: 4px;
    border: 1px solid var(--color-secondary-10);
    font-size: 14px;
    min-width: 70px;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none; }
    .objectives-report-details-controls .objectives-report-details-controls__unit-control .unit-control-option.unit-control-option__cost {
      border: 2px solid #EDEDED;
      border-radius: 28px;
      min-width: 90px;
      color: rgba(65, 65, 65, 0.5);
      font-size: 13px;
      font-weight: 700; }
      .objectives-report-details-controls .objectives-report-details-controls__unit-control .unit-control-option.unit-control-option__cost i {
        padding-right: 10px; }
      .objectives-report-details-controls .objectives-report-details-controls__unit-control .unit-control-option.unit-control-option__cost:hover {
        border-color: #FFA000; }
    .objectives-report-details-controls .objectives-report-details-controls__unit-control .unit-control-option.unit-control-option__time {
      border: 2px solid #EDEDED;
      border-radius: 28px;
      min-width: 90px;
      color: rgba(65, 65, 65, 0.5);
      font-size: 13px;
      font-weight: 700; }
      .objectives-report-details-controls .objectives-report-details-controls__unit-control .unit-control-option.unit-control-option__time i {
        padding-right: 10px;
        color: rgba(65, 65, 65, 0.5); }
      .objectives-report-details-controls .objectives-report-details-controls__unit-control .unit-control-option.unit-control-option__time:hover {
        border-color: #FFA000; }
    .objectives-report-details-controls .objectives-report-details-controls__unit-control .unit-control-option.unit-control-option__selected {
      color: #FF4367;
      border: 2px solid #FF4367; }
      .objectives-report-details-controls .objectives-report-details-controls__unit-control .unit-control-option.unit-control-option__selected i {
        color: #FF4367; }

.objectives-report-details-controls .objectives-report-details-controls__sort-control-wrapper {
  order: 2;
  margin-right: 15px;
  color: rgba(65, 65, 65, 0.5) !important; }
  .objectives-report-details-controls .objectives-report-details-controls__sort-control-wrapper .dropdown-toggle {
    color: rgba(65, 65, 65, 0.5) !important; }
    .objectives-report-details-controls .objectives-report-details-controls__sort-control-wrapper .dropdown-toggle:after {
      color: rgba(65, 65, 65, 0.5) !important; }
  .objectives-report-details-controls .objectives-report-details-controls__sort-control-wrapper .objectives-report-details-controls__sort-control-label {
    display: none; }
  .objectives-report-details-controls .objectives-report-details-controls__sort-control-wrapper .objectives-report-details-controls__sort-control {
    width: 25rem; }

.objectives-scroll > div {
  overflow: unset !important;
  overflow-y: auto !important;
  /*    scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
  .objectives-scroll > div::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 12px; }
  .objectives-scroll > div::-webkit-scrollbar-track {
    background: #ABABAB;
    width: 2px;
    border-radius: 12px; }
  .objectives-scroll > div::-webkit-scrollbar-thumb {
    background: #6D6D6D;
    width: 2px;
    border-radius: 12px;
    opacity: .5; }

.objectives-scroll .highcharts-container .highcharts-root {
  overflow: unset; }

.objectives-scroll .highcharts-plot-lines-6 .highcharts-plot-line {
  stroke-dasharray: 5 0;
  stroke-width: 2.5px;
  stroke: #707070;
  opacity: .9;
  stroke-linecap: round; }

.objectives-scroll .highcharts-plot-line-label {
  fill: #707070;
  font-size: 12px;
  font-weight: 600;
  opacity: .9; }

.highcharts-bubble-series .highcharts-point {
  fill: #FF8EA4 !important; }

.bottomLeft {
  stroke-dasharray: 0,100,150; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

.dg-report-tabular-container {
  width: 100%; }
  .dg-report-tabular-container h3 {
    font-size: 2rem;
    font-weight: 700; }
    .dg-report-tabular-container h3 i.c-ico, .dg-report-tabular-container h3 .group-control > i.fa-check, .dg-report-tabular-container h3 .typeahead__container .typehead-chevron-down i:first-child, .typeahead__container .typehead-chevron-down .dg-report-tabular-container h3 i:first-child, .dg-report-tabular-container h3 .subform .subform-item .delete-button i, .subform .subform-item .delete-button .dg-report-tabular-container h3 i, .dg-report-tabular-container h3 th.sort-ascending i, th.sort-ascending .dg-report-tabular-container h3 i, .dg-report-tabular-container h3 th.sort-descending i, th.sort-descending .dg-report-tabular-container h3 i, .dg-report-tabular-container h3 .modal-content .modal-header .close i, .modal-content .modal-header .close .dg-report-tabular-container h3 i, .dg-report-tabular-container h3 .bootstrap-select i.dropdown-toggle:after, .bootstrap-select .dg-report-tabular-container h3 i.dropdown-toggle:after, .dg-report-tabular-container h3 .form-control[data-control=date-picker] + .input-group-addon > i, .dg-report-tabular-container h3 *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon > i, *[data-control=collapsible-checkboxes] .dg-report-tabular-container h3 [data-control=date-picker].textbox + .input-group-addon > i, .dg-report-tabular-container h3 .form-control[data-control=time-picker] + .input-group-addon > i, .dg-report-tabular-container h3 *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon > i, *[data-control=collapsible-checkboxes] .dg-report-tabular-container h3 [data-control=time-picker].textbox + .input-group-addon > i, .dg-report-tabular-container h3 .form-control[data-control=date-picker\|time-picker] + .input-group-addon > i, .dg-report-tabular-container h3 *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon > i, *[data-control=collapsible-checkboxes] .dg-report-tabular-container h3 [data-control=date-picker\|time-picker].textbox + .input-group-addon > i, .dg-report-tabular-container h3 .checkbox-list input[type='checkbox'].handled:checked + i.checkbox-helper:before, .checkbox-list .dg-report-tabular-container h3 input[type='checkbox'].handled:checked + i.checkbox-helper:before, .dg-report-tabular-container h3 .checkbox-list input[type='checkbox'].handled:not(checked) + i.checkbox-helper:before, .checkbox-list .dg-report-tabular-container h3 input[type='checkbox'].handled:not(checked) + i.checkbox-helper:before, .dg-report-tabular-container h3 input[type='checkbox'].handled.form-check:checked + i.checkbox-helper:before, .dg-report-tabular-container h3 input[type='checkbox'].handled.form-check:not(checked) + i.checkbox-helper:before, .dg-report-tabular-container h3 .radio-list input[type='radio'].handled:checked + i.radio-helper:before, .radio-list .dg-report-tabular-container h3 input[type='radio'].handled:checked + i.radio-helper:before, .dg-report-tabular-container h3 .radio-list input[type='radio'].handled:not(checked) + i.radio-helper:before, .radio-list .dg-report-tabular-container h3 input[type='radio'].handled:not(checked) + i.radio-helper:before, .dg-report-tabular-container h3 .search .instance-search-item-without-button i.group-control:after, .search .instance-search-item-without-button .dg-report-tabular-container h3 i.group-control:after, .dg-report-tabular-container h3 .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .dg-report-tabular-container h3 i.radio-helper, .dg-report-tabular-container h3 .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .dg-report-tabular-container h3 i.radio-helper, .dg-report-tabular-container h3 .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .dg-report-tabular-container h3 i.radio-helper, .dg-report-tabular-container h3 .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .dg-report-tabular-container h3 i.radio-helper, .dg-report-tabular-container h3 .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .dg-report-tabular-container h3 i.radio-helper, .dg-report-tabular-container h3 [OperationalReportModule] .header .actions a.star.user > i, [OperationalReportModule] .header .actions .dg-report-tabular-container h3 a.star.user > i, .dg-report-tabular-container h3 [OperationalReportModule] .header .actions a.star.system > i, [OperationalReportModule] .header .actions .dg-report-tabular-container h3 a.star.system > i {
      margin-right: 7px; }
  .dg-report-tabular-container table {
    width: 100%; }
    .dg-report-tabular-container table tbody {
      border-bottom: none !important; }
      .dg-report-tabular-container table tbody tr.no-hover:hover {
        background-color: transparent !important; }
      .dg-report-tabular-container table tbody tr.function-group {
        background-color: #FE4266 !important;
        color: white !important; }
        .dg-report-tabular-container table tbody tr.function-group i:before {
          color: white !important; }
      .dg-report-tabular-container table tbody tr th {
        vertical-align: middle; }
        .dg-report-tabular-container table tbody tr th.dg-rpt-dtl-stp {
          border-top: none !important;
          /*  background-color: #c6c6c6;
                    color: #696969;*/
          /*border: none;
                    padding: 5px;*/ }
      .dg-report-tabular-container table tbody tr td {
        vertical-align: middle; }
        .dg-report-tabular-container table tbody tr td.dg-rpt-dtl-fnc {
          font-weight: 700;
          font-size: 16px;
          border: 0;
          padding: 5px;
          vertical-align: middle; }
        .dg-report-tabular-container table tbody tr td.dg-rpt-dtl-prc {
          border-bottom: 1px solid #dcdcdc;
          font-weight: 700;
          font-size: 15px;
          padding: 5px; }
        .dg-report-tabular-container table tbody tr td.dg-rpt-dtl-stp {
          /* padding: 0.75rem;
                    border-bottom: 1px solid #e2e2e2;*/ }
        .dg-report-tabular-container table tbody tr td i.c-ico, .dg-report-tabular-container table tbody tr td .group-control > i.fa-check, .dg-report-tabular-container table tbody tr td .typeahead__container .typehead-chevron-down i:first-child, .typeahead__container .typehead-chevron-down .dg-report-tabular-container table tbody tr td i:first-child, .dg-report-tabular-container table tbody tr td .subform .subform-item .delete-button i, .subform .subform-item .delete-button .dg-report-tabular-container table tbody tr td i, .dg-report-tabular-container table tbody tr td th.sort-ascending i, th.sort-ascending .dg-report-tabular-container table tbody tr td i, .dg-report-tabular-container table tbody tr td th.sort-descending i, th.sort-descending .dg-report-tabular-container table tbody tr td i, .dg-report-tabular-container table tbody tr td .modal-content .modal-header .close i, .modal-content .modal-header .close .dg-report-tabular-container table tbody tr td i, .dg-report-tabular-container table tbody tr td .bootstrap-select i.dropdown-toggle:after, .bootstrap-select .dg-report-tabular-container table tbody tr td i.dropdown-toggle:after, .dg-report-tabular-container table tbody tr td .form-control[data-control=date-picker] + .input-group-addon > i, .dg-report-tabular-container table tbody tr td *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon > i, *[data-control=collapsible-checkboxes] .dg-report-tabular-container table tbody tr td [data-control=date-picker].textbox + .input-group-addon > i, .dg-report-tabular-container table tbody tr td .form-control[data-control=time-picker] + .input-group-addon > i, .dg-report-tabular-container table tbody tr td *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon > i, *[data-control=collapsible-checkboxes] .dg-report-tabular-container table tbody tr td [data-control=time-picker].textbox + .input-group-addon > i, .dg-report-tabular-container table tbody tr td .form-control[data-control=date-picker\|time-picker] + .input-group-addon > i, .dg-report-tabular-container table tbody tr td *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon > i, *[data-control=collapsible-checkboxes] .dg-report-tabular-container table tbody tr td [data-control=date-picker\|time-picker].textbox + .input-group-addon > i, .dg-report-tabular-container table tbody tr td .checkbox-list input[type='checkbox'].handled:checked + i.checkbox-helper:before, .checkbox-list .dg-report-tabular-container table tbody tr td input[type='checkbox'].handled:checked + i.checkbox-helper:before, .dg-report-tabular-container table tbody tr td .checkbox-list input[type='checkbox'].handled:not(checked) + i.checkbox-helper:before, .checkbox-list .dg-report-tabular-container table tbody tr td input[type='checkbox'].handled:not(checked) + i.checkbox-helper:before, .dg-report-tabular-container table tbody tr td input[type='checkbox'].handled.form-check:checked + i.checkbox-helper:before, .dg-report-tabular-container table tbody tr td input[type='checkbox'].handled.form-check:not(checked) + i.checkbox-helper:before, .dg-report-tabular-container table tbody tr td .radio-list input[type='radio'].handled:checked + i.radio-helper:before, .radio-list .dg-report-tabular-container table tbody tr td input[type='radio'].handled:checked + i.radio-helper:before, .dg-report-tabular-container table tbody tr td .radio-list input[type='radio'].handled:not(checked) + i.radio-helper:before, .radio-list .dg-report-tabular-container table tbody tr td input[type='radio'].handled:not(checked) + i.radio-helper:before, .dg-report-tabular-container table tbody tr td .search .instance-search-item-without-button i.group-control:after, .search .instance-search-item-without-button .dg-report-tabular-container table tbody tr td i.group-control:after, .dg-report-tabular-container table tbody tr td .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .dg-report-tabular-container table tbody tr td i.radio-helper, .dg-report-tabular-container table tbody tr td .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .dg-report-tabular-container table tbody tr td i.radio-helper, .dg-report-tabular-container table tbody tr td .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .dg-report-tabular-container table tbody tr td i.radio-helper, .dg-report-tabular-container table tbody tr td .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .dg-report-tabular-container table tbody tr td i.radio-helper, .dg-report-tabular-container table tbody tr td .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) i.radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .dg-report-tabular-container table tbody tr td i.radio-helper, .dg-report-tabular-container table tbody tr td [OperationalReportModule] .header .actions a.star.user > i, [OperationalReportModule] .header .actions .dg-report-tabular-container table tbody tr td a.star.user > i, .dg-report-tabular-container table tbody tr td [OperationalReportModule] .header .actions a.star.system > i, [OperationalReportModule] .header .actions .dg-report-tabular-container table tbody tr td a.star.system > i {
          margin-right: 7px;
          font-size: 15px; }
  .dg-report-tabular-container.dg-report-tabular-scoroll {
    max-height: 80vh;
    overflow-y: auto; }
    .dg-report-tabular-container.dg-report-tabular-scoroll::-webkit-scrollbar {
      width: 5px; }
    .dg-report-tabular-container.dg-report-tabular-scoroll::-webkit-scrollbar-track {
      background: #DDDDDD;
      border-radius: 100px; }
    .dg-report-tabular-container.dg-report-tabular-scoroll::-webkit-scrollbar-thumb {
      background-color: #A2A2A2;
      border-radius: 100px; }
    .dg-report-tabular-container.dg-report-tabular-scoroll::-webkit-scrollbar-thumb:hover {
      background: var(--color-secondary-75);
      border-radius: 100px; }

.delay-reason-break-down {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  margin-bottom: 14px;
  margin-top: -6px; }
  .delay-reason-break-down h2 {
    font-size: 20px;
    margin-left: 8px; }

#dg_report_SystemCostScopChart .chart-content, #dg_report_SystemCostChart .chart-content {
  display: flex;
  flex-wrap: wrap; }
  #dg_report_SystemCostScopChart .chart-content .system-report-details-controls, #dg_report_SystemCostChart .chart-content .system-report-details-controls {
    flex: 100%; }
  #dg_report_SystemCostScopChart .chart-content .cost-chart, #dg_report_SystemCostChart .chart-content .cost-chart {
    flex: 75%;
    min-height: 500px; }
  #dg_report_SystemCostScopChart .chart-content .cost-description, #dg_report_SystemCostChart .chart-content .cost-description {
    flex: 25%; }

.system-report-details-controls {
  flex: 0;
  padding-bottom: 2rem;
  display: flex;
  /*flex-wrap: wrap;*/ }
  @media (max-width: 700px) {
    .system-report-details-controls .system-report-details-controls {
      justify-content: space-around; } }
  .system-report-details-controls .system-report-details-controls__unit-control {
    display: flex;
    order: 1;
    margin-left: auto;
    flex-flow: row nowrap;
    background-color: transparent; }
    .system-report-details-controls .system-report-details-controls__unit-control .unit-control-option.unit-control-option__selected {
      color: var(--general-primary-color); }
      .system-report-details-controls .system-report-details-controls__unit-control .unit-control-option.unit-control-option__selected i {
        color: var(--general-primary-color); }
    .system-report-details-controls .system-report-details-controls__unit-control .unit-control-option {
      flex: 0;
      display: flex;
      border-radius: 4px;
      border: 1px solid var(--color-secondary-10);
      font-size: 14px;
      min-width: 70px;
      margin-right: 12px;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      user-select: none; }
  .system-report-details-controls .system-report-details-controls__sort-control-wrapper {
    order: 2;
    /*margin-right: 1rem;*/
    margin-bottom: .4rem;
    flex: 50%; }
    .system-report-details-controls .system-report-details-controls__sort-control-wrapper.first-child {
      margin-right: 100px; }
    .system-report-details-controls .system-report-details-controls__sort-control-wrapper .system-report-details-controls__sort-control-wrapper {
      display: grid;
      /*grid-template-columns: 20% 80%;*/
      align-items: center; }
      .system-report-details-controls .system-report-details-controls__sort-control-wrapper .system-report-details-controls__sort-control-wrapper lable {
        color: var(--color-secondary-50);
        font-family: "Karla" !important;
        font-weight: 300 !important;
        font-size: 15px !important; }
    .system-report-details-controls .system-report-details-controls__sort-control-wrapper .system-report-details-controls__sort-control {
      display: inherit;
      max-width: none !important; }
  .system-report-details-controls .bootstrap-select button {
    /*width: 180px !important;*/
    max-width: none !important; }

.m_scope-actors-list .search .form-group {
  margin-right: 0rem; }

/*.m_scope-actors-list {
    width: 100%;

    .search {
        flex-wrap: nowrap;
        padding: 0 15px 15px 15px;
        margin: 0;

        label, legend {
            color: #373A3C;
            font-size: 14px;
            font-weight: 400;
        }

        .form-group {
            margin: 0;

            .form-check-inline {
                label {
                    color: #737373;
                }

                input:checked ~ label {
                    color: #373A3C;
                }

                &:hover {
                    label {
                        color: #373A3C;
                    }

                    .radio-helper:before {
                        outline: none;
                        display: inline-block;
                        height: 2.2rem;
                        width: 2.2rem;
                        border-radius: 50%;
                        content: '';
                        background-color: #C0315C;
                        position: relative;
                        left: 1px;
                        top: -1px;
                        float: right;
                    }
                }
            }
        }

        .buttons-row {
            margin: 0;
            align-self: center;

            .buttons {
                button {
                    background-color: transparent !important;
                    color: #373A3C !important;
                    border: solid 1px #373A3C !important;
                    border-radius: 4px !important;
                    box-shadow: none !important;
                    transition: none;

                    i {
                        color: #373A3C !important;
                    }

                    &:hover {
                        background-color: #373A3C !important;
                        color: $white !important;

                        i {
                            background-color: #373A3C !important;
                            color: $white !important;
                        }
                    }
                }
            }

            .form-check-inline {
                label {
                    color: #737373;
                    font-size: 14px;
                }

                input:checked + label {
                    color: #373A3C;
                }
            }
        }
    }

    .grid-wrapper {
        padding: 0 15px 15px 15px;

        .grid {
            border: 1px solid #CFCFCF;

            thead {
                tr {
                    th {
                        background-color: #DEDEDE;
                        color: #494748;
                        font-size: 13px;
                        font-weight: 400;
                    }

                    a {
                        background-color: #DEDEDE;
                        color: #494748;
                        font-size: 13px;
                        font-weight: 400;
                    }
                }
            }

            tbody {
                tr {
                    background-color: $white;
                    color: #494748;
                    font-size: 13px;
                    font-weight: 400;

                    &.archived {
                        background-color: #EEEEEE;
                        color: #494748;
                        opacity: 0.5;
                    }

                    &:hover {
                        background-color: #DEDEDE !important;
                    }

                    .actions {
                        a:hover, button:hover {
                            i {
                                color: #C0315C !important;
                            }
                        }
                    }
                }
            }
        }
    }

    .pagination-size {
        margin-right: 15px;
    }
}
*/
.m_myrootorganisation-list .card-item {
  /*margin-bottom: 15px;*/
  display: flex;
  flex-direction: column;
  padding: 10px;
  /*border-radius: 5px;*/ }
  .m_myrootorganisation-list .card-item.expanded .arrow {
    transform: rotate(90deg);
    color: #FF4367 !important; }

.m_myrootorganisation-list i:not(.icon-process):not(.icon-add):not(.modal-content .modal-header .close i) {
  color: #A5A5A5; }

.m_myrootorganisation-list .card-item-content {
  display: flex;
  padding-top: 5px; }
  .m_myrootorganisation-list .card-item-content .btn-as-text {
    font: 400 15px "Karla" !important; }
  .m_myrootorganisation-list .card-item-content .org-logo {
    width: 34px;
    height: 34px; }
    .m_myrootorganisation-list .card-item-content .org-logo img {
      width: 34px;
      height: 34px; }
    .m_myrootorganisation-list .card-item-content .org-logo:hover .tooltiptext {
      visibility: visible;
      transition: all 700ms ease-in-out; }
  .m_myrootorganisation-list .card-item-content .org-img {
    width: 34px;
    height: 34px;
    background-image: url(/img/menu-icon/organization.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  .m_myrootorganisation-list .card-item-content .icon {
    padding-right: 10px; }
  .m_myrootorganisation-list .card-item-content .organisation-name {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-left: 20px; }
    .m_myrootorganisation-list .card-item-content .organisation-name a {
      display: contents !important; }
  .m_myrootorganisation-list .card-item-content .organisation-details {
    display: flex;
    flex: 1; }
  .m_myrootorganisation-list .card-item-content .organisation-interview-time, .m_myrootorganisation-list .card-item-content .organisation-interviewees {
    display: flex;
    /*align-items: center;*/
    padding: 0 10px;
    flex: 1; }
    .m_myrootorganisation-list .card-item-content .organisation-interview-time i, .m_myrootorganisation-list .card-item-content .organisation-interviewees i {
      margin-right: 5px; }
    .m_myrootorganisation-list .card-item-content .organisation-interview-time .card-cell-label, .m_myrootorganisation-list .card-item-content .organisation-interviewees .card-cell-label {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column; }
      .m_myrootorganisation-list .card-item-content .organisation-interview-time .card-cell-label .card-cell-text, .m_myrootorganisation-list .card-item-content .organisation-interviewees .card-cell-label .card-cell-text {
        width: 100%; }
  .m_myrootorganisation-list .card-item-content .edit {
    margin-left: auto;
    margin-right: 10px; }
  .m_myrootorganisation-list .card-item-content .add {
    margin-left: auto;
    margin-right: 20px; }
  .m_myrootorganisation-list .card-item-content .arrow {
    margin-top: 6px;
    margin-right: 5px;
    display: flex;
    align-items: flex-start;
    transition: all 600ms ease-in-out; }
    .m_myrootorganisation-list .card-item-content .arrow:hover {
      cursor: pointer; }

.m_myrootorganisation-list ._collapsible-content {
  margin-top: 2rem;
  /*            border-style: solid;
        border-top-style: none;
        border-radius: 4px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-color: #DEDEDE;
        border-width: 1px;
        margin-top: -6px;
*/ }

.m_myrootorganisation-list .ObjectiveProcessListItem {
  background: none !important; }
  .m_myrootorganisation-list .ObjectiveProcessListItem:hover {
    background-color: #F8E5E9 !important; }

.m_organisation-of-myrootorganisation .list-items {
  padding: 0 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /*width: 100%;*/ }
  .m_organisation-of-myrootorganisation .list-items .cardItem-child-item {
    min-height: 60px;
    padding: 15px 10px 10px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 2px;
    /*background-color: #F8F8F8;*/
    /*            border-color: #DEDEDE;
            border-style: solid;
            border-radius: 4px;
            border-width: 1px;*/
    text-decoration: none;
    display: flex;
    border-radius: 5px; }
    .m_organisation-of-myrootorganisation .list-items .cardItem-child-item > i {
      padding-right: 10px; }
    .m_organisation-of-myrootorganisation .list-items .cardItem-child-item .btn-as-text {
      font: 400 15px "Karla" !important; }
    .m_organisation-of-myrootorganisation .list-items .cardItem-child-item .organisation-name {
      display: flex;
      flex: 1;
      flex-direction: column; }
      .m_organisation-of-myrootorganisation .list-items .cardItem-child-item .organisation-name a {
        display: contents !important; }
    .m_organisation-of-myrootorganisation .list-items .cardItem-child-item .edit {
      margin-left: auto;
      margin-right: 10px; }
    .m_organisation-of-myrootorganisation .list-items .cardItem-child-item .organisation-details {
      display: flex;
      flex: 1; }
    .m_organisation-of-myrootorganisation .list-items .cardItem-child-item .organisation-interview-time, .m_organisation-of-myrootorganisation .list-items .cardItem-child-item .organisation-interviewees {
      border-left: 1px var(--color-secondary-25) solid;
      display: flex;
      /*align-items: center;*/
      padding: 0 10px;
      min-width: 190px; }
      .m_organisation-of-myrootorganisation .list-items .cardItem-child-item .organisation-interview-time i, .m_organisation-of-myrootorganisation .list-items .cardItem-child-item .organisation-interviewees i {
        margin-right: 5px; }
      .m_organisation-of-myrootorganisation .list-items .cardItem-child-item .organisation-interview-time .card-cell-label, .m_organisation-of-myrootorganisation .list-items .cardItem-child-item .organisation-interviewees .card-cell-label {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column; }
        .m_organisation-of-myrootorganisation .list-items .cardItem-child-item .organisation-interview-time .card-cell-label .card-cell-text, .m_organisation-of-myrootorganisation .list-items .cardItem-child-item .organisation-interviewees .card-cell-label .card-cell-text {
          width: 100%; }
    .m_organisation-of-myrootorganisation .list-items .cardItem-child-item .view-process {
      margin-top: 5px; }

/*@import "../common/styles";
@import "../application/layout/_base";
@import "../application/defenitions/defs";
@import "../application/common-modules/modules";
@import "layout/layout";
@import "modules/m_confirm-email-send";
@import "modules/m_confirm-password-reset";
@import "modules/m_reset-user-password";*/
.m_invalid-ticket .btn-new-ticket {
  height: 52px !important;
  font: 700 22px "Karla" !important; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.transformations-page .back-to-process-list {
  position: relative; }
  .transformations-page .back-to-process-list .buttons-row {
    position: absolute;
    top: 16px;
    left: -40px;
    width: 50px; }
    .transformations-page .back-to-process-list .buttons-row .icon-back {
      font-size: 32px !important; }

.transformations-page .m_process-flow .header-text {
  padding-left: 40px; }

.transformations-page .detailed-insights-view-card {
  background: var(--White-Color);
  border-radius: 20px;
  padding: 25px;
  padding: 20px 30px 1px 30px;
  margin-bottom: 60px; }
  .transformations-page .detailed-insights-view-card h2.header-text {
    font: 700 24px 'Grotesk' !important;
    color: #FF4367 !important;
    padding-top: 0px !important; }
  .transformations-page .detailed-insights-view-card div.view-body .form-group {
    flex-direction: column; }
    .transformations-page .detailed-insights-view-card div.view-body .form-group .control-label {
      flex: 0 0 10%;
      font: 600 15px "Karla";
      opacity: .5;
      color: var(--color-black-05);
      padding: 0; }
    .transformations-page .detailed-insights-view-card div.view-body .form-group .group-control {
      flex: 0 0 82%;
      max-width: unset !important;
      font: 700 15px "Karla";
      line-height: 15px;
      color: var(--color-black-05); }
  .transformations-page .detailed-insights-view-card div.view-body .title-row {
    flex-wrap: nowrap;
    flex-direction: row; }
    .transformations-page .detailed-insights-view-card div.view-body .title-row .title {
      font: 700 24px "Grotesk";
      /*padding-left: 15px;*/
      flex: 1 0 52%;
      margin: 0; }
    .transformations-page .detailed-insights-view-card div.view-body .title-row .reason-row {
      flex: 0 0 82%; }
    .transformations-page .detailed-insights-view-card div.view-body .title-row .empty-row {
      flex: 0 0 2.5%; }
    .transformations-page .detailed-insights-view-card div.view-body .title-row .cost-row {
      /*flex: 0 0 12%;*/
      display: flex;
      width: 102px;
      align-items: center; }
      .transformations-page .detailed-insights-view-card div.view-body .title-row .cost-row .cost-title {
        font: 300 15px "Karla";
        color: var(--color-secondary-50);
        padding-right: 10px; }
      .transformations-page .detailed-insights-view-card div.view-body .title-row .cost-row .cost-value {
        font: 400 15px "Karla";
        color: var(--color-secondary-75); }
    .transformations-page .detailed-insights-view-card div.view-body .title-row .state-row {
      display: flex;
      /*gap: 10px;*/
      justify-content: center;
      align-items: center;
      width: 290px; }
      .transformations-page .detailed-insights-view-card div.view-body .title-row .state-row .state-title {
        font: 300 15px "Karla";
        color: var(--color-secondary-50);
        padding-right: 10px; }
      .transformations-page .detailed-insights-view-card div.view-body .title-row .state-row .state-value {
        font: 400 15px "Karla";
        color: var(--color-secondary-75); }
    .transformations-page .detailed-insights-view-card div.view-body .title-row .state-btn-contianer {
      text-align: end !important;
      width: 112px;
      margin-top: 3px; }
  .transformations-page .detailed-insights-view-card div.view-body .benefits-row {
    /*margin-top: 32px !important;*/ }
    .transformations-page .detailed-insights-view-card div.view-body .benefits-row .form-group {
      flex-wrap: nowrap !important; }
      .transformations-page .detailed-insights-view-card div.view-body .benefits-row .form-group .control-label {
        flex: auto !important;
        min-width: max-content !important;
        padding-right: 12px !important;
        padding-left: 0 !important;
        font: 300 15px "Karla" !important;
        color: var(--color-secondary-50) !important; }
      .transformations-page .detailed-insights-view-card div.view-body .benefits-row .form-group .group-control {
        flex: auto !important;
        margin: 0 !important; }
  .transformations-page .detailed-insights-view-card .header-container .top-section .right-section {
    display: flex;
    gap: 14px; }
    .transformations-page .detailed-insights-view-card .header-container .top-section .right-section button {
      /*padding-right: 10px;*/ }
  .transformations-page .detailed-insights-view-card .header-container .top-section .left-section .icon-back {
    font-size: 27px !important;
    margin-right: 10px !important; }
  .transformations-page .detailed-insights-view-card.transformation-card {
    background: none !important;
    padding: 0 !important; }
    .transformations-page .detailed-insights-view-card.transformation-card .header-container {
      background: var(--White-Color) !important;
      margin: 0 !important;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      padding-right: 38px; }
    .transformations-page .detailed-insights-view-card.transformation-card .view-body {
      background: var(--White-Color) !important;
      padding: 30px !important;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      position: relative;
      flex-wrap: wrap; }
      .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body {
        background: var(--White-Color) !important;
        border-radius: 20px;
        position: relative;
        min-height: 100px !important;
        padding-right: 0 !important;
        flex-direction: row;
        margin: 0; }
        .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .impact-row {
          position: absolute;
          top: -68px;
          right: 4px; }
        .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .overall-score-row {
          position: absolute;
          top: -68px;
          right: 201px; }
        .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .complexity-score-row {
          position: absolute;
          top: -68px;
          right: 400px; }
        .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .form-group {
          padding: 0;
          padding-right: 30px !important;
          flex-direction: column !important;
          margin-bottom: 27px; }
          .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .form-group.conclusion {
            padding: 0 !important; }
          .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .form-group .control-label {
            padding: 0 !important;
            font-size: 20px !important;
            font-style: normal !important;
            font-weight: 700 !important;
            color: #FF4367 !important;
            margin-bottom: 7.5px !important;
            /*font-family: 'Grotesk';*/
            opacity: 1 !important; }
            .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .form-group .control-label.secend-level {
              margin-top: 27px; }
          .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .form-group .group-control {
            font-size: 15px !important;
            font-style: normal !important;
            font-weight: 700 !important;
            color: var(--color-black-05) !important;
            /*font-family: 'Grotesk';*/
            margin-bottom: 0; }
            .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .form-group .group-control ul {
              padding-left: 32px !important;
              margin: 0; }
        .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .benefits-row .form-group {
          margin-bottom: 12px !important; }
          .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .benefits-row .form-group .control-label {
            font: 300 15px "Karla" !important;
            color: var(--color-secondary-50) !important;
            margin: 0 !important; }
          .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .benefits-row .form-group .group-control {
            margin: 0 !important; }
        .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .objectives-row {
          margin-bottom: 0 !important; }
          .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .objectives-row .control-label {
            margin-bottom: 15px !important; }
          .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .objectives-row .group-control {
            margin: 0 !important;
            display: block !important;
            /* flex-direction: row;
                            gap: 42px;*/ }
            .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .objectives-row .group-control .objectiv-star-row {
              float: left;
              padding-right: 30px;
              margin-bottom: 32px; }
              .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .objectives-row .group-control .objectiv-star-row .star-container .star {
                width: 35px;
                height: 15px; }
              .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .objectives-row .group-control .objectiv-star-row:last-of-type {
                padding-right: 0 !important; }
      .transformations-page .detailed-insights-view-card.transformation-card .view-body .cost-row {
        /*  position: absolute;
                    top: 15px;
                    right: 25px;*/ }
    .transformations-page .detailed-insights-view-card.transformation-card .believe-header {
      padding: 0 !important;
      margin: 0 !important;
      margin-top: 32px !important;
      margin-bottom: 20px !important;
      background: none !important; }
      .transformations-page .detailed-insights-view-card.transformation-card .believe-header .top-section .left-section .title-box {
        display: flex;
        align-items: center; }
        .transformations-page .detailed-insights-view-card.transformation-card .believe-header .top-section .left-section .title-box a {
          margin-bottom: 6px; }
          .transformations-page .detailed-insights-view-card.transformation-card .believe-header .top-section .left-section .title-box a i {
            font-size: 26px !important; }
      .transformations-page .detailed-insights-view-card.transformation-card .believe-header .top-section .left-section .header-text {
        color: var(--color-secondary-75) !important;
        font: bold 36px 'Grotesk' !important; }
        @media (max-width: 1080px) {
          .transformations-page .detailed-insights-view-card.transformation-card .believe-header .top-section .left-section .header-text {
            font-size: 22px !important; } }
  .transformations-page .detailed-insights-view-card .transformation-wb-item-row .title-box a {
    margin-left: 8px;
    display: none; }
  .transformations-page .detailed-insights-view-card .transformation-wb-item-row.hover-card .title-box a {
    display: inline-flex; }
  .transformations-page .detailed-insights-view-card .transformation-wb-item-row .transformation-wb-item-row .title-box {
    height: 22px; }
    .transformations-page .detailed-insights-view-card .transformation-wb-item-row .transformation-wb-item-row .title-box a {
      margin-left: 8px;
      display: none; }
  .transformations-page .detailed-insights-view-card .transformation-wb-item-row .transformation-wb-item-row.hover-card .title-box a {
    display: inline-flex; }

.transformations-page .transformation-workbook-link-card .transformation-workbook-link-container {
  margin-bottom: 30px; }
  .transformations-page .transformation-workbook-link-card .transformation-workbook-link-container h2 {
    font: 700 20px "Karla";
    color: #FF4367; }

.transformations-page .transformation-workbook-container .transformation-workbook-link-container {
  margin-bottom: 40px; }
  .transformations-page .transformation-workbook-container .transformation-workbook-link-container .wb-header {
    display: flex;
    font: 700 30px "Karla";
    line-height: 30px;
    margin-bottom: 20px; }
    .transformations-page .transformation-workbook-container .transformation-workbook-link-container .wb-header .left-header {
      flex: 0 0 45%; }
  .transformations-page .transformation-workbook-container .transformation-workbook-link-container .m_transformation-workbook-links .transformation-wb-item {
    display: flex;
    margin-bottom: 10px; }
    .transformations-page .transformation-workbook-container .transformation-workbook-link-container .m_transformation-workbook-links .transformation-wb-item .left-box {
      flex: 0 0 45%;
      background: var(--White-Color);
      border-radius: 20px 0px 0px 20px;
      padding: 20px; }
      .transformations-page .transformation-workbook-container .transformation-workbook-link-container .m_transformation-workbook-links .transformation-wb-item .left-box .title-box {
        display: flex;
        gap: 10px; }
        .transformations-page .transformation-workbook-container .transformation-workbook-link-container .m_transformation-workbook-links .transformation-wb-item .left-box .title-box .title {
          color: var(--color-black-05) !important;
          font: 700 20px "Karla";
          line-height: 20px;
          margin-bottom: 20px; }
        .transformations-page .transformation-workbook-container .transformation-workbook-link-container .m_transformation-workbook-links .transformation-wb-item .left-box .title-box a {
          display: none; }
    .transformations-page .transformation-workbook-container .transformation-workbook-link-container .m_transformation-workbook-links .transformation-wb-item .middle-box {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .transformations-page .transformation-workbook-container .transformation-workbook-link-container .m_transformation-workbook-links .transformation-wb-item .middle-box .arrow-img {
        align-content: space-around; }
    .transformations-page .transformation-workbook-container .transformation-workbook-link-container .m_transformation-workbook-links .transformation-wb-item .right-box {
      display: flex;
      flex: auto;
      padding: 20px;
      z-index: 3;
      border-radius: 0px 20px 20px 0px; }
    .transformations-page .transformation-workbook-container .transformation-workbook-link-container .m_transformation-workbook-links .transformation-wb-item .description {
      color: var(--color-black-05) !important;
      font: 600 15px "Karla";
      line-height: 15px; }
  .transformations-page .transformation-workbook-container .transformation-workbook-link-container .m_transformation-workbook-links .transformation-wb-item-row.hover-card .left-box .title-box a {
    display: block; }
  .transformations-page .transformation-workbook-container .transformation-workbook-link-container.goals .wb-header {
    color: #98D82A; }
  .transformations-page .transformation-workbook-container .transformation-workbook-link-container.goals .middle-box {
    background-color: #ceec8f !important; }
    .transformations-page .transformation-workbook-container .transformation-workbook-link-container.goals .middle-box .arrow-img {
      content: url("/img/wb-goals-arrow.png");
      background-color: #ceec8f !important;
      height: 100%; }
  .transformations-page .transformation-workbook-container .transformation-workbook-link-container.goals .right-box {
    background: #ceec8f !important; }
  .transformations-page .transformation-workbook-container .transformation-workbook-link-container.priority .wb-header {
    color: #F79F00; }
  .transformations-page .transformation-workbook-container .transformation-workbook-link-container.priority .middle-box {
    background-color: #facf7a !important; }
    .transformations-page .transformation-workbook-container .transformation-workbook-link-container.priority .middle-box .arrow-img {
      content: url("/img/wb-priority-arrow.png");
      background-color: #facf7a !important;
      height: 100%; }
  .transformations-page .transformation-workbook-container .transformation-workbook-link-container.priority .right-box {
    background: #facf7a !important; }
  .transformations-page .transformation-workbook-container .transformation-workbook-link-container.blocker .wb-header {
    color: #F54065; }
  .transformations-page .transformation-workbook-container .transformation-workbook-link-container.blocker .middle-box {
    background-color: #f8a0b3 !important; }
    .transformations-page .transformation-workbook-container .transformation-workbook-link-container.blocker .middle-box .arrow-img {
      content: url("/img/wb-blocker-arrow.png");
      background-color: #f8a0b3 !important;
      height: 100%; }
  .transformations-page .transformation-workbook-container .transformation-workbook-link-container.blocker .right-box {
    background: #f8a0b3 !important; }

.transformations-page .star-container {
  display: flex;
  align-items: center; }
  .transformations-page .star-container .very-good[checked] {
    background: #12AD58;
    border: 1px solid #12AD58; }
  .transformations-page .star-container .good[checked] {
    background: #98D82A;
    border: 1px solid #98D82A; }
  .transformations-page .star-container .so-so[checked] {
    background: #FFA000;
    border: 1px solid #FFA000; }
  .transformations-page .star-container .bad[checked] {
    background: #FF5C00;
    border: 1px solid #FF5C00; }
  .transformations-page .star-container .very-bad[checked] {
    background: #FF0031;
    border: 1px solid #FF0031; }

.transformations-page .star {
  margin-right: 2px;
  border: 1px solid var(--color-secondary-10);
  border-radius: 2px;
  width: 28px;
  height: 13px; }

.transformations-page .transformation-impact-level {
  padding-top: 16px !important; }

.transformations-page .impact-level-column {
  display: flex;
  gap: 10px;
  align-items: center; }
  .transformations-page .impact-level-column .card-cell-label {
    padding: 0 !important;
    padding-left: 10px !important; }

.transformations-page .m_understand-insights-detailed fieldset {
  margin-left: 10px !important; }

.transformations-page .m_understand-insights-detailed fieldset:first-of-type .group-control {
  min-width: 45rem !important; }

.transformations-page .m_understand-insights-detailed .actions {
  display: flex;
  flex-direction: row !important;
  gap: 22px;
  padding-top: 14px;
  /* align-items: center;*/ }

.transformations-page .m_understand-insights-detailed .title-description {
  flex: 20% !important;
  padding-right: 28px !important; }
  .transformations-page .m_understand-insights-detailed .title-description .card-cell-label {
    font-size: 18px !important;
    font-weight: 700 !important; }
  .transformations-page .m_understand-insights-detailed .title-description .card-cell-text {
    font-weight: 400 !important;
    font-size: 16px !important; }

.transformations-page .m_understand-insights-detailed .auto-transformation-type-search {
  margin-bottom: 20px !important;
  max-width: 400px !important; }

.transformations-page .affected-process-list .header-container .top-section .right-section {
  display: flex !important;
  gap: 14px; }

.transformations-page .affected-process-list .header-container .bottom-section .right-section {
  margin-left: auto; }
  .transformations-page .affected-process-list .header-container .bottom-section .right-section .cost-row {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    flex-direction: row; }

.transformations-page .number-column-recommendations {
  font-size: 20px !important; }

.transformations-page button.number-column-recommendations {
  cursor: text !important;
  font-size: 17px !important;
  color: var(--color-secondary-75); }

.transformations-page [isarchive] .card-cell-label, .transformations-page [isarchive] .card-cell-text {
  color: var(--color-secondary-50) !important;
  opacity: .6; }

@media (min-width: 1940px) {
  .transformations-page .generate-request-list .grid-wrapper {
    overflow: auto !important; } }

.transformation-list-view li {
  margin-bottom: 14px; }

td.number-column, th.number-column {
  /*max-width: 100px !important;*/
  padding-right: 50px; }

.generate-request-form .include-scenarios, .generate-request-form .include-systems, .generate-request-form .include-actors {
  /*   display: flex ;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;*/ }
  .generate-request-form .include-scenarios label, .generate-request-form .include-systems label, .generate-request-form .include-actors label {
    min-width: max-content; }
  .generate-request-form .include-scenarios .group-control, .generate-request-form .include-systems .group-control, .generate-request-form .include-actors .group-control {
    margin: 0;
    padding-top: 10px; }

/*

@import "modules/operational-reports/report-page-content";*/
/*
@import "modules/general.scss";*/
/**/
/*
@import "modules/existing-system/m_existing-system-list.scss";

@import "modules/m_organisations-list.scss";

@import "modules/recommendation/vis-operational-factor-list.scss";
*/
/*

$tag-hover-background-color: #5A5A5A;
$tag-background-color: #8A8A8A;
$tag-color: #FFF;
$info-box-background-color: #fff;
$light-grey-text-color: $p-dark-gray;

//$header-color: #494748;
$general-font-color: #494748;
$icon-color: #6D6D6D;
$list-item-color: #ABABAB;
$list-circle-color: #F5487C;
$link-hover: #C0315C;
$tile-background: #F9F9F9;

$very-good-cell-background: #D3EBD6;
$good-cell-background: #D3EBD6;
$neutral-cell-background: #EFEFEF;
$bad-cell-background: #FFEED5;
$very-bad-cell-background: #FFD3DA;

$very-good-cell-color: #208438;
$good-cell-color: #0DB935;
$neutral-cell-color: #494748;
$bad-cell-color: #FFA724;
$very-bad-cell-color: #FF2C4F;
//$potential-score-color: #FABDCF;
$current-score-color: #DEDEDE;
//$last-stage-line-color: #6D6D6D;

$input-addon-background: #C1C1C1;

..$circle-inner-color: #FABFD8;

$color-menu: #C0315C;
$color-top-button: #388281;
$page-background: #F5F5F5;
$page-darker-background: #E6E6E6;

$white-background: white;

*/
/*@import "colors-test.scss";*/
/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*$fa-font-path: "/lib/@fortawesome/fontawesome-free/webfonts"; //override default fontawesome path.*/
/*$font-size-base: 14px !default;*/
/*.btn-default {
    @include button-variant($btn-default-color, $btn-default-bg, $btn-default-border);
}

.btn-primary {
    @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
}
// Success appears as green
.btn-success {
    @include button-variant($btn-success-color, $btn-success-bg, $btn-success-border);
}
// Info appears as blue-green
.btn-info {
    @include button-variant($btn-info-color, $btn-info-bg, $btn-info-border);
}
// Warning appears as orange
.btn-warning {
    @include button-variant($btn-warning-color, $btn-warning-bg, $btn-warning-border);
}
// Danger and error appear as red
.btn-danger {
    @include button-variant($btn-danger-color, $btn-danger-bg, $btn-danger-border);
}*/
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: orange;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace; }

*,
*::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(59, 59, 59, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: .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: -.25em; }

sup {
  top: -.5em; }

a {
  color: orange;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #b37400;
    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: Menlo, Monaco, Consolas, "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: .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; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(59, 59, 59, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.4rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.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, .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .form-group.conclusion, .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.33333%;
  max-width: 33.33333%; }

.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.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12, .transformations-page .detailed-insights-view-card.transformation-card .view-body.details-body .form-group.conclusion {
    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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table, form .horizontal-subform table, .grid {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th, form .horizontal-subform table th, .grid th,
  .table td, form .horizontal-subform table td, .grid td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #EDEDED; }
  .table thead th, form .horizontal-subform table thead th, .grid thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #EDEDED; }
  .table tbody + tbody, form .horizontal-subform table tbody + tbody, .grid tbody + tbody {
    border-top: 2px solid #EDEDED; }

.table-sm th, form .horizontal-subform table th,
.table-sm td, form .horizontal-subform table td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #EDEDED; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #EDEDED; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(59, 59, 59, 0.05); }

.table-hover tbody tr:hover, .grid tbody tr:hover {
  color: #212529;
  background-color: #F8E5E9; }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ffe6b8; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ffd07a; }

.table-hover .table-primary:hover, .grid .table-primary:hover {
  background-color: #ffdd9f; }
  .table-hover .table-primary:hover > td, .grid .table-primary:hover > td,
  .table-hover .table-primary:hover > th, .grid .table-primary:hover > th {
    background-color: #ffdd9f; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover, .grid .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td, .grid .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th, .grid .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover, .grid .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td, .grid .table-success:hover > td,
  .table-hover .table-success:hover > th, .grid .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover, .grid .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td, .grid .table-info:hover > td,
  .table-hover .table-info:hover > th, .grid .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover, .grid .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td, .grid .table-warning:hover > td,
  .table-hover .table-warning:hover > th, .grid .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover, .grid .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td, .grid .table-danger:hover > td,
  .table-hover .table-danger:hover > th, .grid .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover, .grid .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td, .grid .table-light:hover > td,
  .table-hover .table-light:hover > th, .grid .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover, .grid .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td, .grid .table-dark:hover > td,
  .table-hover .table-dark:hover > th, .grid .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #F8E5E9; }

.table-hover .table-active:hover, .grid .table-active:hover {
  background-color: #f3d1d8; }
  .table-hover .table-active:hover > td, .grid .table-active:hover > td,
  .table-hover .table-active:hover > th, .grid .table-active:hover > th {
    background-color: #f3d1d8; }

.table .thead-dark th, form .horizontal-subform table .thead-dark th, .grid .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th, form .horizontal-subform table .thead-light th, .grid .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #EDEDED; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover, .table-dark.grid tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive, form .horizontal-subform table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered, form .horizontal-subform table > .table-bordered {
    border: 0; }

.form-control, *[data-control=collapsible-checkboxes] .textbox {
  display: block;
  width: 100%;
  height: calc(1.42857em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, *[data-control=collapsible-checkboxes] .textbox {
      transition: none; } }
  .form-control::-ms-expand, *[data-control=collapsible-checkboxes] .textbox::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring, *[data-control=collapsible-checkboxes] .textbox:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #555555; }
  .form-control:focus, *[data-control=collapsible-checkboxes] .textbox:focus {
    color: #555555;
    background-color: #fff;
    border-color: #8cb8df;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25); }
  .form-control::placeholder, *[data-control=collapsible-checkboxes] .textbox::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, *[data-control=collapsible-checkboxes] .textbox:disabled, .form-control[readonly], *[data-control=collapsible-checkboxes] [readonly].textbox {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control, *[data-control=collapsible-checkboxes] input[type="date"].textbox,
input[type="time"].form-control,
*[data-control=collapsible-checkboxes] input[type="time"].textbox,
input[type="datetime-local"].form-control,
*[data-control=collapsible-checkboxes] input[type="datetime-local"].textbox,
input[type="month"].form-control,
*[data-control=collapsible-checkboxes] input[type="month"].textbox {
  appearance: none; }

select.form-control:focus::-ms-value, *[data-control=collapsible-checkboxes] select.textbox:focus::-ms-value {
  color: #555555;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.42857; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.42857;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], *[data-control=collapsible-checkboxes] select[size].textbox, select.form-control[multiple], *[data-control=collapsible-checkboxes] select[multiple].textbox {
  height: auto; }

textarea.form-control, *[data-control=collapsible-checkboxes] textarea.textbox {
  height: auto; }

.form-group {
  margin-bottom: 15px; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.4rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .was-validated *[data-control=collapsible-checkboxes] .textbox:valid, *[data-control=collapsible-checkboxes] .was-validated .textbox:valid, .form-control.is-valid, *[data-control=collapsible-checkboxes] .is-valid.textbox {
  border-color: #28a745;
  padding-right: calc(1.42857em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35714em + 0.1875rem) center;
  background-size: calc(0.71429em + 0.375rem) calc(0.71429em + 0.375rem); }
  .was-validated .form-control:valid:focus, .was-validated *[data-control=collapsible-checkboxes] .textbox:valid:focus, *[data-control=collapsible-checkboxes] .was-validated .textbox:valid:focus, .form-control.is-valid:focus, *[data-control=collapsible-checkboxes] .is-valid.textbox:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, .was-validated *[data-control=collapsible-checkboxes] textarea.textbox:valid, *[data-control=collapsible-checkboxes] .was-validated textarea.textbox:valid, textarea.form-control.is-valid, *[data-control=collapsible-checkboxes] textarea.is-valid.textbox {
  padding-right: calc(1.42857em + 0.75rem);
  background-position: top calc(0.35714em + 0.1875rem) right calc(0.35714em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.71429em + 0.375rem) calc(0.71429em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.4rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .was-validated *[data-control=collapsible-checkboxes] .textbox:invalid, *[data-control=collapsible-checkboxes] .was-validated .textbox:invalid, .form-control.is-invalid, *[data-control=collapsible-checkboxes] .is-invalid.textbox {
  border-color: #dc3545;
  padding-right: calc(1.42857em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35714em + 0.1875rem) center;
  background-size: calc(0.71429em + 0.375rem) calc(0.71429em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .was-validated *[data-control=collapsible-checkboxes] .textbox:invalid:focus, *[data-control=collapsible-checkboxes] .was-validated .textbox:invalid:focus, .form-control.is-invalid:focus, *[data-control=collapsible-checkboxes] .is-invalid.textbox:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, .was-validated *[data-control=collapsible-checkboxes] textarea.textbox:invalid, *[data-control=collapsible-checkboxes] .was-validated textarea.textbox:invalid, textarea.form-control.is-invalid, *[data-control=collapsible-checkboxes] textarea.is-invalid.textbox {
  padding-right: calc(1.42857em + 0.75rem);
  background-position: top calc(0.35714em + 0.1875rem) right calc(0.35714em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.71429em + 0.375rem) calc(0.71429em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline *[data-control=collapsible-checkboxes] .textbox, *[data-control=collapsible-checkboxes] .form-inline .textbox {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .radio-list label, .select-grid-cols .cancel, .select-grid-cols .apply {
  display: inline-block;
  font-weight: normal;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.42857;
  border-radius: 0.4rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .radio-list label, .select-grid-cols .cancel, .select-grid-cols .apply {
      transition: none; } }
  .btn:hover, .radio-list label:hover, .select-grid-cols .cancel:hover, .select-grid-cols .apply:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .radio-list label:focus, .select-grid-cols .cancel:focus, .select-grid-cols .apply:focus, .btn.focus, .radio-list label.focus, .select-grid-cols .focus.cancel, .select-grid-cols .focus.apply {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25); }
  .btn.disabled, .radio-list label.disabled, .select-grid-cols .disabled.cancel, .select-grid-cols .disabled.apply, .btn:disabled, .radio-list label:disabled, .select-grid-cols .cancel:disabled, .select-grid-cols .apply:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .radio-list label:not(:disabled):not(.disabled), .select-grid-cols .cancel:not(:disabled):not(.disabled), .select-grid-cols .apply:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled, .select-grid-cols a.disabled.cancel, .select-grid-cols a.disabled.apply,
fieldset:disabled a.btn,
fieldset:disabled .select-grid-cols a.cancel, .select-grid-cols
fieldset:disabled a.cancel,
fieldset:disabled .select-grid-cols a.apply, .select-grid-cols
fieldset:disabled a.apply {
  pointer-events: none; }

.btn-primary, .select-grid-cols .apply {
  color: #212529;
  background-color: orange;
  border-color: orange; }
  .btn-primary:hover, .select-grid-cols .apply:hover {
    color: #fff;
    background-color: #d98c00;
    border-color: #cc8400; }
  .btn-primary:focus, .select-grid-cols .apply:focus, .btn-primary.focus, .select-grid-cols .focus.apply {
    color: #fff;
    background-color: #d98c00;
    border-color: #cc8400;
    box-shadow: 0 0 0 0.2rem rgba(222, 146, 6, 0.5); }
  .btn-primary.disabled, .select-grid-cols .disabled.apply, .btn-primary:disabled, .select-grid-cols .apply:disabled {
    color: #212529;
    background-color: orange;
    border-color: orange; }
  .btn-primary:not(:disabled):not(.disabled):active, .select-grid-cols .apply:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .select-grid-cols .apply:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle, .select-grid-cols
  .show > .dropdown-toggle.apply {
    color: #fff;
    background-color: #cc8400;
    border-color: #bf7c00; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .select-grid-cols .apply:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .select-grid-cols .apply:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus, .select-grid-cols
    .show > .dropdown-toggle.apply:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 146, 6, 0.5); }

.btn-secondary, .select-grid-cols .cancel {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover, .select-grid-cols .cancel:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .select-grid-cols .cancel:focus, .btn-secondary.focus, .select-grid-cols .focus.cancel {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .select-grid-cols .disabled.cancel, .btn-secondary:disabled, .select-grid-cols .cancel:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .select-grid-cols .cancel:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .select-grid-cols .cancel:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle, .select-grid-cols
  .show > .dropdown-toggle.cancel {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .select-grid-cols .cancel:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .select-grid-cols .cancel:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus, .select-grid-cols
    .show > .dropdown-toggle.cancel:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .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.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .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.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .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.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .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.2rem rgba(225, 83, 97, 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.2rem 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.2rem 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.2rem 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.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: orange;
  border-color: orange; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: orange;
    border-color: orange; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: orange;
    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: #212529;
    background-color: orange;
    border-color: orange; }
    .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.2rem rgba(255, 165, 0, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    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: #6c757d;
    border-color: #6c757d; }
    .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.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    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: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .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.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    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: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .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.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    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: #ffc107;
    border-color: #ffc107; }
    .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.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    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: #dc3545;
    border-color: #dc3545; }
    .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.2rem rgba(220, 53, 69, 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.2rem 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.2rem 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.2rem 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.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: orange;
  text-decoration: none; }
  .btn-link:hover {
    color: #b37400;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #777777;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .radio-list .btn-group-lg > label, .select-grid-cols .btn-group-lg > .cancel, .select-grid-cols .btn-group-lg > .apply {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .radio-list .btn-group-sm > label, .select-grid-cols .cancel, .select-grid-cols .apply {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.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%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(59, 59, 59, 0.15);
  border-radius: 0.4rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: var(--color-primary-75); }
  .dropdown-item.active, .dropdown-item:active {
    color: #555555;
    text-decoration: none;
    background-color: var(--color-primary-75); }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .radio-list .btn-group > label, .select-grid-cols .btn-group > .cancel, .select-grid-cols .btn-group > .apply,
  .btn-group-vertical > .btn, .radio-list
  .btn-group-vertical > label, .select-grid-cols
  .btn-group-vertical > .cancel, .select-grid-cols
  .btn-group-vertical > .apply {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover, .radio-list .btn-group > label:hover, .select-grid-cols .btn-group > .cancel:hover, .select-grid-cols .btn-group > .apply:hover,
    .btn-group-vertical > .btn:hover, .radio-list
    .btn-group-vertical > label:hover, .select-grid-cols
    .btn-group-vertical > .cancel:hover, .select-grid-cols
    .btn-group-vertical > .apply:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .radio-list .btn-group > label:focus, .select-grid-cols .btn-group > .cancel:focus, .select-grid-cols .btn-group > .apply:focus, .btn-group > .btn:active, .radio-list .btn-group > label:active, .select-grid-cols .btn-group > .cancel:active, .select-grid-cols .btn-group > .apply:active, .btn-group > .btn.active, .radio-list .btn-group > label.active, .select-grid-cols .btn-group > .active.cancel, .select-grid-cols .btn-group > .active.apply,
    .btn-group-vertical > .btn:focus, .radio-list
    .btn-group-vertical > label:focus, .select-grid-cols
    .btn-group-vertical > .cancel:focus, .select-grid-cols
    .btn-group-vertical > .apply:focus,
    .btn-group-vertical > .btn:active, .radio-list
    .btn-group-vertical > label:active, .select-grid-cols
    .btn-group-vertical > .cancel:active, .select-grid-cols
    .btn-group-vertical > .apply:active,
    .btn-group-vertical > .btn.active, .radio-list
    .btn-group-vertical > label.active, .select-grid-cols
    .btn-group-vertical > .active.cancel, .select-grid-cols
    .btn-group-vertical > .active.apply {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .radio-list .btn-group > label:not(:first-child), .select-grid-cols .btn-group > .cancel:not(:first-child), .select-grid-cols .btn-group > .apply:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .radio-list .btn-group > label:not(:last-child):not(.dropdown-toggle), .select-grid-cols .btn-group > .cancel:not(:last-child):not(.dropdown-toggle), .select-grid-cols .btn-group > .apply:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn, .radio-list
.btn-group > .btn-group:not(:last-child) > label, .select-grid-cols
.btn-group > .btn-group:not(:last-child) > .cancel, .select-grid-cols
.btn-group > .btn-group:not(:last-child) > .apply {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .radio-list .btn-group > label:not(:first-child), .select-grid-cols .btn-group > .cancel:not(:first-child), .select-grid-cols .btn-group > .apply:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn, .radio-list
.btn-group > .btn-group:not(:first-child) > label, .select-grid-cols
.btn-group > .btn-group:not(:first-child) > .cancel, .select-grid-cols
.btn-group > .btn-group:not(:first-child) > .apply {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .radio-list .btn-group-sm > label + .dropdown-toggle-split, .select-grid-cols .btn-group-sm > .cancel + .dropdown-toggle-split, .select-grid-cols .btn-group-sm > .apply + .dropdown-toggle-split, .select-grid-cols .cancel + .dropdown-toggle-split, .select-grid-cols .apply + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .radio-list .btn-group-lg > label + .dropdown-toggle-split, .select-grid-cols .btn-group-lg > .cancel + .dropdown-toggle-split, .select-grid-cols .btn-group-lg > .apply + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn, .radio-list .btn-group-vertical > label, .select-grid-cols .btn-group-vertical > .cancel, .select-grid-cols .btn-group-vertical > .apply,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .radio-list .btn-group-vertical > label:not(:first-child), .select-grid-cols .btn-group-vertical > .cancel:not(:first-child), .select-grid-cols .btn-group-vertical > .apply:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .radio-list .btn-group-vertical > label:not(:last-child):not(.dropdown-toggle), .select-grid-cols .btn-group-vertical > .cancel:not(:last-child):not(.dropdown-toggle), .select-grid-cols .btn-group-vertical > .apply:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn, .radio-list
  .btn-group-vertical > .btn-group:not(:last-child) > label, .select-grid-cols
  .btn-group-vertical > .btn-group:not(:last-child) > .cancel, .select-grid-cols
  .btn-group-vertical > .btn-group:not(:last-child) > .apply {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .radio-list .btn-group-vertical > label:not(:first-child), .select-grid-cols .btn-group-vertical > .cancel:not(:first-child), .select-grid-cols .btn-group-vertical > .apply:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn, .radio-list
  .btn-group-vertical > .btn-group:not(:first-child) > label, .select-grid-cols
  .btn-group-vertical > .btn-group:not(:first-child) > .cancel, .select-grid-cols
  .btn-group-vertical > .btn-group:not(:first-child) > .apply {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .radio-list .btn-group-toggle > label, .select-grid-cols .btn-group-toggle > .cancel, .select-grid-cols .btn-group-toggle > .apply,
.btn-group-toggle > .btn-group > .btn, .radio-list
.btn-group-toggle > .btn-group > label, .select-grid-cols
.btn-group-toggle > .btn-group > .cancel, .select-grid-cols
.btn-group-toggle > .btn-group > .apply {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .radio-list .btn-group-toggle > label input[type="radio"], .select-grid-cols .btn-group-toggle > .cancel input[type="radio"], .select-grid-cols .btn-group-toggle > .apply input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"], .radio-list
  .btn-group-toggle > label input[type="checkbox"], .select-grid-cols
  .btn-group-toggle > .cancel input[type="checkbox"], .select-grid-cols
  .btn-group-toggle > .apply input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"], .radio-list
  .btn-group-toggle > .btn-group > label input[type="radio"], .select-grid-cols
  .btn-group-toggle > .btn-group > .cancel input[type="radio"], .select-grid-cols
  .btn-group-toggle > .btn-group > .apply input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .radio-list
  .btn-group-toggle > .btn-group > label input[type="checkbox"], .select-grid-cols
  .btn-group-toggle > .btn-group > .cancel input[type="checkbox"], .select-grid-cols
  .btn-group-toggle > .btn-group > .apply input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, *[data-control=collapsible-checkboxes] .input-group > .textbox,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, *[data-control=collapsible-checkboxes] .input-group > .textbox + .form-control, *[data-control=collapsible-checkboxes] .input-group > .form-control + .textbox, *[data-control=collapsible-checkboxes] .input-group > .textbox + .textbox,
    .input-group > .form-control + .custom-select, *[data-control=collapsible-checkboxes]
    .input-group > .textbox + .custom-select,
    .input-group > .form-control + .custom-file, *[data-control=collapsible-checkboxes]
    .input-group > .textbox + .custom-file,
    .input-group > .form-control-plaintext + .form-control, *[data-control=collapsible-checkboxes]
    .input-group > .form-control-plaintext + .textbox,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control, *[data-control=collapsible-checkboxes]
    .input-group > .custom-select + .textbox,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control, *[data-control=collapsible-checkboxes]
    .input-group > .custom-file + .textbox,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, *[data-control=collapsible-checkboxes] .input-group > .textbox:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child), *[data-control=collapsible-checkboxes] .input-group > .textbox:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child), *[data-control=collapsible-checkboxes] .input-group:not(.has-validation) > .textbox:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3), *[data-control=collapsible-checkboxes] .input-group.has-validation > .textbox:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .radio-list label, .radio-list .input-group-prepend label, .input-group-prepend .select-grid-cols .cancel, .select-grid-cols .input-group-prepend .cancel, .input-group-prepend .select-grid-cols .apply, .select-grid-cols .input-group-prepend .apply,
  .input-group-append .btn,
  .input-group-append .radio-list label, .radio-list
  .input-group-append label,
  .input-group-append .select-grid-cols .cancel, .select-grid-cols
  .input-group-append .cancel,
  .input-group-append .select-grid-cols .apply, .select-grid-cols
  .input-group-append .apply {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend .radio-list label:focus, .radio-list .input-group-prepend label:focus, .input-group-prepend .select-grid-cols .cancel:focus, .select-grid-cols .input-group-prepend .cancel:focus, .input-group-prepend .select-grid-cols .apply:focus, .select-grid-cols .input-group-prepend .apply:focus,
    .input-group-append .btn:focus,
    .input-group-append .radio-list label:focus, .radio-list
    .input-group-append label:focus,
    .input-group-append .select-grid-cols .cancel:focus, .select-grid-cols
    .input-group-append .cancel:focus,
    .input-group-append .select-grid-cols .apply:focus, .select-grid-cols
    .input-group-append .apply:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend .radio-list label + .btn, .radio-list .input-group-prepend label + .btn, .input-group-prepend .select-grid-cols .cancel + .btn, .select-grid-cols .input-group-prepend .cancel + .btn, .input-group-prepend .select-grid-cols .apply + .btn, .select-grid-cols .input-group-prepend .apply + .btn, .input-group-prepend .radio-list .btn + label, .radio-list .input-group-prepend .btn + label, .input-group-prepend .radio-list label + label, .radio-list .input-group-prepend label + label, .input-group-prepend .select-grid-cols .radio-list .cancel + label, .radio-list .input-group-prepend .select-grid-cols .cancel + label, .select-grid-cols .input-group-prepend .radio-list .cancel + label, .radio-list .select-grid-cols .input-group-prepend .cancel + label, .input-group-prepend .select-grid-cols .radio-list .apply + label, .radio-list .input-group-prepend .select-grid-cols .apply + label, .select-grid-cols .input-group-prepend .radio-list .apply + label, .radio-list .select-grid-cols .input-group-prepend .apply + label, .input-group-prepend .select-grid-cols .btn + .cancel, .select-grid-cols .input-group-prepend .btn + .cancel, .input-group-prepend .radio-list .select-grid-cols label + .cancel, .select-grid-cols .input-group-prepend .radio-list label + .cancel, .radio-list .input-group-prepend .select-grid-cols label + .cancel, .select-grid-cols .radio-list .input-group-prepend label + .cancel, .input-group-prepend .select-grid-cols .cancel + .cancel, .select-grid-cols .input-group-prepend .cancel + .cancel, .input-group-prepend .select-grid-cols .apply + .cancel, .select-grid-cols .input-group-prepend .apply + .cancel, .input-group-prepend .select-grid-cols .btn + .apply, .select-grid-cols .input-group-prepend .btn + .apply, .input-group-prepend .radio-list .select-grid-cols label + .apply, .select-grid-cols .input-group-prepend .radio-list label + .apply, .radio-list .input-group-prepend .select-grid-cols label + .apply, .select-grid-cols .radio-list .input-group-prepend label + .apply, .input-group-prepend .select-grid-cols .cancel + .apply, .select-grid-cols .input-group-prepend .cancel + .apply, .input-group-prepend .select-grid-cols .apply + .apply, .select-grid-cols .input-group-prepend .apply + .apply,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .radio-list label + .input-group-text, .radio-list
  .input-group-prepend label + .input-group-text,
  .input-group-prepend .select-grid-cols .cancel + .input-group-text, .select-grid-cols
  .input-group-prepend .cancel + .input-group-text,
  .input-group-prepend .select-grid-cols .apply + .input-group-text, .select-grid-cols
  .input-group-prepend .apply + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .radio-list .input-group-text + label, .radio-list
  .input-group-prepend .input-group-text + label,
  .input-group-prepend .select-grid-cols .input-group-text + .cancel, .select-grid-cols
  .input-group-prepend .input-group-text + .cancel,
  .input-group-prepend .select-grid-cols .input-group-text + .apply, .select-grid-cols
  .input-group-prepend .input-group-text + .apply,
  .input-group-append .btn + .btn,
  .input-group-append .radio-list label + .btn, .radio-list
  .input-group-append label + .btn,
  .input-group-append .select-grid-cols .cancel + .btn, .select-grid-cols
  .input-group-append .cancel + .btn,
  .input-group-append .select-grid-cols .apply + .btn, .select-grid-cols
  .input-group-append .apply + .btn,
  .input-group-append .radio-list .btn + label, .radio-list
  .input-group-append .btn + label,
  .input-group-append .radio-list label + label, .radio-list
  .input-group-append label + label,
  .input-group-append .select-grid-cols .radio-list .cancel + label, .radio-list
  .input-group-append .select-grid-cols .cancel + label, .select-grid-cols
  .input-group-append .radio-list .cancel + label, .radio-list .select-grid-cols
  .input-group-append .cancel + label,
  .input-group-append .select-grid-cols .radio-list .apply + label, .radio-list
  .input-group-append .select-grid-cols .apply + label, .select-grid-cols
  .input-group-append .radio-list .apply + label, .radio-list .select-grid-cols
  .input-group-append .apply + label,
  .input-group-append .select-grid-cols .btn + .cancel, .select-grid-cols
  .input-group-append .btn + .cancel,
  .input-group-append .radio-list .select-grid-cols label + .cancel, .select-grid-cols
  .input-group-append .radio-list label + .cancel, .radio-list
  .input-group-append .select-grid-cols label + .cancel, .select-grid-cols .radio-list
  .input-group-append label + .cancel,
  .input-group-append .select-grid-cols .cancel + .cancel, .select-grid-cols
  .input-group-append .cancel + .cancel,
  .input-group-append .select-grid-cols .apply + .cancel, .select-grid-cols
  .input-group-append .apply + .cancel,
  .input-group-append .select-grid-cols .btn + .apply, .select-grid-cols
  .input-group-append .btn + .apply,
  .input-group-append .radio-list .select-grid-cols label + .apply, .select-grid-cols
  .input-group-append .radio-list label + .apply, .radio-list
  .input-group-append .select-grid-cols label + .apply, .select-grid-cols .radio-list
  .input-group-append label + .apply,
  .input-group-append .select-grid-cols .cancel + .apply, .select-grid-cols
  .input-group-append .cancel + .apply,
  .input-group-append .select-grid-cols .apply + .apply, .select-grid-cols
  .input-group-append .apply + .apply,
  .input-group-append .btn + .input-group-text,
  .input-group-append .radio-list label + .input-group-text, .radio-list
  .input-group-append label + .input-group-text,
  .input-group-append .select-grid-cols .cancel + .input-group-text, .select-grid-cols
  .input-group-append .cancel + .input-group-text,
  .input-group-append .select-grid-cols .apply + .input-group-text, .select-grid-cols
  .input-group-append .apply + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .radio-list .input-group-text + label, .radio-list
  .input-group-append .input-group-text + label,
  .input-group-append .select-grid-cols .input-group-text + .cancel, .select-grid-cols
  .input-group-append .input-group-text + .cancel,
  .input-group-append .select-grid-cols .input-group-text + .apply, .select-grid-cols
  .input-group-append .input-group-text + .apply {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #555555;
  text-align: center;
  white-space: nowrap;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0.4rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea), *[data-control=collapsible-checkboxes] .input-group-lg > .textbox:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control, *[data-control=collapsible-checkboxes] .input-group-lg > .textbox,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn, .radio-list
.input-group-lg > .input-group-prepend > label, .select-grid-cols
.input-group-lg > .input-group-prepend > .cancel, .select-grid-cols
.input-group-lg > .input-group-prepend > .apply,
.input-group-lg > .input-group-append > .btn, .radio-list
.input-group-lg > .input-group-append > label, .select-grid-cols
.input-group-lg > .input-group-append > .cancel, .select-grid-cols
.input-group-lg > .input-group-append > .apply {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea), *[data-control=collapsible-checkboxes] .input-group-sm > .textbox:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control, *[data-control=collapsible-checkboxes] .input-group-sm > .textbox,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn, .radio-list
.input-group-sm > .input-group-prepend > label, .select-grid-cols
.input-group-sm > .input-group-prepend > .cancel, .select-grid-cols
.input-group-sm > .input-group-prepend > .apply,
.input-group-sm > .input-group-append > .btn, .radio-list
.input-group-sm > .input-group-append > label, .select-grid-cols
.input-group-sm > .input-group-append > .cancel, .select-grid-cols
.input-group-sm > .input-group-append > .apply {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn, .radio-list .input-group > .input-group-prepend > label, .select-grid-cols .input-group > .input-group-prepend > .cancel, .select-grid-cols .input-group > .input-group-prepend > .apply,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .radio-list
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > label, .select-grid-cols
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .cancel, .select-grid-cols
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .apply,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn, .radio-list
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > label, .select-grid-cols
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .cancel, .select-grid-cols
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .apply,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .radio-list
.input-group > .input-group-append:last-child > label:not(:last-child):not(.dropdown-toggle), .select-grid-cols
.input-group > .input-group-append:last-child > .cancel:not(:last-child):not(.dropdown-toggle), .select-grid-cols
.input-group > .input-group-append:last-child > .apply:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .radio-list .input-group > .input-group-append > label, .select-grid-cols .input-group > .input-group-append > .cancel, .select-grid-cols .input-group > .input-group-append > .apply,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn, .radio-list
.input-group > .input-group-prepend:not(:first-child) > label, .select-grid-cols
.input-group > .input-group-prepend:not(:first-child) > .cancel, .select-grid-cols
.input-group > .input-group-prepend:not(:first-child) > .apply,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child), .radio-list
.input-group > .input-group-prepend:first-child > label:not(:first-child), .select-grid-cols
.input-group > .input-group-prepend:first-child > .cancel:not(:first-child), .select-grid-cols
.input-group > .input-group-prepend:first-child > .apply:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.42857rem;
  padding-left: 1.5rem;
  color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.21429rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #337ab7;
    background-color: #337ab7; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #8cb8df; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b4d1ea;
    border-color: #b4d1ea; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.21429rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.21429rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.4rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #337ab7;
  background-color: #337ab7; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 165, 0, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 165, 0, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 165, 0, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.21429rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(255, 165, 0, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.42857em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #8cb8df;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25); }
    .custom-select:focus::-ms-value {
      color: #555555;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #555555; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.42857em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.42857em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #8cb8df;
    box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.42857em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.4rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.42857em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.42857;
    color: #555555;
    content: "Browse";
    background-color: #eeeeee;
    border-left: inherit;
    border-radius: 0 0.4rem 0.4rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(51, 122, 183, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(51, 122, 183, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(51, 122, 183, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #337ab7;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b4d1ea; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #337ab7;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b4d1ea; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #337ab7;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b4d1ea; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav, form .form-body .form-tabs-header {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link, .navbar-nav > li > li > a {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .navbar-nav > li > li > a:hover, .nav-link:focus, .navbar-nav > li > li > a:focus {
    text-decoration: none; }
  .nav-link.disabled, .navbar-nav > li > li > a.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs, form .form-body .form-tabs-header {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link, form .form-body .form-tabs-header .nav-link, .nav-tabs .navbar-nav > li > li > a, form .form-body .form-tabs-header .navbar-nav > li > li > a {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem; }
    .nav-tabs .nav-link:hover, form .form-body .form-tabs-header .nav-link:hover, .nav-tabs .navbar-nav > li > li > a:hover, form .form-body .form-tabs-header .navbar-nav > li > li > a:hover, .nav-tabs .nav-link:focus, form .form-body .form-tabs-header .nav-link:focus, .nav-tabs .navbar-nav > li > li > a:focus, form .form-body .form-tabs-header .navbar-nav > li > li > a:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled, form .form-body .form-tabs-header .nav-link.disabled, .nav-tabs .navbar-nav > li > li > a.disabled, form .form-body .form-tabs-header .navbar-nav > li > li > a.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, form .form-body .form-tabs-header .nav-link.active, .nav-tabs .navbar-nav > li > li > a.active, form .form-body .form-tabs-header .navbar-nav > li > li > a.active,
  .nav-tabs .nav-item.show .nav-link, form .form-body .form-tabs-header .nav-item.show .nav-link,
  .nav-tabs .navbar-nav > li.show .nav-link, form .form-body .form-tabs-header .navbar-nav > li.show .nav-link,
  .nav-tabs .nav-item.show .navbar-nav > li > li > a, form .form-body .form-tabs-header .nav-item.show .navbar-nav > li > li > a,
  .nav-tabs .navbar-nav > li.show .navbar-nav > li > li > a, form .form-body .form-tabs-header .navbar-nav > li.show .navbar-nav > li > li > a {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu, form .form-body .form-tabs-header .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link, .nav-pills .navbar-nav > li > li > a {
  border-radius: 0.4rem; }

.nav-pills .nav-link.active, .nav-pills .navbar-nav > li > li > a.active,
.nav-pills .show > .nav-link,
.nav-pills .navbar-nav > li > li.show > a {
  color: #fff;
  background-color: #337ab7; }

.nav-fill > .nav-link, .navbar-nav > li > li.nav-fill > a,
.nav-fill .nav-item,
.nav-fill .navbar-nav > li {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link, .navbar-nav > li > li.nav-justified > a,
.nav-justified .nav-item,
.nav-justified .navbar-nav > li {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.32143rem;
  padding-bottom: 0.32143rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link, .navbar-nav > li > li > a {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.4rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav > li > li > a {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav > li > li > a {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav > li > li > a {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav > li > li > a {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav > li > li > a {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(59, 59, 59, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(59, 59, 59, 0.9); }

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav > li > li > a {
  color: rgba(59, 59, 59, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav > li > li > a:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav > li > li > a:focus {
    color: rgba(59, 59, 59, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav > li > li > a.disabled {
    color: rgba(59, 59, 59, 0.3); }

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav > li > li.show > a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav > li > li.active > a,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav > li > li > a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav > li > li > a.active {
  color: rgba(59, 59, 59, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(59, 59, 59, 0.5);
  border-color: rgba(59, 59, 59, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2859, 59, 59, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(59, 59, 59, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(59, 59, 59, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(59, 59, 59, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav > li > li > a {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav > li > li > a:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav > li > li > a:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav > li > li > a.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav > li > li.show > a,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav > li > li.active > a,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav > li > li > a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav > li > li > a.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(59, 59, 59, 0.125);
  border-radius: 0.4rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.4rem - 1px);
      border-top-right-radius: calc(0.4rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.4rem - 1px);
      border-bottom-left-radius: calc(0.4rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(59, 59, 59, 0.03);
  border-bottom: 1px solid rgba(59, 59, 59, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.4rem - 1px) calc(0.4rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(59, 59, 59, 0.03);
  border-top: 1px solid rgba(59, 59, 59, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.4rem - 1px) calc(0.4rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.4rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.4rem - 1px);
  border-top-right-radius: calc(0.4rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.4rem - 1px);
  border-bottom-left-radius: calc(0.4rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.4rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.4rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #FF4367;
  background-color: #fff;
  border: 1px solid #ffd9e1; }
  .page-link:hover {
    z-index: 2;
    color: #b37400;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 122, 183, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem; }

.page-item.active .page-link {
  z-index: 3;
  color: var(--White-Color);
  background-color: #337ab7;
  border-color: #337ab7; }

.page-item.disabled .page-link {
  color: #A5A5A5;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.4rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge, .radio-list label .badge, .select-grid-cols .cancel .badge, .select-grid-cols .apply .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #212529;
  background-color: orange; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #212529;
    background-color: #cc8400; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #a1721c;
  background-color: #ffedcc;
  border-color: #ffe6b8; }
  .alert-primary hr {
    border-top-color: #ffdd9f; }
  .alert-primary .alert-link {
    color: #765314; }

.alert-secondary {
  color: #54595d;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #3c3f42; }

.alert-success {
  color: #317340;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #224f2c; }

.alert-info {
  color: #28717c;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #1c4e55; }

.alert-warning {
  color: #a18120;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #765f18; }

.alert-danger {
  color: #8f3840;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #6a2a30; }

.alert-light {
  color: #9d9e9e;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #838585; }

.alert-dark {
  color: #373a3e;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #1f2123; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.4rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: orange;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.4rem; }

.list-group-item-action, .navbar > .nav.flex-column > li, form .form-body .navbar > .flex-column.form-tabs-header > li {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .navbar > .nav.flex-column > li:hover, form .form-body .navbar > .flex-column.form-tabs-header > li:hover, .list-group-item-action:focus, .navbar > .nav.flex-column > li:focus, form .form-body .navbar > .flex-column.form-tabs-header > li:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active, .navbar > .nav.flex-column > li:active, form .form-body .navbar > .flex-column.form-tabs-header > li:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item, .navbar > .nav.flex-column > li, form .form-body .navbar > .flex-column.form-tabs-header > li {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(59, 59, 59, 0.125); }
  .list-group-item:first-child, .navbar > .nav.flex-column > li:first-child, form .form-body .navbar > .flex-column.form-tabs-header > li:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child, .navbar > .nav.flex-column > li:last-child, form .form-body .navbar > .flex-column.form-tabs-header > li:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .navbar > .nav.flex-column > li.disabled, form .form-body .navbar > .flex-column.form-tabs-header > li.disabled, .list-group-item:disabled, .navbar > .nav.flex-column > li:disabled, form .form-body .navbar > .flex-column.form-tabs-header > li:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active, .navbar > .nav.flex-column > li.active, form .form-body .navbar > .flex-column.form-tabs-header > li.active {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
  .list-group-item + .list-group-item, .navbar > .nav.flex-column > li + .list-group-item, form .form-body .navbar > .flex-column.form-tabs-header > li + .list-group-item, .navbar > .nav.flex-column > .list-group-item + li, .navbar > .nav.flex-column > li + li, form .form-body .navbar > .flex-column.form-tabs-header > .list-group-item + li, form .form-body .navbar > .flex-column.form-tabs-header > li + li {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active, .navbar > .nav.flex-column > li + .list-group-item.active, form .form-body .navbar > .flex-column.form-tabs-header > li + .list-group-item.active, .navbar > .nav.flex-column > .list-group-item + li.active, .navbar > .nav.flex-column > li + li.active, form .form-body .navbar > .flex-column.form-tabs-header > .list-group-item + li.active, form .form-body .navbar > .flex-column.form-tabs-header > li + li.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child, .navbar > .nav.flex-column.list-group-horizontal > li:first-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal > li:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child, .navbar > .nav.flex-column.list-group-horizontal > li:last-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal > li:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal > li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal > li.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item, .navbar > .nav.flex-column.list-group-horizontal > li + .list-group-item, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal > li + .list-group-item, .navbar > .nav.flex-column.list-group-horizontal > .list-group-item + li, .navbar > .nav.flex-column.list-group-horizontal > li + li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal > .list-group-item + li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal > li + li {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal > li + .list-group-item.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal > li + .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal > .list-group-item + li.active, .navbar > .nav.flex-column.list-group-horizontal > li + li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal > .list-group-item + li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal > li + li.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child, .navbar > .nav.flex-column.list-group-horizontal-sm > li:first-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-sm > li:first-child {
      border-bottom-left-radius: 0.4rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child, .navbar > .nav.flex-column.list-group-horizontal-sm > li:last-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-sm > li:last-child {
      border-top-right-radius: 0.4rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-sm > li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-sm > li.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item, .navbar > .nav.flex-column.list-group-horizontal-sm > li + .list-group-item, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-sm > li + .list-group-item, .navbar > .nav.flex-column.list-group-horizontal-sm > .list-group-item + li, .navbar > .nav.flex-column.list-group-horizontal-sm > li + li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-sm > .list-group-item + li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-sm > li + li {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-sm > li + .list-group-item.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-sm > li + .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-sm > .list-group-item + li.active, .navbar > .nav.flex-column.list-group-horizontal-sm > li + li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-sm > .list-group-item + li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-sm > li + li.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child, .navbar > .nav.flex-column.list-group-horizontal-md > li:first-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-md > li:first-child {
      border-bottom-left-radius: 0.4rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child, .navbar > .nav.flex-column.list-group-horizontal-md > li:last-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-md > li:last-child {
      border-top-right-radius: 0.4rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-md > li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-md > li.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item, .navbar > .nav.flex-column.list-group-horizontal-md > li + .list-group-item, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-md > li + .list-group-item, .navbar > .nav.flex-column.list-group-horizontal-md > .list-group-item + li, .navbar > .nav.flex-column.list-group-horizontal-md > li + li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-md > .list-group-item + li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-md > li + li {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-md > li + .list-group-item.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-md > li + .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-md > .list-group-item + li.active, .navbar > .nav.flex-column.list-group-horizontal-md > li + li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-md > .list-group-item + li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-md > li + li.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child, .navbar > .nav.flex-column.list-group-horizontal-lg > li:first-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-lg > li:first-child {
      border-bottom-left-radius: 0.4rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child, .navbar > .nav.flex-column.list-group-horizontal-lg > li:last-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-lg > li:last-child {
      border-top-right-radius: 0.4rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-lg > li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-lg > li.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item, .navbar > .nav.flex-column.list-group-horizontal-lg > li + .list-group-item, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-lg > li + .list-group-item, .navbar > .nav.flex-column.list-group-horizontal-lg > .list-group-item + li, .navbar > .nav.flex-column.list-group-horizontal-lg > li + li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-lg > .list-group-item + li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-lg > li + li {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-lg > li + .list-group-item.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-lg > li + .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-lg > .list-group-item + li.active, .navbar > .nav.flex-column.list-group-horizontal-lg > li + li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-lg > .list-group-item + li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-lg > li + li.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child, .navbar > .nav.flex-column.list-group-horizontal-xl > li:first-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-xl > li:first-child {
      border-bottom-left-radius: 0.4rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child, .navbar > .nav.flex-column.list-group-horizontal-xl > li:last-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-xl > li:last-child {
      border-top-right-radius: 0.4rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-xl > li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-xl > li.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item, .navbar > .nav.flex-column.list-group-horizontal-xl > li + .list-group-item, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-xl > li + .list-group-item, .navbar > .nav.flex-column.list-group-horizontal-xl > .list-group-item + li, .navbar > .nav.flex-column.list-group-horizontal-xl > li + li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-xl > .list-group-item + li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-xl > li + li {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-xl > li + .list-group-item.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-xl > li + .list-group-item.active, .navbar > .nav.flex-column.list-group-horizontal-xl > .list-group-item + li.active, .navbar > .nav.flex-column.list-group-horizontal-xl > li + li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-xl > .list-group-item + li.active, form .form-body .navbar > .flex-column.form-tabs-header.list-group-horizontal-xl > li + li.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item, .navbar > .nav.flex-column.list-group-flush > li, form .form-body .navbar > .flex-column.form-tabs-header.list-group-flush > li {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child, .navbar > .nav.flex-column.list-group-flush > li:last-child, form .form-body .navbar > .flex-column.form-tabs-header.list-group-flush > li:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #a1721c;
  background-color: #ffe6b8; }
  .list-group-item-primary.list-group-item-action:hover, .navbar > .nav.flex-column > li.list-group-item-primary:hover, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-primary:hover, .list-group-item-primary.list-group-item-action:focus, .navbar > .nav.flex-column > li.list-group-item-primary:focus, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-primary:focus {
    color: #a1721c;
    background-color: #ffdd9f; }
  .list-group-item-primary.list-group-item-action.active, .navbar > .nav.flex-column > li.list-group-item-primary.active, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-primary.active {
    color: #fff;
    background-color: #a1721c;
    border-color: #a1721c; }

.list-group-item-secondary {
  color: #54595d;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .navbar > .nav.flex-column > li.list-group-item-secondary:hover, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-secondary:hover, .list-group-item-secondary.list-group-item-action:focus, .navbar > .nav.flex-column > li.list-group-item-secondary:focus, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-secondary:focus {
    color: #54595d;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active, .navbar > .nav.flex-column > li.list-group-item-secondary.active, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-secondary.active {
    color: #fff;
    background-color: #54595d;
    border-color: #54595d; }

.list-group-item-success {
  color: #317340;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .navbar > .nav.flex-column > li.list-group-item-success:hover, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-success:hover, .list-group-item-success.list-group-item-action:focus, .navbar > .nav.flex-column > li.list-group-item-success:focus, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-success:focus {
    color: #317340;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active, .navbar > .nav.flex-column > li.list-group-item-success.active, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-success.active {
    color: #fff;
    background-color: #317340;
    border-color: #317340; }

.list-group-item-info {
  color: #28717c;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .navbar > .nav.flex-column > li.list-group-item-info:hover, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-info:hover, .list-group-item-info.list-group-item-action:focus, .navbar > .nav.flex-column > li.list-group-item-info:focus, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-info:focus {
    color: #28717c;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active, .navbar > .nav.flex-column > li.list-group-item-info.active, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-info.active {
    color: #fff;
    background-color: #28717c;
    border-color: #28717c; }

.list-group-item-warning {
  color: #a18120;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .navbar > .nav.flex-column > li.list-group-item-warning:hover, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-warning:hover, .list-group-item-warning.list-group-item-action:focus, .navbar > .nav.flex-column > li.list-group-item-warning:focus, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-warning:focus {
    color: #a18120;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active, .navbar > .nav.flex-column > li.list-group-item-warning.active, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-warning.active {
    color: #fff;
    background-color: #a18120;
    border-color: #a18120; }

.list-group-item-danger {
  color: #8f3840;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .navbar > .nav.flex-column > li.list-group-item-danger:hover, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-danger:hover, .list-group-item-danger.list-group-item-action:focus, .navbar > .nav.flex-column > li.list-group-item-danger:focus, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-danger:focus {
    color: #8f3840;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active, .navbar > .nav.flex-column > li.list-group-item-danger.active, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-danger.active {
    color: #fff;
    background-color: #8f3840;
    border-color: #8f3840; }

.list-group-item-light {
  color: #9d9e9e;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .navbar > .nav.flex-column > li.list-group-item-light:hover, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-light:hover, .list-group-item-light.list-group-item-action:focus, .navbar > .nav.flex-column > li.list-group-item-light:focus, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-light:focus {
    color: #9d9e9e;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active, .navbar > .nav.flex-column > li.list-group-item-light.active, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-light.active {
    color: #fff;
    background-color: #9d9e9e;
    border-color: #9d9e9e; }

.list-group-item-dark {
  color: #373a3e;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .navbar > .nav.flex-column > li.list-group-item-dark:hover, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-dark:hover, .list-group-item-dark.list-group-item-action:focus, .navbar > .nav.flex-column > li.list-group-item-dark:focus, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-dark:focus {
    color: #373a3e;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active, .navbar > .nav.flex-column > li.list-group-item-dark.active, form .form-body .navbar > .flex-column.form-tabs-header > li.list-group-item-dark.active {
    color: #fff;
    background-color: #373a3e;
    border-color: #373a3e; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #3B3B3B;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #3B3B3B;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(59, 59, 59, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(59, 59, 59, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #3B3B3B; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #EDEDED;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #EDEDED;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #3B3B3B; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #3B3B3B; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #3B3B3B; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #3B3B3B; }

.tooltip-inner {
  max-width: 400px;
  padding: 0.25rem 0.5rem;
  color: var(--White-Color);
  text-align: center;
  background-color: #3B3B3B;
  border-radius: 0.4rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(59, 59, 59, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(59, 59, 59, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(59, 59, 59, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(59, 59, 59, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(59, 59, 59, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.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;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.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;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.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%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .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: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .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; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }

.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: orange !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #cc8400 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !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: 1px solid #EDEDED !important; }

.border-top {
  border-top: 1px solid #EDEDED !important; }

.border-right {
  border-right: 1px solid #EDEDED !important; }

.border-bottom {
  border-bottom: 1px solid #EDEDED !important; }

.border-left {
  border-left: 1px solid #EDEDED !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: orange !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !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.4rem !important; }

.rounded-top {
  border-top-left-radius: 0.4rem !important;
  border-top-right-radius: 0.4rem !important; }

.rounded-right {
  border-top-right-radius: 0.4rem !important;
  border-bottom-right-radius: 0.4rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.4rem !important;
  border-bottom-left-radius: 0.4rem !important; }

.rounded-left {
  border-top-left-radius: 0.4rem !important;
  border-bottom-left-radius: 0.4rem !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.85714%; }

.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.85714%; }

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

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

.user-select-none {
  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(59, 59, 59, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(59, 59, 59, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(59, 59, 59, 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, .dropped-submenu,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2,
.as-buttons-input .group-control input[type=radio] + label i,
.as-buttons-input .group-control input[type=checkbox] + label i {
  margin-right: 0.5rem !important; }

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

.ml-2,
.mx-2,
.as-buttons-input .group-control input[type=radio] + label i,
.as-buttons-input .group-control input[type=checkbox] + label i {
  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: 1.5rem !important; }

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 3rem !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, .as-buttons-input .group-control input[type=radio] + label,
.as-buttons-input .group-control input[type=checkbox] + label {
  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: 1.5rem !important; }

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

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

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

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

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

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

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

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

.pl-5,
.px-5 {
  padding-left: 3rem !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: -1.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

.mr-auto, .dropped-submenu,
.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: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !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: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !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: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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, .dropped-submenu,
  .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: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !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: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !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: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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: transparent; }

.text-monospace {
  font-family: Menlo, Monaco, Consolas, "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: orange !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #b37400 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !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, .btn.loading-action-result, .radio-list label.loading-action-result, .select-grid-cols .loading-action-result.cancel, .select-grid-cols .loading-action-result.apply, footer p {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(59, 59, 59, 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 print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn):not(.radio-list label):not(.select-grid-cols .cancel):not(.select-grid-cols .apply) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #3B3B3B; }
  .table, form .horizontal-subform table, .grid {
    border-collapse: collapse !important; }
    .table td, form .horizontal-subform table td, .grid td,
    .table th, form .horizontal-subform table th, .grid th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #EDEDED; }
  .table .thead-dark th, form .horizontal-subform table .thead-dark th, .grid .thead-dark th {
    color: inherit;
    border-color: #EDEDED; } }

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle; }
  .bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: space-between; }
    .bootstrap-select > .dropdown-toggle:after {
      margin-top: -1px; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .select-grid-cols .bootstrap-select > .dropdown-toggle.bs-placeholder.apply, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .select-grid-cols .bootstrap-select > .dropdown-toggle.bs-placeholder.apply:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .select-grid-cols .bootstrap-select > .dropdown-toggle.bs-placeholder.apply:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .select-grid-cols .bootstrap-select > .dropdown-toggle.bs-placeholder.apply:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .select-grid-cols .bootstrap-select > .dropdown-toggle.bs-placeholder.cancel, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .select-grid-cols .bootstrap-select > .dropdown-toggle.bs-placeholder.cancel:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .select-grid-cols .bootstrap-select > .dropdown-toggle.bs-placeholder.cancel:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .select-grid-cols .bootstrap-select > .dropdown-toggle.bs-placeholder.cancel:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
      color: rgba(255, 255, 255, 0.5); }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2 !important; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle,
  .bootstrap-select.is-invalid .dropdown-toggle,
  .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.is-valid .dropdown-toggle,
  .was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control, *[data-control=collapsible-checkboxes] .bootstrap-select.textbox {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto; }
  :not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]), *[data-control=collapsible-checkboxes] :not(.input-group) > .bootstrap-select.textbox:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn, *[data-control=collapsible-checkboxes] .bootstrap-select.input-group-btn.textbox {
    float: none;
    z-index: auto; }

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]),
.form-inline *[data-control=collapsible-checkboxes] .bootstrap-select.textbox:not([class*="col-"]), *[data-control=collapsible-checkboxes]
.form-inline .bootstrap-select.textbox:not([class*="col-"]) {
  width: auto; }

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.form-control, .form-group-lg *[data-control=collapsible-checkboxes] .bootstrap-select.textbox, *[data-control=collapsible-checkboxes] .form-group-lg .bootstrap-select.textbox,
.form-group-sm .bootstrap-select.form-control,
.form-group-sm *[data-control=collapsible-checkboxes] .bootstrap-select.textbox, *[data-control=collapsible-checkboxes]
.form-group-sm .bootstrap-select.textbox {
  padding: 0; }
  .form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-lg *[data-control=collapsible-checkboxes] .bootstrap-select.textbox .dropdown-toggle, *[data-control=collapsible-checkboxes] .form-group-lg .bootstrap-select.textbox .dropdown-toggle,
  .form-group-sm .bootstrap-select.form-control .dropdown-toggle,
  .form-group-sm *[data-control=collapsible-checkboxes] .bootstrap-select.textbox .dropdown-toggle, *[data-control=collapsible-checkboxes]
  .form-group-sm .bootstrap-select.textbox .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem; }

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem; }

.form-inline .bootstrap-select .form-control, .form-inline .bootstrap-select *[data-control=collapsible-checkboxes] .textbox, *[data-control=collapsible-checkboxes] .form-inline .bootstrap-select .textbox {
  width: 100%; }

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.disabled:focus,
  .bootstrap-select > .disabled:focus {
    outline: none !important; }

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto; }
  .bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit; }
  .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none; }
    .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
      padding-right: inherit; }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.input-group .bootstrap-select.form-control .dropdown-toggle, .input-group *[data-control=collapsible-checkboxes] .bootstrap-select.textbox .dropdown-toggle, *[data-control=collapsible-checkboxes] .input-group .bootstrap-select.textbox .dropdown-toggle {
  border-radius: inherit; }

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important; }
  .bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select .dropdown-menu li {
    position: relative; }
    .bootstrap-select .dropdown-menu li.active small {
      color: rgba(255, 255, 255, 0.5) !important; }
    .bootstrap-select .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select .dropdown-menu li a {
      cursor: pointer;
      user-select: none; }
      .bootstrap-select .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .bootstrap-select .dropdown-menu .notify.fadeOut {
      animation: 300ms linear 750ms forwards bs-notify-fadeOut; }

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline; }

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0'; }

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px; }

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg); }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control, .bs-searchbox *[data-control=collapsible-checkboxes] .textbox, *[data-control=collapsible-checkboxes] .bs-searchbox .textbox {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/*@import "../../../lib/@fortawesome/fontawesome-free/scss/fontawesome";
@import "../../../lib/@fortawesome/fontawesome-free/scss/brands"; // free
@import "../../../lib/@fortawesome/fontawesome-free/scss/solid"; // free*/
/*$font-size-base: 14px !default;*/
/*.btn-default {
    @include button-variant($btn-default-color, $btn-default-bg, $btn-default-border);
}

.btn-primary {
    @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
}
// Success appears as green
.btn-success {
    @include button-variant($btn-success-color, $btn-success-bg, $btn-success-border);
}
// Info appears as blue-green
.btn-info {
    @include button-variant($btn-info-color, $btn-info-bg, $btn-info-border);
}
// Warning appears as orange
.btn-warning {
    @include button-variant($btn-warning-color, $btn-warning-bg, $btn-warning-border);
}
// Danger and error appear as red
.btn-danger {
    @include button-variant($btn-danger-color, $btn-danger-bg, $btn-danger-border);
}*/
.btn-social, .btn-social-icon {
  position: relative;
  padding-left: 2.5rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .btn-social > :first-child, .btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1.75rem;
    line-height: 2.75rem;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
  .btn-social.btn-lg, .btn-group-lg > .btn-social.btn, .btn-group-lg > .btn.btn-social-icon, .radio-list .btn-group-lg > label.btn-social-icon, .select-grid-cols .btn-group-lg > .btn-social-icon.cancel, .select-grid-cols .btn-group-lg > .btn-social-icon.apply, .radio-list .btn-group-lg > label.btn-social, .select-grid-cols .btn-group-lg > .btn-social.cancel, .select-grid-cols .btn-group-lg > .btn-social.apply, .btn-lg.btn-social-icon {
    padding-left: 4.25rem; }
    .btn-social.btn-lg > :first-child, .btn-group-lg > .btn-social.btn > :first-child, .btn-group-lg > .btn.btn-social-icon > :first-child, .radio-list .btn-group-lg > label.btn-social-icon > :first-child, .select-grid-cols .btn-group-lg > .btn-social-icon.cancel > :first-child, .select-grid-cols .btn-group-lg > .btn-social-icon.apply > :first-child, .radio-list .btn-group-lg > label.btn-social > :first-child, .select-grid-cols .btn-group-lg > .btn-social.cancel > :first-child, .select-grid-cols .btn-group-lg > .btn-social.apply > :first-child, .btn-lg.btn-social-icon > :first-child {
      line-height: 3.25rem;
      width: 3.25rem;
      font-size: 1.8em; }
  .btn-social.btn-sm, .btn-group-sm > .btn-social.btn, .btn-group-sm > .btn.btn-social-icon, .radio-list .btn-group-sm > label.btn-social-icon, .radio-list .btn-group-sm > label.btn-social, .btn-sm.btn-social-icon, .select-grid-cols .btn-social-icon.cancel, .select-grid-cols .btn-social-icon.apply, .select-grid-cols .btn-social.cancel, .select-grid-cols .btn-social.apply {
    padding-left: 2.25rem; }
    .btn-social.btn-sm > :first-child, .btn-group-sm > .btn-social.btn > :first-child, .btn-group-sm > .btn.btn-social-icon > :first-child, .radio-list .btn-group-sm > label.btn-social-icon > :first-child, .select-grid-cols .btn-group-sm > .btn-social-icon.cancel > :first-child, .select-grid-cols .btn-group-sm > .btn-social-icon.apply > :first-child, .radio-list .btn-group-sm > label.btn-social > :first-child, .select-grid-cols .btn-group-sm > .btn-social.cancel > :first-child, .select-grid-cols .btn-group-sm > .btn-social.apply > :first-child, .btn-sm.btn-social-icon > :first-child, .select-grid-cols .btn-social-icon.cancel > :first-child, .select-grid-cols .btn-social-icon.apply > :first-child, .select-grid-cols .btn-social.cancel > :first-child, .select-grid-cols .btn-social.apply > :first-child {
      line-height: 1.625rem;
      width: 1.625rem;
      font-size: 1.4em; }

.btn-social-icon {
  height: 3.75rem;
  width: 3.75rem;
  padding: 0; }
  .btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100% !important; }
  .btn-social-icon.btn-lg, .btn-group-lg > .btn-social-icon.btn, .radio-list .btn-group-lg > label.btn-social-icon, .select-grid-cols .btn-group-lg > .btn-social-icon.cancel, .select-grid-cols .btn-group-lg > .btn-social-icon.apply {
    height: 3.25rem;
    width: 3.25rem;
    padding-left: 0;
    padding-right: 0; }
  .btn-social-icon.btn-sm, .btn-group-sm > .btn-social-icon.btn, .radio-list .btn-group-sm > label.btn-social-icon, .select-grid-cols .btn-social-icon.cancel, .select-grid-cols .btn-social-icon.apply {
    height: 3.625rem;
    width: 3.625rem;
    padding-left: 0;
    padding-right: 0; }

.btn-facebook {
  background-color: #3b5998;
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075); }
  .btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #30497c;
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5); }
  .btn-facebook.disabled, .btn-facebook:disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
  .show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
    .show > .btn-facebook.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5); }

.btn-google {
  background-color: #dd4b39;
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075); }
  .btn-google:hover {
    color: #fff;
    background-color: #cd3623;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-google:focus, .btn-google.focus {
    color: #fff;
    background-color: #cd3623;
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5); }
  .btn-google.disabled, .btn-google:disabled {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active,
  .show > .btn-google.dropdown-toggle {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus,
    .show > .btn-google.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5); }

.btn-linkedin {
  background-color: #007bb6;
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075); }
  .btn-linkedin:hover {
    color: #fff;
    background-color: #006190;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-linkedin:focus, .btn-linkedin.focus {
    color: #fff;
    background-color: #006190;
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5); }
  .btn-linkedin.disabled, .btn-linkedin:disabled {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active,
  .show > .btn-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus,
    .show > .btn-linkedin.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5); }

.btn-microsoft {
  background-color: #2672ec;
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075); }
  .btn-microsoft:hover {
    color: #fff;
    background-color: #135fd9;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-microsoft:focus, .btn-microsoft.focus {
    color: #fff;
    background-color: #135fd9;
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5); }
  .btn-microsoft.disabled, .btn-microsoft:disabled {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-microsoft:not(:disabled):not(.disabled):active, .btn-microsoft:not(:disabled):not(.disabled).active,
  .show > .btn-microsoft.dropdown-toggle {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-microsoft:not(:disabled):not(.disabled):active:focus, .btn-microsoft:not(:disabled):not(.disabled).active:focus,
    .show > .btn-microsoft.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5); }

.btn-twitter {
  background-color: #55acee;
  color: #212529;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075); }
  .btn-twitter:hover {
    color: #fff;
    background-color: #329beb;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-twitter:focus, .btn-twitter.focus {
    color: #fff;
    background-color: #329beb;
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(20, 23, 25, 0.5); }
  .btn-twitter.disabled, .btn-twitter:disabled {
    color: #212529;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active,
  .show > .btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus,
    .show > .btn-twitter.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(20, 23, 25, 0.5); }

.btn-yahoo {
  background-color: #720e9e;
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(59, 59, 59, 0.075); }
  .btn-yahoo:hover {
    color: #fff;
    background-color: #590b7b;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-yahoo:focus, .btn-yahoo.focus {
    color: #fff;
    background-color: #590b7b;
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5); }
  .btn-yahoo.disabled, .btn-yahoo:disabled {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-yahoo:not(:disabled):not(.disabled):active, .btn-yahoo:not(:disabled):not(.disabled).active,
  .show > .btn-yahoo.dropdown-toggle {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2); }
    .btn-yahoo:not(:disabled):not(.disabled):active:focus, .btn-yahoo:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yahoo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5); }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto/Roboto-Regular.ttf?v=2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto/Roboto-Medium.ttf?v=2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto/Roboto-Bold.ttf?v=2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto/Roboto-Light.ttf?v=2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto/Roboto-Black.ttf?v=2");
  font-weight: 900;
  font-style: normal; }

/*#region animations*/
/*#region animations*/
@keyframes menu-slide-right-anim {
  from {
    transform-origin: left;
    transform: scaleX(0.3); }
  to {
    transform-origin: left;
    transform: scaleX(1); } }

/*#endregion*/
.w3-animate-left {
  position: relative;
  animation: animateleft 0.4s; }

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0; }
  to {
    left: 0;
    opacity: 1; } }

.w3-animate-right {
  position: relative;
  animation: animateright 0.4s; }

@keyframes animateright {
  from {
    right: -300px; }
  to {
    right: 0; } }

.w3-animate-righter {
  position: relative;
  animation: animaterighter 0.4s; }

@keyframes animaterighter {
  from {
    left: 0%; }
  to {
    left: 100%; } }

.w3-animate-lefter {
  position: relative;
  animation: animatelefter 0.4s; }

@keyframes animatelefter {
  from {
    right: 0%; }
  to {
    right: 100%; } }

/*#endregion*/
/* 
    Responsive Grid

    Mixins:
        - make-r-grid-table-view (display table, classic table)
        - make-r-grid-flex-table-view (display flex)
        - make-r-grid-card-view (display block)
        - make-r-grid-flex-card-view (display flex, bootstrap 4 grid system)
        - make-r-grid-flex-card-view-horizontal(display flex, Horizontal row ,bootstrap 4 grid system for cell)
*/
/*
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * SCSS File by Detlef Beyer
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .slider.slider-horizontal {
    width: 210px;
    height: 20px; }
    .slider.slider-horizontal .slider-track {
      height: 10px;
      width: 100%;
      margin-top: -5px;
      top: 50%;
      left: 0; }
    .slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
      height: 100%;
      top: 0;
      bottom: 0; }
    .slider.slider-horizontal .slider-tick,
    .slider.slider-horizontal .slider-handle {
      margin-left: -10px;
      margin-top: -5px; }
      .slider.slider-horizontal .slider-tick.triangle,
      .slider.slider-horizontal .slider-handle.triangle {
        border-width: 0 10px 10px 10px;
        width: 0;
        height: 0;
        border-bottom-color: #0480be;
        margin-top: 0; }
    .slider.slider-horizontal .slider-tick-label-container {
      white-space: nowrap; }
      .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
        margin-top: 24px;
        display: inline-block;
        text-align: center; }
  .slider.slider-vertical {
    height: 210px;
    width: 20px; }
    .slider.slider-vertical .slider-track {
      width: 10px;
      height: 100%;
      margin-left: -5px;
      left: 50%;
      top: 0; }
    .slider.slider-vertical .slider-selection {
      width: 100%;
      left: 0;
      top: 0;
      bottom: 0; }
    .slider.slider-vertical .slider-track-low, .slider.slider-vertical .slider-track-high {
      width: 100%;
      left: 0;
      right: 0; }
    .slider.slider-vertical .slider-tick,
    .slider.slider-vertical .slider-handle {
      margin-left: -5px;
      margin-top: -10px; }
      .slider.slider-vertical .slider-tick.triangle,
      .slider.slider-vertical .slider-handle.triangle {
        border-width: 10px 0 10px 10px;
        width: 1px;
        height: 1px;
        border-left-color: #0480be;
        margin-left: 0; }
      .slider.slider-vertical .slider-tick .slider-tick-label-container,
      .slider.slider-vertical .slider-handle .slider-tick-label-container {
        white-space: nowrap; }
        .slider.slider-vertical .slider-tick .slider-tick-label-container .slider-tick-label,
        .slider.slider-vertical .slider-handle .slider-tick-label-container .slider-tick-label {
          padding-left: 4px; }
  .slider.slider-disabled .slider-handle {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #dfdfdf, #bebebe);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dfdfdf), to(#bebebe));
    background-image: -webkit-linear-gradient(top, #dfdfdf, #bebebe);
    background-image: -o-linear-gradient(top, #dfdfdf, #bebebe);
    background-image: linear-gradient(to bottom, #dfdfdf, #bebebe);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#bebebe',GradientType=0); }
  .slider.slider-disabled .slider-track {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #e5e5e5, #e9e9e9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e5e5), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, #e5e5e5, #e9e9e9);
    background-image: -o-linear-gradient(top, #e5e5e5, #e9e9e9);
    background-image: linear-gradient(to bottom, #e5e5e5, #e9e9e9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#e9e9e9',GradientType=0);
    cursor: not-allowed; }
  .slider input {
    display: none; }
  .slider .tooltip-inner {
    white-space: nowrap;
    max-width: none; }
  .slider .tooltip.top {
    margin-top: -36px; }
  .slider .hide {
    display: none; }

.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9',GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.slider-selection {
  position: absolute;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.slider-selection.tick-slider-selection {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #89cdef, #81bfde);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89cdef), to(#81bfde));
  background-image: -webkit-linear-gradient(top, #89cdef, #81bfde);
  background-image: -o-linear-gradient(top, #89cdef, #81bfde);
  background-image: linear-gradient(to bottom, #89cdef, #81bfde);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89cdef', endColorstr='#81bfde',GradientType=0); }

.slider-track-low, .slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: slider_border-radius(4px); }

.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be',GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent; }
  .slider-handle.round {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
  .slider-handle.triangle {
    background: transparent none; }
  .slider-handle.custom {
    background: transparent none; }
    .slider-handle.custom::before {
      line-height: 20px;
      font-size: 20px;
      content: '\2605';
      color: #726204; }

.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent; }
  .slider-tick.round {
    border-radius: 50%; }
  .slider-tick.triangle {
    background: transparent none; }
  .slider-tick.custom {
    background: transparent none; }
    .slider-tick.custom::before {
      line-height: 20px;
      font-size: 20px;
      content: '\2605';
      color: #726204; }
  .slider-tick.in-selection {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #89cdef, #81bfde);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89cdef), to(#81bfde));
    background-image: -webkit-linear-gradient(top, #89cdef, #81bfde);
    background-image: -o-linear-gradient(top, #89cdef, #81bfde);
    background-image: linear-gradient(to bottom, #89cdef, #81bfde);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89cdef', endColorstr='#81bfde',GradientType=0);
    opacity: 1; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?fcckog&v=2");
  src: url("../../fonts/icomoon.eot?fcckog#iefix&v=2") format("embedded-opentype"), url("../../fonts/icomoon.ttf?fcckog&v=2") format("truetype"), url("../../fonts/icomoon.woff?fcckog&v=2") format("woff"), url("../../fonts/icomoon.svg?fcckog#icomoon&v=2") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.c-ico, .group-control > i.fa-check, .typeahead__container .typehead-chevron-down i:first-child, .subform .subform-item .delete-button i, th.sort-ascending:before, th.sort-ascending i, th.sort-descending:before, th.sort-descending i, th[data-sort]:before, .modal-content .modal-header .close i, .bootstrap-select .dropdown-toggle:after, .form-control[data-control=date-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon > i, .form-control[data-control=time-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon > i, .form-control[data-control=date-picker\|time-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon > i, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span, .checkbox-list input[type='checkbox'].handled:checked + .checkbox-helper:before, .checkbox-list input[type='checkbox'].handled:not(checked) + .checkbox-helper:before, input[type='checkbox'].handled.form-check:checked + .checkbox-helper:before, input[type='checkbox'].handled.form-check:not(checked) + .checkbox-helper:before, .radio-list input[type='radio'].handled:checked + .radio-helper:before, .radio-list input[type='radio'].handled:not(checked) + .radio-helper:before, .file-upload span.delete-file, .search .instance-search-item-without-button .group-control:after, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .radio-helper, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .radio-helper, [OperationalReportModule] .header .actions a.star.user > i, [OperationalReportModule] .header .actions a.star.system > i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-size: 20px;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  /*color: #494748;*/
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-bot:before {
  content: "";
  color: #8a8a8a; }

.icon-bot:hover:before {
  color: #FFA000 !important; }

.icon-download:before {
  content: ""; }

.icon-download:hover:before {
  color: #FFA000 !important; }

.icon-alert-octagon:before {
  content: ""; }

.icon-alert-octagon:hover:before {
  color: #FFA000 !important; }

.icon-alert-circle:before {
  content: ""; }

.icon-alert-circle:hover:before {
  color: #FFA000 !important; }

.icon-team-work:before {
  content: "";
  color: #8a8a8a; }

.icon-team-work:hover:before {
  color: #FFA000 !important; }

.icon-phone:before {
  content: "";
  color: #8a8a8a; }

.icon-phone:hover:before {
  color: #FFA000 !important; }

.icon-database:before {
  content: "";
  color: #8a8a8a; }

.icon-database:hover:before {
  color: #FFA000 !important; }

.icon-meeting:before {
  content: "";
  color: #8a8a8a; }

.icon-meeting:hover:before {
  color: #FFA000 !important; }

.icon-systemise:before {
  content: "";
  color: #8a8a8a; }

.icon-systemise:hover:before {
  color: #FFA000 !important; }

.icon-note:before {
  content: "";
  color: #8a8a8a; }

.icon-note:hover:before {
  color: #FFA000 !important; }

.icon-NA:before {
  content: "";
  color: #8a8a8a; }

.icon-NA:hover:before {
  color: #FFA000 !important; }

.icon-load:before {
  content: ""; }

.icon-load:hover:before {
  color: #FFA000 !important; }

.icon-at:before {
  content: "";
  color: #8a8a8a; }

.icon-at:hover:before {
  color: #FFA000 !important; }

.icon-automate:before {
  content: "";
  color: #8a8a8a; }

.icon-automate:hover:before {
  color: #FFA000 !important; }

.icon-partially-automate:before {
  content: "";
  color: #8a8a8a; }

.icon-partially-automate:hover:before {
  color: #FFA000 !important; }

.icon-very-bad:before {
  content: "";
  color: #8a8a8a; }

.icon-very-bad:hover:before {
  color: #FF4367 !important; }

.icon-bad:before {
  content: "";
  color: #8a8a8a; }

.icon-bad:hover:before {
  color: #FF4367 !important; }

.icon-so-so:before {
  content: "";
  color: #8a8a8a; }

.icon-so-so:hover:before {
  color: #FFA000 !important; }

.icon-good:before {
  content: "";
  color: #8a8a8a; }

.icon-good:hover:before {
  color: #FFA000 !important; }

.icon-good:before {
  content: "";
  color: #8a8a8a; }

.icon-good:hover:before {
  color: #FFA000 !important; }

.icon-very-good:before {
  content: "";
  color: #8a8a8a; }

.icon-very-good:hover:before {
  color: #FFA000 !important; }

.icon-manual:before {
  content: "";
  color: #8a8a8a; }

.icon-manual:hover:before {
  color: #FFA000 !important; }

.icon-import-export:before {
  content: "";
  color: #8a8a8a; }

.icon-import-export:hover:before {
  color: #FFA000 !important; }

.icon-system-integration:before {
  content: "";
  color: #8a8a8a; }

.icon-system-integration:hover:before {
  color: #FFA000 !important; }

.icon-bespoke:before {
  content: "";
  color: #8a8a8a; }

.icon-bespoke:hover:before {
  color: #FFA000 !important; }

.icon-cell-view:before {
  content: "";
  color: #FF4367; }

.icon-cell-view:hover:before {
  color: #FFA000 !important; }

.icon-off-the-shelf:before {
  content: "";
  color: #8a8a8a; }

.icon-off-the-shelf:hover:before {
  color: #FFA000 !important; }

.icon-customised:before {
  content: "";
  color: #8a8a8a; }

.icon-customised:hover:before {
  color: #FFA000 !important; }

.icon-SAAS:before {
  content: "";
  color: black; }

.icon-SAAS:hover:before {
  color: #FFA000 !important; }

.icon-on-premise:before {
  content: "";
  color: black; }

.icon-on-premise:hover:before {
  color: #FFA000 !important; }

.icon-locally-installed:before {
  content: "";
  color: black; }

.icon-locally-installed:hover:before {
  color: #FFA000 !important; }

.icon-actor:before {
  content: ""; }

.icon-add-circle-les:before {
  content: ""; }

.icon-arrows-left:before {
  content: "";
  color: #FF4367; }

.icon-arr-right:before {
  content: ""; }

.icon-arr-left:before {
  content: ""; }

.icon-un-checked:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-menu:hover {
  color: #FF4367; }

.icon-add:before, .modal-content .modal-header .close i:before {
  content: ""; }

.icon-analysis:before {
  content: ""; }

.icon-archive:before {
  content: ""; }

.icon-area:before {
  content: ""; }

.icon-arrow-down:before {
  content: "!"; }

.icon-arrows:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-artifact:before {
  content: ""; }

.icon-back:before {
  content: ""; }

.icon-bubble:before {
  content: ""; }

.icon-calendar:before, .form-control[data-control=date-picker] + .input-group-addon > i:before, *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon > i:before, .form-control[data-control=time-picker] + .input-group-addon > i:before, *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon > i:before, .form-control[data-control=date-picker\|time-picker] + .input-group-addon > i:before, *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon > i:before {
  content: ""; }

.icon-chevron-down, .typeahead__container .typehead-chevron-down i:first-child, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span, ul.tab-menu li a.collapsed i, .nav-rpt ul.nav-tabs.mb-3 li a.active.show i, .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i, form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i {
  font-size: 13px !important;
  transform: rotate(90deg); }
  .icon-chevron-down:before, .typeahead__container .typehead-chevron-down i:first-child:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span:before, ul.tab-menu li a.collapsed i:before, .nav-rpt ul.nav-tabs.mb-3 li a.active.show i:before, .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i:before, form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i:before {
    content: "" !important; }
  .icon-chevron-down:hover, .typeahead__container .typehead-chevron-down i:hover:first-child, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span:hover, .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span:hover, ul.tab-menu li a.collapsed i:hover, .nav-rpt ul.nav-tabs.mb-3 li a.active.show i:hover, .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i:hover, form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i:hover {
    color: #FF4367; }

.icon-chevron-left, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span {
  font-size: 13px !important; }
  .icon-chevron-left:before, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span:before {
    content: "" !important; }
  .icon-chevron-left:hover, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span:hover {
    color: #FF4367; }

.icon-chevron-right, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span {
  font-size: 13px !important; }
  .icon-chevron-right:before, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span:before {
    content: "" !important; }
  .icon-chevron-right:hover, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span:hover {
    color: #FF4367; }

.icon-chevron-right-bold:before, .m_objectives-navigation > i:before {
  content: "" !important; }

.icon-chevron-right-bold:hover, .m_objectives-navigation > i:hover {
  color: #FF4367; }

.icon-chevron-up, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span {
  font-size: 13px !important;
  transform: rotate(90deg); }
  .icon-chevron-up:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span:before, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span:before {
    content: "" !important; }
  .icon-chevron-up:hover, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span:hover, .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span:hover {
    color: #FF4367; }

.icon-circle-check:before {
  content: ""; }

.icon-clock:before {
  content: ""; }

.icon-cost:before {
  content: ""; }

.icon-department:before {
  content: ""; }

.icon-edit-circle:before {
  content: ""; }

.icon-edit-square:before {
  content: ""; }

.icon-forward-arrow:before {
  content: ""; }

.icon-function:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-list:before {
  content: ""; }

.icon-process:before {
  content: ""; }

.icon-process-detail:before {
  content: ""; }

.icon-process-step:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-time:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-step:before {
  content: ""; }

.icon-moving:before {
  content: ""; }

.icon-close:before, .subform .subform-item .delete-button i:before, .file-upload span.delete-file:before {
  content: ""; }

.icon-duplicate:before {
  content: ""; }

.icon-export:before {
  content: ""; }

.icon-import:before {
  content: ""; }

.icon-save:before {
  content: ""; }

.icon-check:before, .group-control > i.fa-check:before {
  content: ""; }

.icon-check-partly:before {
  content: ""; }

.icon-sort-down:before, th.sort-ascending:before, th.sort-ascending i:before {
  content: "" !important; }

.icon-sort-up:before, th.sort-descending:before, th.sort-descending i:before {
  content: "" !important; }

.icon-more:before {
  content: ""; }

.icon-sort-up-and-down:before, th[data-sort]:before {
  content: ""; }

.icon-circle:before {
  content: ""; }

.icon-view:before {
  content: ""; }

.icon-email:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-comment:before {
  content: ""; }

.icon-star-filled:before, [OperationalReportModule] .header .actions a.star.user > i:before, [OperationalReportModule] .header .actions a.star.system > i:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-question-mark {
  color: #FF4367; }
  .icon-question-mark:before {
    content: ""; }
  .icon-question-mark:hover {
    color: #FFA000 !important; }

.icon-help-circle {
  color: #FF4367; }
  .icon-help-circle:before {
    content: ""; }
  .icon-help-circle:hover {
    color: #FFA000 !important; }

.icon-filter {
  font-size: 15px !important; }
  .icon-filter:before {
    content: ""; }

.icon-info:before {
  content: ""; }

.icon-on:before {
  content: ""; }

.icon-off:before {
  content: ""; }

.icon-customer:before {
  content: ""; }

.icon-smile-beam:before, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(1) .radio-helper:before {
  content: ""; }

.icon-smile:before, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(2) .radio-helper:before {
  content: ""; }

.icon-meh:before, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(3) .radio-helper:before {
  content: ""; }

.icon-frown-solid:before, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(4) .radio-helper:before {
  content: ""; }

.icon-angry:before, .step-base-container .m_business-function-process-steps-form > .form-body > .step-card .group-control .form-body .step-user-experience .radio-list div.form-check-inline:nth-child(5) .radio-helper:before {
  content: ""; }

.icon-system:before {
  content: ""; }

.icon-communication-method:before {
  content: ""; }

.icon-customer-journey:before {
  content: ""; }

.icon-stage:before {
  content: ""; }

.icon-send:before {
  content: ""; }

.fa.fa-times-circle:before, .fa-times-circle.fas:before {
  content: "" !important; }

.icon-angles-left:before {
  content: " "; }

.icon-angles-right:before {
  content: '"'; }

.icon-contract:before {
  content: ""; }

.icon-contract:before {
  content: ""; }

.icon-edit-data:before {
  content: ""; }

.icon-bubbles:before {
  content: ""; }

.icon-project-plan:before {
  content: ""; }

.icon-dashboard:before {
  content: ""; }

.icon-dashboard:hover {
  color: #FF4367; }

.icon-dashboard-selected:before {
  content: ""; }

.icon-dashboard-selected:hover {
  color: #FF4367; }

.icon-log-out:before {
  content: ""; }

.icon-log-out:hover {
  color: #FF4367; }

.icon-log-out-selected .path1:before {
  content: "";
  color: rgba(65, 65, 65, 0.4); }

.icon-log-out-selected .path1:hover {
  color: #FF4367; }

.icon-log-out-selected .path2:before {
  content: "";
  margin-left: -0.875em;
  color: #414141; }

.icon-log-out-selected .path2:hover {
  color: #FF4367; }

.icon-improve:before {
  content: ""; }

.icon-improve:hover {
  color: #FF4367; }

.icon-improve-selected:before {
  content: ""; }

.icon-improve-selected:hover {
  color: #FF4367; }

.icon-forecast:before {
  content: ""; }

.icon-forecast:hover {
  color: #FF4367; }

.icon-forecast-selected:before {
  content: ""; }

.icon-forecast-selected:hover {
  color: #FF4367; }

.icon-understand:before {
  content: ""; }

.icon-understand:hover {
  color: #FF4367; }

.icon-diagnose-selected:before {
  content: ""; }

.icon-diagnose-selected:hover {
  color: #FF4367; }

.icon-diagnose:before {
  content: ""; }

.icon-diagnose:hover {
  color: #FF4367; }

.icon-understand-selected:before {
  content: ""; }

.icon-understand-selected:hover {
  color: #FF4367; }

.icon-settings:before {
  content: ""; }

.icon-settings:hover {
  color: #FF4367; }

.icon-settings-row:before {
  content: ""; }

.icon-settings-row:hover {
  color: #FF4367; }

.icon-settings-selected:before {
  content: ""; }

.icon-settings-selected:hover {
  color: #FF4367; }

.icon-scope:before {
  content: ""; }

.icon-scope:hover {
  color: #FF4367; }

.icon-scope-selected:before {
  content: ""; }

.icon-scope-selected:hover {
  color: #FF4367; }

.icon-act:before {
  content: ""; }

.icon-act:hover {
  color: #FF4367; }

.icon-act-selected:before {
  content: ""; }

.icon-act-selected:hover {
  color: #FF4367; }

.icon-align:before {
  content: ""; }

.icon-align:hover {
  color: #FF4367; }

.icon-align-selected:before {
  content: ""; }

.icon-align-selected:hover {
  color: #FF4367; }

.icon-plan:before {
  content: ""; }

.icon-plan:hover {
  color: #FF4367; }

.icon-plan-selected:before {
  content: ""; }

.icon-plan-selected:hover {
  color: #FF4367; }

/*$font-size-base: 14px !default;*/
/*.btn-default {
    @include button-variant($btn-default-color, $btn-default-bg, $btn-default-border);
}

.btn-primary {
    @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
}
// Success appears as green
.btn-success {
    @include button-variant($btn-success-color, $btn-success-bg, $btn-success-border);
}
// Info appears as blue-green
.btn-info {
    @include button-variant($btn-info-color, $btn-info-bg, $btn-info-border);
}
// Warning appears as orange
.btn-warning {
    @include button-variant($btn-warning-color, $btn-warning-bg, $btn-warning-border);
}
// Danger and error appear as red
.btn-danger {
    @include button-variant($btn-danger-color, $btn-danger-bg, $btn-danger-border);
}*/
@font-face {
  font-family: 'Karla';
  font-weight: 200;
  src: url(../../fonts/Karla/Karla-ExtraLight.ttf) format("truetype"); }

@font-face {
  font-family: 'Karla';
  font-weight: 300;
  src: url(../../fonts/Karla/Karla-Light.ttf) format("truetype"); }

@font-face {
  font-family: 'KarlaItalic';
  font-weight: 300;
  src: url(../../fonts/Karla/Karla-LightItalic.ttf) format("truetype"); }

@font-face {
  font-family: 'Karla';
  font-weight: 500;
  src: url(../../fonts/Karla/Karla-Regular.ttf) format("truetype"); }

@font-face {
  font-family: 'Karla';
  font-weight: 400;
  src: url(../../fonts/Karla/Karla-Medium.ttf) format("truetype"); }

@font-face {
  font-family: 'KarlaItalic';
  font-weight: 400;
  src: url(../../fonts/Karla/Karla-MediumItalic.ttf) format("truetype"); }

@font-face {
  font-family: 'Karla';
  font-weight: 600;
  src: url(../../fonts/Karla/Karla-SemiBold.ttf) format("truetype"); }

@font-face {
  font-family: 'Karla';
  font-weight: 700;
  src: url(../../fonts/Karla/Karla-Bold.ttf) format("truetype"); }

@font-face {
  font-family: 'Karla';
  font-weight: 800;
  src: url(../../fonts/Karla/Karla-ExtraBold.ttf) format("truetype"); }

@font-face {
  font-family: 'Grotesk';
  font-weight: bold;
  src: url("../../fonts/Grotesk/font.woff2") format("truetype"); }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

/*
*,
*::after,
*::before {
    box-sizing: inherit;
}
*/
.item-archived i {
  color: var(--general-primary-color) !important; }

/*.item-unarchived { color: #555;

    i { color: #555 !important; }
}
*/
/*    [role=combobox] {
        [role=option] {
            color: $black-primary;
            border-bottom: 1px solid $on-color-primary;

            &.dropdown-item.selected, &:hover {
                color: $on-color-primary;
                border-color: $on-color-primary;
            }
            
            &.dropdown-item:hover {
                background-color: $color-primary-darken;
            }
        }

        button {
            color: $black-primary;

            &:hover {
                color: $on-color-primary;
                background-color: $color-primary-darken;
            }
        }
    }*/
.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

.dropdown-menu, .bootstrap-select .dropdown-toggle .filter-option {
  font-size: 1.4rem; }

.form-group .control-label {
  flex: 0 1 100%;
  padding-left: 15px;
  /*width: 15px;*/ }

.form-group legend.control-label {
  padding-left: 0px; }

.form-group .group-control > .input-group > span.input-group-addon:first-child {
  background-color: #FF0505;
  height: calc(1.42857em + 0.75rem + 2px);
  display: flex;
  align-items: center;
  padding: 0 3px 0 3px;
  margin-right: 0;
  border: 1px solid #ced4da;
  border-right: none;
  border-radius: 0.4rem 0 0 0.4rem; }

.form-group .group-control > .input-group > span.input-group-addon:first-child + .form-control, .form-group *[data-control=collapsible-checkboxes] .group-control > .input-group > span.input-group-addon:first-child + .textbox, *[data-control=collapsible-checkboxes] .form-group .group-control > .input-group > span.input-group-addon:first-child + .textbox {
  border-left: none; }

@media (max-width: 599px) {
  flex-direction: column; }

fieldset {
  margin-left: 15px !important; }

input[type='checkbox'].handled.form-check + .checkbox-helper {
  position: relative;
  left: 14px; }

.header-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .header-box.second-header h3 {
    width: 100%;
    font: 500 16px "Karla";
    color: var(--general-primary-color); }
  .header-box > .form-group {
    flex: 1 1 100%;
    margin-bottom: 0px; }

.group-control > i.fa-check {
  font-size: 14px; }

.horizontal-subform {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important; }

.horizontal-subform table {
  display: table !important; }
  .horizontal-subform table tbody > tr {
    width: 100%; }
    .horizontal-subform table tbody > tr > td {
      border-top: 0px;
      padding-left: 0px; }
    .horizontal-subform table tbody > tr td:last-child {
      padding-left: 0px !important;
      padding-right: 0px !important; }

.as-two-columns-form .form-body {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px; }
  .as-two-columns-form .form-body fieldset {
    flex: 1 1 100%; }
  .as-two-columns-form .form-body .form-group.as-one-column-field {
    flex: 1 1 100%; }
    .as-two-columns-form .form-body .form-group.as-one-column-field + .form-group {
      padding-left: 0px !important; }
      .as-two-columns-form .form-body .form-group.as-one-column-field + .form-group + .form-group {
        padding-left: 10px !important; }
  .as-two-columns-form .form-body .form-group:not(.as-one-column-field):nth-of-type(odd) {
    flex: 1 1 50%; }
  .as-two-columns-form .form-body .form-group:not(.as-one-column-field):nth-of-type(even) {
    flex: 1 1 50%;
    padding-left: 10px; }

.as-two-columns-form .view-body {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px; }
  .as-two-columns-form .view-body fieldset {
    flex: 1 1 100%; }
  .as-two-columns-form .view-body .form-group.as-one-column-field {
    flex: 1 1 100%; }
    .as-two-columns-form .view-body .form-group.as-one-column-field + .form-group {
      padding-left: 0px !important; }
      .as-two-columns-form .view-body .form-group.as-one-column-field + .form-group + .form-group {
        padding-left: 10px !important; }
  .as-two-columns-form .view-body .form-group:not(.as-one-column-field):nth-of-type(odd) {
    flex: 1 1 50%; }
  .as-two-columns-form .view-body .form-group:not(.as-one-column-field):nth-of-type(even) {
    flex: 1 1 50%;
    padding-left: 10px; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.grid-list.card-list {
  color: var(--general-font-color);
  /*    .card-item-container, .r-grid-row {
        margin-bottom: 10px;
    }*/ }
  .grid-list.card-list.single .card-item, .grid-list.card-list.single .card-item-container, .grid-list.card-list.single .r-grid-row, .grid-list.card-list.single .grid tbody tr, .grid tbody .grid-list.card-list.single tr {
    background-color: #F7F7F7; }
    .grid-list.card-list.single .card-item:hover:not(.row-archived):not(.expanded), .grid-list.card-list.single .card-item-container:hover:not(.row-archived):not(.expanded), .grid-list.card-list.single .r-grid-row:hover:not(.row-archived):not(.expanded), .grid-list.card-list.single .grid tbody tr:hover:not(.row-archived):not(.expanded), .grid tbody .grid-list.card-list.single tr:hover:not(.row-archived):not(.expanded) {
      color: var(--general-font-color);
      background-color: #F8E5E9; }
    .grid-list.card-list.single .card-item:hover:not(.row-archived) .btn-grid-button, .grid-list.card-list.single .card-item:hover:not(.row-archived) .module-button, .grid-list.card-list.single .card-item-container:hover:not(.row-archived) .btn-grid-button, .grid-list.card-list.single .card-item-container:hover:not(.row-archived) .module-button, .grid-list.card-list.single .r-grid-row:hover:not(.row-archived) .btn-grid-button, .grid-list.card-list.single .grid tbody tr:hover:not(.row-archived) .btn-grid-button, .grid tbody .grid-list.card-list.single tr:hover:not(.row-archived) .btn-grid-button, .grid-list.card-list.single .r-grid-row:hover:not(.row-archived) .module-button, .grid-list.card-list.single .grid tbody tr:hover:not(.row-archived) .module-button, .grid tbody .grid-list.card-list.single tr:hover:not(.row-archived) .module-button {
      /*  , i {
        color: $grid-button-highlight-color;
    }*/
      /* &:hover {
        , i {
            color: $grid-button-hover-color;
        }
    }*/ }
      .grid-list.card-list.single .card-item:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover, .grid-list.card-list.single .card-item:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover i, .grid-list.card-list.single .card-item:hover:not(.row-archived) .module-button:not(.btn-as-link):hover, .grid-list.card-list.single .card-item:hover:not(.row-archived) .module-button:not(.btn-as-link):hover i, .grid-list.card-list.single .card-item-container:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover, .grid-list.card-list.single .card-item-container:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover i, .grid-list.card-list.single .card-item-container:hover:not(.row-archived) .module-button:not(.btn-as-link):hover, .grid-list.card-list.single .card-item-container:hover:not(.row-archived) .module-button:not(.btn-as-link):hover i, .grid-list.card-list.single .r-grid-row:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover, .grid-list.card-list.single .grid tbody tr:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover, .grid tbody .grid-list.card-list.single tr:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover, .grid-list.card-list.single .r-grid-row:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover i, .grid-list.card-list.single .grid tbody tr:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover i, .grid tbody .grid-list.card-list.single tr:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover i, .grid-list.card-list.single .r-grid-row:hover:not(.row-archived) .module-button:not(.btn-as-link):hover, .grid-list.card-list.single .grid tbody tr:hover:not(.row-archived) .module-button:not(.btn-as-link):hover, .grid tbody .grid-list.card-list.single tr:hover:not(.row-archived) .module-button:not(.btn-as-link):hover, .grid-list.card-list.single .r-grid-row:hover:not(.row-archived) .module-button:not(.btn-as-link):hover i, .grid-list.card-list.single .grid tbody tr:hover:not(.row-archived) .module-button:not(.btn-as-link):hover i, .grid tbody .grid-list.card-list.single tr:hover:not(.row-archived) .module-button:not(.btn-as-link):hover i {
        text-decoration: none; }
  .grid-list.card-list.single a {
    text-decoration: none; }
  .grid-list.card-list.multiple .card-item, .grid-list.card-list.multiple .r-grid-row, .grid-list.card-list.multiple .grid tbody tr, .grid tbody .grid-list.card-list.multiple tr {
    background-color: #F7F7F7;
    border-top: 1px;
    border-color: #E3E3E3;
    border-style: solid;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px; }
    .grid-list.card-list.multiple .card-item:hover:not(.row-archived):not(.expanded), .grid-list.card-list.multiple .r-grid-row:hover:not(.row-archived):not(.expanded), .grid-list.card-list.multiple .grid tbody tr:hover:not(.row-archived):not(.expanded), .grid tbody .grid-list.card-list.multiple tr:hover:not(.row-archived):not(.expanded) {
      color: var(--general-font-color);
      background-color: #F8E5E9; }
    .grid-list.card-list.multiple .card-item:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item), .grid-list.card-list.multiple .card-item:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item), .grid-list.card-list.multiple .r-grid-row:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item), .grid-list.card-list.multiple .grid tbody tr:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item), .grid tbody .grid-list.card-list.multiple tr:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item), .grid-list.card-list.multiple .r-grid-row:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item), .grid-list.card-list.multiple .grid tbody tr:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item), .grid tbody .grid-list.card-list.multiple tr:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item) {
      /*  , i {
        color: $grid-button-highlight-color;
    }*/
      /* &:hover {
        , i {
            color: $grid-button-hover-color;
        }
    }*/ }
      .grid-list.card-list.multiple .card-item:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover, .grid-list.card-list.multiple .card-item:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover i, .grid-list.card-list.multiple .card-item:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover, .grid-list.card-list.multiple .card-item:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover i, .grid-list.card-list.multiple .r-grid-row:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover, .grid-list.card-list.multiple .grid tbody tr:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover, .grid tbody .grid-list.card-list.multiple tr:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover, .grid-list.card-list.multiple .r-grid-row:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover i, .grid-list.card-list.multiple .grid tbody tr:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover i, .grid tbody .grid-list.card-list.multiple tr:hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover i, .grid-list.card-list.multiple .r-grid-row:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover, .grid-list.card-list.multiple .grid tbody tr:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover, .grid tbody .grid-list.card-list.multiple tr:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover, .grid-list.card-list.multiple .r-grid-row:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover i, .grid-list.card-list.multiple .grid tbody tr:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover i, .grid tbody .grid-list.card-list.multiple tr:hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover i {
        text-decoration: none; }
    .grid-list.card-list.multiple .card-item:hover .cardItem-child-item, .grid-list.card-list.multiple .r-grid-row:hover .cardItem-child-item, .grid-list.card-list.multiple .grid tbody tr:hover .cardItem-child-item, .grid tbody .grid-list.card-list.multiple tr:hover .cardItem-child-item {
      background-color: var(--White-Color); }
      .grid-list.card-list.multiple .card-item:hover .cardItem-child-item:hover:not(.row-archived):not(.expanded), .grid-list.card-list.multiple .r-grid-row:hover .cardItem-child-item:hover:not(.row-archived):not(.expanded), .grid-list.card-list.multiple .grid tbody tr:hover .cardItem-child-item:hover:not(.row-archived):not(.expanded), .grid tbody .grid-list.card-list.multiple tr:hover .cardItem-child-item:hover:not(.row-archived):not(.expanded) {
        color: var(--general-font-color);
        background-color: #F8E5E9; }
  .grid-list.card-list.multiple .cardItem-child-item {
    background-color: var(--White-Color); }
    .grid-list.card-list.multiple .cardItem-child-item:hover .btn-grid-button, .grid-list.card-list.multiple .cardItem-child-item:hover .module-button {
      /*  , i {
        color: $grid-button-highlight-color;
    }*/
      /* &:hover {
        , i {
            color: $grid-button-hover-color;
        }
    }*/ }
      .grid-list.card-list.multiple .cardItem-child-item:hover .btn-grid-button:not(.btn-as-link):hover, .grid-list.card-list.multiple .cardItem-child-item:hover .btn-grid-button:not(.btn-as-link):hover i, .grid-list.card-list.multiple .cardItem-child-item:hover .module-button:not(.btn-as-link):hover, .grid-list.card-list.multiple .cardItem-child-item:hover .module-button:not(.btn-as-link):hover i {
        text-decoration: none; }
  .grid-list.card-list .card-cell-label {
    font: 300 15px "Karla";
    /*font-weight: lighter;*/
    color: #6D6D6D; }
  .grid-list.card-list .card-cell-text {
    font: 400 15px "Karla";
    color: #494748; }
  .grid-list.card-list::-webkit-scrollbar {
    width: 5px; }
  .grid-list.card-list::-webkit-scrollbar-track {
    background: #DDDDDD;
    border-radius: 100px; }
  .grid-list.card-list::-webkit-scrollbar-thumb {
    background-color: #A2A2A2;
    border-radius: 100px; }
  .grid-list.card-list::-webkit-scrollbar-thumb:hover {
    background: var(--color-secondary-75);
    border-radius: 100px; }

.empty-list {
  padding: 15px !important;
  background: var(--White-Color);
  border: 1px solid var(--color-secondary-10);
  border-radius: 4px;
  font: 500 18px "Karla"; }

.ui-sortable .ui-sortable-helper {
  box-shadow: var(--general-font-color) 0 0 12px 0 !important; }

.grid.grid-list {
  border: none !important; }
  .grid.grid-list tr.row-archived {
    color: var(--color-secondary-25) !important; }
    .grid.grid-list tr.row-archived td > i {
      color: var(--color-secondary-25); }
    .grid.grid-list tr.row-archived td a:not(.btn-archive) {
      color: var(--color-secondary-25);
      pointer-events: none; }
      .grid.grid-list tr.row-archived td a:not(.btn-archive) i {
        color: var(--color-secondary-25); }

.dg-rpt-tab-cont div div table.custom-automated-table thead tr th:nth-child(1) {
  padding-left: 10px !important; }

.dg-rpt-tab-cont div div table.custom-automated-table tbody tr td {
  padding: 10px; }
  .dg-rpt-tab-cont div div table.custom-automated-table tbody tr td:nth-child(1) {
    padding-left: 10px !important; }

.custom-automated-table {
  width: 99% !important;
  margin-left: auto !important; }
  .custom-automated-table thead tr th {
    background: #FF6969 !important;
    color: white !important;
    padding: 20px 10px !important;
    font-size: 14px !important; }
    .custom-automated-table thead tr th:nth-child(1) {
      border: 1px solid #FF6969;
      border-left-width: 2px; }
    .custom-automated-table thead tr th:last-child {
      border: 1px solid #FF6969; }
    .custom-automated-table thead tr th.th-0 {
      font-size: 17px !important; }
  .custom-automated-table tbody {
    border: 1px solid rgba(255, 10, 105, 0.1) !important; }
    .custom-automated-table tbody tr td {
      font-size: 13px !important; }
      .custom-automated-table tbody tr td.td-0 {
        font-size: 16px !important;
        font-weight: 800 !important; }

.modal-dialog {
  text-align: left !important; }

/* make search forms a compact so that they visually look more related */
.search {
  background-color: transparent !important;
  padding: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .search > .form-group, .search fieldset {
    margin-right: 3rem; }
  .search .form-group.range-input .group-control {
    /*> .range-label {
                    //    @include make-column-lg(2);
                    text-align: center;
                    line-height: 32px;
                }*/ }
  .search .buttons-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
    @media (min-width: 600px) {
      .search .buttons-row {
        flex: 1; } }
    @media (min-width: 600px) {
      .search .buttons-row .buttons {
        flex: 1;
        text-align: right; } }

.search .instance-search-item-without-button input[type="text"] {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.search {
  /*    position: relative;
    flex: 1;
    width: 100%;

    > .form-group {
        input {
            height: 100%;
            font-size: 16px;
        }
    }

    .form-group {
        .group-control {
            .radio-list {
                .form-check-inline {
                    vertical-align: middle !important;
                    vertical-align: -webkit-baseline-middle !important;
                }
            }
        }
    }*/
  /*
    &.single-search-item {
        padding: 0 !important;
        margin: 0 !important;
        height: 40px !important;

        > .form-group {
            margin-left: auto;
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            margin-right: 0;
            max-width: 350px;
            width: 100%;

            .group-control {
                margin: 0 !important;
                min-width: -webkit-fill-available !important;
            }
        }
    }*/
  /*    
    &.single-search-item.with-button {
        right: 180px;
        top: -75px;
    }

    &.single-search-item.without-button {
        right: 0px;
        top: -70px;
    }*/ }

.modal-content .search {
  padding: 10px !important; }
  .modal-content .search > .form-group, .modal-content .search .search fieldset {
    margin: 0;
    width: 100%; }

/*#region animations*/
/*#region animations*/
@keyframes menu-slide-right-anim {
  from {
    transform-origin: left;
    transform: scaleX(0.3); }
  to {
    transform-origin: left;
    transform: scaleX(1); } }

/*#endregion*/
.w3-animate-left {
  position: relative;
  animation: animateleft 0.4s; }

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0; }
  to {
    left: 0;
    opacity: 1; } }

.w3-animate-right {
  position: relative;
  animation: animateright 0.4s; }

@keyframes animateright {
  from {
    right: -300px; }
  to {
    right: 0; } }

.w3-animate-righter {
  position: relative;
  animation: animaterighter 0.4s; }

@keyframes animaterighter {
  from {
    left: 0%; }
  to {
    left: 100%; } }

.w3-animate-lefter {
  position: relative;
  animation: animatelefter 0.4s; }

@keyframes animatelefter {
  from {
    right: 0%; }
  to {
    right: 100%; } }

/*#endregion*/
/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

.buttons-row {
  margin-bottom: 10px;
  width: 100%; }
  .buttons-row .buttons {
    width: 100% !important; }
    .buttons-row .buttons .btn:not(:first-child), .buttons-row .buttons .radio-list label:not(:first-child), .radio-list .buttons-row .buttons label:not(:first-child), .buttons-row .buttons .select-grid-cols .cancel:not(:first-child), .select-grid-cols .buttons-row .buttons .cancel:not(:first-child), .buttons-row .buttons .select-grid-cols .apply:not(:first-child), .select-grid-cols .buttons-row .buttons .apply:not(:first-child) {
      margin-left: .3rem; }
    .buttons-row .buttons .btn, .buttons-row .buttons .radio-list label, .radio-list .buttons-row .buttons label, .buttons-row .buttons .select-grid-cols .cancel, .select-grid-cols .buttons-row .buttons .cancel, .buttons-row .buttons .select-grid-cols .apply, .select-grid-cols .buttons-row .buttons .apply {
      height: 42px;
      padding-right: 37px;
      padding-left: 37px;
      /*margin: auto;*/ }

.btn-as-icon, .btn-as-text-icon, .btn-grid-button.btn-as-text, .subform .subform-item .delete-button i {
  /*@include btn-style($button-with-icon-color, $button-with-icon-color-hover, transparent, transparent);*/
  font: 19px Grotesk;
  outline: none !important;
  border: 0;
  background: transparent;
  color: #FF4367;
  padding: 0;
  border-radius: 34px; }
  .btn-as-icon i, .btn-as-text-icon i, .btn-grid-button.btn-as-text i, .subform .subform-item .delete-button i i {
    font-size: 20px;
    color: #FF4367;
    margin-right: 5px; }
  .btn-as-icon:hover, .btn-as-text-icon:hover, .btn-grid-button.btn-as-text:hover, .subform .subform-item .delete-button i:hover, .btn-as-icon:hover i, .btn-as-text-icon:hover i, .btn-grid-button.btn-as-text:hover i, .subform .subform-item .delete-button i:hover i, .btn-as-icon:focus, .btn-as-text-icon:focus, .btn-grid-button.btn-as-text:focus, .subform .subform-item .delete-button i:focus, .btn-as-icon:focus i, .btn-as-text-icon:focus i, .btn-grid-button.btn-as-text:focus i, .subform .subform-item .delete-button i:focus i {
    color: #FFA000 !important;
    text-decoration: none;
    border: 0;
    background: transparent;
    box-shadow: none; }
  .btn-as-icon:disabled, .btn-as-text-icon:disabled, .btn-grid-button.btn-as-text:disabled, .subform .subform-item .delete-button i:disabled, .btn-as-icon:disabled i, .btn-as-text-icon:disabled i, .btn-grid-button.btn-as-text:disabled i, .subform .subform-item .delete-button i:disabled i {
    color: var(--color-secondary-25);
    text-decoration: none;
    border: 0;
    background: transparent;
    border-color: transparent;
    box-shadow: none; }
  .btn-as-icon:active, .btn-as-text-icon:active, .btn-grid-button.btn-as-text:active, .subform .subform-item .delete-button i:active, .btn-as-icon:active i, .btn-as-text-icon:active i, .btn-grid-button.btn-as-text:active i, .subform .subform-item .delete-button i:active i {
    outline: none !important;
    border: 0;
    background: transparent;
    color: #FF4367;
    box-shadow: none; }
  .btn-as-icon:active:hover, .btn-as-text-icon:active:hover, .btn-grid-button.btn-as-text:active:hover, .subform .subform-item .delete-button i:active:hover, .btn-as-icon:active:hover i, .btn-as-text-icon:active:hover i, .btn-grid-button.btn-as-text:active:hover i, .subform .subform-item .delete-button i:active:hover i, .btn-as-icon:active:focus, .btn-as-text-icon:active:focus, .btn-grid-button.btn-as-text:active:focus, .subform .subform-item .delete-button i:active:focus, .btn-as-icon:active:focus i, .btn-as-text-icon:active:focus i, .btn-grid-button.btn-as-text:active:focus i, .subform .subform-item .delete-button i:active:focus i {
    color: #FFA000 !important;
    text-decoration: none;
    border: 0;
    background: transparent;
    box-shadow: none; }

.btn-as-link {
  color: var(--general-primary-color); }
  .btn-as-link:hover {
    color: var(--general-primary-color);
    text-decoration: underline; }

.btn-as-text-icon, .btn-grid-button.btn-as-text {
  display: flex;
  align-items: center;
  padding-left: 5px !important; }
  .btn-as-text-icon i, .btn-grid-button.btn-as-text i {
    margin-right: 5px; }

.btn-as-primary, .btn[name=Save], .radio-list label[name=Save], .select-grid-cols [name=Save].cancel, .select-grid-cols [name=Save].apply, .alertify-button.alertify-button-ok, .file-upload .btn-secondary, .file-upload .select-grid-cols .cancel, .select-grid-cols .file-upload .cancel {
  /*font-size: 1.5rem ; // override it in buttons.scss(Application)*/
  /*padding: .5rem 1.5rem; // override it in buttons.scss(Application)*/
  background-color: #FF4367;
  color: var(--White-Color);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: #FF4367 solid 2px;
  border-radius: 34px;
  font: 700 13px/9px "Karla" !important;
  min-width: 100px;
  padding: 14px 15px 14px 15px;
  outline: none !important;
  border-radius: 34px;
  font-weight: bold; }
  .btn-as-primary:not([data-action]), .btn[name=Save]:not([data-action]), .radio-list label[name=Save]:not([data-action]), .select-grid-cols [name=Save].cancel:not([data-action]), .select-grid-cols [name=Save].apply:not([data-action]), .alertify-button.alertify-button-ok:not([data-action]), .file-upload .btn-secondary:not([data-action]), .file-upload .select-grid-cols .cancel:not([data-action]), .select-grid-cols .file-upload .cancel:not([data-action]) {
    /*min-width: 10rem; // override it in buttons.scss(Application)*/ }
  .btn-as-primary:hover, .btn[name=Save]:hover, .radio-list label[name=Save]:hover, .select-grid-cols [name=Save].cancel:hover, .select-grid-cols [name=Save].apply:hover, .alertify-button.alertify-button-ok:hover, .file-upload .btn-secondary:hover, .file-upload .select-grid-cols .cancel:hover, .select-grid-cols .file-upload .cancel:hover, .btn-as-primary:focus, .btn[name=Save]:focus, .radio-list label[name=Save]:focus, .select-grid-cols [name=Save].cancel:focus, .select-grid-cols [name=Save].apply:focus, .alertify-button.alertify-button-ok:focus, .file-upload .btn-secondary:focus, .file-upload .select-grid-cols .cancel:focus, .select-grid-cols .file-upload .cancel:focus {
    background-color: #FF4367;
    box-shadow: none;
    color: var(--White-Color);
    border-color: #FF4367; }
  .btn-as-primary:active, .btn[name=Save]:active, .radio-list label[name=Save]:active, .select-grid-cols [name=Save].cancel:active, .select-grid-cols [name=Save].apply:active, .alertify-button.alertify-button-ok:active, .file-upload .btn-secondary:active, .file-upload .select-grid-cols .cancel:active, .select-grid-cols .file-upload .cancel:active {
    color: var(--White-Color);
    border-color: #FF4367;
    background-color: #FF4367;
    box-shadow: none; }
    .btn-as-primary:active:hover, .btn[name=Save]:active:hover, .radio-list label[name=Save]:active:hover, .select-grid-cols [name=Save].cancel:active:hover, .select-grid-cols [name=Save].apply:active:hover, .alertify-button.alertify-button-ok:active:hover, .file-upload .btn-secondary:active:hover, .file-upload .select-grid-cols .cancel:active:hover, .select-grid-cols .file-upload .cancel:active:hover, .btn-as-primary:active:focus, .btn[name=Save]:active:focus, .radio-list label[name=Save]:active:focus, .select-grid-cols [name=Save].cancel:active:focus, .select-grid-cols [name=Save].apply:active:focus, .alertify-button.alertify-button-ok:active:focus, .file-upload .btn-secondary:active:focus, .file-upload .select-grid-cols .cancel:active:focus, .select-grid-cols .file-upload .cancel:active:focus {
      color: var(--White-Color);
      border-color: #FF4367;
      box-shadow: none;
      background-color: #FF4367;
      box-shadow: none; }
  .btn-as-primary:hover, .btn[name=Save]:hover, .radio-list label[name=Save]:hover, .select-grid-cols [name=Save].cancel:hover, .select-grid-cols [name=Save].apply:hover, .alertify-button.alertify-button-ok:hover, .file-upload .btn-secondary:hover, .file-upload .select-grid-cols .cancel:hover, .select-grid-cols .file-upload .cancel:hover {
    box-shadow: 3px 3px 15px #FF4367F0;
    color: var(--White-Color) !important; }
    .btn-as-primary:hover i, .btn[name=Save]:hover i, .radio-list label[name=Save]:hover i, .select-grid-cols [name=Save].cancel:hover i, .select-grid-cols [name=Save].apply:hover i, .alertify-button.alertify-button-ok:hover i, .file-upload .btn-secondary:hover i, .file-upload .select-grid-cols .cancel:hover i, .select-grid-cols .file-upload .cancel:hover i {
      color: var(--White-Color) !important; }
  .btn-as-primary:disabled, .btn[name=Save]:disabled, .radio-list label[name=Save]:disabled, .select-grid-cols [name=Save].cancel:disabled, .select-grid-cols [name=Save].apply:disabled, .alertify-button.alertify-button-ok:disabled, .file-upload .btn-secondary:disabled, .file-upload .select-grid-cols .cancel:disabled, .select-grid-cols .file-upload .cancel:disabled {
    background-color: #9A9A9A;
    border-color: #9A9A9A;
    box-shadow: none; }
  .btn-as-primary i, .btn[name=Save] i, .radio-list label[name=Save] i, .select-grid-cols [name=Save].cancel i, .select-grid-cols [name=Save].apply i, .alertify-button.alertify-button-ok i, .file-upload .btn-secondary i, .file-upload .select-grid-cols .cancel i, .select-grid-cols .file-upload .cancel i {
    font-size: 20px;
    color: var(--White-Color);
    margin-right: 5px; }

.btn-as-secondary, .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light {
  /*font-size: 1.5rem ; // override it in buttons.scss(Application)*/
  /*padding: .5rem 1.5rem; // override it in buttons.scss(Application)*/
  background-color: var(--White-Color);
  color: #FF4367;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: #FF4367 solid 2px;
  border-radius: 34px;
  font: 700 13px/9px "Karla" !important;
  min-width: 100px;
  padding: 14px 15px 14px 15px;
  outline: none !important;
  border-radius: 34px;
  border: #FF4367 solid 2px !important; }
  .btn-as-secondary:not([data-action]), .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light:not([data-action]) {
    /*min-width: 10rem; // override it in buttons.scss(Application)*/ }
  .btn-as-secondary:hover, .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light:hover, .btn-as-secondary:focus, .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light:focus {
    background-color: var(--White-Color);
    box-shadow: none;
    color: #FF4367;
    border-color: var(--White-Color); }
  .btn-as-secondary:active, .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light:active {
    color: #FF4367;
    border-color: var(--White-Color);
    background-color: var(--White-Color);
    box-shadow: none; }
    .btn-as-secondary:active:hover, .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light:active:hover, .btn-as-secondary:active:focus, .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light:active:focus {
      color: #FF4367;
      border-color: var(--White-Color);
      box-shadow: none;
      background-color: var(--White-Color);
      box-shadow: none; }
  .btn-as-secondary:hover, .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light:hover {
    box-shadow: 3px 3px 15px #FF4367;
    border-color: #FF4367; }
  .btn-as-secondary:disabled, .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light:disabled {
    color: var(--White-Color);
    background-color: var(--White-Color);
    border-color: #9A9A9A;
    box-shadow: none; }
  .btn-as-secondary.button-delete, .bootstrap-select div.dropdown-menu div.bs-actionsbox .button-delete.btn-light {
    float: left; }

.btn-as-cancel, .btn[name=Cancel], .radio-list label[name=Cancel], .select-grid-cols [name=Cancel].cancel, .select-grid-cols [name=Cancel].apply, .alertify-button.alertify-button-cancel {
  /*font-size: 1.5rem ; // override it in buttons.scss(Application)*/
  /*padding: .5rem 1.5rem; // override it in buttons.scss(Application)*/
  background-color: var(--White-Color);
  color: #FF4367;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: var(--color-primary-85) solid 2px;
  border-radius: 34px;
  font: 700 13px/9px "Karla" !important;
  min-width: 100px;
  padding: 14px 15px 14px 15px;
  outline: none !important;
  border-radius: 34px;
  border-color: #FF4367; }
  .btn-as-cancel:not([data-action]), .btn[name=Cancel]:not([data-action]), .radio-list label[name=Cancel]:not([data-action]), .select-grid-cols [name=Cancel].cancel:not([data-action]), .select-grid-cols [name=Cancel].apply:not([data-action]), .alertify-button.alertify-button-cancel:not([data-action]) {
    /*min-width: 10rem; // override it in buttons.scss(Application)*/ }
  .btn-as-cancel:hover, .btn[name=Cancel]:hover, .radio-list label[name=Cancel]:hover, .select-grid-cols [name=Cancel].cancel:hover, .select-grid-cols [name=Cancel].apply:hover, .alertify-button.alertify-button-cancel:hover, .btn-as-cancel:focus, .btn[name=Cancel]:focus, .radio-list label[name=Cancel]:focus, .select-grid-cols [name=Cancel].cancel:focus, .select-grid-cols [name=Cancel].apply:focus, .alertify-button.alertify-button-cancel:focus {
    background-color: var(--White-Color);
    box-shadow: none;
    color: #FF4367;
    border-color: var(--White-Color); }
  .btn-as-cancel:active, .btn[name=Cancel]:active, .radio-list label[name=Cancel]:active, .select-grid-cols [name=Cancel].cancel:active, .select-grid-cols [name=Cancel].apply:active, .alertify-button.alertify-button-cancel:active {
    color: #FF4367;
    border-color: var(--White-Color);
    background-color: var(--White-Color);
    box-shadow: none; }
    .btn-as-cancel:active:hover, .btn[name=Cancel]:active:hover, .radio-list label[name=Cancel]:active:hover, .select-grid-cols [name=Cancel].cancel:active:hover, .select-grid-cols [name=Cancel].apply:active:hover, .alertify-button.alertify-button-cancel:active:hover, .btn-as-cancel:active:focus, .btn[name=Cancel]:active:focus, .radio-list label[name=Cancel]:active:focus, .select-grid-cols [name=Cancel].cancel:active:focus, .select-grid-cols [name=Cancel].apply:active:focus, .alertify-button.alertify-button-cancel:active:focus {
      color: #FF4367;
      border-color: var(--White-Color);
      box-shadow: none;
      background-color: var(--White-Color);
      box-shadow: none; }
  .btn-as-cancel i, .btn[name=Cancel] i, .radio-list label[name=Cancel] i, .select-grid-cols [name=Cancel].cancel i, .select-grid-cols [name=Cancel].apply i, .alertify-button.alertify-button-cancel i {
    color: #FF4367;
    padding-right: 5px;
    line-height: 0; }
  .btn-as-cancel:hover, .btn[name=Cancel]:hover, .radio-list label[name=Cancel]:hover, .select-grid-cols [name=Cancel].cancel:hover, .select-grid-cols [name=Cancel].apply:hover, .alertify-button.alertify-button-cancel:hover {
    box-shadow: 3px 3px 15px #FF4367;
    border-color: #FF4367; }
  .btn-as-cancel:focus, .btn[name=Cancel]:focus, .radio-list label[name=Cancel]:focus, .select-grid-cols [name=Cancel].cancel:focus, .select-grid-cols [name=Cancel].apply:focus, .alertify-button.alertify-button-cancel:focus {
    box-shadow: 3px 3px 15px #FF4367;
    border: 2px solid #FF4367; }
  .btn-as-cancel:hover, .btn[name=Cancel]:hover, .radio-list label[name=Cancel]:hover, .select-grid-cols [name=Cancel].cancel:hover, .select-grid-cols [name=Cancel].apply:hover, .alertify-button.alertify-button-cancel:hover {
    box-shadow: 3px 3px 15px var(--color-primary-85); }
  .btn-as-cancel:disabled, .btn[name=Cancel]:disabled, .radio-list label[name=Cancel]:disabled, .select-grid-cols [name=Cancel].cancel:disabled, .select-grid-cols [name=Cancel].apply:disabled, .alertify-button.alertify-button-cancel:disabled {
    background-color: var(--White-Color);
    border-color: #9A9A9A;
    box-shadow: none; }

.three-btn-secendery .btn-as-cancel, .three-btn-secendery .btn[name=Cancel], .three-btn-secendery .radio-list label[name=Cancel], .radio-list .three-btn-secendery label[name=Cancel], .three-btn-secendery .select-grid-cols [name=Cancel].cancel, .select-grid-cols .three-btn-secendery [name=Cancel].cancel, .three-btn-secendery .select-grid-cols [name=Cancel].apply, .select-grid-cols .three-btn-secendery [name=Cancel].apply, .three-btn-secendery .alertify-button.alertify-button-cancel {
  background: #FF43674D;
  border: none;
  color: white;
  height: 44px !important; }
  .three-btn-secendery .btn-as-cancel i, .three-btn-secendery .btn[name=Cancel] i, .three-btn-secendery .radio-list label[name=Cancel] i, .radio-list .three-btn-secendery label[name=Cancel] i, .three-btn-secendery .select-grid-cols [name=Cancel].cancel i, .select-grid-cols .three-btn-secendery [name=Cancel].cancel i, .three-btn-secendery .select-grid-cols [name=Cancel].apply i, .select-grid-cols .three-btn-secendery [name=Cancel].apply i, .three-btn-secendery .alertify-button.alertify-button-cancel i {
    display: none; }

.btn-as-search {
  /*font-size: 1.5rem ; // override it in buttons.scss(Application)*/
  /*padding: .5rem 1.5rem; // override it in buttons.scss(Application)*/
  background-color: #FF4367;
  color: var(--White-Color);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: #FF4367 solid 2px;
  border-radius: 34px;
  font: 700 13px/9px "Karla" !important;
  min-width: 100px;
  padding: 14px 15px 14px 15px;
  outline: none !important;
  border-radius: 34px;
  margin-bottom: 10px !important; }
  .btn-as-search:not([data-action]) {
    /*min-width: 10rem; // override it in buttons.scss(Application)*/ }
  .btn-as-search:hover, .btn-as-search:focus {
    background-color: #FF4367;
    box-shadow: none;
    color: var(--White-Color);
    border-color: #FF4367; }
  .btn-as-search:active {
    color: var(--White-Color);
    border-color: #FF4367;
    background-color: #FF4367;
    box-shadow: none; }
    .btn-as-search:active:hover, .btn-as-search:active:focus {
      color: var(--White-Color);
      border-color: #FF4367;
      box-shadow: none;
      background-color: #FF4367;
      box-shadow: none; }
  .btn-as-search i {
    font-size: 15px;
    font-weight: 700;
    color: var(--White-Color);
    margin-right: 4px; }
  .btn-as-search:hover {
    /* i {
            color: $button-search-color-hover;
             
        }*/
    box-shadow: 3px 3px 15px #FF4367F0; }

.btn-grid-button.btn-as-text {
  /*color: $general-primary-color;*/
  vertical-align: sub; }

.btn-grid-button.btn-as-text-icon, .btn-grid-button.btn-as-text, .btn-grid-button.btn-as-text {
  font: 500 18px "Karla" !important; }

/*.btn-grid-button i.c-ico.icon-close {
    font-size: $Small-Icon-font-size;
}
*/
.btn-grid-button {
  padding-top: 0px;
  padding-bottom: 0px; }

/*@import "components/modules/list";
@import "components/modules/search";
@import "components/controls/form-group";
@import "components/buttons";*/
html {
  min-height: 100vh;
  position: relative;
  font-size: 62.5%;
  /*comment out this like if you like to use 10px as defualt size, you might need to go to some details and override bootstrap default "1rem" and change it to "1.5rem"*/ }

body {
  line-height: 1.5;
  font-family: "Karla",Roboto, Helvetica, sans-serif; }

.mw-none {
  max-width: none !important; }

.navbar-static-top {
  z-index: auto; }

.navbar > .nav.flex-column > li, form .form-body .navbar > .flex-column.form-tabs-header > li {
  /*@extend .nav-item;*/ }

.navbar li.active > a {
  color: #fff; }

.nav-link, .navbar-nav > li > li > a {
  color: #d6d5d5; }

.nav li a, form .form-body .form-tabs-header li a {
  padding: 0 1rem; }

.restart-temp-database {
  position: fixed;
  bottom: 50%;
  left: -63px;
  transform: rotate(90deg);
  padding: 4px 6px;
  background: #003b5c;
  color: #fff;
  font-size: 13px;
  font-family: Arial;
  opacity: 0.4; }

a.disabled {
  pointer-events: none;
  cursor: default; }

legend {
  font-size: 1rem; }

.field-validation-error {
  color: red; }

*[data-sort-item] {
  cursor: move; }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).form-check {
    padding-left: 0; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) [role=button] {
    padding: 0.375rem 0.75rem; }
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) [role=button]::after {
      border: 0;
      content: "\f0d7";
      font-family: 'Font Awesome 5 Free';
      padding: 0 0.5rem;
      font-size: 1.5rem;
      float: right;
      color: var(--general-font-color); }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) [role=combobox] [role=option] {
    font-size: 1.4rem; }
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) [role=combobox] [role=option].dropdown-item.selected {
      background-color: var(--color-primary-75); }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) [role=combobox] button {
    font-size: 1.4rem; }

*[data-control=collapsible-checkboxes] {
  top: 0;
  padding: 0;
  position: relative; }

*[data-control=collapsible-checkboxes] label, *[data-control=collapsible-checkboxes] a {
  cursor: pointer; }

*[data-control=collapsible-checkboxes] .options-container {
  background: #fff;
  border: solid 1px #777777;
  margin-top: -3px;
  width: 300px;
  z-index: 200;
  overflow: hidden;
  display: none;
  position: absolute; }

*[data-control=collapsible-checkboxes] .options-container .toolbox {
  padding: 3px; }

*[data-control=collapsible-checkboxes] .options-container .items-list {
  height: 130px;
  overflow-y: auto;
  padding: 3px;
  overflow-x: hidden; }

*[data-control=collapsible-checkboxes] .options-container input[type="checkbox"] {
  margin-top: 2px;
  margin-right: 5px;
  float: left; }
  *[data-control=collapsible-checkboxes] .options-container input[type="checkbox"] + label {
    margin-left: 22px;
    display: block;
    margin-right: 20px; }

*[data-control=collapsible-checkboxes] .search-container {
  display: none; }

*[data-control=collapsible-checkboxes] .search-container, *[data-control=collapsible-checkboxes] .caption-container {
  position: relative; }
  *[data-control=collapsible-checkboxes] .search-container .fa, *[data-control=collapsible-checkboxes] .search-container .fas, *[data-control=collapsible-checkboxes] .caption-container .fa, *[data-control=collapsible-checkboxes] .caption-container .fas {
    position: absolute;
    right: 10px;
    margin-top: 10px;
    z-index: 2; }

*[data-control=collapsible-checkboxes] .selection-container {
  height: 79px;
  overflow-y: auto;
  padding: 3px;
  overflow-x: hidden;
  border-top: 1px solid #777777; }
  *[data-control=collapsible-checkboxes] .selection-container div.item {
    line-height: 16px;
    float: left;
    margin: 2px;
    position: relative;
    border: solid 1px #333333;
    background-color: #eeeeee;
    position: relative; }
    *[data-control=collapsible-checkboxes] .selection-container div.item .fa, *[data-control=collapsible-checkboxes] .selection-container div.item .fas {
      position: absolute;
      left: 4px;
      top: 50%;
      margin-top: -7px; }
  *[data-control=collapsible-checkboxes] .selection-container div.item label {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 3px 3px 3px 20px; }
  *[data-control=collapsible-checkboxes] .selection-container div.item input[type="checkbox"] {
    position: absolute;
    z-index: 0;
    opacity: 0; }

.form-control[data-control=date-picker], *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox, .form-control[data-control=time-picker], *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox, .form-control[data-control=date-picker\|time-picker], *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox {
  width: 100%; }
  .form-control[data-control=date-picker] + .input-group-addon, *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon, .form-control[data-control=time-picker] + .input-group-addon, *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon, .form-control[data-control=date-picker\|time-picker] + .input-group-addon, *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon {
    position: absolute;
    left: calc(100% - 2rem);
    top: calc(50% - 1.1rem);
    z-index: 999;
    color: #555555; }

.bootstrap-datetimepicker-widget {
  display: block !important;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.75);
  padding: 10px !important;
  width: auto !important;
  border-radius: 28px !important;
  border: 2px solid #EDEDED;
  position: absolute !important;
  inset: 42px auto auto 0px !important; }
  .bootstrap-datetimepicker-widget thead .picker-switch {
    color: #212222;
    font-size: 16px;
    font-weight: 800; }
  .bootstrap-datetimepicker-widget thead .prev, .bootstrap-datetimepicker-widget thead .next {
    opacity: .7;
    border: 0.1rem solid #EDEDED;
    border-radius: 0.4rem; }
  .bootstrap-datetimepicker-widget .table-condensed td {
    width: 50%; }
  .bootstrap-datetimepicker-widget .table-condensed [data-action=today] {
    display: inline-block;
    width: 100%;
    border: none !important; }
    .bootstrap-datetimepicker-widget .table-condensed [data-action=today]:before {
      content: "Today";
      color: var(--general-primary-color);
      font-size: 1.2rem; }
    .bootstrap-datetimepicker-widget .table-condensed [data-action=today]:hover {
      background-color: var(--color-secondary-25); }
    .bootstrap-datetimepicker-widget .table-condensed [data-action=today] .fa, .bootstrap-datetimepicker-widget .table-condensed [data-action=today] .fas {
      display: none; }
  .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: var(--general-primary-color); }
  .bootstrap-datetimepicker-widget > .row {
    flex-wrap: nowrap;
    margin: 0;
    padding-left: 0;
    padding-right: 0; }
    .bootstrap-datetimepicker-widget > .row .col-sm-6 {
      max-width: inherit;
      padding-left: 0;
      padding-right: 0; }
  .bootstrap-datetimepicker-widget .datepicker {
    flex: 1;
    border: none !important; }
    .bootstrap-datetimepicker-widget .datepicker .datepicker-days, .bootstrap-datetimepicker-widget .datepicker .datepicker-months, .bootstrap-datetimepicker-widget .datepicker .datepicker-years {
      width: 190px;
      border: none !important; }
      .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed, .bootstrap-datetimepicker-widget .datepicker .datepicker-months .table-condensed, .bootstrap-datetimepicker-widget .datepicker .datepicker-years .table-condensed {
        border: none !important; }
        .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed thead, .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed tbody, .bootstrap-datetimepicker-widget .datepicker .datepicker-months .table-condensed thead, .bootstrap-datetimepicker-widget .datepicker .datepicker-months .table-condensed tbody, .bootstrap-datetimepicker-widget .datepicker .datepicker-years .table-condensed thead, .bootstrap-datetimepicker-widget .datepicker .datepicker-years .table-condensed tbody {
          border: none !important; }
        .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed thead, .bootstrap-datetimepicker-widget .datepicker .datepicker-months .table-condensed thead, .bootstrap-datetimepicker-widget .datepicker .datepicker-years .table-condensed thead {
          visibility: visible; }
          .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed thead tr th, .bootstrap-datetimepicker-widget .datepicker .datepicker-months .table-condensed thead tr th, .bootstrap-datetimepicker-widget .datepicker .datepicker-years .table-condensed thead tr th {
            border: none !important; }
        .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed tbody .day, .bootstrap-datetimepicker-widget .datepicker .datepicker-months .table-condensed tbody .day, .bootstrap-datetimepicker-widget .datepicker .datepicker-years .table-condensed tbody .day {
          width: 27px;
          height: 27px; }
        .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed tbody tr td span, .bootstrap-datetimepicker-widget .datepicker .datepicker-months .table-condensed tbody tr td span, .bootstrap-datetimepicker-widget .datepicker .datepicker-years .table-condensed tbody tr td span {
          width: 45px;
          height: 45px;
          line-height: 45px;
          margin: 0; }
          .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed tbody tr td span.active, .bootstrap-datetimepicker-widget .datepicker .datepicker-months .table-condensed tbody tr td span.active, .bootstrap-datetimepicker-widget .datepicker .datepicker-years .table-condensed tbody tr td span.active {
            background-color: #C0315C;
            border-radius: 50%; }
        .bootstrap-datetimepicker-widget .datepicker .datepicker-days .table-condensed tbody tr td.active, .bootstrap-datetimepicker-widget .datepicker .datepicker-months .table-condensed tbody tr td.active, .bootstrap-datetimepicker-widget .datepicker .datepicker-years .table-condensed tbody tr td.active {
          border: 1px solid #C0315C;
          border-radius: 50%; }
  .bootstrap-datetimepicker-widget .timepicker {
    flex: 1;
    margin-left: 10px; }
    .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .table-condensed {
      border: none !important; }
      .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .table-condensed tr td {
        border: none !important;
        height: auto;
        /*line-height: normal;*/ }
        .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .table-condensed tr td a {
          padding: 0; }
          .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .table-condensed tr td a span {
            background-color: transparent; }
          .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .table-condensed tr td a:hover {
            background-color: none !important;
            color: white; }
        .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .table-condensed tr td span {
          height: auto;
          line-height: normal; }
      .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .table-condensed tr:nth-child(2) {
        border: none !important;
        font-weight: 800; }
    .bootstrap-datetimepicker-widget .timepicker .timepicker-hours .table-condensed, .bootstrap-datetimepicker-widget .timepicker .timepicker-minutes .table-condensed {
      border: none !important; }
      .bootstrap-datetimepicker-widget .timepicker .timepicker-hours .table-condensed tr td, .bootstrap-datetimepicker-widget .timepicker .timepicker-minutes .table-condensed tr td {
        width: 32px;
        height: 32px; }
      .bootstrap-datetimepicker-widget .timepicker .timepicker-hours .table-condensed tr:nth-child(1) td, .bootstrap-datetimepicker-widget .timepicker .timepicker-minutes .table-condensed tr:nth-child(1) td {
        border-top: none !important; }

.radio-list .radio input[type="radio"], .checkbox-list .checkbox input[type="checkbox"] {
  margin-left: 0; }

.input-group *[data-control=collapsible-checkboxes] .textbox {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.twitter-typeahead .tt-dropdown-menu {
  cursor: pointer;
  max-height: 140px;
  overflow-y: auto; }

input[type="text"].spinedit {
  width: 50%;
  display: inline-block; }

div.spinedit .fa fa-var-plus fa-fw, div.spinedit .fas fa-var-plus fa-fw {
  top: -4px; }

div.spinedit .fa fa-var-minus fa-fw, div.spinedit .fas fa-var-minus fa-fw {
  top: 10px; }

.form-check {
  display: flex;
  margin-bottom: .5rem;
  padding-left: 0; }

.typeahead__container {
  font-family: Roboto;
  font-size: 1.4rem; }
  .typeahead__container .typehead-chevron-down i:first-child {
    position: absolute !important;
    top: 17px !important;
    right: 15px !important;
    opacity: 1 !important;
    color: var(--color-secondary) !important;
    font-size: 7px !important; }
  .typeahead__container .typehead-chevron-down input {
    padding: .375rem 4rem .375rem 2.5rem !important; }
  .typeahead__container .typeahead__cancel-button {
    color: var(--color-secondary-85) !important;
    padding: 0 !important;
    margin: 12px 34px 0px 0px !important; }
    .typeahead__container .typeahead__cancel-button:hover {
      color: var(--color-secondary-85); }

.typeahead__container.result div.typeahead__result {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: white;
  border-radius: 28px !important;
  border: 2px solid #EDEDED !important;
  z-index: 2000; }
  .typeahead__container.result div.typeahead__result ul.typeahead__list {
    margin-right: 20px;
    max-height: 400px;
    overflow-y: scroll;
    position: relative !important;
    border: none !important;
    border-radius: 0px !important; }
    .typeahead__container.result div.typeahead__result ul.typeahead__list::-webkit-scrollbar {
      width: 3px; }
    .typeahead__container.result div.typeahead__result ul.typeahead__list::-webkit-scrollbar-track {
      background: #DDDDDD; }
    .typeahead__container.result div.typeahead__result ul.typeahead__list::-webkit-scrollbar-thumb {
      background-color: #A2A2A2; }
    .typeahead__container.result div.typeahead__result ul.typeahead__list::-webkit-scrollbar-thumb:hover {
      background: #494748; }

.control-label, label, legend {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--general-font-color); }

.form-control, *[data-control=collapsible-checkboxes] .textbox {
  font-size: 1.4rem;
  font-weight: 300; }

.form-group {
  flex-direction: row;
  margin-left: 0;
  margin-right: 0; }
  .form-group .group-control {
    min-width: 22rem;
    max-width: 40rem;
    margin-bottom: 1.5rem;
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 600px) {
      .form-group .group-control {
        min-width: 40rem; } }
  @media (min-width: 600px) {
    .form-group.range-input .group-control {
      display: flex; }
      .form-group.range-input .group-control .form-control, .form-group.range-input .group-control *[data-control=collapsible-checkboxes] .textbox, *[data-control=collapsible-checkboxes] .form-group.range-input .group-control .textbox {
        border-radius: 0.4rem; }
      .form-group.range-input .group-control .range-label {
        padding: 0.5rem 0.5rem 0 0.5rem; } }

.archive-button {
  cursor: pointer;
  display: inline-block;
  background-color: var(--general-primary-color);
  border-radius: calc(2.6rem / 2);
  width: calc(2.6rem * 1.8);
  height: 2.6rem;
  position: relative;
  text-align: left; }
  .archive-button:before {
    transition: all .3s ease-in-out;
    background-color: white;
    content: ' ';
    border-radius: 50%;
    position: relative;
    display: inline-block;
    top: calc(2.6rem * .1);
    height: calc(2.6rem * .8);
    width: calc(2.6rem * .8);
    left: calc(2.6rem * .88); }
  .archive-button.item-archived {
    background-color: #3B3B3B; }
    .archive-button.item-archived:before {
      left: calc(2.6rem * .15); }

input[type='checkbox'].handled {
  opacity: 0;
  position: absolute; }
  input[type='checkbox'].handled:focus + .checkbox-helper {
    box-shadow: 0 0 0 0 #fff, 0 0 0 0.2rem rgba(102, 175, 233, 0.5);
    border: 1px solid #66afe9; }
  input[type='checkbox'].handled:checked + .checkbox-helper:before {
    outline: none;
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    content: '';
    background-color: var(--general-primary-color);
    border-radius: 0.4rem;
    position: relative;
    left: 1px;
    top: -1px;
    float: right; }
  input[type='checkbox'].handled + .checkbox-helper + label {
    padding-left: 1rem; }

.checkbox-helper {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #EDEDED;
  border-radius: 0.4rem;
  background-color: #fff; }

input[type='radio'].handled {
  opacity: 0;
  position: absolute; }
  input[type='radio'].handled:focus + .radio-helper {
    box-shadow: 0 0 0 0 #fff, 0 0 0 0.2rem rgba(102, 175, 233, 0.5);
    border: 1px solid #66afe9; }
  input[type='radio'].handled:checked + .radio-helper:before {
    outline: none;
    display: inline-block;
    height: 2.2rem;
    width: 2.2rem;
    border-radius: 50%;
    content: '';
    background-color: var(--general-primary-color);
    position: relative;
    left: 1px;
    top: -1px;
    float: right; }
  input[type='radio'].handled + .radio-helper + label {
    padding-left: 1rem; }

.radio-helper {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #EDEDED;
  border-radius: 50%;
  background-color: #fff; }

.pagination {
  display: inline-block;
  margin: auto;
  background-color: #fff;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 0.1rem solid #EDEDED;
  border-radius: 0.4rem;
  overflow: hidden; }
  .pagination li {
    float: left;
    display: inline-block;
    padding: 0.375rem 0; }
    .pagination li a {
      padding: 0.375rem 1.5rem;
      text-decoration: none;
      color: #555555; }
    .pagination li:not(:last-child) {
      border-right: 0.1rem solid #EDEDED; }
    .pagination li:not(.disabled):not(.active):hover {
      background-color: var(--color-primary-75); }
    .pagination li.disabled {
      opacity: 0.6; }
      .pagination li.disabled a {
        cursor: default; }
    .pagination li.active {
      background-color: var(--general-primary-color); }
      .pagination li.active a {
        color: var(--color-primary-100); }

.pagination-size {
  display: inline-block;
  float: right; }
  .pagination-size .dropdown.bootstrap-select:not(.dummy-class-to-make-it-important) {
    width: initial; }

.as-buttons-input .group-control {
  max-width: 100%; }
  .as-buttons-input .group-control input[type=radio],
  .as-buttons-input .group-control input[type=checkbox] {
    opacity: 0;
    position: absolute; }
    .as-buttons-input .group-control input[type=radio] + label,
    .as-buttons-input .group-control input[type=checkbox] + label {
      cursor: pointer;
      background-color: white;
      border-radius: 0.4rem; }
    .as-buttons-input .group-control input[type=radio]:checked + label,
    .as-buttons-input .group-control input[type=checkbox]:checked + label {
      color: white;
      background-color: var(--general-primary-color); }

.radio-list {
  padding-top: 10px !important; }
  .radio-list input[type='radio'].handled, .radio-list input[type='radio'] {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden; }
    .radio-list input[type='radio'].handled:focus + .radio-helper, .radio-list input[type='radio']:focus + .radio-helper {
      cursor: pointer; }
  .radio-list label .fas {
    margin-right: 5px; }
  .radio-list .form-check-inline {
    margin: 0 0.5rem 0.5rem 0; }

/*
//It is in Pezhman files, Where should it be
.bootstrap-select > .dropdown-toggle { background: #fff; border: 1px solid $secondary; }
*/
/* Forms */
form .control-label {
  flex: 1;
  text-align: left; }

form .group-control {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    form .group-control {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

form .subform-group-control {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    form .subform-group-control {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

form .password-strength .progress {
  margin-top: 8px; }

form .file-upload {
  min-height: 64px;
  /* TODO: Fix this to be proper responsive setup. input[type=file] { float: left; }*/ }

form .file-upload .btn, form .file-upload .radio-list label, .radio-list form .file-upload label, form .file-upload .select-grid-cols .cancel, .select-grid-cols form .file-upload .cancel, form .file-upload .select-grid-cols .apply, .select-grid-cols form .file-upload .apply {
  padding: 4px; }

form .file-upload .current-file {
  display: none; }

form .file-upload .current-file a {
  color: #333333; }

form .file-upload .progress {
  min-width: 70%;
  height: 34px;
  margin-bottom: 0; }

form .file-upload .progress .progress-bar {
  width: 0; }

form .file-upload .progress input.form-control, form .file-upload .progress *[data-control=collapsible-checkboxes] input.textbox, *[data-control=collapsible-checkboxes] form .file-upload .progress input.textbox {
  background-color: transparent;
  color: #fff;
  font-size: 100%;
  border: none;
  position: absolute; }

form .file-upload input[type=file] {
  display: inline-block; }

form .file-upload .delete-file {
  float: right;
  position: relative;
  top: -28px;
  z-index: 2; }

form .file-upload .file-target {
  cursor: pointer; }

form .form-body .tab-content {
  padding: 20px; }

form .horizontal-subform {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    form .horizontal-subform {
      flex: 0 0 50%;
      max-width: 50%; } }

form .horizontal-subform table {
  margin-bottom: 0;
  overflow: visible; }

form .horizontal-subform table thead {
  visibility: hidden; }

form .horizontal-subform table .group-control {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    form .horizontal-subform table .group-control {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

form .horizontal-subform table .form-group {
  margin-bottom: 0; }

form .horizontal-subform table tbody > tr > td {
  border-top: 0; }

form .subform-group-control {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    form .subform-group-control {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

form .vertical-subform .subform-item {
  margin-bottom: 2px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  form .vertical-subform .subform-item .subform-item-body {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 992px) {
      form .vertical-subform .subform-item .subform-item-body {
        flex: 0 0 50%;
        max-width: 50%; } }
    form .vertical-subform .subform-item .subform-item-body {
      background: #eee;
      border-radius: 5px;
      padding-top: 10px;
      padding-bottom: 2px;
      margin-bottom: 2px; }
    form .vertical-subform .subform-item .subform-item-body .form-group label {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 992px) {
        form .vertical-subform .subform-item .subform-item-body .form-group label {
          flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
    form .vertical-subform .subform-item .subform-item-body .form-group .group-control {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 992px) {
        form .vertical-subform .subform-item .subform-item-body .form-group .group-control {
          flex: 0 0 66.66667%;
          max-width: 66.66667%; } }
  form .vertical-subform .subform-item .subform-delete-wrapper {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 992px) {
      form .vertical-subform .subform-item .subform-delete-wrapper {
        flex: 0 0 25%;
        max-width: 25%; } }

form .subform-item a.delete-button i {
  font-size: 18pt;
  margin-top: 4px; }

form .input-group.unboxed .input-group-addon {
  border: 0;
  background: none; }

.form-group > .group-control:not(:first-of-type):last-of-type > * {
  margin-top: 15px; }
  @media (min-width: 992px) {
    .form-group > .group-control:not(:first-of-type):last-of-type > * {
      margin-top: 0; } }

.input-form .buttons-row {
  /*@include make-row();*/ }
  .input-form .buttons-row .buttons {
    /*@include make-column-lg(6);*/
    width: 40rem; }
    .input-form .buttons-row .buttons .btn:not(:first-child), .input-form .buttons-row .buttons .radio-list label:not(:first-child), .radio-list .input-form .buttons-row .buttons label:not(:first-child), .input-form .buttons-row .buttons .select-grid-cols .cancel:not(:first-child), .select-grid-cols .input-form .buttons-row .buttons .cancel:not(:first-child), .input-form .buttons-row .buttons .select-grid-cols .apply:not(:first-child), .select-grid-cols .input-form .buttons-row .buttons .apply:not(:first-child) {
      margin-left: .3rem; }

.subform .subform-item .delete-button {
  display: flex; }
  .subform .subform-item .delete-button:hover {
    text-decoration: none; }
  .subform .subform-item .delete-button i {
    font-size: 16px;
    margin-top: 8px; }

.empty-list {
  padding: 15px 0; }

.grid .actions {
  white-space: nowrap;
  width: 1px;
  text-align: center; }

.grid > tbody > tr.highlighted {
  background: #d3ecd3; }

.grid tbody tr td {
  vertical-align: top; }
  .grid tbody tr td .btn, .grid tbody tr td .radio-list label, .radio-list .grid tbody tr td label, .grid tbody tr td .select-grid-cols .cancel, .select-grid-cols .grid tbody tr td .cancel, .grid tbody tr td .select-grid-cols .apply, .select-grid-cols .grid tbody tr td .apply {
    border: none;
    background: inherit; }
    .grid tbody tr td .btn:active, .grid tbody tr td .radio-list label:active, .radio-list .grid tbody tr td label:active, .grid tbody tr td .select-grid-cols .cancel:active, .select-grid-cols .grid tbody tr td .cancel:active, .grid tbody tr td .select-grid-cols .apply:active, .select-grid-cols .grid tbody tr td .apply:active {
      background-color: inherit; }
    .grid tbody tr td .btn:hover, .grid tbody tr td .radio-list label:hover, .radio-list .grid tbody tr td label:hover, .grid tbody tr td .select-grid-cols .cancel:hover, .select-grid-cols .grid tbody tr td .cancel:hover, .grid tbody tr td .select-grid-cols .apply:hover, .select-grid-cols .grid tbody tr td .apply:hover, .grid tbody tr td .btn:focus, .grid tbody tr td .radio-list label:focus, .radio-list .grid tbody tr td label:focus, .grid tbody tr td .select-grid-cols .cancel:focus, .select-grid-cols .grid tbody tr td .cancel:focus, .grid tbody tr td .select-grid-cols .apply:focus, .select-grid-cols .grid tbody tr td .apply:focus, .grid tbody tr td .btn:active:hover, .grid tbody tr td .radio-list label:active:hover, .radio-list .grid tbody tr td label:active:hover, .grid tbody tr td .select-grid-cols .cancel:active:hover, .select-grid-cols .grid tbody tr td .cancel:active:hover, .grid tbody tr td .select-grid-cols .apply:active:hover, .select-grid-cols .grid tbody tr td .apply:active:hover, .grid tbody tr td .btn:active:focus, .grid tbody tr td .radio-list label:active:focus, .radio-list .grid tbody tr td label:active:focus, .grid tbody tr td .select-grid-cols .cancel:active:focus, .select-grid-cols .grid tbody tr td .cancel:active:focus, .grid tbody tr td .select-grid-cols .apply:active:focus, .select-grid-cols .grid tbody tr td .apply:active:focus {
      border-color: inherit;
      background-color: inherit;
      box-shadow: inherit; }
    .grid tbody tr td .btn i, .grid tbody tr td .radio-list label i, .radio-list .grid tbody tr td label i, .grid tbody tr td .select-grid-cols .cancel i, .select-grid-cols .grid tbody tr td .cancel i, .grid tbody tr td .select-grid-cols .apply i, .select-grid-cols .grid tbody tr td .apply i {
      font-size: 2.5rem; }
    .grid tbody tr td .btn .fa, .grid tbody tr td .radio-list label .fa, .radio-list .grid tbody tr td label .fa, .grid tbody tr td .select-grid-cols .cancel .fa, .select-grid-cols .grid tbody tr td .cancel .fa, .grid tbody tr td .select-grid-cols .apply .fa, .select-grid-cols .grid tbody tr td .apply .fa, .grid tbody tr td .btn .fas, .grid tbody tr td .radio-list label .fas, .radio-list .grid tbody tr td label .fas, .grid tbody tr td .select-grid-cols .cancel .fas, .select-grid-cols .grid tbody tr td .cancel .fas, .grid tbody tr td .select-grid-cols .apply .fas, .select-grid-cols .grid tbody tr td .apply .fas {
      color: #555555; }
    .grid tbody tr td .btn:hover .fa, .grid tbody tr td .radio-list label:hover .fa, .radio-list .grid tbody tr td label:hover .fa, .grid tbody tr td .select-grid-cols .cancel:hover .fa, .select-grid-cols .grid tbody tr td .cancel:hover .fa, .grid tbody tr td .select-grid-cols .apply:hover .fa, .select-grid-cols .grid tbody tr td .apply:hover .fa, .grid tbody tr td .btn:hover .fas, .grid tbody tr td .radio-list label:hover .fas, .radio-list .grid tbody tr td label:hover .fas, .grid tbody tr td .select-grid-cols .cancel:hover .fas, .select-grid-cols .grid tbody tr td .cancel:hover .fas, .grid tbody tr td .select-grid-cols .apply:hover .fas, .select-grid-cols .grid tbody tr td .apply:hover .fas {
      color: var(--general-primary-color); }
  .grid tbody tr td img {
    max-width: 200px; }

th.sort-ascending i {
  /*        @extend .fas;
        @include fa-icon();*/
  margin-left: 20px; }
  th.sort-ascending i:before {
    content: ""; }

th.sort-descending i {
  /*@extend .fas;*/
  /*@include fa-icon();*/
  margin-left: 20px; }
  th.sort-descending i:before {
    content: ""; }

.select-grid-cols div.select-cols {
  position: absolute;
  z-index: 10000;
  display: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 15px;
  background: #fff; }

.grid {
  display: table;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: #fff; }
  .grid .r-grid-head, .grid .r-grid-body, .grid thead, .grid tbody {
    display: table-row-group; }
    .grid .r-grid-head .r-grid-head-row, .grid .r-grid-head thead tr, .grid thead .r-grid-head tr, .grid .r-grid-head .r-grid-row, .grid .r-grid-head tbody tr, .grid tbody .r-grid-head tr, .grid .r-grid-body .r-grid-head-row, .grid thead .r-grid-head-row, .grid tbody .r-grid-head-row, .grid .r-grid-body thead tr, .grid thead .r-grid-body tr, .grid thead tr, .grid .r-grid-body .r-grid-row, .grid thead .r-grid-row, .grid tbody .r-grid-row, .grid .r-grid-body tbody tr, .grid tbody .r-grid-body tr, .grid tbody tr {
      display: table-row; }
      .grid .r-grid-head .r-grid-head-row .r-grid-head-cell, .grid .r-grid-head thead tr .r-grid-head-cell, .grid thead .r-grid-head tr .r-grid-head-cell, .grid .r-grid-head .r-grid-head-row thead tr th, .grid thead tr .r-grid-head .r-grid-head-row th, .grid .r-grid-head thead tr th, .grid thead .r-grid-head tr th, .grid .r-grid-head .r-grid-head-row .r-grid-cell, .grid .r-grid-head thead tr .r-grid-cell, .grid thead .r-grid-head tr .r-grid-cell, .grid .r-grid-head .r-grid-head-row tbody tr th, .grid tbody tr .r-grid-head .r-grid-head-row th, .grid .r-grid-head thead tbody tr th, .grid tbody .r-grid-head thead tr th, .grid thead .r-grid-head tbody tr th, .grid tbody thead .r-grid-head tr th, .grid .r-grid-head .r-grid-row .r-grid-head-cell, .grid .r-grid-head tbody tr .r-grid-head-cell, .grid tbody .r-grid-head tr .r-grid-head-cell, .grid .r-grid-head .r-grid-row thead tr th, .grid thead tr .r-grid-head .r-grid-row th, .grid .r-grid-head tbody thead tr th, .grid thead .r-grid-head tbody tr th, .grid tbody .r-grid-head thead tr th, .grid thead tbody .r-grid-head tr th, .grid .r-grid-head .r-grid-row .r-grid-cell, .grid .r-grid-head tbody tr .r-grid-cell, .grid tbody .r-grid-head tr .r-grid-cell, .grid .r-grid-head .r-grid-row tbody tr th, .grid tbody tr .r-grid-head .r-grid-row th, .grid .r-grid-head tbody tr th, .grid tbody .r-grid-head tr th, .grid .r-grid-body .r-grid-head-row .r-grid-head-cell, .grid thead .r-grid-head-row .r-grid-head-cell, .grid tbody .r-grid-head-row .r-grid-head-cell, .grid .r-grid-body thead tr .r-grid-head-cell, .grid thead .r-grid-body tr .r-grid-head-cell, .grid thead tr .r-grid-head-cell, .grid tbody thead tr .r-grid-head-cell, .grid thead tbody tr .r-grid-head-cell, .grid .r-grid-body .r-grid-head-row thead tr th, .grid thead tr .r-grid-body .r-grid-head-row th, .grid thead .r-grid-head-row tr th, .grid thead tr .r-grid-head-row th, .grid tbody .r-grid-head-row thead tr th, .grid thead tr tbody .r-grid-head-row th, .grid .r-grid-body thead tr th, .grid thead .r-grid-body tr th, .grid thead tr th, .grid .r-grid-body .r-grid-head-row .r-grid-cell, .grid thead .r-grid-head-row .r-grid-cell, .grid tbody .r-grid-head-row .r-grid-cell, .grid .r-grid-body thead tr .r-grid-cell, .grid thead .r-grid-body tr .r-grid-cell, .grid thead tr .r-grid-cell, .grid tbody thead tr .r-grid-cell, .grid thead tbody tr .r-grid-cell, .grid .r-grid-body .r-grid-head-row tbody tr th, .grid tbody tr .r-grid-body .r-grid-head-row th, .grid thead .r-grid-head-row tbody tr th, .grid tbody tr thead .r-grid-head-row th, .grid tbody .r-grid-head-row tr th, .grid tbody tr .r-grid-head-row th, .grid .r-grid-body thead tbody tr th, .grid tbody .r-grid-body thead tr th, .grid thead .r-grid-body tbody tr th, .grid tbody thead .r-grid-body tr th, .grid tbody thead tr th, .grid thead tbody tr th, .grid .r-grid-body .r-grid-row .r-grid-head-cell, .grid thead .r-grid-row .r-grid-head-cell, .grid tbody .r-grid-row .r-grid-head-cell, .grid .r-grid-body tbody tr .r-grid-head-cell, .grid tbody .r-grid-body tr .r-grid-head-cell, .grid thead tbody tr .r-grid-head-cell, .grid tbody thead tr .r-grid-head-cell, .grid tbody tr .r-grid-head-cell, .grid .r-grid-body .r-grid-row thead tr th, .grid thead tr .r-grid-body .r-grid-row th, .grid thead .r-grid-row tr th, .grid thead tr .r-grid-row th, .grid tbody .r-grid-row thead tr th, .grid thead tr tbody .r-grid-row th, .grid .r-grid-body tbody thead tr th, .grid thead .r-grid-body tbody tr th, .grid tbody .r-grid-body thead tr th, .grid thead tbody .r-grid-body tr th, .grid tbody thead tr th, .grid thead tbody tr th, .grid .r-grid-body .r-grid-row .r-grid-cell, .grid thead .r-grid-row .r-grid-cell, .grid tbody .r-grid-row .r-grid-cell, .grid .r-grid-body tbody tr .r-grid-cell, .grid tbody .r-grid-body tr .r-grid-cell, .grid thead tbody tr .r-grid-cell, .grid tbody thead tr .r-grid-cell, .grid tbody tr .r-grid-cell, .grid .r-grid-body .r-grid-row tbody tr th, .grid tbody tr .r-grid-body .r-grid-row th, .grid thead .r-grid-row tbody tr th, .grid tbody tr thead .r-grid-row th, .grid tbody .r-grid-row tr th, .grid tbody tr .r-grid-row th, .grid .r-grid-body tbody tr th, .grid tbody .r-grid-body tr th, .grid tbody tr th {
        display: table-cell;
        line-height: 1.42857;
        padding: 0.75rem;
        vertical-align: top; }
        .grid .r-grid-head .r-grid-head-row .r-grid-head-cell.actions, .grid .r-grid-head thead tr .r-grid-head-cell.actions, .grid thead .r-grid-head tr .r-grid-head-cell.actions, .grid .r-grid-head .r-grid-head-row thead tr th.actions, .grid thead tr .r-grid-head .r-grid-head-row th.actions, .grid .r-grid-head thead tr th.actions, .grid thead .r-grid-head tr th.actions, .grid .r-grid-head .r-grid-head-row .r-grid-cell.actions, .grid .r-grid-head thead tr .r-grid-cell.actions, .grid thead .r-grid-head tr .r-grid-cell.actions, .grid .r-grid-head .r-grid-head-row tbody tr th.actions, .grid tbody tr .r-grid-head .r-grid-head-row th.actions, .grid .r-grid-head thead tbody tr th.actions, .grid tbody .r-grid-head thead tr th.actions, .grid thead .r-grid-head tbody tr th.actions, .grid tbody thead .r-grid-head tr th.actions, .grid .r-grid-head .r-grid-row .r-grid-head-cell.actions, .grid .r-grid-head tbody tr .r-grid-head-cell.actions, .grid tbody .r-grid-head tr .r-grid-head-cell.actions, .grid .r-grid-head .r-grid-row thead tr th.actions, .grid thead tr .r-grid-head .r-grid-row th.actions, .grid .r-grid-head tbody thead tr th.actions, .grid thead .r-grid-head tbody tr th.actions, .grid tbody .r-grid-head thead tr th.actions, .grid thead tbody .r-grid-head tr th.actions, .grid .r-grid-head .r-grid-row .r-grid-cell.actions, .grid .r-grid-head tbody tr .r-grid-cell.actions, .grid tbody .r-grid-head tr .r-grid-cell.actions, .grid .r-grid-head .r-grid-row tbody tr th.actions, .grid tbody tr .r-grid-head .r-grid-row th.actions, .grid .r-grid-head tbody tr th.actions, .grid tbody .r-grid-head tr th.actions, .grid .r-grid-body .r-grid-head-row .r-grid-head-cell.actions, .grid thead .r-grid-head-row .r-grid-head-cell.actions, .grid tbody .r-grid-head-row .r-grid-head-cell.actions, .grid .r-grid-body thead tr .r-grid-head-cell.actions, .grid thead .r-grid-body tr .r-grid-head-cell.actions, .grid thead tr .r-grid-head-cell.actions, .grid tbody thead tr .r-grid-head-cell.actions, .grid thead tbody tr .r-grid-head-cell.actions, .grid .r-grid-body .r-grid-head-row thead tr th.actions, .grid thead tr .r-grid-body .r-grid-head-row th.actions, .grid thead .r-grid-head-row tr th.actions, .grid thead tr .r-grid-head-row th.actions, .grid tbody .r-grid-head-row thead tr th.actions, .grid thead tr tbody .r-grid-head-row th.actions, .grid .r-grid-body thead tr th.actions, .grid thead .r-grid-body tr th.actions, .grid thead tr th.actions, .grid .r-grid-body .r-grid-head-row .r-grid-cell.actions, .grid thead .r-grid-head-row .r-grid-cell.actions, .grid tbody .r-grid-head-row .r-grid-cell.actions, .grid .r-grid-body thead tr .r-grid-cell.actions, .grid thead .r-grid-body tr .r-grid-cell.actions, .grid thead tr .r-grid-cell.actions, .grid tbody thead tr .r-grid-cell.actions, .grid thead tbody tr .r-grid-cell.actions, .grid .r-grid-body .r-grid-head-row tbody tr th.actions, .grid tbody tr .r-grid-body .r-grid-head-row th.actions, .grid thead .r-grid-head-row tbody tr th.actions, .grid tbody tr thead .r-grid-head-row th.actions, .grid tbody .r-grid-head-row tr th.actions, .grid tbody tr .r-grid-head-row th.actions, .grid .r-grid-body thead tbody tr th.actions, .grid tbody .r-grid-body thead tr th.actions, .grid thead .r-grid-body tbody tr th.actions, .grid tbody thead .r-grid-body tr th.actions, .grid tbody thead tr th.actions, .grid thead tbody tr th.actions, .grid .r-grid-body .r-grid-row .r-grid-head-cell.actions, .grid thead .r-grid-row .r-grid-head-cell.actions, .grid tbody .r-grid-row .r-grid-head-cell.actions, .grid .r-grid-body tbody tr .r-grid-head-cell.actions, .grid tbody .r-grid-body tr .r-grid-head-cell.actions, .grid thead tbody tr .r-grid-head-cell.actions, .grid tbody thead tr .r-grid-head-cell.actions, .grid tbody tr .r-grid-head-cell.actions, .grid .r-grid-body .r-grid-row thead tr th.actions, .grid thead tr .r-grid-body .r-grid-row th.actions, .grid thead .r-grid-row tr th.actions, .grid thead tr .r-grid-row th.actions, .grid tbody .r-grid-row thead tr th.actions, .grid thead tr tbody .r-grid-row th.actions, .grid .r-grid-body tbody thead tr th.actions, .grid thead .r-grid-body tbody tr th.actions, .grid tbody .r-grid-body thead tr th.actions, .grid thead tbody .r-grid-body tr th.actions, .grid tbody thead tr th.actions, .grid thead tbody tr th.actions, .grid .r-grid-body .r-grid-row .r-grid-cell.actions, .grid thead .r-grid-row .r-grid-cell.actions, .grid tbody .r-grid-row .r-grid-cell.actions, .grid .r-grid-body tbody tr .r-grid-cell.actions, .grid tbody .r-grid-body tr .r-grid-cell.actions, .grid thead tbody tr .r-grid-cell.actions, .grid tbody thead tr .r-grid-cell.actions, .grid tbody tr .r-grid-cell.actions, .grid .r-grid-body .r-grid-row tbody tr th.actions, .grid tbody tr .r-grid-body .r-grid-row th.actions, .grid thead .r-grid-row tbody tr th.actions, .grid tbody tr thead .r-grid-row th.actions, .grid tbody .r-grid-row tr th.actions, .grid tbody tr .r-grid-row th.actions, .grid .r-grid-body tbody tr th.actions, .grid tbody .r-grid-body tr th.actions, .grid tbody tr th.actions {
          white-space: nowrap;
          width: 1px;
          text-align: center; }
  .grid .r-grid-head .r-grid-head-row, .grid .r-grid-head thead tr, .grid thead .r-grid-head tr {
    bbbborder: 1;
    border-bottom: 1px solid #EDEDED; }
    .grid .r-grid-head .r-grid-head-row .r-grid-head-cell, .grid .r-grid-head thead tr .r-grid-head-cell, .grid thead .r-grid-head tr .r-grid-head-cell, .grid .r-grid-head .r-grid-head-row thead tr th, .grid thead tr .r-grid-head .r-grid-head-row th, .grid .r-grid-head thead tr th, .grid thead .r-grid-head tr th {
      font-weight: 400;
      background-color: #3B3B3B;
      color: var(--color-primary-100);
      vertical-align: bottom; }
      .grid .r-grid-head .r-grid-head-row .r-grid-head-cell a, .grid .r-grid-head thead tr .r-grid-head-cell a, .grid thead .r-grid-head tr .r-grid-head-cell a, .grid .r-grid-head .r-grid-head-row thead tr th a, .grid thead tr .r-grid-head .r-grid-head-row th a, .grid .r-grid-head thead tr th a, .grid thead .r-grid-head tr th a {
        color: var(--color-primary-100); }
  .grid .r-grid-body .r-grid-row:hover, .grid thead .r-grid-row:hover, .grid tbody .r-grid-row:hover, .grid .r-grid-body tbody tr:hover, .grid tbody .r-grid-body tr:hover, .grid tbody tr:hover {
    zxzxzxasasasasa1121212: sdsd;
    background-color: #F8E5E9; }
  .grid .r-grid-body .r-grid-row:not(:first-child) .r-grid-cell, .grid thead .r-grid-row:not(:first-child) .r-grid-cell, .grid tbody .r-grid-row:not(:first-child) .r-grid-cell, .grid .r-grid-body tbody tr:not(:first-child) .r-grid-cell, .grid tbody .r-grid-body tr:not(:first-child) .r-grid-cell, .grid thead tbody tr:not(:first-child) .r-grid-cell, .grid tbody thead tr:not(:first-child) .r-grid-cell, .grid tbody tr:not(:first-child) .r-grid-cell, .grid .r-grid-body .r-grid-row:not(:first-child) tbody tr th, .grid tbody tr .r-grid-body .r-grid-row:not(:first-child) th, .grid thead .r-grid-row:not(:first-child) tbody tr th, .grid tbody tr thead .r-grid-row:not(:first-child) th, .grid tbody .r-grid-row:not(:first-child) tr th, .grid tbody tr .r-grid-row:not(:first-child) th, .grid .r-grid-body tbody tr:not(:first-child) th, .grid tbody .r-grid-body tr:not(:first-child) th, .grid tbody tr:not(:first-child) th {
    bbbborder: 2;
    border-top: 1px solid #EDEDED; }
  .grid .r-grid-body .r-grid-row .r-grid-cell .cell-label, .grid thead .r-grid-row .r-grid-cell .cell-label, .grid tbody .r-grid-row .r-grid-cell .cell-label, .grid .r-grid-body tbody tr .r-grid-cell .cell-label, .grid tbody .r-grid-body tr .r-grid-cell .cell-label, .grid thead tbody tr .r-grid-cell .cell-label, .grid tbody thead tr .r-grid-cell .cell-label, .grid tbody tr .r-grid-cell .cell-label, .grid .r-grid-body .r-grid-row tbody tr th .cell-label, .grid tbody tr .r-grid-body .r-grid-row th .cell-label, .grid thead .r-grid-row tbody tr th .cell-label, .grid tbody tr thead .r-grid-row th .cell-label, .grid tbody .r-grid-row tr th .cell-label, .grid tbody tr .r-grid-row th .cell-label, .grid .r-grid-body tbody tr th .cell-label, .grid tbody .r-grid-body tr th .cell-label, .grid thead tbody tr th .cell-label, .grid tbody thead tr th .cell-label, .grid tbody tr th .cell-label {
    display: none; }
  .grid thead tr th, .grid thead tr th a {
    background-color: transparent;
    color: var(--general-font-color); }

.item-archived {
  background-color: var(--color-secondary-25); }

.grid.grid-list {
  color: var(--general-font-color);
  border: 1px solid var(--color-secondary-10);
  background-color: transparent; }
  .grid.grid-list th {
    myTh: 3434;
    font: 300 17px "Karla";
    background-color: transparent;
    color: var(--general-font-color);
    border: none;
    border-bottom: 1px solid #DCDCDC; }
  .grid.grid-list th a {
    myTh: 3432;
    font: 300 17px "Karla";
    background-color: transparent;
    color: var(--general-font-color); }
  .grid.grid-list tbody {
    font: 400 17px "Karla";
    border-bottom: 1px solid #DCDCDC; }
    .grid.grid-list tbody tr {
      wewexcxw: 28;
      background-color: #F7F7F7;
      height: 47px; }
      .grid.grid-list tbody tr:hover:not(.row-archived):not(.expanded) {
        color: var(--general-font-color);
        background-color: #F8E5E9; }
      .grid.grid-list tbody tr:hover:not(.row-archived) .btn-grid-button, .grid.grid-list tbody tr:hover:not(.row-archived) .module-button {
        /*  , i {
        color: $grid-button-highlight-color;
    }*/
        /* &:hover {
        , i {
            color: $grid-button-hover-color;
        }
    }*/ }
        .grid.grid-list tbody tr:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover, .grid.grid-list tbody tr:hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover i, .grid.grid-list tbody tr:hover:not(.row-archived) .module-button:not(.btn-as-link):hover, .grid.grid-list tbody tr:hover:not(.row-archived) .module-button:not(.btn-as-link):hover i {
          text-decoration: none; }
      .grid.grid-list tbody tr td {
        border: none; }
      .grid.grid-list tbody tr td:not(.actions) {
        padding-top: 13px; }
      .grid.grid-list tbody tr td a i {
        color: var(--color-primary-85); }

.grid.grid-list.active-grid.single > tbody tr:not(.row-archived) {
  background-color: #F7F7F7;
  background-color: transparent; }
  .grid.grid-list.active-grid.single > tbody tr:not(.row-archived):hover:not(.row-archived):not(.expanded) {
    color: var(--general-font-color);
    background-color: #F8E5E9; }
  .grid.grid-list.active-grid.single > tbody tr:not(.row-archived):hover:not(.row-archived) .btn-grid-button, .grid.grid-list.active-grid.single > tbody tr:not(.row-archived):hover:not(.row-archived) .module-button {
    /*  , i {
        color: $grid-button-highlight-color;
    }*/
    /* &:hover {
        , i {
            color: $grid-button-hover-color;
        }
    }*/ }
    .grid.grid-list.active-grid.single > tbody tr:not(.row-archived):hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover, .grid.grid-list.active-grid.single > tbody tr:not(.row-archived):hover:not(.row-archived) .btn-grid-button:not(.btn-as-link):hover i, .grid.grid-list.active-grid.single > tbody tr:not(.row-archived):hover:not(.row-archived) .module-button:not(.btn-as-link):hover, .grid.grid-list.active-grid.single > tbody tr:not(.row-archived):hover:not(.row-archived) .module-button:not(.btn-as-link):hover i {
      text-decoration: none; }

.grid.grid-list.active-grid.multiple > tbody tr:not(.row-archived) {
  background-color: #F7F7F7; }
  .grid.grid-list.active-grid.multiple > tbody tr:not(.row-archived):hover:not(.row-archived):not(.expanded) {
    color: var(--general-font-color);
    background-color: #F8E5E9; }
  .grid.grid-list.active-grid.multiple > tbody tr:not(.row-archived):hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item), .grid.grid-list.active-grid.multiple > tbody tr:not(.row-archived):hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item) {
    /*  , i {
        color: $grid-button-highlight-color;
    }*/
    /* &:hover {
        , i {
            color: $grid-button-hover-color;
        }
    }*/ }
    .grid.grid-list.active-grid.multiple > tbody tr:not(.row-archived):hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover, .grid.grid-list.active-grid.multiple > tbody tr:not(.row-archived):hover:not(.row-archived) .btn-grid-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover i, .grid.grid-list.active-grid.multiple > tbody tr:not(.row-archived):hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover, .grid.grid-list.active-grid.multiple > tbody tr:not(.row-archived):hover:not(.row-archived) .module-button:not(.cardItem-child-item *):not(.cardItem-child-item):not(.btn-as-link):hover i {
      text-decoration: none; }
  .grid.grid-list.active-grid.multiple > tbody tr:not(.row-archived):hover td tbody tr {
    background-color: var(--White-Color); }
    .grid.grid-list.active-grid.multiple > tbody tr:not(.row-archived):hover td tbody tr:hover:not(.row-archived):not(.expanded) {
      color: var(--general-font-color);
      background-color: #ff9cab; }

.grid.grid-list.active-grid.multiple td tbody tr {
  background-color: var(--White-Color); }
  .grid.grid-list.active-grid.multiple td tbody tr:hover .btn-grid-button, .grid.grid-list.active-grid.multiple td tbody tr:hover .module-button {
    /*  , i {
        color: $grid-button-highlight-color;
    }*/
    /* &:hover {
        , i {
            color: $grid-button-hover-color;
        }
    }*/ }
    .grid.grid-list.active-grid.multiple td tbody tr:hover .btn-grid-button:not(.btn-as-link):hover, .grid.grid-list.active-grid.multiple td tbody tr:hover .btn-grid-button:not(.btn-as-link):hover i, .grid.grid-list.active-grid.multiple td tbody tr:hover .module-button:not(.btn-as-link):hover, .grid.grid-list.active-grid.multiple td tbody tr:hover .module-button:not(.btn-as-link):hover i {
      text-decoration: none; }

.grid.grid-list.nonactive-grid tbody {
  /*background-color: $Grid-Single-Row_or_Card-back-color;*/ }
  .grid.grid-list.nonactive-grid tbody tr:hover {
    background-color: #F7F7F7; }

th.sort-ascending a {
  color: #FF4367 !important; }

th.sort-ascending:before {
  color: #FF4367; }

th.sort-ascending i {
  display: none;
  margin-left: 20px;
  font-size: 6px !important; }

th.sort-descending a {
  color: #FF4367 !important; }

th.sort-descending:before {
  color: #FF4367; }

th.sort-descending i {
  display: none;
  margin-left: 20px;
  font-size: 6px !important; }

th[data-sort]:before {
  font-size: 10px !important;
  padding-right: 2px; }

/* make search forms a compact so that they visually look more related */
.search {
  background-color: transparent !important;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .search > .form-group, .search fieldset {
    margin-right: 3rem; }
  .search .form-group.range-input .group-control {
    /*> .range-label {
                    //    @include make-column-lg(2);
                    text-align: center;
                    line-height: 32px;
                }*/ }
  .search .buttons-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
    @media (min-width: 600px) {
      .search .buttons-row {
        flex: 1; } }
    @media (min-width: 600px) {
      .search .buttons-row .buttons {
        flex: 1;
        text-align: right; } }

.grid-wrapper .r-grid {
  border: 0.1rem solid #EDEDED; }
  @media (min-width: 300px) and (max-width: 899px) {
    .grid-wrapper .r-grid {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      background-color: #fff;
      border: none; }
      .grid-wrapper .r-grid .r-grid-head {
        display: none; }
      .grid-wrapper .r-grid .r-grid-body, .grid-wrapper .r-grid .grid thead, .grid .grid-wrapper .r-grid thead, .grid-wrapper .r-grid .grid tbody, .grid .grid-wrapper .r-grid tbody {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        /*margin-left: -$grid-gutter-width;
        margin-right: -$grid-gutter-width;*/
        position: relative;
        border: none; }
        .grid-wrapper .r-grid .r-grid-body .r-grid-row, .grid-wrapper .r-grid .grid thead .r-grid-row, .grid .grid-wrapper .r-grid thead .r-grid-row, .grid-wrapper .r-grid .grid tbody .r-grid-row, .grid .grid-wrapper .r-grid tbody .r-grid-row, .grid-wrapper .r-grid .r-grid-body .grid tbody tr, .grid tbody .grid-wrapper .r-grid .r-grid-body tr, .grid-wrapper .r-grid .grid thead tbody tr, .grid-wrapper .r-grid .grid tbody thead tr, .grid .grid-wrapper .r-grid thead tbody tr, .grid tbody .grid-wrapper .r-grid thead tr, .grid-wrapper .r-grid .grid tbody tr, .grid .grid-wrapper .r-grid tbody tr {
          padding: 15px;
          bbbborder: 7;
          border-bottom: 1px solid #EDEDED;
          flex: 0 0 100%;
          max-width: 100%;
          /*&:nth-of-type(odd) .r-grid-cell {
                background-color: $table-accent-bg;
            }*/ } }
      @media (min-width: 300px) and (max-width: 899px) and (min-width: 576px) {
        .grid-wrapper .r-grid .r-grid-body .r-grid-row, .grid-wrapper .r-grid .grid thead .r-grid-row, .grid .grid-wrapper .r-grid thead .r-grid-row, .grid-wrapper .r-grid .grid tbody .r-grid-row, .grid .grid-wrapper .r-grid tbody .r-grid-row, .grid-wrapper .r-grid .r-grid-body .grid tbody tr, .grid tbody .grid-wrapper .r-grid .r-grid-body tr, .grid-wrapper .r-grid .grid thead tbody tr, .grid-wrapper .r-grid .grid tbody thead tr, .grid .grid-wrapper .r-grid thead tbody tr, .grid tbody .grid-wrapper .r-grid thead tr, .grid-wrapper .r-grid .grid tbody tr, .grid .grid-wrapper .r-grid tbody tr {
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (min-width: 300px) and (max-width: 899px) and (min-width: 768px) {
        .grid-wrapper .r-grid .r-grid-body .r-grid-row, .grid-wrapper .r-grid .grid thead .r-grid-row, .grid .grid-wrapper .r-grid thead .r-grid-row, .grid-wrapper .r-grid .grid tbody .r-grid-row, .grid .grid-wrapper .r-grid tbody .r-grid-row, .grid-wrapper .r-grid .r-grid-body .grid tbody tr, .grid tbody .grid-wrapper .r-grid .r-grid-body tr, .grid-wrapper .r-grid .grid thead tbody tr, .grid-wrapper .r-grid .grid tbody thead tr, .grid .grid-wrapper .r-grid thead tbody tr, .grid tbody .grid-wrapper .r-grid thead tr, .grid-wrapper .r-grid .grid tbody tr, .grid .grid-wrapper .r-grid tbody tr {
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (min-width: 300px) and (max-width: 899px) and (min-width: 992px) {
        .grid-wrapper .r-grid .r-grid-body .r-grid-row, .grid-wrapper .r-grid .grid thead .r-grid-row, .grid .grid-wrapper .r-grid thead .r-grid-row, .grid-wrapper .r-grid .grid tbody .r-grid-row, .grid .grid-wrapper .r-grid tbody .r-grid-row, .grid-wrapper .r-grid .r-grid-body .grid tbody tr, .grid tbody .grid-wrapper .r-grid .r-grid-body tr, .grid-wrapper .r-grid .grid thead tbody tr, .grid-wrapper .r-grid .grid tbody thead tr, .grid .grid-wrapper .r-grid thead tbody tr, .grid tbody .grid-wrapper .r-grid thead tr, .grid-wrapper .r-grid .grid tbody tr, .grid .grid-wrapper .r-grid tbody tr {
          flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
      @media (min-width: 300px) and (max-width: 899px) and (min-width: 1200px) {
        .grid-wrapper .r-grid .r-grid-body .r-grid-row, .grid-wrapper .r-grid .grid thead .r-grid-row, .grid .grid-wrapper .r-grid thead .r-grid-row, .grid-wrapper .r-grid .grid tbody .r-grid-row, .grid .grid-wrapper .r-grid tbody .r-grid-row, .grid-wrapper .r-grid .r-grid-body .grid tbody tr, .grid tbody .grid-wrapper .r-grid .r-grid-body tr, .grid-wrapper .r-grid .grid thead tbody tr, .grid-wrapper .r-grid .grid tbody thead tr, .grid .grid-wrapper .r-grid thead tbody tr, .grid tbody .grid-wrapper .r-grid thead tr, .grid-wrapper .r-grid .grid tbody tr, .grid .grid-wrapper .r-grid tbody tr {
          flex: 0 0 25%;
          max-width: 25%; } }
  @media (min-width: 300px) and (max-width: 899px) {
          .grid-wrapper .r-grid .r-grid-body .r-grid-row:hover .r-grid-cell, .grid-wrapper .r-grid .grid thead .r-grid-row:hover .r-grid-cell, .grid .grid-wrapper .r-grid thead .r-grid-row:hover .r-grid-cell, .grid-wrapper .r-grid .grid tbody .r-grid-row:hover .r-grid-cell, .grid .grid-wrapper .r-grid tbody .r-grid-row:hover .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .grid tbody tr:hover .r-grid-cell, .grid tbody .grid-wrapper .r-grid .r-grid-body tr:hover .r-grid-cell, .grid-wrapper .r-grid .grid thead tbody tr:hover .r-grid-cell, .grid-wrapper .r-grid .grid tbody thead tr:hover .r-grid-cell, .grid .grid-wrapper .r-grid thead tbody tr:hover .r-grid-cell, .grid tbody .grid-wrapper .r-grid thead tr:hover .r-grid-cell, .grid-wrapper .r-grid .grid tbody tr:hover .r-grid-cell, .grid .grid-wrapper .r-grid tbody tr:hover .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .r-grid-row:hover .grid tbody tr th, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row:hover th, .grid-wrapper .r-grid .grid thead .r-grid-row:hover tbody tr th, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row:hover th, .grid .grid-wrapper .r-grid thead .r-grid-row:hover tbody tr th, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row:hover th, .grid-wrapper .r-grid .grid tbody .r-grid-row:hover tr th, .grid-wrapper .r-grid .grid tbody tr .r-grid-row:hover th, .grid .grid-wrapper .r-grid tbody .r-grid-row:hover tr th, .grid .grid-wrapper .r-grid tbody tr .r-grid-row:hover th, .grid-wrapper .r-grid .r-grid-body .grid tbody tr:hover th, .grid tbody .grid-wrapper .r-grid .r-grid-body tr:hover th, .grid-wrapper .r-grid .grid thead tbody tr:hover th, .grid-wrapper .r-grid .grid tbody thead tr:hover th, .grid .grid-wrapper .r-grid thead tbody tr:hover th, .grid tbody .grid-wrapper .r-grid thead tr:hover th, .grid-wrapper .r-grid .grid tbody tr:hover th, .grid .grid-wrapper .r-grid tbody tr:hover th {
            background-color: #F8E5E9; }
          .grid-wrapper .r-grid .r-grid-body .r-grid-row.ui-sortable-helper, .grid-wrapper .r-grid .grid thead .r-grid-row.ui-sortable-helper, .grid .grid-wrapper .r-grid thead .r-grid-row.ui-sortable-helper, .grid-wrapper .r-grid .grid tbody .r-grid-row.ui-sortable-helper, .grid .grid-wrapper .r-grid tbody .r-grid-row.ui-sortable-helper, .grid-wrapper .r-grid .r-grid-body .grid tbody tr.ui-sortable-helper, .grid tbody .grid-wrapper .r-grid .r-grid-body tr.ui-sortable-helper, .grid-wrapper .r-grid .grid thead tbody tr.ui-sortable-helper, .grid-wrapper .r-grid .grid tbody thead tr.ui-sortable-helper, .grid .grid-wrapper .r-grid thead tbody tr.ui-sortable-helper, .grid tbody .grid-wrapper .r-grid thead tr.ui-sortable-helper, .grid-wrapper .r-grid .grid tbody tr.ui-sortable-helper, .grid .grid-wrapper .r-grid tbody tr.ui-sortable-helper {
            float: none; }
          .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th, .grid-wrapper .r-grid .grid thead tbody tr th, .grid-wrapper .r-grid .grid tbody thead tr th, .grid .grid-wrapper .r-grid thead tbody tr th, .grid tbody .grid-wrapper .r-grid thead tr th, .grid-wrapper .r-grid .grid tbody tr th, .grid .grid-wrapper .r-grid tbody tr th {
            bbbborder: 8;
            /*border: 1px solid $table-border-color;*/
            border-bottom: none;
            display: block;
            line-height: 1.42857;
            padding: 0.75rem;
            width: 100%; }
            .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell:last-child, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell:last-child, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell:last-child, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell:last-child, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell:last-child, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell:last-child, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell:last-child, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell:last-child, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell:last-child, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell:last-child, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell:last-child, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell:last-child, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell:last-child, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th:last-child, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th:last-child, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th:last-child, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th:last-child, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th:last-child, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th:last-child, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th:last-child, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th:last-child, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th:last-child, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th:last-child, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th:last-child, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th:last-child, .grid-wrapper .r-grid .grid thead tbody tr th:last-child, .grid-wrapper .r-grid .grid tbody thead tr th:last-child, .grid .grid-wrapper .r-grid thead tbody tr th:last-child, .grid tbody .grid-wrapper .r-grid thead tr th:last-child, .grid-wrapper .r-grid .grid tbody tr th:last-child, .grid .grid-wrapper .r-grid tbody tr th:last-child {
              bbbborder: 9;
              border-bottom: 1px solid #EDEDED; }
            .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell .cell-label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell .cell-label, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th .cell-label, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th .cell-label, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th .cell-label, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th .cell-label, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th .cell-label, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th .cell-label, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th .cell-label, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th .cell-label, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th .cell-label, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th .cell-label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .cell-label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th .cell-label, .grid-wrapper .r-grid .grid thead tbody tr th .cell-label, .grid-wrapper .r-grid .grid tbody thead tr th .cell-label, .grid .grid-wrapper .r-grid thead tbody tr th .cell-label, .grid tbody .grid-wrapper .r-grid thead tr th .cell-label, .grid-wrapper .r-grid .grid tbody tr th .cell-label, .grid .grid-wrapper .r-grid tbody tr th .cell-label {
              display: block;
              font-weight: bold; }
              .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell .cell-label a, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell .cell-label a, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell .cell-label a, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell .cell-label a, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell .cell-label a, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell .cell-label a, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell .cell-label a, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell .cell-label a, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell .cell-label a, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell .cell-label a, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell .cell-label a, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell .cell-label a, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell .cell-label a, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th .cell-label a, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th .cell-label a, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th .cell-label a, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th .cell-label a, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th .cell-label a, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th .cell-label a, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th .cell-label a, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th .cell-label a, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th .cell-label a, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th .cell-label a, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .cell-label a, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th .cell-label a, .grid-wrapper .r-grid .grid thead tbody tr th .cell-label a, .grid-wrapper .r-grid .grid tbody thead tr th .cell-label a, .grid .grid-wrapper .r-grid thead tbody tr th .cell-label a, .grid tbody .grid-wrapper .r-grid thead tr th .cell-label a, .grid-wrapper .r-grid .grid tbody tr th .cell-label a, .grid .grid-wrapper .r-grid tbody tr th .cell-label a {
                color: #212529;
                cursor: default; }
                .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell .cell-label a:hover, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell .cell-label a:hover, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell .cell-label a:hover, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell .cell-label a:hover, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell .cell-label a:hover, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell .cell-label a:hover, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th .cell-label a:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th .cell-label a:hover, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th .cell-label a:hover, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th .cell-label a:hover, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th .cell-label a:hover, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th .cell-label a:hover, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th .cell-label a:hover, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th .cell-label a:hover, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th .cell-label a:hover, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th .cell-label a:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .cell-label a:hover, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th .cell-label a:hover, .grid-wrapper .r-grid .grid thead tbody tr th .cell-label a:hover, .grid-wrapper .r-grid .grid tbody thead tr th .cell-label a:hover, .grid .grid-wrapper .r-grid thead tbody tr th .cell-label a:hover, .grid tbody .grid-wrapper .r-grid thead tr th .cell-label a:hover, .grid-wrapper .r-grid .grid tbody tr th .cell-label a:hover, .grid .grid-wrapper .r-grid tbody tr th .cell-label a:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell .cell-label a:focus, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell .cell-label a:focus, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell .cell-label a:focus, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell .cell-label a:focus, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell .cell-label a:focus, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell .cell-label a:focus, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th .cell-label a:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th .cell-label a:focus, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th .cell-label a:focus, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th .cell-label a:focus, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th .cell-label a:focus, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th .cell-label a:focus, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th .cell-label a:focus, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th .cell-label a:focus, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th .cell-label a:focus, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th .cell-label a:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .cell-label a:focus, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th .cell-label a:focus, .grid-wrapper .r-grid .grid thead tbody tr th .cell-label a:focus, .grid-wrapper .r-grid .grid tbody thead tr th .cell-label a:focus, .grid .grid-wrapper .r-grid thead tbody tr th .cell-label a:focus, .grid tbody .grid-wrapper .r-grid thead tr th .cell-label a:focus, .grid-wrapper .r-grid .grid tbody tr th .cell-label a:focus, .grid .grid-wrapper .r-grid tbody tr th .cell-label a:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell .cell-label a:active, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell .cell-label a:active, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell .cell-label a:active, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell .cell-label a:active, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell .cell-label a:active, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell .cell-label a:active, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th .cell-label a:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th .cell-label a:active, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th .cell-label a:active, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th .cell-label a:active, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th .cell-label a:active, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th .cell-label a:active, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th .cell-label a:active, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th .cell-label a:active, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th .cell-label a:active, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th .cell-label a:active, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .cell-label a:active, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th .cell-label a:active, .grid-wrapper .r-grid .grid thead tbody tr th .cell-label a:active, .grid-wrapper .r-grid .grid tbody thead tr th .cell-label a:active, .grid .grid-wrapper .r-grid thead tbody tr th .cell-label a:active, .grid tbody .grid-wrapper .r-grid thead tr th .cell-label a:active, .grid-wrapper .r-grid .grid tbody tr th .cell-label a:active, .grid .grid-wrapper .r-grid tbody tr th .cell-label a:active {
                  text-decoration: none; }
            .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th.actions, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions, .grid-wrapper .r-grid .grid thead tbody tr th.actions, .grid-wrapper .r-grid .grid tbody thead tr th.actions, .grid .grid-wrapper .r-grid thead tbody tr th.actions, .grid tbody .grid-wrapper .r-grid thead tr th.actions, .grid-wrapper .r-grid .grid tbody tr th.actions, .grid .grid-wrapper .r-grid tbody tr th.actions {
              display: inline-block;
              text-align: center;
              white-space: nowrap;
              width: 100%; }
              .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell.actions .cell-label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell.actions .cell-label, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th.actions .cell-label, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions .cell-label, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions .cell-label, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th.actions .cell-label, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions .cell-label, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions .cell-label, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions .cell-label, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions .cell-label, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions .cell-label, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions .cell-label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions .cell-label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions .cell-label, .grid-wrapper .r-grid .grid thead tbody tr th.actions .cell-label, .grid-wrapper .r-grid .grid tbody thead tr th.actions .cell-label, .grid .grid-wrapper .r-grid thead tbody tr th.actions .cell-label, .grid tbody .grid-wrapper .r-grid thead tr th.actions .cell-label, .grid-wrapper .r-grid .grid tbody tr th.actions .cell-label, .grid .grid-wrapper .r-grid tbody tr th.actions .cell-label {
                display: none; } }
  @media (min-width: 900px) {
    .grid-wrapper .r-grid {
      display: table;
      width: 100%;
      max-width: 100%;
      margin-bottom: 1rem;
      background-color: #fff; }
      .grid-wrapper .r-grid .r-grid-head, .grid-wrapper .r-grid .r-grid-body, .grid-wrapper .r-grid .grid thead, .grid .grid-wrapper .r-grid thead, .grid-wrapper .r-grid .grid tbody, .grid .grid-wrapper .r-grid tbody {
        display: table-row-group; }
        .grid-wrapper .r-grid .r-grid-head .r-grid-head-row, .grid-wrapper .r-grid .r-grid-head .grid thead tr, .grid thead .grid-wrapper .r-grid .r-grid-head tr, .grid-wrapper .r-grid .r-grid-head .r-grid-row, .grid-wrapper .r-grid .r-grid-head .grid tbody tr, .grid tbody .grid-wrapper .r-grid .r-grid-head tr, .grid-wrapper .r-grid .r-grid-body .r-grid-head-row, .grid-wrapper .r-grid .grid thead .r-grid-head-row, .grid .grid-wrapper .r-grid thead .r-grid-head-row, .grid-wrapper .r-grid .grid tbody .r-grid-head-row, .grid .grid-wrapper .r-grid tbody .r-grid-head-row, .grid-wrapper .r-grid .r-grid-body .grid thead tr, .grid thead .grid-wrapper .r-grid .r-grid-body tr, .grid-wrapper .r-grid .grid thead tr, .grid .grid-wrapper .r-grid thead tr, .grid-wrapper .r-grid .grid tbody thead tr, .grid-wrapper .r-grid .grid thead tbody tr, .grid .grid-wrapper .r-grid tbody thead tr, .grid thead .grid-wrapper .r-grid tbody tr, .grid-wrapper .r-grid .r-grid-body .r-grid-row, .grid-wrapper .r-grid .grid thead .r-grid-row, .grid .grid-wrapper .r-grid thead .r-grid-row, .grid-wrapper .r-grid .grid tbody .r-grid-row, .grid .grid-wrapper .r-grid tbody .r-grid-row, .grid-wrapper .r-grid .r-grid-body .grid tbody tr, .grid tbody .grid-wrapper .r-grid .r-grid-body tr, .grid-wrapper .r-grid .grid thead tbody tr, .grid-wrapper .r-grid .grid tbody thead tr, .grid .grid-wrapper .r-grid thead tbody tr, .grid tbody .grid-wrapper .r-grid thead tr, .grid-wrapper .r-grid .grid tbody tr, .grid .grid-wrapper .r-grid tbody tr {
          display: table-row; }
          .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .r-grid-head-cell, .grid-wrapper .r-grid .r-grid-head .grid thead tr .r-grid-head-cell, .grid thead .grid-wrapper .r-grid .r-grid-head tr .r-grid-head-cell, .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .grid thead tr th, .grid thead tr .grid-wrapper .r-grid .r-grid-head .r-grid-head-row th, .grid-wrapper .r-grid .r-grid-head .grid thead tr th, .grid thead .grid-wrapper .r-grid .r-grid-head tr th, .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .r-grid-cell, .grid-wrapper .r-grid .r-grid-head .grid thead tr .r-grid-cell, .grid thead .grid-wrapper .r-grid .r-grid-head tr .r-grid-cell, .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .grid tbody tr th, .grid tbody tr .grid-wrapper .r-grid .r-grid-head .r-grid-head-row th, .grid-wrapper .r-grid .r-grid-head .grid thead tbody tr th, .grid-wrapper .r-grid .r-grid-head .grid tbody thead tr th, .grid thead .grid-wrapper .r-grid .r-grid-head tbody tr th, .grid tbody thead .grid-wrapper .r-grid .r-grid-head tr th, .grid-wrapper .r-grid .r-grid-head .r-grid-row .r-grid-head-cell, .grid-wrapper .r-grid .r-grid-head .grid tbody tr .r-grid-head-cell, .grid tbody .grid-wrapper .r-grid .r-grid-head tr .r-grid-head-cell, .grid-wrapper .r-grid .r-grid-head .r-grid-row .grid thead tr th, .grid thead tr .grid-wrapper .r-grid .r-grid-head .r-grid-row th, .grid-wrapper .r-grid .r-grid-head .grid tbody thead tr th, .grid-wrapper .r-grid .r-grid-head .grid thead tbody tr th, .grid tbody .grid-wrapper .r-grid .r-grid-head thead tr th, .grid thead tbody .grid-wrapper .r-grid .r-grid-head tr th, .grid-wrapper .r-grid .r-grid-head .r-grid-row .r-grid-cell, .grid-wrapper .r-grid .r-grid-head .grid tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid .r-grid-head tr .r-grid-cell, .grid-wrapper .r-grid .r-grid-head .r-grid-row .grid tbody tr th, .grid tbody tr .grid-wrapper .r-grid .r-grid-head .r-grid-row th, .grid-wrapper .r-grid .r-grid-head .grid tbody tr th, .grid tbody .grid-wrapper .r-grid .r-grid-head tr th, .grid-wrapper .r-grid .r-grid-body .r-grid-head-row .r-grid-head-cell, .grid-wrapper .r-grid .grid thead .r-grid-head-row .r-grid-head-cell, .grid .grid-wrapper .r-grid thead .r-grid-head-row .r-grid-head-cell, .grid-wrapper .r-grid .grid tbody .r-grid-head-row .r-grid-head-cell, .grid .grid-wrapper .r-grid tbody .r-grid-head-row .r-grid-head-cell, .grid-wrapper .r-grid .r-grid-body .grid thead tr .r-grid-head-cell, .grid thead .grid-wrapper .r-grid .r-grid-body tr .r-grid-head-cell, .grid-wrapper .r-grid .grid thead tr .r-grid-head-cell, .grid .grid-wrapper .r-grid thead tr .r-grid-head-cell, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-head-cell, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-head-cell, .grid .grid-wrapper .r-grid tbody thead tr .r-grid-head-cell, .grid thead .grid-wrapper .r-grid tbody tr .r-grid-head-cell, .grid-wrapper .r-grid .r-grid-body .r-grid-head-row .grid thead tr th, .grid thead tr .grid-wrapper .r-grid .r-grid-body .r-grid-head-row th, .grid-wrapper .r-grid .grid thead .r-grid-head-row tr th, .grid-wrapper .r-grid .grid thead tr .r-grid-head-row th, .grid .grid-wrapper .r-grid thead .r-grid-head-row tr th, .grid .grid-wrapper .r-grid thead tr .r-grid-head-row th, .grid-wrapper .r-grid .grid tbody .r-grid-head-row thead tr th, .grid-wrapper .r-grid .grid thead tr tbody .r-grid-head-row th, .grid .grid-wrapper .r-grid tbody .r-grid-head-row thead tr th, .grid thead tr .grid-wrapper .r-grid tbody .r-grid-head-row th, .grid-wrapper .r-grid .r-grid-body .grid thead tr th, .grid thead .grid-wrapper .r-grid .r-grid-body tr th, .grid-wrapper .r-grid .grid thead tr th, .grid .grid-wrapper .r-grid thead tr th, .grid-wrapper .r-grid .grid tbody thead tr th, .grid-wrapper .r-grid .grid thead tbody tr th, .grid .grid-wrapper .r-grid tbody thead tr th, .grid thead .grid-wrapper .r-grid tbody tr th, .grid-wrapper .r-grid .r-grid-body .r-grid-head-row .r-grid-cell, .grid-wrapper .r-grid .grid thead .r-grid-head-row .r-grid-cell, .grid .grid-wrapper .r-grid thead .r-grid-head-row .r-grid-cell, .grid-wrapper .r-grid .grid tbody .r-grid-head-row .r-grid-cell, .grid .grid-wrapper .r-grid tbody .r-grid-head-row .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .grid thead tr .r-grid-cell, .grid thead .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell, .grid-wrapper .r-grid .grid thead tr .r-grid-cell, .grid .grid-wrapper .r-grid thead tr .r-grid-cell, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell, .grid .grid-wrapper .r-grid tbody thead tr .r-grid-cell, .grid thead .grid-wrapper .r-grid tbody tr .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .r-grid-head-row .grid tbody tr th, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-head-row th, .grid-wrapper .r-grid .grid thead .r-grid-head-row tbody tr th, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-head-row th, .grid .grid-wrapper .r-grid thead .r-grid-head-row tbody tr th, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-head-row th, .grid-wrapper .r-grid .grid tbody .r-grid-head-row tr th, .grid-wrapper .r-grid .grid tbody tr .r-grid-head-row th, .grid .grid-wrapper .r-grid tbody .r-grid-head-row tr th, .grid .grid-wrapper .r-grid tbody tr .r-grid-head-row th, .grid-wrapper .r-grid .r-grid-body .grid thead tbody tr th, .grid-wrapper .r-grid .r-grid-body .grid tbody thead tr th, .grid thead .grid-wrapper .r-grid .r-grid-body tbody tr th, .grid tbody thead .grid-wrapper .r-grid .r-grid-body tr th, .grid-wrapper .r-grid .grid thead tbody tr th, .grid-wrapper .r-grid .grid tbody thead tr th, .grid .grid-wrapper .r-grid thead tbody tr th, .grid tbody .grid-wrapper .r-grid thead tr th, .grid-wrapper .r-grid .grid tbody thead tr th, .grid-wrapper .r-grid .grid thead tbody tr th, .grid .grid-wrapper .r-grid tbody thead tr th, .grid thead .grid-wrapper .r-grid tbody tr th, .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-head-cell, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-head-cell, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-head-cell, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-head-cell, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-head-cell, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-head-cell, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-head-cell, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-head-cell, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-head-cell, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-head-cell, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-head-cell, .grid-wrapper .r-grid .grid tbody tr .r-grid-head-cell, .grid .grid-wrapper .r-grid tbody tr .r-grid-head-cell, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid thead tr th, .grid thead tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th, .grid-wrapper .r-grid .grid thead .r-grid-row tr th, .grid-wrapper .r-grid .grid thead tr .r-grid-row th, .grid .grid-wrapper .r-grid thead .r-grid-row tr th, .grid .grid-wrapper .r-grid thead tr .r-grid-row th, .grid-wrapper .r-grid .grid tbody .r-grid-row thead tr th, .grid-wrapper .r-grid .grid thead tr tbody .r-grid-row th, .grid .grid-wrapper .r-grid tbody .r-grid-row thead tr th, .grid thead tr .grid-wrapper .r-grid tbody .r-grid-row th, .grid-wrapper .r-grid .r-grid-body .grid tbody thead tr th, .grid-wrapper .r-grid .r-grid-body .grid thead tbody tr th, .grid tbody .grid-wrapper .r-grid .r-grid-body thead tr th, .grid thead tbody .grid-wrapper .r-grid .r-grid-body tr th, .grid-wrapper .r-grid .grid thead tbody tr th, .grid-wrapper .r-grid .grid tbody thead tr th, .grid .grid-wrapper .r-grid thead tbody tr th, .grid tbody .grid-wrapper .r-grid thead tr th, .grid-wrapper .r-grid .grid tbody thead tr th, .grid-wrapper .r-grid .grid thead tbody tr th, .grid .grid-wrapper .r-grid tbody thead tr th, .grid thead .grid-wrapper .r-grid tbody tr th, .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th, .grid-wrapper .r-grid .grid thead tbody tr th, .grid-wrapper .r-grid .grid tbody thead tr th, .grid .grid-wrapper .r-grid thead tbody tr th, .grid tbody .grid-wrapper .r-grid thead tr th, .grid-wrapper .r-grid .grid tbody tr th, .grid .grid-wrapper .r-grid tbody tr th {
            display: table-cell;
            line-height: 1.42857;
            padding: 0.75rem;
            vertical-align: top; }
            .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .r-grid-head-cell.actions, .grid-wrapper .r-grid .r-grid-head .grid thead tr .r-grid-head-cell.actions, .grid thead .grid-wrapper .r-grid .r-grid-head tr .r-grid-head-cell.actions, .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .grid thead tr th.actions, .grid thead tr .grid-wrapper .r-grid .r-grid-head .r-grid-head-row th.actions, .grid-wrapper .r-grid .r-grid-head .grid thead tr th.actions, .grid thead .grid-wrapper .r-grid .r-grid-head tr th.actions, .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-head .grid thead tr .r-grid-cell.actions, .grid thead .grid-wrapper .r-grid .r-grid-head tr .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .grid tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid .r-grid-head .r-grid-head-row th.actions, .grid-wrapper .r-grid .r-grid-head .grid thead tbody tr th.actions, .grid-wrapper .r-grid .r-grid-head .grid tbody thead tr th.actions, .grid thead .grid-wrapper .r-grid .r-grid-head tbody tr th.actions, .grid tbody thead .grid-wrapper .r-grid .r-grid-head tr th.actions, .grid-wrapper .r-grid .r-grid-head .r-grid-row .r-grid-head-cell.actions, .grid-wrapper .r-grid .r-grid-head .grid tbody tr .r-grid-head-cell.actions, .grid tbody .grid-wrapper .r-grid .r-grid-head tr .r-grid-head-cell.actions, .grid-wrapper .r-grid .r-grid-head .r-grid-row .grid thead tr th.actions, .grid thead tr .grid-wrapper .r-grid .r-grid-head .r-grid-row th.actions, .grid-wrapper .r-grid .r-grid-head .grid tbody thead tr th.actions, .grid-wrapper .r-grid .r-grid-head .grid thead tbody tr th.actions, .grid tbody .grid-wrapper .r-grid .r-grid-head thead tr th.actions, .grid thead tbody .grid-wrapper .r-grid .r-grid-head tr th.actions, .grid-wrapper .r-grid .r-grid-head .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-head .grid tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid .r-grid-head tr .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-head .r-grid-row .grid tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid .r-grid-head .r-grid-row th.actions, .grid-wrapper .r-grid .r-grid-head .grid tbody tr th.actions, .grid tbody .grid-wrapper .r-grid .r-grid-head tr th.actions, .grid-wrapper .r-grid .r-grid-body .r-grid-head-row .r-grid-head-cell.actions, .grid-wrapper .r-grid .grid thead .r-grid-head-row .r-grid-head-cell.actions, .grid .grid-wrapper .r-grid thead .r-grid-head-row .r-grid-head-cell.actions, .grid-wrapper .r-grid .grid tbody .r-grid-head-row .r-grid-head-cell.actions, .grid .grid-wrapper .r-grid tbody .r-grid-head-row .r-grid-head-cell.actions, .grid-wrapper .r-grid .r-grid-body .grid thead tr .r-grid-head-cell.actions, .grid thead .grid-wrapper .r-grid .r-grid-body tr .r-grid-head-cell.actions, .grid-wrapper .r-grid .grid thead tr .r-grid-head-cell.actions, .grid .grid-wrapper .r-grid thead tr .r-grid-head-cell.actions, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-head-cell.actions, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-head-cell.actions, .grid .grid-wrapper .r-grid tbody thead tr .r-grid-head-cell.actions, .grid thead .grid-wrapper .r-grid tbody tr .r-grid-head-cell.actions, .grid-wrapper .r-grid .r-grid-body .r-grid-head-row .grid thead tr th.actions, .grid thead tr .grid-wrapper .r-grid .r-grid-body .r-grid-head-row th.actions, .grid-wrapper .r-grid .grid thead .r-grid-head-row tr th.actions, .grid-wrapper .r-grid .grid thead tr .r-grid-head-row th.actions, .grid .grid-wrapper .r-grid thead .r-grid-head-row tr th.actions, .grid .grid-wrapper .r-grid thead tr .r-grid-head-row th.actions, .grid-wrapper .r-grid .grid tbody .r-grid-head-row thead tr th.actions, .grid-wrapper .r-grid .grid thead tr tbody .r-grid-head-row th.actions, .grid .grid-wrapper .r-grid tbody .r-grid-head-row thead tr th.actions, .grid thead tr .grid-wrapper .r-grid tbody .r-grid-head-row th.actions, .grid-wrapper .r-grid .r-grid-body .grid thead tr th.actions, .grid thead .grid-wrapper .r-grid .r-grid-body tr th.actions, .grid-wrapper .r-grid .grid thead tr th.actions, .grid .grid-wrapper .r-grid thead tr th.actions, .grid-wrapper .r-grid .grid tbody thead tr th.actions, .grid-wrapper .r-grid .grid thead tbody tr th.actions, .grid .grid-wrapper .r-grid tbody thead tr th.actions, .grid thead .grid-wrapper .r-grid tbody tr th.actions, .grid-wrapper .r-grid .r-grid-body .r-grid-head-row .r-grid-cell.actions, .grid-wrapper .r-grid .grid thead .r-grid-head-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid thead .r-grid-head-row .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody .r-grid-head-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid tbody .r-grid-head-row .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-body .grid thead tr .r-grid-cell.actions, .grid thead .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid thead tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid thead tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid tbody thead tr .r-grid-cell.actions, .grid thead .grid-wrapper .r-grid tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-body .r-grid-head-row .grid tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-head-row th.actions, .grid-wrapper .r-grid .grid thead .r-grid-head-row tbody tr th.actions, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-head-row th.actions, .grid .grid-wrapper .r-grid thead .r-grid-head-row tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-head-row th.actions, .grid-wrapper .r-grid .grid tbody .r-grid-head-row tr th.actions, .grid-wrapper .r-grid .grid tbody tr .r-grid-head-row th.actions, .grid .grid-wrapper .r-grid tbody .r-grid-head-row tr th.actions, .grid .grid-wrapper .r-grid tbody tr .r-grid-head-row th.actions, .grid-wrapper .r-grid .r-grid-body .grid thead tbody tr th.actions, .grid-wrapper .r-grid .r-grid-body .grid tbody thead tr th.actions, .grid thead .grid-wrapper .r-grid .r-grid-body tbody tr th.actions, .grid tbody thead .grid-wrapper .r-grid .r-grid-body tr th.actions, .grid-wrapper .r-grid .grid thead tbody tr th.actions, .grid-wrapper .r-grid .grid tbody thead tr th.actions, .grid .grid-wrapper .r-grid thead tbody tr th.actions, .grid tbody .grid-wrapper .r-grid thead tr th.actions, .grid-wrapper .r-grid .grid tbody thead tr th.actions, .grid-wrapper .r-grid .grid thead tbody tr th.actions, .grid .grid-wrapper .r-grid tbody thead tr th.actions, .grid thead .grid-wrapper .r-grid tbody tr th.actions, .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-head-cell.actions, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-head-cell.actions, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-head-cell.actions, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-head-cell.actions, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-head-cell.actions, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-head-cell.actions, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-head-cell.actions, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-head-cell.actions, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-head-cell.actions, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-head-cell.actions, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-head-cell.actions, .grid-wrapper .r-grid .grid tbody tr .r-grid-head-cell.actions, .grid .grid-wrapper .r-grid tbody tr .r-grid-head-cell.actions, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid thead tr th.actions, .grid thead tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions, .grid-wrapper .r-grid .grid thead .r-grid-row tr th.actions, .grid-wrapper .r-grid .grid thead tr .r-grid-row th.actions, .grid .grid-wrapper .r-grid thead .r-grid-row tr th.actions, .grid .grid-wrapper .r-grid thead tr .r-grid-row th.actions, .grid-wrapper .r-grid .grid tbody .r-grid-row thead tr th.actions, .grid-wrapper .r-grid .grid thead tr tbody .r-grid-row th.actions, .grid .grid-wrapper .r-grid tbody .r-grid-row thead tr th.actions, .grid thead tr .grid-wrapper .r-grid tbody .r-grid-row th.actions, .grid-wrapper .r-grid .r-grid-body .grid tbody thead tr th.actions, .grid-wrapper .r-grid .r-grid-body .grid thead tbody tr th.actions, .grid tbody .grid-wrapper .r-grid .r-grid-body thead tr th.actions, .grid thead tbody .grid-wrapper .r-grid .r-grid-body tr th.actions, .grid-wrapper .r-grid .grid thead tbody tr th.actions, .grid-wrapper .r-grid .grid tbody thead tr th.actions, .grid .grid-wrapper .r-grid thead tbody tr th.actions, .grid tbody .grid-wrapper .r-grid thead tr th.actions, .grid-wrapper .r-grid .grid tbody thead tr th.actions, .grid-wrapper .r-grid .grid thead tbody tr th.actions, .grid .grid-wrapper .r-grid tbody thead tr th.actions, .grid thead .grid-wrapper .r-grid tbody tr th.actions, .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th.actions, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions, .grid-wrapper .r-grid .grid thead tbody tr th.actions, .grid-wrapper .r-grid .grid tbody thead tr th.actions, .grid .grid-wrapper .r-grid thead tbody tr th.actions, .grid tbody .grid-wrapper .r-grid thead tr th.actions, .grid-wrapper .r-grid .grid tbody tr th.actions, .grid .grid-wrapper .r-grid tbody tr th.actions {
              white-space: nowrap;
              width: 1px;
              text-align: center; }
      .grid-wrapper .r-grid .r-grid-head .r-grid-head-row, .grid-wrapper .r-grid .r-grid-head .grid thead tr, .grid thead .grid-wrapper .r-grid .r-grid-head tr {
        bbbborder: 1;
        border-bottom: 1px solid #EDEDED; }
        .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .r-grid-head-cell, .grid-wrapper .r-grid .r-grid-head .grid thead tr .r-grid-head-cell, .grid thead .grid-wrapper .r-grid .r-grid-head tr .r-grid-head-cell, .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .grid thead tr th, .grid thead tr .grid-wrapper .r-grid .r-grid-head .r-grid-head-row th, .grid-wrapper .r-grid .r-grid-head .grid thead tr th, .grid thead .grid-wrapper .r-grid .r-grid-head tr th {
          font-weight: 400;
          background-color: #3B3B3B;
          color: var(--color-primary-100);
          vertical-align: bottom; }
          .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .r-grid-head-cell a, .grid-wrapper .r-grid .r-grid-head .grid thead tr .r-grid-head-cell a, .grid thead .grid-wrapper .r-grid .r-grid-head tr .r-grid-head-cell a, .grid-wrapper .r-grid .r-grid-head .r-grid-head-row .grid thead tr th a, .grid thead tr .grid-wrapper .r-grid .r-grid-head .r-grid-head-row th a, .grid-wrapper .r-grid .r-grid-head .grid thead tr th a, .grid thead .grid-wrapper .r-grid .r-grid-head tr th a {
            color: var(--color-primary-100); }
      .grid-wrapper .r-grid .r-grid-body .r-grid-row:hover, .grid-wrapper .r-grid .grid thead .r-grid-row:hover, .grid .grid-wrapper .r-grid thead .r-grid-row:hover, .grid-wrapper .r-grid .grid tbody .r-grid-row:hover, .grid .grid-wrapper .r-grid tbody .r-grid-row:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr:hover, .grid tbody .grid-wrapper .r-grid .r-grid-body tr:hover, .grid-wrapper .r-grid .grid thead tbody tr:hover, .grid-wrapper .r-grid .grid tbody thead tr:hover, .grid .grid-wrapper .r-grid thead tbody tr:hover, .grid tbody .grid-wrapper .r-grid thead tr:hover, .grid-wrapper .r-grid .grid tbody tr:hover, .grid .grid-wrapper .r-grid tbody tr:hover {
        zxzxzxasasasasa1121212: sdsd;
        background-color: #F8E5E9; }
      .grid-wrapper .r-grid .r-grid-body .r-grid-row:not(:first-child) .r-grid-cell, .grid-wrapper .r-grid .grid thead .r-grid-row:not(:first-child) .r-grid-cell, .grid .grid-wrapper .r-grid thead .r-grid-row:not(:first-child) .r-grid-cell, .grid-wrapper .r-grid .grid tbody .r-grid-row:not(:first-child) .r-grid-cell, .grid .grid-wrapper .r-grid tbody .r-grid-row:not(:first-child) .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .grid tbody tr:not(:first-child) .r-grid-cell, .grid tbody .grid-wrapper .r-grid .r-grid-body tr:not(:first-child) .r-grid-cell, .grid-wrapper .r-grid .grid thead tbody tr:not(:first-child) .r-grid-cell, .grid-wrapper .r-grid .grid tbody thead tr:not(:first-child) .r-grid-cell, .grid .grid-wrapper .r-grid thead tbody tr:not(:first-child) .r-grid-cell, .grid tbody .grid-wrapper .r-grid thead tr:not(:first-child) .r-grid-cell, .grid-wrapper .r-grid .grid tbody tr:not(:first-child) .r-grid-cell, .grid .grid-wrapper .r-grid tbody tr:not(:first-child) .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .r-grid-row:not(:first-child) .grid tbody tr th, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row:not(:first-child) th, .grid-wrapper .r-grid .grid thead .r-grid-row:not(:first-child) tbody tr th, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row:not(:first-child) th, .grid .grid-wrapper .r-grid thead .r-grid-row:not(:first-child) tbody tr th, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row:not(:first-child) th, .grid-wrapper .r-grid .grid tbody .r-grid-row:not(:first-child) tr th, .grid-wrapper .r-grid .grid tbody tr .r-grid-row:not(:first-child) th, .grid .grid-wrapper .r-grid tbody .r-grid-row:not(:first-child) tr th, .grid .grid-wrapper .r-grid tbody tr .r-grid-row:not(:first-child) th, .grid-wrapper .r-grid .r-grid-body .grid tbody tr:not(:first-child) th, .grid tbody .grid-wrapper .r-grid .r-grid-body tr:not(:first-child) th, .grid-wrapper .r-grid .grid thead tbody tr:not(:first-child) th, .grid-wrapper .r-grid .grid tbody thead tr:not(:first-child) th, .grid .grid-wrapper .r-grid thead tbody tr:not(:first-child) th, .grid tbody .grid-wrapper .r-grid thead tr:not(:first-child) th, .grid-wrapper .r-grid .grid tbody tr:not(:first-child) th, .grid .grid-wrapper .r-grid tbody tr:not(:first-child) th {
        bbbborder: 2;
        border-top: 1px solid #EDEDED; }
      .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell .cell-label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell .cell-label, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th .cell-label, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th .cell-label, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th .cell-label, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th .cell-label, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th .cell-label, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th .cell-label, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th .cell-label, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th .cell-label, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th .cell-label, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th .cell-label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .cell-label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th .cell-label, .grid-wrapper .r-grid .grid thead tbody tr th .cell-label, .grid-wrapper .r-grid .grid tbody thead tr th .cell-label, .grid .grid-wrapper .r-grid thead tbody tr th .cell-label, .grid tbody .grid-wrapper .r-grid thead tr th .cell-label, .grid-wrapper .r-grid .grid tbody tr th .cell-label, .grid .grid-wrapper .r-grid tbody tr th .cell-label {
        display: none; } }
  @media (min-width: 600px) {
    .grid-wrapper .r-grid.cluttered-table {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      background-color: #fff;
      border: none; }
      .grid-wrapper .r-grid.cluttered-table .r-grid-head {
        display: none; }
      .grid-wrapper .r-grid.cluttered-table .r-grid-body, .grid-wrapper .r-grid.cluttered-table .grid thead, .grid .grid-wrapper .r-grid.cluttered-table thead, .grid-wrapper .r-grid.cluttered-table .grid tbody, .grid .grid-wrapper .r-grid.cluttered-table tbody {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        position: relative;
        border: none; }
        .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr, .grid-wrapper .r-grid.cluttered-table .grid tbody tr, .grid .grid-wrapper .r-grid.cluttered-table tbody tr {
          display: flex;
          flex-wrap: wrap;
          margin-right: -15px;
          margin-left: -15px;
          padding: 15px 0;
          border-top: 0.3rem solid #EDEDED;
          margin-left: 0;
          margin-right: 0;
          flex-basis: 100%; }
          .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row:hover, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row:hover, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row:hover, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row:hover, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr:hover, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr:hover, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr:hover, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr:hover, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody tr:hover, .grid .grid-wrapper .r-grid.cluttered-table tbody tr:hover {
            background-color: #F8E5E9; }
          .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row.ui-sortable-helper, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row.ui-sortable-helper, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row.ui-sortable-helper, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row.ui-sortable-helper, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row.ui-sortable-helper, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr.ui-sortable-helper, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr.ui-sortable-helper, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr.ui-sortable-helper, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr.ui-sortable-helper, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr.ui-sortable-helper, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr.ui-sortable-helper, .grid-wrapper .r-grid.cluttered-table .grid tbody tr.ui-sortable-helper, .grid .grid-wrapper .r-grid.cluttered-table tbody tr.ui-sortable-helper {
            float: none; }
          .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row:last-child, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row:last-child, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row:last-child, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row:last-child, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row:last-child, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr:last-child, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr:last-child, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr:last-child, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr:last-child, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr:last-child, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr:last-child, .grid-wrapper .r-grid.cluttered-table .grid tbody tr:last-child, .grid .grid-wrapper .r-grid.cluttered-table tbody tr:last-child {
            bbbborder: 10;
            border-bottom: 1px solid #EDEDED; }
          .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th {
            flex: 0 0 100%;
            max-width: 100%;
            border-bottom: none;
            line-height: 1.42857;
            padding: 0.75rem; } }
        @media (min-width: 600px) and (min-width: 600px) {
          .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th {
            flex: 0 0 50%;
            max-width: 50%; } }
  @media (min-width: 600px) {
            .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell .cell-label, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell .cell-label, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell .cell-label, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell .cell-label, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th .cell-label, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th .cell-label, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th .cell-label, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th .cell-label, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th .cell-label, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th .cell-label, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th .cell-label, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th .cell-label, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th .cell-label, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th .cell-label, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th .cell-label, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th .cell-label, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th .cell-label {
              display: block;
              font-weight: 500; }
              .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell .cell-label a, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell .cell-label a, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell .cell-label a, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell .cell-label a, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell .cell-label a, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell .cell-label a, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell .cell-label a, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell .cell-label a, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th .cell-label a, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th .cell-label a, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th .cell-label a, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th .cell-label a, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th .cell-label a, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th .cell-label a, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th .cell-label a, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th .cell-label a, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th .cell-label a, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th .cell-label a, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th .cell-label a, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th .cell-label a {
                color: #212529;
                cursor: default; }
                .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell .cell-label a:hover, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell .cell-label a:hover, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell .cell-label a:hover, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell .cell-label a:hover, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell .cell-label a:hover, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell .cell-label a:hover, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th .cell-label a:hover, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th .cell-label a:hover, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th .cell-label a:hover, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th .cell-label a:hover, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th .cell-label a:hover, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th .cell-label a:hover, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th .cell-label a:hover, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th .cell-label a:hover, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th .cell-label a:hover, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th .cell-label a:hover, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell .cell-label a:focus, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell .cell-label a:focus, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell .cell-label a:focus, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell .cell-label a:focus, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell .cell-label a:focus, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell .cell-label a:focus, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th .cell-label a:focus, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th .cell-label a:focus, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th .cell-label a:focus, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th .cell-label a:focus, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th .cell-label a:focus, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th .cell-label a:focus, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th .cell-label a:focus, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th .cell-label a:focus, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th .cell-label a:focus, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th .cell-label a:focus, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell .cell-label a:active, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell .cell-label a:active, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell .cell-label a:active, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell .cell-label a:active, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell .cell-label a:active, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell .cell-label a:active, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th .cell-label a:active, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th .cell-label a:active, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th .cell-label a:active, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th .cell-label a:active, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th .cell-label a:active, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th .cell-label a:active, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th .cell-label a:active, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th .cell-label a:active, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th .cell-label a:active, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th .cell-label a:active, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th .cell-label a:active {
                  text-decoration: none; }
            .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th.actions, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th.actions, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th.actions, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th.actions, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th.actions, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th.actions, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th.actions, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th.actions, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th.actions, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th.actions, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th.actions {
              display: inline-block;
              text-align: right;
              white-space: nowrap; } }
          @media (min-width: 600px) and (min-width: 600px) {
            .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th.actions, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th.actions, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th.actions, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th.actions, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th.actions, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th.actions, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th.actions, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th.actions, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th.actions, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th.actions, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th.actions, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th.actions {
              flex: 0 0 3%;
              width: 100%;
              max-width: none; } }
  @media (min-width: 600px) {
              .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell.actions:first-child, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell.actions:first-child, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell.actions:first-child, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell.actions:first-child, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell.actions:first-child, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell.actions:first-child, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell.actions:first-child, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell.actions:first-child, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th.actions:first-child, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th.actions:first-child, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th.actions:first-child, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th.actions:first-child, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th.actions:first-child, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th.actions:first-child, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th.actions:first-child, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th.actions:first-child, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th.actions:first-child, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th.actions:first-child, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th.actions:first-child, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th.actions:first-child {
                flex: 1; }
              .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr .r-grid-cell.actions .cell-label, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr .r-grid-cell.actions .cell-label, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row .grid tbody tr th.actions .cell-label, .grid tbody tr .grid-wrapper .r-grid.cluttered-table .r-grid-body .r-grid-row th.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid thead .r-grid-row tbody tr th.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody tr thead .r-grid-row th.actions .cell-label, .grid .grid-wrapper .r-grid.cluttered-table thead .r-grid-row tbody tr th.actions .cell-label, .grid tbody tr .grid-wrapper .r-grid.cluttered-table thead .r-grid-row th.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody .r-grid-row tr th.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody tr .r-grid-row th.actions .cell-label, .grid .grid-wrapper .r-grid.cluttered-table tbody .r-grid-row tr th.actions .cell-label, .grid .grid-wrapper .r-grid.cluttered-table tbody tr .r-grid-row th.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .r-grid-body .grid tbody tr th.actions .cell-label, .grid tbody .grid-wrapper .r-grid.cluttered-table .r-grid-body tr th.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid thead tbody tr th.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody thead tr th.actions .cell-label, .grid .grid-wrapper .r-grid.cluttered-table thead tbody tr th.actions .cell-label, .grid tbody .grid-wrapper .r-grid.cluttered-table thead tr th.actions .cell-label, .grid-wrapper .r-grid.cluttered-table .grid tbody tr th.actions .cell-label, .grid .grid-wrapper .r-grid.cluttered-table tbody tr th.actions .cell-label {
                display: none; } }
  .grid-wrapper .r-grid .r-grid-head .r-grid-head-row, .grid-wrapper .r-grid .r-grid-head .grid thead tr, .grid thead .grid-wrapper .r-grid .r-grid-head tr {
    margin: 0; }
  .grid-wrapper .r-grid .r-grid-body, .grid-wrapper .r-grid .grid thead, .grid .grid-wrapper .r-grid thead, .grid-wrapper .r-grid .grid tbody, .grid .grid-wrapper .r-grid tbody {
    font-size: 1.4rem;
    padding: 0; }
    .grid-wrapper .r-grid .r-grid-body .r-grid-row, .grid-wrapper .r-grid .grid thead .r-grid-row, .grid .grid-wrapper .r-grid thead .r-grid-row, .grid-wrapper .r-grid .grid tbody .r-grid-row, .grid .grid-wrapper .r-grid tbody .r-grid-row, .grid-wrapper .r-grid .r-grid-body .grid tbody tr, .grid tbody .grid-wrapper .r-grid .r-grid-body tr, .grid-wrapper .r-grid .grid thead tbody tr, .grid-wrapper .r-grid .grid tbody thead tr, .grid .grid-wrapper .r-grid thead tbody tr, .grid tbody .grid-wrapper .r-grid thead tr, .grid-wrapper .r-grid .grid tbody tr, .grid .grid-wrapper .r-grid tbody tr {
      transition: background-color 0.5s;
      margin: 0; }
      @media (min-width: 600px) and (max-width: 899px) {
        .grid-wrapper .r-grid .r-grid-body .r-grid-row:nth-of-type(even), .grid-wrapper .r-grid .grid thead .r-grid-row:nth-of-type(even), .grid .grid-wrapper .r-grid thead .r-grid-row:nth-of-type(even), .grid-wrapper .r-grid .grid tbody .r-grid-row:nth-of-type(even), .grid .grid-wrapper .r-grid tbody .r-grid-row:nth-of-type(even), .grid-wrapper .r-grid .r-grid-body .grid tbody tr:nth-of-type(even), .grid tbody .grid-wrapper .r-grid .r-grid-body tr:nth-of-type(even), .grid-wrapper .r-grid .grid thead tbody tr:nth-of-type(even), .grid-wrapper .r-grid .grid tbody thead tr:nth-of-type(even), .grid .grid-wrapper .r-grid thead tbody tr:nth-of-type(even), .grid tbody .grid-wrapper .r-grid thead tr:nth-of-type(even), .grid-wrapper .r-grid .grid tbody tr:nth-of-type(even), .grid .grid-wrapper .r-grid tbody tr:nth-of-type(even) {
          border-left: 1px solid #EDEDED; } }
      .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th, .grid-wrapper .r-grid .grid thead tbody tr th, .grid-wrapper .r-grid .grid tbody thead tr th, .grid .grid-wrapper .r-grid thead tbody tr th, .grid tbody .grid-wrapper .r-grid thead tr th, .grid-wrapper .r-grid .grid tbody tr th, .grid .grid-wrapper .r-grid tbody tr th {
        background-color: transparent;
        color: var(--general-font-color); }
        .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell:last-child, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell:last-child, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell:last-child, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell:last-child, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell:last-child, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell:last-child, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell:last-child, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell:last-child, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell:last-child, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell:last-child, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell:last-child, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell:last-child, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell:last-child, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th:last-child, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th:last-child, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th:last-child, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th:last-child, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th:last-child, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th:last-child, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th:last-child, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th:last-child, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th:last-child, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th:last-child, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th:last-child, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th:last-child, .grid-wrapper .r-grid .grid thead tbody tr th:last-child, .grid-wrapper .r-grid .grid tbody thead tr th:last-child, .grid .grid-wrapper .r-grid thead tbody tr th:last-child, .grid tbody .grid-wrapper .r-grid thead tr th:last-child, .grid-wrapper .r-grid .grid tbody tr th:last-child, .grid .grid-wrapper .r-grid tbody tr th:last-child {
          border-bottom: none; }
        .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell.actions, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th.actions, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions, .grid-wrapper .r-grid .grid thead tbody tr th.actions, .grid-wrapper .r-grid .grid tbody thead tr th.actions, .grid .grid-wrapper .r-grid thead tbody tr th.actions, .grid tbody .grid-wrapper .r-grid thead tr th.actions, .grid-wrapper .r-grid .grid tbody tr th.actions, .grid .grid-wrapper .r-grid tbody tr th.actions {
          width: auto;
          text-align: left; }
          @media (min-width: 300px) and (max-width: 899px) {
            .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell.actions .cell-label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell.actions .cell-label, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions .cell-label, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions .cell-label, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th.actions .cell-label, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions .cell-label, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions .cell-label, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th.actions .cell-label, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions .cell-label, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions .cell-label, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions .cell-label, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions .cell-label, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions .cell-label, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions .cell-label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions .cell-label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions .cell-label, .grid-wrapper .r-grid .grid thead tbody tr th.actions .cell-label, .grid-wrapper .r-grid .grid tbody thead tr th.actions .cell-label, .grid .grid-wrapper .r-grid thead tbody tr th.actions .cell-label, .grid tbody .grid-wrapper .r-grid thead tr th.actions .cell-label, .grid-wrapper .r-grid .grid tbody tr th.actions .cell-label, .grid .grid-wrapper .r-grid tbody tr th.actions .cell-label {
              display: block; } }
          .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions .btn, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions .btn, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions .btn, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions .btn, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions .btn, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell.actions .btn, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions .btn, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell.actions .btn, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell.actions .btn, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell.actions .btn, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions .btn, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions .btn, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions .btn, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th.actions .btn, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions .btn, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions .btn, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th.actions .btn, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions .btn, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions .btn, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions .btn, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions .btn, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions .btn, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions .btn, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions .btn, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions .btn, .grid-wrapper .r-grid .grid thead tbody tr th.actions .btn, .grid-wrapper .r-grid .grid tbody thead tr th.actions .btn, .grid .grid-wrapper .r-grid thead tbody tr th.actions .btn, .grid tbody .grid-wrapper .r-grid thead tr th.actions .btn, .grid-wrapper .r-grid .grid tbody tr th.actions .btn, .grid .grid-wrapper .r-grid tbody tr th.actions .btn, .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions .radio-list label, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions label, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions label, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions .radio-list label, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions label, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions label, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions .radio-list label, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell.actions .radio-list label, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell.actions label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions .radio-list label, .radio-list .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions label, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell.actions label, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell.actions label, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell.actions .radio-list label, .radio-list .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell.actions label, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions .radio-list label, .radio-list .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions label, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions label, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions .radio-list label, .radio-list .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions label, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th.actions .radio-list label, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th.actions label, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions .radio-list label, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions label, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions label, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th.actions label, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions .radio-list label, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions label, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions .radio-list label, .radio-list .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions label, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions label, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions label, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions .radio-list label, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions label, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions .radio-list label, .radio-list .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions .radio-list label, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions .radio-list label, .radio-list .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions label, .grid-wrapper .r-grid .grid thead tbody tr th.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th.actions label, .grid-wrapper .r-grid .grid tbody thead tr th.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody thead tr th.actions label, .grid .grid-wrapper .r-grid thead tbody tr th.actions .radio-list label, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th.actions label, .grid tbody .grid-wrapper .r-grid thead tr th.actions .radio-list label, .radio-list .grid tbody .grid-wrapper .r-grid thead tr th.actions label, .grid-wrapper .r-grid .grid tbody tr th.actions .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody tr th.actions label, .grid .grid-wrapper .r-grid tbody tr th.actions .radio-list label, .radio-list .grid .grid-wrapper .r-grid tbody tr th.actions label, .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions .cancel, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions .cancel, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions .cancel, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions .cancel, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions .cancel, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions .select-grid-cols .cancel, .select-grid-cols .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions .cancel, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions .select-grid-cols .cancel, .select-grid-cols .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions .cancel, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions .cancel, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions .cancel, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions .select-grid-cols .cancel, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions .cancel, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions .cancel, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions .cancel, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions .select-grid-cols .cancel, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions .cancel, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions .cancel, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions .cancel, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions .cancel, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions .cancel, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions .cancel, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions .cancel, .grid-wrapper .r-grid .grid thead tbody tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid thead tbody tr th.actions .cancel, .grid-wrapper .r-grid .grid tbody thead tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid tbody thead tr th.actions .cancel, .grid .grid-wrapper .r-grid thead tbody tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid thead tbody tr th.actions .cancel, .grid tbody .grid-wrapper .r-grid thead tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid tbody .grid-wrapper .r-grid thead tr th.actions .cancel, .grid-wrapper .r-grid .grid tbody tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th.actions .cancel, .grid .grid-wrapper .r-grid tbody tr th.actions .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th.actions .cancel, .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell.actions .apply, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell.actions .apply, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell.actions .apply, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell.actions .apply, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell.actions .apply, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions .select-grid-cols .apply, .select-grid-cols .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell.actions .apply, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions .select-grid-cols .apply, .select-grid-cols .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell.actions .apply, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr .r-grid-cell.actions .apply, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr .r-grid-cell.actions .apply, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions .select-grid-cols .apply, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th.actions .apply, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th.actions .apply, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th.actions .apply, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions .select-grid-cols .apply, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th.actions .apply, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-row tr th.actions .apply, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr .r-grid-row th.actions .apply, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-row tr th.actions .apply, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr .r-grid-row th.actions .apply, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .grid tbody tr th.actions .apply, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions .select-grid-cols .apply, .select-grid-cols .grid tbody .grid-wrapper .r-grid .r-grid-body tr th.actions .apply, .grid-wrapper .r-grid .grid thead tbody tr th.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid thead tbody tr th.actions .apply, .grid-wrapper .r-grid .grid tbody thead tr th.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid tbody thead tr th.actions .apply, .grid .grid-wrapper .r-grid thead tbody tr th.actions .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid thead tbody tr th.actions .apply, .grid tbody .grid-wrapper .r-grid thead tr th.actions .select-grid-cols .apply, .select-grid-cols .grid tbody .grid-wrapper .r-grid thead tr th.actions .apply, .grid-wrapper .r-grid .grid tbody tr th.actions .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th.actions .apply, .grid .grid-wrapper .r-grid tbody tr th.actions .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th.actions .apply {
            min-width: unset;
            padding: 0;
            margin-bottom: 0; }
        .grid-wrapper .r-grid .r-grid-body .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid thead .r-grid-row .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid thead .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid tbody .r-grid-row .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid tbody .r-grid-row .r-grid-cell .cell-label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr .r-grid-cell .cell-label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid thead tbody tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid tbody thead tr .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid thead tbody tr .r-grid-cell .cell-label, .grid tbody .grid-wrapper .r-grid thead tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .grid tbody tr .r-grid-cell .cell-label, .grid .grid-wrapper .r-grid tbody tr .r-grid-cell .cell-label, .grid-wrapper .r-grid .r-grid-body .r-grid-row .grid tbody tr th .cell-label, .grid tbody tr .grid-wrapper .r-grid .r-grid-body .r-grid-row th .cell-label, .grid-wrapper .r-grid .grid thead .r-grid-row tbody tr th .cell-label, .grid-wrapper .r-grid .grid tbody tr thead .r-grid-row th .cell-label, .grid .grid-wrapper .r-grid thead .r-grid-row tbody tr th .cell-label, .grid tbody tr .grid-wrapper .r-grid thead .r-grid-row th .cell-label, .grid-wrapper .r-grid .grid tbody .r-grid-row tr th .cell-label, .grid-wrapper .r-grid .grid tbody tr .r-grid-row th .cell-label, .grid .grid-wrapper .r-grid tbody .r-grid-row tr th .cell-label, .grid .grid-wrapper .r-grid tbody tr .r-grid-row th .cell-label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .cell-label, .grid tbody .grid-wrapper .r-grid .r-grid-body tr th .cell-label, .grid-wrapper .r-grid .grid thead tbody tr th .cell-label, .grid-wrapper .r-grid .grid tbody thead tr th .cell-label, .grid .grid-wrapper .r-grid thead tbody tr th .cell-label, .grid tbody .grid-wrapper .r-grid thead tr th .cell-label, .grid-wrapper .r-grid .grid tbody tr th .cell-label, .grid .grid-wrapper .r-grid tbody tr th .cell-label {
          color: var(--general-font-color);
          font-size: 1.2rem;
          font-weight: 600; }
    .grid-wrapper .r-grid .r-grid-body.item-archived, .grid-wrapper .r-grid .grid thead.item-archived, .grid .grid-wrapper .r-grid thead.item-archived, .grid-wrapper .r-grid .grid tbody.item-archived, .grid .grid-wrapper .r-grid tbody.item-archived {
      background-color: var(--color-secondary-25); }
      .grid-wrapper .r-grid .r-grid-body.item-archived .cell-label, .grid-wrapper .r-grid .grid thead.item-archived .cell-label, .grid .grid-wrapper .r-grid thead.item-archived .cell-label, .grid-wrapper .r-grid .grid tbody.item-archived .cell-label, .grid .grid-wrapper .r-grid tbody.item-archived .cell-label {
        color: white; }
    .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn, .grid-wrapper .r-grid .grid thead tbody tr th .btn, .grid-wrapper .r-grid .grid tbody tr thead th .btn, .grid .grid-wrapper .r-grid thead tbody tr th .btn, .grid tbody tr .grid-wrapper .r-grid thead th .btn, .grid-wrapper .r-grid .grid tbody tr th .btn, .grid .grid-wrapper .r-grid tbody tr th .btn, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label, .grid-wrapper .r-grid .grid tbody tr th .radio-list label, .radio-list .grid-wrapper .r-grid .grid tbody tr th label, .grid .grid-wrapper .r-grid tbody tr th .radio-list label, .radio-list .grid .grid-wrapper .r-grid tbody tr th label, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn, .grid-wrapper .r-grid .grid thead tbody tr th a.btn, .grid-wrapper .r-grid .grid tbody tr thead th a.btn, .grid .grid-wrapper .r-grid thead tbody tr th a.btn, .grid tbody tr .grid-wrapper .r-grid thead th a.btn, .grid-wrapper .r-grid .grid tbody tr th a.btn, .grid .grid-wrapper .r-grid tbody tr th a.btn, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply {
      /*font-size: 1.5rem ; // override it in buttons.scss(Application)*/
      /*padding: .5rem 1.5rem; // override it in buttons.scss(Application)*/
      background-color: transparent;
      color: var(--general-primary-color);
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      border: transparent solid 2px;
      border-radius: 34px;
      border: none;
      background: inherit; }
      .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:not([data-action]), .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:not([data-action]), .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:not([data-action]), .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:not([data-action]), .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:not([data-action]), .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:not([data-action]), .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:not([data-action]), .grid-wrapper .r-grid .grid thead tbody tr th .btn:not([data-action]), .grid-wrapper .r-grid .grid tbody tr thead th .btn:not([data-action]), .grid .grid-wrapper .r-grid thead tbody tr th .btn:not([data-action]), .grid tbody tr .grid-wrapper .r-grid thead th .btn:not([data-action]), .grid-wrapper .r-grid .grid tbody tr th .btn:not([data-action]), .grid .grid-wrapper .r-grid tbody tr th .btn:not([data-action]), .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:not([data-action]), .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:not([data-action]), .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:not([data-action]), .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:not([data-action]), .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:not([data-action]), .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:not([data-action]), .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:not([data-action]), .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:not([data-action]), .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:not([data-action]), .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:not([data-action]), .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:not([data-action]), .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:not([data-action]), .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:not([data-action]), .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:not([data-action]), .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:not([data-action]), .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:not([data-action]), .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:not([data-action]), .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:not([data-action]), .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:not([data-action]), .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:not([data-action]), .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:not([data-action]), .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:not([data-action]), .grid-wrapper .r-grid .grid tbody tr th .radio-list label:not([data-action]), .radio-list .grid-wrapper .r-grid .grid tbody tr th label:not([data-action]), .grid .grid-wrapper .r-grid tbody tr th .radio-list label:not([data-action]), .radio-list .grid .grid-wrapper .r-grid tbody tr th label:not([data-action]), .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:not([data-action]), .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:not([data-action]), .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:not([data-action]), .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:not([data-action]), .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:not([data-action]), .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:not([data-action]), .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:not([data-action]), .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:not([data-action]), .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:not([data-action]), .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:not([data-action]), .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:not([data-action]), .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:not([data-action]), .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:not([data-action]), .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:not([data-action]), .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:not([data-action]), .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:not([data-action]), .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:not([data-action]), .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:not([data-action]), .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:not([data-action]), .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:not([data-action]), .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:not([data-action]), .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:not([data-action]), .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:not([data-action]), .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:not([data-action]), .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:not([data-action]), .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:not([data-action]), .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:not([data-action]), .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:not([data-action]), .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:not([data-action]), .grid-wrapper .r-grid .grid thead tbody tr th a.btn:not([data-action]), .grid-wrapper .r-grid .grid tbody tr thead th a.btn:not([data-action]), .grid .grid-wrapper .r-grid thead tbody tr th a.btn:not([data-action]), .grid tbody tr .grid-wrapper .r-grid thead th a.btn:not([data-action]), .grid-wrapper .r-grid .grid tbody tr th a.btn:not([data-action]), .grid .grid-wrapper .r-grid tbody tr th a.btn:not([data-action]), .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:not([data-action]), .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:not([data-action]), .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:not([data-action]), .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:not([data-action]), .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:not([data-action]), .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:not([data-action]), .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:not([data-action]), .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:not([data-action]), .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:not([data-action]), .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:not([data-action]), .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:not([data-action]), .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:not([data-action]), .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:not([data-action]), .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:not([data-action]), .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:not([data-action]), .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:not([data-action]), .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:not([data-action]), .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:not([data-action]), .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:not([data-action]), .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:not([data-action]), .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:not([data-action]), .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:not([data-action]), .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:not([data-action]), .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:not([data-action]) {
        /*min-width: 10rem; // override it in buttons.scss(Application)*/ }
      .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:hover, .grid-wrapper .r-grid .grid thead tbody tr th .btn:hover, .grid-wrapper .r-grid .grid tbody tr thead th .btn:hover, .grid .grid-wrapper .r-grid thead tbody tr th .btn:hover, .grid tbody tr .grid-wrapper .r-grid thead th .btn:hover, .grid-wrapper .r-grid .grid tbody tr th .btn:hover, .grid .grid-wrapper .r-grid tbody tr th .btn:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:hover, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:hover, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:hover, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:hover, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:hover, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:hover, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:hover, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:hover, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:hover, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:hover, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:hover, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:hover, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:hover, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:hover, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:hover, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:hover, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:hover, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:hover, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:hover, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:focus, .grid-wrapper .r-grid .grid thead tbody tr th .btn:focus, .grid-wrapper .r-grid .grid tbody tr thead th .btn:focus, .grid .grid-wrapper .r-grid thead tbody tr th .btn:focus, .grid tbody tr .grid-wrapper .r-grid thead th .btn:focus, .grid-wrapper .r-grid .grid tbody tr th .btn:focus, .grid .grid-wrapper .r-grid tbody tr th .btn:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:focus, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:focus, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:focus, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:focus, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:focus, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:focus, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:focus, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:focus, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:focus, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:focus, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:focus, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:focus, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:focus, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:focus, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:focus, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:focus, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:focus, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:focus, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:focus, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:hover, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:hover, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:hover, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:hover, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:hover, .grid-wrapper .r-grid .grid tbody tr th a.btn:hover, .grid .grid-wrapper .r-grid tbody tr th a.btn:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:focus, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:focus, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:focus, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:focus, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:focus, .grid-wrapper .r-grid .grid tbody tr th a.btn:focus, .grid .grid-wrapper .r-grid tbody tr th a.btn:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:focus {
        background-color: transparent;
        box-shadow: none;
        color: var(--color-primary-100);
        border-color: transparent; }
      .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:active, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:active, .grid-wrapper .r-grid .grid thead tbody tr th .btn:active, .grid-wrapper .r-grid .grid tbody tr thead th .btn:active, .grid .grid-wrapper .r-grid thead tbody tr th .btn:active, .grid tbody tr .grid-wrapper .r-grid thead th .btn:active, .grid-wrapper .r-grid .grid tbody tr th .btn:active, .grid .grid-wrapper .r-grid tbody tr th .btn:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:active, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:active, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:active, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:active, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:active, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:active, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:active, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:active, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:active, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:active, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:active, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:active, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:active, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:active, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:active, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:active, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:active, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:active, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:active, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:active, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:active, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:active, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:active, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:active, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:active, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:active, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:active, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:active, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:active, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:active, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:active, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:active, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:active, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:active, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:active, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:active, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:active, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:active, .grid-wrapper .r-grid .grid tbody tr th a.btn:active, .grid .grid-wrapper .r-grid tbody tr th a.btn:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:active, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:active, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:active, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:active, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:active, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:active, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:active, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:active, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:active, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:active, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:active {
        color: var(--color-primary-100);
        border-color: transparent;
        background-color: transparent;
        box-shadow: none; }
        .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:active:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:active:hover, .grid-wrapper .r-grid .grid thead tbody tr th .btn:active:hover, .grid-wrapper .r-grid .grid tbody tr thead th .btn:active:hover, .grid .grid-wrapper .r-grid thead tbody tr th .btn:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .btn:active:hover, .grid-wrapper .r-grid .grid tbody tr th .btn:active:hover, .grid .grid-wrapper .r-grid tbody tr th .btn:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:active:hover, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:active:hover, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:active:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:active:hover, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:active:hover, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:active:hover, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:active:hover, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:active:hover, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:active:hover, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:active:hover, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:active:hover, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:active:hover, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:active:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:active:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:active:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:active:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:active:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:active:focus, .grid-wrapper .r-grid .grid thead tbody tr th .btn:active:focus, .grid-wrapper .r-grid .grid tbody tr thead th .btn:active:focus, .grid .grid-wrapper .r-grid thead tbody tr th .btn:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .btn:active:focus, .grid-wrapper .r-grid .grid tbody tr th .btn:active:focus, .grid .grid-wrapper .r-grid tbody tr th .btn:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:active:focus, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:active:focus, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:active:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:active:focus, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:active:focus, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:active:focus, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:active:focus, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:active:focus, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:active:focus, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:active:focus, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:active:focus, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:active:focus, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:active:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:active:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:active:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:active:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:active:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:active:hover, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:active:hover, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:active:hover, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:active:hover, .grid-wrapper .r-grid .grid tbody tr th a.btn:active:hover, .grid .grid-wrapper .r-grid tbody tr th a.btn:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:active:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:active:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:active:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:active:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:active:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:active:focus, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:active:focus, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:active:focus, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:active:focus, .grid-wrapper .r-grid .grid tbody tr th a.btn:active:focus, .grid .grid-wrapper .r-grid tbody tr th a.btn:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:active:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:active:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:active:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:active:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:active:focus {
          color: var(--color-primary-100);
          border-color: transparent;
          box-shadow: none;
          background-color: transparent;
          box-shadow: none; }
      .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:active, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:active, .grid-wrapper .r-grid .grid thead tbody tr th .btn:active, .grid-wrapper .r-grid .grid tbody tr thead th .btn:active, .grid .grid-wrapper .r-grid thead tbody tr th .btn:active, .grid tbody tr .grid-wrapper .r-grid thead th .btn:active, .grid-wrapper .r-grid .grid tbody tr th .btn:active, .grid .grid-wrapper .r-grid tbody tr th .btn:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:active, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:active, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:active, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:active, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:active, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:active, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:active, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:active, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:active, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:active, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:active, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:active, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:active, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:active, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:active, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:active, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:active, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:active, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:active, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:active, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:active, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:active, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:active, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:active, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:active, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:active, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:active, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:active, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:active, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:active, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:active, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:active, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:active, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:active, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:active, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:active, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:active, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:active, .grid-wrapper .r-grid .grid tbody tr th a.btn:active, .grid .grid-wrapper .r-grid tbody tr th a.btn:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:active, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:active, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:active, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:active, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:active, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:active, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:active, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:active, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:active, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:active, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:active, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:active, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:active, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:active, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:active, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:active, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:active, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:active, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:active, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:active {
        background-color: inherit; }
      .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:hover, .grid-wrapper .r-grid .grid thead tbody tr th .btn:hover, .grid-wrapper .r-grid .grid tbody tr thead th .btn:hover, .grid .grid-wrapper .r-grid thead tbody tr th .btn:hover, .grid tbody tr .grid-wrapper .r-grid thead th .btn:hover, .grid-wrapper .r-grid .grid tbody tr th .btn:hover, .grid .grid-wrapper .r-grid tbody tr th .btn:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:hover, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:hover, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:hover, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:hover, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:hover, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:hover, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:hover, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:hover, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:hover, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:hover, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:hover, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:hover, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:hover, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:hover, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:hover, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:hover, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:hover, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:hover, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:hover, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:focus, .grid-wrapper .r-grid .grid thead tbody tr th .btn:focus, .grid-wrapper .r-grid .grid tbody tr thead th .btn:focus, .grid .grid-wrapper .r-grid thead tbody tr th .btn:focus, .grid tbody tr .grid-wrapper .r-grid thead th .btn:focus, .grid-wrapper .r-grid .grid tbody tr th .btn:focus, .grid .grid-wrapper .r-grid tbody tr th .btn:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:focus, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:focus, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:focus, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:focus, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:focus, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:focus, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:focus, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:focus, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:focus, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:focus, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:focus, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:focus, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:focus, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:focus, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:focus, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:focus, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:focus, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:focus, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:focus, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:active:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:active:hover, .grid-wrapper .r-grid .grid thead tbody tr th .btn:active:hover, .grid-wrapper .r-grid .grid tbody tr thead th .btn:active:hover, .grid .grid-wrapper .r-grid thead tbody tr th .btn:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .btn:active:hover, .grid-wrapper .r-grid .grid tbody tr th .btn:active:hover, .grid .grid-wrapper .r-grid tbody tr th .btn:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:active:hover, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:active:hover, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:active:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:active:hover, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:active:hover, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:active:hover, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:active:hover, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:active:hover, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:active:hover, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:active:hover, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:active:hover, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:active:hover, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:active:hover, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:active:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:active:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:active:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:active:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:active:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:active:focus, .grid-wrapper .r-grid .grid thead tbody tr th .btn:active:focus, .grid-wrapper .r-grid .grid tbody tr thead th .btn:active:focus, .grid .grid-wrapper .r-grid thead tbody tr th .btn:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .btn:active:focus, .grid-wrapper .r-grid .grid tbody tr th .btn:active:focus, .grid .grid-wrapper .r-grid tbody tr th .btn:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:active:focus, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:active:focus, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:active:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:active:focus, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:active:focus, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:active:focus, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:active:focus, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:active:focus, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:active:focus, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:active:focus, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:active:focus, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:active:focus, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:active:focus, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:active:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:active:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:active:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:active:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:hover, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:hover, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:hover, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:hover, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:hover, .grid-wrapper .r-grid .grid tbody tr th a.btn:hover, .grid .grid-wrapper .r-grid tbody tr th a.btn:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:focus, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:focus, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:focus, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:focus, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:focus, .grid-wrapper .r-grid .grid tbody tr th a.btn:focus, .grid .grid-wrapper .r-grid tbody tr th a.btn:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:active:hover, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:active:hover, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:active:hover, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:active:hover, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:active:hover, .grid-wrapper .r-grid .grid tbody tr th a.btn:active:hover, .grid .grid-wrapper .r-grid tbody tr th a.btn:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:active:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:active:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:active:hover, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:active:hover, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:active:hover, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:active:hover, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:active:hover, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:active:hover, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:active:hover, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:active:hover, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:active:hover, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:active:hover, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:active:hover, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:active:hover, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:active:focus, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:active:focus, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:active:focus, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:active:focus, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:active:focus, .grid-wrapper .r-grid .grid tbody tr th a.btn:active:focus, .grid .grid-wrapper .r-grid tbody tr th a.btn:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:active:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:active:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:active:focus, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:active:focus, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:active:focus, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:active:focus, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:active:focus, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:active:focus, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:active:focus, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:active:focus, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:active:focus, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:active:focus, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:active:focus, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:active:focus, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:active:focus {
        border-color: inherit;
        background-color: inherit;
        box-shadow: inherit; }
      .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn i, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn i, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn i, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn i, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn i, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn i, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn i, .grid-wrapper .r-grid .grid thead tbody tr th .btn i, .grid-wrapper .r-grid .grid tbody tr thead th .btn i, .grid .grid-wrapper .r-grid thead tbody tr th .btn i, .grid tbody tr .grid-wrapper .r-grid thead th .btn i, .grid-wrapper .r-grid .grid tbody tr th .btn i, .grid .grid-wrapper .r-grid tbody tr th .btn i, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label i, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label i, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label i, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label i, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label i, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label i, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label i, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label i, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label i, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label i, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label i, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label i, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label i, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label i, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label i, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label i, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label i, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label i, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label i, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label i, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label i, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label i, .grid-wrapper .r-grid .grid tbody tr th .radio-list label i, .radio-list .grid-wrapper .r-grid .grid tbody tr th label i, .grid .grid-wrapper .r-grid tbody tr th .radio-list label i, .radio-list .grid .grid-wrapper .r-grid tbody tr th label i, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel i, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel i, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel i, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel i, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel i, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel i, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel i, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel i, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel i, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel i, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel i, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel i, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel i, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel i, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel i, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel i, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel i, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel i, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply i, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply i, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply i, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply i, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply i, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply i, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply i, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply i, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply i, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply i, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply i, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply i, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply i, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply i, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply i, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply i, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply i, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply i, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn i, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn i, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn i, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn i, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn i, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn i, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn i, .grid-wrapper .r-grid .grid thead tbody tr th a.btn i, .grid-wrapper .r-grid .grid tbody tr thead th a.btn i, .grid .grid-wrapper .r-grid thead tbody tr th a.btn i, .grid tbody tr .grid-wrapper .r-grid thead th a.btn i, .grid-wrapper .r-grid .grid tbody tr th a.btn i, .grid .grid-wrapper .r-grid tbody tr th a.btn i, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel i, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel i, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel i, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel i, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel i, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel i, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel i, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel i, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel i, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel i, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel i, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel i, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel i, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel i, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel i, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel i, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel i, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel i, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply i, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply i, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply i, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply i, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply i, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply i, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply i, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply i, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply i, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply i, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply i, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply i, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply i, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply i, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply i, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply i, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply i, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply i {
        font-size: 2.5rem; }
      .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn .fa, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn .fa, .grid-wrapper .r-grid .grid thead tbody tr th .btn .fa, .grid-wrapper .r-grid .grid tbody tr thead th .btn .fa, .grid .grid-wrapper .r-grid thead tbody tr th .btn .fa, .grid tbody tr .grid-wrapper .r-grid thead th .btn .fa, .grid-wrapper .r-grid .grid tbody tr th .btn .fa, .grid .grid-wrapper .r-grid tbody tr th .btn .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label .fa, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label .fa, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label .fa, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label .fa, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label .fa, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label .fa, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label .fa, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label .fa, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label .fa, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label .fa, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label .fa, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label .fa, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label .fa, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label .fa, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label .fa, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label .fa, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label .fa, .grid-wrapper .r-grid .grid tbody tr th .radio-list label .fa, .radio-list .grid-wrapper .r-grid .grid tbody tr th label .fa, .grid .grid-wrapper .r-grid tbody tr th .radio-list label .fa, .radio-list .grid .grid-wrapper .r-grid tbody tr th label .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel .fa, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel .fa, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel .fa, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel .fa, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel .fa, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel .fa, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply .fa, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply .fa, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply .fa, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply .fa, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply .fa, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply .fa, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn .fas, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn .fas, .grid-wrapper .r-grid .grid thead tbody tr th .btn .fas, .grid-wrapper .r-grid .grid tbody tr thead th .btn .fas, .grid .grid-wrapper .r-grid thead tbody tr th .btn .fas, .grid tbody tr .grid-wrapper .r-grid thead th .btn .fas, .grid-wrapper .r-grid .grid tbody tr th .btn .fas, .grid .grid-wrapper .r-grid tbody tr th .btn .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label .fas, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label .fas, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label .fas, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label .fas, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label .fas, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label .fas, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label .fas, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label .fas, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label .fas, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label .fas, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label .fas, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label .fas, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label .fas, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label .fas, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label .fas, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label .fas, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label .fas, .grid-wrapper .r-grid .grid tbody tr th .radio-list label .fas, .radio-list .grid-wrapper .r-grid .grid tbody tr th label .fas, .grid .grid-wrapper .r-grid tbody tr th .radio-list label .fas, .radio-list .grid .grid-wrapper .r-grid tbody tr th label .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel .fas, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel .fas, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel .fas, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel .fas, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel .fas, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel .fas, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply .fas, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply .fas, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply .fas, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply .fas, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply .fas, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply .fas, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn .fa, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn .fa, .grid-wrapper .r-grid .grid thead tbody tr th a.btn .fa, .grid-wrapper .r-grid .grid tbody tr thead th a.btn .fa, .grid .grid-wrapper .r-grid thead tbody tr th a.btn .fa, .grid tbody tr .grid-wrapper .r-grid thead th a.btn .fa, .grid-wrapper .r-grid .grid tbody tr th a.btn .fa, .grid .grid-wrapper .r-grid tbody tr th a.btn .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel .fa, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel .fa, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel .fa, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel .fa, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel .fa, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel .fa, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply .fa, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply .fa, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply .fa, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply .fa, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply .fa, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply .fa, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn .fas, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn .fas, .grid-wrapper .r-grid .grid thead tbody tr th a.btn .fas, .grid-wrapper .r-grid .grid tbody tr thead th a.btn .fas, .grid .grid-wrapper .r-grid thead tbody tr th a.btn .fas, .grid tbody tr .grid-wrapper .r-grid thead th a.btn .fas, .grid-wrapper .r-grid .grid tbody tr th a.btn .fas, .grid .grid-wrapper .r-grid tbody tr th a.btn .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel .fas, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel .fas, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel .fas, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel .fas, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel .fas, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel .fas, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply .fas, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply .fas, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply .fas, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply .fas, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply .fas, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply .fas, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply .fas {
        color: #555555; }
      .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:hover .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:hover .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:hover .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:hover .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:hover .fa, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:hover .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:hover .fa, .grid-wrapper .r-grid .grid thead tbody tr th .btn:hover .fa, .grid-wrapper .r-grid .grid tbody tr thead th .btn:hover .fa, .grid .grid-wrapper .r-grid thead tbody tr th .btn:hover .fa, .grid tbody tr .grid-wrapper .r-grid thead th .btn:hover .fa, .grid-wrapper .r-grid .grid tbody tr th .btn:hover .fa, .grid .grid-wrapper .r-grid tbody tr th .btn:hover .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:hover .fa, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:hover .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:hover .fa, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:hover .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:hover .fa, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:hover .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:hover .fa, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:hover .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:hover .fa, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:hover .fa, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:hover .fa, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:hover .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:hover .fa, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:hover .fa, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:hover .fa, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:hover .fa, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:hover .fa, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:hover .fa, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:hover .fa, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:hover .fa, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:hover .fa, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:hover .fa, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:hover .fa, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:hover .fa, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:hover .fa, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:hover .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:hover .fa, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:hover .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:hover .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:hover .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:hover .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:hover .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:hover .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:hover .fa, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:hover .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:hover .fa, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:hover .fa, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:hover .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:hover .fa, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:hover .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:hover .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:hover .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:hover .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:hover .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:hover .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:hover .fa, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:hover .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:hover .fa, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:hover .fa, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:hover .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .btn:hover .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .btn:hover .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .btn:hover .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .btn:hover .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .btn:hover .fas, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .btn:hover .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .btn:hover .fas, .grid-wrapper .r-grid .grid thead tbody tr th .btn:hover .fas, .grid-wrapper .r-grid .grid tbody tr thead th .btn:hover .fas, .grid .grid-wrapper .r-grid thead tbody tr th .btn:hover .fas, .grid tbody tr .grid-wrapper .r-grid thead th .btn:hover .fas, .grid-wrapper .r-grid .grid tbody tr th .btn:hover .fas, .grid .grid-wrapper .r-grid tbody tr th .btn:hover .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .radio-list label:hover .fas, .radio-list .grid-wrapper .r-grid .r-grid-body .r-grid-cell label:hover .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .radio-list label:hover .fas, .radio-list .grid-wrapper .r-grid .grid thead .r-grid-cell label:hover .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .radio-list label:hover .fas, .radio-list .grid .grid-wrapper .r-grid thead .r-grid-cell label:hover .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .radio-list label:hover .fas, .radio-list .grid-wrapper .r-grid .grid tbody .r-grid-cell label:hover .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .radio-list label:hover .fas, .radio-list .grid .grid-wrapper .r-grid tbody .r-grid-cell label:hover .fas, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th .radio-list label:hover .fas, .radio-list .grid-wrapper .r-grid .r-grid-body .grid tbody tr th label:hover .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .radio-list label:hover .fas, .radio-list .grid tbody tr .grid-wrapper .r-grid .r-grid-body th label:hover .fas, .grid-wrapper .r-grid .grid thead tbody tr th .radio-list label:hover .fas, .radio-list .grid-wrapper .r-grid .grid thead tbody tr th label:hover .fas, .grid-wrapper .r-grid .grid tbody tr thead th .radio-list label:hover .fas, .radio-list .grid-wrapper .r-grid .grid tbody tr thead th label:hover .fas, .grid .grid-wrapper .r-grid thead tbody tr th .radio-list label:hover .fas, .radio-list .grid .grid-wrapper .r-grid thead tbody tr th label:hover .fas, .grid tbody tr .grid-wrapper .r-grid thead th .radio-list label:hover .fas, .radio-list .grid tbody tr .grid-wrapper .r-grid thead th label:hover .fas, .grid-wrapper .r-grid .grid tbody tr th .radio-list label:hover .fas, .radio-list .grid-wrapper .r-grid .grid tbody tr th label:hover .fas, .grid .grid-wrapper .r-grid tbody tr th .radio-list label:hover .fas, .radio-list .grid .grid-wrapper .r-grid tbody tr th label:hover .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .cancel:hover .fas, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .cancel:hover .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .cancel:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .cancel:hover .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .cancel:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .cancel:hover .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .cancel:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .cancel:hover .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .cancel:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .cancel:hover .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .cancel:hover .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .cancel:hover .fas, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .cancel:hover .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .cancel:hover .fas, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .cancel:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .cancel:hover .fas, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .cancel:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .cancel:hover .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols .apply:hover .fas, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell .apply:hover .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols .apply:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell .apply:hover .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols .apply:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell .apply:hover .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols .apply:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell .apply:hover .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols .apply:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell .apply:hover .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols .apply:hover .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .apply:hover .fas, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols .apply:hover .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th .apply:hover .fas, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols .apply:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th .apply:hover .fas, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols .apply:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th .apply:hover .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:hover .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:hover .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:hover .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:hover .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:hover .fa, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:hover .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:hover .fa, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:hover .fa, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:hover .fa, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:hover .fa, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:hover .fa, .grid-wrapper .r-grid .grid tbody tr th a.btn:hover .fa, .grid .grid-wrapper .r-grid tbody tr th a.btn:hover .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:hover .fa, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:hover .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:hover .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:hover .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:hover .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:hover .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:hover .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:hover .fa, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:hover .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:hover .fa, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:hover .fa, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:hover .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:hover .fa, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:hover .fa, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:hover .fa, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:hover .fa, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:hover .fa, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:hover .fa, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:hover .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:hover .fa, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:hover .fa, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:hover .fa, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:hover .fa, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:hover .fa, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:hover .fa, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:hover .fa, .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.btn:hover .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell a.btn:hover .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell a.btn:hover .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell a.btn:hover .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell a.btn:hover .fas, .grid-wrapper .r-grid .r-grid-body .grid tbody tr th a.btn:hover .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.btn:hover .fas, .grid-wrapper .r-grid .grid thead tbody tr th a.btn:hover .fas, .grid-wrapper .r-grid .grid tbody tr thead th a.btn:hover .fas, .grid .grid-wrapper .r-grid thead tbody tr th a.btn:hover .fas, .grid tbody tr .grid-wrapper .r-grid thead th a.btn:hover .fas, .grid-wrapper .r-grid .grid tbody tr th a.btn:hover .fas, .grid .grid-wrapper .r-grid tbody tr th a.btn:hover .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.cancel:hover .fas, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.cancel:hover .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.cancel:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.cancel:hover .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.cancel:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.cancel:hover .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.cancel:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.cancel:hover .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.cancel:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.cancel:hover .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.cancel:hover .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.cancel:hover .fas, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.cancel:hover .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.cancel:hover .fas, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.cancel:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.cancel:hover .fas, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.cancel:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.cancel:hover .fas, .grid-wrapper .r-grid .r-grid-body .r-grid-cell .select-grid-cols a.apply:hover .fas, .select-grid-cols .grid-wrapper .r-grid .r-grid-body .r-grid-cell a.apply:hover .fas, .grid-wrapper .r-grid .grid thead .r-grid-cell .select-grid-cols a.apply:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid thead .r-grid-cell a.apply:hover .fas, .grid .grid-wrapper .r-grid thead .r-grid-cell .select-grid-cols a.apply:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid thead .r-grid-cell a.apply:hover .fas, .grid-wrapper .r-grid .grid tbody .r-grid-cell .select-grid-cols a.apply:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody .r-grid-cell a.apply:hover .fas, .grid .grid-wrapper .r-grid tbody .r-grid-cell .select-grid-cols a.apply:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody .r-grid-cell a.apply:hover .fas, .grid tbody tr .grid-wrapper .r-grid .r-grid-body th .select-grid-cols a.apply:hover .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid .r-grid-body th a.apply:hover .fas, .grid tbody tr .grid-wrapper .r-grid thead th .select-grid-cols a.apply:hover .fas, .select-grid-cols .grid tbody tr .grid-wrapper .r-grid thead th a.apply:hover .fas, .grid-wrapper .r-grid .grid tbody tr th .select-grid-cols a.apply:hover .fas, .select-grid-cols .grid-wrapper .r-grid .grid tbody tr th a.apply:hover .fas, .grid .grid-wrapper .r-grid tbody tr th .select-grid-cols a.apply:hover .fas, .select-grid-cols .grid .grid-wrapper .r-grid tbody tr th a.apply:hover .fas {
        color: var(--general-primary-color); }

@media (min-width: 300px) and (max-width: 766px) {
  .page .content-wrapper .content form[data-module*="List"] .buttons-row {
    text-align: center;
    float: none; }
    .page .content-wrapper .content form[data-module*="List"] .buttons-row .btn, .page .content-wrapper .content form[data-module*="List"] .buttons-row .radio-list label, .radio-list .page .content-wrapper .content form[data-module*="List"] .buttons-row label, .page .content-wrapper .content form[data-module*="List"] .buttons-row .select-grid-cols .cancel, .select-grid-cols .page .content-wrapper .content form[data-module*="List"] .buttons-row .cancel, .page .content-wrapper .content form[data-module*="List"] .buttons-row .select-grid-cols .apply, .select-grid-cols .page .content-wrapper .content form[data-module*="List"] .buttons-row .apply {
      margin-left: 0; } }

.img-column img {
  width: 100%;
  max-width: 15rem; }

.modal-content .modal-header {
  background-color: transparent;
  border: 0;
  height: 5rem; }
  .modal-content .modal-header .close {
    margin: 0 10px 0 auto; }

.modal-content .group-control {
  min-width: 100%; }

.modal-content {
  border-radius: 20px;
  background-color: #FFFFFF;
  /*        .search {
            padding: 10px !important;

            > .form-group, .search fieldset {
                margin: 0;
                width: 100%;
            }
        }*/
  /*    .list-items {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%;
            max-height: 60vh;
            overflow-y: auto;

            .item {
                width: 50%;

                &:first-child {
                    width: 100%;
                    display: block !important;
                }

                .card-view-item {
                    display: flex;
                    align-items: center;
                    position: relative;
                    background-color: #fff;
                    border-radius: 4px;
                    border: 1px solid #DEDEDE;
                    padding: 5px;
                    margin: 10px;
                    text-align: center;
                    min-height: 70px;

                    .card-view-item_details {
                        width: 100%;

                        a, button {
                            width: 100%;
                            height: 100%;
                            display: flex;
                            flex-direction: column;
                            justify-content: center;
                            align-items: start;
                            transition: none;
                            background-color: transparent;
                            border: none;

                            &:hover {
                                text-decoration: none;
                            }

                            &:focus {
                                border: none;
                                box-shadow:none;
                            }

                            .item-content {
                                margin-left: 35px;
                                display: flex;
                                align-items: center;

                                > div {
                                    display: flex;
                                    flex-wrap: wrap;
                                    font-size: 18px;
                                    font-weight: 400;
                                    color: #494748;
                                    margin-left: 10px;
                                    text-align: left;

                                    .title {
                                        width: 100%;
                                        font-size: 16px;
                                        font-weight: 300;
                                        color: #6D6D6D;
                                        text-align: start;
                                    }
                                }
                            }
                        }
                    }

                    .department-tags {
                        display: none;
                    }

                    &:hover {
                        background-color: #C0315C14;

                        button {
                            background-color: none;
                        }
                    }
                }

                .custom-add {
                    .card-view-item_details {
                        a {
                            flex-direction: row;
                            align-items: center;
                            justify-content: center;
                            font-size: 18px;
                            font-weight: 400;
                            color: #494748;
                            margin-left: 5px;

                            i {
                                font-size: 18pt;
                                color: #494748;
                                margin-right: 10px;
                            }
                        }
                    }
                }
            }
        }*/
  /*        .search {
            .form-group {
                width: 100%;

                .group-control {
                    width: 50%;

                    input[type=text] {
                        border: 1px solid #CFCFCF;
                        width: 100%;
                    }
                }
            }
        }*/
  /*
        .card-view-item.card-view-item_selected {
            box-shadow: #333 0 0 12px 0 !important;
        }*/ }
  .modal-content .header-container {
    background-color: transparent;
    padding-top: 30px; }
  .modal-content .modal-header {
    display: flex;
    padding: 0px; }
    .modal-content .modal-header .close {
      padding: 0;
      z-index: 1;
      text-shadow: none;
      margin: 10px 10px 0 auto; }
      .modal-content .modal-header .close i {
        font-size: 39px !important;
        /* display: inline-block;
                    transform: rotate(45deg);*/
        color: #FF4367; }
  .modal-content .modal-body {
    padding: 35px 30px 30px 30px; }
    .modal-content .modal-body .header-container {
      /*           margin: -6rem -1rem 0rem -1rem;
                padding-bottom: 0;
                min-height: inherit;*/
      margin: -7.7rem 3rem 0rem -1rem;
      position: absolute;
      padding-bottom: 0;
      min-height: inherit;
      top: 10px;
      padding-left: 10px; }
      .modal-content .modal-body .header-container .header-text {
        font: bold 24px "Grotesk" !important;
        color: #FF4367 !important; }
        .modal-content .modal-body .header-container .header-text span {
          display: none; }
    .modal-content .modal-body .dg-rpt-tab-cont {
      padding: 0 !important; }
  .modal-content .form-body {
    padding: 10px 10px 10px 10px;
    margin-top: -3rem;
    /*            max-height: 73vh;
            overflow-y: auto;
            overflow-x: hidden;*/ }
    .modal-content .form-body::-webkit-scrollbar {
      width: 5px; }
    .modal-content .form-body::-webkit-scrollbar-track {
      background: #DDDDDD;
      border-radius: 100px; }
    .modal-content .form-body::-webkit-scrollbar-thumb {
      background-color: #A2A2A2;
      border-radius: 100px; }
    .modal-content .form-body::-webkit-scrollbar-thumb:hover {
      background: var(--color-secondary-75);
      border-radius: 100px; }
    .modal-content .form-body + .buttons-row {
      padding: 30px 8px 0px 8px; }
  .modal-content .view-body {
    padding: 10px; }
  .modal-content .dropdown-toggle {
    height: 100%; }
  .modal-content .form-group {
    display: block; }
    .modal-content .form-group .control-label {
      width: auto;
      text-align: left;
      font: normal normal bold 13px Karla;
      letter-spacing: 0px;
      opacity: 70%; }
  .modal-content .multi-cloumn .form-group {
    display: flex;
    flex-direction: row;
    height: 55px; }
    .modal-content .multi-cloumn .form-group .control-label {
      flex: 0 1 20%;
      text-align: left;
      font: normal normal bold 13px Karla;
      letter-spacing: 0px;
      padding-top: 15px; }
  .modal-content .buttons-row {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: flex-end; }
    .modal-content .buttons-row .buttons {
      width: 100%; }
      .modal-content .buttons-row .buttons button {
        margin-left: 5px;
        margin-right: 5px;
        /*border-radius: 8px;*/
        min-width: 102px !important;
        font: normal normal bold 13px/9px Karla !important;
        height: 42px !important; }
  .modal-content .form-group .group-control input {
    max-width: unset; }
  .modal-content .form-group .group-control .file-upload {
    max-width: unset; }
  .modal-content .form-group .group-control textarea {
    max-width: unset !important; }
  .modal-content .form-group .group-control .dropdown {
    max-width: unset !important; }
    .modal-content .form-group .group-control .dropdown .dropdown-toggle {
      max-width: unset !important; }
  .modal-content .input-group-addon {
    margin-right: 5px;
    align-self: center; }
  .modal-content .horizontal-subform {
    padding-left: 0; }
    .modal-content .horizontal-subform .group-control {
      padding-left: 0; }
    .modal-content .horizontal-subform .subform .delete-button {
      margin-top: 30px; }

.modal {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10500; }
  .modal .modal-content {
    opacity: 0;
    animation-name: modal-show-anim;
    animation-delay: 300ms;
    animation-duration: 300ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards; }

/*.modal.show .modal-dialog {
      width: 1080px !important;
    }*/
.modal-backdrop {
  opacity: 0;
  animation-name: modal-backdrop-anim;
  animation-duration: 50ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

@media (min-width: 576px) {
  .modal-dialog {
    /*max-width: 490px;*/ } }

@keyframes modal-show-anim {
  0% {
    opacity: 0;
    transform: scale(0.95); }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes modal-backdrop-anim {
  0% {
    opacity: 0; }
  100% {
    opacity: .5; } }

.buttons-row {
  text-align: right; }
  .buttons-row.top-buttons-row {
    float: right; }

.btn, .radio-list label, .select-grid-cols .cancel, .select-grid-cols .apply {
  /*&.btn-secondary {
            color: inherit;
            background-color: inherit;
            border-color: inherit;
            @include remove-btn-style();
        }*/ }
  .btn:not(.dropdown-toggle):not(.delete-file):not([name=Cancel]):not(.btn-primary):not(.select-grid-cols .apply):not(.btn-secondary):not(.select-grid-cols .cancel), .radio-list label:not(.dropdown-toggle):not(.delete-file):not([name=Cancel]):not(.btn-primary):not(.select-grid-cols .apply):not(.btn-secondary):not(.select-grid-cols .cancel), .select-grid-cols .cancel:not(.dropdown-toggle):not(.delete-file):not([name=Cancel]):not(.btn-primary):not(.select-grid-cols .apply):not(.btn-secondary):not(.select-grid-cols .cancel), .select-grid-cols .apply:not(.dropdown-toggle):not(.delete-file):not([name=Cancel]):not(.btn-primary):not(.select-grid-cols .apply):not(.btn-secondary):not(.select-grid-cols .cancel) {
    /*@include btn-style($color-primary,$color-primary-darken,$white,$white,$color-primary,$color-primary-darken);*/
    /*@include btn-style(red,$color-primary-darken,#3fa5d3,$white,red,$color-primary-darken);*/ }
  .btn.btn-primary, .radio-list label.btn-primary, .select-grid-cols .btn-primary.cancel, .select-grid-cols .apply {
    /*@include btn-style($white,$white,#00ff21, $color-primary-darken);*/
    /*@include btn-style($white,$white,$color-primary, $color-primary-darken);*/ }
  .btn[name=Cancel], .radio-list label[name=Cancel], .select-grid-cols [name=Cancel].cancel, .select-grid-cols [name=Cancel].apply {
    /*@include btn-style($white,$white,$p-dark-gray,$p-dark-gray);*/
    /*@include btn-style($white,$white,#b96590,$p-dark-gray);*/ }

.wait-screen .cover {
  display: block;
  background: #222222;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.1;
  filter: alpha(opacity=10);
  z-index: 11000; }

.wait-screen .wait-container {
  position: fixed;
  width: 100%;
  z-index: 11000;
  display: none;
  top: 25%; }
  .wait-screen .wait-container .wait-box {
    background: transparent;
    padding: 20px;
    text-align: center;
    width: 150px;
    border-radius: 30pt;
    margin: auto; }
    .wait-screen .wait-container .wait-box img {
      background: none; }

.wait-screen-container {
  position: relative !important; }
  .wait-screen-container .wait-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11000;
    background-color: transparent; }
    .wait-screen-container .wait-screen .cover {
      display: block;
      background: #222222;
      position: fixed;
      top: 0;
      left: 0;
      opacity: 0.3;
      filter: alpha(opacity=30);
      z-index: 11000; }
    .wait-screen-container .wait-screen .wait-container {
      height: 100%;
      width: 100%;
      position: unset;
      top: unset; }
      .wait-screen-container .wait-screen .wait-container .wait-box {
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%; }
        .wait-screen-container .wait-screen .wait-container .wait-box img {
          background: none; }

@media print {
  body .restart-temp-database {
    display: none; }
  body td.actions, body th.actions, body footer {
    display: none; } }

form .control-label {
  flex: 1;
  text-align: left; }

form .group-control {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    form .group-control {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

form .subform-group-control {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    form .subform-group-control {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

form .password-strength .progress {
  margin-top: 8px; }

form .file-upload {
  min-height: 64px;
  /* TODO: Fix this to be proper responsive setup. input[type=file] { float: left; }*/ }

form .file-upload .btn, form .file-upload .radio-list label, .radio-list form .file-upload label, form .file-upload .select-grid-cols .cancel, .select-grid-cols form .file-upload .cancel, form .file-upload .select-grid-cols .apply, .select-grid-cols form .file-upload .apply {
  padding: 4px; }

form .file-upload .current-file {
  display: none; }

form .file-upload .current-file a {
  color: #333333; }

form .file-upload .progress {
  min-width: 150px;
  height: 34px;
  margin-bottom: 0; }

form .file-upload .progress .progress-bar {
  width: 0; }

form .file-upload .progress input.form-control, form .file-upload .progress *[data-control=collapsible-checkboxes] input.textbox, *[data-control=collapsible-checkboxes] form .file-upload .progress input.textbox {
  background-color: transparent;
  color: #fff;
  font-size: 100%;
  border: none;
  position: absolute; }

form .file-upload input[type=file] {
  display: inline-block; }

form .file-upload .delete-file {
  float: right;
  position: relative;
  top: -45px;
  z-index: 2; }

form .file-upload .file-target {
  cursor: pointer; }

form .form-body .tab-content {
  padding: 20px; }

form .horizontal-subform {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    form .horizontal-subform {
      flex: 0 0 50%;
      max-width: 50%; } }

form .horizontal-subform table {
  margin-bottom: 0;
  overflow: visible; }

form .horizontal-subform table thead {
  visibility: hidden; }

form .horizontal-subform table .group-control {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    form .horizontal-subform table .group-control {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

form .horizontal-subform table .form-group {
  margin-bottom: 0; }

form .horizontal-subform table tbody > tr > td {
  border-top: 0; }

form .subform-group-control {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    form .subform-group-control {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

form .vertical-subform .subform-item {
  margin-bottom: 2px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  form .vertical-subform .subform-item .subform-item-body {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 992px) {
      form .vertical-subform .subform-item .subform-item-body {
        flex: 0 0 50%;
        max-width: 50%; } }
    form .vertical-subform .subform-item .subform-item-body {
      background: #eee;
      border-radius: 5px;
      padding-top: 10px;
      padding-bottom: 2px;
      margin-bottom: 2px; }
    form .vertical-subform .subform-item .subform-item-body .form-group label {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 992px) {
        form .vertical-subform .subform-item .subform-item-body .form-group label {
          flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
    form .vertical-subform .subform-item .subform-item-body .form-group .group-control {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 992px) {
        form .vertical-subform .subform-item .subform-item-body .form-group .group-control {
          flex: 0 0 66.66667%;
          max-width: 66.66667%; } }
  form .vertical-subform .subform-item .subform-delete-wrapper {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 992px) {
      form .vertical-subform .subform-item .subform-delete-wrapper {
        flex: 0 0 25%;
        max-width: 25%; } }

form .subform-item a.delete-button i {
  font-size: 18pt;
  margin-top: 4px; }

form .input-group.unboxed .input-group-addon {
  border: 0;
  background: none; }

.form-group > .group-control:not(:first-of-type):last-of-type > * {
  margin-top: 15px; }
  @media (min-width: 992px) {
    .form-group > .group-control:not(:first-of-type):last-of-type > * {
      margin-top: 0; } }

.input-form .buttons-row {
  /*@include make-row();*/ }
  .input-form .buttons-row .buttons {
    /*@include make-column-lg(6);*/
    width: 40rem; }
    .input-form .buttons-row .buttons .btn:not(:first-child), .input-form .buttons-row .buttons .radio-list label:not(:first-child), .radio-list .input-form .buttons-row .buttons label:not(:first-child), .input-form .buttons-row .buttons .select-grid-cols .cancel:not(:first-child), .select-grid-cols .input-form .buttons-row .buttons .cancel:not(:first-child), .input-form .buttons-row .buttons .select-grid-cols .apply:not(:first-child), .select-grid-cols .input-form .buttons-row .buttons .apply:not(:first-child) {
      margin-left: .3rem; }

.alertify {
  border-radius: 20px;
  background-color: #FFFFFF;
  border: 0;
  min-width: 1000px !important;
  margin-left: unset;
  transform: translateX(-50%);
  top: 54px; }

.alertify-buttons {
  border-top: 0;
  box-shadow: initial;
  padding: 20px 57px 47px 20px !important;
  margin: 0px; }

.alertify-button.alertify-button-cancel {
  font: 700 20px "Karla" !important;
  padding: 16px 45px 16px 45px; }

.alertify-button.alertify-button-ok {
  font: 700 20px "Karla" !important;
  padding: 16px 62px 16px 62px; }

.alertify-message {
  font: 400 30px "Karla";
  padding: 47px 47px 0px 47px;
  color: var(--color-black-05); }

.alertify-cover {
  background-color: #000000;
  opacity: 0.7; }

.alertify-logs {
  margin-right: 110px !important;
  margin-bottom: 15px !important; }
  .alertify-logs .alertify-log {
    background: #E0F3BF;
    color: #98D82A;
    border: 1px solid #C3E6CB;
    font: 400 30px "Karla";
    width: 370px;
    text-align: center; }

h2 {
  margin-top: 0;
  font-size: 2.2rem;
  color: var(--general-primary-color);
  padding: 0.5rem 0; }

.social-media-login .buttons-row {
  text-align: left; }

.captcha-image {
  margin-top: 10px !important; }

.captcha-image-refresh i {
  margin-right: 10px; }

.page {
  min-height: calc(100vh - 8rem);
  display: flex;
  flex-flow: row nowrap;
  background-color: #F7F7F7;
  height: 100vh;
  /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
  .page::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
    border-radius: 12px !important; }
  .page::-webkit-scrollbar-track {
    background: #ABABAB !important;
    width: 2px !important;
    border-radius: 12px !important; }
  .page::-webkit-scrollbar-thumb {
    background: #6D6D6D !important;
    width: 2px !important;
    border-radius: 12px !important;
    opacity: .5 !important; }
  .page::-webkit-scrollbar-thumb:hover {
    background: #555 !important; }
  .page .right-panel {
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    overflow-y: auto;
    /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
    .page .right-panel::-webkit-scrollbar {
      width: 5px !important;
      height: 5px !important;
      border-radius: 12px !important; }
    .page .right-panel::-webkit-scrollbar-track {
      background: #ABABAB !important;
      width: 2px !important;
      border-radius: 12px !important; }
    .page .right-panel::-webkit-scrollbar-thumb {
      background: #6D6D6D !important;
      width: 2px !important;
      border-radius: 12px !important;
      opacity: .5 !important; }
    .page .right-panel::-webkit-scrollbar-thumb:hover {
      background: #555 !important; }
    .page .right-panel .content-wrapper {
      flex: 1;
      padding: 60px 34px 60px 34px;
      display: flex;
      /*flex-flow: column wrap;*/
      overflow-y: auto;
      /*max-height:87vh;*/
      /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
      .page .right-panel .content-wrapper::-webkit-scrollbar {
        width: 5px !important;
        height: 5px !important;
        border-radius: 12px !important; }
      .page .right-panel .content-wrapper::-webkit-scrollbar-track {
        background: #ABABAB !important;
        width: 2px !important;
        border-radius: 12px !important; }
      .page .right-panel .content-wrapper::-webkit-scrollbar-thumb {
        background: #6D6D6D !important;
        width: 2px !important;
        border-radius: 12px !important;
        opacity: .5 !important; }
      .page .right-panel .content-wrapper::-webkit-scrollbar-thumb:hover {
        background: #555 !important; }
      @media (max-width: 1400px) {
        .page .right-panel .content-wrapper {
          overflow-y: unset;
          padding-bottom: 0; } }
      @media (max-width: 1300px) {
        .page .right-panel .content-wrapper {
          padding: 20px 35px 20px 15px;
          /* padding:35px 20px;*/
          padding-bottom: 0; } }
      @media (max-width: 1080px) {
        .page .right-panel .content-wrapper {
          display: unset;
          padding: 15px 35px 15px 15px;
          /*padding: 35px 15px;*/
          padding-bottom: 0; } }
      .page .right-panel .content-wrapper .content {
        flex: 1; }
        .page .right-panel .content-wrapper .content .menu-container {
          display: flex;
          flex-direction: column; }
          .page .right-panel .content-wrapper .content .menu-container .top-menu {
            flex: 1; }
            .page .right-panel .content-wrapper .content .menu-container .top-menu.first-top-menu {
              min-height: 100px;
              position: relative; }
            .page .right-panel .content-wrapper .content .menu-container .top-menu ul.nav, .page .right-panel .content-wrapper .content .menu-container .top-menu form .form-body ul.form-tabs-header, form .form-body .page .right-panel .content-wrapper .content .menu-container .top-menu ul.form-tabs-header {
              box-shadow: #444 0 7px 12px -15px;
              border-bottom: 7px solid #fff; }
              .page .right-panel .content-wrapper .content .menu-container .top-menu ul.nav li.active, .page .right-panel .content-wrapper .content .menu-container .top-menu form .form-body ul.form-tabs-header li.active, form .form-body .page .right-panel .content-wrapper .content .menu-container .top-menu ul.form-tabs-header li.active {
                display: flex; }
                .page .right-panel .content-wrapper .content .menu-container .top-menu ul.nav li.active a, .page .right-panel .content-wrapper .content .menu-container .top-menu form .form-body ul.form-tabs-header li.active a, form .form-body .page .right-panel .content-wrapper .content .menu-container .top-menu ul.form-tabs-header li.active a {
                  flex: 1;
                  border: none;
                  border-top-left-radius: 10px;
                  border-top-right-radius: 10px; }
        .page .right-panel .content-wrapper .content a {
          text-decoration: none !important; }
      .page .right-panel .content-wrapper ul.top-menu-tab li:last-of-type, .page .right-panel .content-wrapper .fix-top-menu-tab li:last-of-type {
        border-right: none !important; }
      .page .right-panel .content-wrapper ul.top-menu-tab li, .page .right-panel .content-wrapper .fix-top-menu-tab li {
        position: relative; }
        .page .right-panel .content-wrapper ul.top-menu-tab li a, .page .right-panel .content-wrapper .fix-top-menu-tab li a {
          cursor: pointer; }
          .page .right-panel .content-wrapper ul.top-menu-tab li a i.icon-chevron-down, .page .right-panel .content-wrapper ul.top-menu-tab li a .typeahead__container .typehead-chevron-down i:first-child, .typeahead__container .typehead-chevron-down .page .right-panel .content-wrapper ul.top-menu-tab li a i:first-child, .page .right-panel .content-wrapper ul.top-menu-tab ul.tab-menu li a.collapsed i, ul.tab-menu .page .right-panel .content-wrapper ul.top-menu-tab li a.collapsed i, .page .right-panel .content-wrapper ul.top-menu-tab .nav-rpt ul.nav-tabs.mb-3 li a.active.show i, .nav-rpt ul.nav-tabs.mb-3 .page .right-panel .content-wrapper ul.top-menu-tab li a.active.show i, .page .right-panel .content-wrapper ul.top-menu-tab .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i, .nav-rpt form .form-body ul.mb-3.form-tabs-header .page .right-panel .content-wrapper ul.top-menu-tab li a.active.show i, .page .right-panel .content-wrapper ul.top-menu-tab form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i, form .form-body .nav-rpt ul.mb-3.form-tabs-header .page .right-panel .content-wrapper ul.top-menu-tab li a.active.show i, .page .right-panel .content-wrapper .fix-top-menu-tab li a i.icon-chevron-down, .page .right-panel .content-wrapper .fix-top-menu-tab li a .typeahead__container .typehead-chevron-down i:first-child, .typeahead__container .typehead-chevron-down .page .right-panel .content-wrapper .fix-top-menu-tab li a i:first-child, .page .right-panel .content-wrapper .fix-top-menu-tab ul.tab-menu li a.collapsed i, ul.tab-menu .page .right-panel .content-wrapper .fix-top-menu-tab li a.collapsed i, .page .right-panel .content-wrapper .fix-top-menu-tab .nav-rpt ul.nav-tabs.mb-3 li a.active.show i, .nav-rpt ul.nav-tabs.mb-3 .page .right-panel .content-wrapper .fix-top-menu-tab li a.active.show i, .page .right-panel .content-wrapper .fix-top-menu-tab .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i, .nav-rpt form .form-body ul.mb-3.form-tabs-header .page .right-panel .content-wrapper .fix-top-menu-tab li a.active.show i, .page .right-panel .content-wrapper .fix-top-menu-tab form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i, form .form-body .nav-rpt ul.mb-3.form-tabs-header .page .right-panel .content-wrapper .fix-top-menu-tab li a.active.show i {
            /*float: right;*/
            padding-top: 9px !important;
            padding-left: 9px !important; }
            .page .right-panel .content-wrapper ul.top-menu-tab li a i.icon-chevron-down:before, .page .right-panel .content-wrapper ul.top-menu-tab li a .typeahead__container .typehead-chevron-down i:first-child:before, .typeahead__container .typehead-chevron-down .page .right-panel .content-wrapper ul.top-menu-tab li a i:first-child:before, .page .right-panel .content-wrapper ul.top-menu-tab ul.tab-menu li a.collapsed i:before, ul.tab-menu .page .right-panel .content-wrapper ul.top-menu-tab li a.collapsed i:before, .page .right-panel .content-wrapper ul.top-menu-tab .nav-rpt ul.nav-tabs.mb-3 li a.active.show i:before, .nav-rpt ul.nav-tabs.mb-3 .page .right-panel .content-wrapper ul.top-menu-tab li a.active.show i:before, .page .right-panel .content-wrapper ul.top-menu-tab .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i:before, .nav-rpt form .form-body ul.mb-3.form-tabs-header .page .right-panel .content-wrapper ul.top-menu-tab li a.active.show i:before, .page .right-panel .content-wrapper ul.top-menu-tab form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i:before, form .form-body .nav-rpt ul.mb-3.form-tabs-header .page .right-panel .content-wrapper ul.top-menu-tab li a.active.show i:before, .page .right-panel .content-wrapper .fix-top-menu-tab li a i.icon-chevron-down:before, .page .right-panel .content-wrapper .fix-top-menu-tab li a .typeahead__container .typehead-chevron-down i:first-child:before, .typeahead__container .typehead-chevron-down .page .right-panel .content-wrapper .fix-top-menu-tab li a i:first-child:before, .page .right-panel .content-wrapper .fix-top-menu-tab ul.tab-menu li a.collapsed i:before, ul.tab-menu .page .right-panel .content-wrapper .fix-top-menu-tab li a.collapsed i:before, .page .right-panel .content-wrapper .fix-top-menu-tab .nav-rpt ul.nav-tabs.mb-3 li a.active.show i:before, .nav-rpt ul.nav-tabs.mb-3 .page .right-panel .content-wrapper .fix-top-menu-tab li a.active.show i:before, .page .right-panel .content-wrapper .fix-top-menu-tab .nav-rpt form .form-body ul.mb-3.form-tabs-header li a.active.show i:before, .nav-rpt form .form-body ul.mb-3.form-tabs-header .page .right-panel .content-wrapper .fix-top-menu-tab li a.active.show i:before, .page .right-panel .content-wrapper .fix-top-menu-tab form .form-body .nav-rpt ul.mb-3.form-tabs-header li a.active.show i:before, form .form-body .nav-rpt ul.mb-3.form-tabs-header .page .right-panel .content-wrapper .fix-top-menu-tab li a.active.show i:before {
              font-size: 9px !important; }
        .page .right-panel .content-wrapper ul.top-menu-tab li ul, .page .right-panel .content-wrapper .fix-top-menu-tab li ul {
          width: max-content;
          min-width: -webkit-fill-available !important;
          position: absolute !important;
          padding-left: 0 !important;
          list-style-type: none !important;
          top: 63px !important;
          background: linear-gradient(0deg, rgba(255, 67, 103, 0.1) 0%, rgba(255, 67, 103, 0.1) 100%), #FFF;
          margin-left: -20px !important; }
          .page .right-panel .content-wrapper ul.top-menu-tab li ul li, .page .right-panel .content-wrapper .fix-top-menu-tab li ul li {
            margin: 0 !important;
            border: none !important;
            /*padding-left: 0 !important;*/
            border-top: 1px solid rgba(65, 65, 65, 0.2) !important; }
            .page .right-panel .content-wrapper ul.top-menu-tab li ul li a, .page .right-panel .content-wrapper .fix-top-menu-tab li ul li a {
              color: var(--color-black-05);
              font-size: 20px;
              font-style: normal;
              font-weight: 300;
              line-height: normal; }
          .page .right-panel .content-wrapper ul.top-menu-tab li ul li:hover a, .page .right-panel .content-wrapper .fix-top-menu-tab li ul li:hover a {
            color: #FF4367; }
            .page .right-panel .content-wrapper ul.top-menu-tab li ul li:hover a i, .page .right-panel .content-wrapper .fix-top-menu-tab li ul li:hover a i {
              color: #FF4367; }
      .page .right-panel .content-wrapper ul.top-menu-tab li.active a i, .page .right-panel .content-wrapper .fix-top-menu-tab li.active a i {
        display: block; }
      .page .right-panel .content-wrapper ul.top-menu-tab li:hover a, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover a {
        color: #FF4367; }
        .page .right-panel .content-wrapper ul.top-menu-tab li:hover a i, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover a i {
          color: #FF4367; }
      .page .right-panel .content-wrapper ul.top-menu-tab li:hover ul, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover ul {
        color: var(--color-black-05); }
        .page .right-panel .content-wrapper ul.top-menu-tab li:hover ul li a, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover ul li a {
          color: var(--color-black-05); }
          .page .right-panel .content-wrapper ul.top-menu-tab li:hover ul li a i, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover ul li a i {
            color: var(--color-black-05); }
        .page .right-panel .content-wrapper ul.top-menu-tab li:hover ul li:hover a, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover ul li:hover a {
          color: #FF4367; }
          .page .right-panel .content-wrapper ul.top-menu-tab li:hover ul li:hover a i, .page .right-panel .content-wrapper .fix-top-menu-tab li:hover ul li:hover a i {
            color: #FF4367; }
      @media (min-width: 1080px) {
        .page .right-panel .content-wrapper ul.fix-top-menu-tab {
          position: absolute;
          top: 0;
          /*width: 100%;*/
          /*left: 0;*/
          border: none;
          border-radius: 0;
          z-index: 110;
          background: rgba(254, 254, 254, 0.98) !important;
          border-bottom: 3px solid #f7f7f7;
          padding-left: 45px;
          left: 87px;
          right: 6px;
          /*li:nth-child(1) {
                        margin-left: 132px;*/
          /*padding-left: 0px;*/
          /* a {
                            padding-left: 4px;
                        }*/
          /*}*/ }
          .page .right-panel .content-wrapper ul.fix-top-menu-tab li {
            padding: 20px;
            margin: 0;
            border-right-width: 3px;
            text-align: left !important; }
          .page .right-panel .content-wrapper ul.fix-top-menu-tab li:last-child {
            border: none; }
            .page .right-panel .content-wrapper ul.fix-top-menu-tab li:last-child ul li {
              border-top: 1px solid rgba(65, 65, 65, 0.2) !important; } }
      .page .right-panel .content-wrapper .audit-log-new {
        word-break: break-all; }
  .page .resize-tab-menu ul.fix-top-menu-tab {
    left: 312px !important;
    /* li:nth-child(1) {
                margin-left: 356px !important;
            }*/ }
  .page .resize-tab-menu {
    left: 312px !important;
    /* li:nth-child(1) {
            margin-left: 356px !important;
        }*/ }
  .page .top-tab-mar {
    margin-top: 54px; }

.alertify-dialog .alertify-inner {
  max-height: 95vh;
  overflow: auto;
  /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
  .alertify-dialog .alertify-inner::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
    border-radius: 12px !important; }
  .alertify-dialog .alertify-inner::-webkit-scrollbar-track {
    background: #ABABAB !important;
    width: 2px !important;
    border-radius: 12px !important; }
  .alertify-dialog .alertify-inner::-webkit-scrollbar-thumb {
    background: #6D6D6D !important;
    width: 2px !important;
    border-radius: 12px !important;
    opacity: .5 !important; }
  .alertify-dialog .alertify-inner::-webkit-scrollbar-thumb:hover {
    background: #555 !important; }
  .alertify-dialog .alertify-inner .error-bad-request {
    text-align: center;
    background-color: #fff;
    background-image: url("/img/not-found-background.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: auto;
    padding-bottom: 45px !important; }
    .alertify-dialog .alertify-inner .error-bad-request #error-page-detail {
      max-width: 850px !important; }

.header-container .tooltiptext {
  display: none; }

.tooltip.show {
  z-index: 10501 !important; }

.tab-margin {
  margin-top: 44px !important; }
  @media (max-width: 1300px) {
    .tab-margin {
      margin-top: 84px !important; } }

.tab-Header-export {
  padding-top: 26px !important;
  position: absolute !important;
  top: 20px !important;
  right: 58px !important;
  width: 100% !important;
  /*background-color: #f7f7f7;*/
  /*z-index: 111 !important;*/
  padding-top: 24px !important;
  top: 0px !important;
  height: 65px; }
  .tab-Header-export button, .tab-Header-export a {
    z-index: 111 !important;
    position: absolute;
    top: 12px;
    right: -10px; }

.is-hidden {
  display: none !important; }

td.number-column {
  text-align: right !important; }

.cke_dialog_contents .cke_dialog_ui_fileButton.cke_dialog_ui_button {
  margin-top: 265px !important; }

.cke_dialog_contents iframe {
  min-height: 160px !important; }

/*@import "sidebar";*/
.left-panel {
  z-index: 1;
  border-radius: 0px 50px 0px 0px;
  opacity: 0.2;
  background: linear-gradient(198deg, #F5C8EB, #F9E6C7);
  padding: 0 0 0 0;
  position: relative;
  height: 100vh; }
  @media (min-width: 300px) {
    .left-panel {
      min-height: calc(100vh - 5px);
      flex: 0 0 352px;
      max-width: 352px;
      display: block;
      opacity: 1; } }
  @media (max-width: 1080px) {
    .left-panel {
      display: none;
      height: auto;
      min-height: calc(100vh - 60px);
      background: linear-gradient(45deg, rgba(255, 160, 0, 0.2), rgba(255, 97, 254, 0.2));
      min-width: 360px;
      border-radius: 0; } }
  .left-panel #sidebarCollapse-container {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 100; }
    .left-panel #sidebarCollapse-container #sidebarCollapse {
      display: flex;
      align-items: center;
      position: absolute;
      height: 58px;
      background: none;
      box-shadow: none;
      border: none;
      color: #FF4367;
      border-radius: 0px 50px 0px 0px;
      transition: all .3s ease-in-out;
      z-index: 101;
      outline: none !important;
      right: 2rem; }
      .left-panel #sidebarCollapse-container #sidebarCollapse .hide-on-expand {
        display: none !important; }
      .left-panel #sidebarCollapse-container #sidebarCollapse i {
        opacity: .6; }
  @media (min-width: 1080px) {
    .left-panel.collapsed {
      flex: 0 0 127px; }
      .left-panel.collapsed .sidebar-wrapper {
        display: none; }
      .left-panel.collapsed .m_left-menu-footer {
        display: none; }
      .left-panel.collapsed #sidebarCollapse-container #sidebarCollapse {
        top: 2rem; }
        .left-panel.collapsed #sidebarCollapse-container #sidebarCollapse .hide-on-expand {
          display: inline-block !important;
          margin-right: 2rem;
          margin-top: 54px; } }
  .left-panel .sidebar-wrapper {
    height: 100%; }
    .left-panel .sidebar-wrapper .m_sidebar-menu {
      max-height: calc(100vh - 140px - 100px); }
      @media (max-width: 1080px) {
        .left-panel .sidebar-wrapper .m_sidebar-menu {
          max-height: calc(100vh - 100px); } }
      .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul {
        max-height: calc(100vh - 140px - 100px);
        flex-wrap: nowrap;
        overflow-y: auto;
        display: flex;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        float: inherit;
        /*padding-left:1rem;*/
        /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
        @media (max-width: 1080px) {
          .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul {
            max-height: calc(100vh - 140px);
            padding-top: 30px;
            padding-bottom: 30px; } }
        .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul::-webkit-scrollbar {
          width: 5px;
          height: 5px;
          border-radius: 12px; }
        .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul::-webkit-scrollbar-track {
          background: #ABABAB;
          width: 2px;
          border-radius: 12px; }
        .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul::-webkit-scrollbar-thumb {
          background: #6D6D6D;
          width: 2px;
          border-radius: 12px;
          opacity: .5; }
        .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul::-webkit-scrollbar-thumb:hover {
          background: #555; }
        .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li a {
          display: block;
          padding: 1rem 2rem;
          border: 0 !important;
          font: 300 20px "Karla";
          /*color: #414141;*/
          color: black;
          padding-left: 15px;
          float: inherit;
          padding: 21px 55px 21px 55px; }
          @media (max-width: 1080px) {
            .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li a {
              padding: 15px 38px 15px 38px;
              font: 300 17px "Karla"; } }
          .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li a i {
            float: right;
            position: relative;
            height: 13px;
            color: #6D6D6D;
            width: 7px;
            margin-top: 8px;
            transition: all 300ms ease-in-out; }
          .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li a[aria-expanded="true"] i::before {
            content: "!" !important;
            font-size: 9px !important;
            left: 275px !important; }
          .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li a:hover {
            text-decoration: none;
            cursor: pointer;
            color: #FF4367;
            transition: all 300ms ease-in-out; }
            .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li a:hover i {
              color: #FF4367; }
        .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li.active > a {
          background-color: white;
          font: 800 20px "Karla"; }
          @media (max-width: 1080px) {
            .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li.active > a {
              background-color: inherit; } }
        .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li ul.show {
          padding-top: 10px;
          padding-bottom: 10px; }
          .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li ul.show li a {
            padding-left: 110px;
            font-family: 'KarlaItalic' !important;
            font-weight: 300;
            font-size: 17px; }
        .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li ul {
          padding-left: 0; }
          .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li ul li {
            list-style: none; }
            .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li ul li.active > a {
              background-color: white;
              font-weight: 400; }
              @media (max-width: 1080px) {
                .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li ul li.active > a {
                  background-color: inherit; } }
          .left-panel .sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li ul.collapsing {
            position: relative;
            height: 0;
            overflow: hidden;
            transition: height 300ms ease-in-out; }
    .left-panel .sidebar-wrapper .org-menu .m_sidebar-menu-ul {
      padding-bottom: 0; }
      .left-panel .sidebar-wrapper .org-menu .m_sidebar-menu-ul i {
        margin-top: 4px !important; }
    .left-panel .sidebar-wrapper .org-menu .noHover {
      pointer-events: auto !important;
      font-weight: 800 !important;
      font-size: 20px !important; }
    .left-panel .sidebar-wrapper .logo-container {
      border-radius: 0px 50px 0px 0px;
      height: 140px; }
      .left-panel .sidebar-wrapper .logo-container .logo {
        display: flex;
        justify-content: center;
        padding-top: 45px;
        align-items: center; }
        .left-panel .sidebar-wrapper .logo-container .logo img {
          object-fit: contain;
          max-width: 220px;
          width: 220px; }
      .left-panel .sidebar-wrapper .logo-container hr {
        margin: 0 42px;
        margin-top: 24px;
        border: 1px solid rgba(0, 0, 0, 0.4);
        opacity: 0.7; }
  .left-panel .m_left-menu-footer {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0; }
    @media (max-width: 1080px) {
      .left-panel .m_left-menu-footer {
        height: 60px; } }
    .left-panel .m_left-menu-footer .header-account-wrapper {
      height: 100%; }
      .left-panel .m_left-menu-footer .header-account-wrapper hr {
        margin: 0 42px;
        margin-top: 15px;
        border: 1px solid rgba(0, 0, 0, 0.4);
        opacity: 0.7; }
        @media (max-width: 1080px) {
          .left-panel .m_left-menu-footer .header-account-wrapper hr {
            margin: 0 30px; } }
      .left-panel .m_left-menu-footer .header-account-wrapper a {
        color: #494748;
        font-size: 20px;
        font-weight: 700;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /*opacity: 0.7;*/ }
        @media (max-width: 1080px) {
          .left-panel .m_left-menu-footer .header-account-wrapper a {
            color: black;
            font-size: 14px;
            justify-content: left;
            padding-top: 12px;
            padding-bottom: 12px;
            padding-left: 30px; } }
        .left-panel .m_left-menu-footer .header-account-wrapper a:hover {
          transition: all 300ms ease-in-out;
          text-decoration: none;
          color: #FF4367; }
          .left-panel .m_left-menu-footer .header-account-wrapper a:hover div.img {
            transition: all 300ms ease-in-out;
            background-image: url(/img/log-out-hover.svg); }
        .left-panel .m_left-menu-footer .header-account-wrapper a > div.img {
          background-image: url(/img/log-out-selected.svg);
          background-repeat: no-repeat;
          margin-bottom: 6px;
          width: 38px;
          height: 43px;
          margin-right: 20px;
          background-size: contain; }
          @media (max-width: 1080px) {
            .left-panel .m_left-menu-footer .header-account-wrapper a > div.img {
              padding: 22px 30px 22px 30px;
              background-image: url(/img/log-out-selected.svg);
              margin-bottom: 0; } }
        .left-panel .m_left-menu-footer .header-account-wrapper a > span.text {
          padding: 20px 0 27px 0; }
          @media (max-width: 1080px) {
            .left-panel .m_left-menu-footer .header-account-wrapper a > span.text {
              padding: 0; } }
  @media (max-width: 1080px) {
    .left-panel .not-show {
      display: none; } }

.top-panel {
  display: none; }
  @media (max-width: 1080px) {
    .top-panel {
      display: block; } }
  .top-panel .sidebar-wrapper .logo-container {
    display: none; }

header {
  display: none;
  min-height: 60px;
  background: linear-gradient(45deg, rgba(255, 160, 0, 0.2), rgba(255, 97, 254, 0.2)); }
  @media (max-width: 1080px) {
    header {
      display: block; } }
  header div.wrapper {
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%; }
    header div.wrapper > a {
      display: flex;
      flex-direction: column;
      float: left;
      margin: 1.75rem 0;
      margin: 1rem 0; }
      header div.wrapper > a > img.digence-logo {
        width: 103px;
        height: 20px;
        margin-bottom: 8px; }
      header div.wrapper > a > img.geeks-logo {
        width: 49px;
        height: 12px; }
    header div.wrapper span.menu {
      float: right;
      margin-top: 20px;
      cursor: pointer; }
    header div.wrapper nav {
      float: none;
      margin-left: 0;
      position: fixed;
      top: 60px;
      bottom: 0;
      z-index: 20;
      background: linear-gradient(198deg, #F5C8EB, #F9E6C7);
      right: -60rem;
      transition: right 0.3s ease-in-out;
      overflow-x: hidden;
      overflow-y: auto;
      height: 100%; }

body.menu > main {
  background-color: black; }
  body.menu > main > div.page {
    opacity: .4; }
  body.menu > main > header {
    background: #F5C8EB !important; }
    @media (max-width: 1080px) {
      body.menu > main > header div.wrapper nav {
        right: 0; } }
    body.menu > main > header div.wrapper span.menu:before {
      color: #FF4367; }

#organisation-view-layout .m_sidebar-menu-ul {
  max-height: calc(100vh - 140px - ((100px + 10px) * 2)); }
  @media (max-width: 1080px) {
    #organisation-view-layout .m_sidebar-menu-ul {
      max-height: calc(100vh - (100px + 140px + 20px)); } }

#organisation-view-layout .left-panel {
  border-radius: 0;
  flex: 0 0 127px; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul li a i {
    width: 38px;
    height: 38px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    top: -10px;
    right: 16px; }
    #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul li a i::before {
      position: absolute;
      left: 280px;
      top: 14px; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-scope a i {
    background-image: url(/img/menu-icon/scope.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-scope a:hover i {
    background-image: url(/img/menu-icon/scope-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-scope.active-parent a i {
    background-image: url(/img/menu-icon/scope-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-diagnose a i {
    background-image: url(/img/menu-icon/diagnose.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-diagnose a:hover i {
    background-image: url(/img/menu-icon/diagnose-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-assess.active-parent a i {
    background-image: url(/img/menu-icon/diagnose-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-assess a i {
    background-image: url(/img/menu-icon/diagnose.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-assess a:hover i {
    background-image: url(/img/menu-icon/diagnose-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-assess.active-parent a i {
    background-image: url(/img/menu-icon/diagnose-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-understand a i {
    background-image: url(/img/menu-icon/understand.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-understand a:hover i {
    background-image: url(/img/menu-icon/understand-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-understand.active-parent a i {
    background-image: url(/img/menu-icon/understand-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-improve a i {
    background-image: url(/img/menu-icon/improve.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-improve a:hover i {
    background-image: url(/img/menu-icon/improve-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-improve.active-parent a i {
    background-image: url(/img/menu-icon/improve-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-settings a i {
    background-image: url(/img/menu-icon/setting.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-settings a:hover i {
    background-image: url(/img/menu-icon/setting-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-settings.active-parent a i {
    background-image: url(/img/menu-icon/setting-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-operations a i {
    background-image: url(/img/menu-icon/operation.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-operations a:hover i {
    background-image: url(/img/menu-icon/operation-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-operations.active-parent a i {
    background-image: url(/img/menu-icon/operation-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-opportunities a i {
    background-image: url(/img/menu-icon/opportunity.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-opportunities a:hover i {
    background-image: url(/img/menu-icon/opportunity-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-opportunities.active-parent a i {
    background-image: url(/img/menu-icon/opportunity-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-systems a i {
    background-image: url(/img/menu-icon/system.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-systems a:hover i {
    background-image: url(/img/menu-icon/system-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-systems.active-parent a i {
    background-image: url(/img/menu-icon/system-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-reports a i {
    background-image: url(/img/menu-icon/report.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-reports a:hover i {
    background-image: url(/img/menu-icon/report-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-reports.active-parent a i {
    background-image: url(/img/menu-icon/report-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-processes a i {
    background-image: url(/img/menu-icon/process.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-processes a:hover i {
    background-image: url(/img/menu-icon/process-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-processes.active-parent a i {
    background-image: url(/img/menu-icon/process-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-objectives a i {
    background-image: url(/img/menu-icon/objectives.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-objectives a:hover i {
    background-image: url(/img/menu-icon/objectives-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-objectives.active-parent a i {
    background-image: url(/img/menu-icon/objectives-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-northstar a i {
    background-image: url(/img/menu-icon/northstar.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-northstar a:hover i {
    background-image: url(/img/menu-icon/northstar-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-northstar.active-parent a i {
    background-image: url(/img/menu-icon/northstar-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-act a i {
    background-image: url(/img/menu-icon/act.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-act a:hover i {
    background-image: url(/img/menu-icon/act-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-act.active-parent a i {
    background-image: url(/img/menu-icon/act-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-align a i {
    background-image: url(/img/menu-icon/align.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-align a:hover i {
    background-image: url(/img/menu-icon/align-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-align.active-parent a i {
    background-image: url(/img/menu-icon/align-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-plan a i {
    background-image: url(/img/menu-icon/plan.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-plan a:hover i {
    background-image: url(/img/menu-icon/plan-hover.svg) !important; }
  #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li.org-plan.active-parent a i {
    background-image: url(/img/menu-icon/plan-selected.svg); }
  #organisation-view-layout .left-panel > div.sidebar-wrapper a {
    font-family: "Karla" !important; }
  @media (min-width: 1080px) {
    #organisation-view-layout .left-panel {
      display: block;
      z-index: 1006; }
      #organisation-view-layout .left-panel > div.sidebar-wrapper {
        display: block !important;
        max-width: 127px; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper a {
          font-size: 14px !important;
          font-weight: 300 !important;
          text-align: center; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper li.active-parent.active-tab a:first-child {
          font-weight: 800 !important;
          background-color: inherit; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper li.active-parent.active-tab ul.collapse li:not(.active) a {
          font-weight: 300 !important; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper li.my-organisations-last {
          display: none !important; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul {
          margin-top: 30px !important; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li .org-title {
            display: none; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a {
            padding: 0 16px !important;
            word-wrap: break-word; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover {
            padding-left: 28px !important;
            display: flex;
            flex-direction: row-reverse;
            margin-top: 16px;
            margin-bottom: 0;
            justify-content: center; } }
        @media (min-width: 1080px) and (max-width: 1080px) {
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .org-logo {
            display: none; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .org-img {
            display: none; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .org-img-selected {
            display: none; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover tooltiptext {
            display: none; } }
  @media (min-width: 1080px) {
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover i {
              padding-top: 0 !important;
              padding-left: 8px !important;
              /*font-weight: 800 !important;*/
              color: var(--color-secondary-75) !important; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover i:before {
                font-size: 13px !important; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .org-logo {
              width: 34px;
              height: 34px; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .org-logo:hover .tooltiptext {
                visibility: visible;
                transition: all 700ms ease-in-out; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .org-img {
              width: 34px;
              height: 34px;
              background-image: url(/img/menu-icon/organization.svg);
              background-size: contain;
              background-repeat: no-repeat; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .org-img:hover .tooltiptext {
                visibility: visible;
                transition: all 700ms ease-in-out; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover img {
              width: 34px;
              height: 34px; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .org-img-selected {
              background-image: url(/img/menu-icon/organization-selected.svg) !important; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .tooltiptext {
              transition: all 700ms ease-in-out;
              visibility: hidden;
              min-width: 244px;
              min-height: 77px;
              /*background-image: url(/img/tooltip.svg);*/
              color: #646464;
              text-align: center;
              display: flex;
              align-content: center;
              justify-content: center;
              align-items: center;
              position: absolute;
              top: 124px;
              left: 112px;
              z-index: 1005;
              cursor: default;
              background-color: white !important;
              border: 1px solid #FF4367 !important;
              border-radius: 16px;
              opacity: 1;
              padding: 8px; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .tooltiptext .arrow {
                top: 38%;
                left: -8.6px;
                transform: rotate(90deg); }
                #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .tooltiptext .arrow:before {
                  width: 1.2rem;
                  height: 1.2rem;
                  position: absolute;
                  top: -18px;
                  clip-path: polygon(-0.5rem -0.5rem, 100% -0.5rem, -0.5rem 100%);
                  background-color: white;
                  border: none;
                  border: 0.1px solid #FF4367;
                  transform: matrix(0.9, -1.8, -0.9, -1.8, 0, 0); }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .tooltiptext .tooltip-inner {
                background-color: white !important;
                color: #646464 !important;
                font-size: 15px !important;
                font-family: 'karla' !important;
                font-weight: 600;
                word-wrap: break-word;
                /*max-width: 170px;*/
                margin: 0;
                line-height: 20px;
                /*overflow: hidden;
                                        text-overflow: ellipsis;
                                        display: -webkit-box;
                                        -webkit-line-clamp: 3;
                                        -webkit-box-orient: vertical;*/ }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover p {
              display: none; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover:hover .org-img-selected {
              transition: all 700ms ease-in-out;
              background-image: url(/img/menu-icon/organization-hover.svg) !important; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover:hover .org-img {
              transition: all 700ms ease-in-out;
              background-image: url(/img/menu-icon/organization-hover.svg) !important; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover:hover img {
              color: #FF4367 !important;
              background-color: rgba(255, 142, 164, 0.3); }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover:hover i {
              color: #FF4367 !important; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul {
            display: none; } }
      @media (min-width: 1080px) and (min-width: 1080px) {
        #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul.showing {
          position: absolute !important;
          top: 102px !important;
          left: 127px !important;
          z-index: 100 !important;
          display: block;
          margin-top: 0 !important;
          max-height: calc(100vh - 300px);
          overflow-y: auto;
          overflow-x: hidden;
          max-width: 225px;
          /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul.showing::-webkit-scrollbar {
            width: 5px;
            height: 5px;
            border-radius: 12px; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul.showing::-webkit-scrollbar-track {
            background: #ABABAB;
            width: 2px;
            border-radius: 12px; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul.showing::-webkit-scrollbar-thumb {
            background: #6D6D6D;
            width: 2px;
            border-radius: 12px;
            opacity: .5; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul.showing::-webkit-scrollbar-thumb:hover {
            background: #555; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul.showing li {
            padding: 0 !important;
            width: 223px !important;
            margin-bottom: 36px; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul.showing li a {
              padding: 0 30px !important;
              align-items: inherit;
              font-size: 20px !important;
              word-wrap: break-word; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul.showing li a.active-org {
              font-weight: 800 !important;
              font-size: 19px !important; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul.showing li.my-organisations-last {
            display: none !important; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li .my-organisations-tab-menu {
          display: none; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li .my-organisations-tab-menu.showing {
            position: absolute !important;
            left: 126px !important;
            z-index: 101 !important;
            display: block;
            width: 225px !important;
            bottom: 0;
            height: 100px; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li .my-organisations-tab-menu hr {
            margin: revert;
            margin-top: 0; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li .my-organisations-tab-menu a {
            margin: 30px 0 !important;
            font-size: 20px !important;
            font-weight: 500 !important;
            text-align: center;
            color: var(--color-black-05) !important; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li .my-organisations-tab-menu a:hover {
              color: #FF4367 !important; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li .org-title {
          display: none; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li .org-title.showing {
            position: absolute !important;
            left: 126px !important;
            z-index: 101 !important;
            /*display: block;*/
            width: 225px !important;
            top: 100px !important;
            height: 100px; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li .org-title p {
            padding: 0 30px !important;
            font-size: 15px;
            font-weight: 800;
            line-height: 24px;
            word-wrap: break-word;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical; } }
  @media (min-width: 1080px) {
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li.my-organisations-last {
            display: none !important; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu hr {
          margin: 0;
          border: 1px solid rgba(0, 0, 0, 0.4);
          opacity: 0.7;
          margin-top: 30px; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .logo-container {
          height: auto;
          border-radius: 0; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .logo-container .logo {
            padding-top: 54px; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .logo-container .logo img {
              width: auto; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .logo-container hr {
            margin: 0;
            margin-top: 38px; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul {
          margin-top: 24px; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 30px;
            margin-bottom: 10px; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li:hover {
              color: #FF4367; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li a {
              padding: 0;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              text-align: start; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li a i {
                width: 38px;
                height: 38px;
                background-position: center;
                background-size: contain;
                bottom: 10px;
                right: 0; }
                #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li a i:before {
                  content: "" !important; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul {
              display: none;
              /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul::-webkit-scrollbar {
                width: 5px;
                height: 5px;
                border-radius: 12px; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul::-webkit-scrollbar-track {
                background: #ABABAB;
                width: 2px;
                border-radius: 12px; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul::-webkit-scrollbar-thumb {
                background: #6D6D6D;
                width: 2px;
                border-radius: 12px;
                opacity: .5; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul::-webkit-scrollbar-thumb:hover {
                background: #555; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul.collapse.show {
              position: absolute !important;
              top: 95px !important;
              left: 127px !important;
              z-index: 100 !important;
              display: block;
              max-height: 100vh;
              overflow-y: auto;
              max-width: 225px; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul.collapse.show li {
                padding: 0 28px !important;
                margin-bottom: 54px; }
                #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul.collapse.show li a {
                  align-items: inherit;
                  font-size: 20px !important;
                  width: 178px;
                  word-wrap: break-word; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul.collapse.show li.my-organisations-last {
                display: none !important; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul.showing {
              position: absolute !important;
              top: 105px !important;
              left: 127px !important;
              z-index: 100 !important;
              display: block;
              max-height: 100vh;
              overflow-y: auto;
              max-width: 225px; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul.showing li {
                padding: 0 30px !important;
                margin-bottom: 54px; }
                #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul.showing li a {
                  align-items: inherit;
                  font-size: 16px !important;
                  width: 162px;
                  word-wrap: break-word; }
              #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu:not(.org-menu) .m_sidebar-menu-ul > li ul.showing li.my-organisations-last {
                display: none !important; }
      #organisation-view-layout .left-panel .m_left-menu-footer {
        display: block !important; }
        #organisation-view-layout .left-panel .m_left-menu-footer .header-account-wrapper a {
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          #organisation-view-layout .left-panel .m_left-menu-footer .header-account-wrapper a:hover {
            transition: all 300ms ease-in-out;
            text-decoration: none;
            color: #FF4367; }
            #organisation-view-layout .left-panel .m_left-menu-footer .header-account-wrapper a:hover div.img {
              transition: all 300ms ease-in-out;
              background-image: url(/img/log-out-hover.svg); }
            #organisation-view-layout .left-panel .m_left-menu-footer .header-account-wrapper a:hover > span.text {
              transition: all 300ms ease-in-out;
              color: #FF4367; }
          #organisation-view-layout .left-panel .m_left-menu-footer .header-account-wrapper a > span.text {
            padding: 0;
            font-size: 15px;
            margin-top: 10px;
            font-weight: 300;
            color: black; }
          #organisation-view-layout .left-panel .m_left-menu-footer .header-account-wrapper a > div.img {
            padding: 0;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 40px;
            height: 46px;
            background-image: url(/img/log-out.svg);
            margin-bottom: 0;
            margin-right: 0; }
            #organisation-view-layout .left-panel .m_left-menu-footer .header-account-wrapper a > div.img:hover {
              transition: all 300ms ease-in-out;
              background-image: url(/img/log-out-hover.svg); }
        #organisation-view-layout .left-panel .m_left-menu-footer .header-account-wrapper hr {
          margin: 0; } }
  @media (max-width: 1080px) {
    #organisation-view-layout .left-panel > div.sidebar-wrapper {
      display: block !important; }
      #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu {
        display: block !important; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul {
          border-top: 2px solid rgba(0, 0, 0, 0.3);
          padding-top: 0 !important; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li .org-title {
            display: none; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover {
            display: flex;
            flex-direction: row-reverse;
            align-items: center;
            justify-content: space-between;
            background: linear-gradient(270deg, #f7bae0, #f9c2d3);
            position: sticky !important;
            top: 0;
            padding-top: 30px;
            padding-bottom: 30px; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .org-img {
              display: none; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover img {
              display: none; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .org-img-selected {
              display: none; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover .tooltiptext {
              display: none; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover i {
              padding-left: 10px !important;
              font-weight: 800 !important;
              color: var(--color-secondary-75) !important; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover p {
              display: block;
              word-wrap: break-word;
              max-width: 270px;
              margin: 0; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover:hover i {
              color: #FF4367 !important; }
            #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li a.noHover:hover p {
              color: #FF4367 !important; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu ul li ul {
            display: none; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu .my-organisations-tab-menu {
          display: none; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .org-menu hr {
          margin: 0;
          border: 1px solid rgba(0, 0, 0, 0.4);
          opacity: 0.7;
          margin-top: 0 !important; }
      #organisation-view-layout .left-panel > div.sidebar-wrapper .not-show ul {
        max-height: calc(100vh - 140px) !important; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .not-show ul li ul {
          display: block !important;
          padding-top: 40px;
          border: none !important; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .not-show ul li ul li.active-parent a {
            padding: 15px 0 15px 30px !important;
            max-width: 320px;
            word-break: break-all; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .not-show ul li ul li.active-parent a.active-org {
            font-weight: 800; }
          #organisation-view-layout .left-panel > div.sidebar-wrapper .not-show ul li ul li.my-organisations-last a {
            font-weight: 600; }
        #organisation-view-layout .left-panel > div.sidebar-wrapper .not-show ul i.icon-arrow-down {
          margin: 0 !important;
          font-size: 9px !important;
          padding: 0 !important; }
      #organisation-view-layout .left-panel > div.sidebar-wrapper .not-show hr {
        display: none; } }

#organisation-view-layout .left-panel-item {
  display: none;
  flex: 0 0 225px;
  border-radius: 0px 50px 0px 0px;
  background: linear-gradient(198deg, rgba(245, 200, 235, 0.4), rgba(249, 230, 199, 0.4));
  padding: 0 0 0 0;
  position: relative;
  height: 100vh; }
  @media (min-width: 1080px) {
    #organisation-view-layout .left-panel-item {
      display: block;
      position: absolute;
      left: 126.6px;
      width: 225px;
      background: linear-gradient(198deg, #f6e6ef, #f8f0e4);
      z-index: 1004; } }
  #organisation-view-layout .left-panel-item.pin-sub-menu {
    position: relative;
    background: linear-gradient(198deg, #f6e6f0, rgba(249, 230, 199, 0.4)) !important;
    left: 0; }
  #organisation-view-layout .left-panel-item img.close-logo {
    float: right;
    width: 50px;
    height: 50px;
    margin-top: -1px;
    margin-right: -1px;
    cursor: pointer; }

body.not-show-sub-menu #left-panel-item {
  transition: left 500ms ease-in-out;
  position: absolute;
  left: -70rem; }

@media (min-width: 1080px) {
  body.not-show-sub-menu #organisation-view-layout .left-panel {
    border-radius: 0px 50px 0px 0px;
    transition: border-radius 1000ms ease-in-out; }
    body.not-show-sub-menu #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li ul.collapse.show {
      display: none !important; }
    body.not-show-sub-menu #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li ul.collapse.showing {
      display: none !important; }
    body.not-show-sub-menu #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li ul {
      display: none !important; }
    body.not-show-sub-menu #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li .my-organisations-tab-menu {
      display: none !important; }
    body.not-show-sub-menu #organisation-view-layout .left-panel > div.sidebar-wrapper .m_sidebar-menu .m_sidebar-menu-ul > li .org-title {
      display: none !important; } }

header .header-wrapper .navbar {
  background-color: var(--general-font-color);
  color: var(--color-primary-100);
  height: 5px;
  max-height: 5px;
  padding: 0; }
  header .header-wrapper .navbar a {
    color: var(--color-primary-100); }
  header .header-wrapper .navbar .header-nav-tabs {
    font-size: 1.57rem;
    font-weight: 500;
    margin-bottom: 2rem;
    margin-top: 2rem;
    flex: 14;
    margin-left: 50px; }
  header .header-wrapper .navbar .nav-item, header .header-wrapper .navbar .navbar-nav > li {
    padding: 0 15px;
    align-self: center; }
  header .header-wrapper .navbar .active {
    color: var(--general-primary-color);
    border-radius: 10px;
    background: white;
    padding: 5px 10px; }
  header .header-wrapper .navbar li a {
    text-decoration: none; }
  header .header-wrapper .navbar .header-left-actions-wrapper {
    /*@include for-tablet-portrait-up {*/
    flex: 0 0 12em;
    text-align: center;
    /*}*/ }
    header .header-wrapper .navbar .header-left-actions-wrapper .menu-toggler.burger-icon {
      position: absolute;
      left: 0;
      z-index: 400;
      margin: 0;
      margin-left: 2rem;
      width: 11rem;
      padding-right: 8rem;
      -webkit-appearance: none; }
      header .header-wrapper .navbar .header-left-actions-wrapper .menu-toggler.burger-icon:after, header .header-wrapper .navbar .header-left-actions-wrapper .menu-toggler.burger-icon:before, header .header-wrapper .navbar .header-left-actions-wrapper .menu-toggler.burger-icon i {
        background-color: var(--general-primary-color);
        border-radius: .3rem;
        content: '';
        display: block;
        height: .3rem;
        margin: .7rem 0;
        transition: all .2s ease-in-out; }
      header .header-wrapper .navbar .header-left-actions-wrapper .menu-toggler.burger-icon.collapsed:before {
        transform: translateY(1rem) rotate(135deg); }
      header .header-wrapper .navbar .header-left-actions-wrapper .menu-toggler.burger-icon.collapsed:after {
        transform: translateY(-1rem) rotate(-135deg); }
      header .header-wrapper .navbar .header-left-actions-wrapper .menu-toggler.burger-icon.collapsed i {
        transform: scale(0); }
      @media (min-width: 900px) {
        header .header-wrapper .navbar .header-left-actions-wrapper .menu-toggler.burger-icon {
          display: none; } }
    header .header-wrapper .navbar .header-left-actions-wrapper .menu-toggler.burger-icon {
      margin-left: -7rem;
      width: 10rem;
      padding-right: 0px;
      padding-left: 8rem; }
    header .header-wrapper .navbar .header-left-actions-wrapper .logo {
      width: 30%; }
      header .header-wrapper .navbar .header-left-actions-wrapper .logo img {
        margin-left: 20px;
        height: 60px; }
  header .header-wrapper .navbar .header-account-wrapper {
    padding: 0 1rem; }
    header .header-wrapper .navbar .header-account-wrapper a {
      font-size: 1.57rem;
      font-weight: 500; }

header .menu-item-logo {
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end !important;
  margin-right: 20px; }
  header .menu-item-logo img {
    height: 54px; }

@media only screen and (max-width: 768px) {
  header .header-wrapper .navbar .nav-item, header .header-wrapper .navbar .navbar-nav > li {
    padding: 0 5px; } }

footer {
  width: 100%;
  /*color:$white;*/
  padding: 30px 34px 30px 34px;
  font-size: 15px;
  /*    position: absolute;
    bottom: 30px;*/
  /*    background: $background-default-color;

    @media (min-width: 1400px) {
        position: absolute;
        bottom: 30px;
        background: $background-default-color;
    }*/ }
  @media (max-width: 1300px) {
    footer {
      padding-left: 15px; } }
  @media (max-width: 1080px) {
    footer {
      padding-bottom: 60px;
      text-align: center; } }
  footer p {
    padding: 5px;
    /*color: #334432;*/ }
  footer a, footer a:hover {
    color: #FF4367;
    /*color: $white;*/ }
  footer img {
    margin: 0 8px; }
  footer .pull-right a {
    text-decoration: underline; }
  footer .plain-text {
    text-decoration: none !important; }

/*$color-primary-75: rgba(255, 0, 0, .75);
$color-primary-50: rgba(255, 0, 0, .5);
$color-primary-25: rgba(255, 0, 0, .25);

$color-secondary: rgba(14, 82,32, 1);
$color-secondary-75: rgba(14, 82,32, .75);
$color-secondary-50: rgba(14, 82,32, .5);
$color-secondary-25: rgba(14, 82,32, 0.25);

$color-secondary-light-grey: rgba(222, 222, 222, 1);
$color-primary-darker: rgba(150, 39, 74,1); //Not exist in Guildeline
*/
/*$General-Font-Family: 'Roboto';
$H1-Font: 400 22px $General-Font-Family; //normal
$H2-Font: 700 18px $General-Font-Family; //bold
$H3-Font: 500 16px $General-Font-Family; //medium
$Button-Text-Font: 400 16px $General-Font-Family; //normal
$Texy-Body-Font: 400 14px $General-Font-Family; //normal
$Field-Value-Font: 500 14px $General-Font-Family; //medium
$Date-Picker-Font: 400 12px $General-Font-Family; //normal
$Small-Button-Text-Font: 400 12px $General-Font-Family; //normal
$Icon-Font-Size: 20px; //Not exist in Guildeline
$Icon-Grid-Font-Size: 30px; //Not exist in Guildeline
$Button-Min-Width : 100px; //Not exist in Guildeline*/
body {
  my-body: 000;
  font: 400 21px "Karla";
  color: var(--general-font-color);
  overflow: hidden; }
  body i {
    color: var(--general-font-color); }
  body main .page {
    text-align: left !important;
    overflow: hidden !important; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

.as-two-columns-form .form-body div.bootstrap-select {
  max-width: 375px !important; }

.bootstrap-select {
  border-radius: 22px !important;
  font: 500 18px "Karla" !important;
  max-width: 400px !important;
  background-color: unset !important; }
  .bootstrap-select .bs-ok-default:after {
    opacity: 0; }
  .bootstrap-select .dropdown-toggle {
    padding: 7px 0px 7px 10px !important; }
    .bootstrap-select .dropdown-toggle.bs-placeholder {
      color: var(--color-secondary-25) !important; }
  .bootstrap-select .dropdown-toggle {
    color: var(--general-font-color) !important;
    font: 500 18px "Karla" !important;
    max-width: 400px !important;
    min-width: 100px !important;
    height: 42px !important;
    border-color: #EDEDED !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-radius: 22px !important;
    padding: 7px 0px 7px 10px !important;
    background-color: var(--White-Color) !important;
    outline: none !important; }
    .bootstrap-select .dropdown-toggle:after {
      border: 0;
      float: right !important;
      color: var(--general-font-color) !important;
      content: "!" !important;
      font-size: 7px !important;
      padding: 0px !important;
      margin: 6px 15px 6px 6px !important;
      transition: all 600ms ease-in-out; }
    .bootstrap-select .dropdown-toggle:active:not(.disabled), .bootstrap-select .dropdown-toggle:hover:not(.disabled) {
      /*background-color: $bootstrap-select-background-color-hover !important;*/
      outline: none !important;
      box-shadow: none !important;
      border: 2px solid #FFA000 !important; }
      .bootstrap-select .dropdown-toggle:active:not(.disabled)[aria-expanded~=true], .bootstrap-select .dropdown-toggle:hover:not(.disabled)[aria-expanded~=true] {
        border-color: #62ABF4 !important; }
    .bootstrap-select .dropdown-toggle:focus:not(.disabled) {
      background-color: var(--White-Color) !important;
      border-color: #62ABF4 !important;
      outline: none !important;
      box-shadow: none !important; }
    .bootstrap-select .dropdown-toggle[aria-expanded~=true] {
      border-color: #62ABF4 !important; }
    .bootstrap-select .dropdown-toggle.disabled {
      background: var(--color-secondary-10) !important; }
    .bootstrap-select .dropdown-toggle .filter-option {
      font: 500 18px "Karla" !important;
      padding-left: 14px; }
  .bootstrap-select div.dropdown-menu {
    border-color: #EDEDED !important;
    border-width: 1px;
    border-style: solid;
    border-radius: 22px !important;
    background-color: var(--White-Color) !important;
    padding-bottom: 20px;
    padding-top: 0px;
    z-index: 9999;
    /*transform: rotateY(0) !important;*/
    /*inset: auto !important;*/
    /*  position: fixed !important;
        width: inherit !important;
        min-width: max-content !important;
        max-width:inherit !important;
        margin-top: -42px;*/ }
    .bootstrap-select div.dropdown-menu li {
      position: relative !important; }
    .bootstrap-select div.dropdown-menu div.bs-searchbox:after {
      content: "";
      font: 500 15px normal;
      font-family: "icomoon" !important;
      position: absolute;
      top: 15px;
      right: 20px;
      z-index: 1;
      color: #000000;
      opacity: 0.5; }
    .bootstrap-select div.dropdown-menu div.inner {
      margin-right: 20px;
      margin-top: 20px; }
      .bootstrap-select div.dropdown-menu div.inner::-webkit-scrollbar {
        width: 3px; }
      .bootstrap-select div.dropdown-menu div.inner::-webkit-scrollbar-track {
        background: #DDDDDD; }
      .bootstrap-select div.dropdown-menu div.inner::-webkit-scrollbar-thumb {
        background-color: #A2A2A2; }
      .bootstrap-select div.dropdown-menu div.inner::-webkit-scrollbar-thumb:hover {
        background: var(--color-secondary-75); }
      .bootstrap-select div.dropdown-menu div.inner ul.dropdown-menu {
        background-color: unset !important;
        /*min-width: min-content !important;
                max-width:min-content !important;*/ }
        .bootstrap-select div.dropdown-menu div.inner ul.dropdown-menu li.selected {
          background-color: var(--White-Color) !important; }
          .bootstrap-select div.dropdown-menu div.inner ul.dropdown-menu li.selected:hover {
            background-color: #F8E5E9 !important; }
          .bootstrap-select div.dropdown-menu div.inner ul.dropdown-menu li.selected a.selected span.text {
            color: var(--color-primary-85) !important;
            font: 700 18px "Karla" !important; }
          .bootstrap-select div.dropdown-menu div.inner ul.dropdown-menu li.selected span.check-mark {
            color: var(--color-primary-85) !important;
            position: absolute !important;
            display: inline-block !important;
            right: 15px !important;
            top: 4px !important; }
        .bootstrap-select div.dropdown-menu div.inner ul.dropdown-menu li a.dropdown-item {
          font: 300 18px "Karla" !important;
          color: var(--general-font-color) !important;
          background-color: var(--White-Color) !important;
          padding-bottom: 5px;
          padding-top: 5px; }
          .bootstrap-select div.dropdown-menu div.inner ul.dropdown-menu li a.dropdown-item:hover, .bootstrap-select div.dropdown-menu div.inner ul.dropdown-menu li a.dropdown-item:focus {
            background-color: #F8E5E9 !important; }
        .bootstrap-select div.dropdown-menu div.inner ul.dropdown-menu li.no-results {
          color: var(--general-font-color) !important;
          padding: 3px !important;
          background-color: var(--White-Color) !important;
          margin: 0 5px !important;
          white-space: nowrap !important; }
    .bootstrap-select div.dropdown-menu div.bs-searchbox {
      padding: 0px 0px 10px 0px !important; }
      .bootstrap-select div.dropdown-menu div.bs-searchbox input {
        padding: 10px 35px 10px 15px !important;
        max-width: unset !important; }
        .bootstrap-select div.dropdown-menu div.bs-searchbox input:focus {
          border: 1px solid #EDEDED !important; }
    .bootstrap-select div.dropdown-menu div.bs-actionsbox .btn-light {
      padding: 9px 10px 9px 10px; }
    .bootstrap-select div.dropdown-menu div.bs-actionsbox .bs-select-all {
      border-radius: 28px 0px 0px 28px !important;
      color: var(--White-Color) !important;
      background-color: #FF4367 !important; }
    .bootstrap-select div.dropdown-menu div.bs-actionsbox .bs-deselect-all {
      border-radius: 0px 28px 28px 0px !important; }
  .bootstrap-select.show .dropdown-toggle:after {
    transform: rotate(180deg); }

/*$datetime-picker-icon-date-font-size: 13px;*/
/*$datetime-picker-icon-time-font-size: 9px;*/
.input-datetime > .input-group {
  max-width: 400px; }

.form-control[data-control=date-picker], *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox, .form-control[data-control=time-picker], *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox, .form-control[data-control=date-picker\|time-picker], *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox {
  width: 100%; }
  .form-control[data-control=date-picker] + .input-group-addon, *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon, .form-control[data-control=time-picker] + .input-group-addon, *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon, .form-control[data-control=date-picker\|time-picker] + .input-group-addon, *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon {
    position: absolute !important;
    left: calc(100% - 25px) !important;
    top: calc(50% - 8px) !important;
    z-index: 999;
    color: #555555; }
    .form-control[data-control=date-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon > i, .form-control[data-control=time-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon > i, .form-control[data-control=date-picker\|time-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon > i {
      font-size: 12px !important; }

.form-control[data-control=date-picker], *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox, .form-control[data-control=time-picker], *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox, .form-control[data-control=date-picker\|time-picker], *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox {
  width: 100%; }
  .form-control[data-control=date-picker] + .input-group-addon, *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon, .form-control[data-control=time-picker] + .input-group-addon, *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon, .form-control[data-control=date-picker\|time-picker] + .input-group-addon, *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon {
    position: absolute !important;
    left: calc(100% - 34px) !important;
    top: calc(50% - 12px) !important;
    z-index: 999;
    color: #555555; }
    .form-control[data-control=date-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=date-picker].textbox + .input-group-addon > i, .form-control[data-control=time-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=time-picker].textbox + .input-group-addon > i, .form-control[data-control=date-picker\|time-picker] + .input-group-addon > i, *[data-control=collapsible-checkboxes] [data-control=date-picker\|time-picker].textbox + .input-group-addon > i {
      font-size: 12px !important; }

.bootstrap-datetimepicker-widget {
  display: block !important;
  box-shadow: none;
  padding: 5px !important;
  width: auto !important;
  background-color: var(--White-Color) !important;
  border-radius: 28px !important;
  border: 2px solid #EDEDED;
  z-index: 1500;
  /*    inset: auto auto -70px auto !important;
    position: fixed !important;*/ }
  .bootstrap-datetimepicker-widget th, .bootstrap-datetimepicker-widget td {
    vertical-align: middle !important; }
  .bootstrap-datetimepicker-widget .datepicker .datepicker-days {
    width: 200px !important; }
  .bootstrap-datetimepicker-widget .datepicker table.table-condensed {
    border: none !important;
    border-radius: 50% !important;
    color: var(--general-font-color) !important;
    border: none !important;
    border-collapse: revert !important; }
    .bootstrap-datetimepicker-widget .datepicker table.table-condensed .picker-switch {
      font: 500 18px "Karla" !important;
      padding: 3px;
      border: none !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .picker-switch:hover {
        background-color: #FFDAE1 !important;
        box-shadow: none;
        border-radius: 50% !important;
        color: var(--general-font-color); }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .picker-switch:hover {
        border-radius: 28px !important; }
    .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev {
      opacity: 1; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev:hover {
        background: none !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span {
        padding: 6px 7px 6px 7px !important;
        border: none !important;
        border: none !important;
        background-color: none !important; }
        .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span:hover {
          background-color: none !important;
          box-shadow: none;
          border-radius: 50% !important;
          color: #FF4367; }
          .bootstrap-datetimepicker-widget .datepicker table.table-condensed .prev span:hover:before {
            background-color: none !important;
            box-shadow: none;
            border-radius: 50% !important;
            color: #FF4367; }
    .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next {
      opacity: 1; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next:hover {
        background: none !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span {
        padding: 6px 7px 6px 7px !important;
        border: none !important;
        border: none !important;
        background-color: none !important; }
        .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span:hover {
          background-color: none !important;
          box-shadow: none;
          border-radius: 50% !important;
          color: #FF4367; }
          .bootstrap-datetimepicker-widget .datepicker table.table-condensed .next span:hover:before {
            background-color: none !important;
            box-shadow: none;
            border-radius: 50% !important;
            color: #FF4367; }
    .bootstrap-datetimepicker-widget .datepicker table.table-condensed th, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .dow {
      color: var(--general-font-color) !important;
      font: 400 13px "Karla" !important;
      border: none !important;
      text-align: center !important; }
    .bootstrap-datetimepicker-widget .datepicker table.table-condensed td {
      text-align: center !important;
      border-radius: 50% !important;
      border: none !important; }
    .bootstrap-datetimepicker-widget .datepicker table.table-condensed .day {
      width: 28px !important;
      height: 28px !important;
      padding-left: 2.5px !important;
      font: 400 13px "Karla" !important;
      border: none !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .day.active {
        border: 1px solid var(--color-primary-85) !important;
        background-color: var(--White-Color) !important;
        color: var(--general-font-color) !important;
        text-shadow: none;
        border-radius: 50% !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .day:hover {
        background-color: #FFDAE1 !important;
        box-shadow: none;
        border-radius: 50% !important;
        color: var(--general-font-color); }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .day.old, .bootstrap-datetimepicker-widget .datepicker table.table-condensed .day.new {
        color: var(--color-secondary-10) !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .day.today {
        color: var(--White-Color) !important;
        background-color: var(--color-primary-85) !important; }
    .bootstrap-datetimepicker-widget .datepicker table.table-condensed .year {
      font: 400 13px "Karla" !important;
      width: 45px !important;
      height: 45px !important;
      line-height: 45px !important;
      margin: 0px !important;
      border: none !important;
      padding-left: 2px !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .year.active {
        border: 1px solid var(--color-primary-85) !important;
        background-color: var(--White-Color) !important;
        color: var(--general-font-color) !important;
        text-shadow: none;
        border-radius: 50% !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .year:hover {
        background-color: #FFDAE1 !important;
        box-shadow: none;
        border-radius: 50% !important;
        color: var(--general-font-color); }
    .bootstrap-datetimepicker-widget .datepicker table.table-condensed .month {
      font: 400 13px "Karla" !important;
      width: 45px !important;
      height: 45px !important;
      line-height: 45px !important;
      margin: 0px !important;
      border: none !important;
      padding-left: 2px !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .month.active {
        border: 1px solid var(--color-primary-85) !important;
        background-color: var(--White-Color) !important;
        color: var(--general-font-color) !important;
        text-shadow: none;
        border-radius: 50% !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .month:hover {
        background-color: #FFDAE1 !important;
        box-shadow: none;
        border-radius: 50% !important;
        color: var(--general-font-color); }
    .bootstrap-datetimepicker-widget .datepicker table.table-condensed .minute {
      font: 400 13px "Karla" !important;
      border: none !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .minute.active {
        border: 1px solid var(--color-primary-85) !important;
        background-color: var(--White-Color) !important;
        color: var(--general-font-color) !important;
        text-shadow: none;
        border-radius: 50% !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .minute:hover {
        background-color: #FFDAE1 !important;
        box-shadow: none;
        border-radius: 50% !important;
        color: var(--general-font-color); }
    .bootstrap-datetimepicker-widget .datepicker table.table-condensed .timepicker-hour {
      border: none !important;
      background-color: none !important;
      border: none !important;
      color: #FF4367 !important; }
      .bootstrap-datetimepicker-widget .datepicker table.table-condensed .timepicker-hour:hover {
        background-color: none !important;
        box-shadow: none;
        border-radius: 50% !important;
        color: #FF4367; }
        .bootstrap-datetimepicker-widget .datepicker table.table-condensed .timepicker-hour:hover:before {
          background-color: none !important;
          box-shadow: none;
          border-radius: 50% !important;
          color: #FF4367; }
  .bootstrap-datetimepicker-widget .timepicker {
    border-left: 1px solid #EDEDED !important;
    padding-left: 5px !important;
    margin-left: 5px !important;
    align-items: center;
    display: flex;
    color: var(--general-font-color) !important;
    font: 400 13px "Karla" !important;
    margin-top: 12px !important; }
    .bootstrap-datetimepicker-widget .timepicker tr:nth-child(2) {
      border: none !important; }
    .bootstrap-datetimepicker-widget .timepicker .timepicker-picker, .bootstrap-datetimepicker-widget .timepicker .timepicker-hours, .bootstrap-datetimepicker-widget .timepicker .timepicker-minutes {
      min-width: 130px; }
      .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .table-condensed, .bootstrap-datetimepicker-widget .timepicker .timepicker-hours .table-condensed, .bootstrap-datetimepicker-widget .timepicker .timepicker-minutes .table-condensed {
        border: none !important; }
    .bootstrap-datetimepicker-widget .timepicker .separator {
      color: var(--general-font-color) !important;
      font: 400 13px "Karla" !important;
      padding-bottom: 7px !important;
      font-size: 16px !important;
      font-weight: 800 !important; }
    .bootstrap-datetimepicker-widget .timepicker [data-action=selectMinute] {
      height: 35px !important; }
    .bootstrap-datetimepicker-widget .timepicker .minute, .bootstrap-datetimepicker-widget .timepicker .hour {
      color: #FF4367 !important;
      font: 400 13px "Karla" !important;
      font-size: 16px !important;
      font-weight: 800 !important;
      border: none !important; }
      .bootstrap-datetimepicker-widget .timepicker .minute:hover, .bootstrap-datetimepicker-widget .timepicker .hour:hover {
        background-color: #FFDAE1 !important;
        box-shadow: none;
        border-radius: 50% !important;
        color: var(--general-font-color); }
    .bootstrap-datetimepicker-widget .timepicker .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker .timepicker-minute {
      color: #FF4367 !important;
      font: 500 18px "Karla" !important;
      padding: 8px 0px 8px 0px !important;
      width: 36px !important;
      /*height: 32px !important;*/
      font-size: 16px;
      line-height: 24px;
      font-weight: 800;
      border: none !important; }
      .bootstrap-datetimepicker-widget .timepicker .timepicker-hour:hover, .bootstrap-datetimepicker-widget .timepicker .timepicker-minute:hover {
        background-color: #FFDAE1 !important;
        box-shadow: none;
        border-radius: 50% !important;
        color: var(--general-font-color); }
    .bootstrap-datetimepicker-widget .timepicker a {
      color: var(--general-font-color) !important;
      font: 400 13px "Karla" !important;
      border: 1px solid #EDEDED !important;
      padding: 7px 0px 0px 0px !important;
      margin: 4px !important;
      width: 30px;
      height: 30px;
      border: none !important; }
      .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours']:hover {
        background: none !important; }
      .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span {
        width: 20px !important;
        border: none !important;
        border: none !important;
        background-color: none !important; }
        .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span:hover {
          background-color: none !important;
          box-shadow: none;
          border-radius: 50% !important;
          color: #FF4367; }
          .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementHours'] span:hover:before {
            background-color: none !important;
            box-shadow: none;
            border-radius: 50% !important;
            color: #FF4367; }
      .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes']:hover {
        background: none !important; }
      .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span {
        width: 20px !important;
        border: none !important;
        border: none !important;
        background-color: none !important; }
        .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span:hover {
          background-color: none !important;
          box-shadow: none;
          border-radius: 50% !important;
          color: #FF4367; }
          .bootstrap-datetimepicker-widget .timepicker a[data-action='incrementMinutes'] span:hover:before {
            background-color: none !important;
            box-shadow: none;
            border-radius: 50% !important;
            color: #FF4367; }
      .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours']:hover {
        background: none !important; }
      .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span {
        width: 20px !important;
        border: none !important;
        border: none !important;
        background-color: none !important; }
        .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span:hover {
          background-color: none !important;
          box-shadow: none;
          border-radius: 50% !important;
          color: #FF4367; }
          .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementHours'] span:hover:before {
            background-color: none !important;
            box-shadow: none;
            border-radius: 50% !important;
            color: #FF4367; }
      .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes']:hover {
        background: none !important; }
      .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span {
        width: 20px !important;
        border: none !important;
        border: none !important;
        background-color: none !important; }
        .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span:hover {
          background-color: none !important;
          box-shadow: none;
          border-radius: 50% !important;
          color: #FF4367; }
          .bootstrap-datetimepicker-widget .timepicker a[data-action='decrementMinutes'] span:hover:before {
            background-color: none !important;
            box-shadow: none;
            border-radius: 50% !important;
            color: #FF4367; }
  .bootstrap-datetimepicker-widget li.picker-switch a[data-action=today] {
    color: var(--general-font-color) !important;
    font: 400 13px "Karla" !important;
    padding: 10px !important;
    border: none !important;
    margin-right: 35px !important;
    border-radius: 28px !important; }
    .bootstrap-datetimepicker-widget li.picker-switch a[data-action=today]:hover {
      background-color: #FFDAE1 !important;
      box-shadow: none;
      border-radius: 50% !important;
      color: var(--general-font-color); }
    .bootstrap-datetimepicker-widget li.picker-switch a[data-action=today]:before {
      content: "Today";
      color: var(--color-primary-85) !important;
      font: 400 13px "Karla" !important; }
    .bootstrap-datetimepicker-widget li.picker-switch a[data-action=today]:hover {
      border-radius: 28px !important; }
    .bootstrap-datetimepicker-widget li.picker-switch a[data-action=today] span {
      display: none !important; }
  .bootstrap-datetimepicker-widget li.picker-switch a[data-action=clear] {
    color: var(--general-font-color) !important;
    font: 400 13px "Karla" !important;
    padding: 10px !important;
    border-radius: 50% !important;
    border: none !important;
    margin-right: 30px !important;
    border-radius: 28px !important; }
    .bootstrap-datetimepicker-widget li.picker-switch a[data-action=clear]:hover {
      background-color: #FFDAE1 !important;
      box-shadow: none;
      border-radius: 50% !important;
      color: var(--general-font-color); }
    .bootstrap-datetimepicker-widget li.picker-switch a[data-action=clear]:hover {
      border-radius: 28px !important; }
    .bootstrap-datetimepicker-widget li.picker-switch a[data-action=clear]:before {
      content: "Clear";
      color: var(--color-primary-85) !important;
      font: 400 13px "Karla" !important; }
    .bootstrap-datetimepicker-widget li.picker-switch a[data-action=clear] span {
      display: none !important; }
  .bootstrap-datetimepicker-widget > div + li.picker-switch td {
    width: 71% !important; }
  .bootstrap-datetimepicker-widget > div + li.picker-switch [data-action='today'] {
    margin-left: -10px !important;
    width: auto !important; }
  .bootstrap-datetimepicker-widget > div + li.picker-switch [data-action='clear'] {
    /*margin-left: 38px !important;*/
    width: auto !important; }
  .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-bottom-color: var(--White-Color) !important; }

.m_existing-system-view-and-form .bootstrap-datetimepicker-widget {
  inset: 42px auto auto 0px !important;
  position: absolute !important; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

.input-text, .bootstrap-select div.dropdown-menu div.bs-searchbox input, input[type=text], input[type=password] {
  padding-left: 25px;
  padding-right: 25px;
  max-width: 400px;
  height: 42px;
  background-color: var(--White-Color);
  color: #3B3B3B;
  font: 500 18px/20px "Karla";
  border-color: #EDEDED;
  border-width: 2px;
  border-style: solid;
  border-radius: 28px !important;
  box-shadow: none;
  outline: none; }
  .input-text:hover:not(:disabled), .bootstrap-select div.dropdown-menu div.bs-searchbox input:hover:not(:disabled), input[type=text]:hover:not(:disabled), input[type=password]:hover:not(:disabled) {
    box-shadow: none;
    outline: none;
    border: 2px solid #FFA000;
    color: #FFA000; }
  .input-text:focus:not(:disabled), .bootstrap-select div.dropdown-menu div.bs-searchbox input:focus:not(:disabled), input[type=text]:focus:not(:disabled), input[type=password]:focus:not(:disabled), .input-text:active:not(:disabled), .bootstrap-select div.dropdown-menu div.bs-searchbox input:active:not(:disabled), input[type=text]:active:not(:disabled), input[type=password]:active:not(:disabled) {
    border-color: #62ABF4;
    box-shadow: none;
    outline: none;
    color: #3B3B3B;
    background-color: var(--White-Color); }
  .input-text.input-validation-error:not(:disabled), .bootstrap-select div.dropdown-menu div.bs-searchbox input.input-validation-error:not(:disabled), input.input-validation-error[type=text]:not(:disabled), input.input-validation-error[type=password]:not(:disabled) {
    border: 2px solid #FF43674D;
    color: #FF43674D; }
  .input-text:disabled, .bootstrap-select div.dropdown-menu div.bs-searchbox input:disabled, input[type=text]:disabled, input[type=password]:disabled {
    background-color: #B9B9B9;
    cursor: not-allowed; }
  .input-text:-webkit-autofill, .bootstrap-select div.dropdown-menu div.bs-searchbox input:-webkit-autofill, input[type=text]:-webkit-autofill, input[type=password]:-webkit-autofill, .input-text:-webkit-autofill:hover, .bootstrap-select div.dropdown-menu div.bs-searchbox input:-webkit-autofill:hover, input[type=text]:-webkit-autofill:hover, input[type=password]:-webkit-autofill:hover, .input-text:-webkit-autofill:focus, .bootstrap-select div.dropdown-menu div.bs-searchbox input:-webkit-autofill:focus, input[type=text]:-webkit-autofill:focus, input[type=password]:-webkit-autofill:focus {
    -webkit-text-fill-color: #3B3B3B;
    -webkit-box-shadow: 0 0 0px 42px var(--White-Color) inset; }

.input-currency > .input-group:hover:not(:disabled) {
  box-shadow: none;
  outline: none;
  border: 2px solid #FFA000 !important;
  color: #FFA000 !important; }

.input-currency > .input-group:focus-within:not(:disabled), .input-currency > .input-group:active:not(:disabled) {
  border-color: #62ABF4 !important;
  box-shadow: none;
  outline: none; }

.input-currency > .input-group .input-validation-error:not(:disabled) {
  border: 2px solid #FF43674D;
  color: #FF43674D; }

.input-currency > .input-group {
  flex-wrap: nowrap !important;
  border-width: 2px;
  border-style: solid;
  border-radius: 48px !important;
  border-color: #EDEDED !important; }
  .input-currency > .input-group > span.input-group-addon:first-child + input.form-control, *[data-control=collapsible-checkboxes] .input-currency > .input-group > span.input-group-addon:first-child + input.textbox {
    background-color: var(--White-Color);
    color: #3B3B3B;
    font: 500 18px/20px "Karla";
    border-color: #EDEDED;
    border-width: 2px;
    border-style: solid;
    border-radius: 28px !important;
    box-shadow: none;
    outline: none;
    padding: 5px 35px 5px 25px;
    max-width: calc(400px - 42px) !important;
    height: 42px;
    border-width: 1px 1px 1px 0;
    border-radius: 28px;
    border-left: none !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: hidden; }
    .input-currency > .input-group > span.input-group-addon:first-child + input.form-control:-webkit-autofill, *[data-control=collapsible-checkboxes] .input-currency > .input-group > span.input-group-addon:first-child + input.textbox:-webkit-autofill, .input-currency > .input-group > span.input-group-addon:first-child + input.form-control:-webkit-autofill:hover, *[data-control=collapsible-checkboxes] .input-currency > .input-group > span.input-group-addon:first-child + input.textbox:-webkit-autofill:hover, .input-currency > .input-group > span.input-group-addon:first-child + input.form-control:-webkit-autofill:focus, *[data-control=collapsible-checkboxes] .input-currency > .input-group > span.input-group-addon:first-child + input.textbox:-webkit-autofill:focus {
      -webkit-text-fill-color: #3B3B3B;
      -webkit-box-shadow: 0 0 0px 42px var(--White-Color) inset; }
  .input-currency > .input-group > span.input-group-addon:first-child {
    background-color: var(--White-Color) !important;
    color: #FF4367;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    padding: 0 3px 0 3px !important;
    margin-right: 0 !important;
    border: 2px solid #EDEDED !important;
    border-right: none !important;
    border-radius: 28px !important;
    width: 42px;
    border-left: none !important; }

.input-textarea, textarea, textarea.form-control, *[data-control=collapsible-checkboxes] textarea.textbox {
  max-width: 400px;
  padding: 10px 0px 10px 25px;
  resize: none;
  background-color: var(--White-Color);
  color: #3B3B3B;
  font: 500 18px/20px "Karla";
  border-color: #EDEDED;
  border-width: 2px;
  border-style: solid;
  border-radius: 28px !important;
  box-shadow: none;
  outline: none; }
  .input-textarea:hover:not(:disabled), textarea:hover:not(:disabled) {
    box-shadow: none;
    outline: none;
    border: 2px solid #FFA000;
    color: #FFA000; }
  .input-textarea:focus:not(:disabled), textarea:focus:not(:disabled), .input-textarea:active:not(:disabled), textarea:active:not(:disabled) {
    border-color: #62ABF4;
    box-shadow: none;
    outline: none;
    color: #3B3B3B;
    background-color: var(--White-Color); }
  .input-textarea.input-validation-error:not(:disabled), textarea.input-validation-error:not(:disabled) {
    border: 2px solid #FF43674D;
    color: #FF43674D; }
  .input-textarea:disabled, textarea:disabled, *[data-control=collapsible-checkboxes] textarea.textbox:disabled {
    background-color: #B9B9B9;
    cursor: not-allowed; }
  .input-textarea:-webkit-autofill, textarea:-webkit-autofill, *[data-control=collapsible-checkboxes] textarea.textbox:-webkit-autofill, .input-textarea:-webkit-autofill:hover, textarea:-webkit-autofill:hover, .input-textarea:-webkit-autofill:focus, textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #3B3B3B;
    -webkit-box-shadow: 0 0 0px 42px var(--White-Color) inset; }
  .input-textarea::-webkit-scrollbar, textarea::-webkit-scrollbar, textarea.form-control::-webkit-scrollbar, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar {
    width: 30px; }
  .input-textarea::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track, textarea.form-control::-webkit-scrollbar-track, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-track {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: transparent; }
  .input-textarea::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb, textarea.form-control::-webkit-scrollbar-thumb, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-thumb {
    background-color: #A2A2A2;
    border-color: white;
    border: 13px solid white;
    background-clip: padding-box;
    border-radius: 9999px; }
  .input-textarea::-webkit-scrollbar-thumb:hover, textarea::-webkit-scrollbar-thumb:hover, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-thumb:hover {
    background: var(--color-secondary-75);
    border: 13px solid white;
    border-radius: 9999px; }
  .input-textarea::-webkit-resizer, textarea::-webkit-resizer, textarea.form-control::-webkit-resizer, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-resizer {
    color: transparent;
    border: none;
    background-color: transparent; }

textarea, textarea.form-control, *[data-control=collapsible-checkboxes] textarea.textbox {
  padding: 12px 16px 12px 20px; }
  textarea::-webkit-scrollbar-track, textarea.form-control::-webkit-scrollbar-track, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-track {
    margin: 2px;
    background-color: white;
    border-start-end-radius: 35px !important;
    border-end-end-radius: 35px !important; }
  textarea::-webkit-scrollbar-thumb, textarea.form-control::-webkit-scrollbar-thumb, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-thumb {
    background-color: #A2A2A2;
    border-color: white;
    border: 13px solid white;
    background-clip: padding-box;
    border-radius: 9999px; }
  textarea::-webkit-scrollbar-thumb:hover, textarea.form-control::-webkit-scrollbar-thumb:hover, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-thumb:hover {
    background: var(--color-secondary-75);
    border: 13px solid white;
    border-radius: 9999px; }
  textarea::-webkit-resizer, textarea.form-control::-webkit-resizer, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-resizer {
    color: transparent;
    border: none;
    background-color: none; }

textarea.form-control:focus, *[data-control=collapsible-checkboxes] textarea.textbox:focus {
  border-color: #62ABF4;
  box-shadow: none;
  outline: none;
  color: #3B3B3B;
  background-color: var(--White-Color); }

textarea.form-control:focus, *[data-control=collapsible-checkboxes] textarea.textbox:focus, textarea.form-control:active, *[data-control=collapsible-checkboxes] textarea.textbox:active {
  border-color: #62ABF4;
  box-shadow: none;
  outline: none;
  color: #3B3B3B;
  background-color: var(--White-Color); }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

.typeahead__container {
  font: 500 18px "Karla";
  /*max-width: $auto-complete-max-width;*/
  background-color: var(--White-Color);
  border-radius: 22px !important; }
  .typeahead__container .typehead-chevron-down i:first-child {
    position: absolute !important;
    top: 17px !important;
    right: 15px !important;
    opacity: 1 !important;
    color: var(--color-secondary) !important;
    font-size: 7px !important;
    transition: all 600ms ease-in-out; }
  .typeahead__container .typehead-chevron-down input {
    padding: .375rem 4rem .375rem 2.5rem !important; }
  .typeahead__container .typeahead__cancel-button {
    color: var(--color-secondary-85) !important;
    padding: 0 !important;
    margin: 12px 34px 0px 0px !important; }
    .typeahead__container .typeahead__cancel-button:hover {
      color: var(--color-primary-85); }
  .typeahead__container .typeahead__dropdown, .typeahead__container .typeahead__list {
    position: absolute !important;
    left: 0 !important;
    z-index: 4 !important;
    width: 100% !important;
    min-width: 160px !important;
    padding: 0 !important;
    margin: 2px 0 0 !important;
    list-style: none !important;
    text-align: left !important;
    background-color: var(--White-Color) !important;
    border: 1px solid #EDEDED !important;
    border-radius: 22px !important;
    background-clip: padding-box !important; }
    .typeahead__container .typeahead__dropdown li, .typeahead__container .typeahead__list li {
      border-top: 0px !important; }
      .typeahead__container .typeahead__dropdown li a, .typeahead__container .typeahead__list li a {
        font: 500 18px "Karla" !important;
        color: var(--general-font-color) !important;
        padding: 5px 5px 5px 5px !important; }
      .typeahead__container .typeahead__dropdown li:hover a, .typeahead__container .typeahead__list li:hover a {
        background-color: #F8E5E9 !important; }
      .typeahead__container .typeahead__dropdown li.typeahead__empty, .typeahead__container .typeahead__list li.typeahead__empty {
        padding: 5px 5px 5px 5px !important;
        color: var(--general-font-color) !important; }
  .typeahead__container.result .typehead-chevron-down i:first-child {
    transform: rotate(180deg); }

.checkbox-list input[type='checkbox'].handled {
  opacity: 0 !important;
  position: absolute !important; }
  .checkbox-list input[type='checkbox'].handled:focus + .checkbox-helper {
    box-shadow: none !important;
    outline: none; }
  .checkbox-list input[type='checkbox'].handled:checked + .checkbox-helper:before {
    outline: none !important;
    display: inline-block !important;
    width: 26px !important;
    height: 26px !important;
    content: "";
    /*font-size: $checkbox-label-selected-icon-font-size !important;*/
    /*font-weight: 900;*/
    color: #FF4367 !important;
    background-color: transparent !important;
    position: relative !important;
    float: right !important;
    /*padding-top: 5px !important;*/
    padding-left: 3px !important;
    border: 0 !important; }
  .checkbox-list input[type='checkbox'].handled:not(checked) + .checkbox-helper:before {
    outline: none !important;
    display: inline-block !important;
    width: 26px !important;
    height: 26px !important;
    content: "";
    color: #7F7F7F !important;
    background-color: transparent !important;
    position: relative !important;
    float: right !important;
    padding-left: 3px !important;
    border: 0 !important; }
  .checkbox-list input[type='checkbox'].handled:checked + .checkbox-helper + .form-check-label {
    font: 500 15px "Karla" !important; }

.checkbox-list .form-check-label {
  padding-left: 10px !important;
  font: 500 15px "Karla" !important;
  color: var(--general-font-color) !important; }

.checkbox-list .checkbox-helper {
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  background-color: transparent !important;
  border: 0 !important; }

.checkbox-list .form-check-inline {
  display: inline-flex !important;
  align-items: center !important;
  padding-left: 0 !important;
  margin-right: 15px !important; }

.checkbox-list .form-check {
  display: flex !important;
  margin-bottom: 5px !important;
  padding-left: 0 !important; }

input[type='checkbox'].handled.form-check {
  opacity: 0 !important;
  position: absolute !important; }
  input[type='checkbox'].handled.form-check:focus + .checkbox-helper {
    box-shadow: none !important;
    outline: none; }
  input[type='checkbox'].handled.form-check:checked + .checkbox-helper:before {
    outline: none !important;
    display: inline-block !important;
    width: 26px !important;
    height: 26px !important;
    content: "";
    /*font-size: $checkbox-label-selected-icon-font-size !important;*/
    /*font-weight: 900;*/
    color: #FF4367 !important;
    background-color: transparent !important;
    position: relative !important;
    float: right !important;
    /*padding-top: 5px !important;*/
    padding-left: 3px !important;
    border: 0 !important; }
  input[type='checkbox'].handled.form-check:not(checked) + .checkbox-helper:before {
    outline: none !important;
    display: inline-block !important;
    width: 26px !important;
    height: 26px !important;
    content: "";
    color: #7F7F7F !important;
    background-color: transparent !important;
    position: relative !important;
    float: right !important;
    padding-left: 3px !important;
    border: 0 !important; }

input[type='checkbox'].handled.form-check + .checkbox-helper {
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  background-color: transparent !important;
  border: 0 !important; }

.radio-list input[type='radio'].handled {
  opacity: 0 !important;
  position: absolute !important; }
  .radio-list input[type='radio'].handled:focus + .radio-helper, .radio-list input[type='radio'].handled:active + .radio-helper {
    box-shadow: none !important;
    outline: none; }
  .radio-list input[type='radio'].handled:checked + .radio-helper:before {
    outline: none;
    display: inline-block;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    content: "";
    background-color: transparent;
    color: #FF4367;
    position: relative;
    left: 1px;
    top: -1px;
    float: right;
    outline: none;
    border: 0 !important; }
  .radio-list input[type='radio'].handled:not(checked) + .radio-helper:before {
    outline: none;
    display: inline-block;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    content: "";
    color: #7F7F7F;
    position: relative;
    left: 1px;
    top: -1px;
    float: right;
    outline: none;
    border: 0 !important; }
  .radio-list input[type='radio'].handled:checked + .radio-helper + .form-check-label {
    font: 500 15px "Karla" !important; }

.radio-list .radio-helper {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: none !important;
  border-radius: 50%;
  background-color: transparent;
  outline: none; }

.radio-list .form-check-label {
  padding-left: 7px !important;
  font: 500 15px "Karla" !important;
  color: var(--general-font-color) !important; }

.radio-list .form-check-inline {
  display: inline-flex !important;
  align-items: center !important;
  padding-left: 0px !important;
  margin-right: 0px !important; }

.radio-list .form-check {
  display: flex !important;
  margin-bottom: 5px !important;
  padding-left: 0 !important; }
  .radio-list .form-check .form-check-label {
    padding: 2px 10px 2px 10px !important;
    border: 0px; }

.pagination {
  font: 400 12px "Karla";
  background-color: var(--White-Color) !important;
  border: 1px solid #ffd9e1 !important;
  border-radius: 14px !important;
  position: sticky; }
  .pagination li {
    float: left !important;
    display: inline-block;
    padding: 5px !important; }
    .pagination li a {
      padding: 6px !important;
      text-decoration: none;
      color: #FF4367 !important; }
    .pagination li:not(:last-child) {
      border-right: 1px solid #ffd9e1 !important; }
    .pagination li:not(.disabled):not(.active):hover {
      background-color: #F8E5E9 !important; }
      .pagination li:not(.disabled):not(.active):hover a {
        color: #FF4367 !important; }
    .pagination li.disabled {
      pointer-events: none !important;
      opacity: 1; }
      .pagination li.disabled a {
        cursor: default;
        color: #A5A5A5 !important; }
    .pagination li.active {
      background-color: #FF4367 !important; }
      .pagination li.active a {
        color: var(--White-Color) !important; }

.pagination-size {
  font: 400 12px "Karla" !important; }
  .pagination-size label {
    font: 400 14px "Karla" !important;
    padding-right: 6px; }
  .pagination-size .bootstrap-select .dropdown-toggle {
    border-color: #FF436733 !important;
    border-width: 1px !important;
    padding: 9px 0px 7px 10px !important; }
    .pagination-size .bootstrap-select .dropdown-toggle:hover:not(.disabled) {
      border-width: 1px !important; }
    .pagination-size .bootstrap-select .dropdown-toggle:after {
      color: #FF4367 !important;
      margin: 4px 15px 5px 9px !important;
      font-size: 5px !important; }
  .pagination-size .dropdown .filter-option {
    font: 400 12px "Karla" !important;
    color: #FF4367;
    opacity: 1;
    margin-top: -5px;
    padding-left: 5px !important; }
  .pagination-size .dropdown .btn-light {
    height: 30px !important;
    min-width: 54px !important; }

ul.tab-menu {
  display: flex;
  background: white;
  border: 2px solid #EDEDED;
  border-radius: 13px;
  margin-bottom: 30px; }
  ul.tab-menu li {
    margin: 20px;
    margin-right: 0;
    padding-right: 20px;
    border-right: 1px solid #EDEDED; }
    ul.tab-menu li a {
      text-decoration: none;
      color: #414141;
      font: 300 20px 'Karla'; }
      ul.tab-menu li a i {
        float: right;
        padding-left: 9px !important;
        padding-top: 5px; }
        ul.tab-menu li a i:before {
          font-size: 9px !important; }
      ul.tab-menu li a[data-toggle="collapse"] {
        padding-right: 20px !important; }
    ul.tab-menu li.active a, ul.tab-menu li.active-parent a {
      color: #FF4367;
      font: 700 20px 'Karla'; }
      ul.tab-menu li.active a i, ul.tab-menu li.active-parent a i {
        color: #FF4367; }
    ul.tab-menu li.active ul li, ul.tab-menu li.active-parent ul li {
      text-align: center; }
      ul.tab-menu li.active ul li.active a, ul.tab-menu li.active ul li.active-parent a, ul.tab-menu li.active-parent ul li.active a, ul.tab-menu li.active-parent ul li.active-parent a {
        color: #FF4367 !important;
        font: 700 20px 'Karla' !important; }
        ul.tab-menu li.active ul li.active a i, ul.tab-menu li.active ul li.active-parent a i, ul.tab-menu li.active-parent ul li.active a i, ul.tab-menu li.active-parent ul li.active-parent a i {
          color: #FF4367 !important; }
    ul.tab-menu li:hover a {
      color: #FF4367; }
    ul.tab-menu li:disabled, ul.tab-menu li.disabled {
      background-color: var(--White-Color);
      box-shadow: none; }
      ul.tab-menu li:disabled a, ul.tab-menu li.disabled a {
        pointer-events: none;
        color: var(--color-secondary-25); }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

.input-text, .bootstrap-select div.dropdown-menu div.bs-searchbox input, input[type=text], input[type=password] {
  padding-left: 25px;
  padding-right: 25px;
  max-width: 400px;
  height: 42px;
  background-color: var(--White-Color);
  color: #3B3B3B;
  font: 500 18px/20px "Karla";
  border-color: #EDEDED;
  border-width: 2px;
  border-style: solid;
  border-radius: 28px !important;
  box-shadow: none;
  outline: none; }
  .input-text:hover:not(:disabled), .bootstrap-select div.dropdown-menu div.bs-searchbox input:hover:not(:disabled), input[type=text]:hover:not(:disabled), input[type=password]:hover:not(:disabled) {
    box-shadow: none;
    outline: none;
    border: 2px solid #FFA000;
    color: #FFA000; }
  .input-text:focus:not(:disabled), .bootstrap-select div.dropdown-menu div.bs-searchbox input:focus:not(:disabled), input[type=text]:focus:not(:disabled), input[type=password]:focus:not(:disabled), .input-text:active:not(:disabled), .bootstrap-select div.dropdown-menu div.bs-searchbox input:active:not(:disabled), input[type=text]:active:not(:disabled), input[type=password]:active:not(:disabled) {
    border-color: #62ABF4;
    box-shadow: none;
    outline: none;
    color: #3B3B3B;
    background-color: var(--White-Color); }
  .input-text.input-validation-error:not(:disabled), .bootstrap-select div.dropdown-menu div.bs-searchbox input.input-validation-error:not(:disabled), input.input-validation-error[type=text]:not(:disabled), input.input-validation-error[type=password]:not(:disabled) {
    border: 2px solid #FF43674D;
    color: #FF43674D; }
  .input-text:disabled, .bootstrap-select div.dropdown-menu div.bs-searchbox input:disabled, input[type=text]:disabled, input[type=password]:disabled {
    background-color: #B9B9B9;
    cursor: not-allowed; }
  .input-text:-webkit-autofill, .bootstrap-select div.dropdown-menu div.bs-searchbox input:-webkit-autofill, input[type=text]:-webkit-autofill, input[type=password]:-webkit-autofill, .input-text:-webkit-autofill:hover, .bootstrap-select div.dropdown-menu div.bs-searchbox input:-webkit-autofill:hover, input[type=text]:-webkit-autofill:hover, input[type=password]:-webkit-autofill:hover, .input-text:-webkit-autofill:focus, .bootstrap-select div.dropdown-menu div.bs-searchbox input:-webkit-autofill:focus, input[type=text]:-webkit-autofill:focus, input[type=password]:-webkit-autofill:focus {
    -webkit-text-fill-color: #3B3B3B;
    -webkit-box-shadow: 0 0 0px 42px var(--White-Color) inset; }

.input-currency > .input-group:hover:not(:disabled) {
  box-shadow: none;
  outline: none;
  border: 2px solid #FFA000 !important;
  color: #FFA000 !important; }

.input-currency > .input-group:focus-within:not(:disabled), .input-currency > .input-group:active:not(:disabled) {
  border-color: #62ABF4 !important;
  box-shadow: none;
  outline: none; }

.input-currency > .input-group .input-validation-error:not(:disabled) {
  border: 2px solid #FF43674D;
  color: #FF43674D; }

.input-currency > .input-group {
  flex-wrap: nowrap !important;
  border-width: 2px;
  border-style: solid;
  border-radius: 48px !important;
  border-color: #EDEDED !important; }
  .input-currency > .input-group > span.input-group-addon:first-child + input.form-control, *[data-control=collapsible-checkboxes] .input-currency > .input-group > span.input-group-addon:first-child + input.textbox {
    background-color: var(--White-Color);
    color: #3B3B3B;
    font: 500 18px/20px "Karla";
    border-color: #EDEDED;
    border-width: 2px;
    border-style: solid;
    border-radius: 28px !important;
    box-shadow: none;
    outline: none;
    padding: 5px 35px 5px 25px;
    max-width: calc(400px - 42px) !important;
    height: 42px;
    border-width: 1px 1px 1px 0;
    border-radius: 28px;
    border-left: none !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: hidden; }
    .input-currency > .input-group > span.input-group-addon:first-child + input.form-control:-webkit-autofill, *[data-control=collapsible-checkboxes] .input-currency > .input-group > span.input-group-addon:first-child + input.textbox:-webkit-autofill, .input-currency > .input-group > span.input-group-addon:first-child + input.form-control:-webkit-autofill:hover, *[data-control=collapsible-checkboxes] .input-currency > .input-group > span.input-group-addon:first-child + input.textbox:-webkit-autofill:hover, .input-currency > .input-group > span.input-group-addon:first-child + input.form-control:-webkit-autofill:focus, *[data-control=collapsible-checkboxes] .input-currency > .input-group > span.input-group-addon:first-child + input.textbox:-webkit-autofill:focus {
      -webkit-text-fill-color: #3B3B3B;
      -webkit-box-shadow: 0 0 0px 42px var(--White-Color) inset; }
  .input-currency > .input-group > span.input-group-addon:first-child {
    background-color: var(--White-Color) !important;
    color: #FF4367;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    padding: 0 3px 0 3px !important;
    margin-right: 0 !important;
    border: 2px solid #EDEDED !important;
    border-right: none !important;
    border-radius: 28px !important;
    width: 42px;
    border-left: none !important; }

.input-textarea, textarea, textarea.form-control, *[data-control=collapsible-checkboxes] textarea.textbox {
  max-width: 400px;
  padding: 10px 0px 10px 25px;
  resize: none;
  background-color: var(--White-Color);
  color: #3B3B3B;
  font: 500 18px/20px "Karla";
  border-color: #EDEDED;
  border-width: 2px;
  border-style: solid;
  border-radius: 28px !important;
  box-shadow: none;
  outline: none; }
  .input-textarea:hover:not(:disabled), textarea:hover:not(:disabled) {
    box-shadow: none;
    outline: none;
    border: 2px solid #FFA000;
    color: #FFA000; }
  .input-textarea:focus:not(:disabled), textarea:focus:not(:disabled), .input-textarea:active:not(:disabled), textarea:active:not(:disabled) {
    border-color: #62ABF4;
    box-shadow: none;
    outline: none;
    color: #3B3B3B;
    background-color: var(--White-Color); }
  .input-textarea.input-validation-error:not(:disabled), textarea.input-validation-error:not(:disabled) {
    border: 2px solid #FF43674D;
    color: #FF43674D; }
  .input-textarea:disabled, textarea:disabled, *[data-control=collapsible-checkboxes] textarea.textbox:disabled {
    background-color: #B9B9B9;
    cursor: not-allowed; }
  .input-textarea:-webkit-autofill, textarea:-webkit-autofill, *[data-control=collapsible-checkboxes] textarea.textbox:-webkit-autofill, .input-textarea:-webkit-autofill:hover, textarea:-webkit-autofill:hover, .input-textarea:-webkit-autofill:focus, textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #3B3B3B;
    -webkit-box-shadow: 0 0 0px 42px var(--White-Color) inset; }
  .input-textarea::-webkit-scrollbar, textarea::-webkit-scrollbar, textarea.form-control::-webkit-scrollbar, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar {
    width: 30px; }
  .input-textarea::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track, textarea.form-control::-webkit-scrollbar-track, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-track {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: transparent; }
  .input-textarea::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb, textarea.form-control::-webkit-scrollbar-thumb, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-thumb {
    background-color: #A2A2A2;
    border-color: white;
    border: 13px solid white;
    background-clip: padding-box;
    border-radius: 9999px; }
  .input-textarea::-webkit-scrollbar-thumb:hover, textarea::-webkit-scrollbar-thumb:hover, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-thumb:hover {
    background: var(--color-secondary-75);
    border: 13px solid white;
    border-radius: 9999px; }
  .input-textarea::-webkit-resizer, textarea::-webkit-resizer, textarea.form-control::-webkit-resizer, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-resizer {
    color: transparent;
    border: none;
    background-color: transparent; }

textarea, textarea.form-control, *[data-control=collapsible-checkboxes] textarea.textbox {
  padding: 12px 16px 12px 20px; }
  textarea::-webkit-scrollbar-track, textarea.form-control::-webkit-scrollbar-track, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-track {
    margin: 2px;
    background-color: white;
    border-start-end-radius: 35px !important;
    border-end-end-radius: 35px !important; }
  textarea::-webkit-scrollbar-thumb, textarea.form-control::-webkit-scrollbar-thumb, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-thumb {
    background-color: #A2A2A2;
    border-color: white;
    border: 13px solid white;
    background-clip: padding-box;
    border-radius: 9999px; }
  textarea::-webkit-scrollbar-thumb:hover, textarea.form-control::-webkit-scrollbar-thumb:hover, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-scrollbar-thumb:hover {
    background: var(--color-secondary-75);
    border: 13px solid white;
    border-radius: 9999px; }
  textarea::-webkit-resizer, textarea.form-control::-webkit-resizer, *[data-control=collapsible-checkboxes] textarea.textbox::-webkit-resizer {
    color: transparent;
    border: none;
    background-color: none; }

textarea.form-control:focus, *[data-control=collapsible-checkboxes] textarea.textbox:focus {
  border-color: #62ABF4;
  box-shadow: none;
  outline: none;
  color: #3B3B3B;
  background-color: var(--White-Color); }

textarea.form-control:focus, *[data-control=collapsible-checkboxes] textarea.textbox:focus, textarea.form-control:active, *[data-control=collapsible-checkboxes] textarea.textbox:active {
  border-color: #62ABF4;
  box-shadow: none;
  outline: none;
  color: #3B3B3B;
  background-color: var(--White-Color); }

.file-upload {
  max-width: 400px; }
  .file-upload .btn-secondary, .file-upload .select-grid-cols .cancel, .select-grid-cols .file-upload .cancel {
    border-radius: 28px !important;
    padding: 14px !important;
    height: 100%; }
    .file-upload .btn-secondary .buttonText, .file-upload .select-grid-cols .cancel .buttonText, .select-grid-cols .file-upload .cancel .buttonText {
      vertical-align: middle; }
  .file-upload div.bootstrap-filestyle {
    /*max-width: calc(400px - 100px) !important;*/
    flex-wrap: nowrap !important; }
  .file-upload span.group-span-filestyle {
    background-color: #FF4367;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px; }
  .file-upload .progress {
    background-color: var(--White-Color);
    color: #3B3B3B;
    font: 500 18px/20px "Karla";
    border-color: #EDEDED;
    border-width: 2px;
    border-style: solid;
    border-radius: 28px !important;
    box-shadow: none;
    outline: none;
    /*min-width: 100% !important;*/
    flex-grow: 1;
    display: flex !important;
    overflow: hidden !important;
    /*background-color: $file-upload-progress-background-color;
        border-bottom-right-radius: 28px !important;
        border-top-right-radius: 28px !important;*/
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    height: 42px !important;
    /*border: 1px solid $file-upload-progress-border-color !important;*/
    border-left: none !important;
    /*font: $file-upload-font !important;*/ }
    .file-upload .progress:hover:not(:disabled) {
      box-shadow: none;
      outline: none;
      border: 2px solid #FFA000;
      color: #FFA000; }
    .file-upload .progress:focus:not(:disabled), .file-upload .progress:active:not(:disabled) {
      border-color: #62ABF4;
      box-shadow: none;
      outline: none;
      color: #3B3B3B;
      background-color: var(--White-Color); }
    .file-upload .progress.input-validation-error:not(:disabled) {
      border: 2px solid #FF43674D;
      color: #FF43674D; }
    .file-upload .progress:disabled {
      background-color: #B9B9B9;
      cursor: not-allowed; }
    .file-upload .progress input {
      /*width: calc(400px - 100px) !important;*/
      color: var(--color-secondary-85) !important;
      font: 500 18px "Karla" !important;
      width: 73% !important;
      padding-left: 10px !important; }
    .file-upload .progress .progress-bar {
      display: flex;
      flex-direction: column;
      justify-content: center;
      overflow: hidden;
      background-color: var(--color-primary-10) !important;
      text-align: center;
      white-space: nowrap; }
  .file-upload span.delete-file {
    font-size: 18px !important;
    left: 0px !important;
    top: -33px !important;
    color: #FF4367; }

form .file-upload {
  /*}*/
  /*       .delete-file {
            left: -20px;
            font-size: 1.5rem;
        }*/ }
  form .file-upload {
    margin-top: -18px; }
  form .file-upload .progress {
    min-width: unset !important; }

.tooltip.bs-tooltip-top .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: var(--Error-Color); }

.tooltip.bs-tooltip-right .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: var(--Error-Color); }

.tooltip.bs-tooltip-bottom .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: var(--Error-Color); }

.tooltip.bs-tooltip-left .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: var(--Error-Color); }

.tooltip .tooltip-inner {
  max-width: 400px;
  color: var(--White-Color);
  background-color: var(--Error-Color);
  border-radius: 4px !important;
  font: 400 13px "Karla"; }

.progress {
  font: 400 13px "Karla";
  background: var(--color-secondary-25);
  height: 10px;
  border-radius: 4px; }
  .progress .progress-bar {
    color: var(--White-Color); }
  .progress .progress-bar-danger {
    background-color: #FF4367; }
  .progress .progress-bar-warning {
    background-color: #ffc107; }
  .progress .progress-bar-success {
    background-color: #28a745; }

.filter-slider {
  max-width: 400px; }
  .filter-slider .group-control {
    min-width: 170px;
    display: flex;
    align-items: center; }
    .filter-slider .group-control .slider-left-label {
      position: absolute;
      left: 0px;
      margin-top: -35px; }
    .filter-slider .group-control .slider-right-label {
      position: absolute;
      right: 0px;
      margin-top: -35px; }
    .filter-slider .group-control .input-group {
      align-items: center; }
      .filter-slider .group-control .input-group .input-group-addon {
        width: 100%;
        text-align: center;
        color: var(--general-primary-color);
        position: absolute;
        margin-top: -35px; }
      .filter-slider .group-control .input-group .slider.slider-horizontal {
        width: 100%; }
      .filter-slider .group-control .input-group .slider .slider-track {
        background-image: linear-gradient(#FF4367, #FF4367);
        background-color: #FF4367; }
        .filter-slider .group-control .input-group .slider .slider-track .slider-selection {
          background-image: linear-gradient(#98D82A, #98D82A);
          background-repeat: repeat-x;
          background-color: #98D82A; }
        .filter-slider .group-control .input-group .slider .slider-track .slider-track-high {
          border-radius: 4px; }
        .filter-slider .group-control .input-group .slider .slider-track .slider-handle {
          background-color: var(--White-Color);
          background-image: linear-gradient(var(--White-Color), var(--White-Color));
          border: 4px solid #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.form-body .required-item label.control-label::after {
  content: "*";
  color: var(--Error-Color); }

.form-group .input-value-readonly {
  font: 500 18px "Karla";
  color: var(--general-font-color);
  padding-left: 15px;
  display: inline-block; }
  .form-group .input-value-readonly .title {
    color: var(--color-black-05) !important;
    font: 700 20px "Karla";
    line-height: 20px;
    margin-bottom: 12px;
    display: block; }
  .form-group .input-value-readonly .description {
    color: var(--color-black-05) !important;
    font: 600 15px "Karla";
    line-height: 15px; }

.grid.grid-list.fixed-header-grid thead {
  position: sticky;
  top: -59px; }
  .grid.grid-list.fixed-header-grid thead tr:nth-child(2) {
    background: #F7F7F7; }

.search {
  /*&.single-search-item {*/
  /*}*/ }
  .search .group-control {
    margin-bottom: 0; }
  .search .form-group {
    margin-bottom: 20px; }
    .search .form-group > .group-control, .search .form-group > fieldset .group-control {
      margin-right: -15px; }
  .search .instance-search-item-without-button {
    margin-bottom: 20px;
    max-width: 400px; }
    .search .instance-search-item-without-button ::-webkit-input-placeholder {
      /* Edge */
      color: var(--color-secondary-25); }
    .search .instance-search-item-without-button :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: var(--color-secondary-25); }
    .search .instance-search-item-without-button ::placeholder {
      color: var(--color-secondary-25); }
    .search .instance-search-item-without-button .group-control:after {
      content: "";
      font: 500 15px normal;
      position: absolute;
      top: 13px;
      right: 20px;
      z-index: 1;
      color: #000000;
      opacity: 0.5; }
    .search .instance-search-item-without-button input[type="text"] {
      padding: 10px 35px 10px 10px; }
  .search .search-header {
    width: 100%;
    margin-bottom: 20px; }

/*$list-active-hover-background-color: $color-primary-25;
$list-active-background-color: #fff;


$list-multiple-active-hover-background-color: $color-secondary-25;
$list-multiple-active-item-hover-background-color: $color-primary-25;
$list-multiple-active-button-with-icon-hover-color: $color-primary-50;
$list-multiple-active-background-color: #fff;

_.content .list-active {
    .item {
        background-color: $list-active-background-color;

        &:hover {
            background-color: $list-active-hover-background-color;
        }
    }
}

_.content .list-items.list-multiple-active {
    .item {
        background-color: $list-active-background-color;

        &:hover {
            background-color: $list-multiple-active-hover-background-color;

            .button-grid-button-with-icon, .button-with-icon {
                i {
                    color: $list-multiple-active-button-with-icon-hover-color;
                    text-decoration: none;
                }
            }
        }

        .list-items {
            .item {
                &:hover {
                    background-color: $list-multiple-active-item-hover-background-color;

                    .button-grid-button-with-icon, .button-with-icon {
                        color: $list-multiple-active-button-with-icon-hover-color;

                        i {
                            color: $list-multiple-active-button-with-icon-hover-color;
                            text-decoration: none;
                        }
                    }
                }
            }
        }
    }
}
*/
i.big-icon, .m_organisation-functions-list .olive-instant-search-item .card-item .function i.icon-department, .m_organisation-functions-list .olive-instant-search-item .card-item .departments i.icon-department, .m_organisation-functions-list .olive-instant-search-item .card-item .process i.icon-department, .m_organisation-functions-list .olive-instant-search-item .card-item .step i.icon-department {
  font-size: 30px; }

.buttons-row {
  float: right; }

.Client-User-Not-Authorized {
  display: none !important; }

*:focus, *:active {
  outline: none !important; }

.wait-screen .wait-box img {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 0px 10px 0px 10px; }

.header-container {
  /*    color: #494748;
    font-size: 22px;*/
  /*background-color: $header-container-background-color;*/
  padding: 1rem 2rem;
  margin: -2rem -2rem 2rem -2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 58px; }
  .header-container .top-section {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 0; }
    .header-container .top-section .left-section {
      display: flex;
      align-items: center;
      /*
                i {
                    font-size: 22pt;
                    margin-right: 5px;
                    color: #c0315c;
                }*/ }
      .header-container .top-section .left-section > i {
        padding-right: 10px;
        font-size: 30px; }
      .header-container .top-section .left-section .header-text {
        color: var(--color-secondary-75);
        font: bold 40px 'Grotesk';
        margin-bottom: 0;
        margin-right: 5px; }
        @media (max-width: 1080px) {
          .header-container .top-section .left-section .header-text {
            font-size: 30px; } }
        @media (max-width: 700px) {
          .header-container .top-section .left-section .header-text {
            font-size: 22px; } }
        @media (max-width: 450px) {
          .header-container .top-section .left-section .header-text {
            font-size: 17px; } }
    .header-container .top-section .right-section {
      margin-left: auto;
      /*margin-right: 10px;*/
      /*
                a {
                    display: flex;
                    align-items: center;
                    color: #494748;
                    font-size: 14px;
                    font-weight: 300;

                    i {
                        color: #494748;
                        font-weight: 100;
                        font-size: 20px;
                        margin-right: 5px;
                    }

                    &:hover, &:focus {
                        color: #C0315C;

                        i {
                            color: #C0315C;
                            text-decoration: none;
                        }
                    }
                }*/ }
  .header-container .bottom-section {
    display: flex;
    width: 100%;
    align-items: center; }
  .header-container.fixed-header-container {
    width: calc(100vw - 4.75%);
    position: sticky;
    left: 0px;
    padding-left: 0; }
    @media (max-width: 1400px) {
      .header-container.fixed-header-container {
        padding-left: 2rem !important;
        padding-right: 0 !important; } }

body.not-show-sub-menu .header-container.fixed-header-container, body.show-sub-menu .header-container.fixed-header-container {
  width: calc(100vw - 2.1%); }
  @media (max-width: 1400px) {
    body.not-show-sub-menu .header-container.fixed-header-container, body.show-sub-menu .header-container.fixed-header-container {
      padding-left: 2rem !important;
      padding-right: 0 !important; } }

.hvbarchart-chart {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .hvbarchart-chart .hvbarchart-chart-legend {
    flex: 0;
    font-size: 1.1rem;
    margin-bottom: 3rem; }
    .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item {
      display: inline-block;
      position: relative;
      padding: 5px 10px; }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(1)::before {
        background-color: orange;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(2)::before {
        background-color: blue;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(3)::before {
        background-color: burlywood;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(4)::before {
        background-color: crimson;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(5)::before {
        background-color: cornflowerblue;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(6)::before {
        background-color: coral;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(7)::before {
        background-color: lightcoral;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(8)::before {
        background-color: purple;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(9)::before {
        background-color: cadetblue;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(10)::before {
        background-color: blueviolet;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(11)::before {
        background-color: gainsboro;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(12)::before {
        background-color: limegreen;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(13)::before {
        background-color: lightskyblue;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(14)::before {
        background-color: maroon;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
      .hvbarchart-chart .hvbarchart-chart-legend .hvbarchart-chart-legend-item:nth-child(15)::before {
        background-color: salmon;
        position: absolute;
        content: ' ';
        width: 1.1rem;
        height: 1.1rem;
        left: -0.55rem;
        top: 50%;
        transform: translateY(-50%); }
  .hvbarchart-chart .hvbarchart-chart-bars-container {
    flex: 1;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%; }
    .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-axis-y {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-axis-y .hvbarchart-chart-axis-y-line {
        position: absolute;
        border-top: 1px dashed #555;
        width: 100%; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-axis-y .hvbarchart-chart-axis-y-line:first-child {
          border-top-style: solid;
          border-top-width: 4px; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-axis-y .hvbarchart-chart-axis-y-line .hvbarchart-chart-axis-y-line-label {
          position: absolute;
          transform: translate(calc(-100% - 5px), -50%); }
    .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-axis-x {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: -4px; }
      .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-axis-x .hvbarchart-chart-axis-x-line {
        position: absolute;
        border-left: 1px dashed #555;
        height: calc(100% + 4px); }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-axis-x .hvbarchart-chart-axis-x-line:first-child {
          border-left-style: solid;
          border-left-width: 4px; }
    .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-barlayers {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: left;
      width: 100%; }
      .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-barlayers .hvbarchart-chart-barlayer {
        position: relative;
        z-index: 100;
        height: 100%; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-barlayers .hvbarchart-chart-barlayer .hvbarchart-chart-barlayer-layer {
          position: absolute; }
    .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars {
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      justify-content: center;
      width: 100%; }
      .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar {
        position: relative;
        cursor: pointer;
        animation-name: anim-showing-bars;
        animation-duration: 1000ms;
        animation-timing-function: ease-out;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        opacity: .6;
        z-index: 100;
        transition: opacity 200ms; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:hover {
          opacity: .85; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(1) {
          background-color: orange; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(2) {
          background-color: blue; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(3) {
          background-color: burlywood; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(4) {
          background-color: crimson; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(5) {
          background-color: cornflowerblue; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(6) {
          background-color: coral; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(7) {
          background-color: lightcoral; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(8) {
          background-color: purple; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(9) {
          background-color: cadetblue; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(10) {
          background-color: blueviolet; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(11) {
          background-color: gainsboro; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(12) {
          background-color: limegreen; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(13) {
          background-color: lightskyblue; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(14) {
          background-color: maroon; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar:nth-child(15) {
          background-color: salmon; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar.hvbarchart-chart-bar__selected {
          font-weight: bold;
          opacity: .85; }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar .hvbarchart-chart-bar-height-label {
          position: absolute;
          left: 50%;
          transform: translate(-50%, -100%); }
        .hvbarchart-chart .hvbarchart-chart-bars-container .hvbarchart-chart-bars .hvbarchart-chart-bar .hvbarchart-chart-bar-width-label {
          position: absolute;
          left: 50%;
          bottom: 0;
          transform: translate(-50%, calc(100% + 5px)); }

@keyframes anim-showing-bars {
  0% {
    max-height: 0; }
  100% {
    max-height: 100%; } }

.hbarchart-chart {
  width: 100%;
  height: 100%;
  display: block;
  position: relative; }
  .hbarchart-chart .hbarchart-axis-x {
    position: absolute;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #000; }
    .hbarchart-chart .hbarchart-axis-x .hbarchart-axis-x-marker {
      position: absolute; }
      .hbarchart-chart .hbarchart-axis-x .hbarchart-axis-x-marker:not(.leftmost-marker):not(.rightmost-marker) {
        transform: translateX(-50%); }
      .hbarchart-chart .hbarchart-axis-x .hbarchart-axis-x-marker.rightmost-marker {
        transform: translateX(-100%); }
  .hbarchart-chart .hbarchart-chart-bars-container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 3rem; }
    .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars {
      display: block;
      width: 100%; }
      .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar {
        position: relative;
        cursor: pointer;
        animation-name: hbarchar-anim-showing-bars;
        animation-duration: 1000ms;
        animation-timing-function: ease-out;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        opacity: .6;
        z-index: 100;
        transition: opacity 200ms; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:hover {
          opacity: .85; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(1) {
          background-color: orange; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(2) {
          background-color: blue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(3) {
          background-color: burlywood; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(4) {
          background-color: crimson; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(5) {
          background-color: cornflowerblue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(6) {
          background-color: coral; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(7) {
          background-color: lightcoral; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(8) {
          background-color: purple; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(9) {
          background-color: cadetblue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(10) {
          background-color: blueviolet; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(11) {
          background-color: gainsboro; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(12) {
          background-color: limegreen; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(13) {
          background-color: lightskyblue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(14) {
          background-color: maroon; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(15) {
          background-color: salmon; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(16) {
          background-color: orange; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(17) {
          background-color: blue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(18) {
          background-color: burlywood; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(19) {
          background-color: crimson; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(20) {
          background-color: cornflowerblue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(21) {
          background-color: coral; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(22) {
          background-color: lightcoral; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(23) {
          background-color: purple; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(24) {
          background-color: cadetblue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(25) {
          background-color: blueviolet; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(26) {
          background-color: gainsboro; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(27) {
          background-color: limegreen; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(28) {
          background-color: lightskyblue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(29) {
          background-color: maroon; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(30) {
          background-color: salmon; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(31) {
          background-color: orange; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(32) {
          background-color: blue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(33) {
          background-color: burlywood; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(34) {
          background-color: crimson; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(35) {
          background-color: cornflowerblue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(36) {
          background-color: coral; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(37) {
          background-color: lightcoral; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(38) {
          background-color: purple; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(39) {
          background-color: cadetblue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(40) {
          background-color: blueviolet; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(41) {
          background-color: gainsboro; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(42) {
          background-color: limegreen; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(43) {
          background-color: lightskyblue; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(44) {
          background-color: maroon; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar:nth-child(45) {
          background-color: salmon; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar.hbarchart-chart-bar__selected {
          font-weight: bold;
          opacity: .85; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar .hbarchart-chart-bar-width-label {
          display: none;
          position: absolute;
          left: 50%;
          transform: translate(-50%, -50%); }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar .hbarchart-chart-bar-label {
          position: absolute;
          top: 1rem;
          left: 1rem;
          font-weight: 400;
          color: white;
          background-color: rgba(0, 0, 0, 0.2);
          padding: 0 0.5rem;
          white-space: nowrap; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-chart-bars .hbarchart-chart-bar .hbarchart-chart-bar-height-label {
          position: absolute;
          top: 50%;
          right: -1rem;
          transform: translate(100%, calc(-50% + 1rem));
          white-space: nowrap; }
    .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-average-width {
      left: 0;
      position: absolute;
      height: calc(100% - 6rem);
      top: 6rem;
      width: 100%;
      transition: transform 1300ms ease-out;
      border-left: 5px solid rgba(0, 0, 0, 0.7); }
      .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-average-width .hbarchart-average-width-label {
        position: absolute;
        left: 0;
        top: 0;
        color: white;
        padding-left: 0.8rem;
        background-color: rgba(0, 0, 0, 0.7);
        font-size: 1.3rem;
        font-weight: bold; }
        .hbarchart-chart .hbarchart-chart-bars-container .hbarchart-average-width .hbarchart-average-width-label:before {
          position: absolute;
          content: ' ';
          border-bottom: 1.8rem solid transparent;
          border-left: 2rem solid rgba(0, 0, 0, 0.7);
          width: 0;
          height: 100%;
          right: 0;
          top: 0;
          transform: translateX(100%); }

@keyframes hbarchar-anim-showing-bars {
  0% {
    max-width: 0; }
  100% {
    max-width: 100%; } }

/*$bs-height-base: ($line-height-computed + $padding-base-vertical * 2);

.login-content {
    background-color:darkslategrey;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;

    .card {
        &.login {
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
        }

        h2 {
            text-align: center;
            margin-bottom: 0.8rem;

            + div {
                text-align: center;
            }
        }

        .card-body {
            padding-bottom: 0;
        }
    }

    .social-media-login {
        background-color: #E2E2E2;
        margin: 25px -1.25rem 0 -1.25rem;
        padding-bottom: 2rem;

        > h3 {
            font-size: 1em;
            padding: 5px;
        }

        .buttons {
            text-align: left !important;
        }
    }

    .form-group {
        label {
            @include make-column-lg(12);
        }

        .group-control {
            @include make-column-lg(12);
        }
    }

    .input-form {
        input {
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
        }

        .form-control:focus {
            border-color: #00A49E;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .buttons-row {
            @include make-row();

            .buttons {
                @include make-column-lg(12);
                text-align: center;

                .btn-login {
                    background-color: #00A49E;
                    border-color: #007772;
                    border-radius: 0;
                    font: bold 15px arial;
                    padding: 15px 25px;

                    &:hover {
                        background-color: #007772;
                        border-color: #00A49E;
                    }
                }
            }

            .text-info {
                color: #00A49E !important;
            }

            .btn-social-login {
                position: relative;
                padding-left: ($bs-height-base + $padding-base-horizontal);
                text-align: left;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                text-indent: -9999em;
                border-radius: 50%;
                width: 3em;
                height: 3.1em;

                > :first-child {
                    position: absolute;
                    left: 0;
                    top: 4px;
                    bottom: 0;
                    width: 100%;
                    line-height: ($bs-height-base + 0.65);
                    font-size: 1.5em;
                    text-align: center;
                    text-indent: 0;
                }
            }
        }
    }
}*/
.m_system-help-list .grid > thead th:nth-child(1) {
  width: 150px; }

.m_system-help-list .grid > thead th:nth-child(2) {
  width: 160px;
  padding-left: 20px; }

.m_system-help-list .grid > thead th:nth-child(3) {
  width: 110px; }

.m_system-help-list .grid > tbody tr td {
  vertical-align: middle;
  padding-bottom: 15px;
  padding-top: 15px; }
  .m_system-help-list .grid > tbody tr td .form-group {
    width: 100%; }

.m_system-help-list .grid .form-group {
  margin-bottom: 0px !important; }

.m_system-help-list .grid .group-control {
  min-width: 0;
  flex: 1 !important;
  margin-bottom: 0px !important; }
  .m_system-help-list .grid .group-control .dropdown .dropdown-toggle {
    border: 2px solid var(--White-Color); }

.m_system-help-list .grid .buttons-row {
  display: none; }

.m_system-help-list .header-text i {
  font-size: 14px;
  margin: 0px 7px 0px 7px; }

.m_system-help-list .input-form .form-group {
  display: inline-flex !important;
  flex-wrap: nowrap; }
  .m_system-help-list .input-form .form-group .control-label {
    padding-right: 50px;
    padding-left: 7px !important;
    font-size: 18px !important; }

.m_system-help-list .system-help-key {
  width: 20% !important;
  word-break: break-all; }

.m_system-help-list .system-help-title {
  width: auto !important; }

.m_system-help-list .system-help-description {
  width: 50% !important; }

.system-help-section-menu {
  position: relative; }
  .system-help-section-menu li {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 10px !important;
    display: flex;
    align-items: flex-start; }
    .system-help-section-menu li.active {
      padding-right: 10px !important; }
    .system-help-section-menu li.empty-row {
      padding: 0 !important; }
      .system-help-section-menu li.empty-row a {
        width: 100% !important;
        min-height: 52px; }
      .system-help-section-menu li.empty-row .section-delete-btn {
        padding-top: 15px !important; }
    .system-help-section-menu li.empty-row.active {
      padding-right: 10px !important;
      border: 1px solid rgba(128, 128, 128, 0.4) !important;
      margin-top: 6px !important;
      margin-bottom: 6px !important; }
      .system-help-section-menu li.empty-row.active a {
        min-height: 54px !important; }
    .system-help-section-menu li a {
      width: 100%;
      height: 100%;
      /*min-height: 48px;*/ }
  .system-help-section-menu .buttons-row {
    margin-top: 12px; }
    .system-help-section-menu .buttons-row .buttons {
      display: flex;
      justify-content: center; }

.system-help-section-form .description-editor .group-control {
  min-width: -webkit-fill-available !important; }
  .system-help-section-form .description-editor .group-control .cke_editor_Description .cke_inner .cke_contents {
    height: 370px !important; }

.m_operational-factor-form .grid > thead th:nth-child(1) {
  width: 150px; }

.m_operational-factor-form .grid > thead th:nth-child(2) {
  width: 160px;
  padding-left: 20px; }

.m_operational-factor-form .grid > thead th:nth-child(3) {
  width: 110px; }

.m_operational-factor-form .grid > tbody tr td {
  vertical-align: middle;
  padding-bottom: 15px;
  padding-top: 15px; }
  .m_operational-factor-form .grid > tbody tr td .form-group {
    width: 100%; }

.m_operational-factor-form .grid .form-group {
  margin-bottom: 0px !important; }

.m_operational-factor-form .grid .group-control {
  min-width: 0;
  flex: 1 !important;
  margin-bottom: 0px !important; }
  .m_operational-factor-form .grid .group-control .dropdown .dropdown-toggle {
    border: 2px solid var(--White-Color); }

.m_operational-factor-form .grid .buttons-row {
  display: none; }

.m_operational-factor-form .header-text i {
  font-size: 14px;
  margin: 0px 7px 0px 7px; }

.m_operational-factor-form .input-form .form-group {
  display: inline-flex !important;
  flex-wrap: nowrap; }
  .m_operational-factor-form .input-form .form-group .control-label {
    padding-right: 50px;
    padding-left: 7px !important;
    font-size: 18px !important; }

.m_contribution-exceptions-list .grid thead {
  display: none; }

.m_contribution-exceptions-list .grid tbody {
  border: none !important; }
  .m_contribution-exceptions-list .grid tbody td:nth-child(1) {
    width: 50px; }
    .m_contribution-exceptions-list .grid tbody td:nth-child(1) a {
      min-width: 0px !important;
      padding: 0px !important; }
      .m_contribution-exceptions-list .grid tbody td:nth-child(1) a:hover i {
        color: #FF4367 !important;
        font-weight: 900 !important; }
    .m_contribution-exceptions-list .grid tbody td:nth-child(1) i {
      margin: 0; }

.m_contribution-exceptions-list .grid td {
  border-top: 0; }

.process-node-chart-move-node {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background-color: rgba(0,0,0,.2);*/
  z-index: 100000; }
  .process-node-chart-move-node .move-node-content {
    position: absolute;
    box-shadow: #333 2px 2px 12px -7px;
    background-color: white;
    border-radius: 20px;
    padding: 2.5rem 1.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 500px;
    max-width: 900px;
    width: 40vw;
    color: var(--general-primary-color); }
    .process-node-chart-move-node .move-node-content .btn-change-process {
      margin-left: 1rem; }
    .process-node-chart-move-node .move-node-content .btn-close-move-node {
      position: absolute;
      top: 2rem;
      right: 2rem;
      cursor: pointer; }
    .process-node-chart-move-node .move-node-content .move-node-search {
      margin-top: 3rem; }
      .process-node-chart-move-node .move-node-content .move-node-search .move-node-search-text {
        /*font-size: 2rem;*/ }
    .process-node-chart-move-node .move-node-content .move-node-content-items {
      display: flex;
      flex-direction: column;
      max-height: 80vh;
      overflow-y: auto;
      margin-top: 1rem;
      width: 100%;
      color: #3B3B3B; }
      .process-node-chart-move-node .move-node-content .move-node-content-items .move-node-item {
        flex: 1;
        cursor: pointer;
        padding: 1rem; }
        .process-node-chart-move-node .move-node-content .move-node-content-items .move-node-item.move-node-item-hidden {
          display: none; }
        .process-node-chart-move-node .move-node-content .move-node-content-items .move-node-item .move-node-item-content > i.move-node-item-icon {
          margin-right: 1rem; }
        .process-node-chart-move-node .move-node-content .move-node-content-items .move-node-item .move-node-item-content > i.node-path-separator {
          margin-left: .5rem;
          margin-right: .5rem; }
        .process-node-chart-move-node .move-node-content .move-node-content-items .move-node-item:hover:not(.move-node-item_no-action) {
          background-color: #eee; }
        .process-node-chart-move-node .move-node-content .move-node-content-items .move-node-item.move-node-item_no-action {
          cursor: default; }

.process-node-chart-parent {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  order: 2;
  align-items: flex-start;
  /*justify-content: center;*/
  position: absolute;
  cursor: all-scroll;
  overflow-x: auto;
  overflow-y: auto;
  /*    scrollbar-color: $sidebar-scrollbar-thumb-color $sidebar-scrollbar-track-color;
    scrollbar-width: thin;*/ }
  .process-node-chart-parent::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 12px; }
  .process-node-chart-parent::-webkit-scrollbar-track {
    background: #ABABAB;
    border-radius: 12px; }
  .process-node-chart-parent::-webkit-scrollbar-thumb {
    background: #6D6D6D;
    border-radius: 12px; }
  .process-node-chart-parent::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 12px; }
  .process-node-chart-parent .start-node {
    position: relative; }

.process-node-chart {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  order: 2;
  flex-wrap: wrap;
  align-items: flex-start; }
  .process-node-chart > .node-container {
    padding: 10px 200px 150px 200px; }
  .process-node-chart .node-container {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    /*width: fit-content;*/ }
    .process-node-chart .node-container .node-vline {
      flex: 0 50%;
      width: 50%;
      height: 32px; }
    .process-node-chart .node-container .node-vline-after.node-vline-right {
      border-left: 3px solid #FF4367; }
    .process-node-chart .node-container .node-box {
      flex: 1 100%;
      display: flex;
      justify-content: center;
      min-width: 15em; }
      .process-node-chart .node-container .node-box .node-content {
        position: relative;
        flex: 0 13em;
        min-width: 13em;
        min-height: 8rem;
        border: 1px solid #494748;
        border-radius: 20px;
        margin: 0 0.4rem;
        color: #494748;
        background-color: #DBDBDB;
        z-index: 2;
        border: none; }
        .process-node-chart .node-container .node-box .node-content .node-delay {
          cursor: pointer;
          opacity: 0;
          position: absolute;
          top: 0;
          right: 50%;
          border-radius: 50%;
          padding: 1rem;
          transition: opacity 100ms; }
          .process-node-chart .node-container .node-box .node-content .node-delay > i {
            font-size: 4px;
            position: absolute;
            top: 3%;
            right: -30px;
            transform: translate(-50%, -50%);
            color: var(--general-primary-color);
            font-size: 25px;
            background: white;
            border-radius: 50%;
            font-size: 28px !important; }
        .process-node-chart .node-container .node-box .node-content .node-contents {
          cursor: pointer;
          opacity: 0;
          position: absolute;
          top: -23px;
          right: -20px;
          border-radius: 50%;
          padding: 1rem;
          transition: opacity 100ms;
          display: none; }
          .process-node-chart .node-container .node-box .node-content .node-contents svg {
            width: 30px; }
          .process-node-chart .node-container .node-box .node-content .node-contents > i {
            font-size: 4px;
            position: absolute;
            top: 3%;
            right: -30px;
            transform: translate(-50%, -50%);
            color: var(--general-primary-color);
            font-size: 25px;
            background: white;
            border-radius: 50%;
            font-size: 28px !important; }
        .process-node-chart .node-container .node-box .node-content .node-dcop {
          cursor: pointer;
          opacity: 0;
          position: absolute;
          bottom: -26px;
          right: -25px;
          border-radius: 50%;
          padding: 1rem;
          transition: opacity 100ms;
          display: none; }
          .process-node-chart .node-container .node-box .node-content .node-dcop svg {
            width: 30px; }
          .process-node-chart .node-container .node-box .node-content .node-dcop > i {
            font-size: 4px;
            position: absolute;
            top: 0;
            right: -34px;
            transform: translate(-50%, -50%);
            color: var(--general-primary-color);
            font-size: 25px;
            background: white;
            border-radius: 50%;
            font-size: 32px !important; }
        .process-node-chart .node-container .node-box .node-content .node-menu {
          cursor: pointer;
          opacity: 0;
          position: absolute;
          top: 0.3rem;
          right: 0.3rem;
          border-radius: 50%;
          padding: 1rem;
          transition: opacity 100ms; }
          .process-node-chart .node-container .node-box .node-content .node-menu > i {
            font-size: 4px;
            position: absolute;
            top: 3%;
            right: -32px;
            transform: translate(-50%, -50%);
            color: var(--general-primary-color);
            font-size: 25px;
            background: white;
            border-radius: 50%;
            font-size: 30px !important; }
          .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box {
            opacity: 0;
            position: absolute;
            border: 1px solid #EDEDED;
            background-color: var(--White-Color);
            right: 0;
            top: 10px;
            max-height: 0;
            overflow: hidden;
            z-index: 100;
            transition: max-height 500ms ease-out, opacity 200ms;
            box-shadow: #333 2px 2px 12px -7px;
            border-radius: 16px; }
            .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item {
              color: var(--general-font-color);
              margin: .1rem 0;
              text-align: left; }
              .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item .node-menu-item-link {
                white-space: nowrap;
                color: var(--general-font-color);
                display: block;
                padding: .5rem 1rem;
                display: flex;
                flex-wrap: nowrap;
                align-items: center;
                font-size: 17px; }
                .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item .node-menu-item-link > i {
                  padding-right: 1rem;
                  color: var(--general-font-color);
                  font-size: 9px; }
                  .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item .node-menu-item-link > i.icon-close, .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item .subform .subform-item .delete-button .node-menu-item-link > i, .subform .subform-item .delete-button .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item .node-menu-item-link > i {
                    padding-left: 0;
                    padding-right: 6px;
                    font-size: 14px;
                    margin-left: -4px; }
                .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item .node-menu-item-link:hover {
                  text-decoration: none; }
              start-node .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item:hover:not(.node-menu-item-disabled) {
                transition: max-height 500ms ease-out, opacity 200ms 200ms;
                background-color: #F8E5E9; }
              .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item.node-menu-item-disabled {
                cursor: default; }
                .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item.node-menu-item-disabled .node-menu-item-link {
                  color: var(--color-secondary-25); }
                  .process-node-chart .node-container .node-box .node-content .node-menu .node-menu-box .node-menu-item.node-menu-item-disabled .node-menu-item-link i {
                    color: var(--color-secondary-25); }
          .process-node-chart .node-container .node-box .node-content .node-menu.node-menu-open {
            opacity: 1; }
            .process-node-chart .node-container .node-box .node-content .node-menu.node-menu-open .node-menu-box {
              opacity: 1;
              max-height: 200px; }
        .process-node-chart .node-container .node-box .node-content .node-title {
          cursor: pointer;
          text-align: center;
          padding: 1.3rem .3rem 1.3rem .3rem;
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          font-size: 18px;
          font-weight: 400;
          color: var(--color-black-05); }
          .process-node-chart .node-container .node-box .node-content .node-title.customer-node {
            flex-direction: row; }
            .process-node-chart .node-container .node-box .node-content .node-title.customer-node i {
              color: var(--general-primary-color);
              font-size: 25px;
              text-align: center;
              margin-left: 5px;
              margin-right: 5px;
              width: 20px;
              font-size: 30px;
              position: absolute;
              left: -16px;
              top: -11px; }
              .process-node-chart .node-container .node-box .node-content .node-title.customer-node i:before {
                background-color: white;
                border-radius: 50%; }
            .process-node-chart .node-container .node-box .node-content .node-title.customer-node div {
              flex: 1 1 100%;
              text-align: center; }
        .process-node-chart .node-container .node-box .node-content .show-node-delay, .process-node-chart .node-container .node-box .node-content .show-node-dcop {
          opacity: 1 !important; }
        .process-node-chart .node-container .node-box .node-content .show-node-dcop {
          display: block !important; }
        .process-node-chart .node-container .node-box .node-content .show-node-contents {
          opacity: 1 !important;
          display: block !important; }
        .process-node-chart .node-container .node-box .node-content:hover .node-add-child, .process-node-chart .node-container .node-box .node-content:hover .node-menu, .process-node-chart .node-container .node-box .node-content:hover .node-delay, .process-node-chart .node-container .node-box .node-content:hover .node-contents {
          opacity: 1; }
        .process-node-chart .node-container .node-box .node-content:hover .node-contents {
          display: block !important; }
    .process-node-chart .node-container .child-nodes {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      width: 100%; }
      .process-node-chart .node-container .child-nodes > .node-container > .node-vline-left {
        position: relative; }
        .process-node-chart .node-container .child-nodes > .node-container > .node-vline-left > i {
          color: #FF4367;
          position: absolute;
          right: -14px;
          font-size: 29px;
          bottom: -17px;
          cursor: pointer;
          z-index: 1001;
          background: white;
          border-radius: 50%;
          opacity: 0; }
      .process-node-chart .node-container .child-nodes > .node-container:first-child > .node-vline-before.node-vline-right {
        border-left: 3px solid #FF4367;
        border-top: 3px solid #FF4367;
        border-top-left-radius: 8px; }
      .process-node-chart .node-container .child-nodes > .node-container:last-child > .node-vline-before.node-vline-left {
        border-right: 3px solid #FF4367;
        border-top: 3px solid #FF4367;
        border-top-right-radius: 8px; }
      .process-node-chart .node-container .child-nodes > .node-container:not(:first-child):not(:last-child) > .node-vline.node-vline-before {
        border-top: 3px solid #FF4367; }
      .process-node-chart .node-container .child-nodes > .node-container:not(:first-child):not(:last-child) > .node-vline-before.node-vline-right {
        border-left: 3px solid #FF4367; }
      .process-node-chart .node-container .child-nodes > .node-container:only-child > .node-vline-before.node-vline-left {
        border: none; }
      .process-node-chart .node-container .child-nodes > .node-container:only-child > .node-vline-before.node-vline-right {
        border-top: none;
        border-left: 3px solid #FF4367;
        border-radius: 0; }
  .process-node-chart .add-node-menu-container {
    background-color: #EDEDED;
    border: 1px solid #EDEDED;
    border-radius: 16px;
    display: none;
    z-index: 10;
    width: 665px;
    position: absolute;
    margin-top: 38px;
    /*&.down {
            position: relative;
            position: absolute;
            bottom: -40px;
            left: calc(50% + -300px);

            .add-node-menu {
            }
        }

        &.left {
            position: absolute;
            top: 60%;
            left: -20%;
            transform: rotate(-45deg);

            .add-node-menu {
                display: flex;
                flex-direction: column;
            }
        }

        &.right {
            position: absolute;
            transform: rotate(-45deg);
            top: -60%;
            right: -25px;

            .add-node-menu {
                display: flex;
                flex-direction: column;
            }
        }*/ }
    .process-node-chart .add-node-menu-container::before {
      content: "";
      width: 3rem;
      height: 3rem;
      position: absolute;
      top: -17px;
      right: 45%;
      -webkit-clip-path: polygon(0 0, 100% 1rem, 1rem 100%);
      clip-path: polygon(0 0, 100% 1rem, 1rem 100%);
      transform: rotate(45deg);
      background-color: #EDEDED;
      z-index: 2; }
    .process-node-chart .add-node-menu-container.left, .process-node-chart .add-node-menu-container.right {
      transform: rotate(-45deg); }
    .process-node-chart .add-node-menu-container.right {
      right: -345px;
      top: -19px; }
    .process-node-chart .add-node-menu-container.left {
      right: -225px;
      top: 100px; }
    .process-node-chart .add-node-menu-container.down {
      left: calc(50% + -349px); }
    .process-node-chart .add-node-menu-container .add-node-menu {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 15px; }
      .process-node-chart .add-node-menu-container .add-node-menu .new-node-menu-item {
        background-color: #F9F9F9;
        border-radius: 4px;
        margin-left: 3px !important;
        margin-right: 3px !important;
        display: flex;
        flex-wrap: wrap;
        flex: 1;
        justify-content: center;
        align-items: center;
        height: 126px; }
        .process-node-chart .add-node-menu-container .add-node-menu .new-node-menu-item:hover {
          cursor: pointer; }
        .process-node-chart .add-node-menu-container .add-node-menu .new-node-menu-item i {
          width: 100%;
          height: 44px;
          background-repeat: no-repeat;
          background-position: center; }
        .process-node-chart .add-node-menu-container .add-node-menu .new-node-menu-item span {
          font-size: 9px;
          text-align: center;
          padding: 0px 6px;
          order: 2;
          color: var(--color-black-05);
          line-height: 14px;
          font-weight: 400; }
      .process-node-chart .add-node-menu-container .add-node-menu .process-node i {
        background-image: url("/img/icons/link-to-process.svg?v=2");
        opacity: .6; }
      .process-node-chart .add-node-menu-container .add-node-menu .node-node i {
        background-image: url("/img/icons/step.svg?v=2"); }
      .process-node-chart .add-node-menu-container .add-node-menu .decision-node i {
        background-image: url("/img/icons/decision.svg?v=2"); }
      .process-node-chart .add-node-menu-container .add-node-menu .end-node i {
        background-image: url("/img/icons/end-circle.svg?v=2"); }
      .process-node-chart .add-node-menu-container .add-node-menu .artifact-node i {
        background-image: url("/img/icons/artifact.svg?v=2"); }
      .process-node-chart .add-node-menu-container .add-node-menu .link-node i {
        background-image: url("/img/icons/link.svg?v=2");
        opacity: .6; }
      .process-node-chart .add-node-menu-container .add-node-menu .customer-node i {
        color: var(--general-primary-color);
        font-size: 45px;
        text-align: center;
        opacity: 0.6;
        margin-top: 4px; }
      .process-node-chart .add-node-menu-container .add-node-menu .customer-node span {
        margin-top: 4px; }
  .process-node-chart .node-vline-container {
    display: flex; }
  .process-node-chart .node-add-child {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    /*       color: white;
        background-color: white;
        border: 1px solid $color-primary;*/
    border-radius: 50%;
    padding: 1.4rem;
    transition: opacity 100ms; }
    .process-node-chart .node-add-child a {
      font-size: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: var(--general-primary-color);
      border-radius: 50%;
      text-decoration: none;
      background: white;
      /*padding: 4px;*/ }
    .process-node-chart .node-add-child.down {
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 50%); }
    .process-node-chart .node-add-child.left {
      bottom: -16px;
      left: -16px; }
    .process-node-chart .node-add-child.right {
      top: -16px;
      right: -16px; }
  .process-node-chart .node-container .child-nodes {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%; }
    .process-node-chart .node-container .child-nodes > .node-container:first-child > .node-vline-before.node-vline-right {
      border-left: 3px solid #FF4367;
      border-top: 3px solid #FF4367;
      border-top-left-radius: 8px; }
    .process-node-chart .node-container .child-nodes > .node-container:last-child > .node-vline-before.node-vline-left {
      border-right: 3px solid #FF4367;
      border-top: 3px solid #FF4367;
      border-top-right-radius: 8px; }
    .process-node-chart .node-container .child-nodes > .node-container:not(:first-child):not(:last-child) > .node-vline.node-vline-before {
      border-top: 3px solid #FF4367; }
    .process-node-chart .node-container .child-nodes > .node-container:not(:first-child):not(:last-child) > .node-vline-before.node-vline-right {
      border-left: 3px solid #FF4367; }
    .process-node-chart .node-container .child-nodes > .node-container:only-child > .node-vline-before.node-vline-left {
      border: none; }
    .process-node-chart .node-container .child-nodes > .node-container:only-child > .node-vline-before.node-vline-right {
      border-top: none;
      border-left: 3px solid #FF4367;
      border-radius: 0; }
  .process-node-chart .node-title {
    overflow-wrap: anywhere;
    align-items: center; }
  .process-node-chart .start-node > .node-box > .node-content, .process-node-chart .end-node > .node-box > .node-content {
    min-height: 150px !important;
    min-width: 150px !important;
    border-radius: 80px !important;
    flex: 0 !important;
    background-color: white;
    border: 3px solid #FF8EA4; }
    .process-node-chart .start-node > .node-box > .node-content .node-contents, .process-node-chart .end-node > .node-box > .node-content .node-contents {
      top: 0;
      right: -10px;
      height: 32px; }
  .process-node-chart .end-node > .node-box > .node-content {
    background-color: #FF8EA4; }
    .process-node-chart .end-node > .node-box > .node-content:before {
      left: 23px !important;
      top: -9px !important; }
    .process-node-chart .end-node > .node-box > .node-content .node-menu i {
      top: 20% !important;
      right: 0px !important; }
  .process-node-chart .process-node > .node-box > .node-content .node-title a {
    color: #494748;
    text-decoration: underline; }
    .process-node-chart .process-node > .node-box > .node-content .node-title a:hover {
      color: black; }
  .process-node-chart .process-node > .node-title {
    width: fit-content; }
  .process-node-chart .link-node > .node-box > .node-content {
    border: 1px dashed #969696 !important;
    background-color: #E7EBE0 !important; }
    .process-node-chart .link-node > .node-box > .node-content.hover-link {
      /* border: 3px dashed $Accent-color !important;
                background-color: $color-secondary-645 !important;*/ }
    .process-node-chart .link-node > .node-box > .node-content:before {
      content: "";
      font-family: 'icomoon';
      background-color: #FF4367;
      border-radius: 50%;
      position: absolute;
      left: -10px;
      top: -10px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 28px;
      color: white;
      border: 3px solid #FF4367; }
  .process-node-chart .link-node.artifact-node > .node-box > .node-content:before {
    left: 80px; }
  .process-node-chart .link-node-parent > .node-box > .node-content {
    border: 1px dashed #969696 !important; }
    .process-node-chart .link-node-parent > .node-box > .node-content.hover-link {
      /*border: 3px dashed $Accent-color !important;*/ }
    .process-node-chart .link-node-parent > .node-box > .node-content:before {
      content: "";
      font-family: 'icomoon';
      background-color: #fff;
      border-radius: 50%;
      color: #FF4367;
      position: absolute;
      left: -10px;
      top: -10px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 30px; }
  .process-node-chart .link-node-parent.artifact-node > .node-box > .node-content:before {
    left: 80px; }
  .process-node-chart .artifact-node > .node-box > .node-content {
    background-color: transparent !important;
    border: 0 !important;
    text-align: center;
    /*margin-top: 5px;*/ }
    .process-node-chart .artifact-node > .node-box > .node-content > i {
      /*color: #495057;*/
      /*font-size: 50px;*/
      background-image: url(/img/doc.svg);
      height: 117px;
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      background-position: center; }
      .process-node-chart .artifact-node > .node-box > .node-content > i:before {
        content: ""; }
    .process-node-chart .artifact-node > .node-box > .node-content > .node-title {
      height: auto !important;
      top: 20%;
      position: absolute; }
    .process-node-chart .artifact-node > .node-box > .node-content > .node-menu {
      right: 45px !important; }
      .process-node-chart .artifact-node > .node-box > .node-content > .node-menu i {
        top: 62%;
        right: 32px; }
    .process-node-chart .artifact-node > .node-box > .node-content > .node-dcop {
      bottom: 0;
      right: 68px;
      height: 32px; }
    .process-node-chart .artifact-node > .node-box > .node-content > .node-contents {
      top: -13px;
      right: 82px; }
  .process-node-chart .decision-node .node-content.no-node {
    width: 190px;
    flex: 1 !important; }
  .process-node-chart .decision-node > .node-box > .node-content {
    transform: rotate(45deg);
    height: 12rem;
    width: 12rem;
    flex: 0 12rem !important;
    min-width: initial !important;
    min-height: initial !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    background-color: white;
    border: 3px solid #FFDAE1;
    border-radius: 6px;
    margin-left: 0; }
    .process-node-chart .decision-node > .node-box > .node-content .node-title, .process-node-chart .decision-node > .node-box > .node-content .node-add-child, .process-node-chart .decision-node > .node-box > .node-content .node-menu, .process-node-chart .decision-node > .node-box > .node-content .node-delay {
      transform: rotate(-45deg); }
    .process-node-chart .decision-node > .node-box > .node-content > .node-menu {
      top: 5px !important;
      right: 60px !important; }
      .process-node-chart .decision-node > .node-box > .node-content > .node-menu i {
        top: 0px;
        right: -33px; }
    .process-node-chart .decision-node > .node-box > .node-content > .node-delay {
      top: 7px !important;
      right: 104px !important; }
      .process-node-chart .decision-node > .node-box > .node-content > .node-delay i {
        top: 0px;
        right: -33px; }
    .process-node-chart .decision-node > .node-box > .node-content > .node-contents {
      /*top: 7px !important;
                right: 104px !important;*/ }
      .process-node-chart .decision-node > .node-box > .node-content > .node-contents i {
        top: 0px;
        right: -33px; }
    .process-node-chart .decision-node > .node-box > .node-content > .node-dcop {
      top: 30px !important;
      right: -18px !important;
      rotate: -45deg;
      height: 32px; }
      .process-node-chart .decision-node > .node-box > .node-content > .node-dcop i {
        top: 0px;
        right: -33px; }
    .process-node-chart .decision-node > .node-box > .node-content > .node-contents {
      top: 30px !important;
      right: -18px !important;
      rotate: -45deg;
      height: 32px; }
      .process-node-chart .decision-node > .node-box > .node-content > .node-contents i {
        top: 0px;
        right: -33px; }
    .process-node-chart .decision-node > .node-box > .node-content:before {
      right: 101px;
      top: 29px;
      left: auto; }
  .process-node-chart .decision-node > .node-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin-top: -8px; }
    .process-node-chart .decision-node > .node-box > .node-container.left, .process-node-chart .decision-node > .node-box > .node-container.right {
      margin-top: 40px; }
    .process-node-chart .decision-node > .node-box > .node-container.left > .node-vline-before.node-vline-right {
      border-left: 3px solid #FF4367;
      border-top: 3px solid #FF4367;
      border-top-left-radius: 0; }
    .process-node-chart .decision-node > .node-box > .node-container.right > .node-vline-before.node-vline-left {
      border-right: 3px solid #FF4367;
      border-top: 3px solid #FF4367;
      border-top-right-radius: 0; }
  .process-node-chart .decision-node .decision-node-chidren {
    margin-top: -86px;
    /*> .decision-node {
                > .node-box, > .decision-node-chidren {
                    margin-left: 10%;
                }
            }*/ }
    .process-node-chart .decision-node .decision-node-chidren > .node-container.left > .node-vline-before.node-vline-left {
      flex: 0 50% !important;
      width: 50% !important;
      height: 105px !important; }
    .process-node-chart .decision-node .decision-node-chidren > .node-container.left > .node-vline-before.node-vline-right {
      flex: 0 50% !important;
      width: 50% !important;
      height: 105px !important; }
    .process-node-chart .decision-node .decision-node-chidren > .node-container.right > .node-vline-before.node-vline-left {
      flex: 0 50% !important;
      width: 50% !important;
      height: 105px !important; }
    .process-node-chart .decision-node .decision-node-chidren > .node-container.right > .node-vline-before.node-vline-right {
      flex: 0 50% !important;
      width: 50% !important;
      height: 105px !important; }
  .process-node-chart .decision-node .yes-tag {
    position: absolute;
    bottom: 25px;
    left: -30px;
    transform: rotate(-90deg);
    color: #FF4367;
    font-size: 18px;
    font-weight: 400; }
    .process-node-chart .decision-node .yes-tag.hide-tag {
      opacity: 0;
      bottom: 15px; }
  .process-node-chart .decision-node .no-tag {
    position: absolute;
    top: -25px;
    right: 25px;
    color: #FF4367;
    font-size: 18px;
    font-weight: 400; }
    .process-node-chart .decision-node .no-tag.hide-tag {
      opacity: 0;
      right: 30px; }
  .process-node-chart .decision-node .node-content:hover .yes-tag {
    opacity: 1; }
  .process-node-chart .decision-node .node-content:hover .no-tag {
    opacity: 1; }
  .process-node-chart .step-node .node-content.step-completed, .process-node-chart .customertouchpointstep-node .node-content.step-completed {
    color: black;
    background-color: #DDF2B9;
    border-color: #DDF2B9;
    border: none; }
  .process-node-chart .step-node .node-content.step-partly-completed, .process-node-chart .customertouchpointstep-node .node-content.step-partly-completed {
    color: black;
    background-color: #FFA0004D;
    border-color: #DBDBDB;
    border: none; }
  .process-node-chart .step-node .node-content.step-incomplete, .process-node-chart .customertouchpointstep-node .node-content.step-incomplete {
    color: black;
    background-color: #FFDAE1;
    border-color: white;
    border: none; }
  .process-node-chart .customertouchpointstep-node > .node-box > .node-content:before {
    top: auto;
    bottom: -10px;
    left: -11px; }
  .process-node-chart .hover-link {
    display: block !important;
    /*border: 3px dashed $Accent-color !important;*/ }

.step-path-separator {
  padding-left: 3px;
  padding-right: 3px; }

.m_contribution-exception-form .form-body {
  margin-top: 0rem !important; }
  .m_contribution-exception-form .form-body .horizontal-subform .subform .delete-button {
    margin-top: 4px !important; }
    .m_contribution-exception-form .form-body .horizontal-subform .subform .delete-button i {
      font-size: 18px !important; }

.m_contribution-exception-form .header-text i {
  font-size: 14px;
  margin: 0px 7px 0px 7px; }

.operational-factor-grade-scores-form form .form-body {
  margin-top: 0rem !important; }

.m-typical-functions .btn-archive:focus {
  color: #FF4367 !important; }
  .m-typical-functions .btn-archive:focus i {
    color: #FF4367 !important; }

.m-typical-functions .Delete:focus {
  color: #FF4367 !important; }
  .m-typical-functions .Delete:focus i {
    color: #FF4367 !important; }

.general-setting-form .form-group {
  display: flow-root; }

.m-oganisation-add-form .buttons-row .buttons .btn-as-cancel, .m-oganisation-add-form .buttons-row .buttons .btn[name=Cancel], .m-oganisation-add-form .buttons-row .buttons .radio-list label[name=Cancel], .radio-list .m-oganisation-add-form .buttons-row .buttons label[name=Cancel], .m-oganisation-add-form .buttons-row .buttons .select-grid-cols [name=Cancel].cancel, .select-grid-cols .m-oganisation-add-form .buttons-row .buttons [name=Cancel].cancel, .m-oganisation-add-form .buttons-row .buttons .select-grid-cols [name=Cancel].apply, .select-grid-cols .m-oganisation-add-form .buttons-row .buttons [name=Cancel].apply, .m-oganisation-add-form .buttons-row .buttons .alertify-button.alertify-button-cancel {
  /*float:left !important;*/ }

.root-organisation-logo {
  position: relative; }
  .root-organisation-logo i.logo-icon {
    position: absolute;
    left: 51px;
    top: 5.5px;
    z-index: 1; }

.root-organisation-report-logo {
  position: relative; }
  .root-organisation-report-logo i.logo-icon {
    position: absolute;
    left: 93px;
    top: 5.5px;
    z-index: 1; }

.m_rootorganisation-list .card-item {
  /*margin-bottom: 15px;*/
  display: flex;
  flex-direction: column;
  padding: 10px;
  /*border-radius: 5px;*/ }
  .m_rootorganisation-list .card-item.expanded .arrow {
    transform: rotate(90deg);
    color: #FF4367 !important; }

.m_rootorganisation-list i:not(.icon-process):not(.icon-add):not(.modal-content .modal-header .close i):not(.icon-archive) {
  color: #A5A5A5; }

.m_rootorganisation-list .card-item-content {
  display: flex;
  padding-top: 5px; }
  .m_rootorganisation-list .card-item-content.row-archived {
    color: #A5A5A5 !important; }
    .m_rootorganisation-list .card-item-content.row-archived a:not(.btn-archive) {
      color: #A5A5A5 !important;
      pointer-events: none; }
      .m_rootorganisation-list .card-item-content.row-archived a:not(.btn-archive) i {
        color: #A5A5A5 !important; }
  .m_rootorganisation-list .card-item-content.row-unarchived a {
    color: #FF4367 !important; }
    .m_rootorganisation-list .card-item-content.row-unarchived a:hover {
      color: #FFA000 !important; }
    .m_rootorganisation-list .card-item-content.row-unarchived a i {
      color: #FF4367 !important; }
      .m_rootorganisation-list .card-item-content.row-unarchived a i:hover {
        color: #FFA000 !important; }

.m_rootorganisation-list .btn-as-text {
  font: 400 15px "Karla" !important; }

.m_rootorganisation-list .item-archived {
  background-color: transparent; }

.m_rootorganisation-list .org-logo {
  width: 34px;
  height: 34px; }
  .m_rootorganisation-list .org-logo:hover .tooltiptext {
    visibility: visible;
    transition: all 700ms ease-in-out; }

.m_rootorganisation-list .org-img {
  width: 34px;
  height: 34px;
  background-image: url(/img/menu-icon/organization.svg);
  background-size: contain;
  background-repeat: no-repeat; }

.m_rootorganisation-list .icon {
  padding-right: 10px; }

.m_rootorganisation-list .organisation-name {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-left: 20px; }
  .m_rootorganisation-list .organisation-name a {
    display: contents !important; }

.m_rootorganisation-list .organisation-details {
  display: flex;
  flex: 1; }

.m_rootorganisation-list .organisation-interview-time, .m_rootorganisation-list .organisation-interviewees {
  display: flex;
  /*align-items: center;*/
  padding: 0 10px;
  flex: 1; }
  .m_rootorganisation-list .organisation-interview-time i, .m_rootorganisation-list .organisation-interviewees i {
    margin-right: 5px; }
  .m_rootorganisation-list .organisation-interview-time .card-cell-label, .m_rootorganisation-list .organisation-interviewees .card-cell-label {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    .m_rootorganisation-list .organisation-interview-time .card-cell-label .card-cell-text, .m_rootorganisation-list .organisation-interviewees .card-cell-label .card-cell-text {
      width: 100%; }

.m_rootorganisation-list .edit {
  margin-left: auto;
  margin-right: 10px; }

.m_rootorganisation-list .add {
  margin-left: auto;
  margin-right: 20px; }

.m_rootorganisation-list .arrow {
  margin-top: 6px;
  margin-right: 5px;
  display: flex;
  align-items: flex-start;
  transition: all 600ms ease-in-out; }
  .m_rootorganisation-list .arrow:hover {
    cursor: pointer; }

._collapsible-content {
  margin-top: 2rem;
  /*            border-style: solid;
        border-top-style: none;
        border-radius: 4px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-color: #DEDEDE;
        border-width: 1px;
        margin-top: -6px;
*/ }

.ObjectiveProcessListItem {
  background: none !important; }
  .ObjectiveProcessListItem:hover {
    background-color: #F8E5E9 !important; }

.m_organisation-of-rootorganisation .list-items {
  padding: 0 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /*width: 100%;*/ }
  .m_organisation-of-rootorganisation .list-items .cardItem-child-item {
    min-height: 60px;
    padding: 15px 10px 10px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 2px;
    /*background-color: #F8F8F8;*/
    /*            border-color: #DEDEDE;
            border-style: solid;
            border-radius: 4px;
            border-width: 1px;*/
    text-decoration: none;
    display: flex;
    border-radius: 5px; }
    .m_organisation-of-rootorganisation .list-items .cardItem-child-item > i {
      padding-right: 10px; }
    .m_organisation-of-rootorganisation .list-items .cardItem-child-item .icon-archive {
      color: #FF4367 !important; }
    .m_organisation-of-rootorganisation .list-items .cardItem-child-item.row-archived {
      color: #A5A5A5 !important; }
      .m_organisation-of-rootorganisation .list-items .cardItem-child-item.row-archived a:not(.btn-archive) {
        color: #A5A5A5 !important;
        pointer-events: none; }
        .m_organisation-of-rootorganisation .list-items .cardItem-child-item.row-archived a:not(.btn-archive) i {
          color: #A5A5A5 !important; }
    .m_organisation-of-rootorganisation .list-items .cardItem-child-item.row-unarchived a {
      color: #FF4367 !important; }
      .m_organisation-of-rootorganisation .list-items .cardItem-child-item.row-unarchived a:hover {
        color: #FFA000 !important; }
      .m_organisation-of-rootorganisation .list-items .cardItem-child-item.row-unarchived a i {
        color: #FF4367 !important; }
        .m_organisation-of-rootorganisation .list-items .cardItem-child-item.row-unarchived a i:hover {
          color: #FFA000 !important; }
    .m_organisation-of-rootorganisation .list-items .cardItem-child-item .btn-as-text {
      font: 400 15px "Karla" !important; }
    .m_organisation-of-rootorganisation .list-items .cardItem-child-item .organisation-name {
      display: flex;
      flex: 1;
      flex-direction: column; }
      .m_organisation-of-rootorganisation .list-items .cardItem-child-item .organisation-name a {
        display: contents !important; }
    .m_organisation-of-rootorganisation .list-items .cardItem-child-item .organisation-action {
      display: flex;
      flex-direction: column; }
      .m_organisation-of-rootorganisation .list-items .cardItem-child-item .organisation-action .group-control {
        min-width: 16rem !important;
        margin: 0 !important; }
      .m_organisation-of-rootorganisation .list-items .cardItem-child-item .organisation-action .dropbtn {
        background-color: transparent;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer; }
      .m_organisation-of-rootorganisation .list-items .cardItem-child-item .organisation-action .dropdown {
        float: right;
        position: relative;
        display: inline-block; }
      .m_organisation-of-rootorganisation .list-items .cardItem-child-item .organisation-action .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 16rem !important;
        overflow: auto;
        right: 0;
        z-index: 1; }
      .m_organisation-of-rootorganisation .list-items .cardItem-child-item .organisation-action .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block; }
      .m_organisation-of-rootorganisation .list-items .cardItem-child-item .organisation-action .dropdown a:hover {
        background-color: #ddd; }
      .m_organisation-of-rootorganisation .list-items .cardItem-child-item .organisation-action .show {
        display: block; }
    .m_organisation-of-rootorganisation .list-items .cardItem-child-item .edit {
      margin-left: auto;
      margin-right: 10px; }
    .m_organisation-of-rootorganisation .list-items .cardItem-child-item .organisation-details {
      display: flex;
      flex: 1; }
    .m_organisation-of-rootorganisation .list-items .cardItem-child-item .organisation-interview-time, .m_organisation-of-rootorganisation .list-items .cardItem-child-item .organisation-interviewees {
      border-left: 1px var(--color-secondary-25) solid;
      display: flex;
      /*align-items: center;*/
      padding: 0 10px;
      min-width: 190px; }
      .m_organisation-of-rootorganisation .list-items .cardItem-child-item .organisation-interview-time i, .m_organisation-of-rootorganisation .list-items .cardItem-child-item .organisation-interviewees i {
        margin-right: 5px; }
      .m_organisation-of-rootorganisation .list-items .cardItem-child-item .organisation-interview-time .card-cell-label, .m_organisation-of-rootorganisation .list-items .cardItem-child-item .organisation-interviewees .card-cell-label {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column; }
        .m_organisation-of-rootorganisation .list-items .cardItem-child-item .organisation-interview-time .card-cell-label .card-cell-text, .m_organisation-of-rootorganisation .list-items .cardItem-child-item .organisation-interviewees .card-cell-label .card-cell-text {
          width: 100%; }
    .m_organisation-of-rootorganisation .list-items .cardItem-child-item .view-process {
      margin-top: 5px; }

.admin-user-list fieldset .group-control {
  min-width: max-content; }

.error-tbl .grid-wrapper {
  overflow: auto;
  /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
  .error-tbl .grid-wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 12px; }
  .error-tbl .grid-wrapper::-webkit-scrollbar-track {
    background: #ABABAB;
    width: 2px;
    border-radius: 12px; }
  .error-tbl .grid-wrapper::-webkit-scrollbar-thumb {
    background: #6D6D6D;
    width: 2px;
    border-radius: 12px;
    opacity: .5; }
  .error-tbl .grid-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555; }
  .error-tbl .grid-wrapper table {
    border-collapse: separate;
    border-spacing: 0; }
    .error-tbl .grid-wrapper table thead {
      position: sticky;
      top: 0;
      background: #F7F7F7; }

.audit-event .grid-wrapper {
  overflow: auto;
  /*   scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
  .audit-event .grid-wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 12px; }
  .audit-event .grid-wrapper::-webkit-scrollbar-track {
    background: #ABABAB;
    width: 2px;
    border-radius: 12px; }
  .audit-event .grid-wrapper::-webkit-scrollbar-thumb {
    background: #6D6D6D;
    width: 2px;
    border-radius: 12px;
    opacity: .5; }
  .audit-event .grid-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555; }
  .audit-event .grid-wrapper .audit-old, .audit-event .grid-wrapper .audit-new, .audit-event .grid-wrapper .audit-difference, .audit-event .grid-wrapper .audit-item-id {
    min-width: 350px; }
  .audit-event .grid-wrapper table {
    border-collapse: separate;
    border-spacing: 0; }
    .audit-event .grid-wrapper table thead {
      position: sticky;
      top: 0;
      background: #F7F7F7; }

.m_prompt-template .form-body .form-group .group-control {
  max-width: unset !important;
  flex: 0 1 100%; }
  .m_prompt-template .form-body .form-group .group-control textarea {
    max-width: unset !important; }
  .m_prompt-template .form-body .form-group .group-control input[type=text] {
    max-width: 40% !important; }

.m_existing-system-view-and-form .form-body .section-title, .m_existing-system-view-and-form .view-body .section-title {
  margin-bottom: 0; }
  .m_existing-system-view-and-form .form-body .section-title .group-control, .m_existing-system-view-and-form .view-body .section-title .group-control {
    display: none; }

.m_existing-system-view-and-form .form-body .variable-cost, .m_existing-system-view-and-form .view-body .variable-cost {
  padding-top: 16px;
  display: flex !important;
  align-items: flex-start !important; }
  .m_existing-system-view-and-form .form-body .variable-cost:active, .m_existing-system-view-and-form .view-body .variable-cost:active {
    color: #FF4367 !important; }
  .m_existing-system-view-and-form .form-body .variable-cost:focus, .m_existing-system-view-and-form .view-body .variable-cost:focus {
    color: #FF4367 !important; }
    .m_existing-system-view-and-form .form-body .variable-cost:focus i:focus, .m_existing-system-view-and-form .view-body .variable-cost:focus i:focus {
      color: #FF4367 !important; }
    .m_existing-system-view-and-form .form-body .variable-cost:focus i, .m_existing-system-view-and-form .view-body .variable-cost:focus i {
      color: #FF4367 !important; }

.m_existing-system-view-and-form .form-body .department-usages, .m_existing-system-view-and-form .view-body .department-usages {
  padding-top: 16px; }

.m_existing-system-view-and-form .form-body .subform thead, .m_existing-system-view-and-form .view-body .subform thead {
  background-color: #FF4367; }
  .m_existing-system-view-and-form .form-body .subform thead th, .m_existing-system-view-and-form .view-body .subform thead th {
    color: white;
    padding-left: 13px;
    padding-bottom: 13px;
    padding-top: 13px;
    font-size: 15px; }

.m_existing-system-view-and-form .form-body .subform tbody .form-group, .m_existing-system-view-and-form .view-body .subform tbody .form-group {
  padding-top: 8px; }

.m_existing-system-view-and-form .form-body button.variable-cost i, .m_existing-system-view-and-form .view-body button.variable-cost i {
  margin-top: 3px; }

.m_existing-system-view-and-form .form-body .is-hidden, .m_existing-system-view-and-form .view-body .is-hidden {
  display: none !important; }

.m_existing-system-view-and-form .form-body fieldset.system-package-show, .m_existing-system-view-and-form .view-body fieldset.system-package-show {
  flex: 1 1 48% !important; }

.m_existing-system-view-and-form .form-body .system-form-logo, .m_existing-system-view-and-form .view-body .system-form-logo {
  margin-top: -5px !important; }
  .m_existing-system-view-and-form .form-body .system-form-logo label, .m_existing-system-view-and-form .view-body .system-form-logo label {
    margin-bottom: 0 !important; }

.m_existing-system-view-and-form .form-body .system-form-logo-view img, .m_existing-system-view-and-form .view-body .system-form-logo-view img {
  width: 46px;
  height: 46px; }

.m_existing-system-view-and-form .form-body .system-type, .m_existing-system-view-and-form .view-body .system-type {
  padding-left: 0 !important; }

.m_existing-system-view-and-form .form-body .system-hosted, .m_existing-system-view-and-form .view-body .system-hosted {
  padding-left: 10px !important; }

.m_existing-system-view-and-form .on-going-costs {
  max-width: unset; }
  .m_existing-system-view-and-form .on-going-costs table thead {
    visibility: visible !important; }

.m_existing-system-view-and-form .horizontal-subform .delete-button {
  margin-top: 12px !important; }

.system-package-show fieldset {
  flex: 1 1 48% !important; }

.read-only-table {
  width: inherit; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m_improve-insights-detailed .sub-header-text {
  color: var(--color-secondary-75);
  font: 700 30px 'Grotesk';
  margin-bottom: 0;
  margin-right: 5px; }

.m_improve-insights-detailed .btn-as-text-icon, .m_improve-insights-detailed .btn-grid-button.btn-as-text {
  font: 19px 'Grotesk' !important;
  outline: none !important;
  border: 0 !important;
  background: transparent !important;
  color: #FF4367 !important;
  padding: 0 !important; }
  .m_improve-insights-detailed .btn-as-text-icon:hover, .m_improve-insights-detailed .btn-grid-button.btn-as-text:hover {
    color: #FFA000 !important; }
  .m_improve-insights-detailed .btn-as-text-icon:focus, .m_improve-insights-detailed .btn-grid-button.btn-as-text:focus {
    color: #FFA000 !important; }

.m_improve-insights-detailed .insights {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%; }
  .m_improve-insights-detailed .insights .vertical-tab {
    width: 218px;
    float: left; }
    .m_improve-insights-detailed .insights .vertical-tab .nav-tabs, .m_improve-insights-detailed .insights .vertical-tab form .form-body .form-tabs-header, form .form-body .m_improve-insights-detailed .insights .vertical-tab .form-tabs-header {
      border-bottom: 0; }
    .m_improve-insights-detailed .insights .vertical-tab li.nav-item, .m_improve-insights-detailed .insights .vertical-tab .navbar-nav > li {
      padding: 18px 20px;
      border-top: 5px solid #F7F7F7;
      border-right: 10px solid #F7F7F7;
      background-color: white;
      max-width: 218px; }
      .m_improve-insights-detailed .insights .vertical-tab li.nav-item a, .m_improve-insights-detailed .insights .vertical-tab .navbar-nav > li a {
        text-decoration: none;
        color: #000000;
        opacity: 0.5;
        font: 700 15px 'Karla';
        padding: 0px;
        word-wrap: break-word;
        /*&:hover {
                    text-decoration: none;
            }*/ }
      .m_improve-insights-detailed .insights .vertical-tab li.nav-item:first-child, .m_improve-insights-detailed .insights .vertical-tab .navbar-nav > li:first-child {
        border-top-left-radius: 20px;
        /*border-top-right-radius: 20px;*/
        border-top: 0; }
      .m_improve-insights-detailed .insights .vertical-tab li.nav-item:last-child, .m_improve-insights-detailed .insights .vertical-tab .navbar-nav > li:last-child {
        border-bottom-left-radius: 20px;
        /*border-bottom-right-radius: 20px;*/ }
      .m_improve-insights-detailed .insights .vertical-tab li.nav-item.active, .m_improve-insights-detailed .insights .vertical-tab .navbar-nav > li.active {
        border-right: 0 !important;
        border-top-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
        max-width: 220px; }
        .m_improve-insights-detailed .insights .vertical-tab li.nav-item.active a, .m_improve-insights-detailed .insights .vertical-tab .navbar-nav > li.active a {
          text-decoration: none;
          color: #414141;
          font: 800 15px 'Karla';
          opacity: 1.0; }
      .m_improve-insights-detailed .insights .vertical-tab li.nav-item:hover a:not([disabled]), .m_improve-insights-detailed .insights .vertical-tab .navbar-nav > li:hover a:not([disabled]) {
        /*color: $tab-menu-item-color;*/
        color: #FF4367;
        opacity: 1.0; }
  .m_improve-insights-detailed .insights .tab-body {
    background-color: white;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    /*border-radius:20px;*/
    padding: 30px;
    width: calc(100% - 222px);
    /*.inst-vis{
                max-width: 50vw;
            }*/ }
    .m_improve-insights-detailed .insights .tab-body .insight-info {
      display: flex;
      justify-content: space-between; }
      .m_improve-insights-detailed .insights .tab-body .insight-info .insight-info-title {
        font: 700 24px 'Grotesk';
        color: #FF4367;
        margin-bottom: 30px; }
      .m_improve-insights-detailed .insights .tab-body .insight-info .insight-info-reason {
        color: #707070;
        font: 400 15px 'Karla';
        margin-bottom: 40px; }
      .m_improve-insights-detailed .insights .tab-body .insight-info .insight-info-right {
        text-align: center;
        display: flex;
        padding: 20px 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        max-height: 84px;
        width: 216px;
        margin-bottom: 40px;
        background: #FF4367; }
        .m_improve-insights-detailed .insights .tab-body .insight-info .insight-info-right h3 {
          font-size: 15px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
          color: rgba(255, 255, 255, 0.5);
          margin: 0;
          padding: 0; }
        .m_improve-insights-detailed .insights .tab-body .insight-info .insight-info-right h2 {
          font-size: 24px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          color: white;
          margin: 0;
          padding: 0; }
    .m_improve-insights-detailed .insights .tab-body .dg-rpt-main-cnt .dg-rpt-col-cont {
      margin: 0 !important;
      padding: 0 !important; }
      .m_improve-insights-detailed .insights .tab-body .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont {
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0px !important; }
        .m_improve-insights-detailed .insights .tab-body .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div .tabular-scroll {
          max-height: 700px !important; }
    .m_improve-insights-detailed .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table thead tr th {
      text-align: left;
      padding-bottom: 18px;
      font: 300 17px "Karla";
      background-color: transparent;
      color: var(--general-font-color);
      border: none;
      border-bottom: 1px solid #DCDCDC; }
    .m_improve-insights-detailed .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table thead tr th:not(:first-child) {
      text-align: right; }
    .m_improve-insights-detailed .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody {
      font: 400 17px "Karla";
      border-bottom: 1px solid #DCDCDC; }
      .m_improve-insights-detailed .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr {
        height: 47px; }
        .m_improve-insights-detailed .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr td {
          border: none; }
        .m_improve-insights-detailed .insights .tab-body .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr td:not(:first-child) {
          text-align: right; }
    .m_improve-insights-detailed .insights .tab-body .detailed-insights-supporting-data .inst-details-view {
      margin-left: 0 !important; }
      .m_improve-insights-detailed .insights .tab-body .detailed-insights-supporting-data .inst-details-view .header {
        padding-left: 0 !important;
        padding-bottom: 30px !important; }
      .m_improve-insights-detailed .insights .tab-body .detailed-insights-supporting-data .inst-details-view .inst-details-view-image .inst-details-sup-image {
        width: 100%; }
  .m_improve-insights-detailed .insights div[tab-body-empty] {
    display: none; }
  .m_improve-insights-detailed .insights .tab-body-empty {
    width: 100%; }

.m_improve-insights-detailed .cost-description {
  padding-left: 27px; }
  .m_improve-insights-detailed .cost-description .title {
    padding-top: 3px; }
    .m_improve-insights-detailed .cost-description .title h2 {
      color: var(--color-black-05);
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
  .m_improve-insights-detailed .cost-description .high-value-systems, .m_improve-insights-detailed .cost-description .broad-impact-systems, .m_improve-insights-detailed .cost-description .niche-systems, .m_improve-insights-detailed .cost-description .overinvestment-candidates {
    margin-bottom: 20px; }
    .m_improve-insights-detailed .cost-description .high-value-systems .type-title, .m_improve-insights-detailed .cost-description .broad-impact-systems .type-title, .m_improve-insights-detailed .cost-description .niche-systems .type-title, .m_improve-insights-detailed .cost-description .overinvestment-candidates .type-title {
      display: flex; }
      .m_improve-insights-detailed .cost-description .high-value-systems .type-title .left-section, .m_improve-insights-detailed .cost-description .broad-impact-systems .type-title .left-section, .m_improve-insights-detailed .cost-description .niche-systems .type-title .left-section, .m_improve-insights-detailed .cost-description .overinvestment-candidates .type-title .left-section {
        width: 18px;
        height: 18px;
        margin-right: 5px; }
      .m_improve-insights-detailed .cost-description .high-value-systems .type-title .header-text, .m_improve-insights-detailed .cost-description .broad-impact-systems .type-title .header-text, .m_improve-insights-detailed .cost-description .niche-systems .type-title .header-text, .m_improve-insights-detailed .cost-description .overinvestment-candidates .type-title .header-text {
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0;
        padding: 0;
        padding-top: 3px; }
    .m_improve-insights-detailed .cost-description .high-value-systems .descriptin, .m_improve-insights-detailed .cost-description .broad-impact-systems .descriptin, .m_improve-insights-detailed .cost-description .niche-systems .descriptin, .m_improve-insights-detailed .cost-description .overinvestment-candidates .descriptin {
      color: var(--color-black-05);
      font-size: 10px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
  .m_improve-insights-detailed .cost-description .high-value-systems .type-title .left-section {
    background-color: #D0EFDE; }
  .m_improve-insights-detailed .cost-description .high-value-systems .type-title .header-text {
    color: #12AD58; }
  .m_improve-insights-detailed .cost-description .broad-impact-systems .type-title .left-section {
    background-color: #EAF7D4; }
  .m_improve-insights-detailed .cost-description .broad-impact-systems .type-title .header-text {
    color: #98D82A; }
  .m_improve-insights-detailed .cost-description .niche-systems .type-title .left-section {
    background-color: #FFECCC; }
  .m_improve-insights-detailed .cost-description .niche-systems .type-title .header-text {
    color: #FFA000; }
  .m_improve-insights-detailed .cost-description .overinvestment-candidates {
    margin-bottom: 0; }
    .m_improve-insights-detailed .cost-description .overinvestment-candidates .type-title .left-section {
      background-color: #FFD9D9; }
    .m_improve-insights-detailed .cost-description .overinvestment-candidates .type-title .header-text {
      color: #FF4343; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.width50px {
  width: 50px; }

.width100px {
  width: 100px; }

.width150px {
  width: 150px; }

.width200px {
  width: 200px; }

/*

$color-primary-100: #B51847; // rgba(181, 24, 71, 1);
$color-primary-85: #BE3860; //rgba(181, 24, 71, .85);
$color-primary-75: #C44F72; // rgba(181, 24, 71, .75);
$color-primary-50: #D5869D; // rgba(181, 24, 71, .5);
$color-primary-25: #E5BECA; //rgba(181, 24, 71, .25);
$color-primary-10: #EFDEE3; // rgba(181, 24, 71, .1);
$color-primary-05: #FAF0F3; //rgba(181, 24, 71, .05);

$color-secondary: #3B3B3B; // rgba(59, 59, 59, 1);
$color-secondary-100: $color-secondary;
$color-secondary-85: #565656; // rgba(59, 59, 59, .85);
$color-secondary-75: #696969; //rgba(59, 59, 59, .75);
$color-secondary-50: #979797; //rgba(59, 59, 59, .5);
$color-secondary-25: #C6C6C6; // rgba(59, 59, 59, .25);
$color-secondary-10: #E2E2E2; // rgba(59, 59, 59, .1);
$color-secondary-05: #ECECEC; // rgba(59, 59, 59, .05);

*/
/*$color-primary-05: var(--color-primary-05);*/
/*$color-secondary-100: $color-secondary;*/
/*$background-default-color;*/
/*#F9F9F9;*/
:root {
  --color-primary-100: #B51847;
  /*--color-primary-85: #BE3860;*/
  --color-primary-85: #FF4367;
  --color-primary-75: #C44F72;
  --color-primary-50: #D5869D;
  --color-primary-25: #E5BECA;
  --color-primary-10: #EFDEE3;
  --color-primary-05: #FAF0F3;
  --color-secondary: #3B3B3B;
  --color-secondary-100: var(--color-secondary);
  --color-secondary-85: #565656;
  --color-secondary-75: #494748;
  --color-secondary-50: #6D6D6D;
  --color-secondary-25: #C6C6C6;
  --color-secondary-10: #E2E2E2;
  --color-secondary-05: #ECECEC;
  --color-black-05: #414141;
  --general-font-color: var(--color-secondary-75);
  --general-primary-color: var(--color-primary-85);
  --original-primary-color: var(--color-primary-85);
  --White-Color: white;
  --Error-Color: red;
  --page-background: #F5F5F5;
  --Input-label-color: var(--general-font-color);
  --Popup-back-color: var(--color-secondary-05);
  --Accent-color: #FF4367; }

.m_understand-insights-detailed-view {
  /*.header-container{
        padding:0;
        margin:0;
        padding-bottom: 30px !important;
    }
    .sub-header-text{
        color: var(--color-secondary-75);
        font: 700 30px 'Grotesk';
        margin-bottom: 0;
        margin-right: 5px;
    }*/ }
  .m_understand-insights-detailed-view .detailed-insights-view-card {
    background: var(--White-Color);
    border-radius: 20px;
    padding: 25px;
    padding: 20px 30px 1px 30px;
    margin-bottom: 60px; }
    .m_understand-insights-detailed-view .detailed-insights-view-card h2.header-text {
      font: 700 24px 'Grotesk' !important;
      color: #FF4367 !important; }
    .m_understand-insights-detailed-view .detailed-insights-view-card div.view-body .form-group {
      flex-direction: row; }
      .m_understand-insights-detailed-view .detailed-insights-view-card div.view-body .form-group .control-label {
        flex: 0 0 10%;
        font: 300 15px "Karla";
        color: #6D6D6D; }
      .m_understand-insights-detailed-view .detailed-insights-view-card div.view-body .form-group .group-control {
        flex: 0 0 90%;
        max-width: unset !important;
        font: 400 15px "Karla";
        color: #494748; }
  .m_understand-insights-detailed-view .btn-opertional {
    padding-right: 60px; }
  .m_understand-insights-detailed-view .btn-objective {
    padding-right: 60px; }
  .m_understand-insights-detailed-view .inst-comment-card {
    background: var(--White-Color);
    border-radius: 20px;
    padding: 25px;
    font: 300 15px "Karla";
    color: #6D6D6D;
    min-height: 200px; }
    .m_understand-insights-detailed-view .inst-comment-card .inst-comment-title {
      font: 400 15px "Karla";
      color: #707070; }
  .m_understand-insights-detailed-view .dg-rpt-main-cnt {
    background-color: var(--White-Color);
    margin: 0 !important; }
    .m_understand-insights-detailed-view .dg-rpt-main-cnt .dg-rpt-col-cont {
      padding-right: 0px !important;
      padding-left: 0px !important;
      margin-bottom: 0px !important; }
      .m_understand-insights-detailed-view .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont {
        border: none !important;
        padding: 0px !important;
        box-shadow: none !important;
        margin-bottom: 0px !important; }
        .m_understand-insights-detailed-view .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div .tabular-scroll {
          max-height: 700px !important; }
  .m_understand-insights-detailed-view .detailed-insights-supporting-data .header-container {
    padding: 0;
    margin: 0; }
    .m_understand-insights-detailed-view .detailed-insights-supporting-data .header-container .top-section .left-section .header-text {
      font: 700 30px 'Grotesk' !important; }
  .m_understand-insights-detailed-view .detailed-insights-supporting-data .inst-details-view-container .inst-vis {
    padding-right: 0 !important; }
  .m_understand-insights-detailed-view .inst-details-view {
    background: var(--White-Color);
    border-radius: 20px;
    padding: 25px; }
    .m_understand-insights-detailed-view .inst-details-view .inst-details-view-header {
      display: flex;
      margin-bottom: 20px; }
      .m_understand-insights-detailed-view .inst-details-view .inst-details-view-header .inst-details-view-header-actions {
        display: flex;
        margin-left: auto; }
    .m_understand-insights-detailed-view .inst-details-view .inst-details-view-image .inst-details-sup-image {
      width: 100%; }
    .m_understand-insights-detailed-view .inst-details-view .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table thead tr th {
      text-align: left;
      padding-bottom: 18px;
      font: 300 17px "Karla";
      background-color: transparent;
      color: var(--general-font-color);
      border: none;
      border-bottom: 1px solid #DCDCDC; }
    .m_understand-insights-detailed-view .inst-details-view .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table thead tr th:not(:first-child) {
      text-align: right; }
    .m_understand-insights-detailed-view .inst-details-view .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody {
      font: 400 17px "Karla";
      border-bottom: 1px solid #DCDCDC; }
      .m_understand-insights-detailed-view .inst-details-view .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr {
        height: 47px; }
        .m_understand-insights-detailed-view .inst-details-view .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr td {
          border: none; }
        .m_understand-insights-detailed-view .inst-details-view .inst-details-view-operational .dg-rpt-main-cnt .dg-rpt-col-cont .dg-rpt-tab-cont div div table tbody tr td:not(:first-child) {
          text-align: right; }
  .m_understand-insights-detailed-view .op-vis-steps-list {
    background: var(--White-Color);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    margin-bottom: 30px;
    /*._collapsible-content {
            @include card;
        }*/ }
    .m_understand-insights-detailed-view .op-vis-steps-list .card-item {
      background: var(--White-Color) !important;
      border: none !important; }
      .m_understand-insights-detailed-view .op-vis-steps-list .card-item.expanded .arrow {
        display: inline-block;
        transform: rotate(90deg);
        color: #FF4367 !important; }
    .m_understand-insights-detailed-view .op-vis-steps-list .card-item-content {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .m_understand-insights-detailed-view .op-vis-steps-list .grid-wrapper {
      max-width: 87vw;
      max-height: 500px;
      overflow: auto;
      /*    scrollbar-color: $sidebar-menu-scrollbar-thumb-color $sidebar-menu-scrollbar-track-color;
    scrollbar-width: thin;*/ }
      .m_understand-insights-detailed-view .op-vis-steps-list .grid-wrapper table {
        position: relative; }
      .m_understand-insights-detailed-view .op-vis-steps-list .grid-wrapper th {
        position: sticky;
        top: 0;
        background: var(--White-Color); }
      .m_understand-insights-detailed-view .op-vis-steps-list .grid-wrapper::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        border-radius: 12px; }
      .m_understand-insights-detailed-view .op-vis-steps-list .grid-wrapper::-webkit-scrollbar-track {
        background: #ABABAB;
        width: 2px;
        border-radius: 12px; }
      .m_understand-insights-detailed-view .op-vis-steps-list .grid-wrapper::-webkit-scrollbar-thumb {
        background: #6D6D6D;
        width: 2px;
        border-radius: 12px;
        opacity: .5; }
      .m_understand-insights-detailed-view .op-vis-steps-list .grid-wrapper::-webkit-scrollbar-thumb:hover {
        background: #555; }
    .m_understand-insights-detailed-view .op-vis-steps-list .collapsible-title {
      font: 700 24px 'Grotesk' !important;
      color: #FF4367 !important; }
  .m_understand-insights-detailed-view .cost-description {
    padding-left: 27px; }
    .m_understand-insights-detailed-view .cost-description .title {
      padding-top: 3px; }
      .m_understand-insights-detailed-view .cost-description .title h2 {
        color: var(--color-black-05);
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
    .m_understand-insights-detailed-view .cost-description .high-value-systems, .m_understand-insights-detailed-view .cost-description .broad-impact-systems, .m_understand-insights-detailed-view .cost-description .niche-systems, .m_understand-insights-detailed-view .cost-description .overinvestment-candidates {
      margin-bottom: 20px; }
      .m_understand-insights-detailed-view .cost-description .high-value-systems .type-title, .m_understand-insights-detailed-view .cost-description .broad-impact-systems .type-title, .m_understand-insights-detailed-view .cost-description .niche-systems .type-title, .m_understand-insights-detailed-view .cost-description .overinvestment-candidates .type-title {
        display: flex; }
        .m_understand-insights-detailed-view .cost-description .high-value-systems .type-title .left-section, .m_understand-insights-detailed-view .cost-description .broad-impact-systems .type-title .left-section, .m_understand-insights-detailed-view .cost-description .niche-systems .type-title .left-section, .m_understand-insights-detailed-view .cost-description .overinvestment-candidates .type-title .left-section {
          width: 18px;
          height: 18px;
          margin-right: 5px; }
        .m_understand-insights-detailed-view .cost-description .high-value-systems .type-title .header-text, .m_understand-insights-detailed-view .cost-description .broad-impact-systems .type-title .header-text, .m_understand-insights-detailed-view .cost-description .niche-systems .type-title .header-text, .m_understand-insights-detailed-view .cost-description .overinvestment-candidates .type-title .header-text {
          font-size: 11px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin: 0;
          padding: 0;
          padding-top: 3px; }
      .m_understand-insights-detailed-view .cost-description .high-value-systems .descriptin, .m_understand-insights-detailed-view .cost-description .broad-impact-systems .descriptin, .m_understand-insights-detailed-view .cost-description .niche-systems .descriptin, .m_understand-insights-detailed-view .cost-description .overinvestment-candidates .descriptin {
        color: var(--color-black-05);
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
    .m_understand-insights-detailed-view .cost-description .high-value-systems .type-title .left-section {
      background-color: #D0EFDE; }
    .m_understand-insights-detailed-view .cost-description .high-value-systems .type-title .header-text {
      color: #12AD58; }
    .m_understand-insights-detailed-view .cost-description .broad-impact-systems .type-title .left-section {
      background-color: #EAF7D4; }
    .m_understand-insights-detailed-view .cost-description .broad-impact-systems .type-title .header-text {
      color: #98D82A; }
    .m_understand-insights-detailed-view .cost-description .niche-systems .type-title .left-section {
      background-color: #FFECCC; }
    .m_understand-insights-detailed-view .cost-description .niche-systems .type-title .header-text {
      color: #FFA000; }
    .m_understand-insights-detailed-view .cost-description .overinvestment-candidates {
      margin-bottom: 0; }
      .m_understand-insights-detailed-view .cost-description .overinvestment-candidates .type-title .left-section {
        background-color: #FFD9D9; }
      .m_understand-insights-detailed-view .cost-description .overinvestment-candidates .type-title .header-text {
        color: #FF4343; }

/*table.grid tr:hover {
    background-color: white !important;
}
*/
/*.bootstrap-select:not(.input-group-btn) {
    border: 1px solid #ced4da;
    border-radius: 3px;
    vertical-align: middle;
}

#chart svg {
    overflow: visible
}*/
/*.buttons-row {
    float: right
}*/
.organisation-logo {
  min-height: 120px;
  max-height: 120px;
  max-width: 500px; }
  .organisation-logo img {
    max-height: inherit;
    max-width: inherit; }

/*
ul.nav-tabs {
    font-size: 1.7rem;
    margin-bottom: 2rem;
    margin-top: 2rem;

    li a.nav-link {
        color: #6d6d6f;
        padding: 10px 20px;
    }

    li.nav-item.active a,
    li.nav-item.active-parent a {
        color: $color-primary;
        border-bottom: solid 4px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-color: #dee2e6;
        background-color: #ffff;
    }
}


.typical-existing-systems .grid td > img {
    display: block;
    max-width: 1800px;
    max-height: 64px;
    width: auto;
    height: auto;
}

.olive-instant-search-item .content {
    display: none;
    overflow: hidden;
}

.submitButton{
    float: right;
}

.card-view-item_details .btn{
    border: none !important;
}

#riskChart {
    margin-top: 10%;
}

.process-box-0{
    margin-top: 15%;
}

.process-box-card {
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
    transition: box-shadow .3s;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 5px 10px;
    float: right;

    &:hover {
        box-shadow: 0 0 11px rgba(33,33,33,.2);
    }
}

div[class^="process-box-"] {
    width: 90% !important;
}*/
/*div[id^="processBarChart-"] {
    width: 70% !important;
}*/
/*.show-all-processes {
    float: left;
}*/
body.login-body {
  text-align: center;
  background-color: #fff;
  background-image: url("../../../img/Digence-background.png?v=2");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-y: auto; }

.login-footer {
  position: absolute;
  left: auto;
  top: auto;
  bottom: 12px;
  transform: none;
  padding: 0;
  color: white;
  font-size: 21px; }
  @media (max-width: 1080px) {
    .login-footer {
      font-size: 12px; } }
  .login-footer a {
    color: white; }

.login-content {
  display: grid;
  grid-template-columns: 50% 48%;
  grid-column-gap: 2%;
  padding: 5.8rem 0;
  padding-top: 9.3rem;
  margin: auto;
  max-width: 180rem; }
  @media (max-width: 1080px) {
    .login-content {
      padding: 10%;
      margin-bottom: 0; } }
  .login-content button {
    min-height: 56px !important;
    font-size: 22px !important; }
    @media (max-width: 1080px) {
      .login-content button {
        min-height: 46px !important;
        font-size: 18px !important; } }
  .login-content input {
    min-height: 56px !important;
    font-size: 22px !important; }
    @media (max-width: 1080px) {
      .login-content input {
        min-height: 46px !important;
        font-size: 18px !important; } }
  .login-content .logo {
    padding-top: 44px; }
    .login-content .logo h3 {
      text-align: left;
      font-size: 113px;
      color: white;
      font-family: 'Grotesk';
      font-weight: 600;
      max-width: 778px; }
      @media (max-width: 1650px) {
        .login-content .logo h3 {
          font-size: 80px; } }
      @media (max-width: 1250px) {
        .login-content .logo h3 {
          font-size: 68px; } }
      @media (max-width: 1080px) {
        .login-content .logo h3 {
          font-size: 64px; } }
  .login-content .box-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .login-content .box-content .box {
      padding: 48px 80px;
      background-color: var(--White-Color);
      border-radius: 50px; }
      @media (min-width: 1800px) {
        .login-content .box-content .box {
          width: 720px; } }
      @media (max-width: 1250px) {
        .login-content .box-content .box {
          padding: 40px 48px; } }
      @media (max-width: 1100px) {
        .login-content .box-content .box {
          padding: 40px 30px;
          border-radius: 40px; } }
      @media (max-width: 380px) {
        .login-content .box-content .box {
          padding: 36px 28px;
          border-radius: 40px; } }
      @media (min-width: 1080px) and (max-height: 975px) {
        .login-content .box-content .box {
          padding: 40px 48px; } }
      .login-content .box-content .box .digence-logo {
        max-width: 305px;
        margin-bottom: 37px; }
        @media (max-width: 1080px) {
          .login-content .box-content .box .digence-logo {
            max-width: 185px;
            margin-bottom: 18px; } }
        @media (min-width: 1080px) and (max-height: 975px) {
          .login-content .box-content .box .digence-logo {
            margin-bottom: 26px;
            max-width: 200px; } }
      .login-content .box-content .box .emial-message {
        max-width: 305px;
        margin-bottom: 0; }
        @media (max-width: 1080px) {
          .login-content .box-content .box .emial-message {
            max-width: 130px; } }
        @media (min-width: 1080px) and (max-height: 975px) {
          .login-content .box-content .box .emial-message {
            max-width: 160px;
            margin-bottom: 22px; } }
      .login-content .box-content .box .ready-to-go {
        max-width: 305px;
        margin-bottom: 65px; }
        @media (max-width: 1080px) {
          .login-content .box-content .box .ready-to-go {
            max-width: 130px;
            margin-bottom: 20px; } }
        @media (min-width: 1080px) and (max-height: 975px) {
          .login-content .box-content .box .ready-to-go {
            margin-bottom: 22px;
            max-width: 130px; } }
      .login-content .box-content .box h2 {
        margin: auto;
        margin-top: 0;
        font-size: 30px;
        color: var(--color-black-05);
        padding: 0.5rem 0;
        font-family: 'Grotesk';
        font-weight: 600; }
        @media (max-width: 1800px) {
          .login-content .box-content .box h2 {
            max-width: 400px; } }
        @media (max-width: 1080px) {
          .login-content .box-content .box h2 {
            font-size: 20px; } }
      .login-content .box-content .box p {
        margin: auto;
        margin-top: 24px;
        margin-bottom: 3rem;
        font-size: 22px; }
        @media (max-width: 1800px) {
          .login-content .box-content .box p {
            max-width: 400px; } }
        @media (max-width: 1080px) {
          .login-content .box-content .box p {
            font-size: 14px;
            margin-bottom: 20px;
            margin-top: 14px; } }
        @media (min-width: 1080px) and (max-height: 975px) {
          .login-content .box-content .box p {
            margin-bottom: 21px; } }
      .login-content .box-content .box .form-group {
        margin-bottom: 0; }
      .login-content .box-content .box .buttons-row {
        float: none; }
      .login-content .box-content .box .buttons {
        display: flex;
        flex-direction: column; }
        @media (max-width: 1800px) {
          .login-content .box-content .box .buttons {
            max-width: 400px !important; } }
        .login-content .box-content .box .buttons .btn-login {
          max-width: 400px !important;
          margin-bottom: 40px !important;
          height: auto;
          border: 1px solid var(--general-primary-color); }
          @media (min-width: 1800px) {
            .login-content .box-content .box .buttons .btn-login {
              max-width: 100% !important; } }
          @media (max-width: 1080px) {
            .login-content .box-content .box .buttons .btn-login {
              margin-bottom: 12px !important; } }
          @media (min-width: 1080px) and (max-height: 975px) {
            .login-content .box-content .box .buttons .btn-login {
              margin-bottom: 14px !important; } }
        .login-content .box-content .box .buttons .pass-button-cancel {
          height: auto;
          font-size: 22px !important;
          padding: 20px 32px; }
      .login-content .box-content .box .group-control {
        flex: 100%;
        max-width: 100%; }
        .login-content .box-content .box .group-control input {
          max-width: inherit; }
      .login-content .box-content .box :first-child .group-control {
        margin-bottom: 48px; }
        @media (max-width: 1080px) {
          .login-content .box-content .box :first-child .group-control {
            margin-bottom: 12px !important; } }
        @media (min-width: 1080px) and (max-height: 975px) {
          .login-content .box-content .box :first-child .group-control {
            margin-bottom: 21px !important; } }
      .login-content .box-content .box .required-item label.control-label:after {
        content: " " !important; }
      .login-content .box-content .box .forgot-password {
        margin-bottom: 88px;
        font-weight: 600;
        font-size: 19px;
        margin-left: 200px; }
        @media (max-width: 1080px) {
          .login-content .box-content .box .forgot-password {
            margin-bottom: 32px;
            font-size: 14px;
            margin-left: 70px; } }
        @media (max-width: 380px) {
          .login-content .box-content .box .forgot-password {
            margin-left: 40px; } }
        @media (min-width: 1080px) and (max-height: 975px) {
          .login-content .box-content .box .forgot-password {
            margin-bottom: 25px; } }
      .login-content .box-content .box .mt-4 {
        text-align: left;
        margin-top: 130px !important;
        padding-top: 30px; }
        @media (max-width: 1080px) {
          .login-content .box-content .box .mt-4 {
            margin-top: 45px !important; } }
        @media (min-width: 1080px) and (max-height: 975px) {
          .login-content .box-content .box .mt-4 {
            margin-top: 30px !important; } }
        .login-content .box-content .box .mt-4::after {
          content: "Back to Sign In";
          color: var(--general-primary-color);
          font-weight: 600;
          font-size: 19px; }
          @media (max-width: 1080px) {
            .login-content .box-content .box .mt-4::after {
              font-size: 13px; } }
        .login-content .box-content .box .mt-4 img {
          margin-right: 10px;
          vertical-align: bottom; }
          @media (max-width: 1080px) {
            .login-content .box-content .box .mt-4 img {
              max-width: 40px; } }
    .login-content .box-content .m_social-media-login h3 {
      width: 100%;
      text-align: center;
      border-bottom: 1px solid #EDEDED;
      line-height: 0.1em;
      margin: 0 0 48px; }
      @media (max-width: 1800px) {
        .login-content .box-content .m_social-media-login h3 {
          max-width: 400px !important; } }
      @media (max-width: 1080px) {
        .login-content .box-content .m_social-media-login h3 {
          margin: 0 0 24px; } }
      @media (min-width: 1080px) and (max-height: 975px) {
        .login-content .box-content .m_social-media-login h3 {
          margin: 0 0 22px; } }
    .login-content .box-content .m_social-media-login h3 span {
      background: var(--White-Color);
      padding: 0 10px;
      font-size: 20px; }
    .login-content .box-content .m_social-media-login .buttons {
      /*align-items: center*/ }
    .login-content .box-content .m_social-media-login .button-google {
      background: var(--White-Color);
      border: 1px solid var(--general-primary-color);
      border-radius: 50px;
      color: var(--general-primary-color);
      padding: 15px 10px 10px 10px;
      font-size: 20px;
      height: auto; }
      @media (max-width: 1080px) {
        .login-content .box-content .m_social-media-login .button-google {
          font-size: 12px; } }
      .login-content .box-content .m_social-media-login .button-google::after {
        content: "SIGN IN WITH GOOGLE";
        font: 500 18px "Karla";
        font-weight: 600;
        font-size: 22px; }
        @media (max-width: 1080px) {
          .login-content .box-content .m_social-media-login .button-google::after {
            font-size: 14px; } }
      .login-content .box-content .m_social-media-login .button-google img {
        margin-right: 12px;
        vertical-align: bottom; }
        @media (max-width: 1080px) {
          .login-content .box-content .m_social-media-login .button-google img {
            max-width: 21px; } }
      .login-content .box-content .m_social-media-login .button-google:hover {
        box-shadow: 3px 3px 15px var(--general-primary-color); }
      .login-content .box-content .m_social-media-login .button-google:active, .login-content .box-content .m_social-media-login .button-google:focus {
        box-shadow: none !important; }
    .login-content .box-content .m_reset-user-password h2 {
      margin-bottom: 2.875rem; }
      @media (min-width: 1080px) and (max-height: 975px) {
        .login-content .box-content .m_reset-user-password h2 {
          margin-bottom: 1.875rem; } }
    .login-content .box-content .m_reset-user-password .form-body {
      margin-bottom: 2.875rem; }
      @media (min-width: 1080px) and (max-height: 975px) {
        .login-content .box-content .m_reset-user-password .form-body {
          margin-bottom: 1.875rem; } }
    .login-content .box-content .m_reset-user-password .buttons-row {
      margin-bottom: 4rem; }
      @media (max-height: 975px) {
        .login-content .box-content .m_reset-user-password .buttons-row {
          margin-bottom: 2.5rem; } }
    .login-content .box-content .m_confirm-password-reset .buttons-row {
      margin-bottom: 3rem; }
      @media (min-width: 1080px) and (max-height: 975px) {
        .login-content .box-content .m_confirm-password-reset .buttons-row {
          margin-bottom: 2rem; } }
    .login-content .box-content .m_confirm-password-reset p {
      max-width: 450px;
      font-weight: 300; }
      @media (max-width: 1800px) {
        .login-content .box-content .m_confirm-password-reset p {
          max-width: 450px; } }
    @media (max-width: 1800px) {
      .login-content .box-content .m_confirm-password-reset .buttons {
        max-width: initial !important; } }
    .login-content .box-content .m_confirm-password-reset .buttons a {
      min-height: 56px !important;
      font-size: 22px !important;
      padding: 24px 15px 16px 15px !important; }
      @media (max-width: 1080px) {
        .login-content .box-content .m_confirm-password-reset .buttons a {
          padding: 18px 15px 16px 15px !important;
          min-height: 46px !important;
          font-size: 18px !important; } }

@media (max-width: 1080px) {
  .login-content {
    flex-direction: column;
    display: block; }
    .login-content .logo {
      display: none; } }
